* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 14px;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: -webkit-text-size-adjust;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #FFF;
  color: #404040;
	font-family: 'Merriweather Sans', Helvetica, Roboto, Arial, sans-serif;
  font-size: 100%;
  font-weight: 400;
  height: 100%;
  min-height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}



#kfge-player { height: 650px !important; }

@media only screen and (max-width: 727px) {
    #kfge-player { height: 700px !important; }
}





.section-seo__heading {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
white-space: nowrap;}



.o-main-logo {
  width: auto;
  height: 80px;
  display: flex;
  align-items: center; }
  
@media only screen and (max-width: 727px) {
.o-main-logo {
    height: 44px;
    left: 0;
    right: 0;
    width: auto;
}  }
  
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .c-main-logo {
    margin: 0;
    padding: 0;
    height: 100%; }
    .c-main-logo.c-main-logo--minimal {
      max-height: 40px; } }

@media only screen and (min-width: 727px) and (max-width: 768px) {
  .c-main-logo {
    height: 28px; }
    .c-main-logo--thespec {
      height: 44px;
      margin: 0;
      padding: 0; }
    .c-main-logo.c-main-logo--minimal {
      max-height: 40px; } }

@media only screen and (max-width: 727px) {
  .c-main-logo {
    height: 25px;
    margin: 0;
    padding: 0; }
    .c-main-logo.c-main-logo--minimal {
      max-height: 28px; } }
.o-tophat {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1; }
  .o-tophat .c-button.c-button--sign-in,
  .o-tophat .c-button.c-button--subscribe {
    height: 28px;
    border: 1px solid #006ed2; }
  .o-tophat .c-button.c-button--subscribe .c-button--subscribe__loading-spinner {
    width: 100px;
    height: 31px; }
  .o-tophat .c-button.c-button--sign-in {
    margin-left: 4px; }
    .o-tophat .c-button.c-button--sign-in .c-material-icon--arrow {
      transition: transform 0.2s ease-in-out;
      display: inline-block; }
      .o-tophat .c-button.c-button--sign-in .c-material-icon--arrow-up {
        transform: rotate(180deg); }
  .o-tophat .c-button,
  .o-tophat .c-material-icon {
    transition: all 0.2s ease-out;
    transition-property: color, background-color; }
  .o-tophat .c-button--search {
    margin-left: 7px; }
  .o-tophat .c-button--search .c-button--icon-type-search {
    padding-top: 5px;
    font-size: 17px;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    border: 1px solid #006ed2; }
  .o-tophat .c-button--search .c-material-icon {
    vertical-align: middle; }
  .o-tophat .c-button--search .c-button--icon-type-cancel {
    font-size: 24px; }
  .o-tophat .c-button__text.c-button__text--centered {
    font-size: 14px; }
  .o-tophat .c-search {
    display: flex;
    padding: 0; }
  .o-tophat.o-tophat--sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1111;
    height: 32px;
    background-color: #ffffff;
    transform: translateY(-32px), translateZ(0);
    display: none; }
    .o-tophat.o-tophat--sticky .o-sticky-logo {
      flex: 1; }
    .o-tophat.o-tophat--sticky .c-main-logo {
      width: auto;
      height: 30px;
      padding: 4px 0; }
    .o-tophat.o-tophat--sticky .c-button.c-button--search {
      display: none; }
    .o-tophat.o-tophat--sticky .c-button.c-button--sign-in,
    .o-tophat.o-tophat--sticky .c-button.c-button--subscribe {
      height: 24px;
      position: absolute; }
    .o-tophat.o-tophat--sticky .c-button.c-button--subscribe {
      top: 2px;
      right: 40px; }
    .o-tophat.o-tophat--sticky .c-button.c-button--sign-in {
      width: auto;
      background-color: transparent;
      min-width: inherit;
      border: none;
      top: 2px;
      right: 0; }
    .o-tophat.o-tophat--sticky .c-button--sign-in .c-button__text.c-button__text--centered,
    .o-tophat.o-tophat--sticky .c-button--sign-in--logged-in .c-button__text.c-button__text--centered {
      display: none; }
    .o-tophat.o-tophat--sticky .c-button--sign-in .c-material-icon,
    .o-tophat.o-tophat--sticky .c-button--sign-in--logged-in .c-material-icon {
      display: inline-block;
      font-size: 22px; }
    .o-tophat.o-tophat--sticky .c-button__text.c-button__text--subtext {
      display: none; }
    .o-tophat.o-tophat--sticky.o-tophat--sticky--open {
      animation: openMenu 0.5s ease-out;
      transform: translateY(0); }


    .o-tophat ul {display:flex;     flex-direction: row;
    -webkit-box-pack: end;
    justify-content: flex-end; flex:1;align-items: flex-end;
    list-style-type: none;
    margin: 0;}
    
    .o-tophat ul li {
    border-right: 1px solid #ccc;
    }
    
    .o-tophat ul li:last-child {
    border-right: none;
}

    .o-tophat ul li a {display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 14px 0 9px;
    color: #333;
    position: relative;
    height:30px}

@media only screen and (max-width: 769px) {
  .o-tophat {
    display: none; } }    
    
.c-button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  appearance: none;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  color: #ffffff;
  font-size: 0.875rem;
  border-radius: 0.3125rem;
  width: 100%;
  background-color: #006ed2;
  border: 0.0625rem solid #0072bc;
  padding: 0.3125rem;
  margin: 0;
  text-align: center;
  font-family: Merriweather Sans, Helvetica, Roboto, Arial, sans-serif; }




    
 .title {font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
    color: inherit;
    width: auto;
 height: auto;   }
  
.article-list-heading {
  display: flex;
  flex-direction: column;
  color: #333;
  font-family: "Merriweather Sans", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1; }

.article-list-heading-text {
  border-bottom: 2px solid #333;
  padding-bottom: 8px;
  padding-top: 3px; }
  .article-list-heading-text--small {
    font-size: 0.75rem; }
  @media only screen and (min-width: 728px) {
    .article-list-heading-text {
      padding-top: 5px; } }
  .article-list-heading-text--visually-hidden {
    height: 0px !important;
    width: 0px !important;
    overflow: hidden;
    border: 0;
    padding: 0;
    margin: 0; }

.article-list-heading-text--highlighted {
  color: #0062a1; }
  
.c-two-column-layout {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 1086px) {
    .c-two-column-layout {
      flex-direction: row;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 728px) and (max-width: 1085px) {
    .c-two-column-layout .announcements-enabled {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row; } }
  @media only screen and (max-width: 727px) {
    .c-two-column-layout .announcements-enabled {
      display: flex;
      flex-direction: column; } }
  .c-two-column-layout > div:nth-last-of-type(1) {
    margin-bottom: 0px; }

.c-two-column-article-list {
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 16px 16px 0 16px;
  margin-bottom: 8px; }
  @media only screen and (min-width: 728px) {
    .c-two-column-article-list {
      margin-bottom: 16px; } }
  @media only screen and (min-width: 1086px) {
    .c-two-column-article-list {
      margin-bottom: 16px; } }

.c-two-column-layout__column-one {
  margin-bottom: 8px; }
  @media only screen and (min-width: 728px) {
    .c-two-column-layout__column-one {
      margin-bottom: 16px; } }
  @media only screen and (min-width: 1086px) {
    .c-two-column-layout__column-one {
      min-width: 66%;
      flex-basis: 66%;
      flex-grow: 1;
      margin-right: 16px;
      margin-bottom: 16px; }
      .c-two-column-layout__column-one--small {
        flex-basis: 26%;
        min-width: 328px; } }
  .c-two-column-layout__column-one > div:nth-last-of-type(1) {
    margin-bottom: 0px; }

.c-two-column-layout__column-two {
  margin-bottom: 8px; }
  @media only screen and (min-width: 728px) {
    .c-two-column-layout__column-two {
      margin-bottom: 16px; } }
  @media only screen and (min-width: 1086px) {
    .c-two-column-layout__column-two {
      flex-basis: 26%;
      min-width: 328px;
      margin-bottom: 16px; }
      .c-two-column-layout__column-two--large {
        flex-basis: 66%;
        flex-grow: 1; } }


  
img {
  border: none;
  outline: none;
  vertical-align: top;
}

p {
  margin: 0;
  padding: 0 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}



ul li,
ol li {
  margin-bottom: 5px;
}

img {
  max-width: 100%;
}

input {
  font-family: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

a {
  color: #0065a4;
	text-decoration: none;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}


@font-face {
  font-family: 'stariconfont';
  src: url('../fonts/stariconfont.eot');
  src: url('../fonts/stariconfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/stariconfont.woff') format('woff'),
       url('../fonts/stariconfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.staricon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: stariconfont;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.staricon-search:before {
  content: '\EA21';
}

.staricon-close-circle:before {
  content: '\EA0A';
}

i.staricon {
    font-style: normal;
}


.staricon-external-link-indicator:before {
    content: "\e04d";
}

.staricon-external-link-indicator:before, .staricon-journalistic-standards:before {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: v23d31;
    font-weight: 400;
}





.c-feature-mediacard__headlines {
  display: flex;
  flex-direction: column; }

.c-feature-mediacard__abstract {
  color: #686868;
  font-family: "Merriweather Sans", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25rem;
  margin-bottom: 8px;
  display: inline-block;
  max-width: 100%; }
  
@media only screen and (min-width: 728px) {
  .c-article-list-flex__article--is-last-and-full-span .c-mediacard__heading,
  .c-article-list-flex__article--is-last-and-span .c-mediacard__heading {
    font-size: 22px;
    line-height: 1rem; } }
    

.c-mediacard {
  display: flex;
  position: relative;
  width: 100%; }
  .c-mediacard.has-min-height {
    min-height: 150px; }

@media only screen and (min-width: 728px) {    
  .c-mediacard-img--column.c-mediacard-img--aspect-ratio-3x2,
  .c-mediacard-img--column-reverse.c-mediacard-img--aspect-ratio-3x2 {
    width: 140px;
min-width: 140px; } }
    
@media only screen and (max-width: 727px) {
  .c-mediacard-img--column.c-mediacard-img--aspect-ratio-3x2,
  .c-mediacard-img--column-reverse.c-mediacard-img--aspect-ratio-3x2 {
    width: 110px;
    min-width: 110px; }
}    

        

.c-mediacard-img-wrapper {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  position: relative; }

.c-mediacard-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }

@media only screen and (min-width: 1086px) {
  .c-mediacard-img--large-only-column {
    width: 100%;
    margin-bottom: 16px;
    order: 0; } }
    
.c-mediacard-img--column {
  width: 100%;
  margin-bottom: 16px;
  order: 0; }    

.c-mediacard-img--row,
.c-mediacard-img--row-reverse {
  order: 1;
  margin-bottom: 0; }



    
@media only screen and (max-width: 727px) {
  .c-mediacard-img--small-only-column {
    width: 100%;
    margin-bottom: 16px;
    order: 0; } }

@media only screen and (max-width: 727px) {
  .c-mediacard--only-row-reverse {
    flex-direction: row;
    padding-top: 16px;
    padding-bottom: 16px; }
    .c-mediacard--only-row-reverse .c-mediacard__image-wrapper {
      order: 1; }
    .c-mediacard--only-row-reverse .c-mediacard__content {
      order: 0;
      margin-right: 16px; }
    .c-mediacard--only-row-reverse .c-mediacard__image-wrapper {
      order: 0;
      margin-right: 16px; }
    .c-mediacard--only-row-reverse .c-mediacard__content {
      order: 1;
      margin-right: 0; } }

@media only screen and (min-width: 728px) and (max-width: 1085px) {
  .c-mediacard--only-row-reverse {
    flex-direction: row;
    padding-top: 16px;
    padding-bottom: 16px; }
    .c-mediacard--only-row-reverse .c-mediacard__image-wrapper {
      order: 1; }
    .c-mediacard--only-row-reverse .c-mediacard__content {
      order: 0;
      margin-right: 16px; }
    .c-mediacard--only-row-reverse .c-mediacard__image-wrapper {
      order: 0;
      margin-right: 16px; }
    .c-mediacard--only-row-reverse .c-mediacard__content {
      order: 1;
      margin-right: 0; } }

@media only screen and (min-width: 1086px) {
  .c-mediacard--only-row-reverse {
    flex-direction: row;
    padding-top: 16px;
    padding-bottom: 16px; }
    .c-mediacard--only-row-reverse .c-mediacard__image-wrapper {
      order: 1; }
    .c-mediacard--only-row-reverse .c-mediacard__content {
      order: 0;
      margin-right: 16px; }
    .c-mediacard--only-row-reverse .c-mediacard__image-wrapper {
      order: 0;
      margin-right: 16px; }
    .c-mediacard--only-row-reverse .c-mediacard__content {
      order: 1;
      margin-right: 0; } }
      
      

.c-page-layout {
  background: #fff; 
  padding-bottom: 16px;
    padding-top: 16px;
    }
  @media only screen and (min-width: 1086px) {
    .c-page-layout {
      margin-left: auto;
      margin-right: auto;
      max-width: 1176px; 
} }   

.c-page-body {
  margin: 0 8px;
  padding-top: 8px;
  padding-bottom: 8px; }
  @media only screen and (min-width: 728px) {
    .c-page-body {
      margin: 0 16px;
      padding-bottom: 16px;
      padding-top: 16px; } }
  @media only screen and (min-width: 1086px) {
    .c-page-body {
      margin: 0 14px; } }



.c-mediacard {
  display: flex;
  position: relative;
  width: 100%; }
  .c-mediacard.has-min-height {
    min-height: 150px; }

.c-mediacard__content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%; 
  margin-left:16px}  

@media only screen and (max-width: 727px) {
.c-mediacard__content {
margin:0; }
}    

.c-mediacard__heading {
  width: 100%;
  color: #333;
  font-family: "Frank Ruhl Libre", Times New Roman,Times,serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 8px; }
  .c-mediacard__heading.mediacard-headline__short {
    letter-spacing: 0.2px; }
  .c-mediacard__heading.mediacard-headline__long-feature {
    font-family: "Frank Ruhl Libre", Times New Roman,Times,serif;
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 1.75rem; }
    @media only screen and (min-width: 728px) {
      .c-mediacard__heading.mediacard-headline__long-feature {
        font-size: 1.875rem;
        line-height: 2rem; } }
  .c-mediacard__heading.mediacard-headline__short-feature {
    font-family: "Frank Ruhl Libre", Times New Roman,Times,serif;
    font-weight: bold;
    letter-spacing: 0.6px;
    font-size: 2rem;
    line-height: 1; }
    @media only screen and (min-width: 728px) and (max-width: 1085px) {
      .c-mediacard__heading.mediacard-headline__short-feature {
        font-size: 2.5rem; } }
    @media only screen and (min-width: 1086px) {
      .c-mediacard__heading.mediacard-headline__short-feature {
        font-size: 3rem; } }
        
.c-equal-columns {
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 16px 16px 0 16px;
  margin-bottom: 8px; }
  @media only screen and (min-width: 728px) {
    .c-equal-columns {
      margin-bottom: 16px; } }
  @media only screen and (min-width: 1086px) {
    .c-equal-columns {
      margin-bottom: 16px; } }
  

  
.c-article-list-flex__article {
  border-bottom: 1px solid #d8d8d8;
  position: relative; }
  .c-article-list-flex__article:last-child {
    flex: 1 0 auto;
    border-bottom: none; }
  @media only screen and (min-width: 728px) {
    .c-article-list-flex__article {
      padding-left: 16px;
      padding-right: 16px; }
      .c-article-list-flex__article:nth-child(even)::before {
        background-color: #d8d8d8;
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: calc(100% - (16px * 2));
        top: 0;
        left: 0;
        margin: 16px 0; } }  

@media only screen and (min-width: 728px) and (max-width: 1085px) {
  .c-article-list-flex--3columns .c-article-list-flex__article:nth-last-child(-n + 2):nth-child(odd) {
    border-bottom: none; } }

@media only screen and (min-width: 728px) {
  .c-article-list-flex--3columns .c-article-list-flex__article {
    width: 50%; } }

@media only screen and (min-width: 1086px) {
  .c-article-list-flex--3columns .c-article-list-flex__article {
    width: 33.33%; }
    .c-article-list-flex--3columns .c-article-list-flex__article:nth-child(2n + 1)::before {
      background-color: #d8d8d8;
      content: '';
      display: block;
      position: absolute;
      width: 1px;
      height: calc(100% - (16px * 2));
      top: 0;
      left: 0;
      margin: 16px 0; } }

@media only screen and (min-width: 728px) and (max-width: 1085px) {
  .c-article-list-flex--3columns .c-article-list-flex__article--is-lastrow-2col {
    border-bottom: none; } }

@media only screen and (min-width: 1086px) {
  .c-article-list-flex--3columns .c-article-list-flex__article--is-lastrow-3col {
    border-bottom: none; } }

.c-article-list-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  width: 100%; }
  .c-article-list-flex::before, .c-article-list-flex::after {
    display: none;
    background-color: #fff;
    content: '';
    width: 16px;
    height: calc(100% - 10px);
    padding-top: 5px;
    position: absolute;
    top: 0;
    z-index: 1; }
  .c-article-list-flex:before {
    left: 0; }
  .c-article-list-flex:after {
    right: 0; }
  @media only screen and (min-width: 728px) {
    .c-article-list-flex {
     
      width: calc(100% + (16px * 2));
      margin-left: -16px; }
      .c-article-list-flex::before, .c-article-list-flex::after {
        display: block; } }

.c-article-list-flex__article {
  border-bottom: 1px solid #d8d8d8;
  position: relative; }
  .c-article-list-flex__article:last-child {
    flex: 1 0 auto;
    border-bottom: none; }
  @media only screen and (min-width: 728px) {
    .c-article-list-flex__article {
      padding-left: 16px;
      padding-right: 16px; }
      .c-article-list-flex__article:nth-child(even)::before {
        background-color: #d8d8d8;
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: calc(100% - (16px * 2));
        top: 0;
        left: 0;
        margin: 16px 0; } }  
        
.c-article-list-flex--1columns {
  flex: 1; }
  .c-article-list-flex--1columns .c-article-list-flex__article {
    padding-left: unset;
    padding-right: unset; }
    .c-article-list-flex--1columns .c-article-list-flex__article:last-child {
      flex: unset; }
    .c-article-list-flex--1columns .c-article-list-flex__article:nth-child(even)::before {
      display: none; }        

.c-article-list-flex__article {
  border-bottom: 1px solid #d8d8d8;
  position: relative; }
  .c-article-list-flex__article:last-child {
    flex: 1 0 auto;
    border-bottom: none; }
  @media only screen and (min-width: 728px) {
    .c-article-list-flex__article {
      padding-left: 16px;
      padding-right: 16px; }
      .c-article-list-flex__article:nth-child(even)::before {
        background-color: #d8d8d8;
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: calc(100% - (16px * 2));
        top: 0;
        left: 0;
        margin: 16px 0; } }
      




.o-main-menu-container {
  width: 1176px;
  margin: 0 auto;
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 15px; }

.c-main-menu-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  height: 100%; }
  .c-main-menu-list--sticky {
    padding: 0 20px 0 10px; }

.c-main-menu-list__item {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  height: 100%; }
  .c-main-menu-list__item--sticky {
    font-size: 12px; }

  .o-main-menu .c-button--main-nav--selected:after, .o-main-menu .c-button--main-nav--selected:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
    
  .o-main-menu .c-button--main-nav--selected:before {
    border-color: rgba(255, 87, 36, 0);
    border-top-color: #ecebec00;
    border-width: 13px;
    margin-left: -13px; }

    
 .o-main-menu .c-button--main-nav--selected:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ecebec;
    border-width: 10px;
    margin-left: -10px; }    

@media only screen and (min-width: 728px) and (max-width: 1085px) {
  .o-main-menu-container {
    width: 100%; }
    
.o-navigation-container {display:none;}
    }

@media only screen and (max-width: 769px) {
  .o-main-menu {
    display: none; } 
     }

.o-main-menu  {
  background: #f8f8f8; }    
  
.c-button--no-style {
    background: rgba(0,0,0,0);
    border: none;
color: #00548b;}  


    
  
.c-button.c-button--main-nav {
  border-radius: 0;
  font-size: inherit;
  color: #333333;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative; }

  .c-button.c-button--main-nav--selected {
    font-weight: bold;
    color: #006ed2;} 
    .c-button.c-button--main-nav--selected:before, .c-button.c-button--main-nav--selected:after {
      transform: rotate(180deg) translateY(20px); }
      
.c-button:not(.c-button--selected):hover .c-underline {
  transform: scaleX(1); }
  
.c-underline {
  height: 2px;
  position: absolute;
      background-color: #006ed2;
  bottom: 0;
  width: 100%;
  transition: transform 0.3s ease-out;
  transform: scaleX(0);
  left: 0; }      
  
    

@media only screen and (max-width: 769px) {
.o-navigation-container {
  width: 320px;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #00548b;
  border-radius: 5px; }    
  
.c-main-menu__nav-list {
  list-style: none;
  margin: 0;
  border: 1px solid #ecebec; }
  
.c-main-menu-list__item {
  display: block;
  width: 100%;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ecebec; }
  .c-main-menu-list__item:last-child {
    border-bottom: none; }  
}


.header-wrap {
	position: relative;
}

.header-wrap .header-wrap__top {
  background: #FFF;
	border-bottom: 1px solid #eff1f2;
  height: 45px;
  position: relative;
  z-index: 10001;
}

.header-wrap .header-wrap__top .wrapper {
  height: 100%;
  padding-left: 45px;
}

.header-wrap .header-wrap__top.header-nosearch .wrapper {
  padding-left: 0;
}

.header-wrap .logo {
  padding-top: 11px;
	text-align: center;
}

.header-wrap .logo img {
	height: 19px;
}


@media only screen and (max-width: 370px) {
.header-wrap .logo img {
    height: 15px;
}
}


.header-wrap .search-trigger {
	background: transparent;
	border: none;
  border-bottom: 1px solid #eff1f2;
  color: #333;
  cursor: pointer;
  display: block;
  height: 45px;
	float: right;
  font-size: 1.3rem;
  line-height: 45px;
	outline: none;
  text-align: center;
  width: 40px;
}

.header-wrap.search-open .search-trigger {
  border-left: 1px solid #eff1f2;
  border-right: 1px solid #eff1f2;
  border-bottom-color: #FFF;
}

.header-ads,
.footer-ads {
	margin: 0 auto;
  padding: 10px 0;
	text-align: center;
	overflow: hidden;
}

.o-hero-header {
  background-color: #ffffff;
  display: flex; }
  .o-hero-header.o-hero-header--sticky {
    height: 0; }
    
@media only screen and (max-width: 727px) {
  .o-hero-header {
    height: 44px;
    left: 0;
    right: 0;
width: auto; }     }

.o-hero-header-container {
  flex-grow: 1;
  max-width: 1176px;
  width: 100%;
  margin: 0 auto;
  height: 80px;
  position: relative;
  display: flex;
  padding: 0;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc; }
  
 
  
@media only screen and (max-width: 727px) {
  .o-hero-header-container {
    height: 44px;
    left: 0;
    right: 0;
width: auto;
flex-grow:0;
border-bottom:0px; }  }

.o-hero-header-skip {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center; }  
  

                



.search-bar {
  background: #FFF;
	border-bottom: 1px solid #eff1f2;
  height: 45px;
  margin-top: -45px;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1000;
}

.header-wrap.search-open .search-bar {
  margin-top: 0;
}

.search-bar .wrapper {
  height: 100%;
  padding: .4rem 40px;
}

.search-bar .search-bar__archives {
  display: none;
  float: right;
  margin: 0 0 0 20px;
  padding: .25rem 0;
}

.search-bar .search-bar__archives a {
  border-left: 2px solid #eff1f2;
  font-size: .8rem;
  padding: .25rem 0 .2rem 1.1rem;
  text-decoration: underline;
}

.search-bar form {
  display: block;
  height: 100%;
  overflow: hidden;
}

.search-bar button {
	background: #0065a4;
	border: none;
  color: #959595;
  cursor: pointer;
  float: right;
  font-size: 1.2rem;
  height: 100%;
  padding: .1rem .6rem 0;
}

.search-bar button:hover {
  color: #333;
}

.search-bar .search-bar__input-hold {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.search-bar .search-bar__input-hold .search-bar__clear {
  color: #ccc;
  cursor: pointer;
  display: none;
  font-size: 1.5rem;
  height: 100%;
  padding: 0 .3rem;
  position: absolute;
  right: 0;
  top: 0;
}

.search-bar .search-bar__input-hold.show-clear .search-bar__clear {
  display: block;
}

.search-bar .search-bar__input-hold .staricon-close-circle {
  padding-top: 4px;
}

.search-bar input {
  background: #f3f3f3;
  border: 1px solid #0065a4;
  border-radius: 0;
  font-family: inherit;
  font-size: 1rem;
  font-weight: bold;
  height: 100%;
  outline: none;
  padding: 0 2.5rem 0 .75rem;
  width: 100%;
}

.search-bar input::-webkit-input-placeholder {
  color: #666;
}

.search-bar input::-moz-placeholder {
  color: #666;
}

.search-bar input:-ms-input-placeholder {
  color: #666;
}

.search-bar input:placeholder {
  color: #666;
}



.section-header {
  border-bottom: 1px solid #eff1f2;
  color: #0065a4;
  height: 45px;
}

.section-header .section-header__gutter {
  background: #f15658;
  height: 100%;
  float: left;
  margin-right: 15px;
  position: relative;
  width: 40px;
}

.section-header .section-header__gutter:before {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    height: 0;
    margin-top: -8px;
    content: '';
    pointer-events: none;
    border: solid transparent;
    border-width: 8px;
    color: #f15658;
    border-left-color: currentColor;
}

.section-header .section-header__title {
  color: #737373;
  font-size: 13px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -.01em;
  overflow: hidden;
}

.section-header .section-header__title h1 {
  display: inline;
  font-size: 13px;
}

.section-header .section-header__title .section-header__sep {
  border: 2px solid #737373;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}




section .heading {
	font-size: 18px;
  line-height: 25px;
  height: 25px;
  color: #0072bc;
  margin: 15px 0;
  text-align:left
}

section .heading a {
	font-size: 18px;
  line-height: 25px;
  height: 25px;
  text-align:left;
	text-decoration: none;
}

.article-content {
  padding: 16px 0;
}

.message-content {
      margin:0 32px 0 0;}        
  }  


.item-list {
  list-style: none;
  margin: 0;
  padding: 1rem 0 0;
}

.ad-big-box {
  background: #E5E5E5;
  margin-left: -40px;
  padding: 1.25rem 0;
  text-align: center;
}



.story {
  border-top: 1px solid #dbdbdb;
  overflow: hidden;
  margin: 0;
  padding: .83rem 0;
}

.story:first-child {
  border: 0;
  padding-top: 0;
}

.story a {
  color: #000;
}

.story .story-img {
  background: #fff;
  height: 60px;
  float: left;
  margin: 0 12px 0 0;
  text-align: center;
  width: 80px;
}

.story .story-img img {
  max-height: 100%;
  max-width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.story .story-desc {
  overflow: hidden;
}

.story .story-headline {
  font-size: 1rem;
  font-weight: 800;
}

.story .story-abstract {
  display: none;
}

.story-feature {
  border-top: 0;
  padding-top: 0;
}

.story-feature .story-img {
  height: auto;
  float: none;
  margin-bottom: .75rem;
  width: 100%;
}

.story-feature .story-img img {
  transform: none;
  width: 100%;
}

.story-feature .story-headline {
  font-size: 1.5rem;
}




.side-box {
  background: #fff;
  height: 186px;
  margin: 1.25rem 0 1.25rem 1.25rem;
  padding: 1rem 1.25rem;
  width: 300px;
}

.side-box-content {
  width: 240px;
  margin: 0 auto;
}

.side-box__title {
  font-weight: 800;
  margin-bottom: 2rem;
  font-size: 0.8rem;
}

.title-color-advice {
  color: #ff6e6a;
}

.side-box__subline {
  font-size: 0.6rem;
  text-align: center;
  font-weight: 700;
  color: #747474;
  margin-bottom: 0.4rem;
}

.side-box__subline span:nth-child(1):before {
  display: inline-block;
  margin-right: .2rem;
  content: '\25BA';
}

.side-box__subline span:nth-child(1):after {
  display: inline-block;
  margin-right: .2rem;
  margin-left: .2rem;
  content: '\2022';
  color: #737373;
}

.subline-icon-color-advice:before {
  color: #ff6e6a;
}

.side-box__button {
  text-align: center;
  background: #0064a5;
  border-radius: 3px;
}

.side-box__button a {
  color: #fff;
  font-weight: 800;
  font-size: 1.3rem;
  padding: 5px 0;
  display: block;
}


@media only screen and (max-width: 728px) {
  .side-box {
    background: #ffffff;
    height: 153px;
    padding: 1.25rem;
    margin: 0 0 0 -40px;
    width: auto;
  }

  .side-box__title {
    font-size: 1.1rem;
  }

  .side-box__subline {
    font-size: 0.8rem;
  }
}

@media only screen and (min-width: 728px) and (max-width: 1085px) {
  .side-box {
    padding: 1.25rem;
  }
}




footer {
  background: #666;
  color: #E5E5E5;
  font-size: .715rem;
  padding: 1rem 0;
  position: relative;
  text-align: center;
}

footer a {
  color: #E5E5E5;
}

footer a:hover {
  color: #FFF;
}

footer .footer-nav {
  list-style: none;
  margin: 0;
  padding: .5rem 0 0 0;
}

footer .footer-nav li {
  display: inline;
  margin: 0 1.8rem 0 0;
}

footer .footer-nav li:last-child {
  margin-right: 0;
}

footer .wrapper {
  position: relative;
  z-index: 1;
}

footer .footer-placeholder {
  background: #666;
  height: 100%;
  left: 0;
  min-width: 600px;
  position: absolute;
  top: 0;
  width: 100%;
}

footer .footer-address {
  clear: both;
  padding: .5rem 0 0;
}

.o-site-footer {
  border-top: 4px solid #007ac2;
  background: #333; }

.o-legal-footer,
.o-footer-top {
  background-color: #202020; }
  
.c-footer__anchor {
  color: #fff;
  font-size: 14px; }
  .c-footer__anchor:hover, .c-footer__anchor:focus, .c-footer__anchor:active {
    color: #fff;
    text-decoration: underline; }
  .c-footer__anchor.c-footer__anchor--top-level {
    font-size: 12px;
    padding: 20px 0;
    width: 100%;
    display: block;
    padding-left: 0; }
  .c-footer__anchor.c-footer__anchor--legal {
    font-size: 12px;
    padding: 0 10px; }  



@media only screen and (min-width: 728px) {
  html {
    font-size: 18px;
}

  .body-wrapper {
    padding-bottom: 75px;
  }

  .content-gutter {
    border-left-width: 50px;
    border-right-width: 15px;
  }

  .content-padding {
    padding: 0 15px;
  }

  section {
    font-size: .8rem;
  }

  .ad-big-box {
    margin: 0;
  }


  
  .header-wrap {
  	border-top: 30px solid #0065a4;
  }

  .header-wrap .header-wrap__top .wrapper {
    padding-left: 50px;
  }

  .header-wrap .logo {
    padding-top: 12px;
  }

  .header-wrap .logo img {
    height: 22px;
  }

  .header-wrap .header-wrap__top {
    height: 52px;
  }

  .header-wrap .search-trigger {
    color: #757575;
    font-size: 26px;
    height: 52px;
    line-height: 52px;
    width: 50px;
  }

  .header-wrap .search-trigger:hover {
  	color: #333;
  }

  

  
  .search-bar {
    height: 52px;
    margin-top: -52px;
  }

  .search-bar button {
    font-size: 1.2rem;
  }

  .search-bar .search-bar__archives {
    display: block;
  }

  .search-bar .wrapper {
    padding: .4rem 50px;
  }
  

  
  .section-header {
    height: 52px;
  }

  .section-header .section-header__gutter {
    margin-right: 15px;
    width: 50px;
  }

  .section-header .section-header__title {
    font-size: 18px;
    line-height: 52px;
    letter-spacing: -.018em;
  }

  .section-header .section-header__title h1 {
    font-size: 18px;
  }

  

  
}
  

        
  .story {
    padding: 1.25rem 0;
  }

  .story .story-img,
  .story-feature .story-img {
    height: 178px;
    float: right;
    margin: 0 0 0 1.25rem;
    width: 236px;
  }

  .story .story-headline,
  .story-feature .story-headline {
    font-size: 1.28rem;
    line-height: 1.3;
  }

  .story .story-desc {
    overflow: hidden;
  }

  .story .story-abstract {
    display: block;
    font-family: "Frank Ruhl Libre", Times New Roman,Times,serif;
    font-size: .78rem;
    line-height: 1.4;
    margin-top: .25rem;
  }
  

  
.footer {
    z-index: 1;
    position: relative;
}

@media only screen and (min-width: 728px) and (max-width: 1085px) {
  .ad-wrapper {
    background: #E5E5E5;
    display: table;
    width: 100%;
  }

  .ad-big-box {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }


}
.c-article-list-ad {
  margin: 0 auto 8px;
  order: 0;
  text-align: center; }
  @media only screen and (min-width: 728px) {
    .c-article-list-ad {
      margin: 0 auto 16px; } }
  @media only screen and (min-width: 1086px) {
    .c-article-list-ad {
      order: 2;
      margin: 0 auto; } }
  .c-article-list-ad .c-article-list-ad__ad {
    margin-bottom: 0; }

@media only screen and (min-width: 1086px) {
  .c-article-list-ad--sticky {
    position: sticky;
    top: 55px;
    margin-bottom: 0; } }
    
.c-googleadslot {
  width: 100%;
  text-align: center;
  margin-bottom: 8px; }
  @media only screen and (min-width: 728px) {
    .c-googleadslot {
      margin-bottom: 16px; } }
  @media only screen and (min-width: 1086px) {
    .c-googleadslot {
      margin-bottom: 16px; } }
    
    
.c-googleadslot__heading {
  font-family: 'Merriweather Sans', Helvetica, Roboto, Arial, sans-serif;
  font-size: 10px;
  color: #686868;
  letter-spacing: 0.6px;
  text-align: center;
  line-height: 20px;
  font-weight: bolder;
  margin-bottom: 0;
  padding: 4px 0 0; }    
  

.c-googleadslot__wrapper {
  display: inline-block;
  background-color: #ecebec;
  padding: 0 14px 14px; }
  @media only screen and (max-width: 727px) {
    .c-googleadslot__wrapper {
      min-width: 328px; } }

@media only screen and (min-width: 728px) {
   .c-googleadslot__wrapper {
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (min-width: 1086px) {
   .c-googleadslot__wrapper {
    padding-left: 14px;
    padding-right: 14px; } }  

@media only screen and (min-width: 1086px) {
  html {
    font-size: 20px;
  }

  .content-padding {
    padding: 0;
  }

  .content-gutter {
    border-left-width: 62px;
    border-right-width: 56px;
  }

  .columns-container {
    display: table;
    width: 100%;
  }

  .left-column,
  .right-column {
    display: table-cell;
    vertical-align: top;
  }

  .right-column {
    width: 16.25rem;
    background: #E5E5E5;
  }

  .ad-big-box {
    padding: 1.25rem 0 1.25rem 1.25rem;
  }

  
  


  
  .header-wrap .header-wrap__top .wrapper {
    padding-left: 62px;
  }

  .header-wrap .logo {
    padding-top: 14px;
  }

  .header-wrap .logo img {
    height: 31px;
  }

  .header-wrap .header-wrap__top {
    height: 62px;
  }

  .header-wrap .search-trigger {
    height: 62px;
    line-height: 62px;
    width: 62px;
  }
  

  
  .search-bar {
    height: 62px;
    margin-top: -62px;
    position: static;
  }

  .search-bar .wrapper {
    padding: .4rem 62px;
  }

  .search-bar .search-bar__archives a {
    padding: .35rem 0 .35rem 1rem;
    line-height: 35px;
  }

  .search-bar .search-bar__input-hold .staricon-close-circle {
    padding-top: 6px;
  }
  

  
  .section-header {
    height: 62px;
  }

  .section-header .section-header__gutter {
    margin-right: 23px;
    width: 62px;
  }

  .section-header .section-header__title {
    font-size: 20px;
    line-height: 62px;
    letter-spacing: -.02em;
  }

  .section-header .section-header__title h1 {
    font-size: 20px;
  }
  

  

  
  .story {
    padding: 1.25rem 0;
  }

  .story .story-img,
  .story-feature .story-img {
    height: 136px;
    width: 180px;
  }

  .story .story-headline,
  .story-feature .story-headline {
    font-size: 1.55rem;
    letter-spacing: -.022em;
    line-height: 1.15;
  }

  .story .story-abstract {
    font-size: .8rem;
  }
  
}


.o-hot-topics {
  background: #ecebec; }
  @media only screen and (max-width: 769px) {
    .o-hot-topics {
      background: #f8f8f8;
      border-bottom: 1px solid #d8d8d8; } }
  .o-hot-topics .hot-topics-container {
    max-width: 1176px;
    margin: 0 auto;
    min-height: 36px;
    padding-left: 15px;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 769px) {
      .o-hot-topics .hot-topics-container {
        max-width: none;
        overflow: auto; } }
  .o-hot-topics .hot-topics-label {
    font-family: 'Merriweather Sans', Helvetica, Roboto, Arial, sans-serif;
    white-space: nowrap;
    font-size: 10px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: left;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 16px; }
  .o-hot-topics .hot-topics-list {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 769px) {
      .o-hot-topics .hot-topics-list {
        padding: 0 15px 0 0;
        flex-wrap: nowrap; } }
  .o-hot-topics .hot-topics-list__item {
    height: 100%;
    margin-bottom:0;
    display: flex; }
    .o-hot-topics .hot-topics-list__item + .hot-topics-list__item:before {
      content: '•';
      padding: 0 12px;
      margin: auto;
      color: #979797; }
    .o-hot-topics .hot-topics-list__item .hot-topics-item-container {
      padding: 8px 0 !important;
      color: #343434; }
  .o-hot-topics .hot-topics-list__item-label {
    white-space: nowrap;
    font-family: 'Merriweather Sans', Helvetica, Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal; }

.c-button.c-button--sub-nav {
  border-radius: 0;
  font-size: inherit;
  color: #333333;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative; }
  .c-button.c-button--sub-nav--selected {
    font-weight: bold;
    color: #005389; }

    @media only screen and (max-width: 769px) {
.c-button.c-button--sub-nav {
  border-radius: 0;
  font-size: inherit;
  color: #333333;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative; }    }
  
  

.show-for-medium-only,
.show-for-large-up,
.show-for-medium-up {
  display: none;
}

@media only screen and (min-width: 1086px) {
  .show-for-large-up {
    display: block;
  }

  .hide-for-large-up {
    display: none;
  }
}

@media only screen and (min-width: 728px) {
  .show-for-medium-up {
    display: block;
  }

  .show-for-small-only {
    display: none;
  }
}

@media only screen and (min-width: 728px) and (max-width: 1085px) {
  .show-for-medium-only {
    display: block;
  }
}

