﻿/*======================================================
  NAVIGATION.CSS
  ======================================================

    1.  TOPNAV
    2.  MAINNAV 
            - lvlOne
            - lvlTwo
    3.  I'D LIKE TO
    5.  ADVANCED QUICKLINKS
    6.  BREADCRUMBS
    7.  ACTIONS
    8.  SUBNAV
    9.  INTERIOR QUICKLINKS
    10. FOOTER NAV

  ===================================================== */

/* ====== SKIP TO CONTENT */

/*#skipContentWrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

a#skipContentLink, a#skipContentLink:hover, a#skipContentLink:visited {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    a#skipContentLink:active, a#skipContentLink:focus {
        position: static;
        width: auto;
        height: auto;
        font-size: 15px;
        z-index: 10000;
        text-decoration: underline;
        padding: 20px;
        background: #fff !important;
		color: #000 !important;
    } */

#skipContentWrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

a#skipContentLink, a#skipContentLink:hover, a#skipContentLink:visited {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    a#skipContentLink:active, a#skipContentLink:focus {
        position: static;
        width: auto;
        height: auto;
        font-size: 15px;
        z-index: 10000;
        text-decoration: underline;
        padding: 20px;
        background: #FFF;
    }

#printArea {
    overflow: hidden;
}

/*======================================================
  0. I'D LIKE TO
  ===================================================== */

#likeToWrapper {
    /*z-index: 102;
    background: #ced845;
    position: relative;*/
    display:none;
}
/* Remove this navigation
#likeToInner {
    width: 94%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    max-width: 1300px;
}

#likeTo {
    width: 191px;
    height: 70px;
    position: absolute;
    right: 15px;
    top: 100%;
    text-align: center;
}

    #likeTo .likeToLinkBg {
        position: absolute;
        top: 0;
        left: 0;
        width: 191px;
        height: auto;
    }

.likeToText {
    position: relative;
    z-index: 2;
    margin-top: 14px;
    display: inline-block;
    padding-right: 28px;
    background: url(../images/structure/chevronLikeToDown2x.png) right center no-repeat;
    background-size: 20px auto;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 700;
    color: #000;
}

.no-backgroundsize .likeToText {
    background: url(/_catalogs/masterpage/Newmarket/images/structure/chevronLikeToDown.png) right center no-repeat;
}

ul#likeToDropDown {
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
    list-style: none;
    visibility: hidden;
}

.open ul#likeToDropDown {
    padding: 20px 0;
    height: auto;
    overflow: visible;
    visibility: visible;
}

ul#likeToDropDown > li {
    width: 15%;
    float: left;
    position: relative;
    margin-left: 2%;
    height: 40px;
    background: #efefef;
    border: solid 1px #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

    ul#likeToDropDown > li:first-child {
        margin-left: 0;
    }

    ul#likeToDropDown > li > a {
        display: block;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        height: 40px;
        padding-right: 28px;
        padding-left: 10px;
        line-height: 40px;
        font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
        color: #000;
        font-size: 1em;
        position: relative;
        text-decoration: none !important;
    }

        ul#likeToDropDown > li > a:hover {
            text-decoration: none;
        }

        ul#likeToDropDown > li > a > span {
            display: block;
            position: absolute;
            height: 37px;
            width: 24px;
            right: 1px;
            top: 1px;
            background: #dbdbdb url(../images/structure/arrow.png) center center no-repeat;
            background: url(../images/structure/arrow.png) center center no-repeat, -moz-linear-gradient(top, #e8e8e8 0%, #dbdbdb 100%);
            background: url(../images/structure/arrow.png) center center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#dbdbdb));
            background: url(../images/structure/arrow.png) center center no-repeat, -webkit-linear-gradient(top, #e8e8e8 0%,#dbdbdb 100%);
            background: url(../images/structure/arrow.png) center center no-repeat, -o-linear-gradient(top, #e8e8e8 0%,#dbdbdb 100%);
            background: url(../images/structure/arrow.png) center center no-repeat, -ms-linear-gradient(top, #e8e8e8 0%,#dbdbdb 100%);
            background: url(../images/structure/arrow.png) center center no-repeat, linear-gradient(to bottom, #e8e8e8 0%,#dbdbdb 100%);
        }

    ul#likeToDropDown > li#likeTo06 > a > span {
            display: block;
            position: absolute;
            height: 37px;
            width: 24px;
            right: 1px;
            top: 1px;
            background: url(../images/structure/arrowRight.png) center center no-repeat;
        }


.no-cssgradient ul#likeToDropDown > li > a > span {
    background: #e8e8e8 url(../images/structure/arrow.png) center center no-repeat;


}

*/

/*  LEVEL 2  */

/*

.likeDropDown {
    display: none;
}

ul#likeToDropDown > .currentOpen {
    background: #fefefe;
}

.currentOpen.likeDropDown {
    display: block;
}

.likeDropDown {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 100%;
    left: 0;
    padding: 15px;
    background: #fff url(../images/structure/shadowTop.png) top repeat-x;
    background: rgba(255,255,255,.95) url(../images/structure/shadowTop.png) top repeat-x;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    box-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

    .likeDropDown > ul, likeDropDown > ul > span > li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .likeDropDown > ul > span > li > a {
            color: #000;
            display: block;
            padding: 7px 0;
            border-top: solid 1px #ccc;
            overflow: hidden;
        }

        .likeDropDown > ul > span > li:first-child > a {
            border-top: none;
        }

@media only screen and (max-width : 991px) {
}

*/


/*======================================================
  1. TOPNAV
  ===================================================== */

/* ====== SKIP TO CONTENT */

#skipContentWrapper {
    position: fixed;
    top: 0;
    left: 0;
}

a#skipContentLink, a#skipContentLink:hover, a#skipContentLink:visited {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    a#skipContentLink:active, a#skipContentLink:focus {
        position: static;
        width: auto;
        height: auto;
        font-size: 15px;
        z-index: 10000;
        text-decoration: underline;
        padding: 20px;
        background: #FFF;
    }

#maincontent {
    outline: none;
}

/* ====== TOP NAV */

#topNav a,
#topNav a:link,
#topNav a:visited,
#translateContainer a,
#translateContainer a:link,
#translateContainer a:visited,
#servicesContainer a,
#servicesContainer a:link,
#servicesContainer a:visited {
    color: #000;
    padding-left: 15px;
}

    #topNav a:first-child {
        padding-left: 0;
    }

    #topNav a:hover, #topNav a:active, #topNav a:focus {
        text-decoration: underline;
    }

    #topNav a.weather {
        padding-left: 40px !important;
        background: url(../images/iconWeather.png) 16px center no-repeat;
    }

/* ====== GOOGLE TRANSLATE */

a.goog-te-menu-value:focus {
    outline: 1px solid #0078AE;
}

/*======================================================
  2. MAIN NAV
  ===================================================== */

.mainNavContainer {
    text-align: right;
    padding-top: 20px;
}

#mainNav {
    display: inline-block;
    margin-bottom: -4px;
}

/*==================
  lvlOne
====================*/

#nav, #nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav {
    display: table;
    width: 100%;
    max-width: 720px;
}

    #nav > li {
        display: table-cell;
        text-align: center;
        vertical-align: top;
    }


        #nav > li > span > a.mainNavItem {
            display: inline-block;
            width: 100%;
            padding: 0 20px;
            height: 44px;
            white-space: nowrap;
            font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
            font-size: 1.643em;
            font-weight: normal;
            line-height: 1;
            color: #fff;
            text-shadow: 0 1px 1px rgba(0,0,0,0.3);
            overflow: hidden;
        }

        #nav > li > span > img {
            display: block;
            position: relative;
            top: -10px;
            height: 10px;
            width: 100%;
            visibility: hidden;
        }

        #nav > li:hover, 
        #nav li.active,
        #nav > li.currentSite {
            background: #fff;
        }

            #nav > li:hover > span > a.mainNavItem,
            #nav > li > span > a.currentHover,
            #nav > li.currentSite > span > a.mainNavItem,
            #nav > li.active > span > a.mainNavItem {
                background: #fff;
                color: #005595;
                text-decoration: none;
            }

            #nav > li.active > span > img,
            #nav > li:hover > span > img,
            #nav > li.currentSite > span > img {
                visibility: visible;
            }


/*==================
  lvltWO
====================*/

#mainNav .dropDownContainer {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1000;
    background: #fff;
    border: solid 1px #ccc;
}

    #mainNav .dropDownContainer.active {
        display: block;
    }

#mainNav .dropDownContainerInner {
    width: 94%;
    margin: 0 auto;
    padding: 18px 15px;
    padding-top: 40px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    position: relative;
}

#mainNav ul.dropdown, #mainNav .photoWrapper {
    float: left;
    width: 33.33333%;
    padding: 0;
    padding-left: 30px;
    list-style: none;
    overflow: hidden;
}

    #mainNav .photoWrapper a {
        display: block;
        text-align: center;
    }

        #mainNav .photoWrapper a img {
            margin-bottom: 3px;
        }

#mainNav .dropDownContainerInner > :first-child {
    padding-left: 0;
}

.closeDropDown {
    position: absolute;
    top: 10px;
    right: 15px;
}

    .closeDropDown a {
        display: block;
        padding: 7px;
    }

        .closeDropDown a img {
            display: block;
        }

.photoWrapper a {
    display: block;
    margin-bottom: 3px;
}

.photoWrapper img {
    display: block;
    float: left;
}

#mainNav ul.dropdown li, #mainNav ul.dropdown li:hover {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: none;
}

    #mainNav ul.dropdown li:last-child {
        border: none;
    }

    #mainNav ul.dropdown li a {
        display: block;
        color: #005595;
        font-size: 1.214em;
        width: 100%;
        padding: 7px 0;
        text-decoration: none;
        text-align: left;
        overflow: hidden;
    }

        #mainNav ul.dropdown li a:hover, #mainNav ul.dropdown li a:active, #mainNav ul.dropdown li a:focus {
            text-decoration: underline;
            background: none;
        }

#mainNav ul.dropdown:first-child {
    margin: 0;
}

.mobileDropDown .dropDownContainer {
    display: none !important;
}


/*======================================================
  3. MOBILE NAV (ICON NAV)
  ===================================================== */

.mobileNav a {
    display: inline-block;
    text-align: center;
    font-size: .9em;
    width: 50%;
    max-width: 60px;
    border-right: solid 1px #292929;
}

    .mobileNav a:last-of-type {
        border: none;
    }

    .mobileNav a img {
        width: 20px;
        margin: 0 auto;
        height: auto;
        display: block;
    }

/*======================================================
  5. ADVANCED QUICKLINKS
  ===================================================== */

#quickLinksContainer {
    float: left;
    width: 100%;
    position: relative;
    background: url(../images/structure/quicklinks_bg.png) repeat;
    z-index: 110;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 99;

}


#quickLinksAdvanced {
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 402;
}

    #quickLinksAdvanced ul, #quickLinksAdvanced ul li {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none;
        vertical-align: middle;
    }
    
    #quickLinksAdvanced ul li:hover .quickDropDown {
    	display:block !important;
    }

    #quickLinksAdvanced > ul {
        display: table;
        width: 100%;
    }

        #quickLinksAdvanced > ul > li {
            display: table-cell;
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
        }

            #quickLinksAdvanced > ul > li:hover, #quickLinksAdvanced > ul > li.sfHover, #quickLinksAdvanced > ul > li.current {
                background: #fff;
            }



a.mainQuickLink, a.mainQuickLink:link, a.mainQuickLink:visited {
    display: block;
    color: #000;
    font-size: 1.15em;
    width: 100%;
    display: inline-block;
    padding: 20px 20px 15px 10px;
    margin-bottom: -4px;
    overflow: hidden;
    text-decoration: none;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(255,255,255,.3);
}

.homepage a.mainQuickLink, .homepage a.mainQuickLink:link, .homepage a.mainQuickLink:visited {
    display: block;
    color: #000;
    font-size: 1.15em;
    width: 100%;
    display: inline-block;
    padding: 10px 20px 20px 10px;
    margin-bottom: -4px;
    overflow: hidden;
    text-decoration: none;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(255,255,255,.3);
    text-transform:none;
}

    a.mainQuickLink:hover {
    }

    a.mainQuickLink > span {
        display: inline-block;
        padding-right: 20px;
        background: url(../images/structure/arrowUp.png) center right no-repeat;
    }

     .homepage a.mainQuickLink > span {
        background: url(../images/structure/arrow.png) center right no-repeat;
    }


/* ========== 2nd Level (Drop-down) Quick Links ========== */

#quickLinksContainer .quickDropDown {
    display: none;
    position: absolute;
    top:100% !important;
    left: 0;
    padding: 30px 0;
    width: 100%;
    z-index: 4000;
    background-color: #FFF;
}

    #quickLinksContainer .quickDropDown .quickDropDownInner {
        overflow: hidden;
        width: 100%;
        max-width:1335px;
        padding: 0 15px;
        margin: 0 auto;
    }

#quickLinksAdvanced .quickDropDown ul li {
	float: left;
    width: 33.33333%;
    padding: 0 15px !important;
}
#quickLinksAdvanced .quickDropDown ul li a {
	display: block;
    color: #005595;
    font-size: 1.214em;
    width: 100%;
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
}
#quickLinksAdvanced .quickDropDown .button {
    background: transparent;
    border: none;
    display: block;
    color: #005595;
    font-size: 1.214em;
    width: 100%;
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
    height: auto;
    line-height: 1.3;
    font-weight: normal;
}
#quickLinksAdvanced .quickDropDown .button:after {
	display:none
}
#quickLinksAdvanced .quickDropDown ul {
    list-style-type: none;
    list-style-image: none;
    padding: 0 !important;
}

.myZone {
    width: 32%;
    min-height: 100px;
    padding: 0;
    float: left;
    overflow: hidden;
    position: relative;
    margin-left: 2%;
}

    .myZone.col1 {
        margin-left: 0;
    }

    .myZone a.button, .myZone button.button, myzone input[type="submit"].button {
        display: block !important;
        padding: 0 40px 0 15px;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        height: 26px;
        position: relative;
        line-height: 26px;
        margin: 0;
        margin-bottom: 12px;
        background: url(../images/structure/bg_button.png) top center repeat-x;
        border: solid 1px #a6a6a6;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        color: #333;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .myZone a.button:after, .myZone button.button:after {
            content: url(../images/structure/arrowRight.png);
            position: absolute;
            right: 10px;
            top: -1px;
        }

        .myZone a.button:hover,
        .myZone button.button:hover,
        .myZone a.button:focus,
        .myZone button.button:focus {
            text-decoration: underline;
        }
        .myZone a.button:active,
        .myZone button.button:active {
            background: #eee;
        }


    .myZone > p:first-child {
        margin-top: 0;
    }

    .myZone .imageButton {
        display: block;
        text-align: center;
    }


/* ========== quicklink01 ========== */


/*
#quickLink08 .myZone.col2 {
    padding-top: 25px;
}

#quickLink08 .myZone.col3 {
    padding-top: 24px;
}*/


*/


#quickLinksContainer #quickLink08 .quickDropDown .quickDropDownInner{
	max-height: inherit;
}

#quickLinksContainer #calendarContainer {
	width:90%;
	float:right;
	margin-top: 10px;
	margin-right:10px;
	margin-bottom:10px;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.25);
}
#quickLinksContainer table {
margin:0;
}
#quickLinksContainer table tr {
	border:none;
	background:transparent;
}
#quickLinksContainer table tr:nth-child(even) {
	background:transparent;
}
#quickLinksContainer table tr th {
	background:transparent;
}
#quickLinksContainer .fc-scroller {
    height: auto !important;
    overflow: auto;
}    
#quickLinksContainer .fc-header tr {
	display:block
}
#quickLinksContainer .fc-left,
#quickLinksContainer .fc-header-left {
	width:100%;
	padding-left: 42px;
	padding-right: 42px;
	display:block
}
#quickLinksContainer .fc-left h2,
#quickLinksContainer .fc-header-left h2 {
	width: 100%;
    text-transform: uppercase;
    color: #005595;
    font-weight:600;
    margin-top:15px;
}
#quickLinksContainer .fc-header-left .fc-header-title {
	display:block;
	text-align:center
}
#quickLinksContainer .fc-right {
	width:100%
}
#quickLinksContainer  .fc-right .fc-button-group,
#quickLinksContainer .fc-header-right {
	width:100%;
	margin-top: -28px;
	padding:0 10px;
	display:block
}
#quickLinksContainer .fc-right .fc-button-group button,
#quickLinksContainer .fc-header-right .fc-button {
    background: none;
    border: none;
    padding: 0;
    min-width: 0;
}
#quickLinksContainer .fc-header-right .fc-button-prev {
	float:left
}
#quickLinksContainer .fc-right .fc-button-group button.fc-next-button,
#quickLinksContainer .fc-header-right .fc-button-next {
	float:right
}
#quickLinksContainer  .fc-view-container {
	margin:0 -1px
}
#quickLinksContainer .fc-widget-header {
	border: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
#quickLinksContainer .fc-day{
padding: 5px !important;
}
#quickLinksContainer .fc-basic-view .fc-day-number {
    padding-bottom:0 !important;
    font-size: 0.85em;
    border:1px solid #ddd;
    border-bottom:0;
}
#quickLinksContainer .fc-basic-view .fc-day {
	border:1px solid #ddd;
    border-bottom:0;
    border-top:0;
}
#quickLinksContainer .fc-month-view .fc-event,
#quickLinksContainer .fc-view-month .fc-event {
    width: 7px !important; 
    height: 7px !important;
    border-radius: 7px;
    padding: 0;
    border:none;
    margin:1px
}
#quickLinksContainer .fc-month-view .fc-event .fc-content,
#quickLinksContainer .fc-view-month .fc-event .fc-content {
	display:none
}
#quickLinksContainer .fc-month-view .fc-event-container,
#quickLinksContainer .fc-view-month .fc-event-container {
	padding:0 10px
}
#quickLinksContainer .fc-month-view th,
#quickLinksContainer .fc-view-month th {
    font-weight: normal;
    font-size: 1.2em;
    color: #4e4e4e;
    border-color: #fff;
    padding:0;
}
#quickLinksContainer #calendarEvents .fc-week {
	min-height:35px !important
}

#quickLink08 .myZone{
	margin-left: 1%;
	padding-left: 1%;
    padding-bottom: 5px;
	width: 33%;
}

#quickLink08 .myZone.col1 {
	margin-left: 0;
	padding-left: 0;
	padding-right: 1%;
}

#quickLink08 .myZone.col2 {
	border-left: 1px solid #d1d3d4;
	margin-left: 0;
}

#quickLink08 .myZone.col3 {
	border-left: 1px solid #d1d3d4;
}

#quickLink08 .myZone .contactImageWrapper{
	position: relative;
}

#quickLink08 .myZone .contactImageWrapper p {
	margin: 0;
}

#quickLink08 .myZone .popupCaption {
  	bottom: 0;
  	overflow: hidden;
  	padding: 5px 20px;
  	position: absolute;
  	width: 100%;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 0px 2px rgba(0, 0, 0, 0.9);
	font-weight: bold;
	font-size: 2.2em;
	line-height: 1em;
	text-align: center;
}

#quickLink08 .myZone .contactTextWrapper{
	font-weight: bold;
	margin-top: 20px;
}

#quickLink08 .myZone .contactTextWrapper p{
	margin: 0;
}

#quickLink08 .myZone .contactTextWrapper .ic-col-lg-6,
#quickLink08 .myZone .contactTextWrapper .ic-col-sm-2{
	padding: 0;
}

#quickLink08 .myZone .popupCaption p{
	margin: 0;
}

#quickLink08 .myZone .contactDetails{
	margin-bottom: 4px;
}

#quickLink08 .myZone .contactDetails .ic-col-sm-10{
	padding-left: 3px;
}

.myZone .form-group.horizontal {
    padding-left: 100px;
    position: relative;
}

.myZone input[type="text"] {
    border: 1px solid #a6a6a6;
    height: 21px;
    line-height: 21px;
    margin-bottom: 9px;
    width: 95%;
}

.myZone textarea {
    border: 1px solid #a6a6a6;
    max-height: 210px;
    /*height: 100%;*/
    margin-bottom: 9px;
    width: 95%;
}

.myZone .form-group label {
    font-weight: normal;
}

.myZone .horizontal label {
    width: 90px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
}

.myZone a.viewMore, .myZone a.viewMore:link, .myZone a.viewMore:visited {
    display: block;
    width: 289px;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 13px;
    background: #f2d99a;
    color: #333;
}


.myZone a img {
    margin-bottom: 3px;
}

/* ========== quicklink01 ========== */

/*#quickLink02 .col2 {
    width: 66%;
}*/

/* ========== quicklink03 ========== */

#calendar table {
    border-collapse: collapse;
    margin-bottom: 0;
    width: 100%;
    margin-top: 8px;
}

#calendar thead th {
    color: #000;
}

#calendar tbody td {
    text-align: center;
    border: 1px solid #cccccc;
}

#calendar caption {
    text-align: left;
}

    #calendar caption tbody td {
        border: none;
    }

    #calendar caption tbody td {
        background: #fff;
    }

#calendar tbody td.day {
    color: #005595;
    background: #fff;
}

#calendar tbody td.daywithevent {
    color: #fff;
    background: #1b588b;
}

#calendar tbody td {
    background: #d4e0ed;
}

#calendar a img {
    padding-left: 9px;
}

/* ========== quicklink05 ========== */

#quickLink03 .quickDropDownInner .weatherContainer {
    padding: 20px 30px;
    background: url(/Weather%20Images/weather_bg_current.jpg) left center no-repeat;
    background-size: cover;
}

#quickLink03 .quickDropDownInner .recreationContainer .myZone {
    padding: 20px 30px;
    width: 100% !important;
    background-size: cover;
}

/* ========== quicklink07 ========== */

/*#quickLink07 .col1 {
    width: 66%;
}*/


*/


/*======================================================
  6. BREADCRUMBS
  ===================================================== */

.horizNavSeparator {
    padding: 0px 7px 0px 7px;
}

#breadcrumbs {
    font-size: 1.214em;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #666;
    overflow: hidden;
}

    #breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited {
        text-decoration: none;
        color: #666;
    }

        #breadcrumbs a:hover, #breadcrumbs a:active, #breadcrumbs a:focus {
            text-decoration: underline;
        }

/* MOBILE SUBNAV */

.mobileSubNavContainer {
    opacity: 0;
    height: 1px;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-transition: opacity .1s ease-in;
    -moz-transition: opacity .1s ease-in;
    -ms-transition: opacity .1s ease-in;
    -o-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
}

.subNavOpen .mobileSubNavContainer {
    height: auto !important;
    opacity: 1;
}


/* WHEN MOBILE SUBNAV IS VISIBLE */

.subNavOpen #breadcrumbs * {
    display: none !important;
}


/*======================================================
  7. ACTIONS
  ===================================================== */


    #actions div {
        display: inline-block;
        border-left: 1px solid #b6b6b6;
        margin-right: -4px;
        vertical-align: bottom;
    }

        #actions div a {
            display: block;
            height: auto;
            text-align: center;
            padding: 4px 7px;
        }

            #actions div a:focus {
                border: dotted 1px #000;
            }

            #actions div a img {
                height: auto;
                width: auto;
            }

    /* Font Resizer */

    #actions .resizeText {
        margin-right: 5px;
        border-left: none;
    }

        #actions .resizeText a {
            display: inline-block;
            vertical-align: bottom;
            padding: 4px;
            cursor: pointer;
        }

            #actions .resizeText a:focus {
                border: dotted 1px #000;
            }

            #actions .resizeText a.textDecrease img {
                height: 20px
            }

            #actions .resizeText a.textDefault img {
                height: 20px
            }

            #actions .resizeText a.textIncrease img {
                height: 20px
            }

/*======================================================
  8. SUBNAV
  ===================================================== */

/* ===================================================================================== SUB NAVIGATION */

.subNav {
	margin: 0;
	padding: 0 0 21px 0;
	list-style-image: none;
	list-style: none;
}

.subNav li {
	/*float: left;*/ /* This corrects the */
	/*width: 100%;*/ /* IE whitespace bug */
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style: none;
}

    .subNav > li:first-child {
        border-top: solid 1px #000;
    }


/* ========== 2nd Level ========== */

.subNav a, 
.subNav a:link, 
.subNav a:visited {
	display: block;
	padding: 5px 24px 5px 0px;
	width: 100%;
	border-bottom: solid 1px #6d6d6d;
	text-decoration: none;
	color: #333;	
	cursor: pointer;
	overflow: hidden;
	font-size: 15px;
	line-height: 19px;
}

.subNav .withChildren a, 
.subNav .withChildren a:link, 
.subNav .withChildren a:visited {
	background-image: url(../images/structure/subnav_arrow_l2_up.png);
	background-position:  98% center!important;
	background-repeat: no-repeat;
}

.subNav a:hover, .subNav a:focus { 
	text-decoration: underline;
}

.subNav .withChildren a:hover, .subNav .withChildren a:focus { 
	background-image: url(../images/structure/subnav_arrow_l2_up.png);
	background-repeat: no-repeat;
}

.subNav a.current {
	background-color: #004679 !important; 
	color: #FFF !important;
	padding: 14px 22px 14px 17px;
	width: 100%;
	font-size: 20px;
	line-height: 24px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	background-position: 98% center!important;
	border-bottom: none;
	font-weight: bold;
}

.subNav .withChildren a.current {
	background-image: url(../images/structure/subnav_arrow_l2_open.png) !important;
	background-repeat: no-repeat !important;
	
}

.subNav .withChildren a.open {
	background-color: #004679 !important; 
	color: #FFF !important;
	padding: 14px 22px 14px 17px;
	width: 100%;
	font-size: 20px;
	line-height: 24px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	background-position: 98% center!important;
	background-image: url(../images/structure/subnav_arrow_l2_open.png) !important;
	background-repeat: no-repeat !important;
	border-bottom: none;
}

.subNav .withChildren a.open:hover, .subNav .withChildren a.open:focus {
	background-image: url(../images/structure/subnav_arrow_l2_open.png) !important;
	background-position: 98% center!important;
	background-repeat: no-repeat !important;
	color: #FFF !important;
}

/* ========== 3rd Level ========== */

.subNav ul{
	background-color: #025895 !important;
	padding: 10px 0;
}

.subNav ul li {
	background-color: #025895 !important;
	padding: 0 17px;
}

.subNav ul a,
.subNav ul a:link,
.subNav ul a:visited {
	padding: 6px 22px 6px 0px;
	width: 100%;
	background-color: #025895 !important;
	background-image: none !important;
	border-top: dotted 1px #71abcb;
	border-bottom: none;
	color: #fff;	
}

.subNav ul li:first-child a,
.subNav ul li:first-child a:link,
.subNav ul li:first-child a:visited {
	border-top: none;	
}

.subNav ul .withChildren a,
.subNav ul .withChildren a:link,
.subNav ul .withChildren a:visited {
	background-image: url(../images/structure/subnav_arrow_l3_up.png) !important;
	background-position: 98% center!important;
	background-repeat: no-repeat !important;	
}

.subNav ul a:hover, .subNav ul a:focus {
	text-decoration: underline;
}

.subNav ul .withChildren a:hover, .subNav ul .withChildren a:focus { 
	background-image: url(../images/structure/subnav_arrow_l3_up.png) !important;
	background-position: 98% center!important;
	background-repeat: no-repeat !important;
}

.subNav .withChildren ul a.current {
	padding: 6px 22px 6px 0px;
	width: 100%;
	background-image: none !important;
	color: #FFF !important;
	font-size: 15px !important;
	line-height: 19px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	background-color: #025895 !important;
}

.subNav .withChildren ul .withChildren a.current {
	background-image: url(../images/structure/subnav_arrow_l2_open.png) !important;
	background-position: 98% center!important;
	background-repeat: no-repeat !important;
}

.subNav .withChildren ul .withChildren a.open {
	padding: 6px 22px 6px 0px;
	width: 100%;
	background-image: url(../images/structure/subnav_arrow_l2_open.png) !important;
	background-position: 98% center!important;
	background-repeat: no-repeat !important;
	font-size: 15px !important;
	line-height: 19px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	background-color: #025895 !important;
}

.subNav .withChildren ul .withChildren a.open:hover, .subNav .withChildren ul .withChildren a.open:focus{
	background-image: url(../images/structure/subnav_arrow_l2_open.png) !important;
	background-position: 98% center!important;
	background-repeat: no-repeat !important;
}


/* ========== 4th Level ========== */

.subNav ul ul{
	padding: 0;
}

.subNav ul .withChildren ul li {
	padding: 0;
}

.subNav ul .withChildren ul a,
.subNav ul .withChildren ul a:link,
.subNav ul .withChildren ul a:visited {
	padding: 6px 22px 6px 30px;
	width: 100%;
	background-color: #025895 !important;
    border-top: dotted 1px #71abcb;
    position: relative;
    background-image: none !important;
}

    .subNav ul .withChildren ul a:before {
        content: "\25a0";
        position: absolute;
        left: 12px;
        top: 4px;
        font-size: 8px;
    }

.subNav ul .withChildren ul .withChildren ul a,
.subNav ul .withChildren ul .withChildren ul a:link,
.subNav ul .withChildren ul .withChildren ul a:visited {
    padding: 6px 22px 6px 53px;
    width: 100%;
    background-image: none !important;
    background-position: 0 0 !important;
    /*background-image: url(../images/structure/subnav_arrow_l3_up.png) !important;
	background-position: 98% center!important;
	background-repeat: no-repeat !important;*/
}

.subNav ul .withChildren ul .withChildren ul a:before {
        content: "\25a0";
        position: absolute;
        left: 24px;
        top: 4px;
        font-size: 8px;
    }


.subNav ul .withChildren ul a:hover, 
.subNav ul .withChildren ul a:focus {
	text-decoration: underline;
    background-image: none !important;
}
.subNav ul .withChildren ul .withChildren a:hover, 
.subNav ul .withChildren ul .withChildren a:focus { 
    background-image: url(../images/structure/subnav_arrow_l3_up.png) !important;
	background-position: 98% center!important;
	background-repeat: no-repeat !important;
}

.subNav ul .withChildren ul .withChildren a { 
    background-image: url(../images/structure/subnav_arrow_l3_up.png) !important;
	background-position: 98% center!important;
	background-repeat: no-repeat !important;
}

.subNav .withChildren ul .withChildren ul a.current {
	/*padding: 6px 22px 6px 30px;
	width: 100%;
	color: #FFF !important;
    background: none !important; */

    padding: 6px 22px 6px 30px;
    width: 100%;
    color: #FFF !important;
    background-image: none !important;
    background-position: 0 0 !important;

}

.subNav .withChildren ul .withChildren ul .withChildren a.current {
	padding: 6px 22px 6px 30px;
	width: 100%;
    background-image: url(../images/structure/subnav_arrow_l2_open.png) !important;
	background-position: 98% center!important;
	background-repeat: no-repeat !important;
    /*background: none !important;*/
}

.subNav .withChildren ul .withChildren ul .withChildren ul a.current {
    padding: 6px 22px 6px 53px;
    width: 100%;
    color: #FFF !important;
    background-image: none !important;
    background-position: 0 0 !important;
}

.subNav .withChildren ul .withChildren ul .withChildren a.open {
	padding: 6px 22px 6px 30px;
	width: 100%;
	background-image: url(../images/structure/subnav_arrow_l2_open.png) !important ;
	background-position: 98% center !important;
	background-repeat: no-repeat !important;
}

.subNav .withChildren ul .withChildren ul .withChildren a.open:hover, 
.subNav .withChildren ul .withChildren ul .withChildren a.open:focus{
	background-image: url(../images/structure/subnav_arrow_l2_open.png) !important ;
	background-position: 98% center !important;
	background-repeat: no-repeat !important;
}

/* ========== 5th Level ========== */

/*.subNav ul .withChildren ul .withChildren ul a,
.subNav ul .withChildren ul .withChildren ul a:link,
.subNav ul .withChildren ul .withChildren ul a:visited {
	padding: 6px 22px 6px 53px;
	width: 100%;
	background-image: none !important;
	background-position: 0 0 !important;
}

.subNav ul .withChildren ul .withChildren ul a:before {
        content: "\25a0";
        position: absolute;
        left: 34px;
        top: 4px;
        font-size: 8px;
    }

.subNav ul .withChildren ul .withChildren ul a:hover, .subNav ul .withChildren ul .withChildren ul a:focus {
	text-decoration: underline;
}

.subNav .withChildren ul .withChildren ul .withChildren ul a.current {
	color: #FFF !important;
	padding: 6px 22px 6px 53px;
	width: 100%;
	background-image: none !important;
	background-position: 0 0 !important;
}

.subNav .withChildren ul .withChildren ul .withChildren ul .withChildren ul{
 
}*/

/*======================================================
  9. INTERIOR QUICKLINKS
  ===================================================== */


#intQuicklinks {
	padding: 0px;
	margin-bottom: 14px;
}
#intQuicklinks p, #intQuicklinks ul, #intQuicklinks li {
	margin: 0 !important;
    padding: 0;
}
#intQuicklinks .intQuicklinksHeader {
	background: #ced845 url(../images/structure/arrow.png) 145px center no-repeat;
	padding: 15px 16px 17px 16px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
}
#intQuicklinks .intQuicklinksHeader p {
	color: #000;
	font-size: 20px;
	padding: 0;
}

#intQuicklinks .intQuicklinksBody{
	background: #dae273;
	padding: 5px 0px 10px 0;
}

#intQuicklinks .intQuicklinksBody li {
	list-style-type: none;
	list-style-image: none;
	padding: 0 16px;
}
#intQuicklinks .intQuicklinksBody li a {
	background-position: left;
	padding: 5px 0 5px 0;
	text-decoration: none;
	display: block;
	overflow: hidden;
	color: #000;
	font-size: 15px;
	border-top: 1px dotted #7b7238;
}

#intQuicklinks .intQuicklinksBody li:first-child a {
	border-top: none;
}



/*======================================================
  10. FOOTERNAV
  ===================================================== */

#footerNav {
    display: inline-block;
    float: left;
}

    #footerNav a, #footerNav a:link, #footerNav a:visited {
        display: inline-block;
        margin: 0 7px;
        color: #666;
        text-decoration: none;
    }

        #footerNav a:first-child {
            margin-left: 0;
        }

.footerText a, .footerText a:link, .footerText a:visited {
    color: #666;
}

#footerNav a:hover, #footerNav a:focus, #footerNav a:active,
#footerText a:hover, #footerText a:focus, #footerText a:active {
    text-decoration: underline;
}

@media only screen and (max-height : 840px) {
    #quickLinksContainer .quickDropDown {
    }
}


@media only screen and (max-width : 1200px) {
    a.mainQuickLink, a.mainQuickLink:link, a.mainQuickLink:visited {
        font-size: 1.05em;
    }
}


@media only screen and (max-width : 991px) {

    #topNav a,
    #topNav a:link,
    #topNav a:visited,
    #translateContainer a,
    #translateContainer a:link,
    #translateContainer a:visited,
    #servicesContainer a,
    #servicesContainer a:link,
    #servicesContainer a:visited {
        color: #000;
        padding-left: 15px;
        font-size: .9em;
    }

    /*===================== I'D LIKE TO  ================================ */

    ul#likeToDropDown > li {
        width: 32%;
        margin-left: 2%;
    }

        ul#likeToDropDown > li#likeTo04 {
            margin-left: 0;
        }

        ul#likeToDropDown > li#likeTo01, ul#likeToDropDown > li#likeTo02, ul#likeToDropDown > li#likeTo02 {
            margin-bottom: 10px;
        }


    /*===================== MAIN NAV ================================ */

    #nav > li > span a.mainNavItem {
        display: inline-block;
        width: 100%;
        padding: 0 20px;
        height: 50px;
        white-space: normal;
        font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-size: 1.5em;
        color: #fff;
        text-shadow: 0 1px 1px rgba(0,0,0,0.3);
    }

    /*===================== MAIN NAV ================================ */

    .subNav {
	margin: 0;
	padding: 0 0 21px 0;
	width: 100%;
	list-style-image: none;
	list-style: none;
	float: left;
	border-top: 1px solid #6d6d6d;
}

.subNav li {
	/*float: left;*/ /* This corrects the */
	/*width: 100%;*/ /* IE whitespace bug */
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style: none;
}


/* ========== 2nd Level ========== */



    /*===================== QUICKLINKS ADVANCED  ================================ */

    #quickLinksAdvanced > ul > li#quickLink04 {
        display: none;
    }

    a.mainQuickLink, a.mainQuickLink:link, a.mainQuickLink:visited {
        font-size: 1em;
    }


    .dropDownRightOverlay {
        width: 100%;
        padding: 12px 10px;
        font-size: 1em;
    }

    #breadcrumbs {
        clear: both;
        border: none;
    }

        #actions .resizeText a {
            width: 33px;
        }

    #footerNav {
        font-size: .9em;
    }
}


@media only screen and (max-width : 767px) {

    #mainNav {
        display: block;
    }

    .homepage #mainNav {
        display: block;
    }

    /* Menu is triggered */

    .mainNavContainer {
        padding-top: 3px !important;
    }

    #nav li {
        vertical-align: middle;
    }

    #nav > li.active {
        background: #fff !important;
    }

    #nav li span a.mainNavItem {
        width: 100%;
        height: auto !important;
        border: none;
        font-size: 1.15em;
        padding: 10px 5px;
        background: none;
    }

        #nav li span a.mainNavItem:active {
            background: rgba(0,0,0,0.1);
        }

    #nav > li > span img {
        display: none;
    }

    header .dropDownContainer {
        display: none !important;
    }

    /*  LEVEL TWO   */

    .mobileDropDown .dropDownContainer {
        display: none;
        background: #fff;
    }

        .mobileDropDown .dropDownContainer.active {
            display: block !important;
        }

        .mobileDropDown .dropDownContainer .closeDropDown {
            display: none;
        }

        .mobileDropDown .dropDownContainer .photoWrapper {
            display: none;
        }

        .mobileDropDown .dropDownContainer ul, .mobileDropDown .dropDownContainer li {
            margin: 0;
            padding: 0;
        }

            .mobileDropDown .dropDownContainer li a {
                display: block;
                width: 100%;
                padding: 7px;
                border-top: solid 1px #ccc;
                text-align: center;
            }


    /*===================== I'D LIKE TO  ================================ */

    #likeTo {
        width: 130px;
        height: 70px;
        right: 15px;
        top: 100%;
    }

        #likeTo .likeToLinkBg {
            width: 130px;
        }

    .likeToText {
        position: relative;
        z-index: 2;
        margin-top: 5px;
        padding-bottom: 14px;
        padding-right: 0;
        background: url(../images/structure/chevronLikeToDown2x.png) center bottom no-repeat;
        background-size: 16px auto;
        text-transform: uppercase;
        font-size: 1.15em;
    }

    ul#likeToDropDown > li {
        width: 49%;
        margin-left: 2%;
    }

        ul#likeToDropDown > li#likeTo04 {
            margin-left: 2%;
        }

        ul#likeToDropDown > li#likeTo01, ul#likeToDropDown > li#likeTo02, ul#likeToDropDown > li#likeTo03 {
            margin-left: 0;
        }

    ul#likeToDropDown > li {
        margin-bottom: 10px;
        text-align: left;
    }

    #actions {
        text-align: center;
        padding: 10px 0 15px 0;
    }

        #actions div {
            display: none;
        }

        #actions .resizeText {
            display: inline-block;
        }

    #footerNav {
        display: block;
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }
}
