.feature-toolkit {
    padding: 15px;
}
/** XS media queries */
@media (max-width: 767px) {
    .feature-toolkit {
        padding-bottom: 0;
    }
}
.feature-toolkit.full-bleed-toolkit {
    padding: 0;
}
.feature-toolkit .column-content {
    background-position: left top;
    background-repeat: no-repeat;
    color: #fff;
    background-size: cover;
}
.feature-toolkit.background-blue .column-content {
    background-color: #809fcf;
}
.feature-toolkit.background-grey .column-content {
    background-color: #666;
}
.feature-toolkit.background-light-grey .column-content {
    background-color: #f0f0f0;
}
.feature-toolkit.background-orange .column-content {
    background-color: #f0a911;
}
.feature-toolkit.background-white .column-content {
    background-color: #fff;
    color: #505050;
}
.feature-toolkit .column-content a {
    color: #fff;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 20px;
}
.feature-toolkit .column-content a:active,
.feature-toolkit .column-content a:focus,
.feature-toolkit .column-content a:hover {
    color: #000;
    text-decoration: none;
}
.feature-toolkit.background-white .column-content a {
    color: #505050;
}
.feature-toolkit.background-white .column-content a:active,
.feature-toolkit.background-white .column-content a:focus,
.feature-toolkit.background-white .column-content a:hover {
    color: #000;
}
.feature-toolkit .dark {
    color: #505050;
}
.feature-toolkit .dark a {
    color: #505050;
}
.feature-toolkit .dark a:active,
.feature-toolkit .dark a:focus,
.feature-toolkit .dark a:hover {
    color: #505050;
}
.feature-toolkit .column-content a .fa {
    font-size: 14px;
}
.feature-toolkit .column-content h2 {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 30px;
    margin: 0 0 20px;
}
.feature-toolkit .column-content p {
    font-size: 16px;
    margin: -15px 0 30px;
}
/**
 * Full Bleed Main Layout
 */

/** SM media query */
@media (min-width: 768px) and (max-width: 991px) {
    .full-bleed-toolkit.feature-toolkit .container {
    }
}
/**
 * Full Bleed Backgrounds
 */
.full-bleed-toolkit.feature-toolkit.area-blue {
    background-color: #809fcf;
}
.full-bleed-toolkit.feature-toolkit.area-grey {
    background-color: #666;
}
.full-bleed-toolkit.feature-toolkit.area-light-grey {
    background-color: #f0f0f0;
}
.full-bleed-toolkit.feature-toolkit.area-orange {
    background-color: #f0a911;
}
.full-bleed-toolkit.feature-toolkit.area-white {
    background-color: #fff;
}
/**
 * Full Bleed Typography
 */
#toolkit-page-type.full-bleed-toolkit .full-bleed-template .feature-toolkit .column-content h3 {
    color: #ff6b00;
    color: var(--wv-orange);
}
.full-bleed-toolkit.feature-toolkit .column-content .feature-cta {
    text-align: center;
}
.full-bleed-toolkit.feature-toolkit .column-content .feature-cta .fa {
    font-size: 16px;
}
.full-bleed-toolkit.feature-toolkit .column-content .feature-cta a span {
    text-decoration: underline;
}
/**
 * Feature modal
 */
/** LG media query */
@media (min-width: 1200px) {
    .feature-modal.modal .modal-dialog {
        width: 900px;
    }
}
/** MD media query */
@media (min-width: 992px) and (max-width: 1199px) {
    .feature-modal.modal .modal-dialog {
        width: 700px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
.feature-modal.modal .modal-content {
    background-color: #fff;
    border: solid 1px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.21);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.21);
    position: relative;
    padding: 34px 35px;
}
/** XS media queries */
@media (max-width: 767px) {
    .feature-modal.modal .modal-content {
        padding: 15px;
    }
}
.feature-modal.modal .modal-body {
    padding: 0;
    z-index: 1;
}
.feature-modal.modal .close {
    background: none;
    position: absolute;
    top: 34px;
    right: 35px;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
    float: none;
    color: #273443;
    outline: none;
    text-indent: 0;
    z-index: 5;
}
/** XS media queries */
@media (max-width: 767px) {
    .feature-modal.modal .close {
        top: 15px;
        right: 15px;
    }
}
#toolkit-page-type.full-bleed-toolkit .full-bleed-template .feature-modal.modal .modal-content h1,
#toolkit-page-type.full-bleed-toolkit .full-bleed-template .feature-modal.modal .modal-content h1.modal-title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    color: #373a3c;
}
/** XS media queries */
@media (max-width: 767px) {
    #toolkit-page-type.full-bleed-toolkit .full-bleed-template .feature-modal.modal .modal-content h1,
    #toolkit-page-type.full-bleed-toolkit .full-bleed-template .feature-modal.modal .modal-content h1.modal-title {
        padding-right: 15px; /** Stops the heading from going over the modal's close button */
    }
}
#toolkit-page-type.full-bleed-toolkit .full-bleed-template .feature-modal.modal .modal-content h1.modal-title {
    margin-bottom: 31px;
}
#toolkit-page-type.full-bleed-toolkit .full-bleed-template .feature-modal.modal .modal-content p {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #373a3c;
}
.feature-modal.modal .modal-content .social-share {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    text-align: center;
    margin-bottom: 0;
}
.feature-modal.modal .modal-content .social-share a {
    background-color: #999;
    border: 1px solid #999;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    display: inline-block;
    float: none;
    height: 70px;
    width: 70px;
    color: #fff;
    text-decoration: none;
    line-height: 69px;
    text-align: center;
    font-size: 35px;
    margin-right: -9px;
    opacity: 0.9;
}
.feature-modal.modal .modal-content .social-share a.icon-facebook {
    background-color: #3a85bb;
    border: 1px solid #3a85bb;
}
.feature-modal.modal .modal-content .social-share a.icon-twitter {
    background-color: #3ad4f1;
    border: 1px solid #3ad4f1;
}
.feature-modal.modal .modal-content .social-share a.icon-pinterest {
    background-color: #cb2027;
    border: 1px solid #cb2027;
}
.feature-modal.modal .modal-content .social-share a.icon-google-plus {
    background-color: #3a3a3a;
    border: 1px solid #3a3a3a;
}
.feature-modal.modal .modal-content .social-share a.icon-envelope {
    background-color: #ff7d3a;
    border: 1px solid #ff7d3a;
}
.feature-modal.modal .modal-content .social-share a:hover {
    background-color: #ff7d3a;
    border: 1px solid #ff7d3a;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    height: 80px;
    width: 80px;
    color: #fff;
    line-height: 80px;
    font-size: 2.8em;
    margin-top: 0;
    margin-left: -10px;
}
.feature-modal.modal .modal-content .ccm-image-block {
    border: solid 1px #979797;
    margin-bottom: 40px;
}
.feature-modal.modal .modal-content iframe,
.feature-modal.modal .modal-content .youtubeBlock iframe {
    border: none;
    margin-bottom: 50px;
}
/** LG media query */
@media (min-width: 1200px) {
    .feature-modal.modal .modal-content iframe,
    .feature-modal.modal .modal-content .youtubeBlock iframe {
        width: 829px;
        height: 504px;
    }
}
/** MD media query */
@media (min-width: 992px) and (max-width: 1199px) {
    .feature-modal.modal .modal-content iframe,
    .feature-modal.modal .modal-content .youtubeBlock iframe {
        width: 628px;
        height: 353px;
    }
}
.toolkit-loading-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    transition: all .2s linear;
}
.toolkit-loading-overlay.in {
    opacity: .5;
}
.toolkit-loading-loader {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: url(../img/loader.gif) no-repeat center;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .2s linear;
}
.toolkit-loading-loader.in {
    opacity: 1;
}
