/*	Default Element Styles	*/
body {
	color: #2d2926;
	font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	font-size: 18px;
	background: #ffffff;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
	color: #1C7599;
	cursor: pointer;
	-webkit-transition: color 0.1s ease-out;
	-moz-transition: color 0.1s ease-out;
	transition: color 0.1s ease-out;
}

a:hover {
	text-decoration: none;
    color: #567A58;
}

a:focus {
	text-decoration: inherit;
}

ul li input,
textarea {
	border: solid 1px #dad7cb;
	color: #b0ad9f;
}

textarea {
	font-family: arial, verdana, sans-serif;
	padding: 3px;
	font-size: 12px;
}

p {
	margin-bottom: 24px;
	word-wrap: break-word;
}

ul,
ol {
    padding-left: 30px;
}

ul li {
	word-wrap: break-word;
}

.divider {
	width: 100%;
	border-bottom: solid 1px #dad7cb;
	height: 1px;
	margin: 15px 0;
	font-size: 0;
	line-height: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

h1,
h2 {
	font-size: 40px;
	font-size: 2.222em;
	color: #032c40;
	line-height: 1.2;
    margin-bottom: 24px;
}

h1:first-child,
h2:first-child {
	margin-top: 0;
}

h3 {
	font-size: 24px;
	font-size: 1.333em;
	color: #032c40;
}

b, strong {
	font-weight: 500;
}

hr {
	border-color: #53565a;
}

img {
	max-width: 100%;
	height: auto;
}

img.aligncenter {
	margin: 0 auto;
	display: block;
}

video {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

blockquote {
    padding: 0;
    margin-bottom: 24px;
    font-size: auto;
    border-left: 0;
}

blockquote address {
    text-align: right;
    margin-top: 14px;
    font-size: 12px;
    font-size: 0.667em;
}

label {
	font-weight: 500;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
	border: 1px solid #d7d7d7;
	border-radius: 0;
    font-size: 16px;
    font-size: 0.889em;
	padding: 2px 8px 3px;
	width: 100%;
    color: #000000;
}

textarea {
	resize: vertical;
}

select {
	padding: 7px 8px;
	border: 1px solid #d7d7d7;
	width: 100%;
}

.button,
button,
input[type="button"],
input[type="submit"]:not(.btn),
input[type="reset"] {
	font-size: 15px;
	font-size: 0.833em;
	background-color: transparent;
	border: 2px solid #032c40;
	border-radius: 0;
	color: #032c40;
	text-transform: uppercase;
	padding: 5px 25px 4px;
	display: inline-block;
	-webkit-appearance: inherit;
	-moz-appearance: inherit;
	-webkit-transition: background 0.1s ease-out, border-color 0.1s ease-out;
	-moz-transition: background 0.1s ease-out, border-color 0.1s ease-out;
	transition: background 0.1s ease-out, border-color 0.1s ease-out;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.button.reset:hover {
	background: #032c40;
	color: #ffffff;
	border-color: #032c40;
}

.button-grey {
    background-color: #53565A;
    color: #ffffff;
    border-color: #53565A;
}

.button-grey:hover,
.button-grey:focus {
	color: #ffffff;
	background-color: #babbbd;
	border-color: #babbbd;
}

.button-green {
    background-color: #718472;
    color: #ffffff;
    border-color: #718472;
}

::-moz-selection { background: #718472; color: #ffffff; }
::selection { background: #718472; color: #ffffff; }

@media (max-width: 1024px) {
	h1,
	h2 {
		font-size: 2em;
	}
}


/*  Re-Usable Styles  */
.well {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
	white-space: normal;
	border-radius: 0;
	font-weight: 500;
	text-transform: uppercase;
	padding-left: 30px;
	padding-right: 30px;
}

.btn-primary {
	background-color: #032c40;
	border-color: #032c40;
}

.btn-primary:hover {
	background-color: #fff;
	border-color: #fff;
	color: #252e25;
}

.btn-secondary {
	color: #252e25;
	background-color: #fff;
	border-color: #fff;
}

.btn-secondary:hover {
	background-color: #dff5fd;
	border-color: #dff5fd;
}

.bg {
	color: #ffffff;
}

.bg a:not(.button):not(.btn) {
    color: #ffffff;
}

.bg a:not(.button):not(.btn):hover {
    color: #96bfce;
}

.bg-blue a:not(.button):not(.btn):hover,
.bg-grey a:not(.button):not(.btn):hover,
.bg-light-blue a:not(.button):not(.btn):hover,
.bg[style*="#96BFCE"] a:not(.button):not(.btn):hover {
    color: #032c40;
}

.bg-green a:not(.button),
.bg-light-blue a:not(.button) {
    color: #003b77;
}

.bg h1,
.bg .page-title,
.bg h2,
.bg h3 {
	color: #ffffff;
}

.bg.well h3 {
    text-transform: uppercase;
    color: #032c40;
    font-size: 18px;
    font-size: 1.000em;
}


.bg ul li:before {
    border-left-color: #ffffff !important;
}

.bg-green h2,
.bg-green h3,
.bg-light-blue h2,
.bg-light-blue h3 {
	color: #003b77;
}

.bg-dark-blue .button,
.bg-dark-grey .button {
    color: #ffffff;
    border-color: #ffffff;
}

.bg-dark-blue .button:hover,
.bg-dark-grey .button:hover {
    background-color: #ffffff;
    color: #003b77;
}

.bg hr {
	border-color: #ffffff;
}

.bg-blue {
	background-color: #c0d9e2;
}

.bg-grey {
	background-color: #b4b4b4;
}

.bg-dark-grey {
	background-color: #53565a;
}

.bg-dark-blue {
	background-color: #003A5D;
}

.bg-green {
	background-color: #718472;
	color: #003b77;
}

.bg-light-blue {
	background-color: #8fcae7;
	color: #003b77;
}

.bg-light-blue.well {
    color: #464646;
}

.bg-light-blue.well a {
    color: #464646;
}

.bg-light-blue.well ul li:before {
    border-left-color: #464646 !important;
}

.bg-light-blue-alt {
	background-color: #96BFCE;
}

.bg-triangle {
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.bg-triangle-grey {
	background-image: url(../../images/dist/triangle-grey.png);
}

.bg-triangle-dark-grey {
    background-image: url(../../images/dist/triangle-dark-grey.png)
}

.bg-triangle-dark-blue {
	background-image: url(../../images/dist/triangle-dark-blue.png);
}

.bg-triangle-dark-blue-right {
	background-image: url(../../images/dist/triangle-dark-blue-right.png);
}

.bg-beige {
	background-color: #b5ada5;
}

.gradient-blue {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#033362+0,094b7e+100 */
	background: #033362; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzMzM2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOTRiN2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #033362 0%, #094b7e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#033362), color-stop(100%,#094b7e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #033362 0%,#094b7e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #033362 0%,#094b7e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #033362 0%,#094b7e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #033362 0%,#094b7e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033362', endColorstr='#094b7e',GradientType=0 ); /* IE6-8 */
}

.learnmore:after {
	content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    border-color: transparent;
    border-left: 10px solid #0098db;
    margin-left: 5px;
}

.learnmore:hover:after {
    border-left-color: #718472;
}

img.align-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.pdf {
	color: #464646;
	margin-top: 20px;
}

.pdf:before {
	content: url(../../images/dist/icons/pdf-icon.png);
	float: left;
	margin: 0 10px 10px 0;
}

.pdf .blue {
	color: #0098db;
}

.margin-top {
	margin-top: 60px; 
}

.row.no-gutter > [class*="col-"],
.row-height.no-gutter > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

/* Contact Form */
.contact-form address {
	font-size: 14px;
	font-size: 0.875em;
	color: #656565;
}

.contact-form label {
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
	font-size: 0.938em;
}

.contact-form .input {
	margin-bottom: 14px;
}

.contact-form .error-message {
	font-size: 14px;
	font-size: 0.875em;
	font-weight: 500;
	color: #fa4616;
}

.contact-form .message {
	color: #fa4616;
	font-weight: 500;
	margin-bottom: 14px;
}


/* Tab/Panel */
.nav-tabs {
    border-bottom-color: #53565a;
	margin-top: 50px;
}

.nav-tabs>li {
    border-left: 1px solid #53565a;
    margin-bottom: 0;
}

.nav-tabs>li:before {
    content: none !important;
}

.nav-tabs>li>a {
	display: block;
	font-weight: 500;
	font-size: 18px;
	font-size: 1.000em;
	position: relative;
	margin: 0;
    padding: 0 32px 8px 12px;
    border: 0;
    border-radius: 0;
    border-bottom: 7px solid #ffffff;
	color: #032c40;
    line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-transition: border-color 0.1s ease-out;
	-moz-transition: border-color 0.1s ease-out;
	transition: border-color 0.1s ease-out;
}

.nav-tabs>li>a:focus {
	background: none;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	background: none;
    color: #002e5d;
    border: 0;
    border-bottom: 7px solid #718472;
}

.nav-tabs.nav-justified>li>a,
.nav-tabs.nav-justified>li.active>a {
	text-align: left;
	border-radius: 0;
	border: 0;
}

.nav-tabs.nav-justified>li>a:hover,
.nav-tabs.nav-justified>li.active>a:hover {
	border: 0;
}

.tab-pane {
	margin: 40px 0 0;
    padding-left: 13px;
    padding-right: 13px;
}

/* Scroller */
.scroller {
	position: relative;
	margin: 0 40px;
	padding: 0;
    min-height: 120px;
}

.scroller ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.scroller li {
	display: block;
	float: left;
    width: 166px;
	margin: 0;
	/*max-width: 369px;
	min-height: 134px;*/
    text-align: center;
    position: inherit !important;
    word-wrap: normal;
}

.scroller li:before {
    content: none !important;
}

.scroller li .date,
.tab-pane .date,
strong.date {
	font-weight: 400;
	text-transform: uppercase;
	color: #53565a;
	font-size: 14px;
	font-size: 0.778em;
}

.scroller li a {
	display: block;
}

.scroller li a:hover {
	color: #718472;
}

.scroller li img {
    display: block;
    max-width: 120px;
    max-height: 120px;
    width: auto;
    margin: 0 auto;
}

.scroller .microfiche-controls {
	position: absolute;
	top: 30%;
	width: 100%;
}

.scroller .microfiche-button {
	background: none;
	border: none;
	font-size: 36px;
	color: #718472;
	position: absolute;
	padding: 0;
	-webkit-transition: color 0.1s ease-out;
	-moz-transition: color 0.1s ease-out;
	transition: color 0.1s ease-out;
}

.scroller .microfiche-button:hover {
	color: #96bfce;
}


.scroller .microfiche-prev-button {
	left: -50px;
}

.scroller .microfiche-next-button {
	right: -50px;
}

/* Read More */
.readmore-wrapper .readmore-link {
    text-transform: uppercase;
    font-size: 15px;
    font-size: 0.833em;
    display: block;
}

.readmore-wrapper .readmore-link:after {
    content: "";
	margin-left: 7px;
    margin-top: -3px;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: inline-block;
    border-width: 5px;
    border-color: transparent;
    border-style: solid;
}

.readmore-wrapper .readmore-link.opening:before {
    font-family: 'Glyphicons Halflings';
    content: "\2b";
    margin-right: 5px;
    display: inline-block;
    vertical-align: bottom;
}

.readmore-contant {
	display: none;
}

.readmore-wrapper .readmore-link.closing {
	display: none;
}

.readmore-wrapper .readmore-link.closing:before {
    font-family: 'Glyphicons Halflings';
    content: "\2212";
    margin-right: 5px;
    display: inline-block;
    vertical-align: bottom;
}

h1 .rss {
    font-size: 0.6em;
}


@media (max-width: 1336px) {
    .nav-tabs>li>a {
        padding-right: 14px;
    }
	.scroller li {
		max-width: 289px;
	}
}

@media (max-width: 1024px) {
	.scroller li {
		max-width: 295px;
	}
}

@media (max-width: 991px) {
	.nav-tabs {
		margin-left: -15px;
		margin-right: -15px;
		padding: 0 15px;
	}
    
    .tab-pane {
        padding-left: 0;
        padding-right: 0;
    }
	
	.panel-group .panel {
		border-radius: 0;
		border: 0;
		border-bottom: 1px solid #cecece;
		border-top: 1px solid #cecece;
	}
	
	.panel-group .panel+.panel {
		margin-top: 0;
		border-top: 0;
	}
	
	.panel-heading {
		padding-left: 0;
		padding-right: 0;
	}
	
	.panel-default>.panel-heading {
		background-color: transparent;
	}
	
	.panel-title {
		font-weight: 500;
		color: #002e5d !important;
		text-transform: uppercase;
		margin-bottom: 0 !important;
	}
	
	.panel-title a {
		display: block;
		position: relative;
	}
	
	.panel-title a:after {
		font-family: 'Glyphicons Halflings';
		content: "\2b";
		color: #718472;
		position: absolute;
		top: 0px;
		right: 0;
	}
	
	.panel-title a[aria-expanded="true"]:after {
		content: "\2212";
	}
	
	.panel-body {
		padding-left: 0;
		padding-right: 0;
	}
	
	.panel-group .panel-heading+.panel-collapse>.list-group,
	.panel-group .panel-heading+.panel-collapse>.panel-body {
		border-top: 0;
	}
}

@media (max-width: 767px) {
	.scroller {
		margin: 0 36px;
	}
	
	.scroller li {
		max-width: 70vw;
	}
}


/*	Generic Page Layout  */

.wrapper {
	margin: 0 auto;
	background: #ffffff;
}

.container-fluid {
	max-width: 1586px;
}

.col-md-height {
    vertical-align: top;
}

.primary-content {
	padding: 60px 0 40px;
}

.tab-content .primary-content,
.tab-content .secondary-content {
	margin: 0;
}

.primary-content.col-md-height .inside-full-height > .row {
    margin: 0;
}

.primary-content.col-md-height .inside-full-height > .row > .col-lg-11 {
    padding: 0;
}

.secondary-content {
    padding-bottom: 40px;
}

.secondary-content .widget {
	margin: 30px 0 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.secondary-content .widget-map {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.secondary-content .widget p {
	font-size: 15px;
	font-size: 0.938em;
}

.secondary-content .widget-quote .inside-full-height:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100%;
}

.secondary-content .widget-quote .quote-inner-container {
    display: inline-block;
    vertical-align: middle;
    max-width: 98%;
    padding: 15px 25px;
}

.secondary-content .widget-quote .accolades {
    font-size: 14px;
    font-size: 0.778em;
	text-transform: uppercase;
	color: #032c40;
}

.secondary-content .widget blockquote {
	border: 0;
	font-size: 22px;
	font-size: 1.222em;
    padding: 0;
    margin-bottom: 0;
}

.secondary-content .widget-quote blockquote {
	color: #032c40;
}

.secondary-content .widget blockquote address {
	font-size: 12px;
	font-size: 0.667em;
	margin: 30px 0 0;
}

.secondary-content .widget-title,
.secondary-content h3 {
	font-size: 18px;
	font-size: 1.000em;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.secondary-content hr {
	margin-top: 40px;
	margin-bottom: 40px;
}

.page-actions-container {
	position: relative;
}

.page-actions {
	margin-top: 20px;
    text-align: center;
}

.page-actions > a {
	margin: 0 12px;
}

.page-actions > a > .icn {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(../../images/dist/icons/page-actions-sprint-white-blue.png);
}

.page-actions > a > .icn-print {
	background-position: -14px -5px;
}

.page-actions > a:hover > .icn-print {
	background-position: -63px -5px;
}


.page-actions > a > .icn-email {
	background-position: -14px -37px;
}

.page-actions > a:hover > .icn-email {
	background-position: -63px -37px;
}

.page-actions > a > .icn-share {
	background-position: -14px -70px;
}

.page-actions > a:hover > .icn-share {
	background-position: -63px -70px;
}


.atm-f {
	height: auto !important;
}

.page-actions > a span {
	overflow: hidden;
	display: inline-block;
	width: 0px;
	height: 0;
}

/* Content */

.primary-content h1 {
    color: #032c40;
    margin-bottom: 36px;
} 

.primary-content h4 {
    color: #003a5d;
    font-size: 18px;
    font-size: 1.000em;
    margin-bottom: 24px;
}

.primary-content ul li {
    list-style: none;
    position: relative;
}

.primary-content ul li:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: -20px;
    top: 7px;
    border-style: solid;
    border-color: transparent;
    border-width: 5px;
    border-left: 10px solid #718472;
}

.primary-content ul li h4 {
    line-height: 1.4;
}

.secondary-content strong.date {
    color: #ffffff;
}

.list-no-style {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

@media (max-width: 1336px) {
	body {
		font-size: 16px;
	}
}

@media (max-width: 1336px) {
    .secondary-content .widget {
        padding-left: 15px;
		padding-right: 15px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	
	.secondary-content hr {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media (max-width: 1024px) {
    body {
        font-size: 14px;
    }
    
	.page-actions-container {
		height: 10px;
	}
    
    .primary-content ul li:before {
        top: 4px;
    }
}

@media (max-width: 991px) {
    .primary-content {
        padding-top: 40px;
    }
    
    .secondary-content .widget {
        padding-left: 0;
        padding-right: 0;
    }
}


/*	Header 	*/

.header {
	position: relative;
    min-height: 53px;
	z-index: 10;
	padding-left: 20px;
}

.header .mobile-only {
	display: none;
}

.header .logo-wrapper {
	float: left;
	position: relative;
	padding: 0;
	background: #ffffff;
	margin: 29px 0 0;
    z-index: 20;
}

.header .logo {
	display: block;
}

.toggle-menu-btn {
	display: block;
	font-size: 24px;
	float: right;
	width: 25px;
	height: 23px;
	position: relative;
	padding: 9px 0;
	display: none;
	margin: 15px 0;
}

.toggle-menu-btn span {
	display: inline-block;
	width: 100%;
	height: 5px;
	text-indent: -1000px;
	overflow: hidden;
	background: #032c40;
	position: absolute;
	top: 9px;
}

.toggle-menu-btn:before,
.toggle-menu-btn:after {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: #032c40;
	position: absolute;
	left: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.toggle-menu-btn:before {
	top: 0;
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	transform-origin: right bottom;
}

.toggle-menu-btn:after {
	bottom: 0;
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	transform-origin: right top;
}

body.menu-toggled .toggle-menu-btn span {
	display: none;
}

body.menu-toggled .toggle-menu-btn:before,
body.menu-toggled .toggle-menu-btn:after {
	width: 24px;
}

body.menu-toggled .toggle-menu-btn:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

body.menu-toggled .toggle-menu-btn:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top-links-inner {
    float: right;
    margin-top: 5px;
}

.top-links-wrapper > a,
.top-links-wrapper .searchbox,
.top-links-wrapper .top-nav {
    display: inline-block;
    vertical-align: middle;
}

.top-links-inner > a {
    font-size: 13px;
    font-size: 0.722em;
    line-height: 1;
    color: #7d7d7d;
    text-transform: uppercase;
    border-right: 1px solid #7d7d7d;
    padding-right: 10px;
}

.top-links-inner > a:hover {
    color: #718472;
}

.searchbox.mobile-only {
	display: none;
}

.header .searchbox {
	margin: 0;
	position: relative;
}

.header .searchbox .s {
	font-size: 14px;
	vertical-align: top;
    margin: 5px 0 0 10px;
    height: 24px;
    padding: 2px 5px;
    display: none;
	width: auto;
}

.header .searchbox .button {
	height: 35px;
	width: 35px;
	cursor: pointer;
	top: 0;
	padding: 0;
    border: 0;
    background-color: #ffffff;
    color: #7d7d7d;
}

.header .searchbox .button:hover {
	cursor: pointer;
	background-position: bottom right;
    color: #718472;
}

.header .searchbox .button[type="submit"] {
	background: none;
	border-color: transparent;
}

.header .searchbox .button.toggle-btn {
	position: absolute;
	right: 0;
	top: 0;
}

.top-nav.mobile-only {
	display: none;
}

.top-nav {
    border-left: 1px solid #7d7d7d;
    padding-left: 10px;
}

.top-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-nav li {
	float: left;
	margin: 0;
	position: relative;
}

.top-nav a {
	font-weight: 400;
	color: #707070;
	font-size: 13px;
    font-size: 0.722em;
	text-transform: uppercase;
    display: block;
    line-height: 1.2;
}

.top-nav li:hover > a,
.top-nav li.active > a {
	color: #718472;
	border-color: #718472;
}

.top-nav ul ul {
	max-height: 0;
	opacity: 0;
	overflow-y: hidden;
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 200px;
	background: #718472;
	z-index: 1;
	margin-left: -35px;
	-webkit-transition: opacity 0.1s ease-out;
	transition: opacity 0.1s ease-out;
}

.top-nav ul > li:hover ul {
	max-height: 1000px;
	opacity: 1;
	padding: 20px 35px;
    border-top: 5px solid #ffffff;
}

.top-nav ul ul li {
	float: none;
	margin: 0;
	display: block;
}

.top-nav ul ul li a {
	border: none;
	color: #ffffff;
	line-height: 2;
}

.top-nav ul ul li:hover a,
.top-nav ul ul li.active a {
	color: #464646;
	border: none;
}

.mobile-back-btn,
 .mobile-nav-top-line {
	display: none;
}

/* Main Nav */
.main-nav {
	float: right;
	clear: right;
	margin: 15px 0 0;
}

.main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-nav > ul > li {
	float: left;
    padding: 0 22px;
}

.main-nav > ul > li:last-child {
    padding-right: 0;
}

.main-nav a {
	color: #032c40;
	font-size: 18px;
	font-size: 1.000em;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 6px solid transparent;
	-webkit-transition: color 0.1s ease-out, border-color 0.1s ease-out;
	-moz-transition: color 0.1s ease-out, border-color 0.1s ease-out;
	transition: color 0.1s ease-out, border-color 0.1s ease-out;
}

.main-nav > ul > li > a {
    display: block;
}

.main-nav li:hover > a,
.main-nav li.active > a {
	color: #1981b4;
	border-color: #032c40;
}

.main-nav ul ul {
	max-height: 0;
	opacity: 0;
	position: absolute;
	overflow-y: hidden;
	top: 100%;
	left: 0;
	background: #032c40;
	width: 100%;
	z-index: 10;
	-webkit-transition: opacity 0.1s ease-out;
	-moz-transition: opacity 0.1s ease-out;
	transition: opacity 0.1s ease-out;
}

.main-nav ul li.has-three-level ul ul {
	overflow-y: unset !important;
	overflow-y: visible;
}

.main-nav ul ul li {
    display: block;
    margin: 0 auto;
    width: 230px;
}

.main-nav ul ul a {
	color: #ffffff;
	font-size: 14px;
	border: none;
	padding: 0;
	line-height: 2;
	font-weight: 400;
    margin: 0;
    text-transform: none;
}

.main-nav ul ul li:hover > a,
.main-nav ul ul li.active > a,
.main-nav ul ul li.current-menu-item > a,
.main-nav ul ul li.current-menu-parent > a,
.main-nav ul ul li.current-menu-ancestor > a {
	color: #92C3D4;
}

/* Two Level */
.main-nav ul li.has-two-level li.has-child > a:after {
	content: url(../../images/dist/structure/main-nav-arrow-white.png);
	display: inline-block;
	margin-left: 8px;
	font-family: serif;
}

.main-nav ul li.has-two-level li.has-child:hover > a:after {
	content: url(../../images/dist/structure/main-nav-arrow.png);
}

.main-nav ul li.has-two-level > ul > li > ul {
    top: 70px;
    left: 55%;
    width: inherit;
}

.main-nav ul li.has-two-level > ul > li:hover > ul {
    opacity: 1;
    max-height: inherit;
    overflow: inherit;
}

.main-nav ul li.has-two-level > ul > li > ul li {
    padding-left: 15px;
    border-left: 1px solid #517483;
}

/* Three Level */
.main-nav ul li.has-three-level > ul {
	text-align: center;
}

.main-nav ul li.has-three-level > ul > li {
	width: 45%;
    display: inline-block;
    text-align: left;
	vertical-align: top;
	margin-left: 0;
	margin-right: 0;
}

.main-nav ul li.has-three-level > ul > li > a {
    font-size: 30px;
    font-size: 1.667em;
    text-transform: uppercase;
}

.main-nav ul li.has-three-level > ul > li > ul {
    opacity: 1;
    max-height: 1000px;
    position: relative;
    top: inherit;
    left: inherit;
    overflow: inherit;
    z-index: inherit;
}

.main-nav ul li.has-three-level > ul > li > ul > li {
	margin: 0;
	width: 40%;
}

.main-nav ul li.has-three-level > ul > li > ul > li.has-child > a:after {
	content: url(../../images/dist/structure/main-nav-arrow-white.png);
	display: inline-block;
	margin-left: 8px;
	font-family: serif;
}

.main-nav ul li.has-three-level > ul > li > ul > li.has-child:hover > a:after {
	content: url(../../images/dist/structure/main-nav-arrow.png);
}

.main-nav ul li.has-three-level > ul > li > ul > li > ul {
	top: 0;
	left: inherit;
    right: 1px;
    background: none;
	width: 60%;
	display: none;
	-webkit-transition: opacity 0.4s ease-out, left 0.2s ease-out;
	-moz-transition: opacity 0.4s ease-out, left 0.2s ease-out;
	-ms-transition: opacity 0.4s ease-out, left 0.2s ease-out;
	-o-transition: opacity 0.4s ease-out, left 0.2s ease-out;
	transition: opacity 0.4s ease-out, left 0.2s ease-out;
}

.main-nav ul li.has-three-level > ul > li > ul > li > ul li {
    padding-left: 50px;
	border-left: 1px solid #517483;
	width: auto;
}

@media (min-width: 1025px) {
	.main-nav ul ul li.has-child:hover > ul {
		opacity: 1;
		max-height: none;
		height: 100%;
		display: block;
	}
}


.main-nav > ul > li:last-child ul {
	left: auto;
	right: 0;
}

.main-nav > ul > li:hover > ul {
	max-height: 1000px;
	opacity: 1;
	padding: 70px 20px;
}


.main-banner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    min-height: 472px;
    height: 100%;
}

.main-banner .page-title,
.main-banner h1 {
	margin: 0;
	color: #003166;
	font-size: 114px;
	font-size: 6.333em;
	display: block;
	text-transform: uppercase;
    position: absolute;
    left: 15px;
    bottom: -16px;
    line-height: 1;
}

.main-banner.bg .page-title,
.main-banner.bg h1 {
    color: #ffffff;
}

.main-banner .page-title em {
	color: #8fcae7;
	font-style: normal;
}

@media (max-width: 1336px) {
    .header .logo-wrapper {
        margin-top: 21px;
    }
    
	.top-nav ul > li:hover ul {
		padding: 10px 25px;
		min-width: 180px;
	}
	
	.main-nav {
		margin-top: 10px;
	}
	
    .main-nav > ul > li:hover > ul {
        padding: 50px 0;
    }
	
	.main-nav ul ul a {
		font-size: 13px;
	}
    
    .main-nav ul li.has-two-level > ul > li > ul {
        top: 50px;
    }
    
    .main-banner {
        min-height: 412px;
    }
    
    .main-banner .page-title,
    .main-banner h1 {
        font-size: 83px;
        font-size: 5.188em;
        bottom: -12px;
    }
}

@media (max-width: 1147px) {
    .main-nav > ul > li {
        padding: 0 14px;
    }
}

@media (max-width: 1024px) {
	.header .logo-wrapper {
		max-width: 180px;
		padding: 0;
		margin: 14px 0 0;
	}
	
	.header .logo-wrapper:after {
		border-width: 20px;
		top: inherit;
        bottom: 0;
	}
	
	.toggle-menu-btn {
		display: block;
	}
	
	body.menu-toggled .toggle-menu-btn {
		position: fixed;
		top: 15px;
		right: 15px;
		z-index: 110;
		margin: 0;
	}
	
	body.menu-toggled .toggle-menu-btn:before, 
	body.menu-toggled .toggle-menu-btn:after {
		background: #ffffff;
	}
	
	.header-links-wrapper {
		position: fixed;
		top: 0;
		right: 0;
		width: 265px;
		overflow-x: hidden;
		z-index: 100;
		height: 100vh;
		-webkit-transform: translateX(110%);
		-moz-transform: translateX(110%);
		transform: translateX(110%);
		-webkit-transition: transform 0.2s ease-out;
		-moz-transition: transform 0.2s ease-out;
		transition: transform 0.2s ease-out;
		background: #032c40;
		background: -moz-linear-gradient(top, #032c40 0%, #003a5d 100%);
		background: -webkit-linear-gradient(top, #032c40 0%,#003a5d 100%);
		background: linear-gradient(to bottom, #032c40 0%,#003a5d 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032c40', endColorstr='#003a5d',GradientType=0 );
	}
	
	body.menu-toggled .header-links-wrapper {
		-webkit-box-shadow: -5px 0px 40px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: -5px 0px 40px 0px rgba(0,0,0,0.5);
		box-shadow: -5px 0px 40px 0px rgba(0,0,0,0.5);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
    
    .top-links-wrapper {
        display: none;
    }
	
	.header .searchbox {
		display: none;
	}

	.header .searchbox.mobile-only {
		display: block;
	}
	
	.header .searchbox {
		float: none;
		background: #53565a;
		padding: 14px 14px 14px 0;
	}
	
	body.mobile-top-nav-expanded .header .searchbox,
	body.mobile-main-nav-expanded .header .searchbox {
		display: none;
	}
	
	.header .searchbox .s {
		display: inline-block;
		margin: 0px -3px 0px 14px;
		height: 30px;
		width: 200px;
	}
	
	.header .searchbox .button[type="submit"] {
		background: #718472;
		border-color: #718472;
		height: 30px;
        color: #ffffff;
	}
	
	.top-nav {
		display: none;
	}
	
	.top-nav.mobile-only {
		display: block;
        padding: 0;
	}
	
	.top-nav {
		float: none;
		background: #53565a;
		margin: 0;
	}
	
	body.mobile-top-nav-expanded .top-nav {
		max-height: 0;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	
	body.mobile-main-nav-expanded .top-nav {
		display: none;
	}
	
	.top-nav li {
		float: none;
		margin: 0;
	}
    
    .top-nav li.has-child  a i.caret {
        display: none;
    }
	
	body.mobile-top-nav-expanded .top-nav > ul > li {
		display: none;
	}
	
	.top-nav li.expanded {
		display: block !important;
		background: #718472;
		position: inherit;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	.top-nav a {
		color: #ffffff;
		border-bottom: 1px solid #ffffff;
		padding: 12px 15px;
		display: block;
		font-size: 14px;
		position: relative;
	}
	
	.top-nav a:hover {
		-webkit-box-shadow: inset 0px 0px 0px 200px rgba(0,0,0,0.1);
		-moz-box-shadow: inset 0px 0px 0px 200px rgba(0,0,0,0.1);
		box-shadow: inset 0px 0px 0px 200px rgba(0,0,0,0.1);
	}
	
	.top-nav li:hover > a,
	.top-nav li.active > a {
		border-color: #ffffff;
		color: #ffffff;
	}
	
	.top-nav li.has-child > a:after {
		content: ">";
		position: absolute;
		top: 12px;
		top: -webkit-calc(50% - 8px);
		top: -moz-calc(50% - 8px);
		top: calc(50% - 8px);
		right: 15px;
	}
	
	.top-nav li.has-child.expanded > a:after {
		content: none;
	}
	
	.top-nav ul ul {
		display: none;
		position: static;
		min-width: inherit;
		margin: 0;
		max-height: none;
		opacity: 1;
		top: 0;
		width: 100%;
		left: 100%;
        border: 0;
	}
	
	.top-nav ul > li:hover ul {
		padding: 0;
        border-top: 0;
	}
	
	.top-nav li.expanded > ul {
		display: block;
	}
	
	.top-nav ul ul li a {
		border-bottom: 1px solid #ffffff;
		line-height: 1;
	}
	
	.top-nav ul ul li:hover a, 
	.top-nav ul ul li.active a {
		border-bottom: 1px solid #ffffff;
		color: #ffffff;
	}
	
	.mobile-back-btn {
		display: inline-block;
		text-transform: uppercase;
		font-size: 15px;
		color: #ffffff;
		margin: 17px 0 0 15px;
	}
	
	.mobile-back-btn:hover,
	.mobile-back-btn:focus {
		color: #ffffff;
	}
	
	.mobile-nav-top-line {
		display: block;
		border-color: #ffffff;
		margin-bottom: 0;
        margin-top: 15px;
	}
	
	.main-nav {
		float: none;
		margin: 0;
	}
	
	body.mobile-top-nav-expanded .main-nav {
		max-height: 0;
		overflow-y: hidden;
	}
	
	body.mobile-main-nav-expanded .main-nav {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	
	.main-nav a {
		margin: 0;
		color: #ffffff;
		border-bottom: 1px solid #ffffff;
		padding: 11px 30px 11px 15px;
		font-size: 15px;
		display: block;
		font-weight: normal;
		position: relative;
	}
	
	.main-nav a:hover {
		-webkit-box-shadow: inset 0px 0px 0px 200px rgba(0,0,0,0.1);
		-moz-box-shadow: inset 0px 0px 0px 200px rgba(0,0,0,0.1);
		box-shadow: inset 0px 0px 0px 200px rgba(0,0,0,0.1);
	}
	
	.main-nav li:hover > a, 
	.main-nav li.active > a {
		color: #ffffff !important;
		border-bottom: 1px solid #ffffff !important;
	}
	
	.main-nav li.has-child > a:after {
		content: ">" !important;
		position: absolute;
		right: 15px;
		top: 30%;
		top: -webkit-calc(50% - 11px);
		top: -moz-calc(50% - 11px);
		top: calc(50% - 11px);
	}
    
    .main-nav li.has-child.expanded > a {
        text-transform: uppercase;
    }
	
	.main-nav li.has-child.expanded > a:after {
		content: none !important;
	}
	
	.main-nav > ul > li {
		float: none;
		margin: 0;
        padding: 0;
	}
	
	.main-nav > ul > li:after {
		content: none;
	}
	
	body.mobile-main-nav-expanded .main-nav > ul > li {
		display: none;
	}
	
	body.mobile-main-nav-level-tow-expanded li.has-two-level,
    body.mobile-main-nav-level-tow-expanded li.has-three-level,
    body.mobile-main-nav-level-three-expanded li.has-three-level > ul > li.expanded {
		-webkit-transform: none !important;
		-moz-transform: none !important;
		transform: none !important;
	}
	
	body.mobile-main-nav-level-tow-expanded li.has-two-level li.expanded,
    body.mobile-main-nav-level-tow-expanded li.has-three-level li.expanded {
		position: absolute;
		top: 0;
	}
	
	.main-nav > ul li.expanded {
		display: block !important;
		background: #194d6d;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	.main-nav ul ul {
		display: none;
		max-height: none;
		opacity: 1;
		overflow-y: auto;
		position: static !important;
		min-width: inherit;
        background: none;
        padding: 0 !important;
        border: 0 !important;
        width: 100% !important;
	}
	
	.main-nav ul li.expanded > ul {
		display: block !important;
	}
	
	.main-nav ul li.has-two-level > ul {
		min-width: inherit;
		left: auto;
	}
	
	.main-nav > ul > li:hover > ul {
		max-height: none;
		padding: 0;
	}
    
    .main-nav ul ul li {
		width: 100% !important;
		max-width: none !important;
        margin: 0 !important;
        border: 0 !important;
        padding: 0 !important;
	}
	
	.main-nav ul li.has-three-level > ul > li {
		display: block;
	}
	
	.main-nav li.has-two-level > ul > li {
		border: 0;
		max-width: none;
	}
    
    .main-nav li.has-child:after,
    .main-nav li.has-child.active:after, 
    .main-nav li.has-child:hover:after {
        content: none !important;
    }
	
	.main-nav ul ul li.has-child.hovered:after {
		content: none;
	}
	
	.main-nav ul ul a {
		font-size: 15px !important;
		padding: 11px 30px 11px 15px;
		border-bottom: 1px solid #ffffff;
		line-height: 1.4;
	}
	
	.main-nav ul ul li:hover > a, 
	.main-nav ul ul li.active > a {
		color: #ffffff;
	}
	
	.main-banner {
		min-height: 362px;
	}
    
    .main-banner .page-title,
    .main-banner h1 {
        bottom: -10px;
    }
}

@media (max-width: 767px) {
    .main-banner {
        min-height: 320px;
    }
    
    .main-banner .page-title,
    .main-banner h1 {
        font-size: 58px;
        bottom: -8px;
    }
}

@media (max-width: 480px) {
    .main-banner .page-title,
    .main-banner h1 {
        font-size: 40px;
        bottom: -6px;
    }
}


/*	Footer	*/

footer.container-fluid {
	font-size: 13px;
	color: #ffffff;
	background: #032c40;
	padding: 20px 30px;
}

footer a {
	color: #ffffff;
}

footer a:hover {
	color: #dff5fd;
}

.footer-nav {
	float: left;
	margin-top: 10px;
}

.footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-nav li {
	margin: 0;
	display: inline-block;
    text-transform:uppercase;
}

.footer-nav li a {
	margin: 0 12px;
}
.footer-nav li.active a {
	color: #0098DB;
}

.footer-nav li:first-child a {
	margin-left: 0;
}

.footer-social-nav {
	float: right;
}

.footer-social-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-social-nav li {
	margin: 0;
	display: inline-block;
}

.footer-social-nav a {
	font-size: 20px;
	color: #003166;
	border-radius: 50px;
	background: #dcddde;
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	margin: 0 8px;
	transition: background 0.1s ease-out;
}

.footer-social-nav a:hover {
	color: #003166;
	background: #dff5fd;
}

.footer-social-nav li:last-child a {
	margin-right: 0;
}

@media (max-width: 1024px) {
	footer {
		text-align: center;
	}
	
	.footer-nav {
		float: none;
		margin-bottom: 10px;
	}
	
	.footer-nav li {
		margin-bottom: 10px;
	}
	
	.footer-social-nav {
		float: none;
	}
}

@media only screen and (max-width: 767px) {
    .footer-nav li {
        display: block;
    }
    
    .footer-nav li a {
        margin: 0;
    }
}


/*	Homepage Setup	*/
.home-slider {
	height: 538px;
	position: relative;
}

.home-slider .home-slide {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

.home-slider .home-slide.active {
	opacity: 1;
    z-index: 1;
}

.home-slider .home-slide .container {
	max-width: 1124px;
	margin-top: 240px;
}

.home-slider .home-slide h1,
.home-slider .home-slide h2 {
	color: #ffffff;
	font-size: 56px;
	font-size: 3.111em;
	text-transform: none;
}
.home-slider .home-slide h3{
	font-size: 24px;
	color: #ffffff;
}
.home-slider .home-slide a{
	color: #ffffff;
}
.home-slider-nav {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 20px;
	left: 0;
    z-index: 2;
}

.home-slider-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.home-slider-nav ul li {
	display: inline;
}

.home-slider-nav ul li a {
	display: inline-block;
	width: 10px;
	height: 10px;
    margin: 0 5px;
	overflow: hidden;
	text-indent: -1000px;
	background-color: #ffffff;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}

.home-slider-nav ul li a.active,
.home-slider-nav ul li a:hover {
	background-color: #718472;
}


.home-cta-main-container .cta {
	text-align: center;
	color: #032c40;
}

.home-cta-main-container .cta-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.home-cta-main-container .cta-inner {
	padding: 60px 15px 40px;
}

.home-cta-main-container .cta-search .cta-inner {
	padding-top: 40px;
	padding-bottom: 40px;
}

.home-cta-main-container .cta a:not(.btn) {
	color: #032c40;
}

.home-cta-main-container .cta a:not(.btn):hover {
	color: #718472;
}

.home-cta-main-container .cta h3 {
	font-size: 30px;
	font-size: 1.667em;
	margin-top: 0;
    text-transform: uppercase;
}

.home-cta-main-container .cta.vr h3:after {
	content: "";
	display: block;
	margin: 25px auto;
	width: 1px;
	background: #032c40;
	height: 50px;
}

.home-cta-main-container .cta.hr h3 {
	display: inline-block;
	border-bottom: 1px solid #032c40;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.home-cta-main-container .cta.hr.bg-green h3,
.home-cta-main-container .cta.hr.bg-light-blue h3 {
	border-bottom-color: #003b77;
}

.home-cta-main-container .cta-search h3 {
	font-size: 36px;
	font-size: 2.000em;
}

.home-cta-main-container .cta hr {
	border-color: #032c40;
}

.home-cta-main-container .cta-search input[type="text"] {
	background-color: transparent;
	background-image: url(../../images/dist/icons/search.svg);
	background-position: 96% center;
	background-repeat: no-repeat;
	background-size: 14px;
	border: 2px solid #fff;
	color: #fff;
	padding-right: 10%;
}

.home-cta-main-container .cta-search input[type="text"]::-webkit-input-placeholder {
	color: #fff;
}
.home-cta-main-container .cta-search input[type="text"]:-ms-input-placeholder {
	color: #fff;
}
.home-cta-main-container .cta-search input[type="text"]::-ms-input-placeholder {
	color: #fff;
}
.home-cta-main-container .cta-search input[type="text"]::placeholder {
	color: #fff;
}

.home-cta-main-container .cta-search input[type="submit"] {
	border-color: #ffffff;
	background-color: #fff;
	color: #03212f;
	font-size: 15px;
	font-weight: 500 !important;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 10px;
}

.home-cta-main-container .cta-search input[type="submit"]:hover {
	background-color: #dff5fd;
	color: #032c40;
}

.home-cta-main-container .cta-search label {
	font-weight: normal;
	display: block;
	margin: 0;
	position: relative;
	color: #333333;
}

.home-cta-main-container .cta-search label span {
	position: absolute;
	top: 5px;
	right: 9px;
}

.home-cta-main-container .cta h4,
.home-cta-main-container .cta p,
.home-cta-main-container .cta hr {
	margin: 0 10px;
}

.home-cta-main-container .cta h4 {
	font-size: 24px;
	font-size: 1.333em;
	margin-top: 0;
	margin-bottom: 40px;
}

.home-cta-main-container .cta p {
	margin-bottom: 20px;
}

.home-cta-main-container .cta hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

.home-cta-main-container .cta small {
	display: inline-block;
}


.home-banner {
	background-image: url(/img/home/home-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	height: 606px;
	text-align: center;
	color: #ffffff;
	padding: 150px 0 0;
}

.home-banner .container.intro {
	max-width: 960px;
}

.home-banner h1 {
	font-size: 36px;
	font-size: 2.25em;
	margin: 0;
	text-transform: none;
}

.home-banner hr {
	border-top: 4px solid #173862;
	max-width: 212px;
}

.home-banner p {
	font-weight: 500;
	font-size: 24px;
	font-size: 1.5em;
	margin-bottom: 50px;
}

.home-banner-news {
	text-align: left;
	background: rgba(162,173,0,0.9);
	-webkit-transition: background 0.1s ease-out;
	-moz-transition: background 0.1s ease-out;
	transition: background 0.1s ease-out;
}

.home-banner-news:hover {
	background: rgba(0,152,219,0.9);
}

.home-banner-news a {
	font-size: 17px;
	font-size: 1.063em;
	color: #ffffff;
	display: block;
}

.home-banner-news strong {
	font-size: 19px;
	font-size: 1.188em;
	border-right: 1px solid rgba(255,255,255,0.3);
	line-height: 60px;
	display: inline-block;
	padding-right: 15px;
	margin-right: 15px;
}

.main-banner.find-pro .container {
	padding: 50px 0 40px;
	margin-bottom: 60px;
}

.main-banner.find-pro form,
.main-banner.find-pro p {
	margin: 0;
}

.main-banner.find-pro h3 {
	font-size: 45px;
	font-size: 2.813em;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
}

.main-banner.find-pro h3 span {
	color: #8fcae7;
}

.main-banner.find-pro label {
	font-weight: normal;
	display: block;
	margin: 0;
	position: relative;
}

.main-banner.find-pro label span {
	position: absolute;
	top: 9px;
	right: 9px;
}

.main-banner .search-form input[type="text"],
.main-banner .search-form select {
	width: 100%;
	border: 0;
	border-radius: 0;
	padding: 7px 8px 8px;
	height: 35px;
	margin-bottom: 30px;
	background-color: #ffffff;
}

.main-banner.find-pro select {
	-webkit-appearance: none;
    -moz-appearance: none;
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
}

.search-form .search-icon {
    position: absolute;
    top: 8px;
    right: 22px;
}

.main-banner.find-pro input.search {
	padding-right: 30px;
	padding-left: 12px;
}

.main-banner.find-pro input.search::-webkit-input-placeholder {
	color: #252525;
}

.main-banner.find-pro input.search:-moz-placeholder {
	color: #252525;
}


.main-banner.find-pro input.search::-moz-placeholder {
	color: #252525;
}

.main-banner.find-pro input.search:-ms-input-placeholder {
	color: #252525;
}

@media (max-width: 1336px) {
    .home-slider {
        height: 478px;
    }
    
    .home-slider .home-slide .container {
        margin-top: 180px;
    }
}

@media (max-width: 1147px) {
    .home-cta-main-container .cta-inner {
        padding-top: 40px;
        padding-bottom: 20px;
    }
}

@media (max-width: 1024px) {
    .home-slider {
        height: 428px;
    }
    
    .home-slider .home-slide .container {
        margin-top: 130px;
    }
	
    
	.home-banner {
		padding: 90px 0 0;
		height: auto;
	}
	
	.home-banner h1 {
		font-size: 2em;
	}
	
	.home-banner-news {
		text-align: center;
		padding-bottom: 20px;
	}
	
	.home-banner-news strong {
		display: block;
		border: none;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		line-height: 40px;
		margin: 0 0 10px;
	}
	
	.main-banner.find-pro h3 {
		font-size: 2.25em;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.home-slider .home-slide h1,
	.home-slider .home-slide h2 {
		font-size: 2.2em;
	}
}



/*	Jurisdictions Template	*/

body.jurisdiction .main-banner {
    background-image: url(../img/jurisdictions/jurisdictions-main-banner-3.jpg);
    background-position: center bottom;
}

.jurisdictions-container {
	padding-top: 150px;
    max-width: 1118px;
}

.jurisdiction-wrapper {
	text-align: center;
	color: #032c40;
	text-transform: uppercase;
    margin-bottom: 50px;
}

.jurisdiction-title {
	display: block;
	font-size: 24px;
	font-size: 1.333em;
	font-weight: 500;
	color: #032c40;
}

.jurisdiction-title:hover {
	color: #ffffff;
}

p.jurisdiction-time {
	font-size: 14px;
	font-size: 0.778em;
	font-weight: 400;
	margin-bottom: 30px;
}

p.jurisdiction-time i {
	top: 2px;
}

.jurisdiction-wrapper .learnmore {
    font-size: 14px;
    font-size: 0.778em;
}

@media (max-width: 1336px) {
    .jurisdictions-container {
        padding-top: 110px;
    }
}

@media (max-width: 1024px) {
    .jurisdictions-container {
        padding-top: 80px;
    }
    
    .jurisdiction-wrapper .learnmore:after {
        border-width: 4px;
        border-left-width: 8px;
    }
}

@media (max-width: 767px) {
    body.jurisdiction .main-banner {
        min-height: 430px;
        background-size: 1208px;
    }
    
    .jurisdiction-wrapper {
        margin-bottom: 40px;
    }
    
    p.jurisdiction-time {
        margin-bottom: 10px;
    }
    
    .jurisdiction-wrapper .learnmore {
        color: #032c40;
    }
    
    .jurisdiction-wrapper .learnmore:after {
        border-left-color: #032c40;
    }
}



/*	Our People Template	*/

body.people .main-banner {
    background-image: url(../../images/dist/people/people-banner.png);
    padding-top: 130px;
}

body.people .main-banner .search-icon {
    position: absolute;
    top: 8px;
    right: 22px;
}

body.people .main-banner input[type="text"],
body.people .main-banner select {
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 7px 8px 8px;
    height: 35px;
    margin-bottom: 30px;
    background-color: #ffffff;
}

body.people .main-banner.find-pro form {
	margin: 120px 0 0;
}

ul.alphabet {
	list-style: none;
	text-align: right;
	padding: 0;
	margin: 0 0 10px -12%;
}

ul.alphabet li {
	display: inline-block;
	margin: 0 0 10px;
	width: 7.05%;
}

ul.alphabet li a {
	font-size: 24px;
	font-size: 1.333em;
	color: #ffffff;
}

ul.alphabet li a:hover,
ul.alphabet li a.active {
	color: #718472;
}

.people-grid-wrapper {
	padding-top: 25px;

}

.people-info-wrapper {
	padding: 20px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.people-info-wrapper + hr {
	margin-top: 0;
}

.people-info-wrapper a {
	color: #003a5d;
}

.people-info-wrapper a:hover {
	color: #718472;
}

.people-info-wrapper h5 {
	color: #003a5d;
	font-size: 30px;
	font-size: 1.667em;
	margin: 0;
}

.people-info-wrapper h5 a {
    color: #003a5d !important;
}

.people-info-wrapper h6 {
	color: #333333;
	font-size: 18px;
	font-size: 1.000em;
	margin: 0 0 1.6%;
}

.people-info-wrapper p {
	color: #707070;
	font-size: 14px;
	font-size: 0.778em;
	margin: 0 0 1.6%;
}

.people-info-links {
	margin-bottom: 1.6%;
}

.people-info-links a {
	display: inline-block;
	border-right: 1px solid #003a5d;
	margin-right: 10px;
	padding-right: 20px;
	vertical-align: middle;
}

.people-info-links a:last-child {
	border: 0;
}

.people-info-links .vcard {
	display: inline-block;
	width: 63px;
	margin-right: 16px;
	height: 15px;
	background: url(../../images/dist/icons/vcard-icons-v3.png) no-repeat left top;
}

.people-info-links .vcard:hover {
	background-position: left -15px;
}

@media (max-width: 1147px) {
	ul.alphabet {
		margin-left: -10%;
	}
}

@media (max-width: 991px) {
	body.people .main-banner {
		padding-top: 70px;
	}
}


@media (max-width: 767px) {
	ul.alphabet li a {
		font-size: 14px;
		font-size: 1em;
	}
}

@media (max-width: 680px) {
	ul.alphabet {
		margin-left: -10.5%;
	}
	
	ul.alphabet li {
		width: 6.8%;
	}
}

@media (max-width: 480px) {
	ul.alphabet {
		margin-left: -7%;
	}
}

@media (max-width: 400px) {
	ul.alphabet {
		margin-left: -9%;
	}
	
	ul.alphabet li {
		width: 6.5%;
	}
}

#our-people input {
	padding: 4px 6px;
	color: #fff;
	font-size: 11px;
	background: #032c40;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#our-people input:hover {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

.peopleheader {
	width: 890px;
	margin: 0 0 0 44px;
	float: left;
}

.peopleheader .left {
	width: 890px;
	margin: 0;
	padding: 0 0 20px 0;
}

.peopleheader .left p {
	padding: 0 20px;
	color: #fff;
	font-size: 14px;
}

.peopleheader .left p.subheading {
	font-size: 16px;
}

.peopleheader .right {
	width: 220px;
	margin: 0;
	padding: 0;
	float: left;
}

.alphabet {
	list-style-type: none;
}

.alphabet li {
	display: inline;
	margin: 0 10px 0 0;
}


/*	People Details (For single person)	*/

.people-header-group {
	color: #58595b;
	font-size: 16px;
	height: auto;
}

.people-header-group .col-photo {
	vertical-align: bottom;
}

.people-header-group a {
	color: #003a5d;
}

.people-header-group .location-col .contact-links {
	color: #003a5d;
}

.people-header-group .location-col .contact-links a {
	color: #1c7599;
}

.people-header-group .location-col .contact-links .links-icon a {
	color: #003a5d;
	font-size: 16px;
	font-weight: 500;
	margin-left: 8px;
}

.people-header-group .location-col .contact-links .links-icon a:first-child {
	margin-left: 0;
}

.people-header-group .location-col .contact-links .links-icon a.fa {
	font-size: 20px;
}

.people-header-group .people-name {
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 0;
	color: #003a5d;
}

.people-header-group .people-title {
	font-size: 18px;
	color: #003a5d;
	margin-top: 0;
}

.people-bio-group {
	font-size: 16px;
}

.people-bio-group p {
	margin-bottom: 15px;
}

.people-bio-group > .row-height {
	height: auto;
}

.people-bio-group > .row-height > [class*="col-"] {
	padding-top: 5px;
	padding-bottom: 5px;
}

.people-bio-group .panel-group {
	margin-bottom: 10px;
}

.people-bio-group .panel-default {
	border: 0;
	border-radius: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.people-bio-group .panel-group .panel + .panel {
	margin-top: 0;
}

.people-bio-group .panel-default > .panel-heading {
	background-color: transparent;
	border: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.people-bio-group .panel-default > .panel-heading .panel-title {
	border-bottom: 1px solid #c0d9e2;
	padding-bottom: 5px;
	font-weight: 500;
	font-size: 18px;
	text-transform: none;
}

.people-bio-group .panel-default > .panel-heading a {
	display: block;
	position: relative;
	color: #c0d9e2;
}

.people-bio-group .panel-default > .panel-heading a::after {
	font-family: 'Glyphicons Halflings';
    content: "\2b";
    position: absolute;
    top: 0;
	right: 0;
	color: inherit;
}

.people-bio-group .panel-default > .panel-heading a[aria-expanded="true"]::after {
	content: "\2212";
}

.people-bio-group .panel-default .panel-body {
	border: 0 !important;
	padding-top: 0 !important;
	padding-left: 15px;
	padding-right: 15px;
}

.people-bio-group .panel-default .panel-body *:last-child {
	margin-bottom: 0;
}

.people-bio-group .overview-col {
	background-color: #003a5d;
}

.people-bio-group .overview-col * {
	color: #fff;
}

.people-bio-group .overview-col a {
	color: #c0d9e2;
}

.people-bio-group .overview-col a:hover {
	color: #567a58;
}

.people-bio-group .overview-col .panel-default > .panel-heading .panel-title {
	color: rgba(192, 217, 226, .8);
}

.people-bio-group .overview-col .panel-default .panel-body a:hover {
	color: #bdc3bd;
}

.people-bio-group .expertise-col {
	background-color: #657b8d;
}

.people-bio-group .expertise-col * {
	color: #fff;
}

.people-bio-group .expertise-col .panel-default > .panel-heading .panel-title {
	color: rgba(240, 239, 237, .8) !important;
	border-color: #fff;
}

.people-bio-group .expertise-col a:hover {
	color: #032c40;
}

.people-bio-group .featured-col {
	background-color: #aab0b7;
}

.people-bio-group .featured-col .panel-default > .panel-heading .panel-title {
	color: rgba(3, 44, 64, .8) !important;
	border-color: #032c40;
}

.people-feed-group {
	background-color: #f0efed;
	padding-top: 24px;
}

.people-feed-group > [class*=col-] {
	font-size: 16px;
}

.people-feed-group h4 {
	font-weight: 500;
	color: #032c40;
	border-top: 1px solid #032c40;
	padding-top: 5px;
}

.people-feed-group h4 a[data-toggle=collapse] {
	display: block;
	position: relative;
	color: #032c40;
}

.people-feed-group h4 a[data-toggle=collapse]:hover {
	color: #567A58;
}

.people-feed-group h4 a[data-toggle=collapse]:after {
	font-family: 'Glyphicons Halflings';
    content: "\2b";
    position: absolute;
    top: 0;
    right: 0;
    color: inherit;
}

.people-feed-group h4 a[aria-expanded=true]:after {
	content: "\2212";
}
					
.people-feed-group .feed-tags a {
	color: #003a5d;
}

.people-feed-group .feed-tags a:hover {
	color: #567A58;
}

@media (min-width: 1200px) {
	.people-header-group .people-name {
		margin-top: 100px;
	}
}

@media (min-width: 992px) {
	.people-feed-group h4 {
		border-top: 0;
		border-bottom: 1px solid #032c40;
		padding-top: 0;
		padding-bottom: 5px;
	}

	.people-feed-group .collapse {
		display: block !important;
		height: auto !important;
	}
}


/*	publication view	*/

.posts-info {
	margin-bottom: 28px;
}

.posts-info span {
	display: inline-block;
	line-height: 1;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #6b6b6b;
}

.posts-info span:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}

.posts-info span a {
    color: #567A58;
}

.posts-info span a:hover {
    color: #1C7599;
}

.subprofile {
	width: 100%;
	line-height: 15px;
}

.subprofile .pic {
	width: 75px!important;
	position: relative;
	height: 60px!important;
	margin-top: 10px;
}

.subprofile .info {
	width: 390px!important;
	min-height: 95px;
}

.subprofile .title {
	font-weight: bold;
}

.subprofile .contact {
	line-height: 20px;
}

.subprofile .detail {
	margin: 10px 0 5px 0!important;
	font-size: 12px;
	line-height: 14px;
}

.subprofile .pic .overlayedcorner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}


/*  Locations  */

body.locations .jurisdictions-container {
    padding-top: 100px;
}

@media (max-width: 1024px) {
    body.locations .jurisdictions-container {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    body.jurisdiction.locations .main-banner {
        min-height: 500px;
        background-size: 1383px;
    }
    
    body.locations .jurisdictions-container {
        padding-top: 60px;
    }
    
    body.locations .jurisdiction-wrapper {
        margin-bottom: 20px;
    }
}



/*	Search Results	*/

#search .divider {
	margin-top: 0;
}

#search .result {
	margin-bottom: 15px;
}

#search .result p {
	margin-bottom: 5px;
}

#search .result p.title {
	font-size: 16px;
	font-weight: bold;
}

#search .result p.link a {
	color: #718472;
}


/*	About Us Pages	*/

#aboutus .pic {
	position: relative;
	width: 465px;
	height: 175px;
}

#aboutus .pic .overlayedcorner {
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
}


/*	Languages	*/

#languages h2.name {
	font-size: 30px;
	color: #032c40;
	font-weight: bold;
	font-style: normal;
	line-height: 32px;
}

#languages h3.position {
	font-size: 16px;
	line-height: 18px;
	color: #9a9b9c;
	font-style: italic;
}

#languages .detail {
	margin: 15px 0 5px 0!important;
	font-size: 12px;
	line-height: 14px;
}

#languages .location {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

#languages .contact {
	font-weight: bold;
	line-height: 18px;
}

#languages .triplet .person {
	border-bottom: 2px solid #dad7cb;
	padding-bottom: 10px;
	margin-bottom: 20px;
	width: 300px;
	float: left;
	margin-right: 30px;
}


/*	Careers		*/

#careers ul.left {
	width: 220px!important;
}

#careers p.word {
	font-size: 12px;
	line-height: 14px;
	padding-left: 20px;
	background: url('//dyzf6yz59nm50.cloudfront.net/img/icons/pdf-small.gif') no-repeat top left;
	width: 180px!important;
	float: right;
}

#careers a.word {
	font-size: 12px;
	line-height: 14px;
	padding-left: 20px;
	background: url('//dyzf6yz59nm50.cloudfront.net/img/icons/pdf-small.gif') no-repeat top left;
}

#careers .twothirds .left ul {
	margin: 0 0 1.5em 1.5em;
}

.careersheader {
	width: 900px;
	margin: 0 0 0 44px;
	float: left;
}

.careersheader .left {
	width: 890px;
	margin: 0;
	padding: 0 0 20px 0;
}

.careersheader .left p {
	padding: 0 20px;
	color: #fff;
	font-size: 14px;
}

.careersheader .left p.subheading {
	font-size: 16px;
}

.careersheader .right {
	width: 220px;
	margin: 0;
	padding: 0;
	float: left;
}

.bluecol {
	padding-top: 25px;
}

.bluecol .left {
	width: 220px!important;
	background: url('//dyzf6yz59nm50.cloudfront.net/img/structure/boxcorner.gif') no-repeat top left #f6fafb;
	padding-bottom: 5px;
	margin-right: 20px;
	_margin: 0 5px 0 0;
}

.bluecol h2 {
	font-size: 16px;
	font-style: normal;
	color: #032c40;
	margin: 10px 0 10px 10px;
}

.bluecol p {
	margin: 0 10px 5px 10px;
}

.bluecol ul {
	margin: 0 10px 20px;
}


/*	Codan	*/

#codan .pic {
	position: relative;
	width: 465px;
	height: 175px;
}

#codan .pic .overlayedcorner {
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
}


/*	publications	*/

body.news-and-insights .main-banner {
    background-image: url(../../images/dist/people/people-banner.png);
    padding-top: 132px;
}

body.news-and-insights .main-banner h1,
body.news-and-insights .main-banner .page-title {
    position: static;
    font-size: 50px;
    font-size: 2.778em;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    text-transform: none;
}

body.news-and-insights .main-banner input[type="text"],
body.news-and-insights .main-banner select {
    margin-bottom: 30px;
}

body.publications .primary-content h1 {
    text-transform: uppercase;
}

.search-loadmore-container {
	text-align: center;
	padding: 20px 0 10px;
}
.search-loadmore {
	font-size: 18px;
	text-transform: uppercase;
}
.search-loadmore:focus:not(:hover) {
	color: #032c40;
}
.search-loadmore:before {
	font-family: 'Glyphicons Halflings';
	content: "\2b";
	margin-right: 10px;
	display: inline-block;
	vertical-align: bottom;
}
.search-loadmore.loading:before {
	-webkit-animation-duration: 1s;
	-webkit-animation-name: search-loading;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-duration: 1s;
	-moz-animation-name: search-loading;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-o-animation-duration: 1s;
	-o-animation-name: search-loading;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-duration: 1s;
	animation-name: search-loading;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@-webkit-keyframes search-loading {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}
@-moz-keyframes search-loading {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}
@-o-keyframes search-loading {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}
@keyframes search-loading {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 1024px) {
	body.publications .main-banner.find-pro form {
		margin-top: 82px;
	}
}

@media (max-width: 991px) {
	body.publications .main-banner.find-pro form {
		margin-top: 0;
	}
}


#publications form {
	display: block;
	height: auto!important;
	height: 200px;
}

#publications .date,
#publications .select {
	margin: 0 0 5px 10px;
}

#publications .date select,
#publications .select select {
	width: 195px;
}

#publications .date {
	float: left;
	_margin: 0 0 5px 5px;
}

#publications #PublicationYearYear {
	width: 75px;
}

#publications #PublicationMonthMonth {
	width: 110px;
}

#publications .select {
	clear: both;
}

#publications .text {
	margin: 15px 10px 5px;
}

#publications .text input {
	padding: 3px;
	color: #999;
	border: 1px solid #ccc;
	width: 187px;
}

#publications .text input:focus {
	color: #333;
	border: 1px solid #0098DB;
}

#publications .submit {
	margin: 5px 10px 15px;
}

#publications .submit input {
	padding: 4px 6px;
	color: #fff;
	font-size: 11px;
	background: #032c40;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#publications .submit input:hover {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

#publications .rss {
	float: right;
}


/*	Box Styles
	These are for boxes in sidebar/content */

.greenbox {
	background: #f9faee url('//dyzf6yz59nm50.cloudfront.net/img/structure/greenbox.jpg') repeat-x 0 29px;
	border-bottom: solid 2px #718472;
}

.greenbox h4 {
	display: block;
	line-height: 22px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding: 4px 10px;
	background: #718472 url('//dyzf6yz59nm50.cloudfront.net/img/structure/boxcorner.gif') no-repeat top left;
}

.greenbox p {
	line-height: 20px;
	font-size: 11px;
	padding: 0 10px;
}

.greenbox .tablinks {
	border-bottom: solid 2px #718472;
	font-size: 11px;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}

.greenbox .tablinks td {
	border-right: 1px solid #e0e480;
}

.greenbox .tablinks a {
	display: block;
	padding: 2px 0;
	background: url('//dyzf6yz59nm50.cloudfront.net/img/structure/greentabs.jpg') no-repeat bottom left;
	color: #a7a7a6;
	width: 100%;
}

.greenbox .tablinks a.active {
	background-position: top left;
	color: #444;
	border-right: solid 1px #718472;
}

.greenbox .tablinks a:hover {
	color: #444;
}

#homepage .greenbox ul {
	display: block;
}

.bluebox {
	background: #f0f6f9 url('//dyzf6yz59nm50.cloudfront.net/img/structure/bluebox.jpg') repeat-x 0 29px;
	border-bottom: solid 2px #1981b4;
	margin-bottom: 20px;
	line-height: normal;
}

.bluebox h4 {
	display: block;
	line-height: 22px;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	padding: 4px 10px 4px 15px;
	background: #1981b4 url('//dyzf6yz59nm50.cloudfront.net/img/structure/boxcorner.gif') no-repeat top left;
}

.bluebox .more {
	text-align: right;
	display: block;
	margin: 0 10px 0 0;
	padding-right: 15px;
	background: url('//dyzf6yz59nm50.cloudfront.net/img/structure/bluemore.jpg') no-repeat right 7px;
	color: #032c40;
	font-weight: bold;
}

.bluebox input.field {
	padding: 3px;
	width: 95%;
	border: solid 1px #ddd;
}

.bluebox div.blueboxwrapper {
	padding: 8px;
	font-size: 11px;
}

.bluebox div.blueboxwrapper li {
	margin-left: 16px;
}

.quotebox {
	background: #f8f8f8;
	float: left;
	clear: both;
	margin-bottom: 20px;
	width: 100%;
	color: #0098DB;
}

.quotebox .tl {
	background: url('//dyzf6yz59nm50.cloudfront.net/img/structure/quotetl.jpg') no-repeat top left;
}

.quotebox .br {
	background: url('//dyzf6yz59nm50.cloudfront.net/img/structure/quotebr.jpg') no-repeat bottom right;
}

.quotebox p {
	padding: 30px 30px 0 30px;
	font-size: 16px;
	font-family: Georgia, Garamond, serif;
	font-style: italic;
	text-align: center;
}

.quotebox p.user {
	font-size: 11px;
	color: #444;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	text-align: right;
	padding: 0 25px 25px 25px;
	margin-bottom: 0!important;
}

.profileblurb {
	height: auto;
	padding-bottom: 10px;
	background: url('//dyzf6yz59nm50.cloudfront.net/img/structure/boxcorner.gif') #f8f8f8 no-repeat top left;
}

.profileblurb .title {
	padding: 5px 15px 0 15px;
	margin-bottom: 0!important;
}

.profileblurb .title a {
	font-weight: bold;
	color: #032c40;
}

.profileblurb .left {
	width: 100px!important;
	margin: 0 10px 0 15px;
	height: auto!important;
	height: 10px;
}

.profileblurb .left p {
	margin-bottom: 5px;
	font-size: 12px;
}

.profileblurb .pic {
	width: 60px!important;
}


/*	Page Templates	*/

.twothirds {
	width: 890px;
	margin: 0 0 0 44px;
}

.twothirds .left {
	width: 650px;
}

.twothirds .left.full {
	width: 890px;
}

.twothirds .right {
	width: 220px;
}

.twothirds .sidebar {
	width: 155px;
	margin: 46px 17px 0 0;
	float: left;
}

.twothirds .content {
	/*float: left;*/
	width: 465px;
	overflow: hidden;
}

.twothirds .content.full {
	width: 690px;
}

.twothirds .content p {
	margin: 8px 0;
}

.twothirds .content ul {
	margin: 8px 0 8px 25px;
}

.twothirds .content ul li {
	line-height: 1.5em;
	margin-bottom: 0.4em;
}

.twothirds .content ul.expandable {
	margin: inherit;
}

.twothirds .content ul.expandable li {
	line-height: 1.5em;
	margin-bottom: 0.4em;
}

.twothirds .content ol {
	margin: 8px 0 8px 25px;
}

.twothirds .content ol li {
	line-height: 1.5em;
	margin-bottom: 0.4em;
}

.twothirds .content ol.expandable {
	margin: inherit;
}

.twothirds .content ol.expandable li {
	line-height: 1.5em;
	margin-bottom: 0.4em;
}

.twothirds .content h1,
.twothirds .content h2,
.twothirds .content h3,
.twothirds .content h4,
.twothirds .content h5,
.twothirds .content h6 {
	margin: 16px 0 8px 0;
}

#contact-location .content {
	width: 335px!important;
}

#contact-location .left {
	width: 520px!important;
}

#contact-location .right,
#contact-location p.printemail {
	width: 285px;
}

#contact-location p.printemail a {
	width: 130px!important;
}

.triplet .content {
	width: 690px!important;
}

.triplet .sidebar {
	margin-top: 0!important;
}

p.printemail {
	height: 43px;
	font-size: 11px;
	width: 220px;
}

p.printemail a {
	color: #666;
	width: 95px!important;
}

p.extra {
	width: 240px!important;
}

.subheading {
	text-transform: uppercase;
	color: #1981B4;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

.hasform {
	list-style-type: none!important;
	margin: 15px 0!important;
}

.hasform li {
	display: block;
	margin-bottom: 10px;
	/*height: 1%;*/
}

.hasform li.clear {
	clear: both;
}

.hasform li .error-message {
	color: #ff0000;
	clear: both;
	margin-left: 160px;
	_margin: 0 0 0 80px;
	float: left;
	font-size: 11px;
	width: 220px;
	text-align: left;
	height: 1%;
}

.hasform li label {
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 10px;
}

.hasform li input {
	float: left;
	width: 220px;
	padding: 3px;
	color: #444;
}

.hasform li input:focus {
	color: #444;
	border: solid 1px #444;
}

.hasform li.buttons {
	text-align: right;
	padding-top: 5px;
}

.hasform li.buttons a {
	float: right;
}

.hasform li.buttons input {
	padding: 4px 6px;
	color: #fff;
	font-size: 11px;
	background: #032c40;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display: inline;
	clear: both;
	border: none!important;
	width: 80px;
	margin-left: 160px;
}

.hasform li.buttons input:hover {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

.hasform li.checkboxes .fix {
	float: left;
}

.hasform li.checkboxes .checkbox {
	margin-bottom: 10px;
	clear: both
}

.hasform li.checkboxes .checkbox label {
	text-align: left;
	width: 250px;
}

.hasform li.checkboxes .checkbox input {
	width: auto!important;
	width: 15px;
	clear: both;
	vertical-align: baseline;
	margin: 4px 5px 0 0;
	border: none!important;
}


/*	Expandable Lists	*/

p.section {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #032c40;
}

p.section a {
	color: #032c40;
}

p.section a.collapsed {
	padding: 0 20px 0 0;
	background: url('//dyzf6yz59nm50.cloudfront.net/img/icons/expand.jpg') no-repeat right top;
}

p.section a.collapsed:before {
	font-family: 'Glyphicons Halflings';
    content: "\2b";
    margin-right: 5px;
    display: inline-block;
    vertical-align: bottom;
}

p.section a.expanded {
	padding: 0 20px 0 0;
	background: url('//dyzf6yz59nm50.cloudfront.net/img/icons/collapse.jpg') no-repeat right top;
}

p.section a.expanded:before {
	font-family: 'Glyphicons Halflings';
    content: "\2212";
    margin-right: 5px;
    display: inline-block;
    vertical-align: bottom;
}

p.sectionlink {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

ul.expandable,
ul.notexpandable,
ul.arrow {
	list-style-type: none;
	margin: 0 0 20px 0!important;
}

ul li.seeall {
	background: none!important;
}

ul li.seeall a {
	padding-right: 15px;
	background: url('//dyzf6yz59nm50.cloudfront.net/img/icons/whitechev.jpg') no-repeat right 2px;
	color: #032c40;
	font-weight: bold;
}


/*	Results Table	*/

.results {
	width: 100%;
}

.results th {
	color: #032c40;
	font-weight: bold;
	padding: 8px 4px;
	border-bottom: solid 2px #dad7cb;
	font-size: 14px;
}

.results td {
	padding: 8px 4px;
	font-size: 14px;
	line-height: 14px;
    vertical-align: top;
}

.results .alt td {
	background: #f0f6f9;
}

.mailbutton {
	padding: 0 6px;
	font-size: 12px;
	height: auto;
}

.profilebutton {
	padding: 4px 5px 4px 24px;
	color: #fff!important;
	font-size: 11px;
	background: #032c40 url('//dyzf6yz59nm50.cloudfront.net/img/icons/whiteprofile.jpg') no-repeat 7px 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.profilebutton:hover {
	color: #fff;
	text-decoration: underline;
}

.imagebutton {
	padding: 4px 5px 4px 24px;
	color: #fff!important;
	font-size: 11px;
	background: #032c40 url('//dyzf6yz59nm50.cloudfront.net/img/icons/whiteimage.jpg') no-repeat 7px 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.imagebutton:hover {
	color: #fff;
	text-decoration: underline;
}

.nobreak {
	white-space: nowrap;
}


/* awards page */

body.awards .primary-content .row a {
    font-size: 16px;
}

.award {
	float: left;
	width: 200px;
	margin: 0 10px 10px 0;
	padding: 10px;
	background-color: #f8f8f8;
	text-align: center;
	line-height: 1em;
	min-height: 275px;
}

.award h4 {
	margin: 10px 0 3px 0;
}


/*	bonus features
	aka, the one-off hacks. 	*/

.small {
	font-size: 11px;
	line-height: 12px;
}

.medium {
	font-size: 16px;
	line-height: 18px;
}


.nomarg {
	margin: 0!important;
}

.new {
	color: #f00000;
	font-weight: bold;
}

.blue {
	color: #032c40;
}

.red {
	color: #ff0000;
}

form {
	position: relative;
}

.paging {
	font-size: 11px;
}

.paging .disabled {
	display: none;
}

.rightalign {
	text-align: right;
}

.nolineheight,
.nolineheight p {
	line-height: 1.2em;
}

#publications .pdfix {
	width: 55px!important;
}

.needsleft {
	float: left;
	width: 250px;
}

ul.codansubnav {
	padding: 0 0 0 10px;
	margin: 0 0 15px 0;
}

ul.codansubnav li {
	list-style: none;
	font-size: 12px;
	line-height: normal;
	margin-bottom: 7px;
}



/*	Printer Styles	*/

@media print {
	div {
		height: auto;
		/*overflow: auto;*/
	}
	
	a[href]:after {
		content: none;
	}
    
    .bg hr {
        border-color: #d7d7d7;
    }
	
	.gradient-blue {
		background: none;
	}
	
	.container-fluid {
		max-width: none;
	}
    
    .row-height {
        display: block;
        height: auto;
        width: auto;
		table-layout: auto;
    }
	
	.col-md-height {
		display: block;
		height: auto;
		width: auto;
	}
	
	.inside-full-height {
		height: auto;
	}
    
    .row[data-mh=main-banner] {
        height: auto !important;
    }
	
	.header .logo-wrapper {
		margin-bottom: 0;
        float: none;
	}
	
	.header .logo-wrapper:before,
	.header .logo-wrapper:after {
		content: none;
	}
    
    .toggle-menu-btn {
        display: none;
    }
    
    .header-links-wrapper {
        display: none;
    }
	
	.main-banner {
		min-height: inherit !important;
		height: auto !important;
	}
	
	.main-banner .page-title, .main-banner h1 {
		color: #032c40;
		margin: 0;
        position: static;
	}
    
    ul.alphabet {
        display: none;
    }
	
	.people-info-links a {
		color: #000000;
	}
	
	body.people-details .main-banner {
		color: #000000;
	}
	
	body.people-details .main-banner .people-info-links a img,
	body.people-details .main-banner .people-info-links a span {
		display: inline;
	}
	
	body.people-details .main-banner .people-info-links a:before {
		content: none;
	}
	
	.people-info-links a.icon-envelope {
		display: block;
	}
	
	.people-info-links .vcard {
		height: auto;
		margin-right: 0;
	}
	
    .main-banner form input,
    .main-banner form select,
    .main-banner form p {
		display: none;
	}
    
    .home-slider {
        height: auto;
    }
    
    .home-slider .home-slide {
        position: static;
        display: none;
    }
    
    .home-slider .home-slide.active {
        display: block;
    }
    
    .home-slider .home-slide .container {
        margin-top: auto;
    }
    
    .home-cta-main-container .cta {
        height: auto !important;
    }
    
    .home-cta-main-container .cta.vr h3:after {
        content: none;
    }
	
	.primary-content {
		float: none;
		width: auto;
	}
    
    .primary-content ul li {
        list-style: inherit;
    }
    
    .primary-content ul li:before {
        content: none;
    }
	
	.secondary-content {
		display: none;
	}
    
    .jurisdictions-container,
    body.locations .jurisdictions-container,
    body.people-details .main-banner .people-info-wrapper,
    body.people-details .main-banner .people-image-wrapper {
        padding-top: 0;
    }
    
    body.news-and-insights .main-banner {
        padding-top: 0;
    }
    
    .people-image-wrapper img {
        margin-top: 0;
        margin-bottom: 0;
        width: 180px;
        float: right;
    }
	
	.panel-collapse.collapse {
		display: block !important;
		height: auto !important;
	}
	
	.panel-body.fade {
		opacity: 1 !important;
	}
}

#isprint {
	background: transparent none !important;
	margin: 0 2%;
	padding: 0;
	border: 0;
	color: #000;
	width: auto !important;
}

#isprint .wrapper {
	margin: 0;
	padding: 0;
	background: transparent none !important;
	width: 100% !important;
}

#isprint .printemail,
#isprint .twothirds .sidebar,
#isprint .twothirds .right {
	display: none;
}

#isprint .twothirds {
	width: auto;
	margin: 0;
	padding: 0;
}

#isprint .twothirds .content,
#isprint .twothirds .left {
	width: 100%;
	margin: 0;
	padding: 0;
}

#isprint .about {
	width: none !important;
	float: left;
}

#isprint .pic {
	display: block!important;
	position: static!important;
}

#isprint .pic .overlayedcorner {
	display: none;
}

#isprint .header .logo {
	margin: 10px 0;
}

#isprint .header .logotitle {
	margin: 3px 0 0 5px;
}

#isprint .header .inside {
	float: left;
	margin-left: 15px;
}

#isprint .header .right {
	float: left;
}

#isprint .header .middle {
	width: auto !important;
}

#isprint .footer {
	background: transparent none !important;
	margin-top: 10px;
}

#isprint .footer .divider {
	background: transparent none !important;
	width: auto;
	margin: 0;
}

#isprint .footer p {
	margin: 10px 0;
}


/* Icons */

.icon-small {
	width: 16px;
	height: 16px;
}

/* Readmore */
.readmore {display: none;}
.readmore-text { text-decoration: none; color: #0098DB; cursor: pointer;}
.readmore-text:hover { text-decoration: underline; color: #0098DB; }


/* Login Page */
#UserLoginForm label {
    font-weight: 400;
	min-width: 100px;
}

/* eja: test style for synchronization */
.testStyle{
	color: #ff0000;
	font-size: xx-large;
}