/* ------------------------------------------------------

	Table of Contents for search based navigation


BASE STYLES

**** Box Model Reset

**** Typography
---- Lists
---- Breadcrumbs
---- Quotations
---- Text level elements
---- Links

**** Content Design Patterns
---- Buttons
---- Content Highlight box

**** Images

**** Forms

**** Tables
---- No Styles Table

**** Logo Gallery

**** Helper classes
---- Clearfix
---- Floats and positioning
---- Visually Hidden

GLOBAL TEMPLATE

**** Template Layout
---- Header
---- content
---- footer

**** Components
---- nav
---- nav-dropdown
---- site-search
---- side-nav
---- Print Button
---- PDF List


**** Print styles

------------------------------------------------------ */

/* ------------------------------------------------------
**** Box Model Reset
------------------------------------------------------ */

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 }


/* ------------------------------------------------------
**** Typography
------------------------------------------------------ */
/*
font-family:'Adelle W01 Regular', times, serif;
font-family:'Proxima N W01 Reg', Arial, sans-serif;
font-family:'Proxima N W01 Smbd', arial, sans-serif;
font-family:'Proxima N W01 Light', arial, sans-serif;
*/

html {
	font-size: 62.5%;
	-ms-text-size-adjust: 100%; /* These two prevent iOS text size adjust after orientation change, without disabling user zoom. */
	-webkit-text-size-adjust: 100%; 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	margin: 0;
	line-height: 24px;
	line-height: 2.4rem;
	font-size: 16px;
	font-size: 1.6rem;
	color: #222;
	font-family: 'Proxima N W01 Reg', Arial, sans-serif;

}


/* ---- Headings ---- */

h1, 
.h1, 
h2, 
.h2, 
h3, 
.h3, 
h4, 
.h4, 
h5, 
.h5, 
h6, 
.h6 {
	margin: 0 0 15px 0; 
	margin: 0 0 1.5rem 0;
	text-rendering: optimizelegibility;
	font-weight: normal;
}
	h1 small,
	h2 small,
	h3 small,
	h4 small,
	h5 small,
	h6 small {
		font-weight: normal;
		line-height: 1;
		color: #8a7b7b;
	}

	p + h1,
	p + h2,
	p + h3,
	p + h4,
	p + h5,
	p + h6 {
		margin-top: 30px;
		margin-top: 3rem;
	}


h1, .h1 {
	line-height: 36px;
	line-height: 3.6rem;
	font-size: 28px;
	font-size: 2.8rem;
	font-family:'Adelle W01 Regular', times, serif;
	color: #174368;
}

h2, .h2 {
	font-size: 24px;
	font-size: 2.4rem;
	color: #006771;
	font-weight: normal;
}

h3, .h3 {
	font-size: 19px;
	font-size: 1.9rem;
	font-family:'Adelle W01 Regular', times, serif;
	color: #174368;
}

h4, .h4 {
	font-size: 18px;
	font-size: 1.8rem;
	font-family:'Proxima N W01 Smbd', arial, sans-serif;
}

h5, .h5 {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
}

.heading-inline {
	display: inline;
	float: left;
	padding: 0;
}

p,
ol,
ul,
dl,
p,
ol,
ul,
dl,
address {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

small {
	font-size: 12.8px;
	font-size: 1.28rem;
}

/* ---- Lists ---- */

ul,
ol {
	padding: 0 0 0 20px;
	padding: 0 0 0 2rem;
}


li ul,
li ol {
	list-style-type: none;
	margin: 1rem 0;
}

.inline,
.inline {
	list-style-type: none;
	margin-left: 0;
}
	.inline > li,
	.inline > li {
		display: inline-block;
		padding-left: 12px;
		padding-right: 12px;
	}

/* ---- Breadcrumbs ---- */

.breadcrumb {
	list-style-type: none;
	margin: 15px 0;
	margin: 1.5rem 0;
	padding: 10px 0;
	border-top: 1px solid #f3f1f1;
	border-bottom: 1px solid #f3f1f1;
	font-size: 14px;
	font-size: 1.4rem;
	color: #444;
}
	.breadcrumb > li {
		display: inline;
		*display: inline;
		*zoom: 1;
	}
	.breadcrumb > li a {
		color: ;
	}
	.breadcrumb > li:before {
		content: "\00a0//\00a0";
	}
	.breadcrumb > li:first-child:before {
		content: none;
	}


/* ---- Quotations ---- */

blockquote {
	margin: 15px 0;
	margin: 1.5rem 0;
	padding: 5px 20px 15px;
	background: #f6f6f6;
	font-style: normal;
}
	blockquote small:before {
		content: '\00A0 \2014';
	}
	blockquote small:after {
		content: '';
	}
	blockquote cite {
		font-style: normal;
	}

q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

dl,
dd {
	margin-bottom: 1.5em;
	}

dt {
	font-weight: bold; 
}


/* ---- Text level elements ---- */

abbr[title] {
	border-bottom: 1px dotted #c6bfbf;
	cursor: help;
}

b, strong {
	font-weight: normal;
	font-family:'Proxima N W01 Smbd', arial, sans-serif;
}

dfn {
	font-style: italic;
}

ins {
	background-color: #f6f6f6;
	color: #473f3f;
	text-decoration: none;
}

mark {
	background-color: #f6f6f6;
	color: #473f3f;
	font-style: italic;
	font-weight: bold;
}

pre,
code,
kbd,
samp {
	font-family: Monaco, Courier New, monospace;
	color: #484040;
	background: #efefef;
	background: rgba(0, 0, 0, .07);
	padding: 0 2px;
	margin: 0 -2px;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}


/* ---- Links ---- */

a {
	color: #006771;
	word-break: break-word;
	-webkit-transition: color 300ms ease, background 300ms ease;
	-moz-transition: color 300ms ease, background 300ms ease;
	-ms-transition: color 300ms ease, background 300ms ease;
	-o-transition: color 300ms ease, background 300ms ease;
	transition: color 300ms ease, background 300ms ease;
}

a:hover {
	color: #5F8000;
}

/* Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
	outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
	outline: 0;
}


/* ------------------------------------------------------
**** Design Patterns

Reusable bits of code that we probably use a lot

------------------------------------------------------ */

/* ---- Buttons ---- */

.button {
	/* Structure */
	display: inline-block;
	*display: inline; /*IE 6/7*/
	zoom: 1;
	margin-bottom: 0;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	/* styles */
	font-weight: normal;
	line-height: 1;
	color: #fff;
	background-color: #286670;
	text-decoration: none;
	border-radius: 3px;
	border: none;
	font-size: 100%;
	*font-size: 90%; /*IE 6/7 - To reduce IE's oversized button text*/
	*overflow: visible; /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
	padding: 10px 15px 8px; /* not the below equiv, dif for ie8 */
	padding: 1.2rem 1em 0.9rem;
	text-transform: uppercase;
	font-family:'Adelle W01 Regular', times, serif;
}

/* Firefox: Get rid of the inner focus border */
.button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.button-hover,
.button:hover,
.button:focus {
	background-color: #294568;
	color: #fff;
}

.button.button-light {
	background: #fff;
	color: #174368;
	border: 2px solid #174368;
}

.button.button-light:hover {
	background: #174368;
	color: #fff;
	text-decoration: none;
}

.button-arrow-cta:after {
	content: " \003e";
}

.button-small {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 8px;
	line-height: 0.8rem;
	padding: 5px 8px 5px;
	margin: -2px 0
}

.button-large {
	font-size: 20px;
	font-size: 2rem;
	padding: 15px 18px 10px;
}

.button-block {
	display: block;
}

/* Disabled/unavailable button style */

.button[disabled],
.button-disabled,
.button-disabled:hover,
.button-disabled:focus,
.button-disabled:active {
	border: none;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter: alpha(opacity=40);
	-khtml-opacity: 0.40;
	-moz-opacity: 0.40;
	opacity: 0.40;
	cursor: default;
	box-shadow: none;
}

/* Gets the buttons to line up with form inputs when you want them to */

.button.inline {
	margin-bottom: 0.75em;
}




/* ---- Content Highlight box ---- */

.content-highlight {
	margin: 15px 0;
	margin: 1.5rem 0;
	padding: 30px;
	background: #f6f6f6;
}

@media screen and (min-width: 540px) {
	
	.content-highlight--pull-box {
		width: 44%;
		float: right;
		margin: 0 0 20px 20px;
	}
}

@media screen and (min-width: 640px) {
	
	.content-highlight--pull-box {
		width: 38%;
	}
}

/* ------------------------------------------------------
**** Images
------------------------------------------------------ */


img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

/* 

Old school image left and right are more generic now so we can use them on anything

You can find them in the helper classes section

*/





/* ------------------------------------------------------
**** Forms
------------------------------------------------------ */

form {
	margin: 0;
}
	form ul {
		list-style-type: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	
	form .ul--dots {
		list-style-type: circle;
		margin: 0 0 0 0;
		margin-left: 10px;
		padding-left: 15px;
	}

fieldset {
	margin-bottom: 1.5em;
	padding: 0;
	border-width: 0;
}
fieldset:last-of-type {
	margin-bottom: 0;
}

legend {
	display: block;
	width: 100%;
	margin-top: 15px;
	*margin-left: -7px;
	padding: 00;
	border: 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5em;
	white-space: normal;
}
	legend small {
		font-size: 1.125em;
		color: #625757;
	}

label {
	display: block;
	margin-bottom: 0.375em;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"] {
	display: inline-block;
	margin-bottom: 0.75em;
	padding: 6px 10px 7px; /* not the below equiv, dif for ie8 */
	padding: 1.3rem 16px 1.2rem;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 17px;
	line-height: 1.7rem;
	/*color: inherit;*/
	border-radius: 4px;
	vertical-align: middle;
}

textarea {
	height: auto;
	resize-x: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"]{
	width: 100%;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	background-color: #fff;
	border: 2px solid #006771;
}
	textarea:hover,
	input[type="text"]:hover,
	input[type="password"]:hover,
	input[type="datetime"]:hover,
	input[type="datetime-local"]:hover,
	input[type="date"]:hover,
	input[type="month"]:hover,
	input[type="time"]:hover,
	input[type="week"]:hover,
	input[type="number"]:hover,
	input[type="email"]:hover,
	input[type="url"]:hover,
	input[type="search"]:hover,
	input[type="tel"]:hover,
	input[type="color"]:hover {
		border-color: #f3f3f3;
	}
	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus {
		border-color: #006771;
		outline: 0;
		outline: thin dotted \9;
	}

input[type="text"] {
	border-color: #006771;
}

input[type="color"] {
	padding: 0;
	border-radius: 4px;
	min-height: 38px;
	overflow: hidden;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 2px 0 0;
	margin-top: 6px \9;  /* IE8-9 */
	line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"],
input.timepicker {
	width: auto;
}

input.datepicker.wd {
	margin-left: 0;
}
input.datepicker.wy {
	margin-right: 0;
}
input.datepicker {
	width: 60px;
	margin: 0 4px;
}
input.timepicker {
	width: 135px;
}

select {
	padding: 6px;
	/*border: 2px solid #d6d6d6;*/
}

select[multiple],
select[size] {
	height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}


.radio,
.checkbox {
	min-height: 1.5em;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
	float: left;
	margin-right: 10px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
	padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
	margin-left: 12px;
}

.-input-mini {
	width: 60px;
}

.-input-small {
	width: 90px;
}

.-input-medium {
	width: 150px;
}

.-input-large {
	width: 210px;
}

.-input-xlarge {
	width: 270px;
}

.-input-xxlarge {
	width: 530px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
	opacity: .25;
}




/* ------------------------------------------------------
**** Tables
------------------------------------------------------ */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px 0;
	margin: 2rem 0;
	max-width: 100%;
	min-width: 100%;
	text-align: left;
}

	table th,
	table td {
		padding: 8px;
		vertical-align: top;
	}
	div:not(.widget) > table th {
		background: #dbdbdb;
	}
	div:not(.widget) > table tr:nth-child(odd) td {
		background: #f6f6f6;
	}

	table th {		
		font-weight: normal;
		font-family:'Proxima N W01 Smbd', arial, sans-serif;
	}
	table thead th {
		vertical-align: bottom; 
	}




/* ---- No Styles Table ---- */

.table__no-styles {
	border-collapse: separate;
	border: none;
	background: none;
	min-width: 0;
}

	.table__no-styles th,
	div:not(.widget) > table.table__no-styles th,
	.table__no-styles td,
	div:not(.widget) > table.table__no-styles tr:nth-child(odd) td {
		padding: 0;
		border: 0;
		background: none;
	}


.dgSTDHeaderStyle{
	
	font-size: 16px;
	font-family:'Adelle W01 Regular', times, serif;
	color: #174368;
	font-weight:bold;
}


/* ------------------------------------------------------
**** Helper classes
------------------------------------------------------ */

/* ---- Clearfix ---- */

.clear {
	height: 0;
	clear: both;
	display: block;
}

.-clearfix:before,
.-clearfix:after {
	content: " ";
	display: table;
}

.-clearfix:after {
	clear: both;
}

.-clearfix {
	*zoom: 1;
}



/* Image Replacement */
.-ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.-ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.-hidden {
	display: none !important;
	visibility: hidden;
}

.-vis-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.-vis-hidden.focusable:active,
.-vis-hidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.-invisible {
	visibility: hidden;
}


/* Angle Brackets */
.-r-arrow-after:after {
	content: "\00a0\003e";
}
.-r-arrow-before:before {
	content: "\003e\00a0";
}
.-l-arrow-after:after {
	content: "\00a0\003c";
}
.-l-arrow-before:before {
	content: "\003c\00a0";
}


/* Ellipsis */
.ellipsis-2:after {
	content: "..";
}
.ellipsis-3:after {
	content: "...";
}



/* ---- Floats and positioning ---- */

.left {
	margin: 0 15px 15px 0;
	float: left;
}

.right {
	margin: 0 0 15px 15px;
	float: right;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* ------------------------------------------------------
**** Template Layout
------------------------------------------------------ */

* {
	margin: 0;
}

html,
body {
	background: #F5F5F5;
	height: 100%; /* Req for sticky footer */
}

.section {
	max-width: 1280px;
	margin: 0 auto;
}

.wrap {
	/* req for sticky footer */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff;
	margin-bottom: -75px;  /* the bottom margin is the negative value of the footer's height */
}



/* ---- header ---- */

.header {
	padding: 0 25px 0 25px;
}

	.logo {
		float: left;
		width: 240px;
		margin-bottom: 15px;
	}

		@media screen and (min-width: 540px) {
			.logo {
				width: auto;
			}
		}


	.top-nav {
		clear: both;
	}

	.top-nav__ul {
		list-style-type: none;
		margin: 15px 0;
		padding: 0;
		width: 100%;
		max-width: 715px;
		float: right;
		display: table;
	}

	.top-nav__li {
		display: table-cell;
		text-align: center;
	}

	.top-nav .button {
		display: none;
	}

	.top-nav a {
		color: #a7a7a7;
		text-decoration: none;
		font-size: 13px;
		font-size: 1.3rem;
	}

	.top-nav a:hover {
		color: #444;
	}

	.icon--home .cls-2 {
		fill: #a7a7a7;
		-webkit-transition: fill 300ms ease;
		-moz-transition: fill 300ms ease;
		-ms-transition: fill 300ms ease;
		-o-transition: fill 300ms ease;
		transition: fill 300ms ease;
	}
	.icon--home:hover .cls-2 {
		fill: #444;
	}

	.no-svg .icon--home,
	.lt-ie9 .icon--home {
		top: -15px;
		position: relative;
		display: block;
		width: 20px;
		height: 17px;
		background: url("../Images/icon_home.png") no-repeat 0 0;
		
	}
		
		@media screen and (min-width: 540px) {
			
			.top-nav__li-6 {
				width: 16.66666666666667%;
			}
			.top-nav__li a {
				font-size: 13px;
				font-size: 1.3rem;
			}		
			
			
			.top-nav .button {
				display: inline-block;
				position: relative;
				top: -3px; 
			}
		}

		@media screen and (min-width: 640px) {

			.top-nav a {
				font-size: 15px;
				font-size: 1.5rem;
				text-transform: uppercase;
			}					
		}

		@media screen and (min-width: 1074px) {
			.top-nav {
				clear: none;
				float: right;
				padding-top: 64px;
			}	
			
			.top-nav a {
				font-size: 15px;
				font-size: 1.5rem;
				text-transform: uppercase;
			}		
			
			.top-nav__li {
				padding-left: 5px;
				padding-right: 5px;
			}
		}

	

	.nav {
		margin: 20px -10px 0;
		background: #174368;
	}

	.nav > .inline {
		margin: 0;
	}

.banner {
	background: url("../Images/bg_banner_inner.png") no-repeat top center;
	padding: 20px 20px 40px 20px;
	
	margin-top: -24px; /* hacky meanmenu open fix */
}

	.site-section-title {
		font-size: 22px;
		font-size: 2.2rem;
		font-family:'Adelle W01 Regular', times, serif;
		color: #286670;
	}

	@media screen and (min-width: 540px) {
		
		.banner {
			background: url("../Images/bg_banner_inner.png") no-repeat top center;
			padding: 40px 20px 40px 4.296875%;
			position: relative;
			z-index: 1;
		}
		.site-section-title {
			margin-top: 30px;
			font-size: 42px;
			font-size: 4.2rem;
			font-family:'Adelle W01 Regular', times, serif;
			color: #286670;
			width: 76%;
			float: left;
		}

		.site-search-wrap {
			width: 22%;
			float: right;
		}
	}




/* ---- content ---- */

.content {
	padding: 40px 20px;
	margin: 0 0 20px;
}

	@media screen and (min-width: 940px) {

		.content {
			padding: 40px 1.953125%;
			margin: 0 0 20px;
		}

		.mainbar {
			width: 62.60162601626%;
			float: right;
			margin-right: 4.878048780488%;
		}

		.sidebar {
			float: left;
			width: 26.829268292683%;
			margin-top: -60px;
		}
		
		.mainbar-search {
			width: 60%;
			float: left;
			margin-right: 4.878048780488%;
		}

		.sidebar-search {
			float: right;
			width: 35%;
			margin-top: -60px;
		}
	}





/* ---- footer ---- */

.footer-wrap {
	background: url('../Images/bg_footer.png') no-repeat top center;
	padding-top: 120px;
}

.footer {
	background: #174368;
	font-family:'Proxima N W01 Light', arial, sans-serif;
	font-weight: normal;
}

.footer,
.footer a {
	color: #fff;
}

.footer p {
	margin: 6px 0;
	line-height: 1.25;
	font-size: 14px;
}

.footer b {
	font-weight: normal;
	color: #a8cdec;
}

.footer .button-light {
	border-color: #fff;
	color: #fff;
	background: transparent;
	font-family:'Adelle W01 Regular', times, serif;
	text-transform: uppercase;
}
.footer .button-light:hover {
	background: #fff;
	color: #174368;
}

.col-two{
	margin: 25px;
}

.col-three {
	margin: 25px;
}

@media screen and (min-width: 580px) {
	
	.col-two {
		float: left;
	}

	.col-three {
		float: right;
	}

}

@media screen and (min-width: 920px) {
	.footer__logo,
	.col-two {		
		margin-left: 1.953125%;
		float: left;
	}

	.col-two {
		padding-top: 41px;
		margin: 0 0 30px 7.03125%;
	}

	.col-three {
		margin: 0 1.953125% 30px 0;
		padding-top: 36px;
		text-align: right;
	}
}

.logo--sa-gov {
	margin-top: 15px;
	display: block;
}

.terms {
	background: #192740;
	padding: 20px 0;
	font-size: 14px;
	font-family:'Proxima N W01 Light', arial, sans-serif;
	font-weight: normal;
}

.terms p {
	padding-left: 2.953%;
}

.terms,
.terms a {
	color: #7F9CB3;
	text-decoration: none;
}

.footer a:hover,
.terms a:hover {
	text-decoration: underline;
}





/* ------------------------------------------------------
**** Components
------------------------------------------------------ */



/* ---- nav ---- */

.nav {
	position: relative;
}

/* Nav fake 3d triangle decorations */

.nav:before,
.nav:after {
	content: '';
	display: block;
	position: absolute;
	top:-10px;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 0px solid transparent;	
	border-right: 10px solid #8395aa;
}

.nav:after {
	right: 0;
	border-right: 0px;
	border-left: 10px solid #8395aa;
}

/* nav items */

@media screen and (min-width: 840px) {
	.nav__ul {
		display: table;
		width: 100%;
		padding: 0 40px;
		margin: 0;
		position: relative;
	}

	.nav__li-lone {
		display: table-cell;
	}

	.nav__li-lone > a {
		color: #fff;
		text-decoration: none;
		font-family:'Adelle W01 Regular', times, serif;
		text-transform: uppercase;
		font-size: 16px;
		font-size: 1.6rem;
		display: block;
		padding: 20px 14px 14px;
		color: #d0d9e0;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
		text-align: center;
		outline: 0;
	}

	.nav__li-lone > a:hover,
	.nav__li-lone.on > a {
		color: #fff;
	}

	.nav__li-lone > a:before {
		content: '|';
		color: #d0d9e0;
		position: relative;
		top: -1px;
		opacity: .5;
	}

	.nav__li-lone-1 > a:before {
		content: '';
	}

	.nav__li-lone-2 > a:before {
		left: -9.2%; 	
	}

	.nav__li-lone-3 > a:before {
		left: -7.5%;
	}

	.nav__li-lone-4 > a:before {
		left: -18%;
	}

}

@media screen and (min-width: 1100px) {
	.nav__li-lone > a {
		font-size: 18px;
		font-size: 1.8rem;		
		padding: 20px 16px 14px;
	}

}

@media screen and (min-width: 1280px) {
	.nav__li-lone > a {
		font-size: 20px;
		font-size: 2rem;		
		padding: 20px 20px 14px;
	}

}

@media screen and (min-width: 540px) {

	/* ---- nav-dropdown ---- */

	.nav__dropdown {
		padding: 25px 0 0 0;
		position: absolute;
		z-index: 100;
		left: 0;
		-webkit-box-shadow: 0 10px 20px -20px #000000;
		box-shadow: 0 10px 20px -20px #000000;
		display: none;
	}

	.on .nav__dropdown {
		display: block;
	}

	.nav__li-lone-1 .nav__dropdown {
		background: #fff url("../Images/nav_dropdown_indicator.png") no-repeat 13.5% -1px;
	}

	.nav__li-lone-2 .nav__dropdown {
		background: #fff url("~/Images/nav_dropdown_indicator.png") no-repeat 39.25% -1px;
	}

	.nav__li-lone-3 .nav__dropdown {
		background: #fff url("../Images/nav_dropdown_indicator.png") no-repeat 68.25% -1px;
	}

	.nav__li-lone-4 .nav__dropdown {
		background: #fff url("../Images/nav_dropdown_indicator.png") no-repeat 91.7% -1px;
	}

	.nav__dropdown__info-box {
		width: 24.692307692308%;
		float: left;
	}
		.nav__dropdown__info-box__heading {
			background: #c1d53e;
			padding: 20px 35px 0;
			width: 100%; 
			height: 109px;
			font-family:'Adelle W01 Regular', times, serif;
			font-weight: 100;
			color: #174368;
			font-size: 26px;
			font-size: 2.6rem;
			line-height: 1.2;
		}
		.svg .nav__dropdown__info-box__heading {
			background: transparent url("../Images/bg_dropdown-info_heading.png");
		}
		.nav__dropdown__info-box__content {
			padding: 5px 20px 15px 35px;
			font-size: 18px;
			font-size: 1.8rem;
			font-weight: 100;
			color: #5c5c5c;
		}

	.nav__ul-ltwo {
		margin: 0;
		padding: 0;
		float: right;
		width: 71.923076923077%;
	}

	.nav__li-ltwo > a {
		color: #174368;
		font-size: 22px;
		font-size: 2.2rem;
		padding-top: 15px;
		padding-bottom: 10px;
		border-bottom: 1px solid #cacaca;
		display: block;
		text-decoration: none;
		-webkit-transition: padding 200ms ease;
		-moz-transition: padding 200ms ease;
		-ms-transition: padding 200ms ease;
		-o-transition: padding 200ms ease;
		transition: padding 200ms ease;
	}

	.nav__li-ltwo > a:hover {	
		padding-top: 10px;
		padding-bottom: 15px;
	}

	.nav__ul-lthree {
		padding-left: 16px;
	}

	.nav__li-lthree {
		margin-bottom: .5em;
	}

	.nav__li-lthree > a {
		text-decoration: none;	
	}

	.nav__li-lthree > a:hover {
		text-decoration: underline;	
		color: #006771;
	}

	.nav__li-lthree > a:before {
		content: '\003e  ';
		position: relative;
		display: inline-block;
		margin-right: 6px;
		margin-left: -14px;		
	}

	/* nav column layouts */

	.nav__ul-ltwo--three-col .nav__li-col {
		float: left;
		width: 28.877005347594%;
		margin-right: 3.208556149733%
	}
}


@media screen and (min-width: 1200px) {

	
}









/* ---- site-search ---- */

.site-search {
	position: relative;
}

.site-search input {
	margin: 0;
}

input[type="submit"].site-search__submit {
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	display: block;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	display: block;
	background: blue;
	border: 0px;
	width: 50px;
	font-size: 0;
	text-indent: -99em;
	background: #fff url("../Images/icon_search.png") no-repeat center center;
}


.svg input[type="submit"].site-search__submit {
	background: #fff url("../Images/icon_search.png") no-repeat center center;
}

input[type="submit"].site-search__submit:hover {
	background-color: #dcdcdc;
} 


.site-search__input:hover + input[type="submit"].site-search__submit {
	border: 2px solid #f3f3f3;
	border-left-width: 0px;
}

.site-search__input:focus + input[type="submit"].site-search__submit {
	border: 2px solid #006771;
	border-left-width: 0px;
}

.edit-button input[type="submit"] {
	background-color: #286670;
	border: none;
	padding: 10px;
	color: #fff;
}

.edit-button input[type="submit"]:hover {
    background-color: #294568;
    color: #fff;
}


/* ---- side-nav ---- */

.side-nav,
.side-nav h2,
.side-nav a {
	color: #fff;
}

.side-nav {
	background: #294568;
	padding: 40px 30px 25px;
	margin-bottom: 25px;
}

.side-nav-search {
	background: #294568;
	padding: 40px 30px 25px;
	margin-bottom: 25px;
}

	@media screen and (min-width: 540px) {
		
		.side-nav {
			padding: 60px 30px 30px;
			margin-bottom: 25px;
		}
		
		.side-nav-search {
			padding: 60px 30px 30px;
			margin-bottom: 25px;
		}

	}


	@media screen and (min-width: 940px) {
		
		.side-nav {
			padding: 100px 9.090909090909% 30px;
			margin-bottom: 25px;
		}
		
		.side-nav-search {
			/*padding: 100px 9.090909090909% 30px;*/
			margin-bottom: 25px;
		}
	}

.side-nav h2 {
	font-family:'Adelle W01 Regular', times, serif;
	font-weight: normal;
}

/* Base list html resets */

.side-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.4;
}

.side-nav a {
	text-decoration: none;
	display: block;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

	/* First level nav */

	.side-nav__level-one > li {
		border-bottom: 1px solid #8899ad;
		position: relative;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.side-nav__level-one > li:last-child {
		border-bottom: none;
	}
	.side-nav__level-one > li > a {
		display: block;
		padding: 10px 32px 10px 0;
		
	}
	.side-nav__level-one > li > a:hover {
		background: #fff;
		padding-left: 16px;
		padding-right: 16px;
		color: #294568;
	}

		/* Second level nav */

		ul.side-nav__level-two {
			padding-left: 30px;
			padding-bottom: 10px;
		}
		.side-nav__level-two > li {
			font-size: 16px;
			font-size: 1.6rem;
		}

		.side-nav__level-two > li > a {
			padding: 6px 0px;
		}

		.side-nav__level-two > li > a:hover {
			padding-left: 6px;
		}

		.side-nav__level-two > li:first-child > a {
			padding-top: 0px;
		}

		.side-nav__level-two > li:last-child > a {
			padding-bottom: 0px;
		}

		.side-nav__level-two > li > a:before {
			content: '\003e  ';
			position: relative;
			display: inline-block;
			margin-right: 6px;
			margin-left: -14px;
		}

			/* Third level nav */

			ul.side-nav__level-three {
				padding-left: 20px;
				padding-bottom: 5px;
			}

			.side-nav__level-three > li {
				font-size: 14px;
				font-size: 1.4rem;
			}

			.side-nav__level-three > li > a {
				padding: 4px 0px;
			}


			.side-nav__level-three > li > a:hover {
				text-decoration: underline;
			}

			.side-nav__level-three > li:first-child > a {
				padding-top: 0px;
			}

			.side-nav__level-three > li:last-child > a {
				padding-bottom: 0px;
			}

			.side-nav__level-three > li > a:before {
				content: '-';
				position: relative;
				display: inline-block;
				margin-right: 6px;
				margin-left: -14px;
			}



/* ---- Print Button ---- */
	

.icon--print {
	float: right;
	text-decoration: none;
	padding: 4px 10px;
	border-radius: 4px;
}

.icon--print:hover {
	background: #006771;
	color: #fff;
}

.icon--print svg {
	vertical-align: middle;
	margin-right: 3px;
}

.icon--print .cls-2 {
	fill: #006771;
}

.icon--print:hover .cls-2 {
	fill: #ffffff;
}



/* ---- PDF List ---- */

.list--pdf {
	list-style: none;
	line-height: 1.2;
}

.list--pdf > li {
	margin-bottom: 1.2em;
	margin-left: 10px;
}

.list--pdf > li:before {
	content: '\00a0';
	position: relative;
	background: url("../Images/icon_pdf.png") no-repeat;
	width: 21px;
	height: 24px;
	top: 3px;
	margin-right: 10px;
	margin-left: -31px;
	display: inline-block;
}

.svg .list--pdf > li:before {
	background: url("../Images/icon_pdf.png") no-repeat;
}



/* modify list to display in 2 columns */

@media screen and (min-width: 540px) {
	.list--pdf-two-col {
		margin-bottom: -30px;
	}

	.list--pdf-two-col:before,
	.list--pdf-two-col:after {
		content: " ";
		display: table;
	}

	.list--pdf-two-col:after {
		clear: both;
	}

	.list--pdf-two-col {
		*zoom: 1;
	}

	.list--pdf-two-col > li {
		float: left;
		width: 43%;
		margin-left: 5%;
		min-height: 65px;
		padding-right: 30px; 
	}
}


/* ------------------------------------------------------
**** Print styles
------------------------------------------------------ */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for Images, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

