/*@media (min-width: 992px) {    body .container { max-width: 972px !important ; }  }
div.dbg{ border:1px solid red;}
div.dbg.b{border-color:blue;}
div.dbg.g{border-color:green;} 
div.dbg.o{border-color:orange;} 
*/
@font-face {
    font-family: 'Verlag Book';
    src: url('/font/Verlag-Book.otf');
}

@font-face {
    font-family: 'Verlag Black';
    src: url('/font/Verlag-Black.otf');
}

@font-face {
    font-family: 'Verlag Bold';
    src: url('/font/Verlag-Bold.otf');
}

@font-face {
    font-family: 'Verlag Condensed Book';
    src: url('/font/Verlag-Condensed-Book.otf');
}

@font-face {
    font-family: 'Verlag Condensed Black';
    src: url('/font/Verlag-Condensed-Black.otf');
}


@font-face {
    font-family: 'Glyphs';
    src: url('/font/Times-New-Roman.otf');
    unicode-range: U+2D; /*Replace hyphen*/
  }

body {
    font-family: 'Glyphs', 'Verlag Book', 'Lato', sans-serif;
    font-size:16px;
    font-variant-numeric: lining-nums;
}

/*Sticky Footer with Grid*/
html { 
    height:100%; 
}
body {
    min-height: 92%;
    display: grid;
    grid-template-rows: 1fr auto;
}

footer {
    grid-row-start: 2;
    grid-row-end: 3;
  }
/*End Sticky Footer with Grid*/

a { 
    color: #1f3239;
    text-decoration: none;
}

a:hover {
    color: #256B71;
    text-decoration: none;
}
 
.teal {color: #002d38 !important;}
.white {color:#fff !important;}
.khaki {color:#ECED90 !important;}

.bg-teal { background-color: #002D38;}
.bg-elm { background-color: #256b71; }
.bg-khaki {background-color:#ECED90;}
.bg-turquoise{background-color:#85d1da;}
.bg-lightblue{background-color: #abf7ff;}

.bg-splash {
    position: relative;
    background-color: black;
    min-height: 700px;
    width: 100%;
    overflow:hidden;
}

.bg-splash video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.bg-splash .container {
    position: relative;
    z-index: 2;
}

.banner .container { height: 100%; }

.banner h1 {
    text-transform: uppercase;
    text-align: center;
    font-family: 'Verlag Black', Lato, sans-serif;
    font-size: 38px;
    margin-top:40px;
    color: #ECED90;
}

.main-headline {
    text-transform: uppercase;
    text-align: center;
    font-family: 'Verlag Black', Lato, sans-serif;
    color: #ECED90;
    font-size: 50px;
    line-height: 54px;
}
.sub-headline {
    text-align: center; 
    font-family: 'Glyphs', 'Verlag Book', Lato, sans-serif;
    color: #ffffff; 
    font-size: 24px; 
    margin-top:20px;
}
.sub-headline:first-child{  margin:160px 0 20px 0; }

.tag-headline {
    font-size: 30px;
    font-family: 'Verlag Bold';
    color: #85D1DA;
    text-align: center;
    margin-top:100px;
    margin-bottom:50px;
    text-shadow: 2px 2px 3px #002D38;
}
.section-headline {
    font-size: 32px;
    text-align: center;
    line-height: 36px;
}

.section-title {
    font-family:'Verlag Condensed Book';
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 18px;
}

.section-title  strong {
    font-family: 'Verlag Black';
}
div.ring {
    width: 50px;
    height: 50px;
    background-color: #eced90;
    border-radius: 25px;
    font-family: 'Verlag Black';
    text-align: center;
    padding-top: 13px;
    box-shadow: 0 0 0 2px #eced90;
    border: 2px solid #85d1da;
}
div.lb {
    border-bottom: 1px solid #002d38;
}

a.flashcard {
    display:block;
    width:293px;
    height:107px;
    margin-bottom:15px;
    background-color: #ABF7FF;
    padding:10px;
}
a.flashcard:hover{
    background-color: #ECED90;
}
.flashcard .title {
    color: #002d38;
    font-family: 'Verlag Black', Lato, sans-serif;
    font-size: 16px;
    line-height: 19px;
}

.flashcard .info {
    line-height: 19px;
    color:#002d38;
}

.flashcard .big {
    font-size:34px;
}

.lnk-btn {
    border:2px solid #f0ee91;
    display: inline-block;
    font-family:'Verlag Black';
    font-size:16px;
    text-align: center;
    position: relative;
    padding-left:8px;
    padding-top:6px;
    padding-bottom:6px;
    border-radius: 22px;
    background-color: #f0ee91;

}

.lnk-btn.outline {
    background: transparent;
}
.lnk-btn.outline.alpha {
    background: rgba(0,45,56,.5);
}


.lnk-btn.outline:hover, .lnk-btn.xs.outline:hover {
    border-color:transparent;
}

.lnk-btn:hover{
    box-shadow: 0 0 0 2px #f0ee91;
}

.lnk-btn.fixed {
    width:250px;
}

.lnk-btn.fixed-sm {
    width:175px;
}

.lnk-btn.fixed.xs {
    width:150px;
}

.lnk-btn a {
    color:#1f3239;
    margin-right:calc(24px + 16px);
    text-decoration: none;
   
}
.lnk-btn.fixed a, .lnk-btn.fixed-sm a {
    margin-right:calc(24px + 0px);
}

.lnk-btn a::after {
    display:inline-block;
    content:'';
    width:24px;
    height:24px;
    position: absolute;
    right:8px;
    top:6px;
    background-image:url('/styles/icon_arrow_dark.svg');
    background-size:24px 24px;
    background-repeat:no-repeat
}

.lnk-btn a:hover {
    color:#1f3239;
}
.lnk-btn.outline a, .lnk-btn.outline a:hover {
    color:#eced90;
}

.lnk-btn.outline a::after {
    background-image: url(/styles/icon_arrow.svg);
}

.lnk-btn.dl a::after{
    background-image: url(/styles/icon-download.svg);
    
}

.lnk-btn.xs {
    padding:0px;
}
.lnk-btn.xs a {
    margin-right: 0px;
}

.lnk-btn.xs.outline {
    border-color:#002d38;
}

.lnk-btn.xs.outline a {
    color:#002d38;
    font-size: 13px;
}

.lnk-btn.xs:hover{
    box-shadow: 0 0 0 2px #002d38;
}
.lnk-btn.xs a::after{
    background-image: none;
   
}

/*TODO remove circle link class */

a.circle_link, a.circle_link:link, a.circle_link:visited {
    text-decoration: none;
    color: #f0ee91;
}


.ad-webinar {
    position: relative;
    width:314px;
    height:595px;
    padding:38px 10px;
}

.ad-webinar:before{
    content:"";
    top:0px;
    right:0px;
    z-index:-5;
    display:block;
    width:314px;
    height:595px;
    position: absolute;
}
.ad-webinar, .ad-insights {
    overflow:hidden;
}

@media (pointer: fine) {
    .ad-webinar:hover:before, .ad-insights:hover:before{
        filter:blur(4px);
    }
}

div.ad-insights.featured-wide,
div.ad-insights.featured-wide:before
{
    height: 254px;
    border-top:none;
    text-align: center;
}

div.ad-insights.featured-wide {
    padding: 60px 10px;
    width:314px;
    height:314px;
}

div.ad-insights.featured-wide:before {
    width:314px;
    height:314px;
    background-repeat: no-repeat;
    background-size: cover;
}

.ad-insights .title {
    font-size: 24px ;
    color:#fff;
    line-height: 28px;
 
}

.featured-link.insights {
    margin:1.5rem 0;
}

.ad-video {
    overflow: hidden;
    max-width: 318px;
    position: relative;
}

.webinar-date {
    font-family: 'Verlag Black', Lato, sans-serif;
    font-size:24px;
}

.webinar-title,
.webinar-text,
.webinar-date a,
.webinar-date a:visited
{
    color:#fff;
}

.webinar-date img {
    margin-right:10px;
}
.webinar-date a:hover img {
    filter: invert(13%) sepia(35%) saturate(437%) hue-rotate(8deg) brightness(100%) contrast(95%)
}

.webinar-date a:hover {
    color: #ECED90;
    text-decoration:none;
}

.webinar-button {
    margin-top:36px;
}

.webinar-title {
    font-family: 'Verlag Book';
    font-size: 20px;
    color:#fff;
    line-height:30px;
}

.ad-webinar .webinar-title {
    font-size:24px;
    color:#fff;
}

div.awards div.title{
    font-size:40px;
    color:#002D38;
}

div.awards div.award:hover:before{
    background-image: none;
    z-index: 5;
    border:none;
}

div.awards div.award:before{
    z-index: 6 ;
    opacity:1;
    backdrop-filter:none;
    background-size: contain;
    border:none;
}

div.awards div.award{
    border:none;
}

div.featured, div.featured-wide {
    width: 218px;
    height: 218px;
    border-top: 4px solid #ECED90;
    text-align: center;
    padding:16px;
}

div.featured-wide {
    width:340px;
    position:relative;
    text-align: left;
    padding:40px;
}

.featured-heading {
    font-family: 'Verlag Black';
    font-variant-numeric: lining-nums;
    font-size: 18px;
    letter-spacing: 1px;
    color: #002D38;
    border-bottom: solid 3px #002D38;
    text-transform:uppercase;
}

.featured-wide .featured-head {
    font-size:20px;
    color:#ECED90;
    line-height: 24px;
}

.featured-wide .featured-sub {
    font-size:20px;
    font-style: normal;  
    line-height: 24px; 
}

a.featured-link {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Verlag Black';
    margin:10px 0px;
    display:block;
}

.featured-link, .featured-link:visited {
    color: #002D38;
}

a.featured-link:hover {
    text-decoration: none;
    color: #256B71
}

div.smallprint { padding-bottom:36px;}
div.smallprint p {
    color: #002D38;
    font-family: 'Glyphs', 'Verlag Condensed Book', Lato, sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin-bottom:4px;
}

div.footer {
    background-color: #002d38;
    color:#fff;
    font-size:14px;
}

footer a,
footer a:visited,
footer a:hover {
    color: #fff;
}

.featured:before, .featured-wide:before{
    content:"";
    top:0px;
    right:0px;
    z-index:-5;
    display:block;
    width:218px;
    height:218px;
    position: absolute;
}

.featured-wide:before{
    width: 340px;
}

@media (max-width: 575px) {
    .two-line-wrap {
        height: 3rem;
        overflow: hidden;
    }
}

/*Do not show hover effects on iOS tap*/
@media (pointer: fine) {
    .featured:hover::before
    ,.featured-wide:hover::before
    , .ad-webinar:hover::before{
        backdrop-filter:blur(3px);
        opacity:0.8;
    }
}
.featured-head {
    font-family: 'Verlag Black', Lato, sans-serif;
    font-size:18px;
    line-height:20px;
    color:#fff;
    text-transform:uppercase
}

.featured-sub {
    font-family: 'Verlag Book', Lato, sans-serif;
    font-size: 18px;
    font-style: italic;
    line-height:21px;
    color: #fff;

}

div.featured{
    position:relative;
}

.featured-circle {
    margin: 0 8px;
    position:absolute;
    bottom:30px;
    left: 0;
    right: 0;
    z-index: 5;
}
.link-circle {
    width: 100%;
    background-color: transparent;
    font-family: 'Verlag Book', Lato, sans-serif;
    font-weight: bold;
    border-radius: 20px;
    padding: 2px 25px;
    font-size: 14px;
    border: 2px solid #ECED90;
    text-transform: uppercase;
    line-height: 21px;
    transition: 0.15s all linear;
    box-sizing:border-box;
}

.banner {height: 190px; margin-top:60px;}
.privacy-banner     { background: url('/styles/banner-privacy.png') 0% 0% repeat-x; }
.education-banner, .news-banner, .webinars-banner, .insights-banner   { background: url('/styles/banner-education.png') 50% 0% repeat-x; background-size: cover; }
.about-banner       { background: url('/styles/banner-about.png') 0% 0% repeat-x;}
.products-banner { background: url('/styles/banner-products.jpg') 0% 0% repeat-x;}
.about h3 {
    color: #ECED90;
    font-family:'Verlag Black';
    font-size:16px;
    text-transform:uppercase;
    margin:0; 
}

.about p { margin:1em 0;}
.pt-50{ padding-top:50px;}
.pb-50{ padding-bottom:50px;}
.bold { font-family:'Verlag Bold'}

div.container.bios {
    padding-top: 60px;
}

.bio {
    width: 218px;
    height: 286px;
    margin-left:auto;
    margin-right:auto;
}
.bio-label{
    font-size:16px;
    background-color:#ECED90;
    padding:20px;
    margin-bottom: 60px;
    margin-top:40px;
}
div.d-sm-block.d-lg-none > div.callout{
    margin:auto;
    width:35px;
}
.callout > div.arrow-xs { top:15px;}

.bios p {
    color: #002d38;
    margin: 50px 0;
    padding: 30px;
    /*border: 1px solid green;*/
    background: #ECED90;
    height:179px;
    text-align:justify;
}

.callout {
    position:relative;
}
.callout > div {
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 25px solid #ECED90;
    position:absolute;
    top:25px;
}

.bio-overlay {
    width: 218px;
    height: 100px;
    position: relative;
    top: -99px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    opacity: 1;
    text-align: center;
    margin:0;
}

.bios h2, .contact h2 {
    color: #ECED90;
    font-family: 'Verlag Black';
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}

.bios h3 {
    color: #fff;
    font-family: 'Verlag Bold';
    font-size: 16px;
}

.bio-overlay span {
    border-radius: 12px;
    border: 2px solid #eced90;
    background: #eced90;
    font-family: 'Verlag Black';
    color:#002d38;
    display:inline-block;
    width:150px;
    height: 25px;
    cursor:pointer;
    transition: 0.15s box-shadow linear;
}

.bio-overlay span:hover {
    box-shadow: 0 0 0 2px #f0ee91;
}

.contact {
    padding-bottom: 100px;
    color: #fff;
}
.contact h2 {
    width: 100%;
    border-bottom: 4px solid white;
    padding: 100px 0 12px 0px;
    color:#fff;
    margin-bottom:40px;
    
}
.contact h3 {
    font-family: 'Verlag Black';
    font-size: 16px;
    color: #ECED90;
    text-transform:uppercase;
    margin-bottom:12px;
}
.contact p {
    margin-bottom:0;
    line-height:1.3em;
}
.contact img.sales {
    margin:18px 0;
}
.sales-link, .sales-link:hover,.sales-link:visited {
    font-family: 'Verlag Black';
    font-size: 16px;
    color: #ECED90;
    text-decoration:underline;
}

.ct-field {
    background: #002d38;
    border: 2px solid #f2f2f2;
    line-height: 30px;
    color:#fff;
    font-family:'Verlag Book';
    font-size:16px;
    padding-left:10px;
    margin-bottom:15px;
    height: 50px;
    
}
.ct-field.error {
    border: 2px solid #fb2c2c;
}

textarea.ct-field { height: 120px;}

.ct-field::placeholder{
    color:#fff;
}

.submit-button {
    background: #002D38;
    color: #ECED90;
    border: 2px solid #eced90;
    border-radius: 20px;
    width: 160px;
    height: 40px;
    line-height: 33px;
    font-size: 16px;
    font-family: 'Verlag Black';
    padding-right: 20px;
    transition: 0.15s border linear, 0.15s box-shadow linear;
    position: relative;
}

.submit-button:hover {
    border: solid 2px transparent;
    box-shadow: 0 0 0 2px #f0ee91;
}

.submit-button:after {
    content: "";
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    width: 30px;
    background-image: url(/styles/icon_arrow.svg);
    background-size: 100%;
}

div.row.news-archive {
    border-bottom:  1px solid #88d1d7;
}

div.link-bold,
div.row.news-archive > .news-date,
div.more-toggle
 {
    font-family: 'Verlag Black';
    text-transform: uppercase;
}

div.news-page.min  div.news-archive:nth-child(n+17),
div.row.news-archive:nth-last-child(2) {
    border-bottom: none;
}
div.news-page.min  div.news-archive:nth-child(n+18) {
    display:none;
}

div.more-toggle {cursor:pointer}

div.toggle  div.more-toggle > div.col:after,
div.toggle.min  div.more-toggle > div.col:after {
    background-image: url(/styles/angle-down-solid.svg);
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    content: '';
    display: inline-block;
    position:relative;
    top:3px;
    left:3px;

}
div.toggle div.more-toggle > div.col:after {
    background-image: url(/styles/angle-up-solid.svg);
}

/*Nav pills Insights */

.nav-pills .nav-link {
    background-color: #ececec;
    color: #002d38;
    font-family: 'Verlag Black';
    border-radius: 0;
    text-transform: uppercase;
    text-align: center;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
    background-color: #eced90;
    color: #002d38;
}

@media (max-width: 991px) {
    .nav-pills .nav-link {
        border-radius: 1.25rem;
        margin-top: 0.66rem;
    }
}

@media (min-width: 992px) {
    .nav-pills li.nav-item {
        background-color: #ececec;
    }

    .nav-pills li.nav-item .nav-link{
       margin:0 0 0 17px;
    }

    .nav-pills li.nav-item:last-child .nav-link{
        margin-right:17px;
    }

    .nav-pills .nav-item:first-child {
        border-radius: 1.25rem 0rem  0rem 1.25rem;
    }
    .nav-pills .nav-item:last-child  {
        border-radius: 0rem 1.25rem 1.25rem 0rem;
    }
}

span.link-circle.insights-link {
    font-family: 'Verlag Black';
    font-weight: normal;
    border-color: #002d38;
    color:#002d38
}

span.link-circle.insights-link:hover {
    border-color: #256B71;
    color: #256B71;
}

.col-insights {width:200px}

.insights-title {
    font-family: 'Verlag Bold';
    color:#002d38;
    font-size: 18px;
    line-height: 20px;
}

.row.insights-literature {
    border-bottom: 1px solid #85d1da;
}



.row.insights-literature .col-insights {
    font-family: 'Verlag Black';
    text-transform: uppercase;
    color:#002d38;
}

#series {
    color: #002d38;
    border-radius: 20px;
    border: 2px solid #002d38;
    font-variant-numeric: lining-nums;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    min-width: 190px;
}

video {
    outline: none;
}

/*Footer newsletter signup */
div.row.newsletter-signup {
    padding-top:60px;
}

img.newsletter-signup{
   margin:12px 0 20px 0;
}
div.newsletter-signup-label {
    font-family: 'Verlag Black';
    font-size:18px;
    text-transform: uppercase;
    line-height: 24px;
    padding-bottom:17px;
    max-width: 335px;
}

input.newsletter-signup-field {
    background: transparent;
    color: white;
    padding: 12px;
    border: 1px solid #eced90;
    width: 100%;
}

input.newsletter-signup-field::placeholder{
    color:#fff;
} 

input.newsletter-signup-button {
    background-color: transparent;
    background-image: url(/styles/icon_arrow.svg);
    background-size:cover;
    width:30px; 
    height:30px;
    vertical-align: middle;
    display: inline-block;
    border:none;
    position: relative;
    bottom:2px;
}

.row.insights-literature:last-child {
    border-bottom:none;
}

/* Slides */

.slide {
    position: relative;
}

.slide-content {
    min-height: 100vh;
    padding-top: 7.5rem !important;
    padding-bottom: 10rem !important;
}

.slide-footer {
    position: absolute;
    bottom: 2rem;
}

.slide-footer .buttons img, .slide-footer .buttons svg {
    height: 30px;
    margin-bottom: 1rem;
    transition: height ease 0.2s, margin ease 0.2s;
}

.slide-footer .buttons a {
    font-family: 'Verlag Black';
    color: white;
    line-height: 1rem;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.slide-footer .buttons a:hover img, .slide-footer .buttons a:hover svg {
    height: 38px;
    margin-top: -4px;
    margin-bottom: calc(1rem - 4px);
}

.slide-footer .slogan {
    font-family: 'Verlag Bold';
    font-size: 0.875rem;
    margin-left: 0.5rem;
}

.panel-content {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}


/* Slide Themes */

.dark-blue { color: white; background-color: #002D38; }
.dark-blue h1 { font-family: 'Verlag Book', Lato, sans-serif; color: #eced90; font-size: 50px; margin-bottom: 2rem; }
.dark-blue p { color: white; font-size: 16px; }
.dark-blue .slogan { color: #ECED90; }
.dark-blue .buttons a { color: white; }

.dark-blue.large h1 { font-family: 'Verlag Black', Lato, sans-serif; font-size: 50px; font-weight: normal; margin-bottom: 2rem; }
.dark-blue.large p { font-size: 24px; }

.dark-blue .company-info { background: #27535E; }
.dark-blue .company-info h1 { color: white; }
.dark-blue .company.selected::after { border-bottom-color: #27535E; }
@media (min-width: 768px) { .dark-blue .company-info { height: 237px; } }
@media (min-width: 992px) { .dark-blue .company-info { height: 213px; } }

.dark-blue h2 { font-family: 'Verlag Book', Lato, sans-serif; color: #eced90; font-size: 36px; margin-bottom: 2rem; }
.dark-blue h3 { font-family: 'Verlag Black', Lato, sans-serif; font-size: 24px; background: white; color: #256B71; text-transform: uppercase;  }
.dark-blue h4 { font-family: 'Verlag Black', Lato, sans-serif; font-size: 16px; }



.dark-blue .form-switch .form-check-input { height: 1.5em; width: 2.5em; margin-left: -2.5em; margin-right: .75em; background-color: transparent; border-color: white; border-width: 2px; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e"); }
.dark-blue .form-switch .form-check-input:focus { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e"); }
.dark-blue .form-switch label { font-weight: bold; font-size: 20px; }

.dark-blue .switch-yellow label { color: #ECED90; }
.dark-blue .switch-yellow.form-switch .form-check-input:checked { background-color: #ECED90; border-color: #ECED90; }
.dark-blue .switch-yellow.form-switch .form-check-input:focus { border-color: #ECED9099; box-shadow: 0 0 0 0.2rem #ECED9033; }

.dark-blue .switch-blue label { color: #85D1DA; }
.dark-blue .switch-blue.form-switch .form-check-input:checked { background-color: #85D1DA; border-color: #85D1DA; }
.dark-blue .switch-blue.form-switch .form-check-input:focus { border-color: #85D1DA99; box-shadow: 0 0 0 0.2rem #85D1DA33; }




.light-blue { color: #002D38; background-color: #85D1DA; }
.light-blue h1 { font-family: 'Verlag Book'; color: #002D38; font-size: 50px; margin-bottom: 2rem; }
.light-blue h2 { color: #256B71; font-size: 36px; }
.light-blue .tile { background-color: #ABF7FF; padding: 1.875rem; padding-bottom: 4rem; position: relative; transition: background-color ease-out 0.25s; }
.light-blue .tile:hover { background-color: #ECED90 }
.light-blue .tile h1 { font-family: 'Verlag Black'; font-size: 24px; font-weight: 900; text-transform: uppercase; margin-bottom: 1.25rem; }
.light-blue .tile a { font-family: 'Verlag Black'; position: absolute; bottom: 1.875rem; text-transform: uppercase; font-size: 14px; }
.light-blue .tile a svg { margin-right: 0.5rem; }
.light-blue .tile a svg path { fill: #002d38; }
.light-blue .tile a:hover svg path { fill: #256B71; }
.light-blue .tile a span { line-height: 16px; vertical-align: bottom; }
.light-blue .spectrum .item .triangle { border-right-color: #ABF7FF; }
.light-blue .highlight-bond.spectrum .item.group-bond .triangle,
.light-blue .highlight-buffer.spectrum .item.group-buffer .triangle,
.light-blue .highlight-stacked.spectrum .item.group-stacked .triangle { border-right-color: #ECED90 }
.light-blue .slogan { color: #002D38; }
.light-blue .buttons a { color: #002D38; }

.teal-theme { color: white; background-color: #256B71; }
.teal-theme h1 { font-family: 'Verlag Book'; color: #ECED90; font-size: 50px; margin-bottom: 2rem; }
.teal-theme h2 { font-family: 'Verlag Book'; color: #ECED90; font-size: 36px; margin-bottom: 2rem; }
.teal-theme h3 { font-family: 'Verlag Black', Lato, sans-serif; color: #ECED90; font-size: 24px; margin-bottom: 2rem; text-transform: uppercase; }
.teal-theme h4 { font-family: 'Verlag Black', Lato, sans-serif; font-size: 16px; background: #002D38; color: white; text-transform: uppercase; text-align: center; padding: 0.5rem; }
.teal-theme .table { color: white; }
.teal-theme .table th { text-transform: uppercase; text-align: center; }
.teal-theme .table th:nth-of-type(2) { color: #ECED90; }
.teal-theme .table td:not(:first-of-type) { text-align: center; }
.teal-theme .table td:nth-of-type(2) .tick { background-color: #ECED90; }
.teal-theme .table > :not(:last-child) > :last-child > * { border-bottom-color: white; }
.teal-theme .quote, .teal-theme .quote-simple { background-color: #4B9197; color: white; }
.teal-theme .quote::after { border-top-color: #4b9197; }
.teal-theme .quote-simple::before { border-bottom-color: #4b9197; }
@media (min-width: 768px) { .teal-theme .quote { height: 256px; } }
@media (min-width: 992px) { .teal-theme .quote { height: 184px; } }
.teal-theme .slogan { color: #ECED90; }
.teal-theme .buttons a { color: white; }


.white-theme { color: #002D38; background-color: white; }
.white-theme h1 { font-family: 'Verlag Book'; color: #002D38; font-size: 50px; margin-bottom: 2rem; }
.white-theme .tile { background-color: #ABF7FF; padding: 1.875rem; padding-bottom: 4rem; height: 100%; position: relative; transition: background-color ease-out 0.25s; }
.white-theme .tile:hover { background-color: #ECED90 }
.white-theme .tile h1 { font-family: 'Verlag Book'; font-size: 24px; font-weight: 900; text-transform: uppercase; margin-bottom: 1.25rem; }
.white-theme .tile a { font-family: 'Verlag Black'; position: absolute; bottom: 1.875rem; text-transform: uppercase; font-size: 14px; }
.white-theme .tile a img { margin-right: 0.5rem; }
.white-theme .tile a span { line-height: 16px; vertical-align: bottom; }
.white-theme .spectrum .item .triangle { border-right-color: #ABF7FF; }
.white-theme .highlight-bond.spectrum .item.group-bond .triangle,
.white-theme .highlight-buffer.spectrum .item.group-buffer .triangle,
.white-theme .highlight-stacked.spectrum .item.group-stacked .triangle { border-right-color: #ECED90 }
.white-theme .slogan { color: #002D38; }
.white-theme .buttons a { color: #002D38; }

.yellow-theme { color: #002D38; background-color: #ECED90; }
.yellow-theme h1 { font-family: 'Verlag Book'; color: #256B71; font-size: 50px; margin-bottom: 2rem; }
.yellow-theme h2 { font-family: 'Verlag Book'; color: #256B71; font-size: 36px; margin-bottom: 2rem; }
.yellow-theme h3 { font-family: 'Verlag Black'; color: #256B71; font-size: 24px; margin-bottom: 2rem; }
.yellow-theme .tile { position: relative; background-color: #FFFFB6; height: 22rem; margin: 1rem 0; }
.yellow-theme .tile h1 { font-family: 'Verlag Black'; font-size: 20px; font-weight: 900; text-transform: uppercase; text-align: center; color: #002D38; padding: 0 2rem; padding-top: 2.5rem;  }
.yellow-theme .tile p { font-size: 20px; text-align: center; padding: 0 2rem; width: 100%; line-height: 1.25; }
.yellow-theme .tile .insight { position: absolute; width: 100%; bottom: 2.5rem; text-align: center; }
.yellow-theme .tile .insight a { font-family: 'Verlag Black'; text-transform: uppercase; font-size: 14px; }
.yellow-theme .tile .insight a img, .yellow-theme .tile .insight a svg  { margin-right: 0.5rem; }
.yellow-theme .tile .insight a:hover svg .dl { fill: #256b71; }
.yellow-theme .tile .insight a span { line-height: 16px; vertical-align: middle; }

@media screen and (min-width: 768px) {
    .yellow-theme .tile { transition: background-color ease-out 0.25s; height: 18rem; }
    .yellow-theme .tile:hover { background-color: #85d1da; }
    .yellow-theme .tile h1 { transition: opacity ease 0.3s; position: absolute; top: 0; width: 100%; }
    .yellow-theme .tile:hover h1 { opacity: 0; }
    .yellow-theme .tile p {  opacity: 0; transition: opacity ease 0.3s; position: absolute; top: 2.5rem; }
    .yellow-theme .tile:hover p { opacity: 1; }
}

@media screen and (min-width: 992px) {
    .yellow-theme .tile h1 { font-size: 24px; }
    .yellow-theme .tile p { font-size: 24px; }
}

/* Spectrum */

.spectrum {
    position: relative;
    height: 280px;
}

.spectrum .item {
    position: absolute;
    bottom: 0;
    width: 280px;
    height: 30px;
    transform-origin: 15px 15px;
    transform: rotate(-90deg);
}

.spectrum .item .triangle {
    display: inline-block;
    width: 0; 
    height: 0; 
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent; 
    border-right:18px solid black;
    margin-right: 10px;
    vertical-align: middle;
    transition: border-right-color ease-out 0.25s;
}

.spectrum .item span span {
    vertical-align: middle;
    font-weight: bold;
    font-size: 18px;
}

.spectrum-line {
    background: black;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    position: relative;
}

.spectrum-line .left-triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 9px solid black;
    position: absolute;
    left: -3px;
    top: -4px;
}

.spectrum-line .right-triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid black;
    position: absolute;
    right: -3px;
    top: -4px;
}

.spectrum-labels { font-size: 1.5rem; }


/* Tick */

.tick {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 8px;
}


/* Large Ordered List */

.large-ol {
    list-style: none;
    counter-reset: large-counter;
    padding-left: 50px;
}

.large-ol li {
    counter-increment: large-counter;
    position: relative;
    margin-bottom: 0.75rem;
    line-height: 32px;
}

.large-ol li::before {
    content: counter(large-counter);
    color: #1e3138;
    text-align: center;
    font-family: 'Verlag Black';
    
    position: absolute;
    background-color: #f0ee91;
    border-radius: 50%;
    --size: 32px;
    left: calc(-1 * var(--size) - 20px);
    line-height: calc(var(--size) + 2px);
    width: var(--size);
    height: var(--size);
    top: 0;
}


/* Quotes */

.quotes { margin: 4rem -1rem 0 -1rem; }

.quote {
    padding: 2rem;
    margin: 0 1rem;
    margin-bottom: 20px;
    position: relative;
    background-color: black;
}

.quote::after {
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid black;
    position: absolute;
    bottom: -20px;
    content: ' ';
}

.quote-simple {
    padding: 2rem;
    margin-top: 40px;
    position: relative;
    background-color: black;
}

.quote-simple::before {
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid black;
    position: absolute;
    top: -20px;
    left: calc(50% - 15px);
    content: ' ';
}

.carousel-inner .carousel-item-right.active, .carousel-inner .carousel-item-next { transform: translateX(33.33%); }
.carousel-inner .carousel-item-left.active, .carousel-inner .carousel-item-prev { transform: translateX(-33.33%) }
.carousel-inner .carousel-item-right, .carousel-inner .carousel-item-left { transform: translateX(0); }
.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev { display: flex; }
.carousel-control-prev { left: -2rem; width: 50px; }
.carousel-control-next { right: -2rem; width: 50px; }


/* Companies */

.companies { margin-top: 4rem; }

.company {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 50px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.company.selected::after {
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid black;
    position: absolute;
    bottom: -50px;
    left: calc(50% - 15px);
    content: ' ';
}

.company-info { display: none; background: black; padding: 2rem; }
.company-info h1 { font-size: 18px; margin-bottom: 1rem; text-transform: uppercase; font-family: 'Verlag Black' }
.company-info p { font-size: 16px; }
.company-info.active { display: block; }
@media (max-width: 767px) { .company img { max-width: 50%; } }
@media (min-width: 768px) and (max-width: 991px) { .company { padding-left: 1rem; padding-right: 1rem; } }

.slide-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 2000;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slide-nav .slide-nav-icon {
    padding: 4px 10px;
    cursor: pointer;
}

.slide-nav .slide-nav-icon .icon {
    height: 24px;
    width: 2px;
    background: #ECED90cc;
    transition: background-color ease-in 0.2s, width ease-in 0.2s;
    border-radius: 2px;
}

.slide-nav .slide-nav-icon:hover .icon {
    background: #ECED90;
}

.slide-nav .slide-nav-icon.active .icon {
    background: #ECED90;
    width: 4px;
}

.header-buttons { text-align: center; }
.header-buttons a { font-family: 'Verlag Black'; font-size: 1.5rem; text-transform: uppercase; }
.header-buttons .button-image { padding: 0.5rem; }
.header-buttons .button-image img, .header-buttons .button-image svg { width: 120px; max-width: 100%; }
.header-buttons .button-label { display: block; padding: 0.5rem 0; }
.header-buttons a .button-arrow { margin: 0; transition: margin ease 0.2s; }
.header-buttons a:hover .button-arrow { margin-top: 0.25rem; margin-bottom: -0.25rem; }
.header-buttons a:hover svg path { stroke: #256b71; }

.diagram { position: relative; }
.diagram .diagram-slide { position: absolute; width: 100%; transition: opacity ease-in-out 0.4s; }
.diagram .diagram-slide .diagram-image { width: 100%; position: absolute; top: 100px; }

.benefit img { margin: 0 20%; }
.benefit > span { display: block; font-family: 'Verlag Bold', Lato, sans-serif; font-size: 20px; margin-top: 1rem; }
.benefit a { color: #ECED90; font-family: 'Verlag Black'; font-size: 14px; text-transform: uppercase; margin-top: 1rem; display: block; }
.benefit a svg { margin-right: 0.25rem; }
.benefit a svg path { fill: #ECED90; }
.benefit a span { vertical-align: middle; }
.benefit a:hover span { color: white; }
.benefit a:hover svg path { fill: white; }

.suggestion { font-family: 'Verlag Black', Lato, sans-serif; text-align: center; }
.suggestion .number { background-color: #ABF7FF; font-size: 24px; border-radius: 20px; width: 40px; height: 40px; line-height: 40px; margin: 0 auto; }
.suggestion > span { display: block; text-transform: uppercase; font-size: 24px; margin-top: 1rem; }
.suggestion > small { font-family: 'Verlag Book'; }
.suggestion a { color: #256B71; font-family: 'Verlag Black'; font-size: 14px; text-transform: uppercase; margin-top: 1rem; display: block; }
.suggestion a svg { margin-right: 0.25rem; }
.suggestion a svg path { fill: #256B71; }
.suggestion a span { vertical-align: middle; }
.suggestion a:hover span { color: #ECED90; }
.suggestion a:hover svg path { fill: #ECED90; }

.scroll-to-top { position: fixed; z-index: 2000; bottom: 20px; left: 0; right: 0; transition: opacity ease 0.5s; }
.scroll-to-top .row { height: 0px; margin-top: -44px; }
#HelpInfoBtn { position: fixed; border-radius: 10px; right: 20px; bottom: 20px; background-color: #0062cc; border-color: #005cbf; border-radius: 30px; width: 130px; font-family: 'Verlag Bold'; }
//#HelpInfoBtn::before { content: "\003F"; padding-right: 10px; }