/*
 * Feature Box Tab Navigation
 */
.no-padding {
    padding: 0 !important;
}

.main-tabs-nav-con {
    margin: 0 auto 0 auto;
    text-align: center;
    max-width: 1020px;
}

.main-tabs-nav-con > div,
.main-tabs-nav-con > div > a,
.feature-box {
    margin-bottom: 0;
}

.main-tabs-nav-con a[data-active='0'] > .feature-box {
    position: relative !important;
}

.main-tabs-nav-con a {
    display: inline-block;
    max-width: 340px;
}

.main-tabs-nav-con a:active > .feature-box > .fbox-icon {
    top: 1px;
}

.main-tabs-nav-con a > .feature-box {
    padding: 20px 20px 10px 20px !important;
}

.main-tabs-nav-con a > .feature-box > .fbox-icon {
    max-width: 64px;
    height: 64px;
    padding: 3.5px !important;
    margin-bottom: 10px !important;
}

.main-tabs-nav-con a > .feature-box > .fbox-icon > i {
    font-size: 30px !important;
    line-height: 58px !important;
}

.main-tabs-nav-con a > .feature-box > h3 > span {
    font-size: 14px !important;
}

.main-tabs-nav-con a > .feature-box > .icon-angle-down {
    display: block;
    font-size: 30px;
    margin-top: -5px;
    color: rgba(0, 0, 0, 0.3);
}

.main-tab-bottom-sep {
    height: 70px;
}

.tab-header {
    margin: 20px auto;
    text-transform: uppercase;
}

.tab-header[data-active='0'] {
    display: none;
}

.main-tabs-nav-con a[data-active='0'] > .feature-box {
    position: relative !important;
    border: 1px solid rgba(0, 0, 0, 0) !important;
}

.main-tabs-nav-con a:active h3 {
    position: relative;
    top: 0.5px;
}

.main-tabs-nav-con a:active h3 span {
    position: relative;
    top: 0.5px;
}

.main-tabs-row a {
    display: block;
    width: 100%;
    height: 100%;
}

.main-tabs-row .feature-box {
    display: block;
    width: 100%;
    height: 100%;
}

/*
 * Feature Box Tab Navigation - Active Tab
 */
.main-tabs-nav-con a[data-active='1'] > .feature-box {
    position: relative !important;
    background-color: #f9f9f9;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.main-tabs-nav-con a[data-active='1'] > .feature-box > .fbox-icon {
    padding: 3px !important;
    border: 2px solid #333 !important;
    transition-duration: 0s !important;
}

.main-tabs-nav-con a[data-active='1'] > .feature-box > .fbox-icon > i {
    background-color: #333 !important;
    transition-duration: 0s !important;
    line-height: 56px !important;
}

.main-tabs-nav-con a[data-active='1'] > .feature-box > .fbox-icon > i:after {
    box-shadow: none !important;
}

/*
 * Self-Service Tabs
 */

.feature-box .fbox-icon i, .feature-box .fbox-icon img {
    background-color: #e60000;
}

.feature-box.fbox-outline .fbox-icon {
    border: 1px solid #e60000 !important;
}

.tab-feature-nav-content-nav {
    margin: 0 auto;
    display: inline-flex;
}

.tab-feature-nav-content-item {
    margin: 0 auto;
    text-align: center;
    max-width: 1020px;
    border: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 20px;
    background-color: #f9f9f9;
}

.tab-feature-nav-content-item-tab {
    position: relative !important;
    z-index: 2 !important;
    margin-top: 0 !important;
    width: 85px;
    text-align: center !important;
    display: inline-block !important;
    padding-top: 5px;
}

.tab-feature-nav-content-item-tab:active > i {
    position: relative !important;
    top: 1px !important;
}

.tab-feature-nav-content-nav > a[data-active='0'] > div > .icon-angle-down {
    visibility: hidden;
}

.tab-feature-nav-content-item-tab > div {
    margin-top: -10px;
    margin-bottom: 0;
}

.tab-feature-nav-content-item-tab > div > .icon-angle-down {
    color: rgba(0,0,0,0.3) !important;
    font-size: 20px;
}

.tab-feature-nav-content-item-tab > i {
    font-size: 36px;
}

.tab-feature-nav-content-item-tab > h3 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.tab-feature-nav-content-item-tab[data-active='0']:hover > i {
    margin-top: -2px;
}

.tab-feature-nav-content-item-tab[data-active='0'][data-color='red'] > i {
    color: #c88a90;
}

.tab-feature-nav-content-item-tab[data-active='1'][data-color='red'] > i {
    color: #e72c39;
    margin-top: -2px;
}

ul[data-color='red'] > li:before, .tab-feature-nav-content-list h3[data-color='red'] {
    color: #e72c39;
}

.tab-feature-nav-content-item-tab[data-active='1'][data-color='red'] {
    background: rgba(231,44,57,0.2);
    background: -moz-linear-gradient(top, rgba(231,44,57,0.2) 0%, rgba(231,44,57,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231,44,57,0.2)), color-stop(100%, rgba(231,44,57,0)));
    background: -webkit-linear-gradient(top, rgba(231,44,57,0.2) 0%, rgba(231,44,57,0) 100%);
    background: -o-linear-gradient(top, rgba(231,44,57,0.2) 0%, rgba(231,44,57,0) 100%);
    background: -ms-linear-gradient(top, rgba(231,44,57,0.2) 0%, rgba(231,44,57,0) 100%);
    background: linear-gradient(to bottom, rgba(231,44,57,0.2) 0%, rgba(231,44,57,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e72c39', endColorstr='#e72c39', GradientType=0 );
    border-top: 2px solid #e72c39;
}

.tab-feature-nav-content-item-tab[data-active='0'][data-color='red']:hover {
    border-top: 2px solid #e72c39;
}

.tab-feature-nav-content-item-tab[data-active='1'][data-color='green'] > i {
    color: #29c25a;
    margin-top: -2px;
}

.tab-feature-nav-content-item-tab[data-active='0'][data-color='green'] > i {
    color: #6d9f7d;
}

ul[data-color='green'] > li:before, .tab-feature-nav-content-list h3[data-color='green'] {
    color: #29c25a;
}

.tab-feature-nav-content-item-tab[data-active='1'][data-color='green'] {
    background: rgba(41,194,90,0.2);
    background: -moz-linear-gradient(top, rgba(41,194,90,0.2) 0%, rgba(41,194,90,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(41,194,90,0.2)), color-stop(100%, rgba(41,194,90,0)));
    background: -webkit-linear-gradient(top, rgba(41,194,90,0.2) 0%, rgba(41,194,90,0) 100%);
    background: -o-linear-gradient(top, rgba(41,194,90,0.2) 0%, rgba(41,194,90,0) 100%);
    background: -ms-linear-gradient(top, rgba(41,194,90,0.2) 0%, rgba(41,194,90,0) 100%);
    background: linear-gradient(to bottom, rgba(41,194,90,0.2) 0%, rgba(41,194,90,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29c25a', endColorstr='#29c25a', GradientType=0 );
    border-top: 2px solid #29c25a;
}

.tab-feature-nav-content-item-tab[data-active='0'][data-color='green']:hover {
    border-top: 2px solid #29c25a;
}

.tab-feature-nav-content-item-tab[data-active='1'][data-color='blue'] > i {
    color: #3598DC;
    margin-top: -2px;
}

.tab-feature-nav-content-item-tab[data-active='0'][data-color='blue'] > i {
    color: #8fabc1;
}

ul[data-color='blue'] > li:before, .tab-feature-nav-content-list h3[data-color='blue'] {
    color: #3598DC;
}

.tab-feature-nav-content-item-tab[data-active='1'][data-color='blue'] {
    background: rgba(53,152,220,0.2);
    background: -moz-linear-gradient(top, rgba(53,152,220,0.2) 0%, rgba(53,152,220,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(53,152,220,0.2)), color-stop(100%, rgba(53,152,220,0)));
    background: -webkit-linear-gradient(top, rgba(53,152,220,0.2) 0%, rgba(53,152,220,0) 100%);
    background: -o-linear-gradient(top, rgba(53,152,220,0.2) 0%, rgba(53,152,220,0) 100%);
    background: -ms-linear-gradient(top, rgba(53,152,220,0.2) 0%, rgba(53,152,220,0) 100%);
    background: linear-gradient(to bottom, rgba(53,152,220,0.2) 0%, rgba(53,152,220,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3598dc', endColorstr='#3598dc', GradientType=0 );
    border-top: 2px solid #3598DC;
}

.tab-feature-nav-content-item-tab[data-active='0'][data-color='blue']:hover {
    border-top: 2px solid #3598DC;
}

.tab-feature-nav-content-item-tab[data-active='1'][data-color='yellow'] > i {
    color: #e1b000;
    margin-top: -2px;
}

.tab-feature-nav-content-item-tab[data-active='0'][data-color='yellow'] > i {
    color: #d6c2a6;
}

ul[data-color='yellow'] > li:before, .tab-feature-nav-content-list h3[data-color='yellow'] {
    color: #e1b000;
}

.tab-feature-nav-content-item-tab[data-active='1'][data-color='yellow'] {
    background: rgba(243,194,0,0.2);
    background: -moz-linear-gradient(top, rgba(243,194,0,0.2) 0%, rgba(243,194,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,194,0,0.2)), color-stop(100%, rgba(243,194,0,0)));
    background: -webkit-linear-gradient(top, rgba(243,194,0,0.2) 0%, rgba(243,194,0,0) 100%);
    background: -o-linear-gradient(top, rgba(243,194,0,0.2) 0%, rgba(243,194,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(243,194,0,0.2) 0%, rgba(243,194,0,0) 100%);
    background: linear-gradient(to bottom, rgba(243,194,0,0.2) 0%, rgba(243,194,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c200', endColorstr='#f3c200', GradientType=0 );
    border-top: 2px solid #e1b000;
}

.tab-feature-nav-content-item-tab[data-active='0'][data-color='yellow']:hover {
    border-top: 2px solid #e1b000;
}

.tab-feature-nav-content-item-tab[data-active='1'][data-color='purple'] > i {
    color: #a928c0;
    margin-top: -2px;
}

.tab-feature-nav-content-item-tab[data-active='0'][data-color='purple'] > i {
    color: #9f82a7;
}

ul[data-color='purple'] > li:before, .tab-feature-nav-content-list h3[data-color='purple'] {
    color: #a928c0;
}

.tab-feature-nav-content-item-tab[data-active='1'][data-color='purple'] {
    background: rgba(169,40,192,0.2);
    background: -moz-linear-gradient(top, rgba(169,40,192,0.2) 0%, rgba(169,40,192,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(169,40,192,0.2)), color-stop(100%, rgba(169,40,192,0)));
    background: -webkit-linear-gradient(top, rgba(169,40,192,0.2) 0%, rgba(169,40,192,0) 100%);
    background: -o-linear-gradient(top, rgba(169,40,192,0.2) 0%, rgba(169,40,192,0) 100%);
    background: -ms-linear-gradient(top, rgba(169,40,192,0.2) 0%, rgba(169,40,192,0) 100%);
    background: linear-gradient(to bottom, rgba(169,40,192,0.2) 0%, rgba(169,40,192,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a928c0', endColorstr='#a928c0', GradientType=0 );
    border-top: 2px solid #a928c0;
}

.tab-feature-nav-content-item-tab[data-active='0'][data-color='purple']:hover {
    border-top: 2px solid #a928c0;
}

.tab-feature-nav-content-item-tab[data-active='1'][data-color='orange'] > i {
    color: #f18c18;
    margin-top: -2px;
}

.tab-feature-nav-content-item-tab[data-active='0'][data-color='orange'] > i {
    color: #d0b295;
}

ul[data-color='orange'] > li:before, .tab-feature-nav-content-list h3[data-color='orange'] {
    color: #f18c18;
}

.tab-feature-nav-content-item-tab[data-active='1'][data-color='orange'] {
    background: rgba(241,140,24,0.2);
    background: -moz-linear-gradient(top, rgba(241,140,24,0.2) 0%, rgba(241,140,24,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,140,24,0.2)), color-stop(100%, rgba(241,140,24,0)));
    background: -webkit-linear-gradient(top, rgba(241,140,24,0.2) 0%, rgba(241,140,24,0) 100%);
    background: -o-linear-gradient(top, rgba(241,140,24,0.2) 0%, rgba(241,140,24,0) 100%);
    background: -ms-linear-gradient(top, rgba(241,140,24,0.2) 0%, rgba(241,140,24,0) 100%);
    background: linear-gradient(to bottom, rgba(241,140,24,0.2) 0%, rgba(241,140,24,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f18c18', endColorstr='#f18c18', GradientType=0 );
    border-top: 2px solid #f18c18;
}

.tab-feature-nav-content-item-tab[data-active='0'][data-color='orange']:hover {
    border-top: 2px solid #f18c18;
}

.tab-feature-nav-content-item-tab[data-active='1'] > h3 {
    color: rgba(0,0,0,0.7) !important;
}

.tab-feature-nav-content-item-tab[data-active='0'] > h3 {
    color: rgba(0,0,0,0.4) !important;
}

.tab-feature-nav-content-list {
    max-width: 510px;
    margin: 15px auto 0 auto;
    text-align: left;
}

.tab-feature-nav-content-list ul {
    list-style: none;
    margin-bottom: 20px;
}

.tab-feature-nav-content-list ul > li:before {
    content: "•";
    width: 12px;
    margin-right: 10px;
    display: inline-block;
}

.tab-feature-nav-content-list h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.tab-feature-nav-content-hr {
    margin: 20px auto;
    max-width: 510px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/*
 * Misc.
 */
.no-bg-image {
    background-image: none !important;
}

.video-wrap {
    background-image: url('/images/landingpage/brands/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    min-height: 600px;
}

.section-white {
    background-color: white !important;
}

.section-grey {
    background-color: #F9F9F9 !important;
}

.no-border, .no-border:after {
    border: none !important;
}

.no-background {
    background: none !important;
}

.flex-display {
    display: flex !important;
}

.text-middle {
    margin: auto 0;
    display: table-cell !important;
    vertical-align: middle !important;
}

.tab-header-simple {
    margin: 50px auto 35px auto;
    font-size: 32px;
    text-transform: uppercase;
    width: 900px;
    color: #333 !important;
}

.heading-block-simple {
    margin-bottom: 35px;
}

.heading-block-simple:after {
    content: none !important;
    display: none !important;
    margin-top: 0 !important;
    width: 0 !important;
    border-top: none !important;
}

.heading-hr {
    margin: 20px auto;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.fancy-title-simple {
    margin-bottom: 0 !important;
    font-size: 10px !important;
}

.heading-block-small h3 {
    font-size: 24px;
}

.icon-cirlce-simple {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.15);
    text-align: center;
    color: white;
    display: inline-block;
    padding-top: 3px;
    font-size: 24px;
    margin-bottom: 15px;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.col-hover-i:hover > .icon-cirlce-simple {
    background-color: #39c23b;
}

h3 span.red {
    color: #e60000 !important;
}

.clients-grid li:hover .greyscale {
    filter: none;
}

.greyscale {
    filter: grayscale(100%) opacity(50%);
    -webkit-transition: filter 0.3s ease-in-out;
    -moz-transition: filter 0.3s ease-in-out;
    -o-transition: filter 0.3s ease-in-out;
    -ms-transition: filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out;
}

.slider-caption.slider-caption-center {
    max-width: 900px !important;
}

.thin-link {
    font-weight: 500;
}

.input-group-addon {
    width: 52px !important;
}

.custom-bold {
    color: #444;
    font-weight: 500 !important;
}

.tab-header-simple {
    width: 100% !important;
}

.extra-text-shadow {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5) !important;
}

.no-margin {
    margin: 0;
}

.row {
    margin: 0;
}

.button-large div {
    display: inline-block;
    margin-right: 7px;
}

.newsletter-input {
    width: 400px;
}

.newsletter-input[data-short='0'] {
    width: 400px !important;
}

.newsletter-input[data-short='1'] {
    width: 200px !important;
}

.newsletter-image {
    width: auto;
    height: 300px;
}

.fit-content {
    width: 100%;
}

.invisible {
    visibility: hidden;
}

.margin-top-35 {
    margin-top: 35px;
}

#newsletter-form {
    width: min-content;
    float: right;
}

.newsletter-form-1 {
    padding-top: 60px;
}

.newsletter-form-2 {
    padding-left: 65px;
}

/*
 * Videos
 */
.video-custom {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
    padding: 0 !important;
    width: 100% !important;
    background-color: white !important;
    margin-bottom: 20px;
}

.video-custom-thumbnail {
    background-size: 100%;
    position: relative !important;
}

.video-custom-thumbnail-play {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
}

.video-custom-thumbnail-play-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(255,255,255,0.6);
    color: rgba(230,0,0,0.9);
    border: 3px solid rgba(230,0,0,0.9);
    display: inline-block;
    padding-top: 3px;
    padding-left: 5px;
    font-size: 34px;
    margin-bottom: 15px;
    -webkit-transition: background-color 0.2s linear, color 0.2s linear, border 0.2s linear;
    transition: background-color 0.2s linear, color 0.2s linear, border 0.2s linear;
}

.video-custom-thumbnail:hover {
    cursor: pointer;
}

.video-custom-thumbnail:hover .video-custom-thumbnail-play-icon {
    background-color: rgba(255,255,255,0.9);
    color: rgba(230,0,0,1);
    border: 3px solid rgba(230,0,0,1);
}

.video-custom-info {
    padding: 10px;
    text-align: center !important;
}

.video-custom-info > h4 {
    color: black !important;
    margin: 0 !important;
}

.video-custom-info-username {
    margin: 0 0 15px 0 !important;
}

.video-custom-info-half {
    width: 50%;
    display: inline-block;
}

.video-custom-info i {
    margin-right: 7px;
    color: #e60000;
}

#employee-images .oc-item img {
    width: 250px;
    height: 250px;
}

@media (max-width: 991px) {
    #employee-images .oc-item img {
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }
}