@charset "UTF-8";
/*
Theme: Theme Machine
Author: Orchard Team – http://www.orchardproject.net
Copyright: 2010, Orchard. All Rights Reserved
*/
/*  Color Palette
**************************************************************

Background: #fff
Borders: #dbdbdb
Text: #434343
Secondary Text: #999999
Main Accent: #999
Links: #5f97af
*/
/* Reset
***************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* Remember focus styles! */
:focus {
  outline: 0; }

ol, ul {
  list-style: none; }

/* Tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

/* HTML 5 elements as block */
header, footer, aside, nav, article {
  display: block; }

.file-table th {
  padding: 15px 0;
  font-weight: bold;
  background-color: #A8DE8F; }
.file-table td {
  padding: 10px 0; }
.file-table tr:nth-child(odd) {
  background-color: #F2F2F2; }

/* Clearing Floats
***************************************************************/
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.zone:after, .widget-control:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* Web Font Face Declarations */
@font-face {
  font-family: Asap-Regular;
  src: url("font/prior/Asap-Regular.otf"); }

@font-face {
  font-family: DistProTh;
  src: url("font/prior/DistProTh.otf"); }

@font-face {
  font-family: Roboto-Light;
  src: url("font/prior/Roboto-Light.ttf"); }

@font-face {
  font-family: Roboto-Bold;
  src: url("font/prior/Roboto-Bold.ttf"); }

@font-face {
  font-family: Roboto-Regular;
  src: url("font/prior/Roboto-Regular.ttf"); }

/*-----new */
@font-face {
  font-family: AlegreyaSansSC-Regular;
  src: url("font/AlegreyaSansSC-Regular.otf"); }

@font-face {
  font-family: SourceSansPro-Regular;
  src: url("font/SourceSansPro-Regular.otf"); }

@font-face {
  font-family: SourceSansPro-Light;
  src: url("font/SourceSansPro-Light.otf"); }

@font-face {
  font-family: SourceSansPro-Bold;
  src: url("font/SourceSansPro-Bold.otf"); }

/* Variable Settings */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/* General
***************************************************************/
/* Default font settings. 
The font-size 81.3% sets the base font to 13px 

Pixels     EMs         Percent Points
6px     0.462em     46.2%     5pt
7px     0.538em     53.8%     5pt
8px     0.615em     61.5%     6pt
9px     0.692em     69.2%     7pt
10px     0.769em     76.9%     8pt
11px     0.846em     84.6%     8pt
12px     0.923em     92.3%     9pt
13px     1em         100%     10pt
14px     1.077em     107.7%     11pt
15px     1.154em     115.4%     11pt
16px     1.231em     123.1%     12pt
17px     1.308em     130.8%     13pt
18px     1.385em     138.5%     14pt
19px     1.462em     146.2%     14pt
20px     1.538em     153.8%     15pt
21px     1.615em     161.5%     16pt
22px     1.692em     169.2%     17pt
23px     1.769em     176.9%     17pt
24px     1.846em     184.6%     18pt
*/
body {
  width: 100%;
  line-height: 1;
  font-size: 81.3%;
  color: #434343;
  background: #fff;
  font-family: Tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  /*margin:.6em 0;*/ }

h1 {
  font-size: 1.308em;
  font-family: Roboto-Light, DistProTh; }

h2 {
  font-size: 1.231em;
  font-family: Roboto-Light, DistProTh;
  font-weight: 100;
  /* font-size: 150%;*/
  border-bottom: 1px solid #777;
  padding: 5px 0;
  margin: 10px 0;
  color: #6BA76A; }

h3 {
  font-size: 1.154em; }

h4 {
  font-size: 1.077em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 1em; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0; }

/* Aside Headings */
aside h1 {
  font-size: 1.154em; }

aside h2 {
  font-size: 1.077em; }

aside h3 {
  font-size: 1em; }

aside h4 {
  font-size: 1em; }

aside h5 {
  font-size: 1em; }

aside h6 {
  font-size: 1em; }

/* Lists */
dl {
  margin: 0 0 1.5em 0; }

dl dt {
  font-weight: bold; }

dd {
  margin-left: 1.5em; }

/* Text elements */
p {
  margin: 0 0 1em;
  line-height: 1.538em; }

p img.left {
  float: left;
  margin: 0.923em 0.923em 0.923em 0;
  padding: 0; }

p img.right {
  float: right;
  margin: 0.923em 0 0.923em 0.923em; }

a:focus,
a:hover {
  color: #2C926E; }

a {
  color: #1F870D;
  /* 528C48; */
  text-decoration: none;
/*  color: #6dbd5e; */
  text-decoration: none;
  font-family: Roboto-Light, DistProTh; }

blockquote {
  margin: 0.923em;
  color: #666;
  font-style: italic; }

strong {
  font-weight: bold; }

em, dfn {
  font-style: italic; }

dfn {
  font-weight: bold; }

sup, sub {
  line-height: 0; }

abbr,
acronym {
  border-bottom: 1px dotted #666; }

address {
  margin: 0 0 0.923em;
  font-style: italic; }

del {
  color: #666; }

pre {
  margin: 0.923em 0;
  white-space: pre; }

pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.462em; }

img {
  max-width: 100%;
  height: auto; }

/* Forms
***************************************************************/
form {
  margin: 0;
  padding: 0; }

legend {
  font-size: 1.231em;
  font-weight: normal;
  border: none; }

fieldset {
  padding: 6px 0 0;
  margin: 0 0 12px 0;
  border: 0px solid #dbdbdb; }

label {
  font-weight: normal;
  display: block;
  padding: 0 0 0.3em 0; }

label.forcheckbox {
  margin: 0 0 0 .4em;
  display: inline; }

input[type="text"], input[type="password"] {
  display: block;
  padding: 0.3em; }

input[type="checkbox"] {
  margin: .2em 0 1.2em 0; }

fieldset ol {
  list-style-type: none;
  padding: 0;
  margin: 0; }

fieldset ol li {
  margin: 0 0 6px 0; }

form.inline, form.inline fieldset {
  /* todo: (heskew) need something other than .inline ... */
  display: inline; }

form.inline fieldset {
  margin: 0; }

input[type="checkbox"]:focus, input[type="radio"]:focus {
  outline: 1px dotted #666d51; }

input[readonly] {
  background-color: #EBEBE4;
  color: #545454; }

legend span {
  font-weight: normal; }

label span {
  font-weight: normal; }

label input {
  vertical-align: text-top; }

.hint {
  display: block;
  font-size: 0.846em;
  color: #999;
  margin-top: 3px;
  padding: 3px; }

/* todo: (heskew) try to get .text on stuff like .text-box */
select, textarea, input.text, input.textMedium, input.text-small, input.text-box {
  font-family: inherit;
  padding: 3px;
  border: 1px solid #bdbcbc;
  font-family: inherit;
  font-size: inherit; }

input.text, input.textMedium, input.text-box {
  line-height: 1.2em; }

/*Are we using the two classes below?*/
input.text-small, input.text.small {
  width: 4em; }

input.textMedium, input.text.medium {
  width: 26em; }

select {
  padding: 1px; }

select:focus, textarea:focus, input.text:focus, input.text-box:focus, input.text-small:focus, input.textMedium:focus {
  border-color: #666d51; }

input.check-box {
  margin-left: 0;
  vertical-align: -.1em; }

input.large.text, textarea, fieldset {
  clear: both; }

textarea {
  min-height: 8em; }

.orchard-customforms label {
  font-size: 110%;
  padding-bottom: 10px; }
.orchard-customforms input {
  padding: 10px 0;
  text-indent: 10px;
  background-color: #F4F4F4;
  border-radius: 2px;
  color: #4BA750;
  font-size: 105%; }
.orchard-customforms textarea {
  padding: 10px 0;
  text-indent: 10px;
  background-color: #F4F4F4;
  border-radius: 2px;
  color: #4BA750;
  font-size: 105%; }
.orchard-customforms button[type="submit"] {
  background: none;
  background-color: #4BA750;
  color: #FFF;
  border: none;
  padding: 10px 20px;
  font-size: 120%; }
  .orchard-customforms button[type="submit"]:hover {
    background-color: #2C6D2F; }

/* Structure
***************************************************************/
#layout-wrapper {
  width: 100%; }

#layout-header, #layout-featured, #layout-before-main, #layout-main, #layout-footer, #layout-after-main, #layout-tripel {
  width: 100%;
  margin: 0 auto; }

.directoryPopupCover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.8); }

.directoryPopup {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 150;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.5);
  text-align: center; }
  .directoryPopup .drPopTitle {
    display: block;
    padding: 15px 0 35px;
    font-family: Roboto-Light, DistProTh;
    font-weight: bold;
    font-size: 180%;
    color: #474747; }
  .directoryPopup .title {
    font-size: 130%;
    font-weight: bold;
    color: #E7E7E7;
    background-color: #63A45A; }
    .directoryPopup .title span {
      text-align: left;
      display: inline-block;
      width: 49%;
      padding: 15px; }
    .directoryPopup .title span + span {
      text-align: center; }
  .directoryPopup .body div {
    width: 100%; }
  .directoryPopup .body .odd {
    background-color: #D6CDB5; }
  .directoryPopup .body span {
    display: inline-block;
    width: 49%;
    padding: 15px;
    font-size: 118%;
    font-family: Roboto-Light, DistProTh;
    color: #434343; }
  .directoryPopup .body .name {
    text-align: left; }
  .directoryPopup .body a {
    color: #467D3C; }

.directoryPopupClose {
  display: none;
  position: fixed;
  top: 50px;
  right: 5%;
  z-index: 200;
  width: 35px;
  height: 35px;
  background: url("img/close.png") no-repeat left top;
  cursor: pointer; }
  .directoryPopupClose:hover {
    background: url("img/close--hover.png") no-repeat left top; }

/* Navigation */
.mobileToggle {
  font-family: Roboto-Light, DistProTh;
  color: #C3ECFF;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  text-align: center;
  background-color: #999;
  background-color: rgba(12, 98, 126, 0.5);
  transition: left .3s ease 0s;
  -webkit-transition: left .3s ease 0s;
  -moz-transition: left .3s ease 0s; }

#chbxMenuTog {
  opacity: 0;
  position: absolute; }

#chbxMenuTog:checked ~ .mobileToggle {
  left: 80%; }

#chbxMenuTog:checked ~ .zone-navigation nav {
  margin-left: 0; }

.mainHeader {
  width: 100%;
  height: 700px;
  position: relative;
  z-index: 1;
  background-color: #999;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

header.header .logo {
  margin: 0 auto;
  display: inline-block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 40%; }

.mainHeader nav {
  width: 80%;
  margin-left: -80%;
  transition: margin .3s ease 0s;
  -webkit-transition: margin .3s ease 0s;
  -moz-transition: margin .3s ease 0s;
  position: relative;
  z-index: 2; }

.menu-main-menu {
  text-align: center;
  z-index: 5;
  position: relative;
  width: 100%;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5); }

.menu-main-menu > li {
  display: inline-block;
  width: 100%; }

.menu-main-menu > li > a {
  background-color: #777;
  background-color: rgba(12, 98, 126, 0.5);
  display: inline-block;
  float: none;
  color: #C3ECFF;
  padding: 30px 0;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Roboto-Light, DistProTh;
  width: 100%;
  font-size: 140%;
  transition: color .3s;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  transition: all .3s;
  -webkit-transition: background .3s;
  -moz-transition: background .3s; }

.menu-main-menu > li > a:hover {
  background: #EDD253;
  color: #FFF; }

.menu-main-menu ul {
  display: none; }

/* Breadcrumb */
/*
nav ul.breadcrumb 
{
    border:none;
    display: inline-block;
    margin: -9px;
}

    nav ul.breadcrumb li
    {
        border:none;
        background:none;
        display:block;
        margin:0 2px -1px 0;
    }

    nav ul.breadcrumb li:after
    {
        content: "/"
    }
    
    nav ul.breadcrumb li.last:after
    {
        content: ""
    }

        nav ul.breadcrumb li a 
        {
            padding:0 9px;
            display:block;
            color: #5F97AF;
            font-size: 100%;
        }
        
        nav ul.breadcrumb li a:hover
        {
            text-decoration: underline;
        }
        */
/* INTRO BAR --------------------------- */
#ckbxSearchTog {
  position: absolute;
  opacity: 0; }

#ckbxSearchTog:checked ~ .search {
  margin-left: 0; }

#ckbxSearchTog:checked ~ .searchToggle {
  background-color: gray;
  background: url("img/hidesearchicon.png") no-repeat scroll center center/25px auto rgba(255, 218, 181, 0.36); }

.introBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .introBar .searchToggle {
    visibility: visible;
    margin: 0;
    padding: 41px 0;
    vertical-align: bottom;
    display: inline-block;
    width: 60px;
    background-color: #999;
    background: url("img/searchicon.png") no-repeat scroll center center/25px auto rgba(255, 218, 181, 0.36); }
  .introBar .search {
    position: relative;
    float: left;
    display: inline-block;
    width: 80%;
    margin-left: -80%;
    background-color: #FFF;
    background-color: rgba(255, 218, 181, 0.36);
    padding: 22px 3.333333333333%;
    /* 10px @ 300px width */
    text-align: center;
    transition: margin .4s ease 0s;
    -moz-transition: margin .4s ease 0s;
    -webkit-transition: margin .4s ease 0s; }
    .introBar .search form {
      width: 100%;
      max-width: 300px;
      margin: 0 auto;
      background-color: #FFF; }
    .introBar .search input[type="text"] {
      background: #FFF;
      border: 0;
      font-size: 110%;
      padding: 10px 0;
      text-indent: 10px;
      margin: 0;
      width: 80%;
      display: inline-block; }
    .introBar .search input[type="submit"] {
      background: #FFF;
      background: url("img/searchicon.png") no-repeat white;
      background-size: 25px;
      background-position: center;
      border: none;
      color: #FFF;
      padding: 9px;
      margin: 0;
      width: 20%;
      font-size: 110%;
      display: inline-block; }
  .introBar .welcome {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #999;
    background-color: rgba(255, 216, 171, 0.6);
    padding: 26.8px 30px;
    margin: 0;
    font-size: 185%;
    color: #6C3C19; }
    .introBar .welcome h1 {
      font-size: 1.2em; }

/* libraries page styles */
.libraryListing {
  width: 45%;
  padding: 20px 2.5%;
  display: inline-block;
  vertical-align: top; }
  .libraryListing b {
    max-width: 300px; }
  .libraryListing p {
    margin-top: 20px; }
  .libraryListing a {
    display: block; }

.mainContent h1 {
  font-family: Roboto-Light, DistProTh;
  font-weight: 100;
  border-bottom: 1px solid #777;
  padding: 5px 0;
  margin: 10px 0;
  color: #6BA76A; }

/* aside */
footer.mainFooter {
  background-color: #FCF1E3;
  padding: 20px; }

.widget-footer-quad-first li {
  display: inline-block; }
.widget-footer-quad-first a {
  display: inline-block;
  padding: 10px 15px;
  margin: 5px 0;
  background-color: #F5E1C7; }
  .widget-footer-quad-first a:hover, .widget-footer-quad-first a:focus {
    background-color: #EAD2B3; }

/* Zones */
.zone {
  /*  Enable this to see zone visualizations
  background-color: yellow;
  box-shadow:inset 0 0 1px purple;
  -moz-box-shadow:inset 0 0 1px purple;
  -webkit-box-shadow:inset 0 0 1px purple;
  */ }

.zone-header {
  width: 100%;
  margin: 0 auto;
  top: 10%;
  position: absolute;
  text-align: center; }

.zone-navigation {
  padding: 0; }

.zone-footer {
  color: #999999; }

/* Main
***************************************************************/
/* Content lists and details */
.content-description {
  font-size: 1.154em; }

.content-items {
  padding: 0;
  margin: 0;
  list-style: none; }

.content-items li {
  padding: 0;
  margin: 0; }

.content-items .content-item {
  border-top: 1px solid #dbdbdb;
  padding: 6px 0 6px 0; }

.content-items .content-item header h1 {
  font-size: 1.308em;
  color: #434343; }

.content-items .content-item header h1 a {
  color: #434343; }

/* Tags */
.tags {
  margin-top: 12px; }

.tags a {
  background-color: #dbdbdb;
  padding: 3px 6px;
  color: #434343; }

.tags a:hover {
  background-color: #434343;
  color: #fff; }

/* Metadata */
.metadata {
  margin: 0 0 12px 0;
  color: #999;
  font-size: 0.846em; }

.metadata .published {
  display: inline;
  margin: 0 6px 0 0; }

.metadata .comment-count {
  display: inline; }

/* Comments */
#comments {
  margin: 24px 0 0 0;
  padding: 0; }

.comment-form {
  margin: 24px 0 0 0;
  padding: 0; }

.comments {
  margin: 0;
  padding: 0;
  list-style: none; }

.comments li {
  margin: 12px 0 0 0;
  padding: 12px;
  border: 1px solid #dbdbdb; }

.comment {
  margin: 0;
  padding: 0; }

.comment h4 {
  font-size: 1.077em; }

.comment .reply {
  float: right; }

.comment-form #comment-by {
  font-size: 1.231em;
  font-weight: normal;
  margin: 0 0 1.2em 0;
  border: none; }

.comment-form .comment-text {
  width: 33.2em; }

.comment-form input[type="text"] {
  width: 32em; }

.comment-form li {
  border: inherit;
  margin: inherit;
  padding: inherit; }

.comment-count {
  font-size: 1.231em; }

/* Confirmations */
.message, .validation-summary-errors {
  margin: 10px 0 4px 0;
  padding: 4px; }

.messages a {
  font-weight: bold; }

.message-Information {
  background: #e6f1c9;
  /* green */
  border: 1px solid #cfe493;
  color: #062232; }

.message-Warning {
  background: #fdf5bc;
  /* yellow */
  border: 1px solid #ffea9b; }

.critical.message, .validation-summary-errors, .message-Error {
  background: #e68585;
  /* red */
  border: 1px solid #990808;
  color: #fff; }

/* Agency Accordian *******************************************/
.agenciesAccordian {
  font-size: 120%;
  width: 100%; }
  .agenciesAccordian a {
    color: #FFF;
    display: block;
    background-color: #5BCB61;
    padding: 15px 20px;
    text-indent: 25px; }
    .agenciesAccordian a:hover {
      background-color: #398C3D; }

.agencyDropSection {
  overflow: hidden; }
  .agencyDropSection .accordianHeader {
    display: block;
    background-color: #4BA750;
    color: #FFF;
    cursor: pointer;
    padding: 20px;
    border-top: 1px solid #328E3A; }
    .agencyDropSection .accordianHeader:hover {
      background-color: #398C3D; }
  .agencyDropSection .accordianHeaderSub {
    background-color: #4DB753;
    border-top: none; }
    .agencyDropSection .accordianHeaderSub:hover {
      background-color: #398C3D; }
  .agencyDropSection .accordianTogglePos {
    float: right; }
  .agencyDropSection .agencyDropContainer .subAccordian {
    text-indent: 20px; }
    .agencyDropSection .agencyDropContainer .subAccordian a {
      background-color: #72DE78;
      text-indent: 70px;
      padding: 15px 0;
      display: block; }

.mobileBtn {
  background-color: #4BA750;
  padding: 15px 20px;
  display: inline-block;
  margin: 5px 0;
  width: 100%;
  color: #FFF;
  font-size: 120%; }
  .mobileBtn:hover {
    background-color: #398C3D;
    color: #FFF; }
  .mobileBtn:visited {
    color: #FFF; }

/* Secondary
***************************************************************/
/* Aside Zones */
/* If zone 1 is on */
#layout-content {
  float: none;
  width: 100%;
  display: block;
  padding: 10px 3.571428571429% 25px;
  margin: 0 auto; }

.aside-first {
  float: none;
  width: 100%;
  background-color: #FEEFDF;
  padding: 10px 2.666666666667%;
  margin: 0 auto;
  display: inline-block; }
  .aside-first h1, .aside-first h2, .aside-first .raw p {
    font-size: 153.8%;
    text-align: center;
    border: none;
    background-color: #6BA76A;
    color: #FFF;
    padding: 10px 0;
    margin: 10px 0; }
  .aside-first p {
    font-family: Roboto-Light, DistProTh;
    margin-bottom: 15px;
    color: #7B715E;
    line-height: 1.35em; }
  .aside-first a {
    display: block;
    padding: 8px 5px;
    margin: 5px 0;
    background-color: #F5E1C7;
    text-indent: 7px; }
    .aside-first a:hover, .aside-first a:focus {
      background-color: #EAD2B3; }

.widget-office-el, .widget-office-t, .widget-office-au, .widget-office-as, .widget-office-c, .widget-office-wm, .widget-office-cl, .widget-office-pz, .widget-office-cc {
  background-color: #FFF6ED;
  padding: 0px 20px 20px;
  width: 90%;
  margin: 0 auto; }
  .widget-office-el h1, .widget-office-t h1, .widget-office-au h1, .widget-office-as h1, .widget-office-c h1, .widget-office-wm h1, .widget-office-cl h1, .widget-office-pz h1, .widget-office-cc h1 {
    background: url("/themes/idealtheme/styles/img/morganlogo.png") no-repeat scroll right top;
    color: #7E7445;
    border-bottom: 2px solid #6BA76A;
    text-align: left; }
  .widget-office-el .content, .widget-office-t .content, .widget-office-au .content, .widget-office-as .content, .widget-office-c .content, .widget-office-wm .content, .widget-office-cl .content, .widget-office-pz .content, .widget-office-cc .content {
    padding: 0 2%; }
  .widget-office-el p, .widget-office-t p, .widget-office-au p, .widget-office-as p, .widget-office-c p, .widget-office-wm p, .widget-office-cl p, .widget-office-pz p, .widget-office-cc p {
    display: inline-block;
    margin: 0; }
  .widget-office-el .title, .widget-office-t .title, .widget-office-au .title, .widget-office-as .title, .widget-office-c .title, .widget-office-wm .title, .widget-office-cl .title, .widget-office-pz .title, .widget-office-cc .title {
    display: block;
    color: #9C7738; }
  .widget-office-el .name, .widget-office-t .name, .widget-office-au .name, .widget-office-as .name, .widget-office-c .name, .widget-office-wm .name, .widget-office-cl .name, .widget-office-pz .name, .widget-office-cc .name {
    font-size: 115%; }
  .widget-office-el .position, .widget-office-t .position, .widget-office-au .position, .widget-office-as .position, .widget-office-c .position, .widget-office-wm .position, .widget-office-cl .position, .widget-office-pz .position, .widget-office-cc .position {
    display: block; }
  .widget-office-el .map, .widget-office-t .map, .widget-office-au .map, .widget-office-as .map, .widget-office-c .map, .widget-office-wm .map, .widget-office-cl .map, .widget-office-pz .map, .widget-office-cc .map {
    display: block;
    position: relative;
    margin-top: 5px;
    padding: 5px;
    text-indent: 0; }
  .widget-office-el .getMap, .widget-office-t .getMap, .widget-office-au .getMap, .widget-office-as .getMap, .widget-office-c .getMap, .widget-office-wm .getMap, .widget-office-cl .getMap, .widget-office-pz .getMap, .widget-office-cc .getMap {
    position: absolute;
    bottom: 6.5px;
    right: 5px;
    z-index: 5;
    background-color: #F9EDDE;
    padding: 5px 3%; }
    .widget-office-el .getMap:hover, .widget-office-t .getMap:hover, .widget-office-au .getMap:hover, .widget-office-as .getMap:hover, .widget-office-c .getMap:hover, .widget-office-wm .getMap:hover, .widget-office-cl .getMap:hover, .widget-office-pz .getMap:hover, .widget-office-cc .getMap:hover {
      background-color: #EAD2B3; }

.widget-commonSections {
  text-align: center; }
  .widget-commonSections span.section {
    width: 40%;
    margin: 5px;
    display: inline-block;
    background: #F5E1C7; }
  .widget-commonSections a {
    display: inline-block;
    background-color: #4BA750;
    color: #C3FFC2;
    padding: 10px;
    margin: 0;
    width: 100%;
    text-indent: 0; }
    .widget-commonSections a:hover {
      color: green; }
  .widget-commonSections b {
    font-weight: normal;
    margin: 0;
    padding: 0;
    display: block; }

iframe h1.summary {
  font-size: 153.8%;
  text-align: center;
  border: none;
  background-color: #6BA76A !important;
  color: #FFF;
  padding: 10px 0; }

.widget-list-news-widget {
  width: 100%;
  padding: 20px 5%;
  display: inline-block; }
  .widget-list-news-widget header {
    background-color: #EAD2B3;
    padding: 10px;
    text-align: center;
    color: #765C19;
    font-family: Roboto-Light, DistProTh; }
    .widget-list-news-widget header h1 {
      font-size: 153.8%; }
  .widget-list-news-widget .list_news_item {
    border-bottom: 2px solid #62A659; }
  .widget-list-news-widget .list_news_item_title {
    font-weight: normal;
    color: green;
    font-size: 118%; }
  .widget-list-news-widget .news_item_categoty_title {
    color: #A36C6C; }
  .widget-list-news-widget a {
    color: green; }
  .widget-list-news-widget .list_news_item_info_date {
    color: #695105;
    padding: 7px 0; }
  .widget-list-news-widget .news_item_content {
    margin-top: 10px;
    font-family: Roboto-Light, DistProTh;
    color: #585757; }
  .widget-list-news-widget .newsIcon {
    width: 27px;
    height: 27px;
    display: inline-block;
    margin: 0;
    padding: 0;
    background: url("img/gnewsicon.png") no-repeat;
    float: left; }

/* If zone 2 is on */
.aside-2 #layout-content {
  float: left;
  width: 100%; }

/* If zones 1, 2 are on */
.aside-12 #layout-content {
  width: 100%; }

.aside-12 .aside-second {
  float: right;
  width: 100%;
  background-color: #FCF1E3;
  text-align: center; }

/* Tripel Zones*/
/*2 zones on */
/*3 zones on */
/* Quad Footer Zones */
#footer-quad > div {
  float: left;
  width: 240px; }

/*1 zone on */
.split-1 #footer-quad-first {
  width: 100%; }

/* If zone 1 is on */
.split-2 #footer-quad-second {
  width: 100%; }

/* If zone 2 is on */
.split-3 #footer-quad-third {
  width: 100%; }

/* If zone 3 is on */
.split-4 #footer-quad-fourth {
  width: 100%; }

/* If zone 4 is on */
/*2 zones on */
.split-12 #footer-quad-first, .split-12 #footer-quad-second {
  width: 480px; }

/* If zones 1, 2 are on */
.split-13 #footer-quad-first, .split-13 #footer-quad-third {
  width: 480px; }

/* If zones 1, 3 are on */
.split-14 #footer-quad-first, .split-14 #footer-quad-fourth {
  width: 480px; }

/* If zones 1, 4 are on */
.split-23 #footer-quad-second, .split-23 #footer-quad-third {
  width: 480px; }

/* If zones 2, 3 are on */
.split-24 #footer-quad-second, .split-24 #footer-quad-fourth {
  width: 480px; }

/* If zones 2, 4 are on */
.split-34 #footer-quad-third, .split-34 #footer-quad-fourth {
  width: 480px; }

/* If zones 3, 4 are on */
/*3 zones on */
.split-234 #footer-quad-second {
  width: 480px; }

/* If zones 2, 3, 4 are on */
.split-134 #footer-quad-first {
  width: 480px; }

/* If zones 1, 3, 4 are on */
.split-124 #footer-quad-fourth {
  width: 480px; }

/* If zones 1, 2, 4 are on */
.split-123 #footer-quad-third {
  width: 480px; }

/* If zones 1, 2, 3 are on */
/*3 zones on - alternate layout*/
/*.split-123 #footer-quad-first, .split-123 #footer-quad-second, .split-123 #footer-quad-third { width:320px; }*/
/* If zones 1, 2, 3 are on */
/*.split-124 #footer-quad-first, .split-124 #footer-quad-second, .split-124 #footer-quad-fourth { width:320px; }*/
/* If zones 1, 2, 4 are on */
/*.split-134 #footer-quad-first, .split-134 #footer-quad-third, .split-134 #footer-quad-fourth { width:320px; }*/
/* If zones 1, 3, 4 are on */
/*.split-234 #footer-quad-second, .split-234 #footer-quad-third, .split-234 #footer-quad-fourth { width:320px; }*/
/* If zones 2, 3, 4 are on */
/* Widgets
***************************************************************/
/* Edit Mode Widgets */
/* These are the edit controls that appear when you're logged-in */
.widget-control {
  position: relative;
  border: 1px dotted #5f97af; }

.widget-control .manage-actions {
  position: absolute;
  top: 0px;
  right: 0px; }

.widget-control .manage-actions a {
  display: block;
  background-color: #dbdbdb;
  color: #434343;
  padding: 3px 6px; }

.widget-control .manage-actions a:hover {
  background-color: #434343;
  color: #fff;
  text-decoration: none; }

/* Content Mode */
.content-control {
  border: 1px dotted #5f97af;
  overflow: auto;
  position: relative; }

.content-control .manage-actions {
  position: absolute;
  top: 0px;
  right: 0px; }

.content-control .manage-actions a {
  display: block;
  background-color: #dbdbdb;
  color: #434343;
  padding: 3px 6px; }

.content-control .manage-actions a:hover {
  background-color: #434343;
  color: #fff;
  text-decoration: none; }

/* Pager
***************************************************************/
.pager {
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0; }

.pager li {
  float: left;
  padding: 0 12px 0 0;
  margin: 0; }

.pager a, .pager span {
  font-size: 1.077em;
  display: block;
  background-color: #dbdbdb;
  padding: 6px 6px;
  color: #434343; }

.pager a:hover {
  background-color: #434343;
  color: #fff; }

.pager span {
  background-color: inherit; }

/* Misc
***************************************************************/
.small {
  font-size: 0.615em;
  margin-bottom: 1.875em;
  line-height: 1.875em; }

.large {
  font-size: 1.231em;
  line-height: 2.231em;
  margin-bottom: 1.25em; }

.hide {
  display: none; }

.quiet {
  color: #666; }

.loud {
  color: #000; }

.highlight {
  background: #ff0; }

.added {
  background: #060;
  color: #fff; }

.removed {
  background: #900;
  color: #fff; }

.first {
  margin-left: 0;
  padding-left: 0; }

.last {
  margin-right: 0;
  padding-right: 0; }

.top {
  margin-top: 0;
  padding-top: 0; }

.bottom {
  margin-bottom: 0;
  padding-bottom: 0; }

.credits {
  float: left; }

.user-display {
  float: left;
  padding: 0 12px; }

.login-form {
  margin: 24px 0 0 0; }

/* CSS 3 Enhancements 
***************************************************************/
input[type="submit"], input[type="button"], button, .button, .button:link, .button:visited {
  color: #333;
  background: #F5F5F5;
  background: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(#cbcbcb));
  background: -moz-linear-gradient(top, whitesmoke, #cbcbcb);
  border: 2px solid #999;
  cursor: pointer;
  margin: .2em 0 2em 0;
  padding: .3em 1.8em;
  text-align: center; }

input[type="submit"]:hover, input[type="button"]:hover,
input[type="submit"]:active, input[type="button"]:active,
input[type="submit"]:focus, input[type="button"]:focus,
button:hover, .button:hover,
button:active, .button:active,
button:focus, .button:focus {
  text-decoration: none;
  background: #ebebeb;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#ebebeb));
  background: -moz-linear-gradient(top, #e1e1e1, #ebebeb); }

@media (min-width: 550px) {
  .zone-header {
    top: 40%; }

  .mainHeader nav {
    width: 50%;
    margin-left: -50%; }

  #chbxMenuTog:checked ~ .mobileToggle {
    left: 50%; }

  #chbxMenuTog:checked ~ .zone-navigation nav {
    margin-left: 0; }

  .introBar .search {
    width: 30%;
    margin-left: -30%; } }
@media (min-width: 850px) {
  .directoryPopup {
    width: 75%;
    margin: auto 12.5%;
    padding: 50px;
    top: 100px; }
    .directoryPopup:after {
      position: absolute;
      content: "";
      width: 1px;
      height: 50px;
      bottom: -50px; }

  .mainHeader nav {
    width: 100%;
    margin: 0; }

  .mobileToggle {
    display: none; }

  .menu-main-menu {
    box-shadow: none;
    position: relative; }

  .menu-main-menu > li {
    display: inline-block;
    width: 16.7%;
    margin: 0 0 0 -4px;
    padding: 0; }

  .menu-main-menu > li > a {
    width: 100%;
    color: #fff;
    text-shadow: 0 0 3px #888;
    display: inline-block;
    padding: 50px 0;
    background-color: #999;
    background-color: rgba(12, 98, 126, 0.5); }

  .menu-main-menu > li + li {
    border-color: #EEE;
    border-left: 1px solid rgba(136, 188, 213, 0.5); }

  .menu-main-menu > li > a.clickColor {
    background-color: #EDD253;
    color: #FFF; }

  .menu-main-menu ul a.clickColor {
    background-color: #E3C94A; }

  .menu-main-menu .dropdown > ul {
    border-bottom: 1px solid #C1B628;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 0;
    background: #EDD253;
    text-align: center;
    display: none;
    visibility: visible; }

  .menu-main-menu > .dropdown > ul {
    padding: 0 12%; }

  .menu-main-menu > .dropdown .dropdown > ul {
    padding: 20px 12%; }

  .menu-main-menu .dropdown > ul ul {
    background-color: #E3C94A;
    top: 68px; }

  .menu-main-menu ul li a {
    display: inline-block;
    width: 25%;
    margin: 0;
    padding: 20px;
    float: left;
    text-align: center; }

  .menu-main-menu ul ul li a {
    margin: 5px 0;
    padding: 0;
    text-align: left; }

  .menu-main-menu .dropdown li a {
    color: #887C32;
    text-decoration: none;
    font-family: Ebrima;
    font-size: 120%;
    display: block;
    line-height: 1.75em; }
    .menu-main-menu .dropdown li a:active, .menu-main-menu .dropdown li a:focus, .menu-main-menu .dropdown li a:hover {
      color: #6dbd5e; }

  .introBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0; }
    .introBar .searchToggle {
      visibility: hidden;
      display: none; }
    .introBar .search {
      margin: 0;
      float: left;
      display: inline-block;
      width: 30%;
      padding: 22px 3.333333333333%;
      /* 10px @ 300px width */ }
    .introBar .welcome {
      display: inline-block;
      width: 70%; }

  #layout-content {
    width: 69%; }

  .aside-1 #layout-content {
    display: inline-block; }

  .aside-2 #layout-content {
    float: left;
    width: 33%; }

  .aside-12 #layout-content {
    width: 47%;
    display: inline-block; }

  .aside-12 .aside-second {
    float: right;
    width: 21.5%;
    background-color: #FCF1E3;
    text-align: center; }

  .aside-first {
    float: left;
    width: 30%;
    background-color: #FEEFDF;
    padding: 10px 2.666666666667%; } }
