/*******************************************
(dec-)template.css
********************************************
Table of Contents

	- HTML5 Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typography
		- Form
		- List Styles
		- Tables
		- Responsive Menu
		- Content Area
	- Media Queries
		- max-width: 8em
		- min-width: 12em
		- min-width: 12.4em
		- min-width: 22.8em
		- min-width: 33.75em
		- min-width: 36em
		- min-width: 48em
		- min-width: 54em
		- min-width: 62em
		- max-width: 60em
		
*/

/*******************************************
HTML5 Reset
********************************************/

/*******************************************
Box Sizing
*******************************************/
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/*******************************************
DEFAULTS
********************************************/
html {
	scroll-behavior: smooth;
}
.native-greeting { 
	display: none; 
}
/* CUSTOM SEARCH ENGINE */
/* Search box */
.cse gsc-control-cse, .gsc-control-cse {
	padding: 0 1em!important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right:0!important;
}
.gsc-results, gsc-webResult {
	padding: 0!important;
	width: 100%!important;
}
#search-form {
	margin-right: 12px;
}
.gsc-input {
	background-image: none!important;
	text-indent: 0!important;
}
@supports (-webkit-appearance:none) and (font-variant-caps:normal) and (not (-ms-accelerator:true)) and (not (overflow:-webkit-marquee)) and (not (-moz-appearance:none)) { 
	.cse .gsc-search-button-v2, .gsc-search-button-v2 { padding: 4px 26px 3px 26px!important; } 
}
.for-screen-reader {
	position: absolute;
	left: -999em;
}
/* Search results */
.gsc-promotion {
	padding: 1em!important;
}
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
	padding-left:0!important;
}
form.gsc-search-box {
	font-size: 100%!important;
}
.cse .gsc-search-button-v2, .gsc-search-button-v2 {
	font-size: 100% !important;
	padding: 6px 26px 4px 26px !important;
	margin-bottom: 2px;
}
.cse .gsc-control-cse, .gsc-control-cse{
	border: none!important;
}

/*******************************************
Typography 
********************************************/
h1, h2, h3, h4, h5, h6 {
	color: #014c8b;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color: #014c8b;
}
/**umb_name:h1*/
h1 {
	font-weight: normal;
	text-transform: uppercase;
	padding-top: .5em;
	font-size: 1.875em;
}
/**umb_name:h2*/
h2 {
	font-size: 1.5em;
	padding: 0;
}
h2.entry-title {
	font-size: 1.125em;
}
/**umb_name:h3*/
h3 {
	font-size: 1.17em;
	margin: 8px 0 5px;
}
/**umb_name:h4*/
h4 {
	font-size: 1.12em;
}
/**umb_name:h5*/
h5 {
	font-size: .83em;
	padding: 1em 0 .25em;
}
/**umb_name:h6*/
h6 {
	font-size: .75em;
}
p {
	font-size: .875em;
	margin: 0 0 26px;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {text-decoration: none;}
/* override SOA stylesheet for focus behavior */
a:focus {
	color: #06c!important;
}
.fw-100 { font-weight: 100; }
.fw-200 { font-weight: 200; }
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }
.fw-900 { font-weight: 900; }

/**umb_name:block-title*/
.block-title {
	font-size: 1em;
	text-transform: uppercase;
	border-bottom: 3px solid #ececec;
	background-color: #f5f5f5;
	padding: 16px 16px 8px 10px;
	margin-left: -1px;
}
/**umb_name:block-title-dark*/
.block-title-dark {
	font-size: 1em;
	text-transform: uppercase;
	background-color: #194a6b;
	color: #ffffff;
	padding: 12px 16px 10px 10px;
	margin: 0 -1px;
}
/**umb_name:block-title-light*/
.block-title-light {
	font-size: 1em;
	text-transform: uppercase;
	background-color: #ececec;
	color: #194a6b;
	padding: 12px 16px 10px 10px;
	margin: 0 -1px;
}
.block-title-dark a:link {
	color: #ffffff;
	text-decoration: none;
}
#search-field-big {
	color: black;
}
/**umb_name:uppercase*/
.uppercase, .caps {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}

/*******************************************
Forms
*******************************************/
fieldset {
	border: 0px solid #000000;
	margin: 0;
	padding: 1em;
	background-color: #ffffff;
}
.form-field {
	margin-bottom: 20px;
	clear: both;
}
.form-field, .form-label, .form-field input, .form-submit input {
	font-size: 14px;
}
.form-label {
	color: #444444;
	font-weight: bold;
	text-align: left;
	margin: 0;
	max-width: 100%;
	padding: 0 0 3px 0;
	width: auto;
	display: block;
}
.form-field input[type=text], .form-field input[type=email], .form-field textarea, .form-field select {
	color: #555555;
	background-color: #ffffff;
	border-color: #7f7f7f;
	border-width: 1px;
	border-style: solid;
	border-radius: 0px;
	width: 100%;
	max-width: 100%;
	padding: 6px 10px;
	box-sizing: border-box;
	outline: none;
	font-weight: normal;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	line-height: 1.3;
}
.form-field input[type=radio], .form-field input[type=checkbox] {
	color: #555555;
	display: inline-block;
}
.form-submit input[type=submit], .form-submit input[type=button] {
	width: auto;
	height: auto;
	line-height: normal;
	text-align: center;
	background: #d1ac2c;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	color: #ffffff;
	cursor: pointer;
	font-weight: normal;
	border-radius: 4px;
	text-shadow: none;
	padding: 6px 11px;
	box-sizing: border-box;
	box-shadow: 0 1px 1px #eeeeee;
	margin: 10px;
	margin-left: 0;
	margin-right: 0;
	vertical-align: middle;
}
.form-submit input[type=submit]:hover, .form-submit input[type=button]:hover {
	background: #014c8b;
	border-color: #cccccc;
	color: #ffffff;
}

/*******************************************
List Styles
*******************************************/
.content ol, .content ul, .content dl {
	font-size: .875em;
}
.content ul + p {
	margin-top: 26px;
}
.content ul ul {
	font-size: 100%;
}
.textSizeReset ul, .textSizeReset {
	font-size: 100%;					   
}
dl dt {
	font-weight: bold;
}

/*******************************************
Tables
*******************************************/
.site-inner table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}
.site-inner table th {
	font-weight: bold;
	text-transform: uppercase;
}
.site-inner table th, .site-inner table td {
	text-align: left;
}
.site-inner table tbody tr:nth-child(odd) {
	background: rgba(245,245,245,1);
}
.site-inner table tbody tr td {
	padding: 10px 5px 10px 5px;
	line-height: 1.5em;
}
.site-inner table td {
	padding: 6px 0;
	font-size: .875em;
}

/*******************************************
Genesis Responsive Menu ( reqs. JS )
*******************************************/
.hide-for-genesis { /* remove this when all nav menus are converted. Referenced in agency-nav.cshtml */
	display: none;
}
nav#agency-menu {
	background: #3f78a7;
}
.responsive-menu-icon {
	background-color: #3f78a7;
	cursor: pointer;
	display: none;
}
.responsive-menu-icon::before {
	content: "\2630 \00A0 Menu";
	display: block;
	font: normal 20px/1 'Open Sans';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	color: #fff;
}
.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100% !important;
	font-weight: lighter;
}
.genesis-nav-menu .menu-item, .responsive-menu-icon {
	display: block;
}
.genesis-nav-menu li {
	list-style: none;
}
.genesis-nav-menu > li {
	background-color: #fff;
}
.genesis-nav-menu a, .genesis-nav-menu > .first > a, .genesis-nav-menu > .last > a {
	border: none;
	color: #333;
	display: block;
	font-weight: bold;
	line-height: 1;
	padding: 16px;
	position: relative;
	text-decoration: none;
}
.genesis-nav-menu .menu-item-has-children > a {
	margin-right: 60px;
}
.genesis-nav-menu > .menu-item-has-children:before {
	color: #333;
	content: "+";
	cursor: pointer;
	float: right;
	font: normal 20px/1;
	height: 20px;
	padding: 12px 20px;
	right: 0;
	text-align: right;
	z-index: 9999;
}
.genesis-nav-menu .menu-open.menu-item-has-children:before {
	content: "-";
}
.genesis-nav-menu > li > .sub-menu, .genesis-nav-menu {
	display: none;
}
.genesis-nav-menu .sub-menu {
	padding: 0;
}
.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	color: #333;
	display: block;
	font-size: 88%;
	font-weight: normal;
	padding: 10px 12px 10px 36px;
	position: relative;
	width: auto;
	letter-spacing: .5px;
}
.genesis-nav-menu .sub-menu .sub-menu a {
	background-color: lightgray;
	padding-left: 56px;
}
.increase-letter-spacing li.menu-item > a {
	letter-spacing: .9px;
}
#mission-statement-box {
	margin-top: 1em;
	position: relative;
	z-index: 1;
	color: #fff !important;
	background: none;
	padding-left: 1em;
}
#mission-statement {
	padding: .1em .5em;
	background-color: #435347; /*666633*/
	text-align: center;
}
#mission-statement h2 {
	color: #fff;
	font-size: 1em;
}
@media screen and (min-width: 48em) {
	/* check media query section below for genesis nav menu style*/	
}
/*******************************************
 Content Area
*******************************************/
.showcase section {
	margin: 0;
	padding: 0;
	background: #ffffff;
	max-height: 334px;
}
.content .home-top, .content sidebar, .content .sidebar-home, .content .bottom-block, .footer-block{
	padding: 16px 20px 10px;
}
main.content {
	padding: 0 20px 10px;
}
.external::after {
	content: url(/media/17414/external-link-indicator.gif);
	padding-left: .25em;
}
.scrollIndicator {
	position: fixed;
	bottom: 0;
	z-index: 1;
	width: 100%;
	background-color: #f1f1f1;
}
.progress-container {
	width: 100%;
	height: 8px;
	background: #ccc;
}
.progress-bar {
	height: 8px;
	background: #edbd03;
	width: 0%;
}

/*******************************************
 Sidebar Navigation 
 ******************************************/
.sidebar .sidebar-nav-menu ul li {
	border-top: 1px solid #ececec;
	font-size: 100%;
	list-style-type: none;
	text-transform: uppercase;
}
.sidebar .sidebar-nav-menu ul > li:first-child {
	border-top: none;
}
.sidebar .sidebar-nav-menu ul {
	margin: 0;
	padding: 0;
}
.sidebar p {
	padding: 0 1em;
	margin: 0;
	font-size: 100%;
}
.sidebar p:last-child {
	margin-bottom: 0;
}
.sidebar .sidebar-nav-menu ul li a {
	color: #333333;
	display: block;
	padding: 8px 20px;
}
.sidebar .sidebar-nav-menu ul li:hover {
	border-left: 3px solid rgb(0,102,204);
}
.sidebar {
	font-size: .875em;
	max-width: 100%;
	width: 100%;
	padding: 0;
}
.sidebar > section {
	margin-bottom: 2em;
	word-wrap: break-word;
	background-color: #ffffff;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}
.sidebar section div > div {
	padding: 0;
}
.sidebar h5 {
	margin: 0 1em;
	padding: 0;
	color: #000;
}
.sidebar-block ol {
	padding: 0 20px;
}
.sidebar-block ol > li {
	background-image: none;
	list-style-position: inside;
	list-style-type: decimal;
	padding: 0 0;
	font-size: 90%;
}

/*******************************************
Bootstrap styles
*******************************************/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-12 {
  width: 100%;
}
.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}
.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75
}
.close:not(:disabled):not(.disabled) {
	cursor: pointer
}
button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none
}
.modal-open {
	overflow: hidden
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}
.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%)
}
.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}
.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}
.modal-backdrop.fade {
	opacity: 0
}
.modal-backdrop.show {
	opacity: .5
}
.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}
.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto
}
.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}
.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem
}
.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef
}
.modal-footer>:not(:first-child) {
	margin-left: .25rem
}
.modal-footer>:not(:last-child) {
	margin-right: .25rem
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}
@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2))
	}
	.modal-sm {
		max-width: 300px
	}
}
@media (min-width:992px) {
	.modal-lg {
		max-width: 800px
	}
}
.fade {
	opacity: 0;
	transition: opacity .15s linear
}
.fade.show {
	opacity: 1
}
/******************************************
Media Queries
******************************************/
@media (min-width: 768px) {
  .container {
	max-width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
	float: left;
  }
  .col-sm-1 {
	width: 8.333333333333332%;
  }
  .col-sm-2 {
	width: 16.666666666666664%;
  }
  .col-sm-3 {
	width: 25%;
  }
  .col-sm-4 {
	width: 33.33333333333333%;
  }
  .col-sm-5 {
	width: 41.66666666666667%;
  }
  .col-sm-6 {
	width: 50%;
  }
  .col-sm-7 {
	width: 58.333333333333336%;
  }
  .col-sm-8 {
	width: 66.66666666666666%;
  }
  .col-sm-9 {
	width: 75%;
  }
  .col-sm-10 {
	width: 83.33333333333334%;
  }
  .col-sm-11 {
	width: 91.66666666666666%;
  }
  .col-sm-12 {
	width: 100%;
  }
  .col-sm-push-1 {
	left: 8.333333333333332%;
  }
  .col-sm-push-2 {
	left: 16.666666666666664%;
  }
  .col-sm-push-3 {
	left: 25%;
  }
  .col-sm-push-4 {
	left: 33.33333333333333%;
  }
  .col-sm-push-5 {
	left: 41.66666666666667%;
  }
  .col-sm-push-6 {
	left: 50%;
  }
  .col-sm-push-7 {
	left: 58.333333333333336%;
  }
  .col-sm-push-8 {
	left: 66.66666666666666%;
  }
  .col-sm-push-9 {
	left: 75%;
  }
  .col-sm-push-10 {
	left: 83.33333333333334%;
  }
  .col-sm-push-11 {
	left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
	right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
	right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
	right: 25%;
  }
  .col-sm-pull-4 {
	right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
	right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
	right: 50%;
  }
  .col-sm-pull-7 {
	right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
	right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
	right: 75%;
  }
  .col-sm-pull-10 {
	right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
	right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
	margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
	margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
	margin-left: 25%;
  }
  .col-sm-offset-4 {
	margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
	margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
	margin-left: 50%;
  }
  .col-sm-offset-7 {
	margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
	margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
	margin-left: 75%;
  }
  .col-sm-offset-10 {
	margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
	margin-left: 91.66666666666666%;
  }
}

@media (min-width: 992px) {
  .container {
	max-width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
	float: left;
  }
  .col-md-1 {
	width: 8.333333333333332%;
  }
  .col-md-2 {
	width: 16.666666666666664%;
  }
  .col-md-3 {
	width: 25%;
  }
  .col-md-4 {
	width: 33.33333333333333%;
  }
  .col-md-5 {
	width: 41.66666666666667%;
  }
  .col-md-6 {
	width: 50%;
  }
  .col-md-7 {
	width: 58.333333333333336%;
  }
  .col-md-8 {
	width: 66.66666666666666%;
  }
  .col-md-9 {
	width: 75%;
  }
  .col-md-10 {
	width: 83.33333333333334%;
  }
  .col-md-11 {
	width: 91.66666666666666%;
  }
  .col-md-12 {
	width: 100%;
  }
  .col-md-push-0 {
	left: auto;
  }
  .col-md-push-1 {
	left: 8.333333333333332%;
  }
  .col-md-push-2 {
	left: 16.666666666666664%;
  }
  .col-md-push-3 {
	left: 25%;
  }
  .col-md-push-4 {
	left: 33.33333333333333%;
  }
  .col-md-push-5 {
	left: 41.66666666666667%;
  }
  .col-md-push-6 {
	left: 50%;
  }
  .col-md-push-7 {
	left: 58.333333333333336%;
  }
  .col-md-push-8 {
	left: 66.66666666666666%;
  }
  .col-md-push-9 {
	left: 75%;
  }
  .col-md-push-10 {
	left: 83.33333333333334%;
  }
  .col-md-push-11 {
	left: 91.66666666666666%;
  }
  .col-md-pull-0 {
	right: auto;
  }
  .col-md-pull-1 {
	right: 8.333333333333332%;
  }
  .col-md-pull-2 {
	right: 16.666666666666664%;
  }
  .col-md-pull-3 {
	right: 25%;
  }
  .col-md-pull-4 {
	right: 33.33333333333333%;
  }
  .col-md-pull-5 {
	right: 41.66666666666667%;
  }
  .col-md-pull-6 {
	right: 50%;
  }
  .col-md-pull-7 {
	right: 58.333333333333336%;
  }
  .col-md-pull-8 {
	right: 66.66666666666666%;
  }
  .col-md-pull-9 {
	right: 75%;
  }
  .col-md-pull-10 {
	right: 83.33333333333334%;
  }
  .col-md-pull-11 {
	right: 91.66666666666666%;
  }
  .col-md-offset-0 {
	margin-left: 0;
  }
  .col-md-offset-1 {
	margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
	margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
	margin-left: 25%;
  }
  .col-md-offset-4 {
	margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
	margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
	margin-left: 50%;
  }
  .col-md-offset-7 {
	margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
	margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
	margin-left: 75%;
  }
  .col-md-offset-10 {
	margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
	margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11 {
		float: left;
	}
	.col-lg-1 {
		width: 8.333333333333332%;
	}
	.col-lg-2 {
		width: 16.666666666666664%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.33333333333333%;
	}
	.col-lg-5 {
		width: 41.66666666666667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.333333333333336%;
	}
	.col-lg-8 {
		width: 66.66666666666666%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.33333333333334%;
	}
	.col-lg-11 {
		width: 91.66666666666666%;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-push-1 {
		left: 8.333333333333332%;
	}
	.col-lg-push-2 {
		left: 16.666666666666664%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-4 {
		left: 33.33333333333333%;
	}
	.col-lg-push-5 {
		left: 41.66666666666667%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-7 {
		left: 58.333333333333336%;
	}
	.col-lg-push-8 {
		left: 66.66666666666666%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-10 {
		left: 83.33333333333334%;
	}
	.col-lg-push-11 {
		left: 91.66666666666666%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-pull-1 {
		right: 8.333333333333332%;
	}
	.col-lg-pull-2 {
		right: 16.666666666666664%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-4 {
		right: 33.33333333333333%;
	}
	.col-lg-pull-5 {
		right: 41.66666666666667%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-7 {
		right: 58.333333333333336%;
	}
	.col-lg-pull-8 {
		right: 66.66666666666666%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-10 {
		right: 83.33333333333334%;
	}
	.col-lg-pull-11 {
		right: 91.66666666666666%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
	.col-lg-offset-1 {
		margin-left: 8.333333333333332%;
	}
	.col-lg-offset-2 {
		margin-left: 16.666666666666664%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333333333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666666666667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.333333333333336%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666666666666%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333333334%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666666666666%;
	}
}
@media screen and (max-width: 8em) {
	.rwd-break { 
		display: none; 
	}
}
@media screen and (min-width: 12em) {
	.rwd-break { 
		display: none; 
	}
}
@media screen and (min-width: 12.4em) {

}
@media screen and (min-width: 17.2em) {

}
@media only screen and (max-width:18.750em) {
	.no-border-box-300 { 
		width: 200px!important;
		margin: auto!important;
	}
}
@media screen and (min-width: 22.8em) {
}
@media screen and (max-width: 30em) {
	.desc-box dd { 
		margin: 0 0 .8em 0; 
	}
	.desc-box dt { 
		margin-left: 10px; 
		width: 100%; 
		text-align: left; 
	}
	.active-item-list li { 
		padding: .7em 2em; 
	}
}
@media only screen and (min-width: 33.75em) {
}
@media only screen and (min-width: 36em) {
	/* Content Area */
	main.content {
		background-color: #ffffff;
	}
}
@media only screen and (max-width:37.500em) {
	.no-border-box-600 { 
		width: 200px!important;
		margin:auto!important;
	}
}
@media only screen and (max-width: 44em) {
	#search-form {
		margin: 0 auto;
	}
}
@media screen and (min-width: 48em) {
	.two-column { 
		column-count: 2!important; 
	}
	.three-column { 
		column-count: 3!important; 
	}
	.four-column { 
		column-count: 4!important;
	}
	.page .content {
		float: left;
		max-width: 66%;
	}
	.standard-components .content {
		height: 400px;
	}
	.sidebar {
		float: right;
		max-width: 32%;
	}
	.page.right-sidebar .content {
		float: left;
		max-width: 66%;
	}
	.page.right-sidebar .sidebar {
		float: right;
		max-width: 32%;
	}
	#mission-statement-box {
		margin-top: -2em;
		margin-left: -1.25em;
		padding: 10px 0;
	}
	/*** begin genesis responsive menu stuff **/
	.responsive-menu-icon {
		display: none;
	}
	.genesis-nav-menu.responsive-menu > li > .sub-menu, .genesis-nav-menu.responsive-menu {
		display: block;
		text-transform: none;
	}
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before, .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: none;
		padding: 0;
	}
	.genesis-nav-menu .menu-item-has-children > a {
		margin-right: 0;
	}
	.genesis-nav-menu.responsive-menu > li {
		background: #3f78a7;
		text-transform: uppercase;
		float: left;
	}
	.genesis-nav-menu.responsive-menu > li:hover {
		background-color: #8AB6D4;
	}
	.genesis-nav-menu.responsive-menu .sub-menu li {
		min-width: 15em;
	}
	.genesis-nav-menu.responsive-menu .sub-menu a:hover, .genesis-nav-menu.responsive-menu a:focus {
		border-left: 4px solid #e4cd6c !important;
		background-color: #fbf8e9 !important;
	}
	.genesis-nav-menu.responsive-menu > li a, .genesis-nav-menu.responsive-menu > .first > a, .genesis-nav-menu.responsive-menu > .last > a {
		color: #fff;
		padding: 12px 16px;
	}
	.genesis-nav-menu.responsive-menu .sub-menu {
		background: none repeat scroll 0 0 #ffffff;
		box-shadow: 0 0 5px #666;
		left: -9999px;
		margin: 0;
		opacity: 0;
		padding: 0;
		position: absolute;
		z-index: 999;
		text-transform: none;
	}
	.genesis-nav-menu.responsive-menu li:hover > .sub-menu, .genesis-nav-menu.responsive-menu li:focus > .sub-menu {
		left: auto;
		opacity: 1;
	}
	.genesis-nav-menu.responsive-menu li:hover > .sub-menu li:hover > .sub-menu, .genesis-nav-menu.responsive-menu li:focus > .sub-menu li:focus > .sub-menu {
		left: 50%;
		top: 5px;
	}
	.genesis-nav-menu.responsive-menu .sub-menu a {
		border: 1px solid #f5f5f5;
		border-top: none;
		color: #333;
	}
	.genesis-nav-menu .sub-menu .sub-menu {
		left: -9999px;
	}
	.genesis-nav-menu .sub-menu .sub-menu a {
		background-color: white;
		padding: 10px 12px;
	}
}
@media only screen and (min-width: 49em) {
	li.native-greeting { 
		margin-top: -18px;
	 }
	.native-greeting a {
		font-size: 1.4em;
		font-style: italic;
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		padding: 0; 
		margin: 0 10px 0 0;
		float: left;
	}
	.native-greeting .language, .native-greeting .translation { 
		float: left; 
		font-weight: 100;
		color: white; 
	}
	.native-greeting .language {
		clear: left;
	}
	.native-greeting .translation {
		margin-left: 15px;
	}
	.native-greeting button { 
		background-color: transparent;
		background-image: url('https://webcontent.alaska.gov/style/soa/20170315/greetingAssets/speaker.png'); 
		background-repeat: no-repeat;
		width: 25px; 
		height: 20px; 
		border: none;
		background-size: 15px;
		outline: none;
		float: left;
	}
	.native-greeting button span { 
		display: none; 
	}
	.native-greeting button.no-value {
		background-image: none!important; 
		cursor: context-menu;
	}
}
@media screen and (max-width: 49em) {
	.global-nav-menu .inline-div>ul>li:nth-child(2) {
		display: none;
	}
}
@media screen and (min-width: 54em) {
	.hide-on-mobile { 
		display: block; 
	}
	.rwd-break { 
		display: block; 
	}	
}
@media screen and (min-width: 62em) {
	.hide-less-than-desktop { display:block; }
	.commish-photo, .air-photo, .spar-photo, .das-photo, .water-photo, .eh-photo, .alerts-photo, .animal-import-export-photo, .animal-health-photo, .dairy-photo, .fish-photo, .produce-photo, 
	.general-reqs-photo, .growing-waters-photo, .harvest-photo, .training-photo, .apps-photo, .resources-photo, .forms-photo, .requirements-photo, .sanitation-photo,
	.retail-photo, .re-photo, .processing-photo,
	.fss-highlights-photo, .fss-food-photo, .fss-shellfish-photo, .fss-inspections-photo, .fss-seafood-photo, .fss-public-facilities-photo,
	.seasonal-photo, .technical-photo, .permits-photo, .tools-photo, .trainings-photo, .specialist-photo
	{
		display: block
	}
	.show-on-mobile { display: none; }
}
@media only screen and (max-width:60em) { 
	.photoBanner { display: none; }
	
}