@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
     v2.0 | 20110126
     License: none (public domain)
  */
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Work+Sans:300,400,600,700");
html, body, div, span, applet, object, iframe,
h1,
h2, h2, h3, h4, h5, .single-post-meta, .live-update-meta, #topics-banner .topic-banner-item div span, .media-preview-footer, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

.preload * {
  -webkit-transition: none !important;
  transition: none !important; }

body.no-scroll {
  overflow: hidden !important; }

@media only screen and (max-width: 667px) {
  .show-mobile {
    display: block; } }

@media only screen and (max-width: 667px) {
  .show-mobile-inline {
    display: inline; } }

@media only screen and (max-width: 667px) {
  .show-mobile-inline-block {
    display: inline-block; } }

@media only screen and (max-width: 667px) {
  .show-mobile-block {
    display: block; } }

@media only screen and (max-width: 375px) {
  .show-mobile-portrait {
    display: block; } }

@media only screen and (max-width: 375px) {
  .show-mobile-portrait-inline {
    display: inline; } }

@media only screen and (max-width: 375px) {
  .show-mobile-portrait-inline-block {
    display: inline-block; } }

@media only screen and (max-width: 375px) {
  .show-mobile-portrait-block {
    display: block; } }

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .show-mobile-landscape {
    display: block; } }

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .show-mobile-landscape-inline {
    display: inline; } }

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .show-mobile-landscape-inline-block {
    display: inline-block; } }

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .show-mobile-landscape-block {
    display: block; } }

@media only screen and (min-width: 667px) and (max-width: 1028px) {
  .show-tablet {
    display: block; } }

@media only screen and (min-width: 667px) and (max-width: 1028px) {
  .show-tablet-inline {
    display: inline; } }

@media only screen and (min-width: 667px) and (max-width: 1028px) {
  .show-tablet-inline-block {
    display: inline-block; } }

@media only screen and (min-width: 667px) and (max-width: 1028px) {
  .show-tablet-block {
    display: block; } }

@media only screen and (min-width: 667px) and (max-width: 768px) {
  .show-tablet-portrait {
    display: block; } }

@media only screen and (min-width: 667px) and (max-width: 768px) {
  .show-tablet-portrait-inline {
    display: inline; } }

@media only screen and (min-width: 667px) and (max-width: 768px) {
  .show-tablet-portrait-inline-block {
    display: inline-block; } }

@media only screen and (min-width: 667px) and (max-width: 768px) {
  .show-tablet-portrait-block {
    display: block; } }

@media only screen and (min-width: 768px) and (max-width: 1028px) {
  .show-tablet-landscape {
    display: block; } }

@media only screen and (min-width: 768px) and (max-width: 1028px) {
  .show-tablet-landscape-inline {
    display: inline; } }

@media only screen and (min-width: 768px) and (max-width: 1028px) {
  .show-tablet-landscape-inline-block {
    display: inline-block; } }

@media only screen and (min-width: 768px) and (max-width: 1028px) {
  .show-tablet-landscape-block {
    display: block; } }

@media only screen and (min-width: 1028px) and (max-width: 2200px) {
  .show-desktop {
    display: block; } }

@media only screen and (min-width: 1028px) and (max-width: 2200px) {
  .show-desktop-inline {
    display: inline; } }

@media only screen and (min-width: 1028px) and (max-width: 2200px) {
  .show-desktop-inline-block {
    display: inline-block; } }

@media only screen and (min-width: 1028px) and (max-width: 2200px) {
  .show-desktop-block {
    display: block; } }

@media only screen and (min-width: 2200px) {
  .show-large {
    display: block; } }

@media only screen and (min-width: 2200px) {
  .show-large-inline {
    display: inline; } }

@media only screen and (min-width: 2200px) {
  .show-large-inline-block {
    display: inline-block; } }

@media only screen and (min-width: 2200px) {
  .show-large-block {
    display: block; } }

.show-only-mobile {
  display: none; }
  @media only screen and (max-width: 667px) {
    .show-only-mobile {
      display: block; } }

.show-only-mobile-inline {
  display: none; }
  @media only screen and (max-width: 667px) {
    .show-only-mobile-inline {
      display: inline; } }

.show-only-mobile-inline-block {
  display: none; }
  @media only screen and (max-width: 667px) {
    .show-only-mobile-inline-block {
      display: inline-block; } }

.show-only-mobile-block {
  display: none; }
  @media only screen and (max-width: 667px) {
    .show-only-mobile-block {
      display: block; } }

.show-only-mobile-portrait {
  display: none; }
  @media only screen and (max-width: 375px) {
    .show-only-mobile-portrait {
      display: block; } }

.show-only-mobile-portrait-inline {
  display: none; }
  @media only screen and (max-width: 375px) {
    .show-only-mobile-portrait-inline {
      display: inline; } }

.show-only-mobile-portrait-inline-block {
  display: none; }
  @media only screen and (max-width: 375px) {
    .show-only-mobile-portrait-inline-block {
      display: inline-block; } }

.show-only-mobile-portrait-block {
  display: none; }
  @media only screen and (max-width: 375px) {
    .show-only-mobile-portrait-block {
      display: block; } }

.show-only-mobile-landscape {
  display: none; }
  @media only screen and (min-width: 375px) and (max-width: 667px) {
    .show-only-mobile-landscape {
      display: block; } }

.show-only-mobile-landscape-inline {
  display: none; }
  @media only screen and (min-width: 375px) and (max-width: 667px) {
    .show-only-mobile-landscape-inline {
      display: inline; } }

.show-only-mobile-landscape-inline-block {
  display: none; }
  @media only screen and (min-width: 375px) and (max-width: 667px) {
    .show-only-mobile-landscape-inline-block {
      display: inline-block; } }

.show-only-mobile-landscape-block {
  display: none; }
  @media only screen and (min-width: 375px) and (max-width: 667px) {
    .show-only-mobile-landscape-block {
      display: block; } }

.show-only-tablet {
  display: none; }
  @media only screen and (min-width: 667px) and (max-width: 1028px) {
    .show-only-tablet {
      display: block; } }

.show-only-tablet-inline {
  display: none; }
  @media only screen and (min-width: 667px) and (max-width: 1028px) {
    .show-only-tablet-inline {
      display: inline; } }

.show-only-tablet-inline-block {
  display: none; }
  @media only screen and (min-width: 667px) and (max-width: 1028px) {
    .show-only-tablet-inline-block {
      display: inline-block; } }

.show-only-tablet-block {
  display: none; }
  @media only screen and (min-width: 667px) and (max-width: 1028px) {
    .show-only-tablet-block {
      display: block; } }

.show-only-tablet-portrait {
  display: none; }
  @media only screen and (min-width: 667px) and (max-width: 768px) {
    .show-only-tablet-portrait {
      display: block; } }

.show-only-tablet-portrait-inline {
  display: none; }
  @media only screen and (min-width: 667px) and (max-width: 768px) {
    .show-only-tablet-portrait-inline {
      display: inline; } }

.show-only-tablet-portrait-inline-block {
  display: none; }
  @media only screen and (min-width: 667px) and (max-width: 768px) {
    .show-only-tablet-portrait-inline-block {
      display: inline-block; } }

.show-only-tablet-portrait-block {
  display: none; }
  @media only screen and (min-width: 667px) and (max-width: 768px) {
    .show-only-tablet-portrait-block {
      display: block; } }

.show-only-tablet-landscape {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 1028px) {
    .show-only-tablet-landscape {
      display: block; } }

.show-only-tablet-landscape-inline {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 1028px) {
    .show-only-tablet-landscape-inline {
      display: inline; } }

.show-only-tablet-landscape-inline-block {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 1028px) {
    .show-only-tablet-landscape-inline-block {
      display: inline-block; } }

.show-only-tablet-landscape-block {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 1028px) {
    .show-only-tablet-landscape-block {
      display: block; } }

.show-only-desktop {
  display: none; }
  @media only screen and (min-width: 1028px) and (max-width: 2200px) {
    .show-only-desktop {
      display: block; } }

.show-only-desktop-inline {
  display: none; }
  @media only screen and (min-width: 1028px) and (max-width: 2200px) {
    .show-only-desktop-inline {
      display: inline; } }

.show-only-desktop-inline-block {
  display: none; }
  @media only screen and (min-width: 1028px) and (max-width: 2200px) {
    .show-only-desktop-inline-block {
      display: inline-block; } }

.show-only-desktop-block {
  display: none; }
  @media only screen and (min-width: 1028px) and (max-width: 2200px) {
    .show-only-desktop-block {
      display: block; } }

.show-only-large {
  display: none; }
  @media only screen and (min-width: 2200px) {
    .show-only-large {
      display: block; } }

.show-only-large-inline {
  display: none; }
  @media only screen and (min-width: 2200px) {
    .show-only-large-inline {
      display: inline; } }

.show-only-large-inline-block {
  display: none; }
  @media only screen and (min-width: 2200px) {
    .show-only-large-inline-block {
      display: inline-block; } }

.show-only-large-block {
  display: none; }
  @media only screen and (min-width: 2200px) {
    .show-only-large-block {
      display: block; } }

@media only screen and (max-width: 667px) {
  .hide-mobile {
    display: none; } }

@media only screen and (max-width: 375px) {
  .hide-mobile-portrait {
    display: none; } }

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .hide-mobile-landscape {
    display: none; } }

@media only screen and (min-width: 667px) and (max-width: 1028px) {
  .hide-tablet {
    display: none; } }

@media only screen and (min-width: 667px) and (max-width: 768px) {
  .hide-tablet-portrait {
    display: none; } }

@media only screen and (min-width: 768px) and (max-width: 1028px) {
  .hide-tablet-landscape {
    display: none; } }

@media only screen and (min-width: 1028px) and (max-width: 2200px) {
  .hide-desktop {
    display: none; } }

@media only screen and (min-width: 2200px) {
  .hide-large {
    display: none; } }

html, body {
  height: 100%; }

input[type='color'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='date'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='datetime'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='datetime-local'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='email'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='month'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='number'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='password'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='search'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='tel'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='text'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='time'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='url'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='week'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

inputinput:not([type]) {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

inputtextarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type="submit"],
button[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 29px;
  height: 20px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 29px;
    height: 2px;
    background-color: #033047;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -9px; }
  .hamburger-inner::after {
    bottom: -9px; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1px; }
  .hamburger--slider .hamburger-inner::before {
    top: 9px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 18px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-4.14286px, -7px, 0);
            transform: rotate(-45deg) translate3d(-4.14286px, -7px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -18px, 0) rotate(-90deg);
            transform: translate3d(0, -18px, 0) rotate(-90deg); }

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

body {
  color: #302c2e;
  font: 14px/1.86 "Work Sans", sans-serif; }

p {
  font: 400 14px/1.86 "Work Sans", sans-serif;
  margin-bottom: 24px; }

em {
  font-style: italic; }

strong {
  font-weight: 600; }

blockquote {
  border-left: 8px solid #033047;
  padding-left: 20px; }
  blockquote p {
    font-size: 18px; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

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

a {
  text-decoration: none;
  cursor: pointer !important;
  outline: none;
  color: #033047;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease; }
  a:hover {
    color: #002f45; }


h1,
h2 {
  font: 700 56px/1.2 "Playfair Display", sans-serif;
  color: #fff;
  letter-spacing: 0.02em;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 667px) {
    
    h1,
    h2 {
      font-size: 36px; } }

h2 {
  color: #302c2e; }

h3 {
  font: 300 40px/1.3 "Work Sans", sans-serif;
  margin-bottom: 28px; }
  @media only screen and (max-width: 667px) {
    h3 {
      font-size: 24px; } }

h4 {
  font: 700 22px/1.36 "Playfair Display", sans-serif;
  color: #002f45; }

h5, .single-post-meta, .live-update-meta, #topics-banner .topic-banner-item div span, .media-preview-footer {
  font: 700 12px/1.36 "Work Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: .25em;
  color: #c0c0c0; }

a, button, input[type="submit"] {
  cursor: pointer !important; }

.button {
  font: 700 12px/1 "Work Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  background: #033047;
  padding: 20px 30px;
  text-decoration: none;
  color: #fff;
  border: 2px solid #033047;
  cursor: pointer !important;
  outline: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .button:hover {
    background: transparent;
    color: #033047; }
  .button-inverse {
    background: transparent;
    color: #033047; }
    .button-inverse:hover {
      background: #033047;
      color: #fff; }
  .button-alt {
    color: #033047;
    background: rgba(3, 48, 71, 0.1);
    border-color: rgba(3, 48, 71, 0); }
    .button-alt:hover {
      border-color: #033047;
      background: rgba(3, 48, 71, 0.2); }
  .button-wide {
    display: block;
    width: 100%; }

.button-submit, input[type="submit"] {
  cursor: pointer !important;
  font: 700 12px/12px "Work Sans", sans-serif;
  color: #033047;
  letter-spacing: .9px;
  text-transform: uppercase;
  border: 1px solid #033047;
  padding: 22px 36px; }
  .button-submit:hover, input:hover[type="submit"] {
    color: #fff;
    background: #033047; }

body .button-social, body .a2a_kit.a2a_default_style a.button_social {
  line-height: 20px;
  float: none !important;
  padding: 16px 24px !important;
  text-decoration: none; }
  body .button-social .fa, body .a2a_kit.a2a_default_style a.button_social .fa {
    vertical-align: middle;
    font-size: 20px;
    margin-right: 10px; }
  body .button-social-facebook, body .a2a_kit.a2a_default_style a.button_social-facebook {
    background: #39579a;
    border-color: #39579a; }
    body .button-social-facebook:hover, body .a2a_kit.a2a_default_style a.button_social-facebook:hover {
      color: #39579a; }
  body .button-social-twitter, body .a2a_kit.a2a_default_style a.button_social-twitter {
    background: #059ff6;
    border-color: #059ff6; }
    body .button-social-twitter:hover, body .a2a_kit.a2a_default_style a.button_social-twitter:hover {
      color: #059ff6; }

.social-circle {
  display: block;
  border: 1px solid #033047;
  color: #033047;
  opacity: .15;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 19px;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }
  .social-circle:hover {
    color: #033047;
    opacity: 1; }

input[type='color'], input[type='date'], input[type='datetime'], input[type='datetime-local'], input[type='email'], input[type='month'], input[type='number'], input[type='password'], input[type='search'], input[type='tel'], input[type='text'], input[type='time'], input[type='url'], input[type='week'], inputinput:not([type]), inputtextarea, #contact-form textarea {
  outline: none;
  border: 1px solid #d7d7d7;
  color: #033047;
  padding: 22px 22px;
  font: 500 12px/1 "Work Sans", sans-serif;
  letter-spacing: 0.05em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  input[type='color']::-webkit-input-placeholder, input[type='date']::-webkit-input-placeholder, input[type='datetime']::-webkit-input-placeholder, input[type='datetime-local']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='month']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, input[type='text']::-webkit-input-placeholder, input[type='time']::-webkit-input-placeholder, input[type='url']::-webkit-input-placeholder, input[type='week']::-webkit-input-placeholder, inputinput:not([type])::-webkit-input-placeholder, inputtextarea::-webkit-input-placeholder, #contact-form textarea::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #033047;
    font-weight: 700; }
  input:-moz-placeholder[type='color'], input:-moz-placeholder[type='date'], input:-moz-placeholder[type='datetime'], input:-moz-placeholder[type='datetime-local'], input:-moz-placeholder[type='email'], input:-moz-placeholder[type='month'], input:-moz-placeholder[type='number'], input:-moz-placeholder[type='password'], input:-moz-placeholder[type='search'], input:-moz-placeholder[type='tel'], input:-moz-placeholder[type='text'], input:-moz-placeholder[type='time'], input:-moz-placeholder[type='url'], input:-moz-placeholder[type='week'], inputinput:-moz-placeholder:not([type]), inputtextarea:-moz-placeholder, #contact-form textarea:-moz-placeholder {
    text-transform: uppercase;
    color: #033047;
    font-weight: 700; }
  input[type='color']::-moz-placeholder, input[type='date']::-moz-placeholder, input[type='datetime']::-moz-placeholder, input[type='datetime-local']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='month']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, input[type='text']::-moz-placeholder, input[type='time']::-moz-placeholder, input[type='url']::-moz-placeholder, input[type='week']::-moz-placeholder, inputinput:not([type])::-moz-placeholder, inputtextarea::-moz-placeholder, #contact-form textarea::-moz-placeholder {
    text-transform: uppercase;
    color: #033047;
    font-weight: 700; }
  input:-ms-input-placeholder[type='color'], input:-ms-input-placeholder[type='date'], input:-ms-input-placeholder[type='datetime'], input:-ms-input-placeholder[type='datetime-local'], input:-ms-input-placeholder[type='email'], input:-ms-input-placeholder[type='month'], input:-ms-input-placeholder[type='number'], input:-ms-input-placeholder[type='password'], input:-ms-input-placeholder[type='search'], input:-ms-input-placeholder[type='tel'], input:-ms-input-placeholder[type='text'], input:-ms-input-placeholder[type='time'], input:-ms-input-placeholder[type='url'], input:-ms-input-placeholder[type='week'], inputinput:-ms-input-placeholder:not([type]), inputtextarea:-ms-input-placeholder, #contact-form textarea:-ms-input-placeholder {
    text-transform: uppercase;
    color: #033047;
    font-weight: 700; }

select {
  outline: 0; }
  select.dropdown-select {
    font-size: 18px; }

input[type="submit"] {
  background: transparent; }

.gfield {
  margin-bottom: 22px; }
  .gfield label {
    display: none; }

.validation_error {
  margin-bottom: 24px;
  border: 1px solid #ed1d24;
  padding: 16px 24px;
  color: #ed1d24;
  font-weight: 600; }

.gfield.gfield_error input, .gfield.gfield_error textarea {
  border-color: #ed1d24; }
  .gfield.gfield_error input::-webkit-input-placeholder, .gfield.gfield_error textarea::-webkit-input-placeholder {
    color: #ed1d24; }
  .gfield.gfield_error input:-moz-placeholder, .gfield.gfield_error textarea:-moz-placeholder {
    color: #ed1d24; }
  .gfield.gfield_error input::-moz-placeholder, .gfield.gfield_error textarea::-moz-placeholder {
    color: #ed1d24; }
  .gfield.gfield_error input:-ms-input-placeholder, .gfield.gfield_error textarea:-ms-input-placeholder {
    color: #ed1d24; }

.gfield.gfield_error .validation_message {
  color: #ed1d24;
  font-size: 13px; }

.gform_confirmation_message {
  font-size: 16px; }

img {
  display: block;
  margin: 0;
  max-width: 100%;
  height: auto; }
  img.alignleft {
    float: left;
    margin: 6px 16px 8px 0; }
  img.alignright {
    float: right;
    margin: 6px 0 8px 16px; }
  img.aligncenter {
    margin: 0 auto 24px; }

.mload-image {
  overflow: hidden;
  position: relative; }
  .mload-image img {
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .mload-image-preload {
    opacity: 1 !important;
    -webkit-filter: blur(35px);
            filter: blur(35px);
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .mload-image-loaded .mload-image-preload {
    opacity: 0 !important; }
  .mload-image-loaded .mload-image-main {
    opacity: 1 !important; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin: 0 auto;
  max-width: 1224px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 667px) and (max-width: 1028px) {
    .row {
      padding: 0 20px; } }
  @media only screen and (max-width: 667px) {
    .row {
      padding: 0 20px; } }
  .row-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .row-vcenter {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .row-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .row.padded {
    padding: 30px 0 !important; }
  .row .col {
    margin: 0.5%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 667px) {
      .row .col {
        -webkit-flex-basis: 99% !important;
            -ms-flex-preferred-size: 99% !important;
                flex-basis: 99% !important; } }
    .row .col.center-center {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
  .row .col-1 {
    -webkit-flex-basis: 7.33333%;
        -ms-flex-preferred-size: 7.33333%;
            flex-basis: 7.33333%; }
  .row .col-2 {
    -webkit-flex-basis: 15.66667%;
        -ms-flex-preferred-size: 15.66667%;
            flex-basis: 15.66667%; }
  .row .col-3 {
    -webkit-flex-basis: 24%;
        -ms-flex-preferred-size: 24%;
            flex-basis: 24%; }
  .row .col-4 {
    -webkit-flex-basis: 32.33333%;
        -ms-flex-preferred-size: 32.33333%;
            flex-basis: 32.33333%; }
  .row .col-5 {
    -webkit-flex-basis: 40.66667%;
        -ms-flex-preferred-size: 40.66667%;
            flex-basis: 40.66667%; }
  .row .col-6 {
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%; }
  .row .col-7 {
    -webkit-flex-basis: 57.33333%;
        -ms-flex-preferred-size: 57.33333%;
            flex-basis: 57.33333%; }
  .row .col-8 {
    -webkit-flex-basis: 65.66667%;
        -ms-flex-preferred-size: 65.66667%;
            flex-basis: 65.66667%; }
  .row .col-9 {
    -webkit-flex-basis: 74%;
        -ms-flex-preferred-size: 74%;
            flex-basis: 74%; }
  .row .col-10 {
    -webkit-flex-basis: 82.33333%;
        -ms-flex-preferred-size: 82.33333%;
            flex-basis: 82.33333%; }
  .row .col-11 {
    -webkit-flex-basis: 90.66667%;
        -ms-flex-preferred-size: 90.66667%;
            flex-basis: 90.66667%; }
  .row .col-12 {
    -webkit-flex-basis: 99%;
        -ms-flex-preferred-size: 99%;
            flex-basis: 99%; }
  .row .push-1 {
    margin-left: 8.33333%; }
    @media only screen and (max-width: 667px) {
      .row .push-1 {
        margin-left: 0; } }
  .row .push-2 {
    margin-left: 16.66667%; }
    @media only screen and (max-width: 667px) {
      .row .push-2 {
        margin-left: 0; } }
  .row .push-3 {
    margin-left: 25%; }
    @media only screen and (max-width: 667px) {
      .row .push-3 {
        margin-left: 0; } }
  .row .push-4 {
    margin-left: 33.33333%; }
    @media only screen and (max-width: 667px) {
      .row .push-4 {
        margin-left: 0; } }
  .row .push-5 {
    margin-left: 41.66667%; }
    @media only screen and (max-width: 667px) {
      .row .push-5 {
        margin-left: 0; } }
  .row .push-6 {
    margin-left: 50%; }
    @media only screen and (max-width: 667px) {
      .row .push-6 {
        margin-left: 0; } }
  .row .push-7 {
    margin-left: 58.33333%; }
    @media only screen and (max-width: 667px) {
      .row .push-7 {
        margin-left: 0; } }
  .row .push-8 {
    margin-left: 66.66667%; }
    @media only screen and (max-width: 667px) {
      .row .push-8 {
        margin-left: 0; } }
  .row .push-9 {
    margin-left: 75%; }
    @media only screen and (max-width: 667px) {
      .row .push-9 {
        margin-left: 0; } }
  .row .push-10 {
    margin-left: 83.33333%; }
    @media only screen and (max-width: 667px) {
      .row .push-10 {
        margin-left: 0; } }
  .row .push-11 {
    margin-left: 91.66667%; }
    @media only screen and (max-width: 667px) {
      .row .push-11 {
        margin-left: 0; } }
  .row .push-12 {
    margin-left: 100%; }
    @media only screen and (max-width: 667px) {
      .row .push-12 {
        margin-left: 0; } }
  .row .offset-1 {
    margin-right: 8.33333%; }
    @media only screen and (max-width: 667px) {
      .row .offset-1 {
        margin-right: 0; } }
  .row .offset-2 {
    margin-right: 16.66667%; }
    @media only screen and (max-width: 667px) {
      .row .offset-2 {
        margin-right: 0; } }
  .row .offset-3 {
    margin-right: 25%; }
    @media only screen and (max-width: 667px) {
      .row .offset-3 {
        margin-right: 0; } }
  .row .offset-4 {
    margin-right: 33.33333%; }
    @media only screen and (max-width: 667px) {
      .row .offset-4 {
        margin-right: 0; } }
  .row .offset-5 {
    margin-right: 41.66667%; }
    @media only screen and (max-width: 667px) {
      .row .offset-5 {
        margin-right: 0; } }
  .row .offset-6 {
    margin-right: 50%; }
    @media only screen and (max-width: 667px) {
      .row .offset-6 {
        margin-right: 0; } }
  .row .offset-7 {
    margin-right: 58.33333%; }
    @media only screen and (max-width: 667px) {
      .row .offset-7 {
        margin-right: 0; } }
  .row .offset-8 {
    margin-right: 66.66667%; }
    @media only screen and (max-width: 667px) {
      .row .offset-8 {
        margin-right: 0; } }
  .row .offset-9 {
    margin-right: 75%; }
    @media only screen and (max-width: 667px) {
      .row .offset-9 {
        margin-right: 0; } }
  .row .offset-10 {
    margin-right: 83.33333%; }
    @media only screen and (max-width: 667px) {
      .row .offset-10 {
        margin-right: 0; } }
  .row .offset-11 {
    margin-right: 91.66667%; }
    @media only screen and (max-width: 667px) {
      .row .offset-11 {
        margin-right: 0; } }
  .row .offset-12 {
    margin-right: 100%; }
    @media only screen and (max-width: 667px) {
      .row .offset-12 {
        margin-right: 0; } }

.indent-1 {
  padding-left: 8.33333%; }
  @media only screen and (max-width: 667px) {
    .indent-1 {
      padding-left: 0; } }

.indent-2 {
  padding-left: 16.66667%; }
  @media only screen and (max-width: 667px) {
    .indent-2 {
      padding-left: 0; } }

.indent-3 {
  padding-left: 25%; }
  @media only screen and (max-width: 667px) {
    .indent-3 {
      padding-left: 0; } }

.indent-4 {
  padding-left: 33.33333%; }
  @media only screen and (max-width: 667px) {
    .indent-4 {
      padding-left: 0; } }

.indent-5 {
  padding-left: 41.66667%; }
  @media only screen and (max-width: 667px) {
    .indent-5 {
      padding-left: 0; } }

.indent-6 {
  padding-left: 50%; }
  @media only screen and (max-width: 667px) {
    .indent-6 {
      padding-left: 0; } }

.indent-7 {
  padding-left: 58.33333%; }
  @media only screen and (max-width: 667px) {
    .indent-7 {
      padding-left: 0; } }

.indent-8 {
  padding-left: 66.66667%; }
  @media only screen and (max-width: 667px) {
    .indent-8 {
      padding-left: 0; } }

.indent-9 {
  padding-left: 75%; }
  @media only screen and (max-width: 667px) {
    .indent-9 {
      padding-left: 0; } }

.indent-10 {
  padding-left: 83.33333%; }
  @media only screen and (max-width: 667px) {
    .indent-10 {
      padding-left: 0; } }

.indent-11 {
  padding-left: 91.66667%; }
  @media only screen and (max-width: 667px) {
    .indent-11 {
      padding-left: 0; } }

.indent-12 {
  padding-left: 100%; }
  @media only screen and (max-width: 667px) {
    .indent-12 {
      padding-left: 0; } }

body {
  background: #f7f7f7;
  overflow-x: hidden; }
  @media only screen and (max-width: 768px) {
    body {
      padding-top: 106px; } }
  @media only screen and (max-width: 667px) {
    body {
      padding-top: 76px; } }
  body.nav-open {
    overflow: hidden; }

section {
  position: relative;
  overflow: hidden; }

.home-grid-post > div:before, #single-article-masthead .col:before, .featured-article .col:before, .featured-update .col:before, .featured-article:before, .featured-update:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#primary-header {
  background: #fff;
  padding: 31px 0 28px;
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.02);
  position: relative;
  z-index: 999; }
  @media only screen and (max-width: 768px) {
    #primary-header {
      height: 106px;
      padding: 30px 0;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; } }
  @media only screen and (max-width: 667px) {
    #primary-header {
      height: 76px;
      padding: 16px; } }
  #primary-header .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      #primary-header .row {
        padding: 0;
        max-height: 46px; } }
    @media only screen and (max-width: 667px) {
      #primary-header .row {
        max-height: 44px; } }

.col-social {
  width: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media only screen and (max-width: 768px) {
    .col-social {
      display: none; } }
  .col-social .social-circle {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
  .col-social .social-circle:first-child {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }

#primary-header .col-main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media only screen and (max-width: 768px) {
    #primary-header .col-main {
      padding: 0;
      margin: 0; } }
  @media only screen and (max-width: 768px) {
    #primary-header .col-main-inside {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media only screen and (max-width: 768px) {
    #primary-header .col-main .menu {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      background: #fff;
      width: 100%;
      z-index: 999999;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      border-top: 1px solid #c0c0c0;
      -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      body.nav-open #primary-header .col-main .menu {
        max-height: 999px; }
      #primary-header .col-main .menu li {
        padding: 0;
        border-top: 1px solid #c0c0c0;
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; }
        #primary-header .col-main .menu li:first-child {
          border-top: 0; }
        #primary-header .col-main .menu li.nav-item-search {
          display: none; }
        #primary-header .col-main .menu li a {
          display: block;
          padding: 42px;
          text-align: center;
          font-size: 24px; } }
  @media (min-width: 376px) and (max-width: 736px) and (orientation: landscape) {
    #primary-header .col-main .menu {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      #primary-header .col-main .menu li {
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
        border-top: 0; }
        #primary-header .col-main .menu li:first-child, #primary-header .col-main .menu li:nth-child(2) {
          margin-top: 32px; }
        #primary-header .col-main .menu li:nth-child(5) {
          margin-bottom: 32px; }
        #primary-header .col-main .menu li a {
          text-align: left;
          padding: 24px 64px;
          font-size: 18px;
          line-height: 18px; } }

#nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(3, 48, 71, 0.3);
  z-index: 0;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  #nav-overlay:before {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%; }
  body.nav-open #nav-overlay {
    opacity: 1;
    z-index: 998;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

#primary-header .logo {
  display: block;
  margin: 0 auto 30px;
  width: 125px;
  height: auto; }
  @media only screen and (max-width: 768px) {
    #primary-header .logo {
      margin: 0 0 0;
      width: 100px; } }
  #primary-header .logo img {
    display: block;
    width: 100%;
    height: auto; }

#search-form {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  #search-form.active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  #search-form label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    #search-form label span {
      display: none; }
  #search-form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
    #search-form form input {
      height: 100%; }
    #search-form form input[type="search"] {
      padding: 0 5%;
      font-size: 3em;
      border: 0; }
      #search-form form input[type="search"]::-webkit-input-placeholder {
        color: rgba(48, 44, 46, 0.2); }
      #search-form form input[type="search"]:-moz-placeholder {
        color: rgba(48, 44, 46, 0.2); }
      #search-form form input[type="search"]::-moz-placeholder {
        color: rgba(48, 44, 46, 0.2); }
      #search-form form input[type="search"]:-ms-input-placeholder {
        color: rgba(48, 44, 46, 0.2); }
      @media only screen and (max-width: 667px) {
        #search-form form input[type="search"] {
          font-size: 2em; } }
    #search-form form button[type="submit"] {
      width: 20%;
      max-width: 20%;
      position: relative;
      background: #fff;
      border: 0;
      cursor: pointer;
      outline: none; }
      #search-form form button[type="submit"]:before {
        content: '\f002';
        font: 62px/1 "FontAwesome";
        position: absolute;
        top: 50%;
        left: 50%;
        color: #c0c0c0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media only screen and (max-width: 667px) {
          #search-form form button[type="submit"]:before {
            font-size: 32px; } }
      #search-form form button[type="submit"]:hover:before, #search-form form button[type="submit"]:active:before {
        color: #033047; }

#search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }
  #search-overlay.active {
    z-index: 999;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

#menu-button {
  outline: none; }
  #menu-button-wrapper {
    display: none; }
    @media only screen and (max-width: 768px) {
      #menu-button-wrapper {
        display: block; } }

#mobile-search-button {
  font-size: 24px; }

#primary-footer {
  background: #033047;
  padding: 80px 0 14px; }
  @media only screen and (max-width: 667px) {
    #primary-footer {
      padding: 42px 0 14px; } }
  #primary-footer .logo {
    display: block;
    width: 66%;
    max-width: 165px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      #primary-footer .logo {
        margin-bottom: 42px; } }
    @media only screen and (max-width: 667px) {
      #primary-footer .logo {
        margin-bottom: 32px;
        width: 36%; } }
    #primary-footer .logo img {
      width: 100%; }

#primary-footer-nav {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  #primary-footer-nav .social-circle {
    color: #fff;
    border-color: #fff; }
    #primary-footer-nav .social-circle:first-child {
      margin-bottom: 18px; }
  #primary-footer-nav .menu li a:hover {
    color: #fff; }
  #primary-footer-nav .menu li.current-menu-item a {
    color: #fff; }
  @media only screen and (max-width: 768px) {
    #primary-footer-nav {
      display: none; } }

#secondary-footer-nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px; }
  @media only screen and (max-width: 667px) {
    #secondary-footer-nav .menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; } }
  @media only screen and (max-width: 667px) {
    #secondary-footer-nav .menu li {
      margin: 6px 0; } }
  #secondary-footer-nav a {
    color: rgba(192, 192, 192, 0.23); }
    #secondary-footer-nav a:hover {
      color: #fff; }

#copyright {
  margin-top: 56px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
  color: #294f62; }
  @media only screen and (max-width: 667px) {
    #copyright {
      font-size: 12px;
      margin-top: 32px; } }

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .menu li {
    padding: 0 27px; }
    .menu li.nav-item-search {
      text-indent: -9999px;
      position: relative; }
      .menu li.nav-item-search a {
        display: block;
        padding-left: 20px;
        position: relative; }
        .menu li.nav-item-search a:before {
          content: '\f002';
          font: 15px/32px "FontAwesome";
          position: absolute;
          top: 50%;
          text-indent: 0;
          left: 50%;
          width: 20px;
          height: 20px;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    .menu li.current-menu-item a {
      color: #033047; }
  .menu a {
    font: 700 13px/13px "Work Sans", sans-serif;
    color: #c0c0c0;
    letter-spacing: 0.07em;
    text-transform: uppercase; }
    .menu a:hover {
      color: #033047; }

.white-box {
  background: #fff;
  padding: 7% 7% 4.5%;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .white-box {
      padding: 42px 42px 56px; } }
  .white-box-icon {
    width: 85%;
    max-width: 196px;
    margin: 0 auto 56px; }
  .white-box h5, .white-box .single-post-meta, .white-box .live-update-meta, .white-box #topics-banner .topic-banner-item div span, #topics-banner .topic-banner-item div .white-box span, .white-box .media-preview-footer {
    margin-bottom: 22px; }
  .white-box p {
    text-align: left; }

#page-footer {
  padding: 42px 0 56px; }
  @media only screen and (max-width: 667px) {
    #page-footer {
      padding: 0 0 32px; } }
  @media only screen and (max-width: 768px) {
    #page-footer .row {
      display: block; } }
  #page-footer .col {
    -webkit-flex-basis: 47%;
        -ms-flex-preferred-size: 47%;
            flex-basis: 47%; }
    @media only screen and (max-width: 768px) {
      #page-footer .col {
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto; } }

.donate-form {
  margin-top: 42px; }
  .donate-form-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .donate-form-option {
    -webkit-flex-basis: 25.5%;
        -ms-flex-preferred-size: 25.5%;
            flex-basis: 25.5%;
    margin-bottom: 5%; }
  .donate-form-footer {
    margin-top: 42px; }
  .donate-form label {
    display: block;
    padding: 24px 0;
    border: 1px solid #d7d7d7;
    -webkit-transition: background .2s linear;
    transition: background .2s linear; }
    .donate-form label:hover {
      background: #033047; }
      .donate-form label:hover span {
        color: #fff; }
  .donate-form input {
    display: none; }
  .donate-form span {
    font: 700 12px/12px "Work Sans", sans-serif;
    color: #033047;
    letter-spacing: .9px;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    cursor: pointer; }

.newsletter-form {
  width: 85%;
  margin: 36px auto 0; }
  @media only screen and (max-width: 667px) {
    .newsletter-form {
      width: 100%; } }

.trending-widget {
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
  padding: 52px 0 12px; }
  @media only screen and (max-width: 768px) {
    .trending-widget {
      border: 0; } }
  .trending-widget-headline {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 46px;
    font-size: 20px;
    font-weight: 300;
    color: #302c2e;
    letter-spacing: .075em; }

#search-results .no-results {
  text-align: center;
  font-size: 18px;
  padding: 64px 0;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }

#masthead-basic {
  margin: 32px auto; }
  #masthead-basic .col {
    background: #033047;
    position: relative; }
    #masthead-basic .col h1, #masthead-basic .col h2 {
      margin: 64px auto 72px;
      max-width: 75%;
      text-align: center; }
    #masthead-basic .col:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      background: #ed1d24;
      margin-left: -45px;
      width: 90px;
      height: 6px; }

#basic-content {
  margin-bottom: 42px; }

.fourohfour-message {
  text-align: center;
  max-width: 560px;
  margin: 72px auto; }
  .fourohfour-message p {
    font-size: 16px;
    margin-bottom: 42px; }
  .fourohfour-message a:not(.button) {
    color: #ed1d24; }
    .fourohfour-message a:not(.button):hover {
      text-decoration: underline; }

#hero {
  display: block;
  margin: 24px auto 39px;
  position: relative; }
  @media only screen and (min-width: 667px) and (max-width: 1028px) {
    #hero {
      padding: 0; } }
  @media only screen and (max-width: 667px) {
    #hero {
      margin: 0 0 32px;
      width: 100%;
      max-width: 100%;
      padding: 0; } }
  #hero .featured-article.row, #hero .row.featured-update {
    margin: 0;
    width: 100%;
    padding: 3% 0; }
  #hero .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 99;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 20px;
    outline: none;
    cursor: pointer !important;
    color: #c0c0c0;
    font-size: 32px;
    line-height: 32px;
    background: none;
    border: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    #hero .slick-arrow:hover {
      color: #fff; }
    #hero .slick-arrow.slick-prev {
      left: 0; }
    #hero .slick-arrow.slick-next {
      right: 0; }
  #hero .hero-slide-live .featured-article h5, #hero .hero-slide-live .featured-update h5, #hero .hero-slide-live .featured-article .single-post-meta, #hero .hero-slide-live .featured-update .single-post-meta, #hero .hero-slide-live .featured-article .live-update-meta, #hero .hero-slide-live .featured-update .live-update-meta, #hero .hero-slide-live .featured-article #topics-banner .topic-banner-item div span, #topics-banner .topic-banner-item div #hero .hero-slide-live .featured-article span, #hero .hero-slide-live .featured-update #topics-banner .topic-banner-item div span, #topics-banner .topic-banner-item div #hero .hero-slide-live .featured-update span, #hero .hero-slide-live .featured-article .media-preview-footer, #hero .hero-slide-live .featured-update .media-preview-footer {
    display: inline-block;
    background: #ed1d24;
    padding: 15px 42px;
    color: #fff; }

#home-grid {
  margin-bottom: 42px; }
  @media only screen and (max-width: 667px) {
    #home-grid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      margin-bottom: 0; } }
  @media only screen and (max-width: 667px) {
    #home-grid .col {
      margin-bottom: 16px; } }
  #home-grid .col-posts {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 667px) {
      #home-grid .col-posts {
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto; } }
  #home-grid .white-box {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%; }
    @media only screen and (max-width: 667px) {
      #home-grid .white-box {
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto; } }
    #home-grid .white-box-icon {
      max-width: 125px; }
      @media only screen and (max-width: 667px) {
        #home-grid .white-box-icon {
          max-width: 82px; } }
  #home-grid .social {
    margin-top: 72px;
    font-size: 24px; }
    #home-grid .social div {
      max-width: 320px;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }

.home-grid-post {
  -webkit-flex-basis: 47.5%;
      -ms-flex-preferred-size: 47.5%;
          flex-basis: 47.5%;
  position: relative;
  cursor: pointer !important; }
  .home-grid-post:before {
    content: '';
    background: rgba(3, 48, 71, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    width: 100%;
    height: 100%; }
  .home-grid-post:hover:before {
    opacity: 1; }
  @media only screen and (max-width: 667px) {
    .home-grid-post {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
      margin-bottom: 16px; } }
  .home-grid-post > div {
    width: 100%;
    height: 100%;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 0 10%;
    position: relative;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 667px) {
      .home-grid-post > div {
        padding: 10% 10% 6%; } }
  .home-grid-post h5, .home-grid-post .single-post-meta, .home-grid-post .live-update-meta, .home-grid-post #topics-banner .topic-banner-item div span, #topics-banner .topic-banner-item div .home-grid-post span, .home-grid-post .media-preview-footer, .home-grid-post h4, .home-grid-post p {
    z-index: 5; }
  .home-grid-post h5, .home-grid-post .single-post-meta, .home-grid-post .live-update-meta, .home-grid-post #topics-banner .topic-banner-item div span, #topics-banner .topic-banner-item div .home-grid-post span, .home-grid-post .media-preview-footer {
    margin-bottom: 24px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
  .home-grid-post h4 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 24px;
    max-width: 360px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
  .home-grid-post p {
    font-size: 15px;
    line-height: 1.73;
    color: #fff;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    margin: 0; }
    @media only screen and (max-width: 667px) {
      .home-grid-post p {
        display: none; } }

#single-article-masthead, .featured-article, .featured-update {
  margin-top: 24px;
  margin-bottom: 64px; }
  @media only screen and (max-width: 667px) {
    #single-article-masthead, .featured-article, .featured-update {
      margin-bottom: 24px; } }
  #single-article-masthead .col, .featured-article .col, .featured-update .col {
    margin-top: 0;
    margin-bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 56vh; }
    @media only screen and (max-width: 667px) {
      #single-article-masthead .col, .featured-article .col, .featured-update .col {
        width: 100%;
        height: auto; } }
    #single-article-masthead .col div, .featured-article .col div, .featured-update .col div {
      text-align: center;
      width: 85%;
      max-width: 720px;
      position: absolute; }
      @media only screen and (max-width: 667px) {
        #single-article-masthead .col div, .featured-article .col div, .featured-update .col div {
          position: relative;
          padding: 10% 0; } }
  #single-article-masthead h5, .featured-article h5, .featured-update h5, #single-article-masthead .single-post-meta, .featured-article .single-post-meta, .featured-update .single-post-meta, #single-article-masthead .live-update-meta, .featured-article .live-update-meta, .featured-update .live-update-meta, #single-article-masthead #topics-banner .topic-banner-item div span, #topics-banner .topic-banner-item div #single-article-masthead span, .featured-article #topics-banner .topic-banner-item div span, #topics-banner .topic-banner-item div .featured-article span, .featured-update #topics-banner .topic-banner-item div span, #topics-banner .topic-banner-item div .featured-update span, #single-article-masthead .media-preview-footer, .featured-article .media-preview-footer, .featured-update .media-preview-footer {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px; }

#single-article-masthead-video {
  margin: 36px 0 64px;
  text-align: center; }
  #single-article-masthead-video h5, #single-article-masthead-video .single-post-meta, #single-article-masthead-video .live-update-meta, #single-article-masthead-video #topics-banner .topic-banner-item div span, #topics-banner .topic-banner-item div #single-article-masthead-video span, #single-article-masthead-video .media-preview-footer {
    margin-bottom: 24px; }
  #single-article-masthead-video h1, #single-article-masthead-video h2 {
    color: #033047;
    text-shadow: none; }

#masthead-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 42px 0 0; }
  #masthead-video iframe, #masthead-video object, #masthead-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.single-post {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 72px; }
  @media only screen and (max-width: 768px) {
    .single-post {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 46px; } }

.single-post-meta, .live-update-meta {
  min-width: 228px;
  width: 228px;
  text-align: center;
  padding: 0 10px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .single-post-meta, .live-update-meta {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      min-width: auto;
      width: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 42px;
      border-bottom: 1px solid #c0c0c0;
      margin-bottom: 42px; } }
  @media only screen and (max-width: 667px) {
    .single-post-meta, .live-update-meta {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding-bottom: 24px;
      margin-bottom: 24px; } }
  .single-post-meta a, .live-update-meta a {
    color: #c0c0c0; }
    .single-post-meta a:hover, .live-update-meta a:hover {
      color: #033047; }
  .single-post-meta-author, .single-post-meta-topic, .single-post-meta-share {
    padding: 20px 0;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .single-post-meta-author, .single-post-meta-topic, .single-post-meta-share {
        -webkit-flex-basis: 30%;
            -ms-flex-preferred-size: 30%;
                flex-basis: 30%;
        padding: 0; } }
    @media only screen and (max-width: 667px) {
      .single-post-meta-author, .single-post-meta-topic, .single-post-meta-share {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
        padding: 12px 0; } }
  .single-post-meta-author:after, .single-post-meta-topic:after {
    content: '-';
    position: absolute;
    color: #c0c0c0;
    bottom: -7px;
    left: 0;
    width: 100%;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .single-post-meta-author:after, .single-post-meta-topic:after {
        display: none; } }
    @media only screen and (max-width: 667px) {
      .single-post-meta-author:after, .single-post-meta-topic:after {
        display: block; } }
  .single-post-meta-author {
    padding-top: 0; }
    @media only screen and (max-width: 768px) {
      .single-post-meta-author {
        text-align: left; } }
    @media only screen and (max-width: 667px) {
      .single-post-meta-author {
        text-align: center; } }
    .single-post-meta-author img, .single-post-meta-author .author-placeholder {
      margin: 0 auto 20px;
      border-radius: 67px;
      width: 67px;
      height: 67px; }
      @media only screen and (max-width: 768px) {
        .single-post-meta-author img, .single-post-meta-author .author-placeholder {
          display: inline-block;
          margin: -2px 8px 0 0;
          vertical-align: middle;
          width: 36px;
          height: 36px; } }
    .single-post-meta-author .author-placeholder {
      background: #fff;
      text-align: center;
      color: rgba(3, 48, 71, 0.2); }
  .single-post-meta-share {
    padding-bottom: 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .single-post-meta-share {
        text-align: right; } }
    @media only screen and (max-width: 667px) {
      .single-post-meta-share {
        text-align: center; } }
    @media only screen and (max-width: 768px) {
      .single-post-meta-share span {
        display: none; } }
    .single-post-meta-share.fixed, .single-post-meta-share.bottom {
      width: 208px;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      @media only screen and (max-width: 768px) {
        .single-post-meta-share.fixed, .single-post-meta-share.bottom {
          width: auto; } }
    .single-post-meta-share.fixed {
      position: fixed;
      top: 0px; }
      @media only screen and (max-width: 768px) {
        .single-post-meta-share.fixed {
          position: static;
          top: auto; } }
    .single-post-meta-share.bottom {
      position: absolute;
      bottom: 0; }
      @media only screen and (max-width: 768px) {
        .single-post-meta-share.bottom {
          position: static;
          bottom: auto; } }
    .single-post-meta-share .a2a_kit {
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .single-post-meta-share .a2a_kit {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          line-height: 1; } }
      @media only screen and (max-width: 667px) {
        .single-post-meta-share .a2a_kit {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .single-post-meta-share .a2a_kit a {
        float: none; }
        @media only screen and (max-width: 768px) {
          .single-post-meta-share .a2a_kit a {
            margin-left: 12px;
            margin-top: 0; } }
    .single-post-meta-share a {
      float: none;
      display: inline-block;
      font-size: 26px;
      margin: 22px 0 0; }
      .single-post-meta-share a i {
        -webkit-transition: color 0.25s ease;
        transition: color 0.25s ease; }
      .single-post-meta-share a:hover i.fa-facebook {
        color: #39579a; }
      .single-post-meta-share a:hover i.fa-twitter {
        color: #059ff6; }
      .single-post-meta-share a:hover i.fa-linkedin {
        color: #0076b7; }

.row .single-post-content, .row #contact-content, .row .live-update-content {
  padding-left: 10px;
  padding-right: 42px;
  margin-top: -8px; }
  @media only screen and (max-width: 768px) {
    .row .single-post-content, .row #contact-content, .row .live-update-content {
      -webkit-flex-basis: 65%;
          -ms-flex-preferred-size: 65%;
              flex-basis: 65%;
      padding-top: 42px;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; } }
  @media only screen and (max-width: 667px) {
    .row .single-post-content, .row #contact-content, .row .live-update-content {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      padding: 32px 0 0 0; } }
  .row .single-post-content-footer {
    margin-top: 64px;
    margin-bottom: 64px; }
    .row .single-post-content-footer a {
      text-decoration: none; }
    .row .single-post-content-footer .a2a_kit {
      display: inline-block;
      margin-left: 16px; }
      @media only screen and (max-width: 768px) {
        .row .single-post-content-footer .a2a_kit {
          margin-top: 16px;
          margin-left: 0; } }
  .row .single-post-content h3, .row #contact-content h3, .row .live-update-content h3 {
    margin-bottom: 16px; }
  .row .single-post-content h4, .row #contact-content h4, .row .live-update-content h4 {
    margin-bottom: 16px;
    font-weight: 300;
    font-family: "Work Sans", sans-serif; }
  .row .single-post-content h5, .row #contact-content h5, .row .live-update-content h5, .row .single-post-content .single-post-meta, .row #contact-content .single-post-meta, .row .live-update-content .single-post-meta, .row .single-post-content .live-update-meta, .row #contact-content .live-update-meta, .row .live-update-content .live-update-meta, .row .single-post-content #topics-banner .topic-banner-item div span, #topics-banner .topic-banner-item div .row .single-post-content span, .row #contact-content #topics-banner .topic-banner-item div span, #topics-banner .topic-banner-item div .row #contact-content span, .row .live-update-content #topics-banner .topic-banner-item div span, #topics-banner .topic-banner-item div .row .live-update-content span, .row .single-post-content .media-preview-footer, .row #contact-content .media-preview-footer, .row .live-update-content .media-preview-footer {
    color: #302c2e;
    margin-bottom: 16px; }
  .row .single-post-content ul, .row #contact-content ul, .row .live-update-content ul, .row .single-post-content ol, .row #contact-content ol, .row .live-update-content ol {
    list-style-type: disc;
    margin: 0 32px 24px; }
    .row .single-post-content ul li, .row #contact-content ul li, .row .live-update-content ul li, .row .single-post-content ol li, .row #contact-content ol li, .row .live-update-content ol li {
      margin-bottom: 6px; }
  .row .single-post-content ol, .row #contact-content ol, .row .live-update-content ol {
    list-style-type: decimal; }
  .row .single-post-content p a, .row #contact-content p a, .row .live-update-content p a {
    text-decoration: underline; }
  .row .single-post-content hr, .row #contact-content hr, .row .live-update-content hr {
    background: rgba(192, 192, 192, 0.66);
    border: 0;
    margin: 30px auto;
    width: 100%;
    height: 1px; }
  .row .single-post-content .wp-caption, .row #contact-content .wp-caption, .row .live-update-content .wp-caption {
    max-width: 100%;
    width: auto !important; }
    .row .single-post-content .wp-caption p, .row #contact-content .wp-caption p, .row .live-update-content .wp-caption p {
      font-style: italic;
      color: rgba(48, 44, 46, 0.6);
      background: #fff;
      padding: 12px 20px;
      font-size: 14px;
      line-height: 1.3; }

.single-post-sidebar, .live-updates-sidebar {
  min-width: 270px;
  width: 270px; }
  @media only screen and (max-width: 768px) {
    .single-post-sidebar, .live-updates-sidebar {
      min-width: 0;
      width: auto;
      -webkit-flex-basis: 30%;
          -ms-flex-preferred-size: 30%;
              flex-basis: 30%;
      padding-top: 42px; } }

.single-post-comments {
  display: none; }

#archive {
  padding: 40px 0 86px; }
  body.term-videos #archive {
    padding-bottom: 0; }
  #archive #topics-banner {
    margin-top: 64px;
    margin-bottom: 86px; }

#archive-header {
  margin-bottom: 42px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  #archive-header > * {
    -webkit-flex-basis: 33.3333%;
        -ms-flex-preferred-size: 33.3333%;
            flex-basis: 33.3333%; }
    @media only screen and (max-width: 667px) {
      #archive-header > * {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; } }
  #archive-header .result-filter {
    text-align: right; }
    @media only screen and (max-width: 667px) {
      #archive-header .result-filter {
        text-align: center;
        margin-top: 16px; } }

.result-count, #suggested-media h6 {
  font: 300 18px/1 "Work Sans", sans-serif;
  text-transform: uppercase;
  color: #c0c0c0; }
  @media only screen and (max-width: 667px) {
    .result-count, #suggested-media h6 {
      font-size: 16px;
      text-align: center;
      padding-bottom: 16px; } }

.archive-title {
  text-align: center; }

.article-preview, .article-mini, .media-preview {
  background: #fff;
  -webkit-flex-basis: 23%;
      -ms-flex-preferred-size: 23%;
          flex-basis: 23%;
  display: block;
  position: relative;
  padding-bottom: 58px;
  margin-left: 2.66667%;
  margin-bottom: 2.66667%; }
  .article-preview:first-child, .article-mini:first-child, .media-preview:first-child {
    margin-left: 0; }
  @media only screen and (max-width: 768px) {
    .article-preview, .article-mini, .media-preview {
      -webkit-flex-basis: 32%;
          -ms-flex-preferred-size: 32%;
              flex-basis: 32%;
      margin-left: 2%;
      margin-bottom: 2%; } }
  @media only screen and (max-width: 667px) {
    .article-preview, .article-mini, .media-preview {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      margin-left: 0;
      margin-bottom: 16px; } }
  @media only screen and (min-width: 1028px) {
    .article-preview:nth-child(4n+1), .article-mini:nth-child(4n+1), .media-preview:nth-child(4n+1) {
      margin-left: 0; } }
  @media only screen and (max-width: 768px) {
    .article-preview:nth-child(3n+1), .article-mini:nth-child(3n+1), .media-preview:nth-child(3n+1) {
      margin-left: 0; } }
  @media only screen and (max-width: 667px) {
    .article-preview:nth-child(3n+1), .article-mini:nth-child(3n+1), .media-preview:nth-child(3n+1) {
      margin-left: 0; } }
  .article-preview:after, .article-mini:after, .media-preview:after {
    content: '';
    position: absolute;
    background: #033047;
    left: 33.3333%;
    bottom: 0;
    width: 33.3333%;
    height: 6px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .article-preview:hover:after, .article-mini:hover:after, .media-preview:hover:after {
    width: 100%;
    left: 0;
    background: #033047; }
  .article-preview:hover .article-preview-title, .article-mini:hover .article-preview-title, .media-preview:hover .article-preview-title, .article-preview:hover .article-mini-title, .article-mini:hover .article-mini-title, .media-preview:hover .article-mini-title, .article-preview:hover .media-preview .media-preview-title, .media-preview .article-preview:hover .media-preview-title, .article-mini:hover .media-preview .media-preview-title, .media-preview .article-mini:hover .media-preview-title, .media-preview:hover .media-preview-title {
    color: #ed1d24; }
  .article-preview-image {
    padding-bottom: 56.25%;
    background-size: cover;
    margin-bottom: 24px;
    position: relative; }
  .article-preview-meta, .article-mini-meta, .article-preview-title, .article-mini-title, .media-preview .media-preview-title, .article-preview-author {
    margin: 0 auto;
    width: 80%; }
  .article-preview-meta, .article-mini-meta {
    font: 600 12px/1.2 "Work Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #c0c0c0;
    margin-bottom: 18px; }
  .article-preview-title, .article-mini-title, .media-preview .media-preview-title {
    margin-bottom: 32px; }
  .article-preview-author {
    position: absolute;
    bottom: 24px;
    color: #002f45;
    font-size: 13px;
    line-height: 34px;
    left: 10%;
    letter-spacing: .04em; }
    .article-preview-author img, .article-preview-author .author-placeholder {
      display: inline-block;
      vertical-align: middle;
      margin-right: 6px;
      border-radius: 34px;
      width: 34px;
      height: 34px;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }
    .article-preview-author .author-placeholder {
      background: #f7f7f7;
      text-align: center;
      color: rgba(3, 48, 71, 0.2); }
    .article-preview-author:hover img, .article-preview-author:hover .author-placeholder {
      margin-right: 16px; }
  .article-preview-type-video .article-preview-image:before {
    content: '\f04b';
    position: absolute;
    font-family: "FontAwesome";
    color: #fff;
    top: 50%;
    left: 50%;
    z-index: 3;
    border: 1px solid #fff;
    border-radius: 42px;
    line-height: 42px;
    text-align: center;
    margin: -21px 0 0 -21px;
    width: 42px;
    height: 42px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .article-preview-type-video:hover .article-preview-image:before {
    font-size: 18px; }

.article-mini {
  background: transparent;
  margin-left: 0;
  margin-bottom: 42px;
  padding-bottom: 0; }
  .article-mini:after {
    background: #fff;
    top: -12px;
    left: -12px;
    padding: 12px;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .article-mini-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 3; }
  .article-mini-image {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%; }
    .article-mini-image div {
      padding-bottom: 75%;
      background-size: cover;
      background-position: 50% 50%;
      width: 100%;
      height: 0; }
  .article-mini-content {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding-right: 5%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .article-mini-meta {
    width: 100%; }
  .article-mini-title {
    width: 100%;
    margin-bottom: 0; }
  .article-mini:hover:after {
    background: #fff;
    opacity: 1;
    width: 100%;
    left: -12px; }

.pagination {
  text-align: center;
  margin-top: 63px;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px; }
  .pagination a, .pagination span {
    background: #002f45;
    margin: 0 3px;
    color: #fff;
    border: 1px solid #002f45;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 16px;
    width: auto;
    height: 40px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .pagination span, .pagination a:hover {
    background: transparent;
    color: #033047; }

.featured-article, .featured-update {
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 46px;
  padding: 4% 0;
  position: relative; }
  .featured-article .col:before, .featured-update .col:before {
    display: none; }
  .featured-article h2, .featured-update h2 {
    color: #fff; }
  .featured-article p, .featured-update p {
    color: #fff;
    font-size: 15px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    max-width: 385px;
    margin: 32px auto 0; }
    @media only screen and (max-width: 667px) {
      .featured-article p, .featured-update p {
        display: none; } }
  .featured-article .video-icon, .featured-update .video-icon {
    color: #fff;
    display: block;
    border: 1px solid #fff;
    border-radius: 76px;
    margin: 42px auto 0;
    font-size: 28px;
    line-height: 76px;
    text-align: center;
    padding-left: 6px;
    width: 76px;
    height: 76px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    @media only screen and (max-width: 667px) {
      .featured-article .video-icon, .featured-update .video-icon {
        margin: 32px auto 0;
        font-size: 18px;
        line-height: 46px;
        width: 46px;
        height: 46px; } }
  .featured-article .read-more, .featured-update .read-more {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.9px;
    padding: 14px 28px;
    margin-top: 42px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .featured-article:hover .video-icon, .featured-update:hover .video-icon {
    font-size: 36px; }
  .featured-article:hover .read-more, .featured-update:hover .read-more {
    color: #033047;
    background: #fff; }

#topic-header, #media-header, #search-results-header {
  margin: 0 auto 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 667px) {
    #topic-header, #media-header, #search-results-header {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.trending-article-wrapper {
  margin-top: 40px; }
  .trending-article-wrapper .featured-article, .trending-article-wrapper .featured-update {
    padding: 0; }
  @media only screen and (max-width: 667px) {
    .trending-article-wrapper {
      margin-top: 0; } }
  .trending-article-wrapper .trending-article-section-title {
    border-top: 1px solid #acacac;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 46px;
    font-size: 20px;
    font-weight: 300;
    color: #302c2e;
    letter-spacing: .075em;
    padding: 52px 0 0; }
    @media only screen and (max-width: 667px) {
      .trending-article-wrapper .trending-article-section-title {
        border-top: 0;
        margin: 32px 0;
        padding: 0; } }
  .trending-article-wrapper .featured-article, .trending-article-wrapper .featured-update {
    margin-top: 0; }

.sidebar-featured-media .media-preview {
  padding-bottom: 0; }

#article-filter, #media-filter {
  width: 240px;
  height: 58px; }

.select2-container--default {
  outline: 0;
  text-align: left; }
  .select2-container--default .select2-dropdown {
    border: 0;
    border-radius: 0; }
  .select2-container--default .select2-selection {
    outline: none; }
    .select2-container--default .select2-selection--single {
      background: transparent;
      border: 1px solid #d7d7d7;
      border-radius: 0;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 0.1em;
      height: 56px; }
      .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 56px;
        padding: 0 20px;
        color: #c0c0c0; }
    .select2-container--default .select2-selection__arrow {
      color: #c0c0c0;
      font-size: 16px;
      line-height: 55px;
      margin-right: 12px; }
      .select2-container--default .select2-selection__arrow b {
        display: none; }
      .select2-container--default .select2-selection__arrow:before {
        content: '\f107';
        font-family: "FontAwesome"; }
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 300px; }
    @media only screen and (max-width: 667px) {
      .select2-container--default .select2-results > .select2-results__options {
        max-height: 200px; } }
  .select2-container--default .select2-results__option {
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 12px;
    color: #302c2e;
    letter-spacing: 0.1em;
    font-weight: 600; }
    .select2-container--default .select2-results__option--highlighted[aria-selected] {
      background: #033047; }
    .select2-container--default .select2-results__option[aria-selected=true] {
      font-weight: 600; }

.sidebar-articles {
  margin-top: 32px; }
  .sidebar-articles .article-preview, .sidebar-articles .article-mini, .sidebar-articles .media-preview {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    margin: 0 0 32px; }

#contact {
  padding: 64px 0 32px; }
  @media only screen and (max-width: 768px) {
    #contact {
      padding: 32px 0 32px; } }
  #contact h2 {
    font: 300 40px/1.3 "Work Sans", sans-serif;
    text-shadow: none;
    padding-bottom: 56px;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      #contact h2 {
        margin-bottom: 32px;
        padding-bottom: 32px; } }
    @media only screen and (max-width: 667px) {
      #contact h2 {
        font-size: 28px;
        margin-bottom: 36px;
        padding-bottom: 24px; } }

#contact-content {
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
  padding-right: 42px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 768px) {
    #contact-content {
      -webkit-flex-basis: 100% !important;
          -ms-flex-preferred-size: 100% !important;
              flex-basis: 100% !important;
      padding-right: 0;
      padding-top: 0 !important; } }

#contact-categories-navigation {
  margin-bottom: 64px; }
  @media only screen and (max-width: 768px) {
    #contact-categories-navigation {
      display: none; } }
  #contact-categories-navigation h5, #contact-categories-navigation .single-post-meta, #contact-categories-navigation .live-update-meta, #contact-categories-navigation #topics-banner .topic-banner-item div span, #topics-banner .topic-banner-item div #contact-categories-navigation span, #contact-categories-navigation .media-preview-footer {
    color: #302c2e;
    margin-bottom: 32px; }
  #contact-categories-navigation a {
    display: inline-block;
    text-decoration: none;
    padding: 12px 24px;
    color: #ed1d24;
    font-size: 24px;
    position: relative;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #contact-categories-navigation a span {
      position: relative;
      z-index: 2; }
    #contact-categories-navigation a:before {
      content: '';
      background: #ed1d24;
      position: absolute;
      bottom: 0;
      left: 0;
      max-width: 90px;
      z-index: 1;
      max-height: 6px;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    #contact-categories-navigation a.active {
      color: #fff; }
      #contact-categories-navigation a.active:before {
        max-width: 100%;
        max-height: 100%; }
    #contact-categories-navigation a:hover:before {
      max-width: 100%; }

@media only screen and (max-width: 768px) {
  #contact-form {
    margin-top: 46px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }

#contact-form h5, #contact-form .single-post-meta, #contact-form .live-update-meta, #contact-form #topics-banner .topic-banner-item div span, #topics-banner .topic-banner-item div #contact-form span, #contact-form .media-preview-footer {
  color: #ed1d24;
  margin-bottom: 32px; }

#contact-form .contact-categories {
  display: none; }
  @media only screen and (max-width: 768px) {
    #contact-form .contact-categories {
      display: block; } }
  #contact-form .contact-categories label {
    font-weight: 600;
    display: block; }
  #contact-form .contact-categories ul {
    margin-top: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 667px) {
      #contact-form .contact-categories ul {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    @media only screen and (max-width: 667px) {
      #contact-form .contact-categories ul li {
        -webkit-flex-basis: 48%;
            -ms-flex-preferred-size: 48%;
                flex-basis: 48%; } }
    #contact-form .contact-categories ul label {
      display: inline-block;
      vertical-align: top;
      line-height: 1.6;
      margin-bottom: 6px;
      font-weight: 400; }
      #contact-form .contact-categories ul label input {
        margin-right: 6px; }

#contact-form .contact-name .ginput_complex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 667px) {
    #contact-form .contact-name .ginput_complex {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  #contact-form .contact-name .ginput_complex span {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%; }
    @media only screen and (max-width: 667px) {
      #contact-form .contact-name .ginput_complex span {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; } }
    @media only screen and (max-width: 667px) {
      #contact-form .contact-name .ginput_complex span:first-child {
        margin-bottom: 20px; } }

#contact-form input[type='color'] {
  background: transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  #contact-form input[type='color']::-webkit-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='color']:-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='color']::-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='color']:-ms-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='color']:focus {
    background: #fff; }

#contact-form input[type='date'] {
  background: transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  #contact-form input[type='date']::-webkit-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='date']:-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='date']::-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='date']:-ms-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='date']:focus {
    background: #fff; }

#contact-form input[type='datetime'] {
  background: transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  #contact-form input[type='datetime']::-webkit-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='datetime']:-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='datetime']::-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='datetime']:-ms-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='datetime']:focus {
    background: #fff; }

#contact-form input[type='datetime-local'] {
  background: transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  #contact-form input[type='datetime-local']::-webkit-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='datetime-local']:-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='datetime-local']::-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='datetime-local']:-ms-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='datetime-local']:focus {
    background: #fff; }

#contact-form input[type='email'] {
  background: transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  #contact-form input[type='email']::-webkit-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='email']:-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='email']::-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='email']:-ms-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='email']:focus {
    background: #fff; }

#contact-form input[type='month'] {
  background: transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  #contact-form input[type='month']::-webkit-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='month']:-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='month']::-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='month']:-ms-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='month']:focus {
    background: #fff; }

#contact-form input[type='number'] {
  background: transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  #contact-form input[type='number']::-webkit-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='number']:-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='number']::-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='number']:-ms-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='number']:focus {
    background: #fff; }

#contact-form input[type='password'] {
  background: transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  #contact-form input[type='password']::-webkit-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='password']:-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='password']::-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='password']:-ms-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='password']:focus {
    background: #fff; }

#contact-form input[type='search'] {
  background: transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  #contact-form input[type='search']::-webkit-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='search']:-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='search']::-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='search']:-ms-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='search']:focus {
    background: #fff; }

#contact-form input[type='tel'] {
  background: transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  #contact-form input[type='tel']::-webkit-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='tel']:-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='tel']::-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='tel']:-ms-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='tel']:focus {
    background: #fff; }

#contact-form input[type='text'] {
  background: transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  #contact-form input[type='text']::-webkit-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='text']:-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='text']::-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='text']:-ms-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='text']:focus {
    background: #fff; }

#contact-form input[type='time'] {
  background: transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  #contact-form input[type='time']::-webkit-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='time']:-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='time']::-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='time']:-ms-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='time']:focus {
    background: #fff; }

#contact-form input[type='url'] {
  background: transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  #contact-form input[type='url']::-webkit-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='url']:-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='url']::-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='url']:-ms-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='url']:focus {
    background: #fff; }

#contact-form input[type='week'] {
  background: transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  #contact-form input[type='week']::-webkit-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='week']:-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='week']::-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='week']:-ms-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form input[type='week']:focus {
    background: #fff; }

#contact-form inputinput:not([type]) {
  background: transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  #contact-form inputinput:not([type])::-webkit-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form inputinput:not([type]):-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form inputinput:not([type])::-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form inputinput:not([type]):-ms-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form inputinput:not([type]):focus {
    background: #fff; }

#contact-form inputtextarea {
  background: transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  #contact-form inputtextarea::-webkit-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form inputtextarea:-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form inputtextarea::-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form inputtextarea:-ms-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form inputtextarea:focus {
    background: #fff; }

#contact-form textarea {
  background: transparent;
  min-height: 360px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  #contact-form textarea::-webkit-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form textarea:-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form textarea::-moz-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form textarea:-ms-input-placeholder {
    text-transform: none;
    font-weight: 500; }
  #contact-form textarea:focus {
    background: #fff; }

#contact-form .gform_footer {
  text-align: right; }

#contributors {
  margin-top: 42px;
  margin-bottom: 96px; }

#contributors-masthead {
  padding: 8.5% 0;
  background-size: cover;
  background-position: 50% 50%;
  text-align: center; }
  #contributors-masthead h5, #contributors-masthead .single-post-meta, #contributors-masthead .live-update-meta, #contributors-masthead #topics-banner .topic-banner-item div span, #topics-banner .topic-banner-item div #contributors-masthead span, #contributors-masthead .media-preview-footer {
    color: #ed1d24;
    margin-bottom: 32px; }
  #contributors-masthead h1, #contributors-masthead h2 {
    max-width: 620px;
    margin: 0 auto; }

#contributors-list {
  -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%; }
  #contributors-list .contributors-list-group {
    margin-top: 72px; }
    #contributors-list .contributors-list-group:first-child {
      margin-top: 0; }
  #contributors-list .contributors-list-title {
    color: #302c2e; }
  #contributors-list .contributors-plain-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-top: 1px solid #c0c0c0;
    padding-top: 60px; }
    #contributors-list .contributors-plain-list div {
      -webkit-flex-basis: 30%;
          -ms-flex-preferred-size: 30%;
              flex-basis: 30%;
      font-size: 20px;
      color: #033047;
      margin-bottom: 10px; }

.contributor {
  border-top: 1px solid #c0c0c0;
  padding: 60px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .contributor-image {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%; }
    .contributor-image img {
      display: block;
      width: 100%;
      height: auto; }
  .contributor-content {
    -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
    margin-top: 32px; }
  .contributor-social {
    position: relative;
    z-index: 2;
    background: #ed1d24;
    width: 90%;
    height: 60px;
    margin: -30px auto 0;
    text-align: center;
    line-height: 60px; }
    .contributor-social a {
      color: #be181d;
      font-size: 28px;
      margin: 0 16px; }
      .contributor-social a:hover {
        color: #fff; }
  .contributor h4 {
    font-size: 24px;
    font-family: "Work Sans", sans-serif;
    color: #033047;
    font-weight: 600;
    margin-bottom: 24px; }
  .contributor ul {
    list-style-type: disc;
    margin: 24px 42px 0 42px; }
  .contributor-staff h4 {
    color: #ed1d24; }

#contributors-footer .col {
  -webkit-flex-basis: 47%;
      -ms-flex-preferred-size: 47%;
          flex-basis: 47%;
  background: #fff;
  padding: 4.5% 5%;
  border-top: 6px solid #ed1d24; }
  #contributors-footer .col:first-child {
    border-color: #033047; }

#contributors-footer h5, #contributors-footer .single-post-meta, #contributors-footer .live-update-meta, #contributors-footer #topics-banner .topic-banner-item div span, #topics-banner .topic-banner-item div #contributors-footer span, #contributors-footer .media-preview-footer {
  text-align: center;
  color: #ed1d24;
  margin-bottom: 42px; }

#contributors-footer p {
  text-align: center;
  margin-bottom: 16px; }

#contributors-footer a {
  color: #ed1d24; }

#topics-masthead {
  background-size: cover;
  background-position: 50% 50%;
  padding: 10% 0;
  text-align: center; }
  @media only screen and (max-width: 667px) {
    #topics-masthead {
      padding-bottom: 6%; } }
  #topics-masthead .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #topics-masthead .col {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 860px; }
  #topics-masthead h1, #topics-masthead h2 {
    font-size: 42px;
    margin-bottom: 46px; }
    @media only screen and (max-width: 667px) {
      #topics-masthead h1, #topics-masthead h2 {
        font-size: 24px; } }
  #topics-masthead h5, #topics-masthead .single-post-meta, #topics-masthead .live-update-meta, #topics-masthead #topics-banner .topic-banner-item div span, #topics-banner .topic-banner-item div #topics-masthead span, #topics-masthead .media-preview-footer {
    margin-bottom: 36px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
  #topics-masthead p {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 15px; }

#topics-grid {
  background: #033047;
  padding: 78px 0 124px; }
  @media only screen and (max-width: 667px) {
    #topics-grid {
      padding: 32px 0 16px;
      margin-bottom: 24px; } }
  #topics-grid h5, #topics-grid .single-post-meta, #topics-grid .live-update-meta, #topics-grid #topics-banner .topic-banner-item div span, #topics-banner .topic-banner-item div #topics-grid span, #topics-grid .media-preview-footer {
    text-align: center;
    margin-bottom: 70px; }
    @media only screen and (max-width: 667px) {
      #topics-grid h5, #topics-grid .single-post-meta, #topics-grid .live-update-meta, #topics-grid #topics-banner .topic-banner-item div span, #topics-banner .topic-banner-item div #topics-grid span, #topics-grid .media-preview-footer {
        margin-bottom: 32px; } }

.topic-preview {
  background: #fff;
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4%; }
  @media only screen and (max-width: 768px) {
    .topic-preview {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; } }
  @media only screen and (max-width: 667px) {
    .topic-preview {
      padding: 10%;
      background: transparent;
      position: relative; } }
  .topic-preview-image {
    -webkit-flex-basis: 45.172%;
        -ms-flex-preferred-size: 45.172%;
            flex-basis: 45.172%;
    min-width: 45.172%;
    max-width: 45.172%; }
    .topic-preview-image div {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: 50% 50%; }
    @media only screen and (max-width: 667px) {
      .topic-preview-image {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        height: 100%; } }
  .topic-preview-content {
    padding: 8.9% 9.5% 0 8.1%;
    padding-bottom: 60px;
    position: relative; }
    @media only screen and (max-width: 667px) {
      .topic-preview-content {
        background: #fff; } }
  .topic-preview-view-tab {
    margin-top: 36px;
    display: inline-block;
    font: 700 12px/60px "Work Sans", sans-serif;
    text-transform: uppercase;
    color: #033047;
    letter-spacing: .18em;
    padding: 0 28px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: auto;
    height: 60px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .topic-preview-view-tab:before {
      content: '';
      position: absolute;
      background: #ed1d24;
      top: calc( 100% - 6px);
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .topic-preview-view-tab span {
      position: relative;
      z-index: 2; }
  .topic-preview:hover .topic-preview-view-tab {
    color: #fff; }
    .topic-preview:hover .topic-preview-view-tab:before {
      top: 0; }

#topics-grid-footer {
  margin: 96px auto 42px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (max-width: 667px) {
    #topics-grid-footer {
      margin: 32px auto; } }
  #topics-grid-footer .button-social {
    width: 250px;
    text-align: left; }
    @media only screen and (max-width: 667px) {
      #topics-grid-footer .button-social {
        margin: 16px auto 0; } }
    #topics-grid-footer .button-social i {
      margin-right: 24px; }
    #topics-grid-footer .button-social:first-child {
      margin-right: 16px; }
      @media only screen and (max-width: 667px) {
        #topics-grid-footer .button-social:first-child {
          margin-right: auto;
          margin-top: 0; } }

#topic, #media, #live {
  padding: 40px 0 80px; }
  #topic-title, #media h5, #live h5, #media .single-post-meta, #live .single-post-meta, #media .live-update-meta, #live .live-update-meta, #media #topics-banner .topic-banner-item div span, #topics-banner .topic-banner-item div #media span, #live #topics-banner .topic-banner-item div span, #topics-banner .topic-banner-item div #live span, #media .media-preview-footer, #live .media-preview-footer {
    text-align: center;
    margin-bottom: 32px; }

#topics-banner {
  background: #033047;
  padding: 64px 0 86px; }
  @media only screen and (max-width: 667px) {
    #topics-banner {
      padding: 32px 0 32px; } }
  #topics-banner h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 46px; }
    @media only screen and (max-width: 667px) {
      #topics-banner h3 {
        margin-bottom: 32px; } }
  #topics-banner .topics-banner-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 768px) {
      #topics-banner .topics-banner-list {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  #topics-banner .topic-banner-item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 0;
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      #topics-banner .topic-banner-item {
        -webkit-flex-basis: 30%;
            -ms-flex-preferred-size: 30%;
                flex-basis: 30%;
        margin: 1%;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0; } }
    @media only screen and (max-width: 667px) {
      #topics-banner .topic-banner-item {
        -webkit-flex-basis: 48%;
            -ms-flex-preferred-size: 48%;
                flex-basis: 48%; } }
    #topics-banner .topic-banner-item:before, #topics-banner .topic-banner-item:after {
      content: '';
      width: 86%;
      height: 6px;
      position: absolute;
      background: #fff;
      left: 7%;
      z-index: 5; }
    #topics-banner .topic-banner-item:before {
      top: -6px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    #topics-banner .topic-banner-item:after {
      bottom: 0; }
    #topics-banner .topic-banner-item:nth-child(even):before, #topics-banner .topic-banner-item:nth-child(even):after {
      background: #ed1d24; }
    #topics-banner .topic-banner-item div {
      background-size: cover;
      background-position: 50% 50%;
      padding-bottom: 160%;
      position: relative; }
      @media only screen and (max-width: 768px) {
        #topics-banner .topic-banner-item div {
          padding-bottom: 100%; } }
      #topics-banner .topic-banner-item div:before {
        content: '';
        background: rgba(3, 48, 71, 0.4);
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      #topics-banner .topic-banner-item div span {
        color: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        z-index: 5;
        text-align: center;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    #topics-banner .topic-banner-item:hover:before {
      top: 0; }

.media-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 0; }
  .media-preview:after {
    display: none; }
  .media-preview h5, .media-preview .single-post-meta, .media-preview .live-update-meta, .media-preview #topics-banner .topic-banner-item div span, #topics-banner .topic-banner-item div .media-preview span, .media-preview .media-preview-footer {
    margin: 30px auto;
    text-align: center; }
  .media-preview img {
    width: 40%;
    margin: 0 auto 30px; }
  .media-preview-link {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .media-preview .media-preview-title {
    text-align: center; }
  .media-preview-footer {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    color: #033047;
    margin: 0 !important;
    background: #e5eaec;
    line-height: 56px;
    width: 100%;
    height: 56px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .media-preview-footer:hover {
      background: #033047;
      color: #fff; }

@media (max-width: 737px) {
  #media-hero .media-item {
    margin-bottom: 24px; } }

@media only screen and (max-width: 667px) {
  #media-hero .media-item-image {
    display: none; } }

#media-hero .media-item-content {
  text-align: center; }
  @media only screen and (max-width: 667px) {
    #media-hero .media-item-content {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; } }

@media only screen and (max-width: 768px) {
  #media-hero .media-item-buttonset {
    text-align: center; } }

#media-hero .media-item-buttonset a {
  margin: 0 6px; }
  @media only screen and (max-width: 768px) {
    #media-hero .media-item-buttonset a {
      margin: 6px; } }

#media-hero h2 {
  margin-bottom: 32px; }

#media-hero-carousel {
  width: 100%;
  max-width: 100%; }
  #media-hero-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 99;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 20px;
    outline: none;
    cursor: pointer !important;
    color: #c0c0c0;
    font-size: 32px;
    line-height: 32px;
    background: none;
    border: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    #media-hero-carousel .slick-arrow:hover {
      color: #033047; }
    #media-hero-carousel .slick-arrow.slick-prev {
      left: 0; }
    #media-hero-carousel .slick-arrow.slick-next {
      right: 0; }

.media-item {
  background: #fff;
  padding: 8% 15% 8% 13%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 768px) {
    .media-item {
      padding: 42px; } }
  .media-item-image {
    -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
            flex-basis: 35%; }
    .media-item-image img {
      margin: 0 auto; }
    .media-item-image h5, .media-item-image .single-post-meta, .media-item-image .live-update-meta, .media-item-image #topics-banner .topic-banner-item div span, #topics-banner .topic-banner-item div .media-item-image span, .media-item-image .media-preview-footer {
      text-align: center;
      margin-bottom: 24px; }
  .media-item-content {
    -webkit-flex-basis: 55%;
        -ms-flex-preferred-size: 55%;
            flex-basis: 55%; }
  .media-item-buttonset {
    margin-top: 42px; }
    @media only screen and (max-width: 768px) {
      .media-item-buttonset {
        text-align: center; }
        .media-item-buttonset .button {
          margin: 0 0 12px; } }
  .media-item h2 {
    text-shadow: none;
    font-size: 52px;
    color: #033047; }
  .media-item h5, .media-item .single-post-meta, .media-item .live-update-meta, .media-item #topics-banner .topic-banner-item div span, #topics-banner .topic-banner-item div .media-item span, .media-item .media-preview-footer {
    color: #ed1d24; }

#media-header, #search-results-header {
  margin: 30px auto; }

.media-grid-item {
  -webkit-flex-basis: 23%;
      -ms-flex-preferred-size: 23%;
          flex-basis: 23%;
  background: #033047;
  display: block;
  position: relative;
  margin-left: 2.66667%;
  margin-bottom: 2.66667%; }
  .media-grid-item:first-child {
    margin-left: 0; }
  @media only screen and (max-width: 768px) {
    .media-grid-item {
      -webkit-flex-basis: 32%;
          -ms-flex-preferred-size: 32%;
              flex-basis: 32%;
      margin-left: 2%;
      margin-bottom: 2%; } }
  @media only screen and (max-width: 667px) {
    .media-grid-item {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      margin-left: 0;
      mamrgin-bottom: 16px; } }
  @media only screen and (min-width: 1028px) {
    .media-grid-item:nth-child(4n+1) {
      margin-left: 0; } }
  @media only screen and (max-width: 768px) {
    .media-grid-item:nth-child(3n+1) {
      margin-left: 0; } }
  .media-grid-item:after {
    content: '';
    position: absolute;
    background: #ed1d24;
    left: 33.3333%;
    bottom: 0;
    width: 33.3333%;
    height: 6px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .media-grid-item:hover:after {
    background: #ed1d24;
    width: 100%;
    left: 0; }
  .media-grid-item-image {
    overflow: hidden;
    position: relative;
    background: #fff;
    padding-bottom: 80%; }
    .media-grid-item-image img {
      position: absolute;
      top: 50%;
      left: 50%;
      height: 70%;
      width: auto;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .media-grid-item-content {
    background: #033047;
    color: #fff;
    padding: 30px 9% 34px;
    overflow: visible;
    height: auto;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .media-grid-item-content p {
      display: block;
      margin: 0; }
  .media-grid-item h5, .media-grid-item .single-post-meta, .media-grid-item .live-update-meta, .media-grid-item #topics-banner .topic-banner-item div span, #topics-banner .topic-banner-item div .media-grid-item span, .media-grid-item .media-preview-footer {
    text-align: left !important;
    color: #fff;
    margin-bottom: 12px !important; }
  .media-grid-item h4 {
    font-size: 22px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 12px; }

.single-media .media-item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 42px; }
  @media only screen and (max-width: 667px) {
    .single-media .media-item {
      margin-top: 32px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .single-media .media-item-image {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
        margin-bottom: 32px; }
      .single-media .media-item-content {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; }
        .single-media .media-item-content h2 {
          font-size: 24px; } }
  .single-media .media-item h2 {
    margin-top: -10px;
    margin-bottom: 24px; }

#suggested-media {
  padding-bottom: 56px; }
  #suggested-media .header-row {
    margin: 42px auto; }
  #suggested-media h6 {
    font-size: 20px; }
  #suggested-media-footer {
    text-align: center;
    margin-top: 36px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

#live {
  padding-bottom: 0; }

#live-hero .col {
  background: #033047;
  padding: 6% 0 7%;
  position: relative; }
  #live-hero .col:after {
    content: '';
    position: absolute;
    background: #ed1d24;
    bottom: 0;
    left: 50%;
    margin-left: -46px;
    width: 92px;
    height: 6px; }
  #live-hero .col h1, #live-hero .col h2 {
    width: 80%;
    max-width: 540px;
    text-align: center;
    margin: 0 auto; }

#live-updates {
  width: calc( 100% - 300px);
  max-width: calc( 100% - 300px);
  padding-right: 5%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  #live-updates-wrapper {
    margin: 64px auto 64px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }

.live-update {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 36px;
  margin-bottom: 52px; }
  .live-update-content {
    margin-top: -10px; }

.button {
  position: relative; }
  .button:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 0.25rem solid rgba(3, 48, 71, 0.2);
    border-top-color: #033047;
    -webkit-animation: spin .9s infinite linear;
            animation: spin .9s infinite linear;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    width: 24px;
    height: 24px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .button.loading {
    opacity: .5;
    color: rgba(192, 192, 192, 0); }
    .button.loading:hover {
      background: rgba(3, 48, 71, 0.1);
      border-color: rgba(3, 48, 71, 0); }
    .button.loading:before {
      opacity: 1; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/*# sourceMappingURL=main.css.map */
