/********** VARIABLES **********/
/********** RESET **********/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, 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: 100%/150%;
  color: white;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.6px;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  min-height: 100%;
  background-color: #1b1b1d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
}
body {
  min-height: 100%;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.container {
  width: 84%;
  max-width: 1400px;
  margin: auto;
}
.wrapper {
  position: relative;
  z-index: 2;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
a {
  text-decoration: none;
}
.wysiwyg * {
  color: #171717;
}
.wysiwyg p {
  line-height: 1.5;
  margin-bottom: 30px;
}
.wysiwyg a {
  color: #dc3035;
  text-decoration: underline;
}
.wysiwyg ul, .wysiwyg ol {
  display: block;
  margin-bottom: 30px;
  margin-left: 45px;
}
.wysiwyg img {
  max-width: 100%;
  height: auto;
}
.wysiwyg .alignleft {
  float: left;
  display: block;
  margin-right: 45px;
  margin-bottom: 30px;
}
.wysiwyg .alignright {
  float: right;
  display: block;
  margin-left: 45px;
  margin-bottom: 30px;
}
.wysiwyg .aligncenter {
  margin: 0 auto;
  display: block;
}
.wysiwyg table {
  width: 100%;
}
.wysiwyg table td {
  padding: 10px;
}
/********** TOP BG **********/
.body-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vh;
  overflow: hidden;
  z-index: 1;
}
.body-bg .color-shield {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.70);
}
.body-bg .image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  filter: blur(5px);
}
.body-bg .gardient {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(27, 27, 29, 1) 80%);
  background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(27, 27, 29, 1) 80%);
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(27, 27, 29, 1) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#1b1b1d',GradientType=0);
}
/********** PAGINATION **********/
.navigation ul {
  list-style: none;
}
.navigation ul li {
  display: inline-block;
  text-align: center;
  padding: 12px;
  font-size: 18px;
  border-radius: 4px;
  font-weight: 600;
  border: 2px solid #19191c;
}
.navigation ul li.active {
  background-color: #dc3035;
}
.navigation ul li:hover {
  border: 2px solid #dc3035;
}
/********** HEADER **********/
header {
  padding: 20px 0;
  margin-bottom: 10px;
}
@media (min-width:960px) {
  header {
    margin-bottom: 100px;
  }
}
header .container {
  position: relative;
}
@media (min-width:1200px) {
  header .container {
    display: flex;
  }
}
header .container .logo {
  width: 100px;
  display: inline-block;
}
@media (min-width:1200px) {
  header .container .logo {
    width: 125px;
    margin-right: 8%;
  }
}
header .container .logo img {
  width: 100%;
}
header .container .mobile-menu-toggle {
  position: absolute;
  top: 17.75px;
  right: 0;
}
@media (min-width:1200px) {
  header .container .mobile-menu-toggle {
    display: none;
  }
}
header .container .mobile-menu-toggle i {
  color: white;
  font-size: 32px;
  cursor: pointer;
}
header .container .mobile-menu-toggle .zmdi-menu {
  display: block;
}
header .container .mobile-menu-toggle.show-close .zmdi-menu {
  display: none;
}
header .container .mobile-menu-toggle .zmdi-close-circle {
  display: none;
}
header .container .mobile-menu-toggle.show-close .zmdi-close-circle {
  display: block;
}
header .container #mega-menu-wrap-main-menu {
  position: absolute;
  top: 90px;
  width: 100%;
  z-index: 10;
}
@media (min-width:1200px) {
  header .container #mega-menu-wrap-main-menu {
    position: static;
    top: 0;
    display: flex;
    align-items: center;
    width: calc(100% - 125px - 8%);
    background-color: transparent !important;
  }
}
header .container #mega-menu-wrap-main-menu .mega-menu-toggle {
  display: none !important;
}
header .container #mega-menu-wrap-main-menu #mega-menu-main-menu {
  background-color: #171717 !important;
}
header .container #mega-menu-wrap-main-menu #mega-menu-main-menu li a {
  font-weight: 600 !important;
}
header .container #mega-menu-wrap-main-menu #mega-menu-main-menu li a:after {
  content: '\f2f2' !important;
  font-family: 'Material-Design-Iconic-Font' !important;
  color: #fded4c !important;
}
header .container #mega-menu-wrap-main-menu #mega-menu-main-menu .mega-indicator:after {
  content: '\f2f2' !important;
  font-family: 'Material-Design-Iconic-Font' !important;
  color: #fded4c !important;
  font-size: 24px;
}
header .container #mega-menu-wrap-main-menu #mega-menu-main-menu .astm-search-menu {
  padding: 0 10px;
}
header .container #mega-menu-wrap-main-menu #mega-menu-main-menu .astm-search-menu svg {
  display: none !important;
}
header .container #mega-menu-wrap-main-menu #mega-menu-main-menu .astm-search-menu form {
  position: static;
  display: block;
}
@media (min-width:1200px) {
  header .container #mega-menu-wrap-main-menu #mega-menu-main-menu {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: transparent !important;
  }
  header .container #mega-menu-wrap-main-menu #mega-menu-main-menu li {
    margin-right: 3%;
  }
  header .container #mega-menu-wrap-main-menu #mega-menu-main-menu li:last-of-type {
    margin-right: 0;
    margin-left: auto;
  }
  header .container #mega-menu-wrap-main-menu #mega-menu-main-menu .astm-search-menu {
    display: inline-block;
    padding: 0px;
  }
  header .container #mega-menu-wrap-main-menu #mega-menu-main-menu .astm-search-menu svg {
    fill: white;
    display: block !important;
  }
  header .container #mega-menu-wrap-main-menu #mega-menu-main-menu .astm-search-menu form {
    display: none;
    position: absolute;
    right: 0;
    top: 20px;
    min-width: 200px !important;
  }
  header .container #mega-menu-wrap-main-menu #mega-menu-main-menu .astm-search-menu form input[type="text"] {
    max-width: 100%;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid yellow;
    width: 100%;
    font-size: 16px;
    color: white;
    font-weight: 600;
    padding: 10px 0;
  }
  header .container #mega-menu-wrap-main-menu #mega-menu-main-menu .astm-search-menu form input[type="submit"] {
    display: none;
  }
}
@media (min-width:1200px) and (min-width: 1600px) {
  header .container #mega-menu-wrap-main-menu #mega-menu-main-menu li {
    margin-right: 5%;
  }
}
/********** FOOTER **********/
footer {
  background-color: #171717;
  padding: 36px;
  margin-top: 100px;
}
@media (min-width:960px) {
  footer {
    padding: 80px;
    display: flex;
    align-items: center;
  }
}
footer .info .address {
  margin-bottom: 18px;
}
footer .info .contacts {
  margin-bottom: 18px;
}
footer .info .contacts span {
  display: block;
}
footer .info .email {
  color: #fded4c;
  display: table;
  margin-bottom: 18px;
}
footer .info .copyright {
  display: table;
  margin-bottom: 18px;
}
footer .social {
  margin-top: 18px;
}
@media (min-width:960px) {
  footer .social {
    margin-top: 0;
    margin-left: auto;
  }
}
footer .social .icon {
  width: 36px;
  display: inline-block;
}
footer .social .icon:first-of-type {
  margin-right: 10px;
}
footer .social .icon img {
  width: 100%;
}
@media (min-width:960px) {
  footer .social .icon {
    width: 50px;
  }
  footer .social .icon:first-of-type {
    margin-right: 16px;
  }
}
/********** HOME **********/
.m-page-home .container .featured-stories {
  margin-bottom: 100px;
  position: relative;
}
@media (min-width:960px) {
  .m-page-home .container .featured-stories {
    margin-bottom: 5vw;
  }
}
.m-page-home .container .featured-stories .story .image {
  width: 100%;
  height: 36vh;
  max-height: 600px;
}
@media (min-width:768px) {
  .m-page-home .container .featured-stories .story .image {
    height: 600px;
  }
}
.m-page-home .container .featured-stories .story .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-page-home .container .featured-stories .story .meta {
  position: relative;
}
@media (min-width:960px) {
  .m-page-home .container .featured-stories .story .meta {
    width: 55%;
  }
}
.m-page-home .container .featured-stories .story .meta .story-details {
  background-color: #dc3035;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width:768px) {
  .m-page-home .container .featured-stories .story .meta .story-details {
    padding: 60px;
  }
}
.m-page-home .container .featured-stories .story .meta .story-details:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(assets/images/featured-story-element.svg);
  background-repeat: no-repeat;
  background-size: 75%;
  width: 56px;
  height: 52px;
}
.m-page-home .container .featured-stories .story .meta .story-details title {
  display: block;
  font-weight: 600;
  color: white;
  margin-bottom: 15px;
  max-width: 500px;
  line-height: 1.25;
}
@media (min-width:768px) {
  .m-page-home .container .featured-stories .story .meta .story-details title {
    font-size: 32px;
  }
}
.m-page-home .container .featured-stories .story .meta .story-details date {
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
  color: #171717;
}
@media (min-width:768px) {
  .m-page-home .container .featured-stories .story .meta .story-details date {
    display: inline-block;
  }
}
.m-page-home .container .featured-stories .story .meta .story-details a {
  display: table;
  background-color: white;
  text-decoration: none;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  padding: 6px 28px;
  align-self: baseline;
  margin-left: auto;
}
.m-page-home .container .featured-stories .story .meta .story-details a span {
  font-weight: 600;
  color: #000;
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  display: inline-block;
}
.m-page-home .container .featured-stories .nav {
  width: 100%;
  float: right;
  margin-top: -2px;
}
@media (min-width:768px) {
  .m-page-home .container .featured-stories .nav {
    width: auto;
  }
}
@media (min-width:960px) {
  .m-page-home .container .featured-stories .nav {
    position: relative;
    left: calc(55% - 160px);
    float: none;
  }
}
.m-page-home .container .featured-stories .nav .nav-btn {
  width: 50%;
  float: left;
  text-align: center;
  border: 2px solid #dc3035;
  padding: 8px;
}
@media (min-width:768px) {
  .m-page-home .container .featured-stories .nav .nav-btn {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.m-page-home .container .featured-stories .nav .nav-btn i {
  color: white;
  font-size: 31px;
}
@media (min-width:960px) {
  .m-page-home .container .columns .col-left {
    width: 55%;
    float: left;
  }
  .m-page-home .container .columns .col-right {
    width: 40%;
    float: right;
    margin-top: -230px;
  }
}
.m-page-home .container .columns .other-stories .story {
  text-decoration: none;
  margin-bottom: 50px;
  display: block;
}
.m-page-home .container .columns .other-stories .story .image {
  width: 100%;
  height: 20vh;
  max-height: 600px;
  position: relative;
}
.m-page-home .container .columns .other-stories .story .image:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 24px;
  background-color: rgba(21, 21, 21, 0.75);
}
.m-page-home .container .columns .other-stories .story .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-page-home .container .columns .other-stories .story .meta {
  background-color: white;
  padding: 36px;
  position: relative;
}
.m-page-home .container .columns .other-stories .story .meta:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #dc3035;
  height: 20px;
  z-index: 2;
}
.m-page-home .container .columns .other-stories .story .meta:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 4px;
  width: 75%;
  height: 20px;
  background-color: #dc3035;
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  z-index: 1;
}
.m-page-home .container .columns .other-stories .story .meta title {
  display: block;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
.m-page-home .container .columns .other-stories .story .meta span {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
  color: #dc3035;
}
.m-page-home .container .columns .other-stories .story .meta date {
  font-size: 14px;
  display: block;
  color: #171717;
}
@media (min-width:960px) {
  .m-page-home .container .columns .other-resources .resource-cards {
    display: flex;
  }
}
.m-page-home .container .columns .other-resources .resource-cards .r-card {
  background-color: black;
  border: 2px solid #3e3e3e;
  text-decoration: none;
  display: block;
  padding: 32px;
  background-image: url(assets/images/resource-card-bg.svg);
  background-size: 90px 166px;
  background-repeat: no-repeat;
  background-position: bottom left;
}
@media (min-width:960px) {
  .m-page-home .container .columns .other-resources .resource-cards .r-card {
    width: 47%;
  }
  .m-page-home .container .columns .other-resources .resource-cards .r-card:nth-of-type(odd) {
    margin-right: 6%;
  }
}
.m-page-home .container .columns .other-resources .resource-cards .r-card .tag {
  color: #3e3e3e;
  display: block;
  font-weight: 600;
  margin-bottom: 24px;
}
.m-page-home .container .columns .other-resources .resource-cards .r-card .title {
  font-size: 24px;
  color: white;
  display: block;
  font-weight: 600;
}
.m-page-home .container .columns .other-resources .resource-cards .r-card .sub-title {
  display: block;
  margin-top: 80px;
  color: white;
  font-weight: 600;
  width: 100px;
  float: right;
}
/********** PAGE **********/
.m-page-page .featured-image {
  background-size: cover;
  width: 90%;
  max-width: 1800px;
  margin: auto;
  height: 600px;
}
@media (min-width:960px) {
  .m-page-page .container .columns .col-left {
    width: 57.5%;
    float: left;
  }
  .m-page-page .container .columns .col-left.has-feat-img {
    margin-top: -150px;
  }
  .m-page-page .container .columns .col-right {
    width: 37.5%;
    float: right;
  }
  .m-page-page .container .columns .col-right.has-feat-img {
    margin-top: 5%;
  }
}
.m-page-page .container .columns .col-left {
  position: relative;
}
.m-page-page .container .columns .col-left:after {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 24px;
  background-color: rgba(21, 21, 21, 0.75);
}
.m-page-page .container .columns .col-left .content {
  background-color: white;
  padding: 36px;
  position: relative;
}
.m-page-page .container .columns .col-left .content:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #dc3035;
  height: 20px;
  z-index: 2;
}
.m-page-page .container .columns .col-left .content:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 4px;
  width: 75%;
  height: 20px;
  background-color: #dc3035;
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  z-index: 1;
}
@media (min-width:768px) {
  .m-page-page .container .columns .col-left .content {
    padding: 60px;
  }
}
.m-page-page .container .columns .col-left .content h1 {
  color: #171717;
  margin-bottom: 40px;
}
.m-page-page .container .columns .col-left .content .wysiwyg p {
  color: #171717;
}
/********** SIDEBAR **********/
.sidebar .sb-block {
  margin-bottom: 50px;
}
@media (min-width:960px) {
  .sidebar .sb-block.sb-block-rb {
    display: flex;
  }
}
.sidebar .sb-block.sb-block-rb .r-card {
  background-color: black;
  border: 2px solid #3e3e3e;
  text-decoration: none;
  display: block;
  padding: 32px;
  background-image: url(assets/images/resource-card-bg.svg);
  background-size: 90px 166px;
  background-repeat: no-repeat;
  background-position: bottom left;
  display: flex;
  flex-direction: column;
}
@media (min-width:960px) {
  .sidebar .sb-block.sb-block-rb .r-card {
    width: 48%;
  }
  .sidebar .sb-block.sb-block-rb .r-card:nth-of-type(odd) {
    margin-right: 4%;
  }
}
.sidebar .sb-block.sb-block-rb .r-card .tag {
  color: #3e3e3e;
  display: block;
  font-weight: 600;
  margin-bottom: 24px;
}
.sidebar .sb-block.sb-block-rb .r-card .title {
  font-size: 20px;
  color: white;
  display: block;
  font-weight: 600;
}
.sidebar .sb-block.sb-block-rb .r-card .sub-title {
  display: block;
  padding-top: 50px;
  color: white;
  font-weight: 600;
  width: 100px;
  margin-top: auto;
  margin-left: auto;
}
.sidebar .sb-block.sb-block-image a {
  width: 100%;
  display: block;
}
.sidebar .sb-block.sb-block-image a img {
  width: 100%;
  height: auto;
}
.sidebar .sb-block.sb-block-news .newsletters {
  padding: 36px;
  border: 2px solid #fded4c;
}
@media (min-width:960px) {
  .sidebar .sb-block.sb-block-news .newsletters {
    margin-bottom: 5vw;
  }
}
.sidebar .sb-block.sb-block-news .newsletters h2 {
  color: white;
  margin-bottom: 15px;
}
.sidebar .sb-block.sb-block-news .newsletters p {
  color: white;
  margin-bottom: 30px;
}
.sidebar .sb-block.sb-block-news .newsletters .recent-list a {
  text-decoration: none;
  color: white;
  padding-bottom: 10px;
  font-weight: 600;
  display: block;
  border-bottom: 2px solid #3e3e3e;
  margin-bottom: 15px;
  position: relative;
}
.sidebar .sb-block.sb-block-news .newsletters .recent-list a i {
  font-size: 24px;
  margin-left: auto;
  float: right;
}
.sidebar .sb-block.sb-block-news .newsletters .recent-list a .new-tag {
  display: none;
}
.sidebar .sb-block.sb-block-news .newsletters .recent-list a.new .new-tag {
  display: inline-block;
  font-size: 10px;
  background-color: #fded4c;
  color: #171717;
  border-radius: 100px;
  font-weight: 600;
  padding: 1px 7px;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 5px;
}
.sidebar .sb-block.sb-block-news .newsletters .all-newsletters {
  float: right;
  margin-top: 10px;
  margin-bottom: 40px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
}
.sidebar .sb-block.sb-block-news .newsletters .all-newsletters i {
  font-size: 24px;
  vertical-align: bottom;
  margin-left: 10px;
}
.sidebar .sb-block.sb-block-news .newsletters .sign-up {
  clear: both;
  text-align: center;
  display: table;
  background-color: #fded4c;
  color: #171717;
  text-decoration: none;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  padding: 6px 28px;
  align-self: baseline;
  margin: auto;
}
.sidebar .sb-block.sb-block-news .newsletters .sign-up span {
  font-weight: 600;
  color: #000;
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  display: inline-block;
}
/********* SEARCH ***********/
.m-page-search .columns .col-right, .m-page-newsletters .columns .col-right {
  margin-top: 0px !important;
}
/********** NEWSLETTER ARCHIVE ***********/
.m-page-newsletters .sb-block-news {
  display: none;
}
.archive-intro {
  display: block;
  margin-bottom: 45px;
}
a.archived-newsletter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: rgba(0, 0, 0, .5);
  margin-bottom: 15px;
  transition: border 300ms ease;
  border: 2px solid black;
}
a.archived-newsletter img {
  height: 30px;
}
a.archived-newsletter .newsletter-info {
  margin-left: 20px;
  flex-grow: 1;
}
a.archived-newsletter .newsletter-info .title {
  font-size: 18px;
  display: block;
  color: #feed4c;
}
a.archived-newsletter .newsletter-details {
  display: flex;
  font-size: 14px;
}
a.archived-newsletter .newsletter-details span {
  display: block;
  margin-right: 15px;
}
a.archived-newsletter:after {
  display: block;
  content: 'Download';
  border: 1px solid rgba(255, 255, 255, .3);
  padding: 3px 10px;
  font-size: 12px;
  transition: all 300ms ease;
}
a.archived-newsletter:hover {
  border: 2px solid yellow;
}
a.archived-newsletter:hover:after {
  background: yellow;
  color: Black;
  border: 1px solid yellow;
}
