/*
Theme Name: GPR
Theme URI:
Author: Antenna | Digital
Author URI: https://www.antennagroup.com
Description: Safeguarding the automated driving experience
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--primary: #1138A5;
	--secondary: #7D8FFC;
	--dark: #041022;
	--blue: #051835;
	--deep-orange: #e05942;
	--grey: #40475B;
	--light-grey: #D5D5E2;
	--light-purple: #F1F1FB;
}

/********************************************************************************
	--- CSS BASE  ---
*********************************************************************************/
html{font-size:17px;box-sizing:border-box;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;overflow-x: hidden;}body{padding:0;margin:0;background:var(--dark);font-family: 'Montserrat', sans-serif;font-weight:normal;line-height:1.5;overflow-x: hidden;color:var(--light-grey);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*::before,*::after{box-sizing:inherit}article,aside,footer,header,nav,section{display:block}figcaption,figure{display:block}figure{margin:1em 2.5em}hr{box-sizing:content-box;height:0;overflow:visible}main{display:block; outline:none;}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bold}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:var(--secondary);color:#fff}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button,[type="button"],[type="reset"],[type="submit"]{}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}input{overflow:visible}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}fieldset{border:1px solid var(--grey);margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;display:table;max-width:100%;padding:0;color:inherit;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}details{display:block}summary{display:list-item}menu{display:block}canvas{display:inline-block}template{display:none}[hidden]{display:none}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}textarea{height:auto;min-height:50px;border-radius:3px}select{box-sizing:border-box;width:100%;border-radius:3px}button{padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:3px;background:transparent;line-height:1;cursor:auto}pre{overflow:auto}button,input,optgroup,select,textarea{font-family:inherit}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}::placeholder {color: #767676; opacity: 1;}:-ms-input-placeholder {color: #767676; opacity: 1;}::-ms-input-placeholder {color: #767676; opacity: 1;}

/*Reduce Root Element (html) Sizing For REMs*/
@media only screen and (max-width: 1199px){html{font-size:16px}}@media only screen and (max-width: 1023px){html{font-size:15px}}@media only screen and (max-width: 800px){html{font-size:14px}}@media only screen and (max-width: 375px){html{font-size:14px}}
/********************************************************************************
			 --- Template - Header ---
*********************************************************************************/
.header {z-index:9999;}
.header__container {max-width: 90%;margin: 0 auto;height: 100%;position: relative;}
/*-----------Drawer Scrollbars-----------*/
.drawer::-webkit-scrollbar {width: 0 !important;}
.drawer::-webkit-scrollbar-track {background:none;}
.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:var(--grey);}
.no-touchevents .drawer::-webkit-scrollbar-thumb {background:var(--secondary);}
.no-touchevents .drawer::-webkit-scrollbar-thumb:window-inactive {}
/*-----------Header - Search-----------*/
.search input[type="text"] {margin:0; height:40px; padding-right:2.25em;}
.search button {font-size:1.000rem; position:absolute; top:0; right:0; width:2.5em; height:40px; line-height:40px; color:var(--grey); }
.search-row {position:relative;}
/*-----------Header - Utility Links-----------*/
.utility-links ul {list-style:none; margin:0; padding:0;}
.utility-links li, .utility-links a {display:block;}

@keyframes slide-down {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

@media only screen and (min-width: 1150px) {
/*-----------Hidden Mobile Elements-----------*/
.content-overlay, .drawer-toggle {display:none;}
/*-----------Header-----------*/
.header {height:140px; position: absolute;top: 0;left: 0;width: 100%;background-color: transparent;}
.logo {display:block; position:absolute; top:0; left:0; height:140px; line-height:140px; text-align:center; z-index:1;}
.logo img {display:inline-block; vertical-align:middle;}
/*-----------Header - Top - Right-----------*/
.corner {position:absolute;height: 100%;top:0; right:0;}
.corner .button--arrow {font-size: 0.823rem;margin-bottom: 0;}
.corner .button.button--arrow::after {top: -2px;}

/*-----------Header - Search-----------*/
.search {float:left; width:250px;}
/*-----------Header - Utility Links-----------*/
.utility-links {float:right;}
.utility-links li {float:left; line-height:40px; position:relative;}
.utility-links a {padding:0 0.667em; font-size:0.778rem; color:041022}
.utility-links a:hover {color:var(--secondary);}
/*-----------Header - Menu-----------*/
.menu {font-size:13px; position:absolute; width:100%;}
.menu ul {list-style: none; margin: 0; padding: 0;}
.menu li {position:relative;}
.menu li, .menu a {display: block;}
/*-----------Menu - First Level-----------*/
.menu > ul {display: inline-block;vertical-align: top;text-align: left;}
.menu > ul > li {float: left;}
.menu > ul > li > a {padding: 0 1.882rem; margin: 0; z-index: 1; color: #fff; font-size: 0.941rem; font-weight: 500;position: relative; height: 8.75em;
line-height: 8.75em; -webkit-transition:color 250ms ease;-moz-transition:color 250ms ease;transition:color 250ms ease;font-family: 'Libre Franklin', sans-serif;}

.menu > ul > li > a:hover, .menu > ul > li:hover > a  {color:var(--secondary);}
.menu > ul > li.selected > a  {color:#fff;}
.menu > ul > li.selected > a::after {content: '';position: absolute;bottom: 1.764rem;left: 50%;width: 0.647rem;height: 0.647rem;border-radius: 50%;background-color: var(--secondary);margin-left: -8px;-webkit-animation: pulse 2s infinite;animation: pulse 2s infinite;}
@keyframes pulse {
	0% {

		box-shadow: 0 0 0 3px rgba(17, 56, 165, 0.15);
	}

	70% {

		box-shadow: 0 0 0 6px rgba(17, 56, 165, 0.23);
	}

	100% {

		box-shadow: 0 0 0 1px rgba(17, 56, 165, 0.15);
	}
}
/*-----------Menu - Dropdown-----------*/
.menu ul ul {line-height:normal; position: absolute; left: -9999px; top:87%;z-index: 12;width: 225px; transition: opacity .25s ease; background:var(--blue); -webkit-transition: opacity .25s ease; -moz-transition: opacity .25s ease; opacity: 0;}
.menu ul ul a {padding:0.967em 1.250em; font-size: 0.882rem; color: #fff;}
.menu ul ul a:hover, .menu ul ul li.drop-open > a, .menu ul ul li.selected > a {color:var(--secondary);}
.menu ul ul .menu-arrow:after {content:"\ea21"; font-family: 'CD-Project-Icons'; margin-left:0.333em; font-size:90%; color:var(--grey);}
.no-touchevents .menu > ul > li.drop-open > ul, .touchevents .menu > ul > li:hover > ul { left: auto; opacity: 1;}
.no-touchevents .menu > ul > li.drop-right.drop-open ul, .touchevents .menu > ul > li.drop-right:hover ul {right:0;}
/*-----------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;}
.no-touchevents .menu > ul > li.drop-right ul li.drop-open ul , .touchevents .menu > ul > li.drop-right ul li:hover ul {left:inherit; right:225px;}

.header.sticky { position: fixed; top: 0; animation: slide-down 0.3s; height: 80px; background-color: #091021; border-bottom: 1px solid var(--grey);}
.header.sticky .logo { width: 80px; height: 80px; line-height: 80px; }
.header.sticky .logo img { max-width: 60px; }
.header.sticky .menu>ul>li>a { height: 80px; line-height: 80px; }
.header.sticky .menu>ul>li.selected>a::after { bottom: 10px; }

}

@media only screen and (max-width: 1425px) {
	.menu > ul > li > a {padding: 0 1.482rem;}
}

@media only screen and (min-width: 1360px) {
	.menu {text-align: center;}
}

@media only screen and (max-width: 1360px) {
	.menu {padding-left: 7rem;}
}

@media only screen and (max-width: 1225px) {
	.menu > ul > li > a {padding: 0 1rem;}
}

@media only screen and (max-width: 1200px) {
	.menu {padding-left: 9rem;}
	.menu > ul > li > a {height: 9.9em;line-height: 9.9em;}
}

@media only screen and (min-width: 960px) {
.menu {font-size: 15px;}
}

@media only screen and (min-width: 1024px) {
.menu {font-size: 16px;}
}

@media only screen and (max-width: 1149px) {
/*-----------Header-----------*/
.header {position:absolute; top:0; left:0; width:100%; height:80px; line-height:80px; background: transparent; }
.header__container {max-width: 100%;}
.menu_open .header {position: fixed;background-color:#091021;}
.menu_open .header__container {background-color:#091021;z-index: 1005;}
/*-----------Header - Logo-----------*/
.logo { display:block; width:100%; height:80px; line-height:80px; padding-left:2rem; }
.logo img {width:100%; max-width:60px; display:inline-block; vertical-align:middle;}
.menu_open .logo {z-index: 1005;position: relative;background-color:#091021;z-index: 1005;}
/*-----------Drawer Toggle-----------*/
.drawer-toggle { position: absolute; top: 0; right: 2rem; width:50px; height:80px; text-align:center; display:block; margin:0; padding:0; color:#fff;z-index: 1006;}
.drawer-toggle span {position:absolute; display:block; width:28px; height:2px; background:#fff; top:50%; margin-top:-2px; 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: -8px;}
.drawer-toggle span::after {bottom: -8px;}

.root.menu_open .drawer-toggle span {transition-delay: .12s; transition-timing-function: cubic-bezier(.215,.61,.355,1); transform: rotate(45deg);}
.root.menu_open .drawer-toggle span::before {top: 0; transition: top 75ms ease,opacity 75ms ease 0.12s; opacity: 0;}
.root.menu_open .drawer-toggle span::after {bottom: 0; transition: bottom 75ms ease,transform 75ms cubic-bezier(0.215,0.61,0.355,1) 0.12s; transform: rotate(-90deg);}
/*-----------Drawer-----------*/
.drawer { padding-bottom: 3rem;position: fixed; z-index:1001; top: 0; left: -100%; height: 100%; width: 100%; background: #091021; 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:#091021;padding-left: 0;padding-top: 100px;}
.menu ul { padding: 0; margin: 0; list-style: none;}
.menu li {line-height:1.2;}
.menu li, .menu a {display: block;}
.menu a {border-bottom:1px solid rgba(0,0,0,0.25); -webkit-transition: all 150ms ease; transition: all 150ms ease;}
.menu ul li a {padding:0.833em 1.467em; color: #fff; font-size:1.125em; position: relative;height: auto;line-height: 1;}
.menu > ul > li.active > a, .menu > ul > li.selected > a {background:rgba(0,0,0,0.45); color:#fff; }
.menu .menu-arrow {position: absolute; top: 0; right: 2rem; display: block; width: 2.778em; text-align: center; height: 100%; z-index: 1; }
.menu .menu-arrow:after { content: "\e910"; font-family: 'CD-Project-Icons'; color:041022; font-size:1.444em; 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 { -webkit-transform: rotate(-180deg); transform: rotate(-180deg);  color:#fff; }
.menu li.active > ul { display: block;}
.menu ul ul { background:rgba(0,0,0,0.15); display:none;}
.menu > ul > li > ul > li.active > a {background:rgba(0,0,0,0.25); color:#fff;}
.menu ul ul li a { font-size: 1.063em; padding-left: 1.765em;}
.menu ul ul ul li a { font-size: 0.938em; padding-left: 3.000em;}
/*-----------Pull Out Menu Open-----------*/
.root {position: relative; height: 100%;}
.root.menu_open {overflow:hidden;}
.root.menu_open .drawer {-webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 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;}

/*-----------Corner -----------*/
.corner {justify-content: center;padding-top: 2rem;}
.corner .button {margin-bottom: 0;}

.header.sticky { position: fixed; top: 0; animation: slide-down 0.3s; height: 60px; background-color: #091021; border-bottom: 1px solid var(--grey); }
.header.sticky .logo { width: 60px; height: 60px; line-height: 60px; }
.header.sticky .logo img { max-width: 40px; }
.header.sticky .drawer-toggle { height: 60px; }

}
@media only screen and (max-width: 375px) {
/* Menu */
.menu {font-size: 15px;}
.corner .button {width: auto;}
}

@media only screen and (max-width: 320px) {
/* Menu */
.menu {font-size: 14px;}

}


/********************************************************************************
			 --- Template Layout ---
*********************************************************************************/
.main {padding:0;}

/********************************************************************************
			 --- Grid ---
*********************************************************************************/
/* Base Grid Classes */
.row{max-width:1280px;margin-right:auto;margin-left:auto}.row::before,.row::after{display:table;content:' ';-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-order:1;order:1}.row::after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-right:0;padding-left:0}.row .row{margin-right:-0.6667rem;margin-left:-0.6667rem}.row .row.collapse{margin-right:0;margin-left:0}.row.expanded{max-width:none}.row.expanded .row{margin-right:auto;margin-left:auto}.row:not(.expanded) .row{max-width:none}.column,.columns{width:100%;float:left;padding-right:0.6667rem;padding-left:0.6667rem}.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:0.6667rem;padding-left:0.6667rem}.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}

/* .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:0.6667rem;padding-left:0.6667rem}.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}
}

@media print, screen and (min-width:640px) {
.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:0.9375rem;padding-left:0.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}.column,.columns{padding-right:0.9375rem;padding-left:0.9375rem}.row .row{margin-right:-0.9375rem;margin-left:-0.9375rem}.row-site{width:90%}
}

/* .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:0.9375rem;padding-left:0.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:0.9375rem;padding-left:0.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:0.9375rem;padding-left:0.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 */
.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(../woff2/cd-project-icons5dfd.woff2?yk0w7i) format('woff2'), url(../ttf/cd-project-icons5dfd.ttf?yk0w7i) format('truetype'), url(../woff/cd-project-icons5dfd.woff?yk0w7i) format('woff'),	url(../svg/cd-project-icons5dfd.svg?yk0w7i#CD-Project-Icons) format('svg'); font-weight: normal; font-style: normal;}

[class^="icon-"], [class*=" icon-"] {font-family: 'CD-Project-Icons' !important; 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-twitter-x-square:before{content:"\ea22";}.icon-twitter-x:before{content:"\ea24";}.icon-arrow-drop-left:before{content: "\ea20";}.icon-arrow-drop-right:before{content: "\ea21";}.icon-image:before{content:"\e900"}.icon-about:before{content:"\e901"}.icon-account-box:before{content:"\e902"}.icon-account-circle:before{content:"\e903"}.icon-add-circle-fill:before{content:"\e904"}.icon-add-circle:before{content:"\e905"}.icon-add-user-male:before{content:"\e906"}.icon-add:before{content:"\e907"}.icon-address-book:before{content:"\e908"}.icon-addthis:before{content:"\e909"}.icon-adobeacrobatreader:before{content:"\e90a"}.icon-advertising:before{content:"\e90b"}.icon-airplane-mode-on:before{content:"\e90c"}.icon-alarm-clock:before{content:"\e90d"}.icon-albums:before{content:"\e90e"}.icon-android:before{content:"\e90f"}.icon-angle-down-circle:before{content:"\e910"}.icon-angle-down:before{content:"\e911"}.icon-angle-left-circle:before{content:"\e912"}.icon-angle-left:before{content:"\e913"}.icon-angle-right-circle:before{content:"\e914"}.icon-angle-right:before{content:"\e915"}.icon-angle-up-circle:before{content:"\e916"}.icon-angle-up:before{content:"\e917"}.icon-apple:before{content:"\e918"}.icon-approval:before{content:"\e919"}.icon-arrow-down-circle:before{content:"\e91a"}.icon-arrow-down-long:before{content:"\e91b"}.icon-arrow-down:before{content:"\e91c"}.icon-arrow-drop-down:before{content:"\e91d"}.icon-arrow-drop-up:before{content:"\e91e"}.icon-arrow-left-circle:before{content:"\e91f"}.icon-arrow-left-long:before{content:"\e920"}.icon-arrow-left:before{content:"\e921"}.icon-arrow-right-circle:before{content:"\e922"}.icon-arrow-right-long:before{content:"\e923"}.icon-arrow-right:before{content:"\e924"}.icon-arrow-up-circle:before{content:"\e925"}.icon-arrow-up-long:before{content:"\e926"}.icon-arrow-up:before{content:"\e927"}.icon-aspect-ratio:before{content:"\e928"}.icon-attach:before{content:"\e929"}.icon-attention:before{content:"\e92a"}.icon-audio:before{content:"\e92b"}.icon-automation:before{content:"\e92c"}.icon-ball-point-pen:before{content:"\e92d"}.icon-bank-card-back-side:before{content:"\e92e"}.icon-bank-cards:before{content:"\e92f"}.icon-bell:before{content:"\e930"}.icon-book:before{content:"\e931"}.icon-bookmark-ribbon:before{content:"\e932"}.icon-bookmark:before{content:"\e933"}.icon-box:before{content:"\e934"}.icon-briefcase:before{content:"\e935"}.icon-browse-podcasts:before{content:"\e936"}.icon-building-line:before{content:"\e937"}.icon-building:before{content:"\e938"}.icon-businessman:before{content:"\e939"}.icon-buy:before{content:"\e93a"}.icon-calculator:before{content:"\e93b"}.icon-calendar:before{content:"\e93c"}.icon-camera:before{content:"\e93d"}.icon-cancel-circle-fill:before{content:"\e93e"}.icon-cancel-circle:before{content:"\e93f"}.icon-cc-amex:before{content:"\e940"}.icon-cc-discover:before{content:"\e941"}.icon-cc-mastercard:before{content:"\e942"}.icon-cc-paypal:before{content:"\e943"}.icon-cc-stripe:before{content:"\e944"}.icon-cc-visa:before{content:"\e945"}.icon-cellular-network:before{content:"\e946"}.icon-chart-bar:before{content:"\e947"}.icon-chart-combo:before{content:"\e948"}.icon-chat:before{content:"\e949"}.icon-check-circle:before{content:"\e94a"}.icon-check:before{content:"\e94b"}.icon-checkbox-checked-circle-line:before{content:"\e94c"}.icon-checkbox-checked-circle:before{content:"\e94d"}.icon-checkbox-checked-line:before{content:"\e94e"}.icon-checkbox-checked:before{content:"\e94f"}.icon-checkbox-unchecked:before{content:"\e950"}.icon-circle-fill:before{content:"\e951"}.icon-circle:before{content:"\e952"}.icon-clear-all:before{content:"\e953"}.icon-clock:before{content:"\e954"}.icon-close:before{content:"\e955"}.icon-cloud:before{content:"\e956"}.icon-coins:before{content:"\e957"}.icon-collaboration:before{content:"\e958"}.icon-comments:before{content:"\e959"}.icon-compact-camera:before{content:"\e95a"}.icon-computer:before{content:"\e95b"}.icon-conference:before{content:"\e95c"}.icon-contact-card:before{content:"\e95d"}.icon-contacts:before{content:"\e95e"}.icon-copy:before{content:"\e95f"}.icon-create-new:before{content:"\e960"}.icon-dashboard:before{content:"\e961"}.icon-data-usage:before{content:"\e962"}.icon-database:before{content:"\e963"}.icon-decline:before{content:"\e964"}.icon-define-location:before{content:"\e965"}.icon-delivery:before{content:"\e966"}.icon-document:before{content:"\e967"}.icon-documents:before{content:"\e968"}.icon-download:before{content:"\e969"}.icon-duplicate:before{content:"\e96a"}.icon-edit-square:before{content:"\e96b"}.icon-edit:before{content:"\e96c"}.icon-error-line:before{content:"\e96d"}.icon-error:before{content:"\e96e"}.icon-expand:before{content:"\e96f"}.icon-external:before{content:"\e970"}.icon-facebook-square:before{content:"\e971"}.icon-facebook:before{content:"\e972"}.icon-file:before{content:"\e973"}.icon-filter-list:before{content:"\e974"}.icon-filter:before{content:"\e975"}.icon-flash-light:before{content:"\e976"}.icon-folder:before{content:"\e977"}.icon-following:before{content:"\e978"}.icon-fullscreen-exit:before{content:"\e979"}.icon-fullscreen:before{content:"\e97a"}.icon-gallery-carousel:before{content:"\e97b"}.icon-gallery:before{content:"\e97c"}.icon-gears:before{content:"\e97d"}.icon-genius:before{content:"\e97e"}.icon-geo-fence:before{content:"\e97f"}.icon-gift:before{content:"\e980"}.icon-globe-earth:before{content:"\e981"}.icon-globe:before{content:"\e982"}.icon-google:before{content:"\e983"}.icon-googleplay:before{content:"\e984"}.icon-googleplus-square:before{content:"\e985"}.icon-googleplus:before{content:"\e986"}.icon-graduation-cap:before{content:"\e987"}.icon-grid-6:before{content:"\e988"}.icon-grid:before{content:"\e989"}.icon-hand-cursor:before{content:"\e98a"}.icon-handshake:before{content:"\e98b"}.icon-happy:before{content:"\e98c"}.icon-health-sources:before{content:"\e98d"}.icon-heart:before{content:"\e98e"}.icon-help-line:before{content:"\e98f"}.icon-help:before{content:"\e990"}.icon-high-priority:before{content:"\e991"}.icon-home:before{content:"\e992"}.icon-houzz-square:before{content:"\e993"}.icon-houzz:before{content:"\e994"}.icon-idea:before{content:"\e995"}.icon-image-file:before{content:"\e996"}.icon-inbox:before{content:"\e997"}.icon-info:before{content:"\e998"}.icon-instagram-square:before{content:"\e999"}.icon-instagram:before{content:"\e99a"}.icon-investment:before{content:"\e99b"}.icon-invisible:before{content:"\e99c"}.icon-iphone-x:before{content:"\e99d"}.icon-iphone:before{content:"\e99e"}.icon-key:before{content:"\e99f"}.icon-keyboard-arrow-down:before{content:"\e9a0"}.icon-keyboard-arrow-left:before{content:"\e9a1"}.icon-keyboard-arrow-right:before{content:"\e9a2"}.icon-keyboard-arrow-up:before{content:"\e9a3"}.icon-keypad:before{content:"\e9a4"}.icon-laptop:before{content:"\e9a5"}.icon-layers-line:before{content:"\e9a6"}.icon-layers:before{content:"\e9a7"}.icon-line-chart:before{content:"\e9a8"}.icon-link:before{content:"\e9a9"}.icon-linkedin-square:before{content:"\e9aa"}.icon-linkedin:before{content:"\e9ab"}.icon-list:before{content:"\e9ac"}.icon-literature:before{content:"\e9ad"}.icon-lock:before{content:"\e9ae"}.icon-mail-line:before{content:"\e9af"}.icon-mail:before{content:"\e9b0"}.icon-maintenance:before{content:"\e9b1"}.icon-map-marker:before{content:"\e9b2"}.icon-map:before{content:"\e9b3"}.icon-marker:before{content:"\e9b4"}.icon-meeting:before{content:"\e9b5"}.icon-memories:before{content:"\e9b6"}.icon-menu:before{content:"\e9b7"}.icon-message:before{content:"\e9b8"}.icon-microphone:before{content:"\e9b9"}.icon-microsoftexcel:before{content:"\e9ba"}.icon-microsoftpowerpoint:before{content:"\e9bb"}.icon-microsoftword:before{content:"\e9bc"}.icon-minus-circle-fill:before{content:"\e9bd"}.icon-minus-circle:before{content:"\e9be"}.icon-minus:before{content:"\e9bf"}.icon-mobile:before{content:"\e9c0"}.icon-money-bag:before{content:"\e9c1"}.icon-money:before{content:"\e9c2"}.icon-monitor:before{content:"\e9c3"}.icon-movie:before{content:"\e9c4"}.icon-music-library:before{content:"\e9c5"}.icon-musical-notes:before{content:"\e9c6"}.icon-news:before{content:"\e9c7"}.icon-note:before{content:"\e9c8"}.icon-ok:before{content:"\e9c9"}.icon-online-support:before{content:"\e9ca"}.icon-open:before{content:"\e9cb"}.icon-order:before{content:"\e9cc"}.icon-paper-money:before{content:"\e9cd"}.icon-paper-plane:before{content:"\e9ce"}.icon-password:before{content:"\e9cf"}.icon-paypal:before{content:"\e9d0"}.icon-pdf:before{content:"\e9d1"}.icon-pencil:before{content:"\e9d2"}.icon-people:before{content:"\e9d3"}.icon-phone-call:before{content:"\e9d4"}.icon-phone:before{content:"\e9d5"}.icon-photo:before{content:"\e9d6"}.icon-pie-chart:before{content:"\e9d7"}.icon-pinterest-square:before{content:"\e9d8"}.icon-pinterest:before{content:"\e9d9"}.icon-play-circle-fill:before{content:"\e9da"}.icon-play-circle:before{content:"\e9db"}.icon-play:before{content:"\e9dc"}.icon-plus:before{content:"\e9dd"}.icon-price-tag:before{content:"\e9de"}.icon-print:before{content:"\e9df"}.icon-product:before{content:"\e9e0"}.icon-qr-code:before{content:"\e9e1"}.icon-quotes-close:before{content:"\e9e2"}.icon-quotes-open:before{content:"\e9e3"}.icon-radio-waves:before{content:"\e9e4"}.icon-refresh:before{content:"\e9e5"}.icon-report-card:before{content:"\e9e6"}.icon-restaurant:before{content:"\e9e7"}.icon-rocket:before{content:"\e9e8"}.icon-save:before{content:"\e9e9"}.icon-screenshot:before{content:"\e9ea"}.icon-search:before{content:"\e9eb"}.icon-security-checked:before{content:"\e9ec"}.icon-server:before{content:"\e9ed"}.icon-settings:before{content:"\e9ee"}.icon-shop:before{content:"\e9ef"}.icon-shopping-bag:before{content:"\e9f0"}.icon-shopping-cart-loaded:before{content:"\e9f1"}.icon-shopping-cart:before{content:"\e9f2"}.icon-shutdown:before{content:"\e9f3"}.icon-sms:before{content:"\e9f4"}.icon-soundcloud:before{content:"\e9f5"}.icon-speech-buble:before{content:"\e9f6"}.icon-spotify:before{content:"\e9f7"}.icon-stack-of-photos:before{content:"\e9f8"}.icon-star-half:before{content:"\e9f9"}.icon-star-line:before{content:"\e9fa"}.icon-star:before{content:"\e9fb"}.icon-statistics:before{content:"\e9fc"}.icon-stopwatch:before{content:"\e9fd"}.icon-sun:before{content:"\e9fe"}.icon-support:before{content:"\e9ff"}.icon-syncronize:before{content:"\ea00"}.icon-thumbs-up:before{content:"\ea01"}.icon-timer:before{content:"\ea02"}.icon-toggle-off:before{content:"\ea03"}.icon-toggle-on:before{content:"\ea04"}.icon-training:before{content:"\ea05"}.icon-trash:before{content:"\ea06"}.icon-trophy:before{content:"\ea07"}.icon-truck:before{content:"\ea08"}.icon-twitter-square:before{content:"\ea09"}.icon-twitter:before{content:"\ea0a"}.icon-unlock:before{content:"\ea0b"}.icon-upload:before{content:"\ea0c"}.icon-usd-fill:before{content:"\ea0d"}.icon-usd:before{content:"\ea0e"}.icon-user-group-man-man:before{content:"\ea0f"}.icon-user-group-man-woman:before{content:"\ea10"}.icon-user-male:before{content:"\ea11"}.icon-video-call:before{content:"\ea12"}.icon-videos-purchased:before{content:"\ea13"}.icon-visible:before{content:"\ea14"}.icon-wallet-app:before{content:"\ea15"}.icon-wallet:before{content:"\ea16"}.icon-warning-line:before{content:"\ea17"}.icon-warning:before{content:"\ea18"}.icon-wifi:before{content:"\ea19"}.icon-worldwide-location:before{content:"\ea1a"}.icon-yelp-square:before{content:"\ea1b"}.icon-yelp:before{content:"\ea1c"}.icon-youtube:before{content:"\ea1d"}.icon-zoom-in:before{content:"\ea1e"}.icon-zoom-out:before{content:"\ea1f"}
/********************************************************************************

			 --- Template - Page Elements ---
*********************************************************************************/
/*-----------Titles-----------*/
h1, h2, h3, h4, h5, h6 { margin: 0 0 0.833em 0; line-height: 1.2; font-weight:500; font-style: normal; color: #fff; font-family: 'Libre Franklin', sans-serif;}
h1, .h1 {font-size: 2.294rem; line-height: 1.25;}
h2, .h2 {font-size: 1.823rem; color: var(--secondary);}
h3, .h3 {font-size: 1.556rem}
h4, .h4 {font-size: 1.333rem}
h5, .h5 {font-size: 1.222rem}
h6, .h6 {font-size: 1.111rem}
.page-headline {font-size: 3.823rem;}
.page-description { font-size: 1.125rem; font-weight: 500; color: #fff; }

.subheader { font-weight: 300; margin-top: -0.6em}
.headings {border-bottom:1px solid var(--grey); padding:0 0 0.667em 0; margin:0 0 1.667em 0; position:relative;}
.headings:before {content:""; display:block; position:absolute; bottom:-1px; left:0; width:175px; height:1px; background:041022;}
.headings span[class^="icon-"] {font-size:80%; margin-right:0.167em;}
/*-----------Branding Colors-----------*/
.purple {color:#7D8FFC;}
.bg-purple {background-color: #7D8FFC;}
.light-blue {color: #1138A5;}
.bg-light-blue {background-color: #1138A5;}
.blue {color: #051835;}
.bg-blue {background-color: #051835;}
.black {color:#041022;}
.bg-black {background-color: #041022;}
.gray {color:#40475B;}
.bg-gray {background-color: #40475B;}
.light-gray {color:#D5D5E2;}
.bg-light-gray {background-color: #D5D5E2;}
.off-white {color:#F1F1FB;}
.bg-off-white {background-color: #F1F1FB;}
.bg-white {background-color: #fff;}
.white {color: #fff;}
/*-----------Lists-----------*/
.list-reset { list-style: none; padding: 0; margin: 0; }
ul, ol { margin: 0 0 1.000em 1.778em; padding: 0; }
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; position: relative; padding: 0 0 0 1.125em; margin-bottom: 1.250em; }
ol li:before { font-weight: 700; content: counters(section, ".") "."; display: inline-block; /*color:var(--secondary);*/ color:var(--deep-orange); margin-right: 0.5em; }
ol ol { margin: 1.778em 0; }
ol ol li { font-size: 0.875em; }
ol ol li { padding-left: 2.1429em; }
ul.bullets, ul.checkmarks { list-style: none; margin: 0 0 1.000em 0; padding: 0; overflow: hidden; }
ul.bullets li, ul.checkmarks li { list-style: none; margin: 0 0 1.125em 0; padding: 0 0 0 1.250em; position: relative; }
ul.bullets-space li { margin: 0 0 12px 0; }
ul.bullets li:before, ul.checkmarks li:before { font-family: 'CD-Project-Icons'; display: block; position: absolute; top: 0; left: 0; color:var(--deep-orange); }
ul.bullets li:before { font-size: 1em; content: "\e915"; top: -0.0625em;}
ul.checkmarks li:before { font-size: 1em; content: "\e94b"; top: -0.0625em;}
ul.bullets ul, ul.checkmarks ul { margin: 1.250em 0 0 0.667em; }
.article { font-size: 1.125rem; }
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 { margin: 1.750em 0 1.500em; }
/*-----------Paragraphs-----------*/
p { margin: 0 0 1.500em 0; line-height: 1.41; }
.lead { font-size: 1.556rem; font-weight: 300; line-height:1.5;}
/*-----------Links-----------*/
a { color:var(--secondary); text-decoration: none; -webkit-transition: color 300ms ease-out; transition: color 300ms ease-out; }
a:hover {color:var(--deep-orange); text-decoration: none; cursor: pointer; }
/*-----------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 var(--grey); 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 }

.flex {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
.flex--center {-webkit-box-align: center;-moz-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}

/*-----------Misc Typography-----------*/
.franklin {font-family: 'Libre Franklin', sans-serif;}
.montserrat {font-family: 'Montserrat', sans-serif;}
.small { font-size:1rem; font-weight: 700; }
.light {font-weight:300;}
.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:var(--grey); }
.border-top { border-top-style: solid; border-top-width: 1px; border-top-color:var(--grey); }
.border-right { border-right-style: solid; border-right-width: 1px; border-right-color:var(--grey); }
.border-bottom { border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color:var(--grey); }
.border-left { border-left-style: solid; border-left-width: 1px; border-left-color:var(--grey); }
.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 {margin: 0 0 1.389em 0; padding:0 0 0 2.5em;; position:relative;}
blockquote .quote {line-height: 1.7; margin:0 0 1.000em 0; font-style: italic; }
blockquote .quote:before {font-size:1.5em; content:'\e9e3'; font-family: 'CD-Project-Icons'; font-style: normal; position:absolute; top:-0.0667em; left:0; color:var(--secondary); line-height:1; }
blockquote .quote p {font-size: 1.0625rem;}
blockquote .cite {font-weight: 700; }
blockquote .cite span {font-size:0.857em; font-weight: 400; margin: 0 0 0 0.389em }
blockquote :last-child { margin: 0; }
/*-----------Divider-----------*/
hr { border: none; height: 1px; background: var(--grey); 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 {position: relative;font-size: 0.975rem; cursor: pointer; line-height: 1; letter-spacing: 2.29px;border: none; margin: 0 0 1.111em 0; font-weight: 600;text-transform: capitalize;text-decoration: none; text-align: center; -webkit-appearance: none; display: inline-block; padding: 1.176rem 1.176rem 1.176rem 1.176rem; -webkit-transition: all 200ms ease; transition: all 200ms ease; color: #ffffff; background-color: var(--secondary);border-radius:50px;}
.button:not(.button--arrow):hover,  .button.secondary:not(.button--arrow):hover{background-color: var(--primary);color: #FFF;}
.button.button--arrow {background-color: transparent;padding: 1.176rem 4.176rem 1.176rem 0;text-align: left;color:var(--deep-orange);}
.button.button--arrow:before { color: #FFF; }
.button.button--arrow:hover { color: #FFF; }
/**.button.button--arrow::after {content: '';opacity: 0;width: 3.294rem;height: 3.294rem;border-radius: 50%;background-color: var(--primary);position: absolute;right: 0;top:0;}***/
.button.button--arrow::before {content: '\e923';font-family: 'CD-Project-Icons' !important;display: flex;align-items: center;justify-content: center;width: 2.352rem;height: 2.352rem;background-color: var(--primary);border-radius: 50%;position: absolute;right:0.47rem;top:50%;margin-top: -1.176rem;}

.button.button--arrow:hover:before {
	-webkit-animation: button-pulse 2s infinite;animation: button-pulse 2s infinite;}
.button.secondary.button--arrow:hover:before {
	-webkit-animation: button-pulse-secondary 2s infinite;animation: button-pulse-secondary 2s infinite;
}
.button.button--arrow.buton--animation:before {-webkit-animation: button-pulse 2s infinite;animation: button-pulse 2s infinite;}
@-webkit-keyframes button-pulse {
	1% {

		box-shadow: 0 0 0 5px rgba(17, 56, 165, 0.15);
	}

	70% {

		box-shadow: 0 0 0 10px rgba(17, 56, 165, 0.23);
	}

	100% {

		box-shadow: 0 0 0 5px rgba(17, 56, 165, 0.15);
	}
}
@-webkit-keyframes button-pulse-secondary {
	1% {

		box-shadow: 0 0 0 5px rgba(125, 143, 252, 0.15);
	}

	70% {

		box-shadow: 0 0 0 10px rgba(125, 143, 252, 0.23);
	}

	100% {

		box-shadow: 0 0 0 5px rgba(125, 143, 252, 0.15);
	}
}
body:not(.user-is-tabbing) .button {outline: none;}
.button:hover, .button:focus {background-color: transparent;}
.button.secondary.button--arrow {background-color: transparent;}
.button.secondary.button--arrow::after {background-color: var(--secondary);}
.button.secondary.button--arrow::before {background-color: var(--secondary);}

.button.secondary:hover, .button.secondary:focus {background-color: #595959;}
.button.secondary.button--arrow:hover, .button.secondary.button--arrow:focus {background-color: transparent;}

.button.large {padding: 1.000em 2.556em; font-size: 1.333rem;}
.button.tiny {padding: 0.778em 1.111em; font-size: 0.778rem;}
.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;}
/*-----------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: var(--secondary); border-bottom: 2px solid var(--secondary); transition: all 250ms ease;}
.text-button:hover {color: #fff; border-color: #fff;}
.text-button.secondary {color: #fff; border-color: #fff;}
.text-button.secondary:hover {color: var(--secondary); border-color: var(--secondary);}
.text-button.tertiary {color: #008227; border-color: #008227;}
.text-button.tertiary:hover {color: var(--grey); border-color: var(--grey);}
.text-button.tiny {font-size: 0.875rem; text-transform: uppercase;}
/*-----------Labels-----------*/
.label {color: var(--secondary);font-family: 'Montserrat', sans-serif;font-size: 0.823rem;font-weight: 600;letter-spacing: 2.29px;line-height: 0.86;text-transform: uppercase;}
.label.white {color: #fff;}
@media only screen and (max-width: 1450px) {
	.page-headline {font-size: 3.423rem;}
}
@media only screen and (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 only screen and (max-width: 800px) {
	h1, .h1 {font-size: 2.000rem}
	h2, .h2 {font-size: 1.500rem}
	h3, .h3 {font-size: 1.313rem}
	.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 only screen and (max-width: 479px) {
	h1, .h1 {font-size: 1.750rem}
	h2, .h2 {font-size: 1.375rem}
	h3, .h3 {font-size: 1.188rem}
	h4, .h4 {font-size: 1.125rem}
	.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 only screen and (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:not(.button--arrow) {display:block; width:100%;}
}
/********************************************************************************
			 --- Form Styling ---
*********************************************************************************/
/*-----------Standard Forms-----------*/
form { margin: 0; }
/*-----------Label Styles-----------*/
label, .root .gform_wrapper label, .root .gform_wrapper.gravity-theme .gfield_label, .root .gform_wrapper.gravity-theme .gfield_header_item, .root .gform_wrapper.gravity-theme .gform_fileupload_rules, .root .gform_wrapper.gravity-theme .ginput_complex label { cursor: pointer; display: block;color: var(--secondary);font-family: 'Montserrat', sans-serif;font-size: 0.705rem;font-weight: 600;letter-spacing: 2.29px;line-height: 0.86;text-transform: uppercase;}

.root .gfield_radio {margin-top: 1rem;}
.ginput_container_consent {margin-top: 0.5rem;}
.ginput_container_consent label {line-height: 1;}
.root .gfield_radio .gchoice {margin-bottom: .75rem;}
.root .gfield_radio .gchoice label {text-transform: none;margin-left: 0;padding-left: .5rem;line-height: 1.1;}
.root .gfield_radio .gchoice label + input {width: 100%;}
.root .ginput_container_consent {display: flex;flex-flow: wrap;}

.root .gform_wrapper.gravity-theme .gfield-choice-input {margin-bottom: 0;}
.root .gfield_consent_label {margin-top: .1rem;}
@media only screen and (max-width: 768px) {
	.root .gfield_radio .gchoice {margin-bottom: 1rem;}
}
/*-----------Required-----------*/
.req { color:var(--secondary); font-weight: 700;}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {margin-top:0.764rem!important;margin-bottom:0.764rem!important;}
.root .gform_wrapper .gfield_required {color: #fff;}
/*-----------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: var(--light-purple); border: 1px solid var(--grey); color: var(--dark); display: block; margin: 0.764rem 0 1.47rem 0; padding: 0.444em; height: 2.750em; width: 100%; transition: border linear 0.2s, box-shadow linear 0.2s; border-radius: 0.117rem; font-weight:normal;}
/*-----------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: var(--secondary); outline:none;}
body.user-is-tabbing input[type="text"]:focus, body.user-is-tabbing input[type="password"]:focus, body.user-is-tabbing input[type="date"]:focus, body.user-is-tabbing input[type="datetime"]:focus, body.user-is-tabbing input[type="datetime-local"]:focus, body.user-is-tabbing input[type="month"]:focus, body.user-is-tabbing input[type="week"]:focus, body.user-is-tabbing input[type="email"]:focus, body.user-is-tabbing input[type="number"]:focus, body.user-is-tabbing input[type="search"]:focus, body.user-is-tabbing input[type="tel"]:focus, body.user-is-tabbing input[type="time"]:focus, body.user-is-tabbing input[type="url"]:focus, body.user-is-tabbing textarea:focus, body.user-is-tabbing select:focus {border: none; outline: auto; outline: 2px solid var(--secondary) !important; /* for non-webkit browsers */ outline: 5px auto -webkit-focus-ring-color !important;}
/*-----------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: var(--grey); }
/*-----------input submit-----------*/
input[type="submit"] { -webkit-appearance: none; }
/*-----------textarea-----------*/
textarea { min-height: 6.944em; resize: none; max-width: 100%; }
textarea[rows] { height: auto; }
/*-----------select-----------*/
select { -webkit-appearance: none !important; background-color: #fff; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAADKADAAQAAAABAAAACAAAAADFRH6nAAAArUlEQVQYGWMUtFhpzcz4l+XN8aiDDHiAiM1yh79/mH4zMTL8qf7LwLBX0GppBC71ILm/f//vAallYuNgymJg+P+E4T/jEmyawGJAOZAakFpGkKkSDssVfv78d4CBgVGGgfF/zPtj0StA4siK2dmZHF4ciHwA1gCSRNcEEgPZCjIZphgkBNcA4qBoAgmgKQaJoGgACYA1/fi3D8Rm52ByAjkDxMYLFBz2c4AwNkUA/sdRBs4Qf7AAAAAASUVORK5CYII=");background-position: 98% center; background-repeat: no-repeat; line-height: normal; height: 2.750em; }
:-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 var(--grey); padding: 1.111em; margin: 1.000em 0; }
fieldset legend { font-weight: 700; background: #041020; padding: 0 0.167em; margin: 0; margin-left: -0.167em; }
/*-----------Custom replaced checkbox, radio, switch-----------*/
.checkbox, .radio, .switch {margin: 1.000em 0; }
.checkbox label, .radio label {font-size: 1em; text-transform: none; font-weight: 400; line-height: 1;}
.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; outline: none;}
.checkbox span, .radio span { position: relative; display: inline-block; margin-left: -1.067em; vertical-align: middle; text-align: center; width: 1.067em; height: 1.067em; line-height: 0.8571em; background: #fff; border: 1px solid var(--grey); }
.checkbox span {border-radius: 2px; }
.radio span { border-radius: 1.067em; }
.checkbox:hover span, .radio:hover span { border-color: var(--secondary); }
.checkbox span:before, .radio span:before {content: ""; display: inline-block;  vertical-align: middle; opacity: 0; color: var(--secondary); line-height: 1; transition: all 250ms ease; }
.checkbox span:before {font-size: 0.667em; content: "\e94b"; font-family: 'CD-Project-Icons';}
.radio span:before {width: 0.6875em; height: 0.6875em; border-radius: 0.6875em; background-color: var(--secondary);}
.checkbox input[type=checkbox]:checked + span, .radio input[type=radio]:checked + span { border-color: var(--secondary); background-color: var(--secondary); }
.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: var(--grey) !important; background-color: var(--grey) !important; }
.radio input[type=radio]:checked:focus + span:before { background-color: 041022;}
.radio input[type=radio]:checked:focus + span { border-color: 041022000; background-color: #fff; }
.checkbox input[type=checkbox]:checked:focus + span, .switch input[type=checkbox]:checked:focus + span {background-color: 041022;}
/* --- 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 var(--grey); 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 var(--grey); border-radius: 400px; box-shadow: 1px 1px 3px rgba(0,0,0,0.1); -webkit-transition: all .2s; }
.switch input:checked + span { background-color: var(--secondary); border-color: var(--secondary); transition: all .5s; }
.switch input:checked + span:after { left: 50%; transition: all .2s; }
/*-----------Error Validation-----------*/
form small.form-error {font-size: 0.667rem; background: var(--secondary); color: #fff; padding: 0.222rem 0.333rem; font-weight: 500; margin: -1.000rem 0 0.556rem 0; display: block; }
/*-----------Success Container-----------*/
.success-container {display: none; text-align: center; margin-top: 5em; margin-bottom: 5em;}
.success-container__icon {font-size:7.5em; line-height: 1; color: var(--secondary)}
.success-container p {font-size: 1.125em;}
/*-----------Disabled Button-----------*/
.button[disabled], .button.disabled, .button[disabled]:hover, .button.disabled:hover {background:#f2f2f2; color:var(--dark); cursor:default; text-shadow:none;}
/********************************************************************************
			 --- Accordion ---
*********************************************************************************/
.accordion {font-size:1.000rem; margin: 0 0 1.667em; border-bottom: 1px solid var(--grey);}
.accordion dt {border-top: 1px solid var(--grey); -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:500;}
.accordion dt:after { content: "\e91b"; font-family: 'CD-Project-Icons'; position:absolute; top:0.738em; right:0; font-size: 1.333em; color:var(--secondary);}
.accordion dt.accordion-active:after { content: "\e926"; }
.accordion dd { display: none; padding: 1.111em; margin: 0; }
body.user-is-tabbing .accordion dt:focus { margin-left: -1rem; margin-right: -1rem; padding-left: 1rem; padding-right: 3.22rem; }
body.user-is-tabbing .accordion dt:focus:after { right:1rem; }
body:not(.user-is-tabbing) .accordion dt:focus { outline: none; }
/********************************************************************************
			 --- Responsive Tabs ---
*********************************************************************************/
/*-----------Universal Tabs-----------*/
.resp-tabs-list {list-style:none; margin: 0; padding: 0;}
.resp-tabs-list li {display: inline-block; margin: 0; padding:0; cursor: pointer; float: left; background-color: var(--dark); color: 041022;font-weight: 500;}
.resp-tabs-list li.resp-tab-active { background: var(--dark); color:var(--secondary); position: relative; }
.resp-tabs-container {padding: 0; background-color: var(--dark); clear: left;}
.resp-content-active, .resp-accordion-active, .resp-tab-content-active { display: block; }
.resp-tab-content { display: none; padding: 1.667em 1.944em; border: 1px solid var(--grey);}
.resp-accordion { cursor: pointer; display: none; border: 1px solid var(--grey); margin: 0; padding: 0.667em; }
.resp-tab-active {border-bottom:none;}
.resp-arrow { position: absolute; top: 0.833em; right: 0.833em; }
.resp-arrow:after { content: "\e91b"; font-family: 'CD-Project-Icons'; }
.resp-tab-active .resp-arrow:after { content: "\e926"; }
body:not(.user-is-tabbing) .resp-accordion:focus { outline: none !important; }
/*-----------Vertical tabs-----------*/
.resp-tabs--vertical .resp-tab-content {word-wrap: break-word; }
.resp-tab-item:focus, .resp-accordion:focus  { position: relative; z-index: 2;}

@media only screen and (min-width: 768px) {
	/*-----------Horizontal tabs-----------*/
	.resp-tabs--horizontal .resp-tabs-list li { padding: 0.833em; border-top: 1px solid var(--grey); border-left: 1px solid var(--grey); }
	.resp-tabs--horizontal .resp-tabs-list li:last-child { border-right: 1px solid var(--grey); }
	.resp-tabs--horizontal .resp-tabs-list li.resp-tab-active:after { content: ""; display: block; background: #fff; height: 1px; width: 100%; position: absolute; bottom: -1px; left: 0; }
	body:not(.user-is-tabbing) .resp-tabs--horizontal .resp-tabs-list li:focus { outline: none; }
	/*-----------Vertical tabs-----------*/
	.resp-tabs--vertical {overflow: hidden; padding-top: 3px; padding-left: 3px; /*padding is so focus ring shows completely */}
	.resp-tabs--vertical .resp-tabs-list { float: left; width: 30%; border: 1px solid var(--grey); border-right: none; }
	.resp-tabs--vertical .resp-tabs-list li { display: block; padding: 0.778em 1.111em; cursor: pointer; float: none; border-bottom: 1px solid var(--grey); }
	.resp-tabs--vertical .resp-tabs-list li:last-child {border-bottom:none;}
	.resp-tabs--vertical .resp-tabs-container { border: 1px solid var(--grey); float: left; width: 70%; min-height: 250px; clear: none; }
	.resp-tabs--vertical .resp-tab-content { border: none; }
	.resp-tabs--vertical .resp-tab-active { position: relative; z-index: 1; margin-right: -1px !important; }
	.resp-tab-content.resp-tab-content-active {display:block!important;}
	.resp-accordion-closed {display:block;}
	body:not(.user-is-tabbing) .resp-tabs--vertical .resp-tabs-list li:focus { outline: none; }
}

@media only screen and (max-width: 767px) {
.resp-tabs-list { display: none; }
.resp-accordion { display: block; background-color: #f2f2f2; color: 041022; position: relative; font-size: 1.125em;}
.resp-accordion:not(:last-of-type) {border-bottom:none; }
.resp-accordion.resp-tab-active { background: #fff; color:var(--secondary); }
.resp-tab-content { border: 1px solid var(--grey); border-bottom:none; }
.resp-tab-content:last-of-type {border-bottom:1px solid var(--grey);}
.resp-tabs--verticalvtabs .resp-tabs-container { border: none; float: none; width: 100%; min-height: 100px; clear: none; }
}
/********************************************************************************
			 --- Tables ---
*********************************************************************************/
table.table { background: var(--dark); margin-bottom: 1.000em; border: solid 1px var(--grey); table-layout: auto; width: 100%; }
table.table caption { background: none; color: 041022; font-weight: bold; }
table.table thead { background:var(--dark); }
table.table thead tr th, table.table thead tr td { padding:0.750em 0.857em; font-size: 0.778em; text-transform: uppercase; color: 041022; font-weight:700; border: 1px solid var(--grey); }
table.table tr th, table.table tr td { padding:1em 0.820em; font-size:0.813em; text-align: left; border: 1px solid var(--grey); }
table.table tr.even, table.table tr.alt, table.table tr:nth-of-type(even) { background: var(--blue); }
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.3; }
/********************************************************************************
			 --- Slide Toggle ---
*********************************************************************************/
.slide-content { display: none; }
.slide-toggle:not(.button):after { content: "\e911"; font-family: 'CD-Project-Icons'; margin: 0 0 0 0.333em; font-size:90%;}
.slide-toggle:not(.button).active:after { content: "\e917"; }
.slide-toggle.button {padding-left: 0;background-color: transparent;color:var(--secondary); }
.slide-toggle:not(.button).active, .slide-toggle:not(.button).active:after { color:var(--secondary); }
.slide-toggle.button:after { content: "\e911"; font-family: 'CD-Project-Icons'; font-size:90%; margin-left:0.333em; }
.slide-toggle.button.active:after { content: "\e917";}
/********************************************************************************
			 --- Alerts ---
*********************************************************************************/
.alert { display: none; padding: 0.556em 0.833em; margin-bottom: 1.111em; background-color: 041022; 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; text-decoration: underline; }
.alert a:hover { color:var(--secondary); }
.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:#008227; }
.alert-success p:before { content: "\e94b"; }
.alert-info { background-color:var(--secondary); }
.alert-info p:before { content: "\e98f"; }
.alert-warning { background-color:#ffa500; }
.alert-warning p:before { content: "\ea17"; }
.alert-danger { background-color:var(--deep-orange); }
.alert-danger p:before { content: "\e96d"; }

/********************************************************************************
			 --- ADA Jump to Main Content---
*********************************************************************************/
.ada-banner {position: relative;}
a.skip-main {left: -999px; position: absolute; top: auto; width: 1px; height: 1px; overflow: hidden; z-index: -999; transition: all 300ms ease-out;}
a.skip-main:focus, a.skip-main:active {font-size: 1.25em; color: #fff; background-color: 041022; left: auto; top: auto; width: auto; height: auto; overflow: auto; margin: 0 5% ; padding: 0.4em 1em; border-radius: 0 0 5px 5px; text-align: center; font-size: 1.2em; z-index: 99999;}
/********************************************************************************
			 --- WP Toolbar  ---
*********************************************************************************/
/* This might require updating based on header whether it's fixed or not */
.admin-bar .header {top:32px;}
.admin-bar .menu_open .header {top: 32px;}
.admin-bar .menu_open .menu {padding-top: 132px;}
@media only screen and (max-width: 782px) {
	.admin-bar .header {top: 0;}
	#wpadminbar {position: fixed;}
}
/********************************************************************************
			 --- Style Guide---
*********************************************************************************/
.sg-section {padding: 5.000em 0; border-bottom: 1px solid var(--grey);}
.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: var(--grey);}
.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: var(--grey);}
.sg-section__subheading span {position: relative; background: var(--dark); 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 var(--grey); 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; z-index: 9999999; border-right: 1px solid var(--grey); -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: "\ea03"; font-family: 'CD-Project-Icons'; margin-right: 6px;}
.sg-snippets-toggle.active:before {content: "\ea04"; 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; border-radius: 0; z-index: 9999999;}
.sg-toggle:before {content: "\e974"; 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: "\e955";}

@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 var(--grey);}
/********************************************************************************
			 --- Reveal Animation ---
*********************************************************************************/
[data-reveal][data-reveal][data-reveal-duration="50"],body[data-reveal-duration="50"] [data-reveal]{transition-duration:50ms}[data-reveal][data-reveal][data-reveal-delay="50"],body[data-reveal-delay="50"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="50"].reveal-animate,body[data-reveal-delay="50"] [data-reveal].reveal-animate{transition-delay:50ms}[data-reveal][data-reveal][data-reveal-duration="100"],body[data-reveal-duration="100"] [data-reveal]{transition-duration:.1s}[data-reveal][data-reveal][data-reveal-delay="100"],body[data-reveal-delay="100"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="100"].reveal-animate,body[data-reveal-delay="100"] [data-reveal].reveal-animate{transition-delay:.1s}[data-reveal][data-reveal][data-reveal-duration="150"],body[data-reveal-duration="150"] [data-reveal]{transition-duration:.15s}[data-reveal][data-reveal][data-reveal-delay="150"],body[data-reveal-delay="150"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="150"].reveal-animate,body[data-reveal-delay="150"] [data-reveal].reveal-animate{transition-delay:.15s}[data-reveal][data-reveal][data-reveal-duration="200"],body[data-reveal-duration="200"] [data-reveal]{transition-duration:.2s}[data-reveal][data-reveal][data-reveal-delay="200"],body[data-reveal-delay="200"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="200"].reveal-animate,body[data-reveal-delay="200"] [data-reveal].reveal-animate{transition-delay:.2s}[data-reveal][data-reveal][data-reveal-duration="250"],body[data-reveal-duration="250"] [data-reveal]{transition-duration:.25s}[data-reveal][data-reveal][data-reveal-delay="250"],body[data-reveal-delay="250"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="250"].reveal-animate,body[data-reveal-delay="250"] [data-reveal].reveal-animate{transition-delay:.25s}[data-reveal][data-reveal][data-reveal-duration="300"],body[data-reveal-duration="300"] [data-reveal]{transition-duration:.3s}[data-reveal][data-reveal][data-reveal-delay="300"],body[data-reveal-delay="300"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="300"].reveal-animate,body[data-reveal-delay="300"] [data-reveal].reveal-animate{transition-delay:.3s}[data-reveal][data-reveal][data-reveal-duration="350"],body[data-reveal-duration="350"] [data-reveal]{transition-duration:.35s}[data-reveal][data-reveal][data-reveal-delay="350"],body[data-reveal-delay="350"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="350"].reveal-animate,body[data-reveal-delay="350"] [data-reveal].reveal-animate{transition-delay:.35s}[data-reveal][data-reveal][data-reveal-duration="400"],body[data-reveal-duration="400"] [data-reveal]{transition-duration:.4s}[data-reveal][data-reveal][data-reveal-delay="400"],body[data-reveal-delay="400"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="400"].reveal-animate,body[data-reveal-delay="400"] [data-reveal].reveal-animate{transition-delay:.4s}[data-reveal][data-reveal][data-reveal-duration="450"],body[data-reveal-duration="450"] [data-reveal]{transition-duration:.45s}[data-reveal][data-reveal][data-reveal-delay="450"],body[data-reveal-delay="450"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="450"].reveal-animate,body[data-reveal-delay="450"] [data-reveal].reveal-animate{transition-delay:.45s}[data-reveal][data-reveal][data-reveal-duration="500"],body[data-reveal-duration="500"] [data-reveal]{transition-duration:.5s}[data-reveal][data-reveal][data-reveal-delay="500"],body[data-reveal-delay="500"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="500"].reveal-animate,body[data-reveal-delay="500"] [data-reveal].reveal-animate{transition-delay:.5s}[data-reveal][data-reveal][data-reveal-duration="550"],body[data-reveal-duration="550"] [data-reveal]{transition-duration:.55s}[data-reveal][data-reveal][data-reveal-delay="550"],body[data-reveal-delay="550"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="550"].reveal-animate,body[data-reveal-delay="550"] [data-reveal].reveal-animate{transition-delay:.55s}[data-reveal][data-reveal][data-reveal-duration="600"],body[data-reveal-duration="600"] [data-reveal]{transition-duration:.6s}[data-reveal][data-reveal][data-reveal-delay="600"],body[data-reveal-delay="600"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="600"].reveal-animate,body[data-reveal-delay="600"] [data-reveal].reveal-animate{transition-delay:.6s}[data-reveal][data-reveal][data-reveal-duration="650"],body[data-reveal-duration="650"] [data-reveal]{transition-duration:.65s}[data-reveal][data-reveal][data-reveal-delay="650"],body[data-reveal-delay="650"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="650"].reveal-animate,body[data-reveal-delay="650"] [data-reveal].reveal-animate{transition-delay:.65s}[data-reveal][data-reveal][data-reveal-duration="700"],body[data-reveal-duration="700"] [data-reveal]{transition-duration:.7s}[data-reveal][data-reveal][data-reveal-delay="700"],body[data-reveal-delay="700"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="700"].reveal-animate,body[data-reveal-delay="700"] [data-reveal].reveal-animate{transition-delay:.7s}[data-reveal][data-reveal][data-reveal-duration="750"],body[data-reveal-duration="750"] [data-reveal]{transition-duration:.75s}[data-reveal][data-reveal][data-reveal-delay="750"],body[data-reveal-delay="750"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="750"].reveal-animate,body[data-reveal-delay="750"] [data-reveal].reveal-animate{transition-delay:.75s}[data-reveal][data-reveal][data-reveal-duration="800"],body[data-reveal-duration="800"] [data-reveal]{transition-duration:.8s}[data-reveal][data-reveal][data-reveal-delay="800"],body[data-reveal-delay="800"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="800"].reveal-animate,body[data-reveal-delay="800"] [data-reveal].reveal-animate{transition-delay:.8s}[data-reveal][data-reveal][data-reveal-duration="850"],body[data-reveal-duration="850"] [data-reveal]{transition-duration:.85s}[data-reveal][data-reveal][data-reveal-delay="850"],body[data-reveal-delay="850"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="850"].reveal-animate,body[data-reveal-delay="850"] [data-reveal].reveal-animate{transition-delay:.85s}[data-reveal][data-reveal][data-reveal-duration="900"],body[data-reveal-duration="900"] [data-reveal]{transition-duration:.9s}[data-reveal][data-reveal][data-reveal-delay="900"],body[data-reveal-delay="900"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="900"].reveal-animate,body[data-reveal-delay="900"] [data-reveal].reveal-animate{transition-delay:.9s}[data-reveal][data-reveal][data-reveal-duration="950"],body[data-reveal-duration="950"] [data-reveal]{transition-duration:.95s}[data-reveal][data-reveal][data-reveal-delay="950"],body[data-reveal-delay="950"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="950"].reveal-animate,body[data-reveal-delay="950"] [data-reveal].reveal-animate{transition-delay:.95s}[data-reveal][data-reveal][data-reveal-duration="1000"],body[data-reveal-duration="1000"] [data-reveal]{transition-duration:1s}[data-reveal][data-reveal][data-reveal-delay="1000"],body[data-reveal-delay="1000"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="1000"].reveal-animate,body[data-reveal-delay="1000"] [data-reveal].reveal-animate{transition-delay:1s}[data-reveal][data-reveal][data-reveal-duration="1050"],body[data-reveal-duration="1050"] [data-reveal]{transition-duration:1.05s}[data-reveal][data-reveal][data-reveal-delay="1050"],body[data-reveal-delay="1050"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="1050"].reveal-animate,body[data-reveal-delay="1050"] [data-reveal].reveal-animate{transition-delay:1.05s}[data-reveal][data-reveal][data-reveal-duration="1100"],body[data-reveal-duration="1100"] [data-reveal]{transition-duration:1.1s}[data-reveal][data-reveal][data-reveal-delay="1100"],body[data-reveal-delay="1100"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="1100"].reveal-animate,body[data-reveal-delay="1100"] [data-reveal].reveal-animate{transition-delay:1.1s}[data-reveal][data-reveal][data-reveal-duration="1150"],body[data-reveal-duration="1150"] [data-reveal]{transition-duration:1.15s}[data-reveal][data-reveal][data-reveal-delay="1150"],body[data-reveal-delay="1150"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="1150"].reveal-animate,body[data-reveal-delay="1150"] [data-reveal].reveal-animate{transition-delay:1.15s}[data-reveal][data-reveal][data-reveal-duration="1200"],body[data-reveal-duration="1200"] [data-reveal]{transition-duration:1.2s}[data-reveal][data-reveal][data-reveal-delay="1200"],body[data-reveal-delay="1200"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="1200"].reveal-animate,body[data-reveal-delay="1200"] [data-reveal].reveal-animate{transition-delay:1.2s}[data-reveal][data-reveal][data-reveal-duration="1250"],body[data-reveal-duration="1250"] [data-reveal]{transition-duration:1.25s}[data-reveal][data-reveal][data-reveal-delay="1250"],body[data-reveal-delay="1250"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="1250"].reveal-animate,body[data-reveal-delay="1250"] [data-reveal].reveal-animate{transition-delay:1.25s}[data-reveal][data-reveal][data-reveal-duration="1300"],body[data-reveal-duration="1300"] [data-reveal]{transition-duration:1.3s}[data-reveal][data-reveal][data-reveal-delay="1300"],body[data-reveal-delay="1300"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="1300"].reveal-animate,body[data-reveal-delay="1300"] [data-reveal].reveal-animate{transition-delay:1.3s}[data-reveal][data-reveal][data-reveal-duration="1350"],body[data-reveal-duration="1350"] [data-reveal]{transition-duration:1.35s}[data-reveal][data-reveal][data-reveal-delay="1350"],body[data-reveal-delay="1350"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="1350"].reveal-animate,body[data-reveal-delay="1350"] [data-reveal].reveal-animate{transition-delay:1.35s}[data-reveal][data-reveal][data-reveal-duration="1400"],body[data-reveal-duration="1400"] [data-reveal]{transition-duration:1.4s}[data-reveal][data-reveal][data-reveal-delay="1400"],body[data-reveal-delay="1400"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="1400"].reveal-animate,body[data-reveal-delay="1400"] [data-reveal].reveal-animate{transition-delay:1.4s}[data-reveal][data-reveal][data-reveal-duration="1450"],body[data-reveal-duration="1450"] [data-reveal]{transition-duration:1.45s}[data-reveal][data-reveal][data-reveal-delay="1450"],body[data-reveal-delay="1450"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="1450"].reveal-animate,body[data-reveal-delay="1450"] [data-reveal].reveal-animate{transition-delay:1.45s}[data-reveal][data-reveal][data-reveal-duration="1500"],body[data-reveal-duration="1500"] [data-reveal]{transition-duration:1.5s}[data-reveal][data-reveal][data-reveal-delay="1500"],body[data-reveal-delay="1500"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="1500"].reveal-animate,body[data-reveal-delay="1500"] [data-reveal].reveal-animate{transition-delay:1.5s}[data-reveal][data-reveal][data-reveal-duration="1550"],body[data-reveal-duration="1550"] [data-reveal]{transition-duration:1.55s}[data-reveal][data-reveal][data-reveal-delay="1550"],body[data-reveal-delay="1550"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="1550"].reveal-animate,body[data-reveal-delay="1550"] [data-reveal].reveal-animate{transition-delay:1.55s}[data-reveal][data-reveal][data-reveal-duration="1600"],body[data-reveal-duration="1600"] [data-reveal]{transition-duration:1.6s}[data-reveal][data-reveal][data-reveal-delay="1600"],body[data-reveal-delay="1600"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="1600"].reveal-animate,body[data-reveal-delay="1600"] [data-reveal].reveal-animate{transition-delay:1.6s}[data-reveal][data-reveal][data-reveal-duration="1650"],body[data-reveal-duration="1650"] [data-reveal]{transition-duration:1.65s}[data-reveal][data-reveal][data-reveal-delay="1650"],body[data-reveal-delay="1650"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="1650"].reveal-animate,body[data-reveal-delay="1650"] [data-reveal].reveal-animate{transition-delay:1.65s}[data-reveal][data-reveal][data-reveal-duration="1700"],body[data-reveal-duration="1700"] [data-reveal]{transition-duration:1.7s}[data-reveal][data-reveal][data-reveal-delay="1700"],body[data-reveal-delay="1700"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="1700"].reveal-animate,body[data-reveal-delay="1700"] [data-reveal].reveal-animate{transition-delay:1.7s}[data-reveal][data-reveal][data-reveal-duration="1750"],body[data-reveal-duration="1750"] [data-reveal]{transition-duration:1.75s}[data-reveal][data-reveal][data-reveal-delay="1750"],body[data-reveal-delay="1750"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="1750"].reveal-animate,body[data-reveal-delay="1750"] [data-reveal].reveal-animate{transition-delay:1.75s}[data-reveal][data-reveal][data-reveal-duration="1800"],body[data-reveal-duration="1800"] [data-reveal]{transition-duration:1.8s}[data-reveal][data-reveal][data-reveal-delay="1800"],body[data-reveal-delay="1800"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="1800"].reveal-animate,body[data-reveal-delay="1800"] [data-reveal].reveal-animate{transition-delay:1.8s}[data-reveal][data-reveal][data-reveal-duration="1850"],body[data-reveal-duration="1850"] [data-reveal]{transition-duration:1.85s}[data-reveal][data-reveal][data-reveal-delay="1850"],body[data-reveal-delay="1850"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="1850"].reveal-animate,body[data-reveal-delay="1850"] [data-reveal].reveal-animate{transition-delay:1.85s}[data-reveal][data-reveal][data-reveal-duration="1900"],body[data-reveal-duration="1900"] [data-reveal]{transition-duration:1.9s}[data-reveal][data-reveal][data-reveal-delay="1900"],body[data-reveal-delay="1900"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="1900"].reveal-animate,body[data-reveal-delay="1900"] [data-reveal].reveal-animate{transition-delay:1.9s}[data-reveal][data-reveal][data-reveal-duration="1950"],body[data-reveal-duration="1950"] [data-reveal]{transition-duration:1.95s}[data-reveal][data-reveal][data-reveal-delay="1950"],body[data-reveal-delay="1950"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="1950"].reveal-animate,body[data-reveal-delay="1950"] [data-reveal].reveal-animate{transition-delay:1.95s}[data-reveal][data-reveal][data-reveal-duration="2000"],body[data-reveal-duration="2000"] [data-reveal]{transition-duration:2s}[data-reveal][data-reveal][data-reveal-delay="2000"],body[data-reveal-delay="2000"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="2000"].reveal-animate,body[data-reveal-delay="2000"] [data-reveal].reveal-animate{transition-delay:2s}[data-reveal][data-reveal][data-reveal-duration="2050"],body[data-reveal-duration="2050"] [data-reveal]{transition-duration:2.05s}[data-reveal][data-reveal][data-reveal-delay="2050"],body[data-reveal-delay="2050"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="2050"].reveal-animate,body[data-reveal-delay="2050"] [data-reveal].reveal-animate{transition-delay:2.05s}[data-reveal][data-reveal][data-reveal-duration="2100"],body[data-reveal-duration="2100"] [data-reveal]{transition-duration:2.1s}[data-reveal][data-reveal][data-reveal-delay="2100"],body[data-reveal-delay="2100"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="2100"].reveal-animate,body[data-reveal-delay="2100"] [data-reveal].reveal-animate{transition-delay:2.1s}[data-reveal][data-reveal][data-reveal-duration="2150"],body[data-reveal-duration="2150"] [data-reveal]{transition-duration:2.15s}[data-reveal][data-reveal][data-reveal-delay="2150"],body[data-reveal-delay="2150"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="2150"].reveal-animate,body[data-reveal-delay="2150"] [data-reveal].reveal-animate{transition-delay:2.15s}[data-reveal][data-reveal][data-reveal-duration="2200"],body[data-reveal-duration="2200"] [data-reveal]{transition-duration:2.2s}[data-reveal][data-reveal][data-reveal-delay="2200"],body[data-reveal-delay="2200"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="2200"].reveal-animate,body[data-reveal-delay="2200"] [data-reveal].reveal-animate{transition-delay:2.2s}[data-reveal][data-reveal][data-reveal-duration="2250"],body[data-reveal-duration="2250"] [data-reveal]{transition-duration:2.25s}[data-reveal][data-reveal][data-reveal-delay="2250"],body[data-reveal-delay="2250"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="2250"].reveal-animate,body[data-reveal-delay="2250"] [data-reveal].reveal-animate{transition-delay:2.25s}[data-reveal][data-reveal][data-reveal-duration="2300"],body[data-reveal-duration="2300"] [data-reveal]{transition-duration:2.3s}[data-reveal][data-reveal][data-reveal-delay="2300"],body[data-reveal-delay="2300"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="2300"].reveal-animate,body[data-reveal-delay="2300"] [data-reveal].reveal-animate{transition-delay:2.3s}[data-reveal][data-reveal][data-reveal-duration="2350"],body[data-reveal-duration="2350"] [data-reveal]{transition-duration:2.35s}[data-reveal][data-reveal][data-reveal-delay="2350"],body[data-reveal-delay="2350"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="2350"].reveal-animate,body[data-reveal-delay="2350"] [data-reveal].reveal-animate{transition-delay:2.35s}[data-reveal][data-reveal][data-reveal-duration="2400"],body[data-reveal-duration="2400"] [data-reveal]{transition-duration:2.4s}[data-reveal][data-reveal][data-reveal-delay="2400"],body[data-reveal-delay="2400"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="2400"].reveal-animate,body[data-reveal-delay="2400"] [data-reveal].reveal-animate{transition-delay:2.4s}[data-reveal][data-reveal][data-reveal-duration="2450"],body[data-reveal-duration="2450"] [data-reveal]{transition-duration:2.45s}[data-reveal][data-reveal][data-reveal-delay="2450"],body[data-reveal-delay="2450"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="2450"].reveal-animate,body[data-reveal-delay="2450"] [data-reveal].reveal-animate{transition-delay:2.45s}[data-reveal][data-reveal][data-reveal-duration="2500"],body[data-reveal-duration="2500"] [data-reveal]{transition-duration:2.5s}[data-reveal][data-reveal][data-reveal-delay="2500"],body[data-reveal-delay="2500"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="2500"].reveal-animate,body[data-reveal-delay="2500"] [data-reveal].reveal-animate{transition-delay:2.5s}[data-reveal][data-reveal][data-reveal-duration="2550"],body[data-reveal-duration="2550"] [data-reveal]{transition-duration:2.55s}[data-reveal][data-reveal][data-reveal-delay="2550"],body[data-reveal-delay="2550"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="2550"].reveal-animate,body[data-reveal-delay="2550"] [data-reveal].reveal-animate{transition-delay:2.55s}[data-reveal][data-reveal][data-reveal-duration="2600"],body[data-reveal-duration="2600"] [data-reveal]{transition-duration:2.6s}[data-reveal][data-reveal][data-reveal-delay="2600"],body[data-reveal-delay="2600"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="2600"].reveal-animate,body[data-reveal-delay="2600"] [data-reveal].reveal-animate{transition-delay:2.6s}[data-reveal][data-reveal][data-reveal-duration="2650"],body[data-reveal-duration="2650"] [data-reveal]{transition-duration:2.65s}[data-reveal][data-reveal][data-reveal-delay="2650"],body[data-reveal-delay="2650"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="2650"].reveal-animate,body[data-reveal-delay="2650"] [data-reveal].reveal-animate{transition-delay:2.65s}[data-reveal][data-reveal][data-reveal-duration="2700"],body[data-reveal-duration="2700"] [data-reveal]{transition-duration:2.7s}[data-reveal][data-reveal][data-reveal-delay="2700"],body[data-reveal-delay="2700"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="2700"].reveal-animate,body[data-reveal-delay="2700"] [data-reveal].reveal-animate{transition-delay:2.7s}[data-reveal][data-reveal][data-reveal-duration="2750"],body[data-reveal-duration="2750"] [data-reveal]{transition-duration:2.75s}[data-reveal][data-reveal][data-reveal-delay="2750"],body[data-reveal-delay="2750"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="2750"].reveal-animate,body[data-reveal-delay="2750"] [data-reveal].reveal-animate{transition-delay:2.75s}[data-reveal][data-reveal][data-reveal-duration="2800"],body[data-reveal-duration="2800"] [data-reveal]{transition-duration:2.8s}[data-reveal][data-reveal][data-reveal-delay="2800"],body[data-reveal-delay="2800"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="2800"].reveal-animate,body[data-reveal-delay="2800"] [data-reveal].reveal-animate{transition-delay:2.8s}[data-reveal][data-reveal][data-reveal-duration="2850"],body[data-reveal-duration="2850"] [data-reveal]{transition-duration:2.85s}[data-reveal][data-reveal][data-reveal-delay="2850"],body[data-reveal-delay="2850"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="2850"].reveal-animate,body[data-reveal-delay="2850"] [data-reveal].reveal-animate{transition-delay:2.85s}[data-reveal][data-reveal][data-reveal-duration="2900"],body[data-reveal-duration="2900"] [data-reveal]{transition-duration:2.9s}[data-reveal][data-reveal][data-reveal-delay="2900"],body[data-reveal-delay="2900"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="2900"].reveal-animate,body[data-reveal-delay="2900"] [data-reveal].reveal-animate{transition-delay:2.9s}[data-reveal][data-reveal][data-reveal-duration="2950"],body[data-reveal-duration="2950"] [data-reveal]{transition-duration:2.95s}[data-reveal][data-reveal][data-reveal-delay="2950"],body[data-reveal-delay="2950"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="2950"].reveal-animate,body[data-reveal-delay="2950"] [data-reveal].reveal-animate{transition-delay:2.95s}[data-reveal][data-reveal][data-reveal-duration="3000"],body[data-reveal-duration="3000"] [data-reveal]{transition-duration:3s}[data-reveal][data-reveal][data-reveal-delay="3000"],body[data-reveal-delay="3000"] [data-reveal]{transition-delay:0}[data-reveal][data-reveal][data-reveal-delay="3000"].reveal-animate,body[data-reveal-delay="3000"] [data-reveal].reveal-animate{transition-delay:3s}[data-reveal][data-reveal][data-reveal-easing=linear],body[data-reveal-easing=linear] [data-reveal]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-reveal][data-reveal][data-reveal-easing=ease],body[data-reveal-easing=ease] [data-reveal]{transition-timing-function:ease}[data-reveal][data-reveal][data-reveal-easing=ease-in],body[data-reveal-easing=ease-in] [data-reveal]{transition-timing-function:ease-in}[data-reveal][data-reveal][data-reveal-easing=ease-out],body[data-reveal-easing=ease-out] [data-reveal]{transition-timing-function:ease-out}[data-reveal][data-reveal][data-reveal-easing=ease-in-out],body[data-reveal-easing=ease-in-out] [data-reveal]{transition-timing-function:ease-in-out}[data-reveal][data-reveal][data-reveal-easing=ease-in-back],body[data-reveal-easing=ease-in-back] [data-reveal]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-reveal][data-reveal][data-reveal-easing=ease-out-back],body[data-reveal-easing=ease-out-back] [data-reveal]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-reveal][data-reveal][data-reveal-easing=ease-in-out-back],body[data-reveal-easing=ease-in-out-back] [data-reveal]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-reveal][data-reveal][data-reveal-easing=ease-in-sine],body[data-reveal-easing=ease-in-sine] [data-reveal]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-reveal][data-reveal][data-reveal-easing=ease-out-sine],body[data-reveal-easing=ease-out-sine] [data-reveal]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-reveal][data-reveal][data-reveal-easing=ease-in-out-sine],body[data-reveal-easing=ease-in-out-sine] [data-reveal]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-reveal][data-reveal][data-reveal-easing=ease-in-quad],body[data-reveal-easing=ease-in-quad] [data-reveal]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-reveal][data-reveal][data-reveal-easing=ease-out-quad],body[data-reveal-easing=ease-out-quad] [data-reveal]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-reveal][data-reveal][data-reveal-easing=ease-in-out-quad],body[data-reveal-easing=ease-in-out-quad] [data-reveal]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-reveal][data-reveal][data-reveal-easing=ease-in-cubic],body[data-reveal-easing=ease-in-cubic] [data-reveal]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-reveal][data-reveal][data-reveal-easing=ease-out-cubic],body[data-reveal-easing=ease-out-cubic] [data-reveal]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-reveal][data-reveal][data-reveal-easing=ease-in-out-cubic],body[data-reveal-easing=ease-in-out-cubic] [data-reveal]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-reveal][data-reveal][data-reveal-easing=ease-in-quart],body[data-reveal-easing=ease-in-quart] [data-reveal]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-reveal][data-reveal][data-reveal-easing=ease-out-quart],body[data-reveal-easing=ease-out-quart] [data-reveal]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-reveal][data-reveal][data-reveal-easing=ease-in-out-quart],body[data-reveal-easing=ease-in-out-quart] [data-reveal]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-reveal^=fade][data-reveal^=fade]{opacity:0;transition-property:opacity,transform}[data-reveal^=fade][data-reveal^=fade].reveal-animate{opacity:1;transform:translateZ(0)}[data-reveal=fade-up]{transform:translate3d(0,100px,0)}[data-reveal=fade-up-small]{transform:translate3d(0,50px,0)}[data-reveal=fade-up-xsmall]{transform:translate3d(0,15px,0)}[data-reveal=fade-down]{transform:translate3d(0,-100px,0)}[data-reveal=fade-right]{transform:translate3d(-100px,0,0)}[data-reveal=fade-right-small]{transform:translate3d(-25px,0,0)}[data-reveal=fade-left]{transform:translate3d(100px,0,0)}[data-reveal=fade-left-small]{transform:translate3d(25px,0,0)}[data-reveal=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-reveal=fade-up-left]{transform:translate3d(100px,100px,0)}[data-reveal=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-reveal=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-reveal^=zoom][data-reveal^=zoom]{opacity:0;transition-property:opacity,transform}[data-reveal^=zoom][data-reveal^=zoom].reveal-animate{opacity:1;transform:translateZ(0) scale(1)}[data-reveal=zoom-in]{transform:scale(.6)}[data-reveal=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-reveal=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-reveal=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-reveal=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-reveal=zoom-out]{transform:scale(1.2)}[data-reveal=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-reveal=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-reveal=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-reveal=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-reveal^=slide][data-reveal^=slide]{transition-property:transform}[data-reveal^=slide][data-reveal^=slide].reveal-animate{transform:translateZ(0)}[data-reveal=slide-up]{transform:translate3d(0,100%,0)}[data-reveal=slide-down]{transform:translate3d(0,-100%,0)}[data-reveal=slide-right]{transform:translate3d(-100%,0,0)}[data-reveal=slide-left]{transform:translate3d(100%,0,0)}[data-reveal^=flip][data-reveal^=flip]{backface-visibility:hidden;transition-property:transform}[data-reveal=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-reveal=flip-left].reveal-animate{transform:perspective(2500px) rotateY(0)}[data-reveal=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-reveal=flip-right].reveal-animate{transform:perspective(2500px) rotateY(0)}[data-reveal=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-reveal=flip-up].reveal-animate{transform:perspective(2500px) rotateX(0)}[data-reveal=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-reveal=flip-down].reveal-animate{transform:perspective(2500px) rotateX(0)}
/********************************************************************************
			 --- Slick Slider ---
*********************************************************************************/
.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-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; margin-left: auto; margin-right: auto;}
.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: inline-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;}
/********************************************************************************
			 --- Magnific Popup CSS---
*********************************************************************************/
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 10042; overflow: hidden; position: fixed; background-color: var(--blue);opacity: 0.98; }
.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: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 10044; }
.mfp-preloader a { color: #CCC; }
.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.25em; 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: #CCC; 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!important;width: 50px;
    right: 0;
    left: auto;
    font-size: 2rem; }
.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(55, 59, 55, 0.6); background: var(--blue); }
/* 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: .90 }
.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 }

@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; }
}

@-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}}
/********************************************************************************
--- Custom Magnific Popup Styling ---
*********************************************************************************/
.white-popup-block { background: #fff; text-align: left; max-width: 45.625rem; 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:2.5em 1.875em 1.875em;}
.white-popup-block--narrow {max-width: 28.75rem;}
.white-popup-block--wide {max-width: 50rem;}
.white-popup-block--wide.white-popup-block--padding {padding:4.25em 5em 2.5em;}
.form-popup__heading, .form-popup__section {margin-bottom: 1.25em;}
.form-popup__heading p {font-size: 1.125em;}
.form-popup__fields .row {margin-right: -0.5em; margin-left: -0.5em}
.form-popup__fields .column, .form-popup__fields .columns {padding-right: 0.5em; padding-left: 0.5em}

@media only screen and (max-width: 800px) {
	.white-popup-block--wide.white-popup-block--padding {padding-right:2.6923em; padding-left:2.6923em;}
}

@media only screen and (max-width: 479px) {
	.white-popup-block--wide.white-popup-block--padding {padding: 3.3333em 1.6667em 1.6667em;}
}

@media only screen and (max-width: 375px) {
	.white-popup-block--wide.white-popup-block--padding {padding-right: 0.8333em; padding-left: 0.8333em;}
}
/********************************************************************************
			 --- Social Menu ---
*********************************************************************************/
.social-links  {list-style: none; margin:0; padding: 0;position: relative;top:.1rem;}
.social-links li {display: inline-block; line-height: 1.2;padding: 0 0.213rem;}
.social-links li:first-child {padding-left: 0;}
.social-links a {display: block;text-decoration: none;}
.social-links__icon {font-size: 1.5rem;/*color:var(--deep-orange);*/color:var(--secondary);transition: opacity 250ms ease;}
.social-links a:hover .social-links__icon {opacity: .7;}
.social-links__label {display: none;}
/********************************************************************************
	--- Footer ---
*********************************************************************************/
.footer__main {padding: 5.882rem 0 3.529rem 0;flex-flow: wrap;justify-content: space-between;/*border-bottom: 1px solid var(--grey);*/border-bottom: 1px solid var(--deep-orange);}
.footer__main-left {padding-right: 1.5rem;}
.footer-main-menu__grid {margin: 0;flex-flow: wrap;}
.footer-main-menu-left, .footer-main-menu-right {padding: 0 2.647rem;}
.footer__headline {display: block;margin-bottom:0.941rem;font-weight: 500;font-size: 1.117rem;font-family: 'Libre Franklin', sans-serif;line-height: 1.25;}
.footer__headline a {color: #fff;}
.share-menu .footer__headline {margin-bottom: 0.235rem;}
.social-menu {margin-bottom: 2.058rem;}
.footer__bottom {padding: 1.764rem 0;justify-content: space-between;}
.footer-menu li:not(:last-child) {margin-bottom: 2.9rem;}
.footer-menu li > a {color: #fff;font-weight: 500;font-family: 'Libre Franklin', sans-serif;font-size: 1.117rem;line-height: 1.25;}
.footer-menu li > a:hover {color: var(--secondary);}
.footer-menu li:last-child p {margin-bottom: 0;}
.footer-menu li p {color: var(--light-grey);font-size: 0.823rem;margin-top: 0.352rem;}

.footer__copyright {color: var(--light-grey);font-size: 0.823rem;}

.footer-utility-menu {margin: 0 -.55rem;}
.footer-utility-menu li a {color: var(--light-grey);font-size: 0.823rem;padding: 0 .55rem;position: relative;}
.footer-utility-menu li a:hover {color: var(--secondary);}
.footer-utility-menu li:not(:last-child) a:after {content: '';position: absolute;top:0;right:0;width: 1px;height: 100%;background-color: var(--light-grey);}



@media (max-width: 849px) {
	.footer__main-left {margin-bottom: 2.5rem;}
}
@media (max-width: 700px) {
	.footer-main-menu-left {margin-bottom: 2.5rem;}
	.footer-main-menu-left, .footer-main-menu-right {padding-left: 0;}
}

@media (max-width: 444px) {
	.footer__bottom {flex-flow: wrap;flex-direction: column-reverse;justify-content: center;text-align: center;}
	.footer-utility-menu {justify-content: center;margin-bottom: 1rem;}
	.footer-menu li:not(:last-child) {margin-bottom: 1.9rem;}
}
/********************************************************************************
			 --- Hero ---
*********************************************************************************/
.hero {height: 999px;background-position: center;background-size: cover;background-repeat: no-repeat;position: relative;}
.hero--overlay::before {content: '';position: absolute;top:0;left: 0;width: 100%;height: 100%;opacity: 0.92;mix-blend-mode: multiply;background-image: linear-gradient(to bottom, #030f21, rgba(5, 24, 54, 0.36) 97%);}
.hero__container {align-items: center;width: 100%;height: 100%;position: relative;z-index: 2;}
.hero__body {width: 100%;margin-top: 16rem;}
.hero--video .hero__body {margin-top: 19rem;}
.hero--video .hero__container {position: absolute;top: 0;left: 0;width: 100%;}
.page-headline {margin-bottom: 0;}
.hero .page-headline {line-height: 87px; font-size: 4.4125rem; letter-spacing: -.47px;}
.hero .page-headline span {display: block;}
.hero .page-description { width: 63%; margin-top: 20px; }
.page-headline__label {font-size: 1.529rem;font-weight: 600;line-height: 0.46;text-transform: uppercase;margin-bottom: 0.705rem;}
/*** video play ***/
.hero--video {background-image: none;}
.hero__video {position: relative;}
.hero--overlay .hero__video::before {content: '';position: absolute;top:0;left: 0;width: 100%;height: 100%;opacity: 0.92;mix-blend-mode: multiply;background-image: linear-gradient(to bottom, #030f21, rgba(5, 24, 54, 0.36) 97%);}
.hero-video__play {cursor: pointer;margin-top: 3.411rem;display: flex;justify-content: center;align-items: center;position: relative;left: -7px;}
.hero-video__play span {position: absolute;top:50%;left: 50%;color: #fff;margin-top: -8px;margin-left: -8px;}
.hero__video {position: relative;height: 100%;}
.hero__bg-video {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;-o-object-position: center;object-position: center;}
.timeline-progress-ring:last-of-type {position: absolute;left:0;top:0;}
.hero-button { margin-top: 80px;}
@media (max-width: 1450px) {
	.hero {height: 799px;}
	.hero .page-description { width: 100%; }
}
@media (max-width: 600px) {
	.hero--video .hero__body { margin-top: 100px; }
	.hero {height: 600px;}
	
	.hero .page-headline {line-height: 1.3; font-size: 2; letter-spacing: -.47px;}
	.hero-button { margin-top: 40px;}
}

/********************************************************************************
			 --- Inner Page Hero ---
*********************************************************************************/
.inner-hero {height: 600px;background-position: center;background-size: cover;position: relative;}
.inner-hero--post::before {content: '';position: absolute;top:0;left: 0;width: 100%;height: 100%;opacity: 0.92;mix-blend-mode: multiply;background-image: linear-gradient(to bottom, #030f21, rgba(5, 24, 54, 0.36) 97%);}
.inner-hero--overlay::before {content: '';position: absolute;top:0;left: 0;width: 100%;height: 100%;opacity: 0.92;mix-blend-mode: multiply;background-image: linear-gradient(to bottom, #030f21, rgba(5, 24, 54, 0.36) 97%);}
.inner-hero__container {width: 100%;position: relative;z-index: 1;}
.inner-hero__row {padding: 0 1.5rem;}
.inner-hero__caption h1 {margin-bottom: 0;}
/********************************************************************************
			 --- Section Heading ---
*********************************************************************************/
.section-heading {margin-bottom: 2.705rem;}
.section-heading__headline {color: #fff;margin-bottom: 0;}
.section-heading__overview {margin-top: 0.882rem;padding: 0 3rem;}
.section-heading__overview--large {font-size: 1.294rem;}
.section-heading__overview--contained {padding: 0 6.5rem;}

.section--light {background-color: var(--light-purple);}
.section--light .section-heading__headline {color: var(--dark);}
.section--light .section-heading__overview {color: #5f5d6b;}

.light-theme {color: #36353b;}
.light-theme p {color: #36353b;}
.light-theme h1,
.light-theme h2,
.light-theme h4,
.light-theme h5,
.light-theme h6 {color: var(--primary);}
.light-theme h3 { color: var(--secondary); font-size: 22px;}

.light-theme .section-heading__headline {color: var(--primary);}
.light-theme .section-heading__overview {color: #36353b;}


@media (max-width: 800px) {
	.section-heading__overview--contained {padding: 0 3.5rem;}
	.section-heading__overview {padding: 0 1rem;}
}
@media (max-width: 600px) {
	.section-heading__overview--contained {padding: 0 1.5rem;}
}
@media (max-width: 400px) {
	.section-heading__overview--contained, .section-heading__overview {padding: 0 1rem;} {padding: 0;}
}
/********************************************************************************
			 --- Section: Page Banner ---
*********************************************************************************/
.page-banner {background-position: center;background-size: cover;background-repeat: no-repeat;}
.page-banner--overlay {position: relative;}
.page-banner--overlay::before {content: '';position: absolute;top:0;left: 0;width: 100%;height: 100%;mix-blend-mode: multiply;background-image: linear-gradient(to bottom, #030f21, rgba(5, 24, 54, 0.36) 97%);}
.page-banner--overlay .page-banner__body {position: relative;z-index: 2;}
.page-banner--tall {padding: 7.058rem 0;min-height: 670px;}
.page-banner--short {padding: 7.882rem 0;}

.page-banner--tall .page-banner__headline {margin-bottom: 0.882rem;}
.page-banner--short .page-banner__headline {margin-bottom: 0.764rem;}
.page-banner--tall .page-banner__overview {font-size: 0.941rem;line-height: 1.5;color: var(--light-grey);padding: 0 5rem;}
.page-banner--short .page-banner__overview {font-size: 1.294rem;color: var(--light-grey);line-height: 1.09;margin-bottom: 0;padding: 0 7rem;}
.page-banner__action .button {margin-bottom: 0;margin-top: 6.647rem;}
.page-banner--tall .page-banner__action .button {margin-top: 12.647rem;}
.page-banner__action .button.button--arrow::before {
	-webkit-animation: button-pulse 2s infinite;
	animation: button-pulse 2s infinite;}

.page-banner--dark { background-color: #091d36; }
.page-banner--light { background-color: var(--light-purple);}
.page-banner--light h2 { color: var(--primary);}
.page-banner--dark .button { margin-top: 40px; }
.page-banner--light .button { color: var(--deep-orange); margin-top: 40px; }
.page-banner--light .button:hover { color: #091d36; }
.page-banner--light .button.button--arrow::before { color: #fff;}
.light-theme .button { color: var(--deep-orange); margin-top: 0; }
.light-theme .button:hover { color: #091d36; }
.light-theme .button.button--arrow::before { color: #fff;}

@media (max-width: 520px) {
	.page-banner--short .page-banner__overview, .page-banner--tall .page-banner__overview {padding: 0 2rem;}
	.page-banner--tall {min-height:0;}
	.page-banner--tall .page-banner__action .button {margin-top: 6.647rem;}
}
/********************************************************************************
			 --- Section: CTA Blocks ---
*********************************************************************************/
.cta-blocks--image {padding: 9.294rem 0;background-position: center;background-size: cover;}
.cta-blocks__grid {flex-flow: wrap;margin: 0 -2.5rem;}
.cta-block {width: 50%;padding: 0 2.5rem;}
.cta-block__inner {border: 1px solid var(--grey);padding: 3rem 1.529rem 1.764rem 2.294rem;position: relative;border-bottom-color:var(--deep-orange);}
.cta-block.cta-block--headline-link .cta-block__inner {padding: 1.588rem 1.529rem 1.529rem 2.058rem;}
.cta-block:not(.cta-block--headline-link) .cta-block__inner{display: flex;flex-flow: wrap;flex-direction:
row;}
.cta-block.cta-block--headline-link .cta-block__overview {margin-top: 1rem;}
.cta-bock__headline {margin-bottom: 0.705rem;width: 100%;}
.cta-block__overview {font-size: 1rem;width: 100%;padding-right: 1rem;line-height: 1.59;}
.cta-block.cta-block--headline-link .cta-block__overview {padding-right: 0;}
.cta-block .button {margin-bottom: 0;align-self: flex-end;}
@media (max-width: 940px) {
	.cta-blocks__grid {margin: 0 -1.235rem;}
	.cta-block {padding: 0 1.235rem;}
}

@media (max-width: 740px) {
	.cta-block {width: 100%;}
	.cta-block:first-of-type {margin-bottom: 3.235rem;}
	.cta-block__overview {padding-right: 0;}
}

/********************************************************************************
			 --- Section: Text blocks ---
*********************************************************************************/
.text-blocks__grid {flex-flow: wrap;margin: 0 -1.352rem;}
.text-block {width: 33.3%;padding: 0 1.352rem;}
.text-block__inner {border: 1px solid var(--grey);padding: 2.941rem 1.164rem 3.941rem 1.964rem;border-bottom-color: var(--deep-orange);}
.text-block--text .text-block__inner {height: 100%;}
.text-block__headline {color: var(--secondary);font-weight: 500;font-size: 1.47rem;margin-bottom: 0;}
.text-block__overview {margin-bottom: 0;margin-top: 0.588rem;}
.text-block .button {margin-top: 1.5rem;}

.text-blocks--image .text-block__inner {border-top: 0;padding: 1.941rem 1.164rem 1.941rem 1.964rem;}
.text-blocks--image figure {margin: 0;width: 100%;height: 13.352rem;}
.text-blocks--image figure img {width: 100%;height: 100%;object-fit: cover;}
@media (max-width: 900px) {
	.text-block {width: 50%;margin-bottom: 2.652rem;}
	.text-blocks--image figure {height: 13rem;}
}
@media (max-width: 600px) {
	.text-block {width: 100%;}
	.text-block:last-child {margin-bottom: 0;}
	.text-blocks--image figure {height: 21rem;}
}
@media (max-width: 430px) {
	.text-blocks--image figure {height: 15rem;}
}
@media (max-width: 330px) {
	.text-blocks--image figure {height: 12rem;}
}
/********************************************************************************
			 --- Section: Split Panel Blocks ---
*********************************************************************************/
.split-panel-section .section-heading {margin-bottom: 4.47rem;}
.split-panel--block {flex-flow: wrap;}
.split-panel--block:not(:last-child) {margin-bottom: 7.058rem;}
.split-panel--right {flex-direction: row-reverse;}
.split-panel__figure {margin: 0;width: 50%;}
.split-panel__figure img {width: 100%;}
.split-panel__body {width: 50%;}
.split-panel--right .split-panel__body {padding-right: 4.294rem;}
.split-panel--left .split-panel__body {padding-left: 6.294rem;}
.split-panel__overview {margin-bottom: 0;margin-top: 1.2rem;}
.split-panel--block .split-panel__headline {margin-bottom: 0;margin-left: 1.85rem;}
.section--light .split-panel__overview {color: #5f5d6b;line-height: 1.59;}
.section--light .split-panel__headline {color: var(--primary);}
.light-theme .split-panel__headline {color: var(--primary);}
.section--light .pulse-circle {background-color: var(--secondary);}
/*** Pulse ***/
.pulse-circle {position: relative;display: block;left: .65rem;width: 0.941rem;height: 0.941rem;border-radius: 50%;background-color: var(--primary);
	-webkit-animation: constant-pulse 2s infinite;
	animation: constant-pulse 2s infinite;}
.pulse-circle::after {content:'';position: relative;display: block;width: 0.941rem;height: 0.941rem;border-radius: 50%;background-color: transparent;animation: constant-pulse-outer 2s infinite;}
@keyframes constant-pulse {
	1% {

		box-shadow: 0 0 0 3px rgba(17, 56, 165, 0.15);
	}

	70% {

		box-shadow: 0 0 0 6px rgba(17, 56, 165, 0.3);
	}

	100% {

		box-shadow: 0 0 0 1px rgba(17, 56, 165, 0.15);
	}
}

@keyframes constant-pulse-outer {
	1% {

		box-shadow: 0 0 0 6px rgba(17, 56, 165, 0.08);
	}

	70% {

		box-shadow: 0 0 0 12px rgba(17, 56, 165, 0.11);
	}

	100% {

		box-shadow: 0 0 0 3px rgba(17, 56, 165, 0.05);
	}
}

@media (max-width: 760px) {
	.split-panel__figure, .split-panel__body {width: 100%;}
	.split-panel__body {margin-top: 3rem;}
	.split-panel__overview {margin-top: 2.5rem;}
	.split-panel--left .split-panel__body {padding-left: 0;}
	.split-panel--right .split-panel__body {padding-right: 0;}
	.split-panel--block:not(:last-child) {margin-bottom: 3.58rem;}
}

@media (max-width: 400px) {
	.pulse-circle {left: .5rem;}
}
/********************************************************************************
			 --- Section: Split Panel Section ---
*********************************************************************************/
.split-panel-section {position: relative;}
.split-panel__row {width: 90%;padding-right: 0.9375rem;padding-left: 0.9375rem;max-width: 1280px;margin-right: auto;margin-left: auto;}
.split-panel--full {display: flex;flex-flow: wrap;}
.split-panel--section {display: flex;}
.split-panel--full.split-panel--left {justify-content: flex-end;}
.split-panel__row:not(.split-panel--full) .split-panel--right { display: flex; }
.split-panel--right .split-panel__video-placeholder {right: 0;}
.split-panel--left .split-panel__video-placeholder {left: 0;}

.split-panel__video-placeholder {width: 50%; }
.split-panel--full .split-panel__video-placeholder {position: absolute;max-width: 1280px;}
.split-panel__video-placeholder-inner {position: relative;width: 100%;height: 100%;}
.split-panel__video-placeholder-inner img {width: 100%;height: 100%;object-fit: cover;}
.split-panel__row:not(.split-panel--full) .split-panel__video-placeholder-inner { width: auto; height: auto;}
.split-panel__row:not(.split-panel--full) .split-panel__video-placeholder-inner img { width: 100%;height: 100%;object-fit: cover;}
.video-play__action {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;flex-flow: column;}
.video-play__action::before {content: '';position: absolute;top:0;left: 0;width: 100%;height: 100%;background-color: var(--blue);opacity: 0.76;z-index: 1;}
.play-video-button {background-color: var(--primary);  width: 4.176rem;height: 4.176rem;border-radius: 50%;display: flex;justify-content: center;align-items: center;z-index: 5;position: relative;z-index: 2;cursor: pointer;
	-webkit-animation: video-pulse 2s infinite;
	animation: video-pulse 2s infinite;}
@keyframes video-pulse {
	1% {

		box-shadow: 0 0 0 6px rgba(17, 56, 165, 0.15);
	}

	70% {

		box-shadow: 0 0 0 12px rgba(17, 56, 165, 0.3);
	}

	100% {

		box-shadow: 0 0 0 3px rgba(17, 56, 165, 0.15);
	}
}
.split-panel__caption { padding: 20px; border-bottom: 1px solid #36353b; border-bottom: 1px solid #36353b; border-left: 1px solid #36353b; border-right: 1px solid #36353b; font-style: italic; font-size: .875rem; }
.play-video__label {position: relative;z-index: 2;width: 100%;text-align: center;display: block;margin-top: 1.65rem;}
.split-panel--full .split-panel__headline {color: var(--secondary);margin-bottom: 0;}
.light-theme .split-panel__headline {color: var(--primary);margin-bottom: 0;}
.split-panel__sub-headline {font-weight: 500;margin-bottom: 3rem;line-height: 1.59;margin-top: 0.764rem;}
.split-panel__actions {flex-flow: wrap;margin-top: 50px ;}
.split-panel__actions .button:first-child:not(:last-child) {margin-right: 2.941rem;}
.split-panel--full .split-panel__body {padding-top: 2.235rem;}
.split-panel--section .split-panel__body {padding-top: 2.882rem;}
.split-panel__overview {line-height: 1.59;}
.split-panel--caption .split-panel__body { display: flex; justify-content: center; flex-direction: column; }
@media (max-width: 1370px) {
	.split-panel__actions .button:first-child:not(:last-child) {margin-right: 1.941rem;}
}
@media (max-width: 991px) {
.split-panel--caption .split-panel--right { flex-direction: column; gap: 30px; }
.split-panel--caption .split-panel__body,
.split-panel--caption .split-panel__video-placeholder { height: auto !important; }
}
@media (max-width: 1170px) {
	.split-panel__actions {margin-top: 3.058rem;}
}
@media (max-width: 760px) {
	.split-panel--full .split-panel__video-placeholder { position: relative;margin-top: 1.5rem;width: 100%;}
	.split-panel--full.split-panel--right, .split-panel--full.split-panel--left {flex-direction: column-reverse;}
	.split-panel--section {flex-flow: wrap;}
}
@media (max-width: 640px) {
	.split-panel__row {width: 96%;}
}
@media (max-width: 600px) {
	.split-panel-section .section-heading {margin-bottom: 1.47rem;}
}
/********************************************************************************
			 --- Section: Intro Block ---
*********************************************************************************/
.intro-block {position: relative;}
.intro-block::before {content: '';position: absolute;top:0;left: 0;width: 95%;height: 100%;background-color: var(--blue);z-index: -1;}
.intro-block__grid {background-color: var(--blue);padding: 5.588rem 0 5.588rem 0;}
.intro-block__grid .button {margin-bottom: 0;}
.intro-block__left, .intro-block__right {width: 50%;}
.intro-block__right {padding-left: 6.058rem;padding-right: 1.058rem;}
.intro-block__right .intro-block__overview {font-size: 0.941rem;}
.intro-block__right p:last-child {margin-bottom: 0;}
.intro-block__link {margin-top: 0.833em;}
.intro-block__headline {margin-bottom: 0;}
@media (max-width: 900px) {
	.intro-block__right {padding-left: 2.058rem;padding-right: 2.058rem;}
}

@media (max-width: 730px) {
	.intro-block::before {width: 100%;}
	.intro-block__grid {flex-flow: wrap;padding: 4.823rem 0 7.588rem 0;}
	.intro-block__left {width: 100%;}
	.intro-block__right {padding-left: 0;padding-right: 0;width: 100%;}
	.intro-block__grid .intro-block__link {position: absolute;bottom: 2rem;width: 96%;}
}
@media (max-width: 310px) {
	.intro-block__grid .intro-block__link {width: 90%;}
}

/********************************************************************************
			 --- Section: Featured Image Section ---
*********************************************************************************/
.featured-image-section {padding: 8.823rem 0 0 0;}
.featured-image__body {width: 70%;}
.featured-image__headline {color: #fff;}
.featured-image__overview {margin-bottom: 0;}
.featured-image__block {position: relative;margin-top: 7.764rem;}
.featured-image__block::before {content: '';position: absolute;top:0;left: 0;width: 95%;height: 100%;background-color: var(--blue);z-index: 10;}
.featured-image-section--light { background: var(--blue); }
.featured-image-section { background: var(--light-purple); }
.featured-image__img {margin: 0;}
.featured-image__grid {padding: 4.529rem 0 5.058rem 0;background-color: var(--blue); position: relative; z-index: 20;}
.featured-image__img img {width: 60%;position: relative;margin-top: -9rem; object-fit: contain;}
.featured-image__img figcaption {color: var(--secondary);line-height: 1.25;font-weight: 500;font-size: 1.823rem;width: 45%;padding-left: 3.294rem;font-family: 'Libre Franklin', sans-serif;}
.featured-image__img figcaption.caption-size--small {font-size: 1.125rem;}
.featured-image__img figcaption ul {font-size: 1rem;}
.featured-image__img figcaption ul li {color: #fff;}
.featured-image__img figcaption ul li span {color: var(--secondary);}


@media (max-width: 1250px) {
	.featured-image__img figcaption {font-size: 1.5rem;padding-left: 2.294rem;padding-right: 1rem;font-family: 'Libre Franklin', sans-serif;}
}

@media (max-width: 950px) {
	.featured-image__body {width: 80%;}
	.featured-image__img {flex-flow: wrap;}
	.featured-image__img img {width: 80%;}
	.featured-image__img figcaption {width: 100%;margin-top: 1.5rem;padding-left: 0;padding-right: 5rem;}
}

@media (max-width: 730px) {
	.featured-image__block::before {width: 100%;}
	.featured-image__body {width: 100%;}
	.featured-image__img img {width: 90%;}
}

@media (max-width: 530px) {
	.featured-image-section {padding: 5.823rem 0 0 0;}

	.featured-image__img img {width: 100%;}
}
/********************************************************************************
			 --- Section: Featured News Slider ---
*********************************************************************************/
.featured-news-slider-section {position: relative;padding:7.058rem 0;overflow: hidden; }
.featured-news-slider-section::before {content: '';position: absolute;top:0;right: 0;width: 95%;height: 100%;background-color: var(--blue);z-index: -1;}

.featured-news-slider__header {justify-content: space-between;margin-bottom: 1.411rem;}
.featured-news-slider__headline {margin-bottom: .6rem;}
.featured-news-slider__content {padding-right: 1.5rem;}
.featured-news-slider__overview {color: var(--light-grey);margin-bottom: 0;}

.featured-news-slider__actions .label {margin-bottom: 0;margin-right: 2.235rem;}
.featured-news-slider__actions .label:hover {color: var(--secondary);}
.featured-news-slider__controls .slick-arrow {color: var(--deep-orange);font-size: 2.058rem;position: relative;top:3px;cursor: pointer;}

.featured-news-slider {margin: 0 -0.882rem;padding-bottom: .5rem;}
.featured-news-slider .slick-list {padding-right: 12rem;overflow:visible;}
/**.featured-news-slider .slick-list {overflow:visible;}
.featured-news-slider .slick-list::after {content: '';position: absolute;top: 0px;bottom: 0px;width: 100%;right: 108.35%;background-color: var(--dark);}**/
.featured-news-slider__controls .slick-disabled {color: var(--grey);}
/*** Card ***/
.featured-news-card {padding: 0 0.882rem;}
.featured-news-card__inner {border: 1px solid var(--grey);padding: 2.352rem 2.352rem 1.529rem 2.352rem; background-color: var(--blue);border-bottom-color: var(--deep-orange);}
.featured-news__logo {margin: 0;height: 2.941rem;}
.featured-news__logo img {max-height: 2.9rem;}
.featured-news__body {margin-top: 1.764rem;}
.featured-news__body h3 {font-size: 1.294rem;}
.featured-news__body .button {margin-bottom: 0;}
@media (min-width: 1920px) {
	.featured-news-slider .slick-list {overflow:hidden;}
	.featured-news-slider .slick-list::after {display: none;}
	.featured-news-slider .slick-list {padding-right: 0;}
}
@media (max-width: 1529px) {
	.featured-news-slider-section::before {width: 96%;}
}
@media (max-width: 1420px) {
	.featured-news-slider-section::before {width: 98%;}
	.featured-news-slider .slick-list {padding-right: 0;overflow:visible;}
}
@media (max-width: 1100px) {
	.featured-news-slider__actions .label {margin-right: 1.235rem;}
}
@media (max-width: 965px) {
	.featured-news-slider__header {flex-flow: wrap;}
	.featured-news-slider__actions {width: 100%;margin-top: 1.5rem;}
	.featured-news-slider-section {background-color: var(--blue);}
}
/********************************************************************************
			 --- Team ---
*********************************************************************************/
.team-layout__grid {flex-flow: wrap;margin: 0 -1.352rem;}
.team-card {padding: 0 1.352rem;width: 25%;margin-bottom: 2.652rem;}
.team-card__body {padding-top:1rem;}
.team-card__body h3 {margin-bottom: .6rem;}
.team-card__img {margin: 0;width: 100%;height: 14rem;}
.team-card__img img {width: 100%;height: 100%;object-fit: cover;object-position: top;}
.team-bio h3 {margin-bottom: .6rem;}
.team-social span {position: relative;top: 1px;left: 10px;}
.mfp-wrap .team-popup {
  max-width: 970px;
  text-align: left;
  margin: 40px auto;
  padding-top: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  overflow: hidden;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}

.mfp-wrap .team-popup .team-image {
  width: 35%;
  height: auto;
  max-width: 350px;
  max-width: 474px;
}

.mfp-wrap .team-popup .team-image:before {
  padding-bottom: 68%;
}

.mfp-wrap .team-popup .team-bio {
  width: 65%;
}

.mfp-content {
  -webkit-animation: popin .3s;
  animation: popin .3s;
}

.mfp-close {
  color: #fff;
  font-size: 1.1em;
  width: 150px;
  height: 40px;
  line-height: 1.179em;
  position: absolute;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  left: 1.2rem;
  top: 1.5rem !important;
  text-decoration: none;
  text-align: center;
  padding: 0 0 0.462em 0;
  transition: color 250ms ease;
  font-style: normal;
  font-weight: 300;
  cursor: pointer;
  opacity: 0.88;
}

.mfp-close span {
  font-size: 2.25em;
  margin-right: 1rem;
	margin-right: 1rem;
    position: relative;
  left: 0;
  z-index: -1;
}
@media (max-width: 1300px) {
	.team-card {width: 33.3%;}
	.team-card__img {height: 17rem;}
}
@media (max-width: 965px) {
	.team-card {width: 50%;}
	.team-card__img {height: 20rem;}
	.mfp-wrap .team-popup {flex-flow: wrap;}
	.mfp-wrap .team-popup .team-image {width: 100%;margin: 0;}
	.mfp-wrap .team-popup .team-bio {width: 100%;margin-top: 1rem;}
}
@media (max-width: 665px) {
	.team-card {width: 100%;}
	.team-card__img {height: 30rem;}
}
@media (max-width: 405px) {
	.team-card__img {height: 24rem;}
}
/********************************************************************************
			 --- Address ---
*********************************************************************************/
.address {font-style: normal;margin-bottom: 1rem;}
/********************************************************************************
			 --- News Cards ---
*********************************************************************************/
.news__grid {flex-flow: wrap;margin: 0 -1.352rem;}
.news-card {width: 33.3%;padding:0 1.352rem;margin-bottom: 2.6rem;}
.news-card__img {margin: 0;width: 100%;height: 13.352rem;}
.news-card__img img {width: 100%;height: 100%;object-fit: cover;}
.news-card__img--logo {padding: 3rem;border: 1px solid var(--grey);border-bottom: none;}
.news-card__img--logo img {object-fit: contain;}
.news-card__body {padding: 2.941rem 1.164rem 1.941rem 1.964rem;border: 1px solid var(--grey);border-top: none; border-bottom-color: var(--deep-orange);}
.news-card__body h3 { color: var(--secondary);font-weight: 500;font-size: 1.294rem;margin-bottom: 0.588rem;}
.news-card__body .button {margin-bottom: 0;}

.found-posts .button .icon-spin {-webkit-animation:spin-animation 1.5s infinite linear;animation: spin-animation 1.5s infinite linear;display:inline-block; }
@keyframes spin-animation {
	from {
				-webkit-transform: rotate(0deg);
		}
	to {
			-webkit-transform: rotate(359deg);
	}
}
@media (max-width: 965px) {
	.news-card {width: 50%;}

}
@media (max-width: 665px) {
	.news-card {width: 100%;}
	.news-card__img {height: 20rem;}
}
@media (max-width: 405px) {
	.news-card__img {height: 14rem;}
}
/********************************************************************************
			 --- Animations ---
*********************************************************************************/

/* Media Assets */
.media-assets li a { color: #fff; }
.media-popup { max-width: 500px; position: relative; margin: 0 auto; text-align: center; }
.media-popup figure { background: rgba(0,0,0,.3); padding: .25rem; text-align: center}
.media-popup a { display: inline-block; margin: .5rem auto; color: #fff; }
.media-popup button.mfp-close{ position: absolute; right: 0; top: 0; left: auto; top: -50px !important; right: 0px !important; width: auto; font-size: 3rem; }


/********************************************************************************
--- Timeline ---
*********************************************************************************/

.timeline .timeline__row { max-width: 1400px;}
.timeline .section-heading__overview--contained { padding: 0 14rem;}
.timeline .section-heading__headline { color: var(--primary); }
.timeline__grid { margin-top: 100px; flex-direction: column; display: flex; }
.timeline__item { width: 50%; display: flex; justify-content: space-between; }
/* .timeline__item { width: calc(50% + 1px); display: flex; justify-content: space-between; } */
/* .timeline__item:nth-of-type(even) { border-left: 2px dashed #000;}
.timeline__item:nth-of-type(odd) { border-right: 2px dashed #000;} */
.timeline__item__figure { margin: 0; padding: 20px; border: 1px solid #36353b; width: 435px; position: relative; z-index: 30; background-color: var(--light-purple);}
.timeline__item__figure img { width: 100%; height: auto; object-fit: cover;}
.timeline__item__caption { color: #091d36; font-size: 1.275rem; font-weight: 500; margin-top: 20px; margin-bottom: 20px;}

.timeline__grid { position: relative;}
.timeline__grid__line  { height: 0; position: absolute; left: calc(50% - .5px); width: 1px; border-right: 1px dashed var(--secondary); z-index: 20;}

.timeline__item__date__container { display: flex; align-items: center; justify-content: space-between; position: relative; }
.timeline__item__date__line--left { position: absolute; height: 1px; width: 100%; background-color: var(--secondary); top: 50%; z-index: 20;}
.timeline__item__date__line--right { position: absolute; height: 1px; width: 100%; background-color: var(--secondary); top: 50%; z-index: 20; right: 100%;}
.timeline__item:nth-of-type(even) .timeline__item__date__line--right { right: -100%;}
.timeline__item:nth-of-type(even) .timeline__item__date__container { flex-direction: row-reverse; }
.timeline__item__date { padding: 12px 10px; background-color: var(--secondary);  font-size: .925rem; color: #091d36; font-weight: bold; position: relative; z-index: 30;}
.timeline__indicator { min-width: 55px; min-height: 55px; position: relative; }
.timeline__indicator > span { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.timeline__indicator__outside span { width: 54px; height: 54px; background-color: var(--primary); opacity: .28;  border-radius: 9999px;}
.timeline__indicator__inside span { width: 40px; height: 40px; background-color: var(--primary); border-radius: 9999px;}
.timeline__indicator__dot span { width: 12px; height: 12px; background-color: var(--secondary); border-radius: 9999px;}

@media (max-width: 1400px) {
	.timeline .section-heading__overview--contained { padding: 0 8rem;}
	.timeline__item__figure { padding: 20px; width: 320px; }
	.timeline__item__date { padding: 8px; font-size: .825rem; }
}
@media (min-width: 1201px) {
	.timeline__indicator { transform: translateX(50%); }
	.timeline__item:nth-of-type(even) .timeline__indicator { transform: translateX(-50%); }
	.timeline__item:nth-of-type(even) { align-self: flex-end; flex-direction: row-reverse; transform: translateY(-25%); }
}
@media (max-width: 1200px) {
	.timeline__item:nth-of-type(even) .timeline__item__date__container,
	.timeline__item__date__container { flex-direction: column; gap: 20px;}
	.timeline__item { width: 100%; flex-direction: column; gap: 20px; align-items: center; position: relative;}
	.timeline__item__date__line--left,
	.timeline__item__date__line--right { display: none; }
	.timeline__grid { margin-top: 60px; gap: 80px; flex-direction: column; }
	.timeline__grid__line { height: calc(100% - 25px) !important; top: 25px !important; display: none;}
	.timeline__item__date__line--vertical {  width: 1px; content: ''; position: absolute; left: calc(50%); bottom: 34px; height: 100px; z-index: 30; border-right: 1px dashed var(--secondary); }
	.timeline__item__figure  { width: 80%; background: #fff;; }
}
@media (max-width: 991px) {
	.timeline .section-heading__overview--contained { padding: 0 30px;}
}
@media (max-width: 461px) {
	.timeline .section-heading__overview--contained { padding: 0;}
	.timeline__item__figure { width: 100%; }
}


/* Grid View */
.adf-filter__container[data-view='nav-bar'] .adf__filter--button { display: flex; width: 100%; justify-content: center; gap: 30px; align-items: center; padding: 30px 0; background-color: var(--lightest-gray); }
.adf-filter__container[data-view='nav-bar'] .adf-button { padding: 0; margin: 0; background: transparent; color: inherit; }
.adf-filter__container[data-view='nav-bar'] .adf-button--active { color: var(--primary) }

/* No Posts */
.adf-no-posts { grid-column: 1 / -1; text-align: center; width: 100%; }


/** Number Pagination CSS Styles **/
.adf__pagination { display: flex; flex-wrap: wrap; justify-content: center; padding: 10px; background-color: #fff; position: relative; }
.adf-page-numbers { padding: 10px; font-size: 12px; font-weight: 600; color: #000 ;  }
.adf-page-numbers:hover,
.adf-page-numbers.current { color: var(--primary); text-decoration: underline;}
.adf-page-numbers { cursor: pointer; font-size: 16px;}
.adf-page-numbers--disabled { cursor: default; }
.adf-page-numbers__pages--prev { margin-right: auto;position: relative; z-index: 20; }
.adf-page-numbers__pages--next { margin-left: auto; position: relative; z-index: 20;}
.adf-page-numbers--prev,
.adf-page-numbers--next { text-transform: uppercase; font-size: 16px;}
.adf-page-numbers__pages { position: absolute; left: 0; top: 0; height: 100%; width: 100%; display: flex; justify-content: center; align-items: center; z-index: 10; }
@media (max-width: 639px) {
	.adf-page-numbers.prev, .adf-page-numbers.next { min-width: 100px; text-align: center; }
	.adf-page-numbers:not(.prev):not(.next) { display: none; }
}

/* Animatin Spinner */
.adf-spinner-container { position: relative; }
.adf-spinner {position:absolute; z-index:999999; top:100px; 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 rgba(232, 232, 232,1);border-right:6px solid rgba(232, 232, 232,1);border-bottom:6px solid rgba(232, 232, 232,1);border-top:6px solid var(--secondary);border-radius:100%}
.adf-spinner-container .spinner { top: auto; bottom: 120px; }

@-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)}}

/* Sidebar */
.adf-sidebar__filter-set:nth-of-type(1) .adf-filter__tax-headline { margin:0 0 24px;}


/* .adf-sidebar__filter-set input[type="checkbox"] { display: none; }
.adf-sidebar__filter-set input[type="checkbox"]  + .adf-checkbox:before { width: 20px; height: 20px; content: '\e950'; display: flex; align-items: center;  font-family: var(--icon-family); color: var(--primary); font-weight: 400;}
.adf-sidebar__filter-set input[type="checkbox"]:checked  + .adf-checkbox:before { content: '\e94f';  }


.adf-sidebar__filter-set input[type="radio"] { display: none; }
.adf-sidebar__filter-set input[type="radio"]  + .adf-radio:before { width: 20px; height: 20px; content: '\e952'; display: flex; align-items: center;  font-family: var(--icon-family); color: var(--primary); font-weight: 400;}
.adf-sidebar__filter-set input[type="radio"]:checked  + .adf-radio:before { content: '\e94d';  } */

/* Filters */
.adf-filter__tax-headline { margin: 48px 0 24px;}

.adf__filter--checkbox,
.adf__filter--radio { display: grid; }


.adf-filter { position: relative;}
.adf-filter[data-view='card'] { display: grid; grid-template-columns: repeat(3, minmax(0, 33.33%)); gap: 30px; }

.adf-filter[data-columns='1'] { grid-template-columns: repeat(1, minmax(0, 100%));}
.adf-filter[data-columns='2'] { grid-template-columns: repeat(2, minmax(0, 50%));}
.adf-filter[data-columns='3'] { grid-template-columns: repeat(3, minmax(0, 33.33%));}
.adf-filter[data-columns='4'] { grid-template-columns: repeat(4, minmax(0, 25%));}
.adf-filter[data-columns='5'] { grid-template-columns: repeat(5, minmax(0, 20%));}

@media (max-width: 1000px) {
.adf-filter[data-columns='4'],
.adf-filter[data-columns='5'] { grid-template-columns: repeat(2, minmax(0, 50%));}
}

@media (max-width: 800px) {
.adf-filter[data-columns='3'],
.adf-filter[data-columns='4'],
.adf-filter[data-columns='5'] { grid-template-columns: repeat(2, minmax(0, 50%));}
}

@media (max-width: 600px) {
.adf-filter[data-columns='3'],
.adf-filter[data-columns='4'],
.adf-filter[data-columns='5'] { grid-template-columns: repeat(1, minmax(0, 100%));}
}

.adf-card__image { margin: 0; height: 270px; background: var(--primary) ; }
.adf-card__image img { width: 100%; object-fit: cover; height: 100%; }
.adf-card { background-color: transparent; border-radius: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid #091d36; }
.adf-card:hover { border-color: var(--primary);}
.adf-card--linked { cursor: pointer; transition: ease all 250ms }
.adf-card--linked:hover { transform: scale(1.025);}
.adf-card__content { padding: 20px 20px 0; }
.featured-card__categories,
.adf-card__categories { display: flex; width: 100%; gap: 10px; margin: 20px 0 10px; text-transform: uppercase; color: #36353b;}
.featured-card__cat,
.adf-card__cat { /*background-color: var(--primary);*/ padding: 5px; display: inline-block; color: var(--lightest-gray); font-size: 12px; border-radius: 4px; }
.featured-card:hover .featured-card__title,
.featured-card__title,
.adf-card--linked:hover .adf-card__title,
.adf-card__title { color: #091d36; }
.adf-card__title { font-size: 22px; margin: 20px 0 10px;}
.featured-card--linked:hover .featured-card__excerpt,
.featured-card__excerpt,
.adf-card--linked:hover .adf-card__excerpt,
.adf-card__excerpt { color: #36353b; }
.featured-card--linked:hover .featured-card__link,
.featured-card__link,
.adf-card--linked:hover, 
.adf-card__link,
.adf-card__link { color: #091d36;  margin: 0; }
.featured-card__link:before,
.adf-card__link:before { color: #fff !important; }
.adf-card__link__container { margin-top: auto; padding: 20px; }
.adf-card--linked:hover .adf-card__link.button.button--arrow { color: #091d36; }



.adf-filter[data-view='list'] { display: grid; gap: 0; grid-template-columns: repeat(1, minmax(0, 100%)); }

.adf-list { display: flex; gap: 30px; padding-bottom: 30px; background-color: #fff; padding: 30px; }
.adf-list--linked { cursor: pointer; transition: ease all 250ms; position: relative; z-index: 1;}
.adf-list--linked:after { position: absolute; width: calc( 100% - 60px); bottom: 0; left: 30px; height: 1px; background: rgba(0, 0, 0, .1); content: ''; transition: ease all 250ms;}
.adf-list--linked:hover { box-shadow: 0 0 30px rgba(0, 0, 0, .1); transform: scale(1.05); z-index: 2;}
.adf-list--linked:hover:after { background: rgba(0, 0, 0, 0); }
.adf-list:nth-last-of-type(1) { border-bottom: 0; }
.adf-list__image { margin: 0; width: 100%; max-width: 300px;}
.adf-list__image img { width: 100%; object-fit: cover; }
.adf-list__content { flex: 1;}
.adf-list__link { margin-top: 18px; font-weight: bold; }
.blog__filters__row:before, 
.blog__filters__row:after { display: none; }
.blog__filters__row { display: flex; justify-content: space-between; padding-top: 75px; align-items: center; }

select.adf-select { color: #091d36; text-transform: uppercase; background-color: transparent; border: none; text-align: right; padding-right: 30px; font-weight: bold;}
.currently-viewing {color: #36353b }
/* select.adf-select::placeholder { -webkit-appearance: none !important; color: #030f21; text-transform: uppercase; background: transparent} */

.blog-featured { padding-top: 230px; position: relative; }
.blog-featured .row { position: relative; z-index: 30; max-width: 1340px; }
.blog-featured .slick-slide { padding: 0 30px; }
.blog-featured:after { content: ''; background-color: var(--light-purple); width: 100%; height: 140px; left: 0; bottom: 0; position: absolute; }
.featured-card { padding: 30px; background: #fff;}
.featured-card__container { padding: 30px; display: flex; border: 1px solid #091d36; align-items: stretch; gap: 50px; height: 100%;}
.featured-card:hover .featured-card__container { border-color: var(--primary); }
.featured-card__image { margin: 0; width: 500px; }
.featured-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.featured-card__content { flex: 1 1 0; }
.featured-card__title { margin-top: 0; } 

.blog-featured__arrow { display: flex; align-items: center; justify-content: center; width: 2.352rem; height: 2.352rem; background-color: var(--secondary); border-radius: 50%; position: absolute; }
.blog-featured__arrows-next {right:-60px; top: calc(50% - 50px); margin-top: 0; cursor: pointer;}
.blog-featured__arrows-prev {left:-60px;top: calc(50% - 50px); margin-top: 0; cursor: pointer;}

.blog-featured__arrow { -webkit-animation: button-pulse 2s infinite;animation: button-pulse 2s infinite;}



@media (min-width: 1200px) { 
	.featured-card__title { font-size: 39px; } 
}
@media (max-width: 1200px) { 
	.featured-card__content,
	.featured-card__image { width: 50%; }
}
@media (max-width: 1600px) { 
	.blog-featured__arrows-next { right: -20px;}
	.blog-featured__arrows-prev { left: -20px; }
}
@media (max-width: 1400px) { 
	.blog-featured__arrows-next { right: 40px;  }
	.blog-featured__arrows-prev { left: 40px;  }
	/* .blog-featured__arrows-next { right: 60px; top: -60px; }
	.blog-featured__arrows-prev { left: 60px; top: -60px; } */
}
@media (max-width: 991px) { 
	.featured-card__content,
	.featured-card__image { width: 100%; }
	.featured-card__container { flex-direction: column; gap: 30px}
	.featured-card { padding: 20px; }
	.featured-card__container { padding: 20px; }
}

.blog-details { border-bottom: 1px solid #979797;}

.blog-hero__cat { display:inline-block; margin-top: 20px; background-color: var(--secondary); color: #091d36; text-transform: uppercase; padding: 5px 10px; font-weight: bold; }
.page-headline--blog { text-wrap: balance; }

.grid { display: grid; grid-template-columns: 1fr; }
.grid-1 { grid-template-columns: repeat(1, minmax(100px, 100%) ); }

.grid-gap-1 { grid-gap: 10px;}
.grid-gap-2 { grid-gap: 20px;}
.grid-gap-3 { grid-gap: 30px;}
.grid-gap-4 { grid-gap: 40px;}
.grid-gap-5 { grid-gap: 50px;}
.grid-gap-6 { grid-gap: 60px;}

.flex { display: flex; }
.flex-justify { justify-content: center; }
.flex-between { justify-content: space-between; }
.align-center { align-items: center; }
.flex-column { flex-direction: column; }

.flex-gap-1 { gap: 10px;}
.flex-gap-2 { gap: 20px;}
.flex-gap-3 { gap: 30px;}
.flex-gap-4 { gap: 40px;}
.flex-gap-5 { gap: 50px;}
.flex-gap-6 { gap: 60px;}

.text-balance { text-wrap: balance;}

.checkbox-icon { display: flex; align-items: center; justify-content: center; width: 2.352rem; height: 2.352rem; background-color: var(--primary); border-radius: 50%; color: #fff; -webkit-animation: button-pulse 2s infinite; animation: button-pulse 2s infinite; margin-bottom: 20px;}
.gird-block img { width: 100%; height: auto; object-fit: contain; }

@media (min-width: 991px) {
	.grid-2 { grid-template-columns: repeat(2, minmax(100px, 50%) ); }
	.grid-3 { grid-template-columns: repeat(3, minmax(100px, 33.33%) ); }
	.grid-4 { grid-template-columns: repeat(4, minmax(100px, 25%) ); }
}

.video-caption { font-size: 17px; color: #36353b; margin-top: 20px; }
.video-block a img { opacity: .4;}
.video-block a { position:relative; display: block;}
.video-overlay { position: absolute; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; left:0; top:0; pointer-events: none; }
.video-overlay span { display: flex; align-items: center; justify-content: center; width: 4rem; height: 4rem; background-color: var(--primary); font-size: 1.5rem; border-radius: 50%; color: #fff; -webkit-animation: button-pulse 2s infinite; animation: button-pulse 2s infinite; z-index: 20; }

.gallery-slider { padding-top: 150px; padding-bottom: 50px; position: relative; }
.gallery-slider__slider { z-index: 30; margin-top: 30px; margin-bottom: 50px;}
.gallery-slider .row { position: relative; z-index: 20;}
.gallery-slide { padding: 0 25px;}
.gallery-slide img { height: 408px; object-fit: cover; width: 100%; object-position: center; }
.gallery-slider__off-white { position: absolute; height: 50%; top: 0; left: 0; width: 100%; background-color: var(--light-purple); z-index: 10; }


.gallery-slider__arrows { display: flex; align-items: center; justify-content: center; gap: 50px;}
.gallery-slider__arrow { display: flex; align-items: center; justify-content: center; width: 2.352rem; height: 2.352rem; background-color: var(--primary); border-radius: 50%;  cursor: pointer; color: #fff;}

.gallery-slider__arrow { -webkit-animation: button-pulse 2s infinite;animation: button-pulse 2s infinite;}

@media (max-width: 991px) { 
	.gallery-slider { padding-top: 80px; padding-bottom: 30px; }
	.gallery-slider__arrows { gap: 30px}
	.gallery-slider__slider { margin-top: 20px; margin-bottom: 30px;}
}

.industries-grid__item { padding: 20px; display: flex; flex-direction: column; gap: 20px; border: 1px solid #36353b; color: #091d36; font-size: 1.825rem; font-weight: 500; transition: ease all 250ms;}
.industries-grid__item img { height: 241px; width: 100%; object-fit: cover; object-position: center;}
.industries-grid__item:hover { color: #091d36; transform: scale(1.05); }
.industries-grid__item__icon { display: flex; align-items: center; justify-content: center; width: 2.352rem; height: 2.352rem; background-color: var(--primary); border-radius: 50%;  cursor: pointer; color: #fff;}
.industries-grid__item__contact { position: relative; }
.industries-grid__item__contact__button { position: absolute; left: 0; bottom: 25px; width: 100%; text-align: center; justify-content: center; }
.industries-grid__item:hover .industries-grid__item__icon { -webkit-animation: button-pulse 2s infinite;animation: button-pulse 2s infinite;}
.industries-grid__item__contact { line-height: 1.2;}
.highlighted-text__content { padding-left: 32px; border-left: 10px solid var(--primary); text-wrap: balance;}
@media (min-width: 992px) {
	.highlighted-text { position: relative;}
	.bg-off-white.light-theme .highlighted-text:after { position: absolute; content: ''; right: 0; top: 0; height: 100%; width: 5%; background-color: var(--light-purple);}
}
@media (max-width: 991px) {
	.highlighted-text__content { padding-left: 16px; border-left: 5px solid var(--primary); text-wrap: balance;}
}
.grid-icon__item { padding: 30px; border: solid 1px #36353b; }
.grid-icon__item figure { margin: 0; height: 85px; width: 85px; /*background-color: var(--primary);*/ background-color: var(--deep-orange); padding: 10px; border-radius: 100%; -webkit-animation: icon-pulse 3s infinite; animation: icon-pulse 3s infinite;}
.grid-icon__item figure img { width: 100%; height: 100%; object-fit: contain; object-position: center; }

h3.grid-label,
.grid-icon__item h4 { color: #091d36; font-size: 1.25rem; margin: 30px 0 5px; }
h3.grid-label { margin: 0 0 10px;}

@-webkit-keyframes icon-pulse {
	1% {
		/* box-shadow: 0 0 0 0 rgba(17, 56, 165, 0.15); */
		box-shadow: 0 0 0 0 rgba(235, 51, 51, 0.15);
	}

	70% {
		/* box-shadow: 0 0 0 20px rgba(17, 56, 165, 0.23); */
		box-shadow: 0 0 0 20px rgba(235, 51, 51, 0.23);
	}

	100% {
		/* box-shadow: 0 0 0 0 rgba(17, 56, 165, 0.15); */
		box-shadow: 0 0 0 0 rgba(235, 51, 51, 0.15);
	}
}

.image-caption-block { position: relative; }
.image-caption-block__row { display: flex; gap: 10px; align-items: center; }
.image-caption-block__content { width: 60%; text-wrap: balance; }
.image-caption-block__image { width: 40%; position: relative; z-index: 30; }
.image-caption-block__image figure { height: 560px; margin: 0; }
.image-caption-block__image img { width: 100%; height: 100%; object-fit: contain; }
.image-caption-block figcaption { width: 300px; display: flex; align-items: center; font-size: 17px; font-style: italic; z-index: 20;}
.image-caption-block figcaption span { display: block; border-top: 10px solid var(--primary); padding-top: 20px; text-wrap: balance; }

@media (max-width: 1580px) {
	.image-caption-block__content { width: 50%; }
	.image-caption-block__image { width: 50%; }
}

@media (max-width: 991px) {
	.image-caption-block__row { flex-direction: column; gap: 30px; }
	.image-caption-block__content { width: 100%; }
	.image-caption-block__image { width: 100%; }
	.image-caption-block figcaption { position: static; width: 100%; padding: 0 15px;}
}

/* .steps-block .row { max-width: 1600px; } */
.steps-block__grid { margin-top: 60px; }
.steps-block__item { position: relative; background-color: var(--light-purple); }
.steps-block__item h3 { color:var(--primary); }
.steps-block__item::after { content: '\e923'; font-family: 'CD-Project-Icons' !important; display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; background-color: var(--primary); border-radius: 50%; position: absolute; right: -11px; top: 50%; color: #fff; transform: translateX(100%) translateY(-50%); -webkit-animation: button-pulse  3s infinite; animation: button-pulse  3s infinite; }
.steps-block__item:nth-last-of-type(1)::after { display: none;}

.steps-block__item__image { margin: 0; }
.steps-block__item__content { padding: 20px; font-size: .825rem; }

.big-image-block { background: var(--blue); position: relative; }

@media (max-width: 1400px) { 
	.steps-block__item { background-color: var(--light-purple); }
	.steps-block__item__image { margin: 0; padding-bottom: 0; }
	.steps-block__item__content { position: static; font-size: 1rem; width: 100%; }
	.steps-block__item::after { top: 50%; }
}

@media (max-width: 991px) { 
	.steps-block__item::after { content: '\e91b'; right: 50%; bottom: -30px; top: auto; transform: translateX(50%); }
	.steps-block__item__image img { width: 100%; height: 320px; }
}

@media (min-width: 731px) {
	/* .big-image-block:after { background: var(--light-purple); position: absolute; right: 0; top: 0; width: 5%; height: 100%; content: ''; } */
}
@media (max-width: 730px) { 
	.big-image-block .column { padding: 0; }
}
.big-image-block img { width: 100%; padding: 10px; background: #fff; }
.big-image-block__description { font-size: 22px; color:#fff}
.trade-mark {font-size: 1.5rem; position: relative; top: -30px; }

@media (max-width: 991px) {
.trade-mark {font-size: 1.25rem; position: relative; top: -15px; }
}

.load-in { opacity: 0;}
