/* CSS Document */

/*========================================================================
  CONTENTS
==========================================================================
   - CONTENT PAGE
/*

/*========================================================================
  CONTENT PAGE
==========================================================================*/
html.content-template {
	/* Commented this out to stop the edit function jumping to the top. */
	/* overflow-x: hidden; */
}
/* Page Title */
h1.page_title {
	/*THEME-COLOR-BODY-COPY*/ color: #003c6e;
	font-family: 'Trajan W01 Regular', 'Cinzel', serif;
	font-weight:normal;
	padding-bottom:30px;
	font-size:1.8em;
	margin-bottom:1em;
		background: transparent url("../images/h1-title-underline.svg") no-repeat scroll left bottom / 	60px 3px;
}

/* Breadcrumb Trail */
#breadcrumb_trail {
	font-family: 'Trajan W01 Regular', 'Cinzel', serif;
	position: relative;
	overflow: hidden;
	font-size:0.9em;
	color:#888886;
	font-weight:normal;
	margin: 0;
	padding: 0;
	line-height:normal;
	border-bottom: 2px solid #E4E4E4;
	background: #ffffff;
	display: block;
	z-index: 50;
}
.detail_template #breadcrumb_trail {
	display:none;
}
#breadcrumb_trail_copy {
	padding:12px 15px 0 15px;

    width: 80%;
    margin: 0px auto;
}
#breadcrumb_trail .breadCrumb {
	color: #003c6e;
	position: relative;
	overflow:hidden;
	font-size:0.9em;
}
#breadcrumb_trail_copy a, #breadcrumb_trail_copy span {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	padding-right: 18px;
	padding-left: 0;
	display: block;
	background: transparent url("../images/breadcrumb-divide.svg") no-repeat scroll right -1px / 10px 15px;
overflow: visible;
}
#breadcrumb_trail_copy span {
   	font-family: 'Trajan W01 Regular', 'Cinzel', serif;
	color: #666666;
	margin-right: 0;
	padding-right: 0;
	background:none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
#breadcrumb_trail_copy a {
	color: #003c6e;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
#breadcrumb_trail_copy a:hover {
	color:#888886;
}
#breadcrumb_trail_copy .breadCrumb a:first-child {
}

.social-layer {
	width: 100%;
	display: block;
	background: #eeeeee none repeat scroll 0% 0%;
	position: relative;
	height: 40px;
}

.social-layer .social-portals {
    position: relative;
    float: left !important;
    left: 0px;
    top: 5px;
}


.content-contact {
	display: inline-block;
	position: absolute;
	bottom: -500px;
	overflow: hidden;
	z-index: 250;
}


.content-contact h1 {
	font-size: 38px;
	font-family: 'Trajan W01 Regular', 'Cinzel', serif;
	color: #ffffff;
	text-align: left;
	margin-top: 20px;
}

.content-contact h4 {
	font-size: 16px;
	font-family: 'Trajan W01 Regular', 'Cinzel', serif;
	color: #ffffff;
	text-align: left;
	margin-bottom: 40px;
}

.content-contact .col-md-3 {
	margin-bottom:20px;
}

.content-contact p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600px;
    padding-left: 20px;
    margin-top: 10px;
    height: 15px;
    color: #ffffff;
}

.content-contact .map {

	background: url("../images/footer-map-icon.svg") no-repeat left center / 15px 15px transparent;
	font-family: 'Trajan W01 Regular', 'Cinzel', serif;
	text-transform: uppercase;
	font-size: 12px;


}

.content-contact .phone {

	background: url("../images/phone-icon.svg") no-repeat left center / 15px 15px transparent;


}

.content-contact .email {

	background: url("../images/email-icon.svg") no-repeat left center / 15px 15px transparent;
}

.content-contact .buttons {
	padding-left: 0px;
	margin-top: 35px;
}

.content-contact a {
	padding: 10px;
	font-size: 14px;
	text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
}

.content-contact .useful {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
}

.content-contact .useful p {
	margin-bottom: 25px;
}

.contact-button {
	display: inline-block;
	position: relative;
	width: 100%;
	background-color: #005ba7;
	padding: 15px;
	text-align: center;
}

.contact-button .contact-address {
	padding: 15px 0 40px 0;
}
.contact-button .contact-address p {
	color: #fff;
	line-height: 24px;
}
.contact-button .contact-address p a {
	color: #fff!important;
}
.show {
	display: inline-block;
	height: 190px;
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 100%;
	background: #003C6E none repeat scroll 0% 0%;
	min-height: 50px;
	padding: 20px;
	display: none;
	position: absolute;
	bottom: 55px;
}

.hide {
	display: none;
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.content-contact .hide {
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	}

button.open {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	background-color: transparent;
	background: none;
	border: none;
	background-color: #005ba7;
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 15px;
	bottom: 0px;
	left: 0px;
	height: 46px;
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;

}

.contact-inner {
	background: rgb(0, 60, 110) none repeat scroll 0% 0%;
	width: 100%;
}

.contact-button button.close {

	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	background-color: transparent;
	background: none;
	border: none;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 15px;
	display: none;
	bottom: 0px;
	left: 0px;
	opacity: 1;
	font-weight: normal;
	color: #003c6e;
	border: solid medium #003c6e;

}

.content-background-bottom {
	width: 100%;
	height: 350px;
    background: transparent url("../images/map-footer-image.JPG") no-repeat scroll center center / 100% auto;
	position: absolute;
	display: block;
	z-index: -1;
	bottom: 0px;
	-webkit-filter: grayscale(0.3);
	-moz-filter: grayscale(0.3);
	-o-filter: grayscale(0.3);
	filter: grayscale(0.3);

}

.content-background-bottom .overlay {
	background: rgba(0,60,110,0.7);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}

/*
.content-template header {
    position: absolute !important;
}
*/

/*
.lower-header {
    padding: 0px 15px 0px 0px;
		margin-right: 0px;
}
*/

.navbar-inverse {
	background-color: #003c6e;
/* 	margin-top: 20px; */
}

/* Section Menu Area */
.section-menu {
	font-size:0.95em;
	padding:20px 0;
	background-position: 0 0;
	background-size: 100% auto;
	border-top:1px solid #dddddd;
	/*THEME-COLOR-LIGHT-BACKGROUND*/ background-color: #ffffff;
}
.section-menu div.featuretitle {
	font-family: 'Trajan W01 Regular', 'Cinzel', serif;
	color: #003c6e;
	text-transform: uppercase;
	margin-bottom:0.6em;
	font-size: 1.25em;
	margin-bottom: 35px;
	padding-bottom: 0;
	padding-top: 30px;
	margin-right: 15px;
	margin-left: 15px;

}
.section-menu ul li .rmSlide {
	display: none;
	height: auto !important;
	position: static;
	overflow: visible !important;
	visibility: visible !important;
	width: auto !important;
}
.section-menu .rmItem.level2.hasChildren.selectedPageParent.selectedPagePath > .rmSlide {
    display: block !important;
}
.section-menu ul li a {
	display: block;
	width: auto !important;
}
.section-nav {
	font-size:0.9em;
}

/* Level One */
.section-menu ul > li.level2 {
	border-top: none;
	margin-bottom: 15px;
}
.section-menu ul > li.level2:last-of-type {
	margin-bottom: 0;
}
.section-menu ul > li.level2.hasChildren {
    border-bottom: 1px solid #ccc;
}
.section-menu ul > li.level2:first-child {
}
.section-menu ul > li.level2 > a {
	padding: 0 15px 0 15px;
	line-height: 1.3em;
	color: #3a3a3a;
		margin-top: 5px;
}
.section-menu ul > li.level2 > a:hover {
	background: rgb(238, 245, 255)

}
.section-menu ul > li.level2.selectedPagePath > a, .section-menu ul > li.level2.selectedPageParent > a {

	color: #3a3a3a;

}

.section-menu ul > li.rmItem.rmLast.level2.selectedPage.hasChildren {
    border: solid 4px #003c6e;

}

.section-menu ul > li.rmItem.rmLast.level2.selectedPage.hasChildren a {
        padding: 8px 40px 8px 18px;

}

.section-menu ul > li.rmItem.level2.selectedPage {
    border: solid 2px #003c6e;
}

.section-menu ul > li.level2.selectedPage > a {
    color: #3a3a3a;
    background-color: #ffffff;
    margin-right: 0px;
	}

.content-reversed .section-menu ul > li.level2.selectedPagePath > a, .section-menu ul > li.level2.selectedPageParent > a {
	margin-right:0px;
	margin-left: 0px;
}
.section-menu ul > li.level2.selectedPage > a {
  color: #3a3a3a;
  background-color: #ffffff;
  margin-right: 0px;
  padding: 0px 25px;
}
.section-menu ul > li.level2 > a > span {
  padding: 16px 0;
  display: block;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color: #666666;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section-menu ul > li.level2 > a:hover > span {
  color: #003c6e;
  text-decoration: underline;
}
.section-menu ul > li.level2.selectedPageParent > a span {
  color: #003c6e;
}

.section-menu .rmItem.level2.hasChildren.selectedPageParent.selectedPagePath {
    border: 2px solid #003C6E;
    background: rgb(235,235,235);
}


/* Level Two */
.section-menu ul > li.level3 {
}
.section-menu ul > li.level3.rmFirst {
	padding-top:5px;
}
.section-menu ul > li.level3.rmLast {
	padding-bottom:15px;
}
.section-menu ul > li.level3 > a {

	line-height: 1.4em;
	padding:8px 10px 8px 35px;
	color: #3a3a3a;
	text-transform:none;
	margin:0 5px;
}
.section-menu ul > li.level3 a:hover {
	/*THEME-COLOR-DARK-BACKGROUND-TWO*/ background-color: #ffffff;
	background-position: -17px -17px;
	color: #3a3a3a;
}
.section-menu ul > li.level3.selectedPagePath > a {
	/*THEME-COLOR-DARK-BACKGROUND-TWO*/ background-color: #ffffff;
}
.section-menu ul > li.level3.selectedPage > a {
	color: #3a3a3a;
	/*THEME-COLOR-DARK-BACKGROUND-TWO*/ background-color: #ffffff;
}

/* Level Three */
.section-menu ul > li.level4 {
	padding: 8px 10px 8px 45px;
}
.section-menu ul > li.level4.rmFirst {
	padding-top:13px;
}
.section-menu ul > li.level4 > a {
	color: #888886;
	text-transform:none;
}
.section-menu ul > li.level4 > a:hover {
	color: #bbbbbb;
	background-color: transparent;
}
.section-menu ul > li.level4.selectedPageParent > a, .section-menu ul > li.level4.selectedPage > a {
	color: #888886;
	font-style: italic;
}
.section-menu ul > li.level4.selectedPageParent > a:hover, .section-menu ul > li.level4.selectedPage > a:hover {
	color: #888886;
}

/* Copy Area */
.main-content {
	padding-bottom:20px;
}
.one-col .main-content {
	width:100%;
}
.text-copy {
	font-size:0.95em;
	/*THEME-COLOR-DARK-BACKGROUND-TWO*/ background-color: #ffffff;
	padding:35px 0 60px 0;
}

/* Featured Content Area */
.one-col .right-column {
	display:none;
}
.featured-content {
	font-size:0.95em;
	padding:0 0 60px 0;
	background-color: #e5eef5;
}
.featured-content .featuretitle:first-child {
	font-family: 'Trajan W01 Regular', 'Cinzel', serif;
	font-size:1.6em;
	margin:0 0 2em 0;
}

/* Footer Social */
.footer-social {
	padding:0;
	border-top:1px solid #dddddd;
	position:absolute;
	left:0;
	bottom:0;
	/*THEME-COLOR-LIGHT-BACKGROUND*/ background-color: #f0f0f0;
}
.footer-social ul li {
	float:left;
	border-right:1px solid #dddddd;
	width:40px;
	height:40px;
}

.footer-linkedin {
    display: none;
}

.footer-label {
    background: #003c6e;
    color: #ffffff;
}

.footer-social .footer-label {
	font-family: 'Trajan W01 Regular', 'Cinzel', serif;
	float:right;
	border-left:1px solid #dddddd;
	border-right:none;
	width:auto;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 12px;
		background: url(../images/share-icon.png) no-repeat 10px center #003c6e;
	padding-left: 40px;
	display:block;
}
.footer-social ul li + li + li + li + li span {

}
.footer-social ul li a {
    background: url(../images/social-icons.png) no-repeat 15px center;
    display: block;
    /* text-indent: -9999em; */
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.content-area-inner .social-layer .footer-social .footer-label .addthis_button_compact .at-icon-wrapper {
	background: none !important;
}

.content-area-inner .social-layer .footer-social .footer-label a span .at-icon-addthis g {
	display: none !important;
}

span.at4-icon-left.at4-icon.aticon-compact {
    display: none;
}

.footer-social ul li.footer-twitter a {
	background-position:-23px center;
}
.footer-social ul li.footer-googleplus a {
	background-position:-61px center;
}
.footer-social ul li.footer-linkedin a {
	background-position:-104px center;
}


/* Content Banner */
#content-banner {
	margin: 0 0 20px 0;
}
#content-banner .SlideShowHolder {
	margin: 0;
}
#banner.gallery {
	position: relative;
}
#banner.gallery #banner-header {
	height: 565px;
	position: relative;
}
#banner.gallery #banner-header #banner-gallery {
	height: 565px;
	background-color: #ddd;/*background: #ddd url(/Templates/Images/shared/loading.gif) no-repeat  50% 37%;*/
}
@media all and (max-width: 2600px) {
	#banner.gallery #banner-header,  #banner.gallery #banner-header #banner-gallery {
		height: 860px;
	}
}
@media all and (max-width: 2011px) {
	#banner.gallery #banner-header,  #banner.gallery #banner-header #banner-gallery {
		height: 760px;
	}
}
@media all and (max-width: 1700px) {
	#banner.gallery #banner-header,  #banner.gallery #banner-header #banner-gallery {
		height: 660px;
	}
}
@media all and (max-width: 1389px) {
	#banner.gallery #banner-header,  #banner.gallery #banner-header #banner-gallery {
		height: 560px;
	}
}
@media all and (max-width: 1078px) {
	#banner.gallery #banner-header,  #banner.gallery #banner-header #banner-gallery {
		height: 460px;
		    margin-top: 40px;
	}
	.editmode #banner-gallery-admin {
		display: none;
	}
}
@media all and (max-width: 767px) {

	.branding .search-bar-top {
		display: none;
	}

	#banner.gallery #banner-header,  #banner.gallery #banner-header #banner-gallery {
		height: 304px;
	}
}
@media all and (max-width: 479px) {
	#banner.gallery #banner-header {
		height: auto;
	}
	#banner.gallery #banner-header #banner-gallery {
		height: 200px;
		    /*margin-top: 90px;*/
	}
}
.no-banner #banner {
	display:none;
}

/*========================================================================
  MEDIA QUERIES
==========================================================================*/

/* Extra small devices (phones, less than 768px) */
@media (min-width: 0px) and (max-width: 767px) {
	/*========================================================================
	  CONTENT PAGE
	==========================================================================*/


/*	header {
		max-height: 90px;
	}
	.top-navigation.tier-one-content-nav ul.rmRootGroup {
	    margin-top: 15px;
		}

	.branding h1.logo {
	    top: 30px;
	    width: 50%;
	    left: 30px;
	}

	.branding h1.logo a {
	    font-size: 1.3em;
	    padding-left: 80px;
	    width: 220px;
	    text-align: left;
	}


	.navbar-inverse {
		background-color: transparent;
	}*/

/*
		#search_area {
			display: block;
		}
*/

/*
		.search-bar {
    background-color: transparent;
		background-color: #003c6e;
		border-bottom: 4px solid transparent!important;
		width: 150px!important;
	}
*/

/*
	#search_area input.searchInput {
    background-color: #003c6e;
    border: medium none;
    color: #ffffff;
	}


	.navbar-inverse .navbar-toggle {
    	right: 15px;
    	top: -67px;
	}
*/
	.navbar-nav {
    	top: 0;
    }

/*
	.social-portals {
			left: 20px;
			top: -65px;
	}
*/


/*
	header.top-header-tier-one {
		width: 100%;
		position: absolute;
		margin-left: 0px;
		margin-right: 0px;
		top: 0px;
	}
*/

/*
	.branding h1.logo {
	    position: relative;
	    top: 0px;
	    margin: 0px auto;
	    left: 0px;
	    width: 300px;
    }
*/

/*
	.branding h1.logo a {
		font-size: 20px;
	}
*/

/*
	.branding .logo .logo-img {
		left: 0px;
		width: 65px;
	}
*/

	.branding h1.logo a span {
		display: none;
	}

/*
    .branding {
    	position: relative;
    	padding-top: 35px;
    }
*/

	.section-menu .rmItem.level2.hasChildren.selectedPageParent.selectedPagePath {
		margin: 0px;
		border: none;
	}

	.content-reversed .section-menu ul > li.level2.selectedPagePath > a, .section-menu ul > li.level2.selectedPageParent > a {
	    margin-right: 0px;
	    margin-left: 0px;
	}

	/* Section Menu Area */
	.section-menu {
		min-height:0 !important;
		margin-bottom:20px;
	}
}
@media (min-width:480px) {
	/*========================================================================
	  CONTENT PAGE
	==========================================================================*/

	/* Footer Social */
	.footer-social ul li + li + li + li + li {
		display:block;
	}
}

@media (max-width:991px) {



	.show {
	    height: 425px;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	/*========================================================================
	  CONTENT PAGE
	==========================================================================*/


	.navbar .social-portals {
    	display: none;
    }

	/* Copy Area */
	.text-copy {
		padding:45px 30px;
	}

	/* Featured Content Area */
	.featured-content {
		background:
	}
	.featured-content-inner {
		background-color: #e5eef5;
	    height: auto;
	    overflow: hidden;
	    padding: 30px 0;
	    width: 100%;
	}

	.navbar-inverse .navbar-toggle {
		display: none;
	}

	/* Breadcrumb Trail */
/*	#breadcrumb_trail_copy {
		padding:15px 15px 0 15px;
	}
	#breadcrumb_trail .breadCrumb {
		font-size:1.1em;
		padding-left:30px;
	}
	#breadcrumb_trail_copy a,
	#breadcrumb_trail_copy span {
		margin-right: 25px;
		margin-bottom: 17px;
		padding-right: 35px;
		background-position: right 5px;
	}*/

	/* Section Menu Area */
	.section-menu div.featuretitle {
			padding: 20px 15px 41px;
	}
	.section-menu {
		border-top:none;
		padding: 20px 10px 0;
	}
	.content-wide .section-menu {
		border-top:1px solid #dddddd;
	}
	.section-menu ul > li.level2 > a {
		padding: 0px 25px;
	}
	.section-menu ul > li.level3 > a {
		background-position: 8px -17px;
		padding:8px 40px 8px 18px;
		font-family: 'Open Sans', sans-serif;
	}
	.section-menu ul > li.level3 a:hover {
		background-position: 8px -17px;
	}
	.section-menu ul > li.level4 {
		padding: 8px 40px 8px 70px;
	}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	/*========================================================================
	  CONTENT PAGE
	==========================================================================*/


	/* Section Menu Area */
	.content-wide .section-menu {
		border-top:none;
	}
}


@media (min-width:320px) and (max-width: 1023px) {

}

@media (min-width:768px) and (max-width: 1023px) {

	.top-navigation.tier-one-content-nav ul.rmRootGroup {
/* 	    margin-top: 50px; */
	}

	.navbar-inverse {
		margin-top: 20px;
	}

	.branding .logo .logo-img {
		left: 0px;
		width: 85px;
	}

	.branding h1.logo a {
	   padding-left: 70px;
	}

	.portals-ajax {
    	display: block;
	}

	.search-bar-top {
	    top: -15px;
	    width: 150px;
	    float: right;
    }

    .social-portals {
	    position: relative;
	    display: block;
	    width: 100%;
	    right: 25px;
    }


}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	/*========================================================================
	  CONTENT PAGE
	==========================================================================*/

	/* Featured Content Area */
	.right-column {
		border-left:1px solid #dddddd;
	}
	.content-reversed .right-column {
		border-left:none;
		border-right:1px solid #dddddd;
	}
	.featured-content {
		padding:45px 30px;
	}
}
@media all and (max-width: 1199px) {
	/*========================================================================
	  CONTENT PAGE
	==========================================================================*/

	/* Featured Content Area */
	.right-column {
		min-height:0 !important;
	}
}

/*NAVBAR COLLAPSE*/
@media only screen and (min-width: 320px) and (max-width :768px) {

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
       box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;

    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /*since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// Menu Styling */
.no-display {
  display: none !important;
}

.rmSlide iframe {
  display:none;
}

/*.home-template .tier-1 {
  height: 949px;
}*/

.content-template .top-nav-bg {
	background-color: #003C6E;
}

.content-template .top-header-tier-one .tier-one-content-nav,
.mobile-nav {
    font-family: 'Trajan W01 Regular', 'Cinzel', serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.9em;
}

.content-template .top-header-tier-one .tier-one-content-nav {
  background-color: #003c6e;
  position: relative;
  bottom: 0px;
  height: 50px;
  width: 100%;
  margin: 0;
  z-index: 99999;
  float: none;
  text-align: center;
}

/*.tier-1 .primary-navigation ul li {
  display: inline-block;
  padding: 18px 10px;
}

.tier-1 .primary-navigation ul li a {
  color: #FFFFFF;
}

.tier-1 .primary-navigation ul li.level2 {
  display: none;
}*/

.content-template .top-header-tier-one .tier-one-content-nav ul li.level1:first-child span {
  visibility: hidden;
}

.content-template .top-header-tier-one .tier-one-content-nav ul li.level1:first-child:before {
  content: "";
  background: url(../images/home-icon-sprite.png) no-repeat 0 0;
  left: 29.7%;
  position: absolute;
  top: 27%;
  width: 22px;
  height: 18px;
  z-index: -1;
}

.content-template .top-header-tier-one .tier-one-content-nav ul li.level1 {
  display: inline-block;
  height: 100%;
  padding: 18px 7px;
  position: relative;
}

.content-template .top-header-tier-one .tier-one-content-nav ul li a {
  color: #FFFFFF;
  padding: 2px 0 18px 5px;
}

.content-template .top-header-tier-one .tier-one-content-nav ul li a:hover {
  background: transparent url("../images/h1-title-underline.svg") no-repeat scroll center center / 60px 3px !important;
}

.content-template .top-header-tier-one .tier-one-content-nav ul.rmRootGroup li > .rmSlide {
  display: none;
}

.content-template .top-header-tier-one .tier-one-content-nav ul.rmRootGroup li:hover > .rmSlide {
  display: block;
}

.content-template .top-header-tier-one .tier-one-content-nav ul.rmRootGroup .rmSlide {
  width: auto !important;
  height: auto !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: -350px!important;
}

.content-template .top-header-tier-one .tier-one-content-nav ul.rmRootGroup .rmSlide ul li {
  display: block;
  padding: 7px;
}

.content-template .top-header-tier-one .tier-one-content-nav ul.rmRootGroup .rmSlide ul li a{
  color: #ffffff;
  position: relative;
  padding: 12px;
  text-align: center;
  display: block;
  width: auto !important;
  font-size: 12px;
  background: transparent url("../images/slide-menu-divide.svg") no-repeat scroll center bottom / 20px 1px;
    -webkit-transition: outline 0.3s ease-out;
      -moz-transition: outline 0.3s ease-out;
      -ms-transition: outline 0.3s ease-out;
      -o-transition: outline 0.3s ease-out;
  transition: outline 0.3s ease-out;
  outline: solid 1px transparent;
  }

  .content-template .top-header-tier-one .tier-one-content-nav ul.rmRootGroup .rmSlide ul li.rmLast a{
    background: none;
  }

  .content-template .top-header-tier-one .tier-one-content-nav ul.rmRootGroup .rmSlide ul li a:hover{
  background: transparent url();
  color: rgb(255, 255, 255);
  outline: thin solid rgb(255, 255, 255);
  }

  .content-template .top-header-tier-one .tier-one-content-nav ul.rmRootGroup .rmSlide ul li.selectedPage a,
  .content-template .top-header-tier-one .tier-one-content-nav ul.rmSlide ul li.selectedPagePath a,
  .content-template .top-header-tier-one .tier-one-content-nav ul.rmSlide ul li.selectedPagePath a:hover {
    /*THEME-COLOR-DARK-BACKGROUND-TWO*/ background-color: #ffffff !important;
    /*THEME-COLOR-STANDARD*/ color: #4d4d4d !important;
    background-image: none !important;
  }

  .content-template .top-header-tier-one .tier-one-content-nav ul.rmRootGroup .rmSlide ul li a:hover:before{
    /*THEME-COLOR-DARK-BACKGROUND-STANDARD-HOVER*/ background-color: #888886;
  }
  .content-template .top-header-tier-one .tier-one-content-nav ul.rmRootGroup .rmSlide ul li.selectedPage a:before,
  .content-template .top-header-tier-one .tier-one-content-nav ul.rmRootGroup .rmSlide ul li.selectedPagePath a:before{
    /*THEME-COLOR-DARK-BACKGROUND-STANDARD*/ background-color: #4d4d4d;
  }

  .mobile-nav-container {
    display: none;
  }

  .mobile-nav {
    margin-top: 15px;
  }

  .mobile-nav ul {
    text-align: center;
  }

  .mobile-nav ul li {
    font-size: 14px;
    display: block;
  }

  .mobile-nav ul li a {
    padding: 10px 20px;
    color: #FFFFFF;
    display: block;
  }

  .mobile-nav ul li a:hover {
    background-color: #FFFFFF;
    color: #003C6E;
  }

  .mobile-nav .rmSlide {
    display: none;
  }

  .branding .search-bar {
    display: none;
  }

@media (min-width: 1024px) and (max-width: 1445px) {
  .branding {
    min-height: 95px;
  }

  /*.content-template .top-header-tier-one .tier-one-content-nav {
    margin-top: 3%;
  }*/

  .content-template .top-header-tier-one .tier-one-content-nav ul li:first-child:before {
    left: 18% !important;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .branding {
    min-height: 90px;
  }

  .content-template .top-header-tier-one .tier-one-content-nav ul li:first-child:before {
    left: 9%;
  }

  /*.content-template .top-header-tier-one .tier-one-content-nav {
    margin-left: 13%;
    margin-top: 3%;
  }*/
}

@media all and (max-width: 767px) {

 .content-template .top-header-tier-one .tier-one-content-nav {
    display: none;
  }

  .branding .search-bar {
    display: none;
  }

  .branding .search-bar-top {
    display: none;
  }

  .branding .search-toggle {
    display: none;
  }

  .branding h1.logo a {
	  padding: 26px 0 20px 85px;
     float: left;
     width: 220px;
  }

  .logo-wrapper {
  	min-height: 80px;
  }

  .logo-img {
	  left: -15px;
     top: -7px;
  }

  .mobile-nav-container {
    display: block;
    background-color: transparent;
    min-height: 0 !important;
  }

  .navbar-inverse .navbar-toggle {
	  top: -65px;
	right: 15px;
  }

  nav .navbar-nav .rss-link {
  	display: none;
  }

  nav .navbar-nav {
  	height: 0;
  	min-height: 400px;
  }

}

@media (min-width: 767px){
.content-template .top-header-tier-one .tier-one-content-nav ul.rmRootGroup li:hover > .rmSlide {
  display: block;
  opacity: 1;
  z-index: 10;
}

.content-template .top-header-tier-one .tier-one-content-nav ul.rmRootGroup .rmSlide ul {
  background-color: rgba(0, 60, 110, 0.8);
  margin-left: 0px;
  padding: 20px;
  width: 300px;
  top: 45px !important; /*Telerik Fix */
  left: 50% !important; /*Telerik Fix */
  right: auto;
  position: absolute;
  margin-left: -150px;
}
}
