* {
  font-family: 'Source Sans Pro', sans-serif; }

.hidden {
  display: none !important; }

#audience ul#buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap; }
  #audience ul#buttons li {
    margin: 10px 20px;
    width: 300px;
    display: block;
    background: rgba(234, 26, 33, 0.8);
    border: 2px solid #EA1A21;
    border-radius: 100px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 0;
    line-height: 1;
    cursor: pointer;
    transition: background .4s ease, border-color .4s ease; }
    #audience ul#buttons li a {
      padding: 20px;
      color: #FFFFFF;
      text-decoration: none;
      display: block; }
    #audience ul#buttons li:nth-child(2) {
      background: rgba(18, 39, 46, 0.8);
      border: 2px solid #12272E; }
    #audience ul#buttons li:hover {
      background: rgba(249, 189, 55, 0.8);
      border: 2px solid #F9BD37;
      text-decoration: none;
      transition: background .4s ease, border-color .4s ease; }
  @media screen and (max-width: 650px) {
    #audience ul#buttons {
      flex-direction: column; }
      #audience ul#buttons li {
        max-width: calc(100% - 40px); } }

.angle {
  position: relative; }
  .angle:before, .angle:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1; }
  .angle:before {
    top: 0;
    -ms-transform: skewY(-1.5deg);
    transform: skewY(-1.5deg);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0; }
  .angle:after {
    bottom: 0;
    -ms-transform: skewY(1.5deg);
    transform: skewY(1.5deg);
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%; }

.social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap; }
  .social li {
    padding: 0 15px 0 0;
    margin: 0 !important; }

.line:after {
  content: '';
  display: block;
  height: 2px;
  background-color: #EA1920;
  width: 150px;
  margin: 10px 0 0; }

#hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 200px 0 150px;
  position: relative;
  background-color: #13272E; }
  #hero span, #hero h1 {
    text-align: center;
    color: #FFFFFF;
    font-size: 48px;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    display: block; }
  #hero:after {
    content: '';
    position: absolute;
    filter: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .3;
    background-image: radial-gradient(52% 60%, rgba(0, 0, 0, 0.53) 51%, #000 85%);
    -moz-background-size: cover;
    -webkit-background-size: cover; }
  @media screen and (max-width: 787px) {
    #hero span, #hero h1 {
      font-size: 34px; } }
  @media screen and (max-width: 600px) {
    #hero {
      padding: 150px 0 100px; } }

#content h1, #list h1 {
  font-size: 40px;
  margin: 10px 0 5px; }

#content h2, #list h2 {
  margin: 0 0 5px;
  font-size: 36px; }
  #content h2:after, #list h2:after {
    content: '';
    display: block;
    height: 2px;
    background-color: #EA1920;
    width: 150px;
    margin: 10px 0 0; }

#content h3, #list h3 {
  color: #EA1A21;
  font-size: 28px;
  font-weight: bold;
  margin: 30px 0 15px; }

#content h4, #list h4 {
  color: #12272E;
  font-size: 24px;
  margin: 30px 0 10px;
  font-weight: bold; }

@media screen and (max-width: 787px) {
  #content h1, #list h1 {
    font-size: 30px; }
  #content h2, #list h2 {
    font-size: 30px; }
  #content h3, #list h3 {
    font-size: 24px; }
  #content h4, #list h4 {
    font-size: 20px; } }

#content {
  position: relative; }
  #content .TextformatterVideoEmbed {
    width: 100%; }
  #content time {
    font-weight: bold;
    color: #537682;
    font-size: 16px; }
  #content img {
    display: block;
    margin: 50px auto; }
  #content em {
    color: #13272E; }
  #content li {
    padding: 5px 0; }
    #content li p {
      margin: 0; }
  #content p, #content li {
    color: #12272E;
    font-size: 20px; }
    #content p a, #content li a {
      color: #EA1A21; }
      #content p a:hover, #content li a:hover {
        color: #F9BD37; }

#google {
  width: 100%;
  padding: 5px;
  background: #081214;
  order: -1;
  z-index: 9;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap; }
  #google .box {
    background: #F9BD37;
    border-radius: 20px;
    padding: 2px 10px;
    width: 145px;
    border: 1px solid #F9BD37;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap; }
    #google .box .uk-icon {
      color: #081214;
      padding-right: 10px; }
    #google .box .goog-te-gadget-simple {
      background: transparent;
      border: none; }
      #google .box .goog-te-gadget-simple .goog-te-gadget-icon {
        display: none; }
      #google .box .goog-te-gadget-simple .goog-te-menu-value {
        font-size: 12px;
        padding: 0;
        line-height: 1;
        color: #081214;
        text-transform: uppercase;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap; }
        #google .box .goog-te-gadget-simple .goog-te-menu-value img {
          display: none !important; }
        #google .box .goog-te-gadget-simple .goog-te-menu-value span:nth-child(3) {
          display: none; }
        #google .box .goog-te-gadget-simple .goog-te-menu-value span:nth-child(5) {
          font-size: 8px;
          padding: 0 0 0 10px;
          color: #081214 !important; }
    #google .box:hover {
      background: #081214; }
      #google .box:hover .uk-icon {
        color: #F9BD37; }
      #google .box:hover .goog-te-gadget-simple .goog-te-menu-value {
        border: none;
        color: #F9BD37;
        text-decoration: none; }
        #google .box:hover .goog-te-gadget-simple .goog-te-menu-value span:nth-child(5) {
          color: #F9BD37 !important; }

body .buorg {
  position: absolute;
  position: fixed;
  z-index: 111111;
  width: 100%;
  top: auto;
  bottom: 0px;
  left: 0px;
  border-bottom: none;
  border-top: none;
  text-align: center;
  color: #13272E;
  background-color: #F9BD37;
  font: 18px 'Source Sans Pro', sans-serif;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  animation: 1s ease-out 0s buorgfly; }

body .buorg-pad {
  padding: 10px;
  line-height: 1.2; }

body .buorg-buttons {
  display: block;
  text-align: center;
  margin: 10px 0 0; }

body #buorgig, body #buorgul, body #buorgpermanent {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: normal;
  background: #12272E;
  white-space: nowrap;
  margin: 0 2px;
  display: inline-block; }
  body #buorgig:hover, body #buorgul:hover, body #buorgpermanent:hover {
    background: #555; }

@media only screen and (max-width: 700px) {
  body .buorg div {
    padding: 5px 12px 5px 9px;
    line-height: 1.3em; } }

@keyframes buorgfly {
  from {
    opacity: 0;
    transform: translateY(-50px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }

body .buorg-fadeout {
  transition: visibility 0s 8.5s, opacity 8s ease-out .5s; }

body .buorg-icon {
  width: 22px;
  height: 16px;
  vertical-align: middle;
  position: relative;
  top: -0.05em;
  display: inline-block;
  background: no-repeat 0px center; }

header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  z-index: 9999999;
  width: 100%; }
  header #logo {
    width: 350px; }
    header #logo img {
      margin-top: -10px; }
  header #topnav {
    width: calc(100% - 700px);
    padding: 30px 0; }
    header #topnav ul {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      header #topnav ul li {
        margin: 0; }
        header #topnav ul li a {
          padding: 0;
          color: #FFFFFF;
          text-transform: uppercase;
          font-size: 16px;
          margin: 0 15px;
          font-weight: 600;
          border-bottom: solid 0px #EA1A21;
          transition: border-bottom 0.5s ease;
          text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
          header #topnav ul li a:hover {
            border-width: 3px;
            text-decoration: none; }
        header #topnav ul li.search a {
          border: none; }
          header #topnav ul li.search a:hover {
            color: #EA1A21; }
  header #menu {
    width: 350px;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    text-align: right;
    padding: 20px 30px 40px;
    cursor: pointer;
    outline: none; }
  header .uk-offcanvas-bar {
    background: #12272E url(../../images/cropped-seal.png) right bottom no-repeat;
    background-size: 90% auto;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
    header .uk-offcanvas-bar ul li a {
      font-size: 18px;
      padding: 10px 0;
      color: #fff;
      font-weight: 600;
      text-transform: uppercase;
      font-weight: normal; }
      header .uk-offcanvas-bar ul li a:hover {
        color: #F9BD37;
        text-decoration: none; }
    header .uk-offcanvas-bar p {
      color: #FFFFFF;
      border-top: 2px solid #EA1A21;
      padding: 20px 0 0; }
      header .uk-offcanvas-bar p strong {
        font-size: 28px;
        font-weight: normal;
        color: #FFFFFF;
        display: block;
        margin: 0 0 5px; }
  header form {
    width: 100%; }
    header form .row {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: nowrap;
      width: 100%; }
      header form .row label {
        display: none; }
      header form .row ::placeholder {
        color: #FFFFFF; }
      header form .row input.email {
        -webkit-appearance: none;
        appearance: none;
        padding: 10px 15px;
        border: none;
        border-radius: 0px;
        background: rgba(255, 255, 255, 0.2);
        color: #FFFFFF;
        outline: none;
        font-size: 18px;
        width: calc(100% - 50px);
        line-height: 1; }
      header form .row .mcsubmit {
        background: #EA1A21;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        width: 50px;
        border: none; }
        header form .row .mcsubmit input.button {
          -webkit-appearance: none;
          appearance: none;
          outline: none;
          background: transparent;
          color: transparent;
          width: 100%;
          height: 100%;
          position: relative;
          border-radius: 0px;
          -webkit-appearance: none;
          appearance: none;
          z-index: 1;
          border: none;
          cursor: pointer; }
        header form .row .mcsubmit span {
          color: #FFFFFF;
          display: block;
          text-align: center;
          position: absolute;
          z-index: 0;
          top: 50%;
          width: 100%;
          left: 0;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
        header form .row .mcsubmit:hover {
          background: #F9BD37; }
          header form .row .mcsubmit:hover span {
            color: #12272E; }
    header form:focus-within .row input {
      border-color: #FFFFFF; }
    header form:focus-within .row .mcsubmit {
      background: #FFFFFF; }
      header form:focus-within .row .mcsubmit span {
        color: #12272E; }
      header form:focus-within .row .mcsubmit:hover {
        background: #F9BD37; }
        header form:focus-within .row .mcsubmit:hover span {
          color: #12272E; }

@media screen and (max-width: 1250px) {
  header #logo {
    width: 250px; }
  header #topnav {
    width: calc(100% - 500px);
    padding: 10px 0; }
  header #menu {
    width: 250px;
    padding: 10px 30px; } }

@media screen and (max-width: 1050px) {
  header #topnav {
    width: calc(100% - 350px); }
    header #topnav ul {
      align-items: flex-end; }
  header #menu {
    width: 100px;
    padding: 10px 30px 10px; } }

@media screen and (max-width: 992px) {
  header #logo {
    width: calc(100% - 100px); }
    header #logo img {
      max-width: 250px; }
  header #topnav {
    display: none; }
  header #menu {
    width: 100px; } }

@media screen and (max-width: 650px) {
  header #menu {
    padding: 10px; } }

footer #enews {
  background: #F9BD37;
  position: relative;
  padding: 40px 0;
  z-index: 0; }
  footer #enews .uk-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap; }
    footer #enews .uk-container > div:nth-child(1) {
      width: 55%;
      padding-right: 50px; }
    footer #enews .uk-container > div:nth-child(2) {
      width: 45%; }
  footer #enews:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 0;
    height: 0;
    z-index: 1;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 13px solid #F9BD37;
    clear: both; }
  footer #enews form {
    width: 100%; }
    footer #enews form .row {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: nowrap;
      width: 100%; }
      footer #enews form .row label {
        display: none; }
      footer #enews form .row ::placeholder {
        color: #12272E; }
      footer #enews form .row input.email {
        padding: 10px 15px;
        border: 2px solid rgba(18, 39, 46, 0.7);
        border-radius: 50px 0 0 50px;
        background: rgba(255, 255, 255, 0.2);
        color: #12272E;
        outline: none;
        font-size: 18px;
        border-right: none;
        width: calc(100% - 40px);
        line-height: 1; }
      footer #enews form .row .mcsubmit {
        background: #12272E;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        width: 40px;
        border-radius: 0 50px 50px 0; }
        footer #enews form .row .mcsubmit input.button {
          background: transparent;
          color: transparent;
          width: 100%;
          height: 100%;
          position: relative;
          border-radius: 0px;
          -webkit-appearance: none;
          appearance: none;
          z-index: 1;
          border: none;
          cursor: pointer; }
        footer #enews form .row .mcsubmit span {
          color: #FFFFFF;
          display: block;
          text-align: center;
          position: absolute;
          z-index: 0;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 100%; }
        footer #enews form .row .mcsubmit:hover {
          background: #EA1A21; }
    footer #enews form:focus-within .row input {
      border-color: #FFFFFF; }
    footer #enews form:focus-within .row .mcsubmit {
      background: #FFFFFF; }
      footer #enews form:focus-within .row .mcsubmit span {
        color: #12272E; }
      footer #enews form:focus-within .row .mcsubmit:hover {
        background: #EA1A21; }
        footer #enews form:focus-within .row .mcsubmit:hover span {
          color: #FFFFFF; }
  footer #enews h2 {
    font-size: 28px;
    margin: 0 0 20px; }
    footer #enews h2:after {
      background: #12272E; }
  footer #enews p {
    margin: 0;
    color: #13272E;
    font-size: 18px;
    line-height: 1.2; }
    footer #enews p a {
      color: #12272E; }
      footer #enews p a:hover {
        color: #EA1A21;
        text-decoration: none; }

footer #footer {
  background: #12272E;
  padding: 50px 0; }
  footer #footer h2 {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: normal; }
  footer #footer nav ul li a {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.5; }
    footer #footer nav ul li a:hover {
      color: #F9BD37;
      text-decoration: none; }

footer #links {
  background: #081214;
  padding: 15px 0; }
  footer #links .uk-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap; }
  footer #links #copy {
    width: 40%;
    text-align: right;
    color: #858d90;
    font-size: 12px;
    margin: 0; }
  footer #links nav {
    width: 60%; }
    footer #links nav ul {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: wrap;
      margin: 0; }
      footer #links nav ul li {
        margin: 0; }
        footer #links nav ul li a {
          padding: 0 5px;
          color: #858d90;
          line-height: 1;
          font-size: 12px; }
        footer #links nav ul li:nth-child(1) a {
          border: none; }

@media screen and (max-width: 787px) {
  footer #enews .uk-container {
    flex-direction: column; }
    footer #enews .uk-container div:nth-child(1) {
      width: 100%;
      padding: 0; }
    footer #enews .uk-container div:nth-child(2) {
      width: 100%;
      padding: 30px 0 0; } }

@media screen and (max-width: 787px) {
  footer #links .uk-container {
    flex-direction: column; }
  footer #links #copy, footer #links nav {
    width: 100%;
    text-align: center; }
    footer #links #copy ul, footer #links nav ul {
      justify-content: center; } }

#audience {
  padding: 60px 0 100px; }

#content {
  background: #F0F0F0; }
  #content p, #content li {
    color: #13272E; }

@media screen and (max-width: 650px) {
  #audience {
    padding: 60px 0; } }