/********************************************************************************
			 --- CSS BASE  ---
*********************************************************************************/
html{font-size:16px; -ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,body{box-sizing:border-box;height:100%}*,:after,:before{box-sizing:inherit}body{margin:0;padding:0;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#6d7989;background:#f7fafc;font-family: 'Work Sans', sans-serif;font-size:1.000rem;}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}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.500rem}sub{bottom:-.25rem}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1.000rem}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=raudio]{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;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;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 0.111rem;padding:0.278rem 0.556rem 0.667rem}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}a:hover,a:active,a:focus{outline:none}a img{border:none}input,textarea,button,select,a{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}address{margin:0.667rem 0;font-style:normal}

/*Reduce Root Element (html) Sizing For REMs*/
@media (max-width: 1199px){html{font-size:15px}}@media (max-width: 1023px){html{font-size:14px}}@media (max-width: 800px){html{font-size:13px}}@media (max-width: 375px){html{font-size:12px}}
/********************************************************************************
			 --- Template - Header ---
*********************************************************************************/
.header {z-index:9999; position: fixed; top: 0; left: 0; right: 0; width: 100%; background: #fff; box-shadow: 0px 0px 0px 1px rgba(238, 239, 241,1)}
/*-----------Drawer Scrollbars-----------*/
.drawer::-webkit-scrollbar {width: 0 !important;}
.drawer::-webkit-scrollbar-track {background:none;}c
.drawer::-webkit-scrollbar-thumb {background:none;}
.drawer::-webkit-scrollbar-thumb:window-inactive {}
.no-touchevents .drawer::-webkit-scrollbar {width:8px!important;}
.no-touchevents .drawer::-webkit-scrollbar-track {background:#d4d8dc;}
.no-touchevents .drawer::-webkit-scrollbar-thumb {background:#6d7989;}
.no-touchevents .drawer::-webkit-scrollbar-thumb:window-inactive {}
/*-----------Header - Corner-----------*/
.corner {position:absolute; top:0; }
/*-----------Header - Search-----------*/
.site-search, .site-search__form, .site-search__row {height: 100%; height: calc(100% + 1px);}
.site-search {position: absolute; top: 0; left: 0; right: 0; width: 100%; -webkit-transition: top 250ms ease; transition: top 250ms ease; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 1; background: #38485b; }
.site-search.active {top: 0;}
.site-search ::-webkit-input-placeholder {color: #d4d8dc;}
.site-search ::-moz-placeholder {color: #d4d8dc;}
.site-search :-ms-input-placeholder {color: #d4d8dc;}
.site-search :-moz-placeholder {color: #d4d8dc;}
.site-search__row {position: relative;}
.site-search__row  input[type="text"] {font-size: 1.125em; color: #fff; background: none; border: none; border-radius: 0; margin: 0; padding: 1.111em 8.333em 1.111em 2.222em; box-shadow: none; -webkit-transition: background 250ms ease; transition: background 250ms ease; height: 100%;}
.site-search__icon {font-size: 1.563em; position: absolute; top: 50%; left: 0.480em; margin-top: -0.480em; color: #1f497d;}
.site-search__button {font-size: 0.875em; border: none; background: none; margin: 0; padding: 0; outline: none; position:absolute; top:0; right:5.714em; height: 100%; color:#fff; text-transform: uppercase; font-weight: 600; transition: color 250ms ease;}
.site-search__button span {border-bottom: 2px solid #6d7989; padding-bottom: 2px;}
.site-search__button:hover {color: rgba(255,255,255,0.65)}
.site-search__close {position: absolute; top: 0; right: 0; padding: 0 1.000em; height: 100%; margin: 0; text-align: center; color:rgba(109, 121, 137,1); background: none; border: none; -webkit-transition: color 250ms ease; transition: color 250ms ease; outline: none;}
.site-search__close span {font-size: 1.500em; position: relative; top: 0.125em;}
.site-search__close:before {content: ""; display: block; position: absolute; top: 50%; left: 0; width: 1px; height: 1.667em; margin-top: -0.833em; background: rgba(108,173,223,0.20)}
.site-search__close:hover {color:rgba(255,255,255,1);}

.search-toggle {display: inline-block; vertical-align: middle; padding: 0; line-height: 1; transition: color 250ms ease;}
.search-toggle span {font-size: 1.750em; position: relative; top: 0.036em}
.search-toggle, .utility-links__toggle {padding: 0 0.313em;}
/*-----------Header - Utility Links-----------*/
.utility-links {display: inline-block; vertical-align: middle; line-height: 1;}
.utility-links ul {list-style:none; margin:0; padding:0;}
.utility-links li, .utility-links a {display:block;}
.utility-links-dropdown li.selected a {font-weight: 700;}

@media (min-width: 801px) {
	/*-----------Hidden Mobile Elements-----------*/
	.content-overlay, .drawer-toggle {display:none;}
	/*-----------Header-----------*/
	.header {font-size: 13px; height:70px;}
	.logo {display:block; position:absolute; top:0; left:15px; height:70px; line-height:70px; text-align:center; z-index:1;}
	.logo img {display:inline-block; vertical-align:middle; max-width: 165px;}
	/*-----------Header - Top - Right-----------*/
	.corner {height: 70px; line-height: 70px; right:8px; }
	/*-----------Header - Menu-----------*/
	.menu {position:absolute; bottom:0; left:0; width:100%; padding-left: 215px;}
	.menu ul {list-style: none; margin: 0; padding: 0;}
	.menu li, .menu a {display: block;}
	/*-----------Menu - First Level-----------*/
	.menu > ul > li {float: left; height: 70px; line-height: 70px;}
	.menu > ul li:not(.mega-drop) {position: relative;}
	.menu > ul > li > a {font-size: 0.938em; font-weight:600; text-transform: uppercase; display: inline-block; vertical-align: middle; padding:0 0.500em; margin: 0; z-index: 1; color: #6d7989; position: relative; line-height: 1; -webkit-transition:color 250ms ease; transition:color 250ms ease;}
	.menu > ul > li > a:hover, .menu > ul > li:hover > a, .menu > ul > li.selected > a  {color:#1f497d;}
	/*-----------Menu - Dropdown-----------*/
	.menu > ul > li > ul, .menu > ul > li > ul > li > ul {line-height:normal; position: absolute; left: -9999px; top:auto; width: 250px; transition: opacity .25s ease; background:#f2f5f7; padding: 1.000em 1.563em; text-align: center; -webkit-transition: opacity .25s ease; -moz-transition: opacity .25s ease; opacity: 0;}
	.menu > ul > li > ul:before {content: ""; display: block; position: absolute; top: -12px; left:50%; margin-left: -12px; width: 0;height: 0;border-style: solid;border-width: 0 12px 12px 12px;border-color: transparent transparent #f2f5f7 transparent;}
	.menu > ul > li > ul a {font-size: 0.8750em; display: block; padding: 0.875em 0; color: #6d7989; text-transform: uppercase;}
	.menu > ul > li > ul li:not(:last-child) a {border-bottom: 1px solid #e2e5e9;}
	.menu > ul > li > ul a:hover, .menu ul ul li.drop-open > a, .menu ul ul li.selected > a {color:#6d7989;}
	.no-touchevents .menu > ul > li.drop-open > ul, .touchevents .menu > ul > li:hover > ul { left: 50%; margin-left: -125px; opacity: 1;}
	/*-----------Menu - Second Level Dropdown-----------*/
	.no-touchevents .menu > ul > li ul li.drop-open ul, .touchevents .menu > ul > li ul li:hover ul {opacity: 1; left: 225px; top:0;}
	/*-----------Header - Mega Menu-----------*/
	.mega-menu {visibility: hidden; opacity: 0; position: absolute; top: 70px; right: 0; left: 0; width: 100%; background: #f2f5f7; transition:all 250ms 250ms ease; -webkit-box-shadow: 0px 10px 20px 0px rgba(1,11,20,0.05); box-shadow: 0px 10px 20px 0px rgba(1,11,20,0.05);}
	.menu > ul > li.drop-open > .mega-menu {visibility: visible; opacity: 1; z-index: 100; transition:all 250ms 0ms ease;}
	.grid-icon-list--menu .grid-icon {padding-top: 2.750em; padding-bottom: 2.750em;}
	.grid-icon-list--menu .grid-icon__icon-menu:before {font-size: 4.250em;}
	.grid-icon-list--menu .column:not(:last-child) .grid-icon:after {content: ""; display: block; position: absolute; top: 0; right: -.9375rem; height: 100%; width: 1px; background-color: #e2e5e9}
	/*-----------Site Search-----------*/
	.site-search {top: -70px;}
}

@media (min-width: 960px) {
	.header {font-size: 13px;}
	.utility-links__toggle {display: none;}
	.utility-links > ul {display: block!important;}
	.utility-links__cta > a > i:hover {color: #6d7989}
	.utility-links > ul > li {float:left; position:relative; padding:0 0.667em; height: 70px; line-height: 70px;}
	.utility-links > ul > li:before {content: ""; display: block; position: absolute; top: 50%; left: 0; margin-top: -10px; height: 22px; width: 1px; background: #d4d8dc;}
	.utility-links > ul > li > a {font-size: 0.938em; display: inline-block; vertical-align:middle; height: 1.333em; line-height: 1.333em; font-weight:600; text-transform: uppercase; color:#6d7989}
	.utility-links > ul > li > a:hover {color:#1f497d;}
	.utility-links__icon span {position: relative; top: 0.067em;}
	.utility-links > ul > li.utility-links__cta > a {color:#1f497d;}
	.utility-links > ul > li.utility-links__cta > a:hover {color:#1f497d }
	.utility-links-dropdown ul {display: none; position: absolute; top: auto; right: 0; background: #f2f5f7; width: 12.500em; padding: 0.625em 1.563em; text-align: center;}
	.utility-links-dropdown ul:before {content: ""; display: block; position: absolute; top: -12px; right:1.063em; width: 0;height: 0;border-style: solid;border-width: 0 12px 12px 12px;border-color: transparent transparent #f2f5f7 transparent;}
	.utility-links-dropdown ul li {display: block;}
	.utility-links-dropdown > a:after {content: "\e63b"; font-family: 'CD-Project-Icons'; color: #1f497d; margin-left: 0.13em; position: relative; top: 1px;}
	.utility-links-dropdown ul li a {display: block; padding: 0.625em 0; color: #6d7989; text-transform: uppercase;}
	.utility-links-dropdown ul li:not(:last-child) a {border-bottom: 1px solid #e2e5e9;}
	.search-toggle {font-weight: 400; color:#6d7989; padding: 0 0.667em; transition: color 250ms ease;}
	.search-toggle:hover {color: #1f497d}
	.search-toggle span {font-size: 1.500em;}
}

@media (min-width: 1024px) {
	.header {font-size: 14px;}
	.logo img {max-width: 200px;}
	.menu {padding-left: 245px;}
	.menu > ul > li > a, .utility-links > ul > li {padding-right:0.750em; padding-left:0.750em;}
}

@media (min-width: 1200px) {
	.header {font-size: 15px;}
	.logo {left: 30px;}
	.logo img {max-width: inherit;}
	.menu {padding-left: 310px}
}

@media (min-width: 1366px) {
	.header {font-size: 16px;}
	.menu > ul > li > a, .utility-links > ul > li > a {font-size: 0.875em; }
	.menu > ul > li > a, .utility-links > ul > li {padding-right:1.125em; padding-left:1.125em;}
	.utility-links__icon span {font-size: 1.250em;}
	.corner {right: 15px;}
}

@media (min-width: 1440px) {
	.menu > ul > li > a, .utility-links > ul > li {padding-right:1.250em; padding-left:1.250em;}
}

@media (max-width: 959px) {
	.utility-links {height: 70px; line-height: 70px; position: relative;}
	.utility-links > ul {display: none; position: absolute; top: auto; right: 0; background: #f2f5f7; width: 12.500em; padding: 0.625em 1.563em; text-align: center; line-height: 1.2;}
	.utility-links > ul:before {content: ""; display: block; position: absolute; top: -12px; right:0; width: 0;height: 0;border-style: solid;border-width: 0 12px 12px 12px;border-color: transparent transparent #f2f5f7 transparent;}
	.utility-links > ul > li > a {padding: 0.625em 0; color: #6d7989; text-transform: uppercase;}
	.utility-links > ul > li:not(:last-child) {border-bottom: 1px solid #e2e5e9;}
	.utility-links ul ul {display: block!important; padding-bottom: 0.625em;}
	.utility-links ul ul a {display: block; padding: 0.125em 0;}
	.utility-links__toggle {display: inline-block; vertical-align: middle; width: 24px; height: 24px; line-height: 24px; text-align: center; padding: 0;}
	.utility-links__toggle span {font-size: 1.375em; display: inline-block; vertical-align: middle; line-height: 1; color: rgba(109,121,137,0.50); position: relative; top: -0.091em; transition: color 250ms ease}
	.utility-links__toggle:hover span {color: rgba(109,121,137,1);}
	.search-toggle {color: rgba(109,121,137,0.50);}
	.search-toggle:hover {color: rgba(109,121,137,1)}
}

@media (max-width: 800px) {
	/*-----------Header-----------*/
	.header {height:60px; line-height:60px;}
	/*-----------Header - Logo-----------*/
	.logo { display:block; width:100%; height:60px; line-height:60px; padding:0 15px 0 60px;}
	.logo img {width:100%; max-width:165px; display:inline-block; vertical-align:middle;}
	/*-----------Drawer Toggle-----------*/
	.drawer-toggle { position: absolute; top: 0; left: 0; width:50px; height:60px; text-align:center; display:block; margin:0; padding:0;}
	.drawer-toggle span {position:absolute; display:block; width:28px; height:2px; background:#b6bcc4; top:50%; margin-top:-1px; left:50%; margin-left:-14px;}
	.drawer-toggle span::before, .drawer-toggle span::after { content: ''; position: absolute; left: 0; background: inherit; width: 100%; height: 100%; }
	.drawer-toggle span::before {top: -7px;}
	.drawer-toggle span::after {bottom: -7px;}
	/*-----------Drawer-----------*/
	.drawer { position: fixed; z-index:1001; top: 0; left: -300px; height: 100%; width: 300px; background: #fff; overflow-x: hidden; overflow-y: auto; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition:-webkit-transform 150ms ease-in-out; transition:transform 150ms ease-in-out}
	/*-----------Main Menu-----------*/
	.menu {font-size:16px; background:#fff;}
	.menu ul { padding: 0; margin: 0; list-style: none;}
	.menu li {line-height:1.2;}
	.menu li, .menu a {display: block;}
	.menu li > a {border-bottom:1px solid #e2e5e9; -webkit-transition: all 150ms ease; transition: all 150ms ease;}
	.menu ul li > a {font-size:0.875em; padding:1.000em 1.071em; text-transform: uppercase; font-weight: 600; color: #38485b; position: relative;}
	.menu > ul > li.active > a, .menu > ul > li.selected > a {}
	.menu .menu-arrow {
		position: absolute; 
		top: 0; right: 0; 
		display: block; width: 2.778em; 
		text-align: center; height: 100%; 
		z-index: 1; }
	.menu .menu-arrow:after { 
		content: "\f067"; 
		font-family: FontAwesome; 
		font-weight: normal; color:#1f497d; 
		font-size:0.908em; line-height:1; 
		position: absolute; top: 50%; left: 50%; 
		margin: -0.500em 0 0 -0.500em; font-style: normal; 
		-webkit-transition: all 150ms ease; 
		transition: all 150ms ease;}
	.menu li.active > a .menu-arrow:after { content: "\f068";  color:#6d7989; }
	.menu li.active > ul { display: block;}
	.menu ul ul {background: #f2f5f7; display:none;}
	.menu > ul > li > ul {border-bottom:1px solid #e2e5e9;}
	.menu ul ul {padding-top: 0.714em; padding-bottom: 0.714em; }
	.menu ul ul li a {padding-left: 2.143em; padding-top: 0.714em; padding-bottom: 0.714em; border-bottom: none; font-weight: 400;}
	.menu ul ul ul li a {font-size: 0.813em; padding-left: 3.000em;}
	/*-----------Header - Mega Menu----------*/
	.mega-menu {background: #f2f5f7; border-bottom:  1px solid #e2e5e9; display: none;}
	.menu li.active .mega-menu {display: block;}
	.mega-menu .row-site {width: 100%;}
	.mega-menu .column {padding: 0;}
	.mega-menu .row .row {margin: 0;}
	.grid-icon-list--menu .grid-icon {padding: 1.000em 0.938em; height: 8.438em}
	.grid-icon-list--menu .grid-icon__title {font-size: 0.750em;}
	.grid-icon-list--menu .grid-icon__icon-menu:before {font-size: 2.500em;}
	.grid-icon-list--menu .grid-icon:after {display: none;}
	.grid-icon-list--menu .column {position: relative;}
	.grid-icon-list--menu .column:not(:nth-child(2n)) {border-right: 1px solid #e2e5e9}
	.grid-icon-list--menu .column:not(:last-child):not(:nth-last-child(2)) {border-bottom: 1px solid #e2e5e9}
	.grid-icon-list--menu .column:nth-child(2) {border-bottom: 1px solid #e2e5e9}
	/*-----------Header - Top Right-----------*/
	.corner {right: 10px;}
	.utility-links {height: 60px; line-height:60px;}
	.site-search {top: -60px;}
	.site-search__close span {top: 0.200em;}
	.site-search__button span {position: relative; top:-0.091em }
	/*-----------Pull Out Menu Content Overlay-----------*/
	.content-overlay {visibility: hidden; height: 0; width: 0; background: rgba(0,0,0,0); position: absolute; top: 0; -webkit-transition: background-color 150ms ease-in-out; transition: background-color 150ms ease-in-out; z-index:1000;}
	/*-----------Pull Out Menu Open-----------*/
	.root {position: relative; height: 100%;}
	.root.menu_open {overflow:hidden;}
	.root.menu_open .drawer {-webkit-transform: translate3d(300px, 0, 0); transform: translate3d(300px, 0, 0);}
	.root.menu_open .content-overlay { visibility: visible; height: 100%; width: 100%; position:fixed; top:0; left:0; right:0; background: rgba(0,0,0,0.7); overflow:hidden;}
	.root.menu_open .content-overlay span {position:absolute; top:0.577em; right:0.577em; font-size:1.625rem; color:#fff;}
}

@media (max-width: 479px) {
	.corner {right: 5px;}
	.search-toggle span {top: 0;}
	.utility-links__toggle span {top: -0.167em;}
}

@media (max-width: 375px) {
	/* Menu */
	.menu {font-size: 15px;}
	.site-search__icon {margin-top: -0.421em}
	.drawer {width:280px; left:-280px;}
	.root.menu_open .drawer {-webkit-transform: translate3d(280px, 0, 0); transform: translate3d(280px, 0, 0);}
}

@media (max-width: 320px) {
	/* Menu */
	.logo img {max-width:150px;}
	.menu {font-size: 14px;}
	.drawer {width:260px; left:-260px;}
	.root.menu_open .drawer {-webkit-transform: translate3d(260px, 0, 0); transform: translate3d(260px, 0, 0);}
}
/********************************************************************************
			 --- Home Hero ---
*********************************************************************************/
.home-hero {font-size: 16px; height: 43.750em; background: #09182a; overflow: hidden; position: relative;}
.home-hero__bg, .home-hero__bg:before, .home-hero__wrapper {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.home-hero__bg {background-position: center center; background-repeat: no-repeat; background-size: cover;}
.home-hero__bg:before {content: ""; display: block; background: rgba(32, 74, 126, 0.7);}
.home-hero__wrapper {z-index: 1; display: table;}
.home-hero__valign {display:table-cell; vertical-align: middle; width: 100%;}
.home-hero__caption {position: relative; z-index: 1; text-align: center;}
.home-hero__headline {font-size: 1.000em; color: #fff; margin-bottom: 0;}
.home-hero__headline-main, .home-hero__headline-secondary {display: block; font-family: 'Work Sans', sans-serif; color:#FFFFFF;}
.home-hero__headline-secondary, .home-hero__headline-divider {font-size: 1.001em;}
.home-hero__headline-divider {display: inline-block; font-style: italic; margin: 0.323em 0 0.516em 0; line-height: 1; position: relative;}
.home-hero__headline-divider:before, .home-hero__headline-divider:after {content: ""; display: block; position: absolute; top: 50%; width: 4.194em; height: 1px; background:rgba(255,255,255,0.25)}
.home-hero__headline-divider:before {left: -4.839em; }
.home-hero__headline-divider:after {right: -4.839em;}
.home-hero__actions {margin-top: 3.125em;}
.home-hero__actions .button {margin: 0 0.357em; padding-right: 0.250em; padding-left: 0.250em; width: 12.500em;}

/* Content*/
.w3l_header {
    font-size: 3em;
    color: #262c38;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
    text-align: center;
}

h3.w3l_header.w3_agileits_header.two {
    color: #1f497d;
    font-family: 'Work Sans', sans-serif;
}

.w3l_header span {
    color: #545151;
    font-weight: 200;
}

h3.w3l_header.w3_agileits_header.two span {
    color: #1f497d;
    font-family: 'Work Sans', sans-serif;
}

.w3l_header:after {
    border-top: 2px solid #bc0606;
    display: block;
    width: 81px;
    content: "";
    margin: 8px auto 0;
}

div.AEX span{

	font-size: 1.378em;
	color: #1f497d;
	line-height: 1.199;
}
 div .small-11 .medium-10 .large-9 .xlarge-8 .small-centered .column{
 	font-family: 'Work Sans', sans-serif;
 	 font-size: 3em;
 }

@media (max-width: 1199px) {
	.home-hero {font-size: 15px; height: 40em;}
}

@media (max-width: 959px) {
	.home-hero {font-size: 14px; height: 38em;}
}

@media (max-width: 800px) {
	.home-hero {font-size: 13px; height: 36em;}
}

@media (max-width: 639px) {
	.home-hero {font-size: 12px; height: 34em;}
}

@media (max-width: 479px) {
	.home-hero {font-size: 11px;}
}

@media (max-width: 375px) {
	.home-hero {font-size: 10px; height: 32em;}
	.home-hero__actions .button {display: inline-block;}
}

@media (max-width: 340px) {
	.home-hero {font-size: 10px; height: 32em;}
	.home-hero__actions .button {display:block; width: 100%; margin-bottom: 0.500em;}
}
/********************************************************************************
			 --- Inner Hero ---
*********************************************************************************/
.hero {font-size: 16px; background: #3d4c6e; position: relative; height: 415px;}
.hero__bg, .hero__wrapper, .hero__bg:after {position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.hero__bg {background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative;}
.hero__bg:after {content: ""; display: block; background: rgba(9,24,42,0.8)}
.hero__wrapper {z-index: 1; display: table;}
.hero__wrapper, .hero__valign {width: 100%;}
.hero__valign {display:table-cell; vertical-align: middle;}
.hero__breadcrumbs {margin-bottom: 0.625em;}
.hero__breadcrumbs a {font-size: 0.688em; display: inline-block; color: #6d7989; text-transform: uppercase; font-weight: 600; margin: 0 0.636em; position: relative;}
.hero__breadcrumbs a:hover {color: #d9edba;}
.hero__breadcrumbs a:not(:last-child):after {content: "/"; display: block; position: absolute; top: 0; right: -1.182em; color: rgba(255,255,255,0.30)}
.hero__breadcrumbs a:first-child {margin-left: 0;}
.hero__breadcrumbs a:last-child {margin-right: 0;}
.hero__caption {position: relative; z-index: 1; max-width: 650px; margin: 0 auto; text-align: center;}
.hero__headline, .hero__subheadline {font-family: 'Cormorant SC', serif; color: #fff;}
.hero__headline {font-size: 3.750em; padding-bottom: 0.417em; margin-bottom: 0; position: relative; }
.hero__headline:after {content: ""; display: block; width:2.083em; height: 1px; background: rgba(188,207,159,.30); position: absolute; bottom: 0; left: 50%; margin-left:-1.0415em;}
.hero__subheadline {font-size: 1.750em; margin-top:0.714em; margin-bottom: 0; }

@media (max-width: 1199px) {
	.hero {font-size: 15px; height: 375px;}
}

@media (max-width: 959px) {
	.hero {font-size: 14px; height: 325px;}
	.hero__headline {padding-bottom: 0.333em; margin-bottom: 0.383em;}
}

@media (max-width: 800px) {
	.hero__headline {font-size: 3.000em;}
	.hero__subheadline {font-size: 1.563em;}
}

@media (max-width: 639px) {
	.hero {font-size: 13px; height: 300px;}
}

@media (max-width: 479px) {
	.hero {font-size: 12px; height: 250px;}
}

@media (max-width: 375px) {
	.hero {font-size: 11px; height: 225px;}
}

@media (max-width: 320px) {
	.hero {font-size: 10px; height: 200px;}
}
/********************************************************************************
			 --- Template Layout ---
*********************************************************************************/
.wrapper { padding-top: 70px; }

@media (max-width: 800px) {
/*-----------Adjust for Height of Fixed Mobile Menu-----------*/
.wrapper { padding-top: 60px; }
}
/********************************************************************************
			 --- Grid ---
*********************************************************************************/
/* Base Grid Classes */
.row{max-width:1230px;margin-right:auto;margin-left:auto}.row::before,.row::after{display:table;content:' '}.row::after{clear:both}.row.collapse > .column,.row.collapse > .columns{padding-right:0;padding-left:0}.row .row{margin-right:-.9375rem;margin-left:-.9375rem}.row .row.collapse{margin-right:0;margin-left:0}.row.expanded{max-width:none}.row.expanded .row{margin-right:auto;margin-left:auto}.column,.columns{width:100%;float:left;padding-right:.9375rem;padding-left:.9375rem}.column:last-child:not(:first-child),.columns:last-child:not(:first-child){float:right}.column.end:last-child:last-child,.end.columns:last-child:last-child{float:left}.column.row.row,.row.row.columns{float:none}.row .column.row.row,.row .row.row.columns{margin-right:0;margin-left:0;padding-right:0;padding-left:0}.row-site {width: 96%}

/* .xsmall- Grid */
.xsmall-1{width:8.33333%}.xsmall-push-1{position:relative;left:8.33333%}.xsmall-pull-1{position:relative;left:-8.33333%}.xsmall-offset-0{margin-left:0}.xsmall-2{width:16.66667%}.xsmall-push-2{position:relative;left:16.66667%}.xsmall-pull-2{position:relative;left:-16.66667%}.xsmall-offset-1{margin-left:8.33333%}.xsmall-3{width:25%}.xsmall-push-3{position:relative;left:25%}.xsmall-pull-3{position:relative;left:-25%}.xsmall-offset-2{margin-left:16.66667%}.xsmall-4{width:33.33333%}.xsmall-push-4{position:relative;left:33.33333%}.xsmall-pull-4{position:relative;left:-33.33333%}.xsmall-offset-3{margin-left:25%}.xsmall-5{width:41.66667%}.xsmall-push-5{position:relative;left:41.66667%}.xsmall-pull-5{position:relative;left:-41.66667%}.xsmall-offset-4{margin-left:33.33333%}.xsmall-6{width:50%}.xsmall-push-6{position:relative;left:50%}.xsmall-pull-6{position:relative;left:-50%}.xsmall-offset-5{margin-left:41.66667%}.xsmall-7{width:58.33333%}.xsmall-push-7{position:relative;left:58.33333%}.xsmall-pull-7{position:relative;left:-58.33333%}.xsmall-offset-6{margin-left:50%}.xsmall-8{width:66.66667%}.xsmall-push-8{position:relative;left:66.66667%}.xsmall-pull-8{position:relative;left:-66.66667%}.xsmall-offset-7{margin-left:58.33333%}.xsmall-9{width:75%}.xsmall-push-9{position:relative;left:75%}.xsmall-pull-9{position:relative;left:-75%}.xsmall-offset-8{margin-left:66.66667%}.xsmall-10{width:83.33333%}.xsmall-push-10{position:relative;left:83.33333%}.xsmall-pull-10{position:relative;left:-83.33333%}.xsmall-offset-9{margin-left:75%}.xsmall-11{width:91.66667%}.xsmall-push-11{position:relative;left:91.66667%}.xsmall-pull-11{position:relative;left:-91.66667%}.xsmall-offset-10{margin-left:83.33333%}.xsmall-12{width:100%}.xsmall-offset-11{margin-left:91.66667%}.xsmall-up-1 > .column,.xsmall-up-1 > .columns{float:left;width:100%}.xsmall-up-1 > .column:nth-of-type(1n),.xsmall-up-1 > .columns:nth-of-type(1n){clear:none}.xsmall-up-1 > .column:nth-of-type(1n+1),.xsmall-up-1 > .columns:nth-of-type(1n+1){clear:both}.xsmall-up-1 > .column:last-child,.xsmall-up-1 > .columns:last-child{float:left}.xsmall-up-2 > .column,.xsmall-up-2 > .columns{float:left;width:50%}.xsmall-up-2 > .column:nth-of-type(1n),.xsmall-up-2 > .columns:nth-of-type(1n){clear:none}.xsmall-up-2 > .column:nth-of-type(2n+1),.xsmall-up-2 > .columns:nth-of-type(2n+1){clear:both}.xsmall-up-2 > .column:last-child,.xsmall-up-2 > .columns:last-child{float:left}.xsmall-up-3 > .column,.xsmall-up-3 > .columns{float:left;width:33.33333%}.xsmall-up-3 > .column:nth-of-type(1n),.xsmall-up-3 > .columns:nth-of-type(1n){clear:none}.xsmall-up-3 > .column:nth-of-type(3n+1),.xsmall-up-3 > .columns:nth-of-type(3n+1){clear:both}.xsmall-up-3 > .column:last-child,.xsmall-up-3 > .columns:last-child{float:left}.xsmall-up-4 > .column,.xsmall-up-4 > .columns{float:left;width:25%}.xsmall-up-4 > .column:nth-of-type(1n),.xsmall-up-4 > .columns:nth-of-type(1n){clear:none}.xsmall-up-4 > .column:nth-of-type(4n+1),.xsmall-up-4 > .columns:nth-of-type(4n+1){clear:both}.xsmall-up-4 > .column:last-child,.xsmall-up-4 > .columns:last-child{float:left}.xsmall-up-5 > .column,.xsmall-up-5 > .columns{float:left;width:20%}.xsmall-up-5 > .column:nth-of-type(1n),.xsmall-up-5 > .columns:nth-of-type(1n){clear:none}.xsmall-up-5 > .column:nth-of-type(5n+1),.xsmall-up-5 > .columns:nth-of-type(5n+1){clear:both}.xsmall-up-5 > .column:last-child,.xsmall-up-5 > .columns:last-child{float:left}.xsmall-up-6 > .column,.xsmall-up-6 > .columns{float:left;width:16.66667%}.xsmall-up-6 > .column:nth-of-type(1n),.xsmall-up-6 > .columns:nth-of-type(1n){clear:none}.xsmall-up-6 > .column:nth-of-type(6n+1),.xsmall-up-6 > .columns:nth-of-type(6n+1){clear:both}.xsmall-up-6 > .column:last-child,.xsmall-up-6 > .columns:last-child{float:left}.xsmall-up-7 > .column,.xsmall-up-7 > .columns{float:left;width:14.28571%}.xsmall-up-7 > .column:nth-of-type(1n),.xsmall-up-7 > .columns:nth-of-type(1n){clear:none}.xsmall-up-7 > .column:nth-of-type(7n+1),.xsmall-up-7 > .columns:nth-of-type(7n+1){clear:both}.xsmall-up-7 > .column:last-child,.xsmall-up-7 > .columns:last-child{float:left}.xsmall-up-8 > .column,.xsmall-up-8 > .columns{float:left;width:12.5%}.xsmall-up-8 > .column:nth-of-type(1n),.xsmall-up-8 > .columns:nth-of-type(1n){clear:none}.xsmall-up-8 > .column:nth-of-type(8n+1),.xsmall-up-8 > .columns:nth-of-type(8n+1){clear:both}.xsmall-up-8 > .column:last-child,.xsmall-up-8 > .columns:last-child{float:left}.xsmall-collapse > .column,.xsmall-collapse > .columns{padding-right:0;padding-left:0}.xsmall-collapse .row{margin-right:0;margin-left:0}.expanded.row .xsmall-collapse.row{margin-right:0;margin-left:0}.xsmall-uncollapse > .column,.xsmall-uncollapse > .columns{padding-right:.9375rem;padding-left:.9375rem}.xsmall-centered{margin-right:auto;margin-left:auto}.xsmall-centered,.xsmall-centered:last-child:not(:first-child){float:none;clear:both}.xsmall-uncentered,.xsmall-push-0,.xsmall-pull-0{position:static;float:left;margin-right:0;margin-left:0}
@media screen and (max-width: 639px) {
.hide-for-small { display: none !important; }
}
/* .small- Grid */
@media print, screen and (min-width: 480px) {
.small-1{width:8.33333%}.small-push-1{position:relative;left:8.33333%}.small-pull-1{position:relative;left:-8.33333%}.small-offset-0{margin-left:0}.small-2{width:16.66667%}.small-push-2{position:relative;left:16.66667%}.small-pull-2{position:relative;left:-16.66667%}.small-offset-1{margin-left:8.33333%}.small-3{width:25%}.small-push-3{position:relative;left:25%}.small-pull-3{position:relative;left:-25%}.small-offset-2{margin-left:16.66667%}.small-4{width:33.33333%}.small-push-4{position:relative;left:33.33333%}.small-pull-4{position:relative;left:-33.33333%}.small-offset-3{margin-left:25%}.small-5{width:41.66667%}.small-push-5{position:relative;left:41.66667%}.small-pull-5{position:relative;left:-41.66667%}.small-offset-4{margin-left:33.33333%}.small-6{width:50%}.small-push-6{position:relative;left:50%}.small-pull-6{position:relative;left:-50%}.small-offset-5{margin-left:41.66667%}.small-7{width:58.33333%}.small-push-7{position:relative;left:58.33333%}.small-pull-7{position:relative;left:-58.33333%}.small-offset-6{margin-left:50%}.small-8{width:66.66667%}.small-push-8{position:relative;left:66.66667%}.small-pull-8{position:relative;left:-66.66667%}.small-offset-7{margin-left:58.33333%}.small-9{width:75%}.small-push-9{position:relative;left:75%}.small-pull-9{position:relative;left:-75%}.small-offset-8{margin-left:66.66667%}.small-10{width:83.33333%}.small-push-10{position:relative;left:83.33333%}.small-pull-10{position:relative;left:-83.33333%}.small-offset-9{margin-left:75%}.small-11{width:91.66667%}.small-push-11{position:relative;left:91.66667%}.small-pull-11{position:relative;left:-91.66667%}.small-offset-10{margin-left:83.33333%}.small-12{width:100%}.small-offset-11{margin-left:91.66667%}.small-up-1 > .column,.small-up-1 > .columns{float:left;width:100%}.small-up-1 > .column:nth-of-type(1n),.small-up-1 > .columns:nth-of-type(1n){clear:none}.small-up-1 > .column:nth-of-type(1n+1),.small-up-1 > .columns:nth-of-type(1n+1){clear:both}.small-up-1 > .column:last-child,.small-up-1 > .columns:last-child{float:left}.small-up-2 > .column,.small-up-2 > .columns{float:left;width:50%}.small-up-2 > .column:nth-of-type(1n),.small-up-2 > .columns:nth-of-type(1n){clear:none}.small-up-2 > .column:nth-of-type(2n+1),.small-up-2 > .columns:nth-of-type(2n+1){clear:both}.small-up-2 > .column:last-child,.small-up-2 > .columns:last-child{float:left}.small-up-3 > .column,.small-up-3 > .columns{float:left;width:33.33333%}.small-up-3 > .column:nth-of-type(1n),.small-up-3 > .columns:nth-of-type(1n){clear:none}.small-up-3 > .column:nth-of-type(3n+1),.small-up-3 > .columns:nth-of-type(3n+1){clear:both}.small-up-3 > .column:last-child,.small-up-3 > .columns:last-child{float:left}.small-up-4 > .column,.small-up-4 > .columns{float:left;width:25%}.small-up-4 > .column:nth-of-type(1n),.small-up-4 > .columns:nth-of-type(1n){clear:none}.small-up-4 > .column:nth-of-type(4n+1),.small-up-4 > .columns:nth-of-type(4n+1){clear:both}.small-up-4 > .column:last-child,.small-up-4 > .columns:last-child{float:left}.small-up-5 > .column,.small-up-5 > .columns{float:left;width:20%}.small-up-5 > .column:nth-of-type(1n),.small-up-5 > .columns:nth-of-type(1n){clear:none}.small-up-5 > .column:nth-of-type(5n+1),.small-up-5 > .columns:nth-of-type(5n+1){clear:both}.small-up-5 > .column:last-child,.small-up-5 > .columns:last-child{float:left}.small-up-6 > .column,.small-up-6 > .columns{float:left;width:16.66667%}.small-up-6 > .column:nth-of-type(1n),.small-up-6 > .columns:nth-of-type(1n){clear:none}.small-up-6 > .column:nth-of-type(6n+1),.small-up-6 > .columns:nth-of-type(6n+1){clear:both}.small-up-6 > .column:last-child,.small-up-6 > .columns:last-child{float:left}.small-up-7 > .column,.small-up-7 > .columns{float:left;width:14.28571%}.small-up-7 > .column:nth-of-type(1n),.small-up-7 > .columns:nth-of-type(1n){clear:none}.small-up-7 > .column:nth-of-type(7n+1),.small-up-7 > .columns:nth-of-type(7n+1){clear:both}.small-up-7 > .column:last-child,.small-up-7 > .columns:last-child{float:left}.small-up-8 > .column,.small-up-8 > .columns{float:left;width:12.5%}.small-up-8 > .column:nth-of-type(1n),.small-up-8 > .columns:nth-of-type(1n){clear:none}.small-up-8 > .column:nth-of-type(8n+1),.small-up-8 > .columns:nth-of-type(8n+1){clear:both}.small-up-8 > .column:last-child,.small-up-8 > .columns:last-child{float:left}.small-collapse > .column,.small-collapse > .columns{padding-right:0;padding-left:0}.small-collapse .row{margin-right:0;margin-left:0}.expanded.row .small-collapse.row{margin-right:0;margin-left:0}.small-uncollapse > .column,.small-uncollapse > .columns{padding-right:.9375rem;padding-left:.9375rem}.small-centered{margin-right:auto;margin-left:auto}.small-centered,.small-centered:last-child:not(:first-child){float:none;clear:both}.small-uncentered,.small-push-0,.small-pull-0{position:static;float:left;margin-right:0;margin-left:0}
}

/* .medium- Grid */
@media print, screen and (min-width: 640px) {
.hide-for-medium { display: none !important; }
.row-site {width: 90%}.medium-1{width:8.33333%}.medium-push-1{position:relative;left:8.33333%}.medium-pull-1{position:relative;left:-8.33333%}.medium-offset-0{margin-left:0}.medium-2{width:16.66667%}.medium-push-2{position:relative;left:16.66667%}.medium-pull-2{position:relative;left:-16.66667%}.medium-offset-1{margin-left:8.33333%}.medium-3{width:25%}.medium-push-3{position:relative;left:25%}.medium-pull-3{position:relative;left:-25%}.medium-offset-2{margin-left:16.66667%}.medium-4{width:33.33333%}.medium-push-4{position:relative;left:33.33333%}.medium-pull-4{position:relative;left:-33.33333%}.medium-offset-3{margin-left:25%}.medium-5{width:41.66667%}.medium-push-5{position:relative;left:41.66667%}.medium-pull-5{position:relative;left:-41.66667%}.medium-offset-4{margin-left:33.33333%}.medium-6{width:50%}.medium-push-6{position:relative;left:50%}.medium-pull-6{position:relative;left:-50%}.medium-offset-5{margin-left:41.66667%}.medium-7{width:58.33333%}.medium-push-7{position:relative;left:58.33333%}.medium-pull-7{position:relative;left:-58.33333%}.medium-offset-6{margin-left:50%}.medium-8{width:66.66667%}.medium-push-8{position:relative;left:66.66667%}.medium-pull-8{position:relative;left:-66.66667%}.medium-offset-7{margin-left:58.33333%}.medium-9{width:75%}.medium-push-9{position:relative;left:75%}.medium-pull-9{position:relative;left:-75%}.medium-offset-8{margin-left:66.66667%}.medium-10{width:83.33333%}.medium-push-10{position:relative;left:83.33333%}.medium-pull-10{position:relative;left:-83.33333%}.medium-offset-9{margin-left:75%}.medium-11{width:91.66667%}.medium-push-11{position:relative;left:91.66667%}.medium-pull-11{position:relative;left:-91.66667%}.medium-offset-10{margin-left:83.33333%}.medium-12{width:100%}.medium-offset-11{margin-left:91.66667%}.medium-up-1 > .column,.medium-up-1 > .columns{float:left;width:100%}.medium-up-1 > .column:nth-of-type(1n),.medium-up-1 > .columns:nth-of-type(1n){clear:none}.medium-up-1 > .column:nth-of-type(1n+1),.medium-up-1 > .columns:nth-of-type(1n+1){clear:both}.medium-up-1 > .column:last-child,.medium-up-1 > .columns:last-child{float:left}.medium-up-2 > .column,.medium-up-2 > .columns{float:left;width:50%}.medium-up-2 > .column:nth-of-type(1n),.medium-up-2 > .columns:nth-of-type(1n){clear:none}.medium-up-2 > .column:nth-of-type(2n+1),.medium-up-2 > .columns:nth-of-type(2n+1){clear:both}.medium-up-2 > .column:last-child,.medium-up-2 > .columns:last-child{float:left}.medium-up-3 > .column,.medium-up-3 > .columns{float:left;width:33.33333%}.medium-up-3 > .column:nth-of-type(1n),.medium-up-3 > .columns:nth-of-type(1n){clear:none}.medium-up-3 > .column:nth-of-type(3n+1),.medium-up-3 > .columns:nth-of-type(3n+1){clear:both}.medium-up-3 > .column:last-child,.medium-up-3 > .columns:last-child{float:left}.medium-up-4 > .column,.medium-up-4 > .columns{float:left;width:25%}.medium-up-4 > .column:nth-of-type(1n),.medium-up-4 > .columns:nth-of-type(1n){clear:none}.medium-up-4 > .column:nth-of-type(4n+1),.medium-up-4 > .columns:nth-of-type(4n+1){clear:both}.medium-up-4 > .column:last-child,.medium-up-4 > .columns:last-child{float:left}.medium-up-5 > .column,.medium-up-5 > .columns{float:left;width:20%}.medium-up-5 > .column:nth-of-type(1n),.medium-up-5 > .columns:nth-of-type(1n){clear:none}.medium-up-5 > .column:nth-of-type(5n+1),.medium-up-5 > .columns:nth-of-type(5n+1){clear:both}.medium-up-5 > .column:last-child,.medium-up-5 > .columns:last-child{float:left}.medium-up-6 > .column,.medium-up-6 > .columns{float:left;width:16.66667%}.medium-up-6 > .column:nth-of-type(1n),.medium-up-6 > .columns:nth-of-type(1n){clear:none}.medium-up-6 > .column:nth-of-type(6n+1),.medium-up-6 > .columns:nth-of-type(6n+1){clear:both}.medium-up-6 > .column:last-child,.medium-up-6 > .columns:last-child{float:left}.medium-up-7 > .column,.medium-up-7 > .columns{float:left;width:14.28571%}.medium-up-7 > .column:nth-of-type(1n),.medium-up-7 > .columns:nth-of-type(1n){clear:none}.medium-up-7 > .column:nth-of-type(7n+1),.medium-up-7 > .columns:nth-of-type(7n+1){clear:both}.medium-up-7 > .column:last-child,.medium-up-7 > .columns:last-child{float:left}.medium-up-8 > .column,.medium-up-8 > .columns{float:left;width:12.5%}.medium-up-8 > .column:nth-of-type(1n),.medium-up-8 > .columns:nth-of-type(1n){clear:none}.medium-up-8 > .column:nth-of-type(8n+1),.medium-up-8 > .columns:nth-of-type(8n+1){clear:both}.medium-up-8 > .column:last-child,.medium-up-8 > .columns:last-child{float:left}.medium-collapse > .column,.medium-collapse > .columns{padding-right:0;padding-left:0}.medium-collapse .row{margin-right:0;margin-left:0}.expanded.row .medium-collapse.row{margin-right:0;margin-left:0}.medium-uncollapse > .column,.medium-uncollapse > .columns{padding-right:.9375rem;padding-left:.9375rem}.medium-centered{margin-right:auto;margin-left:auto}.medium-centered,.medium-centered:last-child:not(:first-child){float:none;clear:both}.medium-uncentered,.medium-push-0,.medium-pull-0{position:static;float:left;margin-right:0;margin-left:0}
}

/* .large- Grid */
@media print, screen and (min-width: 801px) {
.large-1{width:8.33333%}.large-push-1{position:relative;left:8.33333%}.large-pull-1{position:relative;left:-8.33333%}.large-offset-0{margin-left:0}.large-2{width:16.66667%}.large-push-2{position:relative;left:16.66667%}.large-pull-2{position:relative;left:-16.66667%}.large-offset-1{margin-left:8.33333%}.large-3{width:25%}.large-push-3{position:relative;left:25%}.large-pull-3{position:relative;left:-25%}.large-offset-2{margin-left:16.66667%}.large-4{width:33.33333%}.large-push-4{position:relative;left:33.33333%}.large-pull-4{position:relative;left:-33.33333%}.large-offset-3{margin-left:25%}.large-5{width:41.66667%}.large-push-5{position:relative;left:41.66667%}.large-pull-5{position:relative;left:-41.66667%}.large-offset-4{margin-left:33.33333%}.large-6{width:50%}.large-push-6{position:relative;left:50%}.large-pull-6{position:relative;left:-50%}.large-offset-5{margin-left:41.66667%}.large-7{width:58.33333%}.large-push-7{position:relative;left:58.33333%}.large-pull-7{position:relative;left:-58.33333%}.large-offset-6{margin-left:50%}.large-8{width:66.66667%}.large-push-8{position:relative;left:66.66667%}.large-pull-8{position:relative;left:-66.66667%}.large-offset-7{margin-left:58.33333%}.large-9{width:75%}.large-push-9{position:relative;left:75%}.large-pull-9{position:relative;left:-75%}.large-offset-8{margin-left:66.66667%}.large-10{width:83.33333%}.large-push-10{position:relative;left:83.33333%}.large-pull-10{position:relative;left:-83.33333%}.large-offset-9{margin-left:75%}.large-11{width:91.66667%}.large-push-11{position:relative;left:91.66667%}.large-pull-11{position:relative;left:-91.66667%}.large-offset-10{margin-left:83.33333%}.large-12{width:100%}.large-offset-11{margin-left:91.66667%}.large-up-1 > .column,.large-up-1 > .columns{float:left;width:100%}.large-up-1 > .column:nth-of-type(1n),.large-up-1 > .columns:nth-of-type(1n){clear:none}.large-up-1 > .column:nth-of-type(1n+1),.large-up-1 > .columns:nth-of-type(1n+1){clear:both}.large-up-1 > .column:last-child,.large-up-1 > .columns:last-child{float:left}.large-up-2 > .column,.large-up-2 > .columns{float:left;width:50%}.large-up-2 > .column:nth-of-type(1n),.large-up-2 > .columns:nth-of-type(1n){clear:none}.large-up-2 > .column:nth-of-type(2n+1),.large-up-2 > .columns:nth-of-type(2n+1){clear:both}.large-up-2 > .column:last-child,.large-up-2 > .columns:last-child{float:left}.large-up-3 > .column,.large-up-3 > .columns{float:left;width:33.33333%}.large-up-3 > .column:nth-of-type(1n),.large-up-3 > .columns:nth-of-type(1n){clear:none}.large-up-3 > .column:nth-of-type(3n+1),.large-up-3 > .columns:nth-of-type(3n+1){clear:both}.large-up-3 > .column:last-child,.large-up-3 > .columns:last-child{float:left}.large-up-4 > .column,.large-up-4 > .columns{float:left;width:25%}.large-up-4 > .column:nth-of-type(1n),.large-up-4 > .columns:nth-of-type(1n){clear:none}.large-up-4 > .column:nth-of-type(4n+1),.large-up-4 > .columns:nth-of-type(4n+1){clear:both}.large-up-4 > .column:last-child,.large-up-4 > .columns:last-child{float:left}.large-up-5 > .column,.large-up-5 > .columns{float:left;width:20%}.large-up-5 > .column:nth-of-type(1n),.large-up-5 > .columns:nth-of-type(1n){clear:none}.large-up-5 > .column:nth-of-type(5n+1),.large-up-5 > .columns:nth-of-type(5n+1){clear:both}.large-up-5 > .column:last-child,.large-up-5 > .columns:last-child{float:left}.large-up-6 > .column,.large-up-6 > .columns{float:left;width:16.66667%}.large-up-6 > .column:nth-of-type(1n),.large-up-6 > .columns:nth-of-type(1n){clear:none}.large-up-6 > .column:nth-of-type(6n+1),.large-up-6 > .columns:nth-of-type(6n+1){clear:both}.large-up-6 > .column:last-child,.large-up-6 > .columns:last-child{float:left}.large-up-7 > .column,.large-up-7 > .columns{float:left;width:14.28571%}.large-up-7 > .column:nth-of-type(1n),.large-up-7 > .columns:nth-of-type(1n){clear:none}.large-up-7 > .column:nth-of-type(7n+1),.large-up-7 > .columns:nth-of-type(7n+1){clear:both}.large-up-7 > .column:last-child,.large-up-7 > .columns:last-child{float:left}.large-up-8 > .column,.large-up-8 > .columns{float:left;width:12.5%}.large-up-8 > .column:nth-of-type(1n),.large-up-8 > .columns:nth-of-type(1n){clear:none}.large-up-8 > .column:nth-of-type(8n+1),.large-up-8 > .columns:nth-of-type(8n+1){clear:both}.large-up-8 > .column:last-child,.large-up-8 > .columns:last-child{float:left}.large-collapse > .column,.large-collapse > .columns{padding-right:0;padding-left:0}.large-collapse .row{margin-right:0;margin-left:0}.expanded.row .large-collapse.row{margin-right:0;margin-left:0}.large-uncollapse > .column,.large-uncollapse > .columns{padding-right:.9375rem;padding-left:.9375rem}.large-centered{margin-right:auto;margin-left:auto}.large-centered,.large-centered:last-child:not(:first-child){float:none;clear:both}.large-uncentered,.large-push-0,.large-pull-0{position:static;float:left;margin-right:0;margin-left:0}
}

/* .xlarge- Grid */
@media print, screen and (min-width: 960px) {
.xlarge-1{width:8.33333%}.xlarge-push-1{position:relative;left:8.33333%}.xlarge-pull-1{position:relative;left:-8.33333%}.xlarge-offset-0{margin-left:0}.xlarge-2{width:16.66667%}.xlarge-push-2{position:relative;left:16.66667%}.xlarge-pull-2{position:relative;left:-16.66667%}.xlarge-offset-1{margin-left:8.33333%}.xlarge-3{width:25%}.xlarge-push-3{position:relative;left:25%}.xlarge-pull-3{position:relative;left:-25%}.xlarge-offset-2{margin-left:16.66667%}.xlarge-4{width:33.33333%}.xlarge-push-4{position:relative;left:33.33333%}.xlarge-pull-4{position:relative;left:-33.33333%}.xlarge-offset-3{margin-left:25%}.xlarge-5{width:41.66667%}.xlarge-push-5{position:relative;left:41.66667%}.xlarge-pull-5{position:relative;left:-41.66667%}.xlarge-offset-4{margin-left:33.33333%}.xlarge-6{width:50%}.xlarge-push-6{position:relative;left:50%}.xlarge-pull-6{position:relative;left:-50%}.xlarge-offset-5{margin-left:41.66667%}.xlarge-7{width:58.33333%}.xlarge-push-7{position:relative;left:58.33333%}.xlarge-pull-7{position:relative;left:-58.33333%}.xlarge-offset-6{margin-left:50%}.xlarge-8{width:66.66667%}.xlarge-push-8{position:relative;left:66.66667%}.xlarge-pull-8{position:relative;left:-66.66667%}.xlarge-offset-7{margin-left:58.33333%}.xlarge-9{width:75%}.xlarge-push-9{position:relative;left:75%}.xlarge-pull-9{position:relative;left:-75%}.xlarge-offset-8{margin-left:66.66667%}.xlarge-10{width:83.33333%}.xlarge-push-10{position:relative;left:83.33333%}.xlarge-pull-10{position:relative;left:-83.33333%}.xlarge-offset-9{margin-left:75%}.xlarge-11{width:91.66667%}.xlarge-push-11{position:relative;left:91.66667%}.xlarge-pull-11{position:relative;left:-91.66667%}.xlarge-offset-10{margin-left:83.33333%}.xlarge-12{width:100%}.xlarge-offset-11{margin-left:91.66667%}.xlarge-up-1 > .column,.xlarge-up-1 > .columns{float:left;width:100%}.xlarge-up-1 > .column:nth-of-type(1n),.xlarge-up-1 > .columns:nth-of-type(1n){clear:none}.xlarge-up-1 > .column:nth-of-type(1n+1),.xlarge-up-1 > .columns:nth-of-type(1n+1){clear:both}.xlarge-up-1 > .column:last-child,.xlarge-up-1 > .columns:last-child{float:left}.xlarge-up-2 > .column,.xlarge-up-2 > .columns{float:left;width:50%}.xlarge-up-2 > .column:nth-of-type(1n),.xlarge-up-2 > .columns:nth-of-type(1n){clear:none}.xlarge-up-2 > .column:nth-of-type(2n+1),.xlarge-up-2 > .columns:nth-of-type(2n+1){clear:both}.xlarge-up-2 > .column:last-child,.xlarge-up-2 > .columns:last-child{float:left}.xlarge-up-3 > .column,.xlarge-up-3 > .columns{float:left;width:33.33333%}.xlarge-up-3 > .column:nth-of-type(1n),.xlarge-up-3 > .columns:nth-of-type(1n){clear:none}.xlarge-up-3 > .column:nth-of-type(3n+1),.xlarge-up-3 > .columns:nth-of-type(3n+1){clear:both}.xlarge-up-3 > .column:last-child,.xlarge-up-3 > .columns:last-child{float:left}.xlarge-up-4 > .column,.xlarge-up-4 > .columns{float:left;width:25%}.xlarge-up-4 > .column:nth-of-type(1n),.xlarge-up-4 > .columns:nth-of-type(1n){clear:none}.xlarge-up-4 > .column:nth-of-type(4n+1),.xlarge-up-4 > .columns:nth-of-type(4n+1){clear:both}.xlarge-up-4 > .column:last-child,.xlarge-up-4 > .columns:last-child{float:left}.xlarge-up-5 > .column,.xlarge-up-5 > .columns{float:left;width:20%}.xlarge-up-5 > .column:nth-of-type(1n),.xlarge-up-5 > .columns:nth-of-type(1n){clear:none}.xlarge-up-5 > .column:nth-of-type(5n+1),.xlarge-up-5 > .columns:nth-of-type(5n+1){clear:both}.xlarge-up-5 > .column:last-child,.xlarge-up-5 > .columns:last-child{float:left}.xlarge-up-6 > .column,.xlarge-up-6 > .columns{float:left;width:16.66667%}.xlarge-up-6 > .column:nth-of-type(1n),.xlarge-up-6 > .columns:nth-of-type(1n){clear:none}.xlarge-up-6 > .column:nth-of-type(6n+1),.xlarge-up-6 > .columns:nth-of-type(6n+1){clear:both}.xlarge-up-6 > .column:last-child,.xlarge-up-6 > .columns:last-child{float:left}.xlarge-up-7 > .column,.xlarge-up-7 > .columns{float:left;width:14.28571%}.xlarge-up-7 > .column:nth-of-type(1n),.xlarge-up-7 > .columns:nth-of-type(1n){clear:none}.xlarge-up-7 > .column:nth-of-type(7n+1),.xlarge-up-7 > .columns:nth-of-type(7n+1){clear:both}.xlarge-up-7 > .column:last-child,.xlarge-up-7 > .columns:last-child{float:left}.xlarge-up-8 > .column,.xlarge-up-8 > .columns{float:left;width:12.5%}.xlarge-up-8 > .column:nth-of-type(1n),.xlarge-up-8 > .columns:nth-of-type(1n){clear:none}.xlarge-up-8 > .column:nth-of-type(8n+1),.xlarge-up-8 > .columns:nth-of-type(8n+1){clear:both}.xlarge-up-8 > .column:last-child,.xlarge-up-8 > .columns:last-child{float:left}.xlarge-collapse > .column,.xlarge-collapse > .columns{padding-right:0;padding-left:0}.xlarge-collapse .row{margin-right:0;margin-left:0}.expanded.row .xlarge-collapse.row{margin-right:0;margin-left:0}.xlarge-uncollapse > .column,.xlarge-uncollapse > .columns{padding-right:.9375rem;padding-left:.9375rem}.xlarge-centered{margin-right:auto;margin-left:auto}.xlarge-centered,.xlarge-centered:last-child:not(:first-child){float:none;clear:both}.xlarge-uncentered,.xlarge-push-0,.xlarge-pull-0{position:static;float:left;margin-right:0;margin-left:0}
}

/* .xxlarge- Grid */
@media print, screen and (min-width: 1200px) {
.xxlarge-1{width:8.33333%}.xxlarge-push-1{position:relative;left:8.33333%}.xxlarge-pull-1{position:relative;left:-8.33333%}.xxlarge-offset-0{margin-left:0}.xxlarge-2{width:16.66667%}.xxlarge-push-2{position:relative;left:16.66667%}.xxlarge-pull-2{position:relative;left:-16.66667%}.xxlarge-offset-1{margin-left:8.33333%}.xxlarge-3{width:25%}.xxlarge-push-3{position:relative;left:25%}.xxlarge-pull-3{position:relative;left:-25%}.xxlarge-offset-2{margin-left:16.66667%}.xxlarge-4{width:33.33333%}.xxlarge-push-4{position:relative;left:33.33333%}.xxlarge-pull-4{position:relative;left:-33.33333%}.xxlarge-offset-3{margin-left:25%}.xxlarge-5{width:41.66667%}.xxlarge-push-5{position:relative;left:41.66667%}.xxlarge-pull-5{position:relative;left:-41.66667%}.xxlarge-offset-4{margin-left:33.33333%}.xxlarge-6{width:50%}.xxlarge-push-6{position:relative;left:50%}.xxlarge-pull-6{position:relative;left:-50%}.xxlarge-offset-5{margin-left:41.66667%}.xxlarge-7{width:58.33333%}.xxlarge-push-7{position:relative;left:58.33333%}.xxlarge-pull-7{position:relative;left:-58.33333%}.xxlarge-offset-6{margin-left:50%}.xxlarge-8{width:66.66667%}.xxlarge-push-8{position:relative;left:66.66667%}.xxlarge-pull-8{position:relative;left:-66.66667%}.xxlarge-offset-7{margin-left:58.33333%}.xxlarge-9{width:75%}.xxlarge-push-9{position:relative;left:75%}.xxlarge-pull-9{position:relative;left:-75%}.xxlarge-offset-8{margin-left:66.66667%}.xxlarge-10{width:83.33333%}.xxlarge-push-10{position:relative;left:83.33333%}.xxlarge-pull-10{position:relative;left:-83.33333%}.xxlarge-offset-9{margin-left:75%}.xxlarge-11{width:91.66667%}.xxlarge-push-11{position:relative;left:91.66667%}.xxlarge-pull-11{position:relative;left:-91.66667%}.xxlarge-offset-10{margin-left:83.33333%}.xxlarge-12{width:100%}.xxlarge-offset-11{margin-left:91.66667%}.xxlarge-up-1 > .column,.xxlarge-up-1 > .columns{float:left;width:100%}.xxlarge-up-1 > .column:nth-of-type(1n),.xxlarge-up-1 > .columns:nth-of-type(1n){clear:none}.xxlarge-up-1 > .column:nth-of-type(1n+1),.xxlarge-up-1 > .columns:nth-of-type(1n+1){clear:both}.xxlarge-up-1 > .column:last-child,.xxlarge-up-1 > .columns:last-child{float:left}.xxlarge-up-2 > .column,.xxlarge-up-2 > .columns{float:left;width:50%}.xxlarge-up-2 > .column:nth-of-type(1n),.xxlarge-up-2 > .columns:nth-of-type(1n){clear:none}.xxlarge-up-2 > .column:nth-of-type(2n+1),.xxlarge-up-2 > .columns:nth-of-type(2n+1){clear:both}.xxlarge-up-2 > .column:last-child,.xxlarge-up-2 > .columns:last-child{float:left}.xxlarge-up-3 > .column,.xxlarge-up-3 > .columns{float:left;width:33.33333%}.xxlarge-up-3 > .column:nth-of-type(1n),.xxlarge-up-3 > .columns:nth-of-type(1n){clear:none}.xxlarge-up-3 > .column:nth-of-type(3n+1),.xxlarge-up-3 > .columns:nth-of-type(3n+1){clear:both}.xxlarge-up-3 > .column:last-child,.xxlarge-up-3 > .columns:last-child{float:left}.xxlarge-up-4 > .column,.xxlarge-up-4 > .columns{float:left;width:25%}.xxlarge-up-4 > .column:nth-of-type(1n),.xxlarge-up-4 > .columns:nth-of-type(1n){clear:none}.xxlarge-up-4 > .column:nth-of-type(4n+1),.xxlarge-up-4 > .columns:nth-of-type(4n+1){clear:both}.xxlarge-up-4 > .column:last-child,.xxlarge-up-4 > .columns:last-child{float:left}.xxlarge-up-5 > .column,.xxlarge-up-5 > .columns{float:left;width:20%}.xxlarge-up-5 > .column:nth-of-type(1n),.xxlarge-up-5 > .columns:nth-of-type(1n){clear:none}.xxlarge-up-5 > .column:nth-of-type(5n+1),.xxlarge-up-5 > .columns:nth-of-type(5n+1){clear:both}.xxlarge-up-5 > .column:last-child,.xxlarge-up-5 > .columns:last-child{float:left}.xxlarge-up-6 > .column,.xxlarge-up-6 > .columns{float:left;width:16.66667%}.xxlarge-up-6 > .column:nth-of-type(1n),.xxlarge-up-6 > .columns:nth-of-type(1n){clear:none}.xxlarge-up-6 > .column:nth-of-type(6n+1),.xxlarge-up-6 > .columns:nth-of-type(6n+1){clear:both}.xxlarge-up-6 > .column:last-child,.xxlarge-up-6 > .columns:last-child{float:left}.xxlarge-up-7 > .column,.xxlarge-up-7 > .columns{float:left;width:14.28571%}.xxlarge-up-7 > .column:nth-of-type(1n),.xxlarge-up-7 > .columns:nth-of-type(1n){clear:none}.xxlarge-up-7 > .column:nth-of-type(7n+1),.xxlarge-up-7 > .columns:nth-of-type(7n+1){clear:both}.xxlarge-up-7 > .column:last-child,.xxlarge-up-7 > .columns:last-child{float:left}.xxlarge-up-8 > .column,.xxlarge-up-8 > .columns{float:left;width:12.5%}.xxlarge-up-8 > .column:nth-of-type(1n),.xxlarge-up-8 > .columns:nth-of-type(1n){clear:none}.xxlarge-up-8 > .column:nth-of-type(8n+1),.xxlarge-up-8 > .columns:nth-of-type(8n+1){clear:both}.xxlarge-up-8 > .column:last-child,.xxlarge-up-8 > .columns:last-child{float:left}.xxlarge-collapse > .column,.xxlarge-collapse > .columns{padding-right:0;padding-left:0}.xxlarge-collapse .row{margin-right:0;margin-left:0}.expanded.row .xxlarge-collapse.row{margin-right:0;margin-left:0}.xxlarge-uncollapse > .column,.xxlarge-uncollapse > .columns{padding-right:.9375rem;padding-left:.9375rem}.xxlarge-centered{margin-right:auto;margin-left:auto}.xxlarge-centered,.xxlarge-centered:last-child:not(:first-child){float:none;clear:both}.xxlarge-uncentered,.xxlarge-push-0,.xxlarge-pull-0{position:static;float:left;margin-right:0;margin-left:0}
}

/* Block Grid Bottom Margin */
.column-block { margin-bottom: 1.875rem; } .column-block > :last-child { margin-bottom: 0; }
/********************************************************************************
--- CD Font Icons Packcage - Full (replace with project icon set if supplied) ---
*********************************************************************************/
@font-face { font-family: 'CD-Project-Icons'; src: url(../stylesheets/fonts/CD-Project-Icons.woff2?xfbk48) format('woff2'),  url(../stylesheets/fonts/CD-Project-Icons.ttf?xfbk48) format('truetype'),  url(../stylesheets/fonts/CD-Project-Icons.woff?xfbk48) format('woff'),  url(../stylesheets/fonts/CD-Project-Icons.svg?xfbk48#CD-Project-Icons) format('svg'); font-weight: normal; font-style: normal; }[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-left {margin-right: 0.250em; position: relative; top:0.125em }.icon-right{margin-left: 0.250em; position: relative; top:0.125em}

.icon-fast-shipping: before 
{content:"\e908"}
.icon-secure-payments:before{
	content:"\e909"}
	.icon-sign-up:before
	{content:"\e90a"}
	.icon-click:before
	{content:"\e901"}
	.icon-handshake:before
	{content:"\e907"}
	.icon-search:before{
		content:"\e949"}
		.icon-account-circle:before{content:"\e602"}
		.icon-add:before
		{content:"\e603"} 
		.icon-add-box:before{content:"\e604"}
		.icon-add-circle:before{content:"\e605"} 
		.icon-add-circle-outline:before{content:"\e606"}
		.icon-address:before{content:"\e607"}
		.icon-add-to-list:before{content:"\e608"}
		.icon-add-user:before{content:"\e609"}
		.icon-aircraft:before{content:"\e60e"}
		.icon-aircraft-landing:before{content:"\e60f"}
		.icon-aircraft-take-off:before{content:"\e610"}
		.icon-align-bottom:before{content:"\e611"}
		.icon-align-center:before{content:"\e612"}
		.icon-align-horizontal-middle:before{content:"\e613"}
		.icon-align-justify:before{content:"\e614"}
		.icon-align-left:before{content:"\e615"}
		.icon-align-left2:before{content:"\e616"}
		.icon-align-right:before{content:"\e617"}
		.icon-align-right2:before{content:"\e618"}
		.icon-align-top:before{content:"\e619"}
		.icon-align-vertical-middle:before{content:"\e61a"}
		.icon-ambulance:before{content:"\e61b"}
		.icon-anchor:before{content:"\e61c"}
		.icon-angle-double-down:before{content:"\e61f"}
		.icon-angle-double-left:before{content:"\e620"}
		.icon-angle-double-right:before{content:"\e621"}
		.icon-angle-double-up:before{content:"\e622"}
		.icon-angle-down:before{content:"\e623"}
		.icon-angle-left:before{content:"\e624"}
		.icon-angle-right:before{content:"\e625"}
		.icon-angle-up:before{content:"\e626"}
		.icon-archive:before{content:"\e628"}
		.icon-archive2:before{content:"\e629"}
		.icon-area-chart:before{content:"\e62a"}
		.icon-area-graph:before{content:"\e62b"}
		.icon-arrow-back:before{content:"\f060"}
		.icon-arrow-bold-down:before{content:"\e62d"}
		.icon-arrow-bold-left:before{content:"\e62e"}
		.icon-arrow-bold-right:before{content:"\e62f"}
		.icon-arrow-bold-up:before{content:"\e630"}
		.icon-arrow-circle-down:before{content:"\e631"}
		.icon-arrow-circle-left:before{content:"\e632"}
		.icon-arrow-circle-o-down:before{content:"\e633"}
		.icon-arrow-circle-o-left:before{content:"\e634"}
		.icon-arrow-circle-o-right:before{content:"\e635"}
		.icon-arrow-circle-o-up:before{content:"\e636"}
		.icon-arrow-circle-right:before{content:"\e637"}
		.icon-arrow-circle-up:before{content:"\e638"}
		.icon-arrow-down:before{content:"\e639"}
		.icon-arrow-down2:before{content:"\e63a"}
		.icon-arrow-drop-down:before{content:"\e63b"}
		.icon-arrow-drop-down-circle:before{content:"\e63c"}
		.icon-arrow-drop-up:before{content:"\e63d"}
		.icon-arrow-forward:before{content:"\e63e"}
		.icon-arrow-left:before{content:"\e63f"}
		.icon-arrow-left2:before{content:"\e640"}
		.icon-arrow-long-down:before{content:"\e641"}
		.icon-arrow-long-left:before{content:"\e642"}
		.icon-arrow-long-right:before{content:"\e643"}
		.icon-arrow-long-up:before{content:"\e644"}
		.icon-arrow-right:before{content:"\e645"}
		.icon-arrow-right2:before{content:"\e646"}
		.icon-arrows:before{content:"\e647"}
		.icon-arrows-alt:before{content:"\e648"}
		.icon-arrows-h:before{content:"\e649"}
		.icon-arrows-v:before{content:"\e64a"}
		.icon-arrow-up:before{content:"\e64b"}
		.icon-arrow-up2:before{content:"\e64c"}
		.icon-arrow-with-circle-down:before{content:"\e64d"}
		.icon-arrow-with-circle-left:before{content:"\e64e"}
		.icon-arrow-with-circle-right:before{content:"\e64f"}
		.icon-arrow-with-circle-up:before{content:"\e650"}
		.icon-at:before{content:"\e652"}
		.icon-attachment:before{content:"\e653"}
		.icon-automobile:before{content:"\e654"}
		.icon-autorenew:before{content:"\e655"}
		.icon-awareness-ribbon:before{content:"\e656"}
		.icon-back:before{content:"\e657"}
		.icon-back-in-time:before{content:"\e658"}
		.icon-backward:before{content:"\e659"}
		.icon-ban:before{content:"\e65a"}
		.icon-bank:before{content:"\e65b"}
		.icon-bar-chart:before{content:"\e65c"}
		.icon-bar-graph:before{content:"\e65e"}
		.icon-bars:before{content:"\e65f"}
		.icon-beamed-note:before{content:"\e662"}
		.icon-bell:before{content:"\e667"}
		.icon-bell2:before{content:"\e668"}
		.icon-bell-o:before{content:"\e669"}
		.icon-bell-slash:before{content:"\e66a"}
		.icon-bell-slash-o:before{content:"\e66b"}
		.icon-bicycle:before{content:"\e66c"}
		.icon-binoculars:before{content:"\e66d"}
		.icon-birthday-cake:before{content:"\e66e"}
		.icon-blackboard:before{content:"\e672"}
		.icon-block:before{content:"\e673"}
		.icon-book:before{content:"\e677"}
		.icon-book2:before{content:"\e678"}
		.icon-bookmark:before{content:"\e679"}
		.icon-bookmark2:before{content:"\e67a"}
		.icon-bookmark-o:before{content:"\e67b"}
		.icon-bookmarks:before{content:"\e67c"}
		.icon-box:before{content:"\e67e"}
		.icon-briefcase:before{content:"\e67f"}
		.icon-briefcase2:before{content:"\e680"}
		.icon-browser:before{content:"\e681"}
		.icon-bucket:before{content:"\e683"}
		.icon-building:before{content:"\e685"}
		.icon-building-o:before{content:"\e686"}
		.icon-bullhorn:before{content:"\e687"}
		.icon-bullseye:before{content:"\e688"}
		.icon-bus:before{content:"\e689"}
		.icon-cab:before{content:"\e68a"}
		.icon-cached:before{content:"\e68b"}
		.icon-cake:before{content:"\e68c"}
		.icon-calculator:before{content:"\e68d"}
		.icon-calculator2:before{content:"\e68e"}
		.icon-calendar:before{content:"\e68f"}
		.icon-calendar2:before{content:"\e690"}
		.icon-calendar-o:before{content:"\e691"}
		.icon-camera:before{content:"\e692"}
		.icon-camera2:before{content:"\e693"}
		.icon-camera-retro:before{content:"\e694"}
		.icon-caret-down:before{content:"\e695"}
		.icon-caret-left:before{content:"\e696"}
		.icon-caret-right:before{content:"\e697"}
		.icon-caret-square-o-down:before{content:"\e698"}
		.icon-caret-square-o-left:before{content:"\e699"}
		.icon-caret-square-o-right:before{content:"\e69a"}
		.icon-caret-square-o-up:before{content:"\e69b"}
		.icon-caret-up:before{content:"\e69c"}
		.icon-ccw:before{content:"\e6a4"}
		.icon-certificate:before{content:"\e6a5"}
		.icon-chain:before{content:"\e6a6"}
		.icon-chain-broken:before{content:"\e6a7"}
		.icon-chat:before{content:"\e6a8"}
		.icon-check:before{content:"\e6a9"}
		.icon-check2:before{content:"\e6aa"}
		.icon-check-box:before{content:"\e6ab"}
		.icon-check-box-outline-blank:before{content:"\e6ac"}
		.icon-check-circle:before{content:"\e6ad"}
		.icon-check-circle-o:before{content:"\e6ae"}
		.icon-check-square:before{content:"\e6af"}
		.icon-check-square-o:before{content:"\e6b0"}
		.icon-chevron-circle-down:before{content:"\e6b1"}
		.icon-chevron-circle-left:before{content:"\e6b2"}
		.icon-chevron-circle-right:before{content:"\e6b3"}
		.icon-chevron-circle-up:before{content:"\e6b4"}
		.icon-chevron-down:before{content:"\e6b5"}
		.icon-chevron-down2:before{content:"\e6b6"}
		.icon-chevron-left:before{content:"\e6b7"}
		.icon-chevron-left2:before{content:"\e6b8"}
		.icon-chevron-right:before{content:"\e6b9"}
		.icon-chevron-right2:before{content:"\e6ba"}
		.icon-chevron-small-down:before{content:"\e6bb"}
		.icon-chevron-small-left:before{content:"\e6bc"}
		.icon-chevron-small-right:before{content:"\e6bd"}
		.icon-chevron-small-up:before{content:"\e6be"}
		.icon-chevron-thin-down:before{content:"\e6bf"}
		.icon-chevron-thin-left:before{content:"\e6c0"}
		.icon-chevron-thin-right:before{content:"\e6c1"}
		.icon-chevron-thin-up:before{content:"\e6c2"}
		.icon-chevron-up:before{content:"\e6c3"}
		.icon-chevron-up2:before{content:"\e6c4"}
		.icon-chevron-with-circle-down:before{content:"\e6c5"}
		.icon-chevron-with-circle-left:before{content:"\e6c6"}
		.icon-chevron-with-circle-right:before{content:"\e6c7"}
		.icon-chevron-with-circle-up:before{content:"\e6c8"}
		.icon-child:before{content:"\e6c9"}
		.icon-circle:before{content:"\e6ca"}
		.icon-circle2:before{content:"\e6cb"}
		.icon-circle-o:before{content:"\e6cc"}
		.icon-circle-o-notch:before{content:"\e6cd"}
		.icon-circle-thin:before{content:"\e6ce"}
		.icon-circle-with-cross:before{content:"\e6cf"}
		.icon-circle-with-minus:before{content:"\e6d0"}
		.icon-circle-with-plus:before{content:"\e6d1"}
		.icon-circular-graph:before{content:"\e6d2"}
		.icon-clapperboard:before{content:"\e6d3"}
		.icon-clear:before{content:"\e6d5"}
		.icon-clipboard:before{content:"\e6d6"}
		.icon-clipboard2:before{content:"\e6d7"}
		.icon-clock:before{content:"\e6d8"}
		.icon-clock-o:before{content:"\e6d9"}
		.icon-close:before{content:"\e6da"}
		.icon-cloud:before{content:"\e6db"}
		.icon-cloud2:before{content:"\e6dc"}
		.icon-cloud-download:before{content:"\e6dd"}
		.icon-cloud-upload:before{content:"\e6de"}
		.icon-coffee:before{content:"\e6e4"}
		.icon-cog:before{content:"\e6e5"}
		.icon-cog2:before{content:"\e6e6"}
		.icon-cogs:before{content:"\e6e7"}
		.icon-comment:before{content:"\e6ea"}
		.icon-comment-o:before{content:"\e6eb"}
		.icon-comments:before{content:"\e6ec"}
		.icon-comments-o:before{content:"\e6ed"}
		.icon-compass:before{content:"\e6ee"}
		.icon-compass2:before{content:"\e6ef"}
		.icon-compress:before{content:"\e6f0"}
		.icon-content-paste:before{content:"\e6f1"}
		.icon-controller-fast-backward:before{content:"\e6f2"}
		.icon-controller-fast-forward:before{content:"\e6f3"}
		.icon-controller-jump-to-start:before{content:"\e6f4"}
		.icon-controller-next:before{content:"\e6f5"}
		.icon-controller-paus:before{content:"\e6f6"}
		.icon-controller-play:before{content:"\e6f7"}
		.icon-controller-record:before{content:"\e6f8"}
		.icon-controller-stop:before{content:"\e6f9"}
		.icon-copy:before{content:"\e6fb"}
		.icon-credit:before{content:"\e708"}
		.icon-credit-card:before{content:"\e709"}
		.icon-credit-card2:before{content:"\e70a"}
		.icon-cross:before{content:"\e70c"}
		.icon-cut:before{content:"\e712"}
		.icon-cutlery:before{content:"\e713"}
		.icon-cw:before{content:"\e714"}
		.icon-cycle:before{content:"\e715"}
		.icon-dashboard:before{content:"\e716"}
		.icon-database:before{content:"\e717"}
		.icon-database2:before{content:"\e718"}
		.icon-dedent:before{content:"\e719"}
		.icon-desktop:before{content:"\e71b"}
		.icon-dial-pad:before{content:"\e71d"}
		.icon-direction:before{content:"\e71f"}
		.icon-documents:before{content:"\e722"}
		.icon-dollar:before{content:"\e723"}
		.icon-done:before{content:"\e724"}
		.icon-dot-circle-o:before{content:"\e725"}
		.icon-dot-single:before{content:"\e726"}
		.icon-dots-three-horizontal:before{content:"\e727"}.icon-dots-three-vertical:before{content:"\e728"}.icon-dots-two-horizontal:before{content:"\e729"}.icon-dots-two-vertical:before{content:"\e72a"}.icon-download:before{content:"\e72b"}.icon-download2:before{content:"\e72c"}.icon-dribbble:before{content:"\e72d"}.icon-dribbble2:before{content:"\e72e"}.icon-edit:before{content:"\e736"}.icon-edit2:before{content:"\e737"}.icon-ellipsis-h:before{content:"\e739"}.icon-ellipsis-v:before{content:"\e73a"}.icon-email:before{content:"\e73b"}.icon-envelope:before{content:"\e741"}.icon-envelope-o:before{content:"\e742"}.icon-erase:before{content:"\e744"}.icon-eraser:before{content:"\e745"}.icon-eraser2:before{content:"\e746"}.icon-exchange:before{content:"\e749"}.icon-exclamation:before{content:"\e74a"}.icon-exclamation-circle:before{content:"\e74b"}.icon-exclamation-triangle:before{content:"\e74c"}.icon-expand:before{content:"\e74d"}.icon-export:before{content:"\e74f"}.icon-external-link:before{content:"\e750"}.icon-external-link-square:before{content:"\e751"}.icon-eye:before{content:"\e752"}.icon-eye-slash:before{content:"\e755"}.icon-fast-backward:before{content:"\e75a"}.icon-fast-forward:before{content:"\e75b"}.icon-fax:before{content:"\e75c"}.icon-female:before{content:"\e75e"}.icon-file:before{content:"\e760"}.icon-file-archive-o:before{content:"\e761"}.icon-file-audio-o:before{content:"\e762"}.icon-file-code-o:before{content:"\e763"}.icon-file-excel-o:before{content:"\e764"}.icon-file-image-o:before{content:"\e765"}.icon-file-movie-o:before{content:"\e766"}.icon-file-o:before{content:"\e767"}.icon-file-pdf-o:before{content:"\e768"}.icon-file-powerpoint-o:before{content:"\e769"}.icon-file-text:before{content:"\e76a"}.icon-file-text-o:before{content:"\e76b"}.icon-file-word-o:before{content:"\e76c"}.icon-film:before{content:"\e76d"}.icon-filter:before{content:"\e76e"}.icon-fire:before{content:"\e76f"}.icon-flag:before{content:"\e771"}.icon-flag2:before{content:"\e772"}.icon-flag-checkered:before{content:"\e773"}.icon-flag-o:before{content:"\e774"}.icon-flashlight:before{content:"\e776"}.icon-flask:before{content:"\e777"}.icon-floppy-o:before{content:"\e77d"}.icon-flow-tree:before{content:"\e782"}.icon-folder:before{content:"\e783"}.icon-folder2:before{content:"\e784"}.icon-folder-images:before{content:"\e785"}.icon-folder-music:before{content:"\e786"}.icon-folder-o:before{content:"\e787"}.icon-folder-open:before{content:"\e788"}.icon-folder-open-o:before{content:"\e789"}.icon-folder-video:before{content:"\e78a"}.icon-forward:before{content:"\e78c"}.icon-forward2:before{content:"\e78d"}.icon-funnel:before{content:"\e791"}.icon-futbol-o:before{content:"\e792"}.icon-game-controller:before{content:"\e793"}.icon-gamepad:before{content:"\e794"}.icon-gauge:before{content:"\e795"}.icon-gavel:before{content:"\e796"}.icon-gift:before{content:"\e798"}.icon-gittip:before{content:"\e7a0"}.icon-globe:before{content:"\e7a2"}.icon-globe2:before{content:"\e7a3"}.icon-graduation-cap:before{content:"\e7ac"}.icon-graduation-cap2:before{content:"\e7ad"}.icon-grid:before{content:"\e7ae"}.icon-group:before{content:"\e7b0"}.icon-hair-cross:before{content:"\e7b2"}.icon-hand:before{content:"\e7b3"}.icon-hand-o-down:before{content:"\e7b4"}.icon-hand-o-left:before{content:"\e7b5"}.icon-hand-o-right:before{content:"\e7b6"}.icon-hand-o-up:before{content:"\e7b7"}.icon-headphones:before{content:"\e7ba"}.icon-heart:before{content:"\e7bb"}.icon-heart2:before{content:"\e7bc"}.icon-heart-o:before{content:"\e7bd"}.icon-heart-outlined:before{content:"\e7be"}.icon-help:before{content:"\e7bf"}.icon-help-with-circle:before{content:"\e7c0"}.icon-highlight-remove:before{content:"\e7c1"}.icon-history:before{content:"\e7c2"}.icon-home:before{content:"\e7c3"}.icon-home2:before{content:"\e7c4"}.icon-hospital-o:before{content:"\e7c5"}.icon-hour-glass:before{content:"\e7c6"}.icon-icloud:before{content:"\e7c9"}.icon-image:before{content:"\e7cb"}.icon-image2:before{content:"\e7cc"}.icon-image-inverted:before{content:"\e7cd"}.icon-images:before{content:"\e7ce"}.icon-inbox:before{content:"\e7cf"}.icon-info:before{content:"\e7d3"}.icon-info2:before{content:"\e7d4"}.icon-info-circle:before{content:"\e7d5"}.icon-info-with-circle:before{content:"\e7d6"}.icon-instagram:before{content:"\e7d9"}.icon-instagram2:before{content:"\e7da"}.icon-install:before{content:"\e7dc"}.icon-key:before{content:"\e7e1"}.icon-key2:before{content:"\e7e2"}.icon-keyboard:before{content:"\e7e3"}.icon-keyboard-arrow-down:before{content:"\e7e4"}.icon-keyboard-arrow-left:before{content:"\e7e5"}.icon-keyboard-arrow-right:before{content:"\e7e6"}.icon-keyboard-arrow-up:before{content:"\e7e7"}.icon-keyboard-backspace:before{content:"\e7e8"}.icon-keyboard-control:before{content:"\e7e9"}.icon-keyboard-o:before{content:"\e7ea"}.icon-lab-flask:before{content:"\e7ec"}.icon-landline:before{content:"\e7ed"}.icon-laptop:before{content:"\e7f0"}.icon-laptop2:before{content:"\e7f1"}.icon-layers:before{content:"\e7f6"}.icon-leaf:before{content:"\e7f7"}.icon-leaf2:before{content:"\e7f8"}.icon-level-down:before{content:"\e7fa"}.icon-level-down2:before{content:"\e7fb"}.icon-level-up:before{content:"\e7fc"}.icon-level-up2:before{content:"\e7fd"}.icon-life-bouy:before{content:"\e7fe"}.icon-lifebuoy:before{content:"\e7ff"}.icon-light-bulb:before{content:"\e800"}.icon-lightbulb-o:before{content:"\e801"}.icon-line-chart:before{content:"\e804"}.icon-line-graph:before{content:"\e805"}.icon-link:before{content:"\e806"}.icon-list:before{content:"\e80c"}.icon-list2:before{content:"\e80d"}.icon-list-alt:before{content:"\e80e"}.icon-list-ol:before{content:"\e80f"}.icon-list-ul:before{content:"\e810"}.icon-location:before{content:"\e811"}.icon-location-arrow:before{content:"\e812"}.icon-location-on:before{content:"\e813"}.icon-location-pin:before{content:"\e814"}.icon-lock:before{content:"\e815"}.icon-lock2:before{content:"\e816"}.icon-lock-open:before{content:"\e817"}.icon-login:before{content:"\e818"}.icon-log-out:before{content:"\e819"}.icon-long-arrow-down:before{content:"\e81a"}.icon-long-arrow-left:before{content:"\e81b"}.icon-long-arrow-right:before{content:"\e81c"}.icon-long-arrow-up:before{content:"\e81d"}.icon-loop:before{content:"\e81e"}.icon-magic:before{content:"\e81f"}.icon-magnifying-glass:before{content:"\e822"}.icon-mail:before{content:"\e823"}.icon-mail-forward:before{content:"\e824"}.icon-mail-reply:before{content:"\e825"}.icon-mail-reply-all:before{content:"\e826"}.icon-male:before{content:"\e827"}.icon-man:before{content:"\e828"}.icon-map:before{content:"\e829"}.icon-map-marker:before{content:"\e82a"}.icon-markunread:before{content:"\e82b"}.icon-medal:before{content:"\e82f"}.icon-medkit:before{content:"\e830"}.icon-megaphone:before{content:"\e831"}.icon-menu:before{content:"\e833"}.icon-message:before{content:"\e834"}.icon-mic:before{content:"\e835"}.icon-microphone:before{content:"\e836"}.icon-microphone-slash:before{content:"\e837"}.icon-minus:before{content:"\e838"}.icon-minus2:before{content:"\e839"}.icon-minus-circle:before{content:"\e83a"}.icon-minus-square:before{content:"\e83b"}.icon-minus-square-o:before{content:"\e83c"}.icon-mobile:before{content:"\e83e"}.icon-mobile2:before{content:"\e83f"}.icon-modern-mic:before{content:"\e840"}.icon-money:before{content:"\e841"}.icon-more-vert:before{content:"\e844"}.icon-new:before{content:"\e849"}.icon-new-message:before{content:"\e84a"}.icon-news:before{content:"\e84b"}.icon-newspaper-o:before{content:"\e84c"}.icon-note:before{content:"\e84d"}.icon-old-mobile:before{content:"\e84f"}.icon-old-phone:before{content:"\e850"}.icon-onedrive:before{content:"\e851"}.icon-open-book:before{content:"\e852"}.icon-pagelines:before{content:"\e854"}.icon-paperclip:before{content:"\e857"}.icon-paper-plane:before{content:"\e858"}.icon-paper-plane2:before{content:"\e859"}.icon-paper-plane-o:before{content:"\e85a"}.icon-pencil:before{content:"\e860"}.icon-pencil2:before{content:"\e861"}.icon-pencil-square:before{content:"\e862"}.icon-philanthropy:before{content:"\e863"}.icon-phone:before{content:"\e864"}.icon-phone2:before{content:"\e865"}.icon-phone-square:before{content:"\e866"}.icon-pie-chart:before{content:"\e868"}.icon-pie-chart2:before{content:"\e869"}.icon-pin:before{content:"\e86c"}.icon-plane:before{content:"\e871"}.icon-play:before{content:"\e872"}.icon-play-circle:before{content:"\e873"}.icon-play-circle-o:before{content:"\e874"}.icon-plus:before{content:"\e876"}.icon-plus2:before{content:"\e877"}.icon-plus-circle:before{content:"\e878"}.icon-plus-square:before{content:"\e879"}.icon-plus-square-o:before{content:"\e87a"}.icon-popup:before{content:"\e87b"}.icon-power-off:before{content:"\e87c"}.icon-price-tag:before{content:"\e87f"}.icon-print:before{content:"\e880"}.icon-print2:before{content:"\e881"}.icon-question:before{content:"\e88b"}.icon-question-answer:before{content:"\e88c"}.icon-question-circle:before{content:"\e88d"}.icon-quote:before{content:"\e88e"}.icon-quote-left:before{content:"\e88f"}.icon-quote-right:before{content:"\e890"}.icon-radio-button-off:before{content:"\e893"}.icon-radio-button-on:before{content:"\e894"}.icon-random:before{content:"\e895"}.icon-recycle:before{content:"\e898"}.icon-refresh:before{content:"\e89b"}.icon-refresh2:before{content:"\e89c"}.icon-remove:before{content:"\e89d"}.icon-remove-circle:before{content:"\e89e"}.icon-remove-circle-outline:before{content:"\e89f"}.icon-remove-user:before{content:"\e8a0"}.icon-repeat:before{content:"\e8a3"}.icon-reply:before{content:"\e8a4"}.icon-reply-all:before{content:"\e8a5"}.icon-resize-100:before{content:"\e8a6"}.icon-resize-full-screen:before{content:"\e8a7"}.icon-retweet:before{content:"\e8a8"}.icon-retweet2:before{content:"\e8a9"}.icon-rocket:before{content:"\e8ab"}.icon-rocket2:before{content:"\e8ac"}.icon-rotate-left:before{content:"\e8ad"}.icon-round-brush:before{content:"\e8af"}.icon-rss:before{content:"\e8b0"}.icon-rss2:before{content:"\e8b1"}.icon-rss-square:before{content:"\e8b2"}.icon-ruler:before{content:"\e8b3"}.icon-save:before{content:"\e8b4"}.icon-scissors:before{content:"\e8b5"}.icon-search2:before{content:"\e8b7"}.icon-search-minus:before{content:"\e8b8"}.icon-search-plus:before{content:"\e8b9"}.icon-select-arrows:before{content:"\e8ba"}.icon-send:before{content:"\e8bb"}.icon-share:before{content:"\e8bc"}.icon-share-alt:before{content:"\e8be"}.icon-share-alternitive:before{content:"\e8bf"}.icon-share-alt-square:before{content:"\e8c0"}.icon-share-square:before{content:"\e8c1"}.icon-share-square-o:before{content:"\e8c2"}.icon-shop:before{content:"\e8c5"}.icon-shopping-bag:before{content:"\e8c6"}.icon-shopping-basket:before{content:"\e8c7"}.icon-shopping-cart:before{content:"\e8c8"}.icon-shopping-cart2:before{content:"\e8c9"}.icon-shuffle:before{content:"\e8ca"}.icon-signal:before{content:"\e8cb"}.icon-signal2:before{content:"\e8cc"}.icon-sign-in:before{content:"\e8cd"}.icon-sign-out:before{content:"\e8ce"}.icon-sitemap:before{content:"\e8d0"}.icon-sliders:before{content:"\e8d5"}.icon-slideshare:before{content:"\e8d6"}.icon-slideshare2:before{content:"\e8d7"}.icon-smile-o:before{content:"\e8d9"}.icon-sort:before{content:"\e8da"}.icon-sort-alpha-asc:before{content:"\e8db"}.icon-sort-alpha-desc:before{content:"\e8dc"}.icon-sort-amount-asc:before{content:"\e8dd"}.icon-sort-amount-desc:before{content:"\e8de"}.icon-sort-asc:before{content:"\e8df"}.icon-sort-desc:before{content:"\e8e0"}.icon-sound-mix:before{content:"\e8e6"}.icon-sound-mute:before{content:"\e8e7"}.icon-space-shuttle:before{content:"\e8e8"}.icon-square:before{content:"\e8f0"}.icon-squared-cross:before{content:"\e8f1"}.icon-squared-minus:before{content:"\e8f2"}.icon-squared-plus:before{content:"\e8f3"}.icon-square-o:before{content:"\e8f4"}.icon-star:before{content:"\e8f7"}.icon-star2:before{content:"\e8f8"}.icon-star3:before{content:"\e8f9"}.icon-star-half:before{content:"\e8fa"}.icon-star-half2:before{content:"\e8fb"}.icon-star-half-empty:before{content:"\e8fc"}.icon-star-o:before{content:"\e8fd"}.icon-star-outline:before{content:"\e8fe"}.icon-star-outlined:before{content:"\e8ff"}.icon-step-backward:before{content:"\e902"}.icon-step-forward:before{content:"\e903"}.icon-stethoscope:before{content:"\e904"}.icon-stop:before{content:"\e905"}.icon-stopwatch:before{content:"\e906"}.icon-suitcase:before{content:"\e90d"}.icon-suitcase2:before{content:"\e90e"}.icon-sun-o:before{content:"\e90f"}.icon-swap:before{content:"\e911"}.icon-swarm:before{content:"\e912"}.icon-sweden:before{content:"\e913"}.icon-switch:before{content:"\e914"}.icon-table:before{content:"\e915"}.icon-tablet:before{content:"\e916"}.icon-tablet2:before{content:"\e917"}.icon-tag:before{content:"\e918"}.icon-tag2:before{content:"\e919"}.icon-tags:before{content:"\e91a"}.icon-tasks:before{content:"\e91b"}.icon-text:before{content:"\e91e"}.icon-text-document:before{content:"\e91f"}.icon-text-document-inverted:before{content:"\e920"}.icon-th:before{content:"\e923"}.icon-th-large:before{content:"\e925"}.icon-th-list:before{content:"\e926"}.icon-thumbs-down:before{content:"\e927"}.icon-thumbs-down2:before{content:"\e928"}.icon-thumbs-o-down:before{content:"\e929"}.icon-thumbs-o-up:before{content:"\e92a"}.icon-thumbs-up:before{content:"\e92b"}.icon-thumbs-up2:before{content:"\e92c"}.icon-thumb-tack:before{content:"\e92d"}.icon-thunder-cloud:before{content:"\e92e"}.icon-ticket:before{content:"\e92f"}.icon-ticket2:before{content:"\e930"}.icon-times-circle:before{content:"\e931"}.icon-times-circle-o:before{content:"\e932"}.icon-time-slot:before{content:"\e933"}.icon-tint:before{content:"\e934"}.icon-toggle-off:before{content:"\e935"}.icon-toggle-on:before{content:"\e936"}.icon-tools:before{content:"\e937"}.icon-trash:before{content:"\e939"}.icon-trash2:before{content:"\e93a"}.icon-trash-o:before{content:"\e93b"}.icon-tree:before{content:"\e93c"}.icon-tree2:before{content:"\e93d"}.icon-trending-neutral:before{content:"\e93f"}.icon-triangle-down:before{content:"\e940"}.icon-triangle-left:before{content:"\e941"}.icon-triangle-right:before{content:"\e942"}.icon-triangle-up:before{content:"\e943"}.icon-trophy:before{content:"\e944"}.icon-trophy2:before{content:"\e945"}.icon-truck:before{content:"\e946"}.icon-tv:before{content:"\e94d"}.icon-typing:before{content:"\e953"}.icon-umbrella:before{content:"\e954"}.icon-unlock:before{content:"\e957"}.icon-unlock-alt:before{content:"\e958"}.icon-upload:before{content:"\e95b"}.icon-upload2:before{content:"\e95c"}.icon-upload-to-cloud:before{content:"\e95d"}.icon-user:before{content:"\e95e"}.icon-user2:before{content:"\e95f"}.icon-user-md:before{content:"\e960"}.icon-users:before{content:"\e961"}.icon-v-card:before{content:"\e962"}.icon-video:before{content:"\e963"}.icon-video-camera:before{content:"\e964"}.icon-wallet:before{content:"\e974"}.icon-warning:before{content:"\e975"}.icon-wheelchair:before{content:"\e979"}.icon-wifi:before{content:"\e97a"}.icon-wrench:before{content:"\e97d"}.icon-twitter-square:before{content:"\f081"}.icon-facebook-square:before{content:"\f082"}.icon-linkedin-square:before{content:"\f08c"}.icon-twitter:before{content:"\f099"}.icon-facebook:before{content:"\f09a"}.icon-facebook-f:before{content:"\f09a"}.icon-feed:before{content:"\f09e"}.icon-rss3:before{content:"\f09e"}.icon-pinterest:before{content:"\f0d2"}.icon-pinterest-square:before{content:"\f0d3"}.icon-google-plus-square:before{content:"\f0d4"}.icon-google-plus:before{content:"\f0d5"}.icon-linkedin:before{content:"\f0e1"}.icon-youtube-square:before{content:"\f166"}.icon-youtube:before{content:"\f167"}.icon-youtube-play:before{content:"\f16a"}.icon-instagram3:before{content:"\f16d"}.icon-tumblr:before{content:"\f173"}.icon-tumblr-square:before{content:"\f174"}.icon-apple:before{content:"\f179"}.icon-windows2:before{content:"\f17a"}.icon-android:before{content:"\f17b"}.icon-dribbble3:before{content:"\f17d"}.icon-foursquare:before{content:"\f180"}.icon-google:before{content:"\f1a0"}.icon-paypal:before{content:"\f1ed"}.icon-google-wallet2:before{content:"\f1ee"}.icon-cc-visa:before{content:"\f1f0"}.icon-cc-mastercard:before{content:"\f1f1"}.icon-cc-discover:before{content:"\f1f2"}.icon-cc-amex:before{content:"\f1f3"}.icon-cc-paypal:before{content:"\f1f4"}.icon-cc-stripe:before{content:"\f1f5"}.icon-facebook-official:before{content:"\f230"}.icon-pinterest-p:before{content:"\f231"}
		.icon-tripadvisor:before{content:"\f262"}

[class^="custom-icon-"], [class*="custom-icon-"] {display: inline-block;}
[class^="custom-icon-"]:before, [class*="custom-icon-"]:before {content: ""; display: inline-block; vertical-align: middle; background-position: center center; background-repeat: no-repeat; width: 1.125em; height: 1.125em; line-height: 1.125em;}
.custom-icon-mergers:before {background-image: url(../images/icons/mergers.svg);}
.custom-icon-restructuring:before {background-image: url(../images/icons/restructuring.svg);}
.custom-icon-private-placement:before {background-image: url(../images/icons/privateplc.svg);}
.custom-icon-capital-advisory:before {background-image: url(../images/icons/CapitalAdvisory.svg);}
.custom-icon-strategic-advisory:before {background-image: url(../images/icons/StrategicAdv.svg);}
.custom-icon-consulting:before {background-image: url(../images/icons/Consulting.svg);}
.custom-icon-business-service:before {background-image: url(../images/icons/businessServ.svg);}
.custom-icon-consumer-product:before {background-image: url(../images/icons/consumerproducts.svg);}
.custom-icon-health-medical:before {background-image: url(../images/icons/LifeScience.svg);}
.custom-icon-governmnent:before {background-image: url(../images/icons/Government.svg);}
.custom-icon-private-equity:before {background-image: url(../images/icons/privateeq.svg);}
.custom-icon-manufacturing-infrastructure:before {background-image: url(../images/icons/Manufacturing.svg);}

/*-----------Titles-----------*/
h1, h2, h3, h4, h5, h6 { margin: 0 0 0.833em 0; line-height: 1.2; font-weight:700; font-style: normal; color: #1f497d; font-family: 'Cormorant', serif;}
h1, .h1 {font-size: 2.438rem; line-height: 1.125;}
h2, .h2 {font-size: 1.938rem}
h3, .h3 {font-size: 1.563rem}
h4, .h4 {font-size: 1.250rem}
h5, .h5 {font-size: 1.188rem}
h6, .h6 {font-size: 1.125rem}
.subheader {font-family: 'Cormorant SC', serif; color: #6d7989; margin-top: -0.6em}
/*-----------Branding Colors-----------*/
.green {color:#6d7989}
.bg-green {background-color: #6d7989;}
.dark-green {color:#1f497d}
.bg-dark-green {background-color: #1f497d;}
.blue {color:#1f497d}
.bg-blue {background-color: #1f497d;}
.dark-blue {color:#09182a}
.bg-dark-blue {background-color: #09182a;}
.dark-gray-blue {color:#38485b}
.bg-dark-gray-blue {background-color: #38485b;}
.light-gray-blue {color:#6d7989}
.bg-light-gray-blue {background-color: #6d7989;}
.gray {color:#d4d8dc}
.bg-gray {background-color: #d4d8dc;}
.light-gray {color:#e2e5e9}
.bg-light-gray {background-color: #e2e5e9;}
.off-white {color:#f2f5f7}
.bg-off-white {background-color: #f2f5f7;}
/*-----------Lists-----------*/
.list-reset { list-style: none; padding: 0; margin:0;}
ul, ol { margin: 0 0 1.000em 1.778em; padding: 0;}
ul, ol, li {line-height:1.5;}
ol { counter-reset: section; list-style-type: none; margin: 0 0 1.000em 0; padding: 0; }
ol li { counter-increment: section; }
ol li:before { content: counters(section, ".") ". "; color: #1f497d; font-weight: 700;}
ol ol { margin: 0.444em 0 0.556em 1.778em; }
ol ol li:before { font-size: 0.889em; }
ul.bullets { list-style: none; margin: 0 0 1.000em 0; padding: 0; overflow: hidden; }
ul.bullets li { list-style: none; margin: 0 0 0.278em 0; padding: 0 0 0 1.500em; position: relative; }
ul.bullets li:before { content: "\e6c7"; font-family: FontAwesome; display:block; position: absolute; top:0; left:0; color: #1f497d; }
ul.bullets ul { margin: 0.667em 0 0.667em 0.667em; }
ul.lists { list-style: none; margin: 0 0 1.000em 0; padding: 0; }
ul.lists li { list-style: none; padding: 0.444em 0; border-bottom: 1px solid #e2e5e9; }
ul.lists ul { border-top: 1px solid #e2e5e9; margin: 0.667em 0 0 0; }
ul.lists ul li { padding-left: 1.778em; font-size: 0.833em; }
ul.lists ul li:last-child { border: none; padding-bottom: 0;}
/*-----------Paragraphs-----------*/
p { margin: 0 0 1.500em 0; line-height:1.6; }
.lead { font-size: 1.938rem; font-family: 'Cormorant', serif; color: #1f497d; font-weight: 700; font-style: italic; line-height:1.4; margin-bottom: 1.000em;}
.article {font-size: 1.125rem;}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {margin: 1.750em 0 1.500em;}
.article :first-child {margin-top: 0;}
/*-----------Links-----------*/
a { color:#1f497d; text-decoration: none; -webkit-transition: all 300ms ease-out; transition: all 300ms ease-out; }
a:hover {color:#1f497d; text-decoration: none; cursor: pointer; }
p > a:not(.button):not(.text-button):not(.slide-toggle), ul.bullets a, ul.checkmarks a, ol a {padding-bottom: 1px; border-bottom: 1px solid #1f497d;}
p > a:not(.button):not(.text-button):not(.slide-toggle):hover, ul.bullets a:hover, ul.checkmarks a:hover, ol a:hover {border-color: #1f497d}
/*-----------Images-----------*/
img { max-width: 100%; height: auto; -ms-interpolation-mode: bicubic; display: inline-block; vertical-align: middle; }
img.aligntop { margin: 0 0 1.000em 0; }
img.alignleft, img.alignright {max-width:35%; margin-top:0.333em; margin-bottom:0.333em}
img.alignleft { float: left; margin-right:1.389em;}
img.alignright { float: right; margin-left:1.389em;}
img.border { border: 1px solid #e2e5e9; padding:0.278em; background: #fff;}
/*-----------Aligning-----------*/
.left-align { text-align: left }
.center { text-align: center }
.right-align { text-align: right }
.left { float: left }
.right { float: right }
/*-----------Misc Typography-----------*/
.cormorant {font-family: 'Cormorant', serif;}
.cormorant-sc {font-family: 'Cormorant SC', serif;}
.work-sans {font-family: 'Work Sans', sans-serif;}
.small { font-size:1rem; font-weight: 700; }
.regular { font-weight:400; }
.semi-bold {font-weight: 600;}
.bold { font-weight:700; }
.italic { font-style: italic }
.caps { text-transform: uppercase;}
.regular-case {text-transform: none;}
.justify { text-align: justify }
.nowrap { white-space: nowrap }
.break-word { word-wrap: break-word }
.truncate { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.t1 {font-size:0.875rem}
.t2 {font-size:1.000rem}
.t3 {font-size:1.125rem}
.t4 {font-size:1.250rem}
.t5 {font-size:1.375rem}
.t6 {font-size:1.500rem}
.t7 {font-size:1.625rem}
.t8 {font-size:1.750rem}
.t9 {font-size:1.875rem}
.t10 {font-size:2.000rem}
.t4,.t5,.t6 {line-height:1.35}
.t7,.t8,.t9,.t10 {line-height:1.2}
/*-----------Spacing-----------*/
.mx-auto { margin-left: auto; margin-right: auto; }
.m0 { margin: 0 }
.mt0 { margin-top: 0 }
.mt1 { margin-top: 0.313rem }
.mt2 { margin-top: 0.625rem }
.mt3 { margin-top: 0.938rem }
.mt4 { margin-top: 1.250rem }
.mt5 { margin-top: 1.563rem }
.mt6 { margin-top: 1.875rem }
.mt7 { margin-top: 2.500rem }
.mt8 { margin-top: 3.125rem }
.mt9 { margin-top: 3.750rem }
.mt10 { margin-top: 5.000rem }
.mt11 { margin-top: 6.250rem }
.mt12 { margin-top: 8.750rem }
.mb0 { margin-bottom: 0 }
.mb1 { margin-bottom: 0.313rem }
.mb2 { margin-bottom: 0.625rem }
.mb3 { margin-bottom: 0.938rem }
.mb4 { margin-bottom: 1.250rem }
.mb5 { margin-bottom: 1.563rem }
.mb6 { margin-bottom: 1.875rem }
.mb7 { margin-bottom: 2.500rem }
.mb8 { margin-bottom: 3.125rem }
.mb9 { margin-bottom: 3.750rem }
.mb10 { margin-bottom: 5.000rem }
.mb11 { margin-bottom: 6.250rem }
.mb12 { margin-bottom: 8.750rem }
.p0 { padding: 0 }
.pt0 { padding-top: 0 }
.pt1 { padding-top: 0.313rem }
.pt2 { padding-top: 0.625rem }
.pt3 { padding-top: 0.938rem }
.pt4 { padding-top: 1.250rem }
.pt5 { padding-top: 1.563rem }
.pt6 { padding-top: 1.875rem }
.pt7 { padding-top: 2.500rem }
.pt8 { padding-top: 3.125rem }
.pt9 { padding-top: 3.750rem }
.pt10 { padding-top: 5.000rem }
.pt11 { padding-top: 6.250rem }
.pt12 { padding-top: 8.750rem }
.pb0 { padding-bottom: 0 }
.pb1 { padding-bottom: 0.313rem }
.pb2 { padding-bottom: 0.625rem }
.pb3 { padding-bottom: 0.938rem }
.pb4 { padding-bottom: 1.250rem }
.pb5 { padding-bottom: 1.563rem }
.pb6 { padding-bottom: 1.875rem }
.pb7 { padding-bottom: 2.500rem }
.pb8 { padding-bottom: 3.125rem }
.pb9 { padding-bottom: 3.750rem }
.pb10 { padding-bottom: 5.000rem }
.pb11 { padding-bottom: 6.250rem }
.pb12 { padding-bottom: 8.750rem }
/*-----------Borders and Rounding-----------*/
.border { border-style: solid; border-width: 1px; border-color:#e2e5e9; }
.border-top { border-top-style: solid; border-top-width: 1px; border-top-color:#e2e5e9; }
.border-right { border-right-style: solid; border-right-width: 1px; border-right-color:#e2e5e9; }
.border-bottom { border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color:#e2e5e9; }
.border-left { border-left-style: solid; border-left-width: 1px; border-left-color:#e2e5e9; }
.border-none { border: 0 }
.rounded { border-radius: 3px }
.circle { border-radius: 50% }
.rounded-top { border-radius: 3px 3px 0 0 }
.rounded-right { border-radius: 0 3px 3px 0 }
.rounded-bottom { border-radius: 0 0 3px 3px }
.rounded-left { border-radius: 3px 0 0 3px }
.not-rounded { border-radius: 0 }
/*-----------Blockquotes-----------*/
blockquote {font-weight: 300; margin: 0 0 1.563em 0; padding: 0 0 0 2.250em; position:relative;}
blockquote .quote {font-size: 1.938em; font-weight: 700; font-style: italic; font-family: 'Cormorant', serif; color: #1f497d; margin:0 0 1.000em 0; line-height: 1.2;}
blockquote .quote:before {font-size: 1.500em; font-style: normal; line-height:0.5; content:'â€œ'; font-family: FontAwesome; font-weight: 700; position:absolute; top:0.083em; left:0; color:#1f497d;}
blockquote .cite {font-size: 1.000em; text-transform: uppercase; font-style: normal; color: #6d7989; }
blockquote .cite span {font-weight: 600; margin: 0 0 0 0.389em; color: #38485b; }
blockquote :last-child { margin: 0; }
/*-----------Divider-----------*/
hr { border: none; height: 1px; background: #e2e5e9; clear: both; margin: 1.389em 0; }
/*-----------Responsive Embed-----------*/
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*-----------Buttons-----------*/
.button {font-size:0.875rem; font-weight: 600; text-transform: uppercase; cursor: pointer; line-height:1; border:none; margin: 0 0 1.111em 0; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; display: inline-block; border-radius: 2px; padding:1.286em 2.857em; outline: none; -webkit-transition:all 200ms ease; transition:all 200ms ease; color:#38485b; background-color: #6d7989;}
.button:hover {background-color: #cee5ac}
.button.stroke {padding-top: 1.000em; padding-bottom: 1.000em; background: none; border: 2px solid #6d7989;}
.button.stroke:hover {background-color: #6d7989; color: #fff;}
.button.secondary {background-color: #1f497d; color: #fff;}
.button.secondary:hover {background-color: #285a97}
.button.secondary.stroke {background: none; border-color: #1f497d; color: #1f497d;}
.button.secondary.stroke:hover {background-color: #1f497d; color: #fff;}
.button.tertiary {background-color: #e2e5e9; color: #38485b;}
.button.tertiary:hover {background-color: #c9cfd6}
.button.tertiary.stroke {background: none; border-color: #e2e5e9;}
.button.tertiary.stroke:hover {background-color: #e2e5e9; color: #38485b;}
.button.tertiary [class^="icon-"] {color: #1f497d; position: relative; top: 1px;}
.button.large {font-size:1.125rem }
.button.tiny {font-size: 0.750rem;}
.button.expand { padding-right: 0; padding-left: 0; width: 100%; }
.button.wide {padding-left:3.333em; padding-right:3.333em;}
button.reset { border: none; background: none; cursor: pointer; font-weight: normal; text-decoration: none; -webkit-appearance: none; -webkit-border-radius: 0; border-radius: 0; outline: none;}
/*-----------Text Buttons-----------*/
.text-button {font-size: 1.000rem; line-height: 1; margin: 0 0 1.111em 0; padding: 0 0 0.250em 0; display: inline-block; color: #1f497d; border-bottom: 2px solid #1f497d; transition: all 250ms ease;}
.text-button:hover {color: #6d7989; border-color: #6d7989;}
.text-button.secondary {color: #1f497d; border-color: #1f497d;}
.text-button.secondary:hover {color: #336cb1; border-color: #336cb1;}
.text-button.tertiary {color: #6d7989; border-color: #6d7989;}
.text-button.tertiary:hover {color: #d4d8dc; border-color: #d4d8dc;}
.text-button.tiny {font-size: 0.875rem; text-transform: uppercase;}
/*-----------Disabled Button-----------*/
.button[disabled], .button.disabled, .button[disabled]:hover, .button.disabled:hover {background:#f0f3f7; color:#d4d8dc; cursor:default; text-shadow:none;}
/*-----------Labels-----------*/
.label {font-size: 0.750em; font-weight: 700; text-transform: uppercase; color: #6d7989; line-height: 1.2; display: inline-block; margin: 0;}
.label--primary, .label--secondary {font-size: 0.688em; font-weight: 600; padding:0.455em 1.091em; border-radius: 2px;}
.label--primary {background-color: #1f497d; color: #fff; border: 2px solid transparent;}
.label--secondary {background-color: #6d7989; color: #38485b;}
.label--spacing {margin: 0 0.909em;}


@media (max-width: 1023px) {
	.mt5 { margin-top: 1.250rem }
	.mt6 { margin-top: 1.563rem }
	.mt7 { margin-top: 2.188rem }
	.mt8 { margin-top: 2.813rem }
	.mt9 { margin-top: 3.125rem }
	.mt10 { margin-top: 4.375rem }
	.mt11 { margin-top: 5.625rem }
	.mt12 { margin-top: 7.500rem }
	.mb5 { margin-bottom: 1.250rem }
	.mb6 { margin-bottom: 1.563rem }
	.mb7 { margin-bottom: 2.188rem }
	.mb8 { margin-bottom: 2.813rem }
	.mb9 { margin-bottom: 3.125rem }
	.mb10 { margin-bottom: 4.375rem }
	.mb11 { margin-bottom: 5.625rem }
	.mb12 { margin-bottom: 7.500rem }
	.pt5 { padding-top: 1.250rem }
	.pt6 { padding-top: 1.563rem }
	.pt7 { padding-top: 2.188rem }
	.pt8 { padding-top: 2.813rem }
	.pt9 { padding-top: 3.125rem }
	.pt10 { padding-top: 4.375rem }
	.pt11 { padding-top: 5.625rem }
	.pt12 { padding-top: 7.500rem }
	.pb5 { padding-bottom: 1.250rem }
	.pb6 { padding-bottom: 1.563rem }
	.pb7 { padding-bottom: 2.188rem }
	.pb8 { padding-bottom: 2.813rem }
	.pb9 { padding-bottom: 3.125rem }
	.pb10 { padding-bottom: 4.375rem }
	.pb11 { padding-bottom: 5.625rem }
	.pb12 { padding-bottom: 7.500rem }

}

@media (max-width: 800px) {
	h1, .h1 {font-size: 2.250rem;}
	h2, .h2 {font-size: 1.875rem}
	h3, .h3 {font-size: 1.438rem}
	li, p, p > a {font-size: 1.125rem}
	.mt5 { margin-top: 1.125rem }
	.mt6 { margin-top: 1.375rem }
	.mt7 { margin-top: 1.875rem }
	.mt8 { margin-top: 2.500rem }
	.mt9 { margin-top: 2.813rem }
	.mt10 { margin-top: 3.750rem }
	.mt11 { margin-top: 5.000rem }
	.mt12 { margin-top: 6.250rem }
	.mb5 { margin-bottom: 1.125rem }
	.mb6 { margin-bottom: 1.375rem }
	.mb7 { margin-bottom: 1.875rem }
	.mb8 { margin-bottom: 2.500rem }
	.mb9 { margin-bottom: 2.813rem }
	.mb10 { margin-bottom: 3.750rem }
	.mb11 { margin-bottom: 5.000rem }
	.mb12 { margin-bottom: 6.250rem }
	.pt5 { padding-top: 1.125rem }
	.pt6 { padding-top: 1.375rem }
	.pt7 { padding-top: 1.875rem }
	.pt8 { padding-top: 2.500rem }
	.pt9 { padding-top: 2.813rem }
	.pt10 { padding-top: 3.750rem }
	.pt11 { padding-top: 5.000rem }
	.pt12 { padding-top: 6.250rem }
	.pb5 { padding-bottom: 1.125rem }
	.pb6 { padding-bottom: 1.375rem }
	.pb7 { padding-bottom: 1.875rem }
	.pb8 { padding-bottom: 2.500rem }
	.pb9 { padding-bottom: 2.813rem }
	.pb10 { padding-bottom: 3.750rem }
	.pb11 { padding-bottom: 5.000rem }
	.pb12 { padding-bottom: 6.250rem }
}

@media (max-width: 479px) {
	h1, .h1 {font-size: 2.000rem;}
	h2, .h2 {font-size: 1.625rem}
	h3, .h3 {font-size: 1.313rem}
	.lead { font-size: 1.563rem; }
	.mt5 { margin-top: 1.000rem }
	.mt6 { margin-top: 1.250rem }
	.mt7 { margin-top: 1.625rem }
	.mt8 { margin-top: 2.188rem }
	.mt9 { margin-top: 2.500rem }
	.mt10 { margin-top: 3.125rem }
	.mt11 { margin-top: 4.375rem }
	.mt12 { margin-top: 5.000rem }
	.mb5 { margin-bottom: 1.000rem }
	.mb6 { margin-bottom: 1.250rem }
	.mb7 { margin-bottom: 1.625rem }
	.mb8 { margin-bottom: 2.188rem }
	.mb9 { margin-bottom: 2.500rem }
	.mb10 { margin-bottom: 3.125rem }
	.mb11 { margin-bottom: 4.375rem }
	.mb12 { margin-bottom: 5.000rem }
	.pt5 { padding-top: 1.000rem }
	.pt6 { padding-top: 1.250rem }
	.pt7 { padding-top: 1.625rem }
	.pt8 { padding-top: 2.188rem }
	.pt9 { padding-top: 2.500rem }
	.pt10 { padding-top: 3.125rem }
	.pt11 { padding-top: 4.375rem }
	.pt12 { padding-top: 5.000rem }
	.pb5 { padding-bottom: 1.000rem }
	.pb6 { padding-bottom: 1.250rem }
	.pb7 { padding-bottom: 1.625rem }
	.pb8 { padding-bottom: 2.188rem }
	.pb9 { padding-bottom: 2.500rem }
	.pb10 { padding-bottom: 3.125rem }
	.pb11 { padding-bottom: 4.375rem }
	.pb12 { padding-bottom: 5.000rem }
}

@media (max-width: 375px) {
/*-----------Images-----------*/
img.alignleft, img.alignright {float:none; margin-top:0; margin-right:auto; margin-left:auto; display:block; max-width:100%;}
/*----------Buttons-----------*/
.button {display:block; width:100%;}
}

/********************************************************************************
			 --- Sections ---
*********************************************************************************/
.section {}
.section--white {background: #fff;}
/********************************************************************************
			 --- Page Body Layouts ---
*********************************************************************************/
.two-col {border-top: 1px solid #d4d8dc;}
.two-col::before,.two-col::after{display:table;content:' '}.two-col::after{clear:both}
.two-col__left, .two-col__right {padding-top: 3.125rem;}
.two-col__left {width:61.40350877192982%; float: left;  padding-right: 3.125rem; border-right: 1px solid #d4d8dc}
.two-col__right {width:38.59649122807018%; float: right; padding-left: 3.125rem;}
.two-col__module-header {margin-bottom: 1.500em; position: relative;}
.two-col__module-label {font-size: 0.813em; display: block; text-transform: uppercase; color: #1f497d;}
.two-col__module-link {font-size: 0.813em; position: absolute; top: 0; right: 0; text-transform: uppercase; color: #1f497d; font-weight: 600;}
.two-col__module-link:hover {color: #1f497d;}
.two-col__module-link span {font-size: 1.077em; color:#1f497d; font-weight: normal; position: relative; top:0.143em; margin-right: 0.071em;}

@media (max-width: 1023px) {
	.two-col__left {padding-right: 2.000rem;}
	.two-col__right {padding-left: 2.000rem;}
}

@media (max-width: 800px) {
	.two-col__left, .two-col__right {float: none; width: 100%; padding-right: 0; padding-left: 0;}
	.two-col__left {border-right: none; border-bottom: 1px solid #d4d8dc; padding-bottom: 2.000rem;}
}

@media (max-width: 479px) {
	.two-col__left, .two-col__right {padding-top: 2.000rem;}
	.two-col__left {padding-bottom: 1.000rem;}
}
/********************************************************************************
			 --- Heading Block ---
*********************************************************************************/
.heading-block {text-align: center;}
.heading-block__icon {font-size: 42px;}
.heading-block__headline span {color: #1f497d; font-style: italic;}
.heading-block__overview {font-size: 1.125em;}
/********************************************************************************
			 --- Transaction Filter ---
*********************************************************************************/
.filter-container {background: #fff; text-align: center}
.filter-search {padding: 1.875em 1.875em 5.625em 1.875em;}
.filter-search__attributes {overflow: hidden; margin: 0 -0.938em;}
.filter-search__attribute-item {width: 50%; float: left; padding: 0 0.938em;}
.filter-search__attribute-name {font-size: 0.813em; text-transform: uppercase; font-weight: 700; color: #38485b;}
.filter-option {padding-left: 1.250em; position: relative; margin-bottom:0.625em; cursor: pointer; line-height: 1.2;}
.filter-option:before {content: "\e6ac"; font-family: 'CD-Project-Icons'; position: absolute; top: 0; left: 0;}
.filter-option.filter-option--active:before {content: "\e6ab"; color: #38485b;}
.filter-search__keyword {margin-top: 1.250em;}
.filter-search__input[type="text"] {background: #fff; margin-bottom: 0; padding-right: 0; padding-left: 0;}
.filter-search__go {position: absolute; bottom: 0; left: 0; width: 100%; display: block; height: 3.750em; padding: 0; margin-bottom: 0; border-radius: 0;}
.filter-search__adv-close {font-size: 1.000em; font-weight: 600; color: #1f497d; text-transform: uppercase; display: block; margin-top: 1.500em; cursor: pointer; transition: color 250ms ease;}
.filter-search__adv-close span {font-size: 1.063em; color: #6d7989; position: relative; top:0.125em; }
.filter-search__adv-close:hover  {color: #6d7989}
.dropit-select, .filter-option {-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.dropit-select {font-size: 1.000em; font-weight: 600; color: #1f497d; display: inline-block; -webkit-appearance: none; border: none; margin: 0; padding-left: 1.875em; height: 4.375em; line-height: 4.375em; transition:all 250ms ease; position: relative; cursor: pointer;}
.dropit-select:after {font-size: 1.125em; content: "\e8d5"; font-family: 'CD-Project-Icons'; font-weight: normal; position: absolute; top: 0; left: 0; display: block; height: 100%; text-align: center; color: #1f497d; transition: all 250ms ease;}
.dropit-select:hover {color: #1f497d;}
.dropit-open .dropit-select, .dropit-open .dropit-select:after {color: #6d7989}
.dropit-parent {position: relative;}
.dropit-submenu {display:none; text-align: left; list-style: none; margin:1.563em 0 0 0; padding:0; position: absolute; top: auto; left: 50%; width: 50.000em; margin-left: -25.000em; z-index: 2; background: #fff; box-shadow:0px 0px 1.875em 0px rgba(9, 24, 42, 0.12); border-radius: 2px;}
.dropit-submenu:before {content: ""; display: block; position: absolute; top: -0.875em; left: 50%; margin-left: -0.438em; width: 0; height: 0; border-style: solid; border-width: 0 0.875em 0.875em 0.875em; border-color: transparent transparent #fff transparent;}
.dropit-open .dropit-submenu {display: block;}

@media (max-width: 750px) {
	.dropit-submenu {width:96%; margin-left: -48%; }
}
/********************************************************************************
             --- Filter Results Control Bar ---
*********************************************************************************/
.filter-app__results-bar {font-size: 16px; border: 1px solid #e2e5e9}
.filter-app__results-bar::after {content: ""; display: table; clear: both;}
.filter-app__results-right, .filter-app__results-count {float: right;}
.filter-app__results-left {float: left; padding-left: 1.250em;}
/*--- Number of results to show ---*/
.filter-app__results-view, .filter-app__results-count, .filter-app__results-btn, .filter-app__results-jump-label {height: 41px; line-height: 41px;}
.filter-app__results-view {float: left;}
.filter-app__results-view-label, .filter-app__results-view ul {display: inline-block; vertical-align: middle; line-height: 1.2;}
.filter-app__results-view-label {font-size: 0.813em; text-transform: uppercase; font-weight: 600; }
.filter-app__results-view ul {list-style: none; margin: 0; padding: 0; font-size: inherit;}
.filter-app__results-view ul li {font-size: 0.875em; display: block; float: left; margin: 0 0.857em; position: relative;}
.filter-app__results-view ul li:not(:last-child):after {content: "/"; display: block; color: #e2e5e9; position: absolute; top: 0; right: -1.000em;}
.filter-app__results-view ul li a {display: block; color: #38485b;}
.filter-app__results-view ul li.active a, .filter-app__results-view ul li.active a:hover, .filter-app__results-view ul li.active a:focus {font-weight: 800; cursor: default; color: #1f497d;}
/*--- Results count ---*/
.filter-app__results-count {font-size: 0.813em; display: block; font-weight: 600; margin-right: 1.538em;}
/*--- Pagination buttons ---*/
.filter-app__results-btn {font-size: 0.813em; text-decoration: none; text-align: center; display:block; padding:0 1.429em; outline: none; color:#38485b; transition: background-color 250ms ease, color 250ms ease; border-left:1px solid #e2e5e9; font-weight: 600;}
.filter-app__results-btn:last-of-type {border-right:1px solid #e2e5e9 }
.filter-app__results-btn:hover, .filter-app__results-btn:focus {background-color: #1f497d; color:#fff;}
.filter-app__results-btn--next, .filter-app__results-btn--prev, .filter-app__results-jump {float:left;}
/*--- Pagination jump to page dropdown ---*/
.filter-app__results-jump {width:6.250em; position:relative; cursor:pointer; list-style:none; margin:0; padding:0; font-size: inherit;}
.filter-app__results-jump-label {font-size: 0.875em; display:block; text-align:center; background:#fff; transition: all 250ms ease;}
.filter-app__results-jump-label:hover {background-color: #e2e5e9;}
.filter-app__results-jump--active .filter-app__results-jump-label {background:#1f497d; color:#fff;}
.filter-app__results-jump-label:after {content:"\e6b6"; font-family: 'CD-Project-Icons'; margin-left:0.375em; position: relative; top: 0.143em;}
.filter-app__results-jump--active .filter-app__results-jump-label:after {content:"\e6c4"}
.filter-app__results-jump ul {display:none; position:absolute; top:auto; right:0; width:100%; max-height: 12.500em; overflow-y: auto; text-align:center; background:#fff; border: 1px solid #e2e5e9; list-style:none; margin:0.188em 0 0 0; padding:0;}
.filter-app__results-jump a {color:#38485b;}
.filter-app__results-jump ul li a {font-size: 0.875em; display:block; padding:0.357em 0.714em; line-height:1.2; border-bottom:1px solid #e2e5e9; transition: background-color 250ms ease;}
.filter-app__results-jump ul li a:hover, .filter-app__results-jump ul li a:focus {background:#e2e5e9; color: #38485b;}
.filter-app__results-jump ul li.filter-app__results-active a {background:#1f497d; color:#fff; cursor:default;}
.filter-app__results-jump.filter-app__results-jump--active ul {display:block; z-index:1;}

@media only screen and (max-width: 959px) {
	.filter-app__results-bar {font-size: 15px;}
	.filter-app__results-left {padding-left:1.000em;}
	.filter-app__results-btn {padding-right: 0.875em; padding-left: 0.875em}
}

@media only screen and (max-width: 859px) {
	.filter-app__results-bar {font-size: 14px;}
}

@media only screen and (max-width: 800px) {
	.filter-app__results-bar {font-size: 16px;}
}

@media only screen and (max-width: 639px) {
	.filter-app__results-bar {font-size: 14px;}
	.filter-app__results-view, .filter-app__results-count, .filter-app__results-btn, .filter-app__results-jump-label {height: 36px; line-height: 36px;}
}

@media only screen and (max-width: 560px) {
	.filter-app__results-bar {text-align: center;}
	.filter-app__results-left, .filter-app__results-right, .filter-app__results-count, .filter-app__results-view {float: none;}
	.filter-app__results-left, .filter-app__results-right, .filter-app__results-count {padding: 0;}
	.filter-app__results-left {border-bottom: 1px solid #e2e5e9}
	.filter-app__results-btn--prev {border-left: none;}
	.filter-app__results-right, .filter-app__results-count {display: inline-block; vertical-align: top;}
	.filter-app__results-jump {border-right: 1px solid #e2e5e9;}
	.filter-app__results-count {margin: 0 0 0 1.154em;}
}

@media only screen and (max-width: 375px) {
	.filter-app__results-count {margin-left: 0.500em;}
	.filter-app__results-view, .filter-app__results-count, .filter-app__results-btn, .filter-app__results-jump-label {height: 32px; line-height: 32px;}
}

@media only screen and (max-width: 350px) {
	.filter-app__results-bar {font-size: 13px;}
}
/********************************************************************************
             --- Filter Results Active Attributes ---
*********************************************************************************/
.filter-app__active {display: none; font-size: 16px; margin-top: 1.000em; position: relative; padding-left: 1.875em;}
.filter-app__active--active {display: block;}
.filter-app__active:before {font-size: 1.313em; content: "\e791"; font-family: "CD-Project-Icons"; color: #d4d8dc; display: block; position: absolute; top: 0.095em; left: 0;}
.filter-app__active-attribute {display: inline-block; margin-bottom: 0.750em;}
.filter-app__active-attribute-title, .filter-app__active-attribute-option {display: inline-block; vertical-align: middle;}
.filter-app__active-attribute-title {font-size: 0.813em; font-weight: 600;}
.filter-app__active-attribute-option {font-size: 0.688em; padding: 0.500em 1.000em; margin: 0.333em 0.333em 0.333em 0; background: #1f497d; color: #fff; font-weight: 600; transition: all 250ms ease; position: relative;}
.filter-app__active-attribute-delete {font-size: 0.750em; position: absolute; top: -0.600em; right: -0.600em; width: 1.400em; height: 1.400em; line-height: 1.200em; border-radius: 1.400em; text-align: center; background: #38485b; color: #fff; cursor: pointer;}

@media only screen and (max-width: 959px) {
	.filter-app__active {font-size: 15px;}
}

@media only screen and (max-width: 859px) {
	.filter-app__active {font-size: 14px;}
}

@media only screen and (max-width: 800px) {
	.filter-app__active {font-size: 15px;}
}

@media only screen and (max-width: 639px) {
	.filter-app__active {font-size: 14px; padding-left: 0;}
	.filter-app__active:before {display: none;}
}

@media only screen and (max-width: 479px) {
	.filter-app__active {font-size: 13px;}
}

@media only screen and (max-width: 375px) {
	.filter-app__active {font-size: 12px;}
}
/********************************************************************************
--- Filter Alert ---
*********************************************************************************/
.filter-app__alert {height: 45px; background: #38485b; color: #fff; padding: 10px 25px;}
.filter-app__alert p {margin: 0;}
.filter-app__alert p:before {content: "\e74c"; font-family: 'CD-Project-Icons'; margin-right: 0.875em;}
/********************************************************************************
--- Animated Loader ---
*********************************************************************************/
.spinner{position:fixed; z-index:999999; top:50%; left:50%; margin:-30px 0 0 -30px; height:60px;width:60px; -webkit-animation:rotation .6s infinite linear;-moz-animation:rotation .6s infinite linear;-o-animation:rotation .6s infinite linear;animation:rotation .6s infinite linear;border-left:6px solid #fff;border-right:6px solid #fff;border-bottom:6px solid #fff;border-top:6px solid rgba(139, 165, 100,1);border-radius:100%}@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@-moz-keyframes rotation{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(359deg)}}@-o-keyframes rotation{from{-o-transform:rotate(0deg)}to{-o-transform:rotate(359deg)}}@keyframes rotation{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}

.loading-overlay {position: fixed; top: 0; left: 0; z-index: 99999; width: 100%; height: 100%; background: rgba(9, 24, 42,0.75); -webkit-animation-name: overlayFadeIn; animation-name: overlayFadeIn; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-duration: 250ms; animation-duration: 250ms; }
@-webkit-keyframes overlayFadeIn{0%{opacity:0}100%{opacity:1}}@keyframes overlayFadeIn{0%{opacity:0}100%{opacity:1}}
/********************************************************************************
			 --- Transaction Block ---
*********************************************************************************/
.transaction-block-list .column-block {margin-bottom: 3.500em;;}
.transaction-block__image-wrapper {width: 33.33333333333333%; float: left; background: #fff; border-radius: 2px; position: relative;}
.transaction-block__body {width: 60%; float: right;}
.transaction-block__image {height: 6.250em; line-height: 6.250em; text-align: center; padding: 0 0.938em; position: relative;}
.transaction-block__image:not(:last-child) {border-bottom: 1px solid #e2e5e9;}
.transaction-block__image:not(:last-child):after {font-size: 0.688em; font-weight: 300; content: "&"; display: block; background: #fff; position: absolute; bottom: -0.818em; left: 50%; margin-left: -0.818em; width: 1.636em; height: 1.636em; line-height: 1.636em; border-radius: 1.636em; color: #6d7989; text-align: center; border: 1px solid #e2e5e9}
.transaction-block__image img {vertical-align: middle; max-height: 3.750em;}
.transaction-block__title {font-size: 1.563em; margin-bottom: 0.600em; padding-bottom: 0.600em;}
.transaction-block__title a {color: #1f497d;}
.transaction-block__title a:hover {color: #1f497d;}
.transaction-block__title, .transaction-block__subtitle {border-bottom: 1px solid #e2e5e9;}
.transaction-block__overview {font-size: 0.813em; line-height: 1.4; margin-bottom: 0.769em;}
.transaction-block__subtitle {font-size: 1.125em; color: #38485b; margin-bottom: 0.833em; padding-bottom: 0.833em;}
.transaction-block__date {float: left;}
.transaction-block__date-mo {font-size: 0.750em; text-transform: uppercase; display: block; line-height: 1.2;}
.transaction-block__date-yr {font-size: 1.000em; display: block; line-height: 1;}
.transaction-block__categories {float: right;}
.transaction-block__icon {display: inline-block; font-size: 1.375em; line-height: 1;}
.transaction-block--3-logos .transaction-block__image {height: 4.125em; line-height: 4.125em;}
.transaction-block--3-logos .transaction-block__image img {max-height: 2.125em;}
.slick-vertical .slick-slide.transaction-block__image:not(:last-child) {border-bottom: 1px solid #e2e5e9;}
.transactions-carousel .slick-arrow {cursor: pointer; display: block; position: absolute; left: 50%; margin:0 0 0 -0.563em; width: 1.125em; height: 1.125em; line-height: 1.125em; border-radius: 1.125em; color: #1f497d; text-align: center; background:none; transition: all 250ms ease; border: none; padding: 0; z-index: 1; outline: none;}
.transactions-carousel .slick-arrow span:before {font-size: 18px;}
.transactions-carousel .slick-arrow:hover {color: #6d7989}
.transactions-carousel .slick-arrow.slick-disabled {opacity: 0;}
.transactions-carousel .slick-next {bottom: -1.500em;}
.transactions-carousel .slick-prev {top: -1.500em;}
.transaction-block__image.slick-slide img {display: inline-block;}

@media (max-width: 800px) {
	.transaction-block--3-logos {padding-bottom: 0.625em;}
}
/********************************************************************************
			 --- Transaction Detail ---
*********************************************************************************/
.transactions-detail__label {font-size: 0.813em; display: block; font-weight: 600; text-transform: uppercase; color: #1f497d;}
.transactions-detail__title {font-size: 3.750em; margin-bottom: 0.167em;}
.transactions-detail__subtitle {font-size: 1.938em; color: #38485b;}
.transactions-detail__overview {font-size: 1.125em; margin-bottom: 0.278em;}
.transactions-detail__counter-parties {font-size: 1.125em; font-weight: 600;}
.transactions-detail__logos {background: #fff; position: relative;}
.transactions-detail__logos--3-logos .transaction-block__image {height: 5.313em; line-height: 5.313em;}
.transactions-detail__logos--3-logos .transaction-block__image img {max-height: 3.625em;}

@media (max-width: 1199px) {
	.transactions-detail__title {font-size: 2.438em;}
}
/********************************************************************************
			 --- Slick CSS ---
*********************************************************************************/
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-slider * {outline: none;}
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
/********************************************************************************
			 --- Custom Slick Arrows ---
*********************************************************************************/
.carousel {font-size: 16px; padding: 0; display: none;}
.carousel.slick-initialized {display: block;}
.carousel .slick-slide {text-align: center;}
.carousel__item {padding: 0 0.750em;}
.carousel .slick-slide img {display: inline-block;}
.carousel .slick-arrow {position: absolute; z-index: 1; top: 50%; margin: -1.000em 0 0; display: block; width: 2.000em; height: 2.000em; line-height: 2.000em; text-align: center; color: #6d7989; background: none; border: none; outline: none; padding: 0; transition: color 250ms ease;}
.carousel .slick-arrow:hover {color:#6c7487 }
.carousel .slick-arrow span {font-size: 1.313em; display: inline-block; vertical-align: middle; line-height: 1;}
.carousel .slick-next {right: 0;}
.carousel .slick-prev {left: 0;}

@media (max-width: 1199px) {
	.carousel {font-size: 15px;}
}

@media (max-width: 959px) {
	.carousel {font-size: 14px;}
}

@media (max-width: 800px) {
	.carousel {font-size: 13px;}
}

@media (max-width: 639px) {
	.carousel {font-size: 12px;}
}

@media (max-width: 479px) {
	.carousel {font-size: 11px;}
}

@media (max-width: 375px) {
	.carousel {font-size: 10px;}
}
/********************************************************************************
			 --- Custom Slick Arrows ---
*********************************************************************************/
.award-carousel {position: relative;}
@media (max-width: 1023px) {
.award-carousel .carousel {padding:0 2.000em;}
}
/********************************************************************************
			 --- Award Block ---
*********************************************************************************/
.award-block {text-align: center; max-width: 150px; margin: 0 auto;}
.award-block__image {display: inline-block; margin-bottom: 1.000em; padding:0 0.938em; background: #fff; border-radius: 2px; height: 9.375em; line-height: 9.375em;}
.award-block__image img {max-height: 7.500em; line-height: 1;}
.award-block__title {font-size: 0.813em; text-transform: uppercase; font-family: 'Work Sans', sans-serif; font-weight: 600; line-height: 1.35; color: #38485b; }
.award-block__year {font-size: 1.538em; display: block; color: #1f497d; font-weight: 400;}
/********************************************************************************
			 --- Team Block ---
*********************************************************************************/
.team-block {text-align: center;}
.team-block__image {margin-bottom: 0.750em; position: relative; overflow: hidden; border-radius: 2px;}
.team-block__image-overlay {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(9,24,42,0.8); opacity: 0; transition: opacity 350ms ease;}
.team-block:hover .team-block__image-overlay {opacity: 1;}
.team-block__image-label {font-size: 1.125em; position: absolute; top: 50%; left: 0; width: 100%; height: 1.667em; line-height: 1.667em; text-align: center; margin-top: -0.833em; text-transform: uppercase; color: #fff; }
.team-block__image img {display: block; width: 100%;}
.team-block__name {font-size: 1.313em; margin-bottom: 0.190em;}
.team-block__title {font-size: 0.813em; text-transform: uppercase; font-family: 'Work Sans', sans-serif; font-weight: 600; color: #6d7989}
/********************************************************************************
			 --- Team Contact Info ---
*********************************************************************************/
.team-contact {padding: 0.375em 0; margin: 0;}
.team-contact a {border-bottom: none!important;}
.team-contact a[href^="tel:"], .team-contact a[href^="mailto:"] {color: #6d7989;}
/********************************************************************************
			 --- Team Detail ---
*********************************************************************************/
.team-detail__header, .team-detail__image {margin-bottom: 1.875em;}
.team-detail__header h1, .team-detail__header h2 {display: inline-block; margin: 0;}
.team-detail__header h1 {font-size: 2.438em; margin-right:0.128em;}
.team-detail__header h2 {font-size: 1.313em; font-family: 'Work Sans', sans-serif; color: #6d7989; font-weight: 400;}
.team-detail__label {font-size: 0.875em; font-weight: 600; font-family: 'Work Sans', sans-serif; text-transform: uppercase; border-bottom: 1px solid #d4d8dc; padding-bottom: 0.714em; color: #1f497d;}
.team-detail__module ul {list-style: none; margin: 0; padding: 0;}
.team-detail__module li {display: block; margin-bottom: 0.625em;}
.team-detail__module a {font-size: 0.938em; color: #6d7989; font-weight: 600;}
.team-detail__module a:hover {color: #09182a}
.team-detail__module span[class^="icon-"] {position: relative; top: 0.125em; margin-right: 0.250em;}

@media (max-width: 800px) {
	.team-detail__module li {font-size: 13px;}
}

@media (max-width: 639px) {
	.team-detail__left {margin-bottom: 2.500em;}
}
/********************************************************************************
			 --- Web App Detail Pagination ---
*********************************************************************************/
.web-app-detail-pagination {text-align: right; margin-bottom: 2.500em}
.web-app-detail-pagination ul {list-style: none; margin: 0; padding: 0; display: inline-block;}
.web-app-detail-pagination li {display: inline-block; margin: 0 10px; position: relative;}
.web-app-detail-pagination li:not(:last-child):after {content: ""; display: block; width: 1px; height: 24px; background: #d4d8dc; position: absolute; top:50%; right: -13px; margin-top: -12px;}
.web-app-detail-pagination li span[class*="icon-"] {position: relative; top: 2px; font-weight: normal;}
.web-app-detail-pagination a {font-size: 14px; font-weight: 600; color: #6d7989; text-transform: uppercase;}
.web-app-detail-pagination a:hover {color: #1f497d;}
/********************************************************************************
			 --- Cards ---
*********************************************************************************/
.card { border-radius: 2px; overflow: hidden; background-color: #fff; }
.card__image { display: block; position: relative; }
.card__image:before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(2,40,72,0.10); z-index: 1; }
.card__image img { display: block; width: 100%; }
.card__image-bg {display: block; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.card__body { padding: 1.563em; }
.card__meta { font-size: 0.813em; display: block; line-height: 1.2; margin-bottom: 0.385em; color: #1f497d; text-transform: uppercase; }
.card__meta-below { font-size: 0.813em; font-weight: 600; display: block; line-height: 1.2; margin-top: -0.769em; margin-bottom: 1.154em; color: #6d7989; text-transform: uppercase; }

.card__title { font-size: 1.500em; font-weight: 600; line-height: 1.2; margin-bottom: 0.625em; }
.card__title a { color: #1f497d }
.card__subtitle { font-size: 0.813em; display: block; text-transform: uppercase; color: #6d7989; font-weight: 600; margin-top: -0.7692em; margin-bottom: 1.923em; }
.card__overview { font-size: 0.875em; margin-bottom: 1.500em; }
.card__overview p {font-size: 1.000em;}
.card__overview :last-child { margin-bottom: 0; }
.card--article .card__image-bg {height: 12.500em}

@media (max-width: 959px) {
	.card__body { padding: 1.250em; }
}

@media (max-width: 800px) {
	.card__body { padding: 1.563em; }
}

@media (max-width: 639px) {
	.card__body { padding: 1.250em; }
}

@media (max-width: 479px) {
	.card__body { padding: 1.250em; }
}

@media (max-width: 375px) {
	.card__overview { font-size: 1.000em; }
}
/********************************************************************************
			 --- Section Links ---
*********************************************************************************/
.article-small {overflow: hidden; position: relative; margin-bottom: 1.500em}
.article-small__image {float: left; width: 20%;}
.article-small__image img {border-radius: 2px;}
.article-small__body {float: right; width: 75%;}
.article-small--noimage .article-small__body {float:none; width:100%;}
.article-small__title {font-size:1.000em; font-weight: 600; font-family: 'Work Sans', sans-serif; margin-bottom:0;}
.article-small__title a {color: #1f497d;}
.article-small__meta {font-size: 12px; font-weight: 600; text-transform: uppercase; display: block;}
.article-small__meta span:not(:last-child):after {content: " | ";}
.article-small__overview {font-size: 13px; margin-top: 0.500em;}
.article-small__overview p {line-height: 1.4;}
/********************************************************************************
			 --- Full Width CTA ---
*********************************************************************************/
.full-card__inner {position:relative;}
.full-card__image {position:absolute; left:0; background-position:center center; background-repeat:no-repeat; background-size:cover;}
.full-card__image--top {background-position: top center;}
.full-card__image--bottom {background-position: bottom center;}
.full-card__info {padding-left:40%; background: #fff;}
.full-card--left .full-card__info {padding-left:0; padding-right:40%;}
.full-card__info-inner {display: table; width: 100%; position:relative; padding-top:6.000em; padding-bottom: 6.000em;}
.full-card__info-valign {display: table-cell; vertical-align: middle;}
.full-card__subtitle, .full-card__headline {display:block;}
.full-card__subtitle {font-size:0.813em; color: #6d7989; font-weight: 600; line-height:1.2; margin-bottom: 0.769em}
.full-card__headline {font-size:2.438em; color: #1f497d; margin-bottom: 0;}
.full-card__headline a {color: #1f497d;}
.full-card__meta {font-size: 0.875em; display: block; color: #6d7989; font-style: italic; margin-bottom: 1.714em; text-transform: uppercase;}
.full-card__overview .button {margin-top: 1.500em}
.full-card-list {padding: 0.3125em 0;}
.full-card-list .full-card {padding-top:0.3125em; padding-bottom:0.3125em;}
.full-card--gray .full-card__info {background: #f7fafc}

@media (min-width: 801px) {
	.full-card__image {top:0; width:50%; height:100%; }
	.full-card--left .full-card__image {left:inherit; right:0;}
}

@media (min-width: 1024px) {
	.full-card__image {width:40%;}
}

@media (min-width: 1200px) {
	.full-card__info-inner {max-width: 600px; margin-right: auto; margin-left: auto;}
}

@media (max-width: 1199px) {
	.full-card__info-inner {padding-right: 3.000em; padding-left: 3.000em;}
}

@media (max-width: 1023px) {
	.full-card__info {padding-left:50%;}
	.full-card--left .full-card__info {padding-right:50%;}
}

@media (max-width: 800px) {
	.full-card__image {top:0; width:100%; height:300px;}
	.full-card__info {padding-left:0; padding-top:300px;}
	.full-card--left .full-card__info {padding-right:0;}
	.full-card__info-inner {padding:3.000em;}
}

@media (max-width: 639px) {
	.full-card__image {height:225px;}
	.full-card__info {padding-top:225px;}
}

@media (max-width: 479px) {
	.full-card__image {height:180px;}
	.full-card__info {padding-top:180px;}
	.full-card__info-inner {padding:2.500em;}
}

@media (max-width: 375px) {
	.full-card__info-inner {padding:1.500em;}
	.full-card__overview {font-size: 1.125em;}
}
/********************************************************************************
			 --- Home Team Careers Section ---
*********************************************************************************/
@media (max-width: 639px) {
	.home-team-careers .list-link {margin-bottom: 3.000em;}
}
/********************************************************************************
			 --- Tabbed Content ---
*********************************************************************************/
.tab-content__body {padding-top:3.000em; background: #fff;}
.tab-content__content {background: #f7fafc; padding-top: 5.500em; padding-bottom: 4.000em;}
.tab-content__content-tab {display: none;}
.tab-content__content-tab--selected {display: block;}
.tab-content__content-tab-action {text-align: center; margin-top: 3.000em;}
.tab-content__content-tab-action .button.tertiary {background: #eff2f4; border: 1px solid #e9ecef;}
.tab-content__content-tab-action .button.tertiary:hover {background:#e3e6e9; border-color:#dbdee2; }
/********************************************************************************
			 --- Grid Image Icon Block ---
*********************************************************************************/
.grid-image-icon {text-align: center; display: block; opacity: 0.65; transition: opacity 250ms ease; padding-bottom: 3.000em; position: relative;}
.grid-image-icon:after {content: ""; display: block; position: absolute; bottom: -20px; left: 50%; margin-left: -20px; width: 0; height: 0; border-style: solid; border-width: 20px 20px 0 20px; border-color: #ffffff transparent transparent transparent; opacity: 0; transition: opacity 250ms ease;}
.grid-image-icon__image {margin-bottom: 1.563em;}
.grid-image-icon__image img {display: block; width: 100%; border-radius: 3px;}
.grid-image-icon__icon {margin: 0 auto 0.875em auto; display:block;}
.grid-image-icon__icon:before {font-size: 4.000em;}
.grid-image-icon__title {font-size: 1.000em; font-family: 'Work Sans', sans-serif; text-transform: uppercase; color: #6d7989; font-weight: 600; margin: 0;}
.grid-image-icon--selected, .grid-image-icon:hover {opacity: 1;}
.grid-image-icon--selected .grid-image-icon__title {color: #1f497d}
.grid-image-icon--selected:after {opacity: 1;}
.grid-image-icon-list--default .grid-image-icon {opacity: 0.85;}
.grid-image-icon-list--default .grid-image-icon:hover {opacity: 1;}

@media (max-width: 1199px) {
	.grid-image-icon {font-size: 14px;}
	.grid-image-icon__icon:before {font-size: 3.500em;}
}

@media (max-width: 959px) {
	.grid-image-icon__icon:before {font-size: 3.000em;}
}

@media (max-width: 800px) {
	.grid-image-icon {font-size: 13px;}
}

@media (max-width: 639px) {
	.grid-image-icon__icon:before {font-size: 2.500em;}
}

@media (max-width: 479px) {
	.grid-image-icon {font-size: 12px;}
	.grid-image-icon__image {margin-bottom: 1.000em;}
	.grid-image-icon__icon:before {font-size: 2.000em;}
	.grid-image-icon__title {font-size: 0.938em;}
	.row .grid-image-icon-list.row {margin-right: -0.500em; margin-left: -0.500em}
	.grid-image-icon-list .column {padding-right: 0.500em; padding-left: 0.500em}
}

@media (max-width: 375px) {
	.grid-image-icon__icon:before {font-size: 1.500em;}
}
/********************************************************************************
			 --- Grid Icon Block ---
*********************************************************************************/
.grid-icon {display: block; text-align: center; padding: 1.000em 0; position: relative; opacity: 0.65; transition: opacity 250ms ease;}
.grid-icon__icon, .grid-icon__icon-menu {margin: 0 auto 0.875em auto; display:block;}
.grid-icon__icon:before {font-size: 3.500em;}
.grid-icon__title {font-size: 0.875em; font-family: 'Work Sans', sans-serif; text-transform: uppercase; color: #6d7989; font-weight: 600; margin: 0;}
.grid-icon--selected, .grid-icon:hover {opacity: 1;}
.grid-icon--selected .grid-icon__title {color: #1f497d}

@media (min-width: 960px) {
	.grid-icon-list:not(.grid-icon-list--menu) .column:not(:last-child) .grid-icon:after {content: ""; display: block; position: absolute; top: 0; right: -.9375rem; height: 100%; width: 1px; background-color: #e2e5e9}
}

@media (min-width: 480px) and (max-width: 959px)  {
	.grid-icon-list:not(.grid-icon-list--menu) .column:not(:nth-child(3n)) .grid-icon:after {content: ""; display: block; position: absolute; top: 0; right: -.9375rem; height: 100%; width: 1px; background-color: #e2e5e9}
}

@media (max-width: 479px) {
	.grid-icon-list:not(.grid-icon-list--menu) .column:nth-child(odd) .grid-icon:after {content: ""; display: block; position: absolute; top: 0; right: -.9375rem; height: 100%; width: 1px; background-color: #e2e5e9}
}
/********************************************************************************
			 --- List Link ---
*********************************************************************************/
.list-link {}
.list-link__item {display: block; padding-right: 3.125em; position: relative; margin-bottom: 1.500em;}
.list-link__item:after {font-size: 1.375em; content: "\e6c7"; font-family: 'CD-Project-Icons'; display: block; position: absolute; top: 0; right: 0; color: #1f497d;}
.list-link__item-tile {font-size:1.563em; margin-bottom:0.417em; transition: color 250ms ease;}
.list-link__item-overview {color: #6d7989; margin-bottom: 0;}
.list-link__item:hover .list-link__item-tile {color: #1f497d;}
/********************************************************************************
             --- Jump Pagination ---
*********************************************************************************/
.pagination {text-align: center; margin-top: 2.500em;}
.pag-button {text-decoration: none; text-align: center; display:inline-block; padding:0 1.250em; height:2.250em; line-height:2.250em; outline: none; color:#fff; background-color: #1f497d; border-radius: 2px;}
.pag-button:hover {background-color: #285a97; color:#fff;}
.pag-button, .pag-jump {vertical-align: top;}
.pag-prev {margin-right:0.250em;}
.pag-jump {display:inline-block; width:6.250em; position:relative; cursor:pointer; list-style:none; margin:0 0 0 0.625em; padding:0;}
.pag-jump-label {display:block; text-align:center; height:2.250em; line-height:2.250em; background:#fff; border: 1px solid #e2e5e9;}
.pag-jump-label:after {content:"\e695"; font-family: 'CD-Project-Icons'; margin-left:0.375em;}
.drop-active .pag-jump-label:after {content:"\e69c"}
.pag-jump ul {display:none; position:absolute; top:auto; right:0; width:100%; max-height: 12.500em; overflow-y: auto; text-align:center; background:#fff; border: 1px solid #e2e5e9; list-style:none; margin:0.188em 0 0 0; padding:0;}
.pag-jump a {color:#6d7989;}
.pag-jump li {font-size: 1.000em;}
.pag-jump ul li a {display:block; padding:0.375em 0.625em; line-height:1.2; border-bottom:1px solid #e2e5e9;}
.pag-jump ul li a:hover {background:#f2f5f7;}
.pag-jump ul li.active a {background:#1f497d; color:#fff; cursor:default;}
.pag-jump ul.dropdown-active {display:block; z-index:1;}
/********************************************************************************
			 --- New Detail ---
*********************************************************************************/
.news-detail__date {display: block; color: #1f497d; text-transform: uppercase; font-weight: 600;}
.news-detail__other-contacts {margin-top: 10px; word-break: break-all}
.news-detail__other-contacts a {display: inline-block; vertical-align: middle; max-width: 165px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-bottom: none!important;}
/********************************************************************************
			 --- General Detail Page---
*********************************************************************************/
.detail-sidebar__module {padding: 1.250em 0; border-bottom: 1px solid #e2e5e9}
.detail-sidebar__module h5 {font-size: 0.875em; font-family: 'Work Sans', sans-serif; color: #38485b; text-transform: uppercase; font-weight: 600; margin-bottom: 0.357em;}
.detail-sidebar__module p {font-size: 0.875em; line-height: 1.4;}
.detail-sidebar__module :last-child {margin-bottom: 0;}
.detail-sidebar__module--categories ul {list-style: none; margin: 0; padding: 0;}
.detail-sidebar__module--categories li {font-size: 1.063em; line-height: 1; padding:0.444em 0; min-height: 2.250em; position: relative; padding-left: 2.500em;}
.detail-sidebar__module--categories li:last-child {padding-bottom: 0;}
.detail-sidebar__module--categories li [class^="custom-icon-"] {font-size: 1.600em; position: absolute; top: 0; left: 0;}
.detail-sidebar__module--categories a, .detail-sidebar__module--whitepaper a {color: #6d7989;}
.detail-sidebar__module--categories a:hover, .detail-sidebar__module--whitepaper a:hover {color: #1f497d;}
.detail-sidebar__module--whitepaper a {font-size: 1.000em; padding: .375em 0; position: relative; padding-left: 1.563em;}
.detail-sidebar__module--whitepaper a:before {content: "\e6dd"; font-family: 'CD-Project-Icons'; position: absolute; top: 0.250em; left: 0;}
/********************************************************************************
			 --- Back Link ---
*********************************************************************************/
.back-link {text-align: center; display: block;}
.back-link a {font-size: 0.875em; font-weight: 600; text-transform: uppercase;}
.back-link a [class^="icon-"] {position: relative; top: 0.143em; margin-right:0.143em;}
.back-link--top {margin-bottom: 3.000em}
.back-link--bottom {margin-top: 3.000em}

@media (max-width: 479px) {
	.back-link--top {margin-bottom: 2.000em}
	.back-link--bottom {margin-top: 2.000em}
}
/********************************************************************************
			 --- Form Styling ---
*********************************************************************************/
/*-----------Standard Forms-----------*/
form { margin: 0; }
/*-----------Label Styles-----------*/
label { cursor: pointer; display: block; margin: 0; font-weight:600; color: #38485b;}
/*-----------Required-----------*/
.req { color:#dd2424; font-weight: 700;}
/*-----------styling on all basic form elements-----------*/
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {font-size: 1.000rem; -webkit-appearance: none; background-color: #f7fafc; border:none; border-bottom: 2px solid #e2e5e9; color: #07253a; display: block; margin: 0 0 1.000em 0; padding: 0.444em; height: 3.000em; width: 100%; font-weight:400; transition: border 250ms ease}
/*-----------styling on all basic form focus elements-----------*/
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus, select:focus {border-color:#38485b; outline:none; }
/*-----------styling on all basic form disabled elements-----------*/
input[type="text"][disabled], fieldset[disabled] input[type="text"], input[type="password"][disabled], fieldset[disabled] input[type="password"], input[type="date"][disabled], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], fieldset[disabled] input[type="month"], input[type="week"][disabled], fieldset[disabled] input[type="week"], input[type="email"][disabled], fieldset[disabled] input[type="email"], input[type="number"][disabled], fieldset[disabled] input[type="number"], input[type="search"][disabled], fieldset[disabled] input[type="search"], input[type="tel"][disabled], fieldset[disabled] input[type="tel"], input[type="time"][disabled], fieldset[disabled] input[type="time"], input[type="url"][disabled], fieldset[disabled] input[type="url"], textarea[disabled], fieldset[disabled] textarea { background-color: #d4d8da; }
/*-----------input submit-----------*/
input[type="submit"] { -webkit-appearance: none; }
/*-----------textarea-----------*/
textarea { min-height: 3.000em; resize: none; max-width: 100%; }
textarea[rows] { height: auto; }
/*-----------select-----------*/
select { -webkit-appearance: none !important; background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+); background-position: 100% center; background-repeat: no-repeat; line-height: normal; height: 3.000em; }
:-moz-any(select) {background-image:none;}
select::-ms-expand {display: none;}
/*-----------other form elements-----------*/
input[type="file"], input[type="checkbox"], input[type="radio"] { margin: 0 0 1.000em 0; }
input[type="checkbox"] + label, input[type="radio"] + label { display: inline-block; margin-left: 0.444em; margin-right: 0.889em; margin-bottom: 0; vertical-align: baseline; }
.input-radio, .input-checkbox {vertical-align:top; margin:0.444em 0; line-height:1.2;}
.input-radio input[type="radio"], .input-checkbox input[type="checkbox"] {width:18px; height:18px; margin:0 0.222em 0 0; padding:0;}
/*-----------Normalize file input width-----------*/
input[type="file"] { width: 100%; }
/*-----------We add basic fieldset styling-----------*/
fieldset { border: 1px solid #e2e5e9; padding: 1.111em; margin: 1.000em 0; }
fieldset legend { font-weight: 700; background: white; padding: 0 0.167em; margin: 0; margin-left: -0.167em; }
/*-----------Custom replaced checkbox, radio, switch-----------*/
.checkbox, .radio, .switch {font-size: 16px; margin: 1.000em 0; }
.checkbox label, .radio label {font-size: 0.938em; text-transform: none; font-weight: 400; line-height: 1;}
/* --- START --- */
.checkbox *, .radio * { cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.checkbox input, .radio input { opacity: 0; margin: 0; }
.checkbox span, .radio span { position: relative; display: inline-block; margin-top:-0.125em;  margin-left: -1.067em; vertical-align: middle; width: 1.067em; height: 1.067em; border-radius: 2px; border: 1px solid #6d7989; }
.checkbox:hover span, .radio:hover span { border-color: #1f497d; }
.checkbox span:before, .radio span:before {font-size: 0.667em; content: "\e6aa"; font-family: 'CD-Project-Icons'; position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; text-align: center; line-height: 1.400em; vertical-align: middle; color: #1f497d; transition: all 250ms ease; }
/* override for radio */
.radio span { border-radius: 50%; }
.radio span:before { content: ""; width: 0.800em; height: 0.800em; border-radius: 0.800em; margin: 0.300em auto; background-color: #1f497d;  }
.checkbox input[type=checkbox]:checked + span, .radio input[type=radio]:checked + span { border-color: #1f497d; background-color: #1f497d; }
.radio input[type=radio]:checked + span { background-color: #fff; }
.checkbox input[type=checkbox]:checked + span:before, .radio input[type=radio]:checked + span:before { color: #fff; opacity: 1;}
.checkbox input[type=checkbox]:disabled + span, .radio input[type=radio]:disabled + span { border-color: #e2e5e9 !important; background-color: #e2e5e9 !important; }
/* --- SWITCH --- */
.switch * { cursor: pointer; }
.switch input { opacity: 0; position: absolute; z-index: -1; }
.switch span { position: relative; display: inline-block; width: 58px; height: 30px; background-color: #fff; border: 1px solid #e2e5e9; border-radius: 100px; transition: all .5s; box-shadow: 1px 2px 3px rgba(0,0,0,0.1) inset; }
.switch span:after { content: ""; position: absolute; background-color: #fff; top: 0; left: 0; height: 28px; width: 28px; border: 1px solid #e2e5e9; border-radius: 400px; box-shadow: 1px 1px 3px rgba(0,0,0,0.1); -webkit-transition: all .2s; }
.switch input:checked + span { background-color: #1f497d; border-color: #1f497d; transition: all .5s; }
.switch input:checked + span:after { left: 50%; transition: all .2s; }
/*-----------Disable Button-----------*/
.button[disabled], .button[disabled]:hover {background:#e2e5e9; color:#6d7989; cursor:default;}
/*-----------Captcha-----------*/
.captchaimg {margin-bottom:0.278em;}
#CaptchaV2 {width:100%!important;}
/*-----------Error Validation-----------*/
form small.form-error { background: #dd2424; color: #fff; padding: 0.222rem 0.333rem; font-size: 0.667rem; font-weight: 700; margin: -1.000rem 0 0.556rem 0; display: block; }
/*-----------Captcha-----------*/
.g-recaptcha {margin-bottom:1.000rem;}
/*-----------Success and Alert Containers-----------*/
.success-container {display:none;}
.success-container .alert {font-size:1.250em;}
/*-----------Disclaimer Textrea-----------*/
.disclaimer {font-size: 0.750em; padding:0.625em; line-height: 1.2;}
/********************************************************************************
			 --- Accordion ---
*********************************************************************************/
.accordion {margin: 0 0 1.667em; border-bottom: 1px solid #e2e5e9;}
.accordion dt {font-size: 1.250em; font-family: 'Cormorant', serif; line-height: 1.2; color: #1f497d; border-top: 1px solid #e2e5e9; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; padding:1.111em 2.222em 1.111em 0; margin: 0; position:relative; font-weight:700;}
.accordion dt:after {font-size: 0.8900em; content: "\e603"; font-family: 'CD-Project-Icons'; position:absolute; top:1.500em; right:0; color:#1f497d;}
.accordion dt.accordion-active:after { content: "\e89d"; }
.accordion dd {font-size: 1.125em; display: none; padding:0.500em 0 1.111em; margin: 0; }
/********************************************************************************
			 --- Responsive Tabs ---
*********************************************************************************/
/*-----------Universal Tabs-----------*/
.resp-tabs-list {list-style:none; margin: 0; padding: 0;}
.resp-tabs-list li {font-size: 0.875em; display: inline-block; margin: 0; padding:0; cursor: pointer; color: #6d7989; text-transform: uppercase; font-weight:700; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.resp-tabs-list li.resp-tab-active { color: #1f497d; position: relative; }
.resp-tabs-container {padding: 0; clear: left;}
.resp-content-active, .resp-accordion-active, .resp-tab-content-active { display: block; }
.resp-tab-content { display: none; padding: 1.667em 1.944em;}
.resp-accordion {display: none;}
.resp-tabs--vertical .resp-tab-content {word-wrap: break-word; }

@media (min-width: 768px) {
	.resp-tab-content.resp-tab-content-active {display:block!important;}
	.resp-accordion-closed {display:block;}
	/*-----------Horizontal tabs-----------*/
	.resp-tabs--horizontal .resp-tabs-list {overflow: hidden; border-bottom: 1px solid #e2e5e9;}
	.resp-tabs--horizontal-centered .resp-tabs-list {text-align: center;}
	.resp-tabs--horizontal .resp-tabs-list li { padding:1.000em 1.125em; position: relative;}
	.resp-tabs--horizontal .resp-tabs-list li.resp-tab-active:after {content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: #1f497d;}
	.resp-tabs--horizontal .resp-tab-content {padding-right: 0; padding-left:0;}
	/*-----------Vertical tabs-----------*/
	.resp-tabs--vertical::after {content: ""; display: table; clear: both;}
	.resp-tabs--vertical .resp-tabs-list {border: 1px solid #e2e5e9; border-right: none; border-bottom: none; float: left; width: 30%;}
	.resp-tabs--vertical .resp-tabs-list li {display: block; padding: 1.000em 1.111em; cursor: pointer; float: none; border-bottom: 1px solid #e2e5e9; }
	.resp-tabs--vertical .resp-tabs-list li.resp-tab-active:after {content: ""; display: block; position: absolute; top: 0; right: -2px; width: 3px; height: 100%; background: #1f497d;}
	.resp-tabs--vertical .resp-tabs-container { float: left; width: 70%; min-height: 250px; clear: none; }
	.resp-tabs--vertical .resp-tab-active { position: relative; z-index: 1; }
	.resp-tabs--vertical .resp-tab-content {border: 1px solid #e2e5e9;}
}

@media (max-width: 767px) {
	.resp-tabs-list { display: none; }
	.resp-tabs-container {border: 1px solid #e2e5e9; border-bottom: none;}
	.resp-accordion {border-bottom: 1px solid #e2e5e9; display: block; cursor: pointer; margin: 0; padding: 0.667em; color: #6d7989; position: relative; font-size: 1.125em; font-family: 'Work Sans', sans-serif;}
	.resp-arrow { position: absolute; top: 0.833em; right: 0.833em; }
	.resp-arrow:after { content: "\e81a"; font-family: 'CD-Project-Icons'; }
	.resp-tab-active .resp-arrow:after { content: "\e81d"; }
	.resp-accordion.resp-tab-active { color: #1f497d; }
	.resp-tab-content {border-bottom: 1px solid #e2e5e9;}
}
/********************************************************************************
			 --- Tables ---
*********************************************************************************/
table.table {margin-bottom: 1.000em; table-layout: auto; width: 100%; }
table.table thead tr th, table.table thead tr td {font-size: 0.778em; padding:0.975em 0.857em; text-transform: uppercase; color: #38485b; font-weight:700;}
table.table tr {border-bottom: 1px solid #e4e7f0;}
table.table tr th, table.table tr td { padding:1.500em 0.820em; font-size:0.813em; text-align: left;}
table.table tr th:first-child, table.table tr td:first-child {padding-left: 0;}
table.table thead tr th, table.table tfoot tr th, table.table tfoot tr td, table.table tbody tr th, table.table tbody tr td, table.table tr td { display: table-cell; line-height: 1.4; }
/********************************************************************************
			 --- Slide Toggle ---
*********************************************************************************/
.slide-content { display: none; }
.slide-toggle:not(.button):after { content: "\e6b6"; font-family: 'CD-Project-Icons'; margin: 0 0 0 0.333em; font-size:90%;}
.slide-toggle:not(.button).active:after { content: "\e6c4"; }
.slide-toggle:not(.button).active, .slide-toggle:not(.button).active:after { color:#6d7989; }
.slide-toggle.button.active {background-color: #6d7989; color:#fff;}
.slide-toggle.button:after { content: "\e6b6"; font-family: 'CD-Project-Icons'; font-size:90%; margin-left:0.333em; }
.slide-toggle.button.active:after { content: "\e6c4";}
/********************************************************************************
			 --- Alerts ---
*********************************************************************************/
.alert { display: none; padding: 0.875em 0.833em; margin-bottom: 1.111em; background-color: #38485b; color: #fff;}
.alert p {line-height:1.2; padding-left:1.333em; position:relative;}
.alert > p, .alert > ul { margin-bottom: 0; }
.alert > p + p { margin-top: 0.278em; }
.alert a { color: #fff; border-color: #fff!important; }
.alert a:hover { color:#fff; }
.alert p:before { font-family: 'CD-Project-Icons'; color: #fff; position:absolute; top:0; left:0; }
.alert-success, .alert-info, .alert-warning, .alert-danger { display: block; }
.alert-success { background-color:#1f497d; }
.alert-success p:before { content: "\e6aa"; }
.alert-info p:before { content: "\e88b"; }
.alert-warning { background-color:#e4870e; }
.alert-warning p:before { content: "\e74c"; }
.alert-danger { background-color:#dd2424; }
.alert-danger p:before { content: "\e74b"; }
/********************************************************************************
			 --- Footer---
*********************************************************************************/
.footer__top {background: #fff;}
.footer__bottom {background: #173975;}
.footer__copyright {font-size: 0.750em; text-transform: uppercase; display: block;}
.footer__logo {margin-top: 0.313em}
.footer__logo, .footer__links, .footer__accreditations, .footer__subscribe {margin-bottom: 3.000em}
.footer__links ul {list-style: none; margin: 0; padding: 0;}
.footer__links li {display: block; margin-bottom: 0.625em;}
.footer__links a {font-size: 0.813em; font-weight: 600; color: #1f497d; text-transform: uppercase;}
.footer__links a:hover {color: #1f497d}
.footer__links li[class^="icon-"] a span { display: block; height: 27px; position: absolute; top: 0; width: 27px; }
.footer__links li[class^="icon-"] { display: inline-block; float: left; font-size: 1.75rem; margin: 0 10px; position: relative; }
.footer__accreditations {padding-right: 3.750em;}
.footer__accreditations-title, .footer__subscribe-title {font-size: 0.813em; display: block; text-transform: uppercase;}
.footer__accreditations-logos {display: block; height: 3.125em; line-height: 3.125em;}
.footer__accreditations-logos img {max-height: 2.188em;}
.footer__subscribe-title {margin-bottom: 0.625em;}
.footer__subscribe input[type="text"], .footer__subscribe input[type="email"] {background: #f2f5f7; border: none; margin-bottom: 0; padding-right: 0.9375em; padding-left: 0.9375em;}
.footer__subscribe form small.form-error {margin-top: 0;}
.footer__subscribe .success-container {margin: 0;}
.footer__subscribe .success-container .alert {font-size: 1.000em;}
.footer__subscribe .success-container p {color: #fff;}
.footer__subscribe .alert {padding: 0.938em; margin-bottom: 0;}
.footer__subscribe .alert p {color: #fff;}
/********************************************************************************
			 --- Balloon Tooltips---
*********************************************************************************/
button[data-balloon]{overflow:visible}[data-balloon]{position:relative}[data-balloon]:before,[data-balloon]:after{-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-khtml-opacity:0;-moz-opacity:0;opacity:0;pointer-events:none;-webkit-transition:all .18s ease-out .18s;transition:all .18s ease-out .18s;bottom:100%;left:50%;position:absolute;z-index:10;-webkit-transform:translate(-50%,10px);-ms-transform:translate(-50%,10px);transform:translate(-50%,10px);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top}[data-balloon]:after{background:rgba(9, 24, 42,1);border-radius:4px;color:#fff;content:attr(data-balloon);font-size:12px;padding:.5em 1em;white-space:nowrap;margin-bottom:11px}[data-balloon]:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiA2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzBiMTkyYTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFzc2V0IDQ8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjYgNiAxMiAwIDAgMCA2IDYiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat;background-size:100% auto;height:6px;width:12px;content:"";margin-bottom:5px}[data-balloon]:hover:before,[data-balloon][data-balloon-visible]:before,[data-balloon]:hover:after,[data-balloon][data-balloon-visible]:after{-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1;pointer-events:auto;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}[data-balloon].font-awesome:after{font-family:FontAwesome}[data-balloon][data-balloon-break]:after{white-space:pre}[data-balloon-pos="down"]:before,[data-balloon-pos="down"]:after{bottom:auto;left:50%;top:100%;-webkit-transform:translate(-50%,-10px);-ms-transform:translate(-50%,-10px);transform:translate(-50%,-10px)}[data-balloon-pos="down"]:after{margin-top:11px}[data-balloon-pos="down"]:before{background:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E) no-repeat;background-size:100% auto;height:6px;width:18px;margin-top:5px;margin-bottom:0}[data-balloon-pos="down"]:hover:before,[data-balloon-pos="down"][data-balloon-visible]:before,[data-balloon-pos="down"]:hover:after,[data-balloon-pos="down"][data-balloon-visible]:after{-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}[data-balloon-pos="left"]:before,[data-balloon-pos="left"]:after{bottom:auto;left:auto;right:100%;top:50%;-webkit-transform:translate(10px,-50%);-ms-transform:translate(10px,-50%);transform:translate(10px,-50%)}[data-balloon-pos="left"]:after{margin-right:11px}[data-balloon-pos="left"]:before{background:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E) no-repeat;background-size:100% auto;height:18px;width:6px;margin-right:5px;margin-bottom:0}[data-balloon-pos="left"]:hover:before,[data-balloon-pos="left"][data-balloon-visible]:before,[data-balloon-pos="left"]:hover:after,[data-balloon-pos="left"][data-balloon-visible]:after{-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}[data-balloon-pos="right"]:before,[data-balloon-pos="right"]:after{bottom:auto;left:100%;top:50%;-webkit-transform:translate(-10px,-50%);-ms-transform:translate(-10px,-50%);transform:translate(-10px,-50%)}[data-balloon-pos="right"]:after{margin-left:11px}[data-balloon-pos="right"]:before{background:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E) no-repeat;background-size:100% auto;height:18px;width:6px;margin-bottom:0;margin-left:5px}[data-balloon-pos="right"]:hover:before,[data-balloon-pos="right"][data-balloon-visible]:before,[data-balloon-pos="right"]:hover:after,[data-balloon-pos="right"][data-balloon-visible]:after{-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}[data-balloon-length]:after{white-space:normal}[data-balloon-length="small"]:after{width:80px}[data-balloon-length="medium"]:after{width:150px}[data-balloon-length="large"]:after{width:260px}[data-balloon-length="xlarge"]:after{width:90vw}@media screen and (min-width: 768px){[data-balloon-length="xlarge"]:after{width:380px}}[data-balloon-length="fit"]:after{width:100%}
/********************************************************************************
			 --- Magnific Popup CSS---
*********************************************************************************/
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 10042; overflow: hidden; position: fixed; background: rgb(9, 24, 42); opacity: 0.85; }
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 10043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; box-sizing: border-box; }
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 10045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader { color: #e2e5e9; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 10044; }
.mfp-preloader a { color: #e2e5e9; }
.mfp-preloader a:hover { color: #FFF; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 10046; box-shadow: none; touch-action: manipulation; }
 button::-moz-focus-inner {padding: 0;border: 0;}
.mfp-close {font-size:2.438em; width: 1.385em; height: 1.179em; line-height: 1.179em; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; padding: 0 0 0.462em 0.256em; color: #828e99; transition: color 250ms ease; font-style: normal; font-weight: 300;}
.mfp-close:hover, .mfp-close:focus { color: #9baab7; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #FFF; right: -6px; text-align: right; padding-right: 6px; width: 100%; }
.mfp-counter { position: absolute; top: 0; right: 0; color: #e2e5e9; font-size: 12px; line-height: 18px; white-space: nowrap; }
.mfp-arrow { position: absolute; opacity: 0.65; margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active { margin-top: -54px; }
.mfp-arrow:hover,  .mfp-arrow:focus { opacity: 1; }
.mfp-arrow:before,  .mfp-arrow:after { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }
.mfp-arrow:after { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }
.mfp-arrow:before { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }
.mfp-arrow-left { left: 0; }
.mfp-arrow-left:after { border-right: 17px solid #FFF; margin-left: 31px; }
.mfp-arrow-left:before { margin-left: 25px; border-right: 27px solid #3F3F3F; }
.mfp-arrow-right { right: 0; }
.mfp-arrow-right:after { border-left: 17px solid #FFF; margin-left: 39px; }
.mfp-arrow-right:before { border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px; }
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }
.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; }
/* Main image in popup */
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure { line-height: 0; }
.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; }
.mfp-figure small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; }
.mfp-figure figure { margin: 0; }
.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }
.mfp-title { text-align: left; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 36px; }
.mfp-image-holder .mfp-content { max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

.mfp-fade.mfp-bg { opacity: 0; -webkit-transition: all .15s ease-out; -moz-transition: all .15s ease-out; transition: all .15s ease-out }
.mfp-fade.mfp-bg.mfp-ready { opacity: .85 }
.mfp-fade.mfp-bg.mfp-removing { opacity: 0 }
.mfp-fade.mfp-wrap .mfp-content { opacity: 0; -webkit-transition: all 150ms ease-out; transition: all 150ms ease-out }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1 }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0 }
.popup-embed-container .mfp-container { padding-top: 40px; padding-bottom: 40px }
.popup-embed-container .mfp-content { width: 100%; max-width: 900px; box-shadow: 0 0 8px rgba(0,0,0,0.6) }
.popup-embed-container .mfp-close { top: -44px; color: #FFF; text-align: right; right: 1px }

.white-popup-block { background: #fff; text-align: left; max-width: 650px; margin: 40px auto; position: relative; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-animation: popin .3s; animation: popin .3s; overflow: hidden;}
.white-popup-block--padding {padding: 1.875em;}
.white-popup-block--wide {max-width: 767px;}
.popup-form__inner { padding: 1.389em }
.popup-form p { font-size: .944em; line-height: 1.3 }
.popup-form .button { margin: 0; display: block; width: 100%; padding: 1em 0; font-size: 1.125em }
.popup-form__row { margin: 0 -.556em }
.popup-form__row::before, .popup-form__row::after { content: ' '; display: table }
.popup-form__row::after { clear: both }
.popup-form__columns { float: left; width: 50%; padding: 0 .556em }
.popup-form__success { text-align: center; padding: 3em 2em; font-size: 1.444em; display: none }
.popup-form__download {font-size: 1.125em;}
.popup-form__download .button {font-size: 0.889em;}
.popup-form__download .button span {position: relative; top: 0.125em;}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
.mfp-img-mobile img.mfp-img { padding: 0; }
.mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
.mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
.mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
.mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; }
}

@media all and (max-width: 900px) {
.mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
.mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
.mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
.mfp-container { padding-left: 6px; padding-right: 6px; }
}

.popup-form {background: #fff; text-align: left; max-width: 43.750em; margin: 1.500em auto; position: relative; border-radius: 0.313em; -webkit-animation: popin .3s; animation: popin .3s; overflow: hidden;}
.popup-form__inner {padding: 2.188em;}
.popup-form__header {text-align: center; padding-bottom: 1.875em; margin-bottom: 2.500em; border-bottom: 1px solid #e6ecf2;}
.popup-form__header h4, .popup-form__header h5 {font-family: 'Work Sans', sans-serif; font-weight: 600; }
.popup-form__header h4 {font-size:1.625em; margin-bottom: 0.500em;}
.popup-form__header h5 {font-size: 1.000em; margin-bottom: 0; color: #6d7989; text-transform: uppercase;}
.popup-form__qty {color: #0094fe;}
.popup-form label {font-size: 0.875em;}

@media (max-width: 639px) {
	.popup-form__inner {padding: 1.500em 0.938em;}
}

@media (max-width: 479px) {
	.popup-form__inner {padding-right: 0.625em; padding-left: 0.625em;}
	.popup-form .row.column {padding-right: 0.625em; padding-left: 0.625em;}
	.popup-form .row .row {margin-right: -0.625em; margin-left: -0.625em;}
	.popup-form .column, .popup-form .columns {padding-right: 0.625em; padding-left: 0.625em;}
}

@-webkit-keyframes popin{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}85%{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-ms-keyframes popin{0%{-ms-transform:scale(0);transform:scale(0);opacity:0}85%{-ms-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-ms-transform:scale(1);transform:scale(1);opacity:1}}@keyframes popin{0%{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}85%{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}}
/********************************************************************************
			 --- Style Guide---
*********************************************************************************/
.sg-section {padding: 5.000em 0; border-bottom: 1px solid #e2e5e9;}
.sg-section__heading {position: relative; margin-bottom: 2.000em}
.sg-section__heading span {font-size: 50%; position: absolute; top: 50%; left: -3.125em; margin-top: -0.938em; width: 1.875em; height: 1.875em; line-height: 1.875em;}
.sg-section__heading span:after {content: ""; display: block; position: absolute; top: 0; right: 0; width: 1px; height: 100%; background: #e2e5e9;}
.sg-section__subheading {font-size: 14px; text-transform: uppercase; margin: 4.000em 0 2.000em; position: relative;}
.sg-section__subheading:before {content: ""; display: block; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background: #e2e5e9;}
.sg-section__subheading span {position: relative; background: #f7fafc; padding-right: 1.250em;}
.sg-section__font {overflow: hidden; margin-bottom: 1.750em;}
.sg-section__font {overflow: hidden; margin-bottom: 1.750em;}
.sg-section__font-letters {font-size: 5.000em; display: block; line-height: 1; opacity: 0.20;}
.sg-section__font-name {display: block; line-height: 1;}
.sg-section__font-left, .sg-section__font-right {width: 50%; float: left;}
.sg-section__font-left {padding-right: 2.000em;}
.sg-section__font-right {border-left: 1px solid #e2e5e9; padding-left: 2.000em;}
.sg-section__font-weight {display: block;}
.sg-body {overflow-x: hidden;}
.sg-body .root, .sg-toggle {-webkit-transition: -webkit-transform 250ms ease; transition: -webkit-transform 250ms ease; transition: transform 250ms ease; transition: transform 250ms ease, -webkit-transform 250ms ease;}
.sg-fixed-nav {position: fixed; top: 0; left: 0; width: 250px; height: 100%; overflow-y: auto; padding: 40px 15px; background: #fff; z-index: 9999999; border-right: 1px solid #e2e5e9; -webkit-transform: translate3d(-250px, 0px, 0px);-moz-transform: translate3d(-250px, 0px, 0px);-o-transform: translate3d(-250px, 0px, 0px);-ms-transform: translate3d(-250px, 0px, 0px);transform: translate3d(-250px, 0px, 0px); -webkit-transition: -webkit-transform 250ms ease; transition: -webkit-transform 250ms ease; transition: transform 250ms ease; transition: transform 250ms ease, -webkit-transform 250ms ease;}
.sg-snippets-toggle {font-size: 14px; display: block;}
.sg-snippets-toggle:before {content: "\e935"; font-family: 'CD-Project-Icons'; margin-right: 6px;}
.sg-snippets-toggle.active:before {content: "\e936"; font-family: 'CD-Project-Icons';}
.sg-toc {font-size: 13px;}
.sg-toggle {font-size: 14px; position: fixed; bottom: 0; left:0; width: 28px; height: 28px; line-height:1; padding: 0; margin: 0; z-index: 9999999;}
.sg-toggle:before {content: "\e80c"; font-family: 'CD-Project-Icons';}
.sg-body--push .root, .sg-body--push .sg-toggle {-webkit-transform: translate3d(250px, 0px, 0px);-moz-transform: translate3d(250px, 0px, 0px);-o-transform: translate3d(250px, 0px, 0px);-ms-transform: translate3d(250px, 0px, 0px);transform: translate3d(250px, 0px, 0px);}
.sg-body--push .sg-fixed-nav {-webkit-transform: translate3d(0px, 0px, 0px);-moz-transform: translate3d(0px, 0px, 0px);-o-transform: translate3d(0px, 0px, 0px);-ms-transform: translate3d(0px, 0px, 0px);transform: translate3d(0px, 0px, 0px);}
.sg-body--push .sg-toggle:before {content: "\e6d5";}
.sg-custom-icons {font-size: 64px;}

@media (max-width: 1399px) {
	.sg-section__heading {padding-left: 1.500em;}
	.sg-section__heading span {left: 0;}
}

/*----------  Swatches  ----------*/
.swatch__color { position: relative; height: 100px;}
.swatch__hex { padding: 1rem; text-align: center;}
.swatch__name {display:block; font-size:0.750em}
/*----------  Code Snippets  ----------*/
code {display: none; /* Remove in Production */}
code.active {display: block;}
pre {padding:15px; border:1px solid #e2e5e9;}