﻿body {
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    min-width: 340px;
    color: #1E1E1E;
}

a {
    text-decoration: none;
}


.social-share {
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.image-align-left {
    float: left;
    margin-right: 10px;
    width: 100%;
    text-align: center;
    width: 300px;
}

.image-align-right {
    float: right;
    margin-left: 10px;
    width: 100%;
    text-align: center;
    width: 300px;
}

.image-align-left a, .image-align-right a {
    display: inline-block;
}

.caption {
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    color: #9b9b9b;
}



.breadcrumbs-wrapper {
    font-size: 12px;
}

.breadcrumbs {
    list-style-type: none;
    margin: 0px;
    padding: 0px
}

.breadcrumbs li {
    display: inline-block;
    border-right: 1px solid #d6d6d6;
    padding-right: 10px;
    margin-right: 5px;
}

.breadcrumbs li:last-of-type {
    border-right: none;
}


.list-pager-wrapper{
    text-align:center;
    margin:40px 0px;
}

h1 {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 34px;
    color: #002F60;
    padding: 10px 0px;
}

.mb-10 {
    margin-bottom: 6rem;
}

.row {
    margin-bottom: 20px;
}

.bg-topic-badge {
    text-transform: uppercase;
    background-color: #2780DE;
    color:#fff;
}

.bg-secondary {
    text-transform:uppercase;
}

.btn-block {
    width: 100%;
}

.btn {
    font-size: 14px;
    font-family: 'Open Sans';
}

.btn-primary {
    background-color: #2699FB;
}

.btn-primary-dark {
    background-color: #F17C20;
    color:#fff;
}

.btn-primary-dark:hover {
    background-color: #e26d11;
    color: #fff;
}

.btn-blue {
    background-color: #011C37;
    color: #fff;
}

    .btn-blue:hover {
        background-color: #2780DE;
        color: #fff;
    }


.btn-white {
    background-color: #fff;
    color: #333;
}

.btn-white-overlay {
    background-color:rgba(255,255,255,.2);
    color:#fff;
    border:none;
}

#account-wrapper {
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
}

.glyph {
    font-family: 'Open Sans';
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 20px;
}

.content-glyph {
    background-color: #2780DE;
    color: #fff;
}

.news-glyph {
    background-color: #8092a4;
    color: #fff;
}



.container, .container-fluid {
    max-width: 1320px !important;
}

.container-fluid.container-interior{
    max-width:1100px !important;
}

a.light-orange {
    color: #f17c20;
    font-weight: 700;
}

    a.light-orange:hover {
        color: #FB9342;
        border-bottom: 2px solid #FB9342;
    }

a.orange {
    color: #F17C20;
}

    a.orange:hover {
        color: #FB9342;
        border-bottom: 2px solid #FB9342;
    }


#header {
}

#info-bar {
    background-color: #F17C20;
    color: #fff;
    text-align: right;
    padding: 3px 5px;
    font-size: 14px;
    text-transform: uppercase;
}

#info-bar a{
    color:#fff;
}

#info-bar a:hover {
    text-decoration:underline;
}


#nav-bar {
    background-color: #002F60;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 10px;
}

#logo-wrapper {
    margin-right: 20px;
}

    #logo-wrapper img {
        transition: all .25s;
    }

#nav-wrapper {
    flex-grow: 1;
}

    #nav-wrapper a {
        text-decoration: none;
        transition: all .25s;
    }

    #nav-wrapper ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

    #nav-wrapper li {
        display: inline-block;
    }

.btn-mobile-menu, .btn-mobile-menu:hover {
    margin-left: 20px;
    background-color: #fff;
    color: #333;
    border: 0px;
    padding: 3px 7px;
    font-size: 12px;
}

/*--article images*/
.article-img-xl {
    height: 500px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.article-img-md {
    height: 275px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.article-img {
    height: 200px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.article-img-sm {
    height: 100px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.article-img-lg {
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*--featured section*/
section#featured {
    margin-top: 20px;
}

.featured-content-meta {
    position: absolute;
    bottom: 0px;
    background-color: rgba(1,47,96,.67);
    color: #fff;
    padding: 20px;
}

.featured-content-date {
    font-size: 12px;
}

.featured-content-title {
    font-family: 'Roboto';
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
}

    .featured-content-title a {
        color: #fff;
        transition: all .2s;
    }

        .featured-content-title a:hover {
            color: rgba(255,255,255,.9);
        }

.featured-content-topics, .featured-magazine-topics {
    margin-bottom: 5px;
}

    .featured-content-topics ul, .featured-magazine-topics ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

    .featured-content-topics li, .featured-magazine-topics li {
        display: inline-block;
    }

    .featured-content-topics a, .featured-magazine-topics a {
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 500;
        margin-right: 7px;
        text-decoration: none;
    }

.featured-magazine-title a, .featured-magazine-title {
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
} 


.featured-magazine-wrapper {
    max-width: 300px;
}

#featued-magazine {
    background-color: #012F60;
    color: #fff;
    height: 500px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.featured-magazine-meta {
    flex: 1;
}

.featured-magazine-img {
    text-align: center;
    position:relative;
}

    .featured-magazine-img .featured-cover-img {
        max-width: 100px;
        position: absolute;
        top: 80px;
        z-index: 9;
        border: 2px solid #fff;
        left: 0px;
    }

.featured-magazine-buttons {
    margin-top: 20px;
}

    .featured-magazine-buttons a {
        margin-top: 10px;
    }


/*article block styles*/
.content-block-sm {
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 25px;
}

.content-block {
    margin-bottom: 40px;
}

.content-meta {
    margin-top: 10px;
}

.content-type {
}

.content-topics {
    margin-bottom: 5px;
}

    .content-topics ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

    .content-topics li {
        display: inline-block;
    }

    .content-topics a {
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 500;
        margin-right: 7px;
        text-decoration: none;
    }

.content-title {
    font-family: 'Roboto';
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #002F60;
}

    .content-title a {
        color: #002F60;
        transition: all .2s;
    }

        .content-title a:hover {
            color: #0666cb;
        }

.content-block-sm .content-title {
    font-size: 18px;
    line-height: 22px;
}

.content-date {
    font-size: 12px;
    color: #9E9E9E;
    margin: 5px 0px;
}

.content-snppet {
}

/*--- stock ticker items*/
.stock-item {
    background-color: #E9E9E9;
    color: #333;
    padding: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    display: flex;
    flex-direction: row;
}

.stock-title {
    flex: 1;
    font-weight: bold;
}

.stock-price.up {
    color: #00B13B;
}

.stock-price.down {
    color: #FF0000;
}



/* --- content sections -----*/

.ad-column {
    max-width: 360px;
    min-height:400px;
    text-align: left;
}

.dynamic-content-sticky {
   /* height:350px;*/
}

.sticky {
    position: sticky;
    top: 5px; /* adjust sentinel height/positioning based on this position. */
}

.sticky_sentinel {
    position: relative;
    left: 0;
    right: 0; /* needs dimensions */
    visibility: hidden;
}

.sticky_sentinel--top {
    height: 40px;
    top: -24px;
    background-color: yellow;
}

.sticky_sentinel--bottom {
    /* Height should match the top of the header when it's at the bottom of the
  intersection container. */
    height: 40px;
    bottom: 0;
    background-color:yellow;
}


.editor-comment {
}

.section-loading{
    opacity:.1;
}

.section-title-sm {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #002F60;
    border-top: 1px solid #002F60;
    border-bottom: 1px solid #002F60;
    padding: 5px 0px;
    position: relative;
}


.section-title {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 34px;
    text-align: center;
    color: #002F60;
    border-top: 1px solid #002F60;
    border-bottom: 1px solid #002F60;
    padding: 10px 0px;
    position:relative;
}

.section-title.no-border {
    border-top: 0px;
}


.section-subnav {
    text-align: center;
    background-color: #002F60;
    color: #fff;
    height: 40px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .section-subnav a {
        color: #fff;
        margin: 0px 10px;
        text-decoration: none;
        line-height: 40px;
    }

    .section-subnav a:hover {
        color: #c4def9;
    }

    .section-subnav a.active {
        color: #87c1ff;
        text-decoration: underline;
    }

    .section-subnav li {
        display: inline-block;
    }

.btn-topic-nav {
    background-color: #011C37;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: all .25s;
}

    .btn-topic-nav:hover {
        background-color: #2780DE;
        color: #fff;
    }

/* -- Upstream 365 ----*/
section#upstream-365 {
    background-color: #f7f9fb;
    border-top: 1px solid #dbe3ea;
    border-bottom: 1px solid #dbe3ea;
}

.upstream365-title {
    font-family: 'Roboto';
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #002F60;
    margin-bottom: 5px;
}

section#upstream-365 .owl-nav {
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.upstream365-cta{
    margin-top:10px;
}
section#upstream-365 .owl-nav .owl-prev {
    float: left;
}

section#upstream-365 .owl-nav .owl-next {
    float: right;
}


.sidebar-social-media{
    font-size:30px;
}

    .sidebar-social-media a {
        display: inline-block;
        width: 50px;
        height: 50px;
        background-color: #e5e5e5;
        text-align: center;
        border-radius: 5px;
        line-height: 50px;
        margin-right: 2px;
    }

.sidebar-social-media {
    font-size: 30px;
}

/*-- footer ---*/
section#footer {
    background-color: #002F60;
    color: #fff;
    padding: 30px 0px 50px 0px;
    font-size: 12px;
}


/* --  conenct bar --*/
.connect-bar {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 10;
}

.connect-tab {
    background-color: #F17C20;
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
    width: 200px;
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
    cursor: pointer;
}

.connect-content {
    background-color: #F17C20;
    height: 0px;
    overflow: hidden;
    border-top: 5px solid #f17c20;
    transition: all .3s;
    color: #fff;
}

    .connect-content h3 {
    }

.connect-arrow {
    display: inline-block;
    transition: all .3s;
}

.connect-bar.active .connect-content {
    height: 120px;
}

.connect-bar.active .connect-tab .connect-arrow {
    transform: rotate(180deg);
}

.connect-content .social-links {
    font-size: 30px;
    text-align: right;
}

.connect-content .social-links a{
    color:#fff;
}

.connect-content .social-links a:hover {
    color: #ffcba2;
}

.connect-content .connect-msg {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
}


/*--- webcasts---*/
.webcast-row {
    margin: 20px 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
}

.webcast-row:last-child {
    border:none;
}

.webcast-intro{
    margin-bottom:40px;
}
.webcast-item .row{clear:both;}
.webcast-image{}
.webcast-title h2{
    font-family: 'Roboto';
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #002F60;
}
.webcast-sponsor {
    font-size: 14px;
    margin: 5px 0px;
    font-weight:bold;
}
.webcast-date {
    font-size: 12px;
    color: #9E9E9E;
    margin: 5px 0px;
}
.webcast-cta {
    margin-top:20px;
}

/*--- whitepapers---*/
.whitepaper-row {
    margin: 20px 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
}

.whitepaper-row:last-child {
    border: none;
}


.whitepaper-intro {
    margin-bottom: 40px;
}

.whitepaper-item .row {
    clear: both;
}

.whitepaper-image {
}

.whitepaper-title h2 {
    font-family: 'Roboto';
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #002F60;
}

.whitepaper-sponsor {
    font-size: 14px;
    margin: 5px 0px;
    font-weight: bold;
}

.whitepaper-date {
    font-size: 12px;
    color: #9E9E9E;
    margin: 5px 0px;
}

.whitepaper-cta {
    margin-top: 20px;
}


/*--- news---*/
.news-row {
    margin: 20px 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
}


.news-item .row {
    clear: both;
}

.news-image {
}

.news-image-lg{
    width:100%;
    height:300px;
    background-position:center center;
    background-size:cover;
}

.news-image-md {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: cover;
}

.news-title h2 {
    font-family: 'Roboto';
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #002F60;
}

.news-title a h2 {
    color: #002F60;
    transition: all .2s;
}

.news-title a:hover h2 {
    color: #0666cb;
}


.news-date {
    font-size: 12px;
    color: #9E9E9E;
    margin: 5px 0px;
}

/*-- news detail ---*/
.news-detail-meta {
    margin-bottom:10px;
}
.news-detail-author {
    font-size: 12px;
    font-weight:bold;
    display:inline-block;
    margin-right:10px;
}
.news-detail-date {
    font-size: 12px;
    color: #9E9E9E;
}

.news-detail-header-image {
    height: 300px;
    background-size:cover;
    background-position:center center;
}

.article-detail-header-image {
    height: 300px;
    background-size: cover;
    background-position: center center;
}


/* --- topics pages -----*/
.topics-breadcrumbs-wrapper {
    font-size: 12px;
}

.topics-breadcrumbs{
    list-style-type:none;
    margin:0px;
    padding:0px
}

.topics-breadcrumbs li {
    display: inline-block;
    border-right: 1px solid #d6d6d6;
    padding-right: 10px;
    margin-right: 5px;
}

.topics-breadcrumbs li:last-of-type {
    border-right: none;
}


.topics-subtopic-list {
    background-color: #002F60;
    padding:10px;
    color:#fff;
}

.topics-subtopic-list ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.topics-subtopic-list li {
    display: inline-block;
    padding-right: 10px;
    margin-right: 5px;
}

    .topics-subtopic-list a {
        color:#fff;
    }


.topics-row {
    margin: 20px 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
}

.topic-badges{
    margin-bottom:5px;
}

.topic-cta{
    margin-top:5px;
}

.topics-item .row {
    clear: both;
}


.topic-title h2 {
    font-family: 'Roboto';
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #002F60;
}

.topic-title a h2 {
    color: #002F60;
    transition: all .2s;
}

.topic-title a:hover h2 {
    color: #0666cb;
}

.topic-sponsor {
    font-size: 14px;
    margin: 5px 0px;
    font-weight: bold;
}


.topic-date {
    font-size: 12px;
    color: #9E9E9E;
    margin: 5px 0px;
}


/* --- featured events -----*/


.featured-event-row {
    margin: 20px 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
}


.featured-event-item .row {
    clear: both;
}

.featured-event-image {
}

.featured-event-image-lg {
    width: 100%;
    height: 300px;
    background-position: center center;
    background-size: cover;
}

.featured-event-image-md {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: cover;
}

.featured-event-title h2 {
    font-family: 'Roboto';
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #002F60;
}

.featured-event-title a h2 {
    color: #002F60;
    transition: all .2s;
}

.featured-event-title a:hover h2 {
    color: #0666cb;
}


.featured-event-date {
    font-size: 12px;
    color: #9E9E9E;
    margin: 5px 0px;
    font-weight:bold;
}

.featured-event-links{
    margin-bottom:10px;
}

/*-----video section ------*/
.video-row {
    margin: 20px 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.video-title h2{
    font-family: 'Roboto';
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #002F60;
}

.video-date {
    font-size: 12px;
    color: #9E9E9E;
    margin: 5px 0px;
}




/* ----- podcasts --------*/
.podcast-item {
    border: 1px solid #d6d6d6;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    padding:20px;
    margin-bottom:20px;
}

.podcast-title h2 {
    font-family: 'Roboto';
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #002F60;
}

.podcast-title a h2 {
    color: #002F60;
    transition: all .2s;
}

.podcast-title a:hover h2 {
    color: #0666cb;
}

.podcast-image{
    max-width:250px;
    margin:0px auto;
}


/*---- podcast post items ----*/
.podcast-post-item {
    border-bottom: 1px solid #D6D6D6;
    margin-bottom:40px;
}

.podcast-post-title h2 {
    font-family: 'Roboto';
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #002F60;
}

.podcast-post-date {
    font-size: 12px;
    color: #9E9E9E;
    margin: 5px 0px;
    font-weight: bold;
}

.podcast-post-snippet{

}

.podcast-post-audio{
    margin-top:10px;
}

.podcast-subscribe-wrapper{
    margin-top:10px;
}


/* ----magazine content-----*/
.magazine-issue-image {
    border: 1px solid #c0c0c0;
    background-color: #f5f5f5;
    padding: 20px;
}
.article-title h2 {
    font-family: 'Roboto';
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #002F60;
}

.article-title a h2 {
    color: #002F60;
    transition: all .2s;
}

.article-item {
    margin: 20px 0px 30px;
}

.article-author {
    font-size: 12px;
    color: #9E9E9E;
    margin: 5px 0px;
    font-weight: bold;
}


.article-detail-snippet {
    margin-bottom: 10px;
    color: #aaaaaa;
    font-size: 18px;
    font-weight: 100;
}



/*--- archive content -----*/
.archive-item {
    display: flex;
    flex-direction: row;
    border: 1px solid #c0c0c0;
    background-color: #f5f5f5;
    padding: 10px;
}

.archive-image {
    max-width: 150px;
    margin-right: 20px;
}

.archive-title {
    font-weight: bold;
    margin-bottom: 10px;
}




/*--- supplement content -----*/
.supplement-item {
    box-shadow:0 0 15px 0px rgba(0,0,0,.2);
}

.supplement-image {

  border:2px solid #fff;
}

.supplement-image img{
    width: 100%;
}

.supplement-year{
    font-size:20px;
    font-weight:bold;
    height:26px;
    margin-bottom:10px;
}

.supplement-link {
    padding: 10px 0px;
    margin-top: 5px;
}


/*---- event presentations content----*/
.presentation-title h2 {
    font-family: 'Roboto';
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #002F60;
}

.event-title a h2 {
    color: #002F60;
    transition: all .2s;
}

.event-title a:hover h2 {
    color: #0666cb;
}


.presentation-list-item {
    margin: 20px 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
}


/*--- Sponsor 365 content----*/
.sponsor-company-column {
    max-width: 324px;
}


.sponsor-intro {
    background-color: #ebf5ff;
    padding:10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color:#0666cb;
}

.sponsor-title h2 {
    font-family: 'Roboto';
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #002F60;
}

.sponsor-title a h2 {
    color: #002F60;
    transition: all .2s;
}

.sponsor-detail-header-image {
    height: 300px;
    background-size: cover;
    background-position: center center;
}

.sponsor-detail-contact{
    margin:20px 0px;
    padding:20px 0px;
    border-top:1px solid #d6d6d6;
    border-bottom:1px solid #d6d6d6;
}

.sponsor-detail-button{
    margin-bottom:20px;
}

.sponsor-detail-social {
    background-color: #f5f5f5;
    padding: 10px;
    margin-bottom:20px;

}
.sponsor-detail-social-icon {
    font-size: 24px;
    flex: 1;
    margin-right:3px;
}

.sponsor-detail-social-icon:last-child{
    margin:0px;
}
    .sponsor-detail-small-title {
        font-family: 'Roboto';
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        color: #002F60;
    }

.sponsor-detail-downloads{
    margin:20px 0px;
}

.sponsor-detail-download-item{
    margin:5px 0px;
    padding:5px 0px;
}

.sponsor-detail-content{
    margin-bottom:20px;
}


/*Subscription Page styles*/
#icons {
    text-align: center;
    margin: 25px 0;
}

.icon img {
    margin: 0 auto;
}

.icon div {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0;
}

#plans {
    background-color: #ebebeb;
}

    #plans row {
        padding: 25px 0 !important;
    }

    #plans h4 {
        font-size: 36px;
        margin-bottom: 25px;
    }

    #plans div div div {
        font-size: 24px;
        font-weight: bold;
        margin-top: 40px;
    }

.subscriptionBtn {
    background-color: #0696b8;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    margin: 32px 0;
}

.quote {
    font-weight: bold;
    margin-left: 15px;
}

#plans img {
    margin-top: 45px;
}

.active .plan-select {
    background-color: #0696b8;
}
/*
.active div {
    color: #0696b8 !important;
}*/

.active-plan {
    opacity: 1 !important;
    transition: opacity 1s ease-in-out !important;
    height: 100% !important;
    overflow: unset !important;
}

.plan-select {
    width: 15px;
    height: 15px;
    border-radius: 10px;
    border: solid 2px black;
    margin: 10px auto !important;
    background-color: #fff;
}

.line {
    border: solid black 1px;
    margin-top: -38px;
    margin-left: 16%;
    margin-right: 16%;
}

.icon img {
    max-height: 85px;
}

.owl-item h3 {
    margin-top: 0 !important;
    font-weight: bold;
}

.owl-pagination {
    margin-top: 18px;
}

.info-small {
    text-align: center;
    padding-top: 32px;
    font-weight: bold;
}

.phone, .email {
    color: #0696b8 !important;
}

#content {
    margin: 32px 0;
}


/*awards page styles*/
.awards-side-nav {
    list-style: none;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    border: 1px #e3e3e3 solid;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

    .awards-side-nav li {
        display: inline-block;
    }

    .awards-side-nav a {
        padding: 12px;
        font-size: 16px;
        display: inline-block;
        border: 0 #e3e3e3 solid;
        border-right-width: 1px;
    }


/* brand section */

.brand-image-wrapper{
    padding:10px;
    border:5px solid #fff;
    cursor:pointer;
    transition:all .5s;
}
.brand-image-wrapper img {
    opacity:0.7;
}

.brand-image-wrapper.active {
    border: 5px solid #2780DE;
}
.brand-image-wrapper.active img {
    opacity: 1;
}

.brand-image-wrapper:hover {
    border: 5px solid #59a5f5;
}

.brand-image-wrapper:hover img {
    opacity: 1;
}

.brand-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #002F60;
    font-family: 'Roboto';
}

.brand-cta{
    margin-top:10px;
}

.tag-menu li {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #ebebeb;
}


/* editor comments */
.editor-comment {
    background-color: #f3faff;
    padding: 10px;
    border: 1px solid #cfdfeb;
    border-radius:10px;
}

.editor-heading {
    font-weight: bold;
    color: #074d95;
    text-transform: uppercase;
    text-align:center;
}

.editor-image-wrapper{
    text-align:center;
}

.editor-image {
    width: 125px;
    height: 125px;
    background-size: cover;
    background-position: center;
    margin: auto;
    border-radius: 75px;
    border: 4px solid #ffffff;
    box-shadow: 0 0 6px #9fb5c5;
}

.editor-image img {
    max-width: 125px;
    border-radius: 75px;
    border: 4px solid #fff;
}

.editor-name {
    text-align:center;
    font-weight:bold;
}

.editor-message {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
}

/*blueconic styles*/
.bcRecommendedItem .content-title{
    margin-top:20px;
}

.bcRecommendedItem .content-description {
    color: #1E1E1E;
    margin-bottom: 20px;
    margin-top:10px;
}

.bcRecommendedItem{
    min-height:500px;
}

@media (max-width:1100px) {
    #nav-wrapper a {
        margin: 0px 10px;
        font-size: 16px;
    }

    .image-align-left, .image-align-right {
        float: none;
        margin: 10px 0px;
        width: 100%;
        text-align: center;
    }

    .ad-spot .mpu {
        padding: 20px 0px;
        text-align:center;
        margin:20px 0px;
    }

    .sticky {
        position: unset;
    }

}

@media (max-width:991px) {


    #nav-bar {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .connect-bar.active .connect-content {
        height: 150px;
    }
}

@media (max-width:770px) {
    .connect-bar.active .connect-content {
        height: 190px;
    }

    .connect-bar.active .social-links {
        text-align: left;
    }
}

@media (max-width:575px) {
    #logo-wrapper img {
        width: 150px;
    }

    .featured-magazine-wrapper {
        max-width: 100%;
        margin-top: 20px;
    }

    #featued-magazine {
        height: auto;
    }

    .upstream365-image-wrapper {
        margin-bottom: 30px;
    }

    .connect-bar.active .connect-content {
        height: 250px;
    }
}

.fa-custom {
    width: 32px;
    background-color: #1E3054;
    color: #fff;
    text-align: center;
    line-height: 29px !important;
    border-radius: 10px;
}

.fa-custom-white {
    width: 32px;
    background-color: none;
    color: #fff;
    text-align: center;
    line-height: 29px !important;
    border-radius: 10px;
}

.fa-square-x-twitter::before {
    content: "𝕏";
    font-size: 25px;
}
.fa-custom-white::before {
    content: "𝕏";
    font-size: 31px;
}
