/* CSS TO REPLACE CURRENT STYLES (FONT SIZE, MAIN NAV ETC) */

/* Links */

a:hover {
    text-decoration: underline;
}

.content a:hover {
    text-decoration: underline;
}

#logoWrapper #logo a {
    text-decoration: none;
}

.social li a {
    margin: 0px;
}

/* Menu */

ul.menuNav li > a {
    font-size: 16px;
    display: block;
    padding: 6px 16px 8px;
}

/* Logo */

#logoWrapper #logo img {
    border: 0 !important;
    width: 50px;
}

#logoWrapper {
    margin: 0;
    padding-bottom: 6px;
}

    #logoWrapper #logo h1, #logoWrapper #logo p {
        font-size: 15px;
        line-height: 17px;
        text-align: left;
        margin: 0 10px;
        color: #FFF;
    }

/* Header */

.header {
    background: #5f93c9;
    padding-top: 15px;
    margin-bottom: 10px;
}

.sciebar {
    padding: 0;
    font-size: 12px;
}

    .sciebar ul {
        list-style: none;
        padding-top: 4px;
        margin: 0 20px 0 0;
    }

/* Search Box */

.search-box {
    float: right;
    margin-top: 10px;
}

/* Columns */

.contentpage div.content.twocolumns[role=main] {
    float: left;
    width: 76%;
    margin: 0 4% 0 0;
}

/* Footer */

.footer {
    margin-top: 30px;
}

/* Tweet */

.twitterfeed-title {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
}

#scie-tweets ul {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}

#scie-tweets li {
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
}

#scie-tweets {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.user {
    display: none;
}

.tweet {
    margin: 0;
    padding-right: 6px;
    font-size: 14px;
}

.timePosted {
    margin-top: 5px;
    padding: 0;
    font-size: 12px;
}

.scie-tweets p {
    margin: 0;
    padding: 0;
}

/* Breadcrumb */

.breadcrumb ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .breadcrumb ul li {
        display: inline;
        font-size: 12px;
        color: #000000;
        font-weight: 600;
    }

        .breadcrumb ul li a {
            margin-right: 3px;
            white-space: nowrap;
            color: #000000;
            font-weight: 600;
        }

            .breadcrumb ul li:after {
                content: "/";
                padding-left: 2px;
                padding-right: 2px;
            }

        .breadcrumb ul li:last-child:after {
            display: none;
        }





/* NEW CSS */

/* Share Buttons - Top Nav */

.top-nav-follow {
    font-weight: 300;
    float: left;
}

.share-buttons:before {
    content: "Follow SCIE ";
    display: inline-block;
    padding-right: 9px;
    vertical-align: middle;
}

.share-buttons {
    display: inline-block;
    float: left;
}

    .share-buttons span {
        padding-left: 4px;
    }

.top-nav-follow .facebook, .top-nav-follow .twitter, .top-nav-follow .linkedin, .top-nav-follow .youtube {
    display: inline-block;
    width: auto;
    background: #3C5A99;
    text-align: center;
    padding: 3px 10px 5px 10px;
    color: #fff;
}

.top-nav-follow .twitter {
    background: #00acee;
}

.top-nav-follow .linkedin {
    background: #0278B6;
}

.top-nav-follow .youtube {
    background: #e52d27;
}

.top-nav-follow .facebook, .top-nav-follow .linkedin, .top-nav-follow .youtube {
    margin-left: -3px;
}

    .top-nav-follow .facebook:before, .top-nav-follow .twitter:before, .top-nav-follow .linkedin:before, .top-nav-follow .youtube:before {
        font-family: FontAwesome;
        content: "\f09a";
        padding-right: 3px;
        vertical-align: middle;
    }

.top-nav-follow .twitter:before {
    content: "\f099";
}

.top-nav-follow .linkedin:before {
    content: "\f0e1";
}

.top-nav-follow .youtube:before {
    content: "\f16a";
}

.top-nav-follow .facebook:hover, .top-nav-follow .twitter:hover, .top-nav-follow .linkedin:hover, .top-nav-follow .youtube:hover {
    background: #000;
    color: #FFFFFF;
    text-decoration: none;
}


/* Page Headers */

.page-header {
    margin-top: 15px;
    margin-bottom: 20px;
    width: 100%;
}

    .page-header h1, .page-header p, .page-header p a {
        font-size: 38px;
        padding: 12px 0 15px;
        color: #FFFFFF;
        margin: 0;
        line-height: 120%;
        font-weight: 400;
    }

/* HOME PAGE */

/* Content Column */

.main-content {
    float: left;
    width: 66%;
    margin: 0 4% 0 0;
}

    .main-content a {
        font-weight: 600;
    }

.main-feature-home, .main-feature {
    margin-bottom: 20px;
    overflow: auto;
}

.main-feature-home {
    padding-bottom: 20px;
    border-bottom: solid 1pt #CCCCCC;
}


    .main-feature-home .text-column {
        width: 55%;
        margin: 0 5% 0 0;
        float: left;
    }

.main-feature .text-column {
    width: 57%;
    margin: 0 3% 0 0;
    float: left;
    color: #FFFFFF;
}

.main-feature-home .text-column .feature-type {
    color: #c96724;
    position: relative;
    width: 100%;
    font-weight: bold;
}

.main-feature .text-column a {
    color: #FFFFFF;
}


.main-feature-home .text-column h2 {
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

.main-feature .text-column h2 {
    font-size: 20px;
    line-height: 22px;
}

.main-feature-home .text-column .sub-line, .main-feature .text-column .sub-line {
    margin-bottom: 10px;
}

.main-feature-home .text-column .links ul, .main-feature .text-column .links ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.links ul li a:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
}

.main-feature .text-column .links ul li {
    display: inline;
}

    .main-feature .text-column .links ul li a {
        margin-right: 7px;
        white-space: nowrap;
    }

.main-feature-home .img-column, .main-feature .img-column {
    width: 40%;
    margin: 0;
    float: right;
}



/****/


.main-content .hero-text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

.main-content .lead, .content .lead {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.main-content .resources {
    margin-bottom: 0px;
    overflow: auto;
}

    .main-content .resources a {
        color: #FFFFFF;
    }

.main-content .resources-wrapper {
    margin-bottom: 20px;
    overflow: auto;
    padding: 0;
    background: #1E6194;
}

.main-content .green {
    background: #638768;
}

.main-content .purple {
    background: #943462;
}

.main-content .orange {
    background: #c96724;
}

.main-content .jade {
    background: #198eaa;
}

.main-content .resources .img-column {
    width: 28%;
    margin: 0;
    float: left;
    background: #FFFFFF;
}

.main-content .resources .text-column {
    width: 70%;
    margin: 0 0 0 2%;
    float: left;
    color: #FFFFFF;
}

    .main-content .resources .text-column .title {
        color: #FFFFFF;
        font-weight: 600;
        font-size: 20px;
    }

    .main-content .resources .text-column p {
        margin: 3px 0;
    }

    .main-content .resources .text-column .links ul li {
        display: inline;
    }

        .main-content .resources .text-column .links ul li a {
            margin-right: 7px;
            white-space: nowrap;
        }

            .main-content .resources .text-column .links ul li a:before {
                font-family: FontAwesome;
                content: "\f105";
                display: inline-block;
                padding-right: 3px;
                vertical-align: middle;
            }

/* */

/* Latest/Aside Column */

.cta-image {
    margin-bottom: 10px;
    clear: both;
    margin-bottom: 20px;
}

    .cta-image img {
        width: 100%;
        height: auto;
    }

.latest {
    float: left;
    width: 30%;
    display:none; /*To hide the right column while the javascript removes content it needs to, it then shows the column*/
}

    .latest .latest-heading,
    .aside .latest-heading {
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 26px;
        font-weight: 600;
        padding-bottom: 10px;
    }

.aside .latest-heading {
    font-size: 22px;
    line-height: 22px;
}

.latest .sub-heading,
.aside .sub-heading {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
}

.aside .sub-heading {
    font-size: 20px;
    line-height: 20px;
}

.latest .article,
.aside .article {
    margin-bottom: 15px;
    overflow: hidden;
}

    .latest .article .text-column,
    .aside .article .text-column {
        width: 67%;
        margin: 0 3% 0 0;
        float: left;
    }

    .latest .article .text-column-no-img,
    .aside .article .text-column-no-img {
        width: 100%;
        margin: 0;
        float: left;
    }

        .latest .article .text-column h3,
        .latest .article .text-column-no-img h3,
        .aside .article .text-column h3,
        .aside .article .text-column-no-img h3 {
            font-size: 14px;
            line-height: 18px;
            font-weight: 600;
            margin-bottom: 0px;
        }

        .latest .article .text-column a,
        .latest .article .text-column-no-img a,
        .aside .article .text-column a,
        .aside .article .text-column-no-img a {
            font-weight: 600;
        }

    .latest .article .sub-line,
    .aside .article .sub-line {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .latest .article .img-column,
    .aside .article .img-column {
        width: 30%;
        margin: 0;
        background: #000000;
        float: left;
    }

.more-button-mini,
.book-button-mini,
.download-button-mini {
    display: inline-block;
    width: auto;
    background: #00539F;
    text-align: left;
    padding: 5px 12px 7px 12px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 18px;
}

    .book-button-mini:before,
    .download-button-mini:before {
        font-family: FontAwesome;
        content: "\f073";
        display: inline-block;
        padding-right: 6px;
        vertical-align: middle;
    }

    .book-button-mini:before,
    .download-button-mini:before {
        content: "\f019";
    }

    .more-button-mini:hover,
    .book-button-mini:hover,
    .download-button-mini:hover {
        background: #000;
        color: #FFFFFF;
        text-decoration: none;
    }
/* */

/* CONNECT WITH US */

.connect-with-us {
    margin-bottom: 30px;
    margin-top: 20px;
    overflow: hidden;
}

    .connect-with-us .connect-heading {
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 26px;
        font-weight: 600;
        padding-bottom: 16px;
    }

    .connect-with-us .tweets, .connect-with-us .facebook-feed, .connect-with-us .follow {
        float: left;
        width: 32%;
        margin: 0 0.6%;
    }

/* */

/* SHARE - CONTENT */

.share-content {
    border-top: solid 1pt #ddd;
    padding-top: 14px;
    margin: 20px 0;
    overflow: auto;
}

.share-content-home {
    border-top: solid 1pt #fff;
    padding-top: 0px;
    margin-top: 0px;
    float: right;
}

.share-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .share-content ul li {
        display: inline;
    }

.share-content i {
    font-size: 18px;
    width: 1.7em;
    text-align: center;
    line-height: 1.7em;
    color: #fff;
    border-radius: 1.7em;
    margin-right: 4px;
}


    .share-content i:hover {
        background: #000;
    }

.share-content .facebook {
    background: #3C5A99;
}

.share-content .twitter {
    background: #00acee;
}

.share-content .linkedin {
    background: #0278B6;
}

.share-content .youtube {
    background: #e52d27;
}

.share-content .share {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-right: 0px;
}

.share-content .updated {
    float: right;
    font-size: 12px;
    color: #666666;
    margin-top: 6px;
    max-width: 50%;
}


/* */

/* QUICK LINKS 2 & 3 COL */

.section-links {
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
}

    .section-links img {
        margin-bottom: 10px;
    }

    .section-links .boxes-2col, .section-links .boxes-3col {
        width: 46%;
        margin: 0 4% 30px 0;
        float: left;
        padding-left: 18px;
    }

    .section-links .boxes-3col {
        width: 30%;
        margin: 0 3% 30px 0;
    }

.boxes-2col h3, .boxes-3col h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #00539F;
}

.boxes-2col ul li, .boxes-3col ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* */

/* VIDEO BOX */

.video-right {
    width: 48%;
    float: right;
    padding: 0px;
    background: #198eaa;
}

    .video-right a {
        color: #fff;
        font-weight: bold;
    }

    .video-right p {
        padding: 0 12px;
        font-size: 14px;
        color: #FFFFFF;
    }

.iwtvidWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* OTHER */

.text-spacing-feature {
    padding: 18px;
}

.text-spacing {
    padding: 12px;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.more-button {
    display: inline-block;
    width: auto;
    background: #00539F;
    text-align: center;
    padding: 10px 16px;
    font-size: 14px;
    color: #fff;
}

    .more-button:before, .more-button-mini:before {
        font-family: FontAwesome;
        content: "\f105";
        display: inline-block;
        padding-right: 6px;
        vertical-align: middle;
    }

    .more-button:hover {
        background: #000;
        color: #FFFFFF;
        text-decoration: none;
    }

.external-links:after {
    font-family: FontAwesome;
    content: "\f08e";
    display: inline-block;
    padding-left: 6px;
    vertical-align: middle;
}


p.nodownload {
    font-weight: lighter;
    position: relative;
    color: #666;
}

    p.nodownload:after {
        font-family: FontAwesome;
        top: 0;
        left: -5px;
        padding-right: 10px;
        content: "\f023";
    }

.view-more {
    width: 100%;
}

    .view-more h2 {
        border-bottom: solid 1pt #CCCCCC;
        padding-bottom: 10px;
    }

    .view-more hr {
        border: solid 1pt #CCCCCC;
        border-bottom: none;
    }

    .view-more .article .text-column {
        width: 77%;
    }

    .view-more .article .img-column {
        width: 18%;
    }

.twocolumns {
    width: 49%;
    float: left;
}

.indentedRows {
    margin-left: 25px;
}

.content .training-form-textarea {
    height: 120px;
    width: 600px;
}

.validation-summary-errors ul {
    margin-top: 15px;
}

.validation-summary-valid {
    display: none;
}

/* Accordion */

/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #1E6194;
    color: #FFF;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: 1px solid #FFF;
    outline: none;
    transition: 0.4s;
    font-size: 16px;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    button.accordion.active, button.accordion:hover {
        background-color: #113755;
    }


div.panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease;
    opacity: 0;
}

    div.panel h4 {
        color: #09f;
    }

    div.panel.show {
        opacity: 1;
        padding: 10px 10px;
        max-height: 100%;
    }

button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    color: #FFF;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* */
