/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*Colour variables**/
/*Styles for all the archive pages on the site*/
/*Adding zoom effect to images in archives that are links*/
.gb-block-post-grid-image {
  overflow: hidden;
}

.gb-block-post-grid-image img {
  transition: all 0.3s ease;
}

.gb-block-post-grid-image img:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

.wp-block-getwid-post-carousel__post-thumbnail {
  overflow: hidden;
}

.wp-block-getwid-post-carousel__post-thumbnail img {
  transition: all 0.3s ease;
}

.wp-block-getwid-post-carousel__post-thumbnail img:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

.page .entry {
  margin-bottom: 10px;
}

.news-category-nav li {
  display: inline;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.news-category-nav li {
  margin-right: 5%;
}

.news-category-nav.has-theme-primary-color.has-text-color {
  margin-bottom: 10px;
  margin-top: 10px;
}

.news-category-active a {
  color: #FAD13D;
}

/*Home page styles*/
/*Increasing size of spotlight carousel dots*/
.slick-dots li button::before {
  font-size: 0.6rem;
}

/*Automated feed styling*/
@media screen and (min-width: 680px) {
  .gb-block-post-grid .is-list article:not(:last-child) {
    border-bottom: solid 1px #0d2940;
    border-width: 1px !important;
  }
  /*Mixing mid feed styling to create mini grid*/
  .mid-feed-grid {
    display: inline-block !important;
    width: 50%;
    height: 420px;
    grid-template-columns: 1fr 1fr;
    vertical-align: top;
    margin-right: 0px;
  }
  .gb-block-post-grid .is-list article:nth-child(4) {
    padding-right: 10px;
    margin-right: -2px;
  }
  .gb-block-post-grid .is-list article:nth-child(5) {
    padding-right: 0px;
    padding-left: 10px;
    margin-left: -2px;
  }
}
.gb-block-post-grid .is-list article {
  padding-bottom: 2%;
}

/**Newsletter callout block styling*/
.has-icons-stacked .wp-block-getwid-social-links__link .wp-block-getwid-social-links__wrapper {
  background-color: #fff;
  color: #0d2940;
}
.has-icons-stacked .wp-block-getwid-social-links__link .wp-block-getwid-social-links__wrapper:hover {
  background-color: #FAD13D;
  color: #0d2940;
}

/*Hide archive titles*/
.archive-description {
  display: none !important;
}

/*
CSS for Newsworks custom blocks
**/
.gb-block-post-grid {
  margin: 0px !important;
}

.top-feed-grid {
  display: inline-block !important;
}

/*Code to fix Getwid image slider on Safari browser*/
.wp-block-getwid-images-slider.safari-slider.has-fitted-images .wp-block-getwid-images-slider__item img {
  min-height: 100% !important;
}

/*Content feed block grids and columns
Setting up image sizes depending on placement of images within certain grids and feeds - ensuring larger images can expand while smaller thumbnails remain small.
**/
.gb-post-grid-section-title {
  margin-bottom: 10px !important;
  padding: 0.3rem !important;
  background-color: #0d2940 !important;
  font-weight: bold !important;
  text-transform: none !important;
  font-size: 1.2rem !important;
}

@media screen and (min-width: 785px) {
  .is-grid .columns-1 img, .top-feed-grid .gb-block-post-grid-image img {
    max-height: 100%;
  }
  .is-grid.columns-1 .gb-block-post-grid-image {
    /* height: 380px; */
  }
  .is-grid.columns-1 .gb-block-post-grid-image img {
    max-height: 100%;
  }
  .is-grid.columns-2 .gb-block-post-grid-image {
    /* height: 175px; */
  }
  .is-grid.columns-2 .gb-block-post-grid-image img {
    max-height: 100%;
  }
  .mid-feed-grid .gb-block-post-grid-image {
    margin-bottom: 0.3rem !important;
    display: inline-block;
    vertical-align: middle;
    height: 227px;
    width: 100%;
    background-color: #eee;
    white-space: nowrap;
    text-align: center;
  }
  .mid-feed-grid .gb-block-post-grid-image img {
    display: inline-block !important;
    vertical-align: middle;
  }
  .gb-block-post-grid-image {
    margin-bottom: 0.3rem !important;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    background-color: #eee;
    white-space: nowrap;
    text-align: center;
  }
  .gb-block-post-grid-image img {
    display: inline-block !important;
    vertical-align: middle;
    /*max-height: 125px; */
  }
  .is-grid.columns-1 .gb-block-post-grid-image {
    margin-bottom: 0.3rem !important;
    display: inline-block;
    vertical-align: middle;
    height: 458px;
    width: 100%;
    background-color: #eee;
    white-space: nowrap;
    text-align: center;
  }
  .is-grid.columns-1 .gb-block-post-grid-image img {
    display: inline-block !important;
    vertical-align: middle;
  }
  .top-feed-grid .gb-block-post-grid-image {
    margin-bottom: 0.3rem !important;
    display: inline-block;
    vertical-align: middle;
    height: 470px;
    width: 100%;
    background-color: #eee;
    white-space: nowrap;
    text-align: center;
  }
  .top-feed-grid .gb-block-post-grid-image img {
    display: inline-block !important;
    vertical-align: middle;
  }
  .is-grid.columns-2 .gb-block-post-grid-image {
    margin-bottom: 0.3rem !important;
    display: inline-block;
    vertical-align: middle;
    height: 219px;
    width: 100%;
    background-color: #eee;
    white-space: nowrap;
    text-align: center;
  }
  .is-grid.columns-2 .gb-block-post-grid-image img {
    display: inline-block !important;
    vertical-align: middle;
  }
  .is-grid.columns-3 .gb-block-post-grid-image {
    margin-bottom: 0.3rem !important;
    display: inline-block;
    vertical-align: middle;
    height: 216px;
    width: 100%;
    background-color: #eee;
    white-space: nowrap;
    text-align: center;
  }
  .is-grid.columns-3 .gb-block-post-grid-image img {
    display: inline-block !important;
    vertical-align: middle;
  }
  .is-grid.columns-3 .small-archive .gb-block-post-grid-image {
    margin-bottom: 0.3rem !important;
    display: inline-block;
    vertical-align: middle;
    height: 139px;
    width: 100%;
    background-color: #eee;
    white-space: nowrap;
    text-align: center;
  }
  .is-grid.columns-3 .small-archive .gb-block-post-grid-image img {
    display: inline-block !important;
    vertical-align: middle;
  }
  .is-grid.columns-3 .newsworks-research .gb-block-post-grid-image {
    margin-bottom: 0.3rem !important;
    display: inline-block;
    vertical-align: middle;
    height: 139px;
    width: 100%;
    background-color: #eee;
    white-space: nowrap;
    text-align: center;
  }
  .is-grid.columns-3 .newsworks-research .gb-block-post-grid-image img {
    display: inline-block !important;
    vertical-align: middle;
  }
  .mid-feed-grid .gb-block-post-grid-image {
    margin-bottom: 0.3rem !important;
    display: inline-block;
    vertical-align: middle;
    height: 226px;
    width: 100%;
    background-color: #eee;
    white-space: nowrap;
    text-align: center;
  }
  .mid-feed-grid .gb-block-post-grid-image img {
    display: inline-block !important;
    vertical-align: middle;
  }
  .gb-block-post-grid-image::before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
    margin-left: -3px;
  }
  .main-feed .is-list article, .is-grid article {
    margin-bottom: 10px !important;
    padding-bottom: 8px !important;
  }
  .newsworks-block-post-grid-title {
    margin-top: 0px;
    margin-bottom: 3px;
    line-height: 1.2;
  }
  .newsworks-block-post-grid-title a {
    color: #0d2940;
    font-weight: bold;
  }
  .newsworks-block-post-grid-title:hover {
    color: #B2B2B0;
  }
  .newsworks-block-post-grid-title:hover::after {
    color: #B2B2B0 !important;
  }
  .main-feed .gb-post-grid-items {
    border-bottom: 1px solid #0d2940;
    margin-bottom: 10px;
  }
  .gb-post-grid-items.is-grid.columns-3 {
    border-bottom: none;
  }
  .newsworks-block-post-grid-category, .newsworks-block-post-grid-date {
    font-size: 0.8rem;
    color: #B2B2B0;
  }
  .gb-block-post-grid-byline {
    margin-bottom: 5px !important;
  }
  .newsworks-block-post-grid-excerpt p {
    color: #0d2940;
    font-size: 1rem;
    line-height: 1.2;
    padding-bottom: 10px;
  }
  .newsworks-block-post-grid-excerpt p::after {
    content: "»";
    color: #0d2940;
    font-size: 1.2rem;
  }
  /*Hide featured image on feed list items when on smaller screens*/
  /**Features content feed styles*/
}
@media screen and (min-width: 785px) and (max-width: 680px) {
  .main-feed .is-list article .gb-block-post-grid-image {
    /* display: none;*/
  }
}
@media screen and (min-width: 785px) {
  .features-feed .gb-post-grid-items .gb-block-post-grid-image {
    margin-bottom: 0.3rem !important;
    display: inline-block;
    vertical-align: middle;
    height: auto;
    width: 100%;
    background-color: #eee;
    white-space: nowrap;
    text-align: center;
  }
  .features-feed .gb-post-grid-items .gb-block-post-grid-image img {
    display: inline-block !important;
    vertical-align: middle;
    /*  max-height: 196px; */
  }
}
.features-feed .newsworks-post-grid-item:not(:last-child) {
  border-bottom: 1px solid #0d2940;
  margin-bottom: 10px;
}

.features-feed .newsworks-block-post-grid-title {
  font-size: 1rem;
}
.features-feed .newsworks-block-post-grid-title::after {
  content: "»";
  color: #0d2940;
  font-size: 1rem;
  font-weight: 501;
}

.features-feed .newsworks-post-grid-item:nth-child(n+3) .gb-block-post-grid-image {
  display: none;
}

/**Related content feed styles*/
.related-content-feed .gb-post-grid-items .gb-block-post-grid-image {
  margin-bottom: 0.3rem !important;
  display: inline-block;
  vertical-align: middle;
  height: auto;
  width: 100%;
  background-color: #eee;
  white-space: nowrap;
  text-align: center;
}
.related-content-feed .gb-post-grid-items .gb-block-post-grid-image img {
  display: inline-block !important;
  vertical-align: middle;
}

.related-content-feed .newsworks-post-grid-item:not(:last-child) {
  border-bottom: 1px solid #0d2940;
  margin-bottom: 10px;
}

.related-content-feed .newsworks-block-post-grid-title {
  font-size: 1rem;
  margin-bottom: 10px;
}
.related-content-feed .newsworks-block-post-grid-title::after {
  content: "»";
  color: #0d2940;
  font-size: 1rem;
  font-weight: 501;
}

.related-content-feed .newsworks-post-grid-item:nth-child(n+2) .gb-block-post-grid-image {
  display: none;
}

/**Stastics feed styles*/
.newsworks-stat-grid-item {
  background-color: #f0f0f0;
  padding: 5px;
  margin-bottom: 0px;
}

.newsworks-block-stat-grid-title {
  font-size: 1rem;
  margin-bottom: 0px;
  color: #0d2940;
  font-weight: 501;
}
.newsworks-block-stat-grid-title::after {
  content: "»";
  color: #0d2940;
  font-size: 1rem;
  font-weight: 501;
}
.newsworks-block-stat-grid-title:hover::after {
  color: #B2B2B0 !important;
}

.newsworks-block-stat-grid-title a {
  color: #0D2940;
  font-weight: bold;
}

/*Clear bottom border when required*/
.no-bottom-border {
  border-bottom: 0px !important;
}

/*Spotlight block on homepage*/
.wp-block-getwid-post-carousel.custom-post-type-post.has-slides-gap-small.is-carousel.has-arrows-none.has-dots-outside.getwid-init {
  width: 99.7%;
}

/*Mobile styles for newsletter form*/
@media screen and (max-width: 680px) {
  div.wpforms-container-full .wpforms-form .wpforms-first {
    margin-left: 0px !important;
  }
  div.wpforms-container-full .wpforms-form .wpforms-four-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
    width: 100%;
  }
  .site-container div.wpforms-container-full .wpforms-form button[type=submit] {
    width: 100% !important;
    text-align: center;
  }
  div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    float: none;
  }
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding: 10px 0 0px 0 !important;
  width: auto;
  float: left;
  margin-bottom: 10px;
  clear: none !important;
}

div.wpforms-container-full .wpforms-form .wpforms-four-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
  width: 50% !important;
}

div.wpforms-container-full .wpforms-form .wpforms-first {
  margin-left: 20% !important;
  clear: none !important;
  text-align: center;
  margin-bottom: 10px;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
  max-width: 100%;
}

.site-container div.wpforms-container-full .wpforms-form button[type=submit] {
  padding: 17px 24px !important;
}

.wpforms-field-container {
  position: relative !important;
  margin: 0 auto !important;
}

.narrowpadding {
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}

@media (max-width: 760px) {
  .newsletter-signup {
    height: 300px;
  }
}
/*Customizing twitter sidebar feed to remove exceess*/
#twitter-widget-0 h1 {
  display: none !important;
}

.gb-block-profile .gb-profile-column .gb-social-links li i {
  font-size: 16px;
  padding: 8px;
  height: 32px;
  width: 32px;
}

/* Inline #-1 | http://newsworks.local/ */
#twitter-widget-0 .timeline-Header-title.u-inlineBlock {
  display: none !important;
}

.wp-block-embed-twitter .timeline-Footer {
  display: none !important;
}

/**Styling social links*/
.wp-block-getwid-social-links__item {
  list-style: none !important;
}

.wp-block-getwid-social-links__wrapper i {
  font-size: 18px;
}

.wp-block-getwid-social-links__list.getwid-justify-content-center.getwid-justify-content-tablet-center.getwid-justify-content-mobile-center {
  padding-left: 0px;
}

/*Styling pre footer singup block*/
#in-feed-signup {
  margin: 0px 0px 20px 0px;
}

/**Styles for the  homepage takeover block*/
.homepage-takeover {
  background-color: #0d2940;
  margin-bottom: 20px;
}

.homepage-takeover article {
  display: block;
  width: 100%;
}

.homepage-takeover .gb-block-post-grid-image {
  float: left;
  height: 100%;
}

.homepage-takeover .gb-block-post-grid-text {
  float: left;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.homepage-takeover .gb-block-post-grid-text p {
  color: #fff;
}

.takeover-link-list {
  padding-bottom: 10px;
}

.takeover-link {
  color: #fff;
  font-weight: 501;
}

.homepage-takeover .gb-block-post-grid-header h3 a {
  color: #fff;
}
.homepage-takeover .gb-block-post-grid-header h3 a:hover {
  color: #B2B2B0;
}

.homepage-takeover .entry {
  margin-bottom: 0px;
  padding: 0px;
}

.homepage-takeover .entry {
  margin-bottom: -9.7px;
}

.homepage-takeover .gb-block-post-grid-text p::after {
  content: none;
}

.homepage-takeover .gb-block-post-grid-text ul {
  list-style: none;
}

@media screen and (min-width: 780px) {
  .homepage-takeover {
    padding-right: 15px;
  }
  .homepage-takeover article {
    display: inline-block;
    width: 100%;
  }
  .homepage-takeover .gb-block-post-grid-image {
    width: 68%;
    float: left;
    margin-right: 1%;
    /* height: 350px; */
  }
  .homepage-takeover .gb-block-post-grid-image img {
    min-width: 100%;
    min-height: 100%;
  }
  .homepage-takeover .gb-block-post-grid-text {
    width: 31%;
    float: left;
  }
}
/*Styles for archive pages**/
.archive-sub-nav li {
  display: block;
  list-style: none;
  margin-right: 20px;
}

@media only screen and (min-width: 785px) {
  .archive-sub-nav li {
    display: inline-block;
    list-style: none;
    margin-right: 20px;
  }
}
.archive-sub-nav {
  padding-left: 0 !important;
  padding-bottom: 0px !important;
  margin-bottom: 10px !important;
}
.archive-sub-nav li a {
  color: #0d2940;
  font-weight: 501;
}
.archive-sub-nav .nav-active {
  color: #FAD13D;
}
.archive-sub-nav a:hover {
  color: #B2B2B0;
}

/*Case studies intro column styles*/
.case-studies__wrapper {
  width: 100%;
}

@media screen and (min-width: 785px) {
  .case-studies__column {
    width: 50%;
    float: left;
  }
}
/*On page filter styles*/
.case-studies-filter_wrapper {
  width: 100%;
  padding: 5px 0px;
  display: inline-block;
  margin-bottom: 15px;
  border-bottom: 1px solid #B2B2B0;
}

.case-studies-filter_input {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 5px;
  background-color: #fff;
  color: #0d2940;
  border: 2px solid #B2B2B0;
  height: 60px;
}

.case-studies-filter_submit {
  width: 100%;
  background-color: #0d2940;
  font-weight: bold;
  text-transform: none;
  height: 60px;
}
.case-studies-filter_submit:hover {
  color: #FAD13D;
}

.case-studies-filter_clear {
  padding: 5px;
  color: #FAD13D;
  background-color: transparent;
  margin-top: 10px;
  float: left;
  clear: both;
  text-transform: none;
  text-decoration: underline;
}
.case-studies-filter_clear:hover {
  color: #B2B2B0;
  background-color: transparent;
}

.case-studies-filter_input {
  float: left;
  clear: none;
  border: 0px;
}

.case-studies-filter_submit {
  float: left;
  clear: none;
  padding: 16px;
}

input, select, textarea {
  /* border: 1px solid #ddd; */
  border: 0px solid #ddd;
}

/*Fixing image size thumbails for case studies grid*/
.newsworks-casestudies .gb-block-post-grid-image {
  margin-bottom: 0.3rem !important;
  display: inline-block;
  vertical-align: middle;
  height: 232px;
  width: 100%;
  background-color: #eee;
  white-space: nowrap;
  text-align: center;
}
.newsworks-casestudies .gb-block-post-grid-image img {
  display: inline-block !important;
  vertical-align: middle;
}

@media (min-width: 781px) {
  .case-studies-filter_input {
    width: 25%;
    margin-right: 10px;
    color: #0d2940;
    border: 2px solid #B2B2B0;
  }
  .case-studies-filter_submit {
    width: 20%;
    background-color: #0d2940;
    font-weight: bold;
    text-transform: none;
  }
  .case-studies-filter_submit:hover {
    color: #FAD13D;
  }
}
/* Site Navigation
---------------------------------------------------------------------------- */
#genesis-nav-secondary {
  z-index: 1;
  background-color: #fff;
}

/**Adding border to mega menu column*/
.nav-border-right {
  border-right: 2px solid #0d2940 !important;
}

/*Mega menu styling*/
@media only screen and (min-width: 769px) {
  #mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    width: 20%;
    height: 170px;
    border-right: solid 1px #fff;
    margin: 10px 0px;
  }
  .mega-sub-menu {
    z-index: 11111;
  }
  .left-sidebar-nav {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding-top: 7px !important;
  }
  .featured-content article {
    margin-top: 25px !important;
    margin-bottom: 15px !important;
  }
  .mega-menu-item article {
    display: inline-block !important;
    max-width: 23%;
    margin-right: 15px;
    vertical-align: top;
  }
  .mega-menu-item .latest-research article {
    display: inline-block !important;
    max-width: 23%;
    margin-right: 15px;
  }
}
.mega-menu-item article .entry-header .entry-title a {
  color: #fff;
}
.mega-menu-item article .entry-header .entry-title a::after {
  color: #fff;
}
.mega-menu-item article .entry-header .entry-title a:hover {
  color: #FAD13D;
}

.mega-sub-menu li a {
  margin-bottom: 10px !important;
}

#mega-menu-wrap-secondary #mega-menu-secondary p {
  margin-bottom: 0px;
  font-weight: 501;
  font-size: 0.9rem;
  color: #fff;
}
#mega-menu-wrap-secondary #mega-menu-secondary p a {
  color: #fff;
  font-weight: 501;
}
#mega-menu-wrap-secondary #mega-menu-secondary p a:hover {
  color: #FAD13D;
}

/*Move search icon to the left on mobile nav**/
#ajaxsearchpro1_1 {
  float: left;
}

.promagnifier {
  background-color: #eee !important;
}

.probox {
  margin: 0px !important;
}

@media only screen and (min-width: 769px) {
  #ajaxsearchpro1_1 {
    float: right;
  }
  .promagnifier {
    background-color: #fff !important;
  }
  .probox {
    margin: 0px !important;
  }
}
.genesis-nav-menu {
  clear: both;
  color: #0d2940;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}

.genesis-nav-menu a {
  border: 0;
  color: #0d2940;
  display: block;
  padding: 15px 17px 10px 3px;
  position: relative;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #FAD13D;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  transition: opacity 0.4s ease-in-out;
  width: 190px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #222;
  border-top: none;
  font-size: 12px;
  padding: 25px;
  position: relative;
  text-transform: none;
  width: 190px;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -53px 0 0 189px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  float: right;
  list-style: none;
}

/* Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
  border-top: 1px solid #222;
}

.site-header .sub-menu .sub-menu {
  margin-top: -54px;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #222;
  color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.admin-bar .nav-primary {
  top: 32px;
}

.nav-primary a {
  color: #fff;
}

.nav-primary a:focus,
.nav-primary a:hover,
.nav-primary .sub-menu a:focus,
.nav-primary .sub-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
  color: #aaa;
}

.nav-primary .genesis-nav-menu .sub-menu a {
  background-color: #222;
  border: 1px solid #fff;
  border-top: none;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  margin-top: -100px;
  padding-top: 100px;
}

.nav-secondary .wrap {
  border-bottom: 1px solid #B2B2B0;
}

.nav-secondary {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#mega-menu-secondary {
  left: 0;
}

@media (max-width: 780px) {
  .nav-secondary .wrap {
    max-width: 800px;
  }
}
/*Research mini navigation
*/
.research-nav {
  padding-left: 0px !important;
}

.research-nav li {
  display: inline-block;
  list-style: none !important;
  padding-right: 10px;
}

.research-nav .nav-active {
  color: #FAD13D;
}

@media only screen and (min-width: 780px) {
  #mega-menu-item-17050 {
    display: none !important;
  }
}
@media only screen and (max-width: 769px) {
  #ajaxsearchpro3_1 {
    display: none;
  }
}
#ajaxsearchpro3_1 {
  float: left;
}

@media only screen and (min-width: 769px) {
  #ajaxsearchpro3_1 {
    float: right !important;
  }
}
#ajaxsearchprosettings3_1 {
  min-width: 75.4%;
  left: 0px;
}

#ajaxsearchprores3_1 {
  left: 0px;
}

@media only screen and (min-width: 769px) {
  #ajaxsearchprosettings3_1 {
    top: 30% !important;
    padding-bottom: 2% !important;
    border-bottom: 2px solid white !important;
    border-radius: 0px !important;
  }
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  margin: 15px 10px;
  border: 4px solid #FAD13D;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.search-overlay {
  overflow-y: visible;
  overflow-x: hidden;
  z-index: 999999;
  position: absolute;
  top: 164px;
  width: 100%;
  height: 100%;
  background-color: #0d2940;
  visibility: hidden;
  opacity: 0;
  transform: scale(1.09);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  box-sizing: border-box;
}
.search-overlay p {
  padding-top: 15px;
}
.search-overlay .event-summary p {
  padding-top: 0;
}
.search-overlay .event-summary {
  margin-bottom: 0;
  margin-top: 20px;
}
body.admin-bar .search-overlay {
  /* top: 32px;*/
}
.search-overlay__top {
  background-color: #fff;
}
.search-overlay__icon {
  margin-right: 10px;
  font-size: 1rem;
  color: #0d2940;
  padding-left: 10px;
}
.search-overlay--active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.search-overlay__section-title {
  margin: 20px 10px 1px 0;
  font-weight: 401;
  color: #fff;
  font-size: 1.7rem;
  padding: 10px 0;
}
.search-overlay__close {
  position: absolute;
  top: 17px;
  right: 16px;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #0d2940;
  color: #fff;
  border: 0px solid black;
  line-height: 0.7;
}
.search-overlay__close:hover {
  opacity: 1;
}
.search-overlay .one-half {
  padding-bottom: 0;
}

.search-term {
  width: 75%;
  box-sizing: border-box;
  border: none;
  padding: 15px 0;
  margin: 0;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 300;
  outline: none;
  color: #0d2940;
}

.search-trigger:hover {
  cursor: pointer;
}

.search-filter {
  width: 260px;
  float: left;
  border-right: 1px solid #fff;
  margin-top: 0px;
  height: 100%;
  visibility: hidden;
  padding: 0px 15px;
}

.search-filter--active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.search-filter__list {
  margin: 20px 0px;
  list-style: none;
}

.search-filter__item {
  padding: 5px 0px;
  color: #fff;
}

.search-filter__item:hover {
  color: #FAD13D;
  cursor: pointer;
}

.search-results__list {
  list-style: none;
}
.search-results__list li {
  margin: 10px 0px;
  border-bottom: 1px solid #B2B2B0;
}
.search-results__list h4, .search-results__list a, .search-results__list p {
  color: #fff;
}

.resultsContent p {
  color: #fff;
}

.resultsSection:not(:first-child) {
  display: none;
}

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

@media only screen and (max-width: 768px) {
  .search-overlay {
    width: 100%;
    z-index: 9999999999;
  }
  .search-filter {
    width: 100%;
    border: 0px;
    padding: 0px 20px;
  }
  .search-filter__list {
    margin: 5px 0px;
  }
  .row.resultsSection {
    padding: 0px 20px;
  }
}
.footer-widget-area p, a {
  color: #0d2940;
}

.footer-widgets-1 {
  width: 20%;
}

.footer-widgets-3 {
  width: 20%;
}

.footer-widgets-2 {
  width: 50%;
  display: inline-block;
  float: none;
}

.footer-widgets-2 section {
  display: inline-block;
  width: 48%;
}

.footer-widgets-2 {
  width: 50%;
}

.footer-widgets-2 .widget_text {
  width: 100%;
}

.widget_text.widget-wrap {
  width: 100%;
}

.footer-widgets-2 .widget_text {
  width: 35%;
}

@media screen and (max-width: 680px) {
  .footer-widgets-2 section {
    display: block;
  }
}
/*Styles for archive pages**/
.archive-sub-nav li {
  display: block;
  list-style: none;
  margin-right: 20px;
}

@media only screen and (min-width: 785px) {
  .archive-sub-nav li {
    display: inline-block;
    list-style: none;
    margin-right: 20px;
  }
}
.archive-sub-nav {
  padding-left: 0 !important;
  padding-bottom: 0px !important;
  margin-bottom: 10px !important;
}
.archive-sub-nav li a {
  color: #0d2940;
  font-weight: 501;
}
.archive-sub-nav .nav-active {
  color: #FAD13D;
}
.archive-sub-nav a:hover {
  color: #B2B2B0;
}

/*Case studies intro column styles*/
.case-studies__wrapper {
  width: 100%;
}

@media screen and (min-width: 785px) {
  .case-studies__column {
    width: 50%;
    float: left;
  }
}
/*On page filter styles*/
.case-studies-filter_wrapper {
  width: 100%;
  padding: 5px 0px;
  display: inline-block;
  margin-bottom: 15px;
  border-bottom: 1px solid #B2B2B0;
}

.case-studies-filter_input {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 5px;
  background-color: #fff;
  color: #0d2940;
  border: 2px solid #B2B2B0;
  height: 60px;
}

.case-studies-filter_submit {
  width: 100%;
  background-color: #0d2940;
  font-weight: bold;
  text-transform: none;
  height: 60px;
}
.case-studies-filter_submit:hover {
  color: #FAD13D;
}

.case-studies-filter_clear {
  padding: 5px;
  color: #FAD13D;
  background-color: transparent;
  margin-top: 10px;
  float: left;
  clear: both;
  text-transform: none;
  text-decoration: underline;
}
.case-studies-filter_clear:hover {
  color: #B2B2B0;
  background-color: transparent;
}

.case-studies-filter_input {
  float: left;
  clear: none;
  border: 0px;
}

.case-studies-filter_submit {
  float: left;
  clear: none;
  padding: 16px;
}

input, select, textarea {
  /* border: 1px solid #ddd; */
  border: 0px solid #ddd;
}

/*Fixing image size thumbails for case studies grid*/
.newsworks-casestudies .gb-block-post-grid-image {
  margin-bottom: 0.3rem !important;
  display: inline-block;
  vertical-align: middle;
  height: 232px;
  width: 100%;
  background-color: #eee;
  white-space: nowrap;
  text-align: center;
}
.newsworks-casestudies .gb-block-post-grid-image img {
  display: inline-block !important;
  vertical-align: middle;
}

@media (min-width: 781px) {
  .case-studies-filter_input {
    width: 25%;
    margin-right: 10px;
    color: #0d2940;
    border: 2px solid #B2B2B0;
  }
  .case-studies-filter_submit {
    width: 20%;
    background-color: #0d2940;
    font-weight: bold;
    text-transform: none;
  }
  .case-studies-filter_submit:hover {
    color: #FAD13D;
  }
}
/*Overiding column stylings from home page**/
.newsworks-team-col:first-child {
  border: 0px !important;
  padding-right: 0px !important;
}

.site-container .teamBio_col {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .newsworks-team-bios {
    margin: 0px;
    padding: 0px;
    vertical-align: top;
  }
  .newsworks-team-bios .gb-profile-image-wrap {
    padding: 5px 10px;
    width: 100%;
    max-height: 190px;
  }
  .newsworks-team-bios .gb-profile-column {
    padding: 5px 0px;
  }
}
.gb-social-links a i:hover {
  color: #FAD13D;
}

/*All styling for the numbers pages*/
.stats-group .wp-block-group__inner-container {
  text-align: center;
}

.stats-group {
  padding: 5px;
}

/* temp audience style */
.stats-group h3 {
  margin: 15px auto;
}

.stats-group h3 {
  width: 120px;
  line-height: 105px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #FAD13D;
  font-size: 2.2rem;
  font-weight: 501;
}

.stats-group p {
  margin-bottom: 5px !important;
}

.stats-group:first-child {
  border: 0px !important;
  padding-right: 0px !important;
}

.newsworks-more-button {
  width: 100%;
  margin: auto;
}

.newsworks-more-button a {
  padding: 10px;
  font-size: 1rem;
  width: 120px;
  border-radius: 25px;
  margin: 10px 0px;
}

.newsworks-more-button a:hover {
  color: #FAD13D !important;
}

.wp-block-buttons .awards-btn .wp-block-button__link {
  font-family: "Manrope", sans-serif;
}

input[type=button], .gb-button.gb-button-shape-rounded.gb-button-size-small {
  padding: 10px 20px !important;
  font-size: 1rem;
  border-radius: 25px;
  text-transform: none !important;
  margin: 10px 0px;
  background-color: #0d2940 !important;
}

input[type=button]:hover {
  color: #FAD13D !important;
}

.newsworks-download-btn {
  position: absolute;
  width: 50%;
  left: 0px;
}

@media only screen and (min-width: 600px) {
  .newsworks-download-btn {
    width: 35%;
  }
}
@media only screen and (min-width: 770px) {
  .newsworks-download-btn {
    width: 26%;
  }
}
.newsworks-download-btn .gb-button.gb-button-shape-rounded.gb-button-size-small {
  width: 100%;
  text-align: right;
  border-radius: 0;
  padding: 10px;
  padding: 15px 5px 15px 0px;
}

.newsworks-download-btn .gb-button.gb-button-shape-rounded.gb-button-size-small::after {
  content: " »";
}

.newsworks-download-btn .gb-button:hover {
  color: #FAD13D !important;
  opacity: 0.9;
}

.wp-block-buttons .homepage-btn-white .wp-block-button__link {
  color: #ffffff !important;
}

/*Fixing height of image slider & adding background colour + spacing */
.wp-block-getwid-images-slider__wrapper.slick-initialized.slick-slider.slick-dotted {
  background-color: #c0c0c0;
  margin-bottom: 15px;
}

.singular-image.entry-image {
  margin-bottom: 20px;
}

.wp-block-getwid-images-slider__item {
  height: 406px !important;
}

.wp-block-quote {
  margin: 15px 20px !important;
}
.wp-block-quote::before {
  color: #FAD13D !important;
}
.wp-block-quote p {
  font-size: 1.1rem !important;
  line-height: 1.5 !important;
  color: #0d2940 !important;
  font-family: "Manrope", sans-serif !important;
}
.wp-block-quote cite {
  font-size: 1rem !important;
  color: #0d2940 !important;
}
.wp-block-quote cite strong {
  color: #FAD13D !important;
}

.wp-block-table.is-style-stripes.scoring-table tbody tr:nth-child(2n+1) {
  background-color: #069ae1;
  color: #fff;
}

.wp-block-table.is-style-stripes.scoring-table {
  border-bottom: 1px solid #069ae1;
}

.wp-block-table.is-style-stripes.scoring-table tr {
  border-top: 1px solid #069ae1;
}

.wp-block-table.is-style-stripes.scoring-table th {
  padding: 0.5em 0em;
}

.wp-block-media-text div {
  padding-left: 10px !important;
}

.has-media-on-the-left .wp-block-media-text__content {
  padding-left: 10px !important;
}

.img-zoom img:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}

/* Inline #27 | http://newsworks.local/planning/nuts-and-bolts/ */
.nuts-bolts-block .wp-block-column:last-child {
  display: none;
}

.nuts-bolts-block .wp-block-columns {
  margin-bottom: 5px;
}

@media screen and (min-width: 786px) {
  .nuts-bolts-block .wp-block-column:last-child {
    display: block;
  }
}
.nuts-bolts-block {
  border-top: 3px solid #fff;
  background-color: #0d2940;
  padding: 5px 10px 5px;
  margin: 15px 0px;
  color: #fff;
}

.nuts-bolts-block h2 {
  margin-bottom: 5px;
}

.nuts-bolts-block hr {
  color: #FAD13D !important;
}

.nuts-bolts-block a {
  text-decoration: underline;
}

.nuts-bolts-block .wp-block-columns .wp-block-column .wp-block-image .alignright {
  margin: 0px 10px;
}

.nuts-bolts-block .wp-block-columns .wp-block-column .wp-block-image {
  margin-bottom: 0px !important;
}

.nuts-bolts-block p {
  color: #fff;
}

.nuts-bolts-block .wp-block-columns {
  border-bottom: 1px solid #fff;
  padding-bottom: 0px;
}

.nuts-bolts-accordion .wp-block-getwid-accordion__header-wrapper {
  border: 0px !important;
}

.nuts-bolts-accordion .wp-block-getwid-accordion__header {
  color: #fff !important;
  background: transparent;
  border-radius: 30px;
  width: 150px !important;
  padding: 0px 25px 0px 0px;
  margin: 5px 0px;
}

.nuts-bolts-accordion .wp-block-getwid-accordion__header-title {
  color: #fff;
}

.fas.fa-chevron-right {
  color: #FAD13D;
}

.wp-block-getwid-accordion__icon {
  color: #FAD13D;
  margin: 9px 0px;
  font-size: 1rem;
}

.nuts-bolts-accordion .wp-block-getwid-accordion__content {
  padding: 10px 0px;
  margin: 10px 0px;
  border: 0px;
}

.vizualizer-front svg text {
  font-family: "Manrope", Arial, sans-serif !important;
}

.visualizer-actions {
  margin: 10px 0px;
}

.visualizer-action.visualizer-action-csv::before {
  /*! content: "hello"; */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f019";
  margin-right: 10px;
}

/*Editing styles to desktop vizualiser tables*/
.google-visualization-table-table {
  font-family: inherit !important;
  font-size: 1rem !important;
}

@media screen and (min-width: 785px) {
  .google-visualization-table-table tr th {
    font-size: 1.1rem !important;
    vertical-align: middle !important;
    height: 12% !important;
  }
  .google-visualization-table-table tbody tr td {
    vertical-align: middle !important;
    font-size: 1rem !important;
    margin: 0 !important;
    padding: 0px 5px !important;
  }
}
.google-visualization-table {
  margin-bottom: 2rem !important;
}

/*Amends to awards page template*/
.type-events .entry-meta {
  display: none; /*hiding date meta content on entry pages*/
}

.awards-grid_cases .wp-block-getwid-custom-post-type__post {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.awards-grid_cases .wp-block-getwid-custom-post-type__post-excerpt {
  display: none;
}

.awards-grid_cases {
  margin-bottom: 10px;
  margin-top: 10px;
}

.awards-grid_cases .wp-block-getwid-custom-post-type__post {
  padding-left: 5px;
  padding-right: 5px;
}

/*Styles for event profile pics using the getwid hotspot element to create a roll over state */
.event-speaker-column {
  margin-bottom: 10px !important;
}

.event-profile-hotspot .wp-block-getwid-image-hotspot__dot {
  position: absolute;
  left: 0% !important;
  top: 0% !important;
  opacity: 0;
  padding: 100px;
  background-color: #fff;
  border-radius: 0;
  -webkit-transition-timing-function: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
  outline: none;
  width: 100%;
  height: 100%;
}

.fon-profile-hotspot .wp-block-getwid-image-hotspot__dot {
  position: absolute;
  left: 0% !important;
  top: 0% !important;
  opacity: 0;
  padding: 100px;
  background-color: #fff;
  border-radius: 0;
  -webkit-transition-timing-function: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
  outline: none;
  width: 100%;
  height: 100%;
}

.event-profile-hotspot .tippy-box {
  background-color: #0d2940;
}

.fon-profile-hotspot .tippy-box {
  background-color: #000;
}

.event-profile-hotspot .wp-block-getwid-image-hotspot__tooltip {
  padding: 0px;
}

.fon-profile-hotspot .wp-block-getwid-image-hotspot__tooltip {
  padding: 0px;
}

.event-profile-hotspot .wp-block-getwid-image-hotspot__tooltip-title {
  font-size: 1.1rem;
}

.fon-profile-hotspot .wp-block-getwid-image-hotspot__tooltip-title {
  font-size: 1.1rem;
  color: #FAD13D;
}

.event-profile-hotspot .wp-block-getwid-image-hotspot__tooltip-content {
  font-size: 0.9rem;
  text-align: left;
  padding: 5px;
  margin-top: 0px;
}

.fon-profile-hotspot .wp-block-getwid-image-hotspot__tooltip-content {
  font-size: 0.9rem;
  text-align: left;
  padding: 5px;
  margin-top: 0px;
}

/* styles for event accordion for agendas */
/* Inline #42 | https://www.newsworks.org.uk/?post_type=events&p=11051&preview=true&_thumbnail_id=10947 */
.event-accordion .wp-block-getwid-accordion__header-wrapper {
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 1px solid #0d2940 !important;
  border-bottom: 1px solid #0d2940 !important;
}

.event-accordion .wp-block-getwid-accordion__header-wrapper .wp-block-getwid-accordion__header {
  padding: 10px 0px;
}

.event-accordion .wp-block-getwid-accordion__content {
  border: 0px;
}

/*Styles for event tabs*/
/* Inline #42 | https://www.newsworks.org.uk/?post_type=events&p=11051 */
.event-tabs .wp-block-getwid-tabs__title {
  color: #0d2940;
}

.event-tabs ul li {
  list-style: none !important;
}

.event-tabs li {
  border: none;
}

.event-tabs .wp-block-getwid-tabs__tab-content {
  border: 0px solid #0d2940;
  border-bottom-style: none;
}

.event-tabs .wp-block-getwid-tabs__nav-link.ui-tabs-active {
  border-bottom: 1px solid #0d2940;
  border-top: 1px solid #0d2940;
  border-left: 0px;
  border-right: 0px;
}

.event-tabs .wp-block-getwid-tabs__nav-link:hover {
  opacity: 0.8;
}

.event-tabs .wp-block-getwid-tabs__tab-content {
  padding: 1.5em 0em;
}

/*Code for awards styling*/
.awards-accordion-2024 .wp-block-getwid-accordion__header-wrapper {
  border-width: 0px !important;
  background-color: #6bcad0 !important;
  margin-bottom: 15px;
}

.awards-accordion-2024 .wp-block-getwid-accordion__header a {
  color: #000;
}

.awards-accordion-2024 .wp-block-getwid-accordion__header .wp-block-getwid-accordion__icon {
  color: #0d2940;
}

.awards-accordion-2024 .wp-block-getwid-accordion__header .wp-block-getwid-accordion__icon .fas.fa-chevron-right {
  color: #0d2940;
}

.awards-accordion-2024 .wp-block-getwid-accordion__content-wrapper .wp-block-getwid-accordion__content {
  border: 0px;
  padding: 0.5em;
}

.awards-accordion-2024 .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child {
  border-width: 0px;
}

/* Inline #42 | https://www.newsworks.org.uk/events/awards-how-to-enter/ */
.awards-notice .gb-notice-title {
  background-color: #069ae1;
  color: #ffbe0b;
  text-align: center;
  margin-bottom: -5px;
  font-size: 1.1rem;
  padding: 10px 0px 5px 0px;
}

.awards-notice .gb-notice-text {
  border-color: #069ae1 !important;
  background-color: #ffbe0b;
}

/*Styles the tabs above the calculator*/
/* blocks.style.css | https://newsworksdev.wpengine.com/wp-content/plugins/getwid/assets/css/blocks.style.css?ver=1.7.0 */
.has-layout-vertical-left .wp-block-getwid-tabs__nav-link, .has-layout-vertical-right .wp-block-getwid-tabs__nav-link, .is-style-vertical .wp-block-getwid-tabs__nav-link {
  /* border: 1px solid #eee; */
  border: 2px solid #0d2940;
  background-color: #0d2940;
  list-style: none;
}

.wp-block-getwid-tabs__tab-content {
  border: 2px solid #0d2940;
}

.wp-block-getwid-tabs ul {
  padding-left: 0px !important;
}

.wp-block-getwid-tabs__title {
  color: #fff;
}

/*Hides copy below the calculator until button has been pressed*/
.hide {
  display: none;
}

.roi-form .select-container {
  max-width: 100%;
  margin: 0 auto;
  width: 410px;
  height: 50px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 2px solid #616639;
  color: #000;
  background: none;
}
.roi-form .select-container select {
  background: transparent;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
}

#roi-submit {
  margin: 0 auto;
  max-width: 100%;
  width: 410px;
  height: 50px;
  display: block;
  margin-bottom: 20px;
  background-color: #fff;
  border: 2px solid #616639;
  color: #000;
  text-transform: none;
  font-weight: 501;
  font-size: 1.2rem;
  line-height: 10px;
}
#roi-submit:hover {
  background-color: #616639;
  color: #fff;
}

.profit-calculator_catcopy, .profit-calculator_static {
  display: block;
  text-align: center;
  max-width: 100%;
}

.profit-calculator_lines {
  width: 100%;
  padding: 0px;
}

.top-line, .arrow-line {
  border-right: 2px solid #616639;
  height: 50px;
  max-width: calc(50% - 1px);
  position: relative;
  margin-top: 15px;
  display: block;
}

.arrow-line {
  margin-bottom: 10px;
}

.arrow-line::after {
  content: "";
  width: 12px;
  position: absolute;
  bottom: 0;
  right: -7px;
  height: 12px;
  border-right: 2px solid #616639;
  border-bottom: 2px solid #616639;
  transform: rotate(45deg);
}

.line {
  display: block;
  height: 50px;
  border-right: 2px solid #616639;
  max-width: calc(50% - 1px);
}

.split-lines {
  display: none;
}

@media only screen and (min-width: 785px) {
  .split-lines {
    display: block;
    height: 70px;
    border: 2px solid #616639;
    border-bottom: none;
    max-width: 58%;
    margin: 0 auto;
  }
}
.profit-calculator_result {
  display: block;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #616639;
  color: #000;
  padding: 10px;
  max-width: 100%;
  width: 520px;
  font-size: 1rem;
}

.big {
  font-size: 1.6rem;
  margin-top: 5px;
  font-weight: 501;
}

.profit-calculator_resultprint {
  display: inline-block;
  text-align: center;
  border: 2px solid #616639;
  color: #000;
  padding: 10px;
  max-width: 100%;
  float: left;
  width: 350px;
  font-size: 1rem;
  margin-right: 45px;
}

.profit-calculator_resultdigital {
  display: inline-block;
  text-align: center;
  float: left;
  border: 2px solid #616639;
  color: #000;
  padding: 10px;
  max-width: 100%;
  width: 350px;
  font-size: 1rem;
}

.profit-calculator_result, .profit-calculator_resultdigital, .profit-calculator_resultprint {
  margin-bottom: 20px;
}

.profit-calculator_footer {
  clear: both;
}

.tagline {
  overflow-y: auto;
  overflow-x: hidden;
  white-space: nowrap;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  animation: typing 2s steps(60) !important;
}

@keyframes typing {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1%;
  }
  30% {
    opacity: 1%;
  }
  50% {
    opacity: 1%;
  }
}
.fade {
  opacity: 0;
  transition: 0.6s ease-in;
}

.email-popup-con {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  background-color: #0d2940;
  padding: 0px 0px;
  border-top: 4px solid #fff;
}

.email-popup-inner-con {
  width: 65%;
  background-color: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.email-popup-img-con {
  display: none;
}

.message-overlay-con {
  position: relative;
  display: block;
  float: left;
  top: 0%;
  left: 0;
  padding: 10px 25px;
  width: 100%;
  text-align: left;
  z-index: 1;
  color: #fff;
}

.popup-text p {
  color: #fff;
}

.email-popup-img-con .message {
  display: block;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 50px;
}

.signup-btn {
  color: #FAD13D;
  border: 2px solid #FAD13D;
  border-radius: 25px;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s ease;
}

.signup-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #FAD13D;
}

.nothanks {
  display: inline-block;
  margin-top: 5px;
  margin-left: 10px;
  transition: 0.3s ease;
}

.nothanks:hover {
  color: #B2B2B0;
  cursor: pointer;
}

.email-popup-inner-con .gform_wrapper {
  padding: 25px;
}

.email-popup-inner-con div.gform_wrapper label.gfield_label {
  display: none;
}

.email-popup-inner-con div.gform_wrapper .gform_footer .gform_button,
.email-popup-inner-con div.gform_wrapper .gform_page_footer .button {
  width: 100%;
  background-color: #da842b;
  padding: 10px;
  font-size: 24px;
}

.email-popup-inner-con div.gform_wrapper .gform_footer .gform_button:hover,
.email-popup-inner-con div.gform_wrapper .gform_page_footer .button:hover {
  background-color: #ec9840;
}

.email-popup-inner-con div.gform_wrapper input[type=email],
.email-popup-inner-con div.gform_wrapper input[type=text],
.email-popup-inner-con div.gform_wrapper select {
  background-color: transparent;
  border: 2px solid #ccc;
  color: #777;
  padding: 15px;
  border-radius: 5px;
}

.email-popup-inner-con .gform_confirmation_message {
  color: #fff;
  border: none;
  background-color: #538594;
}

@media only screen and (min-width: 782px) {
  .message-overlay-con {
    width: 55%;
  }
  .email-popup-img-con {
    width: 33%;
    position: relative;
    display: block;
    float: right;
  }
  .email-popup-img-con img {
    max-width: 100%;
    float: right;
  }
}
.full-width-landing .content-sidebar-wrap .content {
  margin-bottom: -40px;
}

.page-template-template-full-landing .site-inner {
  max-width: 100%;
}

.page-template-template-full-landing nav {
  display: none;
}

.page-template-template-full-landing .newsworks-today-date {
  display: none;
}

/*MADFest 2024*/
.madfest-schedule a.ls-gui-element.ls-nav-prev, a.ls-gui-element.ls-nav-next {
  background-color: #ed1a6b;
}

.madfest-schedule a.ls-gui-element.ls-nav-prev:hover, a.ls-gui-element.ls-nav-next:hover {
  background-color: #ed1a6b !important;
  opacity: 0.8;
}

.madfest-comp-header {
  padding: 1em !important;
  transform: rotate(-1deg);
}

.madfest-comp-copy {
  margin-top: 1em !important;
  transform: rotate(-2deg) !important;
}

.video-section-wrapper.getwid-section-content-full-width .wp-block-getwid-section__wrapper .wp-block-getwid-section__inner-wrapper {
  max-width: 1280px !important;
}

.site-container .wp-block-button .wp-block-button__link {
  font-family: manrope, sans-serif;
}

.video-section-inner {
  max-width: 1280px;
}

.madfest-landing .content {
  margin-bottom: 0px;
}

.madfest-landing .site-inner {
  padding-top: 0px;
}

.madfest-landing .events {
  margin-bottom: 0px;
}

.madfest-landing .newsworks-today-date, .breadcrumb {
  display: none;
}

.madfest-heading {
  font-size: 1.9rem;
  padding: 5px 10px;
  background-color: #f9d23b;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .madfest-heading {
    width: 100%;
  }
}
.madfest-comp-img {
  margin-bottom: 0px !important;
}

.madfest-accordion .wp-block-getwid-accordion__header-wrapper:first-child {
  border: 0px;
}

.madfest-accordion .wp-block-getwid-accordion__header {
  background-color: #ed1a6b;
  border: 0px;
  margin: 0 auto;
  text-align: center;
}

.madfest-accordion .wp-block-getwid-accordion__header .wp-block-getwid-accordion__header-title {
  color: white;
  margin: 0 auto;
  font-size: 24px;
}

.madfest-accordion .wp-block-getwid-accordion__content {
  border: 0px;
}

/*MADFEST 2023 styles*/
.madtext {
  animation: text-flicker 3s linear;
}

#offset {
  animation: text-flicker 2s;
}

@keyframes text-flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 1;
  }
  8% {
    opacity: 0.1;
  }
  9% {
    opacity: 1;
  }
  12% {
    opacity: 0.1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0.3;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0.7;
  }
  72% {
    opacity: 0.2;
  }
  77% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.sectiontitle {
  opacity: 0;
  position: relative;
  font-size: 2rem;
  transition: 1s;
  z-index: 100;
  color: #0d2940;
}

h2.wp-block-heading.in-viewport-visible {
  opacity: 1;
  font-size: 4rem;
  color: #fff;
  z-index: 100;
}

.madline {
  height: 0px;
  z-index: -1;
  position: absolute;
  border-bottom: 2.5rem solid #ef5795;
  width: 10vw;
  right: 100%;
  left: -150%;
  top: 0%;
  opacity: 0;
  transform: rotate(0.5deg);
  border-top: 2rem solid #e93e1f;
}

.madline.slidein {
  opacity: 1;
  transform-origin: left;
  width: 150vw;
  right: 50%;
  left: -70%;
  transition: 1.5s ease-in-out;
  animation: rotate 2s linear;
}

.sectioncontent {
  opacity: 0;
  z-index: 100;
}

.fadein {
  opacity: 1;
  position: relative;
  transition: 1s;
  transition-delay: 0.2s;
}

@media screen and (max-width: 768px) {
  .madline {
    height: 0px;
    z-index: -10;
    position: absolute;
    border-bottom: 1.4rem solid #ef5795;
    width: 10vw;
    right: 100%;
    left: -150%;
    top: 0%;
    opacity: 0;
    transform: rotate(1deg);
    border-top: 1rem solid #e93e1f;
  }
  .madline.slidein {
    opacity: 1;
    transform-origin: left;
    max-width: 780px;
    left: -20%;
    transition: 1.5s ease-in-out;
    animation: rotate 2s linear;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0.2deg);
  }
  to {
    transform: rotate(0.5deg);
  }
}
.soa-image-right .wp-block-media-text__content {
  padding-left: 10%;
}

.soa-image-left .wp-block-media-text__content {
  padding-left: 10%;
}

.soa-image-right {
  background-color: #FAFAFA;
}

.soa-image-left {
  background-color: #FAFAFA;
}

.full-bleed img {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  min-width: 100vw;
  height: 480px;
}

.ads figure figcaption {
  font-style: normal;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
}

/*Stand out ads styles new*/
.soaGallery h2.wp-block-heading {
  font-size: 3rem;
}

.nodate .entry-meta {
  display: none;
}

.soaFeatured img {
  box-sizing: border-box;
  height: 100%;
  max-width: 100%;
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: middle;
     object-position: middle;
}

@media screen and (min-width: 768px) {
  .soaFeatured img {
    box-sizing: border-box;
    height: 500px;
    max-width: 100%;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: middle;
       object-position: middle;
  }
}
.soaGallery .wp-block-heading mark {
  padding: 0 10px;
  background-color: #fad13d;
  color: #0d2940;
}

.soaGallery .wp-block-getwid-media-text-slider-slide-content__media img {
  -o-object-fit: contain;
  object-fit: contain;
}

/*amends to specific research page styles*/
.btn-box .wp-block-button .wp-block-button__link {
  border: 2px solid #0d2940;
  border-radius: 5px;
}

.btn-box {
  border: 4px solid #0d2940;
}

.trust-tabs .wp-block-getwid-tabs__title {
  color: #0d2940;
  text-decoration: underline #faf09f 8px;
  -webkit-text-decoration: underline #faf09f 8px;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip-ink: none;
  text-underline-offset: -2px;
  -webkit-text-decoration-offset: -2px;
  font-weight: 600;
  font-size: 1.4rem;
}

.trust-tabs .wp-block-getwid-tabs__title-wrapper {
  background-color: #faf09f;
}

.trust-tabs .wp-block-getwid-tabs__nav-link {
  list-style-type: none;
}

.trust-tabs .wp-block-getwid-tabs__nav-link {
  border: 2px solid #fafafa;
  margin: 5px 10px;
}

.trust-tabs .wp-block-getwid-tabs__nav-link.ui-tabs-active {
  border-color: #0d2940;
}

.trust-tabs .wp-block-getwid-tabs__tab-content {
  border: 0px solid #0d2940;
  border-left: 0px;
  margin: 0 auto;
}

.trust-tabs-container {
  border: 10px solid #0d2940;
  /*border-left: 0px;*/
  padding: 2rem;
  margin: 0 10px;
}

.trust-tabs div#tab-SKPqI-0 {
  display: none !important;
}

.trust-tabs a#ui-id-1 {
  display: none;
}

.trust-tabs li:nth-child(1) {
  border: 0px !important;
}

@media only screen and (min-width: 768px) {
  .trust-tabs .wp-block-getwid-tabs__tab-content {
    padding: 1.5em 5em;
  }
}
/*Campaign slider custom css*/
.campaign-slider .wp-block-getwid-post-carousel__post-excerpt {
  display: none;
}

.campaign-slider .wp-block-getwid-post-carousel__post-header {
  padding-left: 10px;
  padding-bottom: 10px;
}

.campaign-slider .wp-block-getwid-post-carousel__slide {
  background-color: #EAEAEA;
}

.wp-block-getwid-post-carousel.custom-post-type-campaigning.campaign-slider.has-slides-gap-normal.is-carousel.has-arrows-inside.has-dots-none.getwid-init {
  margin-bottom: 20px;
}

/*Awards 2023 styles*/
.awardsBanner .nk-awb-rendered .nk-awb-inner .jarallax-container img {
  opacity: 0%;
  display: none;
  visibility: hidden;
}

.nk-awb .nk-awb-inner > .jarallax-img {
  display: none;
}

.awardsbgcontent .nk-awb-rendered .nk-awb-inner .jarallax-container img {
  opacity: 0%;
  display: none;
  visibility: hidden;
}

@media only screen and (min-width: 762px) {
  .awardsBanner .nk-awb-rendered .nk-awb-inner .jarallax-container img {
    opacity: 100%;
    display: block;
    visibility: visible;
  }
  .awardsBanner .nk-awb-rendered .nk-awb-inner .jarallax-container img {
    animation: fadeInAnimation ease 5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  @keyframes fadeInAnimation {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
@media only screen and (min-width: 762px) {
  .awardsbgcontent .nk-awb-rendered .nk-awb-inner .jarallax-container img {
    opacity: 100%;
    display: block;
    visibility: visible;
  }
}
/*Forcing changes on awards full width landing page*/
.wp-block-getwid-person__subtitle {
  font-weight: 500;
}

.awards-accordion-2024 .wp-block-getwid-accordion__header .wp-block-getwid-accordion__header-title {
  color: #0d2940;
  transition: 0.2s;
}

.wp-block-buttons .awards-btn .wp-block-button__link {
  font-family: "Manrope", sans-serif;
}

/*Increasing chevron size in accordion*/
.awards-accordion-2024 .wp-block-getwid-accordion__icon {
  font-size: 1em;
}

/*Shifting banner bg image off to the right*/
.awardsBanner .nk-awb-rendered .nk-awb-inner .jarallax-container img {
  -o-object-position: 175% 50% !important;
     object-position: 175% 50% !important;
}

@media only screen and (max-width: 1300px) {
  .awardsBanner .nk-awb-rendered .nk-awb-inner .jarallax-container img {
    -o-object-position: 225% 50% !important;
       object-position: 225% 50% !important;
  }
}
@media only screen and (min-width: 1500px) {
  .awardsBanner .nk-awb-rendered .nk-awb-inner .jarallax-container img {
    -o-object-position: 145% 50% !important;
       object-position: 145% 50% !important;
  }
}
@media only screen and (min-width: 1920px) {
  .awardsBanner .nk-awb-rendered .nk-awb-inner .jarallax-container img {
    -o-object-position: 100% 50% !important;
       object-position: 100% 50% !important;
  }
}
.awardsJudges .wp-block-getwid-social-links__list.getwid-justify-content-center {
  display: none;
}

.awards-accordion-2024 .wp-block-getwid-accordion__header .wp-block-getwid-accordion__header-title:hover {
  opacity: 0.8;
}

.awards-judges .wp-block-getwid-person__content-wrapper {
  margin-top: 5px;
  color: #0d2940;
  font-weight: 700;
}

.awards-judges .wp-block-getwid-person__content-wrapper .wp-block-getwid-person__subtitle {
  color: #0d2940;
}

.awards-judges .wp-block-getwid-person__content {
  margin-top: 0px;
  color: #0d2940;
}

@media screen and (min-width: 781px) {
  .wp-block-column:nth-child(2n) {
    margin-left: 0em;
  }
}
.awards-body .site-inner .newsworks-today-date {
  display: none;
}

/*Removing spacing in the category columns on mobile*/
@media screen and (max-width: 768px) {
  .awards-cat-col {
    gap: 0px;
  }
}
.awards-cat-col ul {
  margin-bottom: 0px;
}

/*Hiding people images on mobile devices*/
.awardsBanner .nk-awb-rendered .nk-awb-inner .jarallax-container img {
  opacity: 0%;
  display: none;
  visibility: hidden;
}

.nk-awb .nk-awb-inner > .jarallax-img {
  display: none;
}

.awardsbgcontent .nk-awb-rendered .nk-awb-inner .jarallax-container img {
  opacity: 0%;
  display: none;
  visibility: hidden;
}

@media only screen and (min-width: 762px) {
  .awardsBanner .nk-awb-rendered .nk-awb-inner .jarallax-container img {
    opacity: 100%;
    display: block;
    visibility: visible;
  }
  .awardsBanner .nk-awb-rendered .nk-awb-inner .jarallax-container img {
    animation: fadeInAnimation ease 5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  @keyframes fadeInAnimation {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
@media only screen and (min-width: 762px) {
  .awardsbgcontent .nk-awb-rendered .nk-awb-inner .jarallax-container img {
    opacity: 100%;
    display: block;
    visibility: visible;
  }
}
.awardsJudges .wp-block-getwid-person__subtitle {
  font-weight: 500;
}

.awardsJudges .wp-block-getwid-social-links__list.getwid-justify-content-center {
  display: none;
}

.awards-judges .wp-block-getwid-person__content-wrapper {
  margin-top: 5px;
  color: #0d2940;
  font-weight: 700;
}

.awards-judges .wp-block-getwid-person__content-wrapper .wp-block-getwid-person__subtitle {
  color: #000;
}

.awards-judges .wp-block-getwid-person__content {
  margin-top: 0px;
  color: #0d2940;
}

.awards-accordion-2024 .wp-block-getwid-accordion__header .wp-block-getwid-accordion__header-title {
  color: #0d2940;
  transition: 0.2s;
}

/*Increasing chevron size in accordion*/
.awards-accordion-2024 .wp-block-getwid-accordion__icon {
  font-size: 1em;
}

.awards-accordion-2024 .wp-block-getwid-accordion__header .wp-block-getwid-accordion__header-title:hover {
  opacity: 0.8;
}

/*Winners gallery changes*/
.wp-block-getwid-banner__title + .wp-block-getwid-banner__text {
  margin-top: 0px;
}

/* .has-animation-style3 .wp-block-getwid-banner__caption::before {
   border: 3px solid #ff0063;
 }*/
@media only screen and (min-width: 768px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
  .media-right .wp-block-media-text__content {
    padding-right: 8% !important;
  }
  .media-left .wp-block-media-text__content {
    padding-left: 8% !important;
  }
}
.winners-gallery .wp-block-getwid-banner__title {
  line-height: 1.3;
}

.winners-gallery .wp-block-getwid-banner__caption {
  padding: 0rem;
}

.winners-gallery:hover .wp-block-getwid-banner__text {
  opacity: 1;
  transform: none;
}

.winners-gallery .wp-block-getwid-banner__caption-wrapper {
  background-color: #ff0063;
  width: 100%;
  padding: 5px 5px 0px 10px;
}

.winners-gallery .wp-block-getwid-banner__caption .wp-block-getwid-banner__title {
  font-size: 1.6rem;
}

/* Future of news styles **/
/*news is accordion*/
.fon-accordion .fas.fa-chevron-right {
  color: #D82E9F !important;
}

.fon-accordion .fas.fa-chevron-down {
  color: #D82E9F !important;
}

.fon-accordion .wp-block-getwid-accordion__header:hover a {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .wp-block-getwid-video-popup__image, .wp-block-getwid-video-popup__video {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
/*news is temp styles*/
.content-block-rounded .wp-block-getwid-section__wrapper .wp-block-getwid-section__background-holder .wp-block-getwid-section__background {
  border: 5px solid inherit !important;
  border-radius: 25px !important;
  box-shadow: 2px 10px 10px black;
}

.homeparent:hover .hvr-underline {
  display: inline-block;
}

.bodycopy {
  opacity: 0;
  transition: 1s ease-in;
  margin-bottom: 100px;
}

.fade-in {
  opacity: 1;
  margin-bottom: 10px;
}

.underline-in {
  transition-delay: 0.5s;
  border-bottom-width: 3px;
}

.mixed-col {
  height: 100%;
  position: relative;
}

.col-scroll {
  height: 100%;
  overflow: none;
}

.col-fixed .sticky-img {
  position: sticky !important;
  top: 77px;
  box-shadow: 2px 5px 10px black;
}

.col-fixed .sticky-img-nodrop {
  position: sticky !important;
  top: 77px;
}

/*Future of news series styles*/
.fon-video-popup {
  width: 193px;
  height: 193px;
  margin: 0 auto;
}

.fon-video-popup img {
  height: 193px;
}

.fon-video-popup .wp-block-getwid-video-popup__wrapper {
  padding: 0px;
}

.fon-video-popup .wp-block-getwid-video-popup__button .wp-block-getwid-video-popup__icon {
  background-color: rgba(0, 0, 0, 0) !important;
}

/*Temp styling for homepage*/
/*Content slider styles*/
.homepage-slider .wp-block-getwid-content-slider.slick-prev:before, .wp-block-getwid-post-carousel.has-arrows-inside .slick-next:before, .wp-block-getwid-post-carousel.has-arrows-inside .slick-prev:before, .wp-block-getwid-post-slider.has-arrows-inside .slick-next:before, .wp-block-getwid-post-slider.has-arrows-inside .slick-prev:before {
  color: #fad13d;
  opacity: 1;
  font-size: 30px;
}

.homepage-slider .wp-block-getwid-template-post-featured-background-image__content {
  background: #0d2940;
  padding: 10px;
}

/*Headliners slider*/
.headliners-slider .wp-block-getwid-images-slider__wrapper.slick-initialized.slick-slider.slick-dotted {
  background-color: #fff;
  margin-bottom: 0px;
}

.newsis-videowrapper {
  height: 180px;
}

@media screen and (min-width: 768px) {
  .newsis-videowrapper {
    height: 320px;
  }
  .headliners-slider .wp-block-getwid-images-slider__wrapper.slick-initialized.slick-slider.slick-dotted {
    background-color: #fff;
    margin-bottom: 0px;
    height: 562px;
  }
  .headliners-slider .wp-block-getwid-images-slider.has-images-center .slick-track {
    height: 562px;
  }
  .headliners-slider.wp-block-getwid-images-slider.has-images-center .wp-block-getwid-images-slider__item {
    height: 562px !important;
  }
}
/*Number counter*/
.audience-counter .wp-block-getwid-counter__wrapper > * {
  display: inline;
}

.audience-counter .wp-block-getwid-counter__number {
  font-size: 3rem;
  border-bottom: 3px solid #fad13d;
}

@media screen and (min-width: 768px) {
  .audience-counter .wp-block-getwid-counter__number {
    font-size: 5rem;
  }
}
/* in header*/
:root {
  --bg-width: 0%;
}

.anim-bg {
  position: relative;
  color: #0d2940;
}

.anim-bg::before {
  content: "";
  position: absolute;
  width: var(--bg-width);
  height: 90%;
  background: #fad13d;
  z-index: -1;
  transition: width 1s ease-in-out;
}

.bg-highlight {
  position: relative;
  color: #0d2940;
}

.bg-highlight::before {
  content: "";
  position: absolute;
  width: var(--bg-width);
  height: 90%;
  background: #fad13d;
  z-index: -1;
  transition: width 1s ease-in-out;
}

.homepage-sizes h2.wp-block-heading.home-headline {
  font-size: 2rem;
}

@media screen and (min-width: 788px) {
  .homepage-sizes h2.wp-block-heading {
    font-size: 2rem;
  }
  .homepage-sizes h2.wp-block-heading.home-headline {
    font-size: 4rem;
  }
  .homepage-sizes h3.wp-block-heading {
    font-size: 2.2rem;
  }
  .homepage-sizes p {
    font-size: 1.3rem;
  }
  .homepage-sizes p.home-subtext {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  /*Reorganising the column order on mobile so the buttons come below the text everytime*/
  .row-mobile-order {
    display: flex;
    flex-direction: column;
  }
  .column-order1 {
    order: 1;
  }
  .column-order2 {
    order: 2;
  }
  .column-order2 .wp-block-buttons .homeBtn {
    width: 100%;
  }
}
/*Bespoke content stylings for youth project*/
/*Responsive styles*/
/*Youth overview grid mobile vs desktop*/
@media screen and (max-width: 767px) {
  .hide-img-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .youth-hub .youth-body-col .col-scroll .youth-col-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 767px) {
  .youth-hub .youth-body-col .col-scroll .youth-col-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .entry-content .youth-statline {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .entry-content .youth-number, .youth-number-text {
    color: #880044;
    font-weight: 900;
  }
  .entry-content .youth-number-text {
    font-size: 1.6rem;
  }
  .entry-content .youth-number {
    font-size: 2.5rem;
  }
}
/*Mobile navigation styles*/
@media screen and (max-width: 767px) {
  .col-fixed .sticky-img-youth {
    position: relative;
    padding: 0px;
  }
  .col-fixed .sticky-img-youth .wp-block-navigation__responsive-container-open {
    margin: auto;
    padding: 10px 70px;
  }
}
@media screen and (min-width: 768px) {
  .col-fixed .sticky-img-youth {
    position: sticky !important;
    top: 40px;
  }
}
/*youth quiz styles*/
.youth-quiz-results-col {
  border-radius: 25px;
}

/*Youth chapter buttons*/
@media screen and (max-width: 767px) {
  .youth-hub .youth-body-col .col-scroll .wp-block-button {
    width: 100%;
  }
}
/*Youth pullquote styles*/
.youth-pullquote {
  border: 1px solid !important;
  border-left: 2px double !important;
  border-right: none !important;
  border-top-left-radius: 300px 250px !important;
  border-top-right-radius: 300px 55px !important;
  border-bottom-right-radius: 555px 150px !important;
  border-bottom-left-radius: 300px 350px !important;
}

.youth-pullquote2 {
  border: 3px double !important;
  border-left: 0px double !important;
  border-right: 3px solid !important;
  border-top-left-radius: 400px 27px !important;
  border-top-right-radius: 200px 155px !important;
  border-bottom-right-radius: 555px 250px !important;
  border-bottom-left-radius: 200px 150px !important;
}

.youth-pullquote3 {
  border: 3px solid inherit !important;
  border-left: 0px double !important;
  border-right: 0px solid !important;
  border-top-left-radius: 300px 100px !important;
  border-top-right-radius: 300px 70px !important;
  border-bottom-right-radius: 205px 50px !important;
  border-bottom-left-radius: 400px 30px !important;
}

/*Adjusting margin and padding on all youth content pages*/
.youth-hub .site-container .site-inner {
  margin-top: 0px;
  padding-top: 0px;
}

.youth-hub .site-inner .content-sidebar-wrap .content article {
  margin-bottom: 0px;
}

.youth-hub .site-inner .content-sidebar-wrap .content {
  margin-bottom: 0px;
}

/*Animations for youth hub main page*/
.youth-hub {
  animation: fadeInAnimation ease 1.2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.youth-hub .youth-logo {
  animation: growInAnimation ease-out 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes growInAnimation {
  0% {
    opacity: 0;
    transform: scale(0);
    transform-origin: bottom;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*Header links stylings*/
.youth-header .youth-header_link.youth-header_border {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
  width: 233px;
}

.youth-hub .entry-content .youth-body-col {
  margin-bottom: 0px;
}

/*Add padding to mobile*/
.youth-hub .entry-content .youth-body-col .col-scroll {
  padding: 0px 15px;
}

/*Adding padding to mobile navigation */
.youth-nav .has-modal-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-container-content {
  padding-left: 20px;
}

.youth-nav ul li a:hover {
  font-weight: 900;
  transform: scale(1.05);
  transform-origin: left;
  background-color: transparent;
}

.youth-header_link a:hover {
  font-weight: 900;
  transform: scale(1.5);
  transform: scale(1.05);
  transform-origin: left;
}

.youth-nav ul {
  padding-left: 30px;
  font-size: 1rem;
  margin-bottom: 20px;
  padding-right: 20px;
}

.youth-nav ul:first-child {
  margin-top: 10px;
}

.youth-nav ul li {
  border-bottom: 2px solid;
  width: 100%;
  margin-bottom: 10px;
}

.youth-nav ul li:last-child {
  border: none;
}

.youth-nav ul li a {
  padding-left: 0px;
}

.youth-intro_container.fade-in {
  opacity: 1;
  transition: 0.3s;
}

.youth-intro_container {
  margin-top: 0px;
}

.youth-body-col {
  gap: 0;
}

@media screen and (min-width: 769px) {
  .youth-body-col {
    gap: 2em;
  }
  .youth-intro_container.fade-in {
    opacity: 0.9;
    transition: 0.3s;
  }
  .youth-intro_container.fade-in:hover {
    opacity: 1;
    transition: 0.3s;
    transform: scale(1.02);
    box-shadow: 0px 0px 30px 5px black;
  }
  .youth-intro_container {
    margin-top: 5vh;
  }
}
.youth-background {
  padding: 0px;
}

.youth-hub .site-container .site-inner .content-sidebar-wrap .youth-header {
  margin-bottom: 0px !important;
}

.research-youth_nav {
  position: fixed;
  width: 139px;
}

.research-youth_navitems li {
  list-style: none !important;
  text-align: center;
}

.research-youth_navitems {
  padding-left: 0px !important;
}

@media screen and (max-width: 768px) {
  .wp-block-nk-awb {
    padding: 20px 0px;
  }
}
.nopadding {
  padding: 0px;
}

.youth-col-nogap {
  gap: 0;
}

.youth-col-nogap .fade-in {
  margin-bottom: 0px;
}

.youth-col-nogap .chapter-block .wp-block-getwid-banner__caption .wp-block-getwid-banner__title {
  font-size: 1.3rem;
  text-shadow: 3px 3px 40px #0d2940;
}

/*Adding transparency to content blocks*/
@media screen and (min-width: 769px) {
  .youth-col-nogap .chapter-block {
    opacity: 0.9;
    transition: 0.2s;
  }
  .youth-col-nogap .chapter-block:hover {
    transform: scale(1.1);
    transition: ease-in 0.3s;
    z-index: 999;
    opacity: 1;
    box-shadow: 0px 0px 30px 5px black;
  }
  .youth-col-nogap .chapter-block:hover img {
    filter: blur(3px);
  }
  /*Futher content block styling*/
  .youth-col-nogap .chapter-block-tl:hover {
    transform-origin: top left;
  }
  .youth-col-nogap .chapter-block-tc:hover {
    transform-origin: top;
  }
  .youth-col-nogap .chapter-block-tr:hover {
    transform-origin: top right;
  }
  .youth-col-nogap .chapter-block-cl:hover {
    transform-origin: left;
  }
  .youth-col-nogap .chapter-block-cc:hover {
    transform-origin: middle;
  }
  .youth-col-nogap .chapter-block-cr:hover {
    transform-origin: right;
  }
  .youth-col-nogap .chapter-block-bl:hover {
    transform-origin: bottom left;
  }
  .youth-col-nogap .chapter-block-bc:hover {
    transform-origin: bottom;
  }
  .youth-col-nogap .chapter-block-br:hover {
    transform-origin: bottom right;
  }
}
/*Methodology blockout stat section*/
.youth-methodology-blockout {
  border: 3px solid #0d2940;
  border-radius: 25px;
  margin: 30px 0px;
}

.youth-body-col .col-scroll .wp-block-getwid-section .wp-block-getwid-section__wrapper .wp-block-getwid-section__inner-wrapper .wp-block-getwid-section__content .wp-block-getwid-section__inner-content p, h2, h4 {
  margin-bottom: 25px;
}

.youth-hub p, ul {
  margin-bottom: 20px;
  font-size: 1.1rem;
  line-height: 1.5;
}

/* Table of Contents
	- Color variables
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Search Form
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
		- Simple Social Icons
		- WP Forms
	- Skip Links
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Accessible Menu
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1180px
		- max-width: 1023px
		- max-width: 840px
		- max-width: 600px
		- max-width: 480px
*/
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  cursor: auto !important;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth !important;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}

html {
  scroll-behavior: smooth !important;
}

/* Defaults
---------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
body {
  background-color: #fff;
  color: #0d2940;
  font-family: "Manrope", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
  overflow-x: hidden;
}

body.magazine-landing {
  background-color: #222;
}

a,
button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button {
  transition: all 0.1s ease-in-out;
}

::-moz-selection {
  background-color: #fad13d;
  color: #0d2940;
  text-shadow: none;
}

::selection {
  background-color: #fad13d;
  color: #0d2940;
  text-shadow: none;
}

a {
  background-color: inherit;
  color: #FAD13D;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

a:focus,
a:hover {
  color: #B2B2B0;
}

h3.wp-block-getwid-post-carousel__post-title a {
  color: #0d2940;
}
h3.wp-block-getwid-post-carousel__post-title a:hover {
  color: #B2B2B0;
}

p {
  margin: 0 0 24px;
  padding: 0;
  color: #0d2940;
}

strong {
  font-weight: 700;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

mark {
  background-color: #ddd;
  color: #000;
}

blockquote,
blockquote::before {
  color: #0d2940;
}

blockquote {
  margin: 40px;
}

.site-container .wp-block-quote p {
  font-style: normal !important;
}

cite {
  font-style: normal;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 3px solid currentColor;
  clear: left;
  color: #0d2940 !important;
  margin-top: 4px !important;
  margin-bottom: 15px !important;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
  font-weight: 50;
  line-height: 1.2;
  margin: 0 0 10px;
}

h1 {
  font-size: 2.1rem;
  font-weight: 501;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.3rem;
}

h3 a {
  font-weight: 501;
  color: #0d2940;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1.1rem;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

figure {
  margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
  margin-bottom: 28px;
}

.gallery-item {
  float: left;
  margin: 0;
  padding: 0 4px;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery .gallery-item img {
  border: 0;
  height: auto;
  margin: 0;
}

/* Accordion
---------------------------------------------*/
.newsbrand-accordian {
  background-color: #f0f0f0;
  color: #0d2940;
}

.newsbrand-accordian .wp-block-getwid-accordion__content-wrapper h4 {
  color: #0d2940;
}

.wp-block-getwid-accordion__header a {
  color: #0d2940;
}

.wp-block-getwid-accordion__header:hover a {
  color: #FAD13D;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #222;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 16px;
  width: 100%;
}

select {
  background-color: #eee;
}

select:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

input:focus,
textarea:focus {
  border: none;
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

::-moz-placeholder {
  color: #222;
  font-family: "Manrope", sans-serif;
  opacity: 1;
}

::placeholder {
  color: #222;
  font-family: "Manrope", sans-serif;
  opacity: 1;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.entry-content .button,
.sidebar button,
.sidebar input[type=button],
.sidebar input[type=reset],
.sidebar input[type=submit],
.sidebar .widget a.button,
.site-container div.wpforms-container-full .wpforms-form input[type=submit],
.site-container div.wpforms-container-full .wpforms-form button[type=submit] {
  background-color: #222;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  padding: 16px 24px;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
}

button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover,
.button:focus,
.button:hover,
.entry-content .button:focus,
.entry-content .button:hover,
.sidebar .widget a.button:focus,
.sidebar .widget a.button:hover,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  color: #fff;
  background-color: #0d2940;
  border: 0;
}

button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small,
.button.small {
  padding: 8px 12px;
}

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type=button]:disabled,
.site-container input[type=button]:disabled:hover,
.site-container input[type=reset]:disabled,
.site-container input[type=reset]:disabled:hover,
.site-container input[type=submit]:disabled,
.site-container input[type=submit]:disabled:hover {
  background-color: #ddd;
  border: 0;
  color: #565656;
  cursor: not-allowed;
}

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

.error404 .entry-content input[type=search],
.post-password-form input[type=password] {
  margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

td,
th {
  line-height: 1;
  text-align: left;
  vertical-align: middle;
}

td {
  padding: 0.1em 0;
}

tr {
  border-top: 1px solid #eee;
}

th {
  font-weight: 600;
  padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.genesis-nav-menu .search input[type=submit]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type=submit]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.more-link {
  position: relative;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-inner,
.wrap, .search-overlay {
  margin: 0 auto;
  max-width: 1140px;
}

.site-inner {
  clear: both;
  padding-top: 10px;
}

.magazine-landing .site-inner {
  padding-bottom: 40px;
}

/* Column Widths and Positions
--------------------------------------------- */
/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 930px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* Content */
.content {
  float: right;
  width: 750px;
  margin-bottom: 20px;
}

.magazine-landing.full-width-content .content {
  float: none;
  margin: 0 auto;
  max-width: 800px;
}

.magazine-landing .content {
  background-color: #fff;
  padding: 50px 60px 24px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 540px;
}

.full-width-content .content {
  width: 100%;
}

/* Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}

/* Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

/* Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.5641025641%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.7179487179%;
}

.one-third,
.two-sixths {
  width: 31.6239316239%;
}

.four-sixths,
.two-thirds {
  width: 65.811965812%;
}

.one-fourth {
  width: 23.0769230769%;
}

.three-fourths {
  width: 74.358974359%;
}

.one-sixth {
  width: 14.5299145299%;
}

.five-sixths {
  width: 82.905982906%;
}

.first {
  clear: both;
  margin-left: 0;
}

/* Common Classes
---------------------------------------------------------------------------- */
/* WordPress
--------------------------------------------- */
.avatar {
  float: left;
}

.alignleft .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.author-box .avatar {
  margin-right: 30px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 10px;
}

.wp-block-image {
  margin-bottom: 0.8em !important;
}

img.alignnone {
  margin-bottom: 12px;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignright {
  max-width: 100%;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

figcaption,
.gallery-caption,
.entry-content .wp-caption-text {
  font-size: 16px;
  font-style: italic;
  margin-top: 0.5em;
  margin-bottom: 1em;
  text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
  margin: 0 0 10px;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
  margin: 0 0 28px;
}

/* Genesis
--------------------------------------------- */
.breadcrumb {
  border-bottom: 0px solid #0d2940;
  margin-bottom: 10px;
  padding-bottom: 0px;
  font-size: 0.9rem;
}

.archive-description,
.author-box {
  margin-bottom: 50px;
  padding: 40px;
}

.archive-description,
.author-box {
  background-color: #f5f5f5;
}

.archive-description p:last-child,
.author-box p:last-child,
.search-results .archive-description h1 {
  margin-bottom: 0;
}

.archive-title + p {
  margin-top: 24px;
}

.author-box-title {
  color: #222;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  margin-bottom: 4px;
}

.author-box p {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
  position: relative;
}

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%;
}

.site-header .search-form {
  float: right;
  margin-top: 24px;
}

.footer-widgets .search-form input {
  border: 0;
}

.genesis-nav-menu .search-form input {
  background-color: #222;
  border: 1px solid #222;
  color: #fff;
  text-transform: none;
  width: 180px;
}

.genesis-nav-menu .search-form ::-moz-placeholder {
  color: #fff;
}

.genesis-nav-menu .search-form ::-webkit-input-placeholder {
  color: #fff;
}

.genesis-nav-menu .search-form input:focus {
  border: 1px solid #fff;
}

.genesis-nav-menu .search input[type=submit],
.widget_search input[type=submit] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

.widget_search input[type=submit]:focus {
  border-left: 1px solid #ddd;
  box-shadow: none;
  padding: 14px 16px;
  right: 2px;
  top: 2px;
}

/* Titles
--------------------------------------------- */
.entry-title {
  font-size: 36px;
  line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
  color: #0d2940;
  font-weight: 500;
}

.entry-title a:focus,
.entry-title a:hover {
  color: #FAD13D;
}
.entry-title a:focus::after,
.entry-title a:hover::after {
  color: #FAD13D !important;
}

.widget-title {
  clear: both;
  font-size: 16px;
  margin-bottom: 24px;
  text-transform: none;
}

.sidebar .widget-title {
  margin-bottom: 0.6rem;
  padding: 0.3rem;
  background-color: #0d2940;
  font-weight: bold;
  text-transform: none;
  font-size: 1.2rem;
  color: #fff;
}

.sidebar .enews .widget-title {
  background: none;
  padding: 0;
}

.footer-widgets .widget-title {
  color: #0d2940;
  font-size: 1.1rem;
  font-weight: 501;
}

.magazine-landing .widget-title {
  background-color: #fff;
  color: #222;
}

.archive-title {
  font-size: 20px;
  margin-bottom: 0;
}

/* Widgets
---------------------------------------------------------------------------- */
.widget,
.widget li {
  word-wrap: break-word;
}

.widget li {
  list-style-type: none;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding-bottom: 0;
}

.widget ul > li:last-child {
  margin-bottom: 0;
}

.widget .genesis-nav-menu li li {
  margin: 0;
  padding: 0;
}

/* Featured Content
--------------------------------------------- */
.featured-content {
  clear: both;
  overflow: hidden;
}

.featured-content .entry {
  margin-bottom: 10px;
}

.sidebar .featured-content .entry {
  border-bottom: 1px solid #0d2940;
}

.sidebar .featured-content .entry:last-child {
  border-bottom: none;
}

.sidebar .featured-content .entry:last-child {
  margin-bottom: 0;
}

.featured-content .entry-title {
  border: 0;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 501;
}

.sidebar .featured-content .entry-title {
  font-size: 1rem;
  margin-bottom: 10px;
}

.featured-content .entry-title a {
  border: 0;
  font-weight: 501;
}
.featured-content .entry-title a::after {
  content: " »";
  color: #0d2940;
  font-size: 1rem;
}

.featured-content a.alignnone {
  display: inline-block;
  margin-bottom: 20px;
  max-width: 100%;
}

.featured-content .entry-header .entry-meta {
  margin-bottom: 10px;
}

.featured-content ul {
  clear: both;
  margin-bottom: 30px;
}

.featured-content li {
  list-style-type: none;
}

.sidebar .featured-content .entry:nth-child(n+4) .aligncenter {
  display: none;
}

/* Home page featured widget ----------------------------------------------------------------*/
.home-top {
  margin: 15px auto;
  max-width: 1140px;
  background-color: #f0f0f0;
  padding: 1.5rem;
}

/* News page featured widget ----------------------------------------------------------------*/
.news-top {
  margin: 15px auto;
  max-width: 1140px;
  background-color: #f0f0f0;
  padding: 1.5rem;
}

/* Plugins
---------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget input {
  margin-bottom: 16px;
}

.enews-widget input[type=submit] {
  margin: 0;
  width: 100%;
}

.enews form + p {
  margin-top: 24px;
}

.widget-area .enews-widget {
  background-color: #222;
  color: #aaa;
  padding: 40px;
}

.widget-area .enews-widget .widget-title {
  color: #fff;
}

.widget-area .enews-widget input:focus {
  border: 1px solid #ddd;
}

.widget-area .enews-widget input[type=submit] {
  background-color: #008285;
  color: #fff;
}

.widget-area .enews-widget input:focus[type=submit],
.widget-area .enews-widget input:hover[type=submit] {
  background-color: #fff;
  color: #222;
}

.magazine-landing .widget-area .enews-widget input:focus[type=submit],
.magazine-landing .widget-area .enews-widget input:hover[type=submit] {
  background-color: #222;
  color: #fff;
}

.magazine-landing .widget-area .enews-widget {
  background-color: #fff;
  color: #222;
}

.magazine-landing .widget-area .enews-widget .widget-title {
  color: #222;
}

/* Genesis Latest Tweets
--------------------------------------------- */
.latest-tweets ul li {
  margin-bottom: 16px;
}

/* Jetpack
--------------------------------------------- */
img#wpstats {
  display: none;
}

/* Simple Social Icons
--------------------------------------------- */
.sidebar .simple-social-icons ul li {
  margin: 0 2px 4px !important;
}

/* WP Forms
--------------------------------------------- */
.entry-content .wpforms-container {
  margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
  clear: both;
  margin: 20px 0;
  overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
  border-radius: 0;
  height: auto;
  padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
  font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
  font-size: 14px;
  font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
  display: none !important;
  left: -9000px !important;
  position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
  padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
  height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
  height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
  height: 300px;
}

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
}

.primary-nav .site-header {
  padding-top: 64px;
}

.site-header .wrap {
  border-bottom: 1px solid #000;
  padding: 0;
}

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding-top: 10px;
}

.wp-custom-logo .title-area {
  padding: 0;
  text-align: center;
}

.wp-custom-logo .title-area img {
  width: 250px;
  margin-left: -37px;
}

.site-title {
  font-family: "Manrope", sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #fff;
  font-weight: 900;
}

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.tagline {
  color: #0d2940;
}

.tagline a {
  color: #0d2940;
}

.chevron-accent {
  /* Chrome, Safari, Opera */
  /* Internet Explorer */
  /* Standard Syntax */
  animation: PULSE 1.5s infinite;
}

/* Chrome, Safari, Opera */
/* Internet Explorer */
/* Standard Syntax */
@keyframes PULSE {
  0% {
    color: #FAD13D;
  }
  10% {
    color: #FAD13D;
  }
  100% {
    color: white;
  }
}
.newsworks-today-date {
  margin-bottom: 10px;
  font-size: 0.8rem;
}

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: auto;
}

.site-header .widget-area p {
  margin-bottom: 0;
}

.header-widget-area .widget-title {
  display: none;
}

.header-widget-area {
  padding-top: 28px;
}

.tagline h2 {
  font-size: 22px;
}

/* Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
  display: none;
  visibility: hidden;
}

/* Content Area
---------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.entry {
  margin-bottom: 60px;
}

.entry-content .attachment a,
.entry-content .gallery a {
  border: 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
  margin-bottom: 20px;
}

.entry-content ol,
.entry-content ul {
  padding-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-meta {
  font-size: 14px;
}

.entry-header .entry-meta {
  margin-bottom: 30px;
}

.entry-comments-link::before {
  content: "—";
  margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-header p {
  color: #B2B2B0;
}

.entry-header .entry-meta {
  margin-bottom: 15px;
}

.entry-footer p {
  font-weight: 501;
  font-size: 1rem;
}

.newsworks-post-excerpt p {
  margin-bottom: 10px;
}

/* After Entry
--------------------------------------------- */
.after-entry {
  border-bottom: 1px solid #222;
  border-top: 2px solid #222;
  margin-top: 40px;
  padding: 30px 0;
}

.after-entry p:last-child {
  margin-bottom: 0;
}

.after-entry .widget {
  margin-bottom: 30px;
}

.after-entry .widget:last-child {
  margin-bottom: 0;
}

/* Pagination
--------------------------------------------- */
.archive-pagination,
.entry-pagination {
  font-size: 14px;
  margin: 40px 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #222;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #FAD13D;
}

.entry-pagination a {
  border-bottom: 1px solid #ddd;
}

.archive-pagination {
  display: none;
}

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 50px;
}

.comment-content {
  clear: both;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.comment-respond input[type=email],
.comment-respond input[type=text],
.comment-respond input[type=url] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-list li,
.ping-list li {
  list-style-type: none;
}

.comment-list li {
  margin-top: 24px;
  padding: 32px;
}

.comment-list li li {
  margin-right: -32px;
}

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none;
}

.entry-pings .reply {
  display: none;
}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 14px;
  padding: 24px;
}

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px;
}

/* Sidebars
---------------------------------------------------------------------------- */
.magazine-landing .sidebar,
.magazine-landing .sidebar a {
  color: #fff;
}

.magazine-landing .sidebar a:focus,
.magazine-landing .sidebar a:hover {
  color: #aaa;
  text-decoration: none;
  text-shadow: 1px 1px 0 #222, -1px 1px 0 #222, 2px 0 0 #222, -2px 0 0 #222;
  box-shadow: inset 0 -1px 0 0 #aaa;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0;
}

.sidebar .featured-content p:last-child {
  margin-bottom: 24px;
}

.sidebar li {
  border-bottom: 1px dotted #888;
  margin-bottom: 6px;
  padding-bottom: 6px;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar .tagcloud a,
.sidebar .tagcloud a:visited {
  background-color: #eee;
  color: #222;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
}

.sidebar .tagcloud a:focus,
.sidebar .tagcloud a:hover {
  background-color: #FAD13D;
  color: #FAD13D;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #eee;
  color: #0d2940;
  clear: both;
  font-size: 14px;
  padding: 30px 0 20px;
}

/*.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 360px;
}
*/
.footer-widgets-1 {
  margin-right: 30px;
}

.footer-widgets-1,
.footer-widgets-2 {
  float: left;
}

.footer-widgets-3 {
  float: right;
}

.footer-widgets a {
  color: #0d2940;
  font-weight: 300;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
  color: #FAD13D;
}

.footer-widgets p:last-child {
  margin-bottom: 0;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
  color: #0d2940;
}

.footer-widgets .widget {
  margin-bottom: 20px;
}

.footer-widgets li {
  margin-bottom: 20px;
}

.footer-widgets .enews-widget {
  padding: 0;
}

.footer-widgets button,
.footer-widgets input[type=button],
.footer-widgets input[type=reset],
.footer-widgets input[type=submit],
.footer-widgets .button {
  background-color: #eee;
  color: #222;
}

.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input[type=button]:focus,
.footer-widgets input[type=button]:hover,
.footer-widgets input[type=reset]:focus,
.footer-widgets input[type=reset]:hover,
.footer-widgets input[type=submit]:focus,
.footer-widgets input[type=submit]:hover,
.footer-widgets .button:focus,
.footer-widgets .button:hover,
.woocommerce .footer-widgets button:focus,
.woocommerce .footer-widgets button:hover,
.woocommerce .footer-widgets input[type=button]:focus,
.woocommerce .footer-widgets input[type=button]:hover,
.woocommerce .footer-widgets input[type=reset]:focus,
.woocommerce .footer-widgets input[type=reset]:hover,
.woocommerce .footer-widgets input[type=submit]:focus,
.woocommerce .footer-widgets input[type=submit]:hover,
.woocommerce .footer-widgets .button:focus,
.woocommerce .footer-widgets .button:hover {
  background-color: #fff;
  color: #222;
}

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
  background-color: #eee;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  text-align: center;
}

.site-footer .wrap {
  border-top: 1px solid #444;
  padding: 30px 0;
}

.site-footer,
.site-footer a {
  color: #B2B2B0;
}

.site-footer a:focus,
.site-footer a:hover {
  color: #fff;
}

.site-footer p {
  margin-bottom: 0;
  color: #0d2940;
}

/*Edits to full width landing page*/
.full-width-landing .site-inner {
  padding: 0;
}

.full-width-landing .content .entry {
  margin-bottom: 0;
}

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (max-width: 1180px) {
  .site-inner,
  .wrap, .search-overlay {
    max-width: 960px;
  }
  .site-header .title-area,
  .wp-custom-logo .title-area {
    max-width: 380px;
  }
  .site-header .widget-area,
  .wp-custom-logo .header-widget-area {
    max-width: 570px;
  }
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 780px;
  }
  .content {
    width: 630px;
  }
  .content-sidebar-sidebar .content,
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content {
    width: 450px;
  }
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-primary {
    width: 300px;
  }
  .sidebar-secondary {
    width: 150px;
  }
}
/*Adding border to column and changing spacing*/
@media only screen and (max-width: 1023px) {
  .site-inner,
  .wrap, .search-overlay {
    max-width: 750px;
  }
  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .site-header .title-area,
  .wp-custom-logo .site-header .widget-area,
  .wp-custom-logo .site-header .title-area {
    max-width: 100%;
    width: 100%;
  }
  .custom-logo-link {
    display: block;
    margin: 0 auto;
  }
  .genesis-nav-menu,
  .site-header .title-area,
  .site-header .widget-area,
  .site-title, .header-widget-area {
    text-align: center;
  }
  .site-header .widget-area {
    margin-top: 0px;
  }
  .nav-primary {
    position: static;
  }
  .featured-content .entry,
  .site-header .search-form,
  .site-title, .header-widget-area {
    float: none;
  }
  .primary-nav .site-header,
  .title-area, .header-widget-area {
    padding-top: 0;
  }
  .title-area {
    padding-bottom: 20px;
  }
  .genesis-nav-menu > .right {
    display: none;
  }
}
@media (min-width: 960px) {
  .full-width-landing .site-inner {
    max-width: none;
  }
  .full-width-landing .content {
    width: 100%;
  }
}
@media (min-width: 781px) {
  .newsworks-home-column {
    border-right: 1px solid #0d2940;
    padding-right: 10px !important;
  }
  .newsworks-home-column-2 {
    margin-left: 10px !important;
  }
  .stakeholder-blocks .wp-block-columns {
    margin-bottom: 10px;
  }
  .wp-block-column:first-child {
    padding-right: 0em;
  }
  .wp-block-column:nth-child(even) {
    margin-left: 2em;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-column:not(:only-child) {
    flex-basis: calc(60% - 1em) !important;
    flex: 100%;
  }
  .wp-block-column:nth-child(2n) {
    /*margin-left: 2em;*/
  }
}
@media only screen and (max-width: 840px) {
  .site-inner {
    max-width: 100%;
  }
  .search-overlay {
    top: 194px;
  }
  .site-header .wrap {
    border-bottom: 0px;
  }
  .footer-widgets,
  .nav-secondary,
  .site-footer,
  .site-header,
  .site-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
  .wp-custom-logo .title-area img {
    margin-left: 0px;
  }
  .genesis-nav-menu > .first > a {
    padding-left: 20px;
  }
  .admin-bar nav.nav-primary {
    top: 0;
  }
  nav.genesis-responsive-menu {
    display: none;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
  }
  .genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden;
  }
  .site-header nav .wrap {
    padding: 0;
  }
  .menu-toggle,
  .sub-menu-toggle {
    border: 0;
    background-color: #fff;
    color: #0d2940;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
  }
  nav.nav-primary .sub-menu-toggle,
  #genesis-mobile-nav-primary {
    background-color: #0d2940;
    color: #fff;
  }
  .menu-toggle:hover,
  .menu-toggle:focus {
    color: #fff;
  }
  .sub-menu-toggle:hover,
  .sub-menu-toggle:focus {
    background-color: #0d2940;
    color: #fff;
    border: 0;
  }
  .sub-menu-toggle:focus {
    outline-offset: -1px;
  }
  .menu-toggle {
    line-height: 20px;
    position: relative;
    right: 0;
    z-index: 1000;
    width: 100%;
  }
  .menu-toggle::before {
    margin-right: 10px;
    text-rendering: auto;
  }
  .sub-menu-toggle {
    float: right;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 100;
  }
  nav.nav-primary .sub-menu-toggle:focus,
  nav.nav-primary .sub-menu-toggle:hover {
    background-color: transparent;
    color: #aaa;
  }
  .sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    transform: rotate(0);
  }
  .sub-menu-toggle.activated::before {
    transform: rotate(180deg);
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
    text-align: left;
  }
  .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item a {
    border: 0;
    margin-bottom: 1px;
    margin-top: 1px;
    padding: 15px 20px;
    width: 100%;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    border: 0;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }
  .genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
    content: none;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    width: 100%;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }
  .archive-pagination li a {
    margin-bottom: 4px;
  }
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }
}

/*# sourceMappingURL=style-index.css.map*/