﻿html, body {
    font-family: 'Roboto', serif;
    font-weight: 300;
    color: #333;
    height: 100%;
    font-size: 16px;
}


a, a:hover {
    color: #4284b4;
}

p {
    margin: 1.75rem 0;
    font-weight: 300;
}

table tr, table th, table td {
    border-color: #DDD;
}
/* auto clear */
.group:before, .group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.no-ads .ad-leader {
    display: none;
}

.leaderboard-container {
    padding: 62px 0 0 0;
    margin: 0 auto;
    max-width: 728px;
    text-align: center;
    /*height:90px;*/
}

@media only screen and (min-width: 730px) {


    .leaderboard-container {
        padding: 3.875rem 0 0 0;
    }
}

@media only screen and (min-width: 943px) {

    .leaderboard-container {
        padding: 5.6rem 0 0.4em 0 !important;
    }
}

.leaderboard-search {
    padding: 5.5rem 0 1.4em 0 !important;
}

.awards-search {
    padding: 3.875rem 0 1.4em 0;
}

.covid-bgsearch {
    transform: translateY(100px) !important;
}

.main-section {
    margin-top: 11.5px !important;
}

.ad-leader {
    min-height: 90px;
}

.mrec-container {
    margin: 0 auto 0 auto;
}

.mrec-container-article {
    margin: 20px 0 10px 20px;
    width: 300px;
    /*height:250px;*/
    clear: right;
    float: right;
}

.mrec-container-resource {
    margin: 20px auto;
    width: 300px;
    clear: both;
    text-align: center;
}

.ad-mrec {
    width: 300px;
    min-height: 250px;
    margin: 0 auto;
}

#skin {
    background: no-repeat center top fixed;
}

.wrapper {
    min-height: 100%;
    position: relative;
}

.main-section {
    background: #ffffff;
    padding-bottom: 16em;
    cursor: default;
    min-height: 80vh;
}


/*1124px XL Devices*/
@media (min-width: 1200px) {
    /*Home Page*/
    .main-section {
        width: 1120px;
        max-width: none;
    }

    .lead-article a {
        height: 350px;
    }

    /*Article Page*/
    article .main-image {
        width: 45% !important;
    }

    .video-wrapper + .main-image {
        display: none;
    }
}

.top-banner {
    background: #ffc048;
    color: #000;
    font-size: .75rem;
    font-weight: bold;
    line-height: 1.1;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .375rem;
    padding-bottom: .375rem;
    text-align: center;
}

    .top-banner ~ .inner-wrap #skin {
        background: no-repeat center 38px fixed;
    }

/***** TOP BAR *****/
.top-bar {
    background-color: #123b6d;
    height: 50px;
    border-bottom: 1px solid #092a53;
    font-family: 'Roboto Slab', Serif;
    font-weight: 400;
    color: #FFF;
    font-size: 1rem;
    display: none;
}

    .top-bar .row {
        max-width: 70em;
    }


.sticky {
    position: static;
}

@media only screen and (min-width: 943px) {

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99;
        left: 0;
    }
}


.top-bar a, .top-bar a:hover {
    color: #FFF;
    font-size: 0.875em; /*padding:0;*/
    margin: 0;
    margin-left: 1px;
}
    /*.top-bar a:first-of-type {border-left:1px solid #092a53 !important;}*/
    .top-bar a img {
        display: block;
        vertical-align: top;
        max-width: 160px;
    }

.top-bar #logo, .top-bar #logo a {
    height: 85px;
    width: 170px;
    border: none !important;
}

    .top-bar #logo a {
        display: block;
        background: none !important;
    }

.top-bar #user-login {
    height: 60px;
    line-height: 60px;
    width: 180px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.top-bar .user-login a {
    background-color: #244d7e;
    color: #6a92c3;
    font-size: 0.75rem;
}

.top-bar #user-login a:first-child {
    border-left: 1px solid #0a213d !important;
}

.top-bar #user-login a:last-child {
    border-right: 1px solid #0a213d !important;
}

.tab-bar-section img {
    height: 63px;
    max-height: 63px;
    margin-left: -80px;
}


/************
breadcrumb
*************/

.breadcrumb-nav-wrapper {
    padding-top: 1em;
}

.breadcrumb-nav {
    margin: 0;
    padding: 0;
    line-height: 1.125;
    margin-bottom: .375rem;
    margin-top: .375rem;
}

.breadcrumb-nav li, .breadcrumb-nav li a {
    color: #757474;
    display: inline-block;
    font-family: 'Roboto', 'Roboto Slab', Arial, Sans-Serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.67;
    margin: 0;
    padding: 0 !important;
    transition: color .2s ease-out;
    text-shadow: none;
}

.breadcrumb-nav li.current a {
    color: #258faf;
}

.breadcrumb-nav li a {
    position: relative;
}

.breadcrumb-nav li a:hover {
    text-decoration: underline;
}

.breadcrumb-nav li + li {
    position: relative;
    padding-left: 22px !important;
}

.breadcrumb-nav li + li::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 8px;
    font-weight: 900;
}

#user-login-mobile {
    height: 45px;
    line-height: 45px;
    padding: 0 0 0 6%;
    margin: 0 10px 0 8px;
    text-align: left;
    color: #6a92c3;
    font-size: 0.875em;
}

    #user-login-mobile a {
        display: inline-block;
        text-align: left;
        padding: 0 15px 0 0;
        border-right: 1px solid #0a213d;
        height: 45px;
        line-height: 45px;
        float: left;
        font-family: 'Roboto Slab', Serif;
        color: #6a92c3;
    }

        #user-login-mobile a:nth-child(2n) {
            border: none;
            padding-left: 15px;
            margin: 0px;
        }

#user-login-welcome {
    font-size: 12px;
    line-height: 15px;
    padding: 5px 0 0 0;
    overflow: hidden;
}

#user-login-welcome-mobile a {
    float: none;
}

.top-bar #search {
    border-left: 1px solid #1f3e65;
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin: 0;
    text-align: center;
    background: url(../Images/search-icon.png) no-repeat center center #244d7e;
    margin-right: 15px;
}
/***** SEARCH DROPDOWN *****/
#search-dropdown {
    background-color: #092a53;
    padding: 1rem 0;
    border-bottom: 1px solid #1b4476;
}

    #search-dropdown input[type="text"] {
        background-color: #ffffff;
        border-color: #000;
        border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-style: solid;
        border-width: 0px !important;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
        box-sizing: border-box;
        color: rgba(0, 0, 0, 0.90);
        display: block;
        font-family: inherit;
        font-size: 0.875rem;
        height: 2.3125rem;
        margin: 0 0 1rem;
        padding: 0.5rem;
        transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
        width: 100%;
    }

.search-button button {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0.55rem 1.2rem 0.6rem 1.2rem;
    height: 2.3125rem;
    border-radius: 3px;
    background-color: #CCC;
    color: #333;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    font-family: 'Roboto Slab', Serif;
    font-weight: 400;
    transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
}

    .search-button button:hover {
        color: #0a213d;
    }
/***** NAV *****/

.top-bar nav {
    display: flex;
    justify-content: space-around;
}

    .top-bar nav a:hover, .top-bar nav a.selected {
        background-color: #123b6d;
        color: #fff;
    }

    .top-bar nav ul {
        list-style: none;
        display: flex;
        flex: 1 auto;
        margin: 0;
        padding: 0;
        /*justify-content: space-around;*/
        height: 50px;
    }

        .top-bar nav ul a {
            display: block;
            text-decoration: none;
            line-height: 50px;
            text-align: center;
            background-color: #1b4476;
        }

        .top-bar nav ul li {
            position: relative;
            flex: 1 1 auto;
            margin: 0;
            padding: 0;
            align-self: stretch;
        }

            .top-bar nav ul li.current-menu-item {
            }

            .top-bar nav ul li:hover {
            }

        .top-bar nav ul ul {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            padding: 0;
            z-index: 999;
        }

            .top-bar nav ul ul li {
                float: none;
                width: 220px;
                height: 30px;
            }

            .top-bar nav ul ul a {
                line-height: 100%;
                padding-top: 7px;
            }

                .top-bar nav ul ul a:last-of-type {
                    height: 30px;
                }

            .top-bar nav ul ul ul {
                top: 0;
                left: 100%
            }

        .top-bar nav ul li:hover > ul {
            display: block
        }

/***** NAV MOBILE *****/
nav.mobile-nav {
    height: 45px;
    margin: 0 0 -35px 0;
}

    nav.mobile-nav a {
        float: none;
        border-radius: 0;
        display: inline;
        background-color: transparent;
    }

        nav.mobile-nav a:hover {
            background-color: transparent;
        }

.left-off-canvas-menu {
    background: none #11325b;
    color: #6a92c3;
}

.off-canvas-top-bar {
    background-color: #11325b;
    border-bottom: 1px solid #0a213d;
}

nav.mobile-nav .menu-icon {
    display: block;
    width: 100%;
    height: 45px;
    line-height: normal;
    background-color: #1b4476;
    border-radius: 0;
}

.left-small {
    border-color: #17375d;
    position: fixed;
    top: 0;
    width: 50px;
    z-index: 100;
}

nav.mobile-nav .middle {
    text-align: center;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #123b6d;
}

    nav.mobile-nav .middle a {
        display: block;
        outline: none;
    }

nav.mobile-nav ul {
    width: 100%;
    margin: 0;
    list-style-type: none;
}

    nav.mobile-nav ul li {
        width: 100%;
        /*height: 55px;*/
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #0b2c54;
        background-color: #1b4476;
    }

nav.mobile-nav li a {
    display: inline-block;
    width: 195px;
    height: 55px;
    line-height: 55px;
    border-radius: 0;
    /*border-bottom:1px solid #0b2c54;
    background-color:#1b4476;*/
    margin: 0;
    text-align: left;
    padding: 0 0 0 6%;
    font-family: 'Roboto Slab', 'Roboto';
    font-weight: 300;
    color: #fff;
}

.move-right .exit-off-canvas {
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.2), 4px 0 4px rgba(0, 0, 0, 0.2);
}

.menu-icon {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    outline: none;
    cursor: pointer;
}

    .menu-icon:focus {
        outline: none;
    }

    .menu-icon span {
        display: block;
        position: absolute;
        top: 21px;
        left: 12px;
        right: 12px;
        height: 3px;
        background: #5893be;
    }

        .menu-icon span::before,
        .menu-icon span::after {
            position: absolute;
            display: block;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #5893be;
            content: "";
        }

        .menu-icon span::before {
            top: -8px;
        }

        .menu-icon span::after {
            bottom: -8px;
        }

/***** home banner *****/
.home-banner {
    background: linear-gradient(24deg, #0d283c, #0a2435);
    box-shadow: 0 2px 0 #e6e6e6,0 5px 10px -3px rgba(0,0,0,0.1),0 3px 3px -2px rgba(0,0,0,0.05);
    border-radius: 2px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.375;
    margin-bottom: 1.5rem;
    padding: 1rem;
    text-align: center;
    align-items: center;
}

.home-banner-text {
    color: white;
    font-size: 1.375rem;
    width: 46%;
}

.home-banner .btn-wrapper {
    margin-left: 10px;
    width: 160px;
    display: flex;
    flex-flow: column;
    margin-top: 0;
    align-items: center;
    align-content: center;
}

.home-banner .btn {
    background-color: #f7a817;
    color: #0b2536;
    text-transform: uppercase;
    padding: .875rem 1.5rem;
    border-radius: 2px;
    transition: all .3s ease;
}

    .home-banner .btn:hover {
        background-color: #e89b0e;
    }

/***** ARTICLE LIST *****/
.article-list-item, .rel-article-list-item {
    position: relative;
}

.article-list-img {
    border-right: 1px solid #dfebf8;
    position: relative;
}

    .article-list-img:after {
        position: absolute;
        box-shadow: inset 0 0 36px rgba(0,0,0,.1);
        display: inline-block;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .article-list-img img {
        width: 100%;
    }

@media (min-width: 992px) {
    .article-list-img img {
        object-fit: cover;
    }
}


.article-list-content {
    background-color: #dfebf8;
    height: 140px;
    overflow: hidden;
    padding: 0.875rem;
    color: #666;
    border-right: 0px solid #d4e6f9;
    border-bottom: 1px solid #d4e6f9;
    font-family: 'Roboto', Serif;
    font-weight: 400;
}

.rel-article-list-content {
    background-color: #dfebf8;
    height: 60px;
    overflow: hidden;
    padding: 10px 44px 10px 10px;
    color: #666;
    border-right: 0px solid #d4e6f9;
    border-bottom: 1px solid #d4e6f9;
}

.lead-article .article-list-content {
    background-color: #dfebf8;
}

.lead-article {
    margin-top: 0.9375rem;
}

    .lead-article a {
        display: table;
    }

    .lead-article .article-list-img {
        width: 69%;
        height: 100%;
        display: table-cell;
        border-right: none;
        border-bottom: 1px solid #d4e6f9;
        max-width: 600px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

        .lead-article .article-list-img img {
            display: none;
        }

    .lead-article .article-list-content {
        width: 31%;
        height: 100%;
        display: table-cell;
        vertical-align: top;
        padding: 15px 20px 15px 20px;
    }

.article-list-content h2 {
    font-size: 1.625rem;
    line-height: 1.15em;
    max-height: 60px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    color: #1b4476;
    margin: 0 0 0.25em 0;
    overflow: hidden;
}

.rel-article-list-content h2 {
    font-size: 0.875em;
    line-height: 19px;
    max-height: 38px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    color: #1b4476;
    margin: 0;
    overflow: hidden;
}

.lead-article .article-list-content h2 {
    font-size: 2.25rem;
    line-height: 1.15em;
    max-height: 100%;
    overflow: visible;
}

.article-list-content h2 a, .article-list-content h2 a:hover,
.rel-article-list-content h2 a, .rel-article-list-content h2 a:hover {
    color: #FFF;
}

.article-list-content .intro {
    padding-right: 54px;
    font-size: 0.875em;
    line-height: 1.25em;
    height: 37px;
    overflow: hidden;
    color: #6182a5;
    font-weight: 300;
}

.lead-article .article-list-content .intro {
    padding-right: 0;
    height: 100px;
}

.lead-article .article-list-content {
    position: relative;
}

.triangle {
    position: absolute;
    right: 9px;
    bottom: 25px;
    border-top: 75px solid transparent;
    border-right: 75px solid #d4e6f9;
}

.rel-article-list-item .triangle {
    position: absolute;
    right: 9px;
    bottom: 25px;
    border-top: 40px solid transparent;
    border-right: 40px solid #d4e6f9;
}

.cat-header {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 1.35em;
    text-align: center;
    padding-bottom: 0.5em
}



    .cat-header span {
        border-bottom: 1px solid #123b6d;
        text-align: center;
    }

.section-header, .author-header {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.35em;
    margin: 0.9375rem 0 2rem 0;
}

    .section-header span, .author-header span {
        border-bottom: 1px solid #123b6d;
        padding: 0 3rem 0.25rem 0.25rem;
    }



/***** PAGING *****/
.list-paging {
    padding: 0 0 1rem 0;
    text-align: center;
    width: 100%;
}

.list-paging-count {
    text-align: center;
    padding: 0.625rem 2rem 0.625rem 2rem;
}

.list-paging-prev {
    display: inline-block;
    text-align: left;
}

.list-paging-next {
    display: inline-block;
    text-align: right;
}

.alternate-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    cursor: pointer;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.625rem 2rem 0.625rem 2rem;
    font-size: 1rem;
    background-color: #F9F9F9;
    border: 1px solid #1b4476;
    color: #1b4476;
    transition: all 300ms ease-out;
    text-transform: uppercase;
}

    .alternate-button:hover, .alternate-button:focus {
        background-color: #1b4476;
    }

    .alternate-button:hover, .alternate-button:focus {
        color: #FFFFFF;
    }


/*************
Pagination
*************/
.list-paging {
    padding: 0 0 1rem 0;
    text-align: center;
    width: 100%;
}

.list-paging ul.pagination {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    width: 100%;
}

.list-paging ul.pagination .pagination-previous a, .list-paging ul.pagination .pagination-next a {
    background-color: #d4e6f9;
    border-radius: 2px;
    box-shadow: none;
    color: #1b4476;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    height: 44px;
    text-align: center;
    padding: 0;
    margin: 0;
}



.list-paging ul.pagination li {
    margin: 0 .375rem;
    padding: 0;
}

.list-paging ul.pagination li a:not(.list-paging ul.pagination li.pagination-previous a, .list-paging ul.pagination li.pagination-next a), .list-pagingul .pagination li {
    background-color: #f1f2f4;
    border-radius: 50%;
    border: 0 !important;
    box-shadow: none;
    color: #1b4476;
    font-weight: 600;
    font-size: 1rem;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
}

.list-paging ul.pagination li .fab {
    color: #1b4476 !important;
}

.list-paging ul.pagination li.current a, .list-paging ul.pagination li a:hover {
    background-color: #1b4476 !important;
    color: white !important;
}

.list-paging ul.pagination li a:hover .fab {
    color: white !important;
}

.list-paging-prev {
    padding-right: 2em !important;
    display: inline-block;
}

.list-paging-next {
    display: inline-block;
}




.article-paging-top {
    margin: 25px 0 25px 0;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    color: #888;
}

    .article-paging-top a {
        display: inline-block;
        margin-left: 20px;
        padding: 0 0 0 20px;
        border-left: 1px solid #888;
    }

.article-paging-bottom {
    margin: 25px 0 25px 0;
    width: 100%;
    color: #888;
}

.article-paging-left {
    width: 30%;
    float: left;
    text-align: left;
    text-transform: uppercase;
}

.article-paging-right {
    width: 70%;
    float: left;
    text-align: right;
}

.article-paging-single, .article-paging-no {
    display: inline-block;
    margin-left: 20px
}

.article-page-button a, .article-page-button a:hover {
    display: inline-block;
    padding: 10px 15px 10px 15px;
    border-radius: 2px;
    background-color: #333333;
    color: #CCCCCC;
    margin: 0px;
    text-transform: uppercase;
    text-align: center;
}

.article-paging-single a, .active-pagecount, .article-paging-no a {
    display: inline-block;
    padding: 5px 8px 5px 8px;
    text-transform: uppercase;
    line-height: 28px;
}

    .article-paging-no a:last-child {
        margin-left: 20px;
        padding-left: 20px;
        border-left: 1px solid #888;
    }


/***** ARTICLE *****/
article {
    margin: 0 0 30px 0;
}

    .article-body {
        max-width: calc(100% - 320px);
    }

    article, .article-body, article p {
        font-family: 'Roboto', 'Roboto Slab', Arial, Sans-Serif;
        font-size: 1.063rem;
        line-height: 1.5em;
        font-weight: 300;
    }

        article h1, h1#article-headline, #author-name {
            font-family: 'Roboto Slab', Arial, Sans-Serif;
            color: #000000;
            font-size: 3rem;
            line-height: 1.2em;
            margin: 0.9375rem 0;
            font-weight: 700;
        }

@media (max-width: 768px) {
    article h1, h1#article-headline, #author-name {
        font-size: 2rem;
    }
}

article h2 {
    font-family: 'Roboto Slab', Arial, Sans-Serif;
    color: #666;
    font-size: 1.375rem;
    line-height: 1.375em;
    margin: 0 0 1em 0;
    font-weight: 400;
}

article strong, article b {
    font-family: 'Roboto', Arial, Sans-Serif;
    font-weight: 700;
}

article p.author {
    font-family: 'Roboto', 'Roboto Slab', Arial, Sans-Serif;
    font-size: 0.875rem;
    color: #888;
    line-height: 1.25em;
    margin: 0 0 1.5em 0;
    font-weight: 300;
}

article .main-image {
    width: 60%;
    float: right;
    margin: 10px 0px 15px 25px;
}

article .main-image-caption {
    width: 100%;
    padding: 10px;
    background-color: #EEEEEE;
    color: #666666;
    font-size: 11px;
    text-align: center;
    font-family: 'Roboto', Arial, Sans-Serif;
    font-weight: 300;
}

.social-media-facebook span {
    vertical-align: top !important;
}

article p.intro {
    font-family: 'Roboto Slab', Arial, Sans-Serif;
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0px 10px 0px;
    font-weight: 300;
}

.social-media-container {
    margin: 0px 0px 15px 0px;
    height: 30px;
}

.social-media-facebook,
.social-media-twitter,
.social-media-linekedin {
    float: left;
    width: 110px;
    height: 30px;
}

.article-locked {
    margin: 20px 0 30px 0;
    width: 60%;
    padding: 20px;
    background-color: #DDD;
    float: left;
    border-radius: 3px;
    font-size: 0.8rem;
}

.article-locked-header {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.article-tag-container {
    font-size: 14px;
    margin: 29px 0;
    font-family: 'Roboto', Arial, Sans-Serif;
    font-weight: 300;
    font-size: 0.9em;
    clear: both;
}

.article-tag-header {
    color: #111;
    display: inline-block;
    line-height: 30px;
    margin: 0 10px 5px 0;
    padding: 0 6px;
}

.article-tag {
    background-color: #F1F1F1;
    border-radius: 3px;
    color: #9a9188;
    display: inline-block;
    line-height: 40px;
    margin: 0 6px 5px 0;
    padding: 0 15px;
}

.newsletter-subscribe-container {
    margin: 1em 0;
}

.article-source {
    color: #888;
    font-size: 13px;
    margin: 0 0 29px 0;
}

.rel-articles-container {
    margin: 30px 0 0 0;
}

.ArticleImageCaption {
    color: #999;
    font-size: 0.875em;
}

h1#author-name {
    font-size: 3em;
    line-height: 1.25em;
    font-weight: 900;
    margin: 0.3em 0 0.25em 0;
}

#author {
    margin: 0 0 2em 0;
}

#author-img {
    float: right;
    width: auto;
    max-width: 25%;
    position: relative;
    margin: 0 0 1.25em 1.25em;
}

    #author-img img {
        border-radius: 50%;
    }

    #author-img:after {
        position: absolute;
        box-shadow: inset 0 0 36px rgba(0,0,0,.15);
        display: inline-block;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        border-radius: 50%;
    }

/***** Fixed Search Pages *****/
#iotfestival-header {
    margin-top: -90px;
}

#iotfestival-header-img img {
    width: 100%;
}


@media only screen and (max-width: 700px) {
    #iotfestival-header {
        margin-top: 0 !important;
    }
}

#iothub-awards-header {
    margin-top: 40px;
}

/***** Mrec Ad  *****/

#ad-container {
}
/***** DISQUS COMMENTS *****/
#disqus-container {
    position: relative;
    min-height: 150px;
}

#locked-comments {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(245, 245, 245, 0.85);
    padding: 8%;
    text-align: center;
}

    #locked-comments p {
        font-size: 1.4em;
        font-weight: 700;
    }

/***** LOGIN *****/
.member-login {
    background-color: #ddd;
    border-radius: 3px;
    font-size: 0.8rem;
    margin: 20px auto 30px auto;
    padding: 20px 30px 20px 30px;
    width: 70%;
}

.article-locked .member-login {
    width: 100%;
    padding: 0px;
}

#login-error {
    background-color: #96092c;
    border-radius: 3px;
    padding: 10px;
    margin: 0 0 15px 0;
    color: #FFF;
    font-family: 'Roboto', Arial, Sans-Serif;
    font-weight: 400;
}

/***** SEARCH RESULTS *****/

#search-result-title {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin: 5px 0 20px 0;
    text-align: center;
}

    #search-result-title .searched {
        color: #ad141a;
        font-weight: 700;
        font-size: 38px;
    }

    #search-result-title .matches {
        font-weight: 700;
        font-size: 24px;
    }

.search-result-sort {
    border-bottom: 1px solid #666;
    color: #666;
    padding: 10px 0;
    margin: 0 0 30px 0;
}

    .search-result-sort div:nth-child(2) {
        text-align: right;
    }


/***** GALLERIES *****/
/* jssor slider arrow navigator */
/*
.jssora05l              (normal)
.jssora05r              (normal)
.jssora05l:hover        (normal mouseover)
.jssora05r:hover        (normal mouseover)
.jssora05ldn            (mousedown)
.jssora05rdn            (mousedown)
*/
.jssora05l, .jssora05r, .jssora05ldn, .jssora05rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    overflow: hidden;
}

.jssora05l {
    background: rgba(240,240,240,0.6);
}
/* other styles inline else gallery breaks */
.jssora05r {
    background: rgba(240,240,240,0.6);
}
/* other styles inline else gallery breaks */
.jssora05l:hover {
    background: rgba(240,240,240,1);
}

.jssora05r:hover {
    background: rgba(240,240,240,1);
}

.jssora05ldn {
    background-position: 0px -170px;
}

.jssora05rdn {
    background-position: -286px -170px;
}

.jssora05l, .jssora05r {
    /* center slider arrow nav */
    /*top: 50% !important;
    transform: translateY(-50%);*/
}

    .jssora05l .arrow-left {
        width: 28px;
        height: 55px;
        position: relative;
        top: 13px;
        left: 40px;
        display: block;
        background: url("../images/gallery-arrow-left.png");
        background-position: 0 0;
    }

    .jssora05r .arrow-right {
        width: 28px;
        height: 55px;
        position: relative;
        top: 13px;
        left: 10px;
        display: block;
        background: url(../images/gallery-arrow-right.png);
        background-position: 0 0;
    }

/* jssor slider thumbnail navigator */
/*
.jssort01 .p           (normal)
.jssort01 .p:hover     (normal mouseover)
.jssort01 .pav           (active)
.jssort01 .pav:hover     (active mouseover)
.jssort01 .pdn           (mousedown)
*/
.jssort01 {
    position: absolute;
    width: 930px;
    height: 100px;
    left: 0px;
    bottom: 0px;
    background: rgba(200,200,200,0.6);
}

    .jssort01 .w {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

    .jssort01 .c {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        border: none;
    }

        .jssort01 .c:after {
            content: "";
            position: absolute;
            top: 0px;
            left: 0px;
            width: 72px;
            height: 72px;
            border: none;
            background: rgba(200,200,200,0.5);
        }

    .jssort01 .pav .c:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        background: none;
    }

    .jssort01 .p:hover .c, .jssort01 .pav:hover .c, .jssort01 .pav .c {
        border-width: 0px;
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
    }

        .jssort01 .p:hover .c::after {
            top: 0px;
            left: 0px;
            width: 72px;
            height: 72px;
            background: none;
            border: 2px solid #FFF;
        }

#gallery-article {
    position: relative;
    clear: both;
}

.slide-caption {
    display: none; /****/
}

#slider1_container { /* other styles inline else gallery breaks */
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin: 0 auto !important;
}

    #slider1_container .loading {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    #slider1_container .loading-mask {
        filter: alpha(opacity=10);
        opacity: 0.1;
        position: absolute;
        display: block;
        background-color: #000000;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

    #slider1_container .loading-image {
        position: absolute;
        display: block;
        background: url(../images/loading.gif) no-repeat center center;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

    #slider1_container .slides {
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        width: 930px;
        height: 620px;
        overflow: hidden;
    }

    #slider1_container .slide-caption {
        pointer-events: none;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 930px;
        height: 100%;
        color: #AAA;
    }

    #slider1_container .slide-caption-text {
        font-family: 'Roboto Slab', Arial, Sans-Serif;
        font-weight: 400;
        position: absolute;
        bottom: 0;
        left: 5%;
        width: 90%;
        background-color: rgba(4,14,27,0.95);
        color: #DDD;
        font-size: 0.75rem;
        line-height: 1.25em;
        text-align: center;
        padding: 20px;
        border-radius: 3px 3px 0 0;
        text-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    }

        #slider1_container .slide-caption-text p {
            font-family: 'Roboto Slab', Arial, Sans-Serif;
            font-weight: 400;
            font-size: 11px;
            line-height: 18px;
            text-align: center;
            margin: 15px 0 0 0;
        }

#outer-caption {
    color: #181818;
    padding: 1.5em;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.4em;
}

    #outer-caption h1,
    #outer-caption h2,
    #outer-caption h3,
    #outer-caption h4,
    #outer-caption h5 {
        font-size: 1.5rem;
        font-weight: 900;
        color: #181818;
    }

    #outer-caption p {
        color: #181818;
        margin: 0.875em 0;
        font-size: 1.1rem;
        line-height: 1.4em;
        font-weight: 400;
    }

.thumb-slides {
    cursor: pointer;
}

    .thumb-slides .p { /* other styles inline else gallery breaks */
        position: absolute;
    }

thumbnailtemplate {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
}

#linkedgallery {
    margin-bottom: 1.25rem;
    display: table;
    text-align: center;
    background-color: #EEE;
    padding: 12px 0;
    border-radius: 3px;
}

.linked-gallery-item {
    display: table-cell;
    float: left;
    width: 30%;
    margin-left: 2.5%;
}

    .linked-gallery-item:nth-child(3n) {
        margin-right: 2.5%;
    }

.linked-gallery-caption {
    margin: 10px 0 2px 0;
    text-align: center;
    font-size: 13px;
    line-height: 17px;
}

    .linked-gallery-caption a {
        color: #000;
    }

        .linked-gallery-caption a span {
            font-weight: 400;
        }
/***** SOCIAL MEDIA FIXED *****/
#fixed-social-media {
    height: 180px;
    width: 65px;
    position: fixed;
    top: 12.29em;
    right: 0;
    display: none;
}

    #fixed-social-media div {
        height: 45px;
        position: relative;
        width: 65px;
    }

#fixed-facebook a {
    height: 45px;
    width: 65px;
    display: block;
    text-decoration: none;
    background: #485d9c;
    transition: all 0.5s ease;
    position: absolute;
    right: -20px;
}

.desktop-fa {
    color: #fff;
    padding-left: 13px;
    padding-top: 11px;
}

.follow-facebook.desktop-fa i, .follow-twitter.desktop-fa i, .follow-linkedin.desktop-fa i, .follow-rss.desktop-fa i {
    color: #fff !important;
}

i{
    color:#fff!important;
}

.fab.fa-lg.link-mbl {
    background: #347199;
    padding: 14px 23px;
    margin-top: -9px;
}

.fa.fa-lg.rss-mbl {
    background: #E9881B;
    padding: 14px 22px;
    margin-top: -9px;
}

.x-twitter-logo path{
    padding: 14px 22px;
    margin-top: -9px;
    background: #000000;
}

.fab.fa-lg.fb-mbl {
    background: #485D9C;
    margin-top: -9px;
    padding: 14px 26px;
}

#fixed-facebook a:hover {
    right: 0px;
}

#fixed-twitter a {
    height: 45px;
    width: 65px;
    display: block;
    text-decoration: none;
    background:  #000000;
    transition: all 0.5s ease;
    position: absolute;
    right: -20px;
    font-weight:800;
    padding-top: 13px;
}

    #fixed-twitter a:hover {
        right: 0px;
    }

#fixed-linkedin a {
    height: 45px;
    width: 65px;
    display: block;
    text-decoration: none;
    background: #347199;
    transition: all 0.5s ease;
    position: absolute;
    right: -20px;
}

    #fixed-linkedin a:hover {
        right: 0px;
    }

#fixed-rss a {
    height: 45px;
    width: 65px;
    display: block;
    text-decoration: none;
    background: #e9881b;
    transition: all 0.5s ease;
    position: absolute;
    right: -20px;
}

    #fixed-rss a:hover {
        right: 0px;
    }

#mobile-social-media {
    width: 100%;
    height: 45px;
    margin: 15px auto 0 auto;
    background: #1b4476;
}

.follow-facebook, .follow-twitter, .follow-linkedin {
    border-right: 1px solid #11325b;
    height: 50px !important;
}

    #mobile-social-media a {
        border-radius: 0;
        float: left;
    }

#mobile-facebook a {
    height: 45px;
    width: 25%;
    display: block;
    text-decoration: none;
    background: url(../Images/social-media-icons.png) no-repeat center 0 #485d9c;
}

#mobile-twitter a {
    height: 45px;
    width: 25%;
    display: block;
    text-decoration: none;
    background: url(../Images/social-media-icons.png) no-repeat center -45px #57b1df;
}

#mobile-linkedin a {
    height: 45px;
    width: 25%;
    display: block;
    text-decoration: none;
    background: url(../Images/social-media-icons.png) no-repeat center -90px #347199;
}

#mobile-rss a {
    height: 45px;
    width: 25%;
    display: block;
    text-decoration: none;
    background: url(../Images/social-media-icons.png) no-repeat center -135px #e9881b;
}

/***** FOOTER *****/
#network-bar {
    background-color: #f2f2f2;
    padding: 30px 0 50px 0px;
    z-index: 98;
    position: relative;
}

    #network-bar [class*="block-grid-"] {
        margin: 0 !important;
    }

        #network-bar [class*="block-grid-"] > li {
            width: 31.5% !important;
            padding: 0 !important;
            position: relative !important;
            margin-right: 2% !important;
        }

            #network-bar [class*="block-grid-"] > li:last-child {
                padding: 0 !important;
                margin-right: 0em !important;
            }

    #network-bar a, #network-bar a:hover {
        color: #494949;
        margin-bottom: .75rem;
    }

    #network-bar .row {
        max-width: 70em;
    }

    #network-bar .section-header-wrapper {
        text-align: center;
    }

    #network-bar h3.section-header {
        border: none;
        border-bottom: 1px solid #c7cbcf;
        color: #1b4476;
        display: inline-block;
        font-weight: 500;
        line-height: 1.75;
        margin: 0 0 16px 0;
        margin-bottom: 1.5rem;
    }

.network-bar-item a {
    display: block;
}

.network-bar-item div:nth-child(2) a {
    position: relative;
    color: #FFF;
    /*width:208px;
    height:141px; */
}

    .network-bar-item div:nth-child(2) a:after {
        background: rgba(215,215,215,.75);
        display: inline-block;
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }


.network-bar-item a img {
    width: 100%;
    box-shadow: 1px 1px 2px #c6c6c6;
    transition: .3s all ease;
}

.network-bar-item a:hover img {
    box-shadow: 1px 1px 2px #4c4c4c;
    opacity: .4;
}

.network-bar-item div:nth-child(2) h2.article-headline {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: 'Roboto Slab', Arial, Sans-Serif;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 21px;
    max-height: 63px;
    color: #181818;
    z-index: 2;
    margin: 0 10px 10px 10px;
    overflow: hidden;
    text-decoration: none;
}

.network-bar-brand {
    position: absolute;
    top: 0.4em;
    left: 0.4em;
    color: #666;
    z-index: 2;
    background: url(../images/network-bar-logos.png?q=20211001) no-repeat;
    height: 26px;
}

/*#network-bar .network-bar-item:nth-child(3) .network-bar-brand {
    width: 58px;
    background-position: -60px 0px;
}*/

#network-bar .network-bar-item:nth-child(1) .network-bar-brand {
    width: 61px;
    background-position: 1px 0px;
}

#network-bar .network-bar-item:nth-child(2) .network-bar-brand {
    width: 68px;
    background-position: -60px 0px;
}

#network-bar .network-bar-item:nth-child(3) .network-bar-brand {
    width: 70px;
    background-position: -252px 0px;
}

.network-bar-item h2.article-headline {
    font-family: 'Roboto Slab', Arial, Sans-Serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    margin: 10px 15px 0 5px;
    transition: .3s all ease;
}

    .network-bar-item h2.article-headline:hover {
        text-decoration: underline;
    }

footer {
    min-height: 70px;
    width: 100%;
    background-color: #244d7e;
    color: #5b84b6;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Roboto Slab','Roboto', Serif;
    margin: 0;
    /*position: absolute;*/
    bottom: 0;
}

#footer-top-level .footer-content {
    line-height: 54px;
    font-size: 0.75em;
}

@media (min-width: 1200px) {
    #footer-top-level .footer-content {
        width: 1120px;
        right: 8%;
    }

    .footer-powered-by-inner {
        max-width: 150px;
        margin-left: auto;
        margin-right: -42%;
        margin-top: -0.375em;
    }

    #footer-bottom-level .footer-content {
        text-align: left;
        margin-left: -7.5%;
        margin-top: 0;
    }
}

}


#footer-top-level .nm-logo {
    display: inline-block;
    padding: 0 3px 0 0;
}

    #footer-top-level .nm-logo img {
        padding-bottom: 5px;
    }

.footer-content {
    font-size: 0.813rem;
}

footer a, footer a:hover {
    color: #91b3dc;
}

#footer-links {
    float: right;
    padding: 0 0 0 20px;
}

    #footer-links a {
        display: inline-block;
        line-height: 54px;
        padding: 0 0 0 1rem;
        font-size: 0.75rem;
    }

#footer-bottom-level {
    font-size: 1rem;
    background-color: #123b6d;
    padding: 1em 0 2em 0;
}

    #footer-bottom-level .footer-content {
        font-size: 0.625rem;
        text-align: center;
    }

#footer-powered-by {
    text-align: center;
    margin-top: .75rem;
}

    #footer-powered-by span {
        margin-top: 0;
        margin-right: .375rem;
        display: block;
        font-size: 0.625rem;
        line-height: 1;
    }

    #footer-powered-by img {
        max-width: 130px;
    }

/*************
FORMS
*************/
.validation-summary {
    margin-bottom: 2.5rem;
    color: #ca0808;
}

.form-label {
    font-size: 1.125rem;
    font-weight: 300;
    padding: 0 0 0.313em 0;
    clear: both
}

h3.form-header {
    margin: 0;
    font-family: 'Roboto Slab';
    font-weight: 300;
    text-align: center;
    padding-bottom: 0.5em;
}

@media (min-width: 1200px) {
    .form-section {
        max-width: 800px;
        margin: 0 auto;
    }



    .login {
        max-width: 560px;
        margin: 0 auto;
    }
}

.form-section {
    padding: 1rem;
    margin-bottom: 1.5rem;
    background-color: #f3f3f3;
    border-top: 1px solid #DDD;
}

    .form-section .row .medium-6:first-of-type {
        padding-right: 10px !important;
    }

.form-checkbox {
    margin: 0 0 0.75em 0 !important;
}

    .form-checkbox label {
        font-size: 0.813rem !important;
        color: #666 !important;
    }

.g-recaptcha {
    margin-bottom: 20px;
}

#resource-secondary .form-label {
    font-size: 1rem;
}

.form-label span {
    color: #666;
    font-size: 0.75em
}

.additional-questions .form-label {
    padding: 0 0 0.5em 0;
}

.required {
    color: #ca0808 !important;
    vertical-align: super;
    font-size: 0.875em;
}

.form-input {
    margin: 0 0 1.875rem 0;
}

    .form-input input[type=text],
    .form-input input[type=password] {
        margin-bottom: 0;
    }

    .form-input li {
        float: left;
        width: 50%;
        line-height: 18px;
        list-style: none;
    }

#resource-secondary .form-input {
    margin: 0 0 1rem 0;
}

    #resource-secondary .form-input table,
    #resource-secondary .form-input tr {
        background: none;
        margin-bottom: 0;
    }

    #resource-secondary .form-input table {
        width: 100%;
        border-top: none;
        border-right: none;
        border-left: none;
    }

    #resource-secondary .form-input tr {
        vertical-align: top;
    }

    #resource-secondary .form-input td {
        width: 50%;
        padding: 0;
    }

.form-input span {
    color: #ca0808 !important;
}

span.form-note {
    font-style: italic;
    font-size: 0.938rem;
    color: #666 !important;
}

input[type=checkbox] + label {
    position: relative;
    left: 12px;
    top: -21px;
}

label {
    line-height: 1rem;
}

.form-primary label {
    color: #222;
    font-weight: 400;
    font-size: 0.938rem;
}

input[type="checkbox"] + label {
    padding: 2px 0 0 0;
    margin: 0 0 1em 0.5em !important;
    display: inline-block;
    width: 85%;
    font-size: 0.832rem;
    font-weight: 400;
    position: static;
}

input[type="checkbox"], input[type="radio"] {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 4px 0 0 0 !important;
    vertical-align: top;
    display: inline-block
}

select {
    margin: 0;
}

.form-nl-desc {
    font-size: 0.873rem;
    margin: 0 0 1em 1.5em;
    line-height: 1.2em;
    color: #666;
}

.form-submit {
    text-align: center;
    margin-bottom: 2.5em;
}

    .form-submit button, .form-submit .button {
        font-size: 1.375rem;
        font-weight: 300;
    }

.form-primary table {
    border: 1px solid #CCC;
}

    .form-primary table tr {
        border: 1px solid #CCC;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06) inset
    }

.terms-error {
    display: inline-block;
    color: #ca0808;
}

.form-terms {
    font-size: 0.75rem;
    color: #666;
}

/*************
RESOURCES
*************/
#resource {
    margin-bottom: 1.876rem;
}

#resource-primary {
    padding-right: 1.876rem;
    margin-top: 1.5em;
}

    #resource-primary p:first-of-type {
        margin-top: 0 !important;
    }

#resource-cover {
    width: 200px;
    float: right;
    margin: 0.25em 0 1.875em 1.25em;
}

    #resource-cover img {
        border: 1px solid #e9e9e9 !important;
    }

#resource-secondary row {
    position: relative;
}

#resource-secondary {
    background-color: #e9e9e9;
    padding: 1rem;
    font-size: 1rem;
    font-family: 'Roboto', Arial, Sans-Serif;
    font-weight: 400;
    margin-top: 1.5em;
}

.resource-secondary-intro {
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.375em;
    margin: 0 0 1.875rem 0;
}

    .resource-secondary-intro p {
        margin: 0 0 1rem 0;
    }

    .resource-secondary-intro a {
        font-family: 'Roboto Slab', Serif;
        font-weight: 700;
    }

.resource-name-header {
    font-family: 'Roboto Slab', Sans-Serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25rem;
    margin: 1em 0 0.313em 0;
}

#resource-partner {
    margin-bottom: 1.876em;
}

    #resource-partner img {
        float: right;
        width: 180px;
        margin: 0 0 0.5em 1.876em;
    }

.additional-questions {
    border-bottom: 1px solid #d9d9d9;
    margin: 0 0 1rem 0;
}

#resource-secondary #question-0 {
    padding-top: 1rem;
}

#termsError,
.specifyError,
.error {
    color: #ca0808;
    margin-bottom: 1rem;
    display: none;
}
/*************
BLURBS / INTROS
*************/
#resources-blurb, .form-blurb, #author-blurb {
    line-height: 1.375em;
    margin: 0 0 1.875rem 0;
    text-align: center;
}



@media (min-width: 1200px) {

    #resources-blurb, .form-blurb, #author-blurb, .validation-summary {
        max-width: 800px;
        margin: 0 auto;
    }
}

#resources-blurb {
    border-bottom: 1px solid #e9e9e9;
}

    #resources-blurb p, .form-blurb p, #author-blurb p {
        font-family: 'Roboto',Arial,sans-serif;
        margin: 1rem 0;
    }

        #resources-blurb p:last-child {
            margin-bottom: 1.875rem;
        }

#author-fb {
    margin: 1em 0;
}

#author-fb {
    font-weight: 700;
}

/************
INTERSTITIAL
************/
.ui-widget-overlay {
    background: #000000;
    opacity: 0.6;
}

.ui-dialog {
    position: fixed;
    padding: 0;
    overflow: visible;
}

.ui-dialog-content {
    left: 0;
    top: 0;
    padding: 0 !important;
    overflow: visible !important;
    border: none !important;
}

.ui-widget-header {
    background: none;
    border: none;
}

.ui-widget-content {
    border: none;
}

.ui-corner-all {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-dialog-titlebar {
    display: none;
}

.ui-dialog #countdown {
    background: #5083AA url(../images/close-white.png) no-repeat 150px center;
    position: absolute;
    right: 0;
    top: -35px;
    cursor: pointer;
    height: 30px;
    width: 175px;
    padding: 7px 25px 5px 5px;
    text-align: center;
    color: #ffffff;
    font: bold 14px Arial;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/************
SPONSORED LINKS
************/
#sponsored-links {
    width: 728px;
    margin: 0 auto;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.25em !important;
    padding: 2rem 0 0 0;
}

    #sponsored-links li a, #sponsored-links li a:hover, #sponsored-links li a:focus {
        font-size: 0.75rem;
        font-weight: 400;
        line-height: 1.25em !important;
        font-family: 'Roboto', Sans-Serif;
        color: #666;
    }

    #sponsored-links .heading {
        font-family: 'Roboto', Sans-Serif;
        font-size: 0.875rem;
        line-height: 1.25em;
        padding: 0 0 0.125em 0;
        text-align: center;
        color: #999;
        font-weight: 400;
        text-transform: uppercase;
    }

    #sponsored-links ul, #sponsored-links li {
        margin: 0;
        padding: 0;
    }

    #sponsored-links li {
        list-style: none;
        padding: 0 0 0.125em 0;
    }

    #sponsored-links .logo {
        float: left;
        width: 100px;
    }

    #sponsored-links .text {
        margin: 10px 0 0 100px;
        line-height: 1em;
        min-height: 30px;
        padding-top: 2px;
    }

    #sponsored-links div.text a {
        line-height: 1em !important;
    }
/*************
EVENTS
*************/
.event-promo {
    background: #eeeeee;
    padding: 20px;
    overflow: hidden;
}

    .event-promo strong {
        font-size: 1.35em;
    }

    .event-promo .image {
        float: left;
        margin-right: 20px;
        display: inline-block;
        width: 250px;
    }

        .event-promo .image img {
            max-width: 250px;
        }

    .event-promo .button {
        margin: 10px 0 0 0;
    }

    .event-promo .event-content {
        display: inline-block;
        width: calc(100% - 270px); /* width of image + margin-right */
    }

.event-content a {
    /* 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;
}

.events-mrec {
    float: right;
    margin: 0 10px;
}

#event {
    font-family: 'Roboto', serif;
}

    #event p, #event-submit p {
        margin: 1.25rem 0 !important
    }

    #event a, #event a:hover, #event a:focus {
        color: #1b55ab;
        font-weight: 900
    }

    #event h1, #event h2, #event h3, #event h4, #event h5, .page-title {
        font-family: 'Roboto Slab',Arial,sans-serif;
        font-weight: 900;
    }

#event-title, .page-title {
    font-size: 2.5rem;
    line-height: 1.375em;
    font-weight: 900;
    margin: 0.3em 0 0.5em 0;
}

h3.event-subhead {
    font-family: 'Roboto', serif;
    font-size: 1.25rem;
    line-height: 1.25em;
    font-weight: 900;
    margin: 0 0 0.182em 0;
    float: left;
    width: 100px;
}

.event-details {
    margin: 0 0 1.25rem 0;
    display: inline-block;
    float: left;
    width: auto;
}

#event-summary {
    color: #666;
    font-family: "Roboto Slab",Arial,sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.375em;
    margin: 0.375rem 0 1.25rem 0;
    border-top: 1px solid #e9e9e9;
    padding-top: 1.5rem;
}

#event-img {
    margin: 0 auto 1.25em auto;
    text-align: center;
}

    #event-img img {
        border: 1px solid #e9e9e9;
    }

#event-venue {
    margin: 0.375rem 0 1.25rem 0;
    border-top: 1px solid #e9e9e9;
    padding-top: 1.5rem;
}

    #event-venue h3.event-subhead, #event-venue .event-details {
        float: none;
        width: 100%;
    }

    #event-venue .event-details {
        position: relative;
        min-height: 110px;
    }

.event-venue-date {
    background-color: #e9e9e9;
    width: 80px;
    text-align: center;
    position: absolute;
    top: 6px;
    left: 10px;
    text-transform: uppercase;
    color: #666;
}

    .event-venue-date .text {
        font-weight: 400;
        font-size: 0.625rem;
        line-height: 2.25em;
    }

    .event-venue-date .month {
        font-weight: 900;
        font-size: 1rem;
        line-height: 1.5em;
        color: #FFF;
        padding: 0.314em 0 0 0;
        background-color: #ca0808;
    }

    .event-venue-date .day {
        font-weight: 900;
        font-size: 2rem;
        line-height: 1.75em;
        color: #222;
    }

.event-venue-info {
    margin-left: 110px;
    line-height: 1.313em;
}

    .event-venue-info div {
        line-height: 1.4em;
        font-weight: 700;
        margin: 0.182em 0;
    }

    .event-venue-info span {
        font-size: 0.875rem;
        color: #666;
    }

.disclaimer {
    font-style: italic;
    font-size: 0.750rem;
}

.form-primary, #event-submit {
    font-family: 'Lato', Arial, Sans-Serif;
    font-weight: 300;
    line-height: 1.4em;
}

#event-submit-buttons {
    margin: 1.25rem 0 0.5rem 0;
}

    #event-submit-buttons button {
        font-size: 0.75rem;
        padding: 0.625rem 1.25rem;
        margin: 0 0.125em 0 0;
        background-color: #666;
    }

        #event-submit-buttons button:hover, #event-submit-buttons button:focus {
            background-color: #103162;
        }

.event-submit-description {
    width: 100%;
    height: 150px;
    padding: 0.5rem;
    border: 1px solid #CCC;
    overflow-y: scroll;
    transition: all 300ms ease-out;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

    .event-submit-description:focus {
        background-color: #fafafa;
        border: 1px solid #AAA;
    }

input[type="file"], .upload-button {
    margin: 1rem 0 0 0 !important;
}

#event-venue-modal {
    width: 800px;
    height: 80%;
    background-color: #FFF;
    border: 1px solid #D9D9D9;
    padding: 2em;
    box-shadow: 0 0 30px rgba(0,0,0,0.25);
}

    #event-venue-modal .form-input, #login-form .form-input {
        margin-bottom: 0.5em !important;
    }

    #event-venue-modal .form-label {
        font-size: 1rem;
    }

.venue-times {
    text-align: center;
}

.venue-date {
    position: relative;
}

    .venue-date img {
        position: absolute;
        bottom: 7px;
        right: 7px;
    }

.save-venue {
    text-align: center;
    margin-top: 1em;
}

.venue-list ul {
    list-style: none;
    margin: 1em 0;
}

.venue-list li {
    list-style: none;
    margin-left: 0;
}

.venue-list table {
    width: 100%;
}

    .venue-list table td:first-child {
        vertical-align: top;
        padding: 0;
        width: 6%;
        background-color: #A9A9A9;
    }

    .venue-list table td:last-child {
        background-color: #D9D9D9;
        width: 94%;
        padding: 1em;
    }

.venue-list-drag {
    width: 100%;
    min-height: 90px;
    cursor: move;
}

.venue-list-buttons {
    float: right;
    width: 97px;
}

    .venue-list-buttons div {
        height: 24px;
        line-height: 24px;
        margin: 0 0 0.5em 0;
        font-size: 0.875em;
        font-weight: 400;
        text-transform: uppercase;
    }

/*************
PLAY BUTTON
*************/


.play-btn::after {
    background: url(../images/featured/play-btn.png) no-repeat;
    background-repeat: no-repeat;
    /*Angela's adition :)*/
    background-size: 100%;
    background-position: top left;
    content: "";
    position: absolute;
    top: 10px;
    left: 12px;
    width: 30px;
    height: 30px;
    z-index: 2;
    margin-left: 2px;
    border-radius: 35px;
    background-color: rgba(255, 255, 255, 0.2);
}

/*Latest News*/
article-list-top > a > .play-btn::after {
    background: url(../images/play-btn-lg.png) no-repeat;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0px 90%;
}

/* Carousel Primary*/
#carousel-primary > a > .play-btn::after {
    width: 50px;
    height: 50px;
    margin-left: 7px;
    margin-top: 7px;
}



@media only screen and (max-width: 767px) {
    #carousel-secondary > a > div > .play-btn::after {
        left: 1.1em;
        top: 1.8em;
    }
}


/*Homepage Partner Content*/
.whitepapers-list > .play-btn::after {
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
}

/*Channel Academy*/
.article-box > .play-btn::after {
    top: 5px;
    left: 15px;
}
/* Related Article Gallery (Article Page)*/
@media only screen and (max-width: 550px) {
    .article-related-article.play-btn::after {
        display: none !important;
    }
}

.article-related-article.play-btn::after {
    display: block;
}

/************
INTERSTITIAL
************/
.ui-widget-overlay {
    background: #000000;
    opacity: 0.6;
}

.ui-dialog {
    position: fixed;
    padding: 0;
    overflow: visible;
}

.ui-dialog-content {
    left: 0;
    top: 0;
    padding: 0 !important;
    overflow: visible !important;
    border: none !important;
}

.ui-widget-header {
    background: none;
    border: none;
}

.ui-widget-content {
    border: none;
}

.ui-corner-all {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-dialog-titlebar {
    display: none;
}

.ui-dialog #countdown,
#otp #countdown {
    background: #5083AA url(../images/close-white.png) no-repeat 150px center;
    position: absolute;
    right: 0;
    top: -35px;
    cursor: pointer;
    height: 30px;
    width: 175px;
    padding: 7px 25px 5px 5px;
    text-align: center;
    color: #ffffff;
    font: bold 14px Arial;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#otp {
    width: 640px;
    height: 480px;
    position: fixed;
    z-index: 1000;
    display: none;
    left: 50%;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mask {
    background-color: #000000;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    display: none;
}

#otp iframe {
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

/*

.f-dropdown {
	left: -9999px;
	list-style: none;
	margin-left: 0;
	position: absolute;
	background: #ccc;
	height: auto;
	max-height: none;
	width: 100%;
	z-index: 89;
	margin-top: 0;
	max-width: 200px;
	padding: 0;
	border: solid 1px #092a53;
	top:1px;
}*/


.f-dropdown {
    border: 0;
    margin-top: 0px;
    right: -50%;
    left: -50%;
    text-align: center;
}

    .f-dropdown a:first-of-type {
        border: 0 !important;
    }

    .f-dropdown a {
        height: 30px !important;
        line-height: 30px !important;
        border: 0 !important;
    }

.mobile-nav-container a {
    line-height: normal;
    display: block;
    -webkit-box-flex: 1 100%;
    -moz-box-flex: 1 100%;
    width: 100% !important;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    float: none;
    height: 35px;
    text-align: center;
    border-bottom: 1px solid #0b2c5b !important;
    box-shadow: -1px 0px 1px rgba(0,0,0,1) inset;
    font-size: 0.813rem !important;
    margin: 0;
    padding: 0;
    color: #AAA;
    font-weight: 300;
    position: relative;
}

.fontawesome-mobile a {
    width: 25%;
    text-align: center;
    height: 40px;
    padding-top: 10px;
}

.fontawesome-mobile .follow-twitter {
    padding-top: 13px;
    padding-left: 2px;
    width: 25%;
    border-right: 0px;
    background: #000000;
    height: 45px !important;
    padding-top: 13px;
}

    .fab.fa-lg {
        color: #cce3ff;
    }

    .left-off-canvas-menu ul a {
    float: none;
    display: block;
    background-color: transparent;
    padding: 0;
}

.top-bar-nav a.mobile-nav-item {
    font-size: 1.125rem !important;
    background: #393939;
    border-bottom: 1px solid #414141 !important;
    box-shadow: -1px 0px 1px rgba(40, 40, 40, 1) inset;
    color: #ffdd00;
}

.left-off-canvas-menu .mobile-nav-arrow::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #ffffff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    margin: 26px 0 0 12px;
}

.left-off-canvas-menu .mobile-nav-arrow {
    float: right;
    width: 35px;
    height: 55px;
    margin-top: 0px;
    position: relative;
    border-left: 1px solid #0b2c54;
}

.mobile-nav-container a span {
    display: inline-block;
    max-height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: 100%;
}

.mobile-nav-dropdown a {
    padding: 0 0 0 18% !important;
    border-top: 1px solid #0b2c54;
    background-color: #2f5786 !important;
    width: 100% !important;
}

@media all and (min-width: 769px) {
    .lead-article .triangle {
        position: absolute;
        right: 0px;
        bottom: -1px;
        border-top: 100px solid transparent;
        border-right: 100px solid #d4e6f9;
    }

    .large-block-grid-3 .article-list-content {
        height: 170px;
    }

        .large-block-grid-3 .article-list-content h2 {
            max-height: 90px;
        }

    #footer-bottom-level .footer-content {
        text-align: left;
    }


    #footer-powered-by {
        margin-top: 0;
    }

    .footer-powered-by-inner {
        max-width: 130px;
        margin-left: auto;
    }

    #footer-powered-by img {
        max-width: 130px;
    }
}

@media (min-width: 60em) {
    nav.mobile-nav {
        display: none;
    }

    .top-bar {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
    }

        .top-bar nav ul a.dropdown {
            padding: 0 15px 0 0;
        }

            .top-bar nav ul a.dropdown:after {
                content: '';
                display: block;
                width: 0;
                height: 0;
                border: inset 5px;
                border-top-color: currentcolor;
                border-top-style: inset;
                border-right-color: currentcolor;
                border-bottom-color: currentcolor;
                border-bottom-width: 5px;
                border-left-color: currentcolor;
                border-color: #ffffff transparent transparent;
                border-top-style: solid;
                border-bottom-width: 0;
                position: absolute;
                top: 50%;
                right: 7px;
            }

        .top-bar nav ul ul a {
            text-align: left;
            padding-left: 5px;
        }

    #fixed-social-media {
        display: block;
    }

    .top-banner {
        font-size: .875rem;
        line-height: 1.25;
    }
}

@media (min-width: 70em) {
    .top-bar, .top-bar nav ul, .top-bar nav ul a, .top-bar #search {
        height: 60px;
        line-height: 60px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .top-bar #logo, .top-bar #logo a {
            width: 190px;
        }

        .top-bar a img {
            max-width: 100%;
        }

        .top-bar nav ul a.dropdown {
            padding: 0 25px 0 10px;
        }

        .top-bar nav ul ul a {
            padding-left: 10px;
        }

    .footer-powered-by-inner {
        max-width: 150px;
        margin-left: auto;
    }

    #footer-powered-by img {
        max-width: 150px;
    }
}

@media (max-width: 768px) {
    #network-bar {
        display: none;
    }
}
.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

    .video-wrapper iframe {
        position: absolute;
        max-width: 100%;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }


