/* ------------------- Image Box Standard - title floated centered or bottom/left ------------------ */

.imagebox { margin-bottom: 30px; }

.imagebox .imagebox-inner .imgcont {
    position: relative;
    margin-bottom: 10px;
}
.imagebox .imagebox-inner .imgcont .title {
    position: absolute;
    left: 0;
    bottom: 4px;
    max-width: 60%;
}
.imagebox.centered-title .imagebox-inner .imgcont .title {
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.imagebox .imagebox-inner .imgcont .title > div {
    background-color: #fff;
    display: inline;
    font-family:'Helvetica Neue LT W01_71488914';
    font-size: 23px;
    color: #1d1d1d;
    padding: 0px 5px 4px;

    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.imagebox.centered-title .imagebox-inner .imgcont .title > div { text-align: center; }

.imagebox .imagebox-inner .desc { color: #1d1d1d; }
.imagebox .imagebox-inner .desc .fa { color: #0498d9; }


/* ------------------- Image Box Large - lg image, floated text to right and color reveal ------------------ */

.imagebox-large { position: relative; }

.imagebox-large .imagebox-inner {
    display: inline-block;
    position: relative;
    top: 0;
    z-index: 1;
}

.imagebox-large .imagebox-inner .imgcont {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-out 0.25s;
    opacity: 0;
}
.imagebox-large .imagebox-inner > .imgcont { transition-delay: .55s; }
.imagebox-large .imagebox-inner.active .imgcont {
    opacity: 1;
}
.imagebox-large .imagebox-inner .imgcont .img-bg {
    width: 100%;
    height: 159px;
    transition: all 0.35s ease 0.7s;
}

.imagebox-large .imagebox-inner .textcont1 {
    position: relative;
    width: 100%;
    font-family:'Helvetica Neue LT W01_71488914';
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    z-index: 1;
}

.imagebox-large .imagebox-inner.active .textcont1 {
    opacity: 1;
    transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
}


.imagebox-large .imagebox-inner .text-fade {
    opacity: 0;
    transition: all 0.5s ease 1s;
}

.imagebox-large .imagebox-inner.active .text-fade {
    opacity: 1;
}

.imagebox-large .imagebox-inner.active .textcont1 .text-fade {
    background-color: #fff;
    display: inline-block;
    padding: 0px 20px 3px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.imagebox-large .imagebox-inner .textcont2 {
    transition: all ease .5s 1.35s;
}

.imagebox-large .content a {
    display: block;
    padding: 20px 0 0;
}

@media only screen and (max-width: 40em) {

    .imagebox-large .imagebox-inner .textcont1 {
        bottom: 0;
        font-size: 23px;
        padding: 0;
        margin: 10px 0;
    }

    .imagebox-large .imagebox-inner.active .textcont1 .text-fade { padding: 0; }
}

@media only screen and (min-width: 40.063em) and (max-width: 1199px) {
    .imagebox-large .imagebox-inner .imgcont { margin-bottom: 10px; }
    .imagebox-large .imagebox-inner .imgcont .img-bg {
        position: relative;
        height: 430px;
    }
    .imagebox-large .imagebox-inner .textcont1 {
        position: absolute;
        bottom: 0;
        max-width: 435px;
    }
    .imagebox-large .imagebox-inner .textcont2 { margin-top: 10px; }
}

@media only screen and (min-width: 1200px) {
    .imagebox-large .imagebox-inner.active .imgcont {
        width: 766px;
    }
    .imagebox-large .imagebox-inner .imgcont .img-bg {
        height: 430px;
        width: 766px;
        box-shadow:0px 10px 0px rgba(29,29,29,0);
    }
    .imagebox-large .imagebox-inner.active .img-bg {
        box-shadow:0px 10px 30px rgba(29,29,29,.5);
    }
    .imagebox-large .imagebox-inner .textcont1 {
        left: calc(100% - 67px);
        top: 0;
        width: 435px;
        font-size: 50px;
        position: absolute;
    }
    .imagebox-large .imagebox-inner .textcont2 {
        position: absolute;
        top: 160px;
        left: calc(100% + 33px);
        width: 366px;
    }
}

/* ------------------- Image Box Content - on content pages with coption ------------------ */

.imagebox-content {
    position: relative;
    width: 100%;
}
.imagebox-content.has-caption .img-cont {
    float: left;
    width: calc(100% - 40px);
}
.imagebox-content.has-caption .img-cont img { width: 100%; }

.imagebox-content .caption {
    position: absolute;
    top: 20px;
    left: 100%;
    transform: rotate(90deg);
    transform-origin: left top;
    white-space: nowrap;
}
.imagebox-content .caption .caption-text {
    position: relative;
    background-color: #fff;
    font-family: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, sans-serif;
    font-size: 14px;
    z-index: 2;
}
.imagebox-content .caption .caption-text:after {
    content: ' ';
    position: absolute;
    right: 22px;
    top: 13px;
    background-color: #ddd;
    display: block;
    width: 50%;
    max-width: 100px;
    height: 1px;
    z-index: 1;
}

@media only screen and (max-width: 40em) {
    .imagebox-content.has-caption .img-cont {
        float: none;
        width: 100%;
    }
    .imagebox-content .caption {
        position: relative;
        top: 0;
        left: 0;
        transform: rotate(0deg);
    }
}

/* ------------------- Image Box Grid ------------------ */

.imagebox-grid {}
.imagebox-grid [class*="block-grid-"] > li { padding: 0 0.925em 1.25em; }

.imagebox-grid .title {
    font-family:'Helvetica Neue LT W01_71488914', Arial, Helvetica, sans-serif;
    width: 100%;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.03em;
    margin-bottom: 30px;
}
.imagebox-grid .item {
    position: relative;
    padding: 0;
    box-shadow:0px 0px 40px rgba(35,35,35,.32);
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition:all ease .35s;
}
.imagebox-grid .item:hover {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.imagebox-grid .item .title-text {
    position: absolute;
    top: 50%;
    left: 0px;
    background-color: #fff;
    font-family: 'Helvetica Neue LT W01_71488914', Arial, Helvetica, sans-serif;
    font-size: 23px;
    letter-spacing: -0.03em;
    color: #1d1d1d;
    padding: 8px 10px;
    transform: translate(0px, -50%) scale(1);
    -o-transform: translate(0px, -50%) scale(1);
    -ms-transform: translate(0px, -50%) scale(1);
    -moz-transform: translate(0px, -50%) scale(1);
    -webkit-transform: translate(0px, -50%) scale(1);
    transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    -moz-transform-origin: left;
    -webkit-transform-origin: left;
    transition: all ease .35s;
}

.imagebox-grid .item:hover .title-text {
    transform: translate(-1px, -50%) scale(.9091);
    -o-transform: translate(-1px, -50%) scale(.9091);
    -ms-transform: translate(-1px, -50%) scale(.9091);
    -moz-transform: translate(-1px, -50%) scale(.9091);
    -webkit-transform: translate(-1px, -50%) scale(.9091);
}

.imagebox-grid .item .title-text:after {
    content: '\f178';
    position: absolute;
    right: 0;
    display: block;
    font-family: 'FontAwesome';
    top: 48%;
    left: 100%;
    width: 15px;
    height: 15px;
    color: #fff;
    opacity: 0;
    transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    transition: all ease .35s;
}

.imagebox-grid .item:hover .title-text:after {
    opacity: 1;
    transform: translate(10px, -50%);
    -o-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -webkit-transform: translate(10px, -50%);
}

.imagebox-grid .item .imgcont,
.imagebox-grid .item .imgcont img {
    width: 100%;
    display: block;
}

.imagebox-grid .item .imgcont:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all ease .35s;
}

.imagebox-grid .item:hover .imgcont:after {
    opacity: .4;
}

@media only screen and (max-width: 40em) {
    .imagebox-grid .item .imgcont {
        max-height: 150px;
        overflow-y: hidden;
    }
    .imagebox-grid .title { display: none; }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .imagebox-grid .title { font-size: 120px; }
}

@media only screen and (min-width: 64.063em) {
    .imagebox-grid .title {
        font-size: 197px;
        margin-bottom: 40px;
    }
}

/* ------------------- Imagebox Wide (2 + 1 wide) ------------------ */

.imagebox-wide {
  padding:0px 15px;
}
.imagebox-wide .img-cont img { width: 100%; }

.imagebox-wide .item {
  position: relative;
  margin:0px 15px 30px;
}

.imagebox-wide .thing-left {
  float:left;
  height: 170px;
  width:calc(50% - 30px);
}
.imagebox-wide .thing-right {
  height:170px;
  float:right;
  width:calc(50% - 30px);
}
.imagebox-wide .thing-full {
  clear: both;
  height:150px;
  width:calc(100% - 30px);
  margin-bottom: 0px;
}
.imagebox-wide a {
    position: relative;
    display: block;
    height: 100%;
    width:100%;
    line-height: 1.35;
    text-align: center;
    margin: 0 auto;
    z-index: 2
}
.imagebox-wide > .item:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: ' ';
    background-color: #000;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
}
.imagebox-wide > .item.hover:after { opacity: 0.3; }

.imagebox-wide .content {
    position: absolute;
    top:50%;
    left:50%;
    display: block;
    max-width: 60%;
    height: auto;
    margin: 0 auto;
    vertical-align: middle;
    transform: translate(-50%, -50%);
}

.imagebox-wide a .title {
    display: inline;
    background-color: #fff;
    font-family: 'Helvetica Neue LT W01_71488914', Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: -0.03em;
    color: #1d1d1d;
    padding: 4px 10px;

    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.imagebox-wide .thing-full .content { width: 100%; max-width: 100%; }

.imagebox-wide .thing-full a .title {
    background-color: transparent;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
}

.imagebox-wide .last-item-icon {
    max-width: 60px;
    margin: 0 auto;
}

@media only screen and (max-width: 40em) {
    .imagebox-wide .item { margin: 0 0 20px; }

    .imagebox-wide .thing-left,
    .imagebox-wide .thing-right,
    .imagebox-wide .thing-full {
        float: none;
        width: 100%;
    }
    .imagebox-wide .content { width: 100%; }
    .imagebox-wide .thing-full { max-height: 130px; }
}

@media only screen and (min-width: 40.064em) and (max-width: 64em) {
    .imagebox-wide .content { max-width: 50%; }
}

@media only screen and (min-width: 64.064em) {
    .imagebox-wide .thing-left,
    .imagebox-wide .thing-right { height: 320px; }
    .imagebox-wide .thing-full { height:250px; }

    .imagebox-wide .content { max-width: 35%; }
    .imagebox-wide a .title { font-size: 30px; }

    .imagebox-wide .thing-full a .title { font-size: 30px; }
    .imagebox-wide .last-item-icon { max-width: 100%; }
}

/* ------------------- Highlights (2 staggered images w/ animation ) ------------------ */

.highlights {
    position: relative;
}

.highlights .main-title {
    position: absolute;
    top: 110px;
    left: 0px;
    z-index: 9;
    max-width: 80px;
    font-family: 'powerfulregular';
    font-size: 48px;
    line-height: 1;
    opacity: 0;
    transform: translateX(-30px);
    -o-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transition: all ease .5s .7s;
    text-align: center;
}

.highlights .main-title span {
    display: inline-block;
    line-height: 0.5;
}

.highlights .main-title.active {
    opacity: 1;
    transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
}


.highlights .highlights-img {
    transition: all ease-out .5s .25s;
}

.highlights .item-second .highlights-img {
    transition: all ease-out .5s .45s;
}

.highlights .highlights-img-bg {
    position: relative;
    opacity: 0;
    transition: all ease .35s .25s;
}

.highlights .highlights-item.active .highlights-img-bg {
    opacity: 1;
}

.highlights .icon-tree:before,
.highlights .icon-wahduh:before {
    opacity: 0;
    position: absolute;
    z-index: -1;
    transition: all ease .5s 1.3s;
}

.highlights .highlights-item.active .icon-tree:before,
.highlights .highlights-item.active .icon-wahduh:before {
    opacity: 1;
}

.highlights .icon-tree:before {
    content: url(/includes/public/assets/images/icon-tree.png);
    bottom: -50px;
    left: -70px;
}

.highlights .icon-wahduh:before {
    content: url(/includes/public/assets/images/icon-wahduh.png);
    top: -40px;
    right: -45px;
}

.highlights .highlights-text {
    position: absolute;
    transition: all ease .35s .3s;
}

.highlights .highlights-text h3 { font-size: 24px; }



.highlights .item-first .highlights-img-bg {
    box-shadow: 0px 10px 0px rgba(29, 29, 29, 0);
    transition: all ease .35s .7s;
}

.highlights .item-second .highlights-img-bg {
    transition: all ease .35s 1s;
}

.highlights .highlights-item.active .highlights-img-bg {
    box-shadow: 0px 10px 30px rgba(29, 29, 29, .5);
}

.highlights .item-first .highlights-text {}

.highlights .highlights-text-fade {
    opacity: 0;
    transition: all ease .5s 1s;
}

.highlights .highlights-item.active .highlights-text-fade {
    opacity: 1;
}


.highlights .highlights-text a {
    position: relative;
    margin-left: 5px;
    z-index: 99;
}

.highlights .item-third .highlights-img-bg {
    width: 766px;
    height: 430px;
    background: url('/includes/public/assets/images/biggy1.jpg') center;
    transition: all ease .35s .7s;
}

.highlights .highlights-item.item-third.active .highlights-img {
    width: 766px;
}

.highlights .item-third .main-title {
    position: absolute;
    top: 0px;
    left: calc(100% - 67px);
    width: 415px;
    z-index: 1;
}

.highlights .item-third .highlights-text {
    position: absolute;
    top: 160px;
    left: calc(100% + 33px);
    width: 366px;
}

.highlights .item-third .highlights-text .highlights-text-fade {
    transition: all ease .5s 1.35s;
}

@media only screen and (max-width: 40em) {
    .highlights { padding-top: 40px; }
    .highlights .main-title { top: 0px; }
    .highlights .highlights-text h3 { margin-bottom: 10px; }
    .highlights .highlights-item.active .highlights-img-bg {
        box-shadow: none;
    }
    .highlights .highlights-text {
        position: relative;
        margin: 20px 0;
        width: 100%;
    }

    .highlights .item-second,
    .highlights .highlights-img { width: 100%; }
}

@media only screen and (min-width: 40.064em) and (max-width: 64em) {
    .highlights .main-title { top: 80px; }
    .highlights .item-first .highlights-img,
    .highlights .highlights-img-bg {
    }

    .highlights .item-second .highlights-img { max-width: 90%; }
}

@media only screen and (min-width:64.063em) {
    .highlights .main-title {
        top: 110px;
        left: -10px;
        font-size: 72px;
        padding-right: 10px;
    }
    .highlights .item-first .highlights-img,
    .highlights .highlights-img-bg {
        width: 100%;
        height: 335px;
    }

    .highlights .main-title { max-width: 130px; }

    .highlights .item-first .highlights-img {
        width: 565px;
        height: 339px;
        margin-left: 66px;
    }

}


/* COLOR SWIPER  for Highlights and Image Boxes */

.widget-swipe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.color-swiper {
    overflow: hidden;
}

.color-swiper:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 200%;
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all ease-in .8s;
}

.active .color-swiper:after {
    transform: translateX(105%);
    -o-transform: translateX(105%);
    -ms-transform: translateX(105%);
    -moz-transform: translateX(105%);
    -webkit-transform: translateX(105%);
}

.color-swiper-1:after {
    background: #0498d9;
    transition-delay: .25s;
}

.color-swiper-2:after {
    background: #cbdf0d;
    transition-delay: .6s;
}

.item-second.active .color-swiper-1:after {
    transition-delay: .45s;
}

.item-second.active .color-swiper-2:after {
    transition-delay: .35s;
}

@media only screen and (max-width: 40em) {}

@media only screen and (min-width: 40.064em) and (max-width: 64em) {}

@media only screen and (min-width: 64.063em) {}


/* ------------------- Featured Slider ( mainly featured events ) ------------------ */

.featured-slider-cont {
    margin-bottom: 15%;
    padding-top: 13%;
    position: relative;
}
.featured-head {
    pointer-events:none;
    position: absolute;
    top:0px;
    left:51%;
    z-index: 10;
    font-family: 'powerfulregular';
    font-size: 20vw;
    line-height: 1;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.featured-slider:before,
.featured-slider:after {
    content:"";
    position: absolute;
    top:0px;
    width:100px;
    height:100%;
    z-index: 1;
}
.featured-slider:before {
    left: 0px;
    background: linear-gradient(90deg, #fff, transparent);
    background: -o-linear-gradient(90deg, #fff, transparent);
    background: -moz-linear-gradient(90deg, #fff, transparent);
    background: -webkit-linear-gradient(0deg, #fff, transparent);
}

.featured-slider:after {
    right: 0px;
    background: linear-gradient(90deg, transparent, #fff);
    background: -o-linear-gradient(90deg, transparent, #fff);
    background: -moz-linear-gradient(90deg, transparent, #fff);
    background: -webkit-linear-gradient(0deg, transparent, #fff);
}

.featured-slider .slick-slide {
    width: 50vw;
    margin: 0px 15px;
}

.featured-slider .slick-slide img {
    width: 100%;
}

.featured-slider .slick-arrow {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    padding: 0px;
    color: transparent;
    z-index: 2;
    opacity: 0;
    transition: all ease .35s;
    margin: 0;
    text-align: center;
}

.featured-slider :is(.slick-arrow:focus, .slick-arrow:hover) {
    color: transparent;
}

.featured-slider .slick-arrow:hover {
    opacity: 1;
}
.featured-slider .slick-prev,
.featured-slider .slick-next {
    height: 100%;
    font-size: 24px;
    line-height: 100%;
    vertical-align: middle;
    cursor: pointer;
}
.featured-slider .slick-prev .fa,
.featured-slider .slick-next .fa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.featured-slider .slick-next {text-align: right;}
.featured-slider .slick-prev {
    left: 5px;
}

.featured-slider .slick-next,
.featured-slider .slick-next .fa {
    right: 5px;
}

.featured-slider .item { position: relative; }
.featured-slider .item a:hover { opacity: 1; }
.featured-slider .item .date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    font-family:'Helvetica Neue LT W01_71488914', Arial, sans-serif;
    font-size: 25px;
    line-height: 1;
    text-align: center;
    color: #1d1d1d;
    padding: 8px 12px;
}
.featured-slider .item .date div { font-size: 12px; }
.featured-slider .item .img {}
.featured-slider .item .content {
    padding: 10px 0;
    color: #1d1d1d;
    text-align: left;
}
.featured-slider .item .content .title {
    font-family:'Helvetica Neue LT W01_71488914', Arial, sans-serif;
    font-size: 23px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.featured-slider .item .content .desc {
    font-family: 'Helvetica Neue LT W01_41488878';
    font-size: 16px;
}


@media only screen and (min-width: 40.064em) and (max-width: 64em) {
    .featured-slider-cont { padding-top: 13%; }
    .featured-slider .slick-slide { width: 30vw; }
}

@media only screen and (min-width:64.063em) {
    .featured-slider-cont {
        margin-bottom: 125px;
        padding-top: 125px;
    }
    .featured-head {
        top: 0;
        font-size: 196px;
    }
    .featured-slider .slick-slide { width: 20vw; }

    .featured-slider .slick-arrow {
        opacity: 1;
    }
}

/* ------------------- Blog Widget ( related stories ) ------------------ */

.blog-widget-cont {
    padding-top: 13%;
    margin-bottom: 20px;
    position: relative;
}
.blog-widget-cont .bw-head {
    pointer-events:none;
    position: absolute;
    top:0px;
    left:0px;
    z-index: 10;
    font-family: 'powerfulregular';
    font-size: 20vw;
    line-height: 1;
}

.blog-widget-cont .blog-widget-inner .item { position: relative; }
.blog-widget-cont .blog-widget-inner .item a:hover { opacity: 1; }
.blog-widget-cont .blog-widget-inner .item img { width: 100% }
.blog-widget-cont .blog-widget-inner .item .content {
    padding: 5px 0;
    color: #1d1d1d;
    text-align: left;
}
.blog-widget-cont .blog-widget-inner .item .content .title {
    font-family:'Helvetica Neue LT W01_71488914', Arial, sans-serif;
    font-size: 23px;
    line-height: 1.2;
    margin-bottom: 5px;
    letter-spacing: -0.03em;
}
.blog-widget-cont .blog-widget-inner .item .content .desc {
    font-family: 'Helvetica Neue LT W01_41488878';
    font-size: 16px;
}

.blog-widget-cont .blog-widget-inner .item .content .desc .fa { color: #0498d9; }

@media only screen and (max-width: 40em) {
    .blog-widget-cont .blog-widget-inner .item {  }
}

@media only screen and (min-width: 40.064em) and (max-width: 64em) {
    .blog-widget-cont { padding-top: 13%; }
}

@media only screen and (min-width:64.063em) {
    .blog-widget-cont {
        padding-top: 125px;
    }
    .blog-widget-cont .bw-head {
        top: 0;
        font-size: 196px;
    }
}

/* ------------------- Spotlight ------------------ */

.spotlights-container  { margin-bottom: 30px; }
.spotlights-container head {}

.spotlights-container a { display: block; }

.spotlights-container .items ul li { margin-bottom: 20px; }

.spotlights-container .items ul li .img-cont {
    float: left;
    width: 35%;
}
.spotlights-container .items ul li .img-cont img { width: 100%; }
.spotlights-container .items ul li .content {
    float: left;
    width: 65%;
    padding-left: 10px;
}
.spotlights-container .items ul li .content .title {
    font-family:'Helvetica Neue LT W01_71488914', Arial, sans-serif;
    font-size: 18px;
    color: #1d1d1d;
}
.spotlights-container .items ul li .content .desc {
    font-family: 'Helvetica Neue LT W01_41488878';
    font-size: 14px;
    color: #1d1d1d;
}
.spotlights-container .items ul li .content .desc .fa { color: #0498d9; }

@media only screen and (min-width: 40.064em) and (max-width: 64em) {
    .spotlights-container {
        float: left;
        max-width: 350px;
    }
}

/* ------------------- DTN Ad ------------------ */

.dtn-ad { margin-bottom: 30px; }

@media only screen and (min-width: 40.064em) and (max-width: 64em) {
    .dtn-ad { }
}
