.container {
    max-width: 100%;
}

table.footable > tbody > tr > td, table.footable > tbody > tr > th {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 1px;
}

.sy-slides-crop {
    overflow: visible;
}

td, td * {
    max-height: 100px !important;
}

.educationCourseInformation td,
.educationCourseInformation td * {
    height: auto !important;
    max-height: none !important;
}

.educationCourseInformation ul,
.educationCourseInformation ol {
    margin: 0;
}

    .educationCourseInformation ul li,
    .educationCourseInformation ol li {
        padding-bottom: 0;
    }


tr {
    height: 100px !important;
}
/*video imbeded & iframe containers */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* style iframe */
.iframe-container {
    position: relative;
    margin: 5px auto;
    height: 0;
    overflow: hidden;
}

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        margin: 5px auto;
        padding: 0;
        width: 100%;
        height: 100%;
        border: 1px solid #7a8b8b;
        /* style following properties (necessary for proper handling  
   of overflow and scrolling) inline in div container  
   around iframe because not stable in CSS */
    }

.iframe-container-for-wxh-600x330 {
    padding: 10px 10px 55% 10px; /* padding-bottom = h/w as % */
}


/*Declare font files*/
@font-face {
    font-family: openSansRegular;
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: museoSansRoundedLight;
    src: url(../fonts/MuseoSansRounded-100.otf);
}

@font-face {
    font-family: museoSansRounded;
    src: url(../fonts/MuseoSansRounded-300.otf);
}

@font-face {
    font-family: museoSansRoundedBold;
    src: url(../fonts/MuseoSansRounded-700.otf);
}

/*Re-occuring elements styles*/
.innovationCategories {
    max-height: 465px !important;
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: none;
}

.category-button {
    cursor: pointer !important;
}

.delete-button {
    cursor: pointer !important;
}

body {
    color: #76787b;
    font-family: openSansRegular;
    font-size: 15px;
    line-height: 1.8;
}

a {
    color: #0099a9;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #0099a9;
        text-decoration: underline;
    }

ol, ul {
    margin-left: -25px;
}

.backgroundTeal a {
    color: #fff;
    text-decoration: none;
}

    .backgroundTeal a:focus, .backgroundTeal a:hover {
        color: #fff;
        text-decoration: underline;
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.8
}

h1 {
    color: #0099a9;
    margin-bottom: 20px;
    font-size: 32px;
    font-family: museoSansRoundedBold;
}

.homePageHeaderOne {
    font-family: museoSansRoundedBold;
}

h2 {
    color: #0099a9;
    margin-bottom: 20px;
    font-family: museoSansRounded;
}

.row.backgroundLime h2 {
    color: #fff;
}

h3 {
    color: #0099a9;
    font-family: museoSansRounded;
}

h5 {
    color: #0099a9;
    font-family: museoSansRoundedBold;
}

.thinnerText {
    font-family: museoSansRoundedLight;
}

.boldText {
    font-family: museoSansRoundedBold;
}

.backgroundTeal h1, .backgroundTeal h2, .backgroundTeal h3, .backgroundTeal h4, .backgroundTeal h5,
.backgroundMint h1, .backgroundMint h2, .backgroundMint h3, .backgroundMint h4, .backgroundMint h5 {
    color: #fff;
}

.backgroundGrey h3 {
    color: #0099a9;
}

label {
    margin-bottom: 0px;
}

li {
    padding-bottom: 5px;
}

.noMargin {
    margin: 0px;
}

.noPadding {
    padding: 0px !important;
}

/*add the same padding to columns when not using a row*/
.rowPadding {
    padding: 25px 0px 60px;
}

/*Button Styles*/
i.fa.fa-chevron-right {
    padding-left: 5px;
}

.btn-primary {
    min-width: 215px;
    text-shadow: none;
}

    .btn-primary:hover {
        text-decoration: none !important;
        color: #fff;
        background-color: #f89c3d;
        border: none;
    }

    .btn-primary.orange:focus {
        background-color: #f89c3d;
    }

    .btn-primary.orange, .lime, .teal, .mint, .white {
        background-color: #f89c3d;
        color: #fff;
        background-image: none;
        border: none;
        border-radius: 0px;
        padding: 10px 20px;
        text-shadow: none;
    }

    .btn-primary.grey, .btn-primary.lightGrey {
        background-color: #76787b;
        color: #fff;
        background-image: none;
        border: none;
        border-radius: 0px;
        padding: 10px 20px;
        text-shadow: none;
    }

    .btn-primary.lightGrey {
        background-color: #ddd;
        color: #76787b;
        font-weight: bold;
    }

    .btn-primary.orange:hover {
        background-color: #ed953a;
    }

    .btn-primary.buttonShadow, .buttonShadow {
        box-shadow: 3px 3px 0px rgba(70, 71, 69, 0.6);
        text-shadow: none;
    }

    .btn-primary.lime, .btn-primary.lime:focus {
        background-color: #99ca3c;
    }

        .btn-primary.lime:hover {
            background-color: #91bf3a;
        }

    .btn-primary.teal, .btn-primary.teal:focus {
        background-color: #0099a9;
    }

        .btn-primary.teal:hover {
            background-color: #008d9c;
        }

    .btn-primary.mint, .btn-primary.mint:focus {
        background-color: #00b287;
    }

        .btn-primary.mint:hover {
            background-color: #01aa81;
        }

    .btn-primary.white, .btn-primary.white:focus {
        background-color: #fff;
        color: #76787b;
    }

        .btn-primary.white:hover {
            background-color: #f7f7f7;
        }

        .btn-primary.white.tealText {
            color: #0099a8;
            font-weight: bold;
        }

a.btn.btn-primary.white.buttonShadow:hover {
    color: #76787b;
    text-decoration: none;
}

.btn-primary.orange .fa, .lime .fa, .teal .fa, .mint .fa, white .fa {
    font-size: 10px;
    padding-left: 5px;
}

.centeredButton {
    text-align: center;
}

/*Row Styles*/
.row.backgroundWhite {
    background-color: #fff;
    padding: 25px 0px 60px;
    color: #76787b;
    margin: 0px;
}

.backgroundWhite {
    background-color: #fff;
}

.row.backgroundEducationLightGrey {
    background-color: #f6f6f6;
    padding: 25px 0px 60px;
    color: #76787b;
    margin: 0px;
}

.row.backgroundEducationDarkGrey {
    background-color: #e4e6e7;
    padding: 25px 0px 60px;
    color: #76787b;
    margin: 0px;
}

.row.backgroundGrey {
    background-color: #e6e7e9;
    padding: 25px 0px 60px;
    margin: 0px;
    color: #76787b;
}

.backgroundGrey {
    background-color: #e6e7e9;
}

.row.backgroundLime {
    background-color: #99ca3c;
    padding: 25px 0px 0px;
    margin: 0px;
    color: #fff;
}

.backgroundLime {
    background-color: #99ca3c;
}

.row.backgroundTeal {
    background-color: #0099a9;
    color: #fff;
    padding: 25px 0px 60px;
    margin: 0px;
}

.backgroundTeal {
    background-color: #0099a9;
}

.row.backgroundMint {
    background-color: #00b287;
    color: #fff;
    padding: 25px 0px 60px;
    margin: 0px;
}

.backgroundMint {
    background-color: #00b287;
}

.backgroundLightMint {
    background-color: #68c085;
}

.row.backgroundOrange {
    background-color: #f89c3d;
    color: #fff;
    padding: 25px 0px 60px;
    margin: 0px;
}

.backgroundOrange {
    background-color: #f89c3d;
}

.row.backgroundDarkerOrange {
    background-color: #f68a1e;
    color: #fff;
    padding: 25px 0px 60px;
    margin: 0px;
}

.backgroundDarkerOrange {
    background-color: #f68a1e;
}

.row.backgroundSmalt {
    background-color: #5d90a5;
    color: #fff;
    padding: 25px 0px 60px;
    margin: 0px;
}

.backgroundSmalt {
    background-color: #5d90a5;
}

.row.categoriesRow {
    background-color: #fff;
    padding: 25px 0px 60px;
    margin: 0px !important;
}

.row.categoriesRowEducation {
    background-color: #e6e7e9;
    padding: 25px 0px 60px;
    margin: 0px !important;
}

.row.morePadding {
    padding: 20px;
    margin: 0px;
}

/*Master Page Styles - Header, Footer, & General Body styles*/
.bodyContent {
    margin-top: 96px
}

.navbar-brand {
    height: auto;
    padding: 5px 5px 10px 10px;
}

    .navbar-brand > img {
        max-height: 80px;
    }

nav.navbar.navbar-default {
    background-color: #fff;
    box-shadow: none;
    border: none;
    background-image: none;
    margin-bottom: 0;
}

.dropdown:hover ul.dropdown-menu {
    display: block;
}

.navbar-nav > li {
    float: left;
    padding-bottom: 0px;
}

    .navbar-nav > li > a {
        padding-top: 43px;
        padding-bottom: 28px;
        color: #a1a09f !important;
        text-transform: uppercase;
    }

.dropdown-menu > li > a, .dropdown-menu > li > a {
    color: #777;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        background-color: transparent;
        background-image: none;
    }

ul.dropdown-menu {
    display: none;
    position: absolute;
    text-transform: uppercase;
}

.navbar-nav .dropdown-menu li {
    padding-bottom: 0px;
}

a.nav-link.dropdown-toggle .fa {
    font-size: 20px;
}

.rightNavigation {
    float: right;
    width: 162px;
    text-transform: uppercase;
}

    .rightNavigation li {
        float: right;
        padding: 42px 10px 20px 20px;
    }

        .rightNavigation li .fa {
            font-size: 20px;
        }

    .rightNavigation .dropdown-menu li {
        padding-bottom: 0px;
        min-width: 160px;
        padding: 0px 0;
        width: 100%;
    }

        .rightNavigation .dropdown-menu li.divider {
            height: 1px;
            margin: 9px 0;
            overflow: hidden;
            background-color: #e5e5e5;
            padding: unset;
        }

    .rightNavigation > li > a {
        color: #a1a09f
    }

.footer {
    background-color: #76787b;
    color: #fff;
    padding: 50px 0px;
    font-size: 12px;
}

.footerText p {
    margin-bottom: 5px;
}

.footer a {
    color: #fff;
    text-decoration: underline;
}

.footerRightSideLinks {
    padding: 10px 0px 0px 0px;
    clear: both;
    margin-left: 0px;
}

    .footerRightSideLinks li {
        float: left;
        list-style-type: none;
    }

        .footerRightSideLinks li a {
            padding: 0px 10px 10px 10px;
            text-decoration: none;
        }

        .footerRightSideLinks li:first-of-type a {
            padding: 0px 10px 10px 0px;
            text-decoration: none;
        }

.copywrite {
    clear: both;
}

.socialMedia {
    padding-top: 20px;
}

    .socialMedia .fa {
        font-size: 20px;
        padding-left: 20px;
        color: #fff;
    }

.footerText h5 {
    color: #fff;
    font-family: openSansRegular;
}

/*Log in Page and Modal styles*/
.logInPageBackground {
    background-image: url(/media/1025/gettyimages-638682817-with-overlay.jpg);
    background-size: 100%;
    /*height: 100vh;*/
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.account-wall {
    padding: 10px 0px 20px 0px;
    width: 440px;
    margin: 0 auto;
    margin-top: 145px;
    height: 715px;
}

.loginHeader {
    margin: 0px 10px 10px 10px;
    height: 75px;
    border-bottom: 1px solid #76787b;
    padding: 0px 10px;
}

.form-signin {
    width: 430px;
    padding: 0px 20px;
    margin: 0 auto;
    height: 335px;
}

.loginImage .profile-img {
    width: 150px;
    float: left;
    border-radius: 0;
}

input#username, input#password, input#email {
    border-radius: 0px;
    margin: 10px 0px;
}

.logInFields {
    float: left;
    padding: 10px 30px 10px 0px;
    width: 395px;
    height: 275px;
}

#createAccountContainer {
    padding: 10px 0px 10px 0px;
    float: left;
    width: 395px;
}

    .logInFields h3, #createAccountContainer h3 {
        margin-top: 10px;
        font-weight: normal;
    }

button.btn.btn-primary.sign-in {
    min-width: unset !important;
    width: 215px;
    margin: 0 auto;
}

.createAccountButton {
    text-align: center;
    margin-top: 15px;
}

.loginmodal .modal-dialog {
    width: 500px;
    margin: 30px auto;
    height: auto;
}

.loginmodal .modal-content {
    background-color: #f7f7f7;
}

.loginmodal .logInPageBackground {
    background-image: none;
}

.loginmodal .account-wall {
    background-color: transparent;
    padding: 0px;
    margin: 0 auto;
    margin-top: 0px;
}

.loginmodal .modal-title {
    font-size: 20px;
    float: left;
}

.loginmodal .modal-header {
    padding: 15px;
    border-bottom: 1px solid #76787b;
    height: 80px;
}

.loginmodal .container {
    width: auto;
}

.loginmodal .account-wall {
    box-shadow: none;
}

.loginmodal .loginHeader {
    margin: 0;
    height: 100px;
    border-bottom: 0px solid #76787b;
}

.loginmodal .loginImage .profile-img {
    width: 100px;
    margin: 0 auto;
    float: none;
}

.loginmodal .form-signin {
    padding: 0px;
    margin: 0 auto;
    width: auto;
}

/*Home Page Styles*/

.pageHeaderTextOutter, .hotTopicText {
    height: 100%;
}

.homeBannerImage {
    max-height: 600px;
    position: relative;
}


.homeBannerText {
    max-width: 80%;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
}

    .homeBannerText h2 {
        color: white;
        line-height: 1.3em;
        font-size: 36px;
    }

        .homeBannerText h2 .comapany-name {
            font-size: 44px;
            font-weight: 900;
            text-shadow: 2px 0 0 currentColor;
        }

.pageBannerHeader {
    /*height: 600px;*/
    margin: 0px;
    overflow: hidden;
    position: relative;
}

.hero-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    min-height: 450px;
    position: relative;
    display: table;
    width: 100%;
}

    .hero-wrapper h2.centered {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding: 0;
        margin: 0;
        font-size: 48px;
    }

    .hero-wrapper .guide-item {
        margin-bottom: 20px;
    }

    .hero-wrapper h2 {
        padding-bottom: 10px;
    }

    .hero-wrapper .aboutColumnBanners h2 {
        padding: 10px 5px 2px 10px;
        font-size: 18px;
    }

    .hero-wrapper ul {
        list-style: none;
    }

        .hero-wrapper ul li {
            line-height: 24px;
        }

            .hero-wrapper ul li a {
                color: inherit;
                font-weight: bold;
            }

                .hero-wrapper ul li a:hover,
                .hero-wrapper ul li a:focus,
                .hero-wrapper ul li a:active {
                    color: #337ab7 !important;
                    cursor: pointer;
                    text-decoration: none;
                }

    .hero-wrapper .guide-content {
        height: 230px;
        padding-top: 5px;
    }


        .hero-wrapper .guide-content ul {
            list-style: disc;
            padding-left: 18px;
            margin-left: 0;
        }

            .hero-wrapper .guide-content ul li {
                padding-bottom: 10px;
                line-height: 20px;
            }

.noPadding ul.slider {
    padding: 0px;
}

ul.slider {
    list-style: none;
}

.pageBannerHeader .sy-box {
    z-index: 1;
    position: relative;
    height: 600px;
}

.meetDanaText {
    padding: 15px;
    margin-bottom: 20px;
}

    .meetDanaText p {
        /*font-size: 25px;
    padding-bottom: 5px;
    line-height: 1.8;*/
    }

    .meetDanaText ul {
        list-style: none;
        margin: 0;
        padding: 0 20px;
    }

    .meetDanaText li {
        padding: 20px 0 10px 0;
        border-bottom: 1.5px solid #ddd;
        font-weight: bold;
    }

        .meetDanaText li:last-child {
            border-bottom: none;
        }

.meetTitle {
    font-size: 36px;
    /*float: left;*/
    color: white;
    font-family: museoSansRoundedLight;
    padding-top: 51px;
    padding-left: 40px;
}

p.danaTitle {
    font-size: 100px;
    float: left;
    font-family: museoSansRoundedBold;
    padding-top: 14px;
}

.row.homeMainBodyText {
    padding: 100px 0px;
}

.homeFirstContentZone p {
    font-size: 22px;
    font-family: 'museoSansRounded';
    padding: 0px 200px;
}

.hotTopicColorBlock {
    background-color: #00b8c1;
    color: #fff;
}

.hotTopicColorBlockText {
    color: #fff;
    padding: 0px 20px 15px 30px;
}

.hotTopicText {
    padding: 0px 20px 15px 30px;
}


    .hotTopicText h2 {
        color: #76787b;
    }

.chevron {
    width: auto;
    float: left;
    padding-right: 20px;
    margin-top: 32px;
}

    .chevron img {
        height: 60px;
    }

h2.thinnerText.danaHighlightText {
    float: left;
    font-size: 40px;
    padding-top: 20px;
}

.hotTopicUnAuthenticated {
    color: #fff;
    padding: 80px 40px;
    min-height: 450px;
}

.hotTopicUnAuthenticatedButton {
    padding-top: 20px;
}

    .hotTopicUnAuthenticatedButton.providers {
        padding-top: 60px;
    }

.hotTopicUnAuthenticated h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.hcpUnauthenticated {
    padding: 0px;
}

.hcpUnauthenticatedContainer {
    height: 450px;
    overflow: hidden;
}

.hcpUnauthenticatedText {
    height: auto;
    width: 450px;
    position: absolute;
    top: 10%;
    right: 5%;
    padding: 40px 40px 50px;
    color: #0099a9;
    background-color: rgba(255,255,255, 0.7);
}

    .hcpUnauthenticatedText h2 {
        line-height: 1.4;
    }

.hcpUnauthenticated img {
    height: 100%;
}

.resourcesAndInnovationSections {
    margin: 0px;
}

.resourcesHome, .innovationHome {
    height: 500px;
    padding: 0px;
    overflow: hidden;
}

.resourcesText.backgroundLime {
    background-color: rgba(153,202,60,0.9);
}

.innovationText.backgroundTeal {
    background-color: rgba(0,153,169,0.9);
}

.resourcesHome img, .innovationHome img {
    width: 100%;
}

.resourcesText, .innovationText {
    height: 300px;
    width: 350px;
    position: absolute;
    top: 10%;
    right: 5%;
    padding: 40px;
    color: #fff;
}

.innovationText {
    left: 5%;
}

    .resourcesText h3, .resourcesText p, .innovationText h3, .innovationText p {
        padding-bottom: 15px;
        color: #fff;
    }

.homePage .price, .homePage .addToCart {
    display: none;
}

.logoSlider .sy-box {
    height: 250px;
}

.logoSlider ul.slider.sy-list li {
    height: 250px;
}

.logoSlider .slick-slide img {
    display: block;
    max-height: 60px !important;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.logoSlider .slick-prev, .slick-next {
    color: #76787b;
}

.threeBoxContent p {
    font-size: 22px;
    text-align: center;
    margin: 40px 0 30px 0;
}

.threeBoxContent .item-wrapper {
    margin: 5px;
    padding: 5px;
}

    .threeBoxContent .item-wrapper > div {
        min-height: 300px;
        padding-top: 30px;
        padding-right: 8px;
    }

    .threeBoxContent .item-wrapper h2 {
        color: white;
    }

    .threeBoxContent .item-wrapper > div,
    .threeBoxContent .item-wrapper h2 {
        padding-left: 40px;
    }

        .threeBoxContent .item-wrapper > div ul {
            padding: 0px;
            margin: 0px;
        }

            .threeBoxContent .item-wrapper > div ul li a {
                color: inherit;
                font-weight: bold;
            }

                .threeBoxContent .item-wrapper > div ul li a:hover {
                    color: #0099a9;
                    text-decoration: none;
                }

/*Breadcrumb Styles*/

.breadcrumb {
    padding: 5px 15px;
    margin-bottom: 0px;
    list-style: none;
    border: 1px solid #f5f5f5;
    border-radius: 0px;
}

    .breadcrumb > .container p {
        display: inline;
    }

/*About Page Styles*/
.bannerImageRotator {
    height: 250px;
}

    .bannerImageRotator .sy-box {
        height: 250px;
    }

        .bannerImageRotator .sy-box img {
            height: 250px;
        }

.aboutBanner h1 {
    color: #fff;
    font-size: 40px;
    padding: 50px 0px 0px 50px;
    font-family: museoSansRoundedLight;
}

.headerWhite {
    color: #fff;
}

.aboutColumnBanners h2 {
    font-size: 20px;
    padding: 20px;
    color: #fff;
    margin-bottom: 0px;
}

.aboutPagesHeader {
    font-family: museoSansRoundedLight;
}

.aboutSectionCenteredContent {
    text-align: center;
}

    .aboutSectionCenteredContent p {
        margin: 15px 0px;
    }

.aboutSectionbutton {
    margin: 25px 0px;
}

.aboutDana.aboutSectionbutton {
    margin-bottom: 0px;
}

.aboutSectionbutton a.btn.btn-primary.buttonShadow.orange {
    word-wrap: break-word;
    white-space: pre-wrap;
}

.aboutTextContent {
    padding: 25px 0px;
}

.aboutTextContent {
    padding: 50px 30px 50px 52px;
}

.aboutSectionImages {
    overflow: hidden;
}

    .aboutSectionImages img {
        height: 100%;
    }

.threeColumnContent .aboutTextContent {
    min-height: 885px;
    margin-bottom: 25px;
    background-color: #fff;
    padding: 20px;
}

a.membershipInfoAnchor {
    display: block;
    height: 10px;
    width: 10px;
    background-color: transparent;
    z-index: 2;
    position: absolute;
    margin-top: -52px;
}

.backgroundLime .hCPLandingMemberContent {
    color: #fff;
}

    .backgroundLime .hCPLandingMemberContent h4 {
        color: #fff;
    }

.hCPLandingMemberContent {
    padding: 80px 40px;
    min-height: 525px;
}

    .hCPLandingMemberContent h4 {
        color: #0099a9;
    }

    .hCPLandingMemberContent .aboutSectionbutton {
        width: 450px;
    }

.aboutSectionbutton p {
    margin-top: 10px;
}

.hCPLandingMemberContent .aboutSectionbutton a.btn.btn-primary {
    width: auto;
    margin: 10px 0px;
}

.aboutSectionImages.hcpImageOne {
    height: 565px;
}

.aboutSectionImages.hcpImageTwo {
    overflow: hidden;
    height: 525px;
}

.col-md-4.providersOne {
    overflow: hidden;
}

.providersOne .aboutSectionImages {
    height: 800px;
    overflow: hidden;
}

    .providersOne .aboutSectionImages img {
        height: 100%;
        position: absolute;
        right: 0;
    }

    .providersOne .aboutSectionImages.aboutDanaOne img {
        height: 100%;
        position: absolute;
        right: -45%;
    }

.aboutSectionImages.providersTwo {
    height: 560px;
}

.aboutSectionImages.aboutDanaOne {
    height: 1030px;
}

.aboutSectionImages.aboutDanaTwo {
    height: 500px;
    text-align: center;
    display: flex;
    align-items: center;
}

    .aboutSectionImages.aboutDanaTwo > img {
        max-height: 130px;
    }

.aboutTextContent.sponsorPage {
    padding: 90px 30px 50px 52px;
}

.aboutSectionImages.sponsorPage {
    padding: 60px 20px 60px 0px;
}

    .aboutSectionImages.sponsorPage img {
        width: 100%;
    }

.threeColumnContentSponsors .aboutSectionCenteredContent {
    padding: 20px 0px;
}

.threeColumnContentSponsors .aboutTextContent {
    min-height: 360px;
    margin-bottom: 25px;
    background-color: #fff;
    padding: 20px;
}

.threeColumnContentSponsors p {
    line-height: 2;
}

.threeColumnContentSponsors li {
    padding-bottom: 10px;
}

.threeColumnContentTitleSponsors {
    font-weight: bold;
    color: #0099a8;
}

.aboutSponsorshipThirdSection .aboutSectionbutton {
    padding: 15px 0px;
}

    .aboutSponsorshipThirdSection .aboutSectionbutton .btn-primary {
        font-weight: bold;
        color: #0099a8;
    }

/*Splash Pages Styles*/
.other-category-btn {
    display: block;
    padding: 10px;
    margin: 10px 0;
    color: white;
    font-size: 16px;
}

    .other-category-btn:hover,
    .other-category-btn:active,
    .other-category-btn:visited {
        color: white;
    }

.other-category-summary {
    padding: 10px;
    color: white;
    min-height: 240px;
    font-size: 14px;
    margin-bottom: 30px;
}

    .other-category-summary ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .other-category-summary ul a {
            color: white;
        }

.pageBannerHeader.educationSplash {
    height: auto;
    margin: 0px;
    overflow: hidden;
}

.pageBannerHeader.homeBanner img {
    width: 100%;
}

.pageBannerHeader img {
    width: 100%;
}

.homeBanner .pageHeaderText {
    max-width: 50%;
    border-radius: 0px 20px 20px 0px;
    padding: 100px 60px 75px 200px;
    box-shadow: 5px 5px 0px #76787b;
    margin-bottom: 50px;
    z-index: 2;
    position: absolute;
    top: 6%;
    line-height: 1;
}

.pageHeaderText {
    max-width: 50%;
    border-radius: 0px 20px 20px 0px;
    padding: 60px 60px 75px 207px;
    box-shadow: 5px 5px 0px #76787b;
    margin-bottom: 50px;
    z-index: 2;
    position: absolute;
    top: 6%;
}

.headerTitle h2 {
    font-size: 45px;
    font-family: museoSansRoundedLight;
}

.headerContent {
    Font-size: 20px;
    font-family: museoSansRounded;
}

.sectionTitleDescription {
    padding-bottom: 20px;
}

    .sectionTitleDescription.Education {
        padding-bottom: 20px;
        padding-left: 15px;
    }

        .sectionTitleDescription.Education h2 {
            color: #0099a9;
        }

.featuredContainer {
    width: 876px;
}

.featuredContent {
    min-height: 40px;
}

    .featuredContent p {
        margin-bottom: 0px;
        padding-bottom: 10px;
    }

.featuredSectionCards {
    padding: 10px 15px 15px;
    min-height: 300px;
    background-color: #fff;
    line-height: 1.4;
}

    .featuredSectionCards.education {
        border: 1px solid #76787b;
    }

.featuredSectionImage {
    text-align: center;
    background-color: #fff;
    height: 160px;
    overflow: hidden;
}

    .featuredSectionImage.products img {
        height: 160px;
        max-width: unset;
    }

    .featuredSectionImage img {
        max-width: 255px;
        height: auto;
    }

.featuredSectionInformation {
    padding: 0px 10px;
}

    .featuredSectionInformation .row {
        margin-top: 0px !important;
    }

.featuredSectionTitle {
    padding: 10px 0px;
    min-height: 70px;
}

.featuredCourses .featuredSectionTitle {
    max-height: 170px;
}

.featuredSectionDescription {
    min-height: 140px !important;
    padding-bottom: 10px
}

.item-content {
    height: 230px;
    position: relative;
    overflow: auto;
    margin-bottom: 5px;
}

    .item-content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
        border-radius: 15px;
        opacity: 0.5;
    }

    .item-content::-webkit-scrollbar {
        width: 4px;
        opacity: 0.5;
    }

    .item-content::-webkit-scrollbar-thumb {
        border-radius: 10px;
        opacity: 0.5;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    }

.item-content-shadow {
    content: '';
    width: 100%;
    height: 50px;
    margin-top: -50px;
    -webkit-box-shadow: inset 0 -50px 30px -30px #fff;
    box-shadow: inset 0 -50px 30px -30px #fff;
    position: relative;
}

.featuredCourses .featuredSectionDescription {
    min-height: 120px;
}

.featuredSectionText {
    line-height: 1.4;
}

.row.price {
    font-size: 14px;
}

.featuredSectionCourseType {
    margin-top: 10px;
}

.featuredSectionInformation i.fa.fa-cart-plus {
    font-size: 30px;
    color: #0099a9;
}

.featuredSectionInformation a.btn-default.btn.add-to-cart {
    border: none;
    background-color: transparent;
    background-image: none;
    padding: 0px;
    box-shadow: none;
}

.featuredSectionButton {
    margin-top: 10px;
    text-align: center;
}

    .featuredSectionButton a.btn.btn-primary {
        width: 100%;
    }

.textRight {
    text-align: right;
}

.splashSearchBar {
    text-align: center;
    margin: 25px;
}

    .splashSearchBar input {
        width: 300px;
        height: 42px;
        border: 1px solid #76787b;
        padding: 0px 20px;
        border-right: none;
        box-shadow: 3px 3px 0px rgba(70, 71, 69, 0.6);
        vertical-align: middle;
    }

button.btn.btn-primary.search {
    min-width: auto;
    height: 42px;
    border-radius: 0px;
    background-color: #fff;
    background-image: none;
    color: #76787b;
    border: 1px solid #76787b;
    border-left: none;
    margin-left: -4px;
    box-shadow: 3px 3px 0px rgba(70, 71, 69, 0.6);
}

.categorySearchSectionTitle h2 {
    text-align: center;
    color: #76787b;
    padding-bottom: 20px;
}

.categoriesRowEducation .col-md-3.col-sm-4 {
    padding: 0px 10px 20px;
    margin: 0px;
}

.row.categoriesRow .col-md-3, .categorySearch .col-md-3 {
    padding: 0px 10px 20px;
    margin: 0px;
}

.categorySearch {
    display: table;
    height: 250px;
    width: 100%;
}

    .categorySearch a.categoriesButton {
        border-radius: 0px;
        display: table-cell;
        padding: 0px 20px;
        text-align: center;
        font-size: 20px;
        color: #fff;
        font-family: museoSansRounded;
        width: auto;
        margin: 0;
        vertical-align: middle;
        line-height: 1.4;
    }

a.categoriesButton:hover {
    text-decoration: none;
}

.buttonColor1 {
    background-color: #9aca3c;
}

    .buttonColor1:hover {
        background-color: #8bb736;
    }

.buttonColor2 {
    background-color: #0099a8;
}

    .buttonColor2:hover {
        background-color: #008996;
    }

.buttonColor3 {
    background-color: #659ad2;
}

    .buttonColor3:hover {
        background-color: #5c8bbc;
    }

.buttonColor4 {
    background-color: #00b085;
}

    .buttonColor4:hover {
        background-color: #019d77;
    }

.buttonColor5 {
    background-color: #5f8fa6;
}

    .buttonColor5:hover {
        background-color: #547e92;
    }

.buttonColor6 {
    background-color: #00b4bc;
}

    .buttonColor6:hover {
        background-color: #01a0a7;
    }

.buttonColor7 {
    background-color: #68c185;
}

    .buttonColor7:hover {
        background-color: #5dac77;
    }

.buttonColor8 {
    background-color: #6c8e72;
}

    .buttonColor8:hover {
        background-color: #5d7a62;
    }

/*Search Results Pages Styles*/
.form-group.footable-filtering-search button.btn.btn-primary {
    background-image: none;
    background-color: transparent;
    border: 1px solid #ccc;
    color: #555;
    border-left: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.table-container.educationTable .form-group,
.table-container.newsTable .form-group {
    padding: 20px 20px 20px 20px;
    width: 73%;
    float: left;
    text-align: center;
    margin: 0 auto;
}

.table-container.educationTable select.form-control,
.table-container.newsTable select.form-control {
    margin: 0px 20px;
}

.table-container.educationTable .form-group.footable-filtering-search.col-md-12,
.table-container.newsTable .form-group.footable-filtering-search {
    width: 26%;
    float: left;
}

.newsTable button.btn.btn-default.dropdown-toggle {
    display: none;
}

.educationTable .input-group-btn button.btn.btn-primary,
#filter-form-container .input-group-btn button.btn.btn-primary {
    min-width: 50px !important;
}

.table-container.educationTable img {
    width: 100px;
}

tr.footable-detail-row, span.footable-toggle.fooicon {
    display: none;
}

.table-container.educationTable th.footable-sortable {
    display: none !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #0099a9;
    border-color: #0099a9;
}

.pagination > li > a, .pagination > li > span {
    color: #0099a9;
}

.table-container.productsTable h4, .table-container.educationTable h4,
.table-container.newsTable h4, .table-container.resourcesTable h4 {
    font-weight: 700;
    margin-bottom: 0px;
}

.newsTable td.footable-first-visible {
    width: 116px;
}

.table-container.productsTable td.footable-first-visible img,
.table-container.newsTable td.footable-first-visible img {
    max-width: 100px;
    max-height: 100px;
}

/*Item Detail Page Styles*/
.itemDetailImage img {
    max-width: 100%;
}

.itemDetailImage .sy-box {
    min-height: 260px;
}

.itemDetailTitle h2 {
    margin-top: 0px;
    font-family: museoSansRounded;
    line-height: 1.4;
    color: inherit;
}

.itemDetailTitle.products h2 {
    line-height: 1.4;
    margin-bottom: 10px;
}

.productTypeColumn {
    min-width: 120px;
}

.itemDetailSponsorImage img {
    width: 100px;
    float: right;
}

.itemDetailDescription {
    padding-top: 0px;
    padding-bottom: 20px;
}

    .itemDetailDescription img {
        max-width: 100%;
    }

.itemDetailPrices {
    text-align: right;
}

.productDetails {
    margin-bottom: 20px;
}

.productDetailAccordion .panel-body .col-md-9 {
    padding-bottom: 10px;
}

.productDetailAccordion i.fa.fa-chevron-down {
    float: right;
}

.productDetailAccordion .panel-title {
    color: #0099a9;
}

.productDetailAccordion .panel-heading.panel-sponsor {
    background-color: #038086;
    padding: 10px 15px;
    border-radius: 0px;
    background-image: none;
}

    .productDetailAccordion .panel-heading.panel-sponsor .panel-title,
    .productDetailAccordion .panel-heading.panel-sponsor .panel-title a:hover,
    .productDetailAccordion .panel-heading.panel-sponsor .panel-title a:focus {
        color: #fff;
    }

.updatedDate, .productDisclaimer {
    font-size: 12px;
    font-style: italic;
}

.membershipRadioSelect {
    text-align: left;
}

.priceRow {
    padding-bottom: 20px;
}

.addToCartButton .btn-primary {
    min-width: unset;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}

/*.educationCourseInformation #client_section1 {
    overflow: visible;
    background-color: tan;
}*/

.educationCourseInformation {
    background-color: #fff;
    padding-bottom: 15px;
    padding-top: 5px;
}

    .educationCourseInformation h3 {
        color: inherit;
        font-size: 16px;
        font-weight: bold;
        margin-top: 3.5em;
    }

    .educationCourseInformation .client_tabs {
        margin: 0px !important;
        width: auto !important;
    }

    .educationCourseInformation li.client_tab {
        padding-bottom: 0px;
    }

    .educationCourseInformation .client_tabs > .client_tab > [id^="client_tab"]:checked + label {
        background-color: #0099a7 !important;
        border-bottom: 1px solid #fff;
        font-weight: bold;
        color: #fff !important;
    }

    .educationCourseInformation #tab-content2, .educationCourseInformation #tab-content3,
    .educationCourseInformation #tab-content4, .educationCourseInformation #tab-content5 {
        left: 0px !important;
    }

.client_tabs .client_tab > label {
    line-height: 1.4;
    text-transform: capitalize !important;
    float: left;
    border: none;
    outline: none;
    padding: 15px 10px !important;
    transition: 0.3s;
    border: 1px solid #fff;
    max-width: 235px;
    min-height: 50px;
    height: 100%;
    font-weight: bold;
    color: #fff !important;
    font-size: 13px;
    background-color: #a8a9ae !important;
    min-width: 150px;
    text-align: center;
}

.educationCourseInformation .client_tabs .client_content {
    width: 100%;
    color: inherit !important;
}

/*Sponsor Logo Page*/
.sponsorLogosRow {
    text-align: center;
    padding: 25px 0px;
}

img.sponsorLogoPageImages {
    /*max-height: 65px;*/
    width: 50%;
    max-width: 100%;
}

.sponsorPageInformation {
    padding: 50px 100px 50px 52px;
    font-family: museoSansRounded;
    font-size: 20px;
}

    .sponsorPageInformation h3 {
        font-family: museoSansRoundedBold;
    }

    .sponsorPageInformation .btn-primary {
        font-weight: bold;
        text-shadow: none;
    }

        .sponsorPageInformation .btn-primary.white,
        .sponsorPageInformation .btn-primary.white:hover {
            color: #f89c3d !important;
            text-shadow: none;
        }

.sponsorSectionImage {
    height: 575px;
    overflow: hidden;
}

    .sponsorSectionImage img {
        width: 100%;
    }

/*Sponsor Portal Page*/
.sponsorPortalPageImage {
    width: 100%;
    text-align: center;
}

    .sponsorPortalPageImage img {
        max-width: 150px;
    }

.threeColumnContentSponsors.aboutSponsorPortal .aboutTextContent {
    min-height: 250px;
    padding: 50px 20px;
}

.sponsorPortalButton {
    text-align: center;
    padding: 35px 0px;
}

/*Sponsor Analytics Page*/
.sponsorAnalyticsAccordion .panel-group {
    margin-bottom: 0px;
}

.sponsorAnalyticsAccordion a {
    display: block;
    min-height: 25px;
    color: #0099a9;
}

select#sponsorList {
    color: #76787b;
    width: 225px;
    background-color: white;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    padding: 0.5em 3.5em 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #555 50%), linear-gradient(135deg, #555 50%, transparent 50%), linear-gradient(to right, #eee, #eee);
    background-position: calc(100% - 18px) calc(1em + 2px), calc(100% - 10px) calc(1em + 2px), 100% 0;
    background-size: 8px 6px, 8px 7px, 2.5em 2.5em;
    background-repeat: no-repeat;
}

.runAnalyticsButton {
    padding-top: 26px;
    margin: 0 auto;
    text-align: center;
}

.sponsorshipAtaGlanceRow {
    padding: 10px 0px;
    text-align: center;
    border-bottom: 1px solid #76787b;
}

.sponsorshipAtaGlanceInformation {
    padding: 5px 0px;
    text-align: center;
    border-bottom: 1px solid #76787b;
}

    .sponsorshipAtaGlanceInformation p {
        margin: 16px 0px;
        font-weight: bold;
    }

    .sponsorshipAtaGlanceInformation a {
        font-weight: bold;
    }

        .sponsorshipAtaGlanceInformation:nth-child(even),
        .sponsorshipAtaGlanceInformation a:nth-child(even) {
            background: #e6e7e9;
            color: #76787b;
        }

    .sponsorshipAtaGlanceInformation:nth-child(odd),
    .sponsorshipAtaGlanceInformation:nth-child(odd) a {
        background: #01aa81;
        color: #fff;
    }

/*Innovation Pages*/
.innovationCategories {
    padding: 75px 100px;
    color: #fff;
}

    .innovationCategories a:hover {
        text-decoration: none;
    }

.innovationHeaderTitle h2 {
    text-align: center;
    color: #fff;
}

.innovationHeaderBody {
    min-height: 118px;
}

    .innovationHeaderBody p {
        font-family: museoSansRounded;
        color: #fff;
        font-size: 16px;
    }

.innovationHeaderImage {
    text-align: center;
}

a.innovationAnchor {
    display: block;
    height: 10px;
    width: 10px;
    background-color: transparent;
    z-index: 2;
    position: absolute;
    margin-top: -52px;
}

.innovationResources {
    height: 500px;
    overflow: hidden;
}

    .innovationResources img {
        width: 100%;
    }

    .innovationResources .resourcesText {
        left: 5%;
        top: 7%;
        height: 350px;
    }

        .innovationResources .resourcesText .btn-primary.white {
            margin: 0 auto;
        }

/*News Styles*/
.news .featuredSectionCards {
    background-color: #fff;
    border: 1px solid #a7a9ab;
}

.news .featuredSectionTitle {
    padding: 10px 20px 5px;
    min-height: 58px;
}

.news .featuredSectionButton .btn-primary.mint {
    background-color: #68c085;
}

/*Focus Groups Styles*/
.focusGroups .featuredFocusContent .featuredSectionTitle {
    padding: 20px 20px 5px;
    color: #76787b;
    min-height: 110px;
    font-family: openSansRegular;
    font-size: 18px;
}

.itemDetailDescriptionLink {
    display: block;
    width: 100%;
    word-break: break-all;
}

.featuredFocusContent {
    background-color: #fff;
}

.focusGroupSponsor {
    text-align: right;
}


/*Polls Styles*/
.featuredSectionCards0 {
    background-color: #99ca3c;
    padding: 15px;
}

.featuredSectionCards1 {
    background-color: #0099a8;
    padding: 15px;
}

.featuredSectionCards2 {
    background-color: #00af85;
    padding: 15px;
}

.polls .featuredSectionTitle,
.featuredFocusContent .featuredSectionTitle {
    padding: 35px 20px 10px;
    color: #fff;
    min-height: 110px;
    font-family: openSansRegular;
    font-size: 18px;
    line-height: 1.4;
}

.polls .featuredSectionDescription,
.focusGroups .featuredSectionDescription,
.news .featuredSectionDescription {
    background-color: #fff;
    padding: 10px 20px 20px;
}

.polls .featuredSectionText, .focusGroups .featuredSectionText,
.news .featuredSectionText {
    min-height: 146px;
}

.polls .featuredSectionButton, .focusGroups .featuredSectionButton {
    margin-top: 30px;
}

    .polls .featuredSectionButton a.btn.btn-primary,
    .focusGroups .featuredSectionButton a.btn.btn-primary,
    .news .featuredSectionButton a.btn.btn-primary {
        min-width: auto;
    }

.viewAllFeaturedLink {
    padding-top: 70px;
    text-align: center;
}

.pollListView {
    padding: 20px 0px;
    padding-top: 0;
}

.pollTitle h4 {
    margin-bottom: 0px;
}

.row.pollListItem {
    border-top: 1px solid #ddd;
    padding: 15px;
}

.pollListStartDate, .pollListEndDate {
    float: left;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    margin-left: 10px;
}

#pollBody {
    padding: 50px 20px 60px;
}

    #pollBody ul {
        list-style-type: none;
    }

    #pollBody p {
        font-size: 16px;
    }

    #pollBody .btn-primary {
        font-weight: bold;
    }

.name-header {
    text-align: left !important;
}

rect {
    fill: #0099a9;
}

.returnButton {
    padding: 40px 0px;
}

/*Resources Page Styles*/
.aboutDiscussionBoard h4 {
    color: #76787b;
}

.resourcesCategories .container {
    width: 885px;
}

.resourcesCategories .col-md-4.col-sm-4 {
    padding: 0px 10px 20px;
    margin: 0px;
}

.resourcesTable .form-group, .productsTable .form-group {
    padding: 20px 20px 20px 20px;
    width: 75%;
    float: left;
    text-align: center;
    margin: 0 auto;
}

    .resourcesTable .form-group.footable-filtering-search,
    .productsTable .form-group.footable-filtering-search {
        width: 25%;
    }

.resourcesTable select.form-control,
.productsTable select.form-control {
    margin: 0px 20px;
}

.resourcesTable td,
.resourcesTable td * {
    max-height: initial !important;
}

.resourceDetail .itemDetailImage img {
    display: none;
}

.aboutTextContent.aboutSectionCenteredContent.aboutDiscussionBoard {
    padding: 50px 50px 50px 50px;
}

/*Discussion Board Styles*/
.forum-thread {
    padding: 10px 0px;
}

.post-summay-meta {
    font-weight: 300;
    padding: 5px 0px;
}

.titleAndSubscribe {
    border-bottom: 1px solid #eee;
}

.form-control {
    font-size: 15px;
}

#tinymce p {
    font-size: 15px;
    font-family: openSansRegular;
    color: #76787b;
    line-height: 1.8;
}

.mce-container, .mce-container *, .mce-widget, .mce-widget *, .mce-reset, .mce-content-body {
    font-size: 15px;
    font-family: openSansRegular;
    color: #76787b;
    line-height: 1.8;
}

.page-header {
    padding-bottom: 10px;
    margin: 0px;
}

    .page-header h2 {
        margin-top: 0px;
    }

.subscribeButtons {
    text-align: center;
}

.threadReplies .subscribeButtons {
    display: block;
    text-align: center;
}

.reply-btn {
    background-color: #f89c3d;
    color: #fff;
    background-image: none;
    border: none;
    border-radius: 0px;
    padding: 10px 20px;
    margin-bottom: 10px;
}

    .reply-btn:hover {
        background-color: #ed953a;
        color: #fff;
    }

.subscribe-btn {
    background-color: #f89c3d;
    color: #fff;
    background-image: none;
    border: none;
    border-radius: 0px;
    padding: 10px 20px;
    margin-bottom: 10px;
}

    .subscribe-btn:hover {
        background-color: #ed953a;
        color: #fff;
    }

.unsubscribe-btn {
    background-color: #99ca3c;
    color: #fff;
    background-image: none;
    border: none;
    border-radius: 0px;
    padding: 10px 20px;
    margin-bottom: 10px;
}

    .unsubscribe-btn:hover {
        background-color: #91bf3a;
        color: #fff;
    }

.forum-intro {
    padding: 20px 10px;
}

.threadReplies .forum-intro {
    display: none;
}

.post-detail {
    border-bottom: 1px solid #eee;
    padding: 25px 0px;
}

.post-detail-info {
    width: 100%;
    padding: 10px;
}

    .post-detail-info .post-author {
        text-align: center;
    }

.post-date {
    font-size: 12px;
    text-align: center;
    font-style: italic;
}

.post-title h3 {
    margin-top: 0px;
}

.post-detail-body {
    padding: 0px 10px 10px 10px;
}

a.post-edit, a.post-delete {
    padding: 10px;
}

.forum-reply-form legend {
    border-bottom: none;
}

    .forum-reply-form legend h4 {
        font-weight: bold;
        color: #0099a9;
    }

.threadReplies .availableAttachments {
    display: none;
}

.availableAttachments {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 20px 0px;
    padding: 20px 0px;
}

    .availableAttachments h5 {
        color: #76787b;
        margin-top: 0px;
    }

.forumReplyButton {
    margin-top: 40px;
}

/*Shopping Cart and Checkout*/
.cartmodal .modal-content {
    padding: 20px;
}

.surveymodal .modal-content {
    padding: 30px;
    border-radius: 30px;
}

.shoppingCartModalText {
    text-align: center;
    padding: 20px;
    font-size: 18px;
}

span.course-name {
    font-weight: bold;
    font-size: 20px;
}

.shoppingCartModalButtons {
    height: 80px;
    padding: 20px;
}

#renderShoppingCart {
    padding-bottom: 25px;
}

.shoppingCartHeader {
    border-bottom: 2px solid #e6e7e9;
    padding: 20px 0px;
}

.shoppingCartHeader {
    border-bottom: 2px solid #e6e7e9;
    padding: 20px 0px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th,
.table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

.shoppingCart {
    margin-top: 50px;
}

    .shoppingCart th {
        text-align: center;
    }

td.quantity {
    text-align: center;
}

input.invoice-qty {
    width: 75px;
    text-align: right;
}

td.price, .item-price {
    text-align: center;
}

td.shoppingCartTableButtons {
    text-align: center;
}

.shoppingCartTableButtons .btn-primary {
    min-width: 88px;
}

.shoppingCartButtons {
    width: 225px;
    float: right;
    margin-bottom: 20px;
}

    .shoppingCartButtons .btn-primary {
        float: left;
        margin-top: 20px;
    }

.addressColumn {
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}

select.form-control.billing-address.address-list {
    width: 100%;
}

h3#addressModal {
    width: 250px;
    float: left;
}

.addressModalButtons {
    margin: 0 auto;
    text-align: center;
}

    .addressModalButtons button.btn.btn-primary {
        min-width: unset;
        width: 100px;
    }

.form-group.paymentInfoForm {
    padding: 30px 20px;
}

.paymentInfoForm .form-control {
    margin-bottom: 5px;
}

.checkoutButtons {
    text-align: center;
    padding: 20px;
}

/*Contact Us Page*/
.contactUsPageHeader {
    font-size: 30px;
    font-family: museoSansRoundedLight;
}

.contactUsPageInformation {
    padding: 55px 30px 90px 52px;
}

.contactInformation {
    padding: 10px 0px 20px;
}

    .contactInformation a {
        color: #fff;
    }

.aboutSectionImages.contactPage img {
    width: 100%;
}

.contactUsPageInformationForm {
    padding: 60px 30px 0px 52px;
}

.contactForm .form-group {
    padding: 5px 0px;
}

.contactForm .form-control {
    border-radius: 0px;
    box-shadow: 3px 3px 0px rgba(70, 71, 69, 0.6);
}

.contactForm .selectOption .form-control {
    border-radius: 5px;
    box-shadow: 3px 3px 0px rgba(70, 71, 69, 0.6);
}

.contactFormSubmitButton {
    padding: 35px 0px;
}


/*Browser Specific Styles*/
/*Firefox only*/
@-moz-document url-prefix() {
    .splashSearchBar input {
        padding: 5px 20px;
    }
}

.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

/*.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
        padding-left: 10px;
        border: none !important;
    }*/

.ui-menu {
    padding-bottom: 1px !important;
}

    .ui-menu li {
        padding-bottom: 0 !important;
    }

        .ui-menu li:nth-of-type(even) {
            background-color: #e6e7e9 !important;
        }

        .ui-menu li:nth-of-type(odd) {
            background-color: white !important;
        }

.grid-5 {
    padding: 15px 0;
    margin: 50px 0;
}

.background-striped {
    background: repeating-linear-gradient( 135deg, #76787b, #76787b 15px, #818285 15px, #818285 17px );
}

.grid-5 h2 {
    font-size: 38px;
    margin-bottom: 0px;
    line-height: 55px;
}

.grid-5 p {
    max-width: 560px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 25px;
}

.grid-5 .categoryContainer {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.linkRow {
    padding: 50px 0;
}

.grid-5 .categoryContainer > div {
    width: 100%;
    display: block;
    height: 0;
    padding-bottom: 100%;
}

.categoryContainer.activeNavItem {
    border: 10px solid #0099a9;
}


.grid-5 .categoryContainer a.categoriesButton {
    padding: 0px 20px;
    text-align: center;
    font-size: 20px;
    font-family: museoSansRounded;
    vertical-align: middle;
    line-height: 1.4;
    width: 135px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-decoration: none !important;
}

.splash-tiles .categoryContainer a.categoriesButton {
    width: 100%;
}

.grid-5 a.categoriesButton {
    color: #76787b;
}


.grid-5 .categoriesButton:hover {
    color: #0099a9;
}

.grid-5.splash-tiles .categoryContainer a.categoriesButton {
    color: white;
}

.grid-5 .categoryContainer:hover {
    /*background-color: #eee;*/
    opacity: 0.7;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*.extendedRow {
    max-width: 1400px;
    padding: 15px;
    margin: 50px auto;
}

    .extendedRow .categorySearch {
        height: 200px;
        margin-bottom: 30px;
    }

        .extendedRow .categorySearch a.categoriesButton {
            color: #76787b;
        }*/
/*Mobile Styles*/
@media screen and (min-width: 1570px) {
    .hcpImageOne img {
        width: 100%;
        height: auto;
    }

    .pageBannerHeader img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 1550px) and (min-width: 1400px) .pageBannerHeader.educationSplash img {
    width: 100%; height: auto;
}

}

@media screen and (min-width: 1505px) {
    .hcpUnauthenticated img {
        width: 100%;
    }

    .hcpImageOne img {
        width: 100%;
        height: auto;
    }

    .pageBannerHeader.educationSplash {
        height: 650px;
        margin: 0px;
        overflow: hidden;
    }

    .aboutSectionImages.hcpImageOne {
        height: 455px;
    }
}

@media screen and (max-width: 1337px) {
    .innovationHeaderBody {
        min-height: 145px;
    }
}


@media screen and (max-width: 1250px) {
    .resourcesHome, .innovationHome {
        height: auto;
    }
}

@media screen and (min-width: 1076px) and (max-width: 1350px) {
    .homeBanner .pageHeaderText {
        padding: 110px 40px 75px 25px;
    }

    .pageBannerHeader.educationSplash {
        height: 810px;
        margin: 0px;
        overflow: hidden;
    }

        .pageBannerHeader.educationSplash img {
            width: 100%;
            height: auto;
        }
}

@media screen and (min-width: 1076px) and (max-width: 1235px) {
    .pageBannerHeader.educationSplash {
        height: 810px;
        margin: 0px;
        overflow: hidden;
    }

        .pageBannerHeader.educationSplash img {
            width: auto;
            height: 810px;
        }
}

/*Medium Viewport BreakPoint*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .featuredSectionDescription {
        min-height: 150px;
    }

    .featuredCourses .featuredSectionTitle {
        min-height: 90px;
    }

    .featuredCourses .featuredSectionDescription {
        min-height: 145px;
    }

    .featuredSectionButton a.btn.btn-primary {
        min-width: unset;
    }

    .aboutSectionImages.aboutDanaOne {
        height: 1030px;
    }

    .providersOne .aboutSectionImages.aboutDanaOne img {
        height: 100%;
        position: absolute;
        right: -125%;
    }
}

@media screen and (max-width: 1199px) {
    .client_content {
        margin-top: 65px;
    }
}

@media screen and (max-width: 1550px) and (min-width: 1142px) {
    .pageBannerHeader.educationSplash img {
        width: 100%;
        height: 740px;
    }

    .pageBannerHeader.educationSplash {
        height: 650px;
    }
}

@media screen and (max-width: 1215px) and (min-width: 1042px) {
    .resources img {
        width: auto !important;
        height: 685px !important;
    }
}

@media screen and (min-width: 1142px) {
    .hcpUnauthenticated img {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 1075px) and (max-width: 1400px) {
    .pageBannerHeader {
        height: 685px;
    }

        .pageBannerHeader img {
            width: auto;
            height: 685px;
        }

    .innovation img, .resources img {
        width: 100%;
        height: auto;
    }

    .pageBannerHeader.educationSplash {
        height: 740px;
    }
}

@media screen and (min-width: 1076px) and (max-width: 1212px) {

    .pageBannerHeader.products {
        height: 760px;
    }

        .pageBannerHeader.products img {
            height: 770px;
        }

    .pageBannerHeader.educationSplash {
        height: 850px;
    }

        .pageBannerHeader.educationSplash img {
            width: auto;
            height: 870px;
        }

    .pageBannerHeader.innovation {
        height: 720px;
    }

        .pageBannerHeader.innovation img {
            width: auto;
            height: 740px;
        }

    .pageBannerHeader.resources {
        height: 810px;
    }

        .pageBannerHeader.resources img {
            width: auto;
            height: 820px !important;
        }

    .aboutSectionImages.aboutDanaOne {
        height: 895px;
    }

    .aboutSectionImages.hcpImageOne {
        height: 600px;
    }

    .providersOne .aboutSectionImages {
        height: 960px;
        overflow: hidden;
    }

    .aboutSectionImages.providersTwo {
        height: 690px;
    }
}

@media screen and (min-width: 1213px) and (max-width: 1420px) {
    .providersOne .aboutSectionImages {
        height: 855px;
        overflow: hidden;
    }

    .aboutSectionImages.aboutDanaOne {
        height: 867px;
    }

    .aboutSectionImages.providersTwo {
        height: 610px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 30000px) {
    .pageBannerHeader {
        height: 585px;
    }

        .pageBannerHeader img {
            width: 100%;
            height: 585px;
        }

        .pageBannerHeader.educationSplash {
            height: 700px;
        }

        .pageBannerHeader.resources {
            height: 680px;
        }

        .homeBannerImage img, .pageBannerHeader.products img,
        .pageBannerHeader.educationSplash img {
            width: 100%;
            height: auto;
        }

    .innovation img, .resources img {
        width: 100%;
        height: auto;
    }

    .aboutSectionImages.aboutDanaOne {
        height: 805px;
    }

    .aboutSectionImages.hcpImageOne {
        height: 490px;
    }

        .aboutSectionImages.hcpImageOne img {
            width: auto;
            height: 100%;
        }
}

@media screen and (max-width: 1075px) {
    .pageHeaderText {
        max-width: 95%;
        margin-top: 45px;
        border-radius: 20px;
        padding: 50px 50px 50px 50px;
        box-shadow: 5px 5px 0px #76787b;
        margin-bottom: 50px;
    }

    .homeBanner .pageHeaderText {
        max-width: 95%;
        width: 95%;
        border-radius: 20px 0px 0px 20px;
        padding: 30px 20px 30px 30px;
        box-shadow: none;
        margin-bottom: 0px;
        top: 0;
        right: 0;
    }

    .pageBannerHeader.educationSplash {
        width: 100%;
        height: 600px;
    }

    .pageBannerHeader img {
        width: auto;
        height: 600px;
    }

    .pageBannerHeader.educationSplash img {
        width: 100%;
        height: 600px;
    }

    .innovation img {
        width: 100%;
        height: 600px;
    }

    .sponsorSectionImage {
        height: auto;
        overflow: hidden;
    }

        .sponsorSectionImage img {
            height: 100%;
        }

    .aboutSectionImages.hcpImageOne {
        height: 635px;
    }

    .providersOne .aboutSectionImages {
        height: 1010px;
        overflow: hidden;
    }

    .aboutSectionImages.providersTwo {
        height: 745px;
    }
}

@media (max-width: 1134px) and (min-width: 992px) {

    .hotTopicText, .meetTitle {
        padding: 0;
    }

    .hcpUnauthenticatedContainer {
        height: 472px;
        overflow: hidden;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {

    .pageBannerHeader {
        height: 600px;
    }

    .navbar-collapse.collapse {
        padding-bottom: 0px;
        display: none !important;
        height: auto;
        overflow: visible !important;
        overflow-y: scroll !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
        display: block !important;
    }
}

/*Small Viewport BreakPoint*/
@media screen and (max-width: 992px) {
    .hero-wrapper {
        background-image: none !important;
    }

    .homeBanner {
        height: auto;
    }

    .hcpUnauthenticated img {
        height: auto;
        width: 100%;
    }

    .homeFirstContentZone p {
        padding: 0px 0px;
    }

    .resourcesHome, .innovationHome {
        height: 370px;
    }

        .resourcesHome img, .innovationHome img {
            height: 100%;
            width: auto;
        }

    .featuredSectionCards, .featuredSectionCards0, .featuredSectionCards1,
    .featuredSectionCards2 {
        margin-bottom: 20px;
    }

    .featuredContainer {
        width: auto;
    }

    .threeColumnContent .aboutTextContent {
        min-height: unset;
    }

    .threeColumnContentSponsors .aboutTextContent {
        min-height: unset;
    }

    .account-wall {
        width: auto;
        margin-bottom: 0px;
        margin-top: 10px;
    }

    #createAccountContainer {
        width: 340px;
    }

    .form-signin {
        width: auto;
    }

    .logInFields {
        width: 340px;
    }

    .footer .floatRight {
        float: left;
    }

    .copywrite {
        padding: 0px;
        clear: both;
    }

    .aboutSectionImages.hcpImageOne {
        max-height: 730px;
        height: auto;
    }

    .aboutSectionImages img {
        /*width: 100%;*/
    }

    .aboutSectionImages.hcpImageOne img {
        width: 100%;
    }

    .providersOne .aboutSectionImages {
        max-height: 600px;
        height: auto
    }

        .providersOne .aboutSectionImages img,
        .providersOne .aboutSectionImages.aboutDanaOne img {
            width: 100%;
            position: unset;
            right: unset;
        }

    .aboutSectionImages.providersTwo {
        max-height: 440px;
        height: auto;
    }

    .aboutSectionImages.aboutDanaOne {
        max-height: 500px;
    }

    .aboutSectionImages.aboutDanaTwo {
        max-height: 400px;
        text-align: center;
    }

    .aboutSectionImages.sponsorPage {
        padding: 60px 0px;
    }

    .table-container.educationTable .form-group {
        padding: 10px 5px 10px 5px;
        width: 100%;
        float: left;
        text-align: left;
    }

    .table-container.educationTable select.form-control {
        margin: 0px 15px 0px 0px;
    }

    .table-container.educationTable .form-group.footable-filtering-search.col-md-12 {
        width: 100%;
        float: left;
    }

    .resourcesTable .form-group, .productsTable .form-group {
        padding: 10px 10px 10px 10px;
        width: 100%;
        float: left;
        text-align: left;
    }

        .resourcesTable .form-group.footable-filtering-search,
        .productsTable .form-group.footable-filtering-search,
        .newsTable .form-group.footable-filtering-search {
            width: 100%;
        }

    .resourcesTable select.form-control,
    .productsTable select.form-control {
        margin: 10px 0px;
    }

    .productsTable td.footable-first-visible img {
        display: none;
    }

    .contactUsPageInformation {
        padding: 0px 30px 0px 52px;
    }

    .contactInformation {
        padding: 10px 0px 0px;
    }

    .aboutSectionImages.hcpImageOne {
        max-height: 730px;
        height: auto;
    }
}

@media screen and (max-width: 900px) {
    .resourcesCategories .container {
        width: auto;
    }
}

@media screen and (max-width: 885px) {

    /*.row.pageBannerHeader.homeBanner {
        height: 400px;
        margin: 0px;
        overflow: hidden;
    }*/

    button.slick-next.slick-arrow {
        display: none !important;
    }

    .hcpUnauthenticated img {
        height: auto;
        width: 100%;
    }

    .sponsorPageInformation {
        padding: 0px 50px 0px 50px;
        font-family: museoSansRounded;
        font-size: 18px;
    }

    .innovationCategories {
        padding: 75px;
        color: #fff;
    }

    .innovationHeaderBody {
        min-height: unset;
    }
}

/*Extra Small Viewport BreakPoint*/
@media screen and (max-width: 767px) {

    .hotTopicText {
        padding: 0;
    }

    .textRight {
        text-align: left;
    }

    .hcpUnauthenticatedContainer {
        background-color: #e6e7e9;
    }

    .splashSearchBar {
        text-align: center;
    }

        .splashSearchBar input {
            width: auto;
            height: 35px;
            border: 1px solid #76787b;
            padding: 20px;
        }

    .hcpUnauthenticatedText {
        width: 100%;
        right: 0;
    }

    .resourcesHome img, .innovationHome img {
        height: auto;
        width: 100%;
    }

    .resourcesText, .innovationText {
        height: auto;
        width: auto;
        padding: 15px;
    }

    .hcpUnauthenticated img {
        height: 100%;
        width: auto;
    }

    .educationDetailCat {
        margin-bottom: 25px
    }

    .page-header {
        padding-bottom: 10px;
        margin: 0px;
        border-bottom: none;
    }

    .headerTitle h2 {
        font-size: 35px;
        margin-top: 0px;
    }

    .headerContent {
        Font-size: 16px;
    }

    .pageBannerHeader img {
        height: 675px;
        width: auto;
    }

    .pageHeaderText {
        margin-top: 0px;
    }

    .subscribeButtons {
        text-align: left;
        height: auto;
        border-bottom: 1px solid #eee;
    }

    .btn-primary {
        min-width: unset;
    }

    .hCPLandingMemberContent .aboutSectionbutton {
        width: auto;
    }
}

@media screen and (max-width: 749px) {
    .form-signin {
        height: 80vh;
    }

    .logInFields {
        width: 100%;
        border-bottom: 1px solid #76787b;
        border-right: 0px solid #76787b;
        height: 285px;
    }

    #createAccountContainer {
        width: 100%;
        padding: 20px 0px 10px 0px;
    }

    .loginmodal .account-wall {
        width: auto;
    }

    .loginmodal .logInPageBackground {
        height: auto;
    }

    .loginmodal .modal-dialog {
        width: auto;
        margin: none;
    }

    .logInFields {
        width: 100%;
        height: auto;
        padding: 10px 0px 10px 0px;
    }

    .focusGroups .featuredFocusContent .featuredSectionTitle {
        min-height: unset;
    }

    .polls .featuredSectionText, .focusGroups .featuredSectionText, .news .featuredSectionText {
        min-height: unset;
    }

    .homeBannerImage {
        height: 615px;
    }
}


@media screen and (max-width: 519px) {
    .navbar-brand > img {
        height: 50px;
    }

    .client_content {
        margin-top: 175px;
    }

    /*.row.pageBannerHeader.homeBanner {
        height: 325px;
        margin: 0px;
        overflow: hidden;
    }

    .homeBannerImage {
        height: 325px;
    }*/

    .meetDanaText p {
        font-size: 20px;
        padding-bottom: 0px;
        line-height: 1.6;
    }

    .meetDanaTitle p {
        width: auto;
    }

    p.meetTitle {
        font-size: 40px;
        float: left;
        padding-top: 31px;
        padding-right: 10px;
        font-family: museoSansRoundedLight;
    }

    p.danaTitle {
        font-size: 70px;
        float: left;
        font-family: museoSansRoundedBold;
        padding-top: 6px;
    }

    .col-md-12.homeFirstContentZone {
        padding: 0px;
    }

    .homeFirstContentZone p {
        font-size: 18px;
        line-height: 1.6;
    }

    .resourcesHome, .innovationHome {
        height: 320px;
    }

        .resourcesHome img, .innovationHome img {
            height: 100%;
            width: auto;
        }

    .resourcesText, .innovationText {
        left: 5%;
    }

    button.slick-next.slick-arrow {
        display: none !important;
    }

    .pageBannerHeader {
        height: auto;
        margin: 0px;
        overflow: hidden;
    }

    .row.homeMainBodyText {
        padding: 40px 0px;
    }

    .aboutBanner h1 {
        line-height: 1.4;
    }

    .aboutTextContent {
        padding: 20px;
    }

    .categorySearch, .category-btn {
        height: 150px;
    }

    .contactUsPageHeader {
        font-size: 20px;
        font-family: museoSansRoundedLight;
    }

    .aboutSectionImages.aboutDanaTwo {
        max-height: 250px;
        text-align: center;
    }

        .aboutSectionImages.aboutDanaTwo img {
            width: auto;
            height: 100%;
        }

    .innovationResources {
        height: 245px;
        overflow: hidden;
    }

        .innovationResources .resourcesText {
            height: 230px;
        }

    .membershipRadioSelect {
        text-align: left;
        height: 53px;
    }
}

@media screen and (max-width: 450px) {
    .cartmodal .modal-content {
        padding: 0;
    }
}

@media screen and (max-width: 375px) {
    .cartmodal .modal-body {
        padding: 0;
    }

    p.meetTitle {
        font-size: 35px;
    }

    p.danaTitle {
        font-size: 65px;
    }

    .resourcesHome, .innovationHome {
        padding: 0px;
    }

    .resourcesText, .innovationText {
        height: auto;
        width: auto;
        padding: 10px;
    }
}

/*Change the Breakpoint of the hamburger navigation to trigger at 1000 pixels*/
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
        padding: 0px 15px;
    }

    .navbar-toggle {
        display: block;
    }

    nav.navbar.navbar-default.navbar-fixed-top .container {
        width: 100%;
        padding: 0px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: unset;
        height: 100%
    }

    /*.navbar-collapse.collapse:not(.in) {
        display: none!important;
    }*/

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    #example-navbar-collapse {
        box-shadow: rgba(70, 71, 69, 0.4) 0px 6px 10px;
        border-bottom: 1px solid rgb(231, 231, 231);
        padding: 15px;
        margin: 0px;
    }

    .rightNavigation {
        float: left;
        width: 250px;
        text-transform: uppercase;
    }

        .rightNavigation li {
            float: left;
            padding: 10px 15px;
        }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}


.help-tip {
    display: block;
    text-align: center;
    background-color: #069dac;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    cursor: default;
    margin-top: 4px;
    margin-left: -15px;
}

    .help-tip:before {
        content: '?';
        font-weight: bold;
        color: #fff;
    }

.password-requirements {
    text-align: left;
}

    .password-requirements ul {
        list-style: none;
    }

    .password-requirements li {
        padding: 0;
        margin: 0;
    }

.tooltip-inner {
    max-width: 350px; /* set this to your maximum fitting width */
    width: inherit; /* will take up least amount of space */
}

.button-certificates {
    display: none;
}

.usermodal .modal-header {
    background-color: #99ca3c;
}

.usermodal .modal-title {
    color: white;
}

.usermodal .modal-header .close {
    margin-top: -25px;
}

button.close {
    box-shadow: none;
}

@media print {
    html, body {
        border: none;
        margin: 0;
        height: 99%;
        page-break-after: avoid;
        page-break-before: avoid;
    }

    .hide-on-print {
        display: none;
    }

    .bodyContent {
        margin-top: 0;
    }
}


.certificate-layout .sectionTitleDescription {
    padding: 0;
    padding: 0 0 25px 0;
}

    .certificate-layout .sectionTitleDescription h1 {
        font-family: museoSansRoundedLight;
        font-size: 40px;
        margin-bottom: 0;
    }

    .certificate-layout .sectionTitleDescription p {
        padding: 0;
        margin: 0;
    }

.certificate-layout.certificate-program .sectionTitleDescription h3 {
    margin: 0;
}

.certificate-layout.certificate-program .sectionTitleDescription .short-description {
    margin-bottom: 15px;
}

.certificate-layout .link-box {
    max-width: 210px;
    box-shadow: 5px 5px 0px #76787b;
    height: 135px;
    padding: 25px 20px;
    float: right;
    font-weight: 600;
    display: inline-block;
}

    .certificate-layout .link-box a {
        color: white;
    }

    .certificate-layout .link-box:after {
        clear: both;
    }

.certificate-layout .company-logo > img {
    max-height: 100px;
    max-width: 100%;
    width: auto;
}

.certificate-layout .aboutTextContent {
    padding-left: 0;
    padding-right: 0;
}

.font-20 {
    font-size: 20px;
    line-height: 1.75;
}

.certificate-layout ol,
.certificate-layout ul {
    margin-left: 0;
    padding: 0 15px;
}

    .certificate-layout ol li,
    .certificate-layout ul li {
        padding-bottom: 0;
    }


.certificate-layout .nav-tabs.nav-justified > li > a {
    border: none !important;
    border-radius: 0 !important;
    color: #76787b;
    font-weight: bold;
    background-color: #f6f6f6;
}

    .certificate-layout .nav-tabs.nav-justified > li.active > a,
    .certificate-layout .nav-tabs.nav-justified > li > a:hover {
        color: inherit;
    }

    .certificate-layout .nav-tabs.nav-justified > li > a:hover {
        background-color: #ddd;
    }

.certificate-layout .nav-tabs.nav-justified > li.active > a {
    background-color: #0099a9;
    color: white;
}


.certificate-layout .nav-tabs.nav-justified > li {
    padding: 0 3px;
}

    .certificate-layout .nav-tabs.nav-justified > li:first-of-type {
        padding-left: 0;
    }

    .certificate-layout .nav-tabs.nav-justified > li:last-of-type {
        padding-right: 0;
    }


.certificate-layout .teal-tab {
    background-color: #0099a9 !important;
}

.certificate-layout .nav-tabs.nav-justified > li > a.teal-tab {
    color: white !important;
    max-width: 300px;
}

.certificate-layout .tab-content {
    /*margin-bottom: 40px;*/
    padding-top: 20px;
    min-height: 500px;
}

.certificate-layout .tile-wrapper {
    border-top: none;
    /*height: 420px;*/
    overflow: hidden;
}

    .certificate-layout .tile-wrapper h2 {
        margin: 0;
    }

.certificate-layout .tile-content {
    padding: 25px;
}

.certificate-layout .featuredCourses {
    padding: 15px;
}

.certificate-layout .aboutColumnBanners h2 {
    font-size: 22px;
}

    .certificate-layout .aboutColumnBanners h2.text-bottom {
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        min-height: 100px;
        display: flex;
        align-items: flex-end;
    }

    .certificate-layout .aboutColumnBanners h2 p {
        margin: 0;
        padding: 0;
    }

.certificate-layout .img-url {
    max-height: 150px;
    width: auto;
    margin-top: 15px;
}

.certificate-layout .td,
.certificate-layout td * {
    max-height: unset !important;
}

.certificate-layout .featuredSectionCards {
    min-height: 480px;
}

#courseModal .modal-header {
    background-color: #99ca3c;
    color: white;
}

    #courseModal .modal-header .close {
        margin-top: -25px;
    }

.learn-more-btn {
    margin: 30px 0;
}

.certificate-layout .logo-wrapeper {
    height: 55px;
    margin-bottom: 10px;
    margin-top: 30px;
}

    .certificate-layout .logo-wrapeper img {
        max-height: 100%;
        width: auto;
    }

.certificate-layout .resource-link-box {
    position: relative;
    overflow: hidden
}

.certificate-layout .padding-10 {
    padding: 10px;
}

.certificate-layout .padding-10-20 {
    padding: 15px 10px;
}

.certificate-layout .item-content {
    height: 340px;
}
/*
    .certificate-layout .item-content:before {
        -webkit-box-shadow: inset 0 -30px 30px -30px #fff;
        box-shadow: inset 0 -30px 30px -30px #fff;
    }*/

.certificate-layout .backlink {
    padding: 25px 0;
    border-bottom: 1px solid black;
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
    .certificate-layout .aboutColumnBanners h2.text-bottom {
        min-height: 130px;
    }
}

@media (max-width: 920px) {
    .certificate-layout .aboutColumnBanners h2.text-bottom {
        min-height: 160px;
    }
}

@media (max-width: 768px) {
    .certificate-layout .aboutColumnBanners h2.text-bottom {
        min-height: 100px;
    }

    .productTypeColumn {
        min-width: 100px;
    }
}

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}

/*RESPONSIVE nav TABS*/
.responsive-tabs.nav-tabs {
    position: relative;
    z-index: 10;
    height: 42px;
    overflow: visible;
    border-bottom: none;
}

@media (min-width: 992px) {
    .responsive-tabs.nav-tabs {
        border-bottom: 1px solid #ddd;
    }
}

.responsive-tabs.nav-tabs span.glyphicon {
    position: absolute;
    top: 14px;
    right: 22px;
}

    .responsive-tabs.nav-tabs span.glyphicon.glyphicon-triangle-top {
        display: none;
    }

@media (min-width: 992px) {
    .responsive-tabs.nav-tabs span.glyphicon {
        display: none;
    }
}

@media (max-width: 992px) {
    .responsive-tabs.nav-tabs > li {
        display: none;
        float: none;
        text-align: center;
    }

        .responsive-tabs.nav-tabs > li:last-of-type > a {
            margin-right: 0;
        }

        .responsive-tabs.nav-tabs > li > a {
            margin-right: 0;
            background: #fff;
            border: 1px solid #DDDDDD;
        }

        .responsive-tabs.nav-tabs > li.active {
            display: block;
        }

            .responsive-tabs.nav-tabs > li.active a {
                border: 1px solid #DDDDDD;
                border-radius: 2px;
            }
}

@media (min-width: 992px) {
    .responsive-tabs.nav-tabs > li.active a {
        border-bottom-color: transparent;
    }
}

@media (min-width: 992px) {
    .responsive-tabs.nav-tabs > li {
        display: block;
        float: left;
    }
}

.responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-top {
    display: block;
}

@media (min-width: 992px) {
    .responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-top {
        display: none;
    }
}

.responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-bottom {
    display: none;
}

.responsive-tabs.nav-tabs.open > li {
    display: block;
}

    .responsive-tabs.nav-tabs.open > li a {
        border-radius: 0;
    }

    .responsive-tabs.nav-tabs.open > li:first-of-type a {
        border-radius: 2px 2px 0 0;
    }

    .responsive-tabs.nav-tabs.open > li:last-of-type a {
        border-radius: 0 0 2px 2px;
    }
/*END: RESPONSIVE nav TABS*/
