@charset "UTF-8";
.margin-left--med {
  margin-left: unset;
}
@media screen and (min-width: 1200px) {
  .margin-left--med {
    margin-left: 55px;
  }
}

.break-max-left {
  width: 100%;
  margin-left: unset;
}
@media screen and (min-width: 1200px) {
  .break-max-left {
    width: 60vw;
    margin-left: calc(-50vw + 80%);
  }
}

.break-max-right {
  width: 100%;
  margin-left: unset;
}
@media screen and (min-width: 1200px) {
  .break-max-right {
    width: 60vw;
    margin-right: calc(-50vw + 50%);
  }
}

header[role=banner] {
  position: relative;
  max-width: 1440px;
  margin: auto;
}
@media screen and (min-width: 700px) {
  header[role=banner] {
    padding: 20px 20px;
  }
}

.full-height .logo-wrapper {
  padding-bottom: unset !important;
}

.navigation-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
@media screen and (min-width: 700px) {
  .navigation-top {
    padding-bottom: unset;
  }
}
.navigation-top .logo-wrapper {
  margin: unset;
  max-width: 115px;
}
@media screen and (min-width: 1200px) {
  .navigation-top .logo-wrapper {
    max-width: unset;
  }
}
.navigation-top .logo-wrapper .logo-link {
  position: relative;
  display: block;
}
.navigation-top .logo-wrapper .logo-link .wedmainelogo {
  margin-top: -17px;
}
.navigation-top .top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  max-width: 100%;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .navigation-top .top-right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.navigation-top .top-left {
  width: 25%;
}
.navigation-top .navigation-top-item {
  display: none;
}
@media screen and (min-width: 1200px) {
  .navigation-top .navigation-top-item {
    display: block;
    font-family: "futura-pt", sans-serif;
    color: #515251;
    font-size: 16px;
  }
  .navigation-top .navigation-top-item:hover {
    text-decoration: underline;
  }
}

/* Search */
/* Demo 2 */
.bop-nav-search {
  /*Hide for non-screen-readers*/
}
.bop-nav-search:after {
  content: " ";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  cursor: pointer;
  background-image: url("../svg/me-mag-search.svg");
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .bop-nav-search:after {
    right: 1px;
  }
}
.bop-nav-search input[name=s] {
  border: 1px solid #515251;
  cursor: pointer;
  height: 37px;
  margin: 3px 0;
  padding: 0 34px 0 5px;
  position: relative;
  -webkit-transition: width 200ms ease, background 700ms ease, border 700ms ease;
  transition: width 200ms ease, background 700ms ease, border 700ms ease;
  width: 0;
  float: right;
  z-index: 2;
  right: 20px;
}
@media screen and (min-width: 1200px) {
  .bop-nav-search input[name=s] {
    right: 0;
  }
}
.bop-nav-search input[name=s]:focus {
  background-color: #fff;
  border: 1px solid #515251;
  cursor: text;
  outline: 0;
  width: 125px;
}
.bop-nav-search input[type=search] {
  -webkit-appearance: textfield;
}
.bop-nav-search input[placeholder=search] {
  opacity: 0;
}
.bop-nav-search input[placeholder=search]:focus {
  opacity: 1;
}
.bop-nav-search .screen-reader-text {
  position: absolute !important;
  /* IE6, IE7 */
  clip: rect(1px 1px 1px 1px);
  /* The rest */
  clip: rect(1px, 1px, 1px, 1px);
}
.bop-nav-search .search-submit {
  display: none;
}

#demo-2 input:-moz-placeholder {
  color: transparent;
}

#demo-2 input::-webkit-input-placeholder {
  color: transparent;
}

/* Menu */
nav#access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1440px;
  margin: auto;
  border-bottom: unset;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 20px -7px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 20px -7px;
  clear: both;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  nav#access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    padding-top: 50px;
  }
}
nav#access .menu-header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: unset;
}
@media screen and (min-width: 1200px) {
  nav#access .menu-header .menu {
    display: block;
  }
}
nav#access .menu-header .menu li.current-menu-item a, nav#access .menu-header .menu li.current-menu-parent a, nav#access .menu-header .menu li.current-post-ancestor a {
  background: unset;
  color: black;
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  nav#access .menu-header .menu li#menu-item-58563 a {
    padding-left: 0px;
  }
}
nav#access .menu-header .menu li .current-menu-item a {
  background: unset;
  color: black;
  text-decoration: underline;
}
nav#access .menu-header .menu li a {
  font-size: 24px;
  padding: 4px 20px;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  nav#access .menu-header .menu li a {
    text-align: center;
    padding: 8px 27px;
  }
}
@media screen and (min-width: 1212px) {
  nav#access .menu-header .menu li a {
    padding: 8px 30px;
  }
}
nav#access .menu-header .menu li a:hover {
  color: #E35031;
  background: unset;
}

/*sub menu*/
#menu-primary-sub-nav {
  margin: 0 0 0 0;
  padding: 0px;
  position: relative;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  text-align: left;
  display: inline-block;
  max-width: 350px;
}
@media screen and (min-width: 1200px) {
  #menu-primary-sub-nav {
    -webkit-columns: unset;
       -moz-columns: unset;
            columns: unset;
    text-align: center;
    display: block;
    max-width: unset;
  }
}
#menu-primary-sub-nav li {
  display: inline;
  width: 100%;
  position: relative;
}
#menu-primary-sub-nav .sub-menu {
  width: 100%;
  margin: unset;
  padding: 1rem;
  padding-left: 0;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #ffffff;
}
#menu-primary-sub-nav .sub-menu .article-menu {
  display: none !important;
}
#menu-primary-sub-nav .sub-menu a {
  width: 100%;
}
#menu-primary-sub-nav a {
  color: #515251;
  text-decoration: none;
  display: inline-block;
  padding: 4px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  position: relative;
  min-width: 135px;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  #menu-primary-sub-nav a {
    min-width: unset;
  }
}
#menu-primary-sub-nav a:hover {
  text-decoration: underline;
}

li#menu-item-58570 a {
  padding-right: unset;
}

@media screen and (min-width: 1200px) {
  li.mob-only {
    display: none !important;
  }
}

/* DropDown*/
/* menu icon */
.menu-icon {
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  left: 0;
  top: 12px;
  z-index: 999;
  padding: 33px 20px;
}
@media screen and (min-width: 1000px) {
  .menu-icon {
    padding: 28px 20px;
  }
}

.menu-icon .navicon {
  background: #000;
  display: block;
  height: 3px;
  position: relative;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  width: 18px;
}

.menu-icon .navicon:before,
.menu-icon .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
}

.menu-icon .navicon:before {
  top: 6px;
}

.menu-icon .navicon:after {
  top: -6px;
}

/* menu btn */
.menu-btn {
  display: none;
}

.menu-btn:checked ~ #access {
  display: block;
  position: absolute;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .menu-btn:checked ~ #access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.menu-btn:checked ~ .menu-icon .navicon:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */
@media screen and (min-width: 1200px) {
  .menu {
    clear: none;
    float: right;
    max-height: none;
  }

  .menu-icon {
    display: none;
  }
}
#access ul li:hover > ul {
  display: none;
}

@media screen and (min-width: 1200px) {
  #access ul li:hover > ul {
    display: block;
  }
}
footer[role=contentinfo] {
  background-color: #000;
  padding: 40px 20px;
}
footer[role=contentinfo] .fixed-width {
  padding: unset;
}
footer[role=contentinfo] h3.widget-title {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  font-size: 24px;
}
footer[role=contentinfo] .textwidget p {
  color: #fff;
  font-size: 18px;
  text-align: left;
}
footer[role=contentinfo] .textwidget .social-list {
  display: block;
  overflow: hidden;
  max-width: 300px;
}
footer[role=contentinfo] .textwidget .social-list li {
  padding: 10px 0;
  width: 50%;
  float: left;
  text-align: left;
}
footer[role=contentinfo] .textwidget .social-list li a {
  color: #C73D29;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
footer[role=contentinfo] .textwidget .social-list li a:hover {
  opacity: 0.8;
}
footer[role=contentinfo] .textwidget .social-list li i {
  color: #fff;
  font-size: 22px;
}
footer[role=contentinfo] .footer {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1100px) {
  footer[role=contentinfo] .footer {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (min-width: 700px) {
  footer[role=contentinfo] .footer {
    margin-bottom: unset;
  }
}
@media screen and (min-width: 1200px) {
  footer[role=contentinfo] .footer #text-3 {
    max-width: 90%;
  }
}
footer[role=contentinfo] .bottom-footer {
  border: unset;
  padding: unset;
  margin: 0px 0 40px 0;
}
@media screen and (min-width: 700px) {
  footer[role=contentinfo] .bottom-footer {
    margin: 60px 0 50px 0;
    width: 100%;
    overflow: hidden;
  }
}
footer[role=contentinfo] .bottom-footer ul ul.menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (min-width: 700px) {
  footer[role=contentinfo] .bottom-footer ul ul.menu {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
}
footer[role=contentinfo] .bottom-footer ul ul.menu li {
  border: unset;
  display: inline;
  padding: 2px 14px;
}
footer[role=contentinfo] .bottom-footer ul ul.menu li a {
  color: #C73D29;
  font-weight: 600;
}
footer[role=contentinfo] .bottom-footer ul ul.menu li a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1200px) {
  footer[role=contentinfo] .bottom-footer .menu-footer-menu-container {
    max-width: 75%;
    margin: auto;
  }
}
footer[role=contentinfo] .copy .small {
  color: #fff;
}
footer[role=contentinfo] #mc_embed_signup_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer[role=contentinfo] .mc-field-group input {
  border: unset;
  height: 37px;
  width: 100%;
  padding: 0 10px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, Times, serif;
}
footer[role=contentinfo] input.button {
  color: #fff;
  background-color: #C73D29;
  height: 37px;
  border: unset;
  padding: 0 1.5em;
  width: 100%;
  margin-left: 10px;
  font-family: "futura-pt", sans-serif;
  text-transform: unset;
  font-weight: 600;
}
footer[role=contentinfo] input.button:hover {
  background-color: #fff;
  color: #C73D29;
}
footer[role=contentinfo] input.button:focus {
  background-color: #fff;
  color: #C73D29;
}
footer[role=contentinfo] input.button:active {
  background-color: #fff;
  color: #C73D29;
}
footer[role=contentinfo] .mc-field-group {
  width: 100%;
  display: block;
  overflow: hidden;
}
footer[role=contentinfo] #mc_embed_signup {
  max-width: 350px;
}

/* Hero */
section.hero {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  max-width: 1440px;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  section.hero {
    grid-gap: 5%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: 57% 5% 38%;
    grid-template-columns: 57% 38%;
  }
  section.hero.video-hero {
    -ms-grid-columns: 63% 5% 33%;
    grid-template-columns: 63% 33%;
  }
}
section.hero .hero-left {
  height: auto;
  position: relative;
  height: 100%;
  max-height: 60vh;
}
@media screen and (min-width: 1200px) {
  section.hero .hero-left {
    max-height: 75vh;
    max-width: 1500px;
  }
}
section.hero .hero-left img {
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.hero .hero-right {
  padding: 20px;
}
section.hero .hero-right .hero-title {
  color: #000;
  font-size: 36px;
}
section.hero .hero-right .hero-title:hover {
  color: #E35031;
}
section.hero .hero-right .hero-paragraph {
  font-size: 16px;
  color: #515251;
  line-height: 1.5;
}
section.hero .hero-right .hero-category, section.hero .hero-right .hero-category a {
  color: #8C8C8C;
  text-transform: uppercase;
  font-family: "Futura-CondensedMedium", "futura";
  font-weight: 500;
}
section.hero .hero-right .hero-category:hover, section.hero .hero-right .hero-category a:hover {
  color: #000;
}
section.hero .hero-right .hero-meta {
  color: #8C8C8C;
  text-transform: uppercase;
  font-family: "Futura-CondensedMedium", "futura";
}
section.hero .hero-right .hero-meta a {
  color: #8C8C8C;
}
section.hero .hero-right .hero-meta a:hover {
  color: #000;
}
section.hero .hero-right .hero-meta span {
  display: block;
}

/* Trending */
.trending {
  display: flex;
  position: relative;
  margin: auto;
  max-width: 1440px;
  height: 100%;
  grid-gap: 50px;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  padding: 20px;
}
@media screen and (min-width: 1200px) {
  .trending {
    -ms-grid-columns: 57% 5% 38%;
    grid-template-columns: 57% 38%;
    padding: 60px 0;
    grid-gap: 5%;
  }
}
.trending .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.trending .right {
  border: unset;
  border: 1px solid #9E9F9E;
}
@media screen and (min-width: 1200px) {
  .trending .right {
    max-width: 450px;
    border-left: 1px solid #9E9F9E;
    border-top: unset;
    border-right: unset;
    border-bottom: unset;
  }
}
.trending .right .trending-title {
  font-size: 28px;
  margin-bottom: unset;
  color: black;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .trending .right .trending-title {
    padding-left: 22px;
    font-weight: 600;
  }
}
.trending .right ol {
  list-style-position: outside;
  counter-reset: item;
  list-style-type: none;
  padding: 0;
  display: none;
}
@media screen and (min-width: 1200px) {
  .trending .right ol {
    display: block !important;
  }
}
.trending .right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #9E9F9E;
  padding: 20px 0;
  border-right: none;
}
.trending .right li:last-child {
  border-bottom: none;
}
.trending .right li a {
  font-size: 21px;
  color: #000;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
.trending .right li a:hover {
  text-decoration: underline;
}
.trending .right li:before {
  content: counter(item) "  ";
  counter-increment: item;
  padding: 0 22px;
  font-size: 58px;
  color: #515251;
  font-family: "Futura-CondensedMedium", "futura";
}

/* accordion */
.accordion {
  width: 100%;
}
.accordion .desktop {
  display: none;
}
@media screen and (min-width: 1200px) {
  .accordion .desktop {
    display: block;
  }
}
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 1200px) {
  .accordion .link {
    cursor: inherit;
    padding: unset;
    display: none;
  }
}
.accordion i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 25px;
}
.accordion i {
  position: absolute;
  top: 22px;
  left: 12px;
  font-size: 18px;
  color: #E35031;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-text-stroke: 1px #fff;
}
@media screen and (min-width: 1200px) {
  .accordion i {
    display: none;
  }
}

.accordion.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* end accordion */
/* Pull Post Category Containers Out of nested trending section so we can use later */
.post-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48%;
  padding: 1%;
}
@media screen and (min-width: 700px) {
  .post-container {
    width: 45%;
    padding: 2%;
  }
}
.post-container .post-excerpt {
  font-size: 16px;
  color: #515251;
}
.post-container .post-img-wrap {
  height: 115px;
}
@media screen and (min-width: 600px) {
  .post-container .post-img-wrap {
    height: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .post-container .post-img-wrap {
    height: 314px;
  }
}
.post-container .post-img-wrap:hover {
  opacity: 0.8;
}
.post-container .post-img-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: bottom;
     object-position: bottom;
}
.post-container img {
  width: 100%;
}
.post-container .post-category {
  color: #8C8C8C;
  text-transform: uppercase;
  font-family: "Futura-CondensedMedium", "futura";
  font-weight: 500;
  margin-top: 10px;
}
.post-container .post-category:hover {
  color: #000;
}
.post-container .post-title {
  font-family: "futura-pt", sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin: unset;
}
.post-container .post-title:hover {
  color: #E35031;
}

/* ad Block */
.ad_block {
  max-width: 350px;
  margin: auto;
  text-align: center;
  padding: 50px 20px;
}
@media screen and (min-width: 1000px) {
  .ad_block {
    max-width: calc(1440px - 20px);
  }
}
.ad_block a {
  position: relative;
  overflow: hidden;
  display: block;
}
.ad_block a:hover {
  opacity: 0.8;
}
.ad_block .desktop {
  display: none;
  margin: auto;
}
@media screen and (min-width: 1000px) {
  .ad_block .desktop {
    display: block;
  }
}
.ad_block .mobile {
  display: block;
  margin: auto;
}
@media screen and (min-width: 1000px) {
  .ad_block .mobile {
    display: none;
  }
}

/* First Category  Specific*/
.category-section-1 {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}
.category-section-1 .category-grid {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 1200px) {
  .category-section-1 .category-grid {
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
    max-width: 1440px;
    margin: auto;
  }
}
.category-section-1 .category-grid .category-list {
  border-right: 1px solid #9E9F9E;
  padding: 0 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 1200px) {
  .category-section-1 .category-grid .category-list {
    border-right: 1px solid #9E9F9E;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: initial;
    margin-left: unset;
    padding: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.category-section-1 .category-grid .category-feature {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 1200px) {
  .category-section-1 .category-grid .category-feature {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .category-section-1 .category-grid .category-feature .category-content {
    margin-left: 10%;
  }
}

/* Second Category Specific */
.category-section-2 {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}
.category-section-2 .category-grid {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 1200px) {
  .category-section-2 .category-grid {
    -ms-grid-columns: 60% 40%;
    grid-template-columns: 60% 40%;
    max-width: 1440px;
    margin: auto;
  }
}
.category-section-2 .category-grid .category-list {
  padding: 0 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 1200px) {
  .category-section-2 .category-grid .category-list {
    margin-top: initial;
    margin-left: unset;
    border-left: 1px solid #9E9F9E;
    padding: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.category-section-2 .category-grid .category-list .category-featured {
  border-right: unset;
  max-width: 42%;
}
.category-section-2 .category-grid .category-feature {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.category-section-2 .category-grid .category-feature .category-content {
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .category-section-2 .category-grid .category-feature .category-content {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .category-section-2 .category-grid .category-feature .feature-img-wrap {
    float: right;
    margin-right: 30px;
  }
}

/* Global Category Styles */
.category-title-wrap {
  max-width: calc(1400px - 20px);
  margin: auto;
  margin-bottom: 20px;
  position: relative;
  padding: 0 20px;
}

.category-title._first {
  border-bottom: 2px solid #4CB7A0;
}
.category-title._first:before {
  content: "•";
  font-size: 31px;
  top: -15px;
  position: absolute;
  color: #4CB7A0;
  left: 0px;
}
@media screen and (min-width: 1200px) {
  .category-title._first:before {
    left: -6px;
  }
}

.category-title._second {
  border-bottom: 2px solid #F8CD25;
}
.category-title._second:before {
  content: "•";
  font-size: 31px;
  top: -15px;
  position: absolute;
  color: #F8CD25;
  left: 0px;
}
@media screen and (min-width: 1200px) {
  .category-title._second:before {
    left: -6px;
  }
}

.category-title {
  font-size: 28px;
  color: #000;
  font-family: "futura-pt";
  font-weight: 600;
}
.category-title:hover {
  border-bottom: 2px solid #000;
}

.category-feature .cat-title {
  font-size: 36px;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.2;
}
.category-feature .cat-title:hover {
  color: #E35031;
}
.category-feature .category-content {
  margin-left: auto;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .category-feature .category-content {
    padding: unset;
    margin-bottom: unset;
    padding-bottom: unset;
  }
}
.category-feature .cat-paragraph {
  font-size: 18px;
  color: #515251;
  padding-bottom: 20px;
  border-bottom: 1px solid #9E9F9E;
}
@media screen and (min-width: 1200px) {
  .category-feature .cat-paragraph {
    padding-bottom: unset;
    border-bottom: unset;
  }
}

.category-list {
  display: block;
  position: relative;
  overflow: hidden;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 1200px) {
  .category-list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    overflow-x: unset;
    overflow-y: unset;
    white-space: unset;
  }
}
.category-list .category-list--title {
  min-height: 50px;
  display: inline-block;
  max-width: 100%;
  padding-top: 10px;
}
@media screen and (min-width: 1200px) {
  .category-list .category-list--title {
    text-overflow: unset;
    white-space: unset;
    overflow: visible;
  }
}
.category-list .category-featured {
  float: unset;
  border-right: unset;
  max-width: 42%;
  display: inline-block;
  word-break: break-word;
  white-space: normal;
  vertical-align: top;
}
@media screen and (min-width: 1200px) {
  .category-list .category-featured:nth-child(even) {
    border-left: 1px solid #9E9F9E;
  }
}
@media screen and (min-width: 1200px) {
  .category-list .category-featured {
    border-right: unset;
    float: left;
    padding: 0px 23px 10px 23px;
  }
}
.category-list .category-img-wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  display: block;
}
@media screen and (min-width: 1200px) {
  .category-list .category-img-wrap {
    height: 180px;
  }
}
.category-list .category-img-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.category-list .category-img-wrap:hover {
  opacity: 0.8;
}
.category-list a {
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  min-height: 50px;
}

.feature-img-wrap {
  max-height: 597px;
  overflow: hidden;
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 30px;
  height: 597px;
  background-size: cover;
  background-repeat: no-repeat;
}
.feature-img-wrap:hover {
  opacity: 0.8;
  cursor: pointer;
}

/* three across*/
section.three-across {
  max-width: 1440px;
  margin: auto;
  padding: 20px;
}
section.three-across .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  section.three-across .flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
section.three-across .three-across--title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 32px;
  text-transform: uppercase;
  font-family: "Futura-CondensedMedium", "futura";
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 700px) {
  section.three-across .three-across--title {
    font-size: 42px;
  }
}
section.three-across .post-img-wrap {
  height: 314px;
}
@media screen and (min-width: 700px) {
  section.three-across .post-img-wrap {
    height: 214px;
  }
}
@media screen and (min-width: 1000px) {
  section.three-across .post-img-wrap {
    height: 314px;
  }
}
@media screen and (min-width: 1200px) {
  section.three-across {
    padding: 100px 0;
  }
}
section.three-across .post-container {
  width: 100%;
  padding: unset;
}
@media screen and (min-width: 700px) {
  section.three-across .post-container {
    width: 31%;
    padding: 1%;
  }
}
@media screen and (min-width: 1200px) {
  section.three-across .post-container {
    padding: 0 25px;
  }
}

/* Full Feature Section */
.category-feature--back-img {
  width: 100%;
  height: 415px;
  background-size: cover;
  background-position: 50% 35%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1200px) {
  .category-feature--back-img {
    height: 782px;
  }
}

.category-feature--content {
  max-width: calc(682px - 40px);
  margin: auto;
  padding: 20px 20px;
}

.full-category {
  color: #8C8C8C;
  text-transform: uppercase;
  font-family: "Futura-CondensedMedium", "futura";
  font-weight: 500;
  margin-top: 10px;
  position: relative;
}
.full-category:before {
  content: "•";
  font-size: 25px;
  top: -15px;
  position: absolute;
  left: -18px;
  color: #F8CD25;
}

.full-title {
  font-size: 36px;
  color: #000;
  margin-bottom: 10px;
}
.full-title:hover {
  color: #E35031;
}

.full-paragraph {
  font-size: 18px;
  color: #515251;
}

/*~~~~~~~~ Category Redesign  ~~~~~~~~~~~~*/
/* Featured Section*/
.section.section--feature {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 1rem;
  border-bottom: 1px solid #6d6e70;
}
@media screen and (min-width: 700px) {
  .section.section--feature {
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 20px 60px 20px;
    width: unset;
  }
}

.article-intro {
  margin-bottom: calc(20px + 1em);
  padding-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .article-intro {
    margin-bottom: 2.5em;
    padding-bottom: 2.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cat-title {
  color: #8C8C8C;
  text-transform: uppercase;
  font-family: "Futura-CondensedMedium", "futura";
  font-weight: 500;
  margin-top: 10px;
}

.fixed-width-mob {
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 700px) {
  .fixed-width-mob {
    margin: unset;
    padding: unset;
  }
}

.sticky {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "img img" "content content";
}
.sticky .image-feature {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: img;
}
.sticky .embed-holder {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: img;
  min-width: 500px;
}
.sticky .content-feature {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: content;
}
@media screen and (min-width: 1000px) {
  .sticky {
        grid-template-areas: "img img content";
    grid-column-gap: 50px;
  }
  .sticky .image-feature {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .sticky .embed-holder {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .sticky .content-feature {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
}
.sticky .title-feature {
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  .sticky .title-feature {
    margin-top: unset;
  }
}
.sticky .title-feature a {
  color: #000;
  font-size: 36px;
  line-height: 1.2;
}
.sticky .title-feature a:hover {
  color: #E35031;
}
.sticky p {
  color: #515251;
  font-size: 18px;
}

.image-feature {
  width: 100%;
  height: 346px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  .image-feature {
    margin-bottom: 0px;
  }
}
.image-feature:hover {
  opacity: 0.8;
}
.image-feature img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

/* Featured Section End */
.content.col {
  margin-top: unset;
}
@media screen and (max-width: 1216px) {
  .content.col {
    width: 100%;
  }
}
.content.col header {
  padding-top: 15px;
}
@media screen and (min-width: 1200px) {
  .content.col header {
    padding-top: unset;
  }
}

.sidebar li.widget-container {
  margin-bottom: unset;
}

.ad_space {
  display: block;
  overflow: hidden;
  position: relative;
}

.list-category, .sidebar-nav .menu {
  list-style: none;
  padding: unset;
  margin: unset;
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .list-category, .sidebar-nav .menu {
    display: block;
  }
}
.list-category li, .sidebar-nav .menu li {
  width: 50%;
  float: left;
}
@media screen and (min-width: 700px) {
  .list-category li, .sidebar-nav .menu li {
    width: 100%;
    float: unset;
  }
}
.list-category li a, .sidebar-nav .menu li a {
  font-family: "futura-pt", sans-serif;
  color: #CE462E;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
}
.list-category li a:hover, .sidebar-nav .menu li a:hover {
  text-decoration: underline;
}

.section-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-top: 1rem;
}
@media screen and (min-width: 700px) {
  .section-category {
    display: block;
    padding-top: 3rem;
  }
}

.title-category {
  font-size: 38px;
  text-align: left;
}

.image-holder {
  width: 100%;
  height: 314px;
}
@media screen and (min-width: 1000px) {
  .image-holder {
    height: 514px;
  }
}
@media screen and (min-width: 1200px) {
  .image-holder {
    height: 208px;
    display: block;
    width: 288px;
    margin: unset;
  }
}
.image-holder a {
  width: 100%;
  height: 314px;
}
.image-holder a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1200px) {
  .image-holder a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 208px;
    width: 288px;
  }
}
.image-holder a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.navigation#nav-below {
  padding: 1em 0em 2em 0em;
}

.link--title {
  color: #000;
  font-size: 24px;
}
.link--title:hover {
  color: #E35031;
}

.entry-summary p {
  color: #515251;
  font-size: 18px;
}

.sidebar ul.event-list li {
  padding-bottom: 20px;
}
.sidebar ul.event-list li a {
  color: #000;
  font-weight: 500;
  font-size: 18px;
}

.widget-title {
  font-size: 28px;
}

.custom-h1 {
  font-size: 2rem !important;
  line-height: 1 !important;
  margin-top: 1rem !important;
}
@media screen and (min-width: 700px) {
  .custom-h1 {
    font-size: 2.5rem !important;
  }
}

.page-template-resource-page .fixed-width {
  max-width: 1095px;
}