/*******************************************/
/* Site Variables
/*******************************************/
/*******************************************/
/* Site Mixins'
/*******************************************/
/*******************************************/
/* Global Styles
/*******************************************/
@font-face {
  font-family: 'monty_regular';
  src: url("http://specialolympicswashington.org/wp-content/themes/sowa/assets/font/monty_regular-webfont.woff2") format("woff2"), url("http://specialolympicswashington.org/wp-content/themes/sowa/assets/font/monty_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'monty_light';
  src: url("http://specialolympicswashington.org/wp-content/themes/sowa/assets/font/monty_light-webfont.woff2") format("woff2"), url("http://specialolympicswashington.org/wp-content/themes/sowa/assets/font/monty_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'monty_bold';
  src: url("http://specialolympicswashington.org/wp-content/themes/sowa/assets/font/monty_bold-webfont.woff2") format("woff2"), url("http://specialolympicswashington.org/wp-content/themes/sowa/assets/font/monty_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'monty_black';
  src: url("http://specialolympicswashington.org/wp-content/themes/sowa/assets/font/monty_black-webfont.woff2") format("woff2"), url("http://specialolympicswashington.org/wp-content/themes/sowa/assets/font/monty_black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  background: #ececec;
  color: #211d1c;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  position: relative;
  font-family: 'Ubuntu', 'Ubuntu Condensed', Helvetica, sans-serif;
  cursor: default; }

a, input, textarea, button, select {
  border: none;
  outline: none;
  text-decoration: none;
  color: inherit; }
  a:link, a:visited, a:active, a:hover, a:focus, input:link, input:visited, input:active, input:hover, input:focus, textarea:link, textarea:visited, textarea:active, textarea:hover, textarea:focus, button:link, button:visited, button:active, button:hover, button:focus, select:link, select:visited, select:active, select:hover, select:focus {
    border: none;
    outline: none;
    text-decoration: none;
    color: inherit; }

h1, .h1 {
  display: inline-block;
  width: 100%;
  font-size: 60px;
  font-weight: 400;
  margin: 10px 0; }

h2, .h2 {
  display: inline-block;
  width: 100%;
  font-size: 28px;
  font-weight: 400;
  margin: 10px 0; }

h3, .h3 {
  line-height: 1.5; }

p, ul {
  font-size: 16px;
  margin: 10px 0; }

p, li {
  font-weight: 400; }
  p a.page-button, li a.page-button {
    font-weight: 500; }

.padded-multi-line {
  width: 300px;
  margin-left: 10px; }
  .padded-multi-line span {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 400;
    background: #ff0000;
    box-decoration-break: clone;
    box-sizing: border-box;
    background-size: 100% 40px;
    background-position: 0 50%;
/*     box-shadow: 10px 0 0 #ff0000, -10px 0 0 #ff0000; */
    color: #fff;
    display: inline;
    padding: 4px 0; }
  @media screen and (max-width: 768px) {
    .padded-multi-line span {
      font-size: 32px; } }

.marg-left {
  margin-left: 1em; }

a.bttn:link, a.bttn:visited {
  padding: 12px 50px;
  font-size: 18px;
  -webkit-transition: 0.2s ease-in all;
  -o-transition: 0.2s ease-in all;
  transition: 0.2s ease-in all; }
  a.bttn:link.standard, a.bttn:visited.standard {
    color: #fff;
    border: 2px solid #fff; }
  a.bttn:link.white-red, a.bttn:visited.white-red {
    color: #ff0000;
    background: #fff; }
  a.bttn:link.white-black, a.bttn:visited.white-black {
    color: #211d1c;
    border: 2px solid #211d1c; }
a.bttn:hover.standard, a.bttn:active.standard {
  color: #fff;
  background: #211d1c;
  border: 2px solid #211d1c; }
a.bttn:hover.white-red, a.bttn:active.white-red {
  color: #fff;
  background: #ff0000; }
a.bttn:hover.white-black, a.bttn:active.white-black {
  color: #fff;
  background: #211d1c; }

body {
  overflow-x: hidden; }

@media screen and (max-width: 992px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0; } }
@media screen and (max-width: 768px) {
  .container {
    overflow-x: hidden; } }

@media screen and (max-width: 768px) {
  .main-nav-wrapper .container {
    overflow-x: visible !important;
    padding: 0; }
    .main-nav-wrapper .container .row {
      margin: 0; }
      .main-nav-wrapper .container .row .col-md-12 {
        padding: 0; } }
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.centered {
  text-align: center; }

.screen-reader-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

a img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*******************************************/
/* Main Navigation Styles
/*******************************************/
.main-nav-wrapper {
  width: 100%;
  background: #fff; }
  @media screen and (max-width: 992px) {
    .main-nav-wrapper {
      background: transparent;
      position: relative;
      top: 0;
      left: 0;
      z-index: 999999; }
      .main-nav-wrapper .container {
        overflow: visible; }
        .main-nav-wrapper .container .row {
          margin: 0; }
          .main-nav-wrapper .container .row .col-md-12 {
            padding: 0; }
      .main-nav-wrapper .hide-mobile {
        display: none; } }
  .main-nav-wrapper .col-md-12 {
    position: relative;
    min-height: 0; }
    .main-nav-wrapper .col-md-12 .mobile-top-wrapper {
      background: #fff;
      border-top: 1px solid #fff; }
      @media screen and (max-width: 992px) {
        .main-nav-wrapper .col-md-12 .mobile-top-wrapper {
          display: block;
          width: 100%;
          overflow: hidden;
          position: relative;
          z-index: 9999999 !important; }
          .main-nav-wrapper .col-md-12 .mobile-top-wrapper .mobile-top-left, .main-nav-wrapper .col-md-12 .mobile-top-wrapper .mobile-top-right {
            width: 50%;
            height: 100px;
            display: block;
            position: relative;
            float: left; }
          .main-nav-wrapper .col-md-12 .mobile-top-wrapper .mobile-top-right {
            padding: 26px 0 0 0; } }
    @media screen and (max-width: 992px) and (max-width: 515px) {
      .main-nav-wrapper .col-md-12 .mobile-top-wrapper .mobile-top-right {
        padding: 36px 10px 0px 10px;
        height: auto; } }
      @media screen and (max-width: 992px) {
            .main-nav-wrapper .col-md-12 .mobile-top-wrapper .mobile-top-right .nav-control {
              cursor: pointer;
              display: block;
              position: absolute;
              width: 33px;
              height: 27px;
              top: 36px;
              right: 20px;
              background: url("../img/mobile_nav_icon.png");
              background-repeat: no-repeat;
              background-position: 0 0;
              background-size: 33px 54px; }
              .main-nav-wrapper .col-md-12 .mobile-top-wrapper .mobile-top-right .nav-control.active {
                background-position: 0 -27px; }
          .main-nav-wrapper .col-md-12 .mobile-top-wrapper .mobile-top-left {
            padding: 20px 0 20px 30px; } }
    @media screen and (max-width: 992px) and (max-width: 515px) {
      .main-nav-wrapper .col-md-12 .mobile-top-wrapper .mobile-top-left {
        padding: 30px 10px 0;
        height: auto; } }

    .main-nav-wrapper .col-md-12 .mobile-bottom-wrapper .mobile-sub-menu-wrapper {
      display: none; }
    @media screen and (max-width: 992px) {
      .main-nav-wrapper .col-md-12 .mobile-bottom-wrapper {
        background: #ececec;
        display: none;
        height: auto;
        width: 100%;
        position: absolute; }
        .main-nav-wrapper .col-md-12 .mobile-bottom-wrapper .mobile-sub-menu-wrapper {
          display: block;
          position: absolute;
          width: 100%;
          min-height: 100%;
          height: auto;
          top: 0;
          right: 100%;
          z-index: 99999;
          -webkit-transition: 0.3s ease-in all;
          -o-transition: 0.3s ease-in all;
          transition: 0.3s ease-in all;
          background: #ececec; }
          .main-nav-wrapper .col-md-12 .mobile-bottom-wrapper .mobile-sub-menu-wrapper.active {
            right: 0%; }
          .main-nav-wrapper .col-md-12 .mobile-bottom-wrapper .mobile-sub-menu-wrapper .mobile-participate-wrapper, .main-nav-wrapper .col-md-12 .mobile-bottom-wrapper .mobile-sub-menu-wrapper .mobile-sports-wrapper, .main-nav-wrapper .col-md-12 .mobile-bottom-wrapper .mobile-sub-menu-wrapper .mobile-events-wrapper, .main-nav-wrapper .col-md-12 .mobile-bottom-wrapper .mobile-sub-menu-wrapper .mobile-letr-wrapper {
            display: none; }
            .main-nav-wrapper .col-md-12 .mobile-bottom-wrapper .mobile-sub-menu-wrapper .mobile-participate-wrapper.active, .main-nav-wrapper .col-md-12 .mobile-bottom-wrapper .mobile-sub-menu-wrapper .mobile-sports-wrapper.active, .main-nav-wrapper .col-md-12 .mobile-bottom-wrapper .mobile-sub-menu-wrapper .mobile-events-wrapper.active, .main-nav-wrapper .col-md-12 .mobile-bottom-wrapper .mobile-sub-menu-wrapper .mobile-letr-wrapper.active {
              display: block;
              height: auto;
              padding-bottom: 100px; }
          .main-nav-wrapper .col-md-12 .mobile-bottom-wrapper .mobile-sub-menu-wrapper ol {
            display: inline-block;
            text-align: left;
            width: auto;
            margin-top: 20px;
            left: 50%;
            transform: translateX(-50%);
            margin-bottom: 160px; } }
      @media screen and (max-width: 992px) and (max-width: 992px) {
        .main-nav-wrapper .col-md-12 .mobile-bottom-wrapper .mobile-sub-menu-wrapper ol {
          margin-bottom: 0; } }
    @media screen and (max-width: 992px) {
            .main-nav-wrapper .col-md-12 .mobile-bottom-wrapper .mobile-sub-menu-wrapper ol li {
              display: list-item;
              position: relative;
              padding: 10px; }
              .main-nav-wrapper .col-md-12 .mobile-bottom-wrapper .mobile-sub-menu-wrapper ol li.like-to {
                color: #ff0000;
                padding-bottom: 20px; }
            .main-nav-wrapper .col-md-12 .mobile-bottom-wrapper .mobile-sub-menu-wrapper ol.sports {
              margin-bottom: 10px; }
            .main-nav-wrapper .col-md-12 .mobile-bottom-wrapper .mobile-sub-menu-wrapper ol.sports-list-mobile {
              margin: 0; }
              .main-nav-wrapper .col-md-12 .mobile-bottom-wrapper .mobile-sub-menu-wrapper ol.sports-list-mobile li {
                font-size: 14px;
                line-height: 15px; }
          .main-nav-wrapper .col-md-12 .mobile-bottom-wrapper .mobile-sub-menu-wrapper .back-bttn-wrapper {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            text-align: center; }
            .main-nav-wrapper .col-md-12 .mobile-bottom-wrapper .mobile-sub-menu-wrapper .back-bttn-wrapper .back-bttn {
              display: block;
              color: #fff;
              font-size: 16px;
              font-weight: 600;
              width: 100%;
              background: #636359;
              padding: 15px 0; }
              .main-nav-wrapper .col-md-12 .mobile-bottom-wrapper .mobile-sub-menu-wrapper .back-bttn-wrapper .back-bttn span {
                vertical-align: -10%;
                display: inline-block;
                width: 0;
                height: 0;
                margin: 10px 10px 0 0;
                border-style: solid;
                border-width: 9px 12px 9px 0;
                border-color: transparent #fff transparent transparent; }
              .main-nav-wrapper .col-md-12 .mobile-bottom-wrapper .mobile-sub-menu-wrapper .back-bttn-wrapper .back-bttn:hover {
                background: #211d1c; } }
    .main-nav-wrapper .col-md-12 .main-logo {
      z-index: 9999 !important;
      display: block;
      width: 271px;
      height: 65px;
      background: url("/wp-content/uploads/2025/02/SOWA-50th-GreyRed-1.png") 0 0 no-repeat;
      background-size: contain;
      position: absolute;
      top: 20px;
      left: 30px; }
      @media screen and (max-width: 992px) {
        .main-nav-wrapper .col-md-12 .main-logo {
          position: relative;
          top: auto;
          bottom: auto;
          right: auto;
          left: auto;
          float: left;
          width: 100%;
          max-width: 230px;
          padding-bottom: 23%;
          background-size: contain; } }
    .main-nav-wrapper .col-md-12 ol {
      list-style-type: none;
      display: block;
      position: relative;
      padding: 0;
      width: 100%;
      text-align: center;
      margin: 60px 0 8px 0; }
      .main-nav-wrapper .col-md-12 ol li {
        display: inline-block;
        position: static;
        font-size: 18px;
        line-height: 22px;
        padding: 0px 14px;
        font-weight: 500; }
        .main-nav-wrapper .col-md-12 ol li.current_page_item a {
          color: #ff0000; }
        .main-nav-wrapper .col-md-12 ol li a:active, .main-nav-wrapper .col-md-12 ol li a:hover, .main-nav-wrapper .col-md-12 ol li a.active {
          color: #ff0000; }
      .main-nav-wrapper .col-md-12 ol.super-nav {
        position: absolute;
        top: 0;
        right: 15px;
        margin: 20px 0 0 0;
        text-align: right; }
        .main-nav-wrapper .col-md-12 ol.super-nav li {
          font-size: 12px;
          line-height: 12px;
          font-weight: 500;
          padding: 1px 12px; }
          .main-nav-wrapper .col-md-12 ol.super-nav li:last-child {
            padding-right: 0;
            border-left: 1px solid #211d1c; }
        @media screen and (max-width: 992px) {
          .main-nav-wrapper .col-md-12 ol.super-nav.desktop-super-nav {
            display: none; }
          .main-nav-wrapper .col-md-12 ol.super-nav.mobile-super-nav {
            top: auto;
            right: 0;
            left: 0;
            bottom: 0;
            padding: 0;
            margin: 0;
            overflow: hidden; }
            .main-nav-wrapper .col-md-12 ol.super-nav.mobile-super-nav li {
              width: 60%;
              font-size: 16px;
              line-height: 96px;
              background: #bababa;
              text-align: center;
              text-indent: 0;
              padding: 0;
              margin: 0;
              display: inline-block;
              float: left; }
              .main-nav-wrapper .col-md-12 ol.super-nav.mobile-super-nav li:last-child {
                width: 40%;
                border-left: 1px solid #ececec; }
              .main-nav-wrapper .col-md-12 ol.super-nav.mobile-super-nav li a {
                display: inline-block;
                width: 100%; }
                .main-nav-wrapper .col-md-12 ol.super-nav.mobile-super-nav li a:hover, .main-nav-wrapper .col-md-12 ol.super-nav.mobile-super-nav li a:active {
                  color: #fff;
                  background: #211d1c; } }
  @media screen and (max-width: 992px) and (max-width: 768px) {
    .main-nav-wrapper .col-md-12 ol.super-nav.mobile-super-nav li {
      font-size: 14px;
      line-height: 64px; } }

      @media screen and (max-width: 992px) {
        .main-nav-wrapper .col-md-12 ol.main-nav {
          display: block;
          position: relative;
          margin-bottom: 160px; }
          .main-nav-wrapper .col-md-12 ol.main-nav li {
            display: list-item;
            font-size: 24px;
            line-height: 28px;
            padding: 15px 0; } }
      @media screen and (max-width: 768px) {
        .main-nav-wrapper .col-md-12 ol.main-nav {
          margin-top: 20px; } }
    .main-nav-wrapper .col-md-12 #donate {
      position: absolute;
      right: 15px;
      bottom: 0;
      background: #ff0000;
      color: #fff;
      padding: 0;
      z-index: 99999;
      -webkit-transition: all ease-in 0.2s;
      -o-transition: all ease-in 0.2s;
      transition: all ease-in 0.2s; }
      .main-nav-wrapper .col-md-12 #donate a {
        display: inline-block;
        width: 100%;
        padding: 9px 50px; }
      .main-nav-wrapper .col-md-12 #donate:hover {
        background: #211d1c; }
        .main-nav-wrapper .col-md-12 #donate:hover a {
          color: #fff !important; }
      @media screen and (max-width: 992px) {
        .main-nav-wrapper .col-md-12 #donate {
          top: auto;
          left: auto;
          right: auto;
          bottom: auto;
          position: relative;
          float: left; } }
      @media screen and (max-width: 480px) {
        .main-nav-wrapper .col-md-12 #donate a {
          font-size: 14px;
          padding: 4.5px 25px; } }
  .main-nav-wrapper .search-wrapper {
    display: block; }
    @media screen and (max-width: 992px) {
      .main-nav-wrapper .search-wrapper {
        position: relative;
        background: #f5f5f5;
        height: 100px; } }
    .main-nav-wrapper .search-wrapper #search {
      position: absolute;
      display: block;
      top: 25px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 9999; }
      @media screen and (max-width: 992px) {
        .main-nav-wrapper .search-wrapper #search {
          width: 220px;
          top: 50%;
          transform: translateX(-50%) translateY(-50%); } }
      @media screen and (max-width: 768px) {
        .main-nav-wrapper .search-wrapper #search {
          width: 100%; } }
      .main-nav-wrapper .search-wrapper #search #search-input {
        background: transparent;
        border-bottom: 2px solid #ccc;
        display: inline-block;
        width: 180px;
        font-size: 12px;
        line-height: 14px; }
        .main-nav-wrapper .search-wrapper #search #search-input:focus {
          color: #636359; }
      .main-nav-wrapper .search-wrapper #search #search-submit {
        display: inline-block;
        width: 17px;
        height: 17px;
        margin-left: 10px;
        line-height: 30px;
        background: url("../img/search_icon.png") 0 0 no-repeat;
        font-size: 0;
        text-indent: -999999px;
        overflow: hidden;
        opacity: .5;
        -webkit-transition: 0.3s ease-in all;
        -o-transition: 0.3s ease-in all;
        transition: 0.3s ease-in all; }
        .main-nav-wrapper .search-wrapper #search #search-submit:hover {
          opacity: 1.0; }

.sub-menu-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 15px;
  width: 1170px;
  z-index: 999999;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 1200px) {
    .sub-menu-wrap {
      width: 940px; } }
  .sub-menu-wrap .sub-menu-left {
    display: block;
    float: left;
    width: 60%;
    position: relative; }
    .sub-menu-wrap .sub-menu-left span.submenu-intro {
      color: #ff0000;
      font-size: 24px;
      line-height: 28px;
      text-align: left;
      position: absolute;
      top: 40px;
      left: 204px; }
      @media screen and (max-width: 1200px) {
        .sub-menu-wrap .sub-menu-left span.submenu-intro {
          left: 90px; } }
    .sub-menu-wrap .sub-menu-left ol.sub-menu {
      text-align: left;
      min-width: inherit;
      width: auto !important;
      display: inline-block;
      padding: 36px 0 33px 0;
      margin: 0 20px 0 365px; }
      @media screen and (max-width: 1200px) {
        .sub-menu-wrap .sub-menu-left ol.sub-menu {
          margin: 0 20px 0 250px; } }
      .sub-menu-wrap .sub-menu-left ol.sub-menu li {
        display: list-item;
        font-size: 15px;
        line-height: 29px;
        color: #211d1c;
        font-weight: 600;
        padding: 0; }
        .sub-menu-wrap .sub-menu-left ol.sub-menu li a:hover, .sub-menu-wrap .sub-menu-left ol.sub-menu li a:active {
          color: #ff0000; }
  .sub-menu-wrap .sub-menu-right {
    display: block;
    float: left;
    width: 40%;
    position: relative; }
    .sub-menu-wrap .sub-menu-right .mega-menu-featured {
      display: block;
      width: 100%;
      padding-bottom: 60%;
      background-repeat: no-repeat;
      background-size: cover;
      overflow: hidden;
      position: relative;
      display: block; }
      .sub-menu-wrap .sub-menu-right .mega-menu-featured a {
        float: left;
        margin-top: 20px; }
      .sub-menu-wrap .sub-menu-right .mega-menu-featured .copy-wrapper {
        padding: 50px 44px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0; }
  .sub-menu-wrap.sports .sub-menu-left {
    width: 60%; }
  .sub-menu-wrap.sports .sub-menu-right {
    width: 40%; }
  .sub-menu-wrap.sports .sub-menu-left ol, .sub-menu-wrap.sports .sub-menu-right ol {
    display: inline-block;
    margin-left: 47px;
    text-align: left;
    margin-top: 0;
    padding: 36px 0; }
    .sub-menu-wrap.sports .sub-menu-left ol li, .sub-menu-wrap.sports .sub-menu-right ol li {
      font-size: 15px;
      line-height: 29px;
      font-weight: 600;
      display: list-item;
      padding: 0; }
  .sub-menu-wrap.sports .sub-menu-right {
    background: #211d1c; }
    .sub-menu-wrap.sports .sub-menu-right ol {
      margin-left: 60px; }
      .sub-menu-wrap.sports .sub-menu-right ol li a {
        color: #fff; }
        .sub-menu-wrap.sports .sub-menu-right ol li a:hover {
          background: #ff0000;
          color: white; }
  @media screen and (max-width: 992px) {
    .sub-menu-wrap {
      display: none; } }

.mobile-nav-active-mask {
  display: none; }
  @media screen and (max-width: 768px) {
    .mobile-nav-active-mask.active {
      display: block;
      z-index: 9999;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: url("../img/black_mask.png") 0 0 repeat; } }

/*******************************************/
/* Footer Styles
/*******************************************/
@media screen and (max-width: 768px) {
  .footer-row {
    margin: 0; } }

.footer-super-wrapper {
  padding: 0 15px;
  background: url("../img/footer_bg.png") 0 0 repeat-y;
  background-size: contain;
  margin: 0 15px; }
  @media screen and (max-width: 992px) {
    .footer-super-wrapper {
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .footer-super-wrapper {
      background: none; } }
  .footer-super-wrapper .footer-wrapper {
    background: url("../img/footer_swoop.png") bottom left no-repeat;
    background-size: contain;
    display: block;
    margin: 0 -15px;
    padding: 46px 0 66px 0; }
    @media screen and (max-width: 768px) {
      .footer-super-wrapper .footer-wrapper {
        background: none;
        padding: 0; } }
    .footer-super-wrapper .footer-wrapper .footer-left {
      padding-left: 30px; }
      @media screen and (max-width: 768px) {
        .footer-super-wrapper .footer-wrapper .footer-left {
          background: #211d1c;
          padding-top: 40px;
          padding-bottom: 40px; } }
      .footer-super-wrapper .footer-wrapper .footer-left .footer-nav {
        list-style-type: none;
        padding: 0;
        font-size: 14px;
        font-weight: 500; }
        .footer-super-wrapper .footer-wrapper .footer-left .footer-nav li a:link, .footer-super-wrapper .footer-wrapper .footer-left .footer-nav li a:visited {
          color: #fff; }
        .footer-super-wrapper .footer-wrapper .footer-left .footer-nav li a:hover, .footer-super-wrapper .footer-wrapper .footer-left .footer-nav li a:active {
          color: white; }
        .footer-super-wrapper .footer-wrapper .footer-left .footer-nav li a {
          display: inline-block;
          padding: 1px 0; }
          .footer-super-wrapper .footer-wrapper .footer-left .footer-nav li a:hover {
            background: #ff0000; }
      .footer-super-wrapper .footer-wrapper .footer-left .contact-info {
        list-style-type: none;
        padding: 0;
        font-weight: 400; }
        .footer-super-wrapper .footer-wrapper .footer-left .contact-info li {
          font-size: 14px; }
          .footer-super-wrapper .footer-wrapper .footer-left .contact-info li a:link, .footer-super-wrapper .footer-wrapper .footer-left .contact-info li a:visited {
            color: white; }
          .footer-super-wrapper .footer-wrapper .footer-left .contact-info li a:hover, .footer-super-wrapper .footer-wrapper .footer-left .contact-info li a:active {
            color: #ff0000; }
      .footer-super-wrapper .footer-wrapper .footer-left .contact-address {
        font-size: 14px;
        font-weight: 400; }
        .footer-super-wrapper .footer-wrapper .footer-left .contact-address a:link, .footer-super-wrapper .footer-wrapper .footer-left .contact-address a:visited {
          color: #fff; }
        .footer-super-wrapper .footer-wrapper .footer-left .contact-address a:hover, .footer-super-wrapper .footer-wrapper .footer-left .contact-address a:active {
          color: #ff0000; }
      .footer-super-wrapper .footer-wrapper .footer-left .social-links {
        font-size: 22px; }
        .footer-super-wrapper .footer-wrapper .footer-left .social-links a {
          display: inline-block;
          margin-right: 18px;
          -webkit-transition: 0.2s ease-in all;
          -o-transition: 0.2s ease-in all;
          transition: 0.2s ease-in all; }
        .footer-super-wrapper .footer-wrapper .footer-left .social-links a:link, .footer-super-wrapper .footer-wrapper .footer-left .social-links a:visited {
          color: #fff; }
        .footer-super-wrapper .footer-wrapper .footer-left .social-links a:hover, .footer-super-wrapper .footer-wrapper .footer-left .social-links a:active {
          color: #ff0000; }
      .footer-super-wrapper .footer-wrapper .footer-left .copyright {
        font-size: 10px;
        font-weight: 400;
        color: #fff; }
    .footer-super-wrapper .footer-wrapper .footer-right {
      color: #fff;
      position: relative; }
      @media screen and (max-width: 768px) {
        .footer-super-wrapper .footer-wrapper .footer-right {
          background: #ff0000 url("../img/footer_swoop_red.png") bottom left no-repeat;
          background-size: contain; } }
      .footer-super-wrapper .footer-wrapper .footer-right .copy-wrapper {
        display: block;
        width: 75%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto; }
        @media screen and (max-width: 768px) {
          .footer-super-wrapper .footer-wrapper .footer-right .copy-wrapper {
            width: auto; } }
        .footer-super-wrapper .footer-wrapper .footer-right .copy-wrapper h2, .footer-super-wrapper .footer-wrapper .footer-right .copy-wrapper .h2 {
          margin-bottom: 10px; }
        .footer-super-wrapper .footer-wrapper .footer-right .copy-wrapper form {
          display: block;
          padding-top: 8px; }
          .footer-super-wrapper .footer-wrapper .footer-right .copy-wrapper form input[type='text'] {
            color: #211d1c;
            font-size: 18px;
            line-height: 20px;
            padding: 10px 20px; }
            .footer-super-wrapper .footer-wrapper .footer-right .copy-wrapper form input[type='text']::-webkit-input-placeholder, .footer-super-wrapper .footer-wrapper .footer-right .copy-wrapper form input[type='text']::-moz-placeholder, .footer-super-wrapper .footer-wrapper .footer-right .copy-wrapper form input[type='text']:-ms-input-placeholder, .footer-super-wrapper .footer-wrapper .footer-right .copy-wrapper form input[type='text']:-moz-placeholder {
              color: #afaeae; }
          @media screen and (max-width: 480px) {
            .footer-super-wrapper .footer-wrapper .footer-right .copy-wrapper form input {
              width: 90%; } }
          .footer-super-wrapper .footer-wrapper .footer-right .copy-wrapper form button {
            border: 2px solid #fff;
            background: none;
            font-size: 18px;
            line-height: 20px;
            font-weight: 500;
            color: #fff;
            padding: 9px 24px;
            border-radius: 0;
            margin-top: 14px;
            -webkit-transition: 0.2s ease-in all;
            -o-transition: 0.2s ease-in all;
            transition: 0.2s ease-in all; }
            .footer-super-wrapper .footer-wrapper .footer-right .copy-wrapper form button:hover {
              border-color: #211d1c;
              background: #211d1c;
              color: #fff; }
        @media screen and (max-width: 768px) {
          .footer-super-wrapper .footer-wrapper .footer-right .copy-wrapper {
            position: relative;
            transform: none;
            top: auto;
            translate: none;
            margin: 40px auto; } }

/*******************************************/
/* Search Results Page - search.php
/*******************************************/
.search-results-wrapper {
  background: #fff;
  padding-top: 60px; }
  .search-results-wrapper h2 span {
    background: #ff0000;
    color: #fff; }
  .search-results-wrapper article {
    padding: 20px; }
    .search-results-wrapper article a:hover {
      background: #ff0000;
      color: #fff; }

/*******************************************/
/* Featured Grid Styles
/*******************************************/
.featured-grid-wrapper {
  margin: 0 15px; }
  @media screen and (max-width: 992px) {
    .featured-grid-wrapper {
      margin-left: 0;
      margin-right: 0; }
      .featured-grid-wrapper > .col-md-8, .featured-grid-wrapper > .col-md-4 {
        padding-left: 0;
        padding-right: 0; } }
  .featured-grid-wrapper .col-md-4, .featured-grid-wrapper .col-md-8 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
  .featured-grid-wrapper .featured-instagram {
    background-repeat: none;
    background-position: 50% 50%;
    background-size: cover; }
    .featured-grid-wrapper .featured-instagram .featured-super-wrapper {
      margin: 0 -15px;
      background: rgba(33, 29, 28, 0.8); }
      @media screen and (max-width: 992px) {
        .featured-grid-wrapper .featured-instagram .featured-super-wrapper {
          margin: 0; } }
      .featured-grid-wrapper .featured-instagram .featured-super-wrapper p, .featured-grid-wrapper .featured-instagram .featured-super-wrapper a.featured-link {
        color: #fff; }
  .featured-grid-wrapper .featured-wrapper {
    padding: 60px 40px 40px 40px;
    position: relative;
    min-height: 390px; }
    @media screen and (max-width: 768px) {
      .featured-grid-wrapper .featured-wrapper {
        min-height: initial; } }
    @media screen and (max-width: 1200px) {
      .featured-grid-wrapper .featured-wrapper {
        padding-bottom: 100px; } }
    .featured-grid-wrapper .featured-wrapper .h2 {
      margin-top: 0; }
      .featured-grid-wrapper .featured-wrapper .h2 p {
        font-size: 28px;
        font-weight: 400; }
    .featured-grid-wrapper .featured-wrapper .copy-wrapper {
      display: block; }
      .featured-grid-wrapper .featured-wrapper .copy-wrapper.center-align {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 40px;
        right: 40px; }
      .featured-grid-wrapper .featured-wrapper .copy-wrapper.bottom-align {
        position: absolute;
        bottom: 40px;
        left: 40px;
        right: 40px; }
      .featured-grid-wrapper .featured-wrapper .copy-wrapper p .hashtag {
        color: #ff0000; }
      .featured-grid-wrapper .featured-wrapper .copy-wrapper p a {
        color: #39bb9d; }
        .featured-grid-wrapper .featured-wrapper .copy-wrapper p a.bttn {
          color: white; }
        .featured-grid-wrapper .featured-wrapper .copy-wrapper p a:hover {
          color: #fff;
          background: #ff0000; }
        .featured-grid-wrapper .featured-wrapper .copy-wrapper p a.tweet-link {
          display: inline-block; }
      @media screen and (max-width: 992px) {
        .featured-grid-wrapper .featured-wrapper .copy-wrapper {
          position: relative !important;
          right: auto !important;
          left: auto !important;
          top: auto !important;
          bottom: auto !important;
          transform: none !important; } }
    .featured-grid-wrapper .featured-wrapper a.featured-link {
      display: block;
      float: left;
      position: absolute;
      bottom: 40px;
      left: 40px;
      font-size: 26px;
      font-weight: 500;
      -webkit-transition: 0.2s ease-in all;
      -o-transition: 0.2s ease-in all;
      transition: 0.2s ease-in all; }
      .featured-grid-wrapper .featured-wrapper a.featured-link:hover {
        color: #ff0000; }
    .featured-grid-wrapper .featured-wrapper a.bttn {
      display: block;
      float: left;
      position: absolute;
      bottom: 40px;
      left: 40px;
      border: 2px solid #211d1c;
      padding: 10px 15px;
      min-width: 150px;
      text-align: center; }
      .featured-grid-wrapper .featured-wrapper a.bttn:hover {
        border: 2px solid #211d1c;
        background: #211d1c;
        color: #fff; }
    .featured-grid-wrapper .featured-wrapper.white-text {
      color: #fff !important; }
      .featured-grid-wrapper .featured-wrapper.white-text a.bttn {
        border: 2px solid #fff; }
        .featured-grid-wrapper .featured-wrapper.white-text a.bttn:hover {
          border: 2px solid #211d1c; }
      .featured-grid-wrapper .featured-wrapper.white-text.black-bg a.bttn {
        border: 2px solid #fff; }
        .featured-grid-wrapper .featured-wrapper.white-text.black-bg a.bttn:hover {
          background: #fff;
          color: #211d1c; }

/*******************************************/
/* Events Grid Style
/*******************************************/
.events-grid {
  margin: 36px 0 130px 0; }
  .events-grid .bttn.view-all-events {
    color: #636359;
    border: 2px solid #636359;
    padding: 8px 15px; }
    .events-grid .bttn.view-all-events:hover {
      color: #fff;
      border-color: #ff0000;
      background: #ff0000; }
  .events-grid #events-grid-wrapper {
    position: relative; }
    .events-grid #events-grid-wrapper .loading-icon {
      display: none;
      position: absolute;
      z-index: 99999;
      width: 76px;
      height: 76px;
      top: 200px;
      left: 50%;
      transform: translateX(-50%);
      background: url("../img/sowa_loading.gif") 50% 50% no-repeat; }
    .events-grid #events-grid-wrapper.waiting .loading-icon {
      display: block; }
    .events-grid #events-grid-wrapper.waiting #events-grid-inner-wrapper {
      opacity: 0.25; }
      .events-grid #events-grid-wrapper.waiting #events-grid-inner-wrapper a.bttn {
        pointer-events: none;
        cursor: default; }
    .events-grid #events-grid-wrapper #events-grid-inner-wrapper {
      opacity: 1.0;
      -webkit-transition: 0.3s ease-in all;
      -o-transition: 0.3s ease-in all;
      transition: 0.3s ease-in all; }
      .events-grid #events-grid-wrapper #events-grid-inner-wrapper .alert.alert-warning {
        border-color: #0063A5;
        color: #0063A5;
        background-color: rgba(0, 99, 165, 0.15); }
      .events-grid #events-grid-wrapper #events-grid-inner-wrapper .calendar-event-wrapper {
        margin-bottom: 46px; }
        .events-grid #events-grid-wrapper #events-grid-inner-wrapper .calendar-event-wrapper .calendar-event-header {
          font-size: 18px;
          font-weight: 500;
          line-height: 50px;
          color: #fff;
          display: block;
          width: 100%;
          height: 50px; }
          .events-grid #events-grid-wrapper #events-grid-inner-wrapper .calendar-event-wrapper .calendar-event-header span {
            display: inline-block;
            float: left; }
            .events-grid #events-grid-wrapper #events-grid-inner-wrapper .calendar-event-wrapper .calendar-event-header span.month {
              background: #211d1c;
              width: 72%;
              height: 50px;
              text-align: center; }
            .events-grid #events-grid-wrapper #events-grid-inner-wrapper .calendar-event-wrapper .calendar-event-header span.day {
              width: 28%;
              font-size: 24px;
              line-height: 50px;
              height: 50px;
              text-align: center;
              background: #ff0000; }
        .events-grid #events-grid-wrapper #events-grid-inner-wrapper .calendar-event-wrapper .calendar-event-body {
          background: #636359;
          display: block;
          position: relative;
          float: left;
          width: 100%;
          height: 155px; }
          .events-grid #events-grid-wrapper #events-grid-inner-wrapper .calendar-event-wrapper .calendar-event-body .copy-wrapper {
            font-size: 16px;
            color: #fff;
            font-weight: 500;
            text-align: center;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            margin-left: auto;
            margin-right: auto;
            left: 0;
            right: 0;
            padding: 0 18px; }
        .events-grid #events-grid-wrapper #events-grid-inner-wrapper .calendar-event-wrapper .calendar-event-footer {
          background: #ececec;
          float: left;
          display: block;
          width: 100%;
          height: 135px;
          color: #211d1c;
          text-align: center; }
          .events-grid #events-grid-wrapper #events-grid-inner-wrapper .calendar-event-wrapper .calendar-event-footer a.bttn {
            padding: 8px 15px;
            border: 2px solid #211d1c; }
            @media screen and (max-width: 768px) {
              .events-grid #events-grid-wrapper #events-grid-inner-wrapper .calendar-event-wrapper .calendar-event-footer a.bttn {
                padding: 6px 4px;
                font-size: 16px; } }
            .events-grid #events-grid-wrapper #events-grid-inner-wrapper .calendar-event-wrapper .calendar-event-footer a.bttn:hover {
              background: #211d1c;
              color: #fff; }
          .events-grid #events-grid-wrapper #events-grid-inner-wrapper .calendar-event-wrapper .calendar-event-footer span.region {
            margin: 25px 0;
            display: block;
            height: 25px;
            text-align: center;
            font-size: 14px;
            line-height: 12px; }
            .events-grid #events-grid-wrapper #events-grid-inner-wrapper .calendar-event-wrapper .calendar-event-footer span.region .region-icon {
              vertical-align: middle;
              display: inline-block;
              width: 16px;
              height: 25px;
              margin-right: 12px;
              background: url("../img/location_icon.png") 0 0 no-repeat; }

ul.page-numbers {
  padding: 0;
  list-style-type: none;
  display: inline-block;
  width: 100%;
  text-align: center; }
  ul.page-numbers li {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    line-height: 50px;
    padding: 0 9px; }
    ul.page-numbers li a {
      color: #636359; }
      ul.page-numbers li a:hover {
        color: #211d1c; }
      ul.page-numbers li a.prev, ul.page-numbers li a.next {
        font-size: 0;
        text-indent: -99999px;
        display: inline-block;
        width: 32px;
        height: 32px;
        background: url("../img/pagination_arrow.png") 0 0 no-repeat;
        opacity: .5;
        -webkit-transition: 0.2s ease-in all;
        -o-transition: 0.2s ease-in all;
        transition: 0.2s ease-in all; }
        ul.page-numbers li a.prev:hover, ul.page-numbers li a.next:hover {
          opacity: 1.0; }
      ul.page-numbers li a.prev {
        transform: rotate(180deg); }
      ul.page-numbers li a.current {
        color: #ff0000;
        pointer-events: none;
        cursor: default; }
        ul.page-numbers li a.current.prev, ul.page-numbers li a.current.next {
          pointer-events: auto !important;
          cursor: pointer !important; }

/*******************************************/
/* Find Your Sport Styles
/*******************************************/
.find-your-sport-wrapper {
  background-image: url("../img/sport_finder_default_bg.jpg");
  padding-bottom: 45%;
  position: relative;
  overflow: hidden !important; }
  @media screen and (max-width: 992px) {
    .find-your-sport-wrapper {
      padding-bottom: 0;
      padding: 60px 0; } }
  .find-your-sport-wrapper .video-wrapper, .find-your-sport-wrapper .video-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden !important; }
    .find-your-sport-wrapper .video-wrapper video, .find-your-sport-wrapper .video-mask video {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto; }
  .find-your-sport-wrapper .video-mask {
    display: block;
    background: url("../img/video_mask.png") 0 0 repeat; }
  .find-your-sport-wrapper .copy-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 60%;
    margin: 0 auto;
    color: #fff; }
    @media screen and (max-width: 1200px) {
      .find-your-sport-wrapper .copy-wrapper {
        width: 75%; } }
    @media screen and (max-width: 992px) {
      .find-your-sport-wrapper .copy-wrapper {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        margin: 0auto;
        width: 95%; }
        .find-your-sport-wrapper .copy-wrapper .pipe, .find-your-sport-wrapper .copy-wrapper .hide-mobile {
          display: none; } }
  .find-your-sport-wrapper .find-your-sport-subtitle {
    font-weight: 400;
    font-style: italic; }
  .find-your-sport-wrapper .sports-find-list {
    list-style-type: none;
    padding: 0;
    display: block;
    margin-top: 30px; }
    .find-your-sport-wrapper .sports-find-list span {
      display: inline-block;
      padding: 3px;
      line-height: 20px; }
      .find-your-sport-wrapper .sports-find-list span:first-of-type {
        border-left: none; }
      .find-your-sport-wrapper .sports-find-list span a {
        font-size: 16px;
        padding: 5px; }
        .find-your-sport-wrapper .sports-find-list span a:hover {
          background-color: #211d1c;
          color: white; }

/*******************************************/
/* Marquee Styles
/*******************************************/
.marquee-wrapper {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 0%;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important; }
  .marquee-wrapper .marquee-mask {
    display: block;
    width: 100%;
    padding-bottom: 44.5%;
    background: rgba(0, 0, 0, 0.3);
    position: relative; }
    .marquee-wrapper .marquee-mask .copy-wrapper {
      position: absolute;
      top: 200px;
      left: 55px; }
      .marquee-wrapper .marquee-mask .copy-wrapper a {
        float: left;
        margin-top: 20px; }
      @media screen and (max-width: 1200px) {
        .marquee-wrapper .marquee-mask .copy-wrapper {
          top: 140px; } }
    @media screen and (max-width: 992px) {
      .marquee-wrapper .marquee-mask {
        padding-bottom: 0; }
        .marquee-wrapper .marquee-mask .copy-wrapper {
          position: relative;
          padding: 100px 0;
          margin-left: 55px;
          top: auto;
          left: auto; } }

/*******************************************/
/* Community Search Styles
/*******************************************/
.community-search-wrapper {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 33.3333333333%;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  padding-bottom: 0;
  padding: 60px 0;
  position: relative; }
  .community-search-wrapper .copy-wrapper {
    width: 40%;
    margin: 0 auto;
    color: #fff; }
    .community-search-wrapper .copy-wrapper a.bttn {
      display: inline-block;
      margin-top: 40px;
      padding: 10px 14px; }
    .community-search-wrapper .copy-wrapper form.community-search select {
      color: #636359;
      font-size: 18px;
      line-height: 20px;
      padding: 10px 40px 10px 20px;
      margin-top: 20px;
      -webkit-appearance: none;
      -moz-appearance: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      background-image: url("../img/dropdown_arrow.png");
      background-repeat: no-repeat;
      background-position: right 20px center; }
      .community-search-wrapper .copy-wrapper form.community-search select option {
        color: #636359; }
      .community-search-wrapper .copy-wrapper form.community-search select::-ms-expand {
        display: none; }
    @media screen and (max-width: 992px) {
      .community-search-wrapper .copy-wrapper {
        width: 60%; } }
    @media screen and (max-width: 992px) {
      .community-search-wrapper .copy-wrapper {
        width: 95%; }
        .community-search-wrapper .copy-wrapper form.community-search select {
          font-size: 16px;
          line-height: 20px;
          padding: 10px 20px 10px 20px; } }

.single-page-marquee-wrapper {
  background: black; }
  .single-page-marquee-wrapper .row {
    margin: 0; }
    .single-page-marquee-wrapper .row > div {
      padding: 0; }
  .single-page-marquee-wrapper .single-page-marquee-nav {
    position: relative;
    height: 360px; }
    @media screen and (max-width: 768px) {
      .single-page-marquee-wrapper .single-page-marquee-nav {
        height: auto; } }
    .single-page-marquee-wrapper .single-page-marquee-nav > ul {
      padding-right: 0px;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
      @media screen and (max-width: 768px) {
        .single-page-marquee-wrapper .single-page-marquee-nav > ul {
          top: 0;
          transform: translateY(0%);
          padding: 24px;
          text-align: center; } }
    .single-page-marquee-wrapper .single-page-marquee-nav li {
      padding-bottom: 14px;
      list-style: none; }
      @media screen and (max-width: 768px) {
        .single-page-marquee-wrapper .single-page-marquee-nav li {
          max-width: 100%; } }
      .single-page-marquee-wrapper .single-page-marquee-nav li.current_page_item > a {
        color: #ff0000;
        display: inline-block; }
        @media screen and (max-width: 768px) {
          .single-page-marquee-wrapper .single-page-marquee-nav li.current_page_item > a {
            border-bottom: 1px solid #ff0000; } }
      .single-page-marquee-wrapper .single-page-marquee-nav li.page_item {
        padding-left: 0px; }
      .single-page-marquee-wrapper .single-page-marquee-nav li ul.children {
        padding-left: 0px; }
        .single-page-marquee-wrapper .single-page-marquee-nav li ul.children li {
          padding-left: 0; }
          .single-page-marquee-wrapper .single-page-marquee-nav li ul.children li:last-child {
            padding-bottom: 0px; }
    .single-page-marquee-wrapper .single-page-marquee-nav a {
      color: white; }
      .single-page-marquee-wrapper .single-page-marquee-nav a:hover {
        color: #ff0000; }
    .single-page-marquee-wrapper .single-page-marquee-nav .current-sub-page a {
      color: #ff0000; }
  .single-page-marquee-wrapper .single-page-marquee {
    height: 360px;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .single-page-marquee-wrapper .single-page-marquee {
        height: auto;
        min-height: 180px; } }

.marquee-grey {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 0 20%;
  text-align: center;
  position: absolute; }
  @media screen and (max-width: 768px) {
    .marquee-grey {
      padding: 40px 10px; } }
  .marquee-grey h1 {
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 768px) {
      .marquee-grey h1 {
        font-size: 40px;
        top: 0;
        transform: translateY(0%); } }

.single-page-marquee-wrapper-short {
  background: #211d1c;
  height: 180px;
  text-align: center; }
  .single-page-marquee-wrapper-short h1 {
    color: white;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

.single-page-content {
  margin: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff; }
  .single-page-content.single-page-polar-plunge {
    padding-top: 0px; }
  .single-page-content hr {
    border-top-color: #ff0000; }
  .single-page-content a {
    color: #ff0000;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s; }
    .single-page-content a:hover {
      color: white;
      background-color: #ff0000; }
  .single-page-content p {
    margin: 0 0 20px 0; }
  .single-page-content ul {
    padding-bottom: 14px; }
    .single-page-content ul li {
      padding-bottom: 5px; }
  .single-page-content .column-wrapper {
    padding-top: 20px;
    padding-bottom: 20px; }
  .single-page-content a.page-button {
    display: inline-block;
    margin: 0 0 20px 0; }
  .single-page-content img {
    width: auto; }
    @media screen and (max-width: 768px) {
      .single-page-content img {
        width: 100%;
        height: auto; } }
  .single-page-content blockquote, .single-page-content blockquote p {
    color: #ff0000;
    text-align: center;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    padding: 0 8.3%;
    border-left: 0px; }

.sitemap-page ul {
  margin: 0;
  padding-bottom: 0; }
  .sitemap-page ul li {
    margin: 0;
    padding-bottom: 2px;
    list-style: none; }
    .sitemap-page ul li ul li {
      list-style: initial; }

.single-page-polar-plunge h1, .single-page-polar-plunge h2, .single-page-polar-plunge h3 {
  font-family: 'monty_bold', sans-serif; }
.single-page-polar-plunge h4, .single-page-polar-plunge h5 {
  font-family: 'monty_regular', sans-serif; }

.plunge-banner {
  vertical-align: top;
  height: 450px;
  margin-bottom: 60px; }
  .plunge-banner .plunge-banner-left {
    background-image: url("http://specialolympicswashington.org/wp-content/themes/sowa/assets/img/pp-2018-banner-left-bg.png");
    background-size: cover;
    height: 100%;
    width: 30%;
    float: left;
    padding: 30px;
    font-family: 'monty_regular', sans-serif; }
    @media screen and (max-width: 768px) {
      .plunge-banner .plunge-banner-left {
        width: 100%;
        height: 270px;
        float: none; } }
    .plunge-banner .plunge-banner-left .plunge-banner-left-inner {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      color: white;
      text-transform: uppercase; }
      .plunge-banner .plunge-banner-left .plunge-banner-left-inner h2 {
        font-size: 40px;
        margin-bottom: 40px;
        margin-top: 0px; }
      .plunge-banner .plunge-banner-left .plunge-banner-left-inner h2 {
        font-family: 'monty_bold', sans-serif; }
      .plunge-banner .plunge-banner-left .plunge-banner-left-inner p {
        font-family: 'monty_regular', sans-serif; }
      @media screen and (max-width: 768px) {
        .plunge-banner .plunge-banner-left .plunge-banner-left-inner h2 {
          font-size: 36px;
          margin-bottom: 10px; } }
  .plunge-banner .plunge-banner-right {
    width: 70%;
    height: 100%;
    float: right;
    background-image: url("http://specialolympicswashington.org/wp-content/themes/sowa/assets/img/pp-2018-banner-right-bg.png");
    background-size: cover; }
    .plunge-banner .plunge-banner-right img {
      margin: 0 auto;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      max-width: 75%; }
    @media screen and (max-width: 768px) {
      .plunge-banner .plunge-banner-right {
        width: 100%;
        height: 200px;
        padding: 20px; }
        .plunge-banner .plunge-banner-right img {
          max-height: 100%;
          width: auto; } }

.plunge-events .rounded-wrapper, .plunge-sponsors .rounded-wrapper {
  text-align: center;
  position: relative;
  margin-bottom: 30px; }
  .plunge-events .rounded-wrapper:before, .plunge-sponsors .rounded-wrapper:before {
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 10;
    top: 56px;
    left: 0;
    border: 2px solid #015978;
    border-radius: 14px; }
    @media screen and (max-width: 768px) {
      .plunge-events .rounded-wrapper:before, .plunge-sponsors .rounded-wrapper:before {
        display: none; } }
  .plunge-events .rounded-wrapper:after, .plunge-sponsors .rounded-wrapper:after {
    content: "";
    width: 100%;
    position: absolute;
    top: 75px;
    left: 0;
    height: 30px;
    z-index: 11;
    background-color: white; }
    @media screen and (max-width: 768px) {
      .plunge-events .rounded-wrapper:after, .plunge-sponsors .rounded-wrapper:after {
        display: none; } }
  .plunge-events .rounded-wrapper h3, .plunge-sponsors .rounded-wrapper h3 {
    color: #015978;
    font-size: 44px;
    padding: 10px;
    background: white;
    display: inline-block;
    position: relative;
    z-index: 12; }
  .plunge-events .rounded-wrapper.find-a-plunge, .plunge-sponsors .rounded-wrapper.find-a-plunge {
    margin-top: 60px; }
    .plunge-events .rounded-wrapper.find-a-plunge:before, .plunge-sponsors .rounded-wrapper.find-a-plunge:before {
      border: 4px solid #0095D9; }
.plunge-events a, .plunge-sponsors a {
  display: block;
  text-align: center; }
  .plunge-events a:hover, .plunge-sponsors a:hover {
    background-color: transparent; }
@media screen and (max-width: 768px) {
  .plunge-events a img, .plunge-events a img.alignright, .plunge-sponsors a img, .plunge-sponsors a img.alignright {
    width: 60%;
    height: auto;
    margin: 0 auto 10px auto;
    display: block;
    float: none; } }

.plunge-events {
  padding: 20px; }

.plunge-events a {
  padding: 14px;
  display: block;
  margin-bottom: 10px; }
  .plunge-events a:hover {
    background-color: white !important; }
  .plunge-events a .registerLink {
    border: 3px solid #015978;
    border-radius: 14px;
    display: block;
    height: 76px;
    position: relative;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s; }
    .plunge-events a .registerLink:after {
      content: "";
      position: absolute;
      z-index: 10;
      left: -15px;
      top: -13px;
      width: 94px;
      height: 94px;
      background-color: white;
      border: 3px solid #015978;
      border-radius: 50%; }
    .plunge-events a .registerLink:before {
      position: absolute;
      z-index: 11;
      content: "";
      background-image: url(../img/polar-bear.png);
      background-repeat: no-repeat;
      height: 74px;
      width: 74px;
      left: -5px;
      top: 0px;
      background-size: contain; }
    .plunge-events a .registerLink h4 {
      font-size: 18px;
      text-transform: uppercase;
      color: #015978;
      text-align: left;
      line-height: 22px;
      margin-bottom: 0;
      padding-left: 90px;
      padding-top: 2px;
      letter-spacing: 2px; }
      @media screen and (max-width: 1200px) {
        .plunge-events a .registerLink h4 {
          padding-left: 82px;
          font-size: 18px; } }
      @media screen and (max-width: 992px) {
        .plunge-events a .registerLink h4 {
          font-size: 16px;
          padding-left: 82px; } }
      @media screen and (max-width: 768px) {
        .plunge-events a .registerLink h4 {
          font-size: 14px;
          padding-left: 82px; } }
      @media screen and (min-width: 768px) and (max-width: 930px) {
        .plunge-events a .registerLink h4 {
          margin-top: 12px;
          font-size: 12px; } }
      @media screen and (max-width: 500px) {
        .plunge-events a .registerLink h4 {
          margin-top: 2px; } }
    .plunge-events a .registerLink h5 {
      font-size: 14px;
      color: #606060;
      text-align: left;
      line-height: 20px;
      padding-left: 90px;
      margin: 0; }
      @media screen and (max-width: 1200px) {
        .plunge-events a .registerLink h5 {
          padding-left: 82px;
          font-size: 12px; } }
      @media screen and (max-width: 992px) {
        .plunge-events a .registerLink h5 {
          font-size: 14px;
          padding-left: 82px; } }
      @media screen and (max-width: 768px) {
        .plunge-events a .registerLink h5 {
          font-size: 14px;
          padding-left: 82px; } }
      .plunge-events a .registerLink h5 span {
        font-size: 11px; }
        @media screen and (max-width: 992px) {
          .plunge-events a .registerLink h5 span {
            font-size: 10px; } }
        @media screen and (max-width: 768px) {
          .plunge-events a .registerLink h5 span {
            display: none; } }
    .plunge-events a .registerLink:hover {
      background-color: #015978; }
      .plunge-events a .registerLink:hover h4 {
        color: white; }
      .plunge-events a .registerLink:hover h5 {
        color: #ccc; }

.single-page-gameon {
  padding-top: 0px;
  position: relative; }
  .single-page-gameon h1 {
    font-weight: bold;
    font-size: 32px; }
  .single-page-gameon .gameon-banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    @media screen and (max-width: 768px) {
      .single-page-gameon .gameon-banner {
        padding-bottom: 280px;
        background-size: cover; } }
    .single-page-gameon .gameon-banner .gameon-banner-red {
      text-align: center;
      font-size: 55px; }
      @media screen and (max-width: 1200px) {
        .single-page-gameon .gameon-banner .gameon-banner-red {
          font-size: 44px; } }
      @media screen and (max-width: 992px) {
        .single-page-gameon .gameon-banner .gameon-banner-red {
          font-size: 40px; } }
  .single-page-gameon .gameon-banner-red {
    width: 70px;
    height: 100%;
    background: #ff0000;
    color: white;
    word-wrap: break-word;
    padding: 10px; }
    @media screen and (max-width: 768px) {
      .single-page-gameon .gameon-banner-red {
        word-wrap: normal;
        width: 100%;
        height: 70px; } }
  .single-page-gameon .gameon-right-red {
    width: 70px;
    height: 100%;
    background: #ff0000;
    position: absolute;
    right: 15px;
    top: 0px; }
    @media screen and (max-width: 768px) {
      .single-page-gameon .gameon-right-red {
        display: none; } }
  .single-page-gameon .gameon-letr {
    position: absolute;
    top: -61px;
    right: 65px;
    width: 130px;
    height: auto;
    z-index: 20; }
    .single-page-gameon .gameon-letr img {
      max-width: 100%;
      height: auto; }
  .single-page-gameon .gameon-support {
    background: url("../img/gameon-support-bg.jpg");
    background-size: cover;
    min-height: 400px;
    text-align: center; }
    .single-page-gameon .gameon-support h3 {
      font-weight: normal;
      margin: 30px auto 60px auto;
      color: white; }
  .single-page-gameon .gameon-button {
    display: block;
    color: white;
    position: relative;
    border: 2px solid white;
    border-radius: 6px;
    padding: 16px 0 16px 80px;
    margin-bottom: 60px;
    text-align: left;
    font-size: 18px;
    font-weight: normal; }
    .single-page-gameon .gameon-button .letr-circle {
      position: absolute;
      top: -14px;
      left: -16px;
      width: 80px;
      height: 80px;
      background: url("../img/gameonbutton-torch.png");
      background-size: cover; }
    .single-page-gameon .gameon-button .pull-right {
      padding-right: 20px; }
  .single-page-gameon .gameon-contact {
    padding-top: 40px;
    padding-bottom: 40px; }
  .single-page-gameon .gameon-video {
    border: 4px solid #ff0000;
    width: 100%;
    height: auto;
    margin-bottom: 60px; }

.incentives {
  margin-bottom: 0px; }

.incentive {
  margin-bottom: 60px;
  height: 300px; }
  .incentive.no-image {
    height: auto; }
  .incentive h4 {
    color: #ff0000;
    font-size: 20px;
    margin-bottom: 4px; }
  .incentive p {
    margin-bottom: 6px; }
    .incentive p.incentive-image {
      height: 250px; }
    .incentive p img {
      border: none;
      display: inline-block;
      max-height: 100%;
      max-width: 80%; }
    .incentive p small {
      font-size: 70%; }

.gform_wrapper .gform_body input[type=text], .gform_wrapper .gform_body textarea {
  border: 1px solid #211d1c;
  padding: 4px 10px; }
.gform_wrapper .gform_body .form-fifty {
  width: 50%;
  display: inline-block; }
  .gform_wrapper .gform_body .form-fifty input {
    width: 100% !important; }
.gform_wrapper .gform_body .form-thirty {
  width: 33%;
  display: inline-block; }
  .gform_wrapper .gform_body .form-thirty input {
    width: 100% !important; }
.gform_wrapper .gform_body ul.gfield_checkbox label {
  font-weight: normal !important;
  margin-top: 6px; }

.gform_footer input[type="submit"] {
  background: #211d1c;
  color: white;
  padding: 9px 24px;
  float: right;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s; }
  .gform_footer input[type="submit"]:hover {
    color: #ff0000; }

#gform_confirmation_wrapper_1 {
  color: #0063A5;
  border: 1px solid #0063A5;
  padding: 40px;
  text-align: center;
  background-color: rgba(0, 99, 165, 0.15);
  margin: 40px 0;
  font-size: 30px; }

.gform_wrapper h3.gform_title {
  font-size: 24px !important; }

div.ui-datepicker-header {
  color: #211d1c; }

/*******************************************/
/* Events Calendar Styles
/*******************************************/
.events-calendar-wrapper {
  background: #fff; }
  .events-calendar-wrapper .event-highlights .featured-event {
    display: block;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 74.8502994012%;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important; }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      .events-calendar-wrapper .event-highlights .featured-event {
        padding-bottom: 0;
        height: 560px; } }
    .events-calendar-wrapper .event-highlights .featured-event .copy-wrapper {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      padding: 0 50px; }
      .events-calendar-wrapper .event-highlights .featured-event .copy-wrapper .bttn {
        display: inline-block;
        margin-top: 20px; }
      .events-calendar-wrapper .event-highlights .featured-event .copy-wrapper p {
        color: #fff;
        padding-top: 10px; }
      .events-calendar-wrapper .event-highlights .featured-event .copy-wrapper .padded-multi-line {
        font-size: 28px;
        line-height: 1.4;
        padding: 2px 0;
        width: 460px;
        margin: 0px auto; }
        .events-calendar-wrapper .event-highlights .featured-event .copy-wrapper .padded-multi-line span {
          font-weight: 400;
          background: #ff0000;
          color: #fff;
          display: inline;
          padding: 5px 20px;
          box-decoration-break: clone; }
          @media screen and (max-width: 768px) {
            .events-calendar-wrapper .event-highlights .featured-event .copy-wrapper .padded-multi-line span {
              padding: 5px 0; } }
        @media screen and (max-width: 992px) {
          .events-calendar-wrapper .event-highlights .featured-event .copy-wrapper .padded-multi-line {
            width: 100%; } }
    @media screen and (max-width: 992px) {
      .events-calendar-wrapper .event-highlights .featured-event {
        padding-bottom: 0;
        padding: 60px 0; }
        .events-calendar-wrapper .event-highlights .featured-event .copy-wrapper {
          position: relative;
          top: auto;
          transform: none; } }
  .events-calendar-wrapper .event-highlights .secondary-featured-events {
    height: 235px;
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 50px;
    position: relative; }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      .events-calendar-wrapper .event-highlights .secondary-featured-events {
        height: 265px; } }
    .events-calendar-wrapper .event-highlights .secondary-featured-events .h2 {
      color: #fff; }
    .events-calendar-wrapper .event-highlights .secondary-featured-events a.bttn {
      display: block;
      float: left;
      position: absolute;
      bottom: 40px;
      left: 50px;
      border: 2px solid #fff;
      padding: 10px 20px;
      min-width: 150px;
      text-align: center;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .events-calendar-wrapper .event-highlights .secondary-featured-events a.bttn {
          padding: 6px 4px;
          font-size: 16px; } }
      .events-calendar-wrapper .event-highlights .secondary-featured-events a.bttn:hover {
        border: 2px solid #211d1c;
        background: #211d1c;
        color: #fff; }
    .events-calendar-wrapper .event-highlights .secondary-featured-events:last-of-type {
      margin-top: 30px; }
      @media screen and (max-width: 992px) {
        .events-calendar-wrapper .event-highlights .secondary-featured-events:last-of-type {
          margin-top: 0; } }
    .events-calendar-wrapper .event-highlights .secondary-featured-events.red {
      background: #ff0000;
      color: #fff; }
    .events-calendar-wrapper .event-highlights .secondary-featured-events.white {
      background: #fff;
      color: #211d1c; }
    .events-calendar-wrapper .event-highlights .secondary-featured-events.black {
      background: #211d1c;
      color: #fff; }

.events-grid {
  margin-top: 0; }

.filter-wrapper {
  margin-top: 60px;
  margin-bottom: 60px; }
  .filter-wrapper form.events-filter select {
    display: block;
    margin: 0 auto;
    width: 245px;
    color: #636359;
    font-size: 18px;
    line-height: 20px;
    padding: 10px 40px 10px 20px;
    border: 1px solid #ececec;
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: url("../img/dropdown_arrow.png");
    background-repeat: no-repeat;
    background-position: right 20px center; }
    .filter-wrapper form.events-filter select option {
      color: #636359; }
    .filter-wrapper form.events-filter select::-ms-expand {
      display: none; }
  .filter-wrapper form.events-filter button {
    background: #fff;
    font-size: 18px;
    color: #ff0000;
    font-weight: 600;
    padding: 12px;
    line-height: 20px;
    -webkit-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all; }
    .filter-wrapper form.events-filter button:hover {
      background: #ff0000;
      color: #fff; }
    .filter-wrapper form.events-filter button.inactive {
      cursor: default;
      opacity: 0.5; }
      .filter-wrapper form.events-filter button.inactive:hover {
        color: #ff0000;
        background: #fff; }
  @media screen and (max-width: 992px) {
    .filter-wrapper form.events-filter select {
      margin-bottom: 40px; } }

/*******************************************/
/* Areas Landing Marquee Styles
/*******************************************/
path#cascade {
  fill: #fff; }
path#pierce-thurston-lewis-capitol {
  fill: #fff; }
path#Olympic_Peninsula {
  fill: #fff; }

polygon#king-county {
  fill: #fff; }
polygon#cascade {
  fill: #fff; }
polygon#northeast {
  fill: #fff; }
polygon#north-central {
  fill: #fff; }
polygon#valley {
  fill: #fff; }
polygon#tri-cities {
  fill: #fff; }
polygon#walla-walla {
  fill: #fff; }
polygon#southeast {
  fill: #fff; }
polygon#columbia-river {
  fill: #fff; }

.areas-tax-wrapper {
  background: #fff; }
  .areas-tax-wrapper .areas-landing-marquee {
    background: #636359;
    margin: 0 15px;
    position: relative; }
    @media screen and (max-width: 992px) {
      .areas-tax-wrapper .areas-landing-marquee {
        margin: 0; } }
    .areas-tax-wrapper .areas-landing-marquee .region-select {
      color: #fff;
      padding: 0 30px;
      position: relative;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover; }
      .areas-tax-wrapper .areas-landing-marquee .region-select.region-no-image {
        background-image: url("../img/black_mask.png"), url("../img/region_bg.jpg"); }
      .areas-tax-wrapper .areas-landing-marquee .region-select .bttn {
        position: absolute;
        bottom: 30px;
        left: 30px;
        padding: 12px 30px;
        border: 2px solid #fff; }
        @media screen and (max-width: 992px) {
          .areas-tax-wrapper .areas-landing-marquee .region-select .bttn {
            left: auto;
            right: 30px; } }
        .areas-tax-wrapper .areas-landing-marquee .region-select .bttn:hover {
          background: #fff;
          color: #211d1c; }
      @media screen and (max-width: 992px) {
        .areas-tax-wrapper .areas-landing-marquee .region-select {
          min-height: 400px;
          height: auto; }
          .areas-tax-wrapper .areas-landing-marquee .region-select .copy-wrapper {
            top: auto !important;
            transform: none !important;
            padding: 40px 0 !important; } }
      .areas-tax-wrapper .areas-landing-marquee .region-select .copy-wrapper {
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
        .areas-tax-wrapper .areas-landing-marquee .region-select .copy-wrapper .h2 {
          margin-top: 0; }
        .areas-tax-wrapper .areas-landing-marquee .region-select .copy-wrapper form.community-search select {
          display: inline-block;
          width: 100%;
          color: #636359;
          background: white;
          font-size: 18px;
          line-height: 20px;
          padding: 10px 40px 10px 20px;
          margin: 20px auto 0 auto;
          -webkit-appearance: none;
          -moz-appearance: none;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0;
          background-image: url("../img/dropdown_arrow.png");
          background-repeat: no-repeat;
          background-position: right 20px center; }
          .areas-tax-wrapper .areas-landing-marquee .region-select .copy-wrapper form.community-search select option {
            color: #636359; }
          .areas-tax-wrapper .areas-landing-marquee .region-select .copy-wrapper form.community-search select::-ms-expand {
            display: none; }
          @media screen and (max-width: 1200px) and (min-width: 992px) {
            .areas-tax-wrapper .areas-landing-marquee .region-select .copy-wrapper form.community-search select {
              font-size: 14px; } }
      .areas-tax-wrapper .areas-landing-marquee .region-select.main-landing {
        height: 600px; }
        @media screen and (max-width: 992px) {
          .areas-tax-wrapper .areas-landing-marquee .region-select.main-landing {
            height: auto; } }
    .areas-tax-wrapper .areas-landing-marquee .areas-map {
      background: url("../img/area_tax_map_bg.jpg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 600px;
      height: auto;
      position: relative; }
      @media screen and (max-width: 480px) {
        .areas-tax-wrapper .areas-landing-marquee .areas-map {
          display: none; } }
      .areas-tax-wrapper .areas-landing-marquee .areas-map.localized {
        background: #211d1c; }
        @media screen and (max-width: 480px) {
          .areas-tax-wrapper .areas-landing-marquee .areas-map.localized {
            display: block; } }
      .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-map-super-wrapper {
        display: block;
        width: 100%;
        max-width: 590px;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        position: relative; }
        .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-map-super-wrapper .areas-map-wrapper {
          width: 100%;
          padding-bottom: 66%;
          display: block;
          position: relative; }
          .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-map-super-wrapper .areas-map-wrapper svg {
            cursor: pointer;
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0; }
            .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-map-super-wrapper .areas-map-wrapper svg g.active path {
              fill: #ff0000; }
            .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-map-super-wrapper .areas-map-wrapper svg .st16 {
              fill: #000;
              display: none; }
            .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-map-super-wrapper .areas-map-wrapper svg polygon {
              position: relative;
              fill: #fff;
              stroke: #000;
              stroke-width: 2;
              stroke-linejoin: round;
              stroke-miterlimit: 10;
              transition: all 0.5s ease-in-out 0s;
              -moz-transition: all 0.5s ease-in-out 0s;
              -webkit-transition: all 0.5s ease-in-out 0s;
              -o-transition: all 0.5s ease-in-out 0s; }
              .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-map-super-wrapper .areas-map-wrapper svg polygon:hover {
                fill: #ff0000 !important; }
            .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-map-super-wrapper .areas-map-wrapper svg path {
              position: relative;
              fill: #fff;
              stroke: #000;
              stroke-width: 2;
              stroke-linejoin: round;
              stroke-miterlimit: 10;
              transition: all 0.5s ease-in-out 0s;
              -moz-transition: all 0.5s ease-in-out 0s;
              -webkit-transition: all 0.5s ease-in-out 0s;
              -o-transition: all 0.5s ease-in-out 0s; }
              .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-map-super-wrapper .areas-map-wrapper svg path:hover {
                fill: #ff0000 !important; }
            .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-map-super-wrapper .areas-map-wrapper svg.active path {
              fill: #ff0000; }
      .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-sports-wrapper {
        color: #fff;
        padding: 50px 0; }
        .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-sports-wrapper .h2 {
          font-size: 24px;
          font-weight: 600;
          text-align: right; }
        .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-sports-wrapper ol.sports-list {
          list-style-type: none;
          display: block;
          padding: 0;
          margin-top: 36px;
          text-align: right; }
          @media screen and (max-width: 480px) {
            .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-sports-wrapper ol.sports-list {
              text-align: left; } }
          .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-sports-wrapper ol.sports-list li {
            width: auto;
            color: #fff;
            font-size: 18px;
            font-weight: 500;
            line-height: 28px;
            margin-bottom: 6px;
            position: relative; }
            @media screen and (max-width: 480px) {
              .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-sports-wrapper ol.sports-list li {
                font-size: 14px; } }
            .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-sports-wrapper ol.sports-list li .sport-name-wrapper {
              position: relative;
              padding: 4px 10px 4px 20px;
              cursor: pointer;
              -webkit-transition: 0.2s ease-in all;
              -o-transition: 0.2s ease-in all;
              transition: 0.2s ease-in all; }
              @media screen and (max-width: 480px) {
                .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-sports-wrapper ol.sports-list li .sport-name-wrapper {
                  padding: 3px 8px 3px 10px; } }
              .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-sports-wrapper ol.sports-list li .sport-name-wrapper .sport-name-arrow {
                display: block;
                position: absolute;
                right: -15px;
                top: 0;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 14.5px 0 14.5px 15px;
                border-color: transparent transparent transparent transparent;
                -webkit-transition: 0.2s ease-in all;
                -o-transition: 0.2s ease-in all;
                transition: 0.2s ease-in all; }
                @media screen and (max-width: 480px) {
                  .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-sports-wrapper ol.sports-list li .sport-name-wrapper .sport-name-arrow {
                    border-width: 12.5px 0 12.5px 15px; } }
              .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-sports-wrapper ol.sports-list li .sport-name-wrapper:hover {
                color: #ff0000;
                background: #ececec; }
                .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-sports-wrapper ol.sports-list li .sport-name-wrapper:hover .sport-name-arrow {
                  border-color: transparent transparent transparent #ececec; }
              .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-sports-wrapper ol.sports-list li .sport-name-wrapper.active {
                background: #ff0000;
                color: #fff !important;
                cursor: default; }
                .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-sports-wrapper ol.sports-list li .sport-name-wrapper.active .sport-name-arrow {
                  border-color: transparent transparent transparent #ff0000; }
        .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-sports-wrapper .sport-description-super-wrapper {
          padding: 90px 50px 0 20px; }
          @media screen and (max-width: 992px) {
            .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-sports-wrapper .sport-description-super-wrapper {
              padding: 0 10px 0 30px; } }
          .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-sports-wrapper .sport-description-super-wrapper .sport-description-wrapper {
            display: block; }
            .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-sports-wrapper .sport-description-super-wrapper .sport-description-wrapper p {
              font-size: 14px; }
            .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-sports-wrapper .sport-description-super-wrapper .sport-description-wrapper.hidden {
              display: none; }
            .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-sports-wrapper .sport-description-super-wrapper .sport-description-wrapper .director-info {
              padding-top: 10px; }
              .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-sports-wrapper .sport-description-super-wrapper .sport-description-wrapper .director-info p a {
                color: #ff0000; }
                .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-sports-wrapper .sport-description-super-wrapper .sport-description-wrapper .director-info p a.bttn {
                  margin-top: 20px;
                  display: inline-block;
                  color: #fff;
                  border: 2px solid #fff;
                  padding: 8px 25px; }
                  .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-sports-wrapper .sport-description-super-wrapper .sport-description-wrapper .director-info p a.bttn:hover, .areas-tax-wrapper .areas-landing-marquee .areas-map .areas-sports-wrapper .sport-description-super-wrapper .sport-description-wrapper .director-info p a.bttn:active {
                    border: 2px solid #ff0000;
                    background: #ff0000;
                    color: white; }
      .areas-tax-wrapper .areas-landing-marquee .areas-map.main-landing {
        height: 600px; }

.areas-tooltip-wrapper {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: visible;
  z-index: 999999;
  -webkit-transition: 0.2s ease-in opacity;
  -o-transition: 0.2s ease-in opacity;
  transition: 0.2s ease-in opacity; }
  .areas-tooltip-wrapper.active {
    opacity: 1.0; }
  .areas-tooltip-wrapper .areas-tooltip {
    pointer-events: none;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #636359;
    color: #fff;
    white-space: nowrap;
    min-width: 100px; }
    .areas-tooltip-wrapper .areas-tooltip .areas-name {
      text-align: center;
      font-size: 14px;
      line-height: 16px;
      padding: 8px 20px;
      background: #211d1c;
      display: inline-block;
      width: 100%; }
    .areas-tooltip-wrapper .areas-tooltip .areas-counties {
      display: block;
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      text-align: center;
      padding: 8px 0; }
    .areas-tooltip-wrapper .areas-tooltip .arrow {
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 16px 0 16px 18px;
      position: absolute;
      right: -18px;
      top: 0;
      border-color: transparent transparent transparent #211d1c; }

/*******************************************/
/* Sports Single template Styles
/*******************************************/
.sports-single-wrapper {
  background: #fff; }
  .sports-single-wrapper .h2 {
    margin-bottom: 60px; }
    .sports-single-wrapper .h2.upcoming-events-title {
      margin: 50px auto; }
  .sports-single-wrapper .sport-marquee-wrapper {
    margin: 0 15px; }
    @media screen and (max-width: 992px) {
      .sports-single-wrapper .sport-marquee-wrapper {
        margin: 0; } }
    .sports-single-wrapper .sport-marquee-wrapper .sport-icon-wrapper {
      height: 300px;
      background-color: #ff0000;
      padding: 50px; }
      .sports-single-wrapper .sport-marquee-wrapper .sport-icon-wrapper > div {
        height: 100%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain; }
    .sports-single-wrapper .sport-marquee-wrapper .sport-image-wrapper {
      height: 300px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover; }
  .sports-single-wrapper .copy-wrapper h1 {
    margin: 60px auto 30px auto; }
  .sports-single-wrapper .copy-wrapper p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400; }
  @media screen and (max-width: 992px) {
    .sports-single-wrapper .copy-wrapper {
      padding: 0 30px; } }
  .sports-single-wrapper .sport-grid .sport-grid-left {
    background-color: #636359;
    color: white; }
  .sports-single-wrapper .sport-grid .sport-grid-middle {
    background-color: #ff0000;
    color: white; }
  .sports-single-wrapper .sport-grid .sport-grid-right {
    background-color: #211d1c;
    color: white; }
  .sports-single-wrapper .featured-grid-wrapper {
    padding: 80px 0; }
  .sports-single-wrapper .bttn.view-all-events {
    display: inline-block;
    margin-bottom: 50px;
    color: #636359;
    border: 2px solid #636359; }
    .sports-single-wrapper .bttn.view-all-events:hover {
      background: #ff0000;
      color: #fff;
      border-color: #ff0000; }
  .sports-single-wrapper .sports-description {
    padding: 80px 0; }
    .sports-single-wrapper .sports-description a {
      color: #ff0000; }
    .sports-single-wrapper .sports-description h2 {
      font-size: 36px;
      line-height: 38px;
      font-weight: 400;
      margin-bottom: 20px; }
    .sports-single-wrapper .sports-description p {
      font-weight: 400;
      font-size: 24px;
      line-height: 32px;
      margin: 20px 0; }
    @media screen and (max-width: 992px) {
      .sports-single-wrapper .sports-description {
        padding: 0 30px !important; } }
  .sports-single-wrapper .community-contacts {
    background: #211d1c;
    color: #fff;
    margin: 0 15px;
    padding-top: 60px;
    padding-bottom: 60px;
    border: 50px solid white; }
    @media screen and (max-width: 768px) {
      .sports-single-wrapper .community-contacts {
        border: 0px solid white;
        border-bottom: 15px solid white; } }
    .sports-single-wrapper .community-contacts .h2 {
      margin: 0px auto 60px auto; }
    .sports-single-wrapper .community-contacts .contact-info {
      font-size: 14px;
      font-weight: 400; }
      .sports-single-wrapper .community-contacts .contact-info a {
        color: #ff0000; }
    @media screen and (max-width: 1200px) {
      .sports-single-wrapper .community-contacts .four-break {
        display: none; } }
    .sports-single-wrapper .community-contacts .three-break {
      display: none; }
      @media screen and (max-width: 1200px) {
        .sports-single-wrapper .community-contacts .three-break {
          display: block; } }
      @media screen and (max-width: 992px) {
        .sports-single-wrapper .community-contacts .three-break {
          display: none; } }
    .sports-single-wrapper .community-contacts .two-break {
      display: none; }
      @media screen and (max-width: 992px) {
        .sports-single-wrapper .community-contacts .two-break {
          display: block; } }
    .sports-single-wrapper .community-contacts .selected_area {
      background-color: white;
      color: #211d1c; }

/*******************************************/
/* Events Single - Styles
/*******************************************/
.events-single-wrapper {
  background: #fff; }
  .events-single-wrapper .event-landing-marquee {
    background: #211d1c;
    margin: 0 15px; }
    .events-single-wrapper .event-landing-marquee .event-hero {
      background-color: #ff0000;
      margin: 0 -15px;
      display: block;
      width: 100%;
      height: auto;
      padding-bottom: 45.9770114943%;
      background-size: cover !important;
      background-position: 50% 50% !important;
      background-repeat: no-repeat !important;
      position: relative; }
      .events-single-wrapper .event-landing-marquee .event-hero .copy-wrapper {
        width: 75%;
        color: #fff;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%); }
    .events-single-wrapper .event-landing-marquee .event-detail {
      color: #fff;
      padding: 60px 10px 0 10px;
      position: relative; }
      .events-single-wrapper .event-landing-marquee .event-detail br {
        display: none; }
      .events-single-wrapper .event-landing-marquee .event-detail a.bttn {
        display: inline-block;
        color: #fff;
        border: 2px solid #fff;
        padding: 7px 36px;
        margin-top: 20px; }
        .events-single-wrapper .event-landing-marquee .event-detail a.bttn:hover {
          color: #211d1c;
          background: #fff; }
      .events-single-wrapper .event-landing-marquee .event-detail dd {
        margin-bottom: 30px; }
        .events-single-wrapper .event-landing-marquee .event-detail dd span {
          color: #ff0000; }
  .events-single-wrapper .event-body {
    padding: 70px 0 50px 0; }
    .events-single-wrapper .event-body a {
      color: #ff0000; }
    .events-single-wrapper .event-body h2 {
      font-size: 36px;
      line-height: 38px;
      font-weight: 400;
      margin-bottom: 20px; }
    .events-single-wrapper .event-body p {
      font-weight: 400;
      font-size: 24px;
      line-height: 32px;
      margin: 20px 0; }
    .events-single-wrapper .event-body .full-bleed-img {
      margin: 50px 0;
      width: 100%;
      height: auto; }
    .events-single-wrapper .event-body .grid-gallery-item {
      margin-bottom: 30px; }
      .events-single-wrapper .event-body .grid-gallery-item .grid-gallery-image {
        height: 160px;
        overflow: hidden;
        margin-bottom: 5px; }
      .events-single-wrapper .event-body .grid-gallery-item strong {
        display: block; }
      .events-single-wrapper .event-body .grid-gallery-item p {
        margin: 0;
        font-size: 16px;
        line-height: 22px;
        display: inline-block;
        height: 46px; }
        .events-single-wrapper .event-body .grid-gallery-item p a {
          font-size: 16px; }
  .events-single-wrapper .event-landing-footer .event-detail {
    background: #636359;
    color: #fff;
    padding: 60px 0 40px 0; }
    .events-single-wrapper .event-landing-footer .event-detail a.bttn {
      display: inline-block;
      color: #fff;
      border: 2px solid #fff;
      padding: 7px 36px;
      margin-top: 10px; }
      .events-single-wrapper .event-landing-footer .event-detail a.bttn:hover {
        color: #211d1c;
        background: #fff; }
    .events-single-wrapper .event-landing-footer .event-detail .h2 {
      font-weight: 600;
      margin-bottom: 20px; }
    .events-single-wrapper .event-landing-footer .event-detail dl dt, .events-single-wrapper .event-landing-footer .event-detail dl dd {
      display: inline-block; }
    .events-single-wrapper .event-landing-footer .event-detail dl dd {
      font-weight: 400; }



/*******************************************/
/* Blog Single - Styles
/*******************************************/
.single-post-banner{
  position: relative;
  padding-top:42.8%;
  overflow: hidden;
  min-height:390px;
}
.single-post-banner .img{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  margin-top:-50px;
}
.single-post-banner .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post-banner .banner-content{
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  margin-bottom: 106px;
}
.single-post-banner .banner-content .container{
  width:1326px;
  padding:0 15px;
  max-width:100%;
}
.single-post-banner .banner-content .sub-title{
  padding: 10px 10px 10px 24px;
  background: #F00;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.8px;
  color:#fff;
  display: inline-block;
  width: auto;
}
.single-post-banner .banner-content .title{
  margin: 0;
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.8px;
  padding: 10px 25px 10px 25px;
  background: #F00;
  display: inline-block;
  width: auto;
}
.single-post-banner .banner-content .title:empty{
  display:none;
}
.single-post-banner .banner-content .user-meta{
  display: flex;
  width: 366px;
  height: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #FFF;
  color: #F00;
  font-size: 17.14px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.343px;
  margin-top: 20px;
  padding: 11px 10px;
  max-width: 100%;
}
body.single{
  background:#fff;
}
body.single .container{
  width:1326px;
  max-width:100%;
}
.single-post-data .container{
  width:1326px;
  padding:0 15px;
  max-width:100%;
}
.single-post-data .post-action-list{
  padding-bottom:45px;
}
.single-post-data .post-action-list .container{
  display:flex;
  align-items:center;
}
.single-post-data .post-action-list ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
}
.single-post-data .post-action-list ul.action-list-01 li{
  display:flex;
  align-items:center;
  padding-right:24px;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0.52px;
  color: #000;
  position: relative;
}
.single-post-data .post-action-list ul.action-list-01 li.listen-artcile-btn{
  padding-left: 35px;
  min-width: 298px;
}
.single-post-data .post-action-list ul.action-list-01 li.listen-artcile-btn span{
  cursor:pointer;
}
.single-post-data .post-action-list ul.action-list-01 li.listen-artcile-btn #text-to-speech-button:before,
.single-post-data .post-action-list ul.action-list-01 li.listen-artcile-btn #text-to-speech-resume:before{
  content:"";
  background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="29" height="30" viewBox="0 0 29 30" fill="none"><path d="M11.4364 26.0649H6.76974C6.12807 26.0649 5.57857 25.8281 5.12124 25.3544C4.6639 24.8808 4.43563 24.3121 4.4364 23.6483V15.1899C4.4364 13.6795 4.71368 12.2646 5.26824 10.9451C5.82279 9.62557 6.57101 8.47765 7.5129 7.50132C8.45635 6.52498 9.56468 5.75004 10.8379 5.17648C12.1111 4.60293 13.4773 4.31575 14.9364 4.31494C16.3947 4.31494 17.7609 4.60212 19.0349 5.17648C20.3089 5.75084 21.4172 6.52579 22.3599 7.50132C23.3026 8.47846 24.0512 9.62637 24.6057 10.9451C25.1603 12.2638 25.4372 13.6787 25.4364 15.1899V23.6483C25.4364 24.3129 25.2077 24.882 24.7504 25.3556C24.2931 25.8293 23.744 26.0657 23.1031 26.0649H18.4364V16.3983H23.1031V15.1899C23.1031 12.8337 22.3105 10.8347 20.7254 9.19298C19.1403 7.55126 17.2106 6.7308 14.9364 6.73161C12.6614 6.73161 10.7313 7.55247 9.14624 9.19419C7.56113 10.8359 6.76896 12.8345 6.76974 15.1899V16.3983H11.4364V26.0649Z" fill="%23B5B5B5"></path></svg>') no-repeat;
  background-size: 100%;
  position: absolute;
  width: 29px;
  height: 30px;
  left: 0;
  top: 3px;
}
.single-post-data .post-action-list ul.action-list-01 li.listen-artcile-btn #text-to-speech-pause:before{
  content:"";
  background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="%23B5B5B5" height="512px" id="Layer_1" style="enable-background:new 0 0 512 512;" version="1.1" viewBox="0 0 512 512" width="512px" xml:space="preserve"><g><path d="M224,435.8V76.1c0-6.7-5.4-12.1-12.2-12.1h-71.6c-6.8,0-12.2,5.4-12.2,12.1v359.7c0,6.7,5.4,12.2,12.2,12.2h71.6 C218.6,448,224,442.6,224,435.8z"/><path d="M371.8,64h-71.6c-6.7,0-12.2,5.4-12.2,12.1v359.7c0,6.7,5.4,12.2,12.2,12.2h71.6c6.7,0,12.2-5.4,12.2-12.2V76.1 C384,69.4,378.6,64,371.8,64z"/></g></svg>') no-repeat;
  position: absolute;
  width: 26px;
  height: 26px;
  left: 2px;
  top: 7px;
  background-size: 100%;
}
.single-post-data .post-action-list ul.action-list-01 li svg,
.single-post-data .post-action-list ul.action-list-01 li img,
.single-post-data .post-action-list ul.action-list-01 li .icon{
  margin-right:5px;
}
.single-post-data .post-action-list ul.action-list-01 li a{
  color: #000;
}
.single-post-data .post-action-list ul.tag-lists{
  padding-left:30px;
}
.single-post-data .post-action-list ul.tag-lists li{
  padding-right:19px;
}
.single-post-data .post-action-list ul.tag-lists li a{
  display: flex;
  min-width: 147.191px;
  height: 40.38px;
  padding: 11.723px 10.421px;
  justify-content: center;
  align-items: center;
  background: #EEE;
  font-size: 19.539px;
  font-style: normal;
  font-weight: 300;
  line-height: 19.539px; /* 100% */
  letter-spacing: 0.391px;
  color:#000;
}
.single-post-data .post-action-list ul.tag-lists li a:hover{
  background:#F00;
  color:#fff;
}
.single-post-data .post-content .flex-container{
  width:1326px;
  padding:0 15px;
  max-width:100%;
  display:flex;
  margin:0 auto;
  align-items: flex-start;
}
.single-post-data .post-content .left-part{
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px; 
  max-width: 970px;
  border-bottom: 1px solid #A9A9A9;
}
.single-post-data .post-content .left-part p{
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  margin: 0; 
}
.single-post-data .post-content .left-part p span,
.single-post-data .post-content .left-part p a{
  color: #F00;
  text-decoration:none;
  font-weight: 500;
}
.single-post-data .post-content .left-part .intro p:first-child:first-letter {
  color: #000;
  font-size: 140px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
  float: left;
  margin-right:13px;
  margin-top:40px;
  margin-bottom:40px;
}
.single-post-data .post-content .left-part .intro p +p{
  margin-top: 35px;
}
.single-post-data .post-content .left-part .intro{
  padding-bottom:70px;
}
.single-post-data .post-content .left-part .image-with-caption{
  padding-bottom:33px;
}
.single-post-data .post-content .left-part .image-with-caption img{
  width:100%;
  object-fit:cover;
}
.single-post-data .post-content .left-part .image-with-caption p{
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.3px;
}
.single-post-data .post-content .left-part .quote{
  text-align:center;
  margin:58px 0 65px;
  color: #F00;
  text-align: center;
}
.single-post-data .post-content .left-part .quote p{
  font-weight: 500;
  line-height: 57.7px;
  font-style: italic;
  font-size: 49.46px;
  max-width: 746px;
  margin: 0 auto;
}
.single-post-data .post-content .left-part .quote p:before{
  content:"";
  background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="63" height="42" viewBox="0 0 63 42" fill="none"><path d="M0 41.0468C0.562657 37.4127 1.57544 33.7218 3.03835 29.9741C4.50126 26.1128 6.18923 22.4219 8.10226 18.9013C10.1278 15.2672 12.2659 11.8602 14.5166 8.68034C16.8797 5.50048 19.2429 2.66131 21.606 0.162842L32.2402 4.59194C28.3017 10.7245 25.0382 16.6868 22.45 22.4787C19.8618 28.2706 18.1176 34.46 17.2173 41.0468H0ZM30.7211 41.0468C31.2837 37.4127 32.2965 33.7218 33.7594 29.9741C35.2223 26.1128 36.9103 22.4219 38.8233 18.9013C40.8489 15.2672 42.987 11.8602 45.2376 8.68034C47.6008 5.50048 49.9639 2.66131 52.3271 0.162842L62.9613 4.59194C59.0227 10.7245 55.7593 16.6868 53.1711 22.4787C50.5829 28.2706 48.8386 34.46 47.9384 41.0468H30.7211Z" fill="%23B5B5B5"/></svg>');
  background-repeat:no-repeat;
  width: 63px;
  height: 42px;
  position: absolute;
  margin-left: -35px;
  margin-top: -18px;
  z-index: -1;
}
.single-post-data .post-content .left-part .quote p:after{
  content:"";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="63" height="41" viewBox="0 0 63 41" fill="none"><path d="M32.2403 0.407227C31.6776 3.96868 30.6648 7.64142 29.2019 11.4255C27.739 15.0982 25.9948 18.7153 23.9692 22.2768C22.0562 25.7269 19.9181 29.0101 17.5549 32.1264C15.3043 35.2427 12.9974 38.025 10.6342 40.4735L0 36.133C3.9386 30.1231 7.20201 24.2801 9.79024 18.604C12.3785 12.9279 14.1227 6.86236 15.0229 0.407227H32.2403ZM62.9613 0.407227C62.3987 3.96868 61.3859 7.64142 59.923 11.4255C58.4601 15.0982 56.7158 18.7153 54.6903 22.2768C52.7772 25.7269 50.6391 29.0101 48.276 32.1264C46.0254 35.2427 43.7185 38.025 41.3553 40.4735L30.7211 36.133C34.6597 30.1231 37.9231 24.2801 40.5113 18.604C43.0995 12.9279 44.8438 6.86236 45.744 0.407227H62.9613Z" fill="%23B5B5B5"/></svg>');
  background-repeat:no-repeat;
  width: 63px;
  height: 41px;
  position: absolute;
  margin-left:0;
  margin-top:-4px;
  z-index: -1;
}
.single-post-data .post-content .left-part .paragraph p + p{
  margin-top:35px;
}
.single-post-data .post-content .left-part .paragraph + .image-with-caption{
  padding:60px 0 10px;
}
.single-post-data .post-content .sidebar{
 position:sticky;
 top:0;
 margin-left: 20px;
 transition: all 0.6s ease;
}
.single-post-data .post-content .sidebar .box{
  background: #F6F6F6;
  padding:42px 33px;
  margin-bottom:52px;
}
.single-post-data .post-content .sidebar .box:last-child{
  margin-bottom:0px;
}
.single-post-data .post-content .sidebar .box p{
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.3px;
  margin:0;
}
.single-post-data .post-content .sidebar .box .title{
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.618px;
  letter-spacing: 0.4px;
  margin:0 0 20px;
}
.single-post-data .post-content .sidebar .box.author-box .title{
  color: #F00;
  font-size: 15px;
  font-style: normal;
  font-weight:300;
  line-height: 25px;
  margin-bottom:20px;
} 
.single-post-data .post-content .sidebar .box.author-box .name{
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  margin-bottom:16px;
  margin-top:0;
}
.single-post-data .post-content .sidebar .box.contact-box ul{
 list-style:none;
 padding:21px 0;
 margin:0;
}
.single-post-data .post-content .sidebar .box.contact-box iframe{
  width:100%;
  height:100%;
}
.single-post-data .post-content .sidebar .box.contact-box ul li{
  position:relative;
  padding-left:25px;
}
.single-post-data .post-content .sidebar .box.contact-box ul li:not(:last-child){
  padding-bottom:15px;
}
.single-post-data .post-content .sidebar .box.contact-box ul li a{
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  display:flex;
  align-items:center;
}
.single-post-data .post-content .sidebar .box.contact-box{
  padding-right:20px;
  padding-left:30px;
}
.single-post-data .post-content .sidebar .box.contact-box ul li a:hover{
  text-decoration:underline;
  color:#ff0000;
}
.single-post-data .post-content .sidebar .box.contact-box ul li .icon{
  margin-right: 15px;
  position: absolute;
  left: 0;
}
.single-post-data .post-content .sidebar .box.contact-box .grey-button{
  display:inline-flex;
  min-width: 133px;
  height: 41px;
  padding: 5.765px 5.124px;
  justify-content: center;
  align-items: center;
  background: #949494;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  margin-top:21px;
}
.single-post-data .post-content .sidebar .box.contact-box .grey-button:hover{
  background:#ff0000;
}
.single-post-data .post-content .sidebar .box.follow-box .social-icons{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-top:10px;
  padding-bottom:20px;
}
.single-post-data .post-content .sidebar .box.follow-box .social-icons svg path{
 fill:#CACACA;
}
.single-post-data .post-content .sidebar .box.follow-box .social-icons .icon:hover svg path{
  fill:#ff0000;
 }
.single-post-data .post-content .sidebar .box.tag-box{
  padding-top:38px;
  padding-bottom:33px;
  padding-left: 27px;
  padding-right: 27px;
}
.single-post-data .post-content .sidebar .box.tag-box ul{
  list-style:none;
  margin: 0;
  padding: 0;
}
.single-post-data .post-content .sidebar .box.tag-box ul li{
  display: inline-block;
  margin:5px 10px 5px 0;
}
.single-post-data .post-content .sidebar .box.tag-box ul li a{
  display: flex;
  min-width: 80px;
  height: 44px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  background: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 15px; 
}
.single-post-data .post-content .sidebar .box.tag-box ul li a:hover{
  background:#F00;
  color:#fff;
}
.single-post-data .post-content .sidebar .box.post-box .latest-posts .post{
  display:flex;
  position: relative;
  align-items:center;
  margin-bottom:17px;
}
.single-post-data .post-content .sidebar .box.post-box .latest-posts .post:last-child{
  margin-bottom:0;
}
.single-post-data .post-content .sidebar .box.post-box .latest-posts .post .link-overlay{
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
}
.single-post-data .post-content .sidebar .box.post-box .latest-posts .post:hover p{
 text-decoration:underline;
 color:#F00;
}
.single-post-data .post-content .sidebar .box.post-box .latest-posts .post .image{
  width: 43px;
  height: 39px;
  margin-right:12px;
}
.single-post-data .post-content .sidebar .box.post-box .latest-posts .post .image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.single-post-data .post-content .sidebar .box.post-box .latest-posts .post p{
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  flex: 1; 
}
.single-post-data .post-content .sidebar .box.post-box{
  padding-left:24px;
  padding-right:24px;
}
.single-post-data .post-content .sidebar .gallery-images{
  margin:-5px;
}
.single-post-data .post-content .sidebar #sb_instagram .sb_instagram_header, 
.single-post-data .post-content .sidebar .sb_instagram_header{
  display:none;
}
.single-post-data .post-content .sidebar #sb_instagram #sbi_load{
  display:none;
}
.single-post-data .post-content .sidebar #sb_instagram .sbi_photo {
  height:70px !important;
}
.single-post-data .post-content .sidebar #sb_instagram.sbi_fixed_height {
  height: auto !important;
  padding-bottom: 0 !important;
}
.single-post-data .related-posts{
  padding:70px 0;
}
.single-post-data .related-posts .section-head{
  padding-bottom:58px;
}
.single-post-data .related-posts .section-head .title{
  margin:0;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
}
.single-post-data .related-posts .post-lists{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.single-post-data .related-posts .post-lists .post-box{
  position: relative;
}
.single-post-data .related-posts .post-lists .post-box:hover .title{
  color:#F00;
}
.single-post-data .related-posts .post-lists .post-box .image{
  height:287px;
  width:100%;
  margin-bottom:25px;
}
.single-post-data .related-posts .post-lists .post-box .image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.single-post-data .related-posts .post-lists .post-box .date{
  color: #F00;
  font-size: 23.888px;
  font-style: normal;
  font-weight: 500;
  display:flex;
  align-items:center;
}
.single-post-data .related-posts .post-lists .post-box:hover .date{
  color:#000;
}
.single-post-data .related-posts .post-lists .post-box .date .icon{
 display:flex;
 margin-right:15px;
}
.single-post-data .related-posts .post-lists .post-box .link-overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.single-post-data .related-posts .post-lists .post-box .title{
  font-size: 29.86px;
  font-style: normal;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.single-post-data .related-posts .load-more-button{
 text-align:center;
 padding-top:65px;
}
.single-post-data .related-posts .load-more-button .button{
  display: inline-flex;
  min-width: 196px;
  height: 39px;
  padding: 9px 8px;
  justify-content: center;
  align-items: center;
  border: 1px solid #F00;
  background: #F00;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; 
  color:#fff;
}
.single-post-data .related-posts .load-more-button .button:hover{
  background:#000;
  border-color:#000;
}
.single-post-data .comment-forms{
  background: linear-gradient(0deg, #F6F6F6 0%, #F6F6F6 100%), lightgray -1.356px -153.504px / 101.605% 160.407%;
  margin-top: 20px;
  padding:90px 0;
}
.single-post-data .comment-forms .section-head .title,
.single-post-data .comment-forms .section-head h3{
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 35px;
}
.single-post-data .comment-forms  .section-head{
  max-width:960px;
}
.single-post-data .comment-forms .comment-body .comment-author{
  display:flex;
  align-items:flex-start;
}
.single-post-data .comment-forms .comment-body .comment-author .avatar{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 20px;
  position: relative;
  top:5px;
}
.single-post-data .comment-forms .comment-respond{
  padding-top:25px
}
.single-post-data .comment-forms .comment-body .comment-author .fn{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-top: 10px;
}
.single-post-data .comment-forms .comment-body  p{
  margin:0;
  padding-left:100px;
  margin-top: -30px;
}
.single-post-data .comment-forms .comment-reply-title{
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  margin:0 !important;
  padding-bottom:20px;
}
.single-post-data .comment-forms .comment-list{
  list-style: none;
  padding: 0;
  max-width:700px;
}
.single-post-data .comment-forms .comment-list li{
  min-height: 100px;
  margin-bottom: 20px;
}
.single-post-data .comment-forms .comment-list li:last-child{
  margin-bottom:0;
}
.single-post-data .comment-forms .comment-body .comment-meta{
  display:none;
}
.single-post-data .comment-forms .comment-body .comment-author .says{
  display:none;
}
.single-post-data .comment-forms .comment-form-author input,
.single-post-data .comment-forms .comment-form-email input,
.single-post-data .comment-forms .comment-form-comment textarea{
  height: 70px;
  padding: 10px 10px 10px 22px;
  width: 100%;
  margin-bottom: 10px;
}
.single-post-data .comment-forms label{
  color: #979797;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.618px; 
}
.single-post-data .comment-forms .comment-form-comment textarea{
  height:206px;
}
.single-post-data .comment-forms .form-submit{
  text-align:right;
}
.single-post-data .comment-forms .submit{
  background: #CBCBCB;
  width: 193px;
  height: 39px;
  padding: 9px 8px;
  color: #FFF;
  font-size: 17.14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; 
}
@media screen and (max-width:1100px) {
 .single-post-data .post-action-list ul.action-list-01 li {
      padding-right: 15px;
  }
  .single-post-data .post-action-list ul.tag-lists {
      padding-left: 15px;
  }
  .single-post-data .post-action-list ul.tag-lists li a{
    min-width:auto;
  }
}

@media screen and (max-width:992px) {
 .single-post-banner .banner-content .sub-title,
 .single-post-banner .banner-content .title{
  font-size: 28.168px;
  line-height: 45.773px;
  letter-spacing: 0.563px;
 }
 .single-post-banner .banner-content .sub-title {
      padding:2px 10px 2px 16px;
  }
  .single-post-banner .banner-content .title {
      padding:2px 16px 2px 10px;
  }
  .single-post-banner .banner-content .user-meta {
      width:320px;
      font-size: 16px;
      font-weight: 500;
      line-height: 15.774px;
      letter-spacing: 0.32px;
      margin-top:15px;
      padding:10px;
  }
  .single-post-banner .banner-content {
      margin-bottom: 82px;
  }
  .single-post-data .post-action-list ul.action-list-01 li{
    font-size: 22.757px;
    letter-spacing: 0.455px;
  }
  .single-post-data .post-action-list ul.action-list-01 li svg, .single-post-data .post-action-list ul.action-list-01 li img, .single-post-data .post-action-list ul.action-list-01 li .icon {
      width: 25px;
  }
  .single-post-data .post-action-list ul.tag-lists li a {
      font-size: 20.281px;
      line-height: 17.102px;
      letter-spacing: 0.406px;
      height: auto;
  }
  .single-post-data .post-action-list ul.tag-lists li {
      padding-right: 16px;
  }
  .single-post-data .post-content .flex-container {
      width:900px;
      flex-direction: column;
  }
  .single-post-banner .banner-content .container {
      width:900px;
  }
  .single-post-data .post-action-list .container {
      justify-content: center;
      flex-wrap:wrap;
  }
  .single-post-data .post-action-list ul{
    margin-bottom:20px;
  }
  .single-post-data .post-action-list {
      padding-bottom: 25px;
  }
  .single-post-data .post-content .sidebar {
      margin-top: 50px;
      display: none;
  }
  body.single .related-posts .container,
  body.single .comment-forms .container{
     width:900px;
  }
  .single-post-data .post-content .left-part p{
    font-size: 22.757px;
    line-height: 35.011px;
  }
  .single-post-data .post-content .left-part .intro {
      padding-bottom: 30px;
  }
  .single-post-data .post-content .left-part .intro p:first-child:first-letter {
    font-size: 122.539px;
    margin-right:12px;
    margin-top:35px;
    margin-bottom:20px;
  }
  .single-post-data .post-content .left-part .paragraph + .image-with-caption {
      padding-top:45px;
  }
  .single-post-data .post-content .left-part .image-with-caption p {
      font-size: 17px;
  }
  .single-post-data .post-content .left-part .quote {
      margin: 45px 0;
  }
  .single-post-data .post-content .left-part .paragraph p + p {
      margin-top: 30px;
  }
  .single-post-data .related-posts {
      padding:60px 0;
  }
  .single-post-data .related-posts .section-head .title {
      font-size: 31.073px;
  }
  .single-post-data .related-posts .section-head {
      padding-bottom: 35px;
  }
  .single-post-data .related-posts .post-lists .post-box .image {
      height: 200px;
      margin-bottom: 20px;
  }
  .single-post-data .related-posts .post-lists {
      grid-column-gap: 18px;
      grid-row-gap: 18px;
  }
  .single-post-data .related-posts .post-lists .post-box .date {
      font-size: 16.495px;
  }
  .single-post-data .related-posts .post-lists .post-box .date .icon {
      margin-right: 8px;
      height: 16px;
      margin-top: -2px;
  }
  .single-post-data .related-posts .post-lists .post-box .title {
      font-size: 20.619px;
      line-height: 28.866px;
      margin:8px 0 0;
  }
  .single-post-data .related-posts .load-more-button .button {
      min-width: 168px;
      padding: 9px 8px;
      font-size: 16px;
  }
  .single-post-data .related-posts .load-more-button {
      padding-top:50px;
  }
  .single-post-data .post-action-list ul.action-list-01 li.listen-artcile-btn #text-to-speech-button:before, .single-post-data .post-action-list ul.action-list-01 li.listen-artcile-btn #text-to-speech-resume:before{
    width: 25px;
    height: 25px;
  }
  .single-post-data .post-action-list ul.action-list-01 li.listen-artcile-btn {
      padding-left: 30px;
      min-width: 255px;
  }
  .single-post-data .post-action-list ul.action-list-01 li.listen-artcile-btn #text-to-speech-pause:before {
      width: 23px;
      height: 23px;
      left: 0;
      top: 4px;
  }
}

@media screen and (max-width:767px) {
  .single-post-data .post-content .left-part .quote p {
      line-height: 52px;
      font-size: 38px;
      max-width: 600px;
  }
  .single-post-data .post-content .left-part .quote p:before {
      background-size: 75%;
      background-position: bottom;
  }
  .single-post-data .post-content .left-part .quote p:after {
      background-size: 75%;
  }
  .single-post-data .comment-forms {
      padding: 50px 0;
  }
}
@media screen and (max-width:640px) {
  .single-post-data .related-posts .post-lists {
      grid-template-columns: repeat(1, 1fr);
  }
  .single-post-data .related-posts .post-lists .post-box {
      margin:30px auto 0;
      max-width:300px;
  }
  .single-post-data .related-posts .section-head {
      padding-bottom:10px;
      text-align: center;
  }
  .single-post-banner .banner-content .sub-title, .single-post-banner .banner-content .title {
      font-size: 25px;
      line-height: 34px;
  }
  .single-post-data .post-action-list ul.action-list-01 li {
      font-size: 18px;
  }
  .single-post-data .post-action-list ul.tag-lists {
      padding-left: 0;
  }
  .single-post-data .post-action-list ul.tag-lists li a {
      font-size: 18px;
  }
  .single-post-data .post-action-list ul.tag-lists li:last-child{
    padding-right:0;
  }
  .single-post-data .post-content .left-part p {
      font-size: 18px;
      line-height: 32px;
  }
  .single-post-data .post-content .left-part .intro p:first-child:first-letter {
    font-size:96.672px;
    margin-right:10px;
    margin-top:30px;
    margin-bottom:20px;
  }
  .single-post-data .post-content .left-part p br{
    display:none;
  }
  .single-post-data .post-content .left-part .quote p {
      line-height: 38px;
      font-size: 28px;
      max-width: 420px;
  }
  .single-post-data .post-content .left-part .quote p:before {
      background-size: 60%;
  }
  .single-post-data .post-content .left-part .quote p:after {
      background-size: 60%;
  }
  .single-post-data .post-content .left-part .quote {
      margin: 35px 0;
  }
  .single-post-data .post-content .left-part .paragraph p + p {
      margin-top: 20px;
  }
  .single-post-data .post-content .left-part .paragraph + .image-with-caption {
      padding-top: 30px;
  }
  .single-post-data .post-content .left-part .image-with-caption p {
      font-size: 14px;
      line-height: 20px;
  }
  .single-post-data .post-action-list {
      padding-bottom: 15px;
  }
  .single-post-data .comment-forms .comment-form-author input, .single-post-data .comment-forms .comment-form-email input, .single-post-data .comment-forms .comment-form-comment textarea {
      height: 45px;
  }
  .single-post-data .comment-forms .comment-form-comment textarea {
      height: 170px;
  }
  .single-post-data .post-action-list ul.action-list-01 li.listen-artcile-btn #text-to-speech-button:before, .single-post-data .post-action-list ul.action-list-01 li.listen-artcile-btn #text-to-speech-resume:before {
      width: 22px;
      height: 22px;
      top: 1px;
  }
  .single-post-data .post-action-list ul.action-list-01 li.listen-artcile-btn {
      padding-left: 26px;
      min-width: 202px;
  }
  .single-post-data .post-action-list ul.action-list-01 li.listen-artcile-btn #text-to-speech-pause:before {
      width: 20px;
      height: 20px;
      left: 1px;
      top: 3px;
  }
}

@media screen and (max-width:480px) {
  .single-post-banner .banner-content .title {
      max-width: 300px;
  }
  .single-post-data .post-content .left-part p {
      font-size: 16px;
      line-height: 28px;
  }
  .single-post-banner .banner-content .sub-title, .single-post-banner .banner-content .title {
      font-size: 21px;
      line-height: 30px;
  }
  .single-post-banner .banner-content .title {
      max-width: 280px;
  }
  .single-post-data .comment-forms {
      padding:30px 0;
  }
}



/*******************************************/
/* Blog - Styles
/*******************************************/
body.page-template-blog-listing{
  background:#fff;
}
.single-post-banner.blog-listing-hero{
  padding-top: 40.644%;
}
.single-post-banner.blog-listing-hero.banner-content .container {
  width: 1660px;
}
.single-post-banner.blog-listing-hero .banner-content {
  margin-bottom:76px;
}
.single-post-banner.blog-listing-hero .img {
  margin-top:0;
}
.single-post-banner.blog-listing-hero .banner-content .blog-listing-hero--title{
  font-size: 71.642px;
  line-height: 71.642px;
  letter-spacing: 1.433px;
  margin: 0 0 39px;
  padding: 12px 35px 18px;
}
.single-post-banner.blog-listing-hero .banner-content .blog-listing-hero--description{
  max-width: 1342px;
  font-size: 29.777px;
  font-style: normal;
  font-weight: 500;
  line-height: 42.803px;
  background: #FFF;
  margin: 0;
  padding: 16px 35px;
}
.blog-listing{
  padding-bottom:80px;
}
.blog-listing .container {
  width: 1660px;
  max-width: 100%;
}
.blog-listing .blog-listing-filter{
  display:flex;
  padding: 60px 0;
}
.blog-listing .blog-listing-filter .blog-listing-tag-filter{
  flex: 1;
  display: flex;
}
.blog-listing .blog-listing-filter .blog-listing-tag-filter .title{
  font-size: 32.564px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.651px;
  margin:0;
  padding-top: 6px;
}
.blog-listing .blog-listing-filter .blog-listing-tag-filter .blog-listing-tag-lists{
  display:flex;
  flex-wrap:wrap;
  list-style:none;
  margin:0;
  padding:0;
  padding-left:30px;
}
.blog-listing .blog-listing-filter .blog-listing-tag-filter .blog-listing-tag-lists li{
  padding:11px 20px;
  font-size: 19.539px;
  font-style: normal;
  font-weight: 300;
  line-height: 19.539px;
  letter-spacing: 0.391px;
  background: #F6F6F6;
  margin:10px 27px 10px 0;
  cursor:pointer;
}
.blog-listing .blog-listing-filter .blog-listing-tag-filter .blog-listing-tag-lists li.active:after{
  content:"";
  background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M0.266519 0.445535C0.342143 0.36972 0.431981 0.309568 0.530888 0.268527C0.629794 0.227485 0.735826 0.20636 0.84291 0.20636C0.949994 0.20636 1.05603 0.227485 1.15493 0.268527C1.25384 0.309568 1.34368 0.36972 1.4193 0.445535L5.72758 4.75544L10.0359 0.445535C10.1115 0.369842 10.2014 0.3098 10.3003 0.268835C10.3992 0.22787 10.5052 0.206786 10.6122 0.206786C10.7193 0.206786 10.8253 0.22787 10.9242 0.268835C11.0231 0.3098 11.1129 0.369842 11.1886 0.445535C11.2643 0.521228 11.3244 0.611088 11.3653 0.709985C11.4063 0.808883 11.4274 0.91488 11.4274 1.02193C11.4274 1.12897 11.4063 1.23497 11.3653 1.33387C11.3244 1.43276 11.2643 1.52262 11.1886 1.59832L6.87873 5.90659L11.1886 10.2149C11.2643 10.2906 11.3244 10.3804 11.3653 10.4793C11.4063 10.5782 11.4274 10.6842 11.4274 10.7913C11.4274 10.8983 11.4063 11.0043 11.3653 11.1032C11.3244 11.2021 11.2643 11.292 11.1886 11.3677C11.1129 11.4433 11.0231 11.5034 10.9242 11.5444C10.8253 11.5853 10.7193 11.6064 10.6122 11.6064C10.5052 11.6064 10.3992 11.5853 10.3003 11.5444C10.2014 11.5034 10.1115 11.4433 10.0359 11.3677L5.72758 7.05775L1.4193 11.3677C1.34361 11.4433 1.25375 11.5034 1.15485 11.5444C1.05595 11.5853 0.949956 11.6064 0.84291 11.6064C0.735864 11.6064 0.629867 11.5853 0.530969 11.5444C0.432072 11.5034 0.342212 11.4433 0.266519 11.3677C0.190826 11.292 0.130783 11.2021 0.0898189 11.1032C0.0488543 11.0043 0.02777 10.8983 0.02777 10.7913C0.02777 10.6842 0.0488543 10.5782 0.0898189 10.4793C0.130783 10.3804 0.190826 10.2906 0.266519 10.2149L4.57642 5.90659L0.266519 1.59832C0.190704 1.52269 0.130552 1.43286 0.0895106 1.33395C0.0484689 1.23504 0.0273438 1.12901 0.0273438 1.02193C0.0273438 0.914842 0.0484689 0.80881 0.0895106 0.709904C0.130552 0.610997 0.190704 0.521159 0.266519 0.445535Z" fill="white"/></svg>');
  background-repeat:no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 12px;
}
.blog-listing .blog-listing-filter .blog-listing-tag-filter .blog-listing-tag-lists li:hover,
.blog-listing .blog-listing-filter .blog-listing-tag-filter .blog-listing-tag-lists li.active{
  background: #F00;
  color:#fff;
}

.blog-listing .blog-listing-filter .blog-listing--search{
  width: 398px;
  height:40px;
  position: relative;
  margin-top: 12px;
}
.blog-listing .blog-listing-filter .blog-listing--search .form-control{
  height:40px;
  border: 1.303px solid #D9D9D9;
  border-radius:0;
  box-shadow:none;
  outline:0;
  padding:5px 20px;
  font-size: 19.539px;
  font-style: normal;
  font-weight: 300;
  line-height: 19.539px;
  letter-spacing: 0.391px;
}
.blog-listing .blog-listing-filter .blog-listing--search button{
  background: transparent;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.blog-listing  .blog-listing-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.blog-listing  .blog-listing-grid  .post-box{
  position: relative;
  margin-bottom:20px;
  transition:all 0.2s ease;
}
.blog-listing  .blog-listing-grid  .post-box:hover{
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.50);
  padding-bottom:20px;
}
.blog-listing  .blog-listing-grid  .post-box .date,
.blog-listing  .blog-listing-grid  .post-box .title,
.blog-listing  .blog-listing-grid  .post-box .intro{
  transition:all 0.2s ease;
}
.blog-listing  .blog-listing-grid  .post-box:hover .date,
.blog-listing  .blog-listing-grid  .post-box:hover .title,
.blog-listing  .blog-listing-grid  .post-box:hover .intro{
  padding-left:20px;
  padding-right:20px;
}
.blog-listing  .blog-listing-grid  .post-box .image{
  min-height: 287px;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
  display:flex;
  overflow:hidden;
}
.blog-listing  .blog-listing-grid  .post-box .image .icon{
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height: 100%;
 background: linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.58) 100%);
 display:flex;
 align-items:center;
 justify-content:center;
 transition:all 0.4s ease;
 transform:scale(0);
}
.blog-listing  .blog-listing-grid  .post-box:hover .image .icon{
  transform:scale(1);
}
.blog-listing  .blog-listing-grid  .post-box .image img{
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
}
.blog-listing  .blog-listing-grid  .post-box .date{
  color: #F00;
  font-size:19.539px;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.blog-listing  .blog-listing-grid  .post-box .date .icon {
  display: flex;
  margin-right: 15px;
}
.blog-listing  .blog-listing-grid  .post-box .title {
  font-size:29.773px;
  font-style: normal;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 15px 0;
}
.blog-listing  .blog-listing-grid  .post-box .intro{
  color: #000;
  font-size: 22.33px;
  font-style: normal;
  font-weight: 300;
  line-height: 29.204px; 
}
.blog-listing  .blog-listing-grid  .post-box .intro span{
  color: #F00;
  font-style: italic;
  font-weight: 400;
}
.blog-listing  .blog-listing-grid  .post-box .link-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.blog-listing .blog-load-more-button{
  text-align: center;
  padding-top: 65px;
}
.blog-listing .blog-load-more-button button{
  display: inline-flex;
  min-width: 196px;
  height: 39px;
  padding: 9px 8px;
  justify-content: center;
  align-items: center;
  border: 1px solid #F00;
  background: #F00;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  color: #fff;
}
.blog-listing .blog-load-more-button button:hover{
  border-color:#000;
  background:#000;
}

@media screen and (max-width:1440px) {
  .single-post-banner.blog-listing-hero .banner-content .blog-listing-hero--title {
    font-size: 55px;
    line-height: 55px;
    letter-spacing: 1.1px;
    margin: 0 0 30px;
    padding: 8px 27.5px 15px;
  }
  .single-post-banner.blog-listing-hero .banner-content .blog-listing-hero--description {
      max-width: 1030px;
      font-size: 22.86px;
      line-height: 32.86px;
      padding: 12.5px 35px 12.5px 27.5px;
  }
  .single-post-banner.blog-listing-hero .banner-content {
      margin-bottom: 58px;
  }
  .blog-listing .blog-listing-filter .blog-listing--search {
      width: 350px;
      height: 38px;
      margin-top: 8px;
  }
  .blog-listing .blog-listing-filter .blog-listing--search .form-control {
      height: 38px;
      line-height: 19.539px;
      letter-spacing: 0.391px;
  }
  .blog-listing .blog-listing-filter .blog-listing-tag-filter .blog-listing-tag-lists li {
      padding: 10px 16px;
      margin:6px 20px 6px 0;
  }
  .blog-listing .blog-listing-filter .blog-listing-tag-filter .title {
      padding-top: 7px;
      font-size: 25px;
      font-weight: 500;
      line-height: 1.2;
      letter-spacing: 0.5px;
  }
  .blog-listing .blog-listing-grid .post-box .title {
    font-size: 22.857px;
    line-height: 32px; 
  }
  .blog-listing .blog-listing-grid .post-box .intro {
      font-size: 17.143px;
      line-height: 22.42px;
  }
  .blog-listing .blog-listing-grid .post-box .date {
      font-size: 16px;
  }
  .blog-listing .blog-listing-grid .post-box .date .icon {
      margin-right: 10px;
      width: 16px;
  }
  .blog-listing .blog-listing-filter .blog-listing-tag-filter .blog-listing-tag-lists {
      padding-left: 15px;
  }
}

@media screen and (max-width:1024px) {
  .single-post-banner.blog-listing-hero .banner-content .blog-listing-hero--title {
      font-size: 38.209px;
      line-height: 38.209px;
      letter-spacing: 0.764px;
      margin: 0 0 20px;
  }
  .single-post-banner.blog-listing-hero .banner-content .blog-listing-hero--description {
      max-width:715px;
      font-size:16px;
      line-height:24px;
  }
  .single-post-banner.blog-listing-hero .banner-content {
      margin-bottom: 50px;
  }
  .blog-listing .blog-listing-filter {
      flex-direction: column;
      padding:50px 0 60px;
  }
  .blog-listing .blog-listing-filter .blog-listing-tag-filter {
      padding-bottom:20px;
  }
  .blog-listing .blog-listing-filter .blog-listing--search {
      width: 100%;
  }
  .blog-listing .blog-listing-filter .blog-listing--search button svg{
    width:15px;
    height:14px;
  }
  .blog-listing .blog-listing-filter .blog-listing--search button {
      right: 14px;
  }
  .blog-listing .blog-listing-grid .post-box .title {
      font-size: 19px;
      line-height: 29px;
      margin: 10px 0;
  }
  .blog-listing .blog-listing-grid .post-box .intro {
      font-size: 16px;
      line-height: 26px;
  }
  .blog-listing .container {
     padding:0 15px;
  }
}

@media screen and (max-width:850px) {
  .blog-listing .blog-listing-grid {
      grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width:640px) {
  .blog-listing .blog-listing-grid {
      grid-template-columns: repeat(1, 1fr);
  }
  .single-post-banner.blog-listing-hero .banner-content .blog-listing-hero--title{
    font-size: 25px;
    line-height: 38.209px;
    letter-spacing: 0.5px;
    padding: 8px 22px;
  }
  .single-post-banner.blog-listing-hero .banner-content .blog-listing-hero--description{
    font-size: 16px;
    line-height: 22.828px;
    padding:12px 15px;
  }
  .single-post-banner.blog-listing-hero .banner-content {
      margin-bottom: 35px;
  }
  .single-post-banner {
      min-height: 480px;
  }
  .blog-listing .blog-listing-filter .blog-listing-tag-filter {
      flex-direction: column;
  }
  .blog-listing .blog-listing-filter .blog-listing-tag-filter .blog-listing-tag-lists {
      padding-left: 0;
  }
  .blog-listing .blog-listing-filter .blog-listing-tag-filter .title {
      font-size: 21.836px;
      line-height: 14.88px;
      letter-spacing: 0.437px;
      padding:0 0 10px;
  }
  .blog-listing .blog-listing-filter .blog-listing-tag-filter .blog-listing-tag-lists li {
      padding: 10px 12px;
      margin: 4px 10px 4px 0;
      font-size: 17.469px;
      line-height: 16px;
      letter-spacing: 0.349px;
  }
  .blog-listing {
      padding-bottom: 50px;
  }
  .blog-listing .blog-load-more-button {
      padding-top: 30px;
  }
}
/*# sourceMappingURL=sowa.css.map */
