/***********************/
/* content type colors */
/***********************/
/*
/*--video1: #57A94F;
/*--video2: #8DC988;
/*--video3: #E6F2E5;
/*--podcast1: #AE7DB2;
/*--podcast2: #CAA4CD;
/*--podcast3: #F3ECF4;
/*--white-paper1: #EC6742;
/*--white-paper2: #FF9E83;
/*--white-paper3: #FDEDE9;
/*--customer-projects1: #EC6742;
/*--customer-projects2: #FF9E83;
/*--customer-projects3: #4AA99D;
/*--webinar1: #4AA99D;
/*--webinar2: #87CCC3;
/*--webinar3: #E5F3F1;
/*--success1: #F49E1E;
/*--success2: #F3C581;
/*--success3: #FEF1DE;
/*--article1: #4A90AD;
/*--article2: #83C0DA;
/*--article3: #E5EFF3;
*/


/***************************/
/* default theme overrides */
/***************************/

/* Full screen throbber */
.ajax-progress-fullscreen {
    /* Can't do center:50% middle: 50%, so approximate it for a typical window size. */
    left: calc(50% - 24px);
    position: fixed;
    top: calc(50% - 24px);
    z-index: 1000;
    background-image: url(../images/icons/loader.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(170, 170, 170, 0.5);
    border-radius: 3px;
    height: 48px;
    width: 48px;
    display: none;
}

/* preload graphic */
body::after {
    content: '';
    position: absolute;
    left: -1000000px;
    background-image: url(../images/icons/loader.svg);
}

input[type="search"] {
    box-sizing: border-box;
}
/**********************/
/* home.css overrides */
/**********************/

.resources-section div.views-element-container > div:first-of-type > div:first-of-type {
    border: none;
}

.resources-section,
.resources-section h1,
.resources-section h2,
.resources-section h3,
.resources-section h4,
.resources-section p,
.resources-section a,
.resources-section span,
.resources-section input {
    font-family: "proxima-nova", "myriad-pro", Arial, Helvetica, sans-serif !important;
}

.resources-section h1 {
    color: #4e4e4e !important;
    /*font-size: 27px !important;*/
    font-weight: 500;
    line-height: 1.4;
    margin-top: 0;
}

.resources-section h1.mobile-featured-header {
    font-size: 18px !important;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}

.resources-section .bold {
    font-weight: 600;
}


.resources-section span.view-all {
    display: none;
}



.resources-breadcrumb-container,
.resources-breadcrumb-container a {
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 14px;
    text-transform: uppercase;
}

.resources-breadcrumb-container span {
    color: #4F4F4F;
    margin-bottom: 20px;
}

.resources-section .resources-breadcrumb-container a:hover,
.resources-section .resources-breadcrumb-container a:hover span {
    color: #4E4E4E;
    text-decoration: underline;
}

/* page-specific breadcrumb colors */
.resources-section.webinar .resources-breadcrumb-container span {
    color: #4AA99D;
}
.resources-section.podcast .resources-breadcrumb-container span {
    color: #AE7DB2;
}
.resources-section.video .resources-breadcrumb-container span {
    color: #57A94F;
}
.resources-section.case-study .resources-breadcrumb-container span {
    color: #F49E1E;
}
.resources-section.customer-project .resources-breadcrumb-container span {
    color: #EC6742;
}
.resources-section.article .resources-breadcrumb-container span {
    color: #4A90AD;
}
.resources-section.icc .resources-breadcrumb-container span {
    color: #4F66A8;
}


/******************/
/* Utility Styles */
/******************/
.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-center-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hide {
    /* if .flex or .flex-center is used, this class can be toggled to hide and show */
    display: none;
}

.flex-center.wrap,
.flex.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.relative,
div.relative,
div.columns.relative {
    position: relative;
}

@media screen and (max-width: 39.9375em) {
    .columns.no-padding-mobile {
        padding-left: 0;
        padding-right: 0;
    }
}

.align-center {
    text-align: center;
}

.italic {
    font-style: italic;
}


/***********/
/* Buttons */
/***********/

.orange-btn {
    text-align: center;
    color: #FFFFFF;
    border: none;
    border-radius: 3px;
    background: #f7901e; /* Old browsers */
    background: -moz-linear-gradient(top, #f7901e 0%, #f79b1e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7901e), color-stop(100%, #f79b1e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7901e 0%, #f79b1e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7901e 0%, #f79b1e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7901e 0%, #f79b1e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7901e 0%, #f79b1e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7901e', endColorstr='#f79b1e', GradientType=0);
    height: 45px;
    display: inline-flex;
    padding: 0 30px;
    justify-content: center;
    align-items: center;
}

.orange-btn:hover {
    background: #E38025;
}

.orange-btn span {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
}

/************************/
/* Newsfeed Signup Form */
/************************/

#block-resourcenewsfeed .newsfeed-signup h3 {
    font-size: 27px !important;
    line-height: 32px;
    margin-bottom: 16px;
    font-weight: 500;
}

#block-resourcenewsfeed .newsfeed-signup p {
    color: #4E4E4E;
    font-size: 21px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 20px;
}

#block-resourcenewsfeed .newsfeed-signup {
    padding: 75px 0 100px;
    background-color: #fff;
}

body.node--type-webinar #block-resourcenewsfeed .newsfeed-signup,
body.node--type-video #block-resourcenewsfeed .newsfeed-signup,
body.node--type-podcast #block-resourcenewsfeed .newsfeed-signup,
body.node--type-casestudy #block-resourcenewsfeed .newsfeed-signup,
body.node--type-customerproject #block-resourcenewsfeed .newsfeed-signup,
body.node--type-article #block-resourcenewsfeed .newsfeed-signup {
    background-color: whitesmoke;
}

body.path-resources #block-resourcenewsfeed .newsfeed-signup {
    background-color: #fff;
}

#block-resourcenewsfeed .newsfeed-signup form{
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
}

#block-resourcenewsfeed .newsfeed-signup form > *{
    margin-left: 15px;
}

#block-resourcenewsfeed .newsfeed-signup .inputDiv {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 300px
}

#block-resourcenewsfeed .newsfeed-signup input,
#block-resourcenewsfeed .newsfeed-signup input:focus {
    border: 1px solid #979797;
    background-color: #fff;
    color: #4F4F4F;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 12px 15px;
    border-radius: 3px;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 0;
    margin-top: 30px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#block-resourcenewsfeed .newsfeed-signup input::placeholder {
    color: #9b9b9b;
}

#block-resourcenewsfeed .newsfeed-signup input:placeholder-shown {
    border: 1px solid #CCCCCB;
    background-color: rgba(0,0,0,0);
}

#block-resourcenewsfeed .newsfeed-signup .submit-form {
    background-color: #8DC63E;
    color: #fff;
    border-radius: 3px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 120px;
    max-width: 200px;
    margin-top: 30px;
    width: 33%;
}

#block-resourcenewsfeed .newsfeed-signup .submit-form:hover {
    background-color: #7BBA19;
}

#block-resourcenewsfeed .newsfeed-signup .submit-form span {
    color: #FFFFFF;
    font-size: 17px;
    line-height: 17px;
    font-weight: 400;
}

#block-resourcenewsfeed .newsfeed-signup .errorlist {
    color: #ff0000;
    position: absolute;
}

#block-resourcenewsfeed .newsfeed-signup .fa-spin {
    margin-left: 10px;
}

#block-resourcenewsfeed .newsfeed-signup .form-privacy-statement,
#block-resourcenewsfeed .newsfeed-signup .form-privacy-statement a {
    color: #9B9B9B;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
}

#block-resourcenewsfeed .newsfeed-signup .form-privacy-statement a {
    text-decoration: underline;
}

#block-resourcenewsfeed p.newsletter-success {
    margin-bottom: 0;
}

#block-resourcenewsfeed .close-x {
    padding: 15px;
    cursor: pointer;
}

/*****************/
/* miscellaneous */
/*****************/

.no-results {
    padding: 100px;
    background-color: #f5f5f5;
}

.page-not-found .content {
    text-align: center;
    padding: 100px;
    font-size: 24px;
}

/*****************/
/* XXL styles */
/*****************/

@media print, screen and (min-width: 120.063em) {
    #block-resourcenewsfeed .newsfeed-signup h3 {
        font-size: 30px !important;
        line-height: 40px;
    }

    #block-resourcenewsfeed .newsfeed-signup p {
        font-size: 24px;
        line-height: 36px;
    }

    #block-resourcenewsfeed .newsfeed-signup .form-privacy-statement {
        max-width: 650px;
    }
}

/*****************/
/* Tablet styles */
/*****************/

@media print, screen and (max-width: 63.9375em) {
    /*.resources-section h1 {*/
        /*font-size: 24px;*/
        /*line-height: 29px;*/
    /*}*/

    .resources-section h2 {
        font-size: 21px !important;
        /*line-height: 24px;*/
    }
}

/*****************/
/* Mobile styles */
/*****************/

@media (max-width: 39.9375em) {
    #block-resourcenewsfeed .newsfeed-signup {
        padding: 50px 0;
    }

    #block-resourcenewsfeed .newsfeed-signup h3 {
        font-size: 24px !important;
        line-height: 30px;
        margin: auto;
        margin-bottom: 10px;
        font-weight: 600;
        padding: 0 5px;
        max-width: 250px;
        display: block;
    }

    #block-resourcenewsfeed .newsfeed-signup p {
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        margin-bottom: 0;
        padding: 0 5px;
    }

    #block-resourcenewsfeed .newsfeed-signup .inputDiv {
        width: 100%;
    }

    #block-resourcenewsfeed .newsfeed-signup .submit-form {
        margin-top: 20px;
    }

    .resources-section h1 {
        font-size: 1.5em !important;
    }
}
