/**
 * Fox Sports PressPass
 * https://foxsports.com/presspass
 *
 * Copyright (c) 2016 10up, Inc.
 * Licensed under the MIT license.
 */
@import url("../../../paperback/style.css");
/* font-weight mapping
---------------------------
	 Light - 400
	Medium - 500
	  Bold - 700
	 Black - 900
---------------------------*/
/* Antenna Light */
@font-face {
  font-family: 'Antenna';
  src: url("../fonts/917ebc26-70c2-413f-ae09-709f01918831-3.woff") format("woff"), url("../fonts/917ebc26-70c2-413f-ae09-709f01918831-1.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

/* Antenna Medium */
@font-face {
  font-family: 'Antenna';
  src: url("../fonts/a875a3f9-0b56-4a09-b66e-c3033898bcd5-3.woff") format("woff"), url("../fonts/a875a3f9-0b56-4a09-b66e-c3033898bcd5-1.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

/* Antenna Medium Italic */
@font-face {
  font-family: 'Antenna';
  src: url("../fonts/c63f3f99-f97d-4020-9c1e-a4bf0c229416-3.woff") format("woff"), url("../fonts/c63f3f99-f97d-4020-9c1e-a4bf0c229416-1.ttf") format("truetype");
  font-style: italic;
  font-weight: 500;
}

/* Antenna Bold */
@font-face {
  font-family: 'Antenna';
  src: url("../fonts/3f394e84-2940-4425-9a52-22a92e107262-3.woff") format("woff"), url("../fonts/3f394e84-2940-4425-9a52-22a92e107262-1.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

/* Antenna Bold legacy */
@font-face {
  font-family: 'Antenna Bold';
  src: url("../fonts/3f394e84-2940-4425-9a52-22a92e107262-3.woff") format("woff"), url("../fonts/3f394e84-2940-4425-9a52-22a92e107262-1.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

/* Antenna Black */
@font-face {
  font-family: 'Antenna';
  src: url("../fonts/031f39a3-3234-4656-bde4-a2b1939510ff-3.woff") format("woff"), url("../fonts/031f39a3-3234-4656-bde4-a2b1939510ff-1.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}

/* Antenna Black legacy*/
@font-face {
  font-family: 'Antenna Black';
  src: url("../fonts/031f39a3-3234-4656-bde4-a2b1939510ff-3.woff") format("woff"), url("../fonts/031f39a3-3234-4656-bde4-a2b1939510ff-1.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

body,
html {
  font-family: "Antenna", "Helvetica Neue", Arial, sans-serif;
  color: rgb(0, 0, 0);
}

a,
a:link,
a:visited {
  color: rgb(245, 80, 62);
}

a:hover,
a:focus {
  color: rgb(0, 89, 181);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Antenna", "Helvetica Neue", Arial, sans-serif;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.site-header .menu-item-has-children > a:after,
.site-header .page_item_has_children > a:after {
  padding-left: 10px;
}

.site-footer {
  padding-bottom: 100px;
  background-color: rgb(0, 46, 86);
  color: white;
}

.container.-centered {
  text-align: center;
}

.modal-close .svg-close {
  width: 16px;
  height: 16px;
  stroke: rgb(74, 74, 74);
  pointer-events: none;
}

.modal-close:hover .svg-close,
.modal-close:focus .svg-close {
  stroke: rgb(245, 80, 62);
}

.social-link .svg-facebook {
  width: 17px;
  height: 32px;
  fill: rgb(255, 255, 255);
}

.show-social .svg-facebook {
  width: 10px;
  height: 18px;
}

.social-link .svg-facebook > path,
.show-social .svg-facebook > path {
  fill: rgb(255, 255, 255);
}

.show-social a:hover .svg-facebook > path,
.show-social a:focus .svg-facebook > path {
  fill: rgb(245, 80, 62);
}

.social-link .svg-instagram {
  width: 32px;
  height: 32px;
  fill: rgb(255, 255, 255);
}

.show-social .svg-instagram {
  width: 25px;
  height: 18px;
}

.social-link .svg-instagram > path,
.show-social .svg-instagram > path {
  fill: rgb(255, 255, 255);
}

.show-social a:hover .svg-instagram > path,
.show-social a:focus .svg-instagram > path {
  fill: rgb(245, 80, 62);
}

.svg-logo {
  width: 134px;
  height: 50px;
  fill: rgb(255, 255, 255);
}

.single-fmc_personas_cpt .svg-pdf {
  width: 28px;
  height: 32px;
}

.video-thumbnail .svg-play {
  width: 30px;
  height: 30px;
}

.video-thumbnail .svg-play > .path {
  fill: rgb(255, 255, 255);
}

.show-social .svg-podcast {
  width: 16px;
  height: 18px;
}

.show-social .svg-podcast > path {
  fill: rgb(255, 255, 255);
}

.show-social a:hover .svg-podcast > path,
.show-social a:focus .svg-podcast > path {
  fill: rgb(245, 80, 62);
}

.social-link .svg-twitter {
  width: 39px;
  height: 32px;
  fill: rgb(255, 255, 255);
}

.show-social .svg-twitter {
  width: 23px;
  height: 18px;
}

.social-link .svg-twitter > path,
.show-social .svg-twitter > path {
  fill: rgb(255, 255, 255);
}

.show-social a:hover .svg-twitter > path,
.show-social a:focus .svg-twitter > path {
  fill: rgb(245, 80, 62);
}

.social-link .svg-youtube {
  width: 45px;
  height: 32px;
  fill: rgb(255, 255, 255);
}

.show-social .svg-youtube {
  width: 25px;
  height: 18px;
}

.social-link .svg-youtube > path,
.show-social .svg-youtube > path {
  fill: rgb(255, 255, 255);
}

.show-social a:hover .svg-youtube > path,
.show-social a:focus .svg-youtube > path {
  fill: rgb(245, 80, 62);
}

button,
a.button:link,
a.button:visited,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-navigation a,
.comment-navigation a:visited,
.su-button {
  background-color: rgb(245, 80, 62);
  color: rgb(255, 255, 255);
}

button:hover,
button:focus,
a.button:hover,
a.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button:hover,
.button:focus,
.comment-navigation a:hover,
.comment-navigation a:focus,
.su-button:hover
.su-button:focus {
  background-color: rgb(98, 112, 125);
}

.drawer .tax-widget a,
.drawer .tax-widget a:visited {
  background-color: rgb(98, 112, 125);
}

.drawer .tax-widget a:hover,
.drawer .tax-widget a:focus {
  background-color: rgb(245, 80, 62);
}

.button.-download {
  display: block;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-top: 0.84211em;
}

@media (min-width: 64em) {
  .button.-download {
    display: inline-block;
    width: auto;
    margin-top: 0;
  }
}

.drawer {
  background-color: rgb(240, 239, 241);
}

.top-navigation {
  background-color: rgb(0, 46, 86);
}

.top-navigation nav a,
.top-navigation nav a:visited {
  opacity: 1;
}

.top-navigation nav a:hover,
.top-navigation nav a:focus {
  color: rgb(245, 80, 62);
}

.top-navigation .secondary-navigation ul li a,
.top-navigation .secondary-navigation ul li a:visited {
  color: rgb(98, 112, 125);
}

.top-navigation .secondary-navigation ul li a:hover,
.top-navigation .secondary-navigation ul li a:focus {
  color: rgb(255, 255, 255);
}

.main-navigation {
  width: 89%;
  font-family: "Antenna", "Helvetica Neue", Arial, sans-serif;
}

.main-navigation ul li {
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 48em) {
  .main-navigation ul li {
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 64em) {
  .main-navigation ul li {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 75em) {
  .main-navigation ul li {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.main-navigation ul li a {
  padding-top: 1em;
  margin-bottom: 1em;
  font-size: 0.66667em;
}

@media (min-width: 64em) {
  .main-navigation ul li a {
    font-size: 0.77778em;
  }
}

@media (min-width: 75em) {
  .main-navigation ul li a {
    font-size: 0.88889em;
  }
}

.main-navigation a,
.main-navigation a:visited {
  color: white;
}

.main-navigation a:hover,
.main-navigation a:focus {
  color: rgb(215, 213, 216);
}

.main-navigation .sub-menu,
.main-navigation .children {
  top: 64px;
  width: 260px;
  background-color: rgb(0, 46, 86);
}

.menu-primary-menu-container > .menu > .menu-item:nth-last-of-type(1) > .sub-menu {
  right: 0;
  left: auto;
}

.main-navigation .sub-menu a:hover,
.main-navigation .sub-menu a:focus,
.main-navigation .children a:hover,
.main-navigation .children a:focus {
  color: rgb(245, 80, 62);
}

.main-navigation:not(.secondary-navigation) ul.menu > li.current-menu-item > a,
.main-navigation:not(.secondary-navigation) ul.menu > li.current-menu-item > a:visited {
  border-bottom-color: rgb(255, 255, 255);
}

.main-navigation:not(.secondary-navigation) ul.menu > li.current-menu-item > a:hover,
.main-navigation:not(.secondary-navigation) ul.menu > li.current-menu-item > a:focus {
  border-bottom-color: rgb(215, 213, 216);
}

.main-navigation li ul ul.sub-menu, .main-navigation li ul ul.children {
  left: 260px;
}

#secondary-navigation {
  width: 40%;
}

.drawer .main-navigation {
  border-bottom: dotted 1px rgba(255, 255, 255, .2);
}

.main-navigation.drawer-navigation,
.drawer #secondary-navigation,
.drawer .social-navigation {
  background-color: rgb(0, 46, 86);
}

@media (min-width: 50em) {
  .main-navigation.drawer-navigation,
  .drawer #secondary-navigation,
  .drawer .social-navigation {
    background-color: rgb(52, 62, 71);
  }
}

.social-navigation a:before {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 20px;
}

.social-navigation a[href*="youtube.com"]:before {
  content: '\f16a';
}

.social-navigation + .drawer-toggle {
  color: rgb(98, 112, 125);
}

.social-navigation + .drawer-toggle:hover,
.social-navigation + .drawer-toggle:focus {
  color: rgb(255, 255, 255);
}

.page-navigation:not(.-small),
.page-navigation:not(.-large) {
  visibility: hidden;
  display: none;
}

@media (min-width: 50em) {
  .page-navigation:not(.-small),
  .page-navigation:not(.-large) {
    visibility: visible;
    display: inline-block;
  }
}

.page-navigation.-small {
  visibility: visible;
  display: inline-block;
}

@media (min-width: 50em) {
  .page-navigation.-small {
    visibility: hidden;
    display: none;
  }
}

.page-navigation.-large {
  visibility: hidden;
  display: none;
}

@media (min-width: 50em) {
  .page-navigation.-large {
    visibility: visible;
    display: inline-block;
  }
}

.page-navigation a,
.page-navigation span {
  padding-right: 8px;
  padding-left: 8px;
  font-size: 10px;
}

@media (min-width: 30em) {
  .page-navigation a,
  .page-navigation span {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
}

@media (min-width: 48em) {
  .page-navigation a,
  .page-navigation span {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 17px;
  }
}

.page-navigation a,
.page-navigation.-numbered a,
.page-navigation a:visited,
.page-navigation span {
  background-color: rgb(98, 112, 125);
  color: rgb(255, 255, 255);
}

.page-navigation a:hover,
.page-navigation a:active {
  background-color: rgb(245, 80, 62);
}

.page-navigation .next:after,
.page-navigation .prev:after {
  font-size: 10px;
}

@media (min-width: 30em) {
  .page-navigation .next:after,
  .page-navigation .prev:after {
    font-size: 14px;
  }
}

@media (min-width: 48em) {
  .page-navigation .next:after,
  .page-navigation .prev:after {
    font-size: 17px;
  }
}

#hero-pager .paging-thumb {
  top: 43px;
}

#hero-pager .paging-date {
  font-size: 0.63158em;
}

.posts-navigation {
  visibility: visible;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
}

@media (min-width: 50em) {
  .posts-navigation {
    visibility: hidden;
    display: none;
  }
}

.post-navigation {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding-right: 0.83333em;
  padding-left: 0.83333em;
  margin: 10% auto 6%;
  background: #000000;
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 50em) {
  .post-navigation {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.posts-navigation .nav-links {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-order: 0;
      order: 0;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-item-align: auto;
      align-self: auto;
}

.nav-next {
  -ms-flex-order: 0;
      order: 0;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  -ms-flex-item-align: auto;
      align-self: auto;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: center;
      align-items: center;
}

.nav-next > .link {
  -ms-flex-order: 0;
      order: 0;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.nav-next > .link:before {
  margin-right: 0.52632em;
  font-family: 'FontAwesome';
  content: '\f053';
}

.nav-next.nav-post {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  position: relative;
  -ms-flex-order: 1;
      order: 1;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  -ms-flex-item-align: auto;
      align-self: auto;
  width: auto;
  background-color: rgb(74, 74, 74);
}

@media (min-width: 50em) {
  .nav-next.nav-post {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
  }
}

.nav-prev.nav-post {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  position: relative;
  -ms-flex-order: 1;
      order: 1;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  -ms-flex-item-align: auto;
      align-self: auto;
  width: auto;
  background-color: rgb(74, 74, 74);
}

@media (min-width: 50em) {
  .nav-prev.nav-post {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
  }
}

.nav-previous:not(.-post) {
  -ms-flex-order: 1;
      order: 1;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  -ms-flex-item-align: auto;
      align-self: auto;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: center;
      align-items: center;
  text-align: right;
}

.nav-previous:not(.-post) > .link {
  position: relative;
  -ms-flex-order: 1;
      order: 1;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.nav-previous:not(.-post) > .link:after {
  margin-left: 0.52632em;
  font-family: 'FontAwesome';
  content: '\f054';
}

.post-navigation .overflow-link {
  white-space: normal;
}

a.page-numbers.prev,
a.page-numbers.next {
  float: none;
  vertical-align: top;
}

a.page-numbers.current {
  background-color: rgb(245, 80, 62);
}

.gform_wrapper .modal-form .gform_fields {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.form-item {
  -ms-flex-order: 0;
      order: 0;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

@media (min-width: 48em) {
  .form-item.-half {
    -ms-flex-preferred-size: calc(50% - .5555555555em);
        flex-basis: calc(50% - .5555555555em);
  }
}

.form-item.-half.-first {
  margin-right: .5555555555em;
}

.form-item.-half.-second {
  margin-left: .5555555555em !important;
}

.form-row {
  width: 100%;
  margin-bottom: 1.05263em;
}

.form-row.-hidden {
  display: none;
}

.field-label {
  display: block;
  width: 100%;
  font-size: 0.83333em;
  color: rgb(100, 100, 100);
}

.field-label.-checkbox {
  display: inline-block;
  float: left;
  width: calc(100% - 27px);
}

.field-label.-radio {
  display: inline-block;
  width: calc(100% - 30px);
  font-weight: 700;
}

.input-field,
.gform_wrapper .input-field,
.gform_wrapper input[type=text].input-field,
.gform_wrapper input[type=url].input-field,
.gform_wrapper input[type=email].input-field,
.gform_wrapper input[type=tel].input-field,
.gform_wrapper input[type=number].input-field,
.gform_wrapper input[type=password].input-field,
.gform_wrapper input.input-field:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  width: 100%;
  padding: .8055555555em;
  margin-bottom: 1.66667em;
  border-color: rgb(151, 151, 151);
  color: rgb(44, 57, 76);
}

.error-msg {
  visibility: hidden;
  display: none;
  font-size: .875em;
  color: rgb(181, 0, 22);
}

.error-msg.-alert {
  visibility: visible;
  display: block;
}

.select-box,
.gform_wrapper .select-box,
.gform_wrapper.gf_browser_chrome select.select-box {
  width: 100%;
  padding: .8055555555em;
  margin-bottom: 1.66667em;
  border-color: rgb(151, 151, 151);
  color: rgb(44, 57, 76);
}

/*
 * Gravity forms adds the following selector string `.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select`
 * that is targeting select boxes in Google Chrome, and adding a left margin. The really terrible hack below, that is a
 * wonderful sign of how not to write CSS, while also demonstrating CSS Inheritance at it's best, removes the margin.
 * Kids, please don't ever write CSS like this in your themes or plugins! It requires front end developers to do things
 * that we hate and should not do!
 */
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select.select-box {
  margin-left: 0;
}

.checkbox-field,
input.checkbox-field:not(input[type="radio"]) {
  display: inline-block;
  float: left;
  width: 20px;
  -webkit-appearance: checkbox;
}

.gform_wrapper ul.gfield_checkbox li .checkbox-field + label {
  display: inline-block;
  width: calc(100% - 30px);
  margin-left: 0.36842em;
  font-size: 0.83333em;
  color: rgb(100, 100, 100);
}

.radio-field,
input.radio-field:not(input[type="checkbox"]) {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  -webkit-appearance: radio;
}

.radio-field + label {
  display: inline-block;
  width: calc(100% - 30px);
}

.confirmation-item {
  width: 100%;
  margin-top: 1.66667em;
}

.confirmation-item.-first {
  margin-top: 0;
}

.confirmation-field .checkbox-field {
  margin-top: 7px;
}

.confirmation-description {
  margin-left: 2em;
  font-size: .8333333333em;
  color: rgb(100, 100, 100);
}

.gform_wrapper .modal-form .gform_fields {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.confirmation-field a,
.confirmation-field a:visited {
  color: rgb(0, 89, 181);
}

.confirmation-field a:hover,
.confirmation-field a:focus {
  color: rgb(245, 80, 62);
}

.datepicker,
.gform_wrapper input[type=text].datepicker {
  width: 100%;
  padding: .8055555555em !important;
  margin-bottom: 1.66667em;
  border-color: rgb(151, 151, 151);
  color: rgb(44, 57, 76);
}

/*
 * The Gravity Form development team really likes to add `!important` flags so that they can force their form styles on
 * you. Well, !nope.
 */
.gform_wrapper .form-item .datepicker {
  width: 100% !important;
}

.submit-button {
  padding: .7222222222em 1.38888888888em;
  background-color: rgb(74, 74, 74);
  border-radius: 0;
  line-height: 1;
  font-size: 1.125em;
  font-weight: 600;
  color: rgb(255, 255, 255);
}

.submit-button:hover,
.submit-button:focus {
  background-color: rgb(29, 29, 29);
}

.gfield.form-item.-moneypledge .gfield_label, .gfield.form-item.-moneypledge
.gfield_description {
  display: inline-block;
  width: auto;
}

.gfield.form-item.-moneypledge .gfield_description {
  margin-left: .25em;
}

.gform_wrapper .gfield .gfield_description {
  font-size: .8333em;
  color: rgb(100, 100, 100);
}

.gform_wrapper .form-item .gfield_required {
  color: rgb(181, 0, 22);
}

.gform_wrapper .top_label .form-item .gfield_label {
  margin: 0;
  font-weight: normal;
  color: rgb(100, 100, 100);
}

.distribution-list .gfield_checkbox {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.distribution-list .gfield_checkbox li {
  width: 50%;
  font-weight: bold;
}

.modal-visible {
  overflow: hidden;
}

.modal-open:not(.-image):not(.-transparent) {
  padding: .89em 4.45em;
  margin-top: 1.35em;
  background-color: rgb(74, 74, 74);
  line-height: 1;
  font-size: 1.125em;
  font-weight: 600;
  color: rgb(255, 255, 255);
}

.modal-open:not(.-image):not(.-transparent):hover,
.modal-open:not(.-image):not(.-transparent):focus {
  background-color: rgb(245, 80, 62);
}

.modal-open.-image {
  position: relative;
  display: block;
  cursor: pointer;
  transition: background-color .15s ease-in-out;
}

.single-fmc_personas_cpt .modal-open.-image:hover:before, .single-fmc_personas_cpt
.modal-open.-image:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, .25);
  content: '';
  z-index: 10;
}

.modal-open.-transparent {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 0.35714em;
  background-color: transparent;
  font-size: 0.77778em;
  font-weight: normal;
  color: rgb(245, 80, 62);
}

.page-section.-assets .modal-open.-transparent {
  width: auto;
  margin-top: 0;
  font-size: 0.84211em;
  font-weight: bold;
}

.modal-open.-transparent:hover,
.modal-open.-transparent:focus {
  background-color: transparent;
  color: rgb(0, 89, 181);
}

.page-section.-assets .modal-open.-transparent:after {
  margin-left: 5px;
  font-family: 'FontAwesome';
  content: '\f054';
}

.modal-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.5625em;
  background-color: #000000;
  background-color: rgba(0, 0, 0, .75);
  overflow: auto;
  opacity: 0;
  transition: opacity 250ms ease-in;
  z-index: -1;
}

.modal-overlay.-visible,
.modal-overlay[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  z-index: 99;
}

.modal-wrapper {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  background-color: rgba(0, 0, 0, .75);
  overflow: auto;
  opacity: 0;
  transition: opacity 250ms ease-in;
  z-index: -1;
}

@media (min-width: 64em) {
  .modal-wrapper {
    padding: 1.5625em;
  }
}

.modal-wrapper.-visible,
.modal-wrapper[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}

.modal-dialog {
  visibility: visible;
  position: relative;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  height: calc(100vh - 46px);
  max-width: 50em;
  padding: 2.7777777777em;
  margin: auto;
  background-color: rgb(255, 255, 255);
  overflow: auto;
  overflow-x: hidden;
  opacity: 0;
  color: rgb(29, 29, 29);
  pointer-events: auto;
}

@media (min-width: 48.9375em) {
  .modal-dialog {
    height: calc(100vh - 46px);
  }
}

@media (min-width: 64em) {
  .modal-dialog {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    max-height: 90%;
    min-width: 15em;
    max-width: 50em;
    padding: 2.7777777777em;
    border-radius: 4px;
  }
}

.modal-wrapper.-visible .modal-dialog,
.modal-wrapper[aria-hidden='false'] .modal-dialog {
  visibility: visible;
  opacity: 1;
}

.modal-dialog.-download {
  height: auto;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: .67em .725em;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  line-height: 1;
  color: rgb(74, 74, 74);
}

@media (min-width: 64em) {
  .modal-close {
    top: 50px;
    right: 50px;
  }
}

.modal-close:hover,
.modal-close:focus {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0);
}

.modal-title {
  margin-bottom: 1.09523809523em;
  font-size: 2.3333333333em;
  font-weight: 600;
}

.modal-description {
  margin-bottom: 2.3em;
  line-height: 1.6;
  font-size: 1.11111em;
}

.modal-description > .disclaimer {
  font-weight: 700;
}

.modal-content {
  font-size: .8888888888em;
}

.grid-row {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

@media (min-width: 64em) {
  .grid-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-right: -1.25em;
    margin-left: -1.25em;
  }
}

@media (min-width: 64em) {
  .page-section.-social .grid-row {
    margin-bottom: 3.33333em;
  }
}

.grid-row:not(.-networks) {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

@media (min-width: 64em) {
  .grid-row.-bios,
  .grid-row.-assets {
    margin-right: -.5em;
    margin-left: -.5em;
  }
}

@media (min-width: 64em) {
  .grid-row.-videos,
  .grid-row.-media {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -0.26316em;
    margin-left: -0.26316em;
  }
}

.grid-row.-networks {
  width: 100%;
}

@media (min-width: 50em) {
  .grid-row.-networks {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.grid-item {
  -ms-flex-order: 0;
      order: 0;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.grid-item.-quarter {
  padding-bottom: 0.73684em;
}

@media (min-width: 64em) {
  .grid-item.-quarter {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    padding-right: .4375em;
    padding-left: .4375em;
  }
}

.page-section.-media .grid-item.-quarter {
  max-height: 200px;
  padding-right: 0.26316em;
  padding-left: 0.26316em;
  padding-bottom: 0;
  margin-bottom: 0.52632em;
  overflow: hidden;
}

@media (min-width: 30em) {
  .grid-item.-quarter.-bio {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-right: .5em;
    padding-bottom: 2.625em;
    padding-left: .5em;
    text-align: center;
  }
}

@media (min-width: 64em) {
  .grid-item.-quarter.-bio {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

.grid-row.-videos .grid-item.-quarter.-bio {
  padding-right: 0.26316em;
  padding-left: 0.26316em;
  margin-bottom: 2.52632em;
}

@media (min-width: 64em) {
  .grid-item.-third {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    padding-right: 1.25em;
    padding-left: 1.25em;
    max-width: 33.3333333333%;
  }
}

.what-we-support .grid-item.-third {
  margin-bottom: 3.625em;
}

.page-section.-social .grid-item.-third {
  margin-bottom: 3.33333em;
}

@media (min-width: 64em) {
  .page-section.-social .grid-item.-third {
    margin-bottom: 0;
  }
}

.page-template-template-latest-news #page .grid-item.-third {
  margin-bottom: 4em;
}

.page-section.-assets .grid-item.-third {
  padding-right: .4375em;
  padding-left: .4375em;
  margin-bottom: 3.33333em;
}

@media (min-width: 50em) {
  .grid-row.-networks .grid-item.-third {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    padding-right: .625em;
    padding-left: .625em;
  }
}

@media (min-width: 64em) {
  .grid-row.-networks .grid-item.-third {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}

@media (min-width: 64em) {
  .grid-item.-half {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}

.page-section.-donate .grid-item.-half {
  text-align: center;
}

.grid-date {
  margin-bottom: 15px;
  font-size: 12px;
  text-transform: uppercase;
}

.grid-text .entry-title {
  font-weight: 600;
  font-size: 20px;
}

.grid-text .continue-reading {
  font-weight: bold;
  text-transform: uppercase;
}

.site-identity {
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: rgb(0, 89, 181);
}

.site-logo {
  width: auto;
  max-width: 124px;
}

.site-logo > a {
  display: block;
  vertical-align: top;
  max-height: 74px;
}

.titles-wrap {
  display: none;
}

.site-title-wrap {
  max-width: 11%;
  max-height: 74px;
}

.drawer-toggle i,
.drawer-toggle i.fa-times {
  margin-right: 10px;
  font-size: 20px;
  color: rgb(255, 255, 255);
}

.hero-posts {
  height: 400px;
  border-bottom: 5px solid rgb(245, 80, 62);
}

@media (min-width: 48em) {
  .hero-posts {
    height: 600px;
  }
}

@media (min-width: 81.25em) {
  .hero-posts {
    height: 700px;
  }
}

.hero-post {
  height: 400px;
}

@media (min-width: 48em) {
  .hero-post {
    height: 600px;
  }
}

@media (min-width: 81.25em) {
  .hero-post {
    height: 700px;
  }
}

.hero-posts .hero-post {
  padding: 0;
}

.single-fmc_show_cpt .hero-posts .hero-post,
.single-fmc_property_cpt .hero-posts .hero-post,
.single-fmc_network_cpt .hero-posts .hero-post {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-container {
  position: relative;
  height: 100%;
}

@media (min-width: 48em) {
  .hero-container {
    height: calc(100% - 132px);
  }
}

.single-fmc_show_cpt .hero-container,
.single-fmc_property_cpt .hero-container,
.single-fmc_network_cpt .hero-container {
  height: 100%;
}

.hero-posts .hero-text {
  position: absolute;
  right: 15px;
  bottom: 0;
  left: 15px;
}

@media (min-width: 48em) {
  .hero-posts .hero-text {
    right: 5%;
    bottom: 68px;
    left: 5%;
  }
}

.hero-wrapper.multi-hero .hero-posts .hero-text {
  bottom: 100px;
}

@media (min-width: 48em) {
  .hero-wrapper.multi-hero .hero-posts .hero-text {
    bottom: 68px;
  }
}

.single-fmc_show_cpt .hero-posts .hero-text,
.single-fmc_property_cpt .hero-posts .hero-text,
.single-fmc_network_cpt .hero-posts .hero-text {
  position: absolute;
  bottom: 0;
}

@media (min-width: 50em) {
  #hero-pager {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}

@media (min-width: 50em) {
  #hero-pager li {
    float: none;
    -ms-flex-order: 0;
        order: 0;
    -ms-flex: 0 1 25%;
        flex: 0 1 25%;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    width: auto;
    padding-right: 24px;
  }
}

.paging-thumb img {
  border: 1px solid rgb(151, 151, 151);
}

.content-area.-fullwidth {
  width: 100%;
}

.page.page-template.three-column .content-area.-fullwidth {
  width: 100%;
}

.page-section {
  width: 100%;
}

.page-section.-participation {
  margin-top: 3.77778em;
}

.page-title {
  margin-bottom: .5em;
  font-size: 2.63158em;
  font-weight: 700;
  color: rgb(0, 89, 181);
  text-transform: uppercase;
}

.section-title {
  margin-bottom: 0.44444em;
  font-size: 2em;
  font-weight: normal;
  color: rgb(98, 112, 125);
}

.page-section.-social .section-title {
  padding-top: 2.77778em;
  border-top: 1px solid rgb(215, 213, 216);
}

.page-section.-social:nth-of-type(1) .section-title {
  padding-top: 0.5em;
}

.section-title.-morevideos {
  margin-bottom: 0.46667em;
  font-size: 1.57895em;
  font-weight: 700;
  color: rgb(0, 89, 181);
  text-transform: uppercase;
}

.page-content {
  margin-bottom: 1.2em;
  font-size: 1.11111em;
  color: rgb(100, 100, 100);
}

.page-section.-participation .page-content {
  margin-bottom: 2.3em;
}

.page-content > .disclaimer {
  font-weight: 700;
  color: rgb(29, 29, 29);
}

.tab-module {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.tab-list {
  display: block;
  list-style-type: none;
  width: 100%;
  padding-top: 0.27778em;
  padding-right: 0.27778em;
  padding-left: 0.27778em;
  padding-bottom: 0.27778em;
  margin-bottom: 1.66667em;
  margin-left: 0;
  background-color: rgb(180, 180, 180);
}

@media (min-width: 50em) {
  .tab-list {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    padding-bottom: 0;
  }
}

.tab-item {
  position: relative;
  list-style-type: none;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  background-color: transparent;
  line-height: 1;
  font-size: 1.05263em;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}

.tab-item.-active,
.tab-item:focus {
  color: rgb(255, 255, 255);
}

.tab-item.current-menu-item.-active,
.tab-item.current-menu-item:focus {
  color: rgb(0, 0, 0);
}

.tab-item.menu-item-has-children:after {
  position: absolute;
  top: 15px;
  right: 12px;
  font-family: 'FontAwesome';
  font-size: .625em;
  content: '\f078';
}

.tab-link {
  display: block;
  padding: 0.55556em 1.94444em 0.61111em;
  color: rgb(0, 0, 0);
}

.tab-item.-active .tab-link {
  background-color: rgb(151, 151, 151);
  color: rgb(255, 255, 255);
}

.tab-item.-selected .tab-link {
  background-color: rgb(255, 255, 255);
}

.tab-item.current-menu-item .tab-link {
  background-color: rgb(255, 255, 255);
}

.tab-item.current-menu-item.-active .tab-link {
  background-color: rgb(255, 255, 255);
}

.tab-link:link,
.tab-link:visited {
  color: rgb(0, 0, 0);
}

.tab-item.current-menu-item .tab-link:link,
.tab-item.-selected .tab-link:link, .tab-item.current-menu-item
.tab-link:visited,
.tab-item.-selected
.tab-link:visited {
  color: rgb(0, 0, 0);
}

.tab-link:hover,
.tab-item.-active .tab-link {
  background-color: rgb(151, 151, 151);
  color: rgb(255, 255, 255);
}

.tab-item.current-menu-item .tab-link:hover, .tab-item.current-menu-item
.tab-item.-active .tab-link {
  color: rgb(0, 0, 0);
}

.tab-item.current-menu-item.-active .tab-link:hover, .tab-item.current-menu-item.-active
.tab-item.-active .tab-link {
  background-color: rgb(151, 151, 151);
  color: rgb(255, 255, 255);
}

.tab-item.menu-item-has-child.-active .tab-link:hover, .tab-item.menu-item-has-child.-active
.tab-item.-active .tab-link {
  background-color: rgb(151, 151, 151);
  color: rgb(255, 255, 255);
}

.subtab-item {
  width: 100%;
  border-bottom: 1px solid rgb(180, 180, 180);
  font-size: 0.66667em;
  text-align: left;
}

@media (min-width: 50em) {
  .subtab-item {
    width: 250px;
  }
}

.subtab-item:nth-last-child(1) {
  border-bottom-width: 0;
}

.subtab-link {
  display: block;
  padding: 1.14286em;
  background-color: rgb(151, 151, 151);
  color: rgb(255, 255, 255);
}

.subtab-link:link,
.subtab-link:visited {
  color: rgb(255, 255, 255);
}

.subtab-link:hover,
.subtab-link:focus,
.subtab-link.-selected {
  background-color: rgb(180, 180, 180);
  color: rgb(0, 0, 0);
}

.tab-panel {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-order: 0;
      order: 0;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  -ms-flex-item-align: auto;
      align-self: auto;
}

.tab-panel[aria-hidden="true"] {
  display: none;
}

.subtab-list {
  position: absolute;
  z-index: 10;
  top: 34px;
  left: 0;
  display: block;
  visibility: hidden;
  width: 100%;
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  transition: transform 0.3s ease-out, opacity 0s 0.3s, visibility 0s 0.3s;
  transform: translate3d(200%, 0, 0);
  opacity: 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.tab-item.-active .subtab-list {
  visibility: visible;
  transition: transform 0.3s ease-out, opacity 0s, visibility 0s;
  transform: translate3d(0%, 0, 0);
  opacity: 1;
}

@media (min-width: 50em) {
  .subtab-list {
    display: none;
    transform: translate3d(0%, 0, 0);
    position: absolute;
    top: 42px;
  }
  .tab-item.-active .subtab-list {
    display: block;
  }
}

.contact-widgets li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  list-style: none;
  position: relative;
  border-bottom: 1px solid rgba(151, 151, 151, .25);
}

.contact-widgets li a, .contact-widgets li span {
  display: block;
}

.contact-widgets li .name {
  font-size: 18px;
  font-weight: bold;
}

.single-fmc_personas_cpt .entry-article {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.blog:not(._multi-post-archive-multimediaphotos-logos) .featured-image,
.search .featured-image {
  float: left;
  width: calc(40% - 10px);
  margin-right: 10px;
}

.single-fmc_show_cpt #page .featured-image,
.single-fmc_property_cpt #page .featured-image,
.single-fmc_network_cpt #page .featured-image,
.page-template-template-latest-news #page .featured-image {
  margin-bottom: 0.94737em;
}

.single-fmc_personas_cpt .featured-image {
  position: relative;
  -ms-flex-order: 1;
      order: 1;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

@media (min-width: 30em) {
  .single-fmc_personas_cpt .featured-image {
    -ms-flex: 0 0 180px;
        flex: 0 0 180px;
    max-width: 180px;
  }
}

.featured-image.-bio {
  margin-bottom: 0;
}

.featured-image.-bordered {
  border: 1px solid #979797;
  border: 1px solid rgba(151, 151, 151, .25);
}

.featured-image.-network {
  padding: .35em;
}

@media (min-width: 50em) {
  .featured-image.-network {
    margin-bottom: 1.25em;
  }
}

@media (min-width: 64em) {
  .featured-image.-network {
    margin-bottom: 2.5em;
  }
}

@media (min-width: 75em) {
  .featured-image.-network {
    padding: 1.5625em 2.8125em;
  }
}

.featured-image.-network > .image {
  margin: 0 auto;
}

.home.blog .featured-image.-placeholder {
  border: 1px solid #979797;
  border: 1px solid rgba(151, 151, 151, .25);
}

.grid-item.-media .featured-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog .entry-header {
  float: left;
  width: calc(60% - 10px);
  margin-bottom: 18px;
  margin-left: 10px;
  line-height: 0;
}

@media (min-width: 64em) {
  .blog .entry-header {
    line-height: 1.7;
  }
}

.single .entry-header,
.search .entry-header {
  margin-bottom: 3.15789em;
}

.page .entry-header {
  margin-bottom: 0;
}

.single-fmc_personas_cpt .entry-header {
  -ms-flex-order: 0;
      order: 0;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: 1em;
  border-bottom: 1px solid rgb(215, 213, 216);
}

.byline {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 12px;
  color: rgb(98, 112, 125);
  text-transform: uppercase;
  line-height: 1.0;
}

@media (min-width: 64em) {
  .byline {
    line-height: 1.7;
    margin-bottom: 18px;
  }
}

.entry-content {
  font-size: 16px;
}

.home.blog .entry-content,
.search .entry-content {
  float: left;
  width: calc(50% - 10px);
  margin-left: 10px;
}

.single-fmc_personas_cpt .entry-content {
  -ms-flex-order: 1;
      order: 1;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
  font-size: 0.66667em;
  font-weight: 600;
}

@media (min-width: 50em) {
  .single-fmc_personas_cpt .entry-content {
    font-size: 0.94118em;
  }
}

.page .entry-content {
  line-height: 1.5;
  font-size: 0.94737em;
}

.single-fmc_personas_cpt .featured-image + .entry-content {
  -ms-flex-order: 2;
      order: 2;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

@media (min-width: 30em) {
  .single-fmc_personas_cpt .featured-image + .entry-content {
    -ms-flex-preferred-size: calc(100% - 180px - 30px);
        flex-basis: calc(100% - 180px - 30px);
    margin-left: 1.5em;
  }
}

.entry-content a:not([class*="button"]),
.entry-content a:not([class*="button"]):visited {
  border-bottom: none;
  color: rgb(245, 80, 62);
}

.entry-content a:not([class*="button"]):hover,
.entry-content a:not([class*="button"]):focus {
  border-bottom: none;
  color: rgb(0, 89, 181);
}

.single .entry-content > p {
  margin-bottom: 2em;
  line-height: 1.5;
  font-size: 1.125em;
}

.single-fmc_personas_cpt .entry-content > p {
  margin-bottom: 0;
  line-height: 1.7;
  font-size: 1.25em;
}

.entry-content > h2 {
  font-size: 1.55556em;
  font-weight: normal;
  color: rgb(98, 112, 125);
}

.entry-date {
  font-size: .75em;
  color: rgb(98, 112, 125);
}

.single-fmc_show_cpt #page .entry-date,
.single-fmc_property_cpt #page .entry-date,
.single-fmc_network_cpt #page .entry-date,
.page-template-template-latest-news #page .entry-date {
  text-transform: uppercase;
}

.entry-title {
  word-break: break-all;
  word-break: break-word;
}

.hero-posts .hero-post .entry-title {
  font-size: 2.63158em;
  font-weight: bold;
}

.full-post .entry-title,
.search .entry-title {
  font-size: 1.05263em;
  font-weight: 600;
  color: rgb(0, 0, 0);
}

@media (min-width: 64em) {
  .full-post .entry-title,
  .search .entry-title {
    font-size: 1.31579em;
  }
}

#hero-page .entry-title,
#hero-pager .entry-title {
  font-size: 0.94737em;
}

.single .entry-title {
  margin-top: 0.66667em;
  margin-bottom: 0.2381em;
  font-size: 2.33333em;
  font-weight: 700;
}

.page .entry-header .entry-title,
.archive .entry-title, .entry-title.-assets,
.search .entry-header .entry-title {
  padding-bottom: 0.4em;
  margin-bottom: 0.56em;
  border-bottom: 1px solid rgb(215, 213, 216);
  font-size: 2.77778em;
  font-weight: 700;
  color: rgb(0, 89, 181);
  text-transform: uppercase;
}

.single-fmc_show_cpt #page .entry-title,
.single-fmc_property_cpt #page .entry-title,
.single-fmc_network_cpt #page .entry-title,
.page-template-template-latest-news #page .entry-title {
  padding-top: 0;
  margin-top: 0.9em;
  margin-bottom: 0.4em;
  border-bottom-width: 0;
  font-size: 1.05263em;
  color: rgb(0, 0, 0);
  text-transform: none;
  word-break: normal;
}

.single-fmc_personas_cpt .entry-title {
  -ms-flex-order: 0;
      order: 0;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  margin-top: 0;
  margin-bottom: 0.26em;
  font-size: 2.77778em;
  font-weight: 700;
  color: rgb(0, 89, 181);
  text-transform: uppercase;
}

.entry-title.-asset {
  margin-bottom: 0.7em;
  line-height: 1.35;
  overflow: hidden;
  font-size: 1.11111em;
  color: rgb(0, 0, 0);
  text-transform: none;
}

.full-post .entry-title a,
.search .entry-title a, .full-post
.entry-title a:visited,
.search
.entry-title a:visited {
  color: rgb(0, 0, 0);
}

.full-post .entry-title a:hover,
.search .entry-title a:hover, .full-post
.entry-title a:focus,
.search
.entry-title a:focus {
  color: rgb(245, 80, 62);
}

.entry-title + .byline {
  margin-top: 3%;
}

.entry-author {
  font-size: 1.125em;
  font-weight: 700;
  color: rgb(245, 80, 62);
}

.entry-author > .link:hover,
.entry-author > .link:focus {
  color: rgb(0, 89, 181);
  text-decoration: none;
}

.more-link {
  font-size: 0.84211em;
  font-weight: bold;
  color: rgb(245, 80, 62);
  text-decoration: none;
}

.single-fmc_show_cpt #page .more-link,
.single-fmc_property_cpt #page .more-link,
.single-fmc_network_cpt #page .more-link {
  font-size: 0.63158em;
  font-weight: normal;
}

.page-template-template-latest-news #page .more-link {
  text-transform: uppercase;
}

.more-link:visited {
  color: rgb(245, 80, 62);
}

.more-link:hover,
.more-link:focus {
  color: rgb(0, 89, 181);
}

#page .more-link:after,
.blog .more-link:after {
  margin-left: 5px;
  font-family: 'FontAwesome';
  content: '\f054';
}

.social-title {
  margin-bottom: 1.66667em;
  font-size: 1em;
  font-weight: 700;
  color: rgb(0, 0, 0);
}

.social-link {
  display: inline-block;
  width: 60px;
  height: 60px;
  padding-top: 0.77778em;
  padding-bottom: 0.77778em;
  margin-right: 0.55556em;
  border-radius: 0.44444em;
  background-color: rgb(151, 151, 151);
  transition: background-color .25s ease-in-out;
  text-align: center;
}

.social-link.-facebook {
  background-color: rgb(74, 107, 178);
}

.social-link.-instagram {
  background-color: rgb(225, 48, 108);
}

.social-link.-twitter {
  background-color: rgb(36, 187, 229);
}

.social-link.-youtube {
  background-color: rgb(205, 32, 31);
}

.social-link.-facebook:hover,
.social-link.-facebook:focus {
  background-color: rgb(91, 121, 187);
}

.social-link.-instagram:hover,
.social-link.-instagram:focus {
  background-color: rgb(228, 70, 124);
}

.social-link.-twitter:hover,
.social-link.-instagram:focus {
  background-color: rgb(59, 194, 232);
}

.bio-name {
  margin-top: 0.38889em;
  margin-bottom: 0.38889em;
  font-size: 0.94737em;
  font-weight: 700;
  color: rgb(0, 0, 0);
}

.bio-name a,
.bio-name a:link,
.bio-name a:visited {
  color: rgb(0, 0, 0);
}

.bio-name a:hover,
.bio-name a:focus {
  color: rgb(245, 80, 62);
}

.job-title {
  min-height: 48px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 0.73684em;
  color: rgb(98, 112, 125);
}

.single-fmc_personas_cpt .job-title {
  -ms-flex-order: 0;
      order: 0;
  -ms-flex: 0 1 50%;
      flex: 0 1 50%;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  font-size: 1.25em;
}

.bio-link {
  display: inline-block;
  font-size: 0.73684em;
  font-weight: 700;
  color: rgb(245, 80, 62);
}

.assets-link {
  position: relative;
  display: inline-block;
  font-size: 0.73684em;
  font-weight: 700;
  color: rgb(245, 80, 62);
}

.bio-link + .assets-link:before {
  margin-right: 0.35714em;
  margin-left: 0.33333em;
  content: '|';
}

.single-fmc_personas_cpt .twitter-link {
  -ms-flex-order: 0;
      order: 0;
  -ms-flex: 0 1 50%;
      flex: 0 1 50%;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  font-size: .875em;
  color: rgb(0, 89, 181);
  text-align: right;
}

.single-fmc_personas_cpt .twitter-link:link, .single-fmc_personas_cpt
.twitter-link:visited {
  color: rgb(0, 89, 181);
}

.single-fmc_personas_cpt .twitter-link:hover, .single-fmc_personas_cpt
.twitter-link:focus {
  color: rgb(0, 46, 86);
}

.twitter-link:before {
  margin-right: 0.5em;
  line-height: 1;
  vertical-align: middle;
  font-size: 1.42857em;
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  text-align: center;
  content: '\f099';
}

.bio-summary {
  -ms-flex-order: 3;
      order: 3;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  margin-top: 2.10526em;
}

.bio-summary > h3 {
  font-size: 1.44444em;
  font-weight: normal;
  color: rgb(98, 112, 125);
  text-transform: uppercase;
}

.bio-summary > p {
  line-height: 1.5;
  font-size: 0.84211em;
  font-weight: normal;
}

.bio-pdf {
  -ms-flex-order: 4;
      order: 4;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  -ms-flex-item-align: auto;
      align-self: auto;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
  line-height: 1.1;
}

.bio-pdf > .icon {
  -ms-flex-order: 0;
      order: 0;
  -ms-flex: 0 0 32px;
      flex: 0 0 32px;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  margin-right: 0.78947em;
}

.bio-pdf > .meta {
  -ms-flex-order: 1;
      order: 1;
  -ms-flex: 0 1 calc(100% - 47px);
      flex: 0 1 calc(100% - 47px);
  -ms-flex-item-align: auto;
      align-self: auto;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
  font-size: 0.73684em;
}

.bio-pdf .link {
  -ms-flex-order: 0;
      order: 0;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  font-size: 1.28571em;
}

.show-title {
  margin-bottom: 0.26em;
  line-height: 1.3;
  font-size: 2.63158em;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

.show-description {
  margin-bottom: 0.7em;
  line-height: 1.3;
  font-size: 1.05263em;
  color: rgb(255, 255, 255);
}

.show-meta {
  padding-bottom: 0.78947em;
  margin-bottom: 0.78947em;
  border-bottom: 1px solid rgb(151, 151, 151);
  font-size: 1.05263em;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

.show-meta > .date {
  display: inline-block;
}

.show-meta > .networks {
  display: inline-block;
}

.show-meta > .networks a,
.show-meta > .networks a:visited {
  color: rgb(255, 255, 255);
}

.show-meta > .networks a:hover,
.show-meta > .networks a:focus {
  color: rgb(151, 151, 151);
}

.show-social {
  display: inline-block;
  margin-left: 1.57895em;
}

.show-social > .link {
  margin-right: 0.84211em;
}

.show-assets {
  padding: 0.3em 1.2em;
  margin-bottom: 1.4em;
  background-color: rgb(245, 80, 62);
  font-size: 1.05263em;
  color: rgb(255, 255, 255);
}

.show-assets:visited,
.show-assets:link {
  color: rgb(255, 255, 255);
}

.show-assets:hover,
.show-assets:focus {
  background-color: rgb(0, 89, 181);
  color: rgb(255, 255, 255);
}

.filter-message {
  display: none;
}

.filter-message.-active {
  display: block;
}

.video-player {
  margin-bottom: 2.31579em;
}

.neovid-wrapper {
  position: relative;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.neovid-wrapper > .neovid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-thumbnail {
  position: relative;
  display: block;
}

.video-thumbnail > .image {
  width: 100%;
}

.video-thumbnail > .icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.video-title {
  margin-bottom: 1.42857em;
  font-size: 0.73684em;
  font-weight: 700;
  color: rgb(0, 0, 0);
}

.video-player .video-title {
  margin-top: 0.47059em;
  margin-bottom: 0.70588em;
  font-size: 1.78947em;
  color: rgb(74, 74, 74);
}

.video-title > .link,
.video-title > .link:link,
.video-title > .link:visited {
  color: rgb(0, 0, 0);
}

.video-title > .link:hover,
.video-title > .link:focus {
  color: rgb(0, 89, 181);
}

.video-date {
  font-size: 0.63158em;
  font-weight: 600;
  color: rgb(98, 112, 125);
}

.video-player .video-date {
  display: block;
  width: 100%;
  margin-top: 1.15789em;
}

.video-description {
  line-height: 2.25;
  font-size: 0.94737em;
  color: rgb(74, 74, 74);
}

.loading-message {
  display: none;
}

.loading-message.-active {
  display: block;
}

.photo-link {
  display: block;
}

.photo-link > .image {
  display: block;
}

.filter-message {
  display: none;
}

.filter-message.-active {
  display: block;
}

.search-term {
  font-style: italic;
}

.more-news {
  display: none;
  padding: 1em 2em;
  background-color: rgb(245, 80, 62);
  border-radius: 2px;
  font-size: 0.94737em;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.more-news:link,
.more-news:visited {
  color: rgb(255, 255, 255);
}

.more-news:hover,
.more-news:focus {
  background-color: rgb(98, 112, 125);
  color: rgb(255, 255, 255);
}

.more-news:after {
  margin-left: 1em;
  font-family: 'FontAwesome';
  content: '\f054';
}

.more-news.-visible {
  display: inline-block;
}

.widget-area aside .widget-title,
.widget-area aside .widgettitle,
.widget-area .widget-grofile h4 a,
.widget-title {
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: bold;
  color: rgb(245, 80, 62);
  text-transform: uppercase;
}

.widget-area ul {
  list-style-type: none;
  margin-left: 0;
}

.widget-area aside li,
.widget-area li {
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(151, 151, 151, .25);
}

.widget-area aside li:last-child,
.widget-area li:last-child {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(151, 151, 151, .25);
}

.widget-area aside li a,
.widget-area aside li a:visited,
.widget-area li a,
.widget-area li a:visited {
  color: rgb(0, 0, 0);
}

.widget-area aside li a:hover,
.widget-area aside li a:focus,
.widget-area li a:hover,
.widget-area li a:focus {
  color: rgb(245, 80, 62);
}

.related-items {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.related-item {
  -ms-flex-order: 0;
      order: 0;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  padding-bottom: 1.05263em;
  margin-bottom: 1.05263em;
  border-bottom: 1px solid rgb(215, 213, 216);
}

.related-link {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.related-image {
  -ms-flex-order: 0;
      order: 0;
  -ms-flex: 0 0 122px;
      flex: 0 0 122px;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.related-details {
  -ms-flex-order: 1;
      order: 1;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  margin-left: 0.625em;
}

.related-title {
  margin-left: 0;
  margin-bottom: 0.5em;
  font-size: 0.84211em;
  font-weight: 700;
  color: rgb(0, 0, 0);
}

.related-link:hover .related-title,
.related-link:focus .related-title {
  color: rgb(0, 89, 181);
}

.related-description {
  margin-left: 0;
  margin-bottom: 0.5em;
  font-size: 0.68421em;
  font-weight: 400;
  color: rgb(0, 0, 0);
}

.related-description:hover .related-description,
.related-description:focus .related-description {
  color: rgb(0, 89, 181);
}

.latest-news {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-left: 0;
}

.news-item {
  -ms-flex-order: 0;
      order: 0;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-item-align: auto;
      align-self: auto;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
  position: relative;
  list-style: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(151, 151, 151, .25);
}

.news-item > .date {
  -ms-flex-order: 0;
      order: 0;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  margin-bottom: 1em;
  font-size: .75em;
  color: rgb(98, 112, 125);
}

.news-item > .link {
  -ms-flex-order: 1;
      order: 1;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  font-size: .875em;
  font-weight: bold;
  color: rgb(0, 0, 0);
}

.news-item > .link:link,
.news-item > .link:visited {
  color: rgb(0, 0, 0);
}

.news-item > .link:hover,
.news-item > .link:focus {
  color: rgb(245, 80, 62);
}

.employee-name {
  font-size: 1.125em;
  font-weight: 700;
}

.employee-position {
  font-size: 0.84211em;
  color: rgb(98, 112, 125);
}

.employee-contact {
  font-size: 0.73684em;
  color: rgb(98, 112, 125);
}

.employee-contact > .phone {
  display: inline-block;
}

.employee-email {
  display: inline-block;
  color: rgb(245, 80, 62);
}

.employee-email:link,
.employee-email:visited {
  color: rgb(245, 80, 62);
}

.employee-email:hover,
.employee-email:focus {
  color: rgb(0, 89, 181);
}

.employee-phone {
  display: inline-block;
}

.employee-email + .employee-phone::before {
  content: '|';
  margin-right: 0.35714em;
  margin-left: 0.35714em;
}

.related-items + .about-network,
.about-network + .related-items {
  margin-top: 1.57895em;
}

.network-description {
  margin-top: 1.05263em;
}

.footer-bottom {
  padding-top: 16px;
}

.footer-navigation {
  width: 100%;
}

.footer-navigation ul {
  column-count: 3;
  column-gap: 50px;
}

.footer-navigation li {
  width: 100%;
}

.footer-navigation a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  font-size: 14px;
  color: rgb(255, 255, 255);
}

.footer-navigation a:visited {
  color: rgb(255, 255, 255);
}

.footer-navigation a:hover,
.footer-navigation a:focus {
  color: rgb(151, 151, 151);
}

.footer-tagline {
  padding-top: 52px;
  font-size: 12px;
}

.footer-navigation + .footer-tagline {
  float: none;
  width: 100%;
  text-align: center;
}

/*# sourceMappingURL=styles.css.map */
