/**
* CONTENTS
*
* SETTINGS
* Global...............Globally-available variables and config.
*
* BASE
* Headings.............H1–H6 styles.
*
* COMPONENTS
* Navigation
* Sub Navigation
* Carousel
* Video Player
* Headlines
* Social Footer Navigation
* Footer
* Media Query
*/
/*------------------------------------*\
#GLOBAL SETTINGS
\*------------------------------------*/
body {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
p {
  font-size: 1.7rem;
  font-weight: 100;
}
.col-xl-9.col-md-8.col-sm-12.col-xs-12 {
  background-color: #ffffff;
}
#content {
  /*background-color: #fff;*/
}
a {
  font-weight: bold;
}
a:active, a:hover {
  text-decoration: underline;
}
/*------------------------------------*\
#HEADINGS
\*------------------------------------*/
h1, h2, h3 {
  padding-bottom: 10px;
  font-weight: 700;
  color: #2f323a;
  margin-bottom: 0;
}
h2 {
  font-size: 20px;
  text-transform: uppercase;
}
/* Fix headline from wrapping */
.CategoryGrid .ComponentTitle {
  width: 100%;
}
.PageTitle {
  margin: 0;
}
.PageTitle-text {
  font-size: 28px;
}
/*------------------------------------*\
#NAVIGATION
\*------------------------------------*/
.CollapsibleHeader .nav>li, .CollapsibleHeader .HeaderMenu-SearchBar {
  top: 17px;
}
.CollapsibleHeader-logo img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.CollapsibleHeader-collapse .nav>li {
  top: 0;
}
.CollapsibleHeader-collapse .HeaderMenu-SearchBar {
  top: 0;
}
.CollapsibleHeader-topHeader {
  display: none;
}
.CollapsibleHeader-logo .imageContainer {
  display: block !important;
}
/*------------------------------------*\
#LOGO
\*------------------------------------*/
@media all and (min-width: 768px) and (-ms-high-contrast:active), all and (-ms-high-contrast:none) {
  .CollapsibleHeader .CollapsibleHeader-logo img {
    min-width: 160px;
    min-height: 0 !important;
    margin: 10px 0;
    max-height: 70px;
  }
}
/*------------------------------------*\
#CARD FULL
\*------------------------------------*/
.Card:hover div.Card-title {
  text-decoration: none;
}
/*------------------------------------*\
#HEADLINES
\*------------------------------------*/
.headlines-wrapper .List, .headlines-wrapper .CodeBlock-container {
  width: 100%;
  background-color: #eee;
  border-radius: 10px;
  margin: 10px 0;
  padding: 20px 15px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 8px 0px;
}
/*------------------------------------*\
#READ MORE BUTTON
\*------------------------------------*/
.read-more .List {
  display: none;
}
/*------------------------------------*\
#LAST PLAYED
\*------------------------------------*/
.last-played {
  width: 100%;
  background-color: #e5e5e5;
  border-radius: 10px;
  margin: 10px 0;
  padding: 20px 10px 30px 10px;
  overflow: hidden;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 8px 0px;
}
.last-played .CodeBlock-container{
  overflow: visible;
}
.last-played .ComponentTitle {
  padding-top: 0;
}
.last-played .ComponentTitle h2 {
  font-weight: 500;
}
/*------------------------------------*\
#WEATHER BLOCK
\*------------------------------------*/
.gnm-weather-block {
  border-radius: 10px;
  width: 100%;
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 8px 0px;
}
.gnm-weather-block .title {
  margin-top: 15px;
}
/*------------------------------------*\
#EVENTS
\*------------------------------------*/
.events .CodeBlock-container {
  height: 300px;
  overflow: auto;
}
/*------------------------------------*\
#FULL CARD
\*------------------------------------*/
.Card-full-container .img-responsive {
  border-radius: 10px;
}
.Card-full-content--bottom, .Card-text-content--bottom {
  position: absolute;
  bottom: 30px;
  width: calc(100% - 32px);
}
.Card-imageGradient--bottom .imageContainer:after {
  border-radius: 10px;
}
.Card-full-container, .Card-text-container {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 8px 0px;
}

/*------------------------------------*\
#SHOWCASE
\*------------------------------------*/
.showcase .Card-full-container {
  height: 100%;
  padding-top: 50%;
}
.showcase-small .Card-full-container {
  height: 100%;
  padding-top: 46.7% !important;
}
.Card-sm {
  padding-top: 46.7%;
}
/*------------------------------------*\
#IMAGE LINK
\*------------------------------------*/
.ImageLink {
  width: 100%;
  padding-bottom: 15px;
}
.ImageLink img.lazyloaded {
  width: 100%;
  border-radius: 10px;
}
/*------------------------------------*\
#CARD SPLIT
\*------------------------------------*/
.Card-split-container {
  width: 100%;
  display: table;
  table-layout: fixed;
  height: 100% !important;
  min-height: 330px;
}
.Card-split-container.Card-md {
  height: 360px;
  background-color: #eeeeee !important;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 8px 0px;
}
.Card-split-imageContainer .img-responsive {
  border-radius: 10px 10px 0 0;
}
.Card a {
  border-radius: 10px 10px 0 0;
}
.Card-split-imageContainer.Card-imageGradient--bottom .imageContainer:after {
  border-radius: 10px 10px 0 0 !important;
}
/*.Card-split-description--sm {
  max-height: 50px;
  }
  */
/*------------------------------------*\
#CATEGORY GRID
\*------------------------------------*/
.CategoryGrid-item {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 8px 0px;
}
.CategoryGrid-thumbnail .imageContainer {
  height: 100%;
}
.CategoryGrid img {
  object-fit: cover !important;
  background-size: cover !important;
}
.CategoryGrid-thumbnail .imageContainer:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg,rgba(0,0,0,.8),transparent 60%);
}
/*------------------------------------*\
#CARDLIST
\*------------------------------------*/
.CardList {
  height: 100%;
}
.CardList-item-textContainer {
  padding: 12px 16px;
}
.CardList-item {
  min-height: 0;
}
.ReadMoreButton-border--strong {
  border-radius: 0;
  width: 100%;
}
.ReadMoreButton-style--solid>a {
  background-color: #ccc;
  background-image: none;
}
/*------------------------------------*\
#ARTICLE LIST
\*------------------------------------*/
.List {
  width: 100%;
  background-color: #eee;
  border-radius: 10px;
  margin: 10px 0;
  padding: 20px 15px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 8px 0px;
}
.Item {
  display: block;
  background-color: #fff;
  border-radius: 10px;
}
.Item-imageContainer .imageContainer {
  height: 100%;
}
.ArticleList .List .Item-container .textContainer {
  margin: 15px 0;
  display: table;
}
.Item-imageCell {
  display: table-cell;
  border-radius: 10px 0 0 10px;
}
.ItemTextArea {
  vertical-align: middle;
  display: table-cell;
  padding: 10px 15px 10px 0;
}
.ArticleList .List .Item-imageContainer .img-responsive {
  height: 100%;
  min-height: 106px;
}
/*------------------------------------*\
#ARTICLE LIST NO THUMBNAIL
\*------------------------------------*/
.no-thumbnail .Item {
  float: none;
  width: 100%;
}
.no-thumbnail .ItemTextArea {
  min-height: 100%;
}
/*------------------------------------*\
#CONTEST PAGE
\*------------------------------------*/

/*------------------------------------*\
#CONTEST HOMEPAGE
\*------------------------------------*/
.contest .Card-full-container {
  background-color: #333 !important;
  text-align: center !important;
  border-radius: 13px;
}
.contest .Card-full-textContainer--md{
  width: 100%;
}
.contest .Card-full-textContainer, .Card-text-textContainer {
  padding: 10px 0;
  display: table-cell;
  position: static;
}
.contest .Card-title.Card-full-title {
  color: #2f3238 !important;
  font-size: 25px;
  background-color: rgba(255, 255, 255, 0.88);
  padding: 28px;
  height: 100% !important;
  max-height: 100%;
  border-radius: 0 0 10px 10px;
}
.Card-full-pill--top-card, .Card-text-pill--top-card {
  top: 0;
  right: 0;
  left: 0;
}
.contest .Card-pillText {
  width: 100%;
  font-size: 28px !important;
  margin-top: -10px;
  padding: 18px 0 !important;
  border-radius: 10px 10px 0 0 !important;
  color: #fff;
  background-color: #2f3238 !important;
}
.contest .Card-full-content--bottom, .Card-text-content--bottom {
  bottom: 0;
  width: 100%;
}
.contest img.img-responsive.lazyloaded {
  object-fit: cover !important;
  bottom: -5px;
  border-radius: 13px;
  opacity: 0.45;
}
.contest .Card:hover .Card-imageGradient {
 /* filter: unset;*/
}
.contest .Card-imageGradient--bottom .imageContainer:after {
  border-radius: 13px;
}
.contest .Card-hoverTitle {
  height: 100% !important;
}
/*------------------------------------*\
#SOCIAL FOOTER NAVIGATION
\*------------------------------------*/
.social {
  text-align: center;
  background-color: rgb(46, 49, 55);
  padding: 15px 15px;
  height: 57px;
}
.social i {
  padding: 0 7px;
  font-size: 25px;
  color:#fff;
}
.social i:hover {
  color: #dfdfdf;
}
/*------------------------------------*\
#CONTACT PAGE
\*------------------------------------*/
.Article-title {
  margin: 24px 0;
}
.ArticleBody>:not([class~=ArticleBody-ad]) table {
  margin: 0 !important;
}
.ArticleBody {
  margin-top: 0;
}
.Article-pill {
  display: none;
}
/*------------------------------------*\
#TEAM OVERVIEW TEAM CARD
\*------------------------------------*/
.SliderTeamOverview-teamCard .thumbnail img {
  border-radius: 10px;
}
.right-rail-wrapper {
  margin-top: 15px;
}
/*------------------------------------*\
#FOOTER
\*------------------------------------*/
.SimpleNavigation .navbar .navbar-nav>li>a {
  font-size: 15px;
  font-weight: 100;
  text-transform: uppercase;
}
.Footer-footerLinks {
  font-weight: 100;
  font-size: 14px;
  color: rgb(190, 199, 207);
}
.Footer-rightsText {
  display: none;
}
.connect .ComponentTitle-title {
  color: #fff !important;
  padding-left: 5px;
  background-color: #2f323a;
  font-weight: bold;
  padding: 11px 17px;
  margin: 20px 0px;
  letter-spacing: -0.5px;
}
.ArticleList {
  padding: 10px;
}
.CollapsibleHeader-logo.col-lg-4.col-md-5.col-sm-5 {
  width:20%;
}
.CollapsibleHeader .col-lg-8.col-md-7.col-sm-7{
  width:80%;
}
.CollapsibleHeader {
  padding-top: 0px;
}
.ArticleBody>:not([class~=ArticleBody-ad]) span {color: inherit !important;}
.SubscribeModule {
  margin-bottom: 0px;
  padding: 0 10px;
  background-color: #fff;
}
.SubscribeModule span {
  /* background-color: red;*/
  display: block;
  font-size: 20px;
  line-height: 27px;
  padding-left: 10px;
}
.Card-title.Card-full-title.Card-full-title--md {color: #000;}
/*------------------------------------*\
#INTERNET EXPLORER FIXES
\*------------------------------------*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contest img.img-responsive.lazyloaded {
    opacity: 0.6;
  }
  .ItemTextArea {
   min-height: 0 !important;
 }
}
/*------------------------------------*\
#MEDIA QUERY
\*------------------------------------*/
@media screen and (max-width: 280px){
  .gnm-weather-block .logo {
    left: 39px !important;
  }
}
@media screen and (max-width: 374px){
  .ComponentTitle-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .CollapsibleHeader-logo.col-lg-4.col-md-5.col-sm-5 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .CollapsibleHeader .col-xs-12{
    width:100%;
  }
  .CollapsibleHeader-toggleIcon {
    float: left;
  }
  .CollapsibleHeader.CollapsibleHeader-logo img {
    min-height: 48px !important;
  }
  .Card-split-textContainer {
    display: table-footer-group !important;
  }

}
@media (max-width: 768px) {
  .CollapsibleHeader-topHeader {
    height:70px;
  }
  .v1-weather-DailyWeatherSummary {
    height: 100%;
  }
  .navbar-collapse {
    box-shadow: inset 0 0px 0 rgba(255,255,255,.1);
  }
  .CollapsibleHeader {
    margin-top: 0px;
  }
}
@media screen and (min-width: 280px ){
  .Item .image-left {
    float: none;
    margin-right: 0;
    max-height: 330px;
  }
  .List:after {
    content: "";
    display: block;
    clear: both;
  }
  .Item {
    width: 100%;
  }
  .Item-imageCell {
    border-radius: 10px 10px 0 0;
    display: block;
  }
  .Item-imageContainer {
    width: 100%;
  }
  .ArticleList .List .Item-imageContainer .img-responsive {
    height: 100%;
    width: 100%;
  }
  .ArticleList .List .Item-container .textContainer {
    display: block;
    margin: 0;
    margin-bottom: 15px;
  }
  .ItemTextArea {
    padding: 20px 15px 20px 15px;
    display: block;
    min-height: 200px;
  }
  .ArticleList .List .ItemTextArea-abstract {
    margin-bottom: 5px;
    margin-top: 15px;
    line-height: 1.3em;
  }
}
@media only screen and (min-width: 576px) {
  .List {
    column-count: 2;
  }
  .ArticleList .List .Item-container {
    -webkit-column-break-inside: avoid-column;
    break-inside: avoid-column;
    page-break-inside: avoid;
  }
/*  .Item {
    float: left;
    margin: 6px;
    width: calc(50% - 12px);
    }*/
    .ItemTextArea {
      min-height: 210px;
    }
    .ArticleList .List .ItemTextArea-abstract {
      max-height: 65px;
      overflow: hidden;
    }
  }
  @media only screen and (min-width: 768px) {
    .background-block .group-item {
      font-size: 3.5em;
    }
    .hide-on-desktop {
      display: none;
    }
    .PageFooter .frankly-core-ComponentContainer {
      margin-left: 0px !important;
      margin-right: 0px !important;
    }
    .SimpleNavigation {
      display: none;
    }
    .ChevronRight {
      display:none;
    }
    .Card-full-description, .Card-full-title {
      text-shadow: none;
    }
    .Card-split-container .Card-imageGradient--bottom .imageContainer:after {
      background-image: none;
    }
    .CollapsibleHeader .HeaderMenu .navbar-nav li>a {
      font-size: 18px;
    }
  }
  @media screen and (max-width: 991px) {
    .hide-on-mobile {
      display: none;
    }
    .ComponentTitle-title {
      font-size: 24px;
    }
    .ImageLink img.lazyloaded {
      width: 100%;
      padding-bottom: 10px;
      padding-top: 10px;
    }
    .SimpleNavigation svg {
      display: none;
    }
    .SimpleNavigation {
      display: none;
    }
  }
  @media only screen and (min-width: 992px) {
    .background-block {
      height: 25.4em;
    }
    .form-wrapper {
      padding: 18px 0;
    }
    .background-block .group-item {
      font-size: 2.3em;
    }
    .ArticleList .List .Item-imageContainer .img-responsive {
      height: 140px;
    }
    .List {
      column-count: 1;
    }
/*  .Item {
    float: none;
    margin: 0;
    width: 100%;
    }*/
    .Item-imageContainer .imageContainer {
      height: 100%;
    }
    .Item-imageContainer {
      width: 180px;
    }
    .ArticleList .List .Item-container .textContainer {
      margin: 15px 0;
      display: table;
    }
    .Item-imageCell {
      display: table-cell;
      border-radius: 10px 0 0 10px;
    }
    .ItemTextArea {
      vertical-align: middle;
      display: table-cell;
      padding: 10px 15px 10px 15px;
    }
    .ArticleList .List .Item-imageContainer .img-responsive {
      height: 165px;
    }
    .ArticleList .List .ItemTextArea-abstract {
      max-height: 49px;
      overflow: hidden;
    }
  }
  @media only screen and (min-width: 1200px) {
    .background-block {
      height: 28.7em;
    }
    .form-wrapper {
      padding: 24px 0;
    }
    .background-block .group-item {
      font-size: 2.9em;
    }
    .ArticleList .List .Item-imageContainer .img-responsive {
      height: 145px;
    }
  }
  @media only screen and (min-width: 1470px) {
    .background-block {
      height: 35em;
    }
    .background-block .group-item {
      font-size: 3.5em;
    }
    .form-wrapper {
      padding: 46px 0;
    }
  }
  @media screen and (min-width: 992px) and (max-width: 1470px), (max-width: 374px) {
    .gnm-weather-block img.background {
      position: relative;
      left: -47px;
    }
    .gnm-weather-block .logo {
      left: 52px !important;
    }
  }