/*
Theme Name: BoViet Solar
Theme URI:
Author: Antenna | Digital
Author URI: https://www.antennagroup.com
Description: Starting Antenna WordPress Boilerplate Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --primary: #e86a25;
  --secondary: #efbd20;
  --red: #ba0001;
  --teal: #4472c4;
  --blue: #4472c4;
  --green: #639642;
  --dark: #1b1c1e;
  --gray: #5b6262;
  --grey: #5b6262;
  --light-gray: #bebec1;
  --light-grey: #bebec1;
  --graident: linear-gradient(323deg, #404344 135%, #1b1c1e);
  /*--font-ibm: 'IBM Plex Sans', sans-serif;
  --font-jost: 'Jost', sans-serif;*/
	
  --font-ibm: 'Calibri','Arial',sans-serif;
  --font-jost: 'Calibri','Arial',sans-serif;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semi-bold: 600;
  --weight-bold: 700;
}
/* CSS BASE */
html{font-size:16px;box-sizing:border-box;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{padding:0;margin:0;background:#fff;font-family:'Calibri','Arial',sans-serif;font-weight:normal;line-height:1.7;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.0625rem;}*,*::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:#000cff;color:#000}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 #ccc;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:15px}}@media only screen and (max-width: 1023px){html{font-size:14px}}@media only screen and (max-width: 800px){html{font-size:13px}}@media only screen and (max-width: 375px){html{font-size:12px}}
/********************************************************************************
--- Template - Header ---
*********************************************************************************/
.header {z-index:9999;}

/* Drawer Scrollbars */
.drawer::-webkit-scrollbar {width: 0 !important;}
.drawer::-webkit-scrollbar-track {background:none;}
.drawer::-webkit-scrollbar-thumb {background:none;}
.no-touchevents .drawer::-webkit-scrollbar {width:8px!important;}
.no-touchevents .drawer::-webkit-scrollbar-track {background:#ccc;}
.no-touchevents .drawer::-webkit-scrollbar-thumb {background:#000cff;}

/* 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:#ccc; }
.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;}

@-webkit-keyframes slideDown{from{-webkit-transform:translate3d(0px,-100%,0px);transform:translate3d(0px,-100%,0px)}to{-webkit-transform:translate3d(0px,0px,0px);transform:translate3d(0px,0px,0px)}}@keyframes slideDown{from{-webkit-transform:translate3d(0px,-100%,0px);transform:translate3d(0px,-100%,0px)}to{-webkit-transform:translate3d(0px,0px,0px);transform:translate3d(0px,0px,0px)}}@-webkit-keyframes slideUp{0%{position:fixed;-webkit-transform:translate3d(0px,0px,0px);transform:translate3d(0px,0px,0px)}100%{-webkit-transform:translate3d(0px,-100%,0px);transform:translate3d(0px,-100%,0px)}}@keyframes slideUp{0%{position:fixed;-webkit-transform:translate3d(0px,0px,0px);transform:translate3d(0px,0px,0px)}100%{-webkit-transform:translate3d(0px,-100%,0px);transform:translate3d(0px,-100%,0px)}}

@media only screen and (min-width: 801px) {
  
  /* Hidden Mobile Elements */
  .content-overlay, .drawer-toggle {display:none;}
  
  /* Header */
  .admin-bar .header { top:32px; }
  .root { padding-top: 130px; }
  .header { position:fixed; background: #fff; top: 0; width: 100%; transition: ease all 250ms; box-shadow: 0 8px 15px 0 rgb(41 51 63 / 4%)}
  .header .row { max-width: 1600px; height:130px; flex-wrap: nowrap; transition: ease height 250ms; position: relative; padding: 1.5rem 1.5rem 0!important; align-items: flex-end; }
  /*.header .social-links { position: absolute; right: 1.5rem; top:1rem;}*/
  .header nav.menu .button { padding-top: 1rem; padding-bottom: 1rem; }
  
  .logo {display:block; width: 170px; margin-bottom: 1.25rem; }
  .logo img {display:inline-block; width: 100%; }
  
  /* Header - Menu */
  .menu ul {list-style: none; margin: 0; padding: 0;}
  .menu li {position:relative;}
  .menu li, .menu a {display: block;}
  .menu { display: flex; align-items: center; gap: 36px; }
  
  /* Menu - First Level */
  .menu > ul { display: flex; column-gap: 1rem  }
  .menu > ul > li > a {padding: .625rem 0; margin: 0; z-index: 1; color:var(--primary); font-size: .9125rem ; text-transform: uppercase; position: relative; /*-webkit-transition:background-color 250ms ease;-moz-transition:background-color 250ms ease;transition:background-color 250ms ease;*/ font-weight: var(--weight-semi-bold); border-bottom: 2px solid transparent; -webkit-transition: color .25s ease; -moz-transition: color .25s ease; transition: color .25s ease;}
  .menu > ul > li > a:hover {color:#000; }
  
  .menu > ul > li > a .menu-arrow:after {font-size: .9375rem ; content:"\e911"; font-family: 'CD-Project-Icons'; margin-left:.5rem; color:var(--primary); }
  .menu > ul > li a:after { background: var(--primary); width: 0; height: 2px; content: ''; position: absolute; left: 0; bottom: 0; transition: ease all .3s; }
  .menu > ul > li > a:hover:after,
  .menu > ul > li:hover > a:after,
  .menu > ul > li.selected > a:after  { width: 100%; }
  /*-----------Menu - Dropdown-----------*/
  .menu ul ul {line-height:normal; position: absolute; left: -9999px; top:auto; width: 225px; transition: opacity .25s ease; background:#fff; -webkit-transition: opacity .25s ease; -moz-transition: opacity .25s ease; opacity: 0; box-shadow: 0 0 20px rgba(0,0,0,.1); font-weight: var(--weight-semi-bold); padding: .5rem 0;}
  .menu ul a.small-sub + ul {width: 200px; }
  .menu ul a.large-sub + ul {width: 250px; }
  .menu ul ul a { padding: .325rem 1rem ; color: var(--dark); font-size: 1rem; position: relative;}
  .menu ul ul a:hover, .menu ul ul li.drop-open > a, .menu ul ul li.selected > a {color:var(--primary);}
  .menu ul ul .menu-arrow:after {content:"\ea21"; font-family: 'CD-Project-Icons'; margin-left:0.333em; font-size:90%; color:#ccc;}
  .no-touchevents .menu > ul > li.drop-open > ul, .touchevents .menu > ul > li:hover > ul { left: -1rem; opacity: 1; }
  .no-touchevents .menu > ul > li.drop-right.drop-open ul, .touchevents .menu > ul > li.drop-right:hover ul {right:0;}
  .menu ul ul a.nav-label { text-transform: uppercase; font-size: 13px; margin-top: .5rem; }
  .menu ul ul a.nav-label:hover { color: var(--primary); }
  /* Sub Sub Menu / Label */
  
  /*-----------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;} */
  
  /*-----------Menu - Third Level Dropdown-----------*/
  .menu ul li ul li ul { position: relative; left: 0; width: 100%; opacity: 1; box-shadow: none; background: transparent; margin: -10px 0 0; }
  .menu ul li ul li ul li a { font-size: 13px; padding: 5px 0 5px 25px; }
  .menu ul li ul li ul li { padding: 0; }
  .menu ul li ul li ul li a.green { color: var(--green); }
  .menu ul li ul li ul li a.teal { color: var(--teal); }
  .menu ul li ul li ul li a.primary { color: var(--primary); }
  
  /* Sticky Header */
  .stuck-down header { position: fixed; left: 0; top: 0; width: 100%; }
  .stuck-down header .row { height: 80px; align-items: center!important; }
  .stuck-down header .social-links { display: none; }
  
  .admin-bar.stuck-down header { top: 32px; }
  .stuck-down .logo { width: 140px; }
}

@media only screen and (min-width: 1000px) {
  .menu > ul { display: flex; column-gap: 1.5rem  }
  .menu > ul > li > a {font-size: 1rem}
}

@media only screen and (min-width: 1400px) {
  .menu > ul > li > a .menu-arrow:after {margin-left:1.0rem;}
  .logo {display:block; width: 190px;}
  .menu > ul { column-gap: 2.8125rem }
  .menu > ul > li > a {font-size: 1.0625rem}
  .header .row { align-items: flex-end!important; }
}


.menu ul ul a span.series-label { font-size: 10px; color: #fff; border-radius: 4px; padding: 2px 4px; position: absolute; left: auto; margin-left: 8px; top: 14px; transform: translateX(5px);text-transform: uppercase;}
.menu ul ul a span.series-label.gamma { background: var(--green); }
.menu ul ul a span.series-label.vega { background: var(--teal); }

/* @media only screen and (max-width: 1700px) {
  .no-touchevents .menu > ul > li ul li.drop-open ul,
  .touchevents .menu > ul > li ul li:hover ul {opacity: 1; left: -225px; top:0;}
} */

@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: 800px) {
  
  .root { padding-top: 60px; }
  .admin-bar .root { padding-top: calc(60px - 46px); }
  
  
  /* Header */
  .header {position:fixed; top:0; left:0; width:100%; height:60px; line-height:60px; background: #fff; box-shadow: 0 1px 0 rgba(0,0,0,0.12);}
  .header .row {flex-wrap: nowrap; padding: 0 1rem; }
  
  /* Header - Logo */
  .logo { display:block; height:60px; line-height:60px; }
  .logo a {display: block; }
  .logo img {width:100%; max-width:95px; display:inline-block; vertical-align:middle;}
  
  /* Drawer Toggle */
  .drawer-toggle { position: relative; width:50px; height:60px; text-align:center; display:block; margin:0; padding:0; color:#fff; right: -10px; }
  .drawer-toggle span {position:absolute; display:block; width:28px; height:4px; background:var(--primary); 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;}
  
  /* Drawer */
  .drawer { position: fixed; z-index:1001; top: 0; left: -300px; height: 100%; width: 300px; background-color: #fff; background-image: url('/wp-content/themes/boviet/assets/images/half-circle.svg'); background-size: 320px; background-repeat: no-repeat; background-position: bottom; overflow-x: hidden; overflow-y: auto; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition:-webkit-transform 150ms ease-in-out; transition:transform 150ms ease-in-out;}
  
  /* Main Menu */
  .menu {font-size:16px; background:#fff;}
  .menu ul { padding: 0; margin: 0; list-style: none;}
  .menu li {line-height:1.2;}
  .menu li, .menu a {display: block;}
  .menu a {border-bottom:1px solid rgba(0,0,0,0.05); -webkit-transition: all 150ms ease; transition: all 150ms ease;}
  .menu ul li a {padding:1.5rem 1rem; color: #000; position: relative; text-transform: uppercase; font-weight: 600; font-size: 1rem}
  .menu > ul > li.active > a, .menu > ul > li.selected > a { color:var(--primary); }
  .menu .menu-arrow {position: absolute; top: 0; right: 0.5rem; 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:var(--secondary); font-size:2rem; 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; font-weight:400; }
  .menu > ul > li.active .menu-arrow:after , .menu > ul > li.selected .menu-arrow:after  {color:var(--primary); }
  .menu li.active > a .menu-arrow:after { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); color:var(--primary); }
  .menu li.active > ul { display: block;}
  .menu ul ul { background:rgba(0,0,0,0.025); display:none;}
  .menu > ul > li > ul > li.active > a {background:var(--secondary); color:#fff;}
  .menu ul ul li a { padding-left: 1.5rem;}
  .menu ul ul ul li a { padding-left: 2.5rem;}
  
  .menu ul ul a.nav-label { color: var(--gray); text-transform: uppercase; font-size: 11px; letter-spacing: 1px; border-bottom: 0; padding:1rem 1.5rem; }
  .menu ul ul a.nav-label:hover { color: var(--primary); }
  .menu ul ul a.nav-label .menu-arrow { right: 0.75rem; }
  .menu ul ul a span.series-label { top: 1.375rem; transform: translateX(2.5px);text-transform: uppercase;}
  
  /* Pull Out Menu Content Overlay */
  .content-overlay {visibility: hidden; height: 0; width: 0; background: rgba(0,0,0,0); position: absolute; top: 0; -webkit-transition: background-color 150ms ease-in-out; transition: background-color 150ms ease-in-out; z-index:1000;}
  
  .drawer .menu .button { margin: 1.5rem 1rem; }
  .drawer .social-links { margin: 1.5rem 1rem; }

  /* Pull Out Menu Open */
  .root {position: relative; height: 100%;}
  .root.menu_open {overflow:hidden;}
  .root.menu_open .drawer {-webkit-transform: translate3d(300px, 0, 0); transform: translate3d(300px, 0, 0);}
  .root.menu_open .content-overlay { visibility: visible; height: 100%; width: 100%; position:fixed; top:0; left:0; right:0; background: var(--secondary); overflow:hidden; opacity: .9}
  .root.menu_open .content-overlay span { position: absolute; top: 1rem; right: 1rem; font-size: 4rem; color: #fff; cursor: pointer; }
  
  /* Header - Search */
  .search {padding:0.667em; background:#000;}
  
  /* Header - Utility LInks */
  .utility-links li {line-height:1.2;}
  .utility-links a {font-size:16px; padding:0.667em 0.938em; border-bottom:1px solid rgba(0,0,0,0.25);}
}
@media only screen and (max-width: 375px) {
  /* Menu */
  .menu {font-size: 15px;}
  .drawer {width:280px; left:-280px;}
  .root.menu_open .drawer {-webkit-transform: translate3d(280px, 0, 0); transform: translate3d(280px, 0, 0);}
}

@media only screen and (max-width: 320px) {
  /* Menu */
  .menu {font-size: 14px;}
  .drawer {width:260px; left:-260px;}
  .root.menu_open .drawer {-webkit-transform: translate3d(260px, 0, 0); transform: translate3d(260px, 0, 0);}
}

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


@media screen and (min-width: 801px) and (max-width: 1200px) { 
  .social-links { position: absolute; top: 3rem; right: 1rem; }
}

@media only screen and (max-width: 800px) {
  
  /* Adjust for Height of Fixed Mobile Menu */
  .wrapper { padding-top: 60px; }
}

/* Grid */
/* Base Grid Classes */
.row{max-width:1400px;margin-right:auto;margin-left:auto;display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap;}.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%;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{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{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{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{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{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{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{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{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;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{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{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{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{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{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{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{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{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;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{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{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{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{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{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{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{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{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;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{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{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{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{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{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{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{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{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;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{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{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{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{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{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{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{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{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;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{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{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{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{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{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{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{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{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;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(assets/fonts/CD-Project-Icons.woff2?yk0w7i) format('woff2'), url(assets/fonts/CD-Project-Icons.ttf?yk0w7i) format('truetype'), url(assets/fonts/CD-Project-Icons.woff?yk0w7i) format('woff'),	url(assets/fonts/CD-Project-Icons.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-boviet-checkmark:before { content: "\ea36"; }.icon-boviet-pvel:before { content: "\ea35"; }.icon-boviet-seia-text:before { content: "\ea33"; }.icon-boviet-bnef:before { content: "\ea34"; }.icon-boway-icon:before { content: "\ea31"; }.icon-boviet-boway-icon-square:before { content: "\ea32"; }.icon-boviet-aesthetic:before{ content:"\ea22" }.icon-boviet-half-cut-cell:before{ content:"\ea23" }.icon-boviet-large-wafer:before{ content:"\ea24" }.icon-boviet-monocrystalline-technology:before{ content:"\ea25" }.icon-boviet-multi-busbar-cell:before{ content:"\ea26" }.icon-boviet-p-type-semiconductor:before{ content:"\ea27" }.icon-boviet-passivated-emitter-rear-cell:before{ content:"\ea28" }.icon-boviet-robust-product:before{ content:"\ea29" }.icon-boviet-bloomberg:before { content: "\ea2a"; } .icon-boviet-globe-leaf:before { content: "\ea2b"; } .icon-boviet-globe:before { content: "\ea2c"; } .icon-boviet-map:before { content: "\ea2d"; } .icon-boviet-performance:before { content: "\ea2e"; } .icon-boviet-seia:before { content: "\ea2f"; } .icon-boviet-solar:before { content: "\ea30"; }.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"}

.icon-boviet-star { width: 2.25rem; }
.icon-boviet-star:before { content: url("/wp-content/uploads/boviet-star-bullet.svg"); }

.custom-x-logo img { width: 18px; height: 18px; background: #000; padding: 4px; object-fit: contain; border-radius: 1px; object-position: center; }
.custom-x-logo img:hover { background: var(--primary);}
footer .custom-x-logo img { width: 22px; height: 22px; background: #000; }
footer .custom-x-logo img:hover { background: var(--primary);}
/* Template - Page Elements */

/* Titles */
h1, h2, h3, h4, h5, h6 { margin: 0 0 0.533em 0; line-height: 1.2; font-weight:600; font-style: normal; color: #000; font-family:'Calibri', Arial,sans-serif; text-transform: uppercase;} 
h1, .h1 {font-size: 2.3125rem; line-height: 1.125;}
h2, .h2 {font-size: 1.825rem;}
h2.h1 {font-size: 1.825rem;}

h3, .h3 {font-size: 1.3125rem;}
h4, .h4 {font-size: 1.1875rem; }
h5, .h5 {font-size: 1.125rem;}
h6, .h6 {font-size: 1.125rem;}
.subheader { font-weight: 300; margin-top: -0.6em}
.headings {border-bottom:1px solid #ccc; 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:#000;}
.headings span[class^="icon-"] {color:#ccc; font-size:80%; margin-right:0.167em;}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { color: #000; }

.no-caps { text-transform: none !important; }

/* Branding Colors */
.red {color:#ee0000}
.bg-red {background-color: #ee0000;}
.blue {color: #000cff}
.bg-blue {background-color: #000cff}
.black {color:#000}
.bg-black {background-color: #000;}
.gray {color:#ccc}
.bg-gray {background-color: #ccc;}
.light-gray {color:#f2f2f2}
.bg-light-gray {background-color: #f2f2f2;}
.bg-light,.bg-gradient-grey {background-color: #f2f2f2;}

/* 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); margin-right: 0.5em; }
.off-white ol li::before {color: #fff;}
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 li:before, ul.checkmarks li:before { font-family: 'CD-Project-Icons'; display: block; position: absolute; top: 0; left: 0; color:var(--secondary); }
ul.bullets li:before { font-size: 1em; content: "\e915"; top: -0.0625em;}
ul.checkmarks li:before { font-size: .75rem; content: "\ea36"; top: 3px; }
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; }
.list--two-col { column-count: 2; column-gap: 40px; padding: 0; text-align: justify;}

.list--two-col li { break-inside: avoid; padding: 5px 10px; }

@media only screen and (max-width: 600px) {
  .list--two-col { column-count: 1; }
}


/* Paragraphs */
p { margin: 0 0 1.100rem 0; line-height:1.3; text-align: justify; }
.lead { font-size: 1.556rem; font-weight: 300; line-height:1.5;}

/* Links */
a { color: var(--dark); text-decoration: none; -webkit-transition: color 300ms ease-out; transition: color 300ms ease-out; }
a:hover {color: var(--primary); 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 #ccc; padding:0.278em; background: #fff;}

/* Aligning */
.left-align { text-align: left }
.center { text-align: center }
.right-align { text-align: right }
.left { float: left }
.right { float: right }

/* Misc Typography */
.arial {font-family: 'Calibri','Arial', sans-serif;}
.times-new-roman {font-family: 'Calibri','Arial', sans-serif;}
.small { font-size:1rem; font-weight: 700; }
.light {font-weight:300;}
.regular { font-weight:400; }
.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.0625rem}
.t4 {font-size:1.125rem}
.t5 {font-size:1.250rem}
.t6 {font-size:1.375rem}
.t7 {font-size:1.500rem}
.t8 {font-size:1.625rem}
.t9 {font-size:1.750rem}
.t10 {font-size:1.875rem}
.t11 {font-size:2.000rem}
.t4,.t5,.t6 {line-height:1.35}
.t7,.t8,.t9,.t10 {line-height:1.2}

.fsize-10 { font-size:.625rem; }
.fsize-17 { font-size:1.0625rem; }

/* 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:#ccc; }
.border-top { border-top-style: solid; border-top-width: 1px; border-top-color:#ccc; }
.border-right { border-right-style: solid; border-right-width: 1px; border-right-color:#ccc; }
.border-bottom { border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color:#ccc; }
.border-left { border-left-style: solid; border-left-width: 1px; border-left-color:#ccc; }
.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(--primary); 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: #ccc; 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 {cursor: pointer; line-height: 1; margin: 0; position: relative; text-decoration: none; text-align: left; -webkit-appearance: none; display: inline-block; -webkit-transition: all 200ms ease; transition: all 200ms ease; color: #ffffff; background-color: #000cff;}
body:not(.user-is-tabbing) .button {outline: none;}
button.reset {border: none; background: none; cursor: pointer; font-weight: normal; text-decoration: none; -webkit-appearance: none; -webkit-border-radius: 0; border-radius: 0;}

@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: 1600px) {
  br.d-only { display: none;}
}
@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 {display:block; width:100%;}
}
/********************************************************************************
--- Form Styling ---
*********************************************************************************/

/* Standard Forms */
form { margin: 0; }

/* Label Styles */
.gform_wrapper.gravity-theme .ginput_container_address.ginput_complex label,
.gform_wrapper.gravity-theme label.gfield_label,
label { cursor: pointer; display: block; margin: 0; font-weight:700; text-transform: uppercase; color: var(--primary); font-size: .875rem; }
.gform_wrapper.gravity-theme .gfield { margin: 0}
.gform_wrapper.gravity-theme .address_country { margin: .75rem 0 .75rem}
/* Required */
.req { color:#ee0000; font-weight: 700;}

/* styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {font-size: 1.000rem; -webkit-appearance: none; background-color: #fff; border: 1px solid #5b6262; color: #000; display: block; margin: 0 0 1.000em 0; padding: 0.444em; height: 2.750em; width: 100%; border-radius: 0.125rem; 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 #7aacfe !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: #ccc; }

/* 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/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA3NjggNzY4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3NjggNzY4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0U4NkEyNTt9Cjwvc3R5bGU+CjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTYwOCwzMjBjMCw5LjYtMy4yLDE2LTkuNiwyMi40bC0xOTIsMTkyYy0xMi44LDEyLjgtMzIsMTIuOC00NC44LDBsLTE5Mi0xOTJjLTEyLjgtMTIuOC0xMi44LTMyLDAtNDQuOAoJczMyLTEyLjgsNDQuOCwwTDM4NCw0NjcuMmwxNjkuNi0xNjkuNmMxMi44LTEyLjgsMzItMTIuOCw0NC44LDBDNjA0LjgsMzA0LDYwOCwzMTAuNCw2MDgsMzIwTDYwOCwzMjB6Ii8+Cjwvc3ZnPgo='); background-position: calc(100% - 8px) center; background-repeat: no-repeat; line-height: normal; height: 2.75em; background-size: 18px; }

:-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 #ccc; padding: 1.111em; margin: 1.000em 0; }
fieldset legend { font-weight: 700; background: white; padding: 0 0.167em; margin: 0; margin-left: -0.167em; }

/* Custom replaced checkbox, radio, switch */
.checkbox, .radio, .switch {margin: 1.000em 0; }
.checkbox label, .radio label {font-size: 1rem; text-transform: none; font-weight: 400; line-height: 1; color: var(--dark) }
.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 #ccc; top: -2px;}
.checkbox span {border-radius: 2px; }
.radio span { border-radius: 1.067em; }
.checkbox:hover span, .radio:hover span { border-color: var(--primary); }
.checkbox span:before, .radio span:before {content: ""; display: inline-block;  vertical-align: middle; opacity: 0; color: var(--primary); 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(--primary);}
.checkbox input[type=checkbox]:checked + span, .radio input[type=radio]:checked + span { border-color: var(--primary); background-color: var(--primary); }
.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: #ccc !important; background-color: #ccc !important; }
.radio input[type=radio]:checked:focus + span:before { background-color: var(--primary);}
.radio input[type=radio]:checked:focus + span { border-color: var(--primary); background-color: #fff; }
.checkbox input[type=checkbox]:checked:focus + span, .switch input[type=checkbox]:checked:focus + span {background-color: var(--primary);}

#gform_wrapper_3 .gform_required_legend { display: none;}

/* 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 #ccc; 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 #ccc; border-radius: 400px; box-shadow: 1px 1px 3px rgba(0,0,0,0.1); -webkit-transition: all .2s; }
.switch input:checked + span { background-color: #000cff; border-color: #000cff; transition: all .5s; }
.switch input:checked + span:after { left: 50%; transition: all .2s; }

/* Error Validation */
form small.form-error {font-size: 0.667rem; background: #ee0000; 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: #000cff}
.success-container p {font-size: 1.125em;}

/* Disabled Button */
.button[disabled], .button.disabled, .button[disabled]:hover, .button.disabled:hover {background:#f2f2f2; color:#000; cursor:default; text-shadow:none;}

/* Accordion */
.accordion {font-size:1.000rem; margin: 0 0 1.667em; border-bottom: 1px solid #ccc;}
.accordion dt {border-top: 1px solid #ccc; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; padding:1.111em 2.222em 1.111em 0; margin: 0; position:relative; font-weight:700;}
.accordion dt:after { 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: #f2f2f2; color: #000; }
.resp-tabs-list li.resp-tab-active { background: #fff; color:var(--secondary); position: relative; }
.resp-tabs-container {padding: 0; background-color: #fff; 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 #ccc;}
.resp-accordion { cursor: pointer; display: none; border: 1px solid #ccc; 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 #ccc; border-left: 1px solid #ccc; }
  .resp-tabs--horizontal .resp-tabs-list li:last-child { border-right: 1px solid #ccc; }
  .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; }
  .resp-tabs--vertical .resp-tabs-list { float: left; width: 30%; border: 1px solid #ccc; 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 #ccc; }
  .resp-tabs--vertical .resp-tabs-list li:last-child {border-bottom:none;}
  .resp-tabs--vertical .resp-tabs-container { border: 1px solid #ccc; 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: #000; 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 #ccc; border-bottom:none; }
  .resp-tab-content:last-of-type {border-bottom:1px solid #ccc;}
  .resp-tabs--verticalvtabs .resp-tabs-container { border: none; float: none; width: 100%; min-height: 100px; clear: none; }
}

/* Tables */
table.table { background: white; margin-bottom: 1.000em; border: solid 1px #ccc; table-layout: auto; width: 100%; }
table.table caption { background: none; color: #000; font-weight: bold; }
table.table thead { background:var(--secondary); }
table.table thead tr th { padding:0.750em 0.857em; font-size: 0.778em; text-transform: uppercase; color: #fff; font-weight:700; border: 1px solid var(--secondary); }
table.table thead tr td { padding:0.750em 0.857em; font-size: 0.778em; text-transform: uppercase; color: #000; font-weight:700; border: 1px solid #ccc; }
table.table tr th, table.table tr td { padding:1em 0.820em; font-size:0.813em; text-align: left; border: 1px solid #ccc; }
table.table tr.even, table.table tr.alt, table.table tr:nth-of-type(even) { background: #f2f2f2; }
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; }
/* table { margin: 0 auto; wi} */
table.table img { margin: 0 auto; display: table-cell;}
table.table h4 { margin: 0; display: table-cell; }

.responsive__table-overflow { overflow-x: auto; max-width: 90vw; margin-bottom: 1rem; }
.responsive__table-overflow table { margin-bottom: 0; }

@media only screen and (max-width: 639px) {
	.responsive__table-stack table thead tr th,
	.responsive__table-stack table tfoot tr th,
	.responsive__table-stack table tfoot tr td,
	.responsive__table-stack table tbody tr th,
	.responsive__table-stack table tbody tr td,
	.responsive__table-stack table tr td { display: block; width: 100% !important; text-align: center; }
	.responsive__table-stack table { border-top: none; border-left: none; border-right: none; }
	.responsive__table-stack table tr th,
	.responsive__table-stack table td { border-bottom: none; }
	/* Hide the table heading cells on smaller screens */
	.responsive__table-stack table thead tr th,.responsive__table-stack table thead tr td { display: none;}

	/* Set a min width on a psuedo element in the table cells on smaller screens */
	.responsive__table-overflow table tbody tr td:before { content: ''; display: block; min-width: 10em; }
  .hide-on-mobile { display: none !important; }
  .responsive__table-stack .table.table img { max-width: 250px;}
  table.table h4 { margin: 0; display: block; margin: 1rem; }
  
  .responsive__table-stack .table_heading { background: var(--gray); }
  .responsive__table-stack .table_heading h4 { color: white;   }
  
}



/* 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:not(.button).active, .slide-toggle:not(.button).active:after { color:var(--primary); }
.slide-toggle.button.active {background-color: transparent; color: var(--dark) ; margin-bottom: 1rem; }
.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: 1.5rem 2rem; margin-bottom: 1.111em; background-color: var(--secondary); color: #fff; border-radius: 4px; }
.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:#000; }
.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:var(--green); }
.alert-success p:before { content: "\e94b"; }
.alert-info p:before { content: "\e98f"; }
.alert-warning { background-color:var(--primary); }
.alert-warning p:before { content: "\ea17"; }
.alert-danger { background-color:#ee0000; }
.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: #000; 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 */

@media only screen and (max-width: 782px) {
  #wpadminbar {position: fixed; display: none;}
}

/* Style Guide */
.sg-section + .sg-section {padding: 5.000em 0; border-bottom: 1px solid #ccc;}
.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; color: var(--primary)}
.sg-section__heading span:after {content: ""; display: block; position: absolute; top: 0; right: 0; width: 1px; height: 100%; background: #ccc;}
.sg-section__subheading {font-size: 14px; text-transform: uppercase; margin: 4.000em 0 2.000em; position: relative; color: var(--primary)}
.sg-section__subheading:before {content: ""; display: block; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background: #ccc;}
.sg-section__subheading span {position: relative; background: #fff; 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 #ccc; padding-left: 2.000em;}
.sg-section__font-weight {display: block;}
.sg-body {overflow-x: hidden;}
.sg-body .root, .sg-toggle {-webkit-transition: -webkit-transform 250ms ease; transition: -webkit-transform 250ms ease; transition: transform 250ms ease; transition: transform 250ms ease, -webkit-transform 250ms ease;}
.sg-fixed-nav {position: fixed; top: 0; left: 0; width: 250px; height: 100%; overflow-y: auto; padding: 40px 15px; background: #fff; z-index: 9999999; border-right: 1px solid #ccc; -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;}
}

.sg-toggle { background: var(--primary); color:#fff; }
.sg-snippets-toggle { color: var(--dark); margin: 0 0 1rem; font-size: 1.5rem; font-weight: 600; font-family: 'Calibri','Arial', sans-serif;}
/* Swatches */
.swatches-row { grid-gap: 1rem; }
.swatch { box-shadow: 0 4px 8px 1px rgba(41, 51, 63, 0.08); border-radius: 4px; overflow: hidden; }
.swatch__color { position: relative; height: 190px;}
.swatch__hex { font-size: .925rem; margin: 0 auto 1rem; padding-left: 1.5rem; }
.swatch__name { font-size:1rem; margin: 1rem auto 0; padding-left: 1.5rem; font-weight: 600; }

@media only screen and (max-width: 800px) {
  .swatch__color { height: 120px;}
}

/* Code Snippets */
code {display: none; /* Remove in Production */}
code.active {display: block;}
pre {padding:15px; border:1px solid #ccc;}

/* Magnific */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 10042; overflow: hidden; position: fixed; background: #212b38; opacity: 0.85; }
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 10043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; box-sizing: border-box; }
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 10045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader { color: #e7e9f0; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 10044; }
.mfp-preloader a { color: #e7e9f0; }
.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: #afb2b8; transition: color 250ms ease; font-style: normal; font-weight: 300;}
.mfp-close:hover, .mfp-close:focus { color: #586572; }
.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: #e7e9f0; 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: 1;}
.mfp-arrow-left { left: 0; }
.mfp-arrow-left:before { margin-left: 25px; border-right: 27px solid #fff; }
.mfp-arrow-right { right: 0; }
.mfp-arrow-right:before {border-left: 27px solid #ffffff;}
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 1200px; }
.mfp-iframe-holder .mfp-close { top: -40px; }
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }
.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(33, 43, 56, 0.6); background: #212b38; }
/* 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(33, 43, 56, 0.6); background: #586572; }
.mfp-figure small { color: #e7e9f0; 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: #f8f8f8; 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: .98 }
.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: 1280px;}
.popup-embed-container .mfp-close {font-size: 3.75em; top: -1.1667em; color: #fff; text-align: right; right: 0; transition: color 250ms ease;}
.popup-embed-container .mfp-close:hover {color: rgba(255,255,255,0.60)}
.popup-embed-container video {display: block; width: 100%; height: auto; margin: 0; padding: 0;}
.mfp-content { max-width: 800px; height: auto; }
.mfp-history .mfp-content { max-width: 1600px; height: 845px; background: #81a7c6; width: 100%; }

.mfp-content { background: #fff; padding: 2rem; border-radius: 10px; max-width: 700px; }
button.mfp-close { top: -3rem; right: 0; padding: 0; width: auto; height: auto; color: #fff; opacity: 1;}
button.mfp-close:hover { color: var(--primary) }
@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(33, 43, 56, 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(33, 43, 56, 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; }
}

.caption { font-size: .925rem; }
.caption-tiny { font-size: .8725rem; }

[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos]{pointer-events:none}[data-aos].aos-animate{pointer-events:auto}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}@media screen{html:not(.no-js) [data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;-webkit-transform:none;transform:none}html:not(.no-js) [data-aos=fade-up]{-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}html:not(.no-js) [data-aos=fade-down]{-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}html:not(.no-js) [data-aos=fade-right]{-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0)}html:not(.no-js) [data-aos=fade-left]{-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0)}html:not(.no-js) [data-aos=fade-up-right]{-webkit-transform:translate3d(-100px,100px,0);transform:translate3d(-100px,100px,0)}html:not(.no-js) [data-aos=fade-up-left]{-webkit-transform:translate3d(100px,100px,0);transform:translate3d(100px,100px,0)}html:not(.no-js) [data-aos=fade-down-right]{-webkit-transform:translate3d(-100px,-100px,0);transform:translate3d(-100px,-100px,0)}html:not(.no-js) [data-aos=fade-down-left]{-webkit-transform:translate3d(100px,-100px,0);transform:translate3d(100px,-100px,0)}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}html:not(.no-js) [data-aos=zoom-in]{-webkit-transform:scale(.6);transform:scale(.6)}html:not(.no-js) [data-aos=zoom-in-up]{-webkit-transform:translate3d(0,100px,0) scale(.6);transform:translate3d(0,100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-down]{-webkit-transform:translate3d(0,-100px,0) scale(.6);transform:translate3d(0,-100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-right]{-webkit-transform:translate3d(-100px,0,0) scale(.6);transform:translate3d(-100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-left]{-webkit-transform:translate3d(100px,0,0) scale(.6);transform:translate3d(100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-out]{-webkit-transform:scale(1.2);transform:scale(1.2)}html:not(.no-js) [data-aos=zoom-out-up]{-webkit-transform:translate3d(0,100px,0) scale(1.2);transform:translate3d(0,100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-down]{-webkit-transform:translate3d(0,-100px,0) scale(1.2);transform:translate3d(0,-100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-right]{-webkit-transform:translate3d(-100px,0,0) scale(1.2);transform:translate3d(-100px,0,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-left]{-webkit-transform:translate3d(100px,0,0) scale(1.2);transform:translate3d(100px,0,0) scale(1.2)}html:not(.no-js) [data-aos^=slide][data-aos^=slide]{transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;visibility:hidden}html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate{visibility:visible;-webkit-transform:translateZ(0);transform:translateZ(0)}html:not(.no-js) [data-aos=slide-up]{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}html:not(.no-js) [data-aos=slide-down]{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}html:not(.no-js) [data-aos=slide-right]{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}html:not(.no-js) [data-aos=slide-left]{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}html:not(.no-js) [data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}html:not(.no-js) [data-aos=flip-left]{-webkit-transform:perspective(2500px) rotateY(-100deg);transform:perspective(2500px) rotateY(-100deg)}html:not(.no-js) [data-aos=flip-left].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-right]{-webkit-transform:perspective(2500px) rotateY(100deg);transform:perspective(2500px) rotateY(100deg)}html:not(.no-js) [data-aos=flip-right].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-up]{-webkit-transform:perspective(2500px) rotateX(-100deg);transform:perspective(2500px) rotateX(-100deg)}html:not(.no-js) [data-aos=flip-up].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}html:not(.no-js) [data-aos=flip-down]{-webkit-transform:perspective(2500px) rotateX(100deg);transform:perspective(2500px) rotateX(100deg)}html:not(.no-js) [data-aos=flip-down].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}}

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


/* Slick */
.slick-loading .slick-list{background:#fff}

.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}
.slick-prev:before,.slick-next:before{font-family:'slick';font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.slick-prev{left:-25px}
[dir='rtl'] .slick-prev{right:-25px;left:auto}
.slick-prev:before{content:'←'}
[dir='rtl'] .slick-prev:before{content:'→'}
.slick-next{right:-25px}
[dir='rtl'] .slick-next{right:auto;left:-25px}
.slick-next:before{content:'→'}
[dir='rtl'] .slick-next:before{content:'←'}
.slick-dotted.slick-slider{margin-bottom:30px}
.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}
.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}
.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}
.slick-dots li button:hover,.slick-dots li button:focus{outline:none}
.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}
.slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.slick-dots li.slick-active button:before{opacity:.75;color:#000}
.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: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}

/* Flexbox Helper Classes */
.flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.flex-child-auto { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; }
.flex-child-grow { -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; }
.flex-child-shrink { -webkit-box-flex: 0; -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; }
.flex-dir-row { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
.flex-dir-row-reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
.flex-dir-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.flex-dir-column-reverse { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
.row-extended.flex { padding-right: 0; padding-left: 0; max-width: 100%; margin-left: auto; margin-right: auto; }

.flex-x { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; }
.flex-y { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-flow: column nowrap; -ms-flex-flow: column nowrap; flex-flow: column nowrap; }

.cell { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; min-height: 0; min-width: 0; width: 100%; }
.cell.auto { -webkit-box-flex: 1; -webkit-flex: 1 1 0px; -ms-flex: 1 1 0px; flex: 1 1 0px; }
.cell.shrink { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.flex-x > .auto { width: auto; }
.flex-x > .shrink { width: auto; }

.flex-start { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
.flex-end { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
.flex-center { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.flex-justify { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.flex-spaced { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; }
.flex-top { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
.flex-self-top { -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; }
.flex-bottom { -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }
.flex-self-bottom { -webkit-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end; }
.flex-middle { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.flex-self-middle { -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; }
.flex-stretch { -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }
.flex-self-stretch { -webkit-align-self: stretch; -ms-flex-item-align: stretch; align-self: stretch; }
.flex-center-middle { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; }
.flex-evenly { -webkit-box-pack: space-evenly; -webkit-justify-content: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; -webkit-box-align: space-evenly; -webkit-align-items: space-evenly; -ms-flex-align: space-evenly; align-items: space-evenly; -webkit-align-content: space-evenly; -ms-flex-line-pack: space-evenly; align-content: space-evenly; }

.container { max-width: 1312px; padding-right: 1rem; padding-left: 1rem; margin-left:auto; margin-right: auto; }
.container > .row { max-width: none; margin-right: -1rem; margin-left: -1rem; }
.container > .row:before,
.container > .row:after { display: none; }
.container > .row > .cell,
.container > .row > .col { padding-left: 1rem; padding-right: 1rem; }

.grid-row { display: grid; }
.grid-row.row { max-width: 1312px; padding-right: 1rem; padding-left: 1rem; }

.grid-up-2 { grid-template-columns: repeat(2, 1fr); }
.grid-up-3 { grid-template-columns: repeat(3, 1fr); }
.grid-up-4 { grid-template-columns: repeat(4, 1fr); }



@media only screen and (max-width: 1101px) {
  .medium-grid-up-3 { grid-template-columns: repeat(3, 1fr); }
  .medium-grid-up-2 { grid-template-columns: repeat(2, 1fr); }
  .medium-grid-up-1 { grid-template-columns: repeat(1, 1fr); }
}

@media only screen and (max-width: 801px) {
  .small-grid-up-2 { grid-template-columns: repeat(2, 1fr); }
  .small-grid-up-1 { grid-template-columns: repeat(1, 1fr); }
}

@media only screen and (max-width: 540px) {
  .small-grid-up-2 { grid-template-columns: repeat(1, 1fr); }
}

.px0 { padding-left: 0; padding-right: 0; }
.py0 { padding-top: 0; padding-bottom: 0; }
.mx0 { margin-left: 0; margin-right: 0; }
.my0 { margin-top: 0; margin-bottom: 0; }
.mx-auto { margin-left: auto; margin-right: auto; }
.my-auto { margin-top: auto; margin-bottom: auto; }
.ml-auto { margin-left: auto !important; }
.mr-auto { margin-right: auto !important; }


.pt-0 { padding-top: 0 }
.pb-0 { padding-bottom: 0 }

.pt-xxs { padding-top: 1rem}
.pb-xxs { padding-bottom: 1rem}

.pt-xs { padding-top: 2rem}
.pb-xs { padding-bottom: 2rem}

.pt-sm { padding-top: 4rem}
.pb-sm { padding-bottom: 4rem}

.pt-md { padding-top: 7.5rem}
.pb-md { padding-bottom: 7.5rem}

.pt-lg { padding-top: 9rem}
.pb-lg { padding-bottom: 9rem}

.pt-xl { padding-top: 12rem}
.pb-xl { padding-bottom: 12rem}


@media only screen and (max-width: 960px) {
  .pt-0 { padding-top: 0 }
  .pb-0 { padding-bottom: 0 }

  .pt-xxs { padding-top: .75rem}
  .pb-xxs { padding-bottom: .75rem}  
  
  .pt-xs { padding-top: 1.5rem}
  .pb-xs { padding-bottom: 1.5rem}
  
  .pt-sm { padding-top: 3rem}
  .pb-sm { padding-bottom: 3rem}
  
  .pt-md { padding-top: 5rem}
  .pb-md { padding-bottom: 5rem}
  
  .pt-lg { padding-top: 6rem}
  .pb-lg { padding-bottom: 6rem}
  
  .pt-xl { padding-top: 7rem}
  .pb-xl { padding-bottom: 7rem}
}

@media only screen and (max-width: 801px) {
  .pt-md { padding-top: 4rem}
  .pb-md { padding-bottom: 4rem}
  
  .pt-lg { padding-top: 4rem}
  .pb-lg { padding-bottom: 4rem}
  
  .pt-xl { padding-top: 4rem}
  .pb-xl { padding-bottom: 4rem}
}

@media only screen and (max-width: 640px) {
  .pt-md { padding-top: 3rem}
  .pb-md { padding-bottom: 3rem}
  
  .pt-lg { padding-top: 3rem}
  .pb-lg { padding-bottom: 3rem}
  
  .pt-xl { padding-top: 3rem}
  .pb-xl { padding-bottom: 3rem}
}

/* Buttons */
.button-group { display: flex; width: 100%; margin: 1.5rem 0 0 }
.button { background: transparent; padding:1.125rem 7.5rem 1.125rem 1.125rem; border-radius: 100px; font-weight: 700; border: 2px solid #000; color:#000; position: relative; font-size: 1.0625rem;}
.button:after { position: absolute; top: 0; right: 1.125rem; width: 20px; height: 100%; display: flex; align-items: center; content:"\e923"; font-family: 'CD-Project-Icons'; font-weight: 400; font-size: 1rem; transition: ease all .3s;}
.button:hover:after { right: .5rem; }

.button.on-image { border: 2px solid #000; color:#000;}
.button.on-image:hover:after { color: #000; }

.button.on-white { border: 2px solid var(--secondary); color:#000;}
.button.on-white:after { color: var(--primary) }

.button.on-dark { border: 2px solid var(--secondary); color:#ffffff;}
.button.on-dark:after { color: var(--primary) }

.button:hover { background: transparent; border-color: var(--primary); color: var(--primary); }
@media only screen and (max-width: 1460px) {
  .button { padding: 1.125rem 3.5rem 1.125rem 1.125rem;
  }
}

.button.load-more { padding:1.125rem 2rem; }
.button.load-more:after { content: ''; }
.button.no-arrow { padding:1.125rem 2rem; }
.button.no-arrow:after { content: ''; }
.button.disabled { border-color: #f2f2f2; color: var(--gray)}
.button.disabled:after { content: '\e955';color: var(--gray) }
.button.disabled:hover,
.button.disabled:after { color: var(--gray); }
.button.disabled:hover:after { right: 1.125rem; }
.button.disabled:hover { border-color: #f2f2f2}

/* Text Button */
.text-button { background: transparent; padding:1.125rem 1.125rem 1.125rem 0; font-weight: 700; color:#000; position: relative; font-size: 1.0625rem; display: block;}
.text-button:hover { color: var(--primary);  }

.text-button:after { position: absolute; top: 0; right: 1.125rem; width: 20px; height: 100%; display: flex; align-items: center; content:"\e923"; font-family: 'CD-Project-Icons'; font-weight: 400; font-size: 1.0625rem; transition: ease all .3s; color: var(--secondary) }
.text-button:hover:after { right: .5rem; color: var(--primary) }

a.text-button-alt { font-weight: 800; color: #000; transition: ease all .3s;}
a.text-button-alt:hover { color: var(--primary);}

a.text-button-alt:before { position: relative;
    top: 2px; right: 0;
    content: "\e915";
    font-family: 'CD-Project-Icons';
    font-weight: 800;
    font-size: 1.0625rem;
    transition: ease all .3s;
    color: #000;
    padding-right: .5rem;
    margin-top: 10px; 
		transition: ease all .3s; }
a.text-button-alt:hover:before { right: .25rem; color: var(--primary) }

.gform_button { padding: 0 !important; border: none; }

/* Colors */
.bg-default { background-color: #fff; }
.bg-gradient-dark { background-color: #1b1c1e; background-image: linear-gradient(315deg, #404344, #1b1c1e 50%);}
.has-graphic { position: relative; background-image: url('/wp-content/themes/boviet/assets/images/half-circle.svg'); background-size: 100%; background-repeat: no-repeat; background-position: bottom}
.bg-gradient-dark .has-graphic { background-image: url('/wp-content/themes/boviet/assets/images/half-circle-dark.svg'); }

.primary {color: #e86a25;}
.secondary {color: #efbd20;}
.teal {color: var(--teal);}
.green {color: #639642;}
.vega {color: var(--teal);}
.gamma {color: #639642;}
.dark {color: #1b1c1e;}
.gray {color: #5b6262;}
.grey {color: #5b6262;}
.light-gray {color: #bebec1;}
.light-grey {color: #bebec1;}
.off-white {color: #f5f5f5;}
.white { color:#fff; }

.bg-white { background-color:#fff; }
.bg-primary {background-color: #e86a25;}
.bg-secondary {background-color: #efbd20;}
.bg-teal {background-color: #2da0ba;}
.bg-green {background-color: #639642;}
.bg-dark {background-color: #1b1c1e;}
.bg-gray {background-color: #5b6262;}
.bg-grey {background-color: #5b6262;}
.bg-light-gray {background-color: #bebec1;}
.bg-light-grey {background-color: #bebec1;}

.label { text-transform: uppercase; font-weight: 800; color: var(--dark); font-size: .75rem; letter-spacing: 1px;}

/* Inner Header */

.inner-header figure img { width: 100%; object-fit: contain; }

@media only screen and (min-width: 1201px) {
  .inner-header figure img { width: 100%; /*object-fit: cover; height: 60vh; max-height: 1200px;*/ }
  .inner-header.inner-header--top figure img { object-position: top; }
  .inner-header.inner-header--center figure img { object-position: center; }
  .inner-header.inner-header--bottom figure img { object-position: bottom; }
}

/* Components */
/* Global */
.component figure { margin: 0; padding: 0; }

section.dashed-bottom-border { border-bottom: 2px dashed var(--primary); }

/* Hero */
.hero { position: relative; overflow: hidden; margin-top: 0;}
section.hero > .container { max-width: none; padding: 0; }
.hero__slide { background-size: cover; background-position: center; }

.hero__slide { height: calc(100vh - 130px); max-height: calc(1080px - 130px)}
.admin-bar .hero__slide { height: calc(100vh - 162px); max-height: calc(1080px - 162px) }

.hero__slide .container { height: 100%; max-width: 1920px;}

.hero__slide .row { display: flex; align-items: flex-end; width: 100%; height: 100%; }
.hero__slide .row .col { padding: 30px; background: rgba(255, 255, 255, 0.8); margin: 20px 20px 6rem; }

.hero-slider.slick-dotted.slick-slider{margin-bottom:0}
.hero-slider .hero-slider__overview { font-size: 1.2s5rem; font-weight: 600; /*padding-right: 20%;*/}
.hero-slider .hero-slider__overview:last-child { margin-bottom: 0; }
.hero__overlay { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; }
.hero__overlay + .container { position: relative; z-index: 20; }

.hero-slider__logo { max-width: 200px; margin: 0 0 1.5rem; }
.hero__slide-row h2 { margin-bottom: .6em; }
.hero-slider__overview.white + .button-group a.on-image { color: #fff; border-color: #fff; }
.hero-slider__overview.white + .button-group a.on-image:hover { color: var(--primary); border-color: var(--primary); }
.hero-slider__overview.white + .button-group a.on-image:after { color: #fff; }
.hero-slider__overview.white + .button-group a.on-image:after:hover { color:  var(--primary); }


/* .hero-slider .slick-dots { bottom: 6rem; width:100%; left: -4px; z-index: 999; display: flex; align-items: center; justify-content: center; column-gap: 2rem;} */
.hero-slider .slick-dots {width: 100%; left: 0; display: flex; align-items: center; justify-content: center; column-gap: 1rem; /*position: static; margin-top: 30px;*/ bottom: 1rem;}
.hero-slider .slick-dots li { padding: 0; margin: 0; width: 32px; height: 32px;}
.hero-slider .slick-dots li button { width: 32px; height: 32px; position: relative; }

.hero-slider .slick-dots li button:before,
.hero-slider .slick-dots li button:after { position: absolute; border: 1px solid #fff; content:''; border-radius: 100%; transition: ease all .3s; opacity: 1; }
.hero-slider .slick-dots li button:before { width: 8px; height: 8px; left: 12px; top: 12px; }
.hero-slider .slick-dots li button:after { left: 0; top: 0; width: 32px; height: 32px; opacity: 0; }

.hero-slider .slick-dots li:hover button:before,
.hero-slider .slick-dots li.slick-active button:before { background: #fff; border-color:#fff}
.hero-slider .slick-dots li.slick-active button:after { opacity: 1; }

.hero-slider__count { position: absolute; bottom: 3rem; left:0; height: auto; flex-direction: row; width: 100%; z-index: 999; display: flex; align-items: center; justify-content: center; display: none; }
.hero-slider__count .hero-slider__current,
.hero-slider__count .hero-slider__last { display: inline-block; font-weight: 700; color: #fff; font-size: 14px; width: 20px; height: 20px; }
.hero-slider__count .hero-slider__line { width: 93px; background: #fff; height: 1px; margin: .5rem 0; }
.hero-slider__count .hero-slider__line { height: 1px; width: 93px; margin: 0 .5rem; }


@media only screen and (max-width: 800px) {
	.hero__slide { height: calc(100vh - 60px); max-height: calc(680px - 60px)}
	.admin-bar .hero__slide { height: calc(100vh - 60px); max-height: calc(680px - 60px) }
  
	.hero-slider .slick-dots { column-gap: 12px;}
  .hero-slider__logo { max-width: 200px; margin: 0 0 1.5rem; }
  .hero__slide .row { display: flex; align-items: center; padding: 0rem; margin: 0 auto;}
  .hero-slider .hero-slider__overview { padding-right: 0%; font-size: .9625rem }
  .hero-slider .slick-dots { justify-content: center; padding: 0;}
  .hero__slide .row .col { padding: 30px; background: rgba(255, 255, 255, 0.8); margin: 0; width: 100%; }
}

@media only screen and (max-width: 500px) {
  .hero-slider .slick-dots { column-gap: 8px; }
  .hero-slider .slick-dots { /*bottom: 4rem;*/ }
  .hero-slider__count { position: absolute; bottom: 1.5rem; left:0; height: auto; flex-direction: row; width: 100%; z-index: 999; display: flex; align-items: center; justify-content: center; display: none;}
}

.section__heading--overview { text-align: justify; line-height: 1.3; }


/* Icons */
.icons .grid-row { margin-top: 1rem; column-gap: 5.625rem; row-gap: 2rem; }
.icon__card-icon { background: var(--primary); width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 7px; margin-bottom: .5rem; }
.icon__card-icon span { color: #fff; font-size: 2.5rem; }
.icon__card-overview { color: #000; text-align: left; hyphens: auto; }


@media only screen and (min-width: 1000px) {
  .icons__heading--headline { width: 35%;}
  .icons__heading--overview { width: 65%;}
}

/* Stlye 1 */
.style-one .icon__card { background: #fff; box-shadow: 0 8px 15px 0 rgba(41, 51, 63, 0.08); padding: 2rem; }
.style-one .icon__card-overview { color: var(--gray); font-size: 1.0625rem; font-weight: 600; }
.style-one.bg-gradient-dark .icon__card-overview { color: var(--light-gray); }
.style-one.bg-gradient-dark .icon__card { background: rgb(0 0 0 / 80%); box-shadow: 0 8px 15px 0 rgba(10, 10, 10, 0.2); padding: 2rem; }

/* Stlye 2 */
.style-two .icon__card-label { color: var(--gray); margin-top: 1.5rem; margin-bottom: .5rem; }
.style-two .icon__card-overview { font-size: .9375rem;  }
.style-two.bg-gradient-dark .icon__card-overview { color: var(--light-gray); }
.style-two.bg-gradient-dark .icon__card-label { color: #fff; }

.style-three .icon__card-icon { color: var(--primary); background-color: transparent; max-width: 40px; width: 100%; min-width: 20px; height: auto; align-items: flex-start;}
.style-three .icon__card-icon span { color: var(--primary); }
.style-three .icon__card-icon + div { flex-grow: 1;}
.style-three .icon__card { display: flex; gap: 11px; }
.style-three .grid-row { grid-column-gap: 30px; }
.style-three .icon__card-label { color: var(--primary); margin-bottom: 0; text-transform: unset;}

.style-four .icon__card-label { color: var(--primary); margin-bottom: 8px; text-transform: unset; text-align: center;}
.style-four .icon__card-icon { background: none; width: auto; height: auto; border-radius: 0; margin-bottom: .5rem; display: flex; justify-content: center; }
.style-four .icon__card-icon img { object-fit: contain; object-position: center; width: 90px; height: 90px; }
.style-four .grid-row { margin-top: 0; column-gap: 50px; row-gap: 20px; }

@media only screen and (max-width: 800px) {
  .icons .icons__heading--headline { margin-bottom: 2rem; }
  .icons .grid-row { margin-top: 3.5rem; column-gap: 1rem; row-gap: 1rem; }
  .homepage--icons-section .grid-row { column-gap: .5rem; row-gap: .5rem; }
}

@media only screen and (max-width: 540px) {
  .homepage--icons-section .small-grid-up-2 { grid-template-columns: repeat(2, 1fr); }
}

/* Featured Panels */
.fpanels .section__heading--overview p:last-child { margin-bottom: 0.5rem; }
.fpanel__card { box-shadow: 0 0px 10px 0 rgba(41, 51, 63, 0.3); background-color: #fff; padding: 2.1875rem 2rem 1.1875rem 1rem; position: relative; /*margin-top: 1rem;*/ margin-top: 0rem; align-items: stretch; /*min-height: 410px;*/ border: 4px solid transparent; color: black;}
.fpanel__card-image { position: relative; min-width: 120px; width: 120px; flex-basis: 120px; }
.fpanel__card-image img { /*position: absolute; left: 0; bottom: 0; height: 435px; */object-fit: contain; width: 195px; /*object-position: bottom;*/}
.fpanel__card-body { padding-left: 2rem; width: auto; display: flex; flex-direction: column;}
.fpanel__card-overview { margin-bottom: 1rem;text-align: justify; line-height: 1.3}
.fpanel__card-headline { text-align: left; }
.fpanel__card-body .text-button { margin-top: auto; width: 100%; }
.fpanel__card-body .text-button:hover,
.fpanel__card-body .text-button:hover:after { color: black; }

.fpanel__card-body .text-button-alt { margin-top: auto; color: black; }
.fpanel__card-body .text-button-alt:hover { color: white; }

.fpanel__card-body .text-button-alt:before {
    position: relative;
    top: 2px;
    right: 0;
    content: "\e915";
    font-family: 'CD-Project-Icons';
    font-weight: 800;
    font-size: 1.0625rem;
    transition: ease all .3s;
    color: #000;
    padding-right: .5rem;
    margin-top: 10px;
    transition: ease all .3s;
}
.fpanel__card-body .text-button-alt:hover:before {
    right: .25rem;
    color: white;
}

@media only screen and (max-width: 1000px) {
  .fpanels .grid-row { grid-template-columns: 1fr; }
  .fpanel__card-image { min-width: 105px; width: 105px; flex-basis: 105px; }
  .fpanel__card-image img { height: 250px; width: 105px; }
}
@media only screen and (max-width: 800px) {
  .fpanel__card { /*margin-top: 36px;*/ margin-top: 0px; }
}

/* Three Cols */
.three-cols .grid-row { grid-column-gap: 30px; grid-row-gap: 30px; margin-top: 0.5rem; }

/* Cards */
.card { flex-direction: column; align-items: stretch; box-shadow: 0 0 10px 0 rgba(41, 51, 63, 0.3); /*box-shadow: 0 0 16px 0 rgba(41, 51, 63, 0.08), 0 0 10px 0 rgba(41, 51, 63, 0.03);*/ background-color: #FFF; 
  /* New */
  flex-direction: column-reverse;
  /* End New */}
.card .card__body {
  /* New */
  background-color: var(--secondary);
  color: black;
  /* End New */
}

.three-col--orange-boxes .card .card__body{background-color: var(--primary);}

.card .card__body .card__button span.icon-arrow-right-long,
.card .card__body .card__button:hover,
.card .card__body .card__button:hover span.icon-arrow-right-long { color: black; }
.card__image img { width: 100%; object-fit: cover; height: 237px; }

.card__body { background: #fff; padding: 20px; height: 100%; display: flex; flex-direction: column; }
.card__headline { margin: 0 0 10px;}
.card__label { margin: 0 0 6px ;}
.card__overview { margin-bottom: 10px; font-size: .9375rem; text-align: justify; hyphens: auto; line-height: 1.3}

.card__headline ,
.card__label { width: 100%; }
.card__overview { width: 100%; }

.card__button {  margin-top: auto; display: block; color:#000; font-weight: 700;  display: flex; align-items: center; justify-content: space-between; transition: ease all .3s;}
.card__button span {  position: relative; right: 0; transition: ease all .3s;}
.card__button:hover {  color: var(--primary) }
.card__button:hover span {  right: -.875rem; color: var(--primary) }


.card__body .text-button { margin-top: auto; display: block; color:#000; transition: ease all .3s; padding: 0;}
.card__body .text-button:hover, .card__body .text-button:hover:after  { color:#fff;}

/* Project Slider */
.project__slider { margin-top: .5rem; }
.project__slider .slick-list { padding: 0 13%; } /* was 17% */
/* .project__slider .slick-track { padding: 1.5rem 0; } */
.project__slider .card { /*padding: 0 2rem;*/ width: 380px; margin-bottom: 0px; /*margin: 0 1rem;*/ box-shadow: none; }
.project__slider .card__body { /*min-height: 285px;*/ background-color: #FFF; color: #000; }
.project__slider .card__body div { margin-top: .25rem; }
.project__slider .card__body div:nth-of-type(1) { margin-top: .5rem; }

@media only screen and (max-width: 1800px) {
  .project__slider .card__body { /*min-height: 310px;*/ }
}
@media only screen and (max-width: 1600px) {
  .project__slider .slick-list { padding: 0 2rem; }
  /* .project__slider .card { padding: 0 1rem; } */
  .project__slider .card__body { /*min-height: 275px;*/ }
}

@media only screen and (max-width: 1400px) {
  .project__slider .slick-list { padding: 0; }
}

@media only screen and (max-width: 800px) {
  .project__slider .slick-list { padding: 0; }
  .project__slider .card__body {/* min-height: 180px;*/ }
}

.slick-controls { display: flex; align-items: center; justify-content: flex-end;; column-gap: 2rem; }
.slick-controls button { cursor: pointer;}
.slick-controls button span { font-size: 3rem; cursor: pointer;}

/* Checklist */
.checklist .button-group a { margin-left: auto; }

.checklist .checklist__card-checklist span { font-size: 2.5rem; font-weight: 300; color: var(--secondary); position: relative; top: 0;}

.checklist.style-one .grid-row { grid-column-gap: 3rem; grid-row-gap: 4.375rem; margin-top: 2.5rem; }
.checklist.style-one .checklist__card { display: flex; }
.checklist.style-one .checklist__card-checklist { width: 40px; flex-basis: 40px; }
.checklist.style-one .checklist__card-checklist span { font-size: 1.925rem; font-weight: 300; color: var(--secondary); position: relative; top: 0;}
.checklist.style-one .checklist__card-content { padding-left: 1.5rem; padding-right: 1rem; }
.checklist.style-one .checklist__card-label {font-size: 1.3125rem; text-transform: none; margin: 0; line-height: 1.4; }

.checklist.style-two .grid-row { grid-column-gap: 7.75rem; grid-row-gap: 4.375rem; margin-top: 0.5rem; }
.checklist.style-two .checklist__card { display: flex; }
.checklist.style-two .checklist__card-checklist { width: 40px; flex-basis: 40px; }
.checklist.style-two .checklist__card-checklist span { font-size: 1.925rem; font-weight: 300; color: var(--secondary); position: relative; top: -5px;}
.checklist.style-two .checklist__card-label { padding-left: 1rem; font-size: 1.0625rem; text-transform: none; margin: 0; line-height: 1.4; }

.checklist.style-three .grid-row { grid-column-gap: 3rem; grid-row-gap: 4.375rem; margin-top: 2.5rem; }
.checklist.style-three .checklist__card { display: flex; flex-direction: column;}
.checklist.style-three .checklist__card-checklist { width: 40px; flex-basis: 40px; }
.checklist.style-three .checklist__card-checklist span { font-size: 1.925rem; font-weight: 300; color: var(--secondary); position: relative; top: 0;}
.checklist.style-three .checklist__card-overview { padding-left: 0; font-size: 1.0625rem; text-transform: none; margin: 0; line-height: 1.4; font-weight: 500; }

.checklist .checklist__card-checklist span.black { color: #333!important; }
.checklist .checklist__card-checklist span.white { color: #fff!important; }

@media only screen and (max-width: 1200px) {
  .checklist.style-one .grid-row,
  .checklist.style-two .grid-row,
  .checklist.style-three .grid-row { grid-column-gap: 1rem; grid-row-gap: 2.5rem; margin-top: 2rem; }
}

@media only screen and (max-width: 676px) {
  .checklist.style-one .grid-row { grid-template-columns: 1fr; }
}

/* Inner Header */

@media only screen and (min-width: 1201px) {
  /* .image-section figure img { width: 100%; object-fit: cover; object-position: center; height: calc(100vh - 130px); max-height: calc(1080px - 130px) } */
	.image-section figure img { width: 100%; object-fit: contain; object-position: center;  }
}


/* CTA */
.cta > div { background-image: url('/wp-content/themes/boviet/assets/images/cta-banner2.svg'); background-position: 220% 50%; background-repeat: no-repeat; background-size: 1700px;}
.cta h2.h1 { letter-spacing: -.5px; margin: 0 0 5px; font-size: 36px }
.cta .button-group {  margin: 1rem 0 0; width: auto; }

@media only screen and (min-width: 800px) {
  .cta .button-group {  margin: 0 0 0 auto; }
  .cta .large-9 { padding-right: 0 !important; }
  .cta .large-3 { display: flex;}
}

/* Products */
.products .container + .container { /*margin-top: 5rem;*/  margin-top: 0rem; }
.product-cards { /*row-gap: 3.125rem;*/ row-gap: 0rem}
.product-card { background: #fff; width: 100%; }
.product-cards .product-card:not(:first-of-type) { border-top: 2px dashed var(--primary); padding-top: 2rem; }
.product-card__body { display: flex; align-items: stretch; padding: 2rem; column-gap: 2.3125rem}
.product-card__body:first-of-type { padding-top: 0;}
.product-card__image { width: 35%; flex-basis: 35%; }
.product-card__image img { margin: 0 auto; object-fit: contain; height: 528px; width: auto; }
.product-card__details { width: 65%; flex-basis: 65%;  }
.product-card__details h3 { margin: 0 0 .5rem; }
.product-card__details h3 + strong { display: block; margin: 0 0 1rem; }
.product-card__details strong { color: var(--blue) }
.product-card__details h3.green ~ .product-card__details--specs .spec strong { color: var(--green); }
.product-card__details--specs { display: flex; flex-direction: column; row-gap: .5rem; margin-top: 1.5rem; }
.product-card__details--specs .spec { display: flex; }
.product-card__details--specs strong { display: inline-block; min-width: 200px; width: 20%}
.product-card__details--specs .spec div { width: 80%; }
.product-card__series strong { color: #000; text-transform: uppercase; font-weight: bold; }
.product-card__series { color: var(--primary); }
.product-card__details--more .text-button { padding: 0;}

@media only screen and (max-width: 800px) {
  .product-card__details--specs .spec { flex-direction: column; }
  .product-card__details--specs strong { width: 100%}
  .product-card__details--specs .spec div { width: 100%; }
}

.products .slick-prev:before,
.products .slick-next:before { color: var(--secondary); font-family: 'CD-Project-Icons'; font-size: 2.75rem; font-weight: 500; }
.products .slick-prev:before { content: '\e912'; }
.products .slick-next:before { content: '\e914'; }
.products .slick-prev,
.products .slick-next { height: 40px; width: 40px; z-index: 999; }
.products .slick-next { right: 0;  }
.products .slick-prev { left: 0;  }

.product-card__details--more-title { margin: 4rem 0 .325rem; font-size: 1rem; }
.product-card__details--more-buttons { display: grid; grid-template-columns: repeat(2, minmax(160px, 1fr)); grid-column-gap: 30px; grid-row-gap: 1rem; width: 100%; max-width: 530px; }
.product-card__details--more-buttons a.datasheet { order: 1 }
.product-card__details--more-buttons a.warranty { order: 2 }
.product-card__details--more-buttons a.certificates { order: 3 }
.product-card__details--more-buttons a.additional-resources { order: 4 }
/* .product-card__details--more-buttons a.installation { order: 3 } */
.product-card__details--more-buttons a.on-white{ border-width: 0 0 1px 0; border-color: #bebec1; border-radius: 0; padding: .725rem 0 .725rem; color: var(--dark)}
.product-card__details--more-buttons a.on-white:after { color: var(--secondary); font-size: 1.325rem; top: 0; right:0; }
.product-card__details--more-buttons a.on-white:hover:after { color: var(--dark); font-size: 1.325rem; top: 0; right:0; }
.product-card__details--more-buttons a.on-white:hover { color: var(--dark) }

@media only screen and (max-width: 800px) {
  .product-card__body { flex-direction: column; padding: 2rem; row-gap: 2rem}
  .product-card__image,
  .product-card__details { width: 100%; flex-basis: 100%;  }
  .product-card__image img { height: 380px; }
  
  .product-card__details--more-buttons { grid-column-gap: 10%; grid-row-gap: 1rem; width: 100%; }
}

.split-centered__panel { grid-template-columns: 1fr 1fr; grid-template-areas: 'content image'; margin-top: 6.125rem; }
.split-centered__image { grid-area: image; position: relative; }
.split-centered__content { grid-area: content; width: 80%; align-self: center; }
.split-centered__image.full img { width: 100%; height: auto; }
.split-centered__image.cover img { width: 535px; height: 308px; object-fit: cover; }
.split-centered__image.container img { width: 535px; height: 308px; object-fit: contain; }
.split-centered__overview { position: relative;}
.split-centered__rule {  width: 215px; background: var(--secondary); height: 2px; margin-bottom: 2rem}

@media only screen and (min-width: 1600px) {
  .split-centered .products__heading .col { padding: 0 3.25rem; }
}

@media only screen and (max-width: 1200px) {
  .split-centered__panel { grid-gap: 2rem; }
  .split-centered__image img { width: 100%; height: auto; object-fit: cover; }
  .split-centered__content { width: 100%; }
}

@media only screen and (min-width: 801px) {
  .split-centered__caption { position: absolute; left: 0; bottom: -2.5rem; }
  .split-centered__panel:nth-of-type(odd) { grid-template-areas: 'image content'}
  .start-left .split-centered__panel {grid-template-areas: 'image content'; }
  .start-left .split-centered__panel:nth-of-type(odd) {grid-template-areas: 'content image'; }
}
@media only screen and (max-width: 800px) {
  .split-centered__panel { grid-template-columns: 1fr; grid-template-areas: 'image' 'content'; }
  .split-centered__caption { margin: .75rem 0 0; text-align: center; }
  .split-centered__content { text-align: center; }
  .split-centered__rule {  margin: 0 auto 1.5rem; }
}

.social-links { display: flex; column-gap: .5rem; line-height: 1; }
.social-links a { color: #000;  display: flex; align-items: center; justify-content: center; height: 20px; -webkit-transition: color .25s ease; -moz-transition: color .25s ease; transition: color .25s ease; }
.social-links a:hover { color: var(--primary) }
.social-links a span { font-size: 1.3rem; }
footer h2.h4 { margin: 0 0 .75rem; text-transform: none; }
.footer__form p { margin: 0 0 1rem; }

.footer-bottom { margin-top: 4rem; padding: 0 1rem; }
.footer-bottom .icon-boway-icon { font-size: 1.125rem; color: #000; position: relative; top: 2px; margin-right: 3px }
.footer-bottom a { color:inherit; }
.footer-bottom a:hover { color:var(--primary); }
.footer-bottom .flex { border-top: 1px solid #bebec1; padding-top: 1.4375rem;align-items: baseline; }

.footer-social-links { display: flex; column-gap: .625rem; line-height: 1; }
.footer-social-links a { color: #000; display: flex; align-items: center; justify-content: center; height: 20px; -webkit-transition: color .25s ease; -moz-transition: color .25s ease; transition: color .25s ease; }
.footer-social-links a:hover { color: var(--primary);  }
.footer-social-links a span { font-size: 1.625rem; }

.footer__contact a span { font-size: 1.5em; }


/* Footer Widths */
.footer__logo { /*flex-basis: 40%; width: 40%; */align-self: center; padding-left: 2rem;}
.footer__social { /*flex-basis: 35%; width: 35%;*/}
.footer__form { /*flex-basis: 25%; width: 25%;*/}
.footer__logo img { max-width: 230px; }

.footer-top {
    display: grid;
    grid-template-columns: 1.25fr 1fr .75fr 1fr;
}


.footer__company,
.footer__links { margin-left: 0; margin-right: 0;}

@media only screen and (max-width: 1000px) {
	
	.footer-top { grid-template-columns: 1fr 1fr 1fr; }
	.footer__logo { padding-left: 1rem; grid-column: 1 / -1; }

  .footer__form form { margin:  0 auto; }
  .footer-top { row-gap: 3rem;  }
}

@media only screen and (max-width: 1200px) {
  .footer__form form { width: 100%; }
}

@media only screen and (max-width: 800px) {
  .footer-bottom .flex { justify-content: center; }
  .footer-bottom { text-align: center; }
  .footer__links { margin-top: .5rem; }
}

@media only screen and (max-width: 500px) {
	
	.footer-top { grid-template-columns: 1fr; }
	.footer__logo { padding-left: 0rem; }
	.footer__logo img { max-width: 175px; }
  .footer__logo,
  .footer__form,
	.footer__contact,
  .footer__social {text-align: center;}
  .footer__form form { margin:  0 auto; }
  .footer-top { row-gap: .5rem;  }
	.footer-social-links { justify-content: center; }
}



.split:not(.custom) .panel-row { grid-template-columns: 1fr 1fr; grid-column-gap: 3rem; grid-row-gap: 2rem; }

/* 1/2 + 1/2 */
.split.half .panel-row { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }

/* 1/3 + 2/3 */
.split.offset .panel-row { grid-template-columns: minmax(0, 1.25fr) minmax(0, 2.25fr); }
.split__inner-content h1:nth-last-child(1),
.split__inner-content h2:nth-last-child(1),
.split__inner-content h3:nth-last-child(1),
.split__inner-content h4:nth-last-child(1),
.split__inner-content h5:nth-last-child(1),
.split__inner-content p:nth-last-child(1) { margin-bottom: 0; }

.split__inner-content .headline__container h1:nth-last-child(1),
.split__inner-content .headline__container h2:nth-last-child(1),
.split__inner-content .headline__container h3:nth-last-child(1),
.split__inner-content .headline__container h4:nth-last-child(1),
.split__inner-content .headline__container h5:nth-last-child(1),
.split__inner-content .headline__container p:nth-last-child(1) { margin-bottom: 0.533em; }


/* Custom */
.split.custom .panel-row { display: flex; flex-wrap: nowrap; gap: 2rem; justify-content: space-between; }
.split.custom .panel-row__column { width: 50%; }

.split--border .panel-row { border: 1px solid #000; padding: 0 1rem;  }
.split--border .panel-row__column { padding-top: 1rem; padding-bottom: 1rem;  }
/* .panel-row__column { align-content: center; } */
.split--border .panel-row__column-2 { border-left: 1px solid #000;  }

.split__inner-content .headline__container {
    display: flex;
    justify-content: space-between;
}
.split__inner-content .heading__mobile-logo {
    margin-top: -0.8em;
}
.split__inner-content .heading__mobile-logo img {
    display: none;
}
@media only screen and (max-width: 800px) {
  .split__inner-content .heading__mobile-logo img {
    display: block;
    max-height: 3.0rem;
    width: auto;
  }  
  .show-logo-on-mobile .panel-row__column--logo { display: none; }
}

@media only screen and (min-width: 1200px) {
  .split.custom .panel-row__column[data-width="97.5"] { width: 97.5%; }
  .split.custom .panel-row__column[data-width="95"] { width: 95%; }
  .split.custom .panel-row__column[data-width="92.5"] { width: 92.5%; }
  .split.custom .panel-row__column[data-width="90"] { width: 90%; }
  .split.custom .panel-row__column[data-width="87.5"] { width: 87.5%; }
  .split.custom .panel-row__column[data-width="85"] { width: 85%; }
  .split.custom .panel-row__column[data-width="82.5"] { width: 82.5%; }
  .split.custom .panel-row__column[data-width="80"] { width: 80%; }
  .split.custom .panel-row__column[data-width="77.5"] { width: 77.5%; }
  .split.custom .panel-row__column[data-width="75"] { width: 75%; }
  .split.custom .panel-row__column[data-width="72.5"] { width: 72.5%; }
  .split.custom .panel-row__column[data-width="70"] { width: 70%; }
  .split.custom .panel-row__column[data-width="77.5"] { width: 77.5%; }
  .split.custom .panel-row__column[data-width="67.5"] { width: 67.5%; }
  .split.custom .panel-row__column[data-width="65"] { width: 65%; }
  .split.custom .panel-row__column[data-width="62.5"] { width: 62.5%; }
  .split.custom .panel-row__column[data-width="60"] { width: 60%; }
  .split.custom .panel-row__column[data-width="57.5"] { width: 57.5%; }
  .split.custom .panel-row__column[data-width="55"] { width: 55%; }
  .split.custom .panel-row__column[data-width="52.5"] { width: 52.5%; }
  .split.custom .panel-row__column[data-width="50"] { width: 50%; }
  .split.custom .panel-row__column[data-width="47.5"] { width: 47.5%; }
  .split.custom .panel-row__column[data-width="45"] { width: 45%; }
  .split.custom .panel-row__column[data-width="42.5"] { width: 42.5%; }
  .split.custom .panel-row__column[data-width="40"] { width: 40%; }
  .split.custom .panel-row__column[data-width="37.5"] { width: 37.5%; }
  .split.custom .panel-row__column[data-width="35"] { width: 35%; }
  .split.custom .panel-row__column[data-width="32.5"] { width: 32.5%; }
  .split.custom .panel-row__column[data-width="30"] { width: 30%; }
  .split.custom .panel-row__column[data-width="27.5"] { width: 27.5%; }
  .split.custom .panel-row__column[data-width="25"] { width: 25%; }
  .split.custom .panel-row__column[data-width="22.5"] { width: 22.5%; }
  .split.custom .panel-row__column[data-width="20"] { width: 20%; }
  .split.custom .panel-row__column[data-width="17.5"] { width: 17.5%; }
  .split.custom .panel-row__column[data-width="15"] { width: 15%; }
  .split.custom .panel-row__column[data-width="12.5"] { width: 12.5%; }
  .split.custom .panel-row__column[data-width="10"] { width: 10%; }
  .split.custom .panel-row__column[data-width="7.5"] { width: 7.5%; }
  .split.custom .panel-row__column[data-width="5"] { width: 5%; }
  .split.custom .panel-row__column[data-width="2.5"] { width: 2.5%; }
}

/* Inner Content Container */
.split .panel-row__column-1 .split__inner-content { margin-right: auto; }
.split .panel-row__column-2 .split__inner-content { margin-left: auto; height: 100%; display: flex; flex-direction: column; align-items: flex-start; /*justify-content: center;*/ }
.split__inner-content.icw-large { width: 90%; }
.split__inner-content.icw-medium { width: 80%; }
.split__inner-content.icw-small { width: 70%; }

@media only screen and (max-width: 1600px) {
  .split__inner-content.icw-large { width: 100%; }
  .split__inner-content.icw-medium { width: 90%; }
  .split__inner-content.icw-small { width: 80%; }
}

@media only screen and (max-width: 1200px) {
  .split__inner-content.icw-large,
  .split__inner-content.icw-medium,
  .split__inner-content.icw-small { width: 100%; }
}

@media only screen and (max-width: 800px) {
  .split:not(.custom) .panel-row { grid-row-gap: 1rem; }
	.split.custom .panel-row { gap: 1rem; }
  .split--border .panel-row__column-2 { border-left: 0 solid #000; border-top: 1px solid #000;  }
  .split.custom .panel-row { flex-direction: column; }
  .split.custom .panel-row.reverse-on-mobile { flex-direction: column-reverse; }
  .split.custom .panel-row__column { width: 100%; }
  
  .split:not(.custom) .panel-row,
  .split.half .panel-row,
  .split.offset .panel-row { grid-template-columns: 1fr; }
}

/* Product */
.panel-row__product--headline { margin: 0 0 .5rem;}
.panel-row__product--subheadline { font-weight: 400; }

/* Image */
.panel-row__column--image.image-standard img { object-fit: contain; }
.panel-row__column--image img { width: 100%; object-fit: none; }
.panel-row__column--image.has-box-shadow img { box-shadow: 0 0 10px 0 rgba(41, 51, 63, 0.3); }
.panel-row__column--image.image-xxsmall img { height: 200px; }
.panel-row__column--image.image-xsmall img { height: 200px; }
.panel-row__column--image.image-small img { height: 300px; }
.panel-row__column--image.image-medium img { height: 400px; }
.panel-row__column--image.image-large img { height: 600px; }
.panel-row__column--image.object-contain img { object-fit: contain; height: 100%; }
.panel-row__column--image.object-cover { width: 100%; }
.panel-row__column--image.object-cover img { object-fit: cover; }
.panel-row__column--image.object-align-left img { object-position: left; }
.panel-row__column--image.object-align-right img { object-position: right; }
.panel-row__column--image.object-align-center img { object-position: center; }

/* Logo */
.panel-row__column--logo { margin: 0rem 2rem 0 2rem; width: inherit; text-align: center; display: flex; height: 100%; justify-content: center; align-items: center; }
.panel-row__column--logo img { /*max-width: 210px;*/ }

@media only screen and (max-width: 800px) {
  .panel-row__column--logo { margin: 0 2rem; }
  .panel-row__column--logo img { max-width: 210px; }

	
  .panel-row__column--image.image-large img { height: auto; }
  .panel-row__column--image.object-cover img { object-fit: contain; }
	.panel-row__column--image.image-medium img { min-height: 400px; height: auto; object-fit: cover; }
  
}

/* Multiple Images */
.panel-row__column--multi-image { display: flex; flex-grow: 1; align-items: stretch; column-gap: 8%;  margin: 1.5rem 0; }
.panel-row__column--multi-image figure { flex-grow: 1; flex-basis: 50%; }
.panel-row__column--multi-image figure img { height: 100%; object-fit: cover; }

/* Multiple Headline */
.panel-row__column--multi-headline { display: flex; flex-direction: column; width: 100%; row-gap: 0; margin: 0 0 1.5rem; }
.panel-row__column--multi-headline * { margin: 0; }

/* Checklist */
.panel-row__column--list li { position: relative; padding-left: 4rem; margin-bottom: 1.875rem}
.panel-row__column--list li:nth-last-of-type(1) {  margin-bottom: 0}
.panel-row__column--list li:before { font-family: 'CD-Project-Icons'; display: block; position: absolute; color:var(--secondary); font-size: 1.925rem; content: "\ea36"; left:0; top: 10px; font-weight: 300; line-height: 1; }
.panel-row__column--list li.fff:before { color:#fff; }
.panel-row__column--list li.black:before { color:#000; }
.panel-row__column--list .panel-row__column--list-headline { display: block; font-size: 1.4375rem; font-family: 'Calibri','Arial', sans-serif; font-weight: 500; }


.panel-row__column--overview { margin: 0 0 1.500em 0; line-height: 1.3; text-align: justify; }
.panel-row__column--overview:last-child { margin: 0 0 0 0;  }


/* Style Two */
.style-two.panel-row__column--list li:before { font-size: 1.925rem; top: 0px; }
.style-two.panel-row__column--list li { font-weight: 500; font-size: 1.125rem; padding-left: 4rem; }

/* Style Three */
.style-three.panel-row__column--list li:before { top: 5px; }
/* Vega */
.vega-section .panel-row__column-2 { display: flex; align-items: flex-end; }
.vega-section .split__inner-content.icw-small { width: 60%; }

/* Company Culture */
.split.company-culture .panel-row { grid-gap: 0; }
.split.company-culture h2 { margin-bottom: 1rem; }
.split.company-culture h3 { margin: 2rem 0 1rem; }

@media only screen and (min-width: 800px) {
  .split.company-culture .panel-row { grid-gap: 4rem; }
  .split.company-culture .panel-row__column-1 .panel-row__column--overview + h3 { margin: 3.125rem 0 1rem }
  .split.company-culture .panel-row__column-1 h3:nth-of-type(1){ margin: 2.625rem 0 .25rem }
  .split.company-culture .panel-row__column-2 h3:nth-of-type(1){ margin: 0 0 .25rem }
  .split.company-culture .panel-row__column-2 .panel-row__column--overview + h3 { margin: 2.25rem 0 .25rem }
}
/* Company Values */
@media only screen and (min-width: 800px) {
  .company-values .panel-row__column-1 p { width: 85%; }
  .company-values .panel-row__column-2 .icw-full { width: 85%; margin-left: auto; }
}

.split-panel__slider { margin: 2rem 0; }
.split-panel__slider img { max-width: 100%; object-fit: contain; height: 500px; }
.split-panel__slider .slick-prev:before,
.split-panel__slider .slick-next:before { color: var(--secondary); font-family: 'CD-Project-Icons'; font-size: 2.75rem; font-weight: 500; }
.split-panel__slider .slick-prev:before { content: '\e912'; }
.split-panel__slider .slick-next:before { content: '\e914'; }
.split-panel__slider .slick-prev,
.split-panel__slider .slick-next { height: 40px; width: 40px; z-index: 999; }
.split-panel__slider .slick-next { right: 0;  }
.split-panel__slider .slick-prev { left: 0;  }

/* Product Panels */
.product-panels__panel { display: flex; padding: 0 1.5rem 1.5rem; flex-direction: column; align-items: center; row-gap: 2rem; position: relative;}
.product-panels__panel:before { content: ''; background: #fff; position: absolute; left: 0; bottom: 0; width: 100%; min-height: 85%; z-index: 10}
.product-panels__image { position: relative; z-index: 20; display: flex; column-gap: 1.75rem; }
.product-panels__image img { height: 386px; width: 100%; object-fit: contain; }
.product-panels__image span { font-family: 'Calibri','Arial', sans-serif; font-size: .875rem; }
.product-panels__content { position: relative; z-index: 20; }
.product-panels__headline { margin: 0 0 .5rem; }
.product-panels__sub_headline { text-transform: none; }
.product-panels__overview { font-size: .9375rem; line-height: 1.6; }
.product-panels__button a.text-button { border-bottom: 1px solid #bebec1; padding: .5rem 0 .5rem; width: 80%; margin-top: 1rem; }
.product-panels__button a.text-button:after { right: 0; }
.product-panels .row + .row { margin-top: 1rem; }

@media only screen and (min-width: 800px) {
  .product-panels .row + .row { margin-top: 4.3125rem; }
  .product-panels__panel { display: flex; max-width: 835px; margin: 0 auto; align-items: flex-end; padding: 1.875rem; flex-direction: row; row-gap: 0;  }
  .product-panels__panel:before { min-height: 385px; }
  .product-panels__image { width: 55%; flex-basis: 55%; }
  .product-panels__content { width: 45%; flex-basis: 45%; padding-left: 1.875rem; align-self: flex-start; padding-top: 6rem; height: 100%; display: flex; flex-direction: column;}
  /* .product-panels__button { margin-top: auto; } */
  
}

.post-list .button-group { margin-top: 3rem; }

.post-list__col-1 { display: flex; flex-direction: column; }
.post-list__col-2 { display: flex; flex-direction: column; }

@media only screen and (min-width: 800px) {
  .post-list__col-1 .post-list__inner { width: 85%; margin-right: auto; }
  .post-list__col-2 .post-list__inner { width: 70%; margin-left: auto; }
  
}
.post-list__list-headline { margin: 0 0 .5rem; }
.post-list__list .text-button { padding: .75rem 2rem .5rem 0; width: 100%; margin-bottom: .5rem; border-bottom: 1px solid #bebec1; font-weight: 400; color: #5b6262; transition: ease all 250ms}
.post-list__list .text-button:hover { color: var(--primary); border-color: var(--primary); }
.post-list__list .text-button:after { color: var(--primary); font-weight: 600; font-size: 1.25rem; right: 0; }
.post-list__list .text-button:hover:after { right: -8px; }
.post-list__list + .post-list__list-headline { margin-top: 2.8125rem; }
.post-list__list-date { font-size: .825rem; opacity: 1; text-transform: uppercase; color:#000; }

@media only screen and (max-width: 800px) {
  .post-list .row { row-gap: 2rem; }
}

.the-newsroom_header { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.the-newsroom_header * { margin: 0;}
.the-newsroom__post { display: flex; align-items: stretch; column-gap: 2.6875rem; background: #fff; margin-top: 3.125rem; }
.the-newsroom__post:nth-of-type(1) { margin-top: 1.5rem; }
.the-newsroom__post-thumbnail {max-width: 372px;min-height: 250px;width: 100%;}
.the-newsroom__post-thumbnail a { display: block; height: 100%; width: 100%; }
.the-newsroom__post-thumbnail img { width: 100%; height: 100%; object-fit: cover; object-position: left; }
.the-newsroom__post-body {width: 100%;align-self: center;padding: 1rem 2rem 1rem 0;}
.the-newsroom__post-meta { color:#000; text-transform: uppercase; font-size: .75rem; }
.the-newsroom__post-meta span { color: var(--primary);  }
.the-newsroom__preview-text { font-size: .9375rem;}
.the-newsroom__post-body a.text-button { padding: 0; margin-top: 1.75rem; width: auto; display: inline-block; padding-right: 6rem;  }
.the-newsroom__post-body h3 { margin: .75rem 0 1rem; }

@media only screen and (max-width: 560px) {
  .the-newsroom_header { flex-direction: column; row-gap: 1rem; justify-content: center; align-items: center; }
  .the-newsroom__post { flex-direction: column; align-items: auto; }
  .the-newsroom__post-thumbnail { max-width: 100%; height: 250px; width: 100%; }
  .the-newsroom__post-body { padding: 1.5rem;}
}

.component-content.bg-dark h1,
.component-content.bg-dark h2,
.component-content.bg-dark h3,
.component-content.bg-dark h4,
.component-content.bg-dark h5 { color: #fff; }

.component-content p:last-child { margin-bottom: 0; }

.centered-content figure { margin: 2rem auto; }
.centered-content .button-group { display: flex; justify-content: center; column-gap: 1rem; }

.page-404  { background-color: rgba(0,0,0,.03) }

/* Gravity Forms */
#gform_1 { display: flex; align-items: stretch; width: 358px;}
#gform_1 .gfield_label { display: none; }
#gform_1 input[type="text"],
#gform_1 input[type="submit"] { height: 46px; line-height: 46px; padding: 0; margin: 0; }

#gform_1 .gfield { margin: 0; }
#gform_1 .gform_footer,
#gform_1 .gform_page_footer { padding: 0; margin: 0; }
#gform_1 input[type="submit"] { text-align: center; width: 100%; background: var(--primary); color: #fff; text-transform: uppercase; font-family: 'Calibri','Arial', sans-serif;; border: 1px solid var(--primary); border-radius: 0 100px 100px 0; font-size: 1.0625rem}

#gform_1 input[type="submit"]:hover { background: var(--secondary); border-color: var(--secondary)}

#gform_1 input[type="text"] { margin: 0; border-radius: 100px 0 0 100px; border: 1px solid #bebec1; border-width: 1px 0 1px 1px; padding-left: 1.375rem; box-shadow: none; }

#gform_1 .gform_body { width: 100%;}
#gform_1 .gform_footer { width: 120px;}

@media only screen and (max-width: 1200px) {
  #gform_1 { width: 100%; max-width: 600px; }
}

div#gform_confirmation_message_5 { padding: 1rem; color: #2d994e; font-weight: 600; background: #edffee; border: 1px solid #2d994e; text-align: center; border-radius: 4px; }
div#gform_confirmation_message_5 p { margin: 0 }

/* News */
.news { overflow: hidden;}
.news__nav-container { padding: 2rem 0 1rem;}
.news__nav { display: flex; justify-content: center; column-gap: 2rem; }
.news__nav a { color: var(--dark); font-family: 'Calibri','Arial', sans-serif; font-size: 1.25rem; font-weight: 500; border-bottom: 2px solid transparent; border-color: transparent; transition: ease border-color 200ms; }
.news__nav a:hover,
.news__nav a.active { border-bottom: 2px solid var(--secondary) }
.news__nav .press-releases { order: 1; }
.news__nav .trade-events { order: 2; }
.news__nav .trade-affiliations { order: 3; }
.news__nav .community-activities { order: 4; }


.press__nav-container { padding: 2rem 0 1rem;}
.press__nav { display: flex; justify-content: center; flex-wrap: wrap; row-gap: 1rem; column-gap: 0rem; }
.press__nav li { padding: 0 1rem; border-right: 1px solid black; }
.press__nav li:last-child { border-right: none; }
.press__nav a { color: var(--dark); font-family: 'Calibri','Arial', sans-serif; font-size: 1.25rem; font-weight: 500; border-bottom: 2px solid transparent; border-color: transparent; transition: ease border-color 200ms;  }
.press__nav a:hover,
.press__nav a.active { border-bottom: 2px solid var(--secondary) }


.news__cards { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-column-gap: 3rem; grid-row-gap: 3rem; }
.news__card a { background: #fff; box-shadow: 0 0 10px 0 rgba(41, 51, 63, 0.08); border-top: 4px solid var(--dark); border-radius: 2px; display: flex; flex-direction: column; color: inherit; height: 100%; position: relative; }
.news__card figure { height: 280px; border-bottom: 1px solid #EAEAEB; }
.news__card figure img { width: 100%; height: 100%; object-fit: cover;object-position: center top; }
#card-7221 figure img,
#card-7170 figure img,
#card-7019 figure img,
#card-7010 figure img,
#card-7004 figure img,
#card-6837 figure img,
#card-6845 figure img,
#card-6657 figure img {object-position: bottom;}
.news__card .text-button { margin-top: auto; padding-bottom: 0; position: absolute; width: calc(100% - 4rem); left: 2rem; bottom: 2rem; padding: 0; }
.news__card a:hover { border-color: var(--primary); transition: ease all 250ms; box-shadow: 0 0 8px 2px rgba(41, 51, 63, 0.18);}

.news__card .text-button-alt { font-weight: 800; color: #000; transition: ease all .3s;}
.news__card .text-button-alt:hover { color: var(--primary);}
.news__card .text-button-alt:before { position: relative; top: 2px; right: 0; content: "\e915"; font-family: 'CD-Project-Icons'; font-weight: 800; font-size: 1.0625rem; transition: ease all .3s; color: #000; padding-right: .5rem; margin-top: 10px; transition: ease all .3s; }
.news__card .text-button-alt:hover:before { right: .25rem; color: var(--primary) }
.news__card .text-button-alt { margin-top: auto; padding-bottom: 0; position: absolute; width: calc(100% - 4rem); left: 1rem; bottom: 1rem; padding: 0; }


.news__card-body { padding: 1rem 1rem 5rem; }
.news__card-body p { text-align: justify; hyphens: auto; font-size: 1rem; }
.news__card-body p:last-of-type { margin-bottom: 0; }
.news__card--title { margin: 0 0 .5rem; }
.news__card a:hover .news__card--title { color: var(--primary); transition: ease all 250ms;  }
.news__card--meta { margin: 0 0 1rem; font-size: .8125rem; text-transform: uppercase; color: var(--light-gray) }
.news__card--meta-date { color: var(--dark); display: inline-block; margin-right: .25rem }
.news__card--meta-cat { color: var(--primary); display: inline-block; margin-left: .25rem}

.posts_loader.hidden { padding-top: 0rem !important; }
.posts_loader.hidden a.load-more { display: none; }

.trade-events__grid-row-headings { color: var(--primary); margin-bottom: .5rem; }
.trade-events__grid-row { display: grid; grid-template-columns: 1.0fr 1.1fr .8fr .8fr; grid-column-gap: 1rem; }
.trade-events__grid-row.last { margin-bottom: 1.75rem; }

.trade-events__grid-col-1.press-release { font-weight: 600; color: var(--primary);  }	

.trade-affiliation__cards { display: grid; grid-template-columns:repeat( auto-fit, minmax(325px, 1fr) ); grid-column-gap: 3px; grid-row-gap: 3px; }
.trade-affiliation__cards .news__card figure { height: auto; }
.trade-affiliation__cards .news__card-body { padding: 1rem 1rem 3rem; }
.trade-affiliation__cards .text-button-alt { font-weight: 800; color: #000; transition: ease all .3s;}
.trade-affiliation__cards .text-button-alt:hover { color: var(--primary);}
.trade-affiliation__cards .text-button-alt:before { position: relative; top: 2px; right: 0; content: "\e915"; font-family: 'CD-Project-Icons'; font-weight: 800; font-size: 1.0625rem; transition: ease all .3s; color: #000; padding-right: .5rem; margin-top: 10px; transition: ease all .3s; }
.trade-affiliation__cards .text-button-alt:hover:before { right: .25rem; color: var(--primary) }
.trade-affiliation__cards .text-button-alt { margin-top: auto; padding-bottom: 0; position: absolute; width: calc(100% - 4rem); left: 1rem; bottom: 1rem; padding: 0; }
.trade-affiliation__cards .news__card-body p { font-size: 1.0rem; }

.trade-events__cards { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-column-gap: 3px; grid-row-gap: 3px; }
.trade-events__cards .news__card figure { height: auto; }
.trade-events__cards .news__card-body { padding: 1rem 1rem 3rem; }
.trade-events__cards .text-button-alt { font-weight: 800; color: #000; transition: ease all .3s;}
.trade-events__cards .text-button-alt:hover { color: var(--primary);}
.trade-events__cards .text-button-alt:before { position: relative; top: 2px; right: 0; content: "\e915"; font-family: 'CD-Project-Icons'; font-weight: 800; font-size: 1.0625rem; transition: ease all .3s; color: #000; padding-right: .5rem; margin-top: 10px; transition: ease all .3s; }
.trade-events__cards .text-button-alt:hover:before { right: .25rem; color: var(--primary) }
.trade-events__cards .text-button-alt { margin-top: auto; padding-bottom: 0; position: absolute; width: calc(100% - 4rem); left: 1rem; bottom: 1rem; padding: 0; }
.trade-events__cards .news__card-body p { font-size: 1.0rem; }

@media only screen and (max-width: 1320px) {
  .news__cards { grid-template-columns: 1fr 1fr 1fr; grid-column-gap: 2rem; grid-row-gap: 2rem; }
  .news__nav { column-gap: 2.5rem;}
}
@media only screen and (max-width: 1023px) {
  .trade-affiliation__cards { grid-template-columns: 1fr 1fr; }
  /*.trade-affiliation__cards .news__card figure { height: 330px;}*/
  .trade-affiliation__cards .news__card-body p { font-size: 1.1rem; }
  .trade-events__cards { grid-template-columns: 1fr 1fr; }
  /*.trade-events__cards .news__card figure { height: 370px;}*/
  .trade-events__cards .news__card-body p { font-size: 1.1rem; }
}
@media only screen and (max-width: 900px) {
  .trade-events__grid-row { grid-template-columns: 1.0fr 1.1fr .8fr .8fr; font-size: 13px;}
}

@media only screen and (max-width: 800px) {
  .news__card figure { height: auto; }
  .news__cards { grid-template-columns: 1fr 1fr; grid-column-gap: 2rem; grid-row-gap: 2rem; }
  .news__nav { display: flex; justify-content: flex-start; column-gap: 3rem; row-gap: 2rem; align-items: center; white-space: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; width: 100%; padding: 1rem 0 1rem 4rem ; }
  .trade-events__grid-row { grid-template-columns: 1.0fr 1.1fr .8fr .8fr; }
  .trade-affiliation__cards { grid-template-columns: 1fr 1fr;}
  /*.trade-affiliation__cards .news__card figure { height: 250px; }*/
  .trade-events__cards { grid-template-columns: 1fr 1fr;}
  /*.trade-events__cards .news__card figure { height: 300px; }*/
}

@media only screen and (max-width: 667px) {
  .news__cards { grid-template-columns: 1fr; grid-row-gap: 2rem; }
  .resources__sub-nav { top: 100%; bottom: auto;  }
  .trade-events__grid-col-1 { grid-column: 1 / 2; }
  .trade-events__grid-col-4 { margin-bottom: 1rem; }
  .trade-events__grid-row { grid-template-columns: 1fr; grid-column-gap: 1rem; padding-top: 1rem; border-bottom: 1px solid rgb(0 0 0 / 19%); font-size: initial; }
  .trade-events__grid-row:last-of-type { border-bottom: none; }
  .trade-events__grid-row.last { margin-bottom: 0rem; }
  
  .trade-events__grid-row-headings {display: none; }
  .trade-events__grid-col-1:before { content: "Organization: "; font-weight: 600; color: var(--primary);  }
  .trade-events__grid-col-2:before { content: "Trade Event: "; font-weight: 600; color: var(--primary);  }
  .trade-events__grid-col-3:before { content: "Trade Event Dates: "; font-weight: 600; color: var(--primary);  }
  .trade-events__grid-col-4:before { content: "Trade Events Location: "; font-weight: 600; color: var(--primary);  }

  .trade-events__grid-col-1.press-release { font-weight: 500; color: var(--black);  }	
  .trade-events__grid-col-1.press-release:before { content: "Trade Event: "; font-weight: 600; color: var(--primary);  }
  .trade-events__grid-col-2.press-release:before { content: "Dates: "; font-weight: 600; color: var(--primary);  }
  .trade-events__grid-col-3.press-release:before { content: "Location: "; font-weight: 600; color: var(--primary);  }
  .trade-events__grid-col-4.press-release:before { content: "Booth: "; font-weight: 600; color: var(--primary);  }	
  
}

@media only screen and (max-width: 475px) {
  .trade-affiliation__cards { grid-template-columns: 1fr; grid-row-gap: 2rem; }
  /*.trade-affiliation__cards .news__card figure { height: auto; }*/
  .trade-events__cards { grid-template-columns: 1fr; grid-row-gap: 2rem; }
  /*.trade-events__cards .news__card figure { height: auto; }*/
}

/* Resources */

.resources__nav-container { padding: 2rem 0 6rem; margin-bottom: 0rem; }
.resources__nav { display: flex; justify-content: center; column-gap: 5rem; }
.resources__nav-container .col { width: 100%; }
.resources__nav a { color: var(--dark); font-family: 'Calibri','Arial', sans-serif; font-size: 1.25rem; font-weight: 500; border-bottom: 2px solid transparent; border-color: transparent; transition: ease border-color 200ms; }
.resources__nav a:hover,
.resources__nav li.active a { border-bottom: 2px solid var(--secondary) }
.resources__cards-container .col { width: 100%; }

.resources__cards { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-column-gap: 3rem; grid-row-gap: 3rem; }
.resources__card a { background: #fff; box-shadow: 0 8px 15px 0 rgba(41, 51, 63, 0.08); border-bottom: 4px solid var(--dark); border-radius: 2px; display: flex; flex-direction: column; height: 100%; color: inherit; }
.resources__body { padding: 2rem; display: flex; flex-direction: column; color: inherit; }
.resources__card a:hover { border-color: var(--primary); transition: ease all 250ms; box-shadow: 0 0 8px 2px rgba(41, 51, 63, 0.18);}
.resources__card--title { margin: 0 0 .5rem; }
.resources__card a:hover .resources__card--title { color: var(--primary); transition: ease all 250ms;  }
.resources__card--meta { margin: 0 0 1rem; font-size: .8125rem; text-transform: uppercase; color: var(--primary); display: inline-block;}
.resources__card figure { overflow: hidden; position: relative; }
.resources__card figure::after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--light-gray); opacity: .4; content: ''; z-index: 20; }
/* .resources__card figure.gated::after { background: var(--light-gray); opacity: .8;} */
/* .resources__card figure.gated img{ filter: blur(10px);} */
.resources__card img {  height: 511px; width: 100%; object-fit: cover; }
.resources__card.product-image figure img { height: 511px; padding: 4rem 2rem; }
.resources__card.product-image img { height:100%; width: 100%; object-fit: contain; }

.resources__nav-container { position: relative; }
.resources__sub-nav { position: absolute; left: 0; bottom: 0; width: 100%; display: none; }
.resources__nav .active .resources__sub-nav { display: flex; }
.resources__sub-nav { justify-content: center; column-gap: 1rem; }
.resources__sub-nav .resources__sub-nav--filter { width: 280px; }
.resources__sub-nav select { max-width: 280px; margin: 0 auto; }
.resources__sub-nav label { text-align: left;}

.resource-file { display: none; }

@media only screen and (max-width: 1320px) {
  .resources__cards { grid-template-columns: 1fr 1fr 1fr; grid-column-gap: 2rem; grid-row-gap: 2rem; }
  .resources__card img,
  .resources__card.product-image figure img { height: 420px;}
}

@media only screen and (max-width: 800px) {
  .resources__cards { grid-template-columns: 1fr 1fr; grid-column-gap: 2rem; grid-row-gap: 2rem; }
  .resources__card img,
  .resources__card.product-image figure img { height: 420px;}
}

@media only screen and (max-width: 667px) {
  .resources__cards { grid-template-columns: 1fr; grid-row-gap: 2rem; }
  .resources__card img,
  .resources__card.product-image figure img { height: 420px; display: none; }
  .resources__nav { display: flex; flex-direction: column; justify-content: center; column-gap: 1rem; row-gap: 2rem; align-items: center; }
  .resources__nav .active .resources__sub-nav { flex-direction: column; align-items: center; }
  .resources__nav-container { padding: 4rem 0 2rem; margin-bottom: 8rem; }
  .resources__sub-nav { top: 100%; bottom: auto;  }
}

.product-popup-images ul li { margin: 0 0 .5rem; font-size: 1.125rem;}
.product-popup-images ul li a + a {font-size: .8125rem; text-decoration: underline; }

.post-counter { display: none; }
.team__cards { display: flex; flex-direction: column; row-gap: 3rem; }

.career .accordion ul { list-style: none; margin: 0 0 1.000em 0; padding: 0; overflow: hidden; }
.career .accordion ul li { list-style: none; margin: 0 0 1.125em 0; padding: 0 0 0 1.250em; position: relative; }
.career .accordion ul li:before { font-family: 'CD-Project-Icons'; display: block; position: absolute; top: 0; left: 0; color:var(--secondary); }
.career .accordion ul li:before { font-size: 1em; content: "\e915"; top: -0.0625em;}
.career .accordion ul li li { margin: 10px 0 0; }
.career ul.career__detail { margin: -13px 0 33px; }
.career ul.career__detail li { margin: 0; font-size: 18px; }

/* Cookie Banner */
.cookie-banner {position: fixed; bottom: 0; left: 0; right: 0; width: 100%; max-width: 1920px; margin: 0 auto; background: var(--dark); z-index: 99999; display: none; -webkit-animation: fade-in-bottom 350ms cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both; animation: fade-in-bottom 350ms cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both; box-shadow:0 0px 30px 10px rgb(255 255 255 / 6%); padding-top: 1.75rem; padding-bottom: 1.75rem}
.cookie-banner--active {display: block;}

.cookie-bar__message p {font-size: 1.125rem; display: inline-block; vertical-align: middle; line-height: 1.7; color: #fff; margin-bottom: 0}
.cookie-bar__message p strong { color: var(--primary); font-size: 1.325rem; }
.cookie-bar__message a {color: rgba(255,255,255,1); text-decoration: underline;}
.cookie-bar__message a:hover {text-decoration: underline; color: var(--primary)}
.cookie-bar__action .button {margin-bottom: 0; display: block; width: 100%;}

@media only screen and (min-width: 480px) {
  .cookie-bar__inner {display: flex; align-items: center; justify-content: space-between; }
  .cookie-bar__action {margin-left: 1.875em; width: 11.25em;}
}

@media only screen and (min-width: 640px) {
  .cookie-bar__action {margin-left: 5em;}
}

@media only screen and (max-width: 479px) {
  .cookie-bar__message {margin-bottom: 1.25em}
}

@-webkit-keyframes fade-in-bottom{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-bottom{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}



#gform_3 { text-align: left; max-width: 800px; margin: 28px 0 0; padding: 2rem; border: 1px solid rgba(0, 0, 0, .1); box-shadow: 0 0px 30px 10px rgb(0 0 0 / 6%); border-radius: 4px; }
@media only screen and (max-width: 1200px) {
  #gform_3 { max-width: 100%; padding: 1rem; }
}


.solutions__panels { display: grid; gap: 1rem; grid-template-columns: repeat(4, 1fr);}
.solutions__headline { color: var(--primary)}
.solutions__headline { margin: 0;}
.solutions__headline + .solutions__sub-headline { margin:0; padding: 12px 0 0;}
.solutions__headline + .solutions__overview { margin:0; padding: 12px 0 0; }
.solutions__overview { line-height: 1.3; text-align: justify;}
.solutions__panel { /*box-shadow: 0 0 10px 0 rgba(41, 51, 63, 0.08);*/ box-shadow: 0 0 16px 0 rgba(41, 51, 63, 0.08), 0 0 10px 0 rgba(41, 51, 63, 0.03); }

.solutions__panel { display: grid; /*grid-template-rows: 1fr .75fr; */}


.solutions__panel__content { border-bottom: 0; padding: 20px; display: flex; flex-direction: column; justify-content: space-between;}
figure.solutions__image { margin: 0; }
.solutions__image img { height: 100%; object-fit: cover; }
.solutions__panel a.text-button { padding: 0; /*margin-top: 1.75rem;*/ width: auto; display: inline-block; padding-right: 6rem; }
.solutions-cta { padding: 30px; }
.solutions__panel a.text-button:hover,
.solutions__panel a.text-button:hover:after { color: #fff; }





/* Homepage Intro Section custom styles */
section.homepage--intro-section .panel-row__column-2 {
  display: flex;
  align-items: center;
}
section.homepage--intro-section .panel-row__column-2 .split__inner-content.icw-full {
  width: 100%;
}

/* Homepage Icons Section custom styles */
section.homepage--icons-section .icon__card-overview { font-weight: bold; line-height: 1.3}

/* Homepage Solutions Section custom styles */
section.homepage--solutions-section .solutions__panels {
  /*gap: 80px;*/
}
section.homepage--solutions-section .solutions__panel {
  background-color: var(--secondary);
  color: black; box-shadow: 0 0 10px 0 rgba(41, 51, 63, 0.3);
}
section.homepage--solutions-section .solutions__panel .solutions__headline { color: black; margin-bottom: 0; }

/* Newsroom Section */

/*This was commented out, the client is changing their mind between strips and cards*/

/*This is cards*/
/*section.the-newsroom .the-newsroom__list { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 1.5rem; }
section.the-newsroom .the-newsroom__list .the-newsroom__post { flex-direction: column; margin-top: 0; }
section.the-newsroom .the-newsroom__list .the-newsroom__post .the-newsroom__post-body { padding: 1.5rem; height: 100%; display: flex; flex-direction: column; }
section.the-newsroom .the-newsroom__list .the-newsroom__post .the-newsroom__post-body .the-newsroom__preview-text { margin-bottom: 1.5rem; }
section.the-newsroom .the-newsroom__list .the-newsroom__post .the-newsroom__post-body a.text-button { margin-top: auto; }
section.the-newsroom .the-newsroom__list .the-newsroom__post .the-newsroom__post-thumbnail { max-width: unset; height: 250px; }
section.the-newsroom .the-newsroom_overview { margin-top: 1.5rem; max-width: 960px; }

@media (max-width: 960px) {
  section.the-newsroom .the-newsroom__list {
    grid-template-columns: 1fr;
  }
  section.the-newsroom .the-newsroom__list .the-newsroom__post {
    flex-direction: row;
    column-gap: 1.5rem;
  }
  section.the-newsroom .the-newsroom__list .the-newsroom__post .the-newsroom__post-thumbnail {
    height: unset;
  }
}
@media (max-width: 600px) {
  section.the-newsroom .the-newsroom__list {
    grid-template-columns: 1fr;
    grid-gap: 2.5rem;
  }
  section.the-newsroom .the-newsroom__list .the-newsroom__post {
    flex-direction: column;
    column-gap: 2.6875rem;
  }
  section.the-newsroom .the-newsroom__list .the-newsroom__post .the-newsroom__post-body {
    height: unset;
  }
}*/

/*this is strips*/

section.the-newsroom .the-newsroom_overview { margin-top: 1.5rem; max-width: 960px; }
.the-newsroom__post { display: flex; align-items: stretch; column-gap: .875rem; background: #fff; margin-top: 2rem; border-bottom: 1px solid #ccc; box-shadow: 0 0 10px 0 rgba(41, 51, 63, 0.3); }
.the-newsroom__post:last-of-type { border-bottom: none; }
.the-newsroom__post:nth-of-type(1) { margin-top: 0rem; }
.the-newsroom__post-thumbnail { position: relative; z-index: 0; max-width: 372px; min-height: 225px; width: 100%; border-right: 1px solid #ccc; }
.the-newsroom__post-thumbnail a { display: block; height: 100%; width: 100%; }
.the-newsroom__post-thumbnail img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.the-newsroom__post-thumbnail.trade__event-logo img { object-fit: contain; object-position: left; }
.the-newsroom__post-body .the-newsroom__heading { color: var(--primary); margin: 0 0 1rem 0; font-size: 1.0rem; text-transform: uppercase; font-weight: 700; }
.the-newsroom__post-body { width: 100%; padding: .15rem .875rem 1rem 0; }
.the-newsroom__post-meta { color: #000; text-transform: uppercase; font-size: .75rem; }
.the-newsroom__post-meta span { color: var(--primary); }
.the-newsroom__preview-text { font-size: 1.0rem; text-align: justify; line-height: 1.4;}
.the-newsroom__post-body a.text-button { padding: 0; margin-top: 1.75rem; width: auto; display: inline-block; padding-right: 6rem; }
.the-newsroom__post-body a.text-button-alt { padding: 0; margin-top: 1.75rem; margin-left: 1.75rem; width: auto; display: inline-block; }
.the-newsroom__post-body h3 { margin: .75rem 0 0rem; text-transform: none; }
.the-newsroom__post-body h3 a { color: #000; font-size: 1rem;}
.the-newsroom__post-body h3 a:hover { color: var(--primary); }

.event__info-container { display: grid; grid-template-columns: 1fr 1fr; margin-top: 1rem; }
.event__item-container { display: flex; column-gap: 2rem; }
.event__item-left { flex: 0 1 8rem; font-weight: 700; }
.the-newsroom__post .play__icon { position: absolute; top: 0; z-index: 1; font-size: 70px; height: 100%; display: flex; align-items: center; justify-content: center; width: 100%; opacity: 1; color: var(--primary); transition: ease all .3s; }
.the-newsroom__post .play__icon:hover { color:#000; opacity: .7; }


@media only screen and (max-width: 560px) {
    .the-newsroom_header { flex-direction: column; row-gap: 1rem; justify-content: center; align-items: center; }
    .the-newsroom__post { flex-direction: column; align-items: auto; }
    .the-newsroom__post-thumbnail { max-width: 100%; height: 250px; width: 100%; }
    .the-newsroom__post-body { padding: 1.5rem; }
}

/* Text Button - Caret */
.text-button.caret { padding-right: unset!important; padding-left: 1.5rem!important; }
.text-button.caret:after { content: ">"; left: 0; right: unset; font-weight: bold; color: black; top: -0.15rem; }

.business-units .solutions__panels { grid-template-columns: repeat(3, minmax(300px, 1fr)); }
.business-units .solutions__panel { background-color: var(--primary); }
.business-units .solutions-cta { display: none; }
.business-units .solutions__headline { color: #000 } 

@media only screen and (max-width: 1023px) {
  .business-units .solutions__panels { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
  .solutions__image img { width: 100%; }
}

.orange-cards .solutions__panels { grid-template-columns: repeat(3, 1fr); }

@media (max-width: 1023px) {
  .orange-cards .solutions__panels { grid-template-columns: repeat(2, 1fr); }
  .solutions__panels { grid-template-columns: repeat(2, 1fr);}
	.solutions__panel { grid-template-rows: 1fr; }
}
@media (max-width: 600px) {
  .orange-cards .solutions__panels { gap: 2rem; grid-template-columns: 1fr; }
	.solutions__panels { gap: 2rem; grid-template-columns: 1fr;}
}
@media (max-width: 475px) {
}



.career-boxes .solutions__panels { grid-template-columns: repeat(2, 1fr); }
.career-boxes .solutions-cta { padding: 14px 30px; }
.orange-cards .solutions__panel { background-color: var(--primary); }
.orange-cards .solutions__headline { color: #000 } 
.orange-cards .solutions__image img { height: 260px; object-fit: cover; }
.orange-cards .solutions__sub-headline { text-transform: uppercase; font-weight: 800; color: var(--dark); font-size: .75rem; letter-spacing: 1px; }

.career-boxes .solutions__panel { background-color: var(--primary); position: relative; }
.career-boxes .solutions__panel__content { border-bottom: 0; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; min-height: 240px; }
.career-boxes .solutions__image img { height: 320px; object-fit: cover; }
.career-boxes figure.solutions__image { margin: 0px 0 70px; }
.career-boxes .solutions-cta { padding: 14px 30px; position: absolute; bottom: 0; height: 90px; background: var(--primary); left: 0; width: 100%; display: flex; flex-direction: column; justify-content: center; }

@media only screen and (max-width: 800px) {
  .career-boxes .solutions__panels { grid-template-columns: repeat(1, 1fr); }
  .career-boxes .solutions__panel__content { min-height: 0; }
}

ul.spaced-list.spaced-list--spacing li strong { width: 180px; display: inline-block; }
ul.spaced-list.spaced-list--spacing-xl li strong { width: 240px; display: inline-block; }

ul.spaced-list li span { display: inline-block; width: auto; }

ul.spaced-list { display: flex; gap: 10px; flex-direction: column; margin-bottom: 0; text-align: justify;}

@media only screen and (max-width: 1000px) {
  ul.spaced-list.spaced-list--spacing li strong { width: auto; display: inline-block; }
  ul.spaced-list li strong { width: 100%; display: inline; }
}

.reliable-partner .solutions__panels { display: grid; gap: 1rem; grid-template-columns: repeat(2, 1fr); }

.reliable-partner .solutions__panel { display: flex; flex-wrap: wrap; column-gap: 0px; row-gap: 0; position: relative; align-items: start; padding-bottom: 20px; }
.reliable-partner .solutions__panel__content { border-bottom: 0; padding: 0; display: flex; flex-direction: column; justify-content: space-between; }
.reliable-partner .solutions__headline { color: var(--black); padding: 30px 30px 0; background: var(--primary); margin: 0; }
.reliable-partner .solutions__sub-headline { color: var(--black); padding: 10px 30px 30px; background: var(--primary); line-height: 1.3; font-weight: bold;}
.reliable-partner .solutions__overview { line-height: 1.3; text-align: justify; padding: 30px; }
.reliable-partner figure.solutions__image { margin: 0; display: flex; width: 50%; padding: 0 30px; }
.reliable-partner .solutions__image img { height: auto; width: 100%; max-width: 320px; object-fit: contain; object-position: center; margin: 0; }
.reliable-partner .solutions-cta { padding: 0; order: 3; width: 100%; padding: 30px; justify-content: flex-end; display: flex; align-items: center; position: absolute; right: 0; bottom: 0; }
.reliable-partner .solutions-cta .text-button:hover { color: var(--primary) }
.reliable-partner .solutions-cta .text-button:hover::after { color: var(--primary) }

@media only screen and (min-width: 801px) { 
  .first-item-full .solutions__panel:nth-of-type(1) { grid-column: span 1;}
 }

@media only screen and (max-width: 800px) {  
  .reliable-partner .solutions__panels { grid-template-columns: repeat(1, 1fr); }
}

.flags img { object-fit: cover !important; object-position: top right !important; height: 400px !important;}

@media only screen and (max-width: 639px) {  
  .flags img { height: 300px !important;}
}

@media only screen and (max-width: 475px) {  
  .flags img { height: 200px !important;}
}

section { overflow: hidden;}

.job-listings__container { border-bottom: 2px dashed var(--primary); padding: 1rem 0; }
.job-listings__row { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); column-gap: 1rem; }
.job-listings__row > div{ line-height: 1.3 }

.job-listings__apply { margin-top: auto; }
.job-listings { overflow-x: auto; }

.job-listings .text-button { padding-top: 0; padding-bottom: 0; }
.job-listings .text-button { padding-top: 0; padding-bottom: 0; }

.job-listings__heading { font-weight: bold; color: var(--primary); display: block}
.job-listings__content{ padding: 60px; background: rgb(249, 249, 249); width: 100%; overflow: visible; margin: 20px 0px; }
.split__vertical-images .panel-row__column-1 .split__inner-content { display: flex; flex-direction: column; gap: 10px;height: 100%; justify-content: center; }
.split__vertical-images .panel-row__column-2 .split__inner-content { display: flex; flex-direction: column; gap: 10px; }
.split__vertical-images .panel-row__column-1 .spaced-list { gap: 30px; }

@media only screen and (max-width: 1240px) {  
  .job-listings__row { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));}
}
@media only screen and (max-width: 1023px) {  
  .job-listings__row { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
}
@media only screen and (max-width: 800px) {  
  .job-listings__row { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
  .job-listings__content { padding: 30px; }
}


.case-study img.alignleft { max-width: 55%; margin-bottom: 1rem; }
.case-study img.alignright { max-width: 55%; margin-bottom: 1rem;}

.case-study-grid-item { display: grid; /*grid-template-columns: 12.5rem auto;*/ grid-template-columns: 11rem auto; gap: 2rem; line-height: 1.2; margin-bottom: .75rem; }
.case-study-grid-item-heading { color: var(--primary); }

.case-study-results-grid-item { display: grid; /*grid-template-columns: 19.5rem auto;*/ grid-template-columns: 15.5rem auto; gap: 2rem; line-height: 1.2; margin-bottom: .75rem; }
.case-study-results-grid-item-heading { color: var(--primary); }

.case-study-grid { display: flex; flex-direction: column; }
.case-study-grid__container { display: flex; width: 100%; gap: 6rem; justify-content: flex-start; }
.section__heading--headline { text-align: left; }

@media only screen and (max-width: 1024px) {  
  .case-study-grid__container { gap: 4rem; }
}
@media only screen and (max-width: 799px) {  
  .case-study-grid__container { gap: 2rem; }
}

@media only screen and (max-width: 639px) {  
  .case-study img.alignleft { max-width: 100%; margin-bottom: 1rem; }
  .case-study img.alignright { max-width: 100%; margin-bottom: 1rem; }
  .case-study-grid__container { display: flex; gap: 1rem; flex-direction: column; }
}


@media only screen and (max-width: 375px) {  
  .case-study-grid { display: flex; flex-direction: column; row-gap: .5rem; }
  .case-study-grid-item { line-height: 1.2;}
  .case-study-results-grid { display: flex; flex-direction: column; row-gap: .5rem; }
  .case-study-results-grid-item { line-height: 1.2;}
}


/* Three Text Cards */
.three-text-cards .grid-row { /*grid-column-gap: 30px; grid-row-gap: 30px;*/ }


/* Cards */
.text_card { flex-direction: column; align-items: stretch; box-shadow: 0 0 10px 0 rgba(41, 51, 63, 0.3); background-color: #FFF; flex-direction: column-reverse; }
.text_card .text_card-body { background-color: var(--white); color: black; }

.text_card-body { height: 100%; display: flex; flex-direction: column; }
.four-text-cards.center .text_card-headline{ text-align: center; padding: 10px 10px; min-height: 4.25rem; display: flex; align-items: center; justify-content: center; }
.text_card-headline { background-color: var(--primary); padding: 10px 20px; width: 100%; margin-bottom: 0; }
.text_card-text {padding: 1.25rem; font-size: 1.0625rem; text-align: justify; hyphens: auto; line-height: 1.3; width: 100%; }
.text_card-icon { width: 3.75rem; margin: 1.25rem auto 0; }

@media only screen and (max-width: 800px) {  
  .three-text-cards .grid-row { /*grid-column-gap: 20px; grid-row-gap: 20px;*/ }
	.news__card figure img {
		object-position: top;
	}
}

#card-7181 , #card-7013 {
	figure img{
	 object-position: center; 
}
}

#page-3980 .trade-event img{
  max-height: 225px;
  object-position: 0px -90px;  
}

@media only screen and (max-width:560px) {  
  #page-3980 .trade-event img{
  max-height: unset;
/*   object-position: 0px -125px;   */
}
#card-7500 figure img ,	#card-7489 figure img { 
    object-position: bottom;
}
}

body.post-7392 .column h1{
	color: #e86a25;
}
body.post-7398 .column h1{
	color: #e86a25;
}
body.post-909 .column h1 strong{
	color: #e86a25;
}
body.post-942 .column h1 span{
	color: #e86a25 !important;
}
body.post-913 .column h1 strong{
	color: #e86a25 !important;
}

body.post-946 .column h1 strong{
	color: #e86a25 !important;
}


body.post-919 .column h1 strong{
	color: #e86a25 !important;
}


body.post-916 .column h1 strong{
	color: #e86a25 !important;
}
body.post-7563 .column h1,
body.post-7709 .column h1,
body.post-7450 .column h1,
body.post-7590 .column h1,
body.post-7500 .column h1,
body.post-7514 .column h1,
body.post-7657 .column h1,
body.post-7611 .column h1,
body.post-7605 .column h1,
body.post-7693 .column h1,
body.post-7714 .column h1,
body.post-7723 .column h1{
	color: #e86a25;
}

body.post-916 section.component-content{
	padding:2rem 0px !important;
	border-bottom:none;
}
body.post-909 section.component-content{
	padding:2rem 0px !important;
	border-bottom:none;
}
body.post-942 section.component-content{
	padding:2rem 0px !important;
	border-bottom:none;
}
body.post-913 section.component-content{
	padding:2rem 0px !important;
	border-bottom:none;
}
body.post-946 section.component-content{
	padding:2rem 0px !important;
	border-bottom:none;
}
body.post-919 section.component-content{
	padding:2rem 0px !important;
	border-bottom:none;
}
a.text-button.caret.contact_us_btn {
    order: 5;
}
/* Events Order */
.the-newsroom__list {
	display: flex;
	flex-direction: column;
}

.the-newsroom__list .trade-event:last-child {order: 3;}

.the-newsroom__list .trade-event:nth-child(3) {order:4}


@media (min-width: 801px) and (max-width: 1200px) {
 #card-7723 figure img,  #card-7714 figure img,  #card-7709 figure img {  
    object-position: right top;
} 
}
#card-7693 figure img{
	    object-position: center -34px;

}


