/* ---------- BRIDGE THEME CHROME (WRAPPER) STYLES ---------- */
/*                 Developed by Craig Farris                  */
/* ---------------------------------------------------------- */


/* --------------- Proxima Nova @font-face declarations --------------- */
/* Based on the Style Linking technique described at https://www.smashingmagazine.com/2013/02/setting-weights-and-styles-at-font-face-declaration/ */
@font-face {
    font-family: Proxima-Nova;
	src: url("https://campusfont.ucdavis.edu/proxima-nova/proximanova_regular_macroman/proximanova-regular-webfont.eot");
	src: url("https://campusfont.ucdavis.edu/proxima-nova/proximanova_regular_macroman/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://campusfont.ucdavis.edu/proxima-nova/proximanova_regular_macroman/proximanova-regular-webfont.woff") format("woff"), url("https://campusfont.ucdavis.edu/proxima-nova/proximanova_regular_macroman/proximanova-regular-webfont.ttf") format("truetype"), url("https://campusfont.ucdavis.edu/proxima-nova/proximanova_regular_macroman/proximanova-regular-webfont.svg#Proxima-Nova") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: Proxima-Nova;
	src: url("https://campusfont.ucdavis.edu/proxima-nova/proximanova_bold_macroman/proximanova-bold-webfont.eot");
	src: url("https://campusfont.ucdavis.edu/proxima-nova/proximanova_bold_macroman/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("https://campusfont.ucdavis.edu/proxima-nova/proximanova_bold_macroman/proximanova-bold-webfont.woff") format("woff"), url("https://campusfont.ucdavis.edu/proxima-nova/proximanova_bold_macroman/proximanova-bold-webfont.ttf") format("truetype"), url("https://campusfont.ucdavis.edu/proxima-nova/proximanova_bold_macroman/proximanova-bold-webfont.svg#Proxima-Nova") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: Proxima-Nova;
	src: url("https://campusfont.ucdavis.edu/proxima-nova/proximanova_italic_macroman/proximanova-regularit-webfont.eot");
	src: url("https://campusfont.ucdavis.edu/proxima-nova/proximanova_italic_macroman/proximanova-regularit-webfont.eot?#iefix") format("embedded-opentype"), url("https://campusfont.ucdavis.edu/proxima-nova/proximanova_italic_macroman/proximanova-regularit-webfont.woff") format("woff"), url("https://campusfont.ucdavis.edu/proxima-nova/proximanova_italic_macroman/proximanova-regularit-webfont.ttf") format("truetype"), url("https://campusfont.ucdavis.edu/proxima-nova/proximanova_italic_macroman/proximanova-regularit-webfont.svg#Proxima-Nova") format("svg");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: Proxima-Nova;
	src: url("https://campusfont.ucdavis.edu/proxima-nova/proximanova_bolditalic_macroman/proximanova-boldit-webfont.eot");
	src: url("https://campusfont.ucdavis.edu/proxima-nova/proximanova_bolditalic_macroman/proximanova-boldit-webfont.eot?#iefix") format("embedded-opentype"), url("https://campusfont.ucdavis.edu/proxima-nova/proximanova_bolditalic_macroman/proximanova-boldit-webfont.woff") format("woff"), url("https://campusfont.ucdavis.edu/proxima-nova/proximanova_bolditalic_macroman/proximanova-boldit-webfont.ttf") format("truetype"), url("https://campusfont.ucdavis.edu/proxima-nova/proximanova_bolditalic_macroman/proximanova-boldit-webfont.svg#Proxima-Nova") format("svg");
	font-weight: 700;
	font-style: italic;
}

body {
	position: relative;
	background-color: #e5e9ef;
	color: #333;
	font-family: "Proxima-Nova", "Lucida Grande", "Lucida Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/**, *::before, *::after {
	box-sizing: inherit;
}*/

a {
	border-bottom: 0 none;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline-offset: 0.25em;
}


.outer_wrap {
	max-width: none;
	min-width: none;
	width: 78%;
}
@media (min-width: 1200px) and (max-width: 1599px) {
	.outer_wrap {
		width: 88%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.outer_wrap {
		min-width: 94%;
		width: 94%;
	}
}
/*@media (min-width: 768px) and (max-width: 991px) {
	.outer_wrap {
		width: 90%;
	}
}*/
@media (max-width: 991px) {
	.outer_wrap {
		width: 100%;
	}
}


#bridge_header #header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}
#header {
	background: #002855 url("../images/global-header-bg-2.svg") center top/cover no-repeat;
	/*background: #002855 url("../../images/common/global-header-bg-2.svg") center top/cover no-repeat;
	background: #002855 url("../../images/common/global-header-bg-2.svg") center top/cover no-repeat, linear-gradient(transparent, transparent);*/
	height: 50px;
}

#site_title {
	margin-top: 50px;
	border-bottom: 2px dotted #e5e9ef;
}
#title a {
	text-decoration: none;
}
#site_title #title.heading {
	padding-top: 40px;
}
#site_title #title {
	padding-bottom: 10px;
}

#site_title #title_area_links ul li a:hover,
#site_title #title_area_links ul li a:focus {
    border-bottom: 0 none;
}


@media only screen and (max-width: 480px) {

	#bridge_header .header__fixed-site-name {
		max-width: 80%;
		display: inline-block;
		vertical-align: middle;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

}

#header_content {
	position: relative;
}

#header_content #ucdavis_logo {
	float: left;
	display: block;
	padding-top: 15px;
	width: 120px;
}
.is-fixed #header_content #ucdavis_logo {
	display: block;
	float: right;
}
#ucdavis_logo img {
	width: 100%;
}


.header__fixed-site-name {
	color: #fff;
	font-size: 1.125em;
	line-height: 1.2;
	opacity: 0;
	padding-right: 1em;
	-webkit-transition: visibility 0s ease 0s, opacity 0.5s linear 0s;
	-moz-transition: visibility 0s ease 0s, opacity 0.5s linear 0s;
	-o-transition: visibility 0s ease 0s, opacity 0.5s linear 0s;
	transition: visibility 0s ease 0s, opacity 0.5s linear 0s;
	visibility: hidden;
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.is-fixed .header__fixed-site-name {
	opacity: 1;
	visibility: visible;
	clip: auto;
	width: auto;
	height: auto;
	margin: 0;
	font-weight: 700;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header__fixed-site-name a {
  color: #fff;
  text-decoration: none;
  margin-left: 0.2em;
}


/*------------------------------PRIMARY NAVIGATION BAR------------------------------*/

/*----- Overrides core.css -----*/

#nav {
	z-index: 2;
	min-width: 100%;
	/*overflow: visible;*/
	margin-bottom: 0;
	min-height: 55px;
	background-color: #FFF;
	box-shadow: 0 2px 1px rgba(0, 40, 85, 0.15);
}

#nav.is-fixed {
	z-index: 999;
	left: 0;
	position: fixed;
	right: 0;
	top: 50px;
	width: 100%;
}

	.bar_1 {
		background-color: #FFF;
	}

	.bar_2 {
		background-color: #F4EACC;
	}

	.bar_1 .nav_content {
		background-color: #FFFFFF;
		color: #002855;
	}

	.bar_2 .nav_content {
		background-color: #F4EACC;
		color: #002855;
	}

	#nav .bar_1 .nav_content ul li a {
		color: #002855;
	}

	#nav .bar_1 .nav_content ul li a.here {
		background-color: #FFFFFF;
	}
	#nav .bar_2 .nav_content ul li a.here {
		background-color: #F4EACC;
	}

	#nav .bar_1 .nav_content ul ul li a.here,
	#nav .bar_2 .nav_content ul ul li a.here {
		background-color: #fbf7e6;
	}

	#nav .bar_1 .nav_content ul li a:hover,
	#nav .bar_1 .nav_content ul li a:focus,
	#nav .bar_1 .nav_content ul li.sfHover > a {
		background-color: #DAAA00;
	}

/*----- Overrides desktop.css -----*/

#nav ul {
	margin: 0;
}

	#nav ul li {
		float: left;
		display: block;
		background-image: none;
		padding-left: 0;
	}

		#nav ul li a {
			padding: 0.85em;
			line-height: 66px;
			text-transform: uppercase;
			font-weight: 700;
		}

	@media (max-width: 991px) {
		#nav ul li {
			font-size: 1em;
		}
		#nav ul li a {
			line-height: 55px;
			padding: 0 0.5em;
		}
	}
	@media (min-width: 992px) {
		#nav ul li {
			font-size: 0.9375em;
			line-height: 1.73333;
		}
		#nav ul li a {
			line-height: 55px;
			padding: 0 0.5em;
		}
	}
	@media (min-width: 1100px) {
		#nav ul li {
			font-size: 1.05em;
			line-height: 1.52941;
		}
		#nav ul li a {
			line-height: 66px;
			padding: 0 0.75em;
		}
	}
	@media (min-width: 1600px) {
		#nav ul li {
			font-size: 1.2em;
		}
	}

	#nav ul li li a {
		white-space: normal;
		text-transform: none;
	}

#nav .bar_2 .nav_content ul li a {
	color: #002855;
}

#nav .bar_2 .nav_content ul li a.here {
	background-color: #FBF7E6;
}

#nav .bar_2 .nav_content ul li a:hover,
#nav .bar_2 .nav_content ul li a:focus,
#nav .bar_2 .nav_content ul li.sfHover > a {
	background-color: #DAAA00;
}

#nav .bar_1 ul li,
#nav .bar_2 ul li {
	border-left: 0 none;
}

.nav_background::after {
	clear: both;
	content: "";
	display: table;
}


/*-------------------------------DROPDOWN NAVIGATION------------------------------------------*/

#_nav_dropdown .nav_background, #_nav_dropdown .nav_content {
	overflow: visible;
}

	#_nav_dropdown ul { position: relative; }

	#_nav_dropdown ul ul {
		margin: 0px;
		position: absolute;
		display: none;
		width: 12em;
		margin-top: -3px;
		margin-left: -1px;
		padding: 3px 8px 8px 0px;
		z-index: 99;
		background-image: none;
		background-repeat: no-repeat;
		background-position: 1em 3px;
	}

		#_nav_dropdown ul ul ul {
			left: 100%;
			top: 0px;
			padding: 5px;
			background-image: none;
			background-repeat: no-repeat;
			background-position: left .5em;
		}
	
		#_nav_dropdown .bar_2 ul ul { background-image: none }

		#_nav_dropdown .bar_2 ul ul ul { background-image: none }
	
		#_nav_dropdown ul li._drop > a {
			padding-right: 27px;
			background-image: none;
			border-right: 0 none;
		}

		#_nav_dropdown ul li._drop:hover > a {
			background-image: none;
		}
	
		#_nav_dropdown .bar_2 ul li._drop > a {
			background-image: none;
		}

		#_nav_dropdown .bar_2 ul li._drop:hover > a {
			background-image: none;
		}
	
		#_nav_dropdown ul li:hover > * {
			display: block;
		}
	
	#_nav_dropdown ul ul li {
		float: none;
		border-left: 0px none;
		margin: 0;
		border-top: 0 none;
		display: block;
		font-size: 94%;
	}

	#_nav_dropdown .bar_2 ul ul li {
		border: 0 none;
	}
	#nav #_nav_dropdown .bar_2 ul ul li {
		border: 0 none;
	}

	#_nav_dropdown .bar_2 ul ul li:last-child {
		border-bottom: none;
	}
	
	#_nav_dropdown ul ul li a { 
		padding: 10px 1em;
		background-color: #FBF7E6;
		font-family: "proxima-nova","Lucida Grande","Lucida Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
		text-decoration: none;
		line-height: 1.1;
	}
	#_nav_dropdown ul ul li a.here,
	#_nav_dropdown .bar_2 ul ul li a {
	  background-color: #FBF7E6;
	}


	#_nav_doubledown .nav_background, #_nav_doubledown .nav_content {
		overflow: visible;
	}
	#nav #_nav_doubledown ul li {
		float: left;
	}
	#_nav_doubledown ul li {
		display: block;
		position: relative;
		white-space: nowrap;
	}
	#_nav_doubledown ul ul {
		display: none;
	}


	/*----- Styles for Superfish dropdowns -----*/

	.sf-arrows .sf-with-ul::after {
		background: rgba(0, 0, 0, 0) url("../../images/common/chevron.svg") no-repeat scroll 0 0;
		content: "";
		height: 10px;
		margin-top: -5px;
		position: absolute;
		right: 0.75em;
		top: 50%;
		width: 5px;
	}
	.no-svg .sf-arrows .sf-with-ul::after {
		background: rgba(0, 0, 0, 0) url("../../images/common/chevron.png") no-repeat scroll 0 0;
	}
	.sf-arrows > li > .sf-with-ul:focus::after, .sf-arrows > li:hover > .sf-with-ul::after, .sf-arrows > .sf--hover > .sf-with-ul::after {
		filter: contrast(10);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.sf-arrows ul .sf-with-ul::after {
		margin-right: -3px;
		margin-top: -5px;
	}
	.sf-arrows ul li > .sf-with-ul:focus::after, .sf-arrows ul li:hover > .sf-with-ul::after, .sf-arrows ul .sf--hover > .sf-with-ul::after {
		filter: contrast(10);
	}

	


/* Page title */

#page_title {
  margin-bottom: 2em;
  margin-top: 32px;
  overflow: hidden;
  position: relative;
}

#page_title h2 {
	background-color: #335377;
	color: #fff;
	display: inline-block;
	margin: 0 11% 0 0;
	padding: 0.5em 1em 0.5em 6.5%;
	position: relative;
	font-size: 2.25em;
	font-style: normal;
	font-weight: 700;
	margin-right: 11%;
}


#page_title h2::after {
	box-sizing: border-box;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #335377 transparent transparent;
	border-image: none;
	border-style: solid;
	border-width: 150px 40px 0 0;
	bottom: 0;
	content: "";
	display: block;
	height: 150px;
	position: absolute;
	right: -39px;
	-webkit-transform: scale(0.9999);
	transform: scale(0.9999);
	width: 40px;
}

#page_title h2:first-child {
	margin-top: 0;
}


/* Breadcrumbs */

#breadcrumbs {
	float: none;
	font-size: 1em;
	font-style: italic;
	margin-bottom: 1.5em;
	padding: 0 0 0.2em;
}
#breadcrumbs ul {
	float: left;
	margin: 1em 0 0;
}
	#page_title + #breadcrumbs_container #breadcrumbs ul {
	    margin-top: 0;
	}
#breadcrumbs ul li {
	background: none;
	padding-left: 0;
	color: #667e99;
}
#breadcrumbs li:not(:last-child)::after {
	content: " >";
	padding: 0 0.25em;
}
.breadcrumbs li:last-child {
	color: #667e99;
}
#breadcrumbs li a, #breadcrumbs li span {
	margin: 0 0 0 0.2em;
	padding: 0;
}
#breadcrumbs li span.here {
	font-weight: normal;
	margin-right: 0;
}
#breadcrumbs ul li a {
	border-bottom: 0 none;
	text-decoration: none;
	color: #002855;
}
#breadcrumbs li a:hover, #breadcrumbs li a:focus {
	text-decoration: underline;
	border-bottom: 0 none;
}

/*#main {
	margin-top: 30px;
}*/

/* Sub-navigation */

#main_sidebar a {
	text-decoration: none;
}

#main_sidebar .nav_second {
	padding: 0 0 1.4em;
	border: 0 none;
	background-color: #FFF;
}
#main_sidebar .nav_second h3 {
	color: #002855;
	font-size: 1em;
	font-size: 1.5625em;
	font-style: normal;
	font-weight: 700;
	line-height: 1.04;
	margin: 0;
	padding: 0;
}
#main_sidebar .nav_second h3.here, #main_sidebar .nav_second h3 a {
	background: #ecd47f none repeat scroll 0 0;
	border-bottom: 1px solid #ccd4dd;
	display: block;
	font-weight: 700;
	margin-bottom: 0;
	padding: 25px 35px;
}
#main_sidebar .nav_second h3 a {
	background-color: #FFF;
	color: #002855;
}
#main_sidebar .nav_second h3 a:hover {
	background-color: #f8eecc;
	cursor: pointer;
	text-decoration: none;
}
#main_sidebar .nav_second ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
#main_sidebar .nav_second ul li {
	background: none;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
#main_sidebar .nav_second ul li a {
	background: rgba(0, 0, 0, 0) url("../../images/common/chevron.svg") no-repeat scroll 2.5em 1.5em;
	display: block;
	font-size: 1.125em;
	line-height: 1.44444;
	padding: 1em 1em 1em 4em;
	-webkit-transition: background-color 0.2s ease-in-out 0s;
	-moz-transition: background-color 0.2s ease-in-out 0s;
	-o-transition: background-color 0.2s ease-in-out 0s;
	transition: background-color 0.2s ease-in-out 0s;
}
#main_sidebar .nav_second ul li a:hover {
	background: url("../../images/common/chevron.svg") no-repeat scroll 2.5em 1.5em;
	background-color: #f8eecc;
	text-decoration: none;
}
#main_sidebar .nav_second li li {
	background-image: none;
	padding-left: 0;
}
#main_sidebar .nav_second li li a {
	background-image: none;
	color: #555;
	font-weight: 400;
	padding: 0.5em 1em 0.5em 5em;
}

#main .nav_second ul li a, #main .nav_second ul li.here {
	background: rgba(0, 0, 0, 0) url("../../images/common/chevron.svg") no-repeat scroll 2.5em 1.5em;
	display: block;
	font-size: 1.125em;
	line-height: 1.44444;
	padding: 1em 1.5em 1em 3.5em;
}
#main .nav_second ul li.here {
	background-color: #f0dd99;
	font-weight: 700;
}
/*#main .nav_second ul li a, #main .nav_second ul li.here {
	color: #002855;
}*/

.sub-nav__body .active {
  background-color: #f0dd99;
}
.sub-nav--active, .sub-nav .active {
	background-color: #f4e6b3;
}
.sub-nav--active ul li, .sub-nav .active ul li {
	background-color: #fbf7e6;
}
.sub-nav--active ul li:hover, .sub-nav .active ul li:hover {
	background-color: #f8eecc;
}


/*------------------------------RIGHT COLUMN------------------------------*/

#right_column {
	padding-top: 0;
}


/*------------------------------FOOTER------------------------------*/

#footer {
	background-color: #002855;
	color: #fff;
	margin-top: 2em;
	padding: 3em 0 4em;
}

	#footer a {
		text-decoration: none;
		color: #FFF;
	}
		#footer a:visited {
			color: #FFF;
		}
		#footer a:hover, #footer a:focus {
			text-decoration: underline;
		}

	#footer #footer_links {
		font-size: 1em;
	}

		#footer #footer_links ul li a {
			color: #FFF;
		}

		#footer #standard_footer p {
			font-size: 1em;
			margin: 1em 0;
			color: #FFF;
		}

		#footer #standard_footer a {
			color: #FFF;
		}


@media only screen and (min-width: 768px) {
	#header_content {
		height: 50px;
	}

	.nav-toggle {
		display: none;
	}

	.submenu-toggle {
		display: none;
	}
}


@media only screen and (max-width: 767px) {

	body {
		min-width: auto !important;
	}

	#center_column_inner_wrap {
		margin-right: 0 !important;
	}

	#header_content #ucdavis_logo {
		float: right;
	}

	.is-fixed .header__fixed-site-name {
		left: 60px;
	}
	.is-fixed .header__fixed-site-name a {
		left: 60px;
	}

	#title_area_content {
		padding-left: 10px;
		padding-right: 10px;
	}
	#site_title #title.heading {
		padding: 0.5em 0 0.8em;
	}
	#site_title #title.logo {
		margin: 0;
		padding: 15px 0 20px;
	}
	#site_title #title_area_content.has_services #title.heading {
		padding: 0.5em 0 40px;
	}
	#site_title #title_area_content.has_services #title.logo {
		margin: 0;
		padding: 15px 0 35px;
	}
	#site_title #title.logo img {
		width: 100%;
	}

	#bridge_header.is-fixed + #site_title {
		margin-top: 50px;
	}

	.is-fixed .header__fixed-site-name {
		width: 100%;
		margin: 0;
		font-weight: 400;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.is-fixed #header_content #ucdavis_logo {
		display: none;
	}


	/* Primary navigation toggle button */
	.nav-toggle {
		text-indent: 110%;
		white-space: nowrap;
		overflow: hidden;
		float: left;
		height: 50px;
		width: 50px;
		background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
		-webkit-transition: background-color 0.3s ease 0s;
		-moz-transition: background-color 0.3s ease 0s;
		-o-transition: background-color 0.3s ease 0s;
		transition: background-color 0.3s ease 0s;
		border-bottom: 0 none;
	}

	.nav-toggle:hover,
	.nav-toggle:focus {
		background-color: #002855;
		outline: none;
	}

	.nav-toggle__icon--menu {
		top: 50%;
		position: relative;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		position: relative;
		margin-top: 6px;
		margin-bottom: 6px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		left: 25%;
		margin: 0;
	}

	.nav-toggle__icon--menu,
	.nav-toggle__icon--menu::before,
	.nav-toggle__icon--menu::after {
		display: block;
		width: 25px;
		height: 2px;
		background-color: #FFF;
		-webkit-transition-property: background-color, -webkit-transform;
		transition-property: background-color, transform;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}

	.nav-toggle__icon--menu::before,
	.nav-toggle__icon--menu::after {
		position: absolute;
		content: "";
	}

	.nav-toggle__icon--menu::before {
		top: -6px;
	}

	.nav-toggle__icon--menu::after {
		top: 6px;
	}

	.has-active-mobile-menu .nav-toggle__icon--menu {
		background-color: transparent;
	}

	.has-active-mobile-menu .nav-toggle__icon--menu::before {
		-webkit-transform: translateY(6px) rotate(45deg);
		transform: translateY(6px) rotate(45deg);
	}

	.has-active-mobile-menu .nav-toggle__icon--menu::after {
		-webkit-transform: translateY(-6px) rotate(-45deg);
		transform: translateY(-6px) rotate(-45deg);
	}

	/* Mobile slideout navigation */

	body.has-active-mobile-menu {
		overflow: hidden;
	}

	#mobile_nav {
		left: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		/*height: 100%;*/
		z-index: 830;
	}
	.navbar {
		background-color: #fff;
		box-shadow: 0 2px 1px rgba(0, 40, 85, 0.15);
	}


	.off-canvas--left {
		left: -300px;
	}
	.container--navigation::after {
		clear: both;
		content: "";
		display: table;
	}
	.has-active-mobile-menu .off-canvas {
		box-shadow: 0 10px 10px 5px rgba(34, 34, 34, 0.4);
	}

	.has-active-mobile-menu .off-canvas--left {
		left: 0;
	}
	.off-canvas {
		background: #fff none repeat scroll 0 0;
		height: 100%;
		position: fixed;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		width: 300px;
		z-index: 830;
		overflow: auto;
	}

	.off-canvas__container {
		padding-bottom: 144px;
		position: static;
		overflow-y: scroll;
		background-color: #FFF;
	}

	.mobile-menu-mask {
		position: fixed;
		z-index: 150;
		top: 0;
		left: 0;
		overflow: hidden;
		width: 0;
		height: 0;
		background-color: #000;
		opacity: 0;
		transition: opacity 0.3s;
		-webkit-transition: opacity 0.3s;
		-moz-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
	}

	.has-active-mobile-menu .mobile-menu-mask {
		width: 100%;
		height: 100%;
		opacity: 0.3;
	}

	.primary_nav {
		margin: 0;
	}

	.primary_nav li {
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 1.15em;
	}
	.primary_nav li li {
		font-size: 90%;
	}

	.primary_nav a {
		display: block;
		border-bottom: 1px solid #555;
		padding-right: 10px;
		padding-left: 1em;
		background: #fff;
		color: #002855;
		font-weight: 700;
		line-height: 66px;
		text-decoration: none;
		text-transform: uppercase;
		position: relative;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.primary_nav li._drop > a {
		padding-right: 70px;
	}

	.primary_nav a:hover {
		background-color: #DAAA00;
	}

	.primary_nav ul {
		display: none;
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
	}
		.primary_nav li li a {
			background: #fbf7e6 none repeat scroll 0 0;
			border-color: #fff;
			font-weight: 400;
			text-transform: none;
			line-height: 56px;
		}
		.primary_nav li li:last-child {
			border-bottom: 1px solid #555;
		}



	#page_title h2 {
		font-size: 20px;
		font-size: 1.25em;
		line-height: 1.2;
	}


	#_services {
		bottom: -5px !important;
		right: 20px !important;
		top: auto !important;
	}
	#_services a {
		text-decoration: none;
	}

	/* Submenu toggle */
	.submenu-toggle {
		width: 66px;
		background: #002855 none repeat scroll 0 0;
		display: block;
		/*float: right;*/
		position: absolute;
		top: 0;
		right: 0;
		height: 66px;
		padding-bottom: 1px;
		text-align: center;
	}

	.submenu-toggle__icon::before {
		background-color: #fff;
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		transform: rotate(90deg);
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		width: 100%;
		z-index: 830;
	}
	.submenu-toggle__icon {
		background-color: #fff;
		display: block;
		font-size: 0;
		height: 3px;
		left: 30%;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		width: 40%;
		z-index: 830;
	}
	a:hover .submenu-toggle {
		background-color: #826600;
	}
	a:hover .submenu-toggle__icon::before {
		background-color: #fff;
	}
	.submenu-toggle--open .submenu-toggle__icon::before {
		transform: rotate(0deg);
	}


	#main_sidebar .nav_second ul li {
		border-top: 0 none;
	}

	#main_sidebar .nav_second ul li a, #main_sidebar .nav_second ul li.here {
		background: rgba(0, 0, 0, 0) url("../../images/common/chevron.svg") no-repeat scroll 2.5em 1.5em;
		display: block;
		font-size: 1.125em;
		line-height: 1.44444;
		padding: 1em 1.5em 1em 3.5em;
	}
	#main_sidebar .nav_second ul li.here {
		background-color: #f0dd99;
		font-weight: 700;
	}


}