/* header, footer and common items in here */

/* ibm-plex-sans-300 - latin */
/* local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), */
/* @font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/ibm-plex-sans-v4-latin-300.eot');
  src: url('../fonts/ibm-plex-sans-v4-latin-300.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ibm-plex-sans-v4-latin-300.woff2') format('woff2'),
       url('../fonts/ibm-plex-sans-v4-latin-300.woff') format('woff'),
       url('../fonts/ibm-plex-sans-v4-latin-300.ttf') format('truetype'),
       url('../fonts/ibm-plex-sans-v4-latin-300.svg#IBMPlexSans') format('svg'); 
} */
/* ibm-plex-sans-regular - latin */
/* local('IBM Plex Sans'), local('IBMPlexSans'),  */
@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ibm-plex-sans-v4-latin-regular.eot');
    src: url('../fonts/ibm-plex-sans-v4-latin-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ibm-plex-sans-v4-latin-regular.woff2') format('woff2'),
         url('../fonts/ibm-plex-sans-v4-latin-regular.woff') format('woff'),
         url('../fonts/ibm-plex-sans-v4-latin-regular.ttf') format('truetype'),
         url('../fonts/ibm-plex-sans-v4-latin-regular.svg#IBMPlexSans') format('svg');
  }
/* ibm-plex-sans-600 - latin */
/* local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'),  */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/ibm-plex-sans-v4-latin-600.eot');
  src: url('../fonts/ibm-plex-sans-v4-latin-600.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ibm-plex-sans-v4-latin-600.woff2') format('woff2'),
       url('../fonts/ibm-plex-sans-v4-latin-600.woff') format('woff'),
       url('../fonts/ibm-plex-sans-v4-latin-600.ttf') format('truetype'),
       url('../fonts/ibm-plex-sans-v4-latin-600.svg#IBMPlexSans') format('svg');
}

/* ibm-plex-mono-300 - latin */
/* local('IBM Plex Mono Light'), local('IBMPlexMono-Light'),  */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/ibm-plex-mono-v4-latin-300.eot');
  src: url('../fonts/ibm-plex-mono-v4-latin-300.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ibm-plex-mono-v4-latin-300.woff2') format('woff2'),
       url('../fonts/ibm-plex-mono-v4-latin-300.woff') format('woff'),
       url('../fonts/ibm-plex-mono-v4-latin-300.ttf') format('truetype'),
       url('../fonts/ibm-plex-mono-v4-latin-300.svg#IBMPlexMono') format('svg');
}
/* ibm-plex-mono-regular - latin */
@font-face {
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ibm-plex-mono-v4-latin-regular.eot');
    src: local('IBM Plex Mono'), local('IBMPlexMono'),
         url('../fonts/ibm-plex-mono-v4-latin-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ibm-plex-mono-v4-latin-regular.woff2') format('woff2'),
         url('../fonts/ibm-plex-mono-v4-latin-regular.woff') format('woff'), 
         url('../fonts/ibm-plex-mono-v4-latin-regular.ttf') format('truetype'),
         url('../fonts/ibm-plex-mono-v4-latin-regular.svg#IBMPlexMono') format('svg');
  }
/* ibm-plex-mono-600 - latin */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/ibm-plex-mono-v4-latin-600.eot');
  src: local('IBM Plex Mono SemiBold'), local('IBMPlexMono-SemiBold'),
       url('../fonts/ibm-plex-mono-v4-latin-600.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ibm-plex-mono-v4-latin-600.woff2') format('woff2'),
       url('../fonts/ibm-plex-mono-v4-latin-600.woff') format('woff'),
       url('../fonts/ibm-plex-mono-v4-latin-600.ttf') format('truetype'),
       url('../fonts/ibm-plex-mono-v4-latin-600.svg#IBMPlexMono') format('svg');
}


* {
    -webkit-font-smoothing: antialiased;
}
a {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #13a538;
}
a:hover {
    color: #13a538;
}

html, body {
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 16px;
}
/* @media (min-width: 768px) {
    html {
        overflow-x: visible;
    }
    body {
        overflow-x: hidden;
    }
} */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'IBM Plex Mono';
    font-weight: 600;
}
strong, b, .strong, .bold {
    font-weight: 600;
}
p {
    margin-bottom: 1em;
}

/* HEADER AND MENU */
a.am-menu {
    display: inline-block;
    width:40px;
    height:70px;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    padding-top: 20px;
}
a#mobsearch {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    padding-top: 12px;
}
a.am-menu span {
    content: '';
    position: relative;
    display: inline-block;
    width: 35px;
    height: 1px;
    color:#bec3c7;
    font:bold 14px/.4 Helvetica, Arial;
    text-transform: uppercase;
    text-indent:-55px;
    background: #FFF;
    background: rgba(255,255,255,0);
    transition:all .2s ease-out;
    margin-right: 10px;
}
a.am-menu span::before, a.am-menu span::after {
    content:'';
    width: 35px;
    height: 4px;
    background: #bec3c7;
    position: absolute;
    left: 8px;
    transition:all .2s ease-out;
    border-radius: 2.5px;
}
a.am-menu span::before {
    top: -7px;
}
a.am-menu span::after {
    bottom: -5px;
}
a.am-menu:hover span::before {
    top: -7px;
}
a.am-menu:hover span::after {
    bottom: -7px;
}
.am-search-open,
.am-menu-open {
    overflow: hidden;
}
.am-search-open body {
    overflow: hidden;
}
.am-search-open a.am-menu span,
.am-menu-open a.am-menu span {
    background: #34373c;
    background: rgba(52,55,60,0);
}
.am-search-open a.am-menu span::before,
.am-menu-open a.am-menu span::before {
    top:-1px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.am-search-open a.am-menu span::after,
.am-menu-open a.am-menu span::after {
    bottom:-2px;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}


/* Button placement */
a.am-menu{
    position: fixed;
    z-index: 1000;
    right: auto;
    left: 15px;
    top: 10px;
    width: 50px;
    height: 50px;
}
a#mobsearch {
    position: fixed;
    z-index: 1000;
    right: 15px;
    left: auto;
    top: 10px;
    width: 40px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}


header#top {
    height: 96px;
    border-bottom: 6px solid rgba(0,0,0,0.1);
    z-index: 2;
    position: relative;
    overflow: hidden;
}

body>section:first-of-type {
    margin-top: -6px;
}

header nav div.dropdown {
    /* display: none; */
    display: block;
    opacity: 0;
    pointer-events: none;

    transform: translateX(110%);
    transition: transform 200ms ease-in-out, opacity 200ms ease-in-out;
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

header #logo {
    display: block;
    width: 200px;
    margin: 8px auto 0;
    text-align: center;
    line-height: 80px;
    z-index: 90;
    position: relative;
    /* transition: all 200ms linear; */
    text-decoration: none;
    color: #1B1B1B;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
header #logo svg {
    display: block;
    margin: 0 auto 4px;
    width: 48px;
    height: 39px;
    /* height: auto; */
}
header #logo span {
    display: block;
    text-align: center;
    letter-spacing: -0.04em;
    line-height: 1.092em;
}
header #logo strong {
    display: block;
}
.am-search-open header #logo ,
.am-menu-open header #logo {
    color: #FFF;
    position: fixed;
}

header nav {
    visibility: hidden;
    position: relative;
}
header nav ul,
header nav li {
    color: #FFF;
    list-style: none;
    padding: 0;
    margin: 0;
}
header nav a {
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 48px;
    display: inline-block;
    margin: 4px auto;
    text-decoration: none;
}
.ios header nav a {
    text-decoration: none !important;
}
.android header nav a {
    text-decoration: none !important;
}
header nav a:hover {
    color: #FFF;
    text-decoration: underline;
}

.vimeo-embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.vimeo-embed-container iframe, .vimeo-embed-container object, .vimeo-embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

header nav a.parent::after {
    content: ' >';
    display: inline;
    display: none;
}
header nav a.parent::before {
    content: '>';
    display: block;
    float: right;
    padding-left: 5px;
}
.am-search-open body>*,
.am-menu-open body>* {
    position: fixed;
    z-index: 1;
}
.am-search-open body>header#top,
.am-menu-open body>header#top {
    overflow: initial;
    z-index: 10;
    height: 100vh;
}
.am-search-open body>#ammenu,
.am-menu-open body>#ammenu {
    z-index: 100;
}
.am-search-open body>#mobsearch,
.am-menu-open body>#mobsearch {
    z-index: 100;
}
.am-search-open #hsearchform {
}
.am-menu-open header nav {
	visibility: visible;
    background-color: rgba(52,55,60,1);
    z-index: 900;
    overflow-x: hidden;
    overflow-y: auto;
    /* transition: all 200ms linear; */
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 70px 0 15px 0;
    -webkit-overflow-scrolling: touch
}

.am-menu-open header nav ul.top {
    overflow: visible;
}
/* .am-menu-open header nav div.dropdown {
    overflow-x: hidden;
    overflow-y: auto;
} */
.am-menu-open header nav>ul,
header nav .open>div.dropdown {
    position: absolute;
    background-color: rgba(52,55,60,1);
    z-index: 100;
    position: absolute;
    top: 70px;
    left: 30px;
    right: 15px;
    /* bottom: 0; */
    padding: 0;
}
header nav .open>div.dropdown {
    left: 0;
    right: 0;
    top: 0;
    pointer-events: all;
    opacity: 1;
    transform: translateX(0%);
}
header nav ul.top {
    padding-top: 75px;
}
header nav ul li {
    transition: opacity 150ms ease-in-out;
}
header nav ul li.open ~ li {
    opacity: 0;
    pointer-events: none;
}
header nav ul.top .nav-back-btn {
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 60px;
    text-transform: lowercase;
    margin: 10px 0 5px;
}
div.dropdown li>strong {
    display: inline-block;
    padding: 32px 0 8px;

    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 48px;
}

header nav li.search {
    display: none;
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    .am-search-open body {
        overflow: initial;
    }
    header nav ul.top {
        padding-top: 0;
    }
    header nav ul li.open ~ li {
        opacity: 1;
        pointer-events: none;
    }
    .nav-back-btn, 
    a.am-menu,
    #mobsearch {
        display: none !important;
    }
    header nav li.search {
        display: inline-block;
        padding-left: 15px;
    }
    header nav li.search svg {
        display: inline-block;
        vertical-align: text-bottom;
    }
    header nav li.search svg.ready-arrow {
        display: none;
        transform: translate3d(7px, 4px, 0);
    }
    .am-d-search-open header nav li.search svg {
        display: none;
    }
    .am-d-search-open header nav li.search svg.ready-arrow {
        display: inline-block;
    }
    header nav li.search svg rect {
        transition: fill 200ms linear;
    }
    header nav li.search svg path {
        transition: fill 200ms linear;
    }
    header nav li.search svg circle {
        transition: stroke 200ms linear;
    }
    header nav li.search a:hover svg rect {
        fill: #1EB300;
    }
    header nav li.search a:hover svg path {
        fill: #1EB300;
    }
    header nav li.search a:hover svg circle {
        stroke: #1EB300;
    }
    header#top {
        overflow: visible;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 80;
    }
    header:before {
        content: '';
        z-index: 1;
        height: 80px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #FFFFFF;
    }
    header#top {
        height: 90px;
        border-bottom-width: 10px;
    }
    body>section:first-of-type {
        margin: 0;
    }
    header #logo {
        overflow: auto;
        padding: 15px 0 0;
        width: auto;
    }
    header #logo svg {
        width: 62px;
        height: 50px;
        margin: 0 10px 0 0;
        float: left;
    }
    header #logo span {
        float: left;
        font-size: 19px;
        line-height: 50px;
    }
    header #logo strong {
        display: inline;
    }
    body {
        padding-top: 80px;
    }
    .header-container {
        position: relative;
        z-index: 2;
    }
    header #logo {
        margin: 0;
        text-align: left;
        position: relative;
        left: auto;
        transform: translateX(0);
        float: left;
    }
    header nav {
        position: initial;
    }
    .am-menu-open header nav,
    header nav {
        visibility: visible;
        float: right;
        overflow: visible;
    }
    .am-menu-open header nav {
        background-color: transparent;
        position: initial;
        top: initial;
        left: initial;
        right: initial;
        bottom: initial;
        padding: initial;
    }
    header nav>ul >li>a {
        line-height: 80px;
        position: relative;
    }
    header nav a.parent::before {
        display: none;
    }
    header nav>ul>li>a.active,
    header nav>ul>li.open>a,
    header nav>ul>li:hover>a,
    header nav>ul>li>a:hover {
        color: #1EB300;
        /* font-weight: 600; */
        text-decoration: none;
    }
    .not-ios header nav>ul>li.open>a.product-parent:before,
    .not-ios header nav>ul>li:hover>a.product-parent:before {
        content: ' ';
        display: block;
        background: transparent;
        position: absolute;
        right: 100%;
        width: 500px;
        height: 100px;
    }
    header nav div.dropdown a {
        /* text-decoration: underline; */
    }
    header nav div.dropdown a:hover {
        text-decoration: none;
    }
    header nav div.dropdown a.prodcat-parent,
    header nav div.dropdown a.prodcat-parent:hover {
        cursor: initial;
        font-family: 'IBM Plex Mono';
        font-weight: 400;
        font-size: 22px;
        color: #AFAFAF;
        letter-spacing: 0;
        line-height: 36px;
        text-decoration: none;
        text-transform: lowercase;
    }
    div.dropdown li>strong {
        display: inline-block;
        padding: 2.5em 10px 0;
        font-size: 16px;
        line-height: 24px;
        color: #1B1B1B;
    }
    header nav ul.top>li {
        padding: 0 15px 0 0;
        position: relative;
    }
    header nav ul.top>li:last-child {
        padding: 0;
    }
    header nav li {
        display: inline-block;
        color: #1B1B1B;
    }
    header nav a {
        color: #1B1B1B;
        font-size: 1em;
        line-height: 1.6em;
        display: inline-block;
        margin: 4px auto;
        text-decoration: none;
    }
    header nav ul.top>li>a {
        padding-bottom: 7px;
        margin-top: -1px;
    }
    header nav .dropdown a:hover {
        color: #1EB300;
        /* font-weight: 600; */
        /* text-decoration: none; */
    }
    header nav .dropdown a::after {
        content: ' >';
        display: inline;
    }
    header nav a.parent::after {
        content: '';
        display: none;
    }
    header nav ul.top>li>a.parent::after {
        content: '^ ';
        display: inline-block;
        padding-right: 5px;
        transform: rotate(180deg); 
    }
    .am-menu-open header #logo {
        color: #1B1B1B;
    }
    .am-menu-open header nav>ul,
    header nav .open>div.dropdown {
        position: absolute;
        background-color: transparent;
        z-index: 100;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        padding: 0;
    }
    .am-menu-open header nav>ul {
        position: relative;
    }
    header nav .dropdown a {
        padding: 4px 10px;
        display: block;
    }
    header nav .dropdown li {
        display: block;
    }
    header nav ul.top>li>.dropdown {
        position: absolute;
        margin-top: -10px;
    }
    header nav ul.top>li>.dropdown>ul {
        background-image: linear-gradient(-139deg, #FCFCFC 0%, #E2E2E2 100%);
    }
    header nav ul.top>li>.company-dropdown>ul>li {
        padding: 0 20px;
        overflow: auto;
    }
    header nav ul.top>li>.company-dropdown>ul>li li:first {
        margin-top: 0;
    }
    header nav ul.top>li>.product-dropdown>ul {
        background-image: none;
    }
    header nav ul.top>li>.product-dropdown>ul>li {
        background-image: linear-gradient(-139deg, #FCFCFC 0%, #E2E2E2 100%);
        min-height: 320px;
        padding: 20px;
    }
    /* header nav div.dropdown.open {
        display: none;
    } */
    header nav ul div.dropdown {
        opacity: 0;
        pointer-events: none;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        transform: translateX(0);
    }
    header nav ul.top>li.open div.dropdown,
    header nav ul.top>li:hover div.dropdown {
        /* display: block; */
        opacity: 1;
        pointer-events: all;
    }
    header .product-dropdown {
        left: 50% !important;
        left: calc(50% + 7.5px) !important;
        transform: translateX(-50%) !important;
        width: 990px;
    }
    header .product-dropdown>ul>li {
    }
    header .company-dropdown {
        transform: translateX(-29px) !important;
        width: 200px;
    }
    header .company-dropdown>ul {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header .company-dropdown>ul>li {
        width: 200px;
    }
    header .product-dropdown ul.columns {
        width: 990px;
    }
    header .product-dropdown ul.columns>li {
        width: calc(100% / 3);
        float: left;
    }
    .prodcat-parent {

    }
    header #logo span {
        letter-spacing: -0.04em;
    }
}

@media (min-width: 1200px) {
    header #logo span {
        /* font-size: 31px;
        margin-top: -1px; */
    }
}
/* @media (min-width: 1600px) {
    .header-container {
        max-width: 1600px;
    }
} */


/* FOOTER */

#footer-insights {
    background-color: #34383B;
    color: #EEE;
    border-bottom: 2px solid rgba(255,255,255,0.1);
    text-align: center;
    padding: 30px 0 30px;
}
#footer-insights h2 {
	font-weight: 600;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 28px;
	margin: 0 auto 18px;
}
#footer-insights p {
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 24px;
}
@media (min-width: 768px) {
	#footer-insights h2 {
		font-size: 36px;
		margin: 0 auto 25px;
	}
}
@media (min-width: 992px) {
	#footer-insights {
		padding: 60px 0 60px;
	}
}

footer#legal {
    background-color: #34383B;
    color: #EEE;
    text-align: left;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 14px;
}
footer#legal .container-fluid {
    max-width: 1280px;
}

.footer-buttons {
    padding-top: 45px;
    padding-bottom: 30px;
}
.footer-buttons a {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer-logo {

}
.footer-logo svg {
    display: block;
    margin: 0 auto 5px;
}
.footer-logo strong {
    display: block;
}
.footer-logo span {
    display: block;
    text-align: center;
    font-size: 21.6px;
    letter-spacing: -0.04em;
    line-height: 1.092em;
}

footer#legal .copyright {
    text-align: center;
}
footer#legal a {
    color: #FFF;
    text-decoration: none;
}
footer#legal a:hover {
    text-decoration: underline;
}
footer#legal li a {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 16px;
}
footer#legal ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer#legal li {
	padding-bottom: 16px;
}
footer#legal h4 {
	font-weight: 400;
	font-size: 24px;
	color: #AFAFAF;
	letter-spacing: 0;
	line-height: 36px;
	margin: 0 auto 15px;
}
footer#legal .btn.btn-footer {
	background: transparent;
	border: 2px solid #FFF;
	width: 154px;
	min-width: 154px;
	text-align: center;
	margin: 0 0 20px;
	text-decoration: none !important;
	font-size: 18px;
	line-height: 23px;
}
footer#legal>.container>.row>.col-12 {
	padding-bottom: 40px;
}
.footer-follow-col {
	padding-bottom: 37px;
}
.footer-follow-col em {
	font-style: normal;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 48px;
}
.footer-follow-col a {
	display: inline-block;
}
.footer-follow-col a:nth-of-type(2) {
	padding: 0 30px;
}
.col-mob-center {
	text-align: center;
}

@media (min-width: 768px) {
    footer#legal .copyright {
        text-align: right;
    }
    .footer-buttons {
        padding-top: 15px;
        padding-bottom: 0;
    }
    .footer-buttons a {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
	footer#legal li a {
		font-size: 18px;
		line-height: 18px;
	}
	footer#legal li {
		padding-bottom: 18px;
	}
	.footer-follow-col {
		padding-bottom: 47px;
	}
}
@media (min-width: 992px) {
	.col-mob-center {
		text-align: left;
	}
}



/* Page Content */
section {
    padding: 30px 0;
}
section.page-content {
    padding: 30px 0;
}
section.page-content.inverted {
    background: #3A3B3D;
    color: #FFF;
}

section h1 {
    font-weight: 400;
}
section.page-content h1 {
    font-weight: 300;
    font-size: 48px;
    color: #34383B;
    letter-spacing: 0;
    text-align: center;
    line-height: 52px;
    margin-bottom: 40px;
}
section h2 {
    font-family: 'IBM Plex Sans';
    font-weight: 400;
}
section h3 {
    font-family: 'IBM Plex Sans';
    font-weight: 400;
}
section .btn {
    margin-top: 1em;
    margin-bottom: 1em;
}
.page-content h2 {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 20px;
}
.page-content h3 {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 15px 0 15px;
}

@media (min-width: 768px) {
    .page-content h2  {
        font-size: 28px;
        line-height: 32px;
        margin: 0 0 40px;
    }
    section.page-content {
        padding: 60px 0;
    }
}

section.simple-header {
    min-height: 180px;
    background: #35383B;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    position: relative;
}
section.simple-header>h1 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;

    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-size: 36px;
    position: relative;
}
@media (min-width: 768px) {
	section.simple-header>h1 {
		font-size: 48px;
		font-size: 48px;
	}
}
section.simple-header>.long-header {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;

    font-weight: 600;
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 82px;
    position: relative;
    font-weight: 600;
}
section.simple-header>.long-header h1 {
    font-weight: 600;
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 48px;
    position: relative;
    width: 100%;
}
section.simple-header>.long-header h2 {
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 48px;
    font-weight: 400;
    font-family: 'IBM Plex Mono';
    width: 100%;
}
section.simple-header .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
}
section.simple-header .bg.preloadbg {
    opacity: 0;
    transition: opacity linear 360ms;
}
section.simple-header .bg.preloadbg.loaded {
    opacity: 1;
}

.am-latest {
    background: #e9efef;
    padding: 70px 0;
}
.am-latest .col-12 {
    position: relative;
}
.am-latest h3 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #1B1B1B;
    letter-spacing: 0;
}
.am-latest p {
    font-size: 16px;
    line-height: 24px;
}

.am-latest .image {
    margin: 0 0 20px;
    border: 0px dashed transparent;
    min-height: 120px;
    max-height: 120px;
    display: block;
}

/*
.am-trusted .btn {
    margin-top: 30px;
}
.carriers-container {
    overflow-y: visible;
    position: relative;
    height: 100px;
    width: 100%;
}
.carriers-inner-container {
    animation: marquee 20s linear infinite;
}
.carriers-inner-container:hover {
    animation-play-state: paused;
}
.am-trusted .carriers {
    height: 100px;
    width: 1600px;
    position: absolute;
    top: 0;
    left: 0;
}
.am-trusted .carriers.duplicate {
    top: 0;
    left: 1600px;
}
.am-trusted .carrier {
    display: block;
    float: left;
    height: 100px;
    margin-right: 60px;
}
.am-trusted .carrier:hover {
    transform: scale(1.2);
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-1600px); }
}
*/

.am-difference {
    background-image: linear-gradient(-184deg, #000000 0%, #35383B 100%);   
    color: #ffffff;
}
.am-difference .row .col-12 {
    margin-top: 60px;
}
.am-difference .btn {
    margin-bottom: 30px;
}
.am-difference h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.am-trusted {
    padding: 70px 0 40px;
}
.am-trusted .container {
    overflow: hidden;
}
.am-trusted h2 {
    margin-bottom: 30px;
    font-size: 36px;
}
.am-trusted .btn {
    margin-top: 15px;
}

.client-container {

}
.client-container img {
    height: 60px;
    width: auto;
    display: inline-block;
    margin: 0 5px 15px; 
}
.client-container img:first-child {
    margin-left: 0;
}
.client-container img:last-child {
    margin-right: 0;
}
@media (min-width: 992px) {
    .client-container img {
        height: 80px;
        margin: 0 5px 30px; 
    }
    .am-trusted .btn {
        margin-top: 0;
    }
}
@media (min-width: 1200px) {
    .client-container img {
        height: 94px;
        margin: 0 10px 30px; 
    }
}
@media (min-width: 1400px) {
    .client-container img {
        height: 100px;
        margin: 0 17px 30px; 
    }
}


.icon-left {
    padding-left: 105px;
    position: relative;
}
.icon-left svg {
    position: absolute;
    top: 5px;
    left: 15px;
    display: block;
}
.icon-left g,
.icon-left path {
    stroke: #FFFFFF;
}

.am-latest h2 {
    margin-bottom: 55px;
    font-size: 36px;
}

.am-latest .image {
    margin: 0 0 20px;
    border: 0px dashed transparent;
    min-height: 120px;
    max-height: 120px;

    background: #E9EEEF;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.am-latest .image .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
}
.am-latest .image {
    height: 0;
    padding-top: 60%;
}
.am-latest .image .bg.preloadbg {
    opacity: 0;
    transition: opacity linear 360ms;
}
.am-latest .image .bg.preloadbg.loaded {
    opacity: 1;
}



/* MISC ITEMS */
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}

.btn {
    display: inline-block;
    border: 2px solid #1EB300;
    background: #1EB300;
    margin: 0 10px 12px;
    box-shadow: none;
    border-radius: 100px;
    height: 40px;
    line-height: 23px;
    padding: 6px 17px;
    color: #FFFFFF;
    font-size: 16px;
    min-width: 215px;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
}
.btn:hover,
.btn:active,
.btn:focus {
    opacity: 0.9;
    color: #FFFFFF;
    text-decoration: none;
}

.btn-follow {
    display: inline-block;
    border: 2px solid #FFFFFF;
    margin: 0 10px 12px;
    box-shadow: none;
    border-radius: 100px;
    width: 215px;
    height: 40px;
    line-height: 26px;
    padding: 6px 12px;
    color: #FFFFFF;
    font-size: 16px;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-follow:hover {
    color: #FFF;
    text-decoration: none;
}
.btn-follow svg {
    display: inline-block;
    vertical-align: text-top;
    margin-right: 8px;
}
.btn-twitter {
    border: 2px solid #00BDEF;
}
.btn-linkedin {
    border: 2px solid #0072B5;
}
.btn-twitter:hover {
    background-color: #00BDEF;
}
.btn-linkedin:hover {
    background-color: #0072B5;
}
.btn-twitter path.thefill {
    fill: #1DA1F2;
    fill: #FFFFFF;
    transition: fill 0.2s linear;
}
.btn-twitter:hover path.thefill {
    fill: #FFFFFF;
}


.collapsable {
    overflow: hidden;
    transition: height 300ms ease-out;
}
.collapsable>.container {
    overflow: hidden;
}
.collapsable.collapsed {
}
.btn.collapsable.collapsed {
    padding: 0;
    border: 0;
}

.text-left  {
    text-align: left;
}
.text-center  {
    text-align: center;
}
.text-right  {
    text-align: right;
}
.text-justify  {
    text-align: justify;
}

.no-top-padding
section.no-top-padding {
    padding-top: 0;
}

.hidden {
    display: none;
}

img.preload {
    transition: opacity 360ms linear;
}
img.loaded {
    opacity: 1 !important;
}

a.cta {
    display: inline-block;
    font-weight: 600;
}
a.cta:before {
    content: '>';
    float: right;
    padding-left: 3px;
    display: inline-block;
}
a.secondary {
    color: #00BDFF;
}

a.cta.long {
    text-decoration: none !important;
}
a.cta.long span {

}
a.cta.long:hover span {
    text-decoration: underline;
}
a.cta.long:before {
    content: '';
    display: none;
}


.contact-footer {
    background: #E9EEEF;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 100px 0;

    font-size: 18px;
    letter-spacing: 0;
    line-height: 36px;

    position: relative;
}
.contact-footer a {
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
}
.contact-footer a:hover {
    text-decoration: none;
}
.contact-footer .container {
    position: relative;
}

.contact-footer .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
}
.contact-footer .bg.preloadbg {
    opacity: 0;
    transition: opacity linear 360ms;
}
.contact-footer .bg.preloadbg.loaded {
    opacity: 1;
}


section.pagination-section {
    padding-top: 0;
    margin-top: -30px;
}
.pagination {
    padding: 30px 0 0;
}
.pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pagination li {
    display: inline-block;
    margin-right: 8px;
}
.pagination a {
    text-decoration: none;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
    background: #4A4A4A;
    border-radius: 20px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
}
.pagination li.active a {
    background: #1EB300;
}



/* LEGAL STYLES */

section.legal {
    font-size: 14px;
    line-height: 22px;
}
.legal-titles {}
.legal-titles h1 {
    margin: 30px 0 8px;
}
.legal-titles h2 {
    color: #959da6;
    margin: 8px 0 30px;
}
.legal h3 {
    position: relative;
}
.section-marker {
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 50%;
}
@media (min-width: 992px) {
    .section-marker {
        top: -90px;
    }
}

@media (min-width: 768px) and (min-height: 615px) {
    section.legal .side-nav {
        position: -webkit-sticky;
        position: sticky;
        top: 15px;
        left: 0;
        align-self: flex-start;
    }
}
@media (min-width: 992px) {
    section.legal .side-nav {
        position: relative;
        top: 0;
    }
}
@media (min-width: 992px) and (min-height: 700px) {
    section.legal .side-nav {
        position: -webkit-sticky;
        position: sticky;
        top: 105px;
    }
}



section.big-intro {
    padding: 30px 15px 30px;
    background: #E9EEEF;
}
section.big-intro .intro {
    font-size: 18px;
    color: #34383B;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
}
section.big-intro .links {
    /* font-family: 'IBM Plex Mono'; */
    font-size: 18px;
    color: #34383B;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    /* padding-top: 22px; */
}
section.big-intro.blog .links {
    font-size: 14px;
    line-height: 32px;
}
section.big-intro.blog .links a {
    white-space: nowrap;
}
section.big-intro.blog h5 {
    font-weight: 300;
    font-size: 18px;
    color: #34383B;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
}
section.big-intro .links a {
    /* font-weight: 600; */
    /* text-decoration: underline; */
    /* color: inherit; */
}
section.big-intro .links a:hover,
section.big-intro .links a:focus,
section.big-intro .links a:active {
    text-decoration: none;
}
@media(min-width: 768px) {
    section.big-intro .intro {
        font-size: 24px;
        line-height: 36px;
    }
}

.max320 {
    min-width: 320px;
    overflow: scroll;
}


#CookieNotification {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    line-height: 20px;
    z-index: 200;
    background: #7ECA59 linear-gradient(-45deg, #7ECA59 0%, #65E1EC 100%);
    padding: 15px 0;
    display: none;
    pointer-events: none;
    opacity: 0;
    transform: scale(0);
    transform-origin: bottom center;
    transition: all 300ms linear;
}
#CookieNotification.active {
    display: block;
    pointer-events: all;
    opacity: 1;
    transform: scale(1);
}
#CookieNotification h6 {
    font-family: 'IBM Plex Sans';
    font-weight: 600;
    font-size: 1em;
    margin: 0;
    padding: 0;
}
#CookieNotification p {
    padding: 0;
    margin: 15px auto 20px;
}
#CookieNotification p a {
    font-weight: 600;
    color: #000;
    text-decoration: underline;
}
#CookieNotification a.btn {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    text-align: center;
    background: #FFF;
    color: #000;
    border: 0;
    margin: 0 auto;
    display: block;
}
@media (min-width: 768px) {
    #CookieNotification {
        overflow: hidden;
        padding: 50px 0;
        font-size: 18px;
        line-height: 24px;
    }
    #CookieNotification h6,
    #CookieNotification p {
        width: calc(100% - 200px);
        float: left;
    }
    #CookieNotification a.btn {
        float: right;
        transform: translateY(-40px);
        padding: 8px 7px 7px;
    }
    #CookieNotification h6 {
        line-height: 40px;
    }
}

.cookie-control-field {
    padding: 15px;
    margin: 15px auto;
    border: 1px solid #414141;
}
.cookie-control-field h6 {
    width: calc(100% - 100px);
    float: left;
    font-family: 'IBM Plex Sans';
    font-weight: 600;
    font-size: 1em;
}
.cookie-control-field p {
    clear: both;
    margin: 5px auto 0;
}
.cookie-control-field .cc-toggle {
    width: 100px;
    text-align: left;
    float: right;
    color: #414141;
    transition: all 300ms linear;
    text-decoration: none !important;
}
.cookie-control-field .cc-toggle span {
    height: 23px;
    width: 37px;
    position: relative;
    background-color: #414141;
    border-radius: 23px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    transition: all 300ms linear;
}
.cookie-control-field .cc-toggle.on {
    color: #13a538;
}
.cookie-control-field .cc-toggle.on span {
    background-color: #13a538;
}
.cookie-control-field .cc-toggle span:after {
    content: '';
    height: 19px;
    width: 19px;
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    background-color: #FFF;
    border-radius: 23px;
    transition: all 300ms linear;
    transform: translateX(0px);
}
.cookie-control-field .cc-toggle.on span:after {
    transform: translateX(14px);
}
.cookie-control-field .cc-toggle strong {
    display: inline-block;
}


/* search */
#hsearchform {
    display: none;
}
#hsearchform input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    display: block;
    margin: 0 auto;
    max-width: calc(100% - 20px);
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 24px;
    color: #34383B;
    letter-spacing: 0;
    line-height: 60px;
    height: 60px;
    padding: 0 30px;

    border: 2px solid rgba(233,238,239,1);
    border-radius: 30px;
    transition: all 200ms linear;

    width: 100%;
}
#hsearchform input:focus,
#hsearchform input:active {
    outline: 0;
    border: 2px solid rgba(194, 197, 197, 1);
}
.am-search-open #hsearchform {
    display: block;
    visibility: visible;
    background-color: rgba(233,238,239,1);
    z-index: 910;
    overflow-x: hidden;
    overflow-y: auto;
    /* transition: all 200ms linear; */
    z-index: 110;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 70px 0 15px 0;
    -webkit-overflow-scrolling: touch;
    width: 100vw;
}

#closesearch {
    display: none;
}

body.search .search-bar {
    padding: 30px 0;
    background: #E9EEEF;
}
body.search .search-bar form {
    width: 100%;
    width: calc(100% + 30px);
    max-width: 765px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}
body.search .search-bar input {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    display: block;
    margin: 0 auto;
    /* max-width: calc(100% - 20px); */
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 24px;
    color: #34383B;
    letter-spacing: 0;
    line-height: 60px;
    height: 60px;
    padding: 0 30px;

    margin: 0;

    outline: none;

    border: 2px solid rgba(233,238,239,1);
    border-radius: 30px;
    transition: border-color 200ms linear;
}
body.search .search-bar input:focus,
body.search .search-bar input:active {
    outline: 0;
    border: 2px solid rgba(194, 197, 197, 1);
}
body.search .search-bar button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 50%;
    right: 12px;
    border: 0;
    background: transparent;
    transform: translateY(-13px);
}
body.search .search-bar button svg rect {
    transition: fill 200ms linear;
}
body.search .search-bar button svg circle {
    transition: stroke 200ms linear;
}
body.search .search-bar button:hover {
    cursor: pointer;
}
body.search .search-bar button:hover svg rect {
    fill: #1EB300;
}
body.search .search-bar button:hover svg circle {
    stroke: #1EB300;
}
body.search .results {
    color: #34383B;
}
body.search .results h1 {
    font-family: 'IBM Plex Mono';
    font-weight: 300;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 82px;
}
body.search .results.no-results h3 {
    font-family: 'IBM Plex Sans';
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0;
    padding: 0 0 40px;
}
body.search .results p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
}
body.search .results .result {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E9EEEF;
}
body.search .results .result:last-child {
    border-bottom: 0px solid #E9EEEF;
}
body.search .results .result>a {
    font-weight: 600;
    font-size: 24px;
    color: #34383B;
    letter-spacing: 0;
    line-height: 30px;
    text-decoration: none;
    word-break: break-word;
}
body.search .results .result>a strong {
    font-weight: 600;
}
body.search .results .result>a:hover strong {
    text-decoration: underline;
}
body.search .results .result>a span {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #1EB300;
    letter-spacing: 0;
    line-height: 24px;
    padding: 15px 0 25px;
    word-break: break-all;
}
body.search .results .result p {
    margin: 0;
}
body.search .results .pagination {
    padding: 30px 0;
}


.sr-promo {
    margin: 30px 0;
}
.sr-promo .image {
    display: block; 
    margin: 0 0 20px;
    border: 0px dashed transparent;
    min-height: 120px;
    max-height: 120px;

    background: #E9EEEF;
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 0;
    padding-top: 60%;
}
.sr-promo .image .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
}
.sr-promo .image .bg.preloadbg {
    opacity: 0;
    transition: opacity linear 360ms;
}
.sr-promo .image .bg.preloadbg.loaded {
    opacity: 1;
}

@media (min-width: 768px) {
    body.search .results h1 {
        font-size: 48px;
        line-height: 82px;
        margin-bottom: 30px;
    }
    body.search .search-bar {
        padding: 45px 0;
    }
    body.search .search-bar input {
        height: 80px;
        line-height: 80px;
        border-radius: 40px;
    }
    body.search .search-bar button {
        right: 22px;
    }
}

@media (min-width: 992px) {
    
    .am-search-open #hsearchform {
        background-color: transparent;
        position: initial;
        top: initial;
        left: initial;
        right: initial;
        bottom: initial;
        padding: initial;
    }
    .am-search-open body>header#top {
        overflow: visible;
    } 
    .am-search-open body>* {
        position: relative;
        z-index: 1;
    }
    .am-search-open body>header#top {
        z-index: 10
    }
    .am-search-open body>#ammenu {
        z-index: 100;
    }
    .am-search-open body>#mobsearch {
        z-index: 100;
    }

    #hsearchform {
        transition: opacity 150ms ease-in-out;
        display: block;
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
    }
    .am-d-search-open #hsearchform {
        visibility: visible;
        pointer-events: all;
        opacity: 1;
        position: absolute;
        top: 10px;
        right: -10px;

    }
    header nav li {

    }
    .am-d-search-open header nav li {
        opacity: 0;
        pointer-events: none;
    }
    .am-d-search-open header nav li.search {
        opacity: 1;
        pointer-events: all;
        z-index: 2;
    }
    
    #hsearchform input {
        display: inline-block;
        width: 75px;
        transition: width 200ms linear;
        max-width: auto;
        border-color: #666666;
    }
    #hsearchform input:focus,
    #hsearchform input:active {
        border-color: #333333;
    }
    .am-d-search-open #hsearchform input {
        width: 400px;
    }
    /* FIX CLOSE BUTTON center - add arrow to search page */
    #closesearch {
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 35px;
        line-height: 40px;
        height: 20px;
        background: transparent;
        color: #1B1B1B;
        border: none;
        margin: 0 10px 0 0;
        position: relative;
    }
    #closesearch svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        cursor: pointer;
    }
    /*#closesearch:before {
        content:'';
        width: 27px;
        height: 3px;
        background: #bec3c7;
        position: absolute;
        left: 50%;
        left: calc(50% + 1px);
        transition:all .2s ease-out;
        border-radius: 3px;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
        transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
    }
    #closesearch:after {
        content:'';
        width: 27px;
        height: 3px;
        background: #bec3c7;
        position: absolute;
        left: 50%;
        left: calc(50% + 1px);
        transition:all .2s ease-out;
        border-radius: 3px;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
        transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
    }*/
    .am-d-search-open #closesearch {
        opacity: 1;
    }
}


.autoComplete_result {
    margin: -1px auto 0;
    padding: 6px 11px 7px;
    border: 2px solid #333333;
    list-style: none;
    text-align: left;
    font-size: 24px;
    color: #34383B;
    letter-spacing: 0;
    line-height: 30px;
    transition: all 0.1s ease-in-out;
    background-color: rgba(240,240,240,0.85);
    outline: 4px solid rgba(1,215,255,0);
}

.autoComplete_result::selection {
    color: rgba(#ffffff, 0);
    background-color: rgba(#ffffff, 0);
}

.autoComplete_result:hover {
    cursor: pointer;
    outline: 4px solid rgba(1,215,255,1);
}

.autoComplete_result:focus {
    outline: 4px solid rgba(1,215,255,1);
}

#suggestionList {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px 0 30px;
}

.autoComplete_highlighted {
    font-weight: 600;
}

.autoComplete_highlighted::selection {
    color: rgba(#ffffff, 0);
    background-color: rgba(#ffffff, 0);
}

.search-bar #suggestionList {
    position: absolute;
    z-index: 2;
}
@media (min-width: 992px) {
    #suggestionList {
        width: 100%;
        margin: 1px 0 0;
        padding: 0 0 0 55px;
        visibility: hidden;
        display: none;
        position: absolute;
    }
    .search-bar #suggestionList {
        padding: 0;
        width: 100%;
    }
    #suggestionList>li {
        visibility: hidden;
        display: none;
    }
    .am-d-search-open #suggestionList,
    .search-bar #suggestionList,
    .am-d-search-open #suggestionList>li,
    .search-bar #suggestionList>li {
        visibility: visible;
        display: block;
    }
    .am-d-search-open #suggestionList>li,
    .search-bar #suggestionList>li {
        display: list-item;
    }
    .autoComplete_result {
        padding: 15px 30px;
    }
}

#keywords::-ms-clear {
    display: none;
}
#ipkeywords::-ms-clear {
    display: none;
}

button svg.ready-arrow path {
	transition: fill 200ms linear;
}
button:hover svg.ready-arrow path {
    fill: #1EB300;
}

#CookieNotification {
    font-size: 14px;
    line-height: 18px;
}

#CookieNotification p {
    margin: 0 auto 0;
}

#CookieNotification a.btn {
    margin: 10px auto;
}

@media (min-width: 768px) {
    #CookieNotification {
        padding: 20px 0;
        font-size: 14px;
        line-height: 18px;
    }
    #CookieNotification h6 {
        line-height: 30px;
    }
}

/* NEW FOOTER 2020-2021 */

.btn-follow {
	width: 223px;
}
.btn-follow svg {
	margin-right: 10px;
}
.btn-follow.btn-youtube svg {
	margin-left: 4px;
	margin-right: 5px;
}
.btn-youtube {
	border: 2px solid #D3232A;
}
.btn-youtube:hover {
	background-color: #D3232A;
}

.footer-newsletter-hs {
	padding-bottom: 25px;
}
.footer-newsletter-hs label { display: none; }
.footer-newsletter-hs .hs-form-field {
	display: inline-block;
	padding: 0;
	width: 100%;
}
.footer-newsletter-hs .hs-form-field .hs-error-msgs { display: none !important; }
.footer-newsletter-hs input.hs-input {
	border: solid 2px #282B33;
	box-shadow: 0 0 0 4px rgba(255,255,255,0);
	outline: solid 2px rgba(0,0,0,0);
	line-height: 30px;
	max-width: 100%;
	margin: 0;
	padding-right: 50px;
}
.footer-newsletter-hs input.hs-input.error {
	box-shadow: 0 0 0 4px #ff0000;
	/*border: solid 0px #01D7FF;
	outline: solid 2px rgba(1,215,255,1);*/
}
.footer-newsletter-hs input.hs-input:focus {
	box-shadow: 0 0 0 4px rgba(1,215,255,1);
	/*border: solid 0px #01D7FF;*/
	/*box-shadow: 0 0 0 2px rgba(255,255,255,0);
	outline: solid 2px rgba(1,215,255,1);*/
}
.footer-newsletter-hs input[type="submit"] {
	box-shadow: 0 0 0 2px #1EB300;
	border: 0;
	cursor: pointer;
	line-height: 26px;
	margin: 0;
	border-radius: 0px;
	width: 37px;
}
.footer-newsletter-hs input[type="submit"]:hover, .footer-newsletter-hs input[type="submit"]:focus, .footer-newsletter-hs input[type="submit"]:active {
	box-shadow: 0 0 0 2px #FFF;
}
.footer-newsletter-hs .hs-submit {
	display: block; 
	margin: 1em auto;
	padding: 0;
	margin: -40px 4px 0;
	width: 37px;
	float: right;
	z-index: 2;
	position: relative;
}
.footer-newsletter-hs .hs_error_rollup {
	display: none!important;
}
.footer-newsletter-hs .hs_error_rollup .hs-error-msgs {
	display: none!important;
}
.footer-newsletter-hs form {
	max-width: 290px;
	margin: 0 auto;
}
.footer-subhead {
	font-family: 'IBM Plex Mono';
	font-weight: 600;
	font-size: 14px;
	color: #AFAFAF;
	letter-spacing: 0;
	line-height: 36px;
	margin: 0 0 7px;
}
@media (min-width: 768px) {
	.footer-newsletter-hs input.hs-input {
	}
}
@media (min-width: 992px) {
	.footer-newsletter-hs input.hs-input {
	}
}
@media (min-width: 1200px) {
	.footer-newsletter-hs .hs-submit {
	}
	.footer-newsletter-hs form {
	}
	.footer-newsletter-hs input.hs-input {
	}
}


/* TEMPORARY STYLES */


