/* 1. General */
/* 1.1. Reset */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
*, ::after, ::before {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    outline: 0;
    color: #ff6200;
}
p {
    margin-bottom: 1em
}
.text-center {
    text-align: center !important;
}
.grey-row {
    background: #f0f0f0;
}
h1 {
    font-size: 36px;
    line-height: 43px;
}
h2, .title {
    font-size: 24px;
    margin: 30px 0;
    color: #ff6200;
    font-family: 'ing_me_bold'
}
h4 {
    font-size: 20px;
    line-height: 28px;
    font-family: 'ing_me_bold';
    color: #ff6200;
    margin-bottom: 1em;
}
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
select {
    display: block;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* 1.2. fonts */
@font-face {
    font-family: ing_me_bold;
    src: url(/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.eot);
    src: url(/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.eot) format("embedded-opentype"),
    url(/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.woff2) format("woff2"),
    url(/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.woff) format("woff"),
    url(/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.ttf) format("truetype"),
    url(/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.svg#ing_me_bold) format("svg");
    font-weight: 400;
    font-style: normal;
}

/* 1.3. Keyframes */


/* 1.4. Layout */
.layout {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .layout {
        max-width:100%
    }
}

@media (min-width: 768px) {
    .layout {
        max-width:745px
    }
}

@media (min-width: 992px) {
    .layout {
        max-width:990px
    }
}

@media (min-width: 1230px) {
    .layout {
        max-width:1230px
    }
}

.layout-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
}
.grid-two-columns .item:not(.video-item-slide) {
    padding: 0 15px
}

@media (min-width: 339px) {
    .grid-two-columns .item:not(.video-item-slide) {
        flex:0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .grid-two-columns .item:not(.video-item-slide) {
        flex:0 0 50%;
        max-width: 50%
    }
}

/* 2. Hero section */
.custom_shadow-hero {
    padding-top: 24px;
    margin-bottom: 45px;
    background-position: center center;
}
.custom_shadow-hero,
.custom_shadow-hero .layout {
    position: relative;
}
.custom_shadow-hero:before {
    content: "";
    display:block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.hero-logo-container img {
    width: auto;
    height: 32px;
    margin: 0 0 5px;
    display: block;
}
.hero-logo-container span {
    color: #fff;
    background: #ff6200;
    padding:  0 5px;
    font-size: 12px;
    border-radius: 2px;
    display: inline-block;
}
.hero-calendar-container {
    text-align: right;
    margin-top: 15px; 
}
.hero-calendar-cta {
    display: inline-block;
    background: #fff;
    padding: 5px 60px 5px 30px;
    text-align: center;
    line-height: 1.2;
    height: 48px;
    border-radius: 24px;
    position: relative;
    vertical-align: top;
}
.hero-calendar-cta span:first-child {
    color: #333;
    font-family: 'ing_me_bold', Sans-serif;

}
.hero-calendar-cta span {
    display: block;
}
span[class^="icon-"] {
    display: inline-block;
    background-color: #ff6200;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-position: center center;    
}
.hero-calendar-cta .icon-live {
    position: absolute;
    top:0;
    right:0;
    background-image: url('/dam/ingro/lp/fear-busters/img/icon-live.png');
}
.hero-calendar-trigger {
    margin-left: 5px;
}
.icon-calendar {
    background-image: url('/dam/ingro/lp/fear-busters/img/icon-calendar.png');
    background-size: 50%;
}

.hero-main {
    text-align: center;
    padding: 60px 0;
    color: #fff;
}
.hero-main h1 {
    color: #ff6200;
    font-family: 'ing_me_bold', Sans-serif;
    margin: 0.2em 0;
}
.hero-main h2 {
    color: #fff;
    margin-top: 0;
}
.hero-description {
    max-width: 800px;
    margin: 15px auto 30px;
}
.hero-link {
    display: inline-block;
    background: #ff6200;
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
}
.hero-link + .hero-link {
    margin-left: 5px;
}

/* 3. Video Box Item */
.custom_box-item {
    
}
.video-link {
    display: inline-block;
    position: relative;
}
.video-link img {
    border-radius: 2px;
}
.video-link:after {
    cursor: default;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    display: block;
    content: '';
    width: 60px;
    height: 60px;
    background: #fff;
    text-align: center;
    margin-top: -30px;
    margin-left: -30px;
    cursor: pointer;
    border: 8px solid #ff6200;
}
.video-link:before {
    content: '';
    position: absolute;
    display: block;
    border-top: 12px solid transparent;
    border-left: 22px solid #ff6200;
    border-bottom:  12px solid transparent;
    border-right:  12px solid transparent;
    left: 50%;
    top: 50%;
    transform: translate(-25%, -50%);
    z-index: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.video-link:hover:before,
.video-link:hover:after {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

/* 3. Video Box Item */
.custom_box-item {
    
}
/* 4. Grey box */
.grey-box{
    background-color: #f0f0f0;
    border-radius: 4px;
    text-align: center;
    padding: 30px;
    margin: 30px 0px;
    color: #767676;
}
/* 5. Expert section*/
* {
    box-sizing: border-box;
}

.column {
    float: left;
    width: 33.33%;
    padding: 15px;
    color: #767676;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}
.expert-image{
    display: block;
    width: 100%;
    margin: auto;
}
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}