/*! 
 * yale v0.0.1 [2019-06-28] 
 * Yale University 
 * Fastspot 
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: FontAwesome;
	src: url(../fonts/fontawesome-webfont.eot);
	src: url(../fonts/fontawesome-webfont.eot) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2) format('woff2'), url(../fonts/fontawesome-webfont.woff) format('woff'), url(../fonts/fontawesome-webfont.ttf) format('truetype'), url(../fonts/fontawesome-webfont.svg) format('svg');
	font-weight: 400;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
	content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
	content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
	content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
	content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
	content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
	content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
	content: "\f158"
}

.fa-krw:before,
.fa-won:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
	content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
	content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
	content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
	content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
	content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
	content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.fs-background {
	overflow: hidden;
	position: relative
}

.fs-background,
.fs-background-container,
.fs-background-media {
	transition: none
}

.fs-background-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
	overflow: hidden
}

.fs-background-media {
	position: absolute;
	top: 0;
	bottom: 0;
	opacity: 0
}

.fs-background-media.fs-background-animated {
	transition: opacity .5s linear
}

.fs-background-media iframe,
.fs-background-media img,
.fs-background-media video {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-user-drag: none
}

.fs-background-media.fs-background-fixed,
.fs-background-media.fs-background-native {
	width: 100%;
	height: 100%
}

.fs-background-media.fs-background-fixed img,
.fs-background-media.fs-background-native img {
	display: none
}

.fs-background-media.fs-background-native {
	background-position: center;
	background-size: cover
}

.fs-background-media.fs-background-fixed {
	background-position: center;
	background-attachment: fixed
}

.fs-background-embed.fs-background-ready:after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: ''
}

.fs-background-embed.fs-background-ready iframe {
	z-index: 0
}

.fs-carousel.fs-carousel-enabled {
	width: 100%;
	position: relative
}

.fs-carousel.fs-carousel-enabled:after {
	clear: both;
	content: '';
	display: table
}

.fs-carousel.fs-carousel-enabled:after {
	clear: both;
	content: '';
	display: table
}

.fs-carousel,
.fs-carousel *,
.fs-carousel :after,
.fs-carousel :before,
.fs-carousel:after,
.fs-carousel:before {
	box-sizing: border-box;
	transition: none;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important
}

.fs-carousel-enabled.fs-carousel-contained,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-container,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-viewport,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-wrapper {
	overflow: hidden
}

.fs-carousel-enabled .fs-carousel-viewport {
	position: relative
}

.fs-carousel-enabled .fs-carousel-viewport:after {
	clear: both;
	content: '';
	display: table
}

.fs-carousel-enabled .fs-carousel-viewport:after {
	clear: both;
	content: '';
	display: table
}

.fs-carousel-enabled .fs-carousel-wrapper {
	position: relative
}

.fs-carousel-enabled .fs-carousel-wrapper:after {
	clear: both;
	content: '';
	display: table
}

.fs-carousel-enabled .fs-carousel-wrapper:after {
	clear: both;
	content: '';
	display: table
}

.fs-carousel-enabled .fs-carousel-container {
	position: relative
}

.fs-carousel-enabled .fs-carousel-container:after {
	clear: both;
	content: '';
	display: table
}

.fs-carousel-enabled .fs-carousel-container:after {
	clear: both;
	content: '';
	display: table
}

.fs-carousel-enabled .fs-carousel-canister {
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: 0;
	overflow: hidden;
	transition: transform .5s ease;
	transform: translate3d(0, 0, 0)
}

.fs-carousel-enabled.fs-carousel-auto_height .fs-carousel-canister {
	transition: height .5s ease, transform .5s ease
}

.fs-carousel-enabled .fs-carousel-item {
	min-height: 1px;
	display: block;
	float: left
}

.fs-carousel-enabled .fs-carousel-item img {
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fs-carousel-single .fs-carousel-item {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

.fs-carousel-single .fs-carousel-item.fs-carousel-visible {
	position: relative;
	z-index: 2
}

.fs-carousel-controls {
	display: none
}

.fs-carousel-enabled .fs-carousel-controls {
	width: 100%;
	margin: 0;
	padding: 0
}

.fs-carousel-controls_custom.fs-carousel-visible,
.fs-carousel-enabled .fs-carousel-controls.fs-carousel-visible {
	display: block
}

.fs-carousel-enabled .fs-carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	border: 0;
	cursor: pointer;
	display: block;
	padding: 0;
	visibility: hidden;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	margin: auto;
	opacity: 0;
	overflow: hidden;
	text-indent: 200%;
	transition: opacity .15s ease, visibility .15s ease;
	white-space: nowrap
}

.fs-carousel-enabled .fs-carousel-control:before {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	margin: auto
}

.no-opacity .fs-carousel-enabled .fs-carousel-control {
	text-indent: -999px
}

.fs-carousel-enabled .fs-carousel-control.fs-carousel-visible {
	visibility: visible;
	opacity: 1
}

.fs-carousel-enabled .fs-carousel-control_previous,
.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_next {
	right: auto;
	left: 20px
}

.fs-carousel-enabled .fs-carousel-control_previous:before,
.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_next:before {
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 10.5px solid #333;
	border-left: none;
	margin-left: 13.7px;
	margin-right: auto
}

.fs-carousel-enabled .fs-carousel-control_next,
.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_previous {
	right: 20px;
	left: auto
}

.fs-carousel-enabled .fs-carousel-control_next:before,
.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_previous:before {
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10.5px solid #333;
	border-right: none;
	margin-right: 13.7px;
	margin-left: auto
}

.fs-carousel-enabled .fs-carousel-control_disabled {
	opacity: 0
}

.fs-carousel-pagination {
	display: none
}

.fs-carousel-enabled .fs-carousel-pagination {
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
	text-align: center
}

.fs-carousel-enabled .fs-carousel-pagination.fs-carousel-visible {
	display: block
}

.fs-carousel-enabled .fs-carousel-page {
	border: 0;
	cursor: pointer;
	display: inline-block;
	padding: 0;
	width: 10px;
	height: 10px;
	background: #333;
	border-radius: 100%;
	margin: 0 3px;
	opacity: .5;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap
}

.no-opacity .fs-carousel-enabled .fs-carousel-page {
	text-indent: -999px
}

.fs-carousel-enabled .fs-carousel-page.fs-carousel-active {
	opacity: 1
}

.fs-carousel-enabled.fs-carousel-rtl {
	direction: rtl
}

.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-item {
	float: right
}

.fs-checkbox.fs-checkbox-enabled {
	cursor: pointer;
	margin: 0 0 10px 0;
	overflow: hidden
}

.fs-checkbox.fs-checkbox-enabled:focus {
	box-shadow: none
}

.fs-checkbox,
.fs-checkbox *,
.fs-checkbox :after,
.fs-checkbox :before,
.fs-checkbox:after,
.fs-checkbox:before {
	box-sizing: border-box;
	transition: none;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important
}

.fs-checkbox-element_wrapper {
	position: relative;
	border: 0;
	height: 0;
	margin: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	width: 0
}

.fs-checkbox-element {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	pointer-events: none;
	transition: none
}

.fs-checkbox-label {
	color: #666;
	cursor: pointer;
	display: block;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fs-checkbox-marker {
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
	display: block;
	float: left;
	margin: 0 10px 0 0
}

.fs-checkbox-flag {
	width: 100%;
	height: 100%;
	margin: 0
}

.fs-checkbox-flag:before {
	width: 5px;
	height: 10px;
	border: 2px solid #999;
	border-top: 0;
	border-left: 0;
	content: '';
	display: block;
	margin: 3px 0 0 6px;
	transition: transform .15s ease;
	-ms-transform: rotate(45deg) scale(0);
	transform: rotate(45deg) scale(0)
}

.fs-checkbox-checked .fs-checkbox-flag:before {
	-ms-transform: rotate(45deg) scale(1);
	transform: rotate(45deg) scale(1)
}

.no-csstransforms .fs-checkbox-flag:before {
	width: 100%;
	height: 100%;
	content: "\2713";
	display: none;
	line-height: 1;
	text-align: center
}

.no-csstransforms .fs-checkbox-checked .fs-checkbox-flag:before {
	display: block
}

.fs-checkbox-radio .fs-checkbox-marker {
	border-radius: 100%
}

.fs-checkbox-radio .fs-checkbox-flag {
	background: #999;
	border: 3px solid #fff;
	border-radius: 100%;
	-ms-transform: scale(0);
	transform: scale(0);
	transition: transform .15s ease
}

.fs-checkbox-radio .fs-checkbox-flag:before {
	display: none
}

.fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag {
	-ms-transform: scale(1);
	transform: scale(1)
}

.fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag:before {
	display: none
}

.no-csstransforms .fs-checkbox-radio .fs-checkbox-flag:before {
	display: none
}

.no-csstransforms .fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag:before {
	display: block
}

.fs-checkbox-focus .fs-checkbox-label {
	color: #333
}

.fs-checkbox-focus .fs-checkbox-marker {
	border-color: #999;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.fs-checkbox-disabled {
	cursor: default;
	opacity: .5
}

.fs-checkbox-disabled .fs-checkbox-label {
	color: #666;
	cursor: default
}

.fs-checkbox-disabled .fs-checkbox-marker {
	border-color: #ccc;
	cursor: default
}

.fs-checkbox-toggle {
	position: relative
}

.fs-checkbox-toggle .fs-checkbox-label {
	line-height: 40px
}

.fs-checkbox-toggle .fs-checkbox-marker {
	width: 100px;
	height: 40px;
	position: relative;
	border-radius: 3px
}

.fs-checkbox-toggle .fs-checkbox-marker:after {
	clear: both;
	content: '';
	display: table
}

.fs-checkbox-toggle .fs-checkbox-marker:after {
	clear: both;
	content: '';
	display: table
}

.fs-checkbox-toggle .fs-checkbox-flag {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #999;
	border: 2px solid #fff;
	border-radius: 3px;
	display: block;
	margin: 0;
	transition: left .15s ease
}

.fs-checkbox-toggle .fs-checkbox-flag:before {
	display: none
}

.fs-checkbox-toggle .fs-checkbox-flag:after {
	width: 2px;
	height: 10px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	box-shadow: 3px 0 0 #fff, -3px 0 0 #fff;
	content: '';
	margin: auto;
	opacity: .75
}

.no-touchevents .fs-checkbox-toggle:hover .fs-checkbox-flag:after {
	opacity: 1
}

.fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag {
	left: 50%
}

.fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag:before {
	display: none
}

.fs-checkbox-toggle.fs-checkbox-disabled .fs-checkbox-flag:after {
	display: none
}

.fs-checkbox-toggle .fs-checkbox-state {
	width: 50%;
	color: #666;
	display: block;
	font-size: 12px;
	line-height: 40px;
	margin: 0;
	text-align: center;
	text-transform: uppercase
}

.fs-checkbox-toggle .fs-checkbox-state_on {
	float: left
}

.fs-checkbox-toggle .fs-checkbox-state_off {
	float: right
}

.fs-dropdown {
	position: relative;
	z-index: 1;
	display: block;
	margin: 10px 0;
	max-width: 100%
}

.fs-dropdown:focus {
	box-shadow: none
}

.fs-dropdown,
.fs-dropdown *,
.fs-dropdown :after,
.fs-dropdown :before,
.fs-dropdown:after,
.fs-dropdown:before {
	box-sizing: border-box;
	transition: none;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important
}

.fs-dropdown-element {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	opacity: 0;
	z-index: -1
}

.fs-dropdown-element,
.fs-dropdown-element:focus {
	outline: 0;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent
}

.no-opacity .fs-dropdown-element {
	left: -999999px
}

.fs-dropdown-selected {
	width: 100%;
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #222;
	cursor: pointer;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	overflow: hidden;
	padding: 0 40px 0 15px;
	text-align: left;
	text-overflow: clip;
	z-index: 2
}

.fs-dropdown-selected:after {
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #ccc;
	content: '';
	display: block;
	margin: auto 0
}

.no-touchevents .fs-dropdown-selected:hover {
	color: #222
}

.no-touchevents .fs-dropdown-disabled .fs-dropdown-selected:hover {
	color: #ccc
}

.fs-dropdown-options {
	width: 100%;
	max-height: 260px;
	position: absolute;
	top: 100%;
	left: 0;
	border: 1px solid #ccc;
	border-width: 0 1px 1px;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
	background-color: #fff;
	display: none;
	margin: 0;
	overflow: auto;
	overflow-x: hidden;
	padding: 0;
	z-index: 50
}

.fs-dropdown-options.fs-scrollbar {
	position: absolute
}

.no-opacity .fs-dropdown-options {
	width: auto
}

.fs-dropdown-group {
	border-bottom: 1px solid #ccc;
	color: #999;
	display: block;
	font-size: 11px;
	padding: 10px 15px;
	text-transform: uppercase
}

.fs-dropdown-item {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #222;
	cursor: pointer;
	display: block;
	font-size: 14px;
	margin: 0;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding: 0 15px;
	text-align: left;
	text-decoration: none;
	text-overflow: ellipsis
}

.fs-dropdown-item_placeholder {
	display: none
}

.fs-dropdown-item_selected {
	background: #eee
}

.fs-dropdown-item_disabled {
	color: #999;
	cursor: default
}

.fs-dropdown-item:first-child {
	border-radius: 0
}

.fs-dropdown-item:last-child {
	border-bottom: 0;
	border-radius: 0 0 3px 3px
}

.no-touchevents .fs-dropdown-item:hover,
.no-touchevents .fs-dropdown-item_selected:hover {
	color: #222;
	background-color: #ddd;
	border-color: #ccc
}

.fs-dropdown-item_disabled,
.no-touchevents .fs-dropdown-item_disabled:hover {
	color: #ccc;
	background-color: #fff;
	border-color: #ccc
}

.fs-dropdown-open {
	z-index: 3
}

.fs-dropdown-open .fs-dropdown-options {
	display: block;
	border-radius: 0 0 3px 3px
}

.fs-dropdown-open .fs-dropdown-selected {
	z-index: 51;
	border-radius: 3px 3px 0 0
}

.fs-dropdown-focus .fs-dropdown-selected,
.fs-dropdown-open .fs-dropdown-selected {
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
	z-index: 49
}

.fs-dropdown-cover .fs-dropdown-options {
	top: 0;
	border-radius: 3px;
	border-width: 1px
}

.fs-dropdown-cover .fs-dropdown-item:first-child {
	border-radius: 3px 3px 0 0
}

.fs-dropdown-bottom .fs-dropdown-options {
	top: auto;
	bottom: 100%;
	border-width: 1px 1px 0
}

.fs-dropdown-bottom .fs-dropdown-item:last-child {
	border: none
}

.fs-dropdown-bottom.fs-dropdown-open .fs-dropdown-selected {
	border-radius: 0 0 3px 3px
}

.fs-dropdown-bottom.fs-dropdown-open .fs-dropdown-options {
	border-radius: 3px 3px 0 0
}

.fs-dropdown-bottom.fs-dropdown-cover .fs-dropdown-options {
	top: auto;
	bottom: 0
}

.fs-dropdown-bottom.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
	border-radius: 3px
}

.fs-dropdown-bottom.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-options {
	border-radius: 3px
}

.fs-dropdown-multiple {
	border: 1px solid #ccc;
	border-radius: 3px
}

.fs-dropdown-multiple .fs-dropdown-options {
	width: 100%;
	position: static;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	display: block
}

.fs-dropdown-disabled .fs-dropdown-selected {
	background: #fff;
	border-color: #ccc;
	color: #ccc;
	cursor: default
}

.fs-dropdown-disabled .fs-dropdown-options {
	background: #fff;
	border-color: #ccc
}

.fs-dropdown-disabled .fs-dropdown-group,
.fs-dropdown-disabled .fs-dropdown-item {
	border-color: #ccc;
	color: #ccc;
	cursor: default
}

.fs-dropdown-disabled .fs-dropdown-item,
.no-touchevents .fs-dropdown-disabled .fs-dropdown-item:hover {
	color: #ccc;
	background-color: #fff
}

.fs-dropdown-disabled .fs-dropdown-item_selected,
.no-touchevents .fs-dropdown-disabled .fs-dropdown-item_selected:hover {
	background: #fafafa
}

.fs-dropdown-options.fs-scrollbar {
	overflow: hidden
}

.fs-dropdown-options.fs-scrollbar .fs-scrollbar-content {
	max-height: 260px;
	height: auto
}

.fs-dropdown-options.fs-scrollbar.fs-scrollbar-active .fs-scrollbar-content {
	padding: 0
}

.fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar,
.fs-dropdown-options.fs-scrollbar .fs-scrollbar-track {
	border-radius: 0 3px 3px 0
}

.fs-lightbox {
	width: 200px;
	height: 200px;
	position: absolute;
	right: 0;
	left: 0;
	z-index: 101;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 25px #000;
	opacity: 0;
	margin: 0 auto;
	padding: 10px;
	-webkit-transform: translateZ(0)
}

.fs-lightbox,
.fs-lightbox :not(input):not(textarea) {
	box-sizing: border-box;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important
}

.fs-lightbox-fixed {
	position: fixed;
	top: 0;
	bottom: 0;
	margin: auto
}

.fs-lightbox-inline {
	padding: 30px
}

.fs-lightbox-animating {
	transition: height .25s ease, width .25s ease, opacity .25s linear, top .25s ease
}

.fs-lightbox-animating .fs-lightbox-container {
	transition: opacity .25s linear .25s, visibility .25s linear .25s
}

.fs-lightbox-mobile .fs-lightbox-image_container {
	-ms-transform: translate3D(0, 0, 0);
	transform: translate3D(0, 0, 0)
}

.fs-lightbox-mobile.fs-lightbox-animating .fs-lightbox-image_container {
	transition: height .25s ease, width .25s ease, top .25s ease, left .25s ease
}

.fs-lightbox-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: #000;
	opacity: 0;
	transition: opacity .25s linear
}

.fs-lightbox-open {
	opacity: 1
}

.fs-lightbox-overlay.fs-lightbox-open {
	opacity: .75
}

.fs-lightbox-close {
	border: none;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -7.5px;
	right: -7.5px;
	z-index: 105;
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 0;
	text-indent: 200%;
	white-space: nowrap
}

.fs-lightbox-close:focus {
	outline: 0
}

.fs-lightbox-close:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #333;
	content: "\00d7";
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	margin: auto;
	text-align: center;
	text-indent: 0;
	transition: color .15s linear
}

.no-opacity .fs-lightbox-close {
	text-indent: -999px
}

.fs-lightbox-loading_icon {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 105;
	display: block;
	margin: auto;
	opacity: 0;
	transition: opacity .25s linear, visibility .25s linear;
	visibility: hidden
}

.fs-lightbox-loading_icon:after,
.fs-lightbox-loading_icon:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 110%;
	content: '';
	display: block
}

.fs-lightbox-loading_icon:before {
	border: 5px solid rgba(51, 51, 51, .25)
}

.fs-lightbox-loading_icon:after {
	animation: fs-lightbox-loading-spin .75s linear infinite;
	border: 5px solid transparent;
	border-top-color: #333
}

@keyframes fs-lightbox-loading-spin {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

.fs-lightbox-container {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 103;
	background: #fff;
	overflow: hidden
}

.fs-lightbox-container:after {
	clear: both;
	content: '';
	display: table
}

.fs-lightbox-container:after {
	clear: both;
	content: '';
	display: table
}

.fs-lightbox-content {
	width: 100%;
	background: #fff;
	opacity: 1;
	overflow: hidden;
	padding: 0;
	visibility: visible
}

.fs-lightbox-content:after {
	clear: both;
	content: '';
	display: table
}

.fs-lightbox-content:after {
	clear: both;
	content: '';
	display: table
}

.fs-lightbox-inline .fs-lightbox-content {
	width: auto
}

.fs-lightbox-iframed .fs-lightbox-content {
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.fs-lightbox-mobile .fs-lightbox-image_container {
	width: 1px;
	height: 1px;
	margin: 0;
	position: absolute
}

.fs-lightbox-image {
	float: left
}

.fs-lightbox-mobile .fs-lightbox-image {
	position: relative;
	float: none
}

.fs-lightbox-video {
	width: 100%;
	height: 100%
}

.fs-lightbox-iframe {
	width: 100%;
	height: 100%;
	border: none;
	float: left;
	overflow: auto
}

.fs-lightbox-meta {
	clear: both;
	padding: 10px 10px 0
}

.fs-lightbox-control {
	border: none;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	z-index: 105;
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	cursor: pointer;
	display: block;
	margin-right: auto;
	margin-left: auto;
	opacity: 1;
	overflow: hidden;
	text-indent: 200%;
	transition: opacity .15s linear, visibility .15s linear;
	white-space: nowrap;
	visibility: visible
}

.fs-lightbox-control:focus {
	outline: 0
}

.fs-lightbox-control:before {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	margin: auto
}

.no-opacity .fs-lightbox-control {
	text-indent: -999px
}

.fs-lightbox-control_previous {
	left: 20px
}

.fs-lightbox-control_previous:before {
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 10.4px solid #333;
	margin-left: 14px
}

.fs-lightbox-control_next {
	right: 20px
}

.fs-lightbox-control_next:before {
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10.4px solid #333;
	margin-right: 14px
}

.fs-lightbox-control_disabled {
	opacity: 0;
	visibility: hidden
}

.no-touchevents .fs-lightbox .fs-lightbox-control {
	opacity: 0;
	visibility: hidden
}

.no-touchevents .fs-lightbox:hover .fs-lightbox-control {
	opacity: 1;
	visibility: visible
}

.no-touchevents .fs-lightbox .fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox:hover .fs-lightbox-control_disabled {
	opacity: 0;
	cursor: default;
	visibility: hidden
}

.fs-lightbox-position {
	color: #999;
	font-size: 12px;
	margin: 5px 0;
	padding: 0
}

.fs-lightbox-caption:after {
	clear: both;
	content: '';
	display: table
}

.fs-lightbox-caption:after {
	clear: both;
	content: '';
	display: table
}

.fs-lightbox-caption p {
	color: #666;
	font-size: 14px;
	margin: 5px 0;
	padding: 0
}

.fs-lightbox-caption_toggle {
	display: none
}

.fs-lightbox-error {
	width: 250px
}

.fs-lightbox-error p {
	color: #900;
	font-size: 14px;
	margin: 0;
	padding: 25px;
	text-align: center;
	text-transform: uppercase
}

.fs-lightbox-loading .fs-lightbox-container {
	opacity: 0;
	transition: opacity .25s linear;
	visibility: hidden
}

.fs-lightbox-loading .fs-lightbox-loading_icon {
	opacity: 1;
	visibility: visible
}

.fs-lightbox-mobile {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #111;
	border-radius: 0;
	padding: 40px 0 0
}

.fs-lightbox-mobile .fs-lightbox-close {
	height: 40px;
	width: 40px;
	top: 0;
	right: 0;
	background: #111;
	border-radius: 0
}

.fs-lightbox-mobile .fs-lightbox-close:before {
	color: #ccc;
	font-size: 28px;
	font-weight: 700;
	line-height: 40px
}

.fs-lightbox-mobile .fs-lightbox-loading_icon:before {
	border-color: rgba(153, 153, 153, .25)
}

.fs-lightbox-mobile .fs-lightbox-loading_icon:after {
	border-top-color: #999
}

.fs-lightbox-mobile .fs-lightbox-container {
	position: static;
	background: #111
}

.fs-lightbox-mobile .fs-lightbox-content {
	background-color: #111;
	padding: 0 15px
}

.fs-lightbox-mobile .fs-lightbox-tools {
	width: 100%;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #111
}

.fs-lightbox-mobile .fs-lightbox-control {
	width: 50px;
	height: 100%;
	min-height: 50px;
	background: #111;
	border-radius: 0;
	box-shadow: none;
	opacity: 1;
	visibility: visible
}

.fs-lightbox-mobile .fs-lightbox-control_previous {
	left: 0
}

.fs-lightbox-mobile .fs-lightbox-control_previous:before {
	border-right-color: #eee;
	margin-left: 19px
}

.fs-lightbox-mobile .fs-lightbox-control_next {
	right: 0
}

.fs-lightbox-mobile .fs-lightbox-control_next:before {
	border-left-color: #eee;
	margin-right: 19px
}

.no-touchevents .fs-lightbox-mobile .fs-lightbox-control,
.no-touchevents .fs-lightbox-mobile:hover .fs-lightbox-control {
	opacity: 1;
	visibility: visible
}

.fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox-mobile:hover .fs-lightbox-control_disabled {
	opacity: 0;
	cursor: default !important;
	visibility: hidden
}

.fs-lightbox-mobile .fs-lightbox-meta {
	padding: 15px 65px
}

.fs-lightbox-mobile .fs-lightbox-position {
	color: #999;
	font-size: 12px;
	margin: 0;
	padding: 0 15px 0 0
}

.fs-lightbox-mobile .fs-lightbox-caption p {
	color: #eee;
	font-size: 14px;
	margin: 0;
	padding: 0
}

.fs-lightbox-mobile .fs-lightbox-image {
	transition: none !important;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.fs-lightbox-mobile.fs-lightbox-animated .fs-lightbox-image {
	transition: transform .25s ease-out !important
}

.fs-lightbox-mobile.fs-lightbox-iframe .fs-lightbox-content,
.fs-lightbox-mobile.fs-lightbox-inline .fs-lightbox-content {
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}

.fs-lightbox-lock {
	overflow: hidden !important
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-tools {
	width: auto;
	position: static;
	background: 0 0
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-controls {
	width: 100%;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 105;
	background-color: #111;
	padding: 0 65px
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-caption_toggle {
	color: #999;
	display: block;
	font-size: 12px;
	line-height: 50px
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta {
	width: 100%;
	height: 80%;
	position: fixed;
	top: 20%;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 104;
	background: #222;
	box-shadow: 0 0 25px #000;
	padding: 15px 15px 65px;
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	transition: transform .25s ease
}

.fs-lightbox-touch.fs-lightbox-caption_open .fs-lightbox-meta {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.fs-navigation.fs-navigation-enabled {
	margin: 0
}

.fs-navigation,
.fs-navigation *,
.fs-navigation :after,
.fs-navigation :before,
.fs-navigation:after,
.fs-navigation:before {
	box-sizing: border-box;
	transition: none;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important
}

.fs-navigation-toggle-nav.fs-navigation-enabled {
	background: #fff;
	border: 1px solid #ccc;
	border-width: 0 1px 1px;
	border-radius: 0 0 3px 3px;
	display: none
}

.fs-navigation-toggle-nav.fs-navigation-open {
	display: block
}

.fs-navigation-toggle-handle.fs-navigation-enabled {
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #111;
	cursor: pointer;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 45px 0 15px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fs-navigation-toggle-handle.fs-navigation-open {
	border-radius: 3px 3px 0 0
}

.fs-navigation-overlay-nav.fs-navigation-enabled,
.fs-navigation-push-nav.fs-navigation-enabled,
.fs-navigation-reveal-nav.fs-navigation-enabled {
	width: 270px;
	height: 100%;
	height: calc(100% + 60px);
	position: fixed;
	top: 0;
	background: #fff;
	display: block;
	overflow: auto
}

.fs-navigation-push-nav.fs-navigation-enabled,
.fs-navigation-reveal-nav.fs-navigation-enabled {
	visibility: hidden
}

.fs-navigation-reveal-nav.fs-navigation-animated {
	transition: visibility 1ms linear .2s
}

.fs-navigation-overlay-nav.fs-navigation-animated,
.fs-navigation-push-nav.fs-navigation-animated {
	transition: transform .2s ease, visibility 1ms linear .2s
}

.fs-navigation-push-nav.fs-navigation-enabled,
.fs-navigation-reveal-nav.fs-navigation-enabled {
	z-index: 0
}

.fs-navigation-overlay-left-nav.fs-navigation-enabled,
.fs-navigation-push-left-nav.fs-navigation-enabled,
.fs-navigation-reveal-left-nav.fs-navigation-enabled {
	left: 0
}

.fs-navigation-overlay-right-nav.fs-navigation-enabled,
.fs-navigation-push-right-nav.fs-navigation-enabled,
.fs-navigation-reveal-right-nav.fs-navigation-enabled {
	right: 0
}

.fs-navigation-overlay-left-nav.fs-navigation-enabled,
.fs-navigation-push-left-nav.fs-navigation-enabled {
	-ms-transform: translate3D(-270px, 0, 0);
	transform: translate3D(-270px, 0, 0)
}

.fs-navigation-overlay-right-nav.fs-navigation-enabled,
.fs-navigation-push-right-nav.fs-navigation-enabled {
	-ms-transform: translate3D(270px, 0, 0);
	transform: translate3D(270px, 0, 0)
}

.fs-navigation-overlay-nav.fs-navigation-enabled {
	z-index: 2
}

.fs-navigation-overlay-left-nav.fs-navigation-enabled {
	box-shadow: 2px 0 2px rgba(0, 0, 0, .15)
}

.fs-navigation-overlay-right-nav.fs-navigation-enabled {
	box-shadow: -2px 0 2px rgba(0, 0, 0, .15)
}

.fs-navigation-reveal-nav.fs-navigation-open {
	visibility: visible;
	transition: visibility 1ms ease
}

.fs-navigation-overlay-nav.fs-navigation-open,
.fs-navigation-push-nav.fs-navigation-open {
	-ms-transform: translate3D(0, 0, 0);
	transform: translate3D(0, 0, 0);
	transition: transform .2s ease, visibility 1ms ease;
	visibility: visible
}

.fs-navigation-overlay-handle.fs-navigation-enabled,
.fs-navigation-push-handle.fs-navigation-enabled {
	padding: 10px 40px 10px 15px;
	background: #fff;
	color: #111;
	cursor: pointer;
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 0 45px 0 15px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fs-navigation-overlay-content:before {
	width: 100%;
	height: 100%;
	height: calc(100% + 60px);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #fff;
	background: rgba(255, 255, 255, .75);
	content: '';
	display: block;
	opacity: 0;
	transition: opacity .2s ease, visibility .2s ease;
	visibility: hidden
}

.fs-navigation-overlay-content.fs-navigation-open:before {
	opacity: 1;
	visibility: visible
}

.fs-navigation-push-content.fs-navigation-enabled,
.fs-navigation-reveal-content.fs-navigation-enabled {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	-ms-transform: translate3D(0, 0, 0);
	transform: translate3D(0, 0, 0)
}

.fs-navigation-push-content.fs-navigation-animated,
.fs-navigation-reveal-content.fs-navigation-animated {
	transition: transform .2s ease
}

.fs-navigation-push-left-content.fs-navigation-enabled,
.fs-navigation-reveal-left-content.fs-navigation-enabled {
	box-shadow: -2px 0 2px rgba(0, 0, 0, .15)
}

.fs-navigation-push-right-content.fs-navigation-enabled,
.fs-navigation-reveal-right-content.fs-navigation-enabled {
	box-shadow: 2px 0 2px rgba(0, 0, 0, .15)
}

.fs-navigation-push-left-content.fs-navigation-open,
.fs-navigation-reveal-left-content.fs-navigation-open {
	-ms-transform: translate3D(270px, 0, 0);
	transform: translate3D(270px, 0, 0)
}

.fs-navigation-push-right-content.fs-navigation-open,
.fs-navigation-reveal-right-content.fs-navigation-open {
	-ms-transform: translate3D(-270px, 0, 0);
	transform: translate3D(-270px, 0, 0)
}

.fs-navigation-handle.fs-navigation-enabled {
	position: relative
}

.fs-navigation-handle.fs-navigation-enabled:after {
	height: 3px;
	width: 15px;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	background: #ccc;
	box-shadow: 0 5px 0 #ccc, 0 -5px 0 #ccc;
	content: '';
	display: block;
	margin: auto 0
}

.fs-navigation-handle.fs-navigation-open:after {
	width: 15px;
	height: 15px;
	background: 0 0;
	border: none;
	box-shadow: none;
	color: #ccc;
	content: "\00d7";
	font-size: 22px;
	font-weight: 700;
	line-height: 13px;
	text-align: center
}

.fs-navigation-lock {
	overflow: hidden !important
}

.fs-tabs.fs-tabs-enabled:after {
	clear: both;
	content: '';
	display: table
}

.fs-tabs.fs-tabs-enabled:after {
	clear: both;
	content: '';
	display: table
}

.fs-tabs-tab.fs-tabs-enabled {
	box-sizing: border-box;
	border: none;
	cursor: pointer
}

.fs-tabs-content.fs-tabs-enabled {
	box-sizing: border-box;
	display: none
}

.fs-tabs-content.fs-tabs-enabled:after {
	clear: both;
	content: '';
	display: table
}

.fs-tabs-content.fs-tabs-enabled:after {
	clear: both;
	content: '';
	display: table
}

.fs-tabs-content.fs-tabs-active {
	display: block
}

.fs-tabs-tab.fs-tabs-mobile,
.fs-tabs-tab_mobile,
.fs-tabs-tab_mobile.fs-tabs-active {
	display: none
}

.fs-tabs-tab_mobile.fs-tabs-mobile,
.fs-tabs-tab_mobile.fs-tabs-mobile.fs-tabs-active {
	display: block
}

.accordion_row,
.announcement_row,
.article_lead_row,
.callout_pair_row,
.card_carousel_row,
.content_carousel_row,
.explore_controls_wrapper .explore_controls_row,
.explore_grid_row,
.explore_header_row,
.explore_line_row,
.feature_carousel_row,
.featured_event_row,
.featured_story_row,
.footer_row,
.fs-grid .fs-row,
.fs_grid_row,
.header_row,
.history_carousel_row,
.history_row,
.instagram_carousel_row,
.large_visual_row,
.media_gallery_cover_header_row,
.media_gallery_panel,
.media_gallery_slide_caption_row,
.mobile_sidebar_row,
.news_explore_row,
.numbers_section_row,
.page-search .page_callouts,
.page_divider,
.page_row,
.related_links_pair_row,
.related_links_row,
.search_block_row,
.single_flex_callout_row,
.site_alert_row,
.site_message_row,
.site_search_row,
.social_accounts_row,
.social_lockup_footer_row,
.social_lockup_header,
.social_tweet_row {
	width: 300px;
	margin-left: auto;
	margin-right: auto
}

@media screen and (min-width:500px) {

	.accordion_row,
	.announcement_row,
	.article_lead_row,
	.callout_pair_row,
	.card_carousel_row,
	.content_carousel_row,
	.explore_controls_wrapper .explore_controls_row,
	.explore_grid_row,
	.explore_header_row,
	.explore_line_row,
	.feature_carousel_row,
	.featured_event_row,
	.featured_story_row,
	.footer_row,
	.fs-grid .fs-row,
	.fs_grid_row,
	.header_row,
	.history_carousel_row,
	.history_row,
	.instagram_carousel_row,
	.large_visual_row,
	.media_gallery_cover_header_row,
	.media_gallery_panel,
	.media_gallery_slide_caption_row,
	.mobile_sidebar_row,
	.news_explore_row,
	.numbers_section_row,
	.page-search .page_callouts,
	.page_divider,
	.page_row,
	.related_links_pair_row,
	.related_links_row,
	.search_block_row,
	.single_flex_callout_row,
	.site_alert_row,
	.site_message_row,
	.site_search_row,
	.social_accounts_row,
	.social_lockup_footer_row,
	.social_lockup_header,
	.social_tweet_row {
		width: 480px
	}
}

@media screen and (min-width:740px) {

	.accordion_row,
	.announcement_row,
	.article_lead_row,
	.callout_pair_row,
	.card_carousel_row,
	.content_carousel_row,
	.explore_controls_wrapper .explore_controls_row,
	.explore_grid_row,
	.explore_header_row,
	.explore_line_row,
	.feature_carousel_row,
	.featured_event_row,
	.featured_story_row,
	.footer_row,
	.fs-grid .fs-row,
	.fs_grid_row,
	.header_row,
	.history_carousel_row,
	.history_row,
	.instagram_carousel_row,
	.large_visual_row,
	.media_gallery_cover_header_row,
	.media_gallery_panel,
	.media_gallery_slide_caption_row,
	.mobile_sidebar_row,
	.news_explore_row,
	.numbers_section_row,
	.page-search .page_callouts,
	.page_divider,
	.page_row,
	.related_links_pair_row,
	.related_links_row,
	.search_block_row,
	.single_flex_callout_row,
	.site_alert_row,
	.site_message_row,
	.site_search_row,
	.social_accounts_row,
	.social_lockup_footer_row,
	.social_lockup_header,
	.social_tweet_row {
		width: 720px
	}
}

@media screen and (min-width:980px) {

	.accordion_row,
	.announcement_row,
	.article_lead_row,
	.callout_pair_row,
	.card_carousel_row,
	.content_carousel_row,
	.explore_controls_wrapper .explore_controls_row,
	.explore_grid_row,
	.explore_header_row,
	.explore_line_row,
	.feature_carousel_row,
	.featured_event_row,
	.featured_story_row,
	.footer_row,
	.fs-grid .fs-row,
	.fs_grid_row,
	.header_row,
	.history_carousel_row,
	.history_row,
	.instagram_carousel_row,
	.large_visual_row,
	.media_gallery_cover_header_row,
	.media_gallery_panel,
	.media_gallery_slide_caption_row,
	.mobile_sidebar_row,
	.news_explore_row,
	.numbers_section_row,
	.page-search .page_callouts,
	.page_divider,
	.page_row,
	.related_links_pair_row,
	.related_links_row,
	.search_block_row,
	.single_flex_callout_row,
	.site_alert_row,
	.site_message_row,
	.site_search_row,
	.social_accounts_row,
	.social_lockup_footer_row,
	.social_lockup_header,
	.social_tweet_row {
		width: 960px
	}
}

@media screen and (min-width:1220px) {

	.accordion_row,
	.announcement_row,
	.article_lead_row,
	.callout_pair_row,
	.card_carousel_row,
	.content_carousel_row,
	.explore_controls_wrapper .explore_controls_row,
	.explore_grid_row,
	.explore_header_row,
	.explore_line_row,
	.feature_carousel_row,
	.featured_event_row,
	.featured_story_row,
	.footer_row,
	.fs-grid .fs-row,
	.fs_grid_row,
	.header_row,
	.history_carousel_row,
	.history_row,
	.instagram_carousel_row,
	.large_visual_row,
	.media_gallery_cover_header_row,
	.media_gallery_panel,
	.media_gallery_slide_caption_row,
	.mobile_sidebar_row,
	.news_explore_row,
	.numbers_section_row,
	.page-search .page_callouts,
	.page_divider,
	.page_row,
	.related_links_pair_row,
	.related_links_row,
	.search_block_row,
	.single_flex_callout_row,
	.site_alert_row,
	.site_message_row,
	.site_search_row,
	.social_accounts_row,
	.social_lockup_footer_row,
	.social_lockup_header,
	.social_tweet_row {
		width: 1200px
	}
}

.accordion_row:after,
.announcement_row:after,
.article_lead_row:after,
.callout_pair_row:after,
.card_carousel_row:after,
.content_carousel_row:after,
.explore_controls_wrapper .explore_controls_row:after,
.explore_grid_row:after,
.explore_header_row:after,
.explore_line_row:after,
.feature_carousel_row:after,
.featured_event_row:after,
.featured_story_row:after,
.footer_row:after,
.fs-grid .fs-row:after,
.fs_grid_row:after,
.header_row:after,
.history_carousel_row:after,
.history_row:after,
.instagram_carousel_row:after,
.large_visual_row:after,
.media_gallery_cover_header_row:after,
.media_gallery_panel:after,
.media_gallery_slide_caption_row:after,
.mobile_sidebar_row:after,
.news_explore_row:after,
.numbers_section_row:after,
.page-search .page_callouts:after,
.page_divider:after,
.page_row:after,
.related_links_pair_row:after,
.related_links_row:after,
.search_block_row:after,
.single_flex_callout_row:after,
.site_alert_row:after,
.site_message_row:after,
.site_search_row:after,
.social_accounts_row:after,
.social_lockup_footer_row:after,
.social_lockup_header:after,
.social_tweet_row:after {
	height: 0;
	clear: both;
	content: ".";
	display: block;
	line-height: 0;
	visibility: hidden
}

.fs-grid-fluid .fs-row,
.fs_grid_row_fluid {
	width: 96%;
	width: calc(100% - 40px)
}

@media screen and (max-width:739px) {

	.fs-grid-sm-fluid .fs-row,
	.fs_grid_row_fluid_sm {
		width: 96%;
		width: calc(100% - 40px)
	}
}

.fs-grid .fs-row .fs-row,
.fs_grid_row_row,
.numbers_section_row_row {
	width: 102.08333333%;
	margin-left: -1.04166667%;
	margin-right: -1.04166667%
}

.fs-grid .fs-row [class*=fs-cell][class*="-contained"] .fs-row,
.fs_grid_row_row_contained {
	width: 100%;
	margin-left: 0;
	margin-right: 0
}

.accordion_cell,
.announcement_cell,
.article_lead_cell,
.callout_pair_cell,
.card_carousel_cell,
.content_carousel_cell,
.explore_controls_wrapper .explore_controls_cell,
.explore_grid_cell,
.explore_header_cell,
.explore_line_cell,
.feature_carousel_cell,
.featured_event_cell,
.featured_story_cell,
.footer_cell,
.fs-grid .fs-row [class*=fs-cell],
.fs_grid_cell,
.header_cell,
.history_block_cell,
.history_block_pair_cell,
.history_carousel_cell,
.history_header_cell,
.history_list_cell,
.history_timeline_cell,
.instagram_carousel_cell,
.large_visual_cell,
.media_gallery_cover_header_cell,
.media_gallery_panel_cell,
.media_gallery_slide_caption_cell,
.mobile_sidebar_nav_container,
.news_explore_feature,
.news_explore_header,
.news_explore_supporting,
.numbers_callout_content,
.numbers_callout_stat,
.numbers_callout_stats,
.numbers_feature_footnote,
.numbers_feature_header,
.numbers_feature_stat,
.numbers_feature_title,
.page-search .page_callouts .region-content,
.page_content,
.page_content_full,
.page_content_wide,
.page_divider_cell,
.page_header,
.page_sidebar,
.related_links_cell,
.related_links_pair_cell,
.search_block_cell,
.single_flex_callout_cell,
.site_alert_cell,
.site_message_cell,
.site_search_cell,
.social_accounts_cell,
.social_lockup_buttons,
.social_lockup_footer_cell,
.social_lockup_heading,
.social_tweet_cell,
.sub_nav_sidebar {
	width: 97.91666667%;
	float: left;
	margin-left: 1.04166667%;
	margin-right: 1.04166667%
}

.fs-grid .fs-row [class*=fs-cell][class*="-centered"],
.fs_grid_cell_centered {
	float: none;
	margin-left: auto;
	margin-right: auto
}

.fs-grid .fs-row [class*=fs-cell][class*="-padded"],
.fs_grid_cell_padded {
	box-sizing: content-box;
	margin-left: 0;
	margin-right: 0;
	padding-left: 1.04166667%;
	padding-right: 1.04166667%
}

.fs-grid .fs-row [class*=fs-cell][class*="-contained"],
.fs_grid_cell_contained {
	margin-left: 0;
	margin-right: 0
}

.fs-grid .fs-row [class*=fs-cell][class*="-right"],
.fs_grid_cell_right,
.media_gallery_slide_caption_cell,
.page_sidebar,
.sub_nav_sidebar {
	float: right
}

* {
	/*box-sizing: border-box*/
}

:after,
:before {
	box-sizing: inherit
}

.fs-grid .fs-row .fs-all-fifth {
	width: 17.91666667%
}

.fs-grid .fs-row .fs-all-fourth {
	width: 22.91666667%
}

.fs-grid .fs-row .fs-all-third {
	width: 31.25%
}

.fs-grid .fs-row .fs-all-half {
	width: 47.91666667%
}

.fs-grid .fs-row .fs-all-full {
	width: 97.91666667%
}

.fs-grid .fs-row .fs-all-push-fifth {
	margin-left: 21.04166667%
}

.fs-grid .fs-row .fs-all-push-fourth {
	margin-left: 26.04166667%
}

.fs-grid .fs-row .fs-all-push-third {
	margin-left: 34.375%
}

.fs-grid .fs-row .fs-all-push-half {
	margin-left: 51.04166667%
}

.fs-grid .fs-row [class*="-contained"].fs-all-fifth {
	width: 20%
}

.fs-grid .fs-row [class*="-contained"].fs-all-fourth {
	width: 25%
}

.fs-grid .fs-row [class*="-contained"].fs-all-third {
	width: 33.33333333%
}

.fs-grid .fs-row [class*="-contained"].fs-all-half {
	width: 50%
}

.fs-grid .fs-row [class*="-contained"].fs-all-full {
	width: 100%
}

.fs-grid .fs-row [class*="-contained"].fs-all-push-fifth {
	margin-left: 20%
}

.fs-grid .fs-row [class*="-contained"].fs-all-push-fourth {
	margin-left: 25%
}

.fs-grid .fs-row [class*="-contained"].fs-all-push-third {
	margin-left: 33.33333333%
}

.fs-grid .fs-row [class*="-contained"].fs-all-push-half {
	margin-left: 50%
}

.fs-grid .fs-row .fs-all-hide {
	display: none
}

@media screen and (max-width:739px) {
	.fs-grid .fs-row .fs-sm-1 {
		width: 31.25%
	}

	.fs-grid .fs-row .fs-sm-2 {
		width: 64.58333333%
	}

	.fs-grid .fs-row .fs-sm-3 {
		width: 97.91666667%
	}

	.fs-grid .fs-row .fs-sm-push-1 {
		margin-left: 34.375%
	}

	.fs-grid .fs-row .fs-sm-push-2 {
		margin-left: 67.70833333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-sm-1 {
		width: 33.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-sm-2 {
		width: 66.66666667%
	}

	.fs-grid .fs-row [class*="-contained"].fs-sm-3 {
		width: 100%
	}

	.fs-grid .fs-row [class*="-contained"].fs-sm-push-1 {
		margin-left: 33.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-sm-push-2 {
		margin-left: 66.66666667%
	}

	.fs-grid .fs-row .fs-sm-fifth {
		width: 17.91666667%
	}

	.fs-grid .fs-row .fs-sm-fourth {
		width: 22.91666667%
	}

	.fs-grid .fs-row .fs-sm-third {
		width: 31.25%
	}

	.fs-grid .fs-row .fs-sm-half {
		width: 47.91666667%
	}

	.fs-grid .fs-row .fs-sm-full {
		width: 97.91666667%
	}

	.fs-grid .fs-row .fs-sm-push-fifth {
		margin-left: 21.04166667%
	}

	.fs-grid .fs-row .fs-sm-push-fourth {
		margin-left: 26.04166667%
	}

	.fs-grid .fs-row .fs-sm-push-third {
		margin-left: 34.375%
	}

	.fs-grid .fs-row .fs-sm-push-half {
		margin-left: 51.04166667%
	}

	.fs-grid .fs-row [class*="-contained"].fs-sm-fifth {
		width: 20%
	}

	.fs-grid .fs-row [class*="-contained"].fs-sm-fourth {
		width: 25%
	}

	.fs-grid .fs-row [class*="-contained"].fs-sm-third {
		width: 33.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-sm-half {
		width: 50%
	}

	.fs-grid .fs-row [class*="-contained"].fs-sm-full {
		width: 100%
	}

	.fs-grid .fs-row [class*="-contained"].fs-sm-push-fifth {
		margin-left: 20%
	}

	.fs-grid .fs-row [class*="-contained"].fs-sm-push-fourth {
		margin-left: 25%
	}

	.fs-grid .fs-row [class*="-contained"].fs-sm-push-third {
		margin-left: 33.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-sm-push-half {
		margin-left: 50%
	}

	.fs-grid .fs-row .fs-sm-hide {
		display: none
	}
}

@media screen and (max-width:499px) {
	.fs-grid .fs-row .fs-xs-1 {
		width: 31.25%
	}

	.fs-grid .fs-row .fs-xs-2 {
		width: 64.58333333%
	}

	.fs-grid .fs-row .fs-xs-3 {
		width: 97.91666667%
	}

	.fs-grid .fs-row .fs-xs-push-1 {
		margin-left: 34.375%
	}

	.fs-grid .fs-row .fs-xs-push-2 {
		margin-left: 67.70833333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xs-1 {
		width: 33.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xs-2 {
		width: 66.66666667%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xs-3 {
		width: 100%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xs-push-1 {
		margin-left: 33.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xs-push-2 {
		margin-left: 66.66666667%
	}

	.fs-grid .fs-row .fs-xs-fifth {
		width: 17.91666667%
	}

	.fs-grid .fs-row .fs-xs-fourth {
		width: 22.91666667%
	}

	.fs-grid .fs-row .fs-xs-third {
		width: 31.25%
	}

	.fs-grid .fs-row .fs-xs-half {
		width: 47.91666667%
	}

	.fs-grid .fs-row .fs-xs-full {
		width: 97.91666667%
	}

	.fs-grid .fs-row .fs-xs-push-fifth {
		margin-left: 21.04166667%
	}

	.fs-grid .fs-row .fs-xs-push-fourth {
		margin-left: 26.04166667%
	}

	.fs-grid .fs-row .fs-xs-push-third {
		margin-left: 34.375%
	}

	.fs-grid .fs-row .fs-xs-push-half {
		margin-left: 51.04166667%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xs-fifth {
		width: 20%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xs-fourth {
		width: 25%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xs-third {
		width: 33.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xs-half {
		width: 50%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xs-full {
		width: 100%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xs-push-fifth {
		margin-left: 20%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xs-push-fourth {
		margin-left: 25%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xs-push-third {
		margin-left: 33.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xs-push-half {
		margin-left: 50%
	}

	.fs-grid .fs-row .fs-xs-hide {
		display: none
	}
}

@media screen and (min-width:740px) and (max-width:979px) {
	.fs-grid .fs-row .fs-md-1 {
		width: 14.58333333%
	}

	.fs-grid .fs-row .fs-md-2 {
		width: 31.25%
	}

	.fs-grid .fs-row .fs-md-3 {
		width: 47.91666667%
	}

	.fs-grid .fs-row .fs-md-4 {
		width: 64.58333333%
	}

	.fs-grid .fs-row .fs-md-5 {
		width: 81.25%
	}

	.fs-grid .fs-row .fs-md-6 {
		width: 97.91666667%
	}

	.fs-grid .fs-row .fs-md-push-1 {
		margin-left: 17.70833333%
	}

	.fs-grid .fs-row .fs-md-push-2 {
		margin-left: 34.375%
	}

	.fs-grid .fs-row .fs-md-push-3 {
		margin-left: 51.04166667%
	}

	.fs-grid .fs-row .fs-md-push-4 {
		margin-left: 67.70833333%
	}

	.fs-grid .fs-row .fs-md-push-5 {
		margin-left: 84.375%
	}

	.fs-grid .fs-row [class*="-contained"].fs-md-1 {
		width: 16.66666667%
	}

	.fs-grid .fs-row [class*="-contained"].fs-md-2 {
		width: 33.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-md-3 {
		width: 50%
	}

	.fs-grid .fs-row [class*="-contained"].fs-md-4 {
		width: 66.66666667%
	}

	.fs-grid .fs-row [class*="-contained"].fs-md-5 {
		width: 83.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-md-6 {
		width: 100%
	}

	.fs-grid .fs-row [class*="-contained"].fs-md-push-1 {
		margin-left: 16.66666667%
	}

	.fs-grid .fs-row [class*="-contained"].fs-md-push-2 {
		margin-left: 33.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-md-push-3 {
		margin-left: 50%
	}

	.fs-grid .fs-row [class*="-contained"].fs-md-push-4 {
		margin-left: 66.66666667%
	}

	.fs-grid .fs-row [class*="-contained"].fs-md-push-5 {
		margin-left: 83.33333333%
	}

	.fs-grid .fs-row .fs-md-fifth {
		width: 17.91666667%
	}

	.fs-grid .fs-row .fs-md-fourth {
		width: 22.91666667%
	}

	.fs-grid .fs-row .fs-md-third {
		width: 31.25%
	}

	.fs-grid .fs-row .fs-md-half {
		width: 47.91666667%
	}

	.fs-grid .fs-row .fs-md-full {
		width: 97.91666667%
	}

	.fs-grid .fs-row .fs-md-push-fifth {
		margin-left: 21.04166667%
	}

	.fs-grid .fs-row .fs-md-push-fourth {
		margin-left: 26.04166667%
	}

	.fs-grid .fs-row .fs-md-push-third {
		margin-left: 34.375%
	}

	.fs-grid .fs-row .fs-md-push-half {
		margin-left: 51.04166667%
	}

	.fs-grid .fs-row [class*="-contained"].fs-md-fifth {
		width: 20%
	}

	.fs-grid .fs-row [class*="-contained"].fs-md-fourth {
		width: 25%
	}

	.fs-grid .fs-row [class*="-contained"].fs-md-third {
		width: 33.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-md-half {
		width: 50%
	}

	.fs-grid .fs-row [class*="-contained"].fs-md-full {
		width: 100%
	}

	.fs-grid .fs-row [class*="-contained"].fs-md-push-fifth {
		margin-left: 20%
	}

	.fs-grid .fs-row [class*="-contained"].fs-md-push-fourth {
		margin-left: 25%
	}

	.fs-grid .fs-row [class*="-contained"].fs-md-push-third {
		margin-left: 33.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-md-push-half {
		margin-left: 50%
	}

	.fs-grid .fs-row .fs-md-hide {
		display: none
	}
}

@media screen and (min-width:980px) {
	.fs-grid .fs-row .fs-lg-1 {
		width: 6.25%
	}

	.fs-grid .fs-row .fs-lg-2 {
		width: 14.58333333%
	}

	.fs-grid .fs-row .fs-lg-3 {
		width: 22.91666667%
	}

	.fs-grid .fs-row .fs-lg-4 {
		width: 31.25%
	}

	.fs-grid .fs-row .fs-lg-5 {
		width: 39.58333333%
	}

	.fs-grid .fs-row .fs-lg-6 {
		width: 47.91666667%
	}

	.fs-grid .fs-row .fs-lg-7 {
		width: 56.25%
	}

	.fs-grid .fs-row .fs-lg-8 {
		width: 64.58333333%
	}

	.fs-grid .fs-row .fs-lg-9 {
		width: 72.91666667%
	}

	.fs-grid .fs-row .fs-lg-10 {
		width: 81.25%
	}

	.fs-grid .fs-row .fs-lg-11 {
		width: 89.58333333%
	}

	.fs-grid .fs-row .fs-lg-12 {
		width: 97.91666667%
	}

	.fs-grid .fs-row .fs-lg-push-1 {
		margin-left: 9.375%
	}

	.fs-grid .fs-row .fs-lg-push-2 {
		margin-left: 17.70833333%
	}

	.fs-grid .fs-row .fs-lg-push-3 {
		margin-left: 26.04166667%
	}

	.fs-grid .fs-row .fs-lg-push-4 {
		margin-left: 34.375%
	}

	.fs-grid .fs-row .fs-lg-push-5 {
		margin-left: 42.70833333%
	}

	.fs-grid .fs-row .fs-lg-push-6 {
		margin-left: 51.04166667%
	}

	.fs-grid .fs-row .fs-lg-push-7 {
		margin-left: 59.375%
	}

	.fs-grid .fs-row .fs-lg-push-8 {
		margin-left: 67.70833333%
	}

	.fs-grid .fs-row .fs-lg-push-9 {
		margin-left: 76.04166667%
	}

	.fs-grid .fs-row .fs-lg-push-10 {
		margin-left: 84.375%
	}

	.fs-grid .fs-row .fs-lg-push-11 {
		margin-left: 92.70833333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-1 {
		width: 8.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-2 {
		width: 16.66666667%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-3 {
		width: 25%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-4 {
		width: 33.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-5 {
		width: 41.66666667%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-6 {
		width: 50%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-7 {
		width: 58.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-8 {
		width: 66.66666667%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-9 {
		width: 75%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-10 {
		width: 83.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-11 {
		width: 91.66666667%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-12 {
		width: 100%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-push-1 {
		margin-left: 8.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-push-2 {
		margin-left: 16.66666667%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-push-3 {
		margin-left: 25%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-push-4 {
		margin-left: 33.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-push-5 {
		margin-left: 41.66666667%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-push-6 {
		margin-left: 50%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-push-7 {
		margin-left: 58.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-push-8 {
		margin-left: 66.66666667%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-push-9 {
		margin-left: 75%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-push-10 {
		margin-left: 83.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-push-11 {
		margin-left: 91.66666667%
	}

	.fs-grid .fs-row .fs-lg-fifth {
		width: 17.91666667%
	}

	.fs-grid .fs-row .fs-lg-fourth {
		width: 22.91666667%
	}

	.fs-grid .fs-row .fs-lg-third {
		width: 31.25%
	}

	.fs-grid .fs-row .fs-lg-half {
		width: 47.91666667%
	}

	.fs-grid .fs-row .fs-lg-full {
		width: 97.91666667%
	}

	.fs-grid .fs-row .fs-lg-push-fifth {
		margin-left: 21.04166667%
	}

	.fs-grid .fs-row .fs-lg-push-fourth {
		margin-left: 26.04166667%
	}

	.fs-grid .fs-row .fs-lg-push-third {
		margin-left: 34.375%
	}

	.fs-grid .fs-row .fs-lg-push-half {
		margin-left: 51.04166667%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-fifth {
		width: 20%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-fourth {
		width: 25%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-third {
		width: 33.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-half {
		width: 50%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-full {
		width: 100%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-push-fifth {
		margin-left: 20%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-push-fourth {
		margin-left: 25%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-push-third {
		margin-left: 33.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-lg-push-half {
		margin-left: 50%
	}

	.fs-grid .fs-row .fs-lg-hide {
		display: none
	}
}

@media screen and (min-width:1220px) {
	.fs-grid .fs-row .fs-xl-1 {
		width: 6.25%
	}

	.fs-grid .fs-row .fs-xl-2 {
		width: 14.58333333%
	}

	.fs-grid .fs-row .fs-xl-3 {
		width: 22.91666667%
	}

	.fs-grid .fs-row .fs-xl-4 {
		width: 31.25%
	}

	.fs-grid .fs-row .fs-xl-5 {
		width: 39.58333333%
	}

	.fs-grid .fs-row .fs-xl-6 {
		width: 47.91666667%
	}

	.fs-grid .fs-row .fs-xl-7 {
		width: 56.25%
	}

	.fs-grid .fs-row .fs-xl-8 {
		width: 64.58333333%
	}

	.fs-grid .fs-row .fs-xl-9 {
		width: 72.91666667%
	}

	.fs-grid .fs-row .fs-xl-10 {
		width: 81.25%
	}

	.fs-grid .fs-row .fs-xl-11 {
		width: 89.58333333%
	}

	.fs-grid .fs-row .fs-xl-12 {
		width: 97.91666667%
	}

	.fs-grid .fs-row .fs-xl-push-1 {
		margin-left: 9.375%
	}

	.fs-grid .fs-row .fs-xl-push-2 {
		margin-left: 17.70833333%
	}

	.fs-grid .fs-row .fs-xl-push-3 {
		margin-left: 26.04166667%
	}

	.fs-grid .fs-row .fs-xl-push-4 {
		margin-left: 34.375%
	}

	.fs-grid .fs-row .fs-xl-push-5 {
		margin-left: 42.70833333%
	}

	.fs-grid .fs-row .fs-xl-push-6 {
		margin-left: 51.04166667%
	}

	.fs-grid .fs-row .fs-xl-push-7 {
		margin-left: 59.375%
	}

	.fs-grid .fs-row .fs-xl-push-8 {
		margin-left: 67.70833333%
	}

	.fs-grid .fs-row .fs-xl-push-9 {
		margin-left: 76.04166667%
	}

	.fs-grid .fs-row .fs-xl-push-10 {
		margin-left: 84.375%
	}

	.fs-grid .fs-row .fs-xl-push-11 {
		margin-left: 92.70833333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-1 {
		width: 8.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-2 {
		width: 16.66666667%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-3 {
		width: 25%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-4 {
		width: 33.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-5 {
		width: 41.66666667%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-6 {
		width: 50%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-7 {
		width: 58.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-8 {
		width: 66.66666667%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-9 {
		width: 75%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-10 {
		width: 83.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-11 {
		width: 91.66666667%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-12 {
		width: 100%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-push-1 {
		margin-left: 8.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-push-2 {
		margin-left: 16.66666667%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-push-3 {
		margin-left: 25%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-push-4 {
		margin-left: 33.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-push-5 {
		margin-left: 41.66666667%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-push-6 {
		margin-left: 50%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-push-7 {
		margin-left: 58.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-push-8 {
		margin-left: 66.66666667%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-push-9 {
		margin-left: 75%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-push-10 {
		margin-left: 83.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-push-11 {
		margin-left: 91.66666667%
	}

	.fs-grid .fs-row .fs-xl-fifth {
		width: 17.91666667%
	}

	.fs-grid .fs-row .fs-xl-fourth {
		width: 22.91666667%
	}

	.fs-grid .fs-row .fs-xl-third {
		width: 31.25%
	}

	.fs-grid .fs-row .fs-xl-half {
		width: 47.91666667%
	}

	.fs-grid .fs-row .fs-xl-full {
		width: 97.91666667%
	}

	.fs-grid .fs-row .fs-xl-push-fifth {
		margin-left: 21.04166667%
	}

	.fs-grid .fs-row .fs-xl-push-fourth {
		margin-left: 26.04166667%
	}

	.fs-grid .fs-row .fs-xl-push-third {
		margin-left: 34.375%
	}

	.fs-grid .fs-row .fs-xl-push-half {
		margin-left: 51.04166667%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-fifth {
		width: 20%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-fourth {
		width: 25%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-third {
		width: 33.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-half {
		width: 50%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-full {
		width: 100%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-push-fifth {
		margin-left: 20%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-push-fourth {
		margin-left: 25%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-push-third {
		margin-left: 33.33333333%
	}

	.fs-grid .fs-row [class*="-contained"].fs-xl-push-half {
		margin-left: 50%
	}

	.fs-grid .fs-row .fs-xl-hide {
		display: none
	}
}

.header .fs-navigation-handle.fs-navigation-enabled:after,
.header .fs-navigation-handle.fs-navigation-enabled:before,
.mobile_sidebar_header .fs-navigation-handle.fs-navigation-enabled:after,
.mobile_sidebar_header .fs-navigation-handle.fs-navigation-enabled:before {
	background-color: #fff;
	display: block;
	width: 20px;
	height: 1px;
	position: absolute;
	right: 13.5px;
	left: 13.5px;
	content: "";
	margin: 0;
	-ms-transform-origin: center;
	transform-origin: center;
	transition: box-shadow .25s linear .5s, transform .5s cubic-bezier(.5, -.5, .5, 1.5)
}

@media only screen and (min-width:740px) {

	.header .fs-navigation-handle.fs-navigation-enabled:after,
	.header .fs-navigation-handle.fs-navigation-enabled:before,
	.mobile_sidebar_header .fs-navigation-handle.fs-navigation-enabled:after,
	.mobile_sidebar_header .fs-navigation-handle.fs-navigation-enabled:before {
		right: auto;
		left: 14px
	}
}

.header .fs-navigation-handle.fs-navigation-enabled:before,
.mobile_sidebar_header .fs-navigation-handle.fs-navigation-enabled:before {
	top: 16px
}

@media only screen and (min-width:740px) {

	.header .fs-navigation-handle.fs-navigation-enabled:before,
	.mobile_sidebar_header .fs-navigation-handle.fs-navigation-enabled:before {
		top: 17px
	}
}

.header .fs-navigation-handle.fs-navigation-enabled:after,
.mobile_sidebar_header .fs-navigation-handle.fs-navigation-enabled:after {
	top: auto;
	bottom: 16px;
	box-shadow: 0 -7px 0 #fff
}

@media only screen and (min-width:740px) {

	.header .fs-navigation-handle.fs-navigation-enabled:after,
	.mobile_sidebar_header .fs-navigation-handle.fs-navigation-enabled:after {
		bottom: 18px
	}
}

.header .fs-navigation-handle.fs-navigation-enabled.fs-navigation-open:before,
.mobile_sidebar_header .fs-navigation-handle.fs-navigation-enabled.fs-navigation-open:before {
	-ms-transform: translateY(7px) rotate(135deg);
	transform: translateY(7px) rotate(135deg);
	transition: box-shadow .25s, transform .5s cubic-bezier(.5, -.5, .5, 1.5) .25s
}

.header .fs-navigation-handle.fs-navigation-enabled.fs-navigation-open:after,
.mobile_sidebar_header .fs-navigation-handle.fs-navigation-enabled.fs-navigation-open:after {
	box-shadow: 0 -7px 0 transparent;
	-ms-transform: translateY(-7px) rotate(-135deg);
	transform: translateY(-7px) rotate(-135deg);
	transition: box-shadow .25s, transform .5s cubic-bezier(.5, -.5, .5, 1.5) .25s
}

.fs-navigation-reveal-right-content.fs-navigation-enabled {
	box-shadow: none
}

.fs-navigation-reveal-nav.fs-navigation-enabled {
	color: #fff;
	width: 100%;
	z-index: 10;
	background-color: transparent;
	overflow: visible
}

.fs-navigation-reveal-nav.fs-navigation-enabled.overflow_scroll {
	overflow: auto
}

.touch .fs-navigation-reveal-nav.fs-navigation-enabled {
	overflow: auto
}

.dropdown_base .fs-dropdown-selected {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .75px;
	word-spacing: 1.25px;
	text-transform: uppercase;
	height: 50px;
	border: none;
	border-radius: 0;
	line-height: 50px;
	padding: 0 40px 0 20px;
	transition: background .25s, color .25s
}

.dropdown_base .fs-dropdown-selected:focus {
	box-shadow: none
}

.dropdown_base .fs-dropdown-selected:after {
	border-style: solid;
	border-width: 5px 3.5px 0 3.5px;
	border-color: #fff transparent transparent transparent;
	transition: border .25s
}

.fs-dropdown-focus .dropdown_base .fs-dropdown-selected,
.fs-dropdown-open .dropdown_base .fs-dropdown-selected {
	border-radius: 0;
	box-shadow: none
}

.dropdown_base.fs-dropdown-open .fs-dropdown-options {
	border-radius: 0;
	border-width: 0;
	box-shadow: none;
	padding: 10px 20px
}

.dropdown_base .fs-dropdown-item {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.2;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	height: auto;
	background: 0 0;
	letter-spacing: .54px;
	padding: 12px 0;
	transition: color .25s
}

.dropdown_base .fs-dropdown-item:last-child {
	border-bottom-width: 0;
	border-radius: 0
}

.no-touch .dropdown_base .fs-dropdown-item:hover {
	color: #286dc0;
	background-color: transparent
}

.dropdown_midnight .fs-dropdown-selected {
	background-color: #00356b;
	color: #fff
}

.dropdown_midnight .fs-dropdown-selected:after {
	border-color: #fff transparent transparent transparent
}

.dropdown_midnight .fs-dropdown-selected:focus,
.no-touch .dropdown_midnight .fs-dropdown-selected:hover {
	color: #63aaff
}

.dropdown_midnight .fs-dropdown-selected:focus:after,
.no-touch .dropdown_midnight .fs-dropdown-selected:hover:after {
	border-color: #63aaff transparent transparent transparent
}

.dropdown_midnight.fs-dropdown-focus .fs-dropdown-selected {
	color: #63aaff
}

.dropdown_midnight.fs-dropdown-focus .fs-dropdown-selected:after {
	border-color: #63aaff transparent transparent transparent
}

.dropdown_midnight.fs-dropdown-open .fs-dropdown-options {
	background-color: #00356b
}

.dropdown_midnight .fs-dropdown-item {
	color: #fff
}

.dropdown_midnight .fs-dropdown-item,
.no-touch .dropdown_midnight .fs-dropdown-item:hover {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255, 255, 255, .2)
}

.no-touch .dropdown_midnight .fs-dropdown-item:hover {
	color: #63aaff
}

.dropdown_charcoal_trans .fs-dropdown-selected {
	color: #63aaff;
	background-color: rgba(74, 74, 74, .5)
}

.dropdown_charcoal_trans .fs-dropdown-selected:after {
	border-color: #63aaff transparent transparent transparent
}

.dropdown_charcoal_trans .fs-dropdown-selected:focus,
.no-touch .dropdown_charcoal_trans .fs-dropdown-selected:hover {
	color: #fff
}

.dropdown_charcoal_trans .fs-dropdown-selected:focus:after,
.no-touch .dropdown_charcoal_trans .fs-dropdown-selected:hover:after {
	border-color: #fff transparent transparent transparent
}

.dropdown_charcoal_trans.fs-dropdown-focus .fs-dropdown-selected {
	color: #fff
}

.dropdown_charcoal_trans.fs-dropdown-focus .fs-dropdown-selected:after {
	border-color: #fff transparent transparent transparent
}

.dropdown_white .fs-dropdown-selected {
	color: #286dc0;
	background-color: #fff
}

.dropdown_white .fs-dropdown-selected:after {
	border-color: #286dc0 transparent transparent transparent
}

.dropdown_white .fs-dropdown-selected:focus,
.no-touch .dropdown_white .fs-dropdown-selected:hover {
	color: #00356b
}

.dropdown_white .fs-dropdown-selected:focus:after,
.no-touch .dropdown_white .fs-dropdown-selected:hover:after {
	border-color: #00356b transparent transparent transparent
}

.dropdown_white.fs-dropdown-focus .fs-dropdown-selected {
	color: #00356b
}

.dropdown_white.fs-dropdown-focus .fs-dropdown-selected:after {
	border-color: #00356b transparent transparent transparent
}

.dropdown_black .fs-dropdown-selected {
	color: #fff;
	background-color: #222
}

.dropdown_black .fs-dropdown-selected:after {
	border-color: #fff transparent transparent transparent
}

.dropdown_black .fs-dropdown-selected:focus,
.no-touch .dropdown_black .fs-dropdown-selected:hover {
	background-color: #ddd;
	color: #222
}

.dropdown_black .fs-dropdown-selected:focus:after,
.no-touch .dropdown_black .fs-dropdown-selected:hover:after {
	border-color: #222 transparent transparent transparent
}

.dropdown_black.fs-dropdown-focus .fs-dropdown-selected {
	color: #222
}

.dropdown_black.fs-dropdown-focus .fs-dropdown-selected:after {
	border-color: #222 transparent transparent transparent
}

.dropdown_dusty .fs-dropdown-selected {
	background-color: #ddd;
	color: #222
}

.dropdown_dusty .fs-dropdown-selected:after {
	border-color: #222 transparent transparent transparent
}

.dropdown_dusty .fs-dropdown-selected:focus,
.no-touch .dropdown_dusty .fs-dropdown-selected:hover {
	background-color: #f9f9f9;
	color: #00356b
}

.dropdown_dusty .fs-dropdown-selected:focus:after,
.no-touch .dropdown_dusty .fs-dropdown-selected:hover:after {
	border-color: #00356b transparent transparent transparent
}

.dropdown_dusty.fs-dropdown-focus .fs-dropdown-selected {
	color: #00356b
}

.dropdown_dusty.fs-dropdown-focus .fs-dropdown-selected:after {
	border-color: #00356b transparent transparent transparent
}

.dropdown_dusty.fs-dropdown-open .fs-dropdown-options {
	background-color: #f9f9f9
}

.dropdown_dusty.fs-dropdown-focus .fs-dropdown-selected,
.dropdown_dusty.fs-dropdown-open .fs-dropdown-selected {
	box-shadow: none
}

.fs-carousel-enabled .fs-carousel-pagination {
	margin: 20px 0
}

.fs-carousel-enabled .fs-carousel-page {
	background-color: #978d85;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	transition: background .25s
}

.fs-carousel-enabled .fs-carousel-page.fs-carousel-active {
	background-color: #286dc0
}

.js-carousel-overflow.fs-carousel-enabled,
.js-carousel-overflow.fs-carousel-enabled .fs-carousel-canister,
.js-carousel-overflow.fs-carousel-enabled .fs-carousel-container,
.js-carousel-overflow.fs-carousel-enabled .fs-carousel-viewport,
.js-carousel-overflow.fs-carousel-enabled .fs-carousel-wrapper {
	overflow: visible
}

.pager_block.fs-carousel-enabled .fs-carousel-controls {
	width: 120px;
	height: 60px;
	position: absolute;
	top: 30px;
	left: -60px
}

.pager_block.fs-carousel-enabled .fs-carousel-control {
	background-color: #ddd;
	width: 60px;
	height: 60px;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 0;
	box-shadow: none;
	float: left;
	font-size: 0;
	margin: 0;
	opacity: 1;
	text-indent: 0;
	transition: background .25s;
	visibility: visible
}

.pager_block.fs-carousel-enabled .fs-carousel-control.fs-carousel-visible {
	background-color: #0574d0;
}

.pager_block.fs-carousel-enabled .fs-carousel-control:after {
	color: #fff;
	font-size: 30px;
	font-size: 1.875rem;
	position: absolute;
	top: 0;
	right: 0;
	margin: 13px 24px 0 0;
	text-indent: inherit
}

.pager_block.fs-carousel-enabled .fs-carousel-control:before {
	content: normal;
	display: none
}

.pager_block.fs-carousel-enabled .fs-carousel-control_previous:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f104"
}

.pager_block.fs-carousel-enabled .fs-carousel-control_previous:after {
	font-size: 30px;
	font-size: 1.875rem
}

.pager_block.fs-carousel-enabled .fs-carousel-control_next:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105"
}

.pager_block.fs-carousel-enabled .fs-carousel-control_next:after {
	font-size: 30px;
	font-size: 1.875rem
}

.fs-tabs-tab {
	background-color: #f9f9f9;
	color: #222;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .75px;
	word-spacing: 1.25px;
	text-transform: uppercase;
	padding: 16px 20px;
	transition: color .25s
}

@media only screen and (max-width:499px) {
	.fs-tabs-tab {
		width: 100%;
		margin-bottom: 20px
	}
}

.no-touch .fs-tabs-tab:hover {
	color: #286dc0
}

.fs-tabs-tab:after {
	width: 0;
	height: 0;
	position: absolute;
	bottom: -10px;
	left: 50%;
	border-style: solid;
	border-width: 10px 7px 0 7px;
	border-color: #286dc0 transparent transparent transparent;
	content: "";
	display: block;
	margin-left: -7px;
	opacity: 0;
	-ms-transform: translateY(-14px);
	transform: translateY(-14px);
	transition: opacity .25s, transform .2s
}

.fs-tabs-tab.fs-swap-active,
.fs-tabs-tab.fs-tabs-active {
	background-color: #286dc0;
	color: #fff;
	position: relative
}

.no-touch .fs-tabs-tab.fs-swap-active:hover,
.no-touch .fs-tabs-tab.fs-tabs-active:hover {
	color: #fff
}

.fs-tabs-tab.fs-swap-active:after,
.fs-tabs-tab.fs-tabs-active:after {
	opacity: 1;
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: opacity .01s .25s, transform .2s .25s
}

@media only screen and (max-width:499px) {
	.fs-tabs-content {
		padding-bottom: 20px
	}
}

.fs-checkbox-label {
	color: #222;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .75px;
	word-spacing: 1.25px;
	text-transform: uppercase
}

.fs-checkbox-marker {
	width: 15px;
	height: 15px;
	background: #ddd;
	border: none;
	border-radius: 0;
	margin: 1px 5px 0 0
}

.fs-checkbox-flag:before {
	border-color: #286dc0;
	margin: 1px 0 0 5px
}

.fs-checkbox-radio .fs-checkbox-marker {
	width: 13px;
	height: 13px;
	border-radius: 100%;
	margin-top: 2px
}

.fs-checkbox-radio .fs-checkbox-flag {
	border: none;
	background: #286dc0
}

@font-face {
	font-family: yale;
	src: url(../fonts/yalenew-roman-webfont.eot);
	src: url(../fonts/yalenew-roman-webfont.eot) format('embedded-opentype'), url(../fonts/yalenew-roman-webfont.woff2) format('woff2'), url(../fonts/yalenew-roman-webfont.woff) format('woff'), url(../fonts/yalenew-roman-webfont.ttf) format('truetype'), url(../fonts/yalenew-roman-webfont.svg#yalenewregular) format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: yale;
	src: url(../fonts/yalenew-bold-webfont.eot);
	src: url(../fonts/yalenew-bold-webfont.eot) format('embedded-opentype'), url(../fonts/yalenew-bold-webfont.woff2) format('woff2'), url(../fonts/yalenew-bold-webfont.woff) format('woff'), url(../fonts/yalenew-bold-webfont.ttf) format('truetype'), url(../fonts/yalenew-bold-webfont.svg#yalenewbold) format('svg');
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: yale;
	src: url(../fonts/yalenew-italic-webfont.eot);
	src: url(../fonts/yalenew-italic-webfont.eot) format('embedded-opentype'), url(../fonts/yalenew-italic-webfont.woff2) format('woff2'), url(../fonts/yalenew-italic-webfont.woff) format('woff'), url(../fonts/yalenew-italic-webfont.ttf) format('truetype'), url(../fonts/yalenew-italic-webfont.svg#yalenewitalic) format('svg');
	font-weight: 400;
	font-style: italic
}

@font-face {
	font-family: yale;
	src: url(../fonts/yalenew-bolditalic-webfont.eot);
	src: url(../fonts/yalenew-bolditalic-webfont.eot) format('embedded-opentype'), url(../fonts/yalenew-bolditalic-webfont.woff2) format('woff2'), url(../fonts/yalenew-bolditalic-webfont.woff) format('woff'), url(../fonts/yalenew-bolditalic-webfont.ttf) format('truetype'), url(../fonts/yalenew-bolditalic-webfont.svg#yalenewbold_italic) format('svg');
	font-weight: 700;
	font-style: italic
}

@font-face {
	font-family: Mallory;
	src: url(../fonts/mallory-light.woff) format('woff'), url(../fonts/mallory-light.woff2) format('woff2');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Mallory;
	src: url(../fonts/mallory-lightitalic.woff) format('woff'), url(../fonts/mallory-lightitalic.woff2) format('woff2');
	font-weight: 400;
	font-style: italic
}

@font-face {
	font-family: Mallory;
	src: url(../fonts/mallory-bold.woff) format('woff'), url(../fonts/mallory-bold.woff2) format('woff2');
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: Mallory;
	src: url(../fonts/mallory-bolditalic.woff) format('woff'), url(../fonts/mallory-bolditalic.woff2) format('woff2');
	font-weight: 700;
	font-style: italic
}

@font-face {
	font-family: Mallory-Medium;
	src: url(../fonts/mallory-medium.woff) format('woff'), url(../fonts/mallory-medium.woff2) format('woff2');
	font-weight: 400;
	font-style: normal
}

body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility
}

h1,
h2 {
	-webkit-font-feature-settings: "kern"1, "liga"1;
	font-feature-settings: "kern"1, "liga"1
}

.heading_1 {
	font-size: 34px;
	font-size: 2.125rem;
	line-height: 1.2;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-weight: 400;
	color: #ffffff;
}

@media only screen and (min-width:740px) {
	.heading_1 {
		font-size: 55px;
		font-size: 1.4375rem;
	}
}

.heading_2 {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.2;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-weight: 400
}

@media only screen and (min-width:740px) {
	.heading_2 {
		font-size: 40px;
		font-size: 2.5rem
	}
}

.heading_3 {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1.2;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-weight: 400
}

@media only screen and (min-width:740px) {
	.heading_3 {
		font-size: 30px;
		font-size: 1.875rem
	}
}

.heading_4 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.20833333;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-weight: 400;
	letter-spacing: .13px
}

.heading_5 {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .75px;
	word-spacing: 1.25px;
	text-transform: uppercase
}

.heading_6 {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1.15px;
	word-spacing: 1.5px;
	text-transform: uppercase
}

.body_text {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6;
	font-family: Mallory, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: -.1px;
}

@media only screen and (min-width:740px) {
	.body_text {
		font-size: 20px;
		font-size: 1.25rem
	}
}

.intro_text {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.33333333;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif
}

@media only screen and (min-width:740px) {
	.intro_text {
		font-size: 30px;
		font-size: 1.875rem
	}
}

.label {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.35714286;
	font-family: Mallory, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: italic;
	letter-spacing: .5px
}

.title_text {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	letter-spacing: .2px
}

.context em {
	font-family: Mallory, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
	transition: background-color .25s linear, border-color .25s linear, box-shadow .25s linear, color .25s linear, opacity .25s linear
}

em {
	font-style: italic
}

strong {
	font-weight: 700
}

.guide_comment {
	margin: 60px 0
}

.guide_title {
	font-size: 14px;
	font-size: .875rem;
	color: red;
	font-family: Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase
}

.guide_text {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.6;
	color: #999;
	font-family: Arial, sans-serif
}

.quote {
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
	position: relative;
	padding: 40px
}

@media only screen and (min-width:980px) {
	.quote {
		margin-top: 80px
	}
}

@media only screen and (min-width:980px) {
	.quote {
		margin-bottom: 80px
	}
}

@media only screen and (min-width:980px) {
	.quote {
		padding: 60px
	}
}

@media only screen and (min-width:1220px) {
	.quote {
		padding-right: 75px;
		padding-left: 75px
	}
}

.quote:before {
	display: block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	content: "";
	position: absolute;
	top: 40px;
	left: 40px
}

@media only screen and (min-width:980px) {
	.quote:before {
		top: 60px;
		left: 60px
	}
}

@media only screen and (min-width:1220px) {
	.quote:before {
		left: 75px
	}
}

.quote blockquote {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.875;
	position: relative;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	letter-spacing: .1px;
	margin: 0
}

@media only screen and (min-width:740px) {
	.quote blockquote {
		font-size: 24px;
		font-size: 1.5rem;
		padding-left: 24px
	}
}

.quote blockquote:before {
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 1;
	position: absolute;
	top: 8px;
	left: -20px;
	content: "\201C"
}

@media only screen and (min-width:740px) {
	.quote blockquote:before {
		font-size: 40px;
		font-size: 2.5rem;
		left: 0
	}
}

.quote figcaption {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .75px;
	word-spacing: 1.25px;
	text-transform: uppercase
}

.quote cite {
	display: block;
	font-style: normal;
	text-align: right
}

.quote cite:before {
	position: relative;
	width: 10px;
	height: 1px;
	top: -3px;
	content: "";
	display: inline-block;
	margin-right: 8px
}

.quote.theme_white {
	background-color: #fff;
	border: 1px solid #ddd
}

.quote.theme_white:before {
	background-color: #222
}

.quote.theme_white blockquote {
	color: #222
}

.quote.theme_white cite {
	color: #222
}

.quote.theme_white cite:before {
	background-color: #aaa
}

.quote.theme_gray {
	background-color: #f9f9f9
}

.quote.theme_gray:before {
	background-color: #222
}

.quote.theme_gray blockquote {
	color: #222
}

.quote.theme_gray cite {
	color: #222
}

.quote.theme_gray cite:before {
	background-color: #aaa
}

.quote.theme_blue {
	background-color: #286dc0
}

.quote.theme_blue:before {
	background-color: #fff
}

.quote.theme_blue blockquote {
	color: #fff
}

.quote.theme_blue cite {
	color: #fff
}

.quote.theme_blue cite:before {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .4)
}

.quote.theme_orange {
	background-color: #bd5319
}

.quote.theme_orange:before {
	background-color: #fff
}

.quote.theme_orange blockquote {
	color: #fff
}

.quote.theme_orange cite {
	color: #fff
}

.quote.theme_orange cite:before {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .4)
}

.body_text :link,
.body_text :visited,
.typography :link,
.typography :visited {
	color: #286dc0;
	border-bottom: 1px solid
}

.body_text :link:hover,
.body_text :visited:hover,
.typography :link:hover,
.typography :visited:hover {
	color: #4a4a4a
}

.body_text ol,
.body_text ul,
.typography ol,
.typography ul {
	margin-top: 30px;
	margin-bottom: 30px
}

.body_text ol ol,
.body_text ol ul,
.body_text ul ol,
.body_text ul ul,
.typography ol ol,
.typography ol ul,
.typography ul ol,
.typography ul ul {
	margin: 0
}

.body_text li,
.typography li {
	position: relative;
	margin-top: 26px;
	margin-bottom: 26px
}

.body_text ul,
.typography ul {
	list-style: none;
	margin-left: 0;
	padding-left: 20px
}

.body_text ul li:before,
.typography ul li:before {
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 3px;
	border: 1px solid #978d85;
	display: block;
	content: "";
	float: left;
	margin: 10px 0 0 -20px
}

.body_text ul ul,
.typography ul ul {
	margin-left: 0
}

.body_text ol,
.typography ol {
	counter-reset: li;
	margin-left: 0;
	padding-left: 30px
}

.body_text ol>li,
.typography ol>li {
	list-style: none
}

.body_text ol>li:before,
.typography ol>li:before {
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	position: absolute;
	top: 0;
	left: -30px;
	color: #000;
	content: counter(li) ". ";
	counter-increment: li
}

.body_text h3+ol,
.body_text h3+ul,
.body_text h4+ol,
.body_text h4+ul,
.typography h3+ol,
.typography h3+ul,
.typography h4+ol,
.typography h4+ul {
	position: relative;
	margin-top: 34px;
	padding-top: 1px
}

.body_text h3+ol:before,
.body_text h3+ul:before,
.body_text h4+ol:before,
.body_text h4+ul:before,
.typography h3+ol:before,
.typography h3+ul:before,
.typography h4+ol:before,
.typography h4+ul:before {
	display: block;
	width: 40px;
	height: 1px;
	background-color: rgba(0, 0, 0, .47);
	content: "";
	position: absolute;
	top: 0;
	left: 0
}

.typography table {
	background-color: #fff;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	width: 100%;
	margin-bottom: 30px;
	table-layout: auto;
	text-align: left
}

.typography th {
	background-color: #286dc0;
	color: #fff;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .75px;
	word-spacing: 1.25px;
	text-transform: uppercase;
	padding: 16px 25px
}

.typography tr:nth-child(even) {
	background-color: #f9f9f9
}

.typography td {
	border-right: 1px solid #ddd;
	padding: 16px 22px
}

.typography td:last-child {
	border-right-width: 0
}

@keyframes rotate_360 {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

body,
html {
	background: #fff
}

body {
	min-width: 300px;
	overflow-x: hidden
}

::-moz-selection {
	background: rgba(99, 170, 255, .2);
	text-shadow: none
}

::selection {
	/*background: rgba(99, 170, 255, .2);*/
	text-shadow: none;
}

a {
	text-decoration: none
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
	transition: background-color .25s linear, border-color .25s linear, box-shadow .25s linear, color .25s linear, opacity .25s linear
}

em {
	font-style: italic
}

strong {
	font-weight: 700
}

hr {
	width: 100%;
	height: 1px;
	background: #eee;
	border: none;
	clear: both;
	margin: 0;
	padding: 0
}

iframe {
	border: none
}

audio,
canvas,
img,
svg,
video {
	vertical-align: middle
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

input,
textarea {
	border: 1px solid #f9f9f9;
	border-radius: 0;
	padding: 0
}

textarea {
	resize: vertical
}

menu {
	margin: 0;
	padding: 0
}

button {
	background: 0 0;
	border: none;
	padding: 0
}

figure {
	margin: 0
}

label {
	font-weight: 400
}

.margined,
.margined_top {
	margin-top: 20px
}

.margined,
.margined_bottom {
	margin-bottom: 20px
}

.margined_md,
.margined_md_top {
	margin-top: 40px
}

@media only screen and (min-width:980px) {

	.margined_md,
	.margined_md_top {
		margin-top: 60px
	}
}

.margined_md,
.margined_md_bottom {
	margin-bottom: 40px
}

@media only screen and (min-width:980px) {

	.margined_md,
	.margined_md_bottom {
		margin-bottom: 60px
	}
}

.margined_lg,
.margined_lg_top {
	margin-top: 40px
}

@media only screen and (min-width:980px) {

	.margined_lg,
	.margined_lg_top {
		margin-top: 80px
	}
}

.margined_lg,
.margined_lg_bottom {
	margin-bottom: 40px;
}

@media only screen and (min-width:980px) {

	.margined_lg,
	.margined_lg_bottom {
		/* margin-bottom: 80px */
	}
}

.padded,
.padded_top {
	padding-top: 20px
}

.padded,
.padded_bottom {
	padding-bottom: 20px
}

.padded_md,
.padded_md_top {
	padding-top: 40px
}

@media only screen and (min-width:980px) {

	.padded_md,
	.padded_md_top {
		padding-top: 60px
	}
}

.padded_md,
.padded_md_bottom {
	padding-bottom: 40px
}

@media only screen and (min-width:980px) {

	.padded_md,
	.padded_md_bottom {
		padding-bottom: 60px
	}
}

.padded_lg,
.padded_lg_top {
	padding-top: 40px
}

@media only screen and (min-width:980px) {

	.padded_lg,
	.padded_lg_top {
		padding-top: 80px
	}
}

.padded_lg,
.padded_lg_bottom {
	padding-bottom: 40px
}

@media only screen and (min-width:980px) {

	.padded_lg,
	.padded_lg_bottom {
		padding-bottom: 80px
	}
}

.bg_white {
	background-color: #fff
}

.bg_black {
	background-color: #222
}

.bg_true_black {
	background-color: #000
}

.bg_midnight {
	background-color: #ffffff;
}

.bg_marine {
	background-color: #286dc0
}

.bg_malibu {
	background-color: #0574d0;
	background: url(../images/xian_bg.png) repeat-x;
}

.bg_charcoal {
	background-color: #4a4a4a
}

.bg_greige {
	background-color: #978d85
}

.bg_greige_dk {
	background-color: #7e736b
}

.bg_dusty {
	background-color: #ddd
}

.bg_gray_light {
	background-color: #f9f9f9
}

.bg_green {
	background-color: #5F712d
}

.bg_orange {
	background-color: #bd5319
}

.color_white {
	color: #fff
}

.color_black {
	color: #222
}

.color_true_black {
	color: #000
}

.color_midnight {
	color: #00356b
}

.color_marine {
	color: #286dc0
}

.color_malibu {
	color: #63aaff
}

.color_charcoal {
	color: #4a4a4a
}

.color_greige {
	color: #978d85
}

.color_greige_dk {
	color: #7e736b
}

.color_dusty {
	color: #ddd
}

.color_gray_light {
	color: #f9f9f9
}

.color_green {
	color: #5F712d
}

.color_orange {
	color: #bd5319
}

.border_dusty {
	border: 1px solid #ddd
}

.block_left,
.left {
	float: left
}

.block_left {
	margin: 0 20px 20px 0
}

.block_right,
.right {
	float: right
}

.block_right {
	margin: 0 0 20px 20px
}

.clear {
	clear: both
}

.alpha_nav:after,
.clearfix:after,
.department_search_dropdown:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden
}

.contain,
.site_search_fieldset {
	overflow: hidden
}

.no_select,
.no_select * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.hidden {
	display: none !important;
	visibility: hidden
}

.visually_hidden {
	width: 1px;
	height: 1px;
	position: absolute;
	border: 0;
	clip: rect(0 0 0 0);
	margin: -1px;
	overflow: hidden;
	padding: 0
}

.visually_hidden.focusable:active,
.visually_hidden.focusable:focus {
	width: auto;
	height: auto;
	position: static;
	clip: auto;
	margin: 0;
	overflow: visible
}

.invisible {
	visibility: hidden
}

.offscreen {
	width: 1px;
	height: 1px;
	position: absolute;
	left: -999px;
	overflow: hidden;
	z-index: -999
}

.print {
	display: none
}

.block {
	display: block
}

.block_link,
.btn_site_seach,
.footer_nav_link,
.gateway_nav_link,
.instagram_teaser,
.main_nav_child_link,
.main_nav_link,
.secondary_nav_link,
.site_search_button {
	display: block
}

.font_smoothing {
	-webkit-font-smoothing: antialiased
}

.text_shadow {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}

.table_wrapper {
	overflow: auto
}

.relative {
	position: relative
}

@media only screen and (min-width:740px) {
	.equal_heights {
		overflow: hidden
	}
}

@media only screen and (min-width:740px) {
	.equal_heights .equal_heights_child {
		margin-bottom: -200px;
		padding-bottom: 200px
	}
}

.text_divide:after {
	display: block;
	width: 40px;
	height: 1px;
	background-color: #ddd;
	content: "";
	margin-top: 16px
}

@media only screen and (max-width:499px) {
	.mobile_centered_button {
		display: block;
		text-align: center
	}
}

.overlay_bg {
	display: none
}

.image_1_1 {
	padding-top: 100%
}

.image_57_40 {
	padding-top: 70.175%
}

.image_16_9 {
	padding-top: 56.25%
}

.responsive_image {
	display: block
}

.responsive_image picture {
	display: block
}

.responsive_image img {
	width: 100%
}

.svg-icon {
	display: inline-block;
	background-image: url(../fonts/icons.svg)
}

.no-svg .svg-icon {
	background-image: url(../images/icons.png)
}

.icon_before:before {
	background: url(../images/icons.png) no-repeat 0 0;
	content: "";
	display: inline-block
}

.svg .icon_before:before {
	background-image: url(../images/icons.svg)
}

.icon_after:after {
	background: url(../images/icons.png) no-repeat 0 0;
	content: "";
	display: inline-block
}

.svg .icon_after:after {
	background-image: url(../images/icons.svg)
}

.icon_only .icon_text {
	display: none !important;
	visibility: hidden
}

.icon_left:before {
	margin-right: 10px
}

.icon_right:after {
	margin-left: 10px
}

.icon_logo_lg.icon_before:before {
	width: 169px;
	height: 76px;
	background-position: 0 0
}

.icon_logo_lg.icon_after:after {
	width: 169px;
	height: 76px;
	background-position: 0 0
}

.icon_logo_lg_white.icon_before:before {
	width: 169px;
	height: 76px;
	background-position: 0 -100px
}

.icon_logo_lg_white.icon_after:after {
	width: 169px;
	height: 76px;
	background-position: 0 -100px
}

.icon_logo_sm.icon_before:before {
	width: 105px;
	height: 47px;
	background-position: -200px 0
}

.icon_logo_sm.icon_after:after {
	width: 105px;
	height: 47px;
	background-position: -200px 0
}

.icon_logo_sm_white.icon_before:before {
	width: 105px;
	height: 47px;
	background-position: -200px -50px
}

.icon_logo_sm_white.icon_after:after {
	width: 105px;
	height: 47px;
	background-position: -200px -50px
}

.play_circle.icon_before:before {
	width: 92px;
	height: 92px;
	background-position: -200px -100px
}

.play_circle.icon_after:after {
	width: 92px;
	height: 92px;
	background-position: -200px -100px
}

.shuffle.icon_before:before {
	width: 14px;
	height: 14px;
	background-position: -300px -100px
}

.shuffle.icon_after:after {
	width: 14px;
	height: 14px;
	background-position: -300px -100px
}

.close_large_charcoal.icon_before:before {
	width: 17px;
	height: 17px;
	background-position: -300px -120px
}

.close_large_charcoal.icon_after:after {
	width: 17px;
	height: 17px;
	background-position: -300px -120px
}

.close_large_white.icon_before:before {
	width: 17px;
	height: 17px;
	background-position: -300px -140px
}

.close_large_white.icon_after:after {
	width: 17px;
	height: 17px;
	background-position: -300px -140px
}

.button {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .75px;
	word-spacing: 1.25px;
	text-transform: uppercase;
	display: inline-block;
	padding: 16px 20px;
	transition: color .25s, background .25s, border .25s, box-shadow .25s
}

.button_full {
	display: block;
	width: 100%;
	text-align: center
}

.button_text {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .75px;
	word-spacing: 1.25px;
	text-transform: uppercase;
	display: inline-block
}

.button_bordered,
.button_bordered_charcoal,
.button_bordered_dusty,
.button_bordered_white,
.button_bordered_white_trans,
.button_solid,
.button_solid_charcoal,
.button_solid_dusty,
.button_solid_greige,
.button_solid_marine,
.button_solid_midnight,
.button_solid_white,
.google-cse .form-submit,
.webform-client-form .webform-submit {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .75px;
	word-spacing: 1.25px;
	text-transform: uppercase;
	display: inline-block;
	padding: 16px 20px;
	transition: color .25s, background .25s, border .25s, box-shadow .25s;
	border: 1px solid transparent
}

.boxshadow .button_bordered,
.boxshadow .button_bordered_charcoal,
.boxshadow .button_bordered_dusty,
.boxshadow .button_bordered_white,
.boxshadow .button_bordered_white_trans,
.boxshadow .button_solid,
.boxshadow .button_solid_charcoal,
.boxshadow .button_solid_dusty,
.boxshadow .button_solid_greige,
.boxshadow .button_solid_marine,
.boxshadow .button_solid_midnight,
.boxshadow .button_solid_white,
.boxshadow .google-cse .form-submit,
.boxshadow .webform-client-form .webform-submit {
	border-width: 0;
	box-shadow: inset 0 0 0 1px transparent
}

.button_bordered:focus,
.button_bordered_charcoal:focus,
.button_bordered_dusty:focus,
.button_bordered_white:focus,
.button_bordered_white_trans:focus,
.button_solid:focus,
.button_solid_charcoal:focus,
.button_solid_dusty:focus,
.button_solid_greige:focus,
.button_solid_marine:focus,
.button_solid_midnight:focus,
.button_solid_white:focus,
.google-cse .form-submit:focus,
.no-touch .button_bordered:hover,
.no-touch .button_bordered_charcoal:hover,
.no-touch .button_bordered_dusty:hover,
.no-touch .button_bordered_white:hover,
.no-touch .button_bordered_white_trans:hover,
.no-touch .button_solid:hover,
.no-touch .button_solid_charcoal:hover,
.no-touch .button_solid_dusty:hover,
.no-touch .button_solid_greige:hover,
.no-touch .button_solid_marine:hover,
.no-touch .button_solid_midnight:hover,
.no-touch .button_solid_white:hover,
.no-touch .google-cse .form-submit:hover,
.no-touch .webform-client-form .webform-submit:hover,
.webform-client-form .webform-submit:focus {
	border: 1px solid transparent
}

.boxshadow .button_bordered:focus,
.boxshadow .button_bordered_charcoal:focus,
.boxshadow .button_bordered_dusty:focus,
.boxshadow .button_bordered_white:focus,
.boxshadow .button_bordered_white_trans:focus,
.boxshadow .button_solid:focus,
.boxshadow .button_solid_charcoal:focus,
.boxshadow .button_solid_dusty:focus,
.boxshadow .button_solid_greige:focus,
.boxshadow .button_solid_marine:focus,
.boxshadow .button_solid_midnight:focus,
.boxshadow .button_solid_white:focus,
.boxshadow .google-cse .form-submit:focus,
.boxshadow .webform-client-form .webform-submit:focus,
.no-touch.boxshadow .button_bordered:hover,
.no-touch.boxshadow .button_bordered_charcoal:hover,
.no-touch.boxshadow .button_bordered_dusty:hover,
.no-touch.boxshadow .button_bordered_white:hover,
.no-touch.boxshadow .button_bordered_white_trans:hover,
.no-touch.boxshadow .button_solid:hover,
.no-touch.boxshadow .button_solid_charcoal:hover,
.no-touch.boxshadow .button_solid_dusty:hover,
.no-touch.boxshadow .button_solid_greige:hover,
.no-touch.boxshadow .button_solid_marine:hover,
.no-touch.boxshadow .button_solid_midnight:hover,
.no-touch.boxshadow .button_solid_white:hover,
.no-touch.boxshadow .google-cse .form-submit:hover,
.no-touch.boxshadow .webform-client-form .webform-submit:hover {
	border-width: 0;
	box-shadow: inset 0 0 0 1px transparent
}

.button_bordered_charcoal {
	border-color: #4a4a4a
}

.boxshadow .button_bordered_charcoal {
	box-shadow: inset 0 0 0 1px #4a4a4a
}

.button_bordered_charcoal:focus,
.no-touch .button_bordered_charcoal:hover {
	background-color: #4a4a4a
}

.button_bordered_dusty {
	border-color: #ddd
}

.boxshadow .button_bordered_dusty {
	box-shadow: inset 0 0 0 1px #ddd
}

.button_bordered_dusty:focus,
.no-touch .button_bordered_dusty:hover {
	background-color: #ddd
}

.button_bordered_white_trans {
	border-color: #fff;
	border-color: rgba(255, 255, 255, .17)
}

.boxshadow .button_bordered_white_trans {
	box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .17)
}

.button_bordered_white_trans:focus,
.no-touch .button_bordered_white_trans:hover {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .17)
}

.button_bordered_white {
	border-color: #fff
}

.boxshadow .button_bordered_white {
	box-shadow: inset 0 0 0 1px #fff
}

.button_bordered_white:focus,
.no-touch .button_bordered_white:hover {
	background-color: #fff
}

.button_solid_charcoal {
	background-color: #4a4a4a
}

.button_solid_charcoal:focus,
.no-touch .button_solid_charcoal:hover {
	background-color: transparent;
	border-color: #4a4a4a
}

.boxshadow .button_solid_charcoal:focus,
.no-touch.boxshadow .button_solid_charcoal:hover {
	box-shadow: inset 0 0 0 1px #4a4a4a
}

.button_solid_marine {
	background-color: #286dc0;
	color: #fff
}

.button_solid_marine:focus,
.no-touch .button_solid_marine:hover {
	color: #286dc0;
	background-color: transparent;
	border-color: #286dc0
}

.boxshadow .button_solid_marine:focus,
.no-touch.boxshadow .button_solid_marine:hover {
	box-shadow: inset 0 0 0 1px #286dc0
}

.button_solid_white {
	background-color: #fff;
	color: #222
}

.button_solid_white:focus,
.no-touch .button_solid_white:hover {
	color: #fff;
	background-color: transparent;
	border-color: #fff
}

.boxshadow .button_solid_white:focus,
.no-touch.boxshadow .button_solid_white:hover {
	box-shadow: inset 0 0 0 1px #fff
}

.button_solid_dusty {
	background-color: #ddd
}

.button_solid_dusty:focus,
.no-touch .button_solid_dusty:hover {
	background-color: transparent;
	border-color: #ddd
}

.boxshadow .button_solid_dusty:focus,
.no-touch.boxshadow .button_solid_dusty:hover {
	box-shadow: inset 0 0 0 1px #ddd
}

.button_solid_midnight {
	background-color: #00356b
}

.button_solid_midnight:focus,
.no-touch .button_solid_midnight:hover {
	color: #00356b;
	background-color: transparent;
	border-color: #ddd
}

.boxshadow .button_solid_midnight:focus,
.no-touch.boxshadow .button_solid_midnight:hover {
	box-shadow: inset 0 0 0 1px #ddd
}

.button_solid_greige {
	background-color: #7e736b
}

.button_solid_greige:focus,
.no-touch .button_solid_greige:hover {
	color: #7e736b;
	background-color: transparent;
	border-color: #7e736b
}

.boxshadow .button_solid_greige:focus,
.no-touch.boxshadow .button_solid_greige:hover {
	box-shadow: inset 0 0 0 1px #7e736b
}

.button_icon_after:after {
	margin-left: 8px
}

.button_icon_before:before {
	margin-right: 8px
}

.button_icon_up_arrow:after {
	margin-left: 8px
}

.button_icon_up_arrow:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f106"
}

.button_icon_right_arrow:after {
	margin-left: 8px
}

.button_icon_right_arrow:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent transparent;
	content: "";
	position: relative;
	top: -1px;
	display: inline-block;
	transition: border .25s
}

.button_icon_right_arrow.button_solid_marine:after {
	border-color: transparent transparent transparent #fff
}

.button_icon_right_arrow.button_solid_marine:focus:after,
.no-touch .button_icon_right_arrow.button_solid_marine:hover:after {
	border-color: transparent transparent transparent #286dc0
}

.button_icon_right_arrow.button_solid_white:after {
	border-color: transparent transparent transparent #222
}

.button_icon_right_arrow.button_solid_white:focus:after,
.no-touch .button_icon_right_arrow.button_solid_white:hover:after {
	border-color: transparent transparent transparent #fff
}

.button_icon_right_arrow.button_bordered_dusty.color_black:after {
	border-color: transparent transparent transparent #222
}

.button_icon_right_arrow.button_solid_dusty.color_black:after {
	border-color: transparent transparent transparent #222
}

.button_icon_right_arrow.button_solid_greige:after {
	border-color: transparent transparent transparent #fff
}

.button_icon_right_arrow.button_solid_greige:focus:after,
.no-touch .button_icon_right_arrow.button_solid_greige:hover:after {
	border-color: transparent transparent transparent #7e736b
}

.button_hover_bg_white:focus,
.no-touch .button_hover_bg_white:hover {
	background-color: #fff;
	border-color: transparent
}

.boxshadow .button_hover_bg_white:focus,
.no-touch.boxshadow .button_hover_bg_white:hover {
	box-shadow: inset 0 0 0 1px transparent
}

.button_hover_bg_midnight:focus,
.no-touch .button_hover_bg_midnight:hover {
	background-color: #00356b;
	color: #fff;
	border-color: transparent
}

.boxshadow .button_hover_bg_midnight:focus,
.no-touch.boxshadow .button_hover_bg_midnight:hover {
	box-shadow: inset 0 0 0 1px transparent
}

.button_icon_left_video:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f03d"
}

.button_icon_left_video:before {
	margin-right: 8px
}

.button_icon_left_photo:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f03e"
}

.button_icon_left_photo:before {
	margin-right: 8px
}

#skip_to_content {
	background-color: #ddd;
	display: block;
	color: #222;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .75px;
	word-spacing: 1.25px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 20px;
	text-align: center;
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

#skip_to_content:focus {
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.no-csstransforms #skip_to_content {
	top: -100%
}

.no-csstransforms #skip_to_content:focus {
	top: 0
}

.body_wrapper {
	position: relative
}

.page {
	overflow: hidden
}

.page:focus {
	outline: 0
}

.page_feature {
	min-height: 4px
}

.page_divider_cell {
	position: relative
}

.page_divider_cell:before {
	background-color: #286dc0;
	display: block;
	height: 4px;
	width: 104%;
	position: absolute;
	top: 0;
	right: -2%;
	left: -2%;
	content: "";
	margin: 0;
	transition: opacity .3s .5s
}

.fs-navigation-lock .page_divider_cell:before {
	opacity: 0;
	transition: opacity .3s
}

.page_container:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden
}

@media screen and (min-width:980px) {

	.page_sidebar,
	.sub_nav_sidebar {
		width: 22.91666667%
	}
}

.page_sidebar {
	padding-bottom: 40px;
	clear: right
}

@media only screen and (min-width:980px) {
	.page_sidebar {
		padding-bottom: 80px
	}
}

.page_sidebar:empty {
	padding-bottom: 0
}

@media screen and (min-width:980px) {
	.page_content {
		width: 64.58333333%
	}
}

@media screen and (min-width:980px) {
	.page_content_wide {
		width: 81.25%
	}
}

@media screen and (min-width:980px) {
	.page_content_wide {
		margin-left: 9.375%
	}
}

@media screen and (min-width:1220px) {
	.page_content_wide {
		width: 64.58333333%
	}
}

@media screen and (min-width:1220px) {
	.page_content_wide {
		margin-left: 17.70833333%
	}
}

@media only screen and (min-width:980px) {
	.mobile_sidebar {
		display: none
	}
}

@media only screen and (min-width:980px) {

	.page_callouts .margined:first-child,
	.page_callouts .margined_lg:first-child,
	.page_callouts .margined_md:first-child {
		margin-top: 0
	}
}

.site_message {
	overflow: hidden;
	display: none;
	padding: 30px 0
}

.font_size_large .site_message {
	display: block
}

.site_message_description p {
	margin: 20px 0
}

.typography {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6;
	font-family: Mallory, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: -.1px
}

@media only screen and (min-width:740px) {
	.typography {
		font-size: 20px;
		font-size: 1.25rem
	}
}

.typography :link,
.typography :visited {
	color: #286dc0;
	border-bottom: 1px solid
}

.typography :link:hover,
.typography :visited:hover {
	color: #4a4a4a
}

.typography ol,
.typography ul {
	margin-top: 30px;
	margin-bottom: 30px
}

.typography ol ol,
.typography ol ul,
.typography ul ol,
.typography ul ul {
	margin: 0
}

.typography li {
	position: relative;
	margin-top: 26px;
	margin-bottom: 26px
}

.typography ul {
	list-style: none;
	margin-left: 0;
	padding-left: 20px
}

.typography ul li:before {
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 3px;
	border: 1px solid #978d85;
	display: block;
	content: "";
	float: left;
	margin: 10px 0 0 -20px
}

.typography ul ul {
	margin-left: 0
}

.typography ol {
	counter-reset: li;
	margin-left: 0;
	padding-left: 30px
}

.typography ol>li {
	list-style: none
}

.typography ol>li:before {
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	position: absolute;
	top: 0;
	left: -30px;
	color: #000;
	content: counter(li) ". ";
	counter-increment: li
}

.typography h3+ol,
.typography h3+ul,
.typography h4+ol,
.typography h4+ul {
	position: relative;
	margin-top: 34px;
	padding-top: 1px
}

.typography h3+ol:before,
.typography h3+ul:before,
.typography h4+ol:before,
.typography h4+ul:before {
	display: block;
	width: 40px;
	height: 1px;
	background-color: rgba(0, 0, 0, .47);
	content: "";
	position: absolute;
	top: 0;
	left: 0
}

.typography h1 {
	color: #222;
	font-size: 34px;
	font-size: 2.125rem;
	line-height: 1.2;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-weight: 400;
	margin: 30px 0
}

@media only screen and (min-width:740px) {
	.typography h1 {
		font-size: 55px;
		font-size: 3.4375rem
	}
}

.typography h2 {
	color: #286dc0;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.2;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-weight: 400;
	margin: 40px 0 22px
}

@media only screen and (min-width:740px) {
	.typography h2 {
		font-size: 40px;
		font-size: 2.5rem
	}
}

.typography h3 {
	color: #00356b;
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1.2;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-weight: 400;
	margin: 40px 0 25px
}

@media only screen and (min-width:740px) {
	.typography h3 {
		font-size: 30px;
		font-size: 1.875rem
	}
}

.typography h4 {
	color: #222;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.20833333;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-weight: 400;
	letter-spacing: .13px;
	margin: 40px 0 14px
}

.typography h5 {
	color: #00356b;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .75px;
	word-spacing: 1.25px;
	text-transform: uppercase;
	margin: 20px 0
}

.typography h6 {
	color: #00356b;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1.15px;
	word-spacing: 1.5px;
	text-transform: uppercase;
	margin: 20px 0
}

.typography .intro {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.33333333;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	color: #222
}

@media only screen and (min-width:740px) {
	.typography .intro {
		font-size: 30px;
		font-size: 1.875rem
	}
}

.typography .intro p {
	margin: 56px 0
}

.typography h2+p,
.typography h3+p,
.typography h4+p,
.typography h5+p,
.typography h6+p {
	margin-top: -4px
}

.typography .intro p:first-child {
	margin-top: 36px
}

.typography p {
	margin: 22px 0
}

.region-content .typography {
	margin-bottom: 40px
}

@media only screen and (min-width:980px) {
	.region-content .typography {
		margin-bottom: 80px
	}
}

.gateway_nav_link,
.mobile_sidebar .secondary_nav_link,
.nav_mobile_button {
	margin: 1px 0;
	padding: 14px 10px
}

.main_nav {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.20833333;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	position: relative;
	z-index: 1;
	letter-spacing: .4px;
	transform: translateZ(0)
}

@media only screen and (min-width:980px) {
	.main_nav {
		clear: right;
		float: right;
		margin-top: 12px
	}
}

@media only screen and (min-width:980px) and (max-width:1219px) {
	.main_nav {
		font-size: 21px;
		font-size: 1.3125rem;
		margin-right: -10px
	}
}

@media only screen and (min-width:1220px) {
	.main_nav {
		margin-right: -23px
	}
}

.mobile_sidebar .main_nav {
	margin-bottom: 20px;
	border-top: 1px solid #2b5177
}

@media only screen and (max-width:979px) {
	.header .main_nav {
		display: none
	}
}

.main_nav_item {
	position: relative
}

@media only screen and (min-width:980px) {
	.main_nav_item {
		float: left
	}
}

.header .main_nav_item.focused .main_nav_link,
.no-touch .header .main_nav_item:hover .main_nav_link {
	background-color: #fff;
	color: #286dc0;
	box-shadow: inset 4px 0 0 #00356b, inset 0 1px 0 #ddd, inset -1px 0 0 #ddd
}

.header .main_nav_item.focused .main_nav_link:after,
.no-touch .header .main_nav_item:hover .main_nav_link:after {
	background-color: #fff;
	display: block;
	width: calc(100% - 5px);
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 4px;
	content: ""
}

.header .main_nav_item.focused .main_nav_child,
.no-touch .header .main_nav_item:hover .main_nav_child {
	opacity: 1;
	visibility: visible
}

.no-boxshadow.no-touch .header .main_nav_item:hover .main_nav_link {
	border-color: #ddd;
	border-bottom-color: #fff;
	border-left: 4px solid #00356b
}

.no-boxshadow.no-touch .header .main_nav_item:hover .main_nav_link:after {
	display: none
}

.header .main_nav_item:last-child.focused .main_nav_link,
.no-touch .header .main_nav_item:last-child:hover .main_nav_link {
	box-shadow: inset -4px 0 0 #00356b, inset 0 1px 0 #ddd, inset 1px 0 0 #ddd
}

.header .main_nav_item:last-child.focused .main_nav_link:after,
.no-touch .header .main_nav_item:last-child:hover .main_nav_link:after {
	right: 4px;
	left: auto
}

.header .main_nav_item:last-child .main_nav_link {
	box-shadow: inset -4px 0 0 transparent, inset 0 1px 0 transparent, inset 1px 0 0 transparent
}

.no-boxshadow .header .main_nav_item:last-child .main_nav_link {
	border-right: none;
	border-left: 1px solid transparent
}

@media only screen and (min-width:980px) and (max-width:1219px) {
	.main_nav_link {
		padding: 18px 15px 14px
	}
}

@media only screen and (min-width:1220px) {
	.main_nav_link {
		padding: 18px 23px 14px
	}
}

.no-boxshadow .header .main_nav_link {
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 4px solid #fff
}

.no-boxshadow .header .main_nav_link:after {
	display: block;
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	transition: background .25s
}

.header .main_nav_link {
	color: #00356b;
	position: relative;
	z-index: 2;
	box-shadow: inset 4px 0 0 transparent, inset 0 1px 0 transparent, inset -1px 0 0 transparent;
	transition: background .25s .1s, border .25s .1s, box-shadow .25s .1s, color .25s .1s
}

.header .main_nav_link:active {
	outline: 0
}

.header .active .main_nav_link {
	color: #286dc0
}

.mobile_sidebar .main_nav_link {
	color: #fff;
	border-bottom: 1px solid #2b5177;
	padding: 14px 0
}

.no-touch .mobile_sidebar .main_nav_link:hover {
	background-color: #2b5177
}

.mobile_sidebar .main_nav_text {
	display: block;
	width: 294px;
	margin: 0 auto
}

@media only screen and (min-width:500px) {
	.mobile_sidebar .main_nav_text {
		width: 470px
	}
}

@media only screen and (min-width:740px) {
	.mobile_sidebar .main_nav_text {
		width: 705px
	}
}

.main_nav_child {
	background-color: #fff;
	display: block;
	width: 285px;
	position: absolute;
	left: 0;
	z-index: 1;
	box-shadow: inset 4px 0 0 #00356b, inset 0 1px 0 #ddd, inset -1px 0 0 #ddd, inset 0 -1px 0 #ddd;
	margin-top: -1px;
	padding: 26px 24px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s .1s, visibility .25s .1s
}

.no-boxshadow .main_nav_child {
	border: 1px solid #ddd;
	border-left-width: 0
}

.no-boxshadow .main_nav_child:after {
	display: block;
	background-color: #00356b;
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: ""
}

.main_nav_item:last-child .main_nav_child {
	right: 0;
	left: auto;
	box-shadow: inset -4px 0 0 #00356b, inset 0 1px 0 #ddd, inset 1px 0 0 #ddd, inset 0 -1px 0 #ddd
}

.no-boxshadow .main_nav_item:last-child .main_nav_child {
	border: 1px solid #ddd;
	border-right-width: 0
}

.no-boxshadow .main_nav_item:last-child .main_nav_child:after {
	right: 0;
	left: auto
}

.main_nav_child_link {
	color: #00356b;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.2;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	border-bottom: 1px solid #ddd;
	letter-spacing: .54px;
	padding: 12px 0 10px
}

.no-touch .main_nav_child_link:hover {
	color: #286dc0
}

.main_nav_child_link:focus {
	color: #286dc0;
	border-bottom-color: rgba(151, 141, 133, .6);
	outline: 2px solid #286dc0
}

.main_nav_child_link:active {
	outline: 0
}

.secondary_nav {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .75px;
	word-spacing: 1.25px;
	text-transform: uppercase;
	letter-spacing: .55px
}

@media only screen and (min-width:980px) {
	.secondary_nav {
		float: right
	}
}

.header .secondary_nav {
	color: #286dc0
}

@media only screen and (max-width:979px) {
	.header .secondary_nav {
		display: none
	}
}

.secondary_nav_link {
	color: inherit
}

@media only screen and (min-width:980px) {
	.secondary_nav_link {
		float: left;
		padding: 16px 0
	}
}

.header .secondary_nav_link {
	border-bottom: 1px solid transparent
}

.header .secondary_nav_link:focus .secondary_nav_text {
	border-color: #286dc0;
	border-color: rgba(40, 109, 192, .6)
}

.header .secondary_nav_link:active {
	outline: 0
}

.no-touch .header .secondary_nav_link:hover .secondary_nav_text {
	border-color: #286dc0;
	border-color: rgba(40, 109, 192, .6)
}

@media only screen and (min-width:980px) {
	.header .secondary_nav_link:after {
		background-color: #978d85;
		display: block;
		width: 2px;
		height: 2px;
		content: "";
		display: inline-block;
		vertical-align: middle
	}
}

.header .secondary_nav_link:last-child:after {
	content: normal;
	display: none
}

.mobile_sidebar .secondary_nav_link {
	padding-left: 0
}

.no-touch .mobile_sidebar .secondary_nav_link:hover {
	color: #286dc0
}

.header .secondary_nav_text {
	border-bottom: 1px solid transparent;
	display: inline-block;
	margin: 0 15px
}

.header .secondary_nav_text,
.header .secondary_nav_text:active,
.header .secondary_nav_text:focus,
.header .secondary_nav_text:hover,
.header .secondary_nav_text:link,
.header .secondary_nav_text:visited {
	transition: background-color .25s linear, border-color .25s linear, box-shadow .25s linear, color .25s linear, opacity .25s linear
}

.gateway_nav {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .75px;
	word-spacing: 1.25px;
	text-transform: uppercase;
	color: #286dc0
}

.gateway_nav_link {
	position: relative;
	background-color: #00274E;
	color: inherit;
	padding-right: 22px
}

.gateway_nav_link:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent #286dc0;
	content: "";
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	transition: border .25s
}

.no-touch .gateway_nav_link:hover {
	color: #fff
}

.no-touch .gateway_nav_link:hover:after {
	border-left-color: #fff
}

@media only screen and (max-width:979px) {
	.gateway_form {
		display: none
	}
}

@media only screen and (max-width:499px) {
	.footer_nav {
		padding: 0 22px
	}
}

.footer_nav_label {
	color: #63aaff;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .75px;
	word-spacing: 1.25px;
	text-transform: uppercase
}

.footer_nav_label:after {
	display: block;
	width: 40px;
	height: 1px;
	background-color: #63aaff;
	content: "";
	margin-top: 16px
}

.footer_nav_list {
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.2;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	letter-spacing: .5px;
	margin-bottom: 40px
}

@media only screen and (min-width:740px) {
	.footer_nav_list {
		overflow: hidden
	}
}

.footer_nav_link {
	color: inherit;
	padding: 12px 10px 12px 0
}

@media only screen and (min-width:740px) {
	.footer_nav_link {
		width: 33.33333333%;
		float: left
	}
}

@media only screen and (min-width:740px) {

	.footer_nav_link:first-child+a+a+a,
	.footer_nav_link:first-child+a+a+a+a+a+a {
		clear: left
	}
}

.footer_nav_link:focus,
.no-touch .footer_nav_link:hover {
	color: #978d85
}

.footer_nav_link:active {
	outline: 0
}

@media only screen and (max-width:739px) {
	.visitor_nav {
		display: none
	}
}

.social_nav {
	color: #fff;
	margin: 30px 0
}

@media only screen and (min-width:500px) {
	.social_nav {
		margin: 40px 0 20px
	}
}

@media only screen and (min-width:740px) {
	.social_nav {
		overflow: hidden
	}
}

@media only screen and (min-width:980px) {
	.social_nav {
		float: left;
		margin: 20px 0
	}
}

.social_nav_link {
	font-size: 37px;
	font-size: 2.3125rem;
	color: inherit;
	line-height: 1;
	padding: 0 4px
}

.no-touch .social_nav_link:hover,
.social_nav_link:focus {
	color: #978d85
}

.social_nav_link:active {
	outline: 0
}

@media only screen and (min-width:500px) and (max-width:739px) {
	.social_nav_link {
		font-size: 26px;
		font-size: 1.625rem;
		padding: 0 4px
	}
}

@media only screen and (min-width:740px) {
	.social_nav_link {
		padding: 0 8px
	}
}

@media only screen and (min-width:980px) {
	.social_nav_link {
		font-size: 20px;
		font-size: 1.25rem;
		padding: 8px
	}
}

@media only screen and (min-width:740px) {
	.social_nav_link {
		display: block;
		float: left
	}
}

@media only screen and (max-width:979px) {
	.social_nav_link:first-child {
		padding-left: 0
	}
}

.social_nav_link:last-child {
	padding-right: 0
}

@media only screen and (min-width:980px) {
	.social_nav_link.itunes {
		position: relative;
		top: -4px
	}
}

.facebook .social_nav_link_icon:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f082"
}

.twitter .social_nav_link_icon:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f099"
}

.youtube .social_nav_link_icon:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f16a"
}

.apple .social_nav_link_icon:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f179"
}

.tumblr .social_nav_link_icon:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f174"
}

.weibo .social_nav_link_icon:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f18a"
}

.social_nav_link_text {
	width: 1px;
	height: 1px;
	position: absolute;
	border: 0;
	clip: rect(0 0 0 0);
	margin: -1px;
	overflow: hidden;
	padding: 0
}

.social_nav_link_text.focusable:active,
.social_nav_link_text.focusable:focus {
	width: auto;
	height: auto;
	position: static;
	clip: auto;
	margin: 0;
	overflow: visible
}

.social_all_link {
	display: block;
	color: #fff
}

@media only screen and (max-width:979px) {
	.social_all_link {
		display: block;
		width: 100%;
		text-align: center;
		background-color: #4a4a4a;
		padding: 22px 12px
	}

	.no-touch .social_all_link:hover,
	.social_all_link:focus {
		background-color: transparent;
		border-color: #4a4a4a
	}

	.boxshadow .social_all_link:focus,
	.no-touch.boxshadow .social_all_link:hover {
		box-shadow: inset 0 0 0 1px #4a4a4a
	}
}

@media only screen and (min-width:980px) {
	.social_all_link {
		float: left;
		padding: 8px 0 8px 20px;
		margin: 20px 0
	}
}

.social_all_link:after {
	border-color: transparent transparent transparent #fff
}

@media only screen and (min-width:980px) {

	.no-touch .social_all_link:hover,
	.social_all_link:focus {
		color: #978d85
	}
}

@media only screen and (min-width:980px) {

	.no-touch .social_all_link:hover:after,
	.social_all_link:focus:after {
		border-color: transparent transparent transparent #978d85
	}
}

.breadcrumb_nav {
	overflow: hidden;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .75px;
	word-spacing: 1.25px;
	text-transform: uppercase;
	word-spacing: 1.5px;
	margin: 40px 0 50px
}

@media only screen and (max-width:979px) {
	.breadcrumb_nav {
		display: none
	}
}

.breadcrumb_item {
	float: left
}

.breadcrumb_link {
	display: block;
	color: #4a4a4a;
	padding: 10px 0 10px 10px
}

.breadcrumb_link:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105"
}

.breadcrumb_link:after {
	margin-left: 8px
}

.breadcrumb_link:focus,
.no-touch .breadcrumb_link:hover {
	color: #286dc0
}

.breadcrumb_link:active {
	outline: 0
}

.breadcrumb_home {
	padding-left: 0
}

.breadcrumb_current {
	display: block;
	color: #286dc0;
	float: left;
	padding: 10px 0 10px 10px
}

@media only screen and (min-width:980px) {
	.sub_nav_handle {
		display: none
	}
}

.sub_nav_handle.fs-navigation-toggle-handle.fs-navigation-enabled {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .75px;
	word-spacing: 1.25px;
	text-transform: uppercase;
	margin-top: 40px;
	color: #00356b;
	height: 48px;
	border: 1px solid #ddd;
	border-radius: 0;
	line-height: 48px;
	transition: background .25s, color .25s
}

@media only screen and (min-width:980px) {
	.sub_nav_handle.fs-navigation-toggle-handle.fs-navigation-enabled {
		margin-top: 60px
	}
}

.sub_nav_handle.fs-navigation-toggle-handle.fs-navigation-enabled:after,
.sub_nav_handle.fs-navigation-toggle-handle.fs-navigation-enabled:before {
	background-color: #00356b;
	display: block;
	width: 20px;
	height: 1px;
	position: absolute;
	top: -2px;
	right: 15px;
	bottom: 0;
	content: "";
	margin: auto 0;
	transition: box-shadow .25s .25s, transform .25s
}

.sub_nav_handle.fs-navigation-toggle-handle.fs-navigation-enabled.fs-navigation-handle.fs-navigation-enabled:after {
	box-shadow: 0 5px 0 #00356b, 0 -5px 0 #00356b
}

.sub_nav_handle.fs-navigation-toggle-handle.fs-navigation-enabled.fs-navigation-handle.fs-navigation-open:after,
.sub_nav_handle.fs-navigation-toggle-handle.fs-navigation-enabled.fs-navigation-handle.fs-navigation-open:before {
	transition: box-shadow .25s, transform .25s .25s
}

.sub_nav_handle.fs-navigation-toggle-handle.fs-navigation-enabled.fs-navigation-handle.fs-navigation-open:after {
	box-shadow: 0 0 0 #00356b, 0 0 0 #00356b;
	content: "";
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.sub_nav_handle.fs-navigation-toggle-handle.fs-navigation-enabled.fs-navigation-handle.fs-navigation-open:before {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.no-touch .sub_nav_handle:hover {
	background-color: #f9f9f9
}

.sub_nav_wrapper.fs-navigation-toggle-nav.fs-navigation-enabled {
	border-color: #ddd;
	border-radius: 0
}

@media only screen and (min-width:980px) {
	.sub_nav {
		border-top: 1px solid #ddd;
		margin: 30px -20px
	}
}

@media only screen and (min-width:1220px) {
	.sub_nav {
		margin: 30px -25px
	}
}

.sub_nav_item {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.09090909;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	letter-spacing: .2px
}

@media only screen and (max-width:979px) {
	.sub_nav_item:last-child .sub_nav_link_primary {
		border-bottom-width: 0
	}
}

.sub_nav_item_open {
	background-color: #f9f9f9;
	box-shadow: 0 -1px 0 #f9f9f9
}

.sub_nav_link {
	display: block
}

.sub_nav_link_primary {
	color: #222;
	border-bottom: 1px solid #ddd;
	padding: 20px
}

@media only screen and (min-width:1220px) {
	.sub_nav_link_primary {
		padding: 20px 25px
	}
}

.no-touch .sub_nav_link_primary:hover {
	color: #286dc0
}

.sub_nav_link_primary.active {
	background-color: #286dc0;
	color: #fff
}

.no-touch .sub_nav_link_primary.active:hover {
	color: #fff
}

.sub_nav_item_open .sub_nav_link_primary {
	position: relative;
	border-bottom-width: 0
}

.sub_nav_item_open .sub_nav_link_primary:after {
	display: block;
	width: 40px;
	height: 1px;
	background-color: #978d85;
	content: "";
	position: absolute;
	bottom: 0;
	transition: opacity 0s
}

.fs-navigation-enabled .sub_nav_link_primary:focus {
	background-color: #00356b;
	color: #fff
}

.fs-navigation-enabled .sub_nav_link_primary:focus:after {
	opacity: 0
}

.sub_nav_secondary {
	padding: 10px 0 30px
}

.sub_nav_link_secondary {
	color: #222;
	font-size: 14px;
	font-size: .875rem;
	line-height: 2.28571429;
	font-family: Mallory, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: .15px;
	padding: 6px 20px
}

@media only screen and (min-width:1220px) {
	.sub_nav_link_secondary {
		padding: 6px 25px
	}
}

.no-touch .sub_nav_link_secondary:hover {
	color: #286dc0
}

.sub_nav_link_secondary.active {
	color: #286dc0;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal
}

.fs-navigation-enabled .sub_nav_link_secondary:focus {
	background-color: #00356b;
	color: #fff
}

.alpha_nav {
	font-size: 12px;
	font-size: .75rem;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #222;
	line-height: 1;
	text-transform: uppercase
}

.alpha_nav_list {
	border-left-width: 0;
	float: left
}

.alpha_nav_link {
	display: block;
	color: #222;
	float: left
}

.alpha_nav_letter {
	display: block;
	background-color: #fff;
	width: 30px;
	height: 30px;
	width: 48.8px;
	height: 38px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	box-shadow: 0 1px 0 #ddd, -1px 0 0 #ddd;
	float: left;
	line-height: 38px;
	text-align: center;
	vertical-align: middle
}

@media only screen and (min-width:500px) {
	.alpha_nav_letter {
		width: 46.9px
	}
}

@media only screen and (min-width:740px) {
	.alpha_nav_letter {
		width: 54.2px
	}
}

@media only screen and (min-width:980px) {
	.alpha_nav_letter {
		width: 23.8px;
		height: 30px;
		line-height: 30px
	}
}

@media only screen and (min-width:1220px) {
	.alpha_nav_letter {
		width: 29.8px
	}
}

.no-touch .alpha_nav_letter:hover {
	background-color: #286dc0;
	color: #fff
}

.alpha_nav_letter_disabled {
	background-color: #f9f9f9
}

.alpha_nav_letter_active,
.alpha_nav_link.fs-swap-active .alpha_nav_letter {
	background-color: #00356b;
	color: #fff
}

.header {
	font-size: 16px;
	font-size: 1rem;
	position: relative;
	z-index: 2;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-shadow: 0 4px 0 transparent;
	transition: background .3s .5s, height .25s
}

@media only screen and (max-width:739px) {
	.header {
		height: 90px
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.header {
		height: 170px
	}
}

@media only screen and (max-width:979px) {
	.header {
		overflow: hidden
	}
}

.fs-navigation-lock .header {
	background-color: #00356b;
	transition: background .3s
}

@media only screen and (max-width:739px) {
	.header.js-toggle_active {
		height: 185px
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.header.js-toggle_active {
		height: 290px
	}
}

.header_cell {
	padding: 14px 0 28px
}

@media only screen and (min-width:980px) {
	.header_cell {
		padding: 90px 0 60px
	}
}

.logo_main {
	display: block;
	width: 105px;
	height: 47px;
	float: left;
	margin-left: -10px
}

@media only screen and (min-width:740px) {
	.logo_main {
		width: 169px;
		height: 76px;
		margin: 34px 0 18px -17px
	}
}

@media only screen and (min-width:980px) {
	.logo_main {
		margin-top: 25px;
		margin-bottom: 0
	}
}

.logo_main:after,
.logo_main:before {
	display: block;
	background: url(../images/icons.png) no-repeat 0 0;
	width: 105px;
	height: 47px;
	position: absolute;
	content: "";
	transition: opacity .3s .5s, visibility .3s .5s
}

.svg .logo_main:after,
.svg .logo_main:before {
	background-image: url(../images/icons.svg)
}

@media only screen and (min-width:740px) {

	.logo_main:after,
	.logo_main:before {
		width: 169px;
		height: 76px
	}
}

.logo_main:before {
	background-position: -200px 0
}

@media only screen and (min-width:740px) {
	.logo_main:before {
		background-position: 0 0
	}
}

.fs-navigation-lock .logo_main:before {
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s
}

.logo_main:after {
	background-position: -200px -50px;
	opacity: 0;
	visibility: hidden
}

@media only screen and (min-width:740px) {
	.logo_main:after {
		background-position: 0 -100px
	}
}

.fs-navigation-lock .logo_main:after {
	opacity: 1;
	visibility: visible;
	transition: opacity .3s, visibility .3s
}

.logo_main:focus {
	opacity: .7
}

.mobile_nav_handle {
	background-color: #00356b;
	color: #fff;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	word-spacing: 1.25px;
	text-transform: uppercase;
	float: right;
	letter-spacing: .75px;
	margin-left: 10px;
	text-align: center;
	transition: background .25s
}

@media only screen and (max-width:739px) {
	.mobile_nav_handle {
		overflow: hidden;
		text-indent: 200%;
		white-space: nowrap;
		width: 47px;
		height: 47px
	}
}

@media only screen and (min-width:740px) {
	.mobile_nav_handle {
		height: 50px;
		min-width: 150px;
		padding: 16px 18px 16px 46px
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.mobile_nav_handle {
		margin-top: 60px
	}
}

@media only screen and (min-width:980px) {
	.mobile_nav_handle {
		display: none
	}
}

.mobile_nav_handle.fs-navigation-open {
	background-color: #286dc0
}

.no-touch .mobile_nav_handle:hover {
	background-color: #286dc0
}

.btn_site_seach {
	background-color: #fff;
	color: #00356b;
	position: relative;
	height: 50px;
	float: right
}

.btn_site_seach:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f002"
}

@media only screen and (max-width:739px) {
	.btn_site_seach {
		width: 47px;
		height: 47px
	}
}

@media only screen and (min-width:740px) {
	.btn_site_seach {
		margin-left: 40px;
		padding: 15px 18px
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.btn_site_seach {
		margin-top: 60px
	}
}

.btn_site_seach:focus,
.no-touch .btn_site_seach:hover {
	background-color: #f9f9f9
}

.header .btn_site_seach {
	border: 1px solid #ddd
}

.fs-navigation-lock .header .btn_site_seach {
	border: 1px solid transparent
}

.header .btn_site_seach:focus {
	border-color: rgba(151, 141, 133, .6)
}

.mobile_sidebar .btn_site_seach {
	background-color: #fff
}

.btn_site_seach:before {
	font-size: 12px;
	font-size: .75rem
}

@media only screen and (max-width:739px) {
	.btn_site_seach:before {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		display: block;
		width: 12px;
		height: 12px;
		text-align: center
	}
}

@media only screen and (min-width:740px) {
	.btn_site_seach:before {
		margin-right: 5px
	}
}

.btn_site_seach_text {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	word-spacing: 1.25px;
	text-transform: uppercase;
	letter-spacing: .75px
}

@media only screen and (max-width:739px) {
	.btn_site_seach_text {
		width: 1px;
		height: 1px;
		position: absolute;
		border: 0;
		clip: rect(0 0 0 0);
		margin: -1px;
		overflow: hidden;
		padding: 0
	}

	.btn_site_seach_text.focusable:active,
	.btn_site_seach_text.focusable:focus {
		width: auto;
		height: auto;
		position: static;
		clip: auto;
		margin: 0;
		overflow: visible
	}
}

.gateway_form {
	float: right;
	margin-left: 10px
}

.gateway_select {
	margin: 0
}

.gateway_select .fs-dropdown-item {
	padding: 12px 0
}

.gateway_select.fs-dropdown-open .fs-dropdown-options {
	width: 190px;
	border-width: 0;
	padding: 0 20px 20px
}

.site_search {
	background-color: #fff;
	clear: both;
	opacity: 0;
	transition: opacity .01s .25s, visibility .01s .25s;
	visibility: hidden
}

@media only screen and (min-width:980px) {
	.site_search {
		height: 0;
		opacity: 1;
		overflow: hidden;
		transition: height .25s;
		visibility: hidden
	}
}

.header.js-toggle_active .site_search {
	opacity: 1;
	visibility: visible;
	transition: opacity .01s, visibility .01s
}

@media only screen and (min-width:980px) {
	.header.js-toggle_active .site_search {
		height: 126px;
		transition: height .25s
	}
}

.site_search_row {
	padding-bottom: 28px
}

@media only screen and (min-width:740px) {
	.site_search_row {
		padding-bottom: 40px
	}
}

.site_search_fieldset {
	padding: 16px
}

@media only screen and (min-width:740px) {
	.site_search_fieldset {
		padding: 26px
	}
}

.site_search_input {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.20833333;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-weight: 400;
	letter-spacing: .13px;
	font-size: 18px;
	font-size: 1.125rem;
	width: 75%;
	border-width: 0;
	display: block;
	float: left
}

@media only screen and (min-width:740px) {
	.site_search_input {
		font-size: 20px;
		font-size: 1.25rem
	}
}

@media only screen and (min-width:980px) {
	.site_search_input {
		font-size: 24px;
		font-size: 1.5rem
	}
}

.site_search_input:-ms-input-placeholder {
	color: #222;
	text-overflow: ellipsis
}

.site_search_input::placeholder {
	color: #222;
	text-overflow: ellipsis
}

.site_search_input[placeholder] {
	color: #222;
	text-overflow: ellipsis
}

.site_search_button {
	background-color: #fff;
	color: #00356b;
	position: relative;
	float: right;
	padding: 2px 6px
}

.site_search_button:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f002"
}

@media only screen and (min-width:740px) {
	.site_search_button {
		font-size: 20px;
		font-size: 1.25rem
	}
}

@media only screen and (min-width:980px) {
	.site_search_button {
		font-size: 22px;
		font-size: 1.375rem
	}
}

.site_search_button:focus {
	opacity: .8
}

.footer {
	background-color: #222;
	color: #978d85;
	overflow: hidden
}

@media only screen and (min-width:740px) {
	.footer {
		padding-top: 80px
	}
}

.visitor_form {
	margin: 20px 0 30px
}

@media only screen and (min-width:740px) {
	.visitor_form {
		display: none
	}
}

.visitor_select {
	margin: 0
}

@media only screen and (min-width:980px) {
	.footer_nav_section {
		width: 620px;
		clear: left;
		float: left
	}
}

@media only screen and (min-width:1220px) {
	.footer_nav_section {
		width: 775px
	}
}

.instagram_teaser {
	color: #fff;
	position: relative;
	overflow: hidden
}

@media only screen and (min-width:500px) and (max-width:979px) {
	.instagram_teaser {
		width: 48%;
		float: left
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.instagram_teaser {
		width: 200px;
		margin-right: 30px
	}
}

@media only screen and (min-width:500px) {
	.instagram_teaser {
		margin: 40px 0
	}
}

@media only screen and (min-width:740px) {
	.instagram_teaser {
		margin-right: 30px
	}
}

@media only screen and (min-width:980px) {
	.instagram_teaser {
		width: 240px;
		float: right;
		margin: 10px 0
	}
}

@media only screen and (min-width:1220px) {
	.instagram_teaser {
		width: 310px
	}
}

.instagram_teaser:focus .instagram_teaser_image,
.no-touch .instagram_teaser:hover .instagram_teaser_image {
	opacity: .75
}

.instagram_teaser:after {
	display: block;
	background-color: rgba(0, 0, 0, 0);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
	width: 100%;
	height: 50%;
	position: absolute;
	right: 0;
	bottom: -10%;
	content: "";
	opacity: .6
}

.instagram_teaser_image {
	display: block;
	transform: translate3d(0, 0, 0);
	transition: opacity .25s
}

.instagram_teaser_caption {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
	z-index: 1;
	text-align: center
}

.instagram_teaser_caption:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f16d"
}

@media only screen and (min-width:500px) and (max-width:979px) {
	.instagram_teaser_caption {
		font-size: 13px;
		font-size: .8125rem;
		letter-spacing: 0
	}
}

.instagram_teaser_caption:before {
	font-size: 23px;
	font-size: 1.4375rem;
	position: relative;
	bottom: -4px;
	line-height: 1;
	margin-right: 8px
}

@media only screen and (min-width:500px) and (max-width:979px) {
	.instagram_teaser_caption:before {
		font-size: 21px;
		font-size: 1.3125rem;
		bottom: -2px;
		margin-right: 6px
	}
}

.social_properties {
	margin-bottom: 40px
}

@media only screen and (min-width:500px) and (max-width:739px) {
	.social_properties {
		width: 48%;
		float: right
	}
}

@media only screen and (min-width:740px) {
	.social_properties {
		float: left
	}
}

@media only screen and (min-width:980px) {
	.social_properties {
		float: right
	}
}

.footer_legal {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	letter-spacing: .2px;
	letter-spacing: normal;
	margin: 40px 0
}

@media only screen and (max-width:739px) {
	.footer_legal {
		clear: both;
		text-align: center
	}
}

@media only screen and (min-width:740px) {
	.footer_legal {
		float: left;
		margin: 0
	}
}

@media only screen and (min-width:980px) and (max-width:1219px) {
	.footer_legal {
		font-size: 16px;
		font-size: 1rem
	}
}

@media only screen and (min-width:980px) {
	.footer_legal {
		margin: 24px 0
	}
}

@media only screen and (max-width:499px) {
	.footer_legal_copy {
		display: block
	}
}

@media only screen and (min-width:500px) {
	.footer_legal_copy:after {
		font-size: 18px;
		font-size: 1.125rem;
		content: "\2022";
		display: inline-block;
		padding: 0 3px 0 7px
	}
}

@media only screen and (max-width:499px) {
	.footer_legal_rights {
		display: block
	}
}

@media only screen and (min-width:740px) {
	.footer_legal_rights:after {
		font-size: 18px;
		font-size: 1.125rem;
		content: "\2022";
		display: inline-block;
		padding: 0 3px 0 7px
	}
}

.footer_legal_contact {
	color: #fff
}

.no-touch .footer_legal_contact:hover {
	color: #978d85
}

@media only screen and (max-width:739px) {
	.footer_legal_contact {
		display: block
	}
}

.footer_to_top {
	margin-top: 20px;
	margin-bottom: 20px
}

@media only screen and (min-width:740px) {
	.footer_to_top {
		display: none
	}
}

.footer_to_top a {
	color: #fff;
	padding: 22px 12px
}

.footer_divider {
	background-color: #4a4a4a
}

.footer_divider_md {
	display: none
}

@media only screen and (min-width:500px) and (max-width:979px) {
	.footer_divider_md {
		display: block
	}
}

.footer_divider_lg {
	display: none
}

@media only screen and (min-width:980px) {
	.footer_divider_lg {
		display: block
	}
}

.mobile_sidebar {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.mobile_sidebar_header {
	background-color: #00356b;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	opacity: 0;
	transition: opacity .3s .5s, visibility .3s .5s;
	visibility: hidden
}

@media only screen and (max-width:739px) {
	.mobile_sidebar_header {
		height: 90px
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.mobile_sidebar_header {
		height: 170px
	}
}

@media only screen and (max-width:979px) {
	.mobile_sidebar_header {
		overflow: hidden
	}
}

.fs-navigation-lock .mobile_sidebar_header {
	opacity: 1;
	transition: opacity .3s, visibility .3s;
	visibility: visible
}

.mobile_sidebar_nav_container {
	margin-bottom: 50px
}

@media screen and (max-width:739px) {
	.mobile_sidebar_nav_container {
		width: 47.91666667%
	}
}

@media screen and (min-width:740px) and (max-width:979px) {
	.mobile_sidebar_nav_container {
		width: 47.91666667%
	}
}

.mobile_sidebar_body {
	background-color: #00356b;
	width: 100%;
	padding-top: 90px;
	padding-bottom: 50px
}

@media only screen and (min-width:740px) {
	.mobile_sidebar_body {
		padding-top: 170px
	}
}

@media screen and (min-height:625px) {
	.mobile_sidebar_body {
		height: 100%
	}
}

.fs-navigation-reveal-nav.fs-navigation-enabled .mobile_sidebar_body {
	transform: translate3d(0, -100%, 0)
}

.fs-navigation-reveal-nav.fs-navigation-animated .mobile_sidebar_body {
	transition: transform .5s cubic-bezier(.635, -.08, .735, .045), visibility 1ms linear .8s
}

.fs-navigation-reveal-nav.fs-navigation-open .mobile_sidebar_body {
	transform: translate3d(0, 0, 0);
	transition: transform .5s cubic-bezier(.175, .885, .24, 1.11) .3s, visibility 1ms
}

.fs-navigation-reveal-nav.fs-navigation-enabled .no-csstransforms3d .mobile_sidebar_body {
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%)
}

.fs-navigation-reveal-nav.fs-navigation-open .no-csstransforms3d .mobile_sidebar_body {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.footnotes {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5;
	letter-spacing: .15px;
	margin: 40px 0;
	padding: 0 22px
}

.footnotes h5 {
	color: #286dc0;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .75px;
	word-spacing: 1.25px;
	text-transform: uppercase
}

.footnotes h5:after {
	display: block;
	width: 40px;
	height: 1px;
	background-color: #ddd;
	content: "";
	margin-top: 16px
}

img {
	max-width: 100%;
	height: auto !important
}

.caption_wrapper,
.img_left,
.img_right {
	max-width: 35%;
	height: auto !important;
	margin-top: 5px;
	margin-bottom: .25em
}

.caption_left,
.img_left {
	float: left;
	margin-right: 5.5%
}

.caption_right,
.img_right {
	float: right;
	margin-left: 5.5%
}

.caption_wrapper .img_left,
.caption_wrapper .img_right {
	max-width: 100%;
	height: auto !important
}

.caption {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.28571429;
	clear: both;
	margin-bottom: 1.2em
}

@media screen and (max-width:499px) {
	.caption_wrapper {
		max-width: 100%;
		float: none !important
	}
}

.site_alert {
	overflow: hidden;
	padding: 30px 0
}

@media only screen and (min-width:980px) {
	.site_alert {
		position: relative;
		z-index: 30;
		margin-bottom: -60px
	}
}

.page_feature .site_alert {
	position: relative;
	z-index: 1
}

@media only screen and (max-width:979px) {
	.site_alert_large {
		display: none
	}
}

.site_alert_title {
	margin: 12px 0
}

.site_alert_description {
	letter-spacing: .64px
}

.site_alert_description p {
	margin: 12px 0
}

.site_alert_description a {
	color: #fff;
	border-bottom: 1px solid #fff;
	border-bottom-color: rgba(255, 255, 255, .4);
	padding-bottom: 4px
}

.no-touch .site_alert_description a:hover {
	border-bottom-color: #fff
}

.single_flex_callout {
	transform: translate3d(0, 0, 0)
}

@media only screen and (min-width:740px) {
	.single_flex_callout_cell:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		line-height: 0;
		visibility: hidden
	}
}

.single_flex_callout_media {
	position: relative
}

@media only screen and (min-width:980px) {
	.single_flex_callout_media {
		width: 870px;
		float: right;
		margin: 0 -50px 0 -260px;
		overflow: hidden
	}
}

@media only screen and (min-width:1220px) {
	.single_flex_callout_media {
		margin: 0 -80px 0 -60px
	}
}

.single_flex_callout_header {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 1
}

@media only screen and (max-width:739px) {
	.single_flex_callout_header {
		display: none
	}
}

@media only screen and (min-width:980px) {
	.single_flex_callout_header {
		top: 30px;
		right: 50px
	}
}

@media only screen and (min-width:1220px) {
	.single_flex_callout_header {
		right: 80px
	}
}

.single_flex_callout_heading {
	font-size: 35px;
	font-size: 2.1875rem;
	line-height: 1.08571429;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-weight: 400;
	margin: 0
}

.single_flex_callout_figure {
	position: relative
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.single_flex_callout_figure {
		margin-right: -50px;
		margin-left: -50px
	}
}

.single_flex_callout_figure:before {
	display: block;
	padding-top: 70.175%;
	content: ""
}

.single_flex_callout_picture {
	display: block;
	position: absolute;
	top: 0;
	right: 0
}

@media only screen and (min-width:740px) {
	.single_flex_callout_picture {
		width: 100%
	}
}

.single_flex_callout_content {
	padding: 20px
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.single_flex_callout_content {
		position: relative;
		z-index: 1;
		margin-top: -220px;
		padding: 50px 60px
	}
}

@media only screen and (min-width:980px) {
	.single_flex_callout_content {
		width: 380px;
		height: 600px;
		position: relative;
		z-index: 1;
		box-shadow: -50px 0 0 #f9f9f9;
		margin-top: 11px;
		padding: 60px 50px 30px 0;
		float: left
	}
}

@media only screen and (min-width:1220px) {
	.single_flex_callout_content {
		width: 425px;
		height: 581px;
		box-shadow: -80px 0 0 #f9f9f9;
		margin-top: 30px;
		padding-top: 80px;
		padding-right: 80px
	}
}

.no-boxshadow .single_flex_callout_content {
	position: relative
}

.no-boxshadow .single_flex_callout_content:after {
	display: block;
	background-color: #f9f9f9;
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -50px;
	content: ""
}

.single_flex_callout_content_header {
	width: 100%;
	display: table
}

.single_flex_callout_category {
	caption-side: top;
	display: table-caption;
	margin: 10px 0 20px
}

.single_flex_callout_title {
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 1.11111111;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-weight: 400;
	margin: 10px 0
}

.single_flex_callout_description p {
	margin: 10px 0
}

.single_flex_callout_footer {
	padding: 20px 0 10px
}

.single_flex_callout_button {
	margin: 5px 0
}

@media only screen and (max-width:499px) {
	.single_flex_callout_button {
		display: block;
		text-align: center
	}
}

@media only screen and (min-width:500px) {
	.single_flex_callout_button {
		margin-right: 5px
	}
}

.no-touch .single_flex_callout_button:hover,
.single_flex_callout_button:focus {
	background-color: #286dc0;
	color: #fff;
	border-color: transparent
}

.boxshadow .single_flex_callout_button:focus,
.no-touch.boxshadow .single_flex_callout_button:hover {
	box-shadow: inset 0 0 0 1px transparent
}

.no-touch .single_flex_callout_button.button_icon_right_arrow:hover:after,
.single_flex_callout_button.button_icon_right_arrow:focus:after {
	border-color: transparent transparent transparent #fff
}

.single_flex_feature {
	background-color: #fff;
	position: relative;
	z-index: 1
}

.single_flex_feature_cell {
	position: relative
}

@media only screen and (min-width:980px) {
	.single_flex_feature_cell {
		position: relative
	}
}

@media only screen and (min-width:980px) {
	.single_flex_feature_media {
		width: 840px;
		margin: 0 -140px 0 -170px
	}
}

@media only screen and (min-width:1220px) {
	.single_flex_feature_media {
		margin-left: -50px
	}
}

@media only screen and (max-width:979px) {
	.single_flex_feature_figure {
		margin-right: -138px;
		margin-left: -138px;
		overflow: hidden
	}
}

@media only screen and (max-width:739px) {
	.single_flex_feature_figure:before {
		content: normal;
		display: none
	}
}

@media only screen and (max-width:739px) {
	.single_flex_feature_picture {
		position: static
	}
}

@media only screen and (max-width:739px) {
	.single_flex_feature_content {
		position: relative;
		z-index: 1;
		margin-top: -70px
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.single_flex_feature_content {
		width: 615px;
		position: absolute;
		bottom: 0;
		left: 0;
		margin-top: 0;
		padding-left: 0
	}
}

@media only screen and (min-width:740px) {
	.single_flex_feature_content {
		box-shadow: -140px 0 0 #f9f9f9
	}
}

@media only screen and (min-width:980px) {
	.single_flex_feature_content {
		width: 400px;
		height: 578px
	}
}

@media only screen and (min-width:1220px) {
	.single_flex_feature_content {
		width: 515px;
		height: 559px;
		box-shadow: -108px 0 0 #f9f9f9;
		padding-right: 108px
	}
}

@media only screen and (max-width:979px) {
	.single_flex_feature_description {
		display: none
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.single_flex_feature_footer {
		padding: 6px 0 0 0
	}
}

.single_flex_archive {
	margin: 10px 0 0 0
}

@media only screen and (max-width:499px) {
	.single_flex_archive {
		display: block;
		text-align: center
	}
}

@media only screen and (min-width:980px) {
	.single_flex_archive {
		position: absolute;
		right: 0;
		bottom: 0
	}
}

.no-touch .single_flex_archive:hover,
.single_flex_archive:focus {
	background-color: #286dc0;
	color: #fff;
	border-color: transparent
}

.no-touch .single_flex_archive:hover:after,
.single_flex_archive:focus:after {
	border-color: transparent transparent transparent #fff !important
}

.boxshadow .single_flex_archive:focus,
.no-touch.boxshadow .single_flex_archive:hover {
	box-shadow: inset 0 0 0 1px transparent
}

@media only screen and (min-width:980px) {
	.single_flex_archive_sm {
		display: none
	}
}

.single_flex_archive_lg {
	display: none
}

@media only screen and (min-width:980px) and (max-width:1439px) {
	.single_flex_archive_lg {
		display: block
	}
}

.single_flex_archive_xl {
	display: none
}

@media screen and (min-width:1470px) {
	.single_flex_archive_xl {
		display: block
	}
}

@media only screen and (min-width:980px) {
	.single_flex_large_media {
		width: 900px;
		margin-left: -320px
	}
}

@media only screen and (min-width:1220px) {
	.single_flex_large_media {
		width: 1105px;
		margin-left: -300px
	}
}

@media only screen and (min-width:980px) {
	.single_flex_large_content {
		width: 500px;
		height: auto;
		min-height: 520px;
		margin-top: 60px
	}
}

@media only screen and (min-width:1220px) {
	.single_flex_large_content {
		min-height: 560px;
		margin-top: 165px
	}
}

@media only screen and (min-width:980px) {
	.single_flex_large_type_content {
		min-height: auto;
		margin-top: 120px
	}
}

@media only screen and (min-width:1220px) {
	.single_flex_large_type_content {
		margin-top: 180px;
		padding-bottom: 80px
	}
}

@media only screen and (min-width:980px) {
	.single_flex_large_type_title {
		font-size: 55px;
		font-size: 3.4375rem
	}
}

.sidebar_callout {
	margin: 20px 0;
	padding: 30px
}

@media screen and (min-width:370px) and (max-width:499px),
screen and (min-width:550px) and (max-width:739px),
screen and (min-width:780px) {
	.sidebar_callout {
		margin-right: -30px;
		margin-left: -30px
	}
}

@media only screen and (min-width:500px) {
	.sidebar_callout {
		overflow: hidden
	}
}

.sidebar_callout.theme_white {
	background-color: #fff;
	border: 1px solid #ddd
}

.sidebar_callout.theme_gray {
	background-color: #f9f9f9
}

.sidebar_callout.theme_blue {
	background-color: #00356b
}

.sidebar_callout_figure {
	background-color: #222;
	position: relative;
	margin-bottom: 35px
}

@media only screen and (min-width:500px) and (max-width:739px) {
	.sidebar_callout_figure {
		width: 150px;
		float: right;
		margin: 0 0 0 20px
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.sidebar_callout_figure {
		width: 225px;
		float: left;
		margin: 0 25px 0 0
	}
}

.sidebar_callout_figure:after {
	padding-top: 56.25%;
	content: "";
	display: block
}

@media only screen and (min-width:500px) and (max-width:739px) {
	.sidebar_callout_figure:after {
		padding-top: 100%
	}
}

.sidebar_callout_image {
	position: absolute;
	top: 0;
	left: 0
}

@media only screen and (min-width:500px) and (max-width:979px) {
	.sidebar_callout_content {
		overflow: hidden
	}
}

.sidebar_callout_title {
	color: #286dc0;
	margin: 20px 0
}

.sidebar_callout_title:after {
	background-color: #978d85
}

.theme_blue .sidebar_callout_title {
	color: #63aaff
}

.theme_blue .sidebar_callout_title:after {
	background-color: #fff
}

.sidebar_callout_description {
	color: #222
}

@media only screen and (min-width:740px) {
	.sidebar_callout_description {
		font-size: 19px;
		font-size: 1.1875rem
	}
}

.theme_blue .sidebar_callout_description {
	color: #fff
}

.theme_blue .sidebar_callout_description :link,
.theme_blue .sidebar_callout_description :visited {
	color: #fff
}

.theme_blue .sidebar_callout_description :hover {
	color: #63aaff
}

.sidebar_callout_description p {
	margin: 0
}

.body_text .sidebar_callout_media_description_link:link,
.body_text .sidebar_callout_media_description_link:visited {
	border: none
}

.sidebar_callout_description_link {
	display: block;
	color: inherit;
	padding-right: 13px
}

.sidebar_callout_description_link:after {
	margin-left: 8px
}

.sidebar_callout_description_link:after {
	position: relative;
	top: -3px;
	display: inline-block;
	margin-right: -12px;
	transition: border .25s, transform .25s ease
}

.theme_gray .sidebar_callout_description_link:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent #00356b;
	content: ""
}

.theme_blue .sidebar_callout_description_link:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent #fff;
	content: ""
}

.theme_white .sidebar_callout_description_link:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent #978d85;
	content: ""
}

.no-touch .sidebar_callout_description_link:active,
.no-touch .sidebar_callout_description_link:focus,
.no-touch .sidebar_callout_description_link:hover {
	color: #63aaff
}

.no-touch .sidebar_callout_description_link:active:after,
.no-touch .sidebar_callout_description_link:focus:after,
.no-touch .sidebar_callout_description_link:hover:after {
	transform: translate3d(3px, 0, 0)
}

.no-touch .theme_gray .sidebar_callout_description_link:hover:after,
.no-touch .theme_white .sidebar_callout_description_link:hover:after {
	border-color: transparent transparent transparent #286dc0
}

.no-touch .bg_midnight .sidebar_callout_description_link:hover {
	color: #63aaff
}

.no-touch .bg_midnight .sidebar_callout_description_link:hover:after {
	border-color: transparent transparent transparent #63aaff
}

.sidebar_callout_button {
	margin: 30px 0
}

@media only screen and (max-width:499px) {
	.sidebar_callout_button {
		display: block
	}
}

.sidebar_callout_button:after {
	position: relative;
	top: -2px;
	display: inline-block;
	margin-left: 8px;
	transition: .25s border
}

.theme_gray .sidebar_callout_button {
	color: #222;
	border: 1px solid #ddd
}

.boxshadow .theme_gray .sidebar_callout_button {
	border-width: 0;
	box-shadow: inset 0 0 0 1px #ddd
}

.theme_gray .sidebar_callout_button:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent #222;
	content: ""
}

.no-touch .theme_gray .sidebar_callout_button:hover {
	background-color: #ddd;
	border-color: transparent;
	box-shadow: inset 0 0 0 1px transparent
}

.theme_blue .sidebar_callout_button {
	color: #fff;
	border: 1px solid #ddd;
	border-color: rgba(221, 221, 221, .4)
}

.boxshadow .theme_blue .sidebar_callout_button {
	border-width: 0;
	box-shadow: inset 0 0 0 1px rgba(221, 221, 221, .4)
}

.theme_blue .sidebar_callout_button:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent #fff;
	content: ""
}

.no-touch .theme_blue .sidebar_callout_button:hover {
	background-color: #fff;
	color: #00356b;
	border-color: transparent;
	box-shadow: inset 0 0 0 1px transparent
}

.no-touch .theme_blue .sidebar_callout_button:hover:after {
	border-color: transparent transparent transparent #00356b
}

.theme_white .sidebar_callout_button {
	background-color: #fff;
	border-width: 0;
	box-shadow: inset 0 0 0 1px #ddd;
	color: #222
}

.theme_white .sidebar_callout_button:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent #222;
	content: ""
}

.no-touch .theme_white .sidebar_callout_button:hover {
	background-color: #286dc0;
	box-shadow: inset 0 0 0 1px transparent;
	color: #fff
}

.no-touch .theme_white .sidebar_callout_button:hover:after {
	border-color: transparent transparent transparent #fff
}

.sidebar_callout_border_top.theme_gray {
	border-top: 4px solid #286dc0
}

.sidebar_callout_border_top.theme_white {
	border-top: 4px solid #00356b
}

.boxshadow .sidebar_callout_border_top.theme_gray {
	border-top-width: 0;
	box-shadow: inset 0 4px 0 #286dc0
}

.boxshadow .sidebar_callout_border_top.theme_white {
	border-top-width: 0;
	box-shadow: inset 0 4px 0 #00356b
}

@media only screen and (min-width:500px) {
	.sidebar_callout_media_title {
		margin-top: 0
	}
}

.sidebar_callout_video_link {
	display: block;
	background-color: #000;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.sidebar_callout_video_link:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: opacity .25s linear
}

.sidebar_callout_video_link .sidebar_callout_image {
	opacity: .5;
	transition: opacity .25s linear
}

.no-touch .sidebar_callout_video_link:hover:after {
	opacity: .3
}

.no-touch .sidebar_callout_video_link:hover .sidebar_callout_image {
	opacity: 1
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.sidebar_callout_text {
		padding-right: 100px;
		padding-left: 100px
	}
}

.sidebar_callout_text_content {
	text-align: center
}

.theme_gray .sidebar_callout_text_title {
	color: #222
}

.sidebar_callout_text_title:after {
	margin-right: auto;
	margin-left: auto
}

.content_card {
	position: relative
}

.content_card_figure {
	position: relative;
	opacity: .5;
	transition: opacity .25s
}

.content_card_content {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding: 30px;
	transform: translate3d(0, 0, 0);
	transition: opacity .25s
}

.content_card_header {
	width: 100%;
	display: table
}

.content_card_subtitle {
	caption-side: top;
	display: table-caption;
	margin: 0 0 24px 0
}

.content_card_subtitle:after {
	background-color: rgba(221, 221, 221, .5)
}

.content_card_title {
	margin: 10px 0
}

.content_card_description p {
	margin: 0
}

.callout_pair.theme_gray {
	background-color: #f9f9f9
}

@media screen and (min-width:740px) and (max-width:979px) {
	.callout_pair_cell {
		width: 47.91666667%
	}
}

@media screen and (min-width:980px) {
	.callout_pair_cell {
		width: 47.91666667%
	}
}

@media only screen and (max-width:739px) {
	.callout_pair_cell {
		margin-top: 10px;
		margin-bottom: 10px
	}
}

.card_carousel_wrapper {
	position: relative;
	z-index: 1
}

@media only screen and (max-width:739px) {
	.card_carousel_row {
		display: none
	}
}

.card_carousel {
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding-left: 52px
}

@media only screen and (min-width:980px) {
	.card_carousel {
		box-shadow: inset 0 108px 0 #f9f9f9;
		padding-left: 80px
	}
}

@media only screen and (min-width:1220px) {
	.card_carousel {
		padding-left: 165px
	}
}

@media only screen and (min-width:980px) {
	.boxshadow .card_carousel:before {
		display: block;
		background-color: #f9f9f9;
		width: 108px;
		height: 108px;
		position: absolute;
		top: 0;
		left: -108px;
		content: ""
	}
}

@media (min-width:1350px) {
	.card_carousel.fs-carousel-enabled {
		width: 1250px
	}
}

@media only screen and (min-width:740px) {
	.card_carousel .fs-carousel-container {
		width: 563px
	}
}

@media only screen and (min-width:980px) {
	.card_carousel .fs-carousel-container {
		width: 575px
	}
}

@media (min-width:1350px) {
	.card_carousel .fs-carousel-container {
		width: 1150px
	}
}

.card_carousel_panel {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	overflow: hidden
}

.card_carousel_panel .fs-carousel-pagination {
	background-color: #000;
	width: auto;
	height: 60px;
	background-color: rgba(0, 0, 0, .5);
	float: left;
	margin: 0;
	padding: 19px 35px 0
}

@media only screen and (min-width:980px) {
	.fs-carousel-enabled .card_carousel_panel .fs-carousel-pagination {
		display: none !important
	}
}

.fs-carousel-enabled .card_carousel_panel .fs-carousel-page {
	position: relative;
	width: 22px;
	height: 22px;
	background-color: transparent;
	border-radius: 0;
	margin: 0;
	opacity: 1
}

.fs-carousel-enabled .card_carousel_panel .fs-carousel-page:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: #fff;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	content: "";
	opacity: .3
}

.fs-carousel-enabled .card_carousel_panel .fs-carousel-page.fs-carousel-active:after {
	opacity: 1
}

.card_carousel_context {
	position: relative;
	z-index: 10;
	height: 60px;
	float: left;
	line-height: 1;
	padding: 24px 20px 0
}

.card_carousel_controls {
	overflow: hidden;
	position: relative;
	width: 120px;
	height: 60px;
	display: none;
	float: left;
	opacity: 0;
	pointer-events: none;
	visibility: hidden
}

@media only screen and (max-width:979px) {
	.card_carousel_controls {
		display: none
	}
}

.fs-carousel-enabled .card_carousel_controls .fs-carousel-control {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	background-color: #000;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 0;
	box-shadow: none;
	cursor: default;
	float: left;
	margin: 0;
	opacity: 1;
	text-indent: inherit;
	transition: background .25s, color .25s;
	visibility: visible
}

.fs-carousel-enabled .card_carousel_controls .fs-carousel-control:before {
	content: normal;
	display: none
}

.fs-carousel-enabled .card_carousel_controls .fs-carousel-control:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	color: #ddd;
	width: 10px;
	height: 30px;
	color: rgba(255, 255, 255, .4);
	content: "";
	line-height: 1
}

.fs-carousel-enabled .card_carousel_controls .fs-carousel-control.fs-carousel-visible {
	cursor: pointer
}

.no-touch .fs-carousel-enabled .card_carousel_controls .fs-carousel-control.fs-carousel-visible:hover {
	background-color: rgba(0, 0, 0, .85)
}

.fs-carousel-enabled .card_carousel_controls .fs-carousel-control.fs-carousel-visible:after {
	color: #fff
}

.fs-carousel-enabled .card_carousel_controls .fs-carousel-control_previous {
	left: 0
}

.fs-carousel-enabled .card_carousel_controls .fs-carousel-control_previous:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f104"
}

.fs-carousel-enabled .card_carousel_controls .fs-carousel-control_previous:after {
	font-size: 30px;
	font-size: 1.875rem
}

.fs-carousel-enabled .card_carousel_controls .fs-carousel-control_next {
	right: 0
}

.fs-carousel-enabled .card_carousel_controls .fs-carousel-control_next:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105"
}

.fs-carousel-enabled .card_carousel_controls .fs-carousel-control_next:after {
	font-size: 30px;
	font-size: 1.875rem
}

@media (min-width:1350px) {
	.minimum_count .card_carousel_controls {
		display: none
	}
}

.carousel_card {
	min-height: 1px;
	margin: 0
}

.carousel_card_link,
.carousel_card_link:link {
	display: block;
	position: relative;
	margin: -30px;
	padding: 30px;
	transition: padding .25s
}

.touch .carousel_card_link,
.touch .carousel_card_link:link {
	padding-right: 70px
}

.carousel_card_link:focus,
.carousel_card_link:link:focus,
.no-touch .carousel_card_link:hover,
.no-touch .carousel_card_link:link:hover {
	padding-bottom: 45px
}

.carousel_card_link:focus .carousel_card_link_icon,
.carousel_card_link:link:focus .carousel_card_link_icon,
.no-touch .carousel_card_link:hover .carousel_card_link_icon,
.no-touch .carousel_card_link:link:hover .carousel_card_link_icon {
	border-color: rgba(255, 255, 255, .6)
}

.carousel_card_link_icon {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	border: 1px solid rgba(255, 255, 255, .3);
	transition: border .25s
}

.carousel_card_link_icon:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0c1"
}

.carousel_card_link_icon:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	width: 14px;
	height: 14px
}

.no-touch .carousel_card_link_icon {
	display: none
}

.carousel_card_image {
	max-width: 100%
}

.content_card_with_quote:after,
.content_card_with_text:after {
	display: block;
	padding-top: 70.175%;
	content: ""
}

.content_card_with_quote .content_card_title,
.content_card_with_text .content_card_title {
	line-height: 1.58333333;
	letter-spacing: .45px;
	margin-bottom: 0
}

.content_card_with_quote .carousel_card_title {
	position: relative;
	padding-left: 24px
}

.content_card_with_quote .carousel_card_title:before {
	display: block;
	font-size: 40px;
	font-size: 2.5rem;
	position: absolute;
	top: 6px;
	left: 0;
	content: "\201C";
	line-height: 1
}

.content_card_with_quote .carousel_card_title:after {
	content: "\201D";
	display: inline-block
}

.callout_media.theme_white {
	background-color: #fff;
	border: 1px solid #ddd
}

.callout_media.theme_gray {
	background-color: #f9f9f9
}

.callout_media.theme_blue {
	background-color: #00356b
}

.callout_media_link {
	display: block;
	padding: 30px
}

@media only screen and (min-width:500px) {
	.callout_media_link {
		overflow: hidden
	}
}

@media only screen and (min-width:740px) {
	.callout_media_link {
		padding: 30px
	}
}

@media only screen and (min-width:980px) {
	.callout_media_link {
		padding: 70px
	}
}

.no-touch .callout_media_link:hover .callout_media_description p {
	color: #286dc0
}

.no-touch .callout_media_link:hover .callout_media_description p:after {
	transform: translate3d(3px, 0, 0)
}

@media only screen and (min-width:740px) {
	.no-touch .callout_media_link:hover .callout_media_image {
		transform: scale3d(1.1, 1.1, 1)
	}
}

.no-touch .theme_gray .callout_media_link:hover .callout_media_description p:after,
.no-touch .theme_white .callout_media_link:hover .callout_media_description p:after {
	border-color: transparent transparent transparent #286dc0
}

.no-touch .theme_blue .callout_media_link:hover .callout_media_description p {
	color: #63aaff
}

.no-touch .theme_blue .callout_media_link:hover .callout_media_description p:after {
	border-color: transparent transparent transparent #63aaff
}

.callout_media_figure {
	margin-bottom: 40px;
	overflow: hidden
}

@media only screen and (min-width:500px) and (max-width:739px) {
	.callout_media_figure {
		width: 150px;
		float: right;
		margin: 0 0 0 20px
	}
}

.callout_media_image {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform .8s
}

@media only screen and (min-width:500px) and (max-width:739px) {
	.callout_media_content {
		overflow: hidden
	}
}

.callout_media_title {
	color: #286dc0;
	margin: 20px 0
}

@media only screen and (min-width:500px) and (max-width:739px) {
	.callout_media_title {
		margin-top: 0
	}
}

.callout_media_title:after {
	background-color: #978d85
}

.theme_blue .callout_media_title {
	color: #63aaff
}

.theme_blue .callout_media_title:after {
	background-color: #fff
}

.callout_media_description {
	color: #222
}

.theme_blue .callout_media_description {
	color: #fff
}

.callout_media_description p {
	margin: 0;
	padding-right: 13px;
	transition: color .25s
}

.callout_media_description p:after {
	margin-left: 8px
}

.callout_media_description p:after {
	position: relative;
	top: -3px;
	display: inline-block;
	margin-right: -13px;
	transition: border .25s, transform .25s ease
}

.theme_gray .callout_media_description p:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent #00356b;
	content: ""
}

.theme_blue .callout_media_description p:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent #fff;
	content: ""
}

.theme_white .callout_media_description p:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent #978d85;
	content: ""
}

.columned_content {
	border-top: 4px solid #ddd
}

.columned_content_title,
.typography .columned_content_title {
	margin: 20px 0 0
}

@media only screen and (min-width:740px) {
	.columned_content_row {
		overflow: hidden
	}
}

.columned_content_cell {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
	font-family: Mallory, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word
}

@media only screen and (min-width:740px) {
	.columned_content_cell {
		width: 345px;
		float: left
	}
}

@media only screen and (min-width:980px) {
	.columned_content_cell {
		width: 300px
	}
}

@media only screen and (min-width:1220px) {
	.columned_content_cell {
		width: 238px
	}
}

@media only screen and (min-width:1220px) {
	.columned_content_cell {
		margin-right: 30px
	}
}

.columned_content_cell :link {
	color: #286dc0;
	border-bottom: 1px solid
}

.columned_content_cell :link:hover {
	color: #4a4a4a
}

@media only screen and (min-width:740px) {
	.columned_content_cell_first {
		margin-right: 15px
	}
}

@media only screen and (min-width:980px) {
	.columned_content_cell_first {
		margin-right: 20px
	}
}

@media only screen and (min-width:1220px) {
	.columned_content_cell_first {
		margin-right: 30px
	}
}

@media only screen and (min-width:740px) and (max-width:1219px) {
	.columned_content_cell_last {
		clear: left
	}
}

@media only screen and (min-width:1220px) {
	.columned_content_cell_last {
		margin-right: 0
	}
}

.carousel_wide_control {
	background-color: #fff;
	color: #00356b;
	width: 60px;
	height: 120px;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 10;
	margin: auto 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s, visibility .25s
}

.carousel_wide_control.fs-carousel-visible {
	cursor: pointer;
	opacity: .8;
	visibility: visible
}

.carousel_wide_control.fs-carousel-visible:focus,
.no-touch .carousel_wide_control.fs-carousel-visible:hover {
	opacity: 1
}

.carousel_wide_control:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	width: 10px;
	height: 30px;
	content: "";
	line-height: 1
}

.carousel_wide_controls_previous {
	left: 0
}

.carousel_wide_controls_previous:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f104"
}

.carousel_wide_controls_previous:after {
	font-size: 30px;
	font-size: 1.875rem
}

.carousel_wide_controls_next {
	right: 0
}

.carousel_wide_controls_next:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105"
}

.carousel_wide_controls_next:after {
	font-size: 30px;
	font-size: 1.875rem
}

.related_links_picture {
	display: block
}

.related_links_list {
	overflow: hidden
}

.related_links_link {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 1.30769231;
	letter-spacing: .5px;
	word-spacing: 1.5px
}

.related_links_link {
	display: block;
	padding-right: 23px
}

.related_links_link:after {
	margin-left: 8px
}

.related_links_link:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent transparent;
	content: "";
	position: relative;
	top: -1px;
	display: inline-block;
	transition: border .25s
}

.related_links_link.button_solid_marine:after {
	border-color: transparent transparent transparent #fff
}

.no-touch .related_links_link.button_solid_marine:hover:after,
.related_links_link.button_solid_marine:focus:after {
	border-color: transparent transparent transparent #286dc0
}

.related_links_link.button_solid_white:after {
	border-color: transparent transparent transparent #222
}

.no-touch .related_links_link.button_solid_white:hover:after,
.related_links_link.button_solid_white:focus:after {
	border-color: transparent transparent transparent #fff
}

.related_links_link.button_bordered_dusty.color_black:after {
	border-color: transparent transparent transparent #222
}

.related_links_link.button_solid_dusty.color_black:after {
	border-color: transparent transparent transparent #222
}

.related_links_link.button_solid_greige:after {
	border-color: transparent transparent transparent #fff
}

.no-touch .related_links_link.button_solid_greige:hover:after,
.related_links_link.button_solid_greige:focus:after {
	border-color: transparent transparent transparent #7e736b
}

.no-touch .related_links_link:hover,
.related_links_link:focus {
	color: #286dc0
}

.no-touch .related_links_link:hover:after,
.related_links_link:focus:after {
	transform: translate3d(3px, 0, 0)
}

.related_links_link:after {
	color: #978d85;
	border-color: transparent transparent transparent #978d85;
	margin-right: -23px;
	transition: transform .25s ease
}

.related_links_buttons {
	margin-top: 20px
}

.related_links_link[href*="//"]:not([href*="yale.edu"]):after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f08e"
}

.related_links_link[href$='.pdf']:after,
.related_links_link[href$='.xls']:after,
.related_links_link[href$='.csv']:after,
.related_links_link[href$='.xlw']:after,
.related_links_link[href$='.xlt']:after,
.related_links_link[href$='.doc']:after,
.related_links_link[href$='.rtf']:after,
.related_links_link[href$='.wps']:after,
.related_links_link[href$='.txt']:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f019"
}

.related_links_link[href$='.pdf']:after,
.related_links_link[href$='.xls']:after,
.related_links_link[href$='.csv']:after,
.related_links_link[href$='.xlw']:after,
.related_links_link[href$='.xlt']:after,
.related_links_link[href$='.doc']:after,
.related_links_link[href$='.rtf']:after,
.related_links_link[href$='.wps']:after,
.related_links_link[href$='.txt']:after,
.related_links_link[href*="//"]:not([href*="yale.edu"]):after {
	font-size: 13px;
	font-size: .8125rem;
	width: auto;
	height: auto;
	top: 0;
	border-width: 0;
	margin-right: -23px
}

.no-touch .related_links_link[href$='.pdf']:hover:after,
.no-touch .related_links_link[href$='.xls']:hover:after,
.no-touch .related_links_link[href$='.csv']:hover:after,
.no-touch .related_links_link[href$='.xlw']:hover:after,
.no-touch .related_links_link[href$='.xlt']:hover:after,
.no-touch .related_links_link[href$='.doc']:hover:after,
.no-touch .related_links_link[href$='.rtf']:hover:after,
.no-touch .related_links_link[href$='.wps']:hover:after,
.no-touch .related_links_link[href$='.txt']:hover:after,
.no-touch .related_links_link[href*="//"]:not([href*="yale.edu"]):hover:after {
	-ms-transform: none;
	transform: none
}

.related_links_full {
	border-top: 4px solid #ddd
}

.related_links_title_full {
	margin: 20px 0
}

.related_links_figure_full {
	margin-bottom: 20px
}

.related_links_link_full {
	border-top: 1px solid #ddd;
	padding-top: 18px;
	padding-bottom: 18px
}

@media only screen and (max-width:739px),
only screen and (min-width:740px) {
	.related_links_link_full:first-child {
		border-top-width: 0
	}
}

@media only screen and (min-width:740px) {
	.related_links_link_full:nth-child(2) {
		border-top-width: 0
	}
}

@media only screen and (min-width:1220px) {
	.related_links_link_full:nth-child(3) {
		border-top-width: 0
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {

	.related_links_link_full:nth-child(even),
	.related_links_link_full:nth-child(odd) {
		width: 345px
	}
}

@media only screen and (min-width:980px) and (max-width:1219px) {

	.related_links_link_full:nth-child(even),
	.related_links_link_full:nth-child(odd) {
		width: 300px
	}
}

@media only screen and (min-width:1220px) {

	.related_links_link_full:nth-child(even),
	.related_links_link_full:nth-child(odd) {
		width: 238px;
		float: left
	}
}

@media only screen and (min-width:740px) and (max-width:1219px) {
	.related_links_link_full:nth-child(odd) {
		clear: both;
		float: left
	}
}

@media only screen and (min-width:740px) and (max-width:1219px) {
	.related_links_link_full:nth-child(even) {
		float: right
	}
}

@media only screen and (min-width:1220px) {

	.related_links_link_full:nth-child(3n+1),
	.related_links_link_full:nth-child(3n+2) {
		margin-right: 30px
	}
}

@media only screen and (min-width:1220px) {
	.related_links_link_full:nth-child(3n+1) {
		clear: left
	}
}

.related_links_compact {
	margin: 60px 0
}

.related_links_compact+.related_links_compact {
	border-top: 1px solid #ddd;
	padding-top: 60px
}

@media only screen and (min-width:500px) {
	.related_links_compact {
		overflow: hidden
	}
}

.related_links_content_compact {
	overflow: hidden
}

.related_links_title_compact {
	margin: 0 0 10px
}

@media only screen and (min-width:740px) {
	.related_links_description_compact {
		font-size: 19px;
		font-size: 1.1875rem
	}
}

.related_links_description_compact+.related_links_list_compact {
	margin-top: -.35em
}

.related_links_figure_compact {
	margin-bottom: 20px
}

@media only screen and (min-width:500px) {
	.related_links_figure_compact {
		width: 150px;
		float: right;
		margin: 0 0 0 20px
	}
}

@media only screen and (min-width:740px) {
	.related_links_figure_compact {
		width: 225px;
		float: left;
		margin: 0 20px 10px 0
	}
}

@media only screen and (min-width:980px) {
	.related_links_figure_compact {
		width: 220px
	}
}

@media only screen and (min-width:1220px) {
	.related_links_figure_compact {
		width: 275px;
		margin-right: 25px
	}
}

.related_links_link_compact {
	padding: 16px 23px 16px 0
}

@media only screen and (max-width:739px),
only screen and (min-width:980px) and (max-width:1219px) {
	.related_links_link_compact {
		border-top: 1px solid #ddd;
		padding: 18px 23px 18px 0
	}
}

@media only screen and (max-width:739px),
only screen and (min-width:980px) and (max-width:1219px) {
	.related_links_link_compact:first-child {
		border-top-width: 0
	}
}

@media only screen and (min-width:740px) and (max-width:979px),
only screen and (min-width:1220px) {

	.related_links_link_compact:nth-child(even),
	.related_links_link_compact:nth-child(odd) {
		width: 225px
	}
}

@media only screen and (min-width:740px) and (max-width:979px),
only screen and (min-width:1220px) {
	.related_links_link_compact:nth-child(odd) {
		float: left
	}
}

@media only screen and (min-width:740px) and (max-width:979px),
only screen and (min-width:1220px) {
	.related_links_link_compact:nth-child(even) {
		float: right
	}
}

.sidebar_callout_related_links {
	padding-bottom: 0
}

.sidebar_callout_related_links.theme_gray {
	background-color: #f9f9f9
}

.sidebar_callout_related_links.theme_blue {
	background-color: #00356b
}

.sidebar_callout_related_links.theme_white {
	background-color: #fff
}

.sidebar_callout_related_links_title {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.2;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-weight: 400;
	margin: 10px 0
}

.sidebar_callout_related_links_description {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.85714286;
	font-family: Mallory, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: .15px;
	margin-bottom: 30px
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.sidebar_callout_related_links_list {
		overflow: hidden;
		margin-bottom: 30px
	}
}

.sidebar_callout_related_link {
	color: #00356b;
	margin: 0 -30px;
	padding: 25px 30px
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.sidebar_callout_related_link {
		width: 314px;
		margin: 0;
		padding: 18px 0
	}
}

@media screen and (min-width:780px) and (max-width:979px) {
	.sidebar_callout_related_link {
		width: 345px
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.sidebar_callout_related_link:nth-child(odd) {
		float: left
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.sidebar_callout_related_link:nth-child(even) {
		float: right
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {

	.sidebar_callout_related_link:nth-child(1),
	.sidebar_callout_related_link:nth-child(2) {
		border-top-width: 0 !important
	}
}

.sidebar_callout_related_link:after {
	color: inherit
}

.theme_gray .sidebar_callout_related_link {
	border-top: 1px solid #ddd
}

.theme_gray .sidebar_callout_related_link:after {
	border-color: transparent transparent transparent #00356b
}

.no-touch .theme_gray .sidebar_callout_related_link:hover:after {
	border-color: transparent transparent transparent #286dc0
}

.theme_blue .sidebar_callout_related_link {
	color: #fff;
	border-top: 1px solid #fff;
	border-top-color: rgba(255, 255, 255, .2)
}

.theme_blue .sidebar_callout_related_link:after {
	border-color: transparent transparent transparent #fff
}

.no-touch .theme_blue .sidebar_callout_related_link:hover {
	color: #63aaff
}

.no-touch .theme_blue .sidebar_callout_related_link:hover:after {
	border-color: transparent transparent transparent #63aaff
}

.theme_white .sidebar_callout_related_link {
	border-top: 1px solid #ddd
}

.theme_white .sidebar_callout_related_link:after {
	border-color: transparent transparent transparent #00356b
}

.no-touch .theme_white .sidebar_callout_related_link:hover:after {
	border-color: transparent transparent transparent #286dc0
}

.related_links_title_wide {
	margin: 20px 0
}

.related_links_description_wide {
	max-width: 700px
}

@media only screen and (min-width:1220px) {
	.related_links_description_wide {
		max-width: 875px
	}
}

.related_links_link_wide {
	border-top: 1px solid #ddd;
	padding-top: 18px;
	padding-bottom: 18px
}

@media only screen and (min-width:740px) {
	.related_links_link_wide {
		width: 345px
	}
}

@media only screen and (min-width:980px) {
	.related_links_link_wide {
		width: 300px;
		float: left;
		margin-right: 20px
	}
}

@media only screen and (min-width:1220px) {
	.related_links_link_wide {
		width: 275px;
		margin-right: 25px
	}
}

@media only screen and (max-width:739px),
only screen and (min-width:740px) {
	.related_links_link_wide:first-child {
		border-top-width: 0
	}
}

@media only screen and (min-width:740px) {
	.related_links_link_wide:nth-child(2) {
		border-top-width: 0
	}
}

@media only screen and (min-width:980px) {
	.related_links_link_wide:nth-child(3) {
		border-top-width: 0
	}
}

@media only screen and (min-width:1220px) {
	.related_links_link_wide:nth-child(4) {
		border-top-width: 0
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.related_links_link_wide:nth-child(odd) {
		clear: both;
		float: left
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.related_links_link_wide:nth-child(even) {
		float: right
	}
}

@media only screen and (min-width:980px) and (max-width:1219px) {
	.related_links_link_wide:nth-child(3n+3) {
		margin-right: 0
	}
}

@media only screen and (min-width:980px) and (max-width:1219px) {
	.related_links_link_wide:nth-child(3n+1) {
		clear: left
	}
}

@media only screen and (min-width:1220px) {
	.related_links_link_wide:nth-child(4n+4) {
		margin-right: 0
	}
}

@media only screen and (min-width:1220px) {
	.related_links_link_wide:nth-child(4n+1) {
		clear: left
	}
}

.related_links_pair {
	position: relative
}

@media only screen and (min-width:740px) {
	.related_links_pair:after {
		background-color: #ddd;
		display: block;
		width: 2px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		content: "";
		margin-left: -1px
	}
}

@media only screen and (min-width:980px) {
	.related_links_pair:after {
		width: 4px;
		margin-left: -2px
	}
}

@media screen and (min-width:740px) and (max-width:979px) {
	.related_links_pair_cell {
		width: 47.91666667%
	}
}

@media screen and (min-width:980px) {
	.related_links_pair_cell {
		width: 39.58333333%
	}
}

@media only screen and (min-width:740px) {
	.related_links_pair_cell {
		float: right
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.related_links_pair_cell {
		padding-left: 20px
	}
}

@media only screen and (min-width:740px) {
	.related_links_pair_cell:first-child {
		float: left
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.related_links_pair_cell:first-child {
		padding-right: 20px
	}
}

.related_links_title_column {
	margin: 20px 0;
	padding: 0 8px
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.related_links_title_column {
		font-size: 36px;
		font-size: 2.25rem
	}
}

.related_links_list_column {
	margin-bottom: 20px
}

@media only screen and (min-width:740px) {
	.related_links_list_column {
		margin-bottom: 40px
	}
}

.related_links_link_column {
	color: #00356b;
	font-size: 16px;
	font-size: 1rem;
	border-bottom: 1px solid #ddd;
	letter-spacing: .25px;
	padding: 20px 23px 20px 20px;
	text-transform: none
}

.related_links_link_column:first-child {
	border-top: 1px solid #ddd
}

.related_links_link_featured_column,
.related_links_link_featured_column:first-child {
	background-color: #f9f9f9;
	border-top: 3px solid #63aaff
}

.related_links_link_featured_column+.related_links_link_featured_column,
.related_links_link_featured_column:first-child+.related_links_link_featured_column {
	border-top-width: 0
}

.video_callout_heading {
	padding: 30px
}

.video_callout_heading:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden
}

.video_callout_title {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6;
	font-family: Mallory, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: -.1px;
	margin: 5px 0 0
}

@media only screen and (min-width:740px) {
	.video_callout_title {
		font-size: 20px;
		font-size: 1.25rem
	}
}

.video_callout_title :link,
.video_callout_title :visited {
	color: #286dc0;
	border-bottom: 1px solid
}

.video_callout_title :link:hover,
.video_callout_title :visited:hover {
	color: #4a4a4a
}

.video_callout_title ol,
.video_callout_title ul {
	margin-top: 30px;
	margin-bottom: 30px
}

.video_callout_title ol ol,
.video_callout_title ol ul,
.video_callout_title ul ol,
.video_callout_title ul ul {
	margin: 0
}

.video_callout_title li {
	position: relative;
	margin-top: 26px;
	margin-bottom: 26px
}

.video_callout_title ul {
	list-style: none;
	margin-left: 0;
	padding-left: 20px
}

.video_callout_title ul li:before {
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 3px;
	border: 1px solid #978d85;
	display: block;
	content: "";
	float: left;
	margin: 10px 0 0 -20px
}

.video_callout_title ul ul {
	margin-left: 0
}

.video_callout_title ol {
	counter-reset: li;
	margin-left: 0;
	padding-left: 30px
}

.video_callout_title ol>li {
	list-style: none
}

.video_callout_title ol>li:before {
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	position: absolute;
	top: 0;
	left: -30px;
	color: #000;
	content: counter(li) ". ";
	counter-increment: li
}

.video_callout_title h3+ol,
.video_callout_title h3+ul,
.video_callout_title h4+ol,
.video_callout_title h4+ul {
	position: relative;
	margin-top: 34px;
	padding-top: 1px
}

.video_callout_title h3+ol:before,
.video_callout_title h3+ul:before,
.video_callout_title h4+ol:before,
.video_callout_title h4+ul:before {
	display: block;
	width: 40px;
	height: 1px;
	background-color: rgba(0, 0, 0, .47);
	content: "";
	position: absolute;
	top: 0;
	left: 0
}

.video_callout_title:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f03d"
}

.video_callout_title:before {
	color: #978d85;
	padding-right: 11px
}

@media only screen and (max-width:739px) {
	.video_callout_title {
		margin-bottom: 20px
	}
}

@media only screen and (min-width:740px) {
	.video_callout_title {
		width: 50%;
		float: left
	}
}

@media only screen and (min-width:740px) {
	.video_callout_label {
		float: right;
		text-align: right;
		max-width: 50%
	}
}

.video_callout_label_text {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .75px;
	word-spacing: 1.25px;
	text-transform: uppercase;
	padding-right: 10px;
	width: 100%
}

@media only screen and (min-width:740px) {
	.video_callout_label_text {
		width: inherit;
		float: left;
		display: block;
		margin-top: 16px
	}
}

@media only screen and (min-width:740px) {
	.video_callout_dropdown {
		display: block;
		float: left;
		margin: 0;
		width: 150px
	}
}

@media only screen and (min-width:980px) and (max-width:1219px) {
	.video_callout_dropdown {
		width: 136px
	}
}

.video_callout_player {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	clear: both
}

.video_callout_player embed,
.video_callout_player iframe,
.video_callout_player object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.media_gallery {
	max-width: 1400px;
	position: relative;
	margin-right: auto;
	margin-left: auto
}

.media_gallery:before {
	display: block;
	background-color: #222;
	content: "";
	padding-top: 100%
}

@media only screen and (min-width:500px) {
	.media_gallery:before {
		padding-top: 56.25%
	}
}

@media only screen and (max-width:979px) {
	.media_gallery {
		margin-bottom: 60px
	}
}

.page_feature .media_gallery {
	margin-top: 0;
	margin-bottom: 0
}

@media only screen and (max-width:979px) {
	.page_feature .media_gallery {
		margin-bottom: 60px
	}
}

.media_gallery_cover_figure,
.media_gallery_shadow,
.media_gallery_slide_figure {
	position: relative;
	overflow: hidden
}

.media_gallery_cover_figure:after,
.media_gallery_cover_figure:before,
.media_gallery_shadow:after,
.media_gallery_shadow:before,
.media_gallery_slide_figure:after,
.media_gallery_slide_figure:before {
	display: block;
	background-color: rgba(0, 0, 0, 0);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
	width: 100%;
	height: 180px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: ""
}

@media only screen and (min-width:500px) {

	.media_gallery_cover_figure:after,
	.media_gallery_cover_figure:before,
	.media_gallery_shadow:after,
	.media_gallery_shadow:before,
	.media_gallery_slide_figure:after,
	.media_gallery_slide_figure:before {
		height: 180px
	}
}

@media only screen and (min-width:740px) {

	.media_gallery_cover_figure:after,
	.media_gallery_cover_figure:before,
	.media_gallery_shadow:after,
	.media_gallery_shadow:before,
	.media_gallery_slide_figure:after,
	.media_gallery_slide_figure:before {
		height: 250px
	}
}

@media only screen and (min-width:980px) {

	.media_gallery_cover_figure:after,
	.media_gallery_cover_figure:before,
	.media_gallery_shadow:after,
	.media_gallery_shadow:before,
	.media_gallery_slide_figure:after,
	.media_gallery_slide_figure:before {
		height: 280px
	}
}

@media only screen and (min-width:1220px) {

	.media_gallery_cover_figure:after,
	.media_gallery_cover_figure:before,
	.media_gallery_shadow:after,
	.media_gallery_shadow:before,
	.media_gallery_slide_figure:after,
	.media_gallery_slide_figure:before {
		height: 340px
	}
}

.media_gallery_cover_figure:before,
.media_gallery_shadow:before,
.media_gallery_slide_figure:before {
	opacity: .6
}

@media only screen and (min-width:740px) {

	.media_gallery_cover_figure:before,
	.media_gallery_shadow:before,
	.media_gallery_slide_figure:before {
		bottom: -12%
	}
}

.media_gallery_cover_figure:after,
.media_gallery_shadow:after,
.media_gallery_slide_figure:after {
	opacity: .6
}

@media only screen and (min-width:740px) {

	.media_gallery_cover_figure:after,
	.media_gallery_shadow:after,
	.media_gallery_slide_figure:after {
		bottom: -3%;
		opacity: .4
	}
}

.media_gallery_cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 1;
	overflow: hidden;
	transition: opacity .5s, visibility .5s;
	visibility: visible
}

.js-toggle_active .media_gallery_cover {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: opacity 1ms 1.2s, visibility 1ms 1.2s
}

.media_gallery_cover_figure {
	opacity: 1;
	transition: opacity .5s, visibility .5s;
	visibility: visible
}

.js-toggle_active .media_gallery_cover_figure {
	opacity: 0;
	transform: translate3d(0, -110%, 0);
	transition: opacity 1ms 1.2s, transform .65s cubic-bezier(.635, 0, .735, .045) .15s, visibility 1ms 1.2s;
	visibility: hidden
}

.media_gallery_cover_picture {
	display: block
}

.media_gallery_cover_header {
	width: 100%;
	position: absolute;
	bottom: 30px;
	opacity: 1;
	text-align: center;
	transition: opacity .5s, visibility .5s;
	visibility: visible
}

@media only screen and (min-width:500px) {
	.media_gallery_cover_header {
		bottom: 40px
	}
}

@media only screen and (min-width:740px) {
	.media_gallery_cover_header {
		bottom: 80px
	}
}

.js-toggle_active .media_gallery_cover_header {
	opacity: 0;
	transform: translate3d(0, 200%, 0);
	transition: opacity 1ms 1.2s, transform .65s cubic-bezier(.635, 0, .735, .045) .3s, visibility 1ms 1.2s;
	visibility: hidden
}

.media_gallery_cover_title {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.2;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-weight: 400;
	margin: 20px 0
}

@media only screen and (min-width:500px) {
	.media_gallery_cover_title {
		font-size: 42px;
		font-size: 2.625rem
	}
}

@media only screen and (min-width:740px) {
	.media_gallery_cover_title {
		font-size: 54px;
		font-size: 3.375rem
	}
}

@media only screen and (min-width:980px) {
	.media_gallery_cover_title {
		font-size: 68px;
		font-size: 4.25rem
	}
}

@media only screen and (min-width:1220px) {
	.media_gallery_cover_title {
		font-size: 85px;
		font-size: 5.3125rem
	}
}

.media_gallery_carousel.fs-carousel.fs-carousel-enabled {
	position: absolute;
	top: 0;
	left: 0
}

.media_gallery_carousel.fs-carousel-enabled .fs-carousel-canister {
	transition-duration: .75s
}

.media_gallery_carousel.fs-carousel-enabled .fs-carousel-pagination.fs-carousel-visible {
	opacity: 0;
	transition: opacity .25s, transform .25s, visibility .25s;
	transform: translate3d(0, 6px, 0);
	visibility: hidden
}

.js-toggle_active .media_gallery_carousel.fs-carousel-enabled .fs-carousel-pagination.fs-carousel-visible {
	opacity: 1;
	transition: opacity .25s 1s, transform .25s 1s, visibility .25s 1s;
	transform: translate3d(0, 0, 0);
	visibility: visible
}

@media only screen and (min-width:980px) {
	.media_gallery_carousel.fs-carousel-enabled .fs-carousel-pagination.fs-carousel-visible {
		display: none
	}
}

.media_gallery_carousel .fs-carousel-viewport {
	background-color: #222
}

.media_gallery_slide {
	position: relative;
	margin: 0
}

.media_gallery_slide_picture {
	display: block
}

.media_gallery_slide_caption {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	z-index: 1;
	margin: 0 auto;
	opacity: 0;
	transition: opacity .25s 1s, transform .25s 1s, visibility .25s 1s;
	transform: translate3d(0, 6px, 0);
	visibility: hidden
}

.js-toggle_active .media_gallery_slide_caption {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	visibility: visible
}

.media_gallery_slide_caption a {
	color: #fff;
	border-bottom: 1px solid #fff
}

.no-touch .media_gallery_slide_caption a:hover {
	border-bottom-color: transparent
}

.media_gallery_slide_caption_row {
	display: block
}

.media_gallery_slide_caption_cell {
	display: block
}

@media screen and (min-width:980px) {
	.media_gallery_slide_caption_cell {
		width: 47.91666667%
	}
}

.media_gallery_panel {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	pointer-events: none
}

@media only screen and (max-width:979px) {
	.media_gallery_panel {
		display: none
	}
}

.media_gallery_panel_cell {
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s 1s, transform .25s 1s, visibility .25s 1s;
	transform: translate3d(0, 6px, 0);
	visibility: hidden
}

@media screen and (min-width:980px) {
	.media_gallery_panel_cell {
		width: 47.91666667%
	}
}

.js-toggle_active .media_gallery_panel_cell {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	visibility: visible
}

.media_gallery_meta {
	height: 60px;
	float: left;
	line-height: 1;
	margin: 0;
	padding: 24px 24px 0
}

.media_gallery_title {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left
}

@media only screen and (min-width:980px) {
	.media_gallery_title {
		max-width: 218px
	}
}

@media only screen and (min-width:1220px) {
	.media_gallery_title {
		max-width: 330px
	}
}

.media_gallery_controls {
	width: 120px;
	height: 60px;
	float: left;
	pointer-events: auto
}

.media_gallery_control {
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .65);
	cursor: default;
	float: left;
	transition: background .25s
}

.media_gallery_control:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	color: #ddd;
	width: 10px;
	height: 30px;
	color: rgba(255, 255, 255, .4);
	line-height: 1
}

.media_gallery_control.fs-carousel-visible {
	cursor: pointer
}

.media_gallery_control.fs-carousel-visible:focus,
.no-touch .media_gallery_control.fs-carousel-visible:hover {
	background-color: rgba(0, 0, 0, .85)
}

.media_gallery_control.fs-carousel-visible:after {
	color: #fff
}

.media_gallery_control_previous {
	font-size: 30px;
	font-size: 1.875rem
}

.media_gallery_control_previous:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f104"
}

.media_gallery_control_next {
	font-size: 30px;
	font-size: 1.875rem
}

.media_gallery_control_next:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105"
}

.media_gallery_counter {
	display: block;
	font-family: Mallory, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	float: left;
	margin-left: 6px
}

.media_gallery_close_button {
	background-color: #000;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: rgba(0, 0, 0, .65);
	transition: background .25s
}

.media_gallery_close_button.icon_before:before {
	width: 17px;
	height: 17px;
	background-position: -300px -140px
}

.media_gallery_close_button.icon_after:after {
	width: 17px;
	height: 17px;
	background-position: -300px -140px
}

.media_gallery_close_button:focus,
.no-touch .media_gallery_close_button:hover {
	background-color: rgba(0, 0, 0, .85)
}

.large_visual_section {
	overflow: hidden;
	max-width: 1440px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 60px 0
}

@media only screen and (min-width:740px) {
	.large_visual_section {
		padding: 90px 0 60px
	}
}

@media only screen and (min-width:980px) {
	.large_visual_section {
		padding: 180px 0 150px
	}
}

.page_feature .large_visual_section {
	margin-top: 0;
	margin-bottom: 0
}

.large_visual_background {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.large_visual_background:after {
	background-color: #000;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .48
}

@media screen and (min-width:980px) {
	.large_visual_cell {
		width: 81.25%
	}
}

@media screen and (min-width:980px) {
	.large_visual_cell {
		margin-left: 9.375%
	}
}

.large_visual_content {
	position: relative;
	text-align: center
}

.large_visual_title {
	font-weight: 400;
	margin: 0
}

.large_visual_title:after {
	display: block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	content: "";
	margin: 30px auto
}

.large_visual_description {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.36;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	letter-spacing: .67px;
	margin: 30px 0
}

@media only screen and (min-width:740px) {
	.large_visual_description {
		font-size: 25px;
		font-size: 1.5625rem
	}
}

.large_visual_buttons {
	margin-top: 50px
}

@media only screen and (max-width:499px) {
	.large_visual_button {
		display: block;
		text-align: center
	}
}

@media only screen and (min-width:500px) {
	.large_visual_button {
		margin-right: 5px
	}
}

.announcement.theme_gray {
	background-color: #f9f9f9;
	padding-top: 40px;
	padding-bottom: 40px
}

@media only screen and (min-width:980px) {
	.announcement.theme_gray {
		padding-top: 80px
	}
}

@media only screen and (min-width:980px) {
	.announcement.theme_gray {
		padding-bottom: 80px
	}
}

.announcement.theme_white {
	background-color: #fff;
	margin-top: 40px;
	margin-bottom: 40px
}

@media only screen and (min-width:980px) {
	.announcement.theme_white {
		margin-top: 80px
	}
}

@media only screen and (min-width:980px) {
	.announcement.theme_white {
		margin-bottom: 80px
	}
}

.announcement_wrapper {
	padding: 20px
}

@media only screen and (min-width:740px) {
	.announcement_wrapper {
		padding: 40px 50px
	}
}

@media only screen and (min-width:980px) {
	.announcement_wrapper {
		overflow: hidden
	}
}

@media only screen and (min-width:1220px) {
	.announcement_wrapper {
		padding: 60px 80px
	}
}

@media screen and (min-width:860px) and (max-width:979px),
(min-width:1100px) and (max-width:1219px) {
	.announcement_wrapper {
		margin-right: -50px;
		margin-left: -50px
	}
}

@media screen and (min-width:1400px) {
	.announcement_wrapper {
		margin-right: -80px;
		margin-left: -80px
	}
}

.announcement_subtitle {
	margin: 14px 0 22px
}

@media only screen and (min-width:740px) {
	.announcement_subtitle {
		margin-bottom: 30px
	}
}

.announcement_content {
	margin-bottom: 30px
}

@media only screen and (min-width:980px) {
	.announcement_content {
		width: 75%;
		float: left
	}
}

@media only screen and (min-width:1220px) {
	.announcement_content {
		width: 80%
	}
}

.announcement_title {
	line-height: 1.41666667;
	margin: 12px 0
}

.announcement_date {
	margin: 12px 0
}

.announcement_button {
	margin: 10px 0
}

@media only screen and (max-width:499px) {
	.announcement_button {
		display: block;
		text-align: center
	}
}

@media only screen and (min-width:980px) {
	.announcement_button {
		float: right
	}
}

.news_explore_title {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.58333333;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-weight: 400;
	margin: 10px 0
}

@media only screen and (min-width:740px) {
	.news_explore_title {
		font-size: 40px;
		font-size: 2.5rem;
		margin: 0 0 20px 0
	}
}

@media only screen and (min-width:980px) {
	.news_explore_title {
		width: 57%;
		float: left
	}
}

@media screen and (min-width:740px) and (max-width:979px) {
	.news_explore_feature {
		width: 47.91666667%
	}
}

@media screen and (min-width:980px) {
	.news_explore_feature {
		width: 47.91666667%
	}
}

@media screen and (min-width:740px) and (max-width:979px) {
	.news_explore_supporting {
		width: 47.91666667%
	}
}

@media screen and (min-width:980px) {
	.news_explore_supporting {
		width: 39.58333333%
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.news_explore_supporting {
		padding-left: 50px
	}
}

@media only screen and (min-width:980px) {
	.news_explore_supporting {
		float: right
	}
}

@media only screen and (min-width:740px) {
	.news_explore_article_list {
		margin-bottom: 40px
	}
}

@media only screen and (max-width:739px) {
	.news_explore_article_list .news_explore_article:nth-child(n+3) {
		display: none
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.news_explore_article_list .news_explore_article:nth-child(n+4) {
		display: none
	}
}

.news_explore_form:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden
}

@media only screen and (max-width:739px) {
	.news_explore_form {
		margin-bottom: 30px
	}
}

@media only screen and (min-width:980px) {
	.news_explore_form {
		float: right
	}
}

.news_explore_dropdown_label {
	display: block;
	letter-spacing: .47px;
	margin: 10px 0
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.news_explore_dropdown_label {
		padding-left: 20px
	}
}

@media only screen and (min-width:980px) {
	.news_explore_dropdown_label {
		display: block;
		float: left;
		margin: 17px 16px 0 0
	}
}

.news_explore_dropdown_label.color_greige {
	color: #7e736b
}

.news_explore_dropdown {
	float: left;
	margin: 0
}

@media only screen and (max-width:979px) {
	.news_explore_dropdown {
		width: calc(100% - 60px)
	}
}

@media only screen and (min-width:980px) {
	.news_explore_dropdown {
		width: 160px;
		display: block;
		margin-right: 6px
	}
}

@media only screen and (min-width:1220px) {
	.news_explore_dropdown {
		width: 236px
	}
}

.news_explore_dropdown.fs-dropdown-open {
	position: relative
}

.news_explore_dropdown.fs-dropdown-open:before {
	background-color: #f9f9f9;
	display: block;
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: -10px;
	left: 0;
	content: ""
}

.news_explore_dropdown .fs-dropdown-options {
	max-height: 300px;
	margin-top: 10px
}

@media only screen and (max-width:499px),
only screen and (min-width:740px) {
	.news_explore_dropdown .fs-dropdown-options {
		width: 280px
	}
}

@media only screen and (min-width:980px) {
	.news_explore_dropdown .fs-dropdown-options {
		width: 220px
	}
}

@media only screen and (min-width:1220px) {
	.news_explore_dropdown .fs-dropdown-options {
		width: 258px
	}
}

.news_explore_dropdown .fs-dropdown-selected {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.news_explore_submit {
	width: 50px;
	height: 50px;
	float: right;
	padding: 0;
	line-height: 50px;
	text-align: center;
	vertical-align: middle
}

.no-touch .news_explore_submit:hover {
	color: #00356b
}

@media only screen and (min-width:980px) {
	.news_explore_submit {
		display: block
	}
}

.news_explore_article_title {
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-weight: 400;
	margin: 0
}

.news_explore_article_title a {
	display: block;
	color: inherit
}

.news_explore_article_title a:focus,
.no-touch .news_explore_article_title a:hover {
	color: #286dc0
}

.news_explore_article_full {
	margin-bottom: 20px
}

.news_explore_figure_full {
	margin: 0 0 20px
}

.news_explore_picture_full {
	display: block
}

.news_explore_article_title_full {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.2;
	letter-spacing: 1px;
	margin: 4px 0 8px 0
}

.news_explore_article_compact {
	margin: 0 0 20px
}

.news_explore_article_title_compact {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.2;
	letter-spacing: .54px;
	margin: 0 0 10px 0
}

.featured_story_section {
	overflow: hidden;
	max-width: 1440px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 60px 0
}

@media only screen and (min-width:740px) {
	.featured_story_section {
		padding: 180px 0 80px
	}
}

@media only screen and (min-width:980px) {
	.featured_story_section {
		padding: 300px 0 80px
	}
}

.page_feature .featured_story_section {
	margin-top: 0;
	margin-bottom: 0
}

.featured_story_background {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.featured_story_background:before {
	display: block;
	background-color: rgba(0, 0, 0, 0);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
	width: 100%;
	height: 66%;
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: 1;
	content: "";
	opacity: .7
}

.featured_story_background:after {
	display: block;
	background-color: #000;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
	opacity: .3
}

@media screen and (min-width:980px) {
	.featured_story_cell {
		width: 64.58333333%
	}
}

.featured_story_content {
	position: relative;
	z-index: 1
}

.featured_story_title {
	font-weight: 400;
	margin: 10px 0
}

.featured_story_description {
	margin: 10px 0
}

.featured_story_buttons {
	margin-top: 40px
}

.featured_story_button {
	margin-bottom: 5px
}

@media only screen and (max-width:499px) {
	.featured_story_button {
		display: block;
		text-align: center
	}
}

@media only screen and (min-width:500px) {
	.featured_story_button {
		margin-right: 5px;
		margin-bottom: 0
	}
}

.featured_story_button.button_icon_right_arrow:after {
	border-color: transparent transparent transparent #fff
}

.directories h1 {
	width: 1px;
	height: 1px;
	position: absolute;
	border: 0;
	clip: rect(0 0 0 0);
	margin: -1px;
	overflow: hidden;
	padding: 0
}

.directories h1.focusable:active,
.directories h1.focusable:focus {
	width: auto;
	height: auto;
	position: static;
	clip: auto;
	margin: 0;
	overflow: visible
}

.directories .region-content .typography {
	width: 1px;
	height: 1px;
	position: absolute;
	border: 0;
	clip: rect(0 0 0 0);
	margin: -1px;
	overflow: hidden;
	padding: 0
}

.directories .region-content .typography.focusable:active,
.directories .region-content .typography.focusable:focus {
	width: auto;
	height: auto;
	position: static;
	clip: auto;
	margin: 0;
	overflow: visible
}

.directory_search_callout {
	margin-top: 20px
}

.directory_search {
	overflow: hidden;
	margin-bottom: 40px
}

@media only screen and (min-width:980px) {
	.directory_search {
		margin-bottom: 80px
	}
}

.directory_search_tabs:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden
}

@media only screen and (min-width:500px) {
	.directory_search_tabs {
		margin-bottom: 20px
	}
}

@media only screen and (min-width:740px) {
	.directory_search_tabs {
		margin-bottom: 50px
	}
}

@media only screen and (min-width:980px) and (max-width:1219px) {
	.directory_search_tabs {
		margin-bottom: 30px
	}
}

.directory_search_tab {
	display: block
}

@media only screen and (max-width:499px) {
	.directory_search_tab {
		margin-bottom: 14px
	}
}

@media only screen and (min-width:500px) {
	.directory_search_tab {
		float: left;
		margin-right: 10px
	}
}

.directory_search_tab_small {
	margin-top: 0;
	margin-bottom: 20px
}

@media only screen and (min-width:500px) {
	.directory_search_tab_small {
		display: none
	}
}

.directory_search_tab_large {
	display: none
}

@media only screen and (min-width:500px) {
	.directory_search_tab_large {
		display: block
	}
}

@media only screen and (min-width:500px) {
	.directory_search_form {
		background-color: #f9f9f9;
		padding: 15px
	}
}

.directory_search_input {
	display: block;
	color: #222;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.20833333;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-weight: 400;
	letter-spacing: .13px;
	font-size: 18px;
	font-size: 1.125rem;
	width: 100%;
	background-color: transparent;
	letter-spacing: .25px;
	line-height: 1;
	padding: 15px 0 5px 5px
}

@media only screen and (max-width:499px) {
	.directory_search_input {
		border: 1px solid #ddd;
		margin-bottom: 14px;
		padding: 16px 10px 12px
	}
}

@media only screen and (min-width:500px) {
	.directory_search_input {
		font-size: 20px;
		font-size: 1.25rem;
		width: 278px;
		float: left
	}
}

@media only screen and (min-width:740px) {
	.directory_search_input {
		font-size: 24px;
		font-size: 1.5rem;
		width: 410px
	}
}

@media only screen and (min-width:980px) {
	.directory_search_input {
		width: 360px
	}
}

@media only screen and (min-width:1220px) {
	.directory_search_input {
		width: 480px
	}
}

.directory_search_input:-ms-input-placeholder {
	color: #222;
	text-overflow: ellipsis
}

.directory_search_input::placeholder {
	color: #222;
	text-overflow: ellipsis
}

.directory_search_input[placeholder] {
	color: #222;
	text-overflow: ellipsis
}

.directory_search_submit {
	height: 50px
}

@media only screen and (min-width:500px) {
	.directory_search_submit {
		float: right
	}
}

.no-touch .directory_search_submit:hover {
	background-color: #4a4a4a;
	color: #fff;
	border-width: 0 !important;
	box-shadow: none !important
}

.no-touch .directory_search_submit:hover:after {
	border-color: transparent transparent transparent #fff !important
}

.directory_results_warning {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	letter-spacing: .2px;
	margin: 40px 0 40px;
	padding: 20px
}

@media only screen and (min-width:740px) {
	.directory_results_warning {
		padding: 65px 70px
	}
}

@media only screen and (min-width:980px) {
	.directory_results_warning {
		margin: 80px 0 80px
	}
}

@media only screen and (min-width:980px) and (max-width:1219px) {
	.directory_results_warning {
		padding: 45px 50px
	}
}

.directory_results_warning_content {
	position: relative;
	margin: 0;
	text-align: center
}

@media only screen and (min-width:500px) {
	.directory_results_warning_content {
		padding-left: 70px;
		text-align: left
	}
}

.directory_results_warning_icon {
	background-color: #fff;
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	margin: 0 auto 20px
}

@media only screen and (min-width:500px) {
	.directory_results_warning_icon {
		position: absolute;
		top: -6px;
		left: 10px;
		margin: 0
	}
}

.directory_results_warning_icon:before {
	display: block;
	color: #00356b;
	font-size: 18px;
	font-size: 1.125rem;
	width: 40px;
	height: 40px;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	content: "!";
	line-height: 40px;
	text-align: center;
	vertical-align: middle
}

.directory_results {
	margin-bottom: 40px
}

@media only screen and (min-width:980px) {
	.directory_results {
		margin-bottom: 80px
	}
}

.directory_results_message {
	border-bottom: 4px solid #ddd
}

.directory_results_message_content {
	color: #4a4a4a;
	margin: 0;
	padding: 24px 0
}

.directory_item {
	border-top: 1px solid #ddd;
	padding: 20px 0
}

@media only screen and (min-width:740px) {
	.directory_item {
		padding: 30px 0
	}
}

.directory_item:first-child {
	border-top-width: 0
}

.directory_item:last-child {
	padding-bottom: 0
}

.directory_item_header {
	margin: 0 0 20px
}

.directory_item_title {
	margin: 8px 0
}

.directory_item_sub_title {
	margin: 8px 0
}

.directory_item_details {
	color: #222;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
	font-family: Mallory, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400
}

.directory_item_detail a {
	color: #286dc0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 4px
}

.no-touch .directory_item_detail a:hover {
	color: #978d85
}

.directory_item_detail_icon:before {
	display: block;
	color: #286dc0;
	width: 12px;
	margin-right: 4px;
	text-align: center
}

.directory_item_address:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f041"
}

.directory_item_phone:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f095"
}

.directory_item_link {
	color: #978d85
}

.directory_item_link:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f08e"
}

.no-touch .directory_item_link:hover {
	color: #286dc0
}

a.directory_item_ext_link {
	color: #4a4a4a;
	border-bottom-width: 0;
	padding-bottom: 0
}

.no-touch a.directory_item_ext_link:hover {
	color: #286dc0
}

.no-touch a.directory_item_ext_link:hover .directory_item_ext_link_icon:after {
	border-color: transparent transparent transparent #286dc0
}

@media only screen and (min-width:1220px) {
	.directory_item_ext_link_text {
		display: block;
		float: left
	}
}

.directory_item_ext_link_icon:after {
	margin-left: 8px
}

.directory_item_ext_link_icon:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent transparent;
	content: "";
	position: relative;
	top: -1px;
	display: inline-block;
	transition: border .25s
}

.directory_item_ext_link_icon.button_solid_marine:after {
	border-color: transparent transparent transparent #fff
}

.directory_item_ext_link_icon.button_solid_marine:focus:after,
.no-touch .directory_item_ext_link_icon.button_solid_marine:hover:after {
	border-color: transparent transparent transparent #286dc0
}

.directory_item_ext_link_icon.button_solid_white:after {
	border-color: transparent transparent transparent #222
}

.directory_item_ext_link_icon.button_solid_white:focus:after,
.no-touch .directory_item_ext_link_icon.button_solid_white:hover:after {
	border-color: transparent transparent transparent #fff
}

.directory_item_ext_link_icon.button_bordered_dusty.color_black:after {
	border-color: transparent transparent transparent #222
}

.directory_item_ext_link_icon.button_solid_dusty.color_black:after {
	border-color: transparent transparent transparent #222
}

.directory_item_ext_link_icon.button_solid_greige:after {
	border-color: transparent transparent transparent #fff
}

.directory_item_ext_link_icon.button_solid_greige:focus:after,
.no-touch .directory_item_ext_link_icon.button_solid_greige:hover:after {
	border-color: transparent transparent transparent #7e736b
}

@media only screen and (min-width:1220px) {
	.directory_item_ext_link_icon {
		display: block;
		float: left
	}
}

.directory_item_ext_link_icon:after {
	border-color: transparent transparent transparent #978d85;
	margin-left: 10px
}

.directory_item_ext_link[href*="//"]:not([href*="yale.edu"]) .directory_item_ext_link_icon:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f08e"
}

.directory_item_ext_link[href*="//"]:not([href*="yale.edu"]) .directory_item_ext_link_icon:after {
	width: auto;
	height: auto;
	position: static;
	border-width: 0
}

.directory_item_detail_label {
	letter-spacing: 0
}

.directory_item_detail_inline .directory_item_detail_label {
	display: inline;
	margin: 0 2px 0 0
}

.directory_item_detail_inline .directory_item_detail_content {
	display: inline;
	margin: 0
}

.directory_item_detail_stacked .directory_item_detail_label {
	margin: 10px 0
}

.directory_item_detail_stacked .directory_item_detail_content {
	margin: 10px 0
}

@media only screen and (min-width:1220px) {
	.directory_item_details_compact {
		overflow: hidden
	}
}

@media only screen and (min-width:1220px) {
	.directory_item_details_compact .directory_item_details {
		overflow: hidden
	}
}

.directory_item_details_compact .directory_item_details {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.33333333
}

@media only screen and (min-width:740px) {
	.directory_item_details_compact .directory_item_details_info {
		overflow: hidden
	}
}

@media only screen and (min-width:740px) {
	.directory_item_details_compact .directory_item_details_info .directory_item_detail {
		float: left;
		margin: 0 20px 0 0
	}
}

@media only screen and (min-width:1220px) {
	.directory_item_details_compact .directory_item_details_info .directory_item_detail {
		float: left;
		margin: 10px 20px 10px 0
	}
}

.directory_item_details_compact .directory_item_detail {
	margin: 10px 0
}

.directory_item_details_compact .directory_item_details_addresses {
	display: block
}

.directory_item_details_compact .directory_item_details_addresses:after {
	margin-left: 10px
}

.directory_item_details_compact .directory_item_detail_content {
	margin: 0
}

@media only screen and (min-width:740px) {
	.directory_item_details_full {
		overflow: hidden
	}
}

@media only screen and (min-width:740px) {
	.directory_item_details_full .directory_item_details_info {
		width: 60%;
		float: left
	}
}

.directory_item_details_full .directory_item_details_info .directory_item_detail {
	margin: 18px 0
}

@media only screen and (min-width:740px) {
	.directory_item_details_full .directory_item_details_addresses {
		width: 35%;
		float: right
	}
}

.directory_item_details_full .directory_item_details_addresses .directory_item_detail {
	margin: 40px 0
}

@media only screen and (min-width:740px) {
	.directory_item_details_full .directory_item_details_addresses .directory_item_detail {
		margin: 22px 0 40px
	}
}

.directory_item_details_full .directory_item_details_addresses .directory_item_detail:last-child {
	margin-bottom: 0
}

.department_search {
	padding: 20px 20px 0;
	margin-bottom: 40px
}

.department_search:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden
}

@media only screen and (min-width:740px) {
	.department_search {
		padding: 65px 60px 30px
	}
}

@media only screen and (min-width:980px) {
	.department_search {
		margin-bottom: 80px
	}
}

@media only screen and (min-width:980px) and (max-width:1219px) {
	.department_search {
		padding: 40px 30px 20px
	}
}

.department_search_tabs {
	margin-bottom: 10px
}

.department_search_tabs:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden
}

@media only screen and (min-width:740px) {
	.department_search_tabs {
		margin-bottom: 50px
	}
}

@media only screen and (min-width:980px) and (max-width:1219px) {
	.department_search_tabs {
		margin-bottom: 30px
	}
}

.department_search_tab {
	display: block
}

@media only screen and (max-width:739px) {
	.department_search_tab {
		margin-bottom: 14px
	}
}

@media only screen and (min-width:740px) {
	.department_search_tab {
		float: left;
		margin-right: 10px
	}
}

.department_search_tab_small {
	margin-top: 0;
	margin-bottom: 20px
}

@media only screen and (min-width:740px) {
	.department_search_tab_small {
		display: none
	}
}

.department_search_tab_large {
	display: none
}

@media only screen and (min-width:740px) {
	.department_search_tab_large {
		display: block
	}
}

.department_search_tab_content.fs-swap-enabled {
	display: none
}

.department_search_tab_content.fs-swap-active {
	display: block
}

.department_search_form {
	padding: 0 0 10px
}

.department_search_form:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden
}

@media only screen and (min-width:740px) {
	.department_search_form {
		border-top: 1px solid #ddd;
		padding: 30px 0 0
	}
}

@media only screen and (min-width:980px) and (max-width:1219px) {
	.department_search_form {
		padding: 20px 0 0
	}
}

.department_search_fieldset {
	margin-bottom: 20px
}

@media only screen and (min-width:740px) {
	.department_search_fieldset {
		margin-bottom: 0
	}
}

@media only screen and (min-width:740px) {
	.department_search_filters {
		width: 65%;
		float: left;
		padding: 10px 0 0
	}
}

@media only screen and (min-width:1220px) {
	.department_search_filters {
		padding: 27px 0 0
	}
}

@media only screen and (min-width:740px) {
	.department_search_dropdowns {
		width: 30%;
		float: right;
		margin: 0
	}
}

.department_search_dropdown {
	margin: 0 0 20px
}

@media only screen and (min-width:740px) {

	.department_search_dropdown .fs-dropdown-options,
	.department_search_dropdown .fs-dropdown-selected {
		width: 45%;
		float: left
	}
}

@media only screen and (min-width:980px) {

	.department_search_dropdown .fs-dropdown-options,
	.department_search_dropdown .fs-dropdown-selected {
		width: 40%
	}
}

.department_search_legend {
	color: #4a4a4a;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .75px;
	word-spacing: 1.25px;
	text-transform: uppercase;
	display: block;
	margin: 0 0 10px;
	opacity: .75
}

@media only screen and (min-width:1220px) {
	.department_search_legend {
		float: left;
		margin: 0 10px 0 0
	}
}

.department_search_label {
	color: #222;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .75px;
	word-spacing: 1.25px;
	text-transform: uppercase;
	overflow: hidden;
	cursor: pointer;
	display: block;
	margin: 0 0 10px
}

@media only screen and (min-width:1220px) {
	.department_search_label {
		float: left;
		margin: 0 10px 0 0
	}
}

.department_search_label_marker {
	width: 13px;
	height: 13px;
	background: #ddd;
	border-radius: 100%;
	display: block;
	float: left;
	margin: 2px 5px 0 0
}

.department_search_label_marker:before {
	background-color: #286dc0;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	content: '';
	display: block;
	-ms-transform: scale(0);
	transform: scale(0);
	transition: transform .15s linear
}

.department_search_label.fs-swap-active .department_search_label_marker:before {
	-ms-transform: scale(1);
	transform: scale(1)
}

.department_search_swap_target {
	display: none
}

.department_search_swap_target.fs-swap-active {
	display: block
}

.department_results {
	margin-bottom: 20px;
	position: relative
}

.department_results_divider {
	background-color: #ddd
}

.department_results_divider,
.department_results_divider:active,
.department_results_divider:focus,
.department_results_divider:hover,
.department_results_divider:link,
.department_results_divider:visited {
	transition: background-color .25s linear, border-color .25s linear, box-shadow .25s linear, color .25s linear, opacity .25s linear
}

.department_results_divider.js-toggle_active {
	background-color: #00356b
}

.department_results_divider_header {
	position: relative;
	padding: 20px 25px
}

.department_results_divider_heading {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1.2;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-weight: 400;
	font-size: 20px;
	font-size: 1.25rem;
	margin: 0
}

.department_results_divider_heading,
.department_results_divider_heading:active,
.department_results_divider_heading:focus,
.department_results_divider_heading:hover,
.department_results_divider_heading:link,
.department_results_divider_heading:visited {
	transition: background-color .25s linear, border-color .25s linear, box-shadow .25s linear, color .25s linear, opacity .25s linear
}

@media only screen and (min-width:740px) {
	.department_results_divider_heading {
		font-size: 30px;
		font-size: 1.875rem
	}
}

@media only screen and (min-width:740px) {
	.department_results_divider_heading {
		font-size: 20px;
		font-size: 1.25rem
	}
}

.js-toggle .department_results_divider_heading:after {
	background-color: #fff;
	width: 40px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 25px;
	content: '';
	display: block;
	opacity: 0
}

.js-toggle .department_results_divider_heading:after,
.js-toggle .department_results_divider_heading:after:active,
.js-toggle .department_results_divider_heading:after:focus,
.js-toggle .department_results_divider_heading:after:hover,
.js-toggle .department_results_divider_heading:after:link,
.js-toggle .department_results_divider_heading:after:visited {
	transition: background-color .25s linear, border-color .25s linear, box-shadow .25s linear, color .25s linear, opacity .25s linear
}

.js-toggle_active .department_results_divider_heading {
	color: #fff
}

.js-toggle_active .department_results_divider_heading:after {
	opacity: 1
}

.department_results_divider_handle {
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #222;
	font-size: 14px;
	font-size: .875rem;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	border: 1px solid #fff;
	border-radius: 100%;
	cursor: pointer;
	line-height: 40px;
	margin: auto;
	text-align: center
}

.department_results_divider_handle:after,
.department_results_divider_handle:before {
	background-color: #fff;
	display: block;
	width: 20px;
	height: 1px;
	position: absolute;
	right: 9.5px;
	left: 9.5px;
	content: "";
	margin: 0;
	opacity: 0;
	-ms-transform-origin: center;
	transform-origin: center;
	transition: opacity .25s linear
}

.department_results_divider_handle:before {
	top: 12px;
	-ms-transform: translateY(7px) rotate(135deg);
	transform: translateY(7px) rotate(135deg)
}

.department_results_divider_handle:after {
	bottom: 12px;
	-ms-transform: translateY(-7px) rotate(-135deg);
	transform: translateY(-7px) rotate(-135deg)
}

.js-toggle_active .department_results_divider_handle {
	color: #00356b
}

.js-toggle_active .department_results_divider_handle:after,
.js-toggle_active .department_results_divider_handle:before {
	opacity: 1
}

.department_results_divider_content {
	overflow: hidden;
	position: absolute;
	right: 0;
	left: 0;
	z-index: 1;
	pointer-events: none
}

.js-toggle_active .department_results_divider_content {
	pointer-events: auto
}

.department_results_divider_content p {
	font-family: Mallory, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.6;
	margin: 0;
	opacity: 0;
	transition: opacity .25s linear .25s
}

.js-toggle_active .department_results_divider_content p {
	opacity: 1;
	transition-delay: 0
}

.department_results_divider_container {
	background-color: #ddd;
	color: #fff;
	padding: 20px 25px;
	transform: translate3d(0, -100%, 0);
	transition: background .25s linear, transform .25s ease
}

.js-toggle_active .department_results_divider_container {
	background-color: #00356b;
	transform: translate3d(0, 0, 0)
}

.department_item {
	padding: 15px
}

.department_item:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden
}

@media only screen and (min-width:740px) {
	.department_item {
		padding: 0
	}
}

.department_item_cell {
	font-family: Mallory, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	font-size: .875rem;
	padding: 5px 0
}

@media only screen and (min-width:740px) {
	.department_item_cell {
		border-right: 1px solid #ddd;
		float: left;
		padding: 17px 20px
	}

	.department_item_cell:last-child {
		border: none
	}
}

@media only screen and (min-width:740px) {
	.department_item_cell_40 {
		width: 40%
	}
}

@media only screen and (min-width:740px) {
	.department_item_cell_60 {
		width: 60%
	}
}

.department_item_heading {
	margin: 0;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal
}

.department_item_link {
	color: #222
}

.department_item_link:after {
	margin-left: 8px
}

.department_item_link:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent transparent;
	content: "";
	position: relative;
	top: -1px;
	display: inline-block;
	transition: border .25s
}

.department_item_link.button_solid_marine:after {
	border-color: transparent transparent transparent #fff
}

.department_item_link.button_solid_marine:focus:after,
.no-touch .department_item_link.button_solid_marine:hover:after {
	border-color: transparent transparent transparent #286dc0
}

.department_item_link.button_solid_white:after {
	border-color: transparent transparent transparent #222
}

.department_item_link.button_solid_white:focus:after,
.no-touch .department_item_link.button_solid_white:hover:after {
	border-color: transparent transparent transparent #fff
}

.department_item_link.button_bordered_dusty.color_black:after {
	border-color: transparent transparent transparent #222
}

.department_item_link.button_solid_dusty.color_black:after {
	border-color: transparent transparent transparent #222
}

.department_item_link.button_solid_greige:after {
	border-color: transparent transparent transparent #fff
}

.department_item_link.button_solid_greige:focus:after,
.no-touch .department_item_link.button_solid_greige:hover:after {
	border-color: transparent transparent transparent #7e736b
}

.no-touch .department_item_link:hover {
	color: #286dc0
}

.no-touch .department_item_link:hover:after {
	transform: translate3d(3px, 0, 0)
}

.department_item_link:after {
	color: #222;
	border-color: transparent transparent transparent #978d85;
	transition: transform .25s ease
}

.department_search_listing.fs-swap-enabled {
	display: none
}

.department_search_listing.fs-swap-active {
	display: block
}

.explore_section {
	overflow: hidden
}

.explore_header {
	margin-bottom: 6px
}

@media only screen and (max-width:739px) {
	.explore_header {
		text-align: center
	}
}

@media only screen and (min-width:740px) {
	.explore_header {
		margin-bottom: 20px
	}
}

@media only screen and (min-width:980px) {
	.explore_header {
		margin-bottom: 80px
	}
}

.explore_context {
	margin: 5px 0
}

@media only screen and (max-width:499px) {
	.explore_context {
		font-size: 12px;
		font-size: .75rem
	}
}

@media only screen and (min-width:740px) {
	.explore_context {
		margin: 8px 0
	}
}

.explore_title {
	margin: 5px 0
}

@media only screen and (max-width:499px) {
	.explore_title {
		font-size: 25px;
		font-size: 1.5625rem
	}
}

@media only screen and (min-width:740px) {
	.explore_title {
		margin: 8px 0
	}
}

.explore_controls_wrapper {
	display: none
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.explore_controls_wrapper {
		display: block
	}
}

.explore_controls {
	padding: 20px 0
}

@media only screen and (min-width:980px) {
	.explore_controls {
		width: 235px;
		height: 235px;
		position: absolute;
		padding: 40px 20px 0
	}
}

@media only screen and (min-width:1220px) {
	.explore_controls {
		width: 294px;
		height: 294px;
		padding-right: 30px;
		padding-left: 30px
	}
}

@media screen and (min-width:740px) and (max-width:979px) {
	.explore_controls_wrapper .explore_controls_cell {
		width: 47.91666667%
	}
}

.explore_topics_dropdown {
	margin: 0
}

@media only screen and (min-width:1220px) {
	.explore_topics_dropdown .fs-dropdown-selected {
		height: 70px;
		line-height: 70px
	}
}

.explore_shuffle_button {
	height: 50px;
	line-height: 50px;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: middle
}

@media only screen and (min-width:1220px) {
	.explore_shuffle_button {
		height: 70px;
		line-height: 70px
	}
}

.explore_shuffle_button:before {
	width: 15px;
	height: 15px;
	position: relative;
	bottom: -2px;
	content: "";
	display: inline-block;
	margin-right: 10px
}

.explore_shuffle_button:focus:before,
.no-touch .explore_shuffle_button:hover:before {
	animation: rotate_360 .55s linear infinite
}

.explore_topics_divider {
	font-family: Mallory, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.2;
	position: relative;
	margin: 18px 0;
	text-align: center
}

@media only screen and (max-width:979px) {
	.explore_topics_divider {
		display: none
	}
}

@media only screen and (min-width:1220px) {
	.explore_topics_divider {
		margin: 26px 0
	}
}

.explore_topics_divider:after,
.explore_topics_divider:before {
	display: block;
	width: 35px;
	height: 1px;
	position: absolute;
	top: 8px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .17);
	content: ""
}

.explore_topics_divider:before {
	right: 50%;
	margin-right: 18px
}

.explore_topics_divider:after {
	left: 50%;
	margin-left: 18px
}

@media only screen and (min-width:980px) {
	.explore_grid_cell {
		position: relative
	}
}

.explore_grid_wrapper {
	position: relative
}

.explore_grid_wrapper .explore_controls {
	display: none
}

@media only screen and (min-width:740px) {
	.explore_grid_wrapper {
		height: 705px;
		margin: 50px 0
	}
}

@media only screen and (min-width:980px) {
	.explore_grid_wrapper {
		height: 940px;
		margin: 100px 0
	}

	.explore_grid_wrapper .explore_controls {
		display: block
	}
}

@media only screen and (min-width:1220px) {
	.explore_grid_wrapper {
		height: 1175px
	}
}

@media only screen and (max-width:979px) {
	.explore_grid_large_content {
		display: none
	}
}

@media only screen and (max-width:739px) {
	.explore_carousel {
		padding: 60px 0 20px
	}
}

.explore_carousel .fs-carousel-viewport {
	width: 235px
}

@media only screen and (min-width:500px) {
	.explore_carousel .fs-carousel-viewport {
		width: 470px
	}
}

.explore_carousel .fs-carousel-pagination {
	width: 100%;
	position: absolute;
	top: 0;
	margin: 24px 0
}

.explore_carousel .fs-carousel-page {
	background-color: #fff;
	opacity: 1
}

.explore_story {
	width: 235px;
	height: 235px;
	overflow: hidden
}

@media only screen and (max-width:739px) {
	.explore_story {
		position: relative
	}
}

@media only screen and (min-width:740px) {
	.explore_story {
		position: absolute;
		z-index: 2
	}
}

@media only screen and (min-width:1220px) {
	.explore_story {
		width: 294px;
		height: 294px
	}
}

.explore_story_link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2
}

@media only screen and (min-width:740px) {
	.explore_story_link_lg {
		display: none
	}
}

.explore_story_figure {
	transform: translate3d(0, 0, 0)
}

.explore_story_image {
	display: block
}

.explore_overlay {
	overflow: hidden
}

.explore_overlay:after {
	height: 102%;
	width: 102%;
	position: absolute;
	top: -1%;
	right: -1%;
	bottom: -1%;
	left: -1%;
	content: "";
	transform: translate3d(0, 0, 0);
	transition: opacity .25s
}

.explore_overlay_black_light:after {
	background-color: #000;
	opacity: .3
}

.no-opacity .explore_overlay_black_light:after {
	background: transparent url(../images/black_30.png)
}

.explore_story_link:focus .explore_overlay_black_light:after,
.no-touch .explore_story_link:hover .explore_overlay_black_light:after {
	opacity: .4
}

.explore_overlay_black_dark:after {
	background-color: #000;
	opacity: .6
}

.no-opacity .explore_overlay_black_dark:after {
	background: transparent url(../images/black_60.png)
}

.explore_story_link:focus .explore_overlay_black_dark:after,
.no-touch .explore_story_link:hover .explore_overlay_black_dark:after {
	opacity: .7
}

.explore_overlay_green:after {
	background-color: #5F712d;
	opacity: .8
}

.no-opacity .explore_overlay_green:after {
	background: transparent url(../images/green_80.png)
}

.explore_story_link:focus .explore_overlay_green:after,
.no-touch .explore_story_link:hover .explore_overlay_green:after {
	opacity: .85
}

.explore_overlay_orange:after {
	background-color: #bd5319;
	opacity: .8
}

.no-opacity .explore_overlay_orange:after {
	background: transparent url(../images/orange_80.png)
}

.explore_story_link:focus .explore_overlay_orange:after,
.no-touch .explore_story_link:hover .explore_overlay_orange:after {
	opacity: .85
}

.explore_overlay_greige:after {
	background-color: #978d85;
	opacity: .8
}

.no-opacity .explore_overlay_greige:after {
	
}

.explore_story_link:focus .explore_overlay_greige:after,
.no-touch .explore_story_link:hover .explore_overlay_greige:after {
	opacity: .85
}

.explore_overlay_midnight:after {
	background-color: #00356b;
	opacity: .8
}

.no-opacity .explore_overlay_midnight:after {
	background: transparent url(../images/midnight_80.png)
}

.explore_story_link:focus .explore_overlay_midnight:after,
.no-touch .explore_story_link:hover .explore_overlay_midnight:after {
	opacity: .85
}

.explore_overlay_marine:after {
	background-color: #286dc0;
	opacity: .8
}

.no-opacity .explore_overlay_marine:after {
	background: transparent url(../images/marine_80.png)
}

.explore_story_link:focus .explore_overlay_marine:after,
.no-touch .explore_story_link:hover .explore_overlay_marine:after {
	opacity: .85
}

.explore_overlay_trans:after {
	background-color: #000;
	opacity: 0
}

.no-opacity .explore_overlay_trans:after {
	background-color: transparent;
	opacity: 1
}

.explore_story_link:focus .explore_overlay_trans:after,
.no-touch .explore_story_link:hover .explore_overlay_trans:after {
	opacity: .1
}

.explore_story_content {
	color: #fff;
	z-index: 2;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0)
}

.explore_story_content_sm {
	position: absolute;
	right: 16px;
	bottom: 4px;
	left: 16px;
	transition: transform .35s
}

@media only screen and (min-width:1220px) {
	.explore_story_content_sm {
		right: 30px;
		bottom: 10px;
		left: 30px
	}
}

.explore_story_link:focus .explore_story_content_sm,
.no-touch .explore_story_link:hover .explore_story_content_sm {
	-ms-transform: translateY(-15px);
	transform: translateY(-15px)
}

.explore_story_content_lg {
	position: absolute
}

@media only screen and (max-width:739px) {
	.explore_story_content_lg {
		display: none
	}
}

@media only screen and (min-width:740px) {
	.explore_story_content_lg {
		top: 45px;
		right: 50px;
		left: 50px
	}
}

@media only screen and (min-width:1220px) {
	.explore_story_content_lg {
		top: 65px;
		right: 70px
	}
}

.explore_story_content_xl {
	position: absolute
}

@media only screen and (max-width:739px) {
	.explore_story_content_xl {
		display: none
	}
}

@media only screen and (min-width:980px) {
	.explore_story_content_xl {
		top: 150px;
		right: 120px;
		left: 150px
	}
}

@media only screen and (min-width:1220px) {
	.explore_story_content_xl {
		top: 210px;
		right: 150px;
		left: 260px
	}
}

.explore_story_context {
	margin-bottom: 36px
}

.explore_story_title {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.26666667;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-weight: 400;
	margin: 16px 0
}

.explore_story_title_lg {
	font-size: 50px;
	font-size: 3.125rem;
	line-height: 1.1;
	margin: 6px 0
}

@media only screen and (min-width:1220px) {
	.explore_story_title_lg {
		margin: 20px 0
	}
}

.explore_story_description {
	margin: 6px 0
}

@media only screen and (min-width:1220px) {
	.explore_story_description {
		margin: 20px 0
	}
}

.explore_story_explore {
	margin: 0
}

.explore_story_explore_sm {
	margin: 16px 0
}

.explore_story_buttons {
	margin-top: 15px
}

@media only screen and (max-width:739px) {
	.explore_story_buttons {
		display: none
	}
}

@media only screen and (min-width:1220px) {
	.explore_story_buttons {
		margin-top: 25px
	}
}

.explore_story_button_explore {
	margin: 5px 5px 5px 0
}

.explore_story_button_explore_white {
	border: 1px solid #fff
}

.boxshadow .explore_story_button_explore_white {
	border-width: 0;
	box-shadow: inset 0 0 0 1px #fff
}

.explore_story_button_explore_white:focus,
.no-touch .explore_story_button_explore_white:hover {
	background-color: #00356b;
	border-width: 0;
	box-shadow: inset 0 0 0 1px transparent
}

.explore_story_button_explore_white:after {
	border-color: transparent transparent transparent #fff
}

.explore_story_button_explore_trans {
	border: 1px solid #fff;
	border-color: rgba(255, 255, 255, .4)
}

.boxshadow .explore_story_button_explore_trans {
	border-width: 0;
	box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .4)
}

.explore_story_button_explore_trans:focus,
.no-touch .explore_story_button_explore_trans:hover {
	background-color: #00356b;
	border-width: 0;
	box-shadow: inset 0 0 0 1px transparent
}

.explore_story_button_explore_trans:after {
	border-color: transparent transparent transparent #fff
}

.explore_story_button_more {
	margin: 5px 0
}

.explore_story_button_more_white:focus,
.no-touch .explore_story_button_more_white:hover {
	background-color: #00356b;
	color: #fff
}

.explore_story_button_more_white.button_icon_right_arrow:after {
	transition: border .25s
}

.explore_story_button_more_white.button_icon_right_arrow:focus:after,
.no-touch .explore_story_button_more_white.button_icon_right_arrow:hover:after {
	border-color: transparent transparent transparent #fff
}

.explore_story_button_more_blue:focus,
.no-touch .explore_story_button_more_blue:hover {
	background-color: #00356b;
	color: #fff
}

.explore_story_button_more_blue.button_icon_right_arrow:after {
	border-color: transparent transparent transparent #fff
}

.explore_overlay_orange .explore_story_button_more_white {
	color: #bd5319
}

.explore_overlay_orange .explore_story_button_more_white.button_icon_right_arrow:after {
	border-color: transparent transparent transparent #bd5319
}

.explore_overlay_orange .explore_story_button_more_white.button_icon_right_arrow:focus:after,
.no-touch .explore_overlay_orange .explore_story_button_more_white.button_icon_right_arrow:hover:after {
	border-color: transparent transparent transparent #fff
}

.explore_overlay_green .explore_story_button_more_white {
	color: #5F712d
}

.explore_overlay_green .explore_story_button_more_white.button_icon_right_arrow:after {
	border-color: transparent transparent transparent #5F712d
}

.explore_overlay_green .explore_story_button_more_white.button_icon_right_arrow:focus:after,
.no-touch .explore_overlay_green .explore_story_button_more_white.button_icon_right_arrow:hover:after {
	border-color: transparent transparent transparent #fff
}

.explore_overlay_greige .explore_story_button_more_white {
	color: #978d85
}

.explore_overlay_greige .explore_story_button_more_white.button_icon_right_arrow:after {
	border-color: transparent transparent transparent #978d85
}

.explore_overlay_greige .explore_story_button_more_white.button_icon_right_arrow:focus:after,
.no-touch .explore_overlay_greige .explore_story_button_more_white.button_icon_right_arrow:hover:after {
	border-color: transparent transparent transparent #fff
}

.explore_overlay_midnight .explore_story_button_explore_white:focus,
.no-touch .explore_overlay_midnight .explore_story_button_explore_white:hover {
	background-color: #286dc0
}

.explore_overlay_midnight .explore_story_button_more_white {
	color: #00356b
}

.explore_overlay_midnight .explore_story_button_more_white:focus,
.no-touch .explore_overlay_midnight .explore_story_button_more_white:hover {
	background-color: #286dc0
}

.explore_overlay_midnight .explore_story_button_more_white.button_icon_right_arrow:after {
	border-color: transparent transparent transparent #00356b
}

.explore_overlay_midnight .explore_story_button_more_white.button_icon_right_arrow:focus:after,
.no-touch .explore_overlay_midnight .explore_story_button_more_white.button_icon_right_arrow:hover:after {
	border-color: transparent transparent transparent #fff
}

.explore_overlay_marine .explore_story_button_more_white {
	color: #286dc0
}

.explore_overlay_marine .explore_story_button_more_white.button_icon_right_arrow:after {
	border-color: transparent transparent transparent #286dc0
}

.explore_overlay_marine .explore_story_button_more_white.button_icon_right_arrow:focus:after,
.no-touch .explore_overlay_marine .explore_story_button_more_white.button_icon_right_arrow:hover:after {
	border-color: transparent transparent transparent #fff
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.explore_md_pos_1_1 {
		top: 0;
		left: 0
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.explore_md_pos_1_2 {
		top: 235px;
		left: 0
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.explore_md_pos_1_3 {
		left: 0;
		bottom: 0
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.explore_md_pos_2_1 {
		top: 0;
		left: 235px
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.explore_md_pos_2_2 {
		top: 235px;
		left: 235px
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.explore_md_pos_2_3 {
		left: 235px;
		bottom: 0
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.explore_md_pos_3_1 {
		top: 0;
		right: 0
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.explore_md_pos_3_2 {
		top: 235px;
		right: 0
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.explore_md_pos_3_3 {
		right: 0;
		bottom: 0
	}
}

@media only screen and (min-width:980px) {
	.explore_lg_pos_1_1 {
		top: 0;
		left: 0
	}
}

@media only screen and (min-width:980px) {
	.explore_lg_pos_1_2 {
		top: 25%;
		left: 0
	}
}

@media only screen and (min-width:980px) {
	.explore_lg_pos_1_3 {
		top: 50%;
		left: 0
	}
}

@media only screen and (min-width:980px) {
	.explore_lg_pos_1_4 {
		bottom: 0;
		left: 0
	}
}

@media only screen and (min-width:980px) {
	.explore_lg_pos_2_1 {
		top: 0;
		left: 25%
	}
}

@media only screen and (min-width:980px) {
	.explore_lg_pos_2_2 {
		top: 25%;
		left: 25%
	}
}

@media only screen and (min-width:980px) {
	.explore_lg_pos_2_3 {
		bottom: 25%;
		left: 25%
	}
}

@media only screen and (min-width:980px) {
	.explore_lg_pos_2_4 {
		bottom: 0;
		left: 25%
	}
}

@media only screen and (min-width:980px) {
	.explore_lg_pos_3_1 {
		top: 0;
		left: 50%
	}
}

@media only screen and (min-width:980px) {
	.explore_lg_pos_3_2 {
		top: 25%;
		right: 25%
	}
}

@media only screen and (min-width:980px) {
	.explore_lg_pos_3_3 {
		bottom: 25%;
		right: 25%
	}
}

@media only screen and (min-width:980px) {
	.explore_lg_pos_3_4 {
		bottom: 0;
		right: 25%
	}
}

@media only screen and (min-width:980px) {
	.explore_lg_pos_4_1 {
		top: 0;
		right: 0
	}
}

@media only screen and (min-width:980px) {
	.explore_lg_pos_4_2 {
		top: 25%;
		right: 0
	}
}

@media only screen and (min-width:980px) {
	.explore_lg_pos_4_3 {
		bottom: 25%;
		right: 0
	}
}

@media only screen and (min-width:980px) {
	.explore_lg_pos_4_4 {
		bottom: 0;
		right: 0
	}
}

@media only screen and (min-width:980px) {
	.explore_lg_pull {
		z-index: 1;
		margin: -117.5px 0 0 -117.5px
	}
}

@media only screen and (min-width:1220px) {
	.explore_lg_pull {
		margin: -147px 0 0 -147px
	}
}

.csstransforms3d .explore_story {
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	transform: translate3d(0, 0, 0);
	transition: margin .35s, transform .35s
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.csstransforms3d .explore_md_pos_1_2 {
		transform: translate3d(0, 235px, 0)
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.csstransforms3d .explore_md_pos_1_3 {
		transform: translate3d(0, 470px, 0)
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.csstransforms3d .explore_md_pos_2_1 {
		transform: translate3d(235px, 0, 0)
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.csstransforms3d .explore_md_pos_2_2 {
		transform: translate3d(235px, 235px, 0)
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.csstransforms3d .explore_md_pos_2_3 {
		transform: translate3d(235px, 470px, 0)
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.csstransforms3d .explore_md_pos_3_1 {
		transform: translate3d(470px, 0, 0)
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.csstransforms3d .explore_md_pos_3_2 {
		transform: translate3d(470px, 235px, 0)
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.csstransforms3d .explore_md_pos_3_3 {
		transform: translate3d(470px, 470px, 0)
	}
}

@media only screen and (min-width:980px) and (max-width:1219px) {
	.csstransforms3d .explore_lg_pos_1_2 {
		transform: translate3d(0, 235px, 0)
	}
}

@media only screen and (min-width:1220px) {
	.csstransforms3d .explore_lg_pos_1_2 {
		transform: translate3d(0, 294px, 0)
	}
}

@media only screen and (min-width:980px) and (max-width:1219px) {
	.csstransforms3d .explore_lg_pos_1_3 {
		transform: translate3d(0, 470px, 0)
	}
}

@media only screen and (min-width:1220px) {
	.csstransforms3d .explore_lg_pos_1_3 {
		transform: translate3d(0, 588px, 0)
	}
}

@media only screen and (min-width:980px) and (max-width:1219px) {
	.csstransforms3d .explore_lg_pos_1_4 {
		transform: translate3d(0, 705px, 0)
	}
}

@media only screen and (min-width:1220px) {
	.csstransforms3d .explore_lg_pos_1_4 {
		transform: translate3d(0, 882px, 0)
	}
}

@media only screen and (min-width:980px) and (max-width:1219px) {
	.csstransforms3d .explore_lg_pos_2_1 {
		transform: translate3d(235px, 0, 0)
	}
}

@media only screen and (min-width:1220px) {
	.csstransforms3d .explore_lg_pos_2_1 {
		transform: translate3d(294px, 0, 0)
	}
}

@media only screen and (min-width:980px) and (max-width:1219px) {
	.csstransforms3d .explore_lg_pos_2_2 {
		transform: translate3d(235px, 235px, 0)
	}
}

@media only screen and (min-width:1220px) {
	.csstransforms3d .explore_lg_pos_2_2 {
		transform: translate3d(294px, 294px, 0)
	}
}

@media only screen and (min-width:980px) and (max-width:1219px) {
	.csstransforms3d .explore_lg_pos_2_3 {
		transform: translate3d(235px, 470px, 0)
	}
}

@media only screen and (min-width:1220px) {
	.csstransforms3d .explore_lg_pos_2_3 {
		transform: translate3d(294px, 588px, 0)
	}
}

@media only screen and (min-width:980px) and (max-width:1219px) {
	.csstransforms3d .explore_lg_pos_2_4 {
		transform: translate3d(235px, 705px, 0)
	}
}

@media only screen and (min-width:1220px) {
	.csstransforms3d .explore_lg_pos_2_4 {
		transform: translate3d(294px, 882px, 0)
	}
}

@media only screen and (min-width:980px) and (max-width:1219px) {
	.csstransforms3d .explore_lg_pos_3_1 {
		transform: translate3d(470px, 0, 0)
	}
}

@media only screen and (min-width:1220px) {
	.csstransforms3d .explore_lg_pos_3_1 {
		transform: translate3d(588px, 0, 0)
	}
}

@media only screen and (min-width:980px) and (max-width:1219px) {
	.csstransforms3d .explore_lg_pos_3_2 {
		transform: translate3d(470px, 235px, 0)
	}
}

@media only screen and (min-width:1220px) {
	.csstransforms3d .explore_lg_pos_3_2 {
		transform: translate3d(588px, 294px, 0)
	}
}

@media only screen and (min-width:980px) and (max-width:1219px) {
	.csstransforms3d .explore_lg_pos_3_3 {
		transform: translate3d(470px, 470px, 0)
	}
}

@media only screen and (min-width:1220px) {
	.csstransforms3d .explore_lg_pos_3_3 {
		transform: translate3d(588px, 588px, 0)
	}
}

@media only screen and (min-width:980px) and (max-width:1219px) {
	.csstransforms3d .explore_lg_pos_3_4 {
		transform: translate3d(470px, 705px, 0)
	}
}

@media only screen and (min-width:1220px) {
	.csstransforms3d .explore_lg_pos_3_4 {
		transform: translate3d(588px, 882px, 0)
	}
}

@media only screen and (min-width:980px) and (max-width:1219px) {
	.csstransforms3d .explore_lg_pos_4_1 {
		transform: translate3d(705px, 0, 0)
	}
}

@media only screen and (min-width:1220px) {
	.csstransforms3d .explore_lg_pos_4_1 {
		transform: translate3d(882px, 0, 0)
	}
}

@media only screen and (min-width:980px) and (max-width:1219px) {
	.csstransforms3d .explore_lg_pos_4_2 {
		transform: translate3d(705px, 235px, 0)
	}
}

@media only screen and (min-width:1220px) {
	.csstransforms3d .explore_lg_pos_4_2 {
		transform: translate3d(882px, 294px, 0)
	}
}

@media only screen and (min-width:980px) and (max-width:1219px) {
	.csstransforms3d .explore_lg_pos_4_3 {
		transform: translate3d(705px, 470px, 0)
	}
}

@media only screen and (min-width:1220px) {
	.csstransforms3d .explore_lg_pos_4_3 {
		transform: translate3d(882px, 588px, 0)
	}
}

@media only screen and (min-width:980px) and (max-width:1219px) {
	.csstransforms3d .explore_lg_pos_4_4 {
		transform: translate3d(705px, 705px, 0)
	}
}

@media only screen and (min-width:1220px) {
	.csstransforms3d .explore_lg_pos_4_4 {
		transform: translate3d(882px, 882px, 0)
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.explore_md_size_lg {
		width: 470px;
		height: 470px
	}
}

@media only screen and (min-width:980px) {
	.explore_lg_size_lg {
		width: 470px;
		height: 470px
	}
}

@media only screen and (min-width:1220px) {
	.explore_lg_size_lg {
		width: 588px;
		height: 588px
	}
}

@media only screen and (min-width:980px) {
	.explore_lg_size_xl {
		width: 705px;
		height: 705px
	}
}

@media only screen and (min-width:1220px) {
	.explore_lg_size_xl {
		width: 882px;
		height: 882px
	}
}

.explore_condensed {
	padding: 40px 0
}

@media only screen and (min-width:740px) {
	.explore_condensed {
		padding: 60px 0
	}
}

@media only screen and (min-width:980px) {
	.explore_condensed {
		padding: 100px 0
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.explore_line .explore_carousel {
		padding: 60px 0 20px
	}
}

@media only screen and (min-width:740px) {
	.explore_line .explore_carousel .fs-carousel-viewport {
		width: 705px
	}
}

@media only screen and (min-width:980px) {
	.explore_line .explore_carousel .fs-carousel-viewport {
		width: auto
	}
}

@media only screen and (min-width:980px) {
	.explore_line .explore_carousel .fs-carousel-canister {
		overflow: hidden
	}
}

@media only screen and (min-width:740px) {
	.explore_header_explore_condensed {
		margin-bottom: 0
	}
}

@media only screen and (min-width:980px) {
	.explore_header_explore_condensed {
		margin-bottom: 30px
	}
}

@media only screen and (min-width:740px) {
	.explore_story_condensed {
		position: relative
	}
}

@media only screen and (min-width:980px) {
	.explore_story_condensed {
		float: left
	}
}

@media only screen and (min-width:1220px) {
	.explore_story_condensed {
		width: 293px;
		height: 293px
	}
}

.numbers_section {
	overflow: hidden;
	max-width: 1440px;
	margin-right: auto;
	margin-left: auto;
	position: relative
}

.page_feature .numbers_section {
	margin-top: 0;
	margin-bottom: 0
}

.numbers_background {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.numbers_background:after {
	background-color: #00356b;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .85
}

.numbers_section_row {
	position: relative
}

.numbers_title {
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0
}

.numbers_stat {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px
}

@media only screen and (min-width:740px) {
	.numbers_stat {
		margin-top: 30px;
		margin-bottom: 30px
	}
}

@media only screen and (min-width:980px) {
	.numbers_stat {
		margin-top: 46px;
		margin-bottom: 46px
	}
}

.numbers_stat:before {
	display: block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	content: "";
	margin-bottom: 6px
}

@media only screen and (max-width:499px) {
	.numbers_label {
		font-size: 12px;
		font-size: .75rem
	}
}

.numbers_feature {
	padding: 50px 0 70px 0
}

@media only screen and (min-width:980px) {
	.numbers_feature {
		padding: 70px 0 90px 0
	}
}

@media only screen and (min-width:980px) {
	.numbers_feature_header {
		border-bottom: 4px solid #286dc0;
		margin-bottom: 12px
	}
}

.numbers_feature_title {
	margin-top: 20px;
	margin-bottom: 20px
}

@media screen and (min-width:980px) {
	.numbers_feature_title {
		width: 64.58333333%
	}
}

@media only screen and (max-width:979px) {
	.numbers_feature_title {
		border-bottom: 4px solid #286dc0;
		padding-bottom: 14px
	}
}

.numbers_feature_footnote {
	margin-bottom: 20px
}

@media screen and (min-width:980px) {
	.numbers_feature_footnote {
		width: 31.25%
	}
}

@media only screen and (min-width:980px) {
	.numbers_feature_footnote {
		margin-top: 56px;
		margin-bottom: 0;
		text-align: right
	}
}

.numbers_feature_stat {
	padding-right: 10px
}

@media screen and (min-width:740px) and (max-width:979px) {
	.numbers_feature_stat {
		width: 47.91666667%
	}
}

@media screen and (min-width:980px) {
	.numbers_feature_stat {
		width: 22.91666667%
	}
}

@media only screen and (max-width:739px) {
	.numbers_feature_stat {
		width: 47%
	}
}

@media only screen and (min-width:500px) {
	.numbers_feature_stat {
		padding-right: 20px
	}
}

@media only screen and (min-width:740px) {
	.numbers_feature_stat {
		padding-right: 0
	}
}

@media only screen and (max-width:979px) {
	.numbers_feature_stat:nth-child(odd) {
		clear: left
	}
}

@media only screen and (min-width:980px) {
	.numbers_feature_stat:nth-child(4n+1) {
		clear: left
	}
}

.numbers_feature_label {
	font-size: 13.5px;
	font-size: .84375rem;
	line-height: 1.25925926;
	letter-spacing: .5px;
	word-spacing: 1.5px
}

.numbers_callout {
	padding: 50px 0 70px 0
}

@media only screen and (min-width:980px) {
	.numbers_callout {
		padding: 90px 0 90px 0
	}
}

@media only screen and (min-width:1220px) {
	.numbers_callout {
		padding: 90px 0 230px 0
	}
}

.numbers_callout_title {
	margin-top: 4px;
	margin-bottom: 4px
}

.numbers_callout_content {
	position: relative;
	margin-top: 4px;
	margin-bottom: 4px
}

@media screen and (min-width:980px) {
	.numbers_callout_content {
		width: 39.58333333%
	}
}

@media only screen and (min-width:980px) {
	.numbers_callout_content {
		padding-top: 30px;
		padding-bottom: 0
	}
}

.numbers_callout_buttons {
	margin: 20px 0 40px
}

@media only screen and (min-width:740px) {
	.numbers_callout_buttons {
		margin: 40px 0
	}
}

@media only screen and (max-width:499px) {
	.numbers_callout_button {
		display: block;
		text-align: center
	}
}

.numbers_callout_footnote {
	margin-bottom: 20px
}

@media only screen and (min-width:980px) {
	.numbers_callout_footnote {
		position: absolute;
		bottom: -60px;
		left: 0;
		margin-bottom: 0
	}
}

@media only screen and (min-width:1220px) {
	.numbers_callout_footnote {
		bottom: -200px
	}
}

@media screen and (min-width:980px) {
	.numbers_callout_stats {
		width: 47.91666667%
	}
}

@media only screen and (min-width:980px) {
	.numbers_callout_stats {
		float: right
	}
}

.numbers_callout_stat {
	padding-right: 10px
}

@media screen and (min-width:740px) and (max-width:979px) {
	.numbers_callout_stat {
		width: 47.91666667%
	}
}

@media screen and (min-width:980px) {
	.numbers_callout_stat {
		width: 47.91666667%
	}
}

@media only screen and (max-width:739px) {
	.numbers_callout_stat {
		width: 47%
	}
}

@media only screen and (min-width:500px) {
	.numbers_callout_stat {
		padding-right: 20px
	}
}

@media only screen and (min-width:740px) {
	.numbers_callout_stat {
		padding-right: 0
	}
}

@media only screen and (max-width:739px) {
	.numbers_callout_stat:nth-child(odd) {
		clear: left
	}
}

.carousel_push .fs-carousel-item {
	position: relative
}

@media only screen and (min-width:980px) {
	.carousel_push .feature_carousel_item_wrapper {
		transition: transform .6s, opacity .6s
	}
}

@media only screen and (min-width:980px) {
	.carousel_push .fs-carousel-item_previous .feature_carousel_item_wrapper {
		opacity: 0;
		-ms-transform: translateX(-800px);
		transform: translateX(-800px)
	}
}

.content_carousel_section {
	clear: both
}

@media screen and (min-width:740px) and (max-width:979px) {
	.content_carousel_cell {
		width: 81.25%
	}
}

@media screen and (min-width:740px) and (max-width:979px) {
	.content_carousel_cell {
		margin-left: 17.70833333%
	}
}

@media screen and (min-width:980px) {
	.content_carousel_cell {
		width: 72.91666667%
	}
}

@media screen and (min-width:980px) {
	.content_carousel_cell {
		margin-left: 9.375%
	}
}

@media only screen and (max-width:739px) {
	.content_carousel.fs-carousel-enabled .fs-carousel-controls.fs-carousel-visible {
		display: none
	}
}

@media only screen and (min-width:740px) {
	.content_carousel.fs-carousel-enabled .fs-carousel-pagination.fs-carousel-visible {
		display: none
	}
}

.content_carousel_item {
	position: relative;
	min-height: 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: 0;
	overflow: hidden;
	transform: translateZ(0)
}

.content_carousel_item:before {
	background-color: #000;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .5;
	transition: opacity .5s
}

.content_carousel_item:after {
	display: block;
	padding-top: 100%;
	content: ""
}

@media only screen and (min-width:500px) {
	.content_carousel_item:after {
		padding-top: 56.25%
	}
}

.content_carousel_item.fs-carousel-visible:before {
	opacity: 0;
	pointer-events: none
}

.content_carousel_link {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.content_carousel_figure {
	position: absolute;
	top: 0;
	left: 0
}

.content_carousel_figure:after {
	display: block;
	background-color: rgba(0, 0, 0, 0);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
	width: 100%;
	height: 60%;
	position: absolute;
	bottom: -10px;
	left: 0;
	content: "";
	opacity: .6
}

@media only screen and (min-width:500px) {
	.content_carousel_figure:after {
		height: 50%
	}
}

@media only screen and (min-width:740px) {
	.content_carousel_figure:after {
		height: 40%
	}
}

@media only screen and (min-width:980px) {
	.content_carousel_figure:after {
		height: 35%
	}
}

.content_carousel_caption {
	line-height: 2.14285714;
	position: absolute;
	right: 20px;
	bottom: 20px;
	left: 20px;
	z-index: 1;
	opacity: 0;
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	transition: opacity .5s cubic-bezier(.68, -.55, .265, 1.55), transform .5s cubic-bezier(.68, -.55, .265, 1.55) .3s
}

@media only screen and (min-width:740px) {
	.content_carousel_caption {
		right: 30px;
		left: 30px
	}
}

@media only screen and (min-width:980px) {
	.content_carousel_caption {
		right: 60px;
		left: 60px
	}
}

@media only screen and (min-width:1220px) {
	.content_carousel_caption {
		right: 75px;
		left: 75px
	}
}

.fs-carousel-visible .content_carousel_caption {
	opacity: 1;
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: opacity .5s cubic-bezier(.68, -.55, .265, 1.55) .2s, transform .5s cubic-bezier(.68, -.55, .265, 1.55) .2s
}

.content_carousel_caption:before {
	display: block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	content: "";
	margin-bottom: 10px
}

.feature_carousel_section {
	position: relative;
	z-index: 1
}

@media only screen and (min-width:740px) {
	.feature_carousel_section {
		padding-top: 30px
	}
}

.feature_carousel_cell {
	position: relative
}

.feature_carousel_title {
	margin: 30px 0 60px
}

@media only screen and (min-width:740px) {
	.feature_carousel_title {
		margin-top: 60px
	}
}

.feature_carousel_wrapper {
	padding-bottom: 40px
}

@media only screen and (min-width:740px) {
	.feature_carousel_wrapper {
		padding-bottom: 80px
	}
}

.feature_carousel {
	margin-top: -30px
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.feature_carousel {
		margin-left: 105px
	}
}

@media only screen and (max-width:739px) {
	.feature_carousel.fs-carousel-enabled .fs-carousel-controls.fs-carousel-visible {
		display: none
	}
}

@media only screen and (min-width:740px) {
	.feature_carousel.fs-carousel-enabled .fs-carousel-pagination.fs-carousel-visible {
		display: none
	}
}

@media only screen and (min-width:500px) and (max-width:739px) {
	.feature_carousel .fs-carousel-viewport {
		width: 310px
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.feature_carousel .fs-carousel-viewport {
		width: 360px
	}
}

@media only screen and (min-width:980px) and (max-width:1219px) {
	.feature_carousel .fs-carousel-viewport {
		width: 560px
	}
}

@media only screen and (min-width:1220px) {
	.feature_carousel .fs-carousel-viewport {
		width: 700px
	}
}

.feature_carousel.fs-carousel-enabled .fs-carousel-controls {
	top: 15px
}

@media only screen and (min-width:980px) {
	.feature_carousel.fs-carousel-enabled .fs-carousel-controls {
		display: none
	}
}

.feature_carousel_item {
	position: relative;
	min-height: 1px;
	margin: 0
}

@media only screen and (max-width:979px) {
	.feature_carousel_item {
		background-color: #fff;
		border: 1px solid #ddd;
		margin-right: 20px;
		padding: 30px
	}
}

.feature_carousel_item_figure {
	position: relative;
	overflow: hidden
}

.feature_carousel_item_figure:after {
	display: block;
	padding-top: 56.25%;
	content: ""
}

@media only screen and (min-width:980px) {
	.feature_carousel_item_figure:after {
		padding-top: 70.175%
	}
}

.feature_carousel_item_picture {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.feature_carousel_item_content {
	text-align: center
}

@media only screen and (min-width:980px) {
	.feature_carousel_item_content {
		display: none
	}
}

.feature_carousel_item_title:after {
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (min-width:740px) {
	.feature_carousel_item_description {
		font-size: 16px;
		font-size: 0.9rem;
	}
}

.feature_carousel_item_description p {
	margin: 20px 0;
	color: #ffffff;
	line-height: 1.6;
	font-weight: 400;
	font-size: 0.9rem;
}

.feature_carousel_item_button {
	color: #222;
	border: 1px solid #ddd
}

.boxshadow .feature_carousel_item_button {
	border-width: 0;
	box-shadow: inset 0 0 0 1px #ddd
}

.feature_carousel_item_button:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent #222;
	content: "";
	position: relative;
	top: -2px;
	display: inline-block;
	margin-left: 8px;
	transition: border .25s
}

.feature_carousel_item_button:focus,
.no-touch .feature_carousel_item_button:hover {
	background-color: #286dc0;
	color: #fff;
	border-color: transparent;
	box-shadow: inset 0 0 0 1px transparent
}

.feature_carousel_item_button:focus:after,
.no-touch .feature_carousel_item_button:hover:after {
	border-color: transparent transparent transparent #fff
}

@media only screen and (max-width:979px) {
	.feature_caption_carousel {
		display: none
	}
}

@media only screen and (min-width:980px) {
	.feature_caption_carousel.fs-carousel-enabled {
		background-color: #0574d0;
		width: 420px;
		/* height: 363px; */
		position: absolute;
		top: 0;
		right: 0;
	}
}

@media only screen and (min-width:1220px) {
	.feature_caption_carousel.fs-carousel-enabled {
		width: 440px;
		/* height:462px; */
		/* right: 75px; */
	}
}

.feature_caption_carousel.fs-carousel-enabled .fs-carousel-controls {
	position: absolute;
	top: 0;
	left: 150px
}

.feature_caption_carousel.fs-carousel-enabled .fs-carousel-pagination {
	display: none
}

@media only screen and (min-width:980px) {
	.feature_caption_carousel.fs-carousel-enabled .fs-carousel-canister {
		height:363px;
	}
}

@media only screen and (min-width:1220px) {
	.feature_caption_carousel.fs-carousel-enabled .fs-carousel-canister {
		/* height:462px */
	}
}

.feature_carousel_caption_item {
	position: absolute;
	top: 0;
	left: 0
}

.feature_carousel_caption_content {
	display: block;
	opacity: 0;
	padding: 60px 30px 0 30px;
	-ms-transform: translate(0, 400px);
	transform: translate(0, 400px);
	transition: opacity .2s cubic-bezier(.635, 0, .735, .045) .15s, transform .4s cubic-bezier(.635, 0, .735, .045), visibility .55s;
	visibility: hidden
}

@media only screen and (min-width:980px) {
	.feature_carousel_caption_content {
		/* height:363px */
	}
}

@media only screen and (min-width:1220px) {
	.feature_carousel_caption_content {
		/* height:462px */
	}
}

.fs-carousel-visible .feature_carousel_caption_content {
	opacity: 1;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: opacity .25s .4s, transform .01s, visibility .25s .4s;
	visibility: visible
}

.instagram_carousel_wrapper {
	margin-bottom: 20px
}

@media only screen and (min-width:740px) {
	.instagram_carousel_wrapper {
		margin-bottom: 40px
	}
}

.instagram_carousel {
	clear: both
}

@media only screen and (min-width:980px) {
	.social_lockup_callout .instagram_carousel {
		padding-left: 80px
	}
}

@media only screen and (min-width:1220px) {
	.social_lockup_callout .instagram_carousel {
		padding-left: 100px
	}
}

@media only screen and (max-width:739px) {
	.instagram_carousel.fs-carousel-enabled .fs-carousel-controls {
		display: none
	}
}

@media only screen and (min-width:740px) {
	.instagram_carousel.fs-carousel-enabled .fs-carousel-pagination {
		display: none
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.instagram_carousel.fs-carousel-enabled .fs-carousel-viewport {
		width: 465px
	}
}

@media only screen and (min-width:1220px) {
	.instagram_carousel.fs-carousel-enabled .fs-carousel-viewport {
		width: 950px
	}
}

.instagram_carousel_item {
	position: relative;
	min-height: 1px;
	margin: 0
}

.instagram_carousel_item:before {
	display: block;
	padding-top: 100%;
	content: ""
}

.instagram_carousel_post {
	position: absolute
}

.instagram_carousel_post_lg {
	width: 100%;
	top: 0;
	left: 0
}

.instagram_carousel_post_sm {
	width: 50%
}

.instagram_carousel_post_tl {
	top: 0;
	left: 0
}

.instagram_carousel_post_tr {
	top: 0;
	right: 0
}

.instagram_carousel_post_bl {
	bottom: 0;
	left: 0
}

.instagram_carousel_post_br {
	right: 0;
	bottom: 0
}

.instagram_carousel_item_link {
	display: block
}

.instagram_carousel_image {
	width: 100%
}

.instagram_carousel_item_caption {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s, visibility .25s
}

@media only screen and (min-width:500px) {
	.no-touch .instagram_carousel_post:hover .instagram_carousel_item_caption {
		opacity: 1;
		visibility: visible
	}
}

.instagram_carousel_post_lg .instagram_carousel_item_caption {
	padding: 130px 50px 0
}

.instagram_carousel_post_sm .instagram_carousel_item_caption {
	padding: 30px 20px 0
}

.theme_midnight .instagram_carousel_item_caption {
	background-color: #00356b;
	background-color: rgba(0, 53, 107, .9)
}

.theme_marine .instagram_carousel_item_caption {
	background-color: #286dc0;
	background-color: rgba(40, 109, 192, .9)
}

.theme_orange .instagram_carousel_item_caption {
	background-color: #bd5319;
	background-color: rgba(189, 83, 25, .9)
}

.theme_green .instagram_carousel_item_caption {
	background-color: #5F712d;
	background-color: rgba(95, 113, 45, .9)
}

.instagram_carousel_item_description {
	font-family: Mallory, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400
}

.instagram_carousel_post_lg .instagram_carousel_item_description {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.77777778
}

.instagram_carousel_post_sm .instagram_carousel_item_description {
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.78571429
}

.instagram_carousel_item_description p {
	margin: 0
}

.instagram_carousel_item_description a {
	color: #fff;
	border-bottom: 1px solid #fff
}

.no-touch .instagram_carousel_item_description a:hover {
	color: #ddd;
	border-bottom-color: transparent
}

.instagram_carousel_item_footer {
	font-size: 14px;
	font-size: .875rem;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	bottom: 20px;
	left: 20px
}

.instagram_carousel_item_footer_link {
	color: #fff;
	margin-right: 12px
}

.instagram_carousel_item_footer_link:before {
	font-size: 12px;
	font-size: .75rem;
	margin-right: 5px;
	transition: color .25s
}

.instagram_carousel_item_likes:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f004"
}

.instagram_carousel_item_likes:before {
	font-size: 12px;
	font-size: .75rem
}

.no-touch .instagram_carousel_item_likes:hover:before {
	color: #ff4136
}

.instagram_carousel_item_comments:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f075"
}

.instagram_carousel_item_comments:before {
	font-size: 12px;
	font-size: .75rem
}

.no-touch .instagram_carousel_item_comments:hover:before {
	color: #978d85
}

.accordion_wrapper {
	border-bottom: 1px solid #ddd;
	margin: 20px 0
}

.accordion_pane {
	border-top: 1px solid #ddd
}

.accordion_pane_header {
	overflow: hidden;
	padding: 14px 0;
	cursor: pointer
}

.accordion_pane_title {
	margin: 3px 40px 3px 0
}

@media only screen and (max-width:739px) {
	.accordion_pane_title {
		font-size: 20px;
		font-size: 1.25rem
	}
}

@media only screen and (min-width:740px) {
	.accordion_pane_title {
		margin: 14px 120px 10px 20px
	}
}

.accordion_pane_handle {
	float: right
}

.accordion_pane_handle:before {
	display: block;
	color: #222;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.28571429;
	font-family: Mallory, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	content: "Expand";
	letter-spacing: .15px
}

@media only screen and (max-width:739px) {
	.accordion_pane_handle:before {
		display: none
	}
}

@media only screen and (min-width:740px) {
	.accordion_pane_handle:before {
		float: left;
		margin: 15px 12px 0 0
	}
}

.fs-swap-active .accordion_pane_handle:before {
	content: "Close"
}

.accordion_pane_handle_icon {
	display: block;
	background-color: #286dc0;
	position: relative;
	width: 30px;
	height: 30px;
	transition: background .25s
}

@media only screen and (min-width:740px) {
	.accordion_pane_handle_icon {
		width: 50px;
		height: 50px;
		float: left
	}
}

.accordion_pane_handle_icon:focus,
.no-touch .accordion_pane_handle_icon:hover {
	background-color: #00356b
}

.accordion_pane_header.fs-swap-active .accordion_pane_handle_icon {
	background-color: #ddd
}

.accordion_pane_header.fs-swap-active .accordion_pane_handle_icon:focus,
.no-touch .accordion_pane_header.fs-swap-active .accordion_pane_handle_icon:hover {
	background-color: #978d85
}

.accordion_pane_handle_icon:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 3.5px 0 3.5px;
	border-color: #fff transparent transparent transparent;
	content: "";
	transition: border .25s
}

.accordion_pane_header.fs-swap-active .accordion_pane_handle_icon:after,
.accordion_pane_header.fs-swap-active .accordion_pane_handle_icon:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: #4a4a4a;
	display: block;
	width: 10px;
	height: 1px;
	border: 0;
	content: ""
}

@media only screen and (min-width:740px) {

	.accordion_pane_header.fs-swap-active .accordion_pane_handle_icon:after,
	.accordion_pane_header.fs-swap-active .accordion_pane_handle_icon:before {
		width: 20px;
		height: 1px
	}
}

.accordion_pane_header.fs-swap-active .accordion_pane_handle_icon:before {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.no-csstransforms .accordion_pane_header.fs-swap-active .accordion_pane_handle_icon:before {
	background: url(../images/icons.png) no-repeat 0 0;
	width: 17px;
	height: 17px;
	background-position: -300px -120px
}

.svg .no-csstransforms .accordion_pane_header.fs-swap-active .accordion_pane_handle_icon:before {
	background-image: url(../images/icons.svg)
}

.accordion_pane_header.fs-swap-active .accordion_pane_handle_icon:after {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.no-csstransforms .accordion_pane_header.fs-swap-active .accordion_pane_handle_icon:after {
	display: none;
	content: normal
}

.accordion_pane_content {
	display: none;
	padding: 0 20px
}

.accordion_pane_content .table_wrapper {
	margin-right: -20px;
	margin-left: -20px
}

.accordion_pane_content.fs-swap-active {
	display: block
}

@media screen and (min-width:980px) {
	.history_header_cell {
		width: 81.25%
	}
}

.history_title {
	margin-bottom: 50px
}

@media only screen and (min-width:740px) {
	.history_title {
		margin-bottom: 30px
	}
}

.history_carousel_wrapper {
	padding-bottom: 240px
}

@media only screen and (min-width:500px) {
	.history_carousel_wrapper {
		padding-bottom: 300px
	}
}

@media only screen and (min-width:740px) {
	.history_carousel_wrapper {
		padding-bottom: 340px
	}
}

@media only screen and (min-width:980px) {
	.history_carousel_wrapper {
		padding-bottom: 400px
	}
}

@media only screen and (min-width:1220px) {
	.history_carousel_wrapper {
		padding-bottom: 440px
	}
}

.history_carousel {
	margin-top: -30px
}

@media only screen and (min-width:980px) {
	.history_carousel {
		margin-top: -10px
	}
}

.history_carousel.fs-carousel-enabled .fs-carousel-controls {
	top: 10px
}

@media only screen and (max-width:499px) {
	.history_carousel.fs-carousel-enabled .fs-carousel-controls {
		top: -10px;
		right: 10px;
		left: auto
	}
}

.history_carousel.fs-carousel-enabled .fs-carousel-controls.fs-carousel-visible {
	display: block
}

@media only screen and (min-width:980px) {
	.history_carousel.fs-carousel-enabled .fs-carousel-controls.fs-carousel-visible {
		right: -380px;
		top: -102px;
		left: auto
	}
}

@media only screen and (min-width:1220px) {
	.history_carousel.fs-carousel-enabled .fs-carousel-controls.fs-carousel-visible {
		right: -475px
	}
}

@media only screen and (max-width:979px) {
	.history_carousel_item_figure {
		margin-bottom: 20px
	}
}

.history_carousel_item_content {
	text-align: left
}

.history_carousel_item_title {
	margin: 0
}

.history_carousel_item_title:after {
	margin-right: 0;
	margin-left: 0
}

.history_caption_carousel.fs-carousel-enabled {
	width: 460px;
	/* min-height:403px; */
	top: 20px;
	overflow: visible;
}

@media only screen and (min-width:1220px) {
	.history_caption_carousel.fs-carousel-enabled {
		width: 500px;
		/* min-height:502px */
		top: 338px;
		left: 0;
		height: 150px;
	}
}

.history_caption_carousel.fs-carousel-enabled .fs-carousel-viewport,
.history_caption_carousel.fs-carousel-enabled .fs-carousel-wrapper {
	overflow: visible
}

.history_caption_carousel.fs-carousel-enabled .fs-carousel-controls {
	right: 0;
	top: -132px;
	left: auto;
	display: none !important
}

@media only screen and (min-width:1220px) {
	.history_caption_carousel.fs-carousel-enabled .fs-carousel-controls {
		right: -75px
	}
}

.history_carousel_caption_content {
	padding: 40px 60px 0;
	text-align: left
}

@media only screen and (min-width:1220px) {
	.history_carousel_caption_content {
		padding: 20px 20px 0;
	}
}

.history_carousel_item_title {
	margin-top: 0
}

@media only screen and (max-width:739px) {
	.history_timeline_row {
		display: none
	}
}

@media screen and (min-width:980px) {
	.history_timeline_cell {
		width: 81.25%
	}
}

.timeline {
	position: relative;
	height: 35px;
	margin-bottom: 50px
}

.timeline:before {
	background-color: #ddd;
	display: block;
	width: 100%;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}

.timeline_fill {
	display: block;
	height: 10px;
	min-width: 1%;
	position: absolute;
	top: 0;
	left: 0;
	transition: .5s width;
}

.timeline_markers {
	position: relative
}

.timeline_marker {
	font-size: 14px;
	font-size: .675rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	top: 0;
	letter-spacing: 2px;
}

.timeline_marker:before {
	background-color: #ddd;
	display: block;
	width: 1px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	content: ""
}

.timeline_marker_label {
	display: block;
	position: relative;
	left: -14px;
	cursor: pointer;
	margin-top: 18px;
	transition: color .25s
}

.no-touch .timeline_marker_label:hover {
	color: #286dc0
}

.history_blocks_wrapper {
	margin-top: -190px
}

@media only screen and (min-width:500px) {
	.history_blocks_wrapper {
		margin-top: -250px
	}
}

@media only screen and (min-width:740px) {
	.history_blocks_wrapper {
		margin-top: -238px
	}
}

@media only screen and (min-width:980px) {
	.history_blocks_wrapper {
		margin-top: -276px
	}
}

@media only screen and (min-width:1220px) {
	.history_blocks_wrapper {
		margin-top: -317px
	}
}

@media screen and (min-width:740px) and (max-width:979px) {
	.history_block_pair_cell {
		width: 47.91666667%
	}
}

@media screen and (min-width:980px) {
	.history_block_pair_cell {
		width: 47.91666667%
	}
}

.history_block_figure {
	position: relative;
	margin-bottom: 25px;
	overflow: hidden
}

.history_block_figure:after {
	display: block;
	padding-top: 70.175%;
	content: ""
}

.history_block_picture {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.history_block_content {
	margin-bottom: 25px
}

.history_block_title {
	margin: 10px 0
}

.history_block_link {
	display: block;
	color: #00356b
}

.no-touch .history_block_link:hover {
	color: #286dc0
}

.history_block_description {
	margin: 10px 0
}

@media screen and (min-width:1220px) {
	.history_list_cell {
		width: 81.25%
	}
}

@media screen and (min-width:1220px) {
	.history_list_cell {
		margin-left: 9.375%
	}
}

.history_list_item {
	border-top: 1px solid #ddd;
	padding: 40px 0
}

@media only screen and (min-width:500px) {
	.history_list_item {
		overflow: hidden;
		padding: 30px 0
	}
}

@media only screen and (min-width:980px) {
	.history_list_item {
		padding: 40px 0
	}
}

.history_list_figure {
	margin-bottom: 20px
}

@media only screen and (min-width:500px) {
	.history_list_figure {
		width: 150px;
		float: left;
		margin: 5px 20px 0 0
	}
}

@media only screen and (min-width:740px) {
	.history_list_figure {
		width: 225px
	}
}

@media only screen and (min-width:980px) {
	.history_list_figure {
		width: 220px;
		margin-right: 25px
	}
}

@media only screen and (min-width:1220px) {
	.history_list_figure {
		width: 175px;
		margin-right: 30px
	}
}

@media only screen and (min-width:500px) {
	.history_list_content {
		overflow: hidden
	}
}

.history_list_title {
	color: #00356b;
	margin: 5px 0
}

@media only screen and (min-width:500px) {
	.history_list_title {
		margin-top: 0
	}
}

.history_list_link {
	display: block;
	color: inherit
}

.no-touch .history_list_link:hover {
	color: #286dc0
}

.history_list_description {
	margin: 5px 0
}

.people_list_person {
	border-top: 1px solid #ddd;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 60px
}

@media only screen and (max-width:739px),
only screen and (min-width:740px) {
	.people_list_person:first-child {
		border-top-width: 0;
		padding-top: 0
	}
}

.people_list_person .related_links_link {
	color: #222
}

.people_list_figure {
	float: right;
	display: none
}

@media only screen and (min-width:740px) {
	.people_list_figure {
		display: block;
		width: 160px;
		margin: 0 0 20px 20px
	}
}

@media only screen and (min-width:980px) {
	.people_list_figure {
		margin-left: 25px
	}
}

@media only screen and (min-width:1220px) {
	.people_list_figure {
		width: 175px
	}
}

.people_list_content {
	overflow: hidden
}

.people_list_content .heading_2 {
	margin-top: 8px;
	margin-bottom: 14px
}

.people_list_content .people_list_figure {
	display: block;
	width: 94px;
	margin: 5px 0 10px 20px
}

@media only screen and (min-width:500px) {
	.people_list_content .people_list_figure {
		width: 150px;
		margin-left: 25px
	}
}

@media only screen and (min-width:740px) {
	.people_list_content .people_list_figure {
		display: none
	}
}

.node-type-person h1 {
	margin-bottom: 10px
}

.title_divide {
	padding-bottom: 36px;
	border-bottom: 4px solid #ddd
}

.people_figure {
	margin-bottom: 20px
}

@media only screen and (min-width:500px) {
	.people_figure {
		width: 150px;
		float: left;
		margin: 5px 20px 20px 0
	}
}

@media only screen and (min-width:740px) {
	.people_figure {
		width: 225px
	}
}

@media only screen and (min-width:980px) {
	.people_figure {
		width: 220px
	}
}

@media only screen and (min-width:1220px) {
	.people_figure {
		width: 275px;
		margin-right: 25px
	}
}

.datetime {
	margin-top: 45px
}

.datetime .time {
	font-weight: 300
}

.sidebar_lockdown h5 {
	margin-bottom: 5px
}

.sidebar_lockdown p {
	margin-top: 0;
	margin-bottom: 1em
}

.updates {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.20833333;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-weight: 400;
	letter-spacing: .13px;
	color: #fff
}

.updates a {
	color: #62A5FB;
	padding-bottom: 2px;
	border-bottom: 1px solid #286DC0
}

.updates a:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f08e"
}

.updates a:after {
	padding-left: .5em;
	font-size: 75%
}

.updates a:hover {
	color: rgba(98, 165, 251, .5)
}

.search_block_wrapper {
	padding: 20px
}

@media only screen and (min-width:740px) {
	.search_block_wrapper {
		padding: 40px 50px 50px
	}
}

@media only screen and (min-width:980px) {
	.search_block_wrapper {
		overflow: hidden
	}
}

@media only screen and (min-width:1220px) {
	.search_block_wrapper {
		padding: 60px 80px 80px
	}
}

@media screen and (min-width:860px) and (max-width:979px),
(min-width:1100px) and (max-width:1219px) {
	.search_block_wrapper {
		margin-right: -50px;
		margin-left: -50px
	}
}

@media screen and (min-width:1400px) {
	.search_block_wrapper {
		margin-right: -80px;
		margin-left: -80px
	}
}

.search_block_subtitle {
	margin: 14px 0 22px
}

@media only screen and (min-width:740px) {
	.search_block_subtitle {
		margin-bottom: 30px
	}
}

.search_block_content {
	margin-bottom: 30px
}

@media only screen and (min-width:980px) {
	.search_block_content {
		width: 75%;
		float: left
	}
}

@media only screen and (min-width:1220px) {
	.search_block_content {
		width: 80%
	}
}

.search_block_title {
	line-height: 1.41666667;
	margin: 12px 0
}

.search_block_date {
	margin: 12px 0
}

.search_block_button {
	margin: 10px 0
}

@media only screen and (max-width:499px) {
	.search_block_button {
		display: block;
		text-align: center
	}
}

@media only screen and (min-width:980px) {
	.search_block_button {
		float: right
	}
}

@media only screen and (min-width:500px) {
	.search_block_fieldset {
		background-color: #f9f9f9;
		padding: 15px
	}
}

.search_block_input {
	display: block;
	color: #222;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.20833333;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-weight: 400;
	letter-spacing: .13px;
	font-size: 18px;
	font-size: 1.125rem;
	width: 100%;
	background-color: transparent;
	letter-spacing: .25px;
	line-height: 1;
	padding: 15px 0 5px 5px
}

@media only screen and (max-width:499px) {
	.search_block_input {
		border: 1px solid #ddd;
		margin-bottom: 14px;
		padding: 16px 10px 12px
	}
}

@media only screen and (min-width:500px) {
	.search_block_input {
		font-size: 20px;
		font-size: 1.25rem;
		width: 278px;
		float: left
	}
}

@media only screen and (min-width:740px) {
	.search_block_input {
		font-size: 24px;
		font-size: 1.5rem;
		width: 410px
	}
}

@media only screen and (min-width:980px) {
	.search_block_input {
		width: 360px
	}
}

@media only screen and (min-width:1220px) {
	.search_block_input {
		width: 480px
	}
}

.search_block_input:-ms-input-placeholder {
	color: #222;
	text-overflow: ellipsis
}

.search_block_input::placeholder {
	color: #222;
	text-overflow: ellipsis
}

.search_block_input[placeholder] {
	color: #222;
	text-overflow: ellipsis
}

.search_block_submit {
	width: 110px;
	height: 50px
}

@media only screen and (min-width:500px) {
	.search_block_submit {
		float: right
	}
}

.no-touch .search_block_submit:hover,
.search_block_submit:focus {
	background-color: #4a4a4a;
	color: #fff;
	border-width: 0 !important;
	box-shadow: none !important
}

.no-touch .search_block_submit:hover:after,
.search_block_submit:focus:after {
	border-color: transparent transparent transparent #fff !important
}

.google-cse .form-text {
	display: block;
	color: #222;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.20833333;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-weight: 400;
	letter-spacing: .13px;
	font-size: 18px;
	font-size: 1.125rem;
	width: 100%;
	background-color: transparent;
	letter-spacing: .25px;
	line-height: 1;
	padding: 15px 0 5px 5px
}

@media only screen and (max-width:499px) {
	.google-cse .form-text {
		border: 1px solid #ddd;
		margin-bottom: 14px;
		padding: 16px 10px 12px
	}
}

@media only screen and (min-width:500px) {
	.google-cse .form-text {
		font-size: 20px;
		font-size: 1.25rem;
		width: 278px;
		float: left
	}
}

@media only screen and (min-width:740px) {
	.google-cse .form-text {
		font-size: 24px;
		font-size: 1.5rem;
		width: 410px
	}
}

@media only screen and (min-width:980px) {
	.google-cse .form-text {
		width: 360px
	}
}

@media only screen and (min-width:1220px) {
	.google-cse .form-text {
		width: 480px
	}
}

.google-cse .form-text:-ms-input-placeholder {
	color: #222;
	text-overflow: ellipsis
}

.google-cse .form-text::placeholder {
	color: #222;
	text-overflow: ellipsis
}

.google-cse .form-text[placeholder] {
	color: #222;
	text-overflow: ellipsis
}

.google-cse .form-submit {
	background-color: #286dc0;
	color: #fff;
	width: 110px;
	height: 50px
}

.google-cse .form-submit:focus,
.no-touch .google-cse .form-submit:hover {
	color: #286dc0;
	background-color: transparent;
	border-color: #286dc0
}

.boxshadow .google-cse .form-submit:focus,
.no-touch.boxshadow .google-cse .form-submit:hover {
	box-shadow: inset 0 0 0 1px #286dc0
}

.google-cse .form-submit:after {
	margin-left: 8px
}

.google-cse .form-submit:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent transparent;
	content: "";
	position: relative;
	top: -1px;
	display: inline-block;
	transition: border .25s
}

.google-cse .form-submit.button_solid_marine:after {
	border-color: transparent transparent transparent #fff
}

.google-cse .form-submit.button_solid_marine:focus:after,
.no-touch .google-cse .form-submit.button_solid_marine:hover:after {
	border-color: transparent transparent transparent #286dc0
}

.google-cse .form-submit.button_solid_white:after {
	border-color: transparent transparent transparent #222
}

.google-cse .form-submit.button_solid_white:focus:after,
.no-touch .google-cse .form-submit.button_solid_white:hover:after {
	border-color: transparent transparent transparent #fff
}

.google-cse .form-submit.button_bordered_dusty.color_black:after {
	border-color: transparent transparent transparent #222
}

.google-cse .form-submit.button_solid_dusty.color_black:after {
	border-color: transparent transparent transparent #222
}

.google-cse .form-submit.button_solid_greige:after {
	border-color: transparent transparent transparent #fff
}

.google-cse .form-submit.button_solid_greige:focus:after,
.no-touch .google-cse .form-submit.button_solid_greige:hover:after {
	border-color: transparent transparent transparent #7e736b
}

@media only screen and (min-width:500px) {
	.google-cse .form-submit {
		float: right
	}
}

.google-cse .form-submit:focus,
.no-touch .google-cse .form-submit:hover {
	background-color: #4a4a4a;
	color: #fff;
	border-width: 0 !important;
	box-shadow: none !important
}

.google-cse .form-submit:focus:after,
.no-touch .google-cse .form-submit:hover:after {
	border-color: transparent transparent transparent #fff !important
}

.search-form .form-wrapper {
	overflow: hidden
}

.search-form .form-item label {
	display: block;
	margin: 14px 0 22px;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .75px;
	word-spacing: 1.25px;
	text-transform: uppercase;
	color: #286dc0
}

@media only screen and (min-width:740px) {
	.search-form .form-item label {
		margin-bottom: 30px
	}
}

.search-form .form-item label:after {
	display: block;
	width: 40px;
	height: 1px;
	background-color: #ddd;
	content: "";
	margin-top: 16px
}

.search-form .form-item input {
	background-color: #f9f9f9;
	padding: 20px
}

@media only screen and (min-width:740px) {
	.search-form .form-item input {
		width: 415px
	}
}

@media screen and (min-width:860px) and (max-width:979px) {
	.search-form .form-item input {
		width: 465px
	}
}

@media only screen and (min-width:980px) {
	.search-form .form-item input {
		width: 650px
	}
}

@media screen and (min-width:1100px) and (max-width:1219px) {
	.search-form .form-item input {
		width: 700px
	}
}

@media only screen and (min-width:1220px) {
	.search-form .form-item input {
		width: 795px
	}
}

@media screen and (min-width:1400px) {
	.search-form .form-item input {
		width: 875px
	}
}

@media only screen and (min-width:500px) {
	.search-form .form-submit {
		margin-top: 8px
	}
}

.cse .gsc-control-cse,
.gsc-control-cse {
	border: 0
}

.gsc-control-cse tbody {
	border: none
}

.cse .gsc-control-cse,
.gsc-control-cse {
	padding: 0
}

.gsc-control-cse .gsc-control-wrapper-cse,
.gsc-control-cse .gsc-control-wrapper-cse .gsc-table-result {
	font-family: Mallory, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-size: 17px;
	font-size: 1.0625rem
}

.gsc-result-info-container .gsc-result-info {
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: 1.25px;
	text-transform: uppercase
}

.gsc-control-cse .gsc-control-wrapper-cse .gs-result .gs-title,
.gsc-control-cse .gsc-control-wrapper-cse .gs-result .gs-title *,
.gsc-control-cse .gsc-control-wrapper-cse .gs-spelling {
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin: 10px 0
}

.gsc-wrapper .gs-result .gs-title,
.gsc-wrapper .gs-result .gs-title * {
	color: #00356b;
	text-decoration: none
}

.gsc-wrapper .gs-result .gs-title:hover,
.gsc-wrapper .gs-result .gs-title:hover * {
	color: #286dc0
}

.gsc-wrapper .gs-result .gs-snippet,
.gsc-wrapper .gs-result .gsc-url-bottom {
	margin: 10px 0
}

.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top {
	padding: 0 !important
}

.gsc-table-result tbody {
	border: none
}

.gsc-wrapper .gsc-webResult.gsc-result {
	border-bottom: 1px solid #ddd !important;
	padding: 15px 0 25px 0;
	margin: 0
}

.gsc-wrapper .gs-result .gs-visibleUrl,
.gsc-wrapper .gs-result a.gs-visibleUrl {
	color: #222
}

.gsc-wrapper .gsc-results .gsc-cursor-box {
	margin: 10px 0
}

.gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor-page {
	color: #00356b;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-right: 10px;
	text-decoration: none
}

.gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	color: #286dc0
}

.gsc-control-cse .cse .gsc-webResult.gsc-result,
.gsc-control-cse .gsc-imageResult-classic,
.gsc-control-cse .gsc-imageResult-column,
.gsc-control-cse .gsc-webResult.gsc-result {
	border-top-width: 0 !important;
	border-right-width: 0 !important;
	border-left-width: 0 !important
}

.gsc-control-cse .cse .gs-promotion .gs-snippet a:link,
.gsc-control-cse .cse .gs-promotion .gs-snippet a:visited,
.gsc-control-cse .cse .gs-promotion a.gs-title:link,
.gsc-control-cse .cse .gs-promotion a.gs-title:link *,
.gsc-control-cse .cse .gs-promotion a.gs-title:visited,
.gsc-control-cse .cse .gs-promotion a.gs-title:visited *,
.gsc-control-cse .gs-promotion .gs-snippet a:link,
.gsc-control-cse .gs-promotion .gs-snippet a:visited,
.gsc-control-cse .gs-promotion a.gs-title:link,
.gsc-control-cse .gs-promotion a.gs-title:link *,
.gsc-control-cse .gs-promotion a.gs-title:visited,
.gsc-control-cse .gs-promotion a.gs-title:visited * {
	color: #222 !important
}

.gsc-control-cse .gsc-selected-option-container {
	width: auto !important
}

.gsc-control-cse .gsc-refinementsArea {
	border-width: 0;
	margin: 0;
	padding: 0
}

.cse .gsc-webResult.gsc-result.gsc-promotion,
.gsc-webResult.gsc-result.gsc-promotion {
	background-color: #f9f9f9 !important;
	border: 1px solid #ddd !important;
	margin-top: 20px !important;
	padding: 30px !important
}

.search-form.google-cse {
	margin-bottom: 40px
}

@media only screen and (min-width:980px) {
	.search-form.google-cse {
		margin-bottom: 80px
	}
}

.gsc-thumbnail .gs-promotion-image-box,
.gsc-thumbnail .gs-web-image-box {
	margin: 12px 12px 0 0
}

.gsc-thumbnail .gs-promotion-image-box img.gs-promotion-image,
.gsc-thumbnail .gs-web-image-box img.gs-image {
	border: none !important
}

.page-search .search-form .form-item input {
	border-color: #ddd
}

.page-search.calendar {
	width: auto
}

.gsc-tabHeader.gsc-tabhInactive {
	background: 0 0 !important
}

.gsc-tabsArea>div {
	height: 29px !important;
	overflow: visible !important
}

@media only screen and (min-width:1220px) {
	.gcsc-branding {
		margin-bottom: 1em
	}
}

.featured_event_section {
	overflow: hidden;
	position: relative
}

.page_feature .featured_event_section {
	margin-top: 0;
	margin-bottom: 0
}

.featured_event_heading {
	margin: 30px 0
}

@media only screen and (max-width:739px) {
	.featured_event_heading {
		margin-top: 0
	}
}

.featured_event {
	overflow: hidden;
	position: relative;
	border: 1px solid #fff;
	border-color: rgba(151, 141, 133, .28);
	padding: 80px 20px 30px;
	margin-bottom: 40px
}

@media only screen and (min-width:500px) {
	.featured_event {
		padding: 80px 40px 40px
	}
}

@media only screen and (min-width:980px) {
	.featured_event {
		padding-top: 40px
	}
}

.featured_event_date {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	top: 0;
	right: 0;
	letter-spacing: 1.29px;
	word-spacing: 1.5px;
	padding: 16px 20px;
	text-transform: uppercase
}

@media only screen and (min-width:740px) {
	.featured_event_figure {
		width: 190px;
		float: left;
		margin-right: 30px
	}
}

@media only screen and (min-width:980px) {
	.featured_event_figure {
		width: 234px
	}
}

@media only screen and (min-width:1220px) {
	.featured_event_figure {
		margin-right: 40px
	}
}

.featured_event_content {
	overflow: hidden
}

.featured_event_title {
	margin: 22px 0 8px
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.featured_event_title {
		margin-top: 0
	}
}

.featured_event_title:before {
	display: block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	content: "";
	margin-bottom: 10px
}

.featured_event_link {
	color: inherit
}

.no-touch .featured_event_link:hover {
	color: #fff
}

.featured_event_description p {
	margin: 0
}

.featured_event_buttons {
	margin: 40px 0;
	text-align: right
}

.featured_event_button {
	color: #63aaff
}

.featured_event_button:after {
	border-color: transparent transparent transparent #63aaff
}

.no-touch .featured_event_button:hover {
	color: #fff
}

.no-touch .featured_event_button:hover:after {
	border-color: transparent transparent transparent #fff
}

.profile_detail_content:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden
}

.profile_detail_intro:first-letter {
	font-size: 66px;
	font-size: 4.125rem;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	float: left;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px
}

.article_lead {
	overflow: hidden;
	max-width: 1440px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px
}

@media only screen and (min-width:740px) {
	.article_lead {
		margin-top: 60px
	}
}

.article_lead_photo {
	margin-top: 0;
	margin-bottom: 20px;
	padding: 60px 0
}

@media only screen and (min-width:500px) {
	.article_lead_photo {
		margin-bottom: 40px
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.article_lead_photo {
		margin-bottom: 100px;
		padding: 160px 0 60px
	}
}

@media only screen and (min-width:980px) {
	.article_lead_photo {
		height: 560px;
		margin-bottom: 140px
	}
}

@media only screen and (min-width:1220px) {
	.article_lead_photo {
		height: 690px;
		margin-bottom: 180px
	}
}

.article_lead_background {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.article_lead_background:before {
	display: block;
	background-color: rgba(0, 0, 0, 0);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
	width: 100%;
	height: 80%;
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: 1;
	content: "";
	opacity: .7
}

@media only screen and (min-width:980px) {
	.article_lead_photo .article_lead_row {
		position: absolute;
		right: 0;
		bottom: 40px;
		left: 0
	}
}

@media only screen and (min-width:1220px) {
	.article_lead_photo .article_lead_row {
		bottom: 70px
	}
}

@media screen and (min-width:980px) {
	.article_lead_cell {
		width: 81.25%
	}
}

@media screen and (min-width:1220px) {
	.article_lead_cell {
		width: 64.58333333%
	}
}

@media screen and (min-width:980px) {
	.article_lead_cell {
		margin-left: 9.375%
	}
}

@media screen and (min-width:1220px) {
	.article_lead_cell {
		margin-left: 17.70833333%
	}
}

.article_lead_content {
	position: relative;
	z-index: 1
}

.article_lead_title {
	font-size: 34px;
	font-size: 2.125rem;
	line-height: 1.19444444;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-weight: 400;
	letter-spacing: .67px;
	margin: 30px 0
}

@media only screen and (min-width:740px) {
	.article_lead_title {
		font-size: 55px;
		font-size: 3.4375rem
	}
}

@media only screen and (min-width:980px) {
	.article_lead_title {
		font-size: 72px;
		font-size: 4.5rem
	}
}

.article_lead_description {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.66666667;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	letter-spacing: .4px
}

.article_lead_description:before {
	display: block;
	width: 40px;
	height: 1px;
	background-color: #222;
	content: "";
	margin-bottom: 18px
}

.article_lead_photo .article_lead_description:before {
	background-color: #fff
}

@media only screen and (min-width:500px) {
	.profile_photo {
		width: 48%;
		float: right;
		margin: 4px 0 10px 20px
	}
}

@media only screen and (min-width:740px) {
	.profile_photo {
		width: 250px;
		margin-left: 25px
	}
}

@media only screen and (min-width:980px) {
	.profile_photo {
		width: 300px
	}
}

@media only screen and (min-width:1220px) {
	.profile_photo {
		width: 375px
	}
}

.profile_photo_figure {
	border-bottom: 1px solid #fff
}

.profile_photo_content {
	padding: 30px
}

.profile_photo_header {
	margin-bottom: 16px
}

.profile_photo_name {
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.33333333;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1.75px;
	word-spacing: 1px;
	margin: 0;
	text-transform: uppercase
}

.profile_photo_position {
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.41666667;
	font-family: Mallory, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 1.5px;
	word-spacing: 1px;
	margin: 0;
	text-transform: uppercase
}

.profile_photo_description {
	font-size: 14px;
	font-size: .875rem;
	line-height: 2.14285714;
	font-family: Mallory, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: italic;
	letter-spacing: .15px
}

.profile_photo_description p {
	margin: 0
}

.social_lockup_header {
	margin-top: 40px
}

.social_lockup_heading {
	margin-top: 0;
	margin-bottom: 30px
}

@media screen and (min-width:740px) and (max-width:979px) {
	.social_lockup_heading {
		width: 64.58333333%
	}
}

@media screen and (min-width:980px) {
	.social_lockup_heading {
		width: 72.91666667%
	}
}

@media only screen and (min-width:980px) {
	.social_lockup_heading {
		margin-bottom: 40px
	}
}

.social_lockup_buttons {
	margin-bottom: 20px
}

@media screen and (min-width:740px) and (max-width:979px) {
	.social_lockup_buttons {
		width: 31.25%
	}
}

@media screen and (min-width:980px) {
	.social_lockup_buttons {
		width: 22.91666667%
	}
}

@media only screen and (min-width:740px) {
	.social_lockup_buttons {
		text-align: right
	}
}

.social_lockup_footer_cell {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 4px solid #ddd
}

@media only screen and (min-width:740px) {
	.social_lockup_footer_cell {
		padding-top: 60px
	}
}

.social_lockup_footer_label {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	margin: 20px 0;
	text-transform: uppercase
}

@media only screen and (min-width:740px) {
	.social_lockup_footer_label {
		float: left;
		margin: 6px 26px 6px 0
	}
}

@media only screen and (min-width:500px) {
	.social_lockup_footer_links {
		overflow: hidden
	}
}

@media only screen and (min-width:740px) {
	.social_lockup_footer_links {
		float: left
	}
}

.social_lockup_footer_link {
	display: block;
	color: #222;
	padding: 6px 0
}

.no-touch .social_lockup_footer_link:hover {
	color: #286dc0
}

@media only screen and (min-width:500px) {
	.social_lockup_footer_link {
		float: left;
		margin-right: 20px
	}
}

@media only screen and (min-width:740px) {
	.social_lockup_footer_link {
		margin-right: 26px
	}
}

.social_lockup_footer_link:before {
	color: #286dc0;
	width: 16px;
	display: inline-block;
	margin-right: 6px;
	text-align: center
}

.social_lockup_footer_link:last-child {
	margin-right: 0
}

.social_lockup_footer_instagram:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f16d"
}

.social_lockup_footer_twitter:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f099"
}

.social_lockup_footer_youtube:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f167"
}

.social_lockup_footer_facebook:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f09a"
}

.social_tweet {
	margin-top: 20px
}

@media only screen and (min-width:740px) {
	.social_tweet {
		margin-top: 40px
	}
}

.social_tweet_account:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f099"
}

.social_link_account {
	color: #222;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.35714286;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 2px;
	margin: 10px 0;
	text-transform: uppercase
}

.social_link_account:before {
	color: #286dc0;
	font-size: 16px;
	font-size: 1rem;
	margin-right: 4px
}

.no-touch .social_link_account:hover,
.social_link_account:focus {
	color: #286dc0
}

.social_tweet_account:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f099"
}

.social_instagram_account {
	display: block;
	float: left;
	margin-bottom: 20px
}

.social_instagram_account:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f16d"
}

.social_tweet_message {
	line-height: 1.5;
	max-width: 960px;
	margin: 10px 0 30px
}

.social_tweet_message a {
	color: #286dc0
}

.no-touch .social_tweet_message a:hover {
	color: #00356b
}

@media only screen and (min-width:500px) {
	.social_tweet_meta {
		overflow: hidden;
		margin-bottom: 20px
	}
}

.social_tweet_date {
	color: #978d85;
	font-size: 16px;
	font-size: 1rem;
	font-family: Mallory, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	line-height: 1;
	margin: 20px 0
}

@media only screen and (min-width:500px) {
	.social_tweet_date {
		float: left;
		margin: 0 100px 0 0
	}
}

@media only screen and (min-width:740px) {
	.social_tweet_date {
		margin-right: 200px
	}
}

.social_tweet_controls {
	margin: 20px 0
}

@media only screen and (min-width:500px) {
	.social_tweet_controls {
		float: left;
		margin: 0
	}
}

.social_tweet_control {
	margin-right: 10px
}

.social_tweet_control:before {
	color: #978d85;
	transition: color .25s
}

.no-touch .social_tweet_control:hover:before,
.social_tweet_control:focus:before {
	color: #286dc0
}

.social_tweet_control_label {
	width: 1px;
	height: 1px;
	position: absolute;
	border: 0;
	clip: rect(0 0 0 0);
	margin: -1px;
	overflow: hidden;
	padding: 0
}

.social_tweet_control_label.focusable:active,
.social_tweet_control_label.focusable:focus {
	width: auto;
	height: auto;
	position: static;
	clip: auto;
	margin: 0;
	overflow: visible
}

.social_tweet_control_reply:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f112"
}

.social_tweet_control_reply:before {
	font-size: 18px;
	font-size: 1.125rem
}

.social_tweet_control_retweet:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f079"
}

.social_tweet_control_retweet:before {
	font-size: 18px;
	font-size: 1.125rem
}

.social_tweet_control_favorite:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f005"
}

.social_tweet_control_favorite:before {
	font-size: 18px;
	font-size: 1.125rem
}

.social_accounts_heading {
	margin: 20px 0
}

@media only screen and (min-width:740px) {
	.social_accounts_heading {
		float: left;
		margin: 16px 16px 46px 0
	}
}

.social_accounts_tabs {
	margin-bottom: 30px
}

.social_accounts_tabs:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden
}

@media only screen and (min-width:740px) {
	.social_accounts_tabs {
		float: left;
		margin-bottom: 40px
	}
}

.social_accounts_tab {
	background-color: #ddd;
	display: block;
	float: left
}

@media only screen and (min-width:500px) and (max-width:739px) {
	.social_accounts_tab {
		padding: 16px 8px
	}
}

@media only screen and (max-width:499px) {
	.social_accounts_tab {
		text-align: center
	}
}

@media only screen and (min-width:500px) {
	.social_accounts_tab {
		margin-right: 4px
	}
}

@media only screen and (min-width:740px) {
	.social_accounts_tab {
		margin-right: 10px
	}
}

@media only screen and (min-width:500px) {
	.social_accounts_tab:last-child {
		marign-right: 0
	}
}

.social_accounts_get_listed_button {
	margin: 5px 0
}

@media only screen and (max-width:499px) {
	.social_accounts_get_listed_button {
		display: block;
		text-align: center
	}
}

@media only screen and (min-width:500px) {
	.social_accounts_get_listed_button {
		margin-right: 5px
	}
}

.no-touch .social_accounts_get_listed_button:hover {
	background-color: #286dc0;
	color: #fff;
	border-color: transparent
}

.no-touch.boxshadow .social_accounts_get_listed_button:hover {
	box-shadow: inset 0 0 0 1px transparent
}

.no-touch .social_accounts_get_listed_button.button_icon_right_arrow:hover:after {
	border-color: transparent transparent transparent #fff
}

@media only screen and (min-width:980px) {
	.social_accounts_get_listed_button_sm {
		display: none
	}
}

.social_accounts_get_listed_button_lg {
	display: none
}

@media only screen and (min-width:980px) {
	.social_accounts_get_listed_button_lg {
		display: block;
		float: right
	}
}

.social_accounts_accordion.fs-swap-enabled {
	display: none
}

.social_accounts_accordion.fs-swap-active {
	display: block
}

.social_accounts_accordion_handle:before {
	content: "";
	margin: 0
}

.fs-swap-active .social_accounts_accordion_handle:before {
	content: ""
}

.social_accounts_accordion_label {
	color: #4a4a4a;
	font-size: 14px;
	font-size: .875rem;
	line-height: 2.14285714;
	font-family: Mallory, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	float: left;
	margin-right: 20px;
	padding-top: 11px
}

@media only screen and (max-width:739px) {
	.social_accounts_accordion_label {
		display: none
	}
}

.social_accounts_accordion_icon {
	float: right
}

.no-touch .social_accounts_accordion_icon:hover {
	background-color: #63aaff
}

.social_accounts_accordion_header.fs-swap-active .social_accounts_accordion_icon {
	background-color: #63aaff
}

.no-touch .social_accounts_accordion_header.fs-swap-active .social_accounts_accordion_icon:hover {
	background-color: #63aaff
}

.social_accounts_accordion_header.fs-swap-active .social_accounts_accordion_icon:before {
	content: normal;
	display: none
}

.social_accounts_accordion_header.fs-swap-active .social_accounts_accordion_icon:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	width: 0;
	height: 0;
	background-color: transparent;
	border-style: solid;
	border-width: 5px 3.5px 0 3.5px;
	border-color: #fff transparent transparent transparent;
	content: "";
	transition: border .25s, transform .25s;
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.social_accounts_accordion_title {
	margin-left: 0
}

.social_accounts_accordion_content {
	padding: 0 0 30px
}

@media only screen and (min-width:740px) {
	.social_accounts_accordion_content {
		padding-bottom: 60px
	}
}

@media only screen and (min-width:740px) {
	.social_accounts_list {
		overflow: hidden
	}
}

.social_accounts_item {
	border-top: 1px solid #ddd
}

@media only screen and (min-width:740px) {
	.social_accounts_item {
		width: 345px
	}
}

@media only screen and (min-width:980px) {
	.social_accounts_item {
		width: 300px;
		float: left;
		margin-right: 20px
	}
}

@media only screen and (min-width:1220px) {
	.social_accounts_item {
		width: 375px;
		margin-right: 25px
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.social_accounts_item:nth-child(odd) {
		clear: both;
		float: left
	}
}

@media only screen and (min-width:740px) and (max-width:979px) {
	.social_accounts_item:nth-child(even) {
		float: right
	}
}

@media only screen and (min-width:980px) {
	.social_accounts_item:nth-child(3n+1) {
		clear: left
	}
}

@media only screen and (min-width:980px) {
	.social_accounts_item:nth-child(3n+3) {
		margin-right: 0
	}
}

.social_accounts_item_weighted {
	border-top-color: #63aaff;
	box-shadow: inset 0 2px 0 #63aaff
}

.social_accounts_item_link {
	display: block;
	padding: 10px 0
}

.social_accounts_icon_facebook:before,
.social_accounts_item_type_facebook:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f082"
}

.social_accounts_icon_twitter:before,
.social_accounts_item_type_twitter:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f099"
}

.social_accounts_icon_flickr:before,
.social_accounts_item_type_flickr:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f16e"
}

.social_accounts_icon_itunes:before,
.social_accounts_item_type_itunes:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f179"
}

.social_accounts_icon_youtube:before,
.social_accounts_item_type_youtube:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f16a"
}

.social_accounts_icon_tumblr:before,
.social_accounts_item_type_tumblr:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f174"
}

.social_accounts_icon_instagram:before,
.social_accounts_item_type_instagram:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f16d"
}

.social_accounts_icon_linkedin:before,
.social_accounts_item_type_linkedin:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f08c"
}

.social_accounts_icon_mail:before,
.social_accounts_item_type_mail:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0e0"
}

.social_accounts_icon_pinterest:before,
.social_accounts_item_type_pinterest:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0d2"
}

.social_accounts_icon_google_plus:before,
.social_accounts_item_type_google_plus:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0d5"
}

.social_accounts_icon_sina_weibo:before,
.social_accounts_item_type_sina_weibo:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f18a"
}

.social_accounts_icon_soundcloud:before,
.social_accounts_item_type_soundcloud:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f1be"
}

.social_accounts_icon_snapchat:before,
.social_accounts_item_type_snapchat:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f2ac"
}

.social_accounts_item_type {
	color: #222;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.1875;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 6px 0;
	transition: color .25s
}

.social_accounts_item_type:before {
	color: #286dc0;
	font-size: 14px;
	font-size: .875rem;
	margin-right: 6px
}

.no-touch .social_accounts_item_link:hover .social_accounts_item_type {
	color: #286dc0
}

.social_accounts_icon:before {
	color: #286dc0;
	font-size: 24px;
	font-size: 1.5rem;
	margin-right: 16px
}

.social_accounts_item_url {
	color: #4a4a4a;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.35714286;
	font-family: Mallory, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 6px 0;
	padding-right: 24px;
	transition: color .25s
}

.social_accounts_item_url:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f08e"
}

.no-touch .social_accounts_item_link:hover .social_accounts_item_url {
	color: #222
}

.social_accounts_item_url:after {
	position: relative;
	top: 2px;
	margin: 0 -24px 0 10px
}

.social_accounts_sub_head {
	margin: 20px 0
}

.social_accounts_alpha_wrapper {
	padding: 10px 0
}

@media only screen and (min-width:740px) {
	.social_accounts_alpha_wrapper {
		padding: 20px 0
	}
}

@media only screen and (min-width:980px) {
	.social_accounts_alpha_wrapper .alpha_nav_letter {
		width: 30px;
		height: 30px
	}
}

@media only screen and (min-width:1220px) {
	.social_accounts_alpha_wrapper .alpha_nav_letter {
		width: 40px;
		height: 40px;
		line-height: 40px
	}
}

.social_letter.fs-swap-enabled {
	display: none
}

.social_letter.fs-swap-active {
	display: block
}

.webform-client-form {
	margin-top: 40px;
	margin-bottom: 40px
}

@media only screen and (min-width:980px) {
	.webform-client-form {
		margin-top: 80px
	}
}

@media only screen and (min-width:980px) {
	.webform-client-form {
		margin-bottom: 80px
	}
}

.webform-client-form .form-item {
	margin: 20px 0
}

.webform-client-form fieldset {
	margin: 30px 0
}

.webform-client-form legend {
	color: #286dc0;
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1.2;
	font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-weight: 400
}

@media only screen and (min-width:740px) {
	.webform-client-form legend {
		font-size: 30px;
		font-size: 1.875rem
	}
}

.webform-client-form label {
	display: block;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.21428571;
	font-family: Mallory-Medium, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .75px;
	word-spacing: 1.25px;
	text-transform: uppercase;
	margin-bottom: 10px
}

.webform-client-form input[type=text],
.webform-client-form input[type=password],
.webform-client-form input[type=email],
.webform-client-form input[type=url],
.webform-client-form input[type=number],
.webform-client-form select,
.webform-client-form textarea {
	width: 100%;
	max-width: 100%;
	background-color: transparent;
	border: 1px solid #ddd;
	padding: 20px
}

.webform-client-form input[type=text]:focus,
.webform-client-form input[type=password]:focus,
.webform-client-form input[type=email]:focus,
.webform-client-form input[type=url]:focus,
.webform-client-form input[type=number]:focus,
.webform-client-form select:focus,
.webform-client-form textarea:focus {
	background-color: #f9f9f9;
	border-color: #4a4a4a;
	border-color: rgba(74, 74, 74, .4)
}

.webform-client-form .webform-submit {
	background-color: #286dc0;
	color: #fff
}

.no-touch .webform-client-form .webform-submit:hover,
.webform-client-form .webform-submit:focus {
	color: #286dc0;
	background-color: transparent;
	border-color: #286dc0
}

.boxshadow .webform-client-form .webform-submit:focus,
.no-touch.boxshadow .webform-client-form .webform-submit:hover {
	box-shadow: inset 0 0 0 1px #286dc0
}

@media print {
	* {
		background: 0 0 !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " ("attr(href) ")"
	}

	abbr[title]:after {
		content: " ("attr(title) ")"
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: ""
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,
	tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	.print {
		display: block
	}
}

@media print {

	.accordion_row,
	.announcement_row,
	.article_lead_row,
	.callout_pair_row,
	.card_carousel_row,
	.content_carousel_row,
	.explore_controls_wrapper .explore_controls_row,
	.explore_grid_row,
	.explore_header_row,
	.explore_line_row,
	.feature_carousel_row,
	.featured_event_row,
	.featured_story_row,
	.footer_row,
	.fs-grid .fs-row,
	.fs_grid_row,
	.header_row,
	.history_carousel_row,
	.history_row,
	.instagram_carousel_row,
	.large_visual_row,
	.media_gallery_cover_header_row,
	.media_gallery_panel,
	.media_gallery_slide_caption_row,
	.mobile_sidebar_row,
	.news_explore_row,
	.numbers_section_row,
	.page-search .page_callouts,
	.page_divider,
	.page_row,
	.related_links_pair_row,
	.related_links_row,
	.search_block_row,
	.single_flex_callout_row,
	.site_alert_row,
	.site_message_row,
	.site_search_row,
	.social_accounts_row,
	.social_lockup_footer_row,
	.social_lockup_header,
	.social_tweet_row {
		width: auto
	}

	.accordion_cell,
	.announcement_cell,
	.article_lead_cell,
	.callout_pair_cell,
	.card_carousel_cell,
	.content_carousel_cell,
	.explore_controls_wrapper .explore_controls_cell,
	.explore_grid_cell,
	.explore_header_cell,
	.explore_line_cell,
	.feature_carousel_cell,
	.featured_event_cell,
	.featured_story_cell,
	.footer_cell,
	.fs-grid .fs-row [class*=fs-cell],
	.fs_grid_cell,
	.header_cell,
	.history_block_cell,
	.history_block_pair_cell,
	.history_carousel_cell,
	.history_header_cell,
	.history_list_cell,
	.history_timeline_cell,
	.instagram_carousel_cell,
	.large_visual_cell,
	.media_gallery_cover_header_cell,
	.media_gallery_panel_cell,
	.media_gallery_slide_caption_cell,
	.mobile_sidebar_nav_container,
	.news_explore_feature,
	.news_explore_header,
	.news_explore_supporting,
	.numbers_callout_content,
	.numbers_callout_stat,
	.numbers_callout_stats,
	.numbers_feature_footnote,
	.numbers_feature_header,
	.numbers_feature_stat,
	.numbers_feature_title,
	.page-search .page_callouts .region-content,
	.page_content,
	.page_content_full,
	.page_content_wide,
	.page_divider_cell,
	.page_header,
	.page_sidebar,
	.related_links_cell,
	.related_links_pair_cell,
	.search_block_cell,
	.single_flex_callout_cell,
	.site_alert_cell,
	.site_message_cell,
	.site_search_cell,
	.social_accounts_cell,
	.social_lockup_buttons,
	.social_lockup_footer_cell,
	.social_lockup_heading,
	.social_tweet_cell,
	.sub_nav_sidebar {
		width: auto;
		float: none;
		margin: 0
	}

	.fs-grid .fs-row [class*=fs-cell][class*="-right"],
	.fs_grid_cell_right,
	.media_gallery_slide_caption_cell,
	.page_sidebar,
	.sub_nav_sidebar {
		float: none
	}

	.fs-grid .fs-row .fs-row,
	.fs_grid_row_row,
	.numbers_section_row_row {
		width: auto;
		margin: 0
	}

	.logo_main {
		width: auto;
		height: auto
	}

	.logo_main:after,
	.logo_main:before {
		display: none !important;
		visibility: hidden;
		content: normal
	}

	.logo_main .icon_text {
		display: none !important;
		visibility: hidden
	}

	.logo_main img.print {
		display: block
	}

	#fs-grid-menu,
	.accordion_pane_handle,
	.alpha_nav,
	.announcement_button,
	.breadcrumb_nav,
	.btn_site_seach,
	.callout_pair_cell,
	.card_carousel_wrapper,
	.content_carousel,
	.directory_results_warning_icon,
	.directory_search,
	.explore_section,
	.feature_carousel_section,
	.featured_event_buttons,
	.featured_story_section,
	.footer_nav_section,
	.footer_to_top,
	.gateway_form,
	.history_caption_carousel,
	.history_timeline,
	.instagram_teaser,
	.large_visual_section,
	.main_nav,
	.media_gallery,
	.mobile_nav_handle,
	.mobile_sidebar,
	.news_explore_form,
	.numbers_background,
	.page_divider,
	.search_block,
	.secondary_nav,
	.sidebar_callout_picture:after,
	.single_flex_callout,
	.site_search,
	.social_accounts_accordion_alpha,
	.social_accounts_get_listed_button,
	.social_accounts_tabs,
	.social_lockup,
	.social_properties,
	.sub_nav_sidebar,
	.text_divide:after,
	.video_callout {
		display: none !important;
		visibility: hidden
	}

	blockquote {
		border-width: 0
	}

	.typography :link,
	.typography :visited {
		border-bottom-width: 0
	}

	.page {
		border-top: 2px solid #000
	}

	.header_cell {
		padding: 20px 0
	}

	.header_cell:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		line-height: 0;
		visibility: hidden
	}

	.logo_main {
		margin-left: 0
	}

	.news_explore_figure_full {
		float: left;
		width: 100px;
		margin-right: 30px
	}

	.news_explore_article:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		line-height: 0;
		visibility: hidden
	}

	.page_sidebar {
		padding: 0
	}

	.typography .intro p {
		margin: 20px 0
	}

	.related_links_figure {
		float: left;
		margin: 0 30px 0 0
	}

	.related_links:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		line-height: 0;
		visibility: hidden
	}

	.sidebar_callout_media {
		padding: 0
	}

	.sidebar_callout_media_figure {
		float: left;
		width: 275px;
		margin: 0 30px 30px 0
	}

	.sidebar_callout_media_description {
		overflow: hidden
	}

	.sidebar_callout_media_content:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		line-height: 0;
		visibility: hidden
	}

	.numbers_section {
		max-width: none
	}

	.footnotes {
		padding-right: 0;
		padding-left: 0
	}

	.accordion_pane_content,
	.social_accounts_accordion_property {
		display: block !important
	}

	.featured_event_figure {
		float: left;
		margin-right: 30px
	}

	.history_carousel .fs-carousel-canister,
	.history_carousel .history_carousel_item {
		width: auto !important
	}

	.history_carousel_item_figure {
		float: left;
		width: 400px;
		margin: 0 30px 0 0
	}

	.history_carousel_item {
		margin: 20px 0
	}

	.history_block_figure {
		float: left;
		width: 400px;
		margin: 0 30px 0 0
	}

	.history_block_article {
		margin: 20px 0
	}

	.history_block_article:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		line-height: 0;
		visibility: hidden
	}

	.history_list_figure {
		float: left;
		margin-right: 30px
	}

	.history_list_content {
		overflow: hidden
	}

	.history_list_item:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		line-height: 0;
		visibility: hidden
	}

	.directory_results_warning {
		padding: 0
	}

	.directory_results_warning_content {
		text-align: left
	}

	.sidebar_lockdown {
		padding: 0
	}

	.updates a {
		border-bottom-width: 0
	}

	.people_figure {
		float: left;
		width: 275px;
		margin: 0 10px 10px 0
	}

	.sidebar_callout_text_content {
		text-align: left
	}

	.sidebar_callout {
		padding: 0
	}
}
