@charset "UTF-8";
/*!
Theme Name: afmag
Theme URI: http://underscores.me/
Author: Unleashed Technologies
Author URI: http://underscores.me/
Description: Custom theme for Air Force Magazine
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: afmag
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

afmag is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/fonts/icomoon.eot") format("embedded-opentype"), url("../../fonts/fonts/icomoon.woff") format("woff"), url("../../fonts/fonts/icomoon.ttf") format("truetype"), url("../../fonts/fonts/icomoon.svg") format("svg"); }

.icon-chevron:before {
  content: "";
  font-family: "icomoon"; }

.icon-share:before {
  content: "";
  font-family: "icomoon"; }

.icon-search:before {
  content: "";
  font-family: "icomoon"; }

.icon-person:before {
  content: "";
  font-family: "icomoon"; }

.icon-paper:before {
  content: "";
  font-family: "icomoon"; }

.icon-location:before {
  content: "";
  font-family: "icomoon"; }

.icon-info:before {
  content: "";
  font-family: "icomoon"; }

.icon-export:before {
  content: "";
  font-family: "icomoon"; }

.icon-expand:before {
  content: "";
  font-family: "icomoon"; }

.icon-close:before {
  content: "";
  font-family: "icomoon"; }

.icon-calendar:before {
  content: "";
  font-family: "icomoon"; }

.icon-blockquote:before {
  content: "";
  font-family: "icomoon"; }

.icon-arrow:before {
  content: "";
  font-family: "icomoon"; }

h1 {
  font-size: 40px;
  line-height: 115%;
  color: #182635; }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 50px; } }
  @media only screen and (min-width: 993px) {
    h1 {
      font-size: 55px; } }

h2 {
  font-size: 38px;
  line-height: 45px;
  color: #004889; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 40px; } }
  @media only screen and (min-width: 993px) {
    h2 {
      font-size: 45px; } }

h3 {
  font-size: 30px;
  line-height: 35px;
  color: #004889;
  line-height: 45px; }
  @media only screen and (min-width: 768px) {
    h3 {
      font-size: 30px; } }
  @media only screen and (min-width: 993px) {
    h3 {
      font-size: 35px; } }

h4 {
  font-size: 28px;
  line-height: 40px;
  color: #283942; }
  @media only screen and (min-width: 768px) {
    h4 {
      font-size: 28px; } }
  @media only screen and (min-width: 993px) {
    h4 {
      font-size: 30px; } }

h5 {
  font-size: 22px;
  line-height: 40px 700;
  color: #182635; }
  @media only screen and (min-width: 768px) {
    h5 {
      font-size: 22px; } }
  @media only screen and (min-width: 993px) {
    h5 {
      font-size: 25px; } }

h6 {
  font-size: 22px;
  line-height: normal;
  color: #004889; }
  @media only screen and (min-width: 768px) {
    h6 {
      font-size: 22px; } }
  @media only screen and (min-width: 993px) {
    h6 {
      font-size: 22px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif; }

p,
li,
ul,
figcaption {
  font-size: 20px;
  line-height: 28px;
  color: #616a6d;
  font-family: "Lora", serif; }
  @media only screen and (min-width: 768px) {
    p,
    li,
    ul,
    figcaption {
      font-size: 20px; } }
  @media only screen and (min-width: 993px) {
    p,
    li,
    ul,
    figcaption {
      font-size: 20px; } }

figcaption {
  font-size: 15px; }

a {
  color: #004889; }
  a:hover {
    cursor: pointer; }

blockquote {
  background: #f4f5f6;
  margin: 2rem 0;
  padding: .5rem 3rem 2rem; }
  @media only screen and (min-width: 768px) {
    blockquote {
      padding: .5rem 3rem 2rem 5rem; } }
  @media only screen and (min-width: 993px) {
    blockquote {
      padding: .5rem 3rem 2rem 8rem; } }
  blockquote::before, blockquote::after {
    clear: both;
    content: '';
    display: table; }
  blockquote .blockquote-quote {
    color: #182635;
    font-family: "Lora", serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 115%;
    margin: 0;
    position: relative; }
    blockquote .blockquote-quote:before {
      content: "";
      font-family: "icomoon"; }
    blockquote .blockquote-quote::before {
      color: #004889;
      font-size: 4rem;
      left: -6rem;
      position: absolute;
      top: -1rem; }
  blockquote cite {
    color: #004889;
    float: right;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin-top: 1rem;
    position: relative; }
    blockquote cite::before {
      background: #747f84;
      content: '';
      display: block;
      height: 5px;
      position: absolute;
      right: 105%;
      top: 7px;
      width: 40px; }

.visually-hidden {
  display: none; }

.homepage-full-width-ad {
  padding-bottom: 3rem;
  text-align: center; }

.ad-wrapper {
  text-align: center;
  width: 100%; }
  .ad-wrapper.header-bottom {
    padding-top: 2.5rem; }
  .ad-wrapper .custom-html-widget div {
    border: 1px solid #aeb4b7;
    display: inline-block;
    margin: 1rem 0;
    padding: .5rem; }
    .ad-wrapper .custom-html-widget div div {
      border: none;
      margin: 0;
      padding: 0; }

.homepage-section-sidebar-ad .ad-wrapper .custom-html-widget {
  margin-top: 0; }

.ad-wrapper-plain {
  text-align: center;
  width: 100%; }
  .ad-wrapper-plain .custom-html-widget {
    margin: 1rem 0; }

.stick-this.stick {
  margin-top: 0;
  position: fixed;
  top: 0;
  width: 300px;
  z-index: 9999; }

@media only screen and (min-width: 993px) {
  .stick-here.stick-stop {
    position: relative; }
  .stick-here .stick-this.stick-stop {
    bottom: 0;
    position: absolute; }
  .stick-here.sidebar .stick-this.stick {
    margin-left: 17px; }
  .stick-here.sidebar .stick-this.stick-stop {
    bottom: 0;
    position: absolute;
    left: 0; } }

.af-block-full-width-image {
  position: relative;
  width: 100%; }
  .af-block-full-width-image img {
    height: auto;
    width: 100%; }
  .af-block-full-width-image .container {
    display: -ms-flexbox;
    display: flex; }
  .af-block-full-width-image .inner-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
  .af-block-full-width-image .caption {
    color: #fff;
    font-family: "Lora", serif;
    font-size: 20px;
    line-height: 28px; }
    @media only screen and (min-width: 993px) {
      .af-block-full-width-image .caption {
        width: 80%; } }
  .af-block-full-width-image .text-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 22%, black 100%, black 100%);
    margin-top: -4rem;
    position: relative;
    z-index: 10; }
    @media only screen and (min-width: 993px) {
      .af-block-full-width-image .text-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 63%, rgba(0, 0, 0, 0.75) 100%, rgba(0, 0, 0, 0.85) 100%);
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0; } }
  .af-block-full-width-image .icon {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-top: 1rem; }
    @media only screen and (min-width: 993px) {
      .af-block-full-width-image .icon {
        margin-left: 20px;
        margin-top: 0;
        width: 17%; } }
    .af-block-full-width-image .icon::before {
      display: inline-block;
      font-size: 2.5rem;
      font-weight: 400;
      margin-right: 1rem;
      vertical-align: middle; }

.text-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 63%, rgba(0, 0, 0, 0.75) 100%, rgba(0, 0, 0, 0.85) 100%);
  padding: 1.5rem; }

.image-full {
  height: auto;
  width: 100%; }

.button-toggle {
  text-decoration: none; }

.block-post-padding .wp-block-image figcaption {
  font-family: "Roboto", sans-serif; }

.block-post-padding .wp-block-image .aligncenter {
  margin: 0 auto; }
  .block-post-padding .wp-block-image .aligncenter figcaption {
    margin: 0 auto;
    max-width: 90%;
    text-align: center; }

@media only screen and (min-width: 993px) {
  .block-post-padding {
    padding: 0 2rem; } }

.block-post-grid {
  box-sizing: border-box;
  margin: 0 -15px; }
  .block-post-grid .column {
    box-sizing: border-box;
    padding: 0 15px; }

.block-width-option-1 .column {
  width: 100%; }

.block-width-option-2 .column {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .block-width-option-2 .column {
      width: 50%; } }

.block-width-option-3 .column {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .block-width-option-3 .column {
      width: 33.333%; } }

.block-width-option-4 .column {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .block-width-option-4 .column {
      width: 25%; } }

.block-width-option-5 .column {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .block-width-option-5 .column {
      width: 25%; } }
  .block-width-option-5 .column:nth-child(2) {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .block-width-option-5 .column:nth-child(2) {
        width: 50%; } }

.block-width-option-6 .column {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .block-width-option-6 .column {
      width: 25%; } }
  .block-width-option-6 .column:nth-child(even) {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .block-width-option-6 .column:nth-child(even) {
        width: 75%; } }

.block-width-option-7 .column {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .block-width-option-7 .column {
      width: 75%; } }
  .block-width-option-7 .column:nth-child(even) {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .block-width-option-7 .column:nth-child(even) {
        width: 25%; } }

.blockquote-container {
  margin: auto;
  max-width: 1075px; }

.background-image-block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .background-image-block .content {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 22%, rgba(0, 0, 0, 0.75) 52%, rgba(0, 0, 0, 0.85) 100%);
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    padding: 1rem;
    width: 100%; }

.cta-image-column {
  -ms-flex-align: end;
      align-items: flex-end;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  min-height: 207px;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .cta-image-column:last-child {
      width: 100%; } }
  @media only screen and (min-width: 993px) {
    .cta-image-column:last-child {
      width: calc(33.333% - 30px); } }
  @media only screen and (min-width: 768px) {
    .cta-image-column {
      padding: 0;
      width: calc(50% - 30px); } }
  @media only screen and (min-width: 993px) {
    .cta-image-column {
      margin-bottom: 0;
      width: calc(33.333% - 30px); } }

.cta-title {
  color: #fff;
  font-size: 28px;
  margin: 0 0 1rem; }
  @media only screen and (min-width: 993px) {
    .cta-title {
      font-size: 38px; } }

.block-post-image-cta {
  padding: 3rem 0; }
  .block-post-image-cta .col-sm-12 {
    margin-bottom: 0; }

.block-post-banner-cta {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .block-post-banner-cta::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 22%, rgba(0, 0, 0, 0.75) 52%, rgba(0, 0, 0, 0.85) 100%);
    bottom: 0;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1; }
  @media only screen and (min-width: 993px) {
    .block-post-banner-cta::before {
      background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 22%, rgba(0, 0, 0, 0.75) 52%, rgba(0, 0, 0, 0.85) 100%);
      bottom: 0;
      content: '';
      height: 100%;
      position: absolute;
      right: 0;
      width: 80%;
      z-index: 1; } }
  .block-post-banner-cta .content {
    padding: 3rem 0 2rem;
    text-align: center;
    z-index: 2; }
    @media only screen and (min-width: 768px) {
      .block-post-banner-cta .content {
        margin: auto;
        padding: 8rem 3rem 2rem;
        text-align: left; } }
    @media only screen and (min-width: 993px) {
      .block-post-banner-cta .content {
        margin-left: auto;
        padding: 3rem 0 2rem; } }
  .block-post-banner-cta .banner-title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 1rem; }
    @media only screen and (min-width: 768px) {
      .block-post-banner-cta .banner-title {
        font-size: 45px; } }
  .block-post-banner-cta .banner-text {
    color: #fff;
    display: none;
    line-height: 28px; }
    @media only screen and (min-width: 768px) {
      .block-post-banner-cta .banner-text {
        display: block; } }

[class*='wp-block-'] {
  margin: 0 auto;
  max-width: 950px; }

.wp-block-columns .condensed-container {
  max-width: none;
  padding: 0; }

.wp-block-columns .block-post-padding {
  padding: 0; }

.wp-block-pullquote blockquote {
  background: transparent;
  border-bottom: 4px solid #e0e1e2;
  border-top: 4px solid #e0e1e2;
  margin: 0;
  padding: 0; }

.wp-block-pullquote p {
  color: #283942;
  font-family: "Lora", serif;
  font-size: 22px;
  font-weight: 700; }
  @media only screen and (min-width: 993px) {
    .wp-block-pullquote p {
      font-size: 30px; } }

.button {
  border-radius: 5px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 900;
  padding: 1rem 2rem;
  text-decoration: none; }
  .button.button-small {
    padding: .5rem 2rem; }
  .button.button-medium {
    font-size: 16px; }

.button-primary {
  background: #0073ea;
  color: #fff; }
  .button-primary:hover {
    background: #005ab7;
    color: #fff;
    transition: background .25s ease; }
  .button-primary:active {
    background: #005ab7; }

.button-secondary {
  background: #002e5e;
  color: #fff; }
  .button-secondary:hover {
    background: #00152b;
    color: #fff;
    transition: background .25s ease; }
  .button-secondary:active {
    background: #00152b; }

.button-light {
  background: #fff;
  color: #002e5e; }
  .button-light:hover {
    background: #e6e6e6;
    color: #002e5e;
    transition: background .25s ease; }
  .button-light:active {
    background: #e6e6e6; }

.button-info {
  background: #fdb44b;
  color: #002e5e; }
  .button-info:hover {
    background: #fc9f19;
    color: #002e5e;
    transition: background .25s ease; }
  .button-info:active {
    background: #fc9f19; }

.button-success {
  background: #0073ea;
  color: #fff; }
  .button-success:hover {
    background: #005ab7;
    color: #fff;
    transition: background .25s ease; }
  .button-success:active {
    background: #005ab7; }

.button-alternating-color:nth-child(odd) {
  background: #0073ea;
  color: #fff; }
  .button-alternating-color:nth-child(odd):hover {
    background: #005ab7;
    color: #fff;
    transition: background .25s ease; }
  .button-alternating-color:nth-child(odd):active {
    background: #005ab7; }

.button-alternating-color:nth-child(even) {
  background: #fff;
  color: #002e5e; }
  .button-alternating-color:nth-child(even):hover {
    background: #e6e6e6;
    color: #002e5e;
    transition: background .25s ease; }
  .button-alternating-color:nth-child(even):active {
    background: #e6e6e6; }

.wp-block-button__link {
  border-radius: 5px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 900;
  padding: 1rem 2rem;
  text-decoration: none;
  background: #0073ea;
  color: #fff; }
  .wp-block-button__link:hover {
    background: #005ab7;
    color: #fff;
    transition: background .25s ease; }
  .wp-block-button__link:active {
    background: #005ab7; }

.button-link-arrow {
  background: 0;
  border-radius: 10px;
  color: #004889;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-top: 1rem;
  padding: 1rem 2rem 1rem 1rem;
  position: relative;
  text-align: right;
  text-decoration: none; }
  .button-link-arrow:after {
    content: "";
    font-family: "icomoon"; }
  .button-link-arrow::after {
    font-size: 16px;
    margin-top: 2px;
    position: absolute;
    right: 0;
    transition: right .25s ease; }
  .button-link-arrow:hover::after, .button-link-arrow:active::after, .button-link-arrow:focus::after {
    right: -.5rem;
    transition: right .25s ease; }

.button-news-more {
  display: block;
  text-align: right; }

.button-small {
  font-size: 16px;
  padding: .5rem 2rem; }

.button-block {
  display: block; }

.button-block-sm {
  display: block;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 768px) {
    .button-block-sm {
      display: inline-block;
      margin-bottom: 0; } }

.button-center {
  text-align: center; }

@media only screen and (min-width: 768px) {
  .button-inline {
    margin-right: 1rem; } }

.button-inline:last-child {
  margin-right: 0; }

.button-block-link {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.button-block-link-wrapper {
  position: relative; }

.magazine-buttons .at-resp-share-element .at-share-btn,
.report-tools .at-resp-share-element .at-share-btn {
  background: transparent !important;
  color: #0073ea !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  padding: 1rem !important; }
  .magazine-buttons .at-resp-share-element .at-share-btn:before,
  .report-tools .at-resp-share-element .at-share-btn:before {
    content: "";
    font-family: "icomoon"; }
  .magazine-buttons .at-resp-share-element .at-share-btn:hover::before, .magazine-buttons .at-resp-share-element .at-share-btn:active::before, .magazine-buttons .at-resp-share-element .at-share-btn:focus::before,
  .report-tools .at-resp-share-element .at-share-btn:hover::before,
  .report-tools .at-resp-share-element .at-share-btn:active::before,
  .report-tools .at-resp-share-element .at-share-btn:focus::before {
    -ms-transform: scale(1.15);
        transform: scale(1.15); }
  .magazine-buttons .at-resp-share-element .at-share-btn::after,
  .report-tools .at-resp-share-element .at-share-btn::after {
    content: 'Share Report';
    margin-left: .5rem; }
  .magazine-buttons .at-resp-share-element .at-share-btn::before,
  .report-tools .at-resp-share-element .at-share-btn::before {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 400;
    transition: transform .25s ease;
    vertical-align: middle; }
  .magazine-buttons .at-resp-share-element .at-share-btn .at-label,
  .report-tools .at-resp-share-element .at-share-btn .at-label {
    display: none !important; }
  .magazine-buttons .at-resp-share-element .at-share-btn .at-icon-wrapper,
  .report-tools .at-resp-share-element .at-share-btn .at-icon-wrapper {
    display: none !important; }

.report-links {
  color: #0073ea;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  padding: 1rem;
  text-decoration: none;
  transition: transform .25s ease; }
  .report-links .icon {
    margin-right: .5rem; }
    .report-links .icon::before {
      display: inline-block;
      font-size: 1.5rem;
      font-weight: 400;
      transition: transform .25s ease;
      vertical-align: middle; }
  .report-links:hover .icon::before, .report-links:active .icon::before, .report-links:focus .icon::before {
    -ms-transform: scale(1.15);
        transform: scale(1.15); }

.share-buttons {
  padding: 2rem 0 1rem;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .share-buttons {
      float: right;
      padding: 0 0 0 2rem; } }
  .share-buttons .share-label {
    border-top: 4px solid #f4f5f6;
    color: #aeb4b7;
    display: block;
    font-family: "Roboto", sans-serif;
    margin-top: 5px;
    padding-top: 5px;
    text-transform: uppercase; }
  .share-buttons.for-large {
    display: none; }
    @media only screen and (min-width: 768px) {
      .share-buttons.for-large {
        display: inline-block; } }
  @media only screen and (min-width: 768px) {
    .share-buttons.for-small {
      display: none; } }

.ajax-load-more-wrap {
  width: 100%; }
  .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn {
    background: #002e5e;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 900;
    height: auto;
    margin-bottom: 2rem;
    padding: .5rem 1rem;
    transition: background .25s ease;
    width: 100%; }
    .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn:hover, .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn:active, .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn:focus {
      background: #00152b; }

.menu,
.sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .menu a,
  .sub-menu a {
    text-decoration: none; }

.main-navigation.col-sm-12 {
  margin: 0;
  padding: 10px 15px; }
  @media only screen and (min-width: 768px) {
    .main-navigation.col-sm-12 {
      padding: 0 15px; } }

.main-navigation li,
.main-navigation a {
  font-family: "Roboto", sans-serif;
  font-weight: 700; }

.main-navigation .menu-item {
  background: transparent; }
  .main-navigation .menu-item a {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding: 8px 0;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .main-navigation .menu-item a {
        border-bottom: 5px solid transparent;
        font-size: 16px;
        padding: 16px 16px 8px; } }
    @media only screen and (min-width: 1201px) {
      .main-navigation .menu-item a {
        font-size: 18px; } }

.main-navigation .menu-item-has-children > a {
  cursor: default;
  pointer-events: none; }
  .main-navigation .menu-item-has-children > a:after {
    content: "";
    font-family: "icomoon"; }
  @media only screen and (min-width: 768px) {
    .main-navigation .menu-item-has-children > a {
      cursor: pointer;
      pointer-events: auto; } }
  .main-navigation .menu-item-has-children > a::after {
    float: right;
    font-size: 11px; }
    @media only screen and (min-width: 768px) {
      .main-navigation .menu-item-has-children > a::after {
        display: none; } }

@media only screen and (min-width: 768px) {
  .main-navigation .menu-item-has-children:hover .sub-menu {
    border-top: 5px solid #fdb44b;
    display: block; } }

.main-navigation .menu-item-has-children.show > a::after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  transition: transform .25s ease; }

.main-navigation .sub-menu {
  background: #fff;
  height: auto;
  margin: 0 -15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .15s ease-out; }
  @media only screen and (min-width: 768px) {
    .main-navigation .sub-menu {
      border-top: 5px solid transparent;
      box-shadow: 1px 1px 5px 0 rgba(116, 127, 132, 0.2);
      display: none;
      margin: auto;
      max-height: none;
      min-width: 215px;
      overflow: visible;
      position: absolute;
      transition: none;
      z-index: 100; } }
  .main-navigation .sub-menu a {
    color: #0073ea;
    font-size: 15px;
    padding: 8px 15px;
    text-transform: none; }
    .main-navigation .sub-menu a:hover, .main-navigation .sub-menu a:active, .main-navigation .sub-menu a:focus {
      color: #182635; }

.main-navigation .show .sub-menu {
  max-height: 1000px;
  transition: max-height .25s ease-in; }

@media only screen and (min-width: 768px) {
  .main-navigation .menu {
    display: -ms-flexbox;
    display: flex; } }

.main-navigation .menu > .current-menu-ancestor {
  border-bottom: 5px solid #fdb44b; }
  .main-navigation .menu > .current-menu-ancestor > a {
    color: #d3def4; }
  .main-navigation .menu > .current-menu-ancestor + .current-menu-ancestor {
    border-bottom: 0; }
    .main-navigation .menu > .current-menu-ancestor + .current-menu-ancestor > a {
      color: #fff; }

.main-navigation .current-menu-ancestor .current-menu-item a {
  color: #182635; }

.unclickable > a {
  cursor: default; }

.menu-container {
  background: #182635;
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease; }
  @media only screen and (min-width: 768px) {
    .menu-container {
      max-height: none;
      overflow: visible; } }
  .menu-container.expanded {
    max-height: 1000px;
    transition: max-height 1s ease; }
  .menu-container .action-buttons {
    margin-bottom: 0;
    text-align: right; }
    @media only screen and (min-width: 768px) {
      .menu-container .action-buttons {
        display: none; } }
    @media only screen and (min-width: 993px) {
      .menu-container .action-buttons {
        display: block; } }
    .menu-container .action-buttons .button {
      display: block;
      font-size: 20px;
      margin-bottom: 1rem;
      padding: 1rem;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .menu-container .action-buttons .button {
          display: inline-block;
          font-size: 16px;
          margin-bottom: 0;
          padding: 8px 15px; } }
      @media only screen and (min-width: 1201px) {
        .menu-container .action-buttons .button:first-child {
          margin-right: 1rem; } }
  .menu-container > .grid-container {
    -ms-flex-align: center;
        align-items: center; }
  .menu-container .mobile-top-links {
    background: #fff;
    border-top: 2px solid #616a6d;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 0;
    padding-bottom: 1rem;
    padding-top: 1rem; }
    @media only screen and (min-width: 768px) {
      .menu-container .mobile-top-links {
        display: none; } }
    .menu-container .mobile-top-links .top-link {
      font-size: 22px; }
      .menu-container .mobile-top-links .top-link .icon {
        margin-right: .5rem; }

@media only screen and (min-width: 768px) {
  .menu-primary-menu-container .menu > li:first-child > a {
    padding-left: 0; } }

.header-container {
  background: #fff;
  box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.25);
  padding-bottom: 1rem;
  padding-top: 1.5rem; }
  @media only screen and (min-width: 993px) {
    .header-container {
      padding-top: 2rem; } }
  .header-container .site-branding,
  .header-container .menu-toggle {
    margin-bottom: 0; }
  .header-container .site-branding img {
    width: 100%; }
    @media only screen and (min-width: 993px) {
      .header-container .site-branding img {
        max-width: 370px; } }

.skip-link {
  height: 1px;
  left: -999px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
  z-index: -999; }

.top-link {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none; }
  @media only screen and (min-width: 768px) {
    .top-link {
      margin-right: 1.25rem; } }
  @media only screen and (min-width: 993px) {
    .top-link {
      cursor: pointer;
      margin-right: 0; } }
  .top-link:last-child {
    margin-right: 0; }
  @media only screen and (min-width: 993px) {
    .top-link.login {
      margin-right: 4rem; } }
  .top-link.button {
    display: none; }
    @media only screen and (min-width: 768px) {
      .top-link.button {
        display: inline-block; } }
    @media only screen and (min-width: 993px) {
      .top-link.button {
        display: none; } }

.top-links {
  display: none;
  position: relative;
  text-align: right; }
  @media only screen and (min-width: 768px) {
    .top-links {
      display: block; } }
  @media only screen and (min-width: 993px) {
    .top-links {
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      margin-bottom: 0; } }
  .top-links .icon {
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    margin-right: .5rem;
    transition: transform .25s ease;
    vertical-align: middle; }
    @media only screen and (min-width: 768px) {
      .top-links .icon {
        font-size: 18px; } }
    @media only screen and (min-width: 993px) {
      .top-links .icon {
        font-size: 28px; } }
  .top-links .close-search {
    bottom: 0;
    cursor: pointer;
    padding: .5rem;
    position: absolute;
    right: 15px;
    top: 0; }
    .top-links .close-search::before {
      vertical-align: middle; }
  .top-links .search-form {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 0;
    width: 100%; }
    @media only screen and (min-width: 993px) {
      .top-links .search-form {
        width: 60%; } }
    .top-links .search-form .search-field {
      -webkit-appearance: none;
      background: #fff;
      border: 1px solid #616a6d;
      font-size: 18px;
      height: auto;
      padding: .8rem 1rem .8rem 3rem;
      width: 100%; }
  .top-links .wdm-dropdown-menu {
    display: none; }

.site-main .cls_search,
.site-main .search-form {
  position: relative; }
  .site-main .cls_search .search-field,
  .site-main .search-form .search-field {
    -webkit-appearance: none;
    border: 0;
    font-size: 20px;
    padding: 1rem;
    width: 85%; }
  .site-main .cls_search #searchsubmit,
  .site-main .cls_search .search-submit,
  .site-main .search-form #searchsubmit,
  .site-main .search-form .search-submit {
    background-color: #d3def4;
    cursor: pointer;
    left: auto;
    margin-left: -1px;
    right: 0;
    width: 15%; }

.ui-widget .search-box {
  display: -ms-flexbox;
  display: flex; }

.search-submit,
#searchsubmit {
  background: url("../../images/search.svg") center center no-repeat;
  background-size: 28px 28px;
  border: 0;
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-size: 0;
  height: 100%;
  left: 0;
  margin-bottom: 0;
  outline: 0;
  overflow: hidden;
  padding: 1rem 1.5rem;
  position: absolute;
  top: 0; }

.custom-logo {
  height: auto;
  max-width: 375px;
  width: 100%; }

.menu-toggle {
  text-decoration: none; }
  @media only screen and (min-width: 768px) {
    .menu-toggle {
      display: none; } }
  .menu-toggle .icon-close {
    text-align: right; }

.icon-bar {
  background: #283942;
  display: block;
  height: 2px;
  margin-bottom: 5px;
  width: 100%; }
  .icon-bar:last-child {
    margin-left: auto;
    max-width: 80%; }

.icon-bars {
  display: block;
  margin-left: auto;
  margin-top: .25rem;
  max-width: 32px; }
  .icon-bars.hide {
    display: none; }

.icon-close {
  display: none; }
  .icon-close.show {
    color: #283942;
    display: block;
    font-size: 1.5rem; }

@media only screen and (min-width: 768px) {
  .mobile-only-link {
    display: none; } }

input[type=search]::-ms-reveal, input[type=search]::-ms-clear {
  display: none;
  height: 0;
  width: 0; }

input[type='search']::-webkit-search-results-decoration, input[type='search']::-webkit-search-results-button, input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  display: none; }

table th {
  background: #004889;
  color: #fff;
  font-weight: 700; }

table tr:nth-child(even) {
  background: #d3def4; }

table tr:nth-child(odd) {
  background: #f4f5f6; }

table td {
  color: #283942;
  font-weight: 400; }

table th,
table td {
  font-size: 20px;
  padding: 1rem; }

table tbody {
  border: 1px solid #f4f5f6; }

.site-footer {
  background: #fff;
  padding: 2rem 0; }

.footer-menu-wrapper {
  background: #283942; }
  .footer-menu-wrapper a {
    color: #fff; }

.footer-navigation .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1rem 0; }
  .footer-navigation .menu li {
    display: block;
    position: relative;
    text-align: center;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .footer-navigation .menu li {
        display: inline-block;
        text-align: left;
        width: auto; } }
    @media only screen and (min-width: 768px) {
      .footer-navigation .menu li::after {
        background: #fff;
        content: '';
        display: block;
        height: 15px;
        position: absolute;
        right: 0;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        width: 2px; } }
    .footer-navigation .menu li:last-child::after {
      display: none; }
  .footer-navigation .menu a {
    color: #fff;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 100%;
    padding: 1rem;
    text-decoration: none; }

.footer-copyright {
  text-align: center; }

.footer-logo {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  @media only screen and (min-width: 993px) {
    .footer-logo {
      -ms-flex-pack: left;
          justify-content: left; } }
  .footer-logo img {
    max-width: 240px;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .footer-logo img {
        max-width: 325px;
        width: auto; } }

.footer-social {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 80%;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .footer-social {
      max-width: none;
      width: 100%; } }
  @media only screen and (min-width: 993px) {
    .footer-social {
      -ms-flex-pack: end;
          justify-content: flex-end; } }
  .footer-social .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly; }
    .footer-social .menu a {
      color: #283942;
      display: none;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      padding: 0 .5rem;
      text-decoration: none; }
      @media only screen and (min-width: 768px) {
        .footer-social .menu a {
          display: inline-block; } }
  .footer-social .menu-item::before {
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 40px;
    transition: transform .25s ease;
    vertical-align: middle;
    width: 40px; }
    @media only screen and (min-width: 993px) {
      .footer-social .menu-item::before {
        height: 30px;
        width: 30px; } }
  .footer-social .menu-item:hover::before, .footer-social .menu-item:active::before, .footer-social .menu-item:focus::before {
    -ms-transform: scale(1.15);
        transform: scale(1.15); }

.menu-footer-social-menu-container {
  width: 100%; }

.menu-item-fb::before {
  background-image: url("../../images/fb.svg"); }

.menu-item-twitter::before {
  background-image: url("../../images/twitter.svg"); }

.menu-item-mail::before {
  background-image: url("../../images/mail.svg"); }

.menu-item-flickr::before {
  background-image: url("../../images/flickr.svg"); }

.menu-item-instagram::before {
  background-image: url("../../images/instagram.svg"); }

#cookie-law-info-bar span, #cookie-law-info-bar a {
  color: #fff;
  font-family: "Roboto", sans-serif; }

#cookie-law-info-bar a {
  padding-left: 5px; }

#cookie-law-info-bar .cli-plugin-button {
  border-radius: 6px;
  font-weight: 700;
  margin-left: 30px;
  padding: 12px 15px; }

.col-sm-12 {
  box-sizing: border-box;
  margin-bottom: calc(15px*2);
  padding: 0 15px;
  width: 100%; }

.col-sm-11 {
  box-sizing: border-box;
  margin-bottom: calc(15px*2);
  padding: 0 15px;
  width: 91.66667%; }

.col-sm-10 {
  box-sizing: border-box;
  margin-bottom: calc(15px*2);
  padding: 0 15px;
  width: 83.33333%; }

.col-sm-9 {
  box-sizing: border-box;
  margin-bottom: calc(15px*2);
  padding: 0 15px;
  width: 75%; }

.col-sm-8 {
  box-sizing: border-box;
  margin-bottom: calc(15px*2);
  padding: 0 15px;
  width: 66.66667%; }

.col-sm-7 {
  box-sizing: border-box;
  margin-bottom: calc(15px*2);
  padding: 0 15px;
  width: 58.33333%; }

.col-sm-6 {
  box-sizing: border-box;
  margin-bottom: calc(15px*2);
  padding: 0 15px;
  width: 50%; }

.col-sm-5 {
  box-sizing: border-box;
  margin-bottom: calc(15px*2);
  padding: 0 15px;
  width: 41.66667%; }

.col-sm-4 {
  box-sizing: border-box;
  margin-bottom: calc(15px*2);
  padding: 0 15px;
  width: 33.33333%; }

.col-sm-3 {
  box-sizing: border-box;
  margin-bottom: calc(15px*2);
  padding: 0 15px;
  width: 25%; }

.col-sm-2 {
  box-sizing: border-box;
  margin-bottom: calc(15px*2);
  padding: 0 15px;
  width: 16.66667%; }

.col-sm-1 {
  box-sizing: border-box;
  margin-bottom: calc(15px*2);
  padding: 0 15px;
  width: 8.33333%; }

@media only screen and (min-width: 768px) {
  .col-md-12 {
    box-sizing: border-box;
    margin-bottom: calc(15px*2);
    padding: 0 15px;
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .col-md-11 {
    box-sizing: border-box;
    margin-bottom: calc(15px*2);
    padding: 0 15px;
    width: 91.66667%; } }

@media only screen and (min-width: 768px) {
  .col-md-10 {
    box-sizing: border-box;
    margin-bottom: calc(15px*2);
    padding: 0 15px;
    width: 83.33333%; } }

@media only screen and (min-width: 768px) {
  .col-md-9 {
    box-sizing: border-box;
    margin-bottom: calc(15px*2);
    padding: 0 15px;
    width: 75%; } }

@media only screen and (min-width: 768px) {
  .col-md-8 {
    box-sizing: border-box;
    margin-bottom: calc(15px*2);
    padding: 0 15px;
    width: 66.66667%; } }

@media only screen and (min-width: 768px) {
  .col-md-7 {
    box-sizing: border-box;
    margin-bottom: calc(15px*2);
    padding: 0 15px;
    width: 58.33333%; } }

@media only screen and (min-width: 768px) {
  .col-md-6 {
    box-sizing: border-box;
    margin-bottom: calc(15px*2);
    padding: 0 15px;
    width: 50%; } }

@media only screen and (min-width: 768px) {
  .col-md-5 {
    box-sizing: border-box;
    margin-bottom: calc(15px*2);
    padding: 0 15px;
    width: 41.66667%; } }

@media only screen and (min-width: 768px) {
  .col-md-4 {
    box-sizing: border-box;
    margin-bottom: calc(15px*2);
    padding: 0 15px;
    width: 33.33333%; } }

@media only screen and (min-width: 768px) {
  .col-md-3 {
    box-sizing: border-box;
    margin-bottom: calc(15px*2);
    padding: 0 15px;
    width: 25%; } }

@media only screen and (min-width: 768px) {
  .col-md-2 {
    box-sizing: border-box;
    margin-bottom: calc(15px*2);
    padding: 0 15px;
    width: 16.66667%; } }

@media only screen and (min-width: 768px) {
  .col-md-1 {
    box-sizing: border-box;
    margin-bottom: calc(15px*2);
    padding: 0 15px;
    width: 8.33333%; } }

@media only screen and (min-width: 993px) {
  .col-lg-12 {
    box-sizing: border-box;
    margin-bottom: calc(15px*2);
    padding: 0 15px;
    width: 100%; } }

@media only screen and (min-width: 993px) {
  .col-lg-11 {
    box-sizing: border-box;
    margin-bottom: calc(15px*2);
    padding: 0 15px;
    width: 91.66667%; } }

@media only screen and (min-width: 993px) {
  .col-lg-10 {
    box-sizing: border-box;
    margin-bottom: calc(15px*2);
    padding: 0 15px;
    width: 83.33333%; } }

@media only screen and (min-width: 993px) {
  .col-lg-9 {
    box-sizing: border-box;
    margin-bottom: calc(15px*2);
    padding: 0 15px;
    width: 75%; } }

@media only screen and (min-width: 993px) {
  .col-lg-8 {
    box-sizing: border-box;
    margin-bottom: calc(15px*2);
    padding: 0 15px;
    width: 66.66667%; } }

@media only screen and (min-width: 993px) {
  .col-lg-7 {
    box-sizing: border-box;
    margin-bottom: calc(15px*2);
    padding: 0 15px;
    width: 58.33333%; } }

@media only screen and (min-width: 993px) {
  .col-lg-6 {
    box-sizing: border-box;
    margin-bottom: calc(15px*2);
    padding: 0 15px;
    width: 50%; } }

@media only screen and (min-width: 993px) {
  .col-lg-5 {
    box-sizing: border-box;
    margin-bottom: calc(15px*2);
    padding: 0 15px;
    width: 41.66667%; } }

@media only screen and (min-width: 993px) {
  .col-lg-4 {
    box-sizing: border-box;
    margin-bottom: calc(15px*2);
    padding: 0 15px;
    width: 33.33333%; } }

@media only screen and (min-width: 993px) {
  .col-lg-3 {
    box-sizing: border-box;
    margin-bottom: calc(15px*2);
    padding: 0 15px;
    width: 25%; } }

@media only screen and (min-width: 993px) {
  .col-lg-2 {
    box-sizing: border-box;
    margin-bottom: calc(15px*2);
    padding: 0 15px;
    width: 16.66667%; } }

@media only screen and (min-width: 993px) {
  .col-lg-1 {
    box-sizing: border-box;
    margin-bottom: calc(15px*2);
    padding: 0 15px;
    width: 8.33333%; } }

.container {
  margin: auto;
  max-width: 1314px;
  padding-left: 0;
  padding-right: 0;
  width: 100%; }
  .container::before, .container::after {
    display: none; }

.condensed-container {
  margin: 0 auto;
  max-width: 950px; }

.padding-standard {
  padding: 0 15px; }

.padding-section {
  padding: 2rem 0; }

.grid-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.grid-inner-container {
  margin: 0 -15px; }

.grid-align-center {
  -ms-flex-align: center;
      align-items: center; }

.grid-unequal-height {
  -ms-flex-align: start;
      align-items: flex-start; }

.grid-space-between {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.grid-layout-magazine .article {
  box-sizing: border-box;
  margin-bottom: calc(0*2);
  padding: 0 0;
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden; }
  .grid-layout-magazine .article.card-style-one:nth-of-type(2), .grid-layout-magazine .article.card-style-one:nth-of-type(3) {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .grid-layout-magazine .article.card-style-one:nth-of-type(2), .grid-layout-magazine .article.card-style-one:nth-of-type(3) {
        width: 48.5%; } }
  @media only screen and (min-width: 768px) {
    .grid-layout-magazine .article.card-style-one:nth-child(2) {
      margin-right: 3%; } }

.grid-layout-archive {
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .grid-layout-archive .column {
    margin-bottom: 2rem; }
    @media only screen and (min-width: 768px) {
      .grid-layout-archive .column {
        width: 48%; } }
    .grid-layout-archive .column:first-child {
      width: 100%; }
      .grid-layout-archive .column:first-child .post-title {
        font-size: 22px; }
        @media only screen and (min-width: 993px) {
          .grid-layout-archive .column:first-child .post-title {
            font-size: 30px; } }
  @media only screen and (min-width: 768px) {
    .grid-layout-archive .ajax-load-more-wrap .column:first-child {
      width: 48%; } }
  .grid-layout-archive .ajax-load-more-wrap .column:first-child .post-title {
    font-size: 22px; }

.grid-layout-magazine-archive {
  -ms-flex-pack: center;
      justify-content: center; }
  @media only screen and (min-width: 993px) {
    .grid-layout-magazine-archive {
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .grid-layout-magazine-archive .column {
    margin-bottom: 2rem;
    padding: 0 15px;
    width: 42%; }
    @media only screen and (min-width: 768px) {
      .grid-layout-magazine-archive .column {
        width: 29%; } }
    @media only screen and (min-width: 993px) {
      .grid-layout-magazine-archive .column {
        width: 16%; } }
    .grid-layout-magazine-archive .column:first-child {
      width: 100%; }

.grid-layout-category .column {
  box-sizing: border-box;
  margin-bottom: calc(15px*2);
  padding: 0 15px;
  width: 50%; }
  .grid-layout-category .column:first-of-type {
    box-sizing: border-box;
    margin-bottom: calc(15px*2);
    padding: 0 15px;
    width: 100%; }

.grid-layout-taxonomy {
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .grid-layout-taxonomy .column {
    box-sizing: border-box;
    margin-bottom: 2rem;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .grid-layout-taxonomy .column {
        width: 48%; } }

.grid-layout-radar-sweep .column {
  box-sizing: border-box;
  margin: 15px; }
  @media only screen and (min-width: 993px) {
    .grid-layout-radar-sweep .column {
      width: calc(33.33% - 30px); } }

body {
  background: #f4f5f6;
  margin: 0;
  padding: 0; }

.col-body {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%; }
  @media only screen and (min-width: 993px) {
    .col-body {
      width: 71%; } }

.col-sidebar {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%; }
  @media only screen and (min-width: 993px) {
    .col-sidebar {
      width: 29%; } }

.col-float-right {
  margin-left: auto; }

.col-no-margin {
  margin-bottom: 0; }

.col-no-pad-left {
  padding-left: 0; }

.col-no-pad-right {
  padding-right: 0; }

.col-no-pad {
  padding: 0; }

.listing-margin {
  margin: 2rem 0; }
  .listing-margin:first-of-type {
    margin-top: 0; }

.col-responsive-image img {
  height: auto;
  width: 100%; }

.background-white {
  background: #fff; }

.background-gray {
  background: #f4f5f6; }

.background-blue {
  background: #d3def4; }

.background-gradient-blue {
  background: linear-gradient(225deg, #283942 0%, #182635 100%); }

.card-style-one {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  overflow: hidden; }
  .card-style-one:first-child .teaser-background-image {
    min-height: 300px; }
    @media only screen and (min-width: 993px) {
      .card-style-one:first-child .teaser-background-image {
        min-height: 375px; } }
  @media only screen and (min-width: 993px) {
    .card-style-one:hover .teaser-background-image, .card-style-one:active .teaser-background-image, .card-style-one:focus .teaser-background-image {
      background-size: cover;
      -ms-transform: translateY(-2.5%) scale(1.05);
          transform: translateY(-2.5%) scale(1.05); } }
  @media only screen and (min-width: 993px) {
    .card-style-one:hover .teaser-background-image .content, .card-style-one:active .teaser-background-image .content, .card-style-one:focus .teaser-background-image .content {
      -ms-transform: scale(0.95238) translate(0px, 2.5%);
          transform: scale(0.95238) translate(0px, 2.5%); } }
  .card-style-one .content {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 22%, rgba(0, 0, 0, 0.75) 52%, rgba(0, 0, 0, 0.85) 100%);
    color: #d3def4;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 1.5rem;
    transition: all .5s ease; }
  .card-style-one .post-title {
    font-size: 22px;
    line-height: 120%;
    margin: 0 0 1rem; }
    @media only screen and (min-width: 993px) {
      .card-style-one .post-title {
        font-size: 25px; } }
    .card-style-one .post-title a {
      color: #fff;
      text-decoration: none; }
  .card-style-one .post-excerpt {
    color: #616a6d;
    font-size: 18px;
    line-height: 26px;
    padding: 1rem; }
  .card-style-one .teaser-background-image {
    -ms-flex-align: end;
        align-items: flex-end;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px 5px 0 0;
    display: -ms-flexbox;
    display: flex;
    min-height: 300px;
    position: relative;
    transition: all .5s ease; }
    .card-style-one .teaser-background-image .block-label {
      margin-left: 10px; }
    @media only screen and (min-width: 993px) {
      .card-style-one .teaser-background-image {
        min-height: 375px; } }
    .card-style-one .teaser-background-image .content {
      width: 100%; }
  .card-style-one .author-link {
    color: #d3def4;
    text-decoration: none; }
    .card-style-one .author-link:hover, .card-style-one .author-link:active, .card-style-one .author-link:focus {
      text-decoration: underline; }

.card-style-two .post-title {
  font-size: 22px;
  margin: 0 0 1rem; }
  @media only screen and (min-width: 768px) {
    .card-style-two .post-title {
      font-size: 25px; } }
  .card-style-two .post-title a {
    color: #283942;
    text-decoration: none; }
  .card-style-two .post-title:hover, .card-style-two .post-title:active, .card-style-two .post-title:focus {
    text-decoration: underline; }

.card-style-two .post-excerpt {
  color: #616a6d;
  font-size: 18px;
  line-height: 26px; }

.card-style-two .post-author {
  color: #616a6d;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: .5rem; }

.card-style-two .author-link {
  color: #616a6d;
  text-decoration: none; }
  .card-style-two .author-link:hover, .card-style-two .author-link:active, .card-style-two .author-link:focus {
    text-decoration: underline; }

.card-style-two img {
  border-radius: 5px;
  height: auto;
  width: 100%; }

.card-style-three {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  transition: box-shadow .25s ease; }
  .card-style-three:hover, .card-style-three:active, .card-style-three:focus {
    box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.4); }
  .card-style-three .post-title {
    font-family: "Lora", serif;
    font-size: 20px;
    line-height: 110%;
    margin: 0 0 1rem; }
    .card-style-three .post-title a {
      color: #283942;
      text-decoration: none; }
    .card-style-three .post-title:hover, .card-style-three .post-title:active, .card-style-three .post-title:focus {
      text-decoration: underline; }
  .card-style-three .post-content {
    color: #415c8c;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700; }
    .card-style-three .post-content a {
      color: #415c8c; }

.card-style-four {
  margin: 1rem 0; }

.card-style-radar-sweep .post-excerpt {
  color: #616a6d;
  font-family: "Lora", serif;
  font-size: 18px;
  font-weight: 400; }

.card-style-radar-sweep .post-subheading {
  color: #004889;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700; }

.card-style-accent {
  background: #182635;
  border-radius: 5px;
  transition: background .25s ease; }
  .card-style-accent:hover, .card-style-accent:active, .card-style-accent:focus {
    background: #080d12; }
  .card-style-accent .post-title {
    font-family: "Lora", serif;
    font-size: 20px;
    line-height: 110%; }
    .card-style-accent .post-title:hover, .card-style-accent .post-title:active, .card-style-accent .post-title:focus {
      text-decoration: underline; }
    .card-style-accent .post-title a {
      color: #fff;
      text-decoration: none; }
  .card-style-accent .post-subheading {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700; }
  .card-style-accent .post-excerpt {
    color: #fff; }

.card-style-label {
  padding: 2rem 1rem 1rem; }
  .card-style-label .post-title {
    margin: 1rem 0; }

.card-style-image {
  margin-bottom: 1rem; }
  .card-style-image img {
    height: auto;
    width: 100%; }
  .card-style-image .post-title {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    margin: 0;
    text-align: center; }
    .card-style-image .post-title a {
      text-decoration: none; }
      .card-style-image .post-title a:hover, .card-style-image .post-title a:active, .card-style-image .post-title a:focus {
        text-decoration: underline; }

.card-style-featured-image {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .card-style-featured-image {
      width: 48%; } }
  .card-style-featured-image:first-child {
    width: 100%; }

.alm-reveal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.header-magazine {
  overflow: hidden;
  position: relative; }
  .header-magazine::before {
    background: rgba(24, 38, 53, 0.7);
    bottom: 0;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1; }
  .header-magazine .description {
    padding-top: 3rem;
    position: relative;
    z-index: 1; }
    .header-magazine .description::before {
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 22%, rgba(0, 0, 0, 0.75) 52%, rgba(0, 0, 0, 0.85) 79%);
      bottom: 0;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
      z-index: -1; }
      @media only screen and (min-width: 768px) {
        .header-magazine .description::before {
          display: none; } }
    @media only screen and (min-width: 768px) {
      .header-magazine .description {
        padding-top: 0; } }
  .header-magazine .header-title,
  .header-magazine .issue-volume {
    color: #fff;
    margin: 0 0 1rem;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .header-magazine .header-title,
      .header-magazine .issue-volume {
        text-align: left; } }
  .header-magazine .header-title {
    font-size: 30px; }
    @media only screen and (min-width: 768px) {
      .header-magazine .header-title {
        font-size: 35px; } }
    @media only screen and (min-width: 993px) {
      .header-magazine .header-title {
        font-size: 45px; } }
  .header-magazine .issue-volume {
    border-bottom: 2px solid #aeb4b7;
    font-size: 20px;
    padding-bottom: 1rem; }
    @media only screen and (min-width: 768px) {
      .header-magazine .issue-volume {
        font-size: 25px; } }
    @media only screen and (min-width: 993px) {
      .header-magazine .issue-volume {
        font-size: 35px; } }
  .header-magazine .post-thumbnail {
    padding-right: 3rem; }
  .header-magazine .button-header-link {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-right: 1rem;
    text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .header-magazine .button-header-link {
        font-size: 20px; } }
    .header-magazine .button-header-link:last-child {
      margin-right: 0; }
    .header-magazine .button-header-link.digital-download {
      display: none; }
      @media only screen and (min-width: 993px) {
        .header-magazine .button-header-link.digital-download {
          display: block; } }
  .header-magazine .icon {
    display: inline-block;
    font-size: 1.5rem;
    margin-right: .5rem;
    vertical-align: middle; }

.cover-image-rotated {
  position: relative;
  z-index: 10; }
  .cover-image-rotated img {
    height: auto;
    -ms-transform: rotate(13deg);
        transform: rotate(13deg);
    width: 100%; }
    @media only screen and (min-width: 993px) {
      .cover-image-rotated img {
        margin-bottom: -5rem; } }

.single-issue .trending-stories {
  background: #fff;
  border-radius: 5px; }
  .single-issue .trending-stories img {
    height: auto;
    width: 100%; }

.issue-page-articles {
  padding-top: 2rem; }

.type-issue.display-teaser img {
  height: auto;
  width: 100%; }

.type-issue.display-teaser .post-title {
  font-size: 18px;
  text-align: center; }
  .type-issue.display-teaser .post-title a {
    color: #004889;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-decoration: none; }

.section-magazine-archive {
  padding: 2rem 0; }
  .section-magazine-archive .block-title {
    margin: 0; }
  .section-magazine-archive .button-link-arrow {
    margin-top: 0;
    padding-top: 0; }

@media only screen and (min-width: 768px) {
  .post-type-archive-issue .title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; } }

@media only screen and (min-width: 993px) {
  .post-type-archive-issue .title-wrapper {
    display: block; } }

@media only screen and (min-width: 1450px) {
  .post-type-archive-issue .title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; } }

.post-type-archive-issue .year {
  background: #fff;
  border: none;
  box-shadow: 0 0 5px -2px #ccc;
  color: #747f84;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  height: 40px;
  margin-bottom: 25px;
  padding: 0 8px;
  position: static;
  width: 260px; }
  @media only screen and (min-width: 993px) {
    .post-type-archive-issue .year {
      height: 60px;
      padding: 0 10px;
      width: 400px;
      font-size: 20px; } }

.post-type-archive-issue .select-container {
  position: relative;
  width: 260px; }
  @media only screen and (min-width: 768px) {
    .post-type-archive-issue .select-container {
      margin-left: auto;
      margin-top: 35px; } }
  @media only screen and (min-width: 993px) {
    .post-type-archive-issue .select-container {
      margin: 0;
      width: 400px; } }
  @media only screen and (min-width: 1450px) {
    .post-type-archive-issue .select-container {
      margin-left: auto;
      margin-top: 35px; } }
  .post-type-archive-issue .select-container::after {
    background: #fff;
    bottom: 40px;
    content: "\e900";
    color: #182635;
    display: block;
    font-family: "icomoon";
    font-size: 10px;
    font-weight: normal;
    pointer-events: none;
    position: absolute;
    right: 3px;
    width: 25px; }
    @media only screen and (min-width: 993px) {
      .post-type-archive-issue .select-container::after {
        bottom: 50px;
        font-size: 12px;
        right: 4px;
        width: 33px; } }

.post-type-archive-issue .issue-header-wrapper h3 {
  margin-top: 0; }

.post-type-archive-issue .issue-header-wrapper .return-link {
  color: #0073ea;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
  text-align: center;
  text-decoration: none; }
  .post-type-archive-issue .issue-header-wrapper .return-link::before {
    content: "\e900";
    color: #0073ea;
    display: block;
    font-family: "icomoon";
    font-size: 8px;
    font-weight: normal;
    left: 0;
    position: absolute;
    top: 6px;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
  @media only screen and (min-width: 481px) {
    .post-type-archive-issue .issue-header-wrapper .return-link {
      margin-bottom: 0;
      margin-left: auto;
      margin-top: 12px; } }

@media only screen and (min-width: 481px) {
  .post-type-archive-issue .issue-header-wrapper {
    -ms-flex-align: start;
        align-items: start;
    display: -ms-flexbox;
    display: flex; } }

.post-type-archive-issue .issue {
  box-sizing: border-box;
  margin-bottom: calc(15px*2);
  padding: 0 15px;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .post-type-archive-issue .issue {
      box-sizing: border-box;
      margin-bottom: calc(15px*2);
      padding: 0 15px;
      width: 33.33333%; } }
  .post-type-archive-issue .issue img {
    box-shadow: -7px 0 5px -2px #ccc;
    height: auto;
    width: 100%; }
  .post-type-archive-issue .issue .post-title {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    margin: 0;
    text-align: center; }
    .post-type-archive-issue .issue .post-title a {
      text-decoration: none; }

.posts-navigation {
  width: 100%; }

.magazine-buttons {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  @media only screen and (min-width: 768px) {
    .magazine-buttons {
      -ms-flex-pack: left;
          justify-content: left; } }
  .magazine-buttons .at-resp-share-element .at-share-btn {
    color: #fff !important;
    font-size: 20px !important; }
    .magazine-buttons .at-resp-share-element .at-share-btn::after {
      content: 'Share' !important; }
  .magazine-buttons .button-header-link:hover .icon, .magazine-buttons .button-header-link:active .icon, .magazine-buttons .button-header-link:focus .icon {
    -ms-transform: scale(1.15);
        transform: scale(1.15); }
  .magazine-buttons .button-header-link .icon {
    font-weight: 400;
    transition: transform .25s ease; }

.page-template-single-issue .sidebar .trending-stories {
  background: #fff; }

.sidebar {
  overflow: hidden;
  padding-bottom: 2rem;
  padding-top: 2rem; }
  .sidebar .article-trending-stories {
    margin: 1rem 0;
    width: 100%; }
    .sidebar .article-trending-stories .post-title {
      box-sizing: border-box;
      font-size: 20px;
      line-height: 115%;
      margin: 0;
      padding-left: 1rem; }
      @media only screen and (min-width: 993px) {
        .sidebar .article-trending-stories .post-title {
          font-size: 16px; } }
      .sidebar .article-trending-stories .post-title a {
        color: #283942;
        font-family: "Lora", serif;
        text-decoration: none; }
    .sidebar .article-trending-stories .image-wrapper {
      display: block; }
      .sidebar .article-trending-stories .image-wrapper img {
        border-radius: 5px;
        height: auto;
        margin: 0;
        width: 100%; }
  .sidebar .trending-stories {
    border-radius: 5px;
    padding: 1.5rem; }

.sidebar-block {
  margin-bottom: 2rem; }

.block-subscribe {
  background: linear-gradient(225deg, #283942 0%, #182635 100%);
  border-radius: 5px;
  box-shadow: 1px 1px 5px 0 rgba(116, 127, 132, 0.2);
  margin-bottom: 2rem;
  padding: 1.5rem; }
  .block-subscribe .button {
    display: block;
    text-align: center; }
  .block-subscribe .block-title {
    font-size: 28px;
    margin-top: 0;
    text-align: left; }
  .block-subscribe p,
  .block-subscribe h3 {
    color: #fff; }
  .block-subscribe p {
    font-size: 20px; }

.search .trending-stories {
  background: #fff; }

.search .post-title br {
  display: none; }

.type-post.display-homepage-teaser {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 2rem; }
  .type-post.display-homepage-teaser .post-title:hover, .type-post.display-homepage-teaser .post-title:active, .type-post.display-homepage-teaser .post-title:focus {
    text-decoration: underline; }

.type-article.display-homepage-teaser img {
  border-radius: 5px;
  height: auto;
  width: 100%; }

.type-article.display-homepage-teaser .post-title {
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 .5rem;
  line-height: 35px; }
  .type-article.display-homepage-teaser .post-title a {
    color: #283942;
    text-decoration: none; }
    .type-article.display-homepage-teaser .post-title a:hover, .type-article.display-homepage-teaser .post-title a:active, .type-article.display-homepage-teaser .post-title a:focus {
      text-decoration: underline; }

.type-article.display-homepage-teaser .post-excerpt {
  margin: 0; }

.single-post.scroll-disabled {
  overflow: hidden; }

.single-post .lightbox {
  background: rgba(1, 10, 21, 0.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5; }
  .single-post .lightbox .wrapper {
    margin: 60px auto 0 auto;
    width: 80%;
    max-width: 1080px; }
  .single-post .lightbox .collapse {
    color: #fff;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: right; }
  .single-post .lightbox .icon::after {
    border: 2px solid #fff;
    border-radius: 30px;
    content: "\e909";
    display: inline-block;
    font-family: "icomoon";
    font-size: 13px;
    font-weight: bold;
    padding: 8px;
    margin-left: 15px; }
  .single-post .lightbox .expanded-img {
    opacity: 0;
    -ms-transform: scaleY(0);
        transform: scaleY(0);
    transition: all .3s ease;
    width: 100%; }
    .single-post .lightbox .expanded-img.opened {
      opacity: 1;
      -ms-transform: scaleY(1);
          transform: scaleY(1); }

.single-post .banner-wrapper {
  overflow: hidden;
  position: relative; }

.single-post .background-image::before {
  background: rgba(0, 46, 94, 0.6);
  bottom: 0;
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1; }

.single-post .body-wrapper {
  background: #fff;
  z-index: 3; }
  @media only screen and (min-width: 993px) {
    .single-post .body-wrapper {
      padding: 2rem 2rem 0; } }
  @media only screen and (min-width: 993px) {
    .single-post .body-wrapper.post-with-banner {
      margin-top: -5rem; } }

.single-post .post-title {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 993px) {
    .single-post .post-title {
      font-size: 65px;
      line-height: 80px;
      margin-top: 0; } }

.single-post .author-date {
  color: #616a6d;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700; }

.single-post .author-link {
  color: #616a6d;
  text-decoration: none; }
  .single-post .author-link:hover, .single-post .author-link:active, .single-post .author-link:focus {
    text-decoration: underline; }

.single-post .site-content {
  background: #fff; }

.single-post .post-thumbnail {
  box-sizing: border-box;
  position: relative;
  z-index: 2; }
  .single-post .post-thumbnail .icon-expand {
    display: none; }
  @media only screen and (min-width: 993px) {
    .single-post .post-thumbnail {
      padding-left: 2rem;
      padding-right: 15px;
      width: 70%; }
      .single-post .post-thumbnail.expandable::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 52%, rgba(0, 0, 0, 0.75) 72%, rgba(0, 0, 0, 0.85) 100%);
        bottom: 0;
        content: '';
        display: block;
        height: 130px;
        left: 2rem;
        opacity: .6;
        position: absolute;
        right: 15px; }
      .single-post .post-thumbnail.expandable .icon {
        -ms-flex-align: center;
            align-items: center;
        bottom: 37px;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        font-family: "Roboto", sans-serif;
        font-size: 20px;
        font-weight: 700;
        margin-top: 1rem;
        position: absolute;
        right: 80px;
        text-decoration: none;
        z-index: 3; }
        .single-post .post-thumbnail.expandable .icon::before {
          font-weight: normal;
          font-size: 42px;
          margin-right: 20px;
          transition: all .2s ease; }
        .single-post .post-thumbnail.expandable .icon:hover::before {
          font-size: 47px; } }
  .single-post .post-thumbnail img {
    height: auto;
    margin-bottom: -4px;
    width: 100%; }

.single-post .caption {
  box-sizing: border-box;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 22px;
  padding: 1rem;
  position: relative; }
  @media only screen and (min-width: 993px) {
    .single-post .caption {
      background-color: transparent;
      border-right: 3px solid #fff;
      margin-bottom: 6rem;
      padding-bottom: .5rem;
      padding-right: 1rem;
      width: 30%; } }
  .single-post .caption::after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: -18px;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 0; }

.single-post .banner-content {
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 993px) {
    .single-post .banner-content {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .single-post .banner-content.post-no-caption {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }

.author-link {
  color: #949da0;
  text-decoration: none; }
  .author-link:hover, .author-link:active, .author-link:focus {
    text-decoration: underline; }

.flag-label {
  color: #004889;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.flag-label-article {
  padding-bottom: 1rem;
  padding-left: 3rem;
  position: relative; }
  .flag-label-article::before {
    background: #004889;
    content: '';
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 35px; }

.category-items {
  border-top: 4px solid #f4f5f6;
  margin-top: 3rem;
  padding: 1.5rem 0;
  text-align: center; }
  .category-items .item {
    display: inline-block;
    margin-right: 1rem; }
    .category-items .item:last-child {
      margin-right: 0; }
    .category-items .item a {
      border: 2px solid #002e5e;
      border-radius: 5px;
      color: #002e5e;
      display: block;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-weight: 900;
      padding: .5rem 2rem;
      text-decoration: none;
      transition: background .25s ease, color .25s ease; }
      .category-items .item a:hover, .category-items .item a:active, .category-items .item a:focus {
        background: #002e5e;
        color: #fff; }

.related-content {
  margin-bottom: 0;
  padding-bottom: 4rem;
  padding-top: 2rem; }
  .related-content .block-title {
    margin-top: 0; }

.related-content-teaser .internal-wrapper {
  border-radius: 5px;
  color: #616a6d;
  font-family: "Lora", serif;
  font-size: 18px;
  line-height: 26px;
  padding: 1rem; }

.related-content-teaser .image-wrapper {
  -ms-flex-align: end;
      align-items: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 325px; }

.related-content-teaser .title-wrapper {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 22%, rgba(0, 0, 0, 0.75) 52%, rgba(0, 0, 0, 0.85) 100%);
  padding: 1rem;
  width: 100%; }

.related-content-teaser .post-thumbnail,
.related-content-teaser .internal-wrapper {
  background: #fff; }

.related-content-teaser .post-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: .5rem; }
  .related-content-teaser .post-title a {
    color: #fff;
    text-decoration: none; }

.related-content-teaser .date {
  color: #d3def4;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700; }

.related-content-teaser img {
  height: auto;
  width: 100%; }

.block-title {
  color: #182635;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .block-title {
      font-size: 45px; } }

.sidebar-title {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  padding: 0; }

.article-full-content {
  position: relative;
  z-index: 3; }
  @media only screen and (min-width: 993px) {
    .article-full-content.post-with-banner {
      margin-top: -10rem; } }
  .article-full-content.article-legacy-layout {
    padding-top: 2rem; }
  .article-full-content .date-author-wrapper {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 15px; }
    @media only screen and (min-width: 768px) {
      .article-full-content .date-author-wrapper {
        font-size: 20px; } }
  .article-full-content .author {
    border-right: 1px solid #616a6d;
    color: #949da0;
    line-height: 120%;
    margin-right: .5rem;
    max-width: 50%;
    padding-right: .5rem; }
  .article-full-content .date {
    color: #004889; }
  .article-full-content .post-title {
    margin-top: 0; }
  .article-full-content .site-main {
    background: #fff; }
    @media only screen and (min-width: 993px) {
      .article-full-content .site-main {
        padding: 1rem 2rem; } }
  .article-full-content .tooltip {
    color: #fff;
    font-size: 16px;
    margin: -5px -15px 0;
    position: relative; }
    @media only screen and (min-width: 993px) {
      .article-full-content .tooltip {
        margin: auto;
        padding: 1rem 0; } }
    .article-full-content .tooltip:hover {
      cursor: pointer; }
      .article-full-content .tooltip:hover .caption {
        display: block; }
    .article-full-content .tooltip .label {
      display: none;
      font-family: "Roboto", sans-serif;
      font-weight: 700; }
      @media only screen and (min-width: 993px) {
        .article-full-content .tooltip .label {
          display: block; } }
      .article-full-content .tooltip .label::before {
        margin-right: .5rem; }
  .article-full-content .caption {
    background: rgba(0, 0, 0, 0.8);
    font-family: "Roboto", sans-serif;
    margin-bottom: 1.5rem;
    padding: 1rem; }
    @media only screen and (min-width: 993px) {
      .article-full-content .caption {
        bottom: 100%;
        display: none;
        left: -15px;
        margin-bottom: 1.5rem;
        max-width: 80%;
        position: absolute; } }
    .article-full-content .caption::after {
      border-color: rgba(0, 0, 0, 0.8) transparent transparent;
      border-style: solid;
      border-width: 10px 10px 0;
      bottom: -10px;
      content: '';
      display: none;
      height: 0;
      left: 10px;
      position: absolute;
      width: 0; }
      @media only screen and (min-width: 993px) {
        .article-full-content .caption::after {
          display: block; } }
  .article-full-content .post-body {
    padding: 0 2rem; }

.post-body .wp-block-button {
  margin-bottom: 3rem; }

.post-template-default .post-body p img,
.post-template-default .post-body div img {
  height: auto;
  max-width: 100%; }
  @media only screen and (max-width: 768px) {
    .post-template-default .post-body p img,
    .post-template-default .post-body div img {
      height: auto;
      width: 100%; } }

.article-template-default .post-body img {
  display: block;
  margin: 1rem auto;
  max-width: 100%; }

.article-template-default .post-body figure {
  height: auto;
  margin: 0;
  width: 100%; }
  .article-template-default .post-body figure.alignleft {
    margin-right: 15px; }
  @media only screen and (min-width: 993px) {
    .article-template-default .post-body figure {
      width: auto; } }

.article-legacy-layout {
  margin: auto; }
  @media only screen and (min-width: 993px) {
    .article-legacy-layout {
      max-width: 1150px; } }
  .article-legacy-layout .inline-image {
    color: #616a6d;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    height: auto;
    text-align: left;
    width: 100%; }
    @media only screen and (min-width: 993px) {
      .article-legacy-layout .inline-image {
        clear: right;
        float: right;
        margin: 0;
        max-width: 40%;
        padding-left: 15px;
        width: auto; } }
    .article-legacy-layout .inline-image img {
      margin: 0 auto;
      max-width: 100%; }
    .article-legacy-layout .inline-image strong {
      display: block; }
  .article-legacy-layout .site-main {
    padding-left: 15px;
    padding-right: 15px; }
  .article-legacy-layout.post-body {
    padding-bottom: 2rem; }

.wp-block-quote {
  margin: 2rem 0;
  position: relative; }
  @media only screen and (min-width: 993px) {
    .wp-block-quote {
      margin: 2rem -6rem; } }
  .wp-block-quote p:before {
    content: "";
    font-family: "icomoon"; }
  @media only screen and (min-width: 768px) {
    .wp-block-quote p {
      font-size: 25px;
      line-height: 120%; } }
  .wp-block-quote p::before {
    color: #002e5e;
    font-size: 2rem;
    left: 1rem;
    position: absolute;
    top: -.5rem; }
    @media only screen and (min-width: 768px) {
      .wp-block-quote p::before {
        font-size: 3rem;
        left: 1rem;
        top: 0; } }
    @media only screen and (min-width: 993px) {
      .wp-block-quote p::before {
        font-size: 5rem;
        left: 2rem; } }

.single-article .site-content {
  background: #fff; }

.single-article .banner-wrapper .post-thumbnail {
  width: 100%; }
  .single-article .banner-wrapper .post-thumbnail img {
    height: auto;
    width: 100%; }

.owl-carousel .owl-stage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.owl-carousel .owl-item {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  width: 100%; }

.owl-carousel .owl-nav {
  bottom: 10px;
  left: 0;
  position: absolute;
  right: 0; }
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    color: #fff;
    font-size: 1.5rem;
    position: absolute; }
  .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
  .owl-carousel .owl-nav button.owl-next {
    right: 0;
    -ms-transform: rotate(270deg);
        transform: rotate(270deg); }

.owl-carousel .owl-stage-outer {
  margin-bottom: 2rem; }

.progress-bar {
  background: #002e5e;
  border-radius: 5px;
  display: block;
  height: 6px; }

.slide-state .wrapper {
  background: #fff;
  border-radius: 5px;
  margin: 0 5rem; }

.button-comments {
  font-size: 18px;
  padding: 1.5rem 2rem; }
  .button-comments .icon {
    float: right;
    transition: transform .25s ease; }
  .button-comments.open .icon {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

.comments {
  padding-bottom: 2rem; }

.page .trending-stories {
  background: #fff; }

.page-template .col-body p img {
  height: auto;
  max-width: 100%; }

.single-airframe img {
  height: auto;
  margin-bottom: 2rem;
  width: 100%; }

.single-airframe .trending-stories {
  background: #fff; }

.archive .trending-stories {
  background: #fff; }

@media only screen and (min-width: 993px) {
  .archive.category .sidebar {
    padding-top: 0; } }

.archive.category .sidebar .ad-wrapper:first-of-type .textwidget {
  margin-top: 0; }

.archive.category .site-main .ad-wrapper {
  margin-bottom: 2rem; }

@media only screen and (min-width: 993px) {
  .page-template-page-news .sidebar {
    padding-top: 0; } }

.page-template-page-news .sidebar .ad-wrapper:first-of-type .textwidget {
  margin-top: 0; }

.page-template-page-news .site-main .ad-wrapper {
  margin-bottom: 2rem; }

.archive-page-header {
  -ms-flex-align: center;
      align-items: center;
  background-position: center;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 2rem;
  min-height: 300px;
  padding: 2rem 1rem;
  position: relative;
  text-align: center; }
  .archive-page-header::before {
    background: rgba(24, 38, 53, 0.5);
    bottom: 0;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1; }
  .archive-page-header h1 {
    color: #fff;
    position: relative;
    z-index: 1; }

.section-link {
  font-size: 35px;
  text-decoration: none;
  width: 100%; }

.section-wrapper {
  border-bottom: 4px solid #e0e1e2;
  padding-bottom: 2rem; }

.button-document-archive-years {
  font-family: "Lora", serif;
  font-size: 25px; }

.button-jump-link {
  font-weight: 700;
  text-decoration: none; }

.daily-report-display-full .date-primary {
  color: #004889;
  font-family: "Lora", serif;
  font-size: 22px;
  font-weight: 700;
  padding: 1rem 0; }

.report-header {
  padding: 2rem 0; }
  .report-header img {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .report-header img {
        width: 400px; } }

.section-radar-sweep {
  padding: 2rem 0;
  width: 100%; }
  .section-radar-sweep .section-title {
    color: #182635;
    font-size: 30px;
    margin: 0 0 1rem;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .section-radar-sweep .section-title {
        font-size: 45px; } }

.text-overlay-light {
  padding: 1.5rem;
  position: relative; }
  .text-overlay-light::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.59) 22%, rgba(255, 255, 255, 0.75) 52%, rgba(255, 255, 255, 0.85) 100%);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }

.airframe-full-image .post-title {
  color: #283942;
  font-family: "Lora", serif;
  font-size: 25px;
  font-weight: 700;
  margin: 1rem 0; }

.airframe-full-image .content {
  position: relative;
  z-index: 5; }

.airframe-full-image .post-content {
  color: #283942;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 1.5rem; }

.airframe-full-image .button-airframe {
  font-size: 16px;
  text-align: center;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .airframe-full-image .button-airframe {
      text-align: left;
      width: auto; } }
  .airframe-full-image .button-airframe:first-of-type {
    margin-bottom: 1rem; }
    @media only screen and (min-width: 768px) {
      .airframe-full-image .button-airframe:first-of-type {
        margin-bottom: 0;
        margin-right: 1rem; } }

.airframe-full-image .button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.airframe-full-image img {
  height: auto;
  width: 100%; }

.airframe-full-image .inner-wrapper {
  position: relative; }

.airframe-full-image .cropped-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.flag-label-one-more-thing {
  color: #fdb44b;
  font-size: 16px;
  font-weight: 700;
  padding-left: 2rem;
  position: relative; }
  .flag-label-one-more-thing::before {
    background: #fdb44b;
    content: '';
    display: block;
    height: 4px;
    left: -1rem;
    position: absolute;
    top: 8px;
    width: 35px; }

.flag-label-sub-required {
  padding-left: 3rem;
  position: relative; }
  .flag-label-sub-required::before {
    background: #004889;
    content: '';
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 35px; }

.report-tools {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media only screen and (min-width: 1201px) {
    .report-tools {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.airpower-banner {
  width: 100%; }
  .airpower-banner .banner-title {
    margin: 1rem 0; }
  .airpower-banner .banner-text {
    color: #fff;
    display: block;
    font-family: "Lora", serif;
    font-size: 18px; }
  .airpower-banner .flag-label-one-more-thing {
    padding-left: 3rem; }
    .airpower-banner .flag-label-one-more-thing::before {
      left: 0; }
  .airpower-banner .banner-date {
    color: #d3def4;
    font-family: "Lora", serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 1rem; }
    @media only screen and (min-width: 768px) {
      .airpower-banner .banner-date {
        font-size: 32px; } }

.daily-report-date-box {
  background: #fff;
  box-shadow: 1px 1px 5px 0 rgba(116, 127, 132, 0.2);
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  z-index: 2; }
  @media only screen and (min-width: 1201px) {
    .daily-report-date-box {
      width: auto; } }
  .daily-report-date-box .date-picker {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%; }
  .daily-report-date-box .hasDatepicker {
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 15px;
    padding: 1rem .5rem;
    width: 100%;
    z-index: 2; }
    @media only screen and (min-width: 768px) {
      .daily-report-date-box .hasDatepicker {
        font-size: 18px;
        padding: 1rem; } }
    @media only screen and (min-width: 1201px) {
      .daily-report-date-box .hasDatepicker {
        min-width: 275px; } }
  .daily-report-date-box .icon {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    color: #0073ea;
    font-size: 1rem;
    padding: 0 .5rem;
    position: absolute;
    right: 0; }
    @media only screen and (min-width: 768px) {
      .daily-report-date-box .icon {
        font-size: 2rem; } }
  .daily-report-date-box .submit {
    background: #0073ea;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    position: relative;
    transition: background .25s ease;
    width: 60px;
    z-index: 3; }
    .daily-report-date-box .submit:hover, .daily-report-date-box .submit:active, .daily-report-date-box .submit:focus {
      background: #005ab7; }

.site {
  background: #f4f5f6; }

.daily-content-topline {
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .daily-content-topline .type-post {
    margin-bottom: 2rem;
    width: 100%; }
    .daily-content-topline .type-post:nth-child(1) {
      width: 100%; }
      @media only screen and (min-width: 993px) {
        .daily-content-topline .type-post:nth-child(1) .teaser-background-image {
          min-height: 425px; } }
      @media only screen and (min-width: 993px) {
        .daily-content-topline .type-post:nth-child(1) .post-title {
          font-size: 30px; } }
    @media only screen and (min-width: 768px) {
      .daily-content-topline .type-post:nth-child(2), .daily-content-topline .type-post:nth-child(3) {
        width: 48%; } }
    @media only screen and (min-width: 993px) {
      .daily-content-topline .type-post:nth-child(2), .daily-content-topline .type-post:nth-child(3) {
        margin-bottom: 2rem; } }
    .daily-content-topline .type-post .post-title {
      font-size: 22px;
      line-height: 120%;
      margin: 0 0 1rem; }
      @media only screen and (min-width: 993px) {
        .daily-content-topline .type-post .post-title {
          font-size: 25px; } }
      .daily-content-topline .type-post .post-title a {
        color: #fff;
        text-decoration: none; }
    .daily-content-topline .type-post .content {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 22%, rgba(0, 0, 0, 0.75) 52%, rgba(0, 0, 0, 0.85) 100%);
      border-radius: 5px;
      color: #d3def4;
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      font-weight: 700;
      padding: 1.5rem;
      width: 100%; }
  .daily-content-topline .author-link {
    color: #d3def4;
    text-decoration: none; }
    .daily-content-topline .author-link:hover, .daily-content-topline .author-link:active, .daily-content-topline .author-link:focus {
      text-decoration: underline; }

.daily-content-secondary:last-child {
  margin-bottom: 0; }

.daily-content-secondary .type-post {
  background-image: none !important;
  padding: 1rem; }
  .daily-content-secondary .type-post .post-title {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 .5rem; }
    .daily-content-secondary .type-post .post-title a {
      color: #283942;
      text-decoration: none; }
  .daily-content-secondary .type-post .content {
    color: #415c8c;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700; }

.daily-content-secondary .author-link {
  color: #415c8c;
  text-decoration: none; }
  .daily-content-secondary .author-link:hover, .daily-content-secondary .author-link:active, .daily-content-secondary .author-link:focus {
    text-decoration: underline; }

.daily-content {
  padding: 0 0 1rem; }
  @media only screen and (min-width: 768px) {
    .daily-content {
      padding: 3rem 0 1rem; } }
  .daily-content > .grid-container {
    -ms-flex-align: start;
        align-items: flex-start; }

.magazine-content {
  padding: 3rem 0; }
  @media only screen and (min-width: 993px) {
    .magazine-content > .grid-container {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; } }

.content-area {
  width: 100%; }

.magazine-content-issue {
  overflow: hidden;
  position: relative; }
  .magazine-content-issue::before {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 22%, rgba(0, 0, 0, 0.75) 52%, rgba(0, 0, 0, 0.85) 79%);
    bottom: 25%;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    z-index: 1; }
    @media only screen and (min-width: 768px) {
      .magazine-content-issue::before {
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 22%, rgba(0, 0, 0, 0.55) 52%, rgba(0, 0, 0, 0.85) 100%);
        bottom: 0;
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); } }
  .magazine-content-issue .date {
    color: #fff;
    font-size: 22px;
    font-weight: 700; }
  .magazine-content-issue .image-wrapper {
    -ms-flex-align: center;
        align-items: center;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    max-height: 200px;
    padding-top: 3rem;
    position: absolute; }
    @media only screen and (min-width: 768px) {
      .magazine-content-issue .image-wrapper {
        bottom: auto;
        max-height: none;
        padding-top: 0;
        position: static; } }
  .magazine-content-issue .button-wrapper {
    bottom: 1rem;
    position: absolute; }
    @media only screen and (min-width: 768px) {
      .magazine-content-issue .button-wrapper {
        position: static; } }
  .magazine-content-issue .description {
    margin-bottom: 0;
    padding: 2rem 2rem 18rem;
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 768px) {
      .magazine-content-issue .description {
        padding: 2rem; } }
    .magazine-content-issue .description p {
      font-size: 18px; }
    .magazine-content-issue .description p,
    .magazine-content-issue .description h2,
    .magazine-content-issue .description h3 {
      color: #fff;
      margin: 0 0 .5rem; }
  .magazine-content-issue .button {
    display: block;
    font-size: 16px;
    margin-top: 1rem;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .magazine-content-issue .button {
        display: inline-block; } }
  .magazine-content-issue .cover-image-rotated {
    z-index: 0; }
    @media only screen and (min-width: 768px) {
      .magazine-content-issue .cover-image-rotated {
        z-index: 1; } }

.background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: block;
  filter: blur(15px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scale(1.1);
      transform: scale(1.1);
  z-index: 0; }

.block-label {
  color: #fdb44b;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: .5rem;
  text-transform: uppercase; }
  .block-label::before {
    background: #fdb44b;
    content: '';
    display: block;
    height: 4px;
    left: 0;
    margin-top: 7px;
    position: absolute;
    width: 1.5rem; }

.magazine-content-topline {
  padding: 2rem 0 0; }

.single-person .post-image img {
  height: auto;
  width: 100%; }

.single-person .site-main {
  padding: 2rem 0; }

.single-person .post-title {
  margin-top: 0; }
