/* body */
body {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.alegreya {
    font-family: "Alegreya", serif;
    font-optical-sizing: auto;
}
a {
    color: #333333;
}
a:hover {
    color: #444444;
}
.orangeLink a {
    color: #ff6600;
}
.bg-orange {
    background-color: #f53900;
}
.bg-connect {
    background-color: #FF7C00;
}
.blackSeparator {
    width: 100%;
    height: 2px;
    background: #000;
}
.bg-cover {
    background-size: cover;
}
.btn-custom, a.btn-custom {
    background: #013365;
    color: #fff;
}
.btn-custom:hover, a.btn-custom:hover {
    background: #024d93;
    color: #fff;
}
.text-shadow {
    text-shadow: 2px 2px 0 rgba(0,0,0,0.2);
}
.box-shadow-hover:hover {
    box-shadow: 0 0 5px 0 #aaa;
}

.connect_link {
    font-weight: bold;
    color: #0d6efd;
}

/* header */
#topBar {
    background: #f1f1f1;
}
#topBarSocial img {
    max-height: 40px;
}
#mainLogo img {
    max-width: 300px;
}
@media only screen and (max-width: 600px) {
    #mainLogo img {
        max-width: 100%;
    }
}
#mainNav {
    text-transform: uppercase;
    font-weight: bold;
}
#mainNav .navbar-nav > li.nav-item > .nav-link::after {
    content: '|';
    padding-left: 30px;
}
#mainNav .navbar-nav > li.nav-item:last-child > .nav-link::after {
    content: none;
}
@media only screen and (max-width: 600px) {
    #mainNav .navbar-nav > li.nav-item > .nav-link::after {
        content: '';
        padding-left: 0;
    }
}
#mainNav .dropdown-toggle::after {
    vertical-align: 0;
    border: 0;
}

/* hero */
.video-background-holder {
    position: relative;
    background-color: black;
    width: 100%;
    overflow: hidden;
}
.video-background-holder video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.video-background-content, .hero-content {
    position: relative;
    z-index: 2;
}
.video-background-overlay, .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.7;
    z-index: 1;
}

/* ads */
.adArea {
    padding: 10px;
    text-align: center;
}

/* sponsored stories */
.sponsoredStoryBG {
    background: #EEE;
    border-radius: 10px;
    padding: 20px;
}

/* home */
.homeSectionTitle {
    font-weight: bold;
    font-size: 20px;
}
.homeSlider img {
     max-height: revert !important;
}
.sponsoredStories .homeStory img {
    height: auto;
}
.homeHPATop {
    color: #fff;
    text-align: center;
}
.homeHPAContent {
    background: #f1f1f1;
}
.hpaHeadline {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}
.hpaDesc {
    font-size: 12px;
    color: #cccccc;
}
.thoughtLeadershipTop {
    color: #fff;
    text-align: center;
}
.thoughtLeadershipTitle {
    font-size: 16pt;
    line-height: 25px;
    margin-bottom: 10px;
}
.thoughtLeadershipContent {
    background: #f1f1f1;
}
.thoughtLeadershipHeadline {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}
.thoughtLeadershipDesc {
    font-size: 12px;
    color: #cccccc;
}
.homeStoryHeading {
    color: #333333;
    font-weight: bold;
    font-size: 16pt !important;
}
.homeStory .homeStoryExcerpt {
    font-size: 11pt;
}
.homeLatestNews .homeStory {
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.homeBorderRight {
    border-right: 2px solid #e6e6e6;
    padding-right: 20px;
}
.homePaddingNoBorder {
    padding-right: 20px;
}
.homeSectionForYou {
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.homeBlock {
    margin: 40px 0;
}
.homeBlock .homeBlockTitle {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.homeStoryImg {
    max-height: 380px;
}

.homeBlock .homeStoryImage {
    height: 40vh;
    overflow: hidden;
}
.homeStory .homeStoryImage {
    height: 20vw;
    overflow: hidden;
}
.topStoriesBlock3 .homeStory .homeStoryImageContainer {
    height: 7vw;
    overflow: hidden;
}
.homeStoryImage img {
    object-fit: cover;
    width: 100%;
    overflow: hidden;
}
.homeStoryImageContainer {
    background-size: cover !important;
    width: 100%;
    height: 15vh;
    background-position: top center;
    background-repeat: no-repeat;
}
.homeBlock .homeStoryImageContainer.blockMainStory {
    height: 30vh;
    background-position: center center;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
    .homeBlock .homeStoryImage {
        height: 50vh;
    }
    .homeStory .homeStoryImage {
        height: 50vh;
    }
    .topStoriesBlock3 .homeStory .homeStoryImageContainer {
        height: 50vh;
    }
    .homeStoryImageContainer {
        height: 50vh;
    }
    .homeBlock .homeStoryImageContainer.blockMainStory {
        height: 50vh;
    }
}

/* story */
.storyBody img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 10px;
}
.storyBody .image {
    border-radius: 5px;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 10px 10px 10px;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}
.storyBody a {
    font-weight: bold;
    font-style: italic;
}
#colTL .colTLHeader {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
}

/* calendar */
.calendar-header {
    text-align: center;
    font-weight: bold;
}
#calendarTabs .nav-link {
    color: #fff;
}
#calendarTabs .nav-link.active {
    color: #aaa;
}
.eventBody img {
    max-width: 100%;
    width: auto;
}

/* helpers */
.text-10 {font-size:10px !important;}
.text-12 {font-size:12px !important;}
.text-14 {font-size:14px !important;}
.text-16 {font-size:16px !important;}
.text-18 {font-size:18px !important;}
.text-20 {font-size:20px !important;}
.text-22 {font-size:22px !important;}
.text-24 {font-size:24px !important;}
.text-26 {font-size:26px !important;}
.text-28 {font-size:28px !important;}
.text-30 {font-size:30px !important;}
.text-32 {font-size:32px !important;}
.text-34 {font-size:34px !important;}
.text-36 {font-size:36px !important;}
.text-38 {font-size:38px !important;}
.text-40 {font-size:40px !important;}
.text-42 {font-size:42px !important;}
.text-44 {font-size:44px !important;}
.text-46 {font-size:46px !important;}
.text-48 {font-size:48px !important;}
.text-50 {font-size:50px !important;}
.text-52 {font-size:52px !important;}
.text-54 {font-size:540px !important;}
.text-56 {font-size:56px !important;}
.text-58 {font-size:58px !important;}
.text-60 {font-size:60px !important;}

.cursor:hover {
    cursor: pointer;
}

.mainAlert {
    position: absolute;
    max-width: 600px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    top: 100px;
}

/* bootstrap override */
.accordion-button:not(.collapsed) {
    background-color: var(--bs-card-cap-bg) !important;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: column;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(1);
}
.carousel-indicators [data-bs-target] {
    background-color: #000;
}

/* slick override */
.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
}
.slick-next, .slick-prev {
    width: 50px;
    height: 50px;
    z-index: 99;
}
.slick-next::before, .slick-prev::before {
    font-size: 50px;
}
.slick-one img {
    object-fit: cover;
    width: 100%;
    height: 400px;
}

/* a2a override */
.a2a_default_style {
    display: flex;
    justify-content: center;
}

/* admin gradient */
.whiteToGray {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 35%);
}
.grayToWhite {
    background: linear-gradient(180deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 35%);
}

/* cards */
.card-img-top.card-img-even {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

/* pagination */
.page-link {
    color: #000;
}
.page-link.active, .active > .page-link:hover {
    color: #fff;
}

#footer {
    background: #666;
    color: #fff;
}
#footer a, #footer a:visited {
    color: #fff;
    text-decoration: none;
}
