/*********************************************************
GENERAL THEME OF THE SITE
*********************************************************/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700');


html {
    font-family: sans-serif;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hideMe {
    position: absolute;
    top: -9999rem;
    left: -9999rem;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}


body {
    position: relative;
    min-width: 320px;
    font: normal 400 100%/1.5 'Open Sans', Arial, sans-serif;
    color: #111111;
    padding: 0;
    margin: 0;
    /*outline: none;*/
    background: rgb(255,255,255);
}


.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font: normal 600 2em 'Open Sans', Arial, sans-serif;
    color: #5a8a70;
    padding: 0;
    margin: 0;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1em;
}

/*h2.categoryTitle {
    font-size: 5.5em;
    color: rgb(255,255,255);
    text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0.8em 0;
}*/
h2.categoryTitle span {
    font-size: 0.4em;
    display: block;
    text-transform: none;
}

h2.pageTitle {
    font-size: 2.188em;;
    margin-bottom: 0.5em;
}

.searchPage h3.pageTitle {
    margin-bottom: 1em;
}


p {
    padding: 0;
    margin: 0 0 1em;
}

a,
a:link {
    color: rgb(16,116,20);
	font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

a:visited {
    color: rgb(16,116,20);
}
a:hover {
    color: rgb(11,79,13);
    text-decoration: none;
}
a:active {
    color: rgb(11,79,13);
}
a:focus {
    color: rgb(11,79,13);
    text-decoration: none;
}

cite,
small {
    font-style: normal;
}

figure {
    padding: 0;
    margin: 0;
}

address {
    font-style: normal;
}


.linkWatch:before,
.btnPrint:before,
.frmSearch button[type="submit"]:before,
.desktopNav ul.mainMenu > li.hasChild > a:after,
.desktopNav ul.mainMenu > li.hasChild:hover > a:before,
.modal-body .linkAttachment .modalEventDownload:before,
.footerMiddle > .container:before,
ul.fqCol a:before,
.btnIWantTo:before,
.desktopNav ul.subMainMenu > li:last-child a:before,
.popupAlert a:before,
.frmPSubmit:before,
.searchIcon:after,
/*ol.breadCrumb a.breadcrumbHome:before,*/
ol.breadCrumb a:after,
.sideMenuNav:before,
.closeNav:before,
.moreOptionMainMenu:before,
.moreOptionSubMainMenu:before,
.moreOption:before,
.menuIcon:after,
.socialMedia a:before,
.scrollup:before {
    content: "\f10c";
    font-family: fontawesome;
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    color: inherit;
    display: inline-block;
    margin-left: 0.5em;
}

aside > h2,
.formCont > h2,
.fixedQuickLinksContainer > h2,
.footerBottom h2,
.pollLookingForContainer > h2,
.socialContainer h2,
.headerInfo > h2,
.headerBottom > h2,
h2.categoryTitle,
.desktopNav ul.subSubMainMenu,
.headerContentContainer h3,
.breadCrumbContainer h2,
.mobileNav,
.closeNav,
.moreOptionMainMenu,
.moreOptionSubMainMenu,
.menuIcon,
.sideMenuNav,
nav > h2,
.closeNav > span,
.frmSearch legend,
.frmNewsletter legend,
.moreOption > span,
.newsletter > h2,
.socialMedia figcaption,
.socialMedia > a > span,
.scrollup > span {
    display: none;
}


ul.navQuickLinks,
ul.navQuickLinks > li,
ul.ncColl,
ul.ncColl > li,
ul.appCol,
ul.appCol > li,
ul.fqCol,
ul.fqCol > li,
ul.galleryCouncillors,
ul.galleryCouncillors > li,
ul.quickLinks,
ul.quickLinks > li,
ul.footerBottom,
ul.footerBottom > li,
ul.headerBottomCol3,
ul.headerBottomCol3  > li,
ul.quickLink,
ul.quickLink > li,
ul.footerCol3,
ul.footerCol3 > li,
ol.breadCrumb,
ol.breadCrumb > li,
ul.mainMenu,
ul.mainMenu > li,
ul.subMainMenu,
ul.subMainMenu > li,
ul.subSubMainMenu,
ul.subSubMainMenu > li,
ul.sideMenu,
ul.sideMenu > li,
ul.subSideMenu,
ul.subSideMenu > li,
ul.textResizer,
ul.textResizer > li,
ul.footerNav,
ul.footerNav > li {
    list-style: none;
    padding: 0;
    margin: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="file"],
input[type="search"],
input[type="password"],
input[type="submit"],
textarea {
    padding: 0.5em;
    outline: none;
    border: 1px solid rgb(204,204,204);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*button {
    outline: none;
}*/

.scrollup,
.scrollup:link {
    color: rgb(255,255,255) !important;
    position: fixed;
    bottom: 6.5em;
    right: 1em;
    padding: 0.5em 1em 0.8em;
    /*display: none;*/
    opacity: 0;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
    z-index: 2;
    background: rgba(136,188,160, 0.6);
}
.scrollup:visited {
    color: rgb(255,255,255)!important;
}
.scrollup:hover {
    color: rgb(255,255,255)!important;
    background: rgba(136,188,160, 0.9);
}
.scrollup:active {
    color: rgb(255,255,255)!important;
    background: rgba(136,188,160, 0.9);
}
.scrollup:before {
    content: "\f077";
    margin-left: 0;
}


.addthis-smartlayers {
    position:relative;
    z-index: 5;
}


#alertModal .modal-header {
    background: #5a8a70;
}
#alertModal .modal-title {
    color: rgb(255,255,255);
}

.popupAlert {
    background: #ed841d;
	padding: 0.5em 0;
	color: #fff;
}
.popupAlert > .container {
    max-width: none;
    position: relative;
    padding: 0;
    text-align: center;
}
#alertModal .modal-header .modal-title:before,
.popupAlert a:before{
    content: "\f071";
    font-family: FontAwesome;
    margin-left: 0;
    margin-right: 0.5em;
}

.popupAlert a,
.popupAlert a:link {
    color: rgb(255,255,255);
    display: block;
    padding: 1em 2em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
}
.popupAlert a:visited {
    color: rgb(255,255,255);
}
.popupAlert a:hover {
    color: rgb(255,255,255);
    background: rgb(16,116,20);
}


.popupAlert a:before {
    margin-right: 1em;
}

/*.popupAlert a {
    font-size: 0.8em;
    color: rgb(255,255,255);
    display: inline-block;
    padding: 0.1em 1.2em 0.1em;
    text-align: center;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    background: rgb(127,145,139);
}

.popupAlert a:visited {
    color: rgb(255,255,255);
}

.popupAlert a:hover {
    color: rgb(255,255,255);
    background: rgb(66,76,73);
}

.popupAlert a:active {
    color: rgb(255,255,255);
    background: rgb(81,70,62);
}*/

#alertModal .modal-header .close {
    color: rgb(255,255,255);
    opacity: 0.6;
}
#alertModal .close:focus,
#alertModal .close:hover {
    color: #88bca0;
    text-shadow: none;
}

#alertModal .modal-footer .btn-default {
    color: rgb(255,255,255);
    background: rgb(136,188,160);
}
#alertModal .modal-footer .btn-default:hover {
    color: rgb(255,255,255);
    background: #5a8a70;
}


.container {
    width: inherit;
    max-width: 1440px;
    min-width: 320px;
    padding: 1em;
    margin: auto;
}
.headerBottom > .container {
    padding: 0;
}
.navContainer > .container {
    padding: 2em;
}
.mainContentMat > .container {
    padding-top: 0;
    padding-bottom: 2.5em;
}
.footerMiddle > .container {
    position: relative;
    padding: 3em 19em 3em 11em;
}
.footerBottom > .container {
    padding-bottom: 2em;
}

.mainContent {
    background: rgb(255,255,255);
}


main.searchPage {
    float: none;
    width: 100%;
    display: block;
    padding: 4em 2em 0;
}


header.masterHeader {
    background: rgb(255,255,255);
}


.headerTop {
    position: relative;
    padding: 0.9em 2.5em 0.9em 14em;
    background: rgb(255,255,255);
}


.headerBottom {
    padding: 0 2.5em 0 170px;
    background: rgb(127,145,139);
}



footer.masterFooter {
    padding-bottom: 6em;
    background: rgb(242,245,250);
}


h1.siteLogo {
    position: absolute;
    top: 0.45em;
    left: 1em;
    width: 171px;
    height: 171px;
    margin-bottom: 0;
    z-index: 9999;
}
h1.siteLogo > a{
    width: inherit;
    height: inherit;
    display: block;
    text-indent: -9999em;
    background: url(../images/Clearwater.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.activePopupAlert h1.siteLogo {
    top: 2.27em;
}




.skipToContent {
    position: absolute;
    top: -9999em;
    left: 1em;
    width: 300px;
    height: 1px;
    padding: 1.5em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 0.7em;
    overflow: hidden;
    z-index: 9999;
    background: rgba(0,0,0,0.9);
}
.skipToContent.showSkipToContents {
    top: 1em;
    height: auto;
}
.skipToContent h2 {
    font-size: 1em;
    color: #5a8a70;
    margin-bottom: 0.5em;
}
ol.skipLinks,
ol.skipLinks > li {
    font-size: 0.9em;
    color: rgb(255,255,255);
    padding: 0;
    margin: 0;
}
ol.skipLinks {
    margin-left: 1.5em;
}
/*ul.skipLinks > li {
    margin-left: 1em;
}*/
.skipToContent a,
.skipToContent a:link {
    font-size: inherit;
    font-weight: bold;
    display: block;
    padding: 0.3em;
    color: rgb(255,255,255);
}
.skipToContent a:visited {
    color: rgb(255,255,255);
}
.skipToContent a:hover {
    color: rgb(159,248,200);
}
.skipToContent a:active {
    color: rgb(159,248,200);
}
.skipToContent a:focus {
    color: rgb(255,255,255);
    outline: 1px solid rgb(159,248,200);
}



.headerInfo {
    font: normal 600 0.750em 'Open Sans';
    /*color: rgb(143,143,144);*/
    color: #111;
    display: inline-block;
}
.headerInfo a,
.headerInfo a:link {
    font-family: inherit;
    /*color: rgb(143,143,144);*/
    color: #111;
    display: inline-block;
    border: none;
    cursor: pointer;
}
.headerInfo a:visited {
    /*color: rgb(143,143,144);*/
    color: #111;
}
.headerInfo a:hover {
    color: #5a8a70;
}
.headerInfo a:active {
    color: #5a8a70;
}


.headerToolbar {
    position: absolute;
    top: 0;
    right: 2.5em;
    z-index: 1;
}
.linkWatch,
.linkWatch:link,
.btnIWantTo,
.btnIWantTo:link {
    float: left;
    font: normal 700 0.938em 'Open Sans';
    color: rgb(255,255,255);
    text-transform: uppercase;
    text-align: center;
    padding: 1.5em 1.3em;
    border: none;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    background: rgb(136,188,160);
}
    .linkWatch,
    .linkWatch:link{
        background: rgb(84,95,91);
    }
.linkWatch:visited,
.btnIWantTo:visited {
    color: rgb(255,255,255);
}
.linkWatch:hover,
.btnIWantTo:hover {
    background: #5a8a70;
}
.linkWatch:active,
.btnIWantTo:active {
    color: rgb(255,255,255);
}
.btnIWantTo:before {
    content: "\f0ca";
    display: block;
    margin-left: 0;
    margin-bottom: 0.3em;
}

.linkWatch > span > span {
    display: block;
}
    .linkWatch:before {
        content: none;
        margin-left: 0;
    }


.socialMedia {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.socialMedia a,
.socialMedia a:link {
   color: #111;
   display: inline-block;
   border: none;
   cursor: pointer;
}
.socialMedia a:visited {
   color: #111;
}
.socialMedia a:hover {
   color: #5a8a70;
}
.socialMedia a:active {
   color: #5a8a70;
}

.socialMedia a.facebook:before {
    content: "\f09a";
}
.socialMedia a.twitter:before {
    content: "\f099";
}
.socialMedia a.youtube:before {
    content: "\f16a";
}


ul.ncColl {
    height: 100%;
}
ul.ncColl > li {
    height: 100%;
}


.frmSearch {
    /*width: 1030px;
      height: 64px;
      margin: 8em auto 20em;
    */
    width: 100%;
    height: 270px;
    padding: 0 4em;
    z-index: 2;
    background: rgb(255,255,255);
}
.frmSearch > fieldset {
    width: 100%;
    position: relative;
    top: 7em;
    max-width: 1030px;
    display: block;
    padding: 0;
    margin: auto;
    border: none;
}
.frmSearch label {
    opacity: 0;
}
.frmSearch input[type="search"] {
    position: absolute;
    top: -0.01em;
    left: 0;
    width: 100%;
    font: normal 300 1.188em 'Open Sans'; 
    color: #111;
    padding: 1em 8.8em 1em 1em;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
@-moz-document url-prefix() {
    .frmSearch input[type="search"] {
        top: 0;
    }
}
.frmSearch::-webkit-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

.frmSearch:-moz-placeholder {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

.frmSearch::-moz-placeholder {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

.frmSearch:-ms-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}
/*.frmSearch input[type="submit"]*/
.frmSearch button[type="submit"]{
    position: absolute;
    top: 0;
    right: 0;
    height: 64px;
    font: normal 700 1.3em 'Open Sans';
    color: rgb(255,255,255);
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    margin: 0;
    padding: 0.67em 1em;
    background: rgb(136,188,160);
    /*background: rgb(136,188,160) url(../images/bgSearchIcon.png) 1em center no-repeat;
    -webkit-background-size: 18px 17px;
    -moz-backgroud-size: 18px 17px;
    background-size: 17px 16px;*/
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
}
@-moz-document url-prefix() {
    /*.frmSearch input[type="submit"]*/
    .frmSearch button[type="submit"] {
        height: 65px;
    }
}
/*.frmSearch input[type="submit"]:hover*/
.frmSearch button[type="submit"]:hover {
    /*background: rgb(16,116,20) url(../images/bgSearchIcon.png) 1em center no-repeat;
    -webkit-background-size: 18px 17px;
    -moz-backgroud-size: 18px 17px;
    background-size: 17px 16px;*/
    background: #5a8a70;
}

.frmSearch button[type="submit"]:before {
    content: "\f002";
    margin-left: 0;
    margin-right: 0.5em;
}



/*-------------responsive tables generic---------------------*/
.responsive-table {
    text-transform: none;
}

/* table */
.responsive-table table {
    width: 100%;
    margin-bottom: 0.5em;
    font-size: 0.8em;
    border-collapse: collapse;
    border-spacing: 0;
}

.responsive-table table {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-align: left;
    color: #333;
}

.responsive-table table tr {
    color: #222;
}

.responsive-table table tr {
    background: #efefef;
}

.responsive-table table tr:nth-child(even) {
    background: #efefef;
}

.responsive-table table th {
    font-weight: bold;
    padding: 0.35em;
    font-size: 1em;
}

.responsive-table table td {
    padding: 0.6em;
    font-size: 1.1em;
}

.responsive-table table td {
    text-align: left;
}






.breadCrumbContainer {
    padding: 1.5em;
    background: rgb(255,255,255);
}

ol.breadCrumb a {
    font: normal 400 1em 'Open Sans', Arial, sans-serif;
    color: #111;
    display: block;
    text-transform: uppercase;
}
ol.breadCrumb a:visited {
    color: #111;
}
ol.breadCrumb a:hover {
    color: #5a8a70;
}

ol.breadCrumb a:after {
    content: "\f101";
    color: rgb(146,146,146);
    margin-right: 0.8em;
    margin-left: 0.8em;
}
ol.breadCrumb > li:last-child a:after {
    content: normal;
    margin-right: 0;
    margin-left: 0;
}

ol.breadCrumb > li {
    float: left;
    width: auto;
}







.navContainer {
    position: absolute;
    top: 100%;
    left: -9999em;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    /*visibility: hidden;*/
    -webkit-transition: opacity 300ms ease 0s;
    -moz-transition: opacity 300ms ease 0s;
    -o-transition: opacity 300ms ease 0s;
    transition: opacity 300ms ease 0s;
    z-index: 9999;
    background: rgb(255,255,255);
	border: 1px solid #d9d9d9;
}


ul.mainMenu a,
ul.mainMenu a:link {
    position: relative;
    font: normal 400 1.375em 'Open Sans';
    color: rgb(255,255,255);
    text-align: center;
    text-transform: uppercase;
    display: block;
    display: table-cell;
    padding: 0 0.5em;
    vertical-align: middle;
    /*outline: none;*/
    /*text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
}
ul.mainMenu a:visited {
    color: rgb(255,255,255);
}
ul.mainMenu a:hover {
    color: rgb(255,255,255);
    background: rgb(136,188,160);
}

.desktopNav ul.mainMenu {
    position: relative;
	z-index: 1000;
}
.desktopNav ul.mainMenu > li {
    float: left;
    width: 16.66%;
    display: table;
    height: 5em;
}

.desktopNav ul.mainMenu > li.selected > a {
    color: rgb(255,255,255);
    background: rgb(136,188,160);
}

.desktopNav ul.mainMenu > li.hasChild[aria-expanded="true"] .navContainer,
.desktopNav ul.mainMenu > li:hover .navContainer {
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    /*visibility: visible;*/
}

.desktopNav ul.mainMenu > li.hasChild > a:after {
    content: "\f0d7";
    -webkit-transition: transform 300ms ease 0s;
    -moz-transition: transform 300ms ease 0s;
    -o-transition: transform 300ms ease 0s;
    transition: transform 500ms ease 0s;
}
.desktopNav ul.mainMenu > li.hasChild:hover > a:after,
.desktopNav ul.mainMenu > li[aria-expanded="true"] > a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.desktopNav ul.mainMenu > li.hasChild:hover > a:before {
    content: "\f0d7";
    position: absolute;
    top: 92%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: rgb(136,188,160);
    margin-left: 0;
    z-index: 50;
}
.desktopNav ul.mainMenu > li.hasChild:hover > a,
.desktopNav ul.mainMenu > li[aria-expanded="true"] > a{
    color: rgb(255,255,255);
    background: rgb(136,188,160);
}


ul.ncColl > li {
    float: left;
    width: 50%;
}
ul.ncColl > li:first-child {
    width: 60%;
    padding-right: 2em;
}
ul.ncColl > li:last-child {
    width: 40%;
    padding-left: 2em;
}

/*ul.ncColl > li:last-child h2*/
ul.ncColl > li:last-child > p{
    font: normal 300 1.688em 'Open Sans';
    color: #111;
    margin-bottom: 1.3em;
}
/*ul.ncColl > li:last-child h2 > span*/
ul.ncColl > li:last-child > p > span{
    font: normal 600 0.8em 'Open Sans';
    display: block;
}


.ncColl img {
    max-width: 100%;
    height: auto;
    padding: 1em;
    border: 1px solid rgb(235,235,235);
}


ul.subMainMenu a,
ul.subMainMenu a:link {
    font: normal 400 1em 'Open Sans';
    color: #111;
    text-transform: none;
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid rgb(235,235,235);
    display: block;
}
ul.subMainMenu a:visited {
    color: rgb(59,59,61);
}
ul.subMainMenu a:hover {
    color: rgb(255,255,255);
    background: rgb(136,188,160);
}
ul.subMainMenu a:active {
    color: rgb(255,255,255);
    background: rgb(136,188,160);
}


/*ul.subMainMenu > li:nth-child(8) a {
    border-bottom: none;
}*/
.desktopNav ul.subMainMenu > li:last-child a {
    font-size: 0.938em;
    color: rgb(255,255,255);
    display: inline-block;
    border-bottom: none;
    margin-top: 1.5em;
    text-transform: uppercase;
    -webkit-transition-property: background !important;
    -moz-transition-property: background !important;
    -o-transition-property: background !important;
    transition-property: background !important;
    background: rgb(136,188,160);
}
.desktopNav ul.subMainMenu > li:last-child a:hover {
    background: rgb(127,145,139);
}
.desktopNav ul.subMainMenu > li:last-child a:before {
    content: "\f067" !important;
    margin-left: 0 !important;
    margin-right: 0.5em;
}



ul.navQuickLinks a,
ul.navQuickLinks a:link {
    font: normal 400 0.875em 'Open Sans';
    color: rgb(255,255,255);
    display: table-cell;
    /*outline: none;*/
    padding: 1em 0.8em;
    vertical-align: middle;
    text-align: center;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    background: #7f918b;
}
ul.navQuickLinks a:visited {
    color: rgb(255,255,255);
}
ul.navQuickLinks a:hover {
    color: rgb(255,255,255);
    background: rgb(136,188,160);
}

.desktopNav ul.navQuickLinks a > .fa{
    font-size: 2em;
    display: block;
    margin-bottom: 0.2em;
}

ul.navQuickLinks > li {
    float: left;
    width: 50%;
    height: 7.5em;
    padding-right: 1em;
    padding-bottom: 1em;
    display: table;
}
ul.navQuickLinks > li:nth-child(5),
ul.navQuickLinks > li:last-child {
    padding-bottom: 0;
}



/****************************************************************
MAIN CONTENT
****************************************************************/
.containerTable {
    width: 100%;
    display: table;
    background: rgb(255,255,255);
}

main {
    width: 75%;
    display: table-cell;
    padding: 0 2em 2em;
}

.articlePost {
    height: auto;
    min-height: 20em;
    color: rgb(59,59,61);
}


/****************************************************************
ASIDE
****************************************************************/
ul.subSideMenu {
    display: none;
}

aside {
    width: 25%;
    display: table-cell;
    vertical-align: top;
    background: rgb(243,243,243);
}


.moreOption {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1em;
    color: rgb(59,59,61);
    display: inline-block;
    padding: 1.10em 1.15em;
    cursor: pointer;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
}
@-moz-document url-prefix() {
    .moreOption {
        padding-top: 1.18em;
        padding-bottom: 1.18em;
    }
}

.moreOption:hover {
    color: rgb(255,255,255) !important;
    background: rgb(52,78,64);
}

.moreOption:before {
    content: "\f078";
    margin-left: 0;
    -webkit-transform: transform 300ms ease 0s;
    -moz-transform: transform 300ms ease 0s;
    -o-transform: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
}

.moreOption.openIcon:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

ul.sideMenu a {
    font: normal 600 1em 'Open Sans', Arial, sans-serif;
    color: rgb(59,59,61);
    display: block;
    padding: 1.2em;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: rgb(243,243,243);
}
ul.sideMenu a:visited {
    color: rgb(59,59,61);
}
ul.sideMenu a:hover {
    color: rgb(255,255,255);
    background: rgb(136,188,160);
}
ul.sideMenu a:active {
    color: rgb(255,255,255);
    background: rgb(136,188,160);
}

ul.sideMenu > li {
    position: relative;
}

ul.sideMenu > li.hasChild a {
    padding-right: 4em;
}

ul.sideMenu > li:hover > a,
ul.sideMenu > li.selected a {
    color: rgb(255,255,255);
    background: rgb(136,188,160);
}

ul.sideMenu > li.selected .moreOption,
ul.sideMenu > li:hover .moreOption {
    color: rgb(255,255,255);
}

ul.subSideMenu a {
    font-size: 0.875em;
    color:rgb(59,59,61)!important;
    padding: 1em 1em 1em 2em !important;
    display: block;
    background: rgb(231,231,231) !important;
}
ul.subSideMenu a:visited {
    color: rgb(59,59,61)!important;
}
ul.subSideMenu a:hover {
    color: rgb(255,255,255)!important;
    background: rgb(80,121,99) !important;
}


ul.subSideMenu > li.selected a {
    color: rgb(255,255,255) !important;
    background: rgb(80,121,99) !important;
}



/****************************************************************
TOOLBAR [ TEXTSIZER && GOOGLE TRANSLATE ]
****************************************************************/
.headerContentContainer {
    margin-bottom: 2em;
}

ul.textResizer {
    float: right;
    display: inline-block;
}

ul.textResizer > li {
    float: left;
    margin-right: 0.2em;
}

ul.textResizer > li:last-child {
    margin-right: 0;
}

ul.textResizer span,
ul.textResizer a {
    font: normal 700 0.688em/0 'Open Sans', Arial, sans-serif;
    color: rgb(84,84,84);
    text-transform: uppercase;
    display: inline-block;
}

ul.textResizer a:visited {
    color: rgb(84,84,84);
}

ul.textResizer a:hover {
    color: rgb(136,188,160);
}

ul.textResizer span {
    margin-right: 0.5em;
}

ul.textResizer a.small-text {
    font-size: 0.688em;
}

ul.textResizer a.medium-text {
    font-size: 1em;
}

ul.textResizer a.large-text {
    font-size: 1.3em;
}

ul.textResizer a.textresizer-active {
    color: rgb(136,188,160);
}

#google_translate_element {
    float: left;
    display: inline-block;
}


/****************************************************************
SEARCH
****************************************************************/
.searchPage .page-information {
    margin-bottom: 1em;
}

ul.search-page {
    list-style-type: decimal;
}

ul.search-page > li {
    margin-bottom: 0.5em;
}

ul.search-page h3 {
    font-size: 1.2em;
    margin-bottom: 0;
}

ul.search-page a,
ul.search-page a.searchedURL {
    display: inline-block;
}


ul.search-page .searchedContent {
    display: block;
    margin-bottom: 0.2em;
}


.modal-body .linkAttachment .modalEventDownload:before {
    content: "\f019";
    color: rgb(136,188,160);
    margin-left: 0;
    margin-right: 0.5em;
}
.linkAttachment {
    margin-top: 1.5em;
}
.linkAttachment .modalEventDownload {
    margin-bottom: 0;
} 
.modalLink {
    margin-bottom: 0;
}



.addthis-smartlayers.addthis-smartlayers-desktop #at4-share {
    top: 38%!important;
}



.footerTop {
    height: 350px;
    background: url(../images/bgApp.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

ul.appCol {
    height: 100%;
    max-width: 1280px;
    margin: auto;
}
ul.appCol > li {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}
ul.appCol > li:first-child {
    background: rgba(43,43,43,0.75);
}
ul.appCol > li:last-child img {
    position: absolute;
    right: 1em;
    bottom: 0;
}
.appDesc {
    position: absolute;
    top: 50%;
    left: 1em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 2em;
}
.appDesc h2{
    /*font-size: 2.2em;*/
	font-size: 1.1em;
	font-family: 'Open Sans';
	font-weight: 300;
	color: #fff;
    line-height: 1;
	margin: 0;
    text-transform: uppercase;
    /*margin-bottom: 0.4em;*/
}
.appDesc h2 > span{
    font-family: 'Open Sans';
	font-weight: 700;
    font-size: 2.2em;
    text-transform: none;
    display: block;
}
.subText {
    font-family: 'Open Sans';
	font-weight: 600;
    color: rgb(255,255,255);
    text-transform: uppercase;
}

.appBTN {
    width: 128px;
    height: 40px;
    display: inline-block;
    margin-right: 1em;
    /*outline: none;*/
    text-indent: -9999em;
}
.appBTN.appStore {
    background: url(../images/bgAppStore.png) center center no-repeat;
}
.appBTN.googlePlay {
    margin-right: 0;
    background: url(../images/bgGooglePlay.png) center center no-repeat;
}
.desc {
    margin: 1.2em 0;
	font-size: 0.9em;
	color: #fff;
}


.footerMiddle > .container:before {
    content: "\f003";
    position: absolute;
    top: 50%;
    left: 1em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 4.5em;
    color: rgb(59,59,61);
    margin-left: 0;
}

.footerMiddle h2 {
    font-size: 2em;
    color: rgb(59,59,61);
    margin-bottom: 0;
}
.footerMiddle p {
    font: normal 300 1.625em 'Open Sans';
    color: rgb(59,59,61);
    margin-bottom: 0;
}
.footerMiddle a.btnRegister,
.footerMiddle a.btnRegister:link {
    position: absolute;
    top: 50%;
    right: 3em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font: normal 600 1.563em 'Open Sans';
    color: rgb(255,255,255);
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: 0.5em 1.5em;
    /*outline: none;*/
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    background: rgb(136,188,160);
}
.footerMiddle a.btnRegister:visited {
    color: rgb(255,255,255);
    background: rgb(136,188,160);
}
.footerMiddle a.btnRegister:hover {
    color: rgb(255,255,255);
    background: #5a8a70;
}




.footerBottom {
    font: normal 400 0.750em 'Open Sans';
    color: #111;
}
.footerBottom .orgInfo {
    float: left;
}
.footerBottom cite {
    float: right;
}

.footerBottom .orgInfo small {
	font-weight: 600;
}
.footerBottom .orgInfo address {
    margin-bottom: 0;
}
.footerBottom address{
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-style: normal;
}
.footerBottom a,
.footerBottom a:link {
    font-family: inherit;
    font-size: inherit;
    color: #111;
}
.footerBottom a:visited {
    color: #111;
}
.footerBottom a:hover {
    color: #5f997a;
}
.footerBottom a:active {
    color: #5f997a;
}

.footerBottom cite > a{
    width: 84px;
    height: 33px;
    text-indent: -9999em;
    display: block;
    background: url(../images/All-Net.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}



.fixedQuickLinksContainer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    background: rgb(127,145,139);
}

ul.fqCol {
    float: left;
    border-right: 1px solid rgb(139,160,153);
}
ul.fqCol > li {
    position: relative;
    float: left;
    min-width: 200px;
}

ul.fqCol a,
ul.fqCol a:link {
    position: relative;
    font: normal 600 0.875em 'Open Sans';
    color: rgb(255,255,255);
    text-transform: uppercase;
    display: block;
    padding: 1.5em 1.6em 1.5em 4.1em;
    transition-property: background;
    border-right: 1px solid rgb(108,124,119);
    border-left: 1px solid rgb(139,160,153);
}
ul.fqCol a:visited {
    color: rgb(255,255,255);
}
ul.fqCol a:hover {
    color: rgb(255,255,255);
    background: rgb(58,67,64);
}
ul.fqCol a:active {
    color: rgb(255,255,255);
    background: rgb(58,67,64);
}
ul.fqCol a > span {
    display: block;
}

ul.fqCol > li:first-child a {
    border-left: none;
}

ul.fqCol a:before {
    position: absolute;
    top: 50%;
    left: 0.9em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.5em;
    margin-left: 0;
}
ul.fqCol > li:first-child a:before {
    content: "\f1c1";
}
ul.fqCol > li:nth-child(2) a:before {
    content: "\f019";
}
ul.fqCol > li:nth-child(3) a:before {
    content: "\f044";
}
ul.fqCol > li:nth-child(4) a:before {
    content: "\f279";
}
ul.fqCol > li:nth-child(5) a:before {
    content: "\f2ba";
}
ul.fqCol > li:last-child a:before {
    content: "\f0f2";
}

.fqlCont {
    position: relative;
}
.fixedQuickLinksContainer .socialMedia {
    position: absolute;
    top: 50%;
    left: auto;
    right: 1em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fixedQuickLinksContainer .socialMedia a,
.fixedQuickLinksContainer .socialMedia a:link {
    color: rgb(255,255,255);
    display: inline-block;
    border-left: none;
    border-right: none;
    padding: 0.5em;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}
.fixedQuickLinksContainer .socialMedia a:visited {
    color: rgb(255,255,255);
}
.fixedQuickLinksContainer .socialMedia a:hover {
    color: rgb(58,67,64);
    background: none;
}
.fixedQuickLinksContainer .socialMedia a:active {
    color: rgb(58,67,64);
    background: none;
}
.fixedQuickLinksContainer .socialMedia a > span {
    display: none;
}
.fixedQuickLinksContainer .socialMedia a:before {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 0;
}



.btnPrint {
    position: relative;
    top: -2px;
    margin: 0;
    padding: 0 0 0 0.1rem;
    border: none;
    cursor: pointer;
    display: block;
    background: none;
}
.btnPrint:before {
    content: "\f02f";
    margin-left: 0;
}

/****************************************************************
MEDIA QUERY
****************************************************************/
@media only screen and (max-width:1700px) {
    h1.siteLogo {
        width: 150px;
        height: 150px;
    }


    ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 1.1em;
    }
    ul.subMainMenu a,
    ul.subMainMenu a:link {
        font-size: 0.9em;
    }
    ul.ncColl > li:last-child h2 {
        font-size: 1.5em;
    }
    ul.navQuickLinks a,
    ul.navQuickLinks a:link {
        font-size: 0.8em;
    }
}


@media only screen and (max-width:1440px) {
    h1.siteLogo {
        width: 143px;
        height: 143px;
    }

    ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 1em;
    }
    ul.subMainMenu a,
    ul.subMainMenu a:link {
        font-size: 0.85em;
    }
    ul.ncColl > li:last-child h2 {
        font-size: 1.3em;
    }
    ul.navQuickLinks a,
    ul.navQuickLinks a:link {
        font-size: 0.75em;
    }
}

@media only screen and (max-width:1400px) {
    footer.masterFooter {
        padding-bottom: 4.5em;
    }

    ul.fqCol a, 
    ul.fqCol a:link {
        font-size: 0.7em;
    }
    ul.fqCol > li {
        min-width: 180px;
    }
}

@media only screen and (max-width:1368px) {
    .desktopNav,
    .moreOptionMainMenu > span,
    .moreOptionSubMainMenu > span,
    ul.subMainMenu,
    ul.subSubMainMenu {
        display: none;
    }

    .menuIcon,
    .closeNav,
    .mobileNav {
        display: inherit;
    }

    .headerBottom {
        padding-left: 0;
    }
    .headerBottom > .container {
        min-width: 0;
        text-align: right;
    }

    .menuIcon {
        font: normal 700 1.5em 'Open Sans', Arial, sans-serif;
        color: rgb(255,255,255);
        text-transform: uppercase;
        text-align: center;
        padding: 0.5em 0.65em;
        outline: none;
        border: none;
        margin: 0.8em 0 0.5em;
        display: inline-block;
        -webkit-transition: background 300ms ease 0s;
        -moz-transition: background 300ms ease 0s;
        -o-transition: background 300ms ease 0s;
        transition: background 300ms ease 0s;
        background: rgb(68,76,73);
    }
    .menuIcon:hover {
        background: rgb(136,188,160);
    }
    .menuIcon:after {
        content: "\f0c9";
        margin-left: 0.3em;
    }

    .closeNav {
        position: absolute;
        top: 0.5em;
        right: 0;
        font-size: 1.5em;
        color: rgb(84,95,91);
        padding: 0.5em;
        margin: 0;
        border: none;
        outline: none;
        cursor: pointer;
        background: none;
    }
    .closeNav:before {
        content: "\f00d";
        margin-left: 0;
    }

    .moreOptionMainMenu,
    .moreOptionSubMainMenu {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1em;
        color: rgb(112,112,112);
        display: inline-block;
        padding: 1.4em 1.1em;
        cursor: pointer;
        border: none;
        -webkit-transition: color 300ms ease 0s;
        -moz-transition: color 300ms ease 0s;
        -o-transition: color 300ms ease 0s;
        transition: color 300ms ease 0s;
        background: none;
    }
    .moreOptionSubMainMenu {
        padding: 1.1em 1.1em;
    }
    @-moz-document url-prefix() {
        .moreOptionMainMenu {
            padding-top: 1.5em;
            padding-bottom: 1.5em;
        }
        .moreOptionSubMainMenu {
            padding-top: 1.15em;
            padding-bottom: 1.15em;
        }
    }
    .moreOptionMainMenu:hover,
    .moreOptionSubMainMenu:hover {
        color: rgb(255,255,255);
    }

    .moreOptionMainMenu:before,
    .moreOptionSubMainMenu:before {
        content: "\f078";
        margin-left: 0;
        -webkit-transform: transform 300ms ease 0s;
        -moz-transform: transform 300ms ease 0s;
        -o-transform: transform 300ms ease 0s;
        transition: transform 300ms ease 0s;
    }
    .moreOptionMainMenu.openIcon:before,
    .moreOptionSubMainMenu.openIcon:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 22%;
        min-width: 300px;
        text-align: right;
        -webkit-transform: translate3d(100%,0,0);
        -moz-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        -o-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        -webkit-transition: transform 300ms ease 0s;
        -moz-transition: transform 300ms ease 0s;
        -o-transition: transform 300ms ease 0s;
        transition: transform 300ms ease 0s;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        z-index: 9999;
        border-left: 1px solid #d9d9d9;
        background: rgb(255,255,255);
    }
    nav.navOpen {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 1.313em;
        color: rgb(112,112,112);
        text-align: left;
        padding: 1em 1.2em;
        display: block;
        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        transition-property: background;
    }
    ul.mainMenu a:visited {
        color: rgb(112,112,112);
    }
    ul.mainMenu a:hover {
        color: rgb(255,255,255);
        background: rgb(136,188,160);
    }

    ul.mainMenu {
        margin-top: 5em;
    }
    ul.mainMenu > li {
        position: relative;
    }

    ul.mainMenu > li.hasChild > a {
        padding-right: 2.7em;
    }
    ul.mainMenu > li:hover > a {
        color: rgb(255,255,255);
        background: rgb(136,188,160);
    }


    ul.subMainMenu a,
    ul.subMainMenu a:link {
        font-size: 1em;
        color: rgb(255,255,255) !important;
        padding: 1.2em 1.2em 1.2em 2.2em;
        border-bottom: none;
        background: rgb(127,145,139);
    }
    ul.subMainMenu a:hover {
        background: rgb(147,199,171);
    }

    ul.subMainMenu > li {
        position: relative;
    }
    ul.subMainMenu > li.hasChild > a{
        padding-right: 3.1em;
    }
    ul.subMainMenu > li:hover > a {
        color: rgb(255,255,255);
        background: rgb(147,199,171);
    }

    ul.subSubMainMenu a {
        padding-left: 2.8em !important;
        background: rgb(92,109,103)!important;
    }
    ul.subSubMainMenu a:hover {
        background: rgb(101,181,138)!important;
    }




    /*.frmSearch {
        height: 470px;
    }*/



    .socialMedia {
        left: 59%;
    }
}

@media only screen and (max-width:1240px) {
    ul.fqCol a,
    ul.fqCol a:link {
        font-size: 0.65em;
    }
    ul.fqCol > li {
        min-width: 160px;
    }
}

@media only screen and (max-width:1200px) {
    .headerTop {
        padding-left: 12em;
    }
    .headerInfo {
        font-size: 0.7em;
    }

    .activePopupAlert h1.siteLogo {
        top: 2.2em;
    }
}

@media only screen and (max-width:1090px) {
    ul.fqCol a,
    ul.fqCol a:link {
        font-size: 0.6em;
    }
    ul.fqCol > li {
        min-width: 140px;
    }
}


@media only screen and (max-width:1023px) {
    ul.sideMenu,
    .breadCrumbContainer {
        display: none;
    }


    aside,
    .containerMain {
        display: block;
    }

    main,
    aside {
        float: none;
        width: 100%;
    }

    main {
        margin-top: 0;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 1em;
    }

    aside {
        min-height: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        background: none;
    }

    .mainContent .container {
        padding: 0;
    }

    .sideMenuNav {
        width: 100%;
        font: normal 700 1em 'Open Sans';
        color: rgb(255,255,255);
        text-align: left;
        text-transform: uppercase;
        border: none;
        padding: 1em;
        margin: 0;
        display: inherit;
        background: rgb(152,197,173);
    }
    .sideMenuNav:before {
        content: "\f0c9";
        margin-left: 0;
        margin-right: 1em;
    }
    .sideMenuNav.openSideMenuIcon:before {
        content: "\f068";
    }

    ul.sideMenu a,
    ul.subSideMenu a {
        font-size: 0.9em!important;
    }

    .moreOption {
        padding-top: 0.87em;
        padding-bottom: 0.87em;
    }
    @-moz-document url-prefix() {
        .moreOption {
            padding-top: 1em;
            padding-bottom: 1em;
        }
    }



    /*.frmSearch {
        height: 340px;
    }*/
    .frmSearch > fieldset {
        top: 5.5em;
    }



    ol.breadCrumb {
        float: none;
        max-width: none;
        margin-bottom: 0.6em;
    }

    ul.textResizer {
        float: right;
        top: auto;
    }

    #google_translate_element {
        float: left;
        top: auto;
    }


    h2.pageTitle,
    .searchPage h3.pageTitle {
        font-size: 1.5em;
    }


    .appDesc h2 {
        font-size: 1em;
    }
    .subText,
    .desc {
        font-size: 0.9em;
    }

    ul.search-page h3 {
        font-size: 1.1em;
    } 



    .footerMiddle > .container {
        padding-left: 10em;
        padding-right: 15em;
    }
    .footerMiddle > .container:before {
        font-size: 65px;
    }
    .footerMiddle h2 {
        font-size: 1.5em;
    }
    .footerMiddle p {
        font-size: 1.4em;
    }
    .footerMiddle a.btnRegister, 
    .footerMiddle a.btnRegister:link {
        font-size: 1.2em;
    }
}

@media only screen and (max-width:990px) {
    footer.masterFooter {
        padding-bottom: 3.5em;
    }

    .footerBottom > .container {
        text-align: center;
    }

    .footerBottom .orgInfo,
    .footerBottom cite {
        float: none;
    }

    .footerBottom .orgInfo {
        margin-bottom: 1.5em;
    }
    .footerBottom cite > a {
        margin: auto;
    }
}

@media only screen and (max-width:980px) {
    h1.siteLogo {
        left: 0.5em;
    }

    .headerTop {
        min-height: 4.9em;
    }
    .headerInfo {
        display: none;
    }
    .socialMedia {
        left: 12.5em;
    }

    .headerToolbar {
        right: 1em;
    }
    .headerBottom {
        padding-right: 1em;
    }


    footer.masterFooter {
        padding-bottom: 0;
    }
    .footerBottom > .container {
        padding-bottom: 3em;
    }


    .fixedQuickLinksContainer {
        position: static;
        bottom: auto;
        left: auto;
    }
    ul.fqCol {
        float: none;
    }
    ul.fqCol > li {
        float: none;
        min-width: 0;
    }
    ul.fqCol a, 
    ul.fqCol a:link {
        font-size: 0.75em;
        border-left: none;
        border-right: none;
        padding-left: 4.5em;
    }

    .fixedQuickLinksContainer .socialMedia {
        position: static;
        top: auto;
        right: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: center;
        padding: 0.5em;
        background: rgb(97,110,106);
    }

    .scrollup, 
    .scrollup:link {
        bottom: 1em;
    }
}
@media only screen and (max-width:977px) {
    .activePopupAlert .frmSearch {
        top: 18.5em;
    }
}

@media only screen and (max-width:960px) {
    .footerTop,
    ul.appCol {
        height: auto;
    }
    /*.footerTop {
        background-position: center bottom;
        background-size: auto;
    }*/
    ul.appCol > li {
        float: none;
        width: 100%;
        height: auto;
        text-align: center;
    }
    ul.appCol > li:last-child {
        padding: 2em 4em 0;
    }
    ul.appCol > li:last-child img {
        position: static;
        right: auto;
        bottom: auto;
    }
    .appDesc {
        position: static;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        padding-left: 2em;
        padding-right: 2em;
    }
}

@media only screen and (max-width:767px) {
    .popupAlert > .container {
        font-size: 0.8em;
    }

    .frmSearch button[type="submit"] > span {
        display: none;
    }
    .frmSearch button[type="submit"]:before {
        margin-right: 0;
    }
    .frmSearch input[type="search"] {
        font-size: 1em;
        padding-right: 4.3em;
    }
    .frmSearch button[type="submit"] {
        height: 54px;
        font-size: 1em;
        padding-left: 1.2em;
        padding-right: 1.2em;
    }
    @-moz-document url-prefix() {
        .frmSearch button[type="submit"] {
            height: 55px;
        }
    }


    h2.pageTitle {
        font-size: 1.2em;
    }

    .activePopupAlert h1.siteLogo {
        top: 1.8em;
    }
}

@media only screen and (max-width:750px) {
    .footerMiddle > .container {
        text-align: center;
        padding: 3em 2em;
    }
    .footerMiddle > .container:before {
        position: static;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        font-size: 50px;
        display: block;
    }
    .footerMiddle h2 {
        font-size: 1.2em;
    }
    .footerMiddle p {
        font-size: 1em;
    }
    .footerMiddle a.btnRegister,
    .footerMiddle a.btnRegister:link {
        position: static;
        top: auto;
        right: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 1em;
        font-size: 1em;
    }
}

@media only screen and (max-width:650px) {
    h1.siteLogo {
        width: 105px;
        height: 105px;
        top: 0.27em;
    }
    .activePopupAlert h1.siteLogo {
        top: 1.7em;
    }
    .linkWatch:before {
        content: "\f03d";
    }
    .mainTexxt {
        display: none!important;
    }
        .linkWatch,
    .linkWatch:link,
    .btnIWantTo,
    #weather h1 {
        font-size: 0.7em;
    }

            .linkWatch,
            .linkWatch:link{
                padding: 1.52rem 1rem;
            }
    .headerTop {
        min-height: 3.5em;
    }
    #weather {
        margin-top: 0.6em;
    }
    .socialMedia {
        left: 9em;
    }
    .socialMedia a,
    .socialMedia a:link {
        font-size: 0.8em;
    }
    .menuIcon {
        font-size: 1.12em;
    }


    .mainContent img {
        float: none;
        /*width: auto !important;
        height: auto !important;
        display: block !important;*/
        margin: 0 auto;
    }

    .mainContent .headerContent img {
        float: left !important;
        margin-left: 2px!important;
        margin-right: 2px!important;
        width: 19px!important;
        height: 19px!important;
    }
    #google_translate_element span a img {
        display: none!important;
    }
    /*img[src="https://www.google.com/images/cleardot.gif"] {
        display: none!important;
    }*/
    .responsive-table table tbody tr td {
        padding-bottom: 15px !important;
    }
    .responsive-table table tbody tr td:nth-child(even) {
        background-color: #e5e5e5 !important;
    }
    .responsive-table table {
        max-width: 600px;
        margin: 0 auto;
    }
    .responsive-table table {
        display: block;
        width: 100%;
    }
    .responsive-table table thead {
        display: none;
    }

    .responsive-table table tbody {
        display: block;
        width: 100%;
    }

    .responsive-table table tr, .responsive-table table th, .responsive-table table td {
        display: block;
        padding: 0;
    }

    .responsive-table table tr {
        border-bottom: none;
        margin: 0 0 1em 0;
        padding: 0.5em 0;
    }

    .responsive-table table tr {
        background: none;
    }
    .responsive-table table tr:nth-child(even) {
        background: none;
    }
    .responsive-table table td:nth-child(even) {
        background: #fff;
    }
    .responsive-table table tr:nth-child(even) {
        background: none;
    }
    .responsive-table table td {
        padding: 0.5em 0 0.25em 0;
        text-align: right;
    }
    .responsive-table table td[data-title]:before {
        content: attr(data-title);
        font-weight: bold;
        display: inline-block;
        content: attr(data-title);
        float: left;
        margin-right: 0.5em;
        font-size: 0.95em;
        width: 50%;
        text-align: left;
    }
    .responsive-table table td:empty {
        display: none;
    }
    .responsive-table table .highlight td {
        background: none;
    }
    .responsive-table tr td {
        padding: 10px;
    }

    .responsive-table table td {
        font-size: 1.1em;
    }
    .responsive-table table td:nth-child(even) {
        background: #fff;
    }
    .responsive-table table tr:first-child {
        display: none;
    }

    .mobile-display {
        display: none;
    }

    .responsive-table table .mobile-display {
        display: none;
    }



    .moreOptionMainMenu {
        padding: 0.72em 0.7em;
    }
    .moreOptionSubMainMenu {
        padding: 0.9em 0.7em;
    }
    @-moz-document url-prefix() {
        .moreOptionMainMenu {
            padding: 0.8em 0.7em;
        }
        .moreOptionSubMainMenu {
            padding: 1em 0.7em;
        }
    }
    ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 0.9em;
    }


    .activePopupAlert .frmSearch {
        top: 13em;
    }
}

@media only screen and (max-width:550px) {
    .frmSearch {
        height: 220px;
    }
    /*.frmSearch > fieldset {
        top: 2.5em;
    }*/
}

@media only screen and (max-width:500px) {
    .frmSearch {
        padding-left: 2em;
        padding-right: 2em;
    }

    .frmSearch input[type="search"] {
        font-size: 0.9em;
    }
    .frmSearch button[type="submit"] {
        height: 48px;
    }
    @-moz-document url-prefix() {
        .frmSearch button[type="submit"] {
            height: 50px;
        }
    }
}

@media only screen and (max-width:490px) {
    h1.siteLogo {
        left: 0.2em;
    }

    .headerTop {
        padding-left: 1em;
        padding-right: 1em;
    }

    .headerToolbar {
        right: 0.5em;
    }

    .headerBottom {
        padding-right: 0.5em;
    }

    #weather {
        display: none;
    }
}

@media only screen and (max-width:380px) {
    .appBTN {
        display: block;
        margin: auto;
    }
    .appBTN.appStore {
        margin-bottom: 0.5em;
    }
    .appBTN.googlePlay {
        margin-right: auto;
    }
}