/* Navigation */
nav .dropdown .col {
    background-color: #fff;
    padding-top: 10px;
    border-top: 2px solid #cd202c;
}

#nav > li.active > a:hover {
    border-bottom: none !important;
}

nav .dropdown {
    padding-top: 0 !important;
}

    nav .dropdown li a:hover {
        text-decoration: underline !important;
    }

@media (max-width: 767px) {
    .nav-bar {
        background: #ffffff;
    }

    nav .opener {
        border-bottom: none !important;
    }

    .dropdown .col {
        border-top: none !important;
    }
}

/* Secondary Navigation */
.inner-head .dropdown {
    z-index: 3;
}

    .inner-head .dropdown .col {
        background-color: #fff;
        padding-top: 10px;
        border-top: 2px solid #cd202c;
        margin-top: -14px;
    }

.inner-head li a {
    font-weight: normal;
    font-size: 14px;
    padding-bottom: 7px !important;
}

    .inner-head li a:hover,
    .inner-head li a:focus {
        text-decoration: none;
       color: #cd202c!important;
    }

.inner-head .dropdown li a:hover {
    text-decoration: underline !important;
}

.inner-head .dropdown li a {
    font-size: 12px;
}

@media (max-width: 767px) {
    .inner-head .dropdown .col {
        margin-top: 0;
        padding-top: 0;
    }

    .inner-head li a {
        padding-bottom: 0;
    }
}

.see-all-cta {
    color: #666666;
    font-size: 14px;
    line-height: 1.71;
    min-width: 36px;
    /* position: absolute; */
    bottom: 0;
    right: 6px;
    padding-bottom: 10px;
    float: right;
}

    .see-all-cta:hover {
        color: #cd202c;
    }

.btn.btn-info {
    display: block;
    font-size: 16px;
    line-height: 19px;
    padding: 11px 10px 15px;
    color: #cd202c;
}

.btn.btn-text:hover, .btn.btn-text:focus, .btn.btn-text:active {
    color: #666;
}

.btn.btn-text {
    font-size: 16px;
    line-height: 22px;
    padding: 13px 2px;
    color: #000;
    background-color: transparent;
    max-width: none;
    border: none;
}

    .btn.btn-text:hover, .btn.btn-text:focus, .btn.btn-text:active {
        color: #cd202c;
    }

.no-background {
    background: none;
}

.guide-block {
    padding-top: 20px;
    padding-bottom: 30px;
}

    .guide-block h2 {
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }

        .guide-block h2.text-uppercase {
            font-size: 30px;
            line-height: 35px;
            font-weight: 300;
        }

.guide-block-icon-heading {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

    .guide-block .row {
        display: flex;
    }

        .guide-block .row .col-sm-3:first-child {
            border: none;
            padding-left: 10px;
        }

        .guide-block .row .col-sm-3 {
            padding-left: 24px;
            padding-right: 20px;
            border-left: 1px solid #333;
        }

            .guide-block .row .col-sm-3 .info {
            }

            .guide-block .row .col-sm-3 p {
                margin-bottom: 0px;
            }

        .guide-block .row .col-sm-2 {
            margin-top: 25px;
        }

            .guide-block .row .col-sm-2 .info {
                text-align: center;
            }

                .guide-block .row .col-sm-2 .info p {
                    text-align: left;
                }

    .guide-block .btn {
        margin: 0 auto;
        margin-top: 25px;
    }

.icon-time {
    background-image: url("images/img/icon-time.png");
}



.do-block {
    padding-top: 52px;
    padding-bottom: 50px;
}

    .do-block .info p {
        font-size: 18px;
        line-height: 25px;
    }

    .do-block .btn {
        max-width: 299px;
        margin-top: 20px;
        padding-top: 18px;
        padding-bottom: 18px;
    }

.format-block {
    padding-bottom: 49px;
    padding-top: 52px;
}

    .format-block p {
        max-width: 607px;
        padding-bottom: 43px;
        padding-top: 16px;
    }

    .format-block h2 {
        /*margin: 0 0 10px;*/
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 18px;
        line-height: 20px;
        font-weight: 600;
    }

    .format-block .info-block .slide {
        width: 460px;
        height: 209px;
    }

    .format-block .info-block p {
        padding-top: 0px;
        padding-bottom: 0px;
    }

.live-help.add .contact-links li {
    width: 20% !important;
}

    .live-help.add .contact-links li.last-in-row:after {
        content: "\A";
        white-space: pre;
    }

    .live-help.add .contact-links li img {
        width: 100%;
    }


section.live-help ul.contact-links.block-inline-center {
    text-align: center;
}

section.live-help ul.contact-links.block-inline-left {
    text-align: left;
}

section.live-help ul.contact-links.block-inline-right {
    text-align: right;
}

section.live-help ul.contact-links.max-6-in-row-smallest {
    padding: 0px;
}

section.live-help ul.contact-links.max-6-in-row-smallest li {
    width: 16.7% !important;
    display: inline-block; 
    vertical-align: top; 
    padding: 15px 45px;
}

@media (min-width: 768px) {
    .live-help .contact-links.max-6-in-row-smallest li {
        display: inline-block; 
        vertical-align: top; 
        padding: 15px 45px;
    }
}
section.live-help ul.contact-links.max-6-in-row li {
    width: 16.7% !important;
}

section.live-help ul.contact-links.max-5-in-row li {
    width: 20% !important;
}

section.live-help ul.contact-links.max-4-in-row li {
    width: 25% !important;
}

.two-col .images-slider .slide {
    height: 339px !important;
}


.slideshow .btn-title {
    font-size: 16px;
    line-height: 35px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, .72);
    min-width: 273px;
    padding: 18px;
    color: #fff;
}

.video-thumbnail {
    position: relative;
}

    .video-thumbnail img {
        display: block;
    }

.play-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}

.block-video {
    position: relative;
    width: 320px;
    z-index: -1;
    padding-top: 121px;
    padding-left: 135px;
    cursor: pointer;
}

    .block-video a {
        position: absolute;
        display: block;
        width: 69px;
        height: 69px;
        top: 116px;
        right: 21px;
        bottom: 0px;
        margin: auto;
    }

        .block-video a:hover {
            cursor: pointer;
        }

@media (max-width: 992px) {
    .block-video {
        padding-top: 100px;
        padding-left: 40px;
    }

        .block-video img {
            padding-left: 30px;
        }

        .block-video a {
            right: 115px;
            bottom: 15px;
        }
}

@media (max-width: 768px) {
    .block-video {
        padding-top: 10px;
        padding-left: 0px;
        padding-bottom: 10px;
    }

        .block-video a {
            top: 0px;
            right: 155px;
            bottom: 0;
        }
}

@media (max-width: 480px) {
    .block-video {
        padding-top: 10px;
        margin: 0 auto;
    }

        .block-video img {
            padding-left: 30px;
        }

        .block-video a {
            top: 0px;
            right: 160px;
            bottom: 0;
        }
}

@media (max-width: 320px) {
    .block-video {
        padding-top: 10px;
        margin: 0 auto;
    }

        .block-video img {
            padding-left: 20px;
        }

        .block-video a {
            top: 0px;
            right: 160px;
            bottom: 0;
        }
}

.slideshow .slide-caption {
    position: absolute;
    left: -40px;
    right: 0;
    bottom: 10px;
    z-index: 10;
    text-align: left;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .slideshow .slide-caption {
        left: 105px;
    }
}

@media (max-width: 768px) {
    .slideshow .slide-caption {
        left: 0px;
    }
}

.slide-caption a {
    color: #fff;
    font-style: italic;
}

    .slide-caption a:hover {
        opacity: .5;
    }

.no-background {
    background-color: transparent !important;
}

.content-img-right .info {
    font-size: 16px;
    padding-top: 30px;
}

.content-img-right img {
    vertical-align: middle;
    padding-top: 30px;
}

@media (max-width: 992px) {
    .content-img-right img {
        margin-top: -50px;
    }
}

@media (max-width: 768px) {
    .content-img-right img {
        margin-top: 0px;
        margin: 0 auto;
    }
}

.content-img-top {
    padding-top: 33px;
    padding-bottom: 44px;
}

    .content-img-top .info {
        margin-left: auto !important;
        margin-right: auto !important;
        display: block;
    }

    .content-img-top p {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

.content-holder {
    padding-top: 25px;
    margin: 0 auto;
    max-width: 633px;
    font-weight: 300;
}

    .content-holder h2 {
        font-size: 16px;
        font-weight: bold;
    }

.content-img-left .model-holder {
    margin-bottom: 98px;
}

.content-img-left .btn {
    max-width: 225px;
}

.content-img-left h1 {
    margin-bottom: 40px;
}

.content-img-left {
    padding-bottom: 54px;
}

@media (max-width: 768px) {
    .content-img-left .btn {
        margin-top: -20px !important;
    }
}

.panel-options p {
    font-size: 16px;
    line-height: 1.25;
}

.panel-options {
    padding-top: 38px;
    padding-bottom: 50px;
}

    .panel-options img {
        padding-top: 28px;
        padding-bottom: 46px;
    }

    .panel-options .btn {
        max-width: 229px;
        margin-top: 20px;
    }

    .panel-options .col-md-4 {
        float: right;
    }

.inner-head {
    border-bottom: 1px solid #e5e5e5;
}

.specialty-block .row {
    position: relative;
}

.specialty-block {
    margin-top: 30px;
}

    .specialty-block p {
        line-height: 20px;
        max-width: 612px;
        letter-spacing: -0.2px;
        font-size: 16px;
    }

.specialty-intro {
    margin-bottom: 68px;
}

.specialty-block .specialty-content {
    margin-bottom: 68px;
}

.specialty-block .row .specialty-icon {
    position: absolute;
    left: -40px;
}

.specialty-block .row h2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    line-height: 20px;
}

.specialty-block a {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 20px;
    color: #333;
}

    .specialty-block a span {
        color: #cd202c;
    }

/* Video */
.main-video .video-caption {
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
}

.main-video .col-md-3 {
    text-align: right;
    /*padding-top: 20px;*/
}

.main-video .see-all-cta {
    color: #666666;
    font-size: 14px;
    line-height: 1.71;
    min-width: 36px;
    position: absolute;
    bottom: 0;
    right: 10px;
    padding-bottom: 10px;
}

    .main-video .see-all-cta:hover {
        color: #cd202c;
    }

.main-video .video-duration {
    opacity: 0.7;
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: 0.1;
}

/* Associations Block */
.associations-block {
    /*margin-top: 42px;
    margin-bottom: 63px;*/
}

    .associations-block .associations-content {
        display: inline-block;
        padding-left: 25px;
        vertical-align: middle;
        width: 200px;
    }

    .associations-block .row {
        margin-top: 38px;
        padding-left: 60px;
    }

/* HTML Blocks */
.strong-cta {
    color: #333;
    font-weight: bold;
    line-height: 1.43;
}

/* HTML Block - Install Block */
.saratoga-slider h1 {
    margin-bottom: 36px !important;
}

.saratoga-slider .tabset-holder {
    margin-top: 30px;
    padding-left: 10px;
}

.saratoga-slider .tab-content {
    max-width: 550px;
}

.slideshow .slide-install {
    width: 460px !important;
    height: 252px !important;
}

.slideshow-install .pagination {
    position: absolute;
}

.slideshow-install {
    width: 252px !important;
}

.install-steps ul {
    list-style-type: none;
    padding-left: 0;
}

.tabset-install li {
    margin-bottom: 28px !important;
    max-width: 174px;
}

    .tabset-install li a:link {
        line-height: 1.25;
        font-size: 16px !important;
        letter-spacing: -0.2px;
        color: #333333;
        opacity: .5;
    }

    .tabset-install li a:hover {
        text-decoration: none !important;
        opacity: 1;
    }

    .tabset-install li.active a {
        text-decoration: none !important;
        opacity: 1;
    }

.tabset-install span {
    display: inline-block;
    text-align: center;
    border: solid 1px #666666;
    padding-bottom: 1px;
    width: 20px;
    margin-right: 5px;
}

.install-link {
    line-height: 1.25;
    font-size: 16px;
    letter-spacing: -0.2px;
    color: #333333;
    opacity: .5;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    white-space: nowrap;
}

/* HTML Block - Do This */
.do-this p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.39;
    letter-spacing: 0.1px;
}

.do-this {
    margin-top: 51px;
    margin-bottom: 50px;
}

/* HTML Block - Particular Block */
.particular-block {
    margin-top: 51px;
    margin-bottom: 50px;
}

    .particular-block .btn {
        max-width: 296px;
        margin: 0 auto;
    }

/* HTML - Process */
.process .process-label {
    font-size: 30px;
    border-bottom: 4px solid #666666;
    display: inline-block;
}

.process p {
    font-size: 16px;
    line-height: 1.25;
}

.process img {
    padding-left: 50px;
    margin-top: 20px;
}

.process .row {
    padding-top: 40px;
    padding-bottom: 70px;
    /* margin-bottom: 25px; */
}

    .process .row .col-md-7:before {
        content: "";
        border-style: solid;
        border-width: 15px 15px 0px 15px;
        border-color: #F2F2F2 transparent transparent transparent;
        position: absolute;
        left: 10px;
        top: -40px;
    }

    .process .row.background-grey .col-md-7:before,
    .process .row:first-child .col-md-7:before {
        border-color: white transparent transparent transparent;
    }

.process-video img {
    display: relative;
}

.process-video a {
    display: inline-block;
    position: absolute;
    top: 68px;
    right: 143px;
}

    .process-video a img {
        padding-left: 0;
    }

.process-video span {
    color: #ffffff;
    font-weight: bold;
    line-height: 1.33;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 162px;
    right: 136px;
    z-index: 99;
}

.process-video .duration {
    background-color: #333333;
    opacity: 0.9;
    color: #ffffff;
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: -5px;
    font-size: 11px;
    line-height: 1.45;
    padding-left: 1px;
}

/* Billboard Background Image Standard */
.play-visual {
    background-position: 50% 0%;
}

    .play-visual:after {
        left: 0;
        top: 0;
        bottom: 0;
        background: transparent !important;
    }

/* HTML - PDF */
.pdf-list p {
    padding-top: 5px;
}

.pdf-list .row {
    margin-bottom: 20px;
}

.pdf-container {
    position: relative;
}

    .pdf-container:hover .pdf-overlay {
        opacity: .8;
        border: 1px solid #111111;
    }

.pdf-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #666666;
}

    .pdf-overlay a {
        color: white;
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        ms-transform: translate(-50%, -50%);
    }

/* Testimonial Block */
.testimonial-block h1 {
    margin-bottom: 28px;
}

.testimonial-block .seemore {
    letter-spacing: normal;
    display: block;
    vertical-align: top;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #cd202c;
    margin: 0 auto;
    text-align: center;
    width: 160px;
}

    .testimonial-block .seemore:after {
        position: absolute;
        top: 2px;
        right: 0;
        border: 2px solid #6e6e6e;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        font: 7px/11px icomoon;
        text-align: center;
        content: "\e913";
        color: #6e6e6e;
    }

.testimonial-holder {
    border: 1px solid #d1d1d1;
    border-width: 1px 0;
    padding: 22px 0 21px;
    margin-bottom: 23px;
}

    .testimonial-holder h5 {
        font-size: 27px;
        line-height: 0.7;
        font-weight: 300;
        color: #666666;
        text-align: center;
        margin-bottom: 11px;
    }

    .testimonial-holder .testimonial-name {
        text-align: right;
        font-weight: 600;
        margin-bottom: 0;
    }

    .testimonial-holder .testimonial-caption {
        text-align: right;
    }

/* HTML - Your Canvas */
.your-canvas .col-md-6 {
    position: relative;
}

.your-canvas .btn {
    position: absolute;
    top: 50%;
    width: 350px;
}

.your-canvas {
    margin-bottom: 50px;
}

/* Literature and Samples */
.intro .select-form {
    width: 40%;
    display: inline-block;
    margin-left: 3px;
}

    .intro .select-form:after {
        margin: 10px 2px 0 0;
        position: absolute;
        right: 0;
        top: 0;
        content: "";
        height: 0;
        width: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #333;
    }

    .intro .select-form select {
        padding: 5px;
    }

.intro .select-dropdown {
    font-size: 14px;
}

.literature-list .col-md-9 {
    border-right: 1px solid #ccc;
    padding-right: 60px;
}

.literature-list span {
    vertical-align: bottom;
    margin-left: 5px;
}

.literature-list h2 {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 20px;
    white-space: pre;
}

.literature-list .literature-legend h4 {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    font-weight: bold;
}

.literature-list .literature-legend p span {
    vertical-align: bottom;
    margin-left: 10px;
}

.literature-list .literature-section {
    margin-bottom: 40px;
}

    .literature-list .literature-section p {
        font-size: 16px;
    }

    .literature-list .literature-section .literature-img {
        width: 100%;
    }

.literature-checkbox .checkbox-container .checkbox {
    padding-left: 0px;
    margin: 0px;
}

.literature-checkbox .checkbox-container {
    margin-bottom: 8px;
}

    .literature-checkbox .checkbox-container .checkbox label {
        display: inline-block;
        position: relative;
    }

        .literature-checkbox .checkbox-container .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            top: 3px;
            margin-left: 0px;
            margin-right: 10px;
            padding-right: 10px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .literature-checkbox .checkbox-container .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: 0px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 18px;
            color: #cd202c;
            margin-top: -3px;
            margin-right: 10px;
            padding-right: 10px;
        }

    .literature-checkbox .checkbox-container .checkbox input[type="checkbox"] {
        opacity: 0;
    }

        .literature-checkbox .checkbox-container .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
            margin-right: 10px;
            padding-right: 10px;
        }

        .literature-checkbox .checkbox-container .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f00c";
            font-weight: 300;
        }

        .literature-checkbox .checkbox-container .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .literature-checkbox .checkbox-container .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .literature-checkbox .checkbox-container .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

.literature-list .literature-form {
    margin-top: 20px;
}

    .literature-list .literature-form .form-group input.form-control {
        border-radius: 1px;
    }

    .literature-list .literature-form .form-group label {
        font-weight: normal;
    }

        .literature-list .literature-form .form-group label.required:after {
            content: " *";
            color: #cd202c;
        }

    .literature-list .literature-form .form-group textarea {
        border: 1px solid #ccc;
        resize: none;
    }

    .literature-list .literature-form button {
        width: 100%;
        padding: 5px;
    }

/* Door and Frame Popup Module */
.door-cover-module {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

    .door-cover-module .col-md-4 {
        padding-top: 65px;
    }

    .door-cover-module h1 {
        font-size: 33.8px;
        font-weight: 600;
        line-height: 1.07;
        color: #333333;
        margin-bottom: 23px;
    }

.module-popup.door-item {
    top: 30%;
    left: 25%;
}

.module-popup.door-item01 {
    left: 13.5%;
    top: 41%;
}

.module-popup.door-item02 {
    left: 9%;
    top: 52%;
}

.module-popup.door-item03 {
    left: 24%;
    top: 60%;
}

.module-popup.door-item04 {
    left: 30%;
    top: 75%;
}

/* Acrovyn Frame System */
.frame-system {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

    .frame-system .col-md-8 {
        padding-top: 25px;
    }

    .frame-system p {
        font-size: 18px;
        font-weight: 300;
        line-height: 1.39;
        letter-spacing: 0.1px;
    }

.frame-system-thumbs {
    margin-top: 75px;
}

.thumbs-copy p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: 0.1px;
    max-width: 435px;
}

/* Door and Frame - Your Canvas */
.door-canvas {
    padding-top: 50px;
}

    .door-canvas p {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.25;
        letter-spacing: 0.1px;
    }

    .door-canvas .col-md-6 {
        text-align: center;
        z-index: 2;
    }

    .door-canvas .icons ul li {
        display: inline;
    }

    .door-canvas .social-networks li a {
        color: #cccccc;
        padding-top: 20px;
    }

.canvas-thumbs {
    padding-bottom: 51px;
    margin-top: -20px;
    z-index: 1;
}

    .canvas-thumbs ul {
        text-align: center;
    }

        .canvas-thumbs ul li {
            display: inline;
        }

.door-canvas .icons {
    position: relative;
}

.door-canvas .print-icon {
    position: absolute;
    top: 350px;
    right: 20px;
}

.canvas-thumbs h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 2.33;
    padding-top: 20px;
    margin-top: 0;
}

.thumb-img {
    cursor: pointer;
    padding-right: 10px;
}

@media (max-width: 768px) {
    .thumb-img {
        padding-bottom: 10px;
    }

    .thumbs-copy {
        padding-top: 10px;
    }

    .frame-system-thumbs {
        margin-top: 10px;
    }

    .frame-system .col-md-4 {
        display: none;
    }
}

#currentImg {
    padding-top: 20px;
    overflow: visible;
}

/* Door and Frame - Testimonial Page */
.container-test {
    padding-top: 40px;
    padding-bottom: 53px;
}

.door-testimonial {
    background-color: #ffffff;
    padding: 60px 60px 0 70px;
    padding-bottom: 40px;
}

    .door-testimonial .quote-block {
        padding-bottom: 20px;
        max-width: 80%;
    }

        .door-testimonial .quote-block.offset {
            margin-left: 30px;
        }

    .door-testimonial .quote {
        font-style: italic;
        font-weight: 600;
        font-size: 20px;
    }

        .door-testimonial .quote::before {
            content: open-quote;
            font-size: 40px;
            line-height: 1;
            margin-left: -11px;
        }

        .door-testimonial .quote::after {
            content: close-quote;
            font-size: 40px;
            line-height: .5;
        }

    .door-testimonial .quote-by {
        color: #ccc;
        font-style: italic;
        text-align: right;
        max-width: 80%;
    }

/* HTML - Selection Guide */
.selection-guide {
    background-color: #e5e5e5;
    padding-top: 25px;
}

    .selection-guide .btn {
        background-color: #ffffff;
        max-width: 160px;
        padding-left: 33px;
        padding-right: 33px;
        margin-top: 30px !important;
        float: left;
    }

    .selection-guide .print-icon {
        margin-top: 38px;
        float: right;
        margin-right: 13%;
    }

    .selection-guide ul li {
        display: inline;
    }

    .selection-guide .link-underline {
        text-decoration: underline;
    }

/* Print */
@media print {
    .frame-system .col-md-4 {
        width: 50%;
    }

    .door-canvas .print-icon {
        display: none;
    }

    .door-canvas .social-networks {
        display: none !important;
    }

    .door-canvas .thumb-img {
        padding-bottom: 10px;
    }

    .selection-guide .col-md-2 {
        display: none !important;
    }

    .frame-system .col-md-4 {
        display: none;
    }
}

/* Literature - Revised */
.tab-literature {
    padding-top: 63px;
    padding-bottom: 65px;
}

    .tab-literature .container {
        position: relative;
    }

    .tab-literature .select-dropdown {
        float: right;
        position: relative;
    }

    .tab-literature .select-form {
        width: 182px;
        display: inline-block;
        margin-left: 3px;
    }

        .tab-literature .select-form:after {
            margin: 10px 2px 0 0;
            position: absolute;
            right: 3px;
            top: 5px;
            content: "";
            height: 0;
            width: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 4px solid #333;
        }

        .tab-literature .select-form select {
            padding: 5px;
        }

    .tab-literature .select-dropdown {
        font-size: 14px;
    }

    .tab-literature h2 {
        margin-bottom: 25px;
        display: inline-block;
    }

    .tab-literature .lit-tabs .tab-content {
        padding: 0;
        overflow: initial;
        max-width: 100%;
    }

        .tab-literature .lit-tabs .tab-content > .tab-pane {
            display: none;
        }

        .tab-literature .lit-tabs .tab-content > .active {
            display: block;
        }

    .tab-literature .lit-tabs .nav-tabs {
        border-bottom: none;
    }

        .tab-literature .lit-tabs .nav-tabs > li > a {
            color: #000;
            font-weight: 600;
            font-size: 13px;
            line-height: initial;
            border-radius: initial;
            border: initial;
            padding: initial;
            max-width: 82px;
        }

        .tab-literature .lit-tabs .nav-tabs > li > a {
            background-color: transparent;
        }

        .tab-literature .lit-tabs .nav-tabs.main {
            display: flex;
            margin: 0px;
            padding: 0px;
        }

            .tab-literature .lit-tabs .nav-tabs.main li {
                flex: 1;
            }

        .tab-literature .lit-tabs .nav-tabs > li.active > a,
        .tab-literature .lit-tabs .nav-tabs > li.active > a:hover,
        .tab-literature .lit-tabs .nav-tabs > li.active > a:focus {
            cursor: default;
            border: none;
            background-color: transparent;
        }

        .tab-literature .lit-tabs .nav-tabs > li {
            border: 1px solid #ccc;
            border-radius: 0;
            margin: 0;
            border-left: 0;
            height: 54px;
            display: flex;
        }

            .tab-literature .lit-tabs .nav-tabs > li:first-child {
                border-left: 1px solid #ccc;
            }

    .tab-literature .lit-tabs .tab-content > .active {
        background-color: #fff;
    }

    .tab-literature .lit-tabs .nav-tabs > li.active {
        border-bottom: none;
        border-top: 2px solid #cd202c;
        background-color: #fff;
    }

    .tab-literature .lit-tabs .nav-tabs > li.blank {
        border-top: none;
        border-right: none;
    }

    .tab-literature .lit-tabs .nav-tabs > li a {
        margin: auto;
        text-align: center;
    }

    .tab-literature .lit-tabs .nav > li {
        position: relative;
        /*display: block;*/
    }

    .tab-literature .tab-content {
        border: 1px solid #ccc;
        border-top: 0;
    }

        .tab-literature .tab-content .tab-content-inner {
            padding-bottom: 0;
        }


            .tab-literature .tab-content .tab-content-inner .type1-container {
                padding: 23px 21px 0 21px;
            }

        .tab-literature .tab-content .thumbnail-container {
            background-color: #f2f2f2;
            padding: 10px;
            height: 286px;
        }

            .tab-literature .tab-content .thumbnail-container h4 {
                padding: 0 !important;
                font-weight: bold;
                font-size: 16px;
            }

            .tab-literature .tab-content .thumbnail-container p {
                font-size: 15px;
                font-weight: 600;
            }

            .tab-literature .tab-content .thumbnail-container img {
                width: 100%;
            }

        .tab-literature .tab-content .row {
            padding-bottom: 20px;
        }

/* Icons w/ tooltip */
.thumbnail-icons {
    background-color: #f2f2f2;
    border-top: solid 1px #fff;
    padding: 23px 32px 23px 32px;
    margin-bottom: 0;
}

ul.thumbnail-icons li {
    display: inline-block;
}

    ul.thumbnail-icons li:last-child {
        padding-right: 0;
    }

ul.thumbnail-icons li {
    padding-right: 27px;
}

    ul.thumbnail-icons li img {
        margin-bottom: 0;
    }

/* Tooltip & text */
.tooltip-icon {
    position: relative;
    display: inline-block;
    padding-top: 2px;
}

    .tooltip-icon:hover .tooltiptext1,
    .tooltip-icon:hover .tooltiptext2,
    .tooltip-icon:hover .tooltiptext3,
    .tooltip-icon:hover .tooltiptext4 {
        visibility: visible;
        opacity: 1;
    }

    .tooltip-icon .tooltiptext1,
    .tooltip-icon .tooltiptext2,
    .tooltip-icon .tooltiptext3,
    .tooltip-icon .tooltiptext4 {
        visibility: hidden;
        width: auto;
        background-color: transparent;
        color: #a9aaa6;
        text-align: center;
        font-weight: 400;
        border-bottom: solid 1px #a9aaa6;
        padding: 2px 0;
        position: absolute;
        z-index: 1;
        bottom: 122%;
        left: 50%;
    }

    /* Positioning of tooltips */
    .tooltip-icon .tooltiptext1 {
        margin-left: -26px;
    }

    .tooltip-icon .tooltiptext2 {
        margin-left: -21px;
    }

    .tooltip-icon .tooltiptext3 {
        margin-left: -26px;
    }

    .tooltip-icon .tooltiptext4 {
        margin-left: -16px;
    }

        /* Thin caret */
        .tooltip-icon .tooltiptext1:before,
        .tooltip-icon .tooltiptext2:before,
        .tooltip-icon .tooltiptext3:before,
        .tooltip-icon .tooltiptext4:before {
            content: "";
            position: absolute;
            top: 100%;
            left: 50.5%;
            margin-left: -6px;
            border-width: 6px;
            border-style: solid;
            border-color: #a9aaa6 transparent transparent transparent;
        }

        .tooltip-icon .tooltiptext1:after,
        .tooltip-icon .tooltiptext2:after,
        .tooltip-icon .tooltiptext3:after,
        .tooltip-icon .tooltiptext4:after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #f2f2f2 transparent transparent transparent;
        }

.tab-literature .col-md-12 {
    padding-right: 0;
}

.tab-literature .download {
    float: right;
    padding-top: 25px;
    vertical-align: middle;
    padding-right: 10px;
}

    .tab-literature .download span {
        vertical-align: middle;
        display: inline-block;
        vertical-align: middle;
        padding-top: 8px;
    }

    .tab-literature .download .btn {
        display: inline-block;
        border: solid 1px #ccc;
        padding: 7px 23px 7px 24px;
        float: right;
        margin-left: 15px;
        margin-top: 0;
        vertical-align: middle;
    }

        .tab-literature .download .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
            background: #fff;
            border: 1px solid #666666;
            color: #666666 !important;
        }

    .tab-literature .download a {
        font-size: 14px;
    }

/* HTML - eBook */
.ebook-block .career-holder {
    padding: 0;
    height: 90px;
}

    .ebook-block .career-holder .info {
        width: auto !important;
        padding-top: 21px;
    }

        .ebook-block .career-holder .info .caption {
            font-family: Sabon;
        }

.ebook-title {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.22;
    color: #999999;
    text-align: left !important;
}

.ebook-block .seemore {
    margin-left: -50px;
    padding-bottom: 50px;
}

/* Leadership */
.leadership-block {
    padding-top: 59px;
}

    .leadership-block .col-md-4 {
        margin-bottom: 33px;
    }

.leader-photo {
    position: relative;
}

    .leader-photo a.icon-linkedin {
        position: absolute;
        top: 8px;
        right: 8px;
        font-size: 20px;
    }

.leader-info h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}

.leader-info p {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 8px;
}

.leader-info a {
    font-size: 14px;
    font-weight: 600;
    line-height: 0.29;
}

@media (max-width: 991px) {
    .leader-photo .leader-img {
        width: 100%;
        height: auto;
    }

    .leader-info p {
        font-size: 16px;
    }
}

/* Leadership Close */
.leadership-close {
    position: relative;
    padding-top: 102px;
    padding-bottom: 200px;
}

    .leadership-close h1 {
        font-size: 30px;
        font-weight: 600;
        color: #333333;
    }

    .leadership-close .position {
        font-size: 20px;
        font-weight: 300;
    }

.leader-bio {
    font-weight: 300;
    margin-top: 48px;
}

    .leader-bio p {
        font-size: 17px;
        line-height: 1.65;
    }

.leadership-close .icon-grid {
    float: right;
}

.next-bio {
    float: right;
    background-color: #f2f2f2;
    position: absolute;
    top: 118px;
    left: 81px;
    border-top: solid 1px #cd202c;
    width: 231px;
    padding-left: 19px;
    padding-top: 15px;
    padding-bottom: 13px;
}

.next-bio-info {
    width: 120px;
}

.next-bio .next-icon {
    position: absolute;
    left: 68%;
    bottom: 13px;
}

.next-bio .next-name {
    font-weight: bolder;
    margin-bottom: 0;
    margin-top: -5px;
}

.next-bio .next-title {
    font-weight: 600;
    letter-spacing: 0.1;
}

.leadership-social {
    margin-top: 34px;
}

.next-bio .next-icon:hover {
    opacity: .5;
}

.leadership-social ul li {
    display: inline-block;
}

    .leadership-social ul li:last-child {
        float: right;
    }

.leadership-social .icon-linkedin {
    color: #ccc !important;
    font-size: 25px;
    padding-right: 13px;
}

    .leadership-social .icon-linkedin:hover {
        color: #333 !important;
    }

.leadership-social .join-link:after {
    background-color: #ccc;
    top: -8px;
}

.leadership-social .join-link:hover:after {
    background-color: #333;
}

@media (min-width: 1025px) {
    .next-bio .next-icon {
        left: 75%;
    }
}

@media (max-width: 1023px) {
    .next-bio .next-icon {
        left: 65%;
    }
}

@media (max-width: 992px) {
    .leadership-close {
        padding-top: 20px;
    }

        .leadership-close .col-md-3 {
            position: absolute;
            top: 20px;
            right: 0;
        }

        .leadership-close .next-bio {
            left: 50px;
        }

    .next-bio .next-icon {
        left: 75%;
    }
}

@media (max-width: 991px) {

    .leadership-close .next-bio {
        left: -200px;
    }

    .next-bio .next-icon {
        left: 75%;
    }

    .leadership-social ul li:last-child {
        float: none;
        padding-left: 180px;
    }

    .leadership-close .join-link {
        margin-top: 2px;
    }
}

/* Archived News */
.filter-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    /*justify-content: flex-end;*/
    padding: 25px 0 0;
    list-style: none;
}

    .filter-menu li {
        margin: 0 0 5px 10px;
    }

        .filter-menu li:first-child {
            margin-left: 0;
        }

        .filter-menu li .view {
            display: inline-block;
            vertical-align: middle;
            margin: 0 4px 0 0;
        }

    .filter-menu .dropdown-menu {
        left: auto;
        right: 0;
        margin: 0;
    }

        .filter-menu .dropdown-menu li {
            margin: 0;
        }

    .filter-menu .filter-btn {
        min-width: 112px;
        border: 1px solid #ccc;
        background: transparent;
        color: #333;
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        position: relative;
        text-align: left;
        padding: 7px 25px 7px 10px;
        box-shadow: none;
    }

        .filter-menu .filter-btn .caret {
            position: absolute;
            top: 50%;
            right: 10px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .filter-menu .filter-btn:hover {
            background: #e6e6e6;
        }

.filter-blocks {
    overflow: hidden;
    padding: 0 0 7px;
}

.year-blocks {
    margin: 0 0 19px;
    width: 100%;
}

    .year-blocks .year {
        display: block;
        border-bottom: 1px solid #ccc;
        padding: 0 10px 10px 9px;
        color: #666;
        font-size: 30px;
        line-height: 42px;
        font-weight: 300;
        margin: 0 0 20px;
        width: 100%;
    }

    .year-blocks .articles-holder {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .year-blocks .block {
        letter-spacing: normal;
        overflow: hidden;
        padding: 0 0 16px;
        width: 100%;
    }

        .year-blocks .block .img {
            margin: 0 0 4px;
        }

            .year-blocks .block .img img {
                display: block;
                width: 100%;
            }

        .year-blocks .block .date {
            font-size: 10px;
            line-height: 13px;
            display: block;
        }

        .year-blocks .block .news-title {
            font-size: 18px;
            line-height: 22px;
            font-weight: 600;
            margin: 0 0 12px;
        }

            .year-blocks .block .news-title a {
                color: #333;
            }

                .year-blocks .block .news-title a:hover {
                    color: #a11923;
                }

.filter-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ccc;
    padding: 36px 0 0;
}

    .filter-pagination .next,
    .filter-pagination .prev {
        display: inline-block;
        vertical-align: middle;
        color: #cecece;
        position: relative;
        width: 39px;
        height: 39px;
        border-radius: 50%;
        border: 1px solid #cecece;
    }

        .filter-pagination .next i,
        .filter-pagination .prev i {
            position: absolute;
            left: 50%;
            top: 50%;
            margin: 0 0 0 -2px;
            font-size: 23px;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .filter-pagination .next:focus,
        .filter-pagination .next:hover,
        .filter-pagination .prev:focus,
        .filter-pagination .prev:hover {
            border-color: #cd202c;
            color: #cd202c;
        }

        .filter-pagination .next i {
            margin: 0 -2px 0 0;
        }

    .filter-pagination .page-numbers {
        display: inline-block;
        vertical-align: middle;
        margin: 0 48px;
        font-size: 24px;
        line-height: 24px;
        font-weight: 300;
    }

.hidden {
    height: 0;
    visibility: hidden;
    opacity: 0;
}

@media (min-width: 768px) {
    .filter-menu li {
        margin: 0 0 0 22px;
    }

    .year-blocks {
        margin: 0 -9px 19px;
        width: 100%;
        overflow: hidden;
    }

        .year-blocks .year {
            padding: 0 150px 10px 9px;
        }

        .year-blocks .block {
            padding: 0 9px 16px;
            width: 33.33%;
            margin: 0;
            float: left;
        }
}

@media (max-width: 767px) {
    .filter-blocks {
        max-width: 400px;
        margin: 0 auto;
    }
}

.loading-details img {
    width: 50px;
    display: inline-block;
}

@media only screen and (max-width: 500px) {
    .live-help.add .contact-links li {
        width: 100% !important;
    }

    .main-video .col-md-3 .video-duration {
        margin-top: 30px;
    }

    .main-video .video-duration {
        position: absolute;
        top: -220px;
        right: 10px;
        font-size: 14px;
    }

    .main-video .see-all-cta {
        top: 10px;
    }

    /* Door and Frame - Testimonial Page */
    .door-testimonial .left-on-mobile-first-column {
        padding-left: 0 !important;
    }

    .door-testimonial .quote-block {
        max-width: 100%;
    }

    .door-testimonial .quote {
        font-size: 15px;
    }

        .door-testimonial .quote::before {
            font-size: 30px;
        }

        .door-testimonial .quote::after {
            font-size: 30px;
            position: relative;
            bottom: -3px;
        }

    .door-testimonial .quote-by {
        max-width: 100%;
    }

    .door-testimonial .quote-block.offset {
        margin-left: 0;
    }

    .door-testimonial .left-on-mobile-second-column {
        padding-left: 0 !important;
    }
}



.associations-block .row .association-icon {
    display: inline-block;
}

.associations-block .row .col-md-4 .association-icon,
.associations-block .row .col-md-3 .association-icon,
.associations-block .row .col-md-2 .association-icon {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    align-content: center;
}

@media only screen and (max-width: 767px) {
    .associations-block .row {
        margin-top: 0;
        padding-left: 15px;
        display: table;
        table-layout: fixed;
    }

        .associations-block .row .col-md-6.col-sm-6 {
            display: table-row;
            /* padding: 10px; */
            table-layout: fixed;
        }

        .associations-block .row .association-icon {
            margin-bottom: 15px;
            width: 100%;
            text-align: center;
            align-content: center;
        }

        .associations-block .row .associations-content {
            display: table-cell;
            /* text-align: center; */
            vertical-align: top;
            /* border-bottom: 10px solid transparent; */
        }

            .associations-block .row .associations-content p {
                padding-top: 5px;
            }

    /* Door and Frame - Testimonial Page */
    .door-testimonial .left-on-mobile-first-column {
        padding-left: 0 !important;
    }

    .door-testimonial .quote-block {
        max-width: 100%;
    }

    .door-testimonial .quote::after {
        position: relative;
        bottom: -3px;
    }

    .door-testimonial .quote-by {
        max-width: 100%;
    }

    .door-testimonial .quote-block.offset {
        margin-left: 0;
    }

    .door-testimonial .left-on-mobile-second-column {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 500px) and (max-height:600px) {

    .main-video .video-duration {
        top: -220px;
    }
}

.title-block.complex-img-title-block {
    position: absolute;
    z-index: 99;
}

.title-block p {
    margin-bottom: 0;
}

.title-block .title {
    font-size: 33.8px;
    font-weight: 600;
    line-height: 1.07;
    color: #333333;
    margin-bottom: 23px;
}

.title-block.complex-img-title-block h2 {
    font-size: 33.8px;
    font-weight: 600;
    line-height: 1.07;
    color: #333333;
    margin-bottom: 23px;
}

    .title-block.complex-img-title-block h2 span {
        color: #333333;
    }


.title-block.default-title-block h2 {
    text-transform: uppercase;
    color: #cd202c;
}

.module-img-box.left-img {
}

.module-img-box.right-img {
    text-align: right;
}

.module-img-box .module-popup .popup-module.item .info {
    text-align: left;
}

.specialty-block.tab-section{
    margin-top: 0;
    
    }

    section.specialty-block {
        padding-bottom: 25px;
    }

    .tabcontent{
    width: 42%;
    display: inline-block;
    }

    .detailList {
            position: relative;
    bottom: -60px;
    width: 100%;
    display: block;
    }

        .detailList li {
            margin: 0 0 25px 0;
            width: 100%;
            font-size: 15px;
        }

    .detailTab {
        max-width: 100%;
        background: white;
        margin: 0px;
        padding: 0px;
        font-weight: normal;
    }

    .tabDetails1 {
        margin-bottom: 25px;
        background-repeat: no-repeat;
    }

    .tabDetails2 {
        margin-bottom: 50px;
        background-repeat: no-repeat;
    }

    .spanTitle {
            font-size: 20px;
    color: red;
    position: relative;
    bottom: -20px;
    right: -20px;
    /* width: 100%; */
    display: block;
    }

    .tabDetails1 img,
    .tabDetails2 img {
            display: inline-block;
    width: 57%;
    }

    @media only screen and (max-width: 767px) {
        section.specialty-block {
            padding-bottom: 25px;
        }

    .tabcontent{
    width: 100%;
    display: block;
    }
        .detailList {
            position: relative;
            top: 35px;
            display: inline-block;
            width: 100%;
        }

            .detailList li {
                margin: 0 0 10px 0;
                width: 100%;
                font-size: 15px;
            }

        .detailTab {
            max-width: 100%;
            background: white;
            margin: 0px;
            padding: 0px;
            font-weight: normal;
        }

        .tabDetails1 {
            margin-bottom: 25px;
            background-image: none;
            background-repeat: no-repeat;
            background-position: 110% 110%;
        }

        .tabDetails2 {
            margin-bottom: 50px;
            background-image: none;
            background-repeat: no-repeat;
            height: 350px;
            background-position: 105% 100%;
        }

            .tabDetails1 img,
            .tabDetails2 img {
                display: block;
                width: 100%;
                height: auto;
                margin-top: 20px;
            }

        .spanTitle {
            font-size: 20px;
            color: red;
            position: relative;
            top: 20px;
            padding: 0 20px;
            display: block;
            line-height: 20px;
        }
    }