@charset "UTF-8";
/* example usage*/
/* Sc pale Blue */
/* Sc pale Blue */
/* Sc Cyan Blue */
/* Sc Cyan Blue hover */
/* SC Dark Blue */
/* Housing Monitor Dark Gold */
/* Housing Monitor Dark Gold */
/* Sc Yellow */
/* Sc Yelow hover */
/* SC Green */
/* SC blacks and white */
html, body {
  font-size: 100%; }

body {
  color: #252823;
  font-size: 1.2rem;
  font-family: system-ui, sans-serif;
  font-weight: 300;
  line-height: 1.8; }

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  background: transparent;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden; }
  .wrapper .wrapper__inner {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    min-height: 100vh;
    padding-top: 90px; }
    @media (max-width: 575px) {
      .wrapper .wrapper__inner {
        padding-top: 65px; } }

body.is-active {
  overflow: hidden; }

body.admin-bar .wrapper .wrapper__inner {
  min-height: calc( 100vh - 32px); }
  @media (max-width: 782px) {
    body.admin-bar .wrapper .wrapper__inner {
      min-height: calc( 100vh - 46px); } }

.wrapper {
  max-width: 1940px;
  margin: 0 auto; }

@media (min-width: 1938px) {
  #wrapper {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; } }

a {
  color: #0375aa;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

b, strong {
  font-weight: 600; }

p {
  font-size: 1rem;
  margin: 1rem 0; }
  @media (min-width: 768px) {
    p {
      font-size: 1.2rem; } }

em {
  font-style: italic; }

img {
  max-width: 100%;
  height: auto; }

blockquote {
  background-color: #F3F3F3;
  border: solid 1px #ccc;
  padding: 10px 20px;
  border-radius: 8px;
  margin: 1.5rem 0; }
  blockquote.quote {
    color: #34B475;
    text-align: center;
    padding: 8px 15px; }
    blockquote.quote:before, blockquote.quote:after {
      color: rgba(52, 180, 117, 0.5);
      display: inline-block;
      vertical-align: bottom;
      font-size: 6em;
      position: relative;
      line-height: .5; }
    blockquote.quote:before {
      content: open-quote;
      top: .25em; }
    blockquote.quote:after {
      content: close-quote;
      top: .25em; }
    blockquote.quote p {
      font-size: 1.2rem; }
  blockquote p {
    font-size: 1.2rem;
    margin-top: .5rem;
    margin-botton: .5rem; }
  blockquote cite {
    font-size: .9rem;
    font-style: italic;
    display: block;
    color: #252823; }

@media (min-width: 992px) {
  blockquote.quote {
    font-size: 1.5rem;
    padding: 10px 25px; }
    blockquote.quote p {
      font-size: 1.5rem; } }

blockquote.wp-block-quote {
  color: #024e74;
  position: relative;
  background: rgba(185, 229, 249, 0.25);
  border: none;
  padding: 1rem 2rem 1rem 3.5rem;
  border-radius: 0;
  margin: 1.5rem 0;
  font-size: 1.2rem; }
  blockquote.wp-block-quote::before {
    content: " ";
    color: #000;
    font-size: 4rem;
    position: absolute;
    top: .8rem;
    left: -.5rem;
    width: 3rem;
    height: 3rem;
    background: url("https://super.essentialmedia.com.au/wp-content/themes/superconsumers/images/quote-blue.svg") no-repeat;
    opacity: .6; }
  blockquote.wp-block-quote::after {
    content: " ";
    color: #000;
    font-size: 4rem;
    position: absolute;
    bottom: 0rem;
    right: -.5rem;
    width: 3rem;
    height: 3rem;
    background: url("https://super.essentialmedia.com.au/wp-content/themes/superconsumers/images/quote-rt-blue.svg") no-repeat;
    opacity: .6; }

h1 {
  margin: .5rem 0 0.5rem;
  font-size: 2.2rem;
  /* 44pt/52.8 */
  line-height: 1.2;
  font-weight: 600; }

h2 {
  color: #02283B;
  margin: 1rem 0 0.5rem;
  font-size: 1.625rem;
  line-height: 1.1;
  font-weight: 600; }

h3 {
  color: #02283B;
  font-size: 1.25rem;
  line-height: 1.1;
  margin: 1.5rem 0 1rem;
  font-weight: 600; }

@media (min-width: 768px) {
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 2.75rem; }
  h3 {
    font-size: 1.66rem; } }

h4 {
  font-weight: 600;
  font-size: 1rem;
  margin: 1.75rem 0 1rem; }

/* Gutenberg generic acordion block */
.js-accordion-item {
  margin-bottom: 1.5rem; }
  .js-accordion-item h3 {
    margin: 0;
    font-size: 1rem; }
    .js-accordion-item h3.c-accordion__title {
      background: rgba(3, 117, 170, 0.06);
      padding: .5rem .75rem; }
      @media (min-width: 1280px) {
        .js-accordion-item h3.c-accordion__title {
          font-size: 1.25rem; } }
      .js-accordion-item h3.c-accordion__title::after {
        right: .75rem; }

/* FOOTER ELEMENTS 

--------------------------------------------------*/
footer {
  position: relative; }
  footer .ftwraptop {
    background-color: #02283B;
    padding: 3.5rem 0 2.5rem; }
  footer .row {
    text-align: center;
    color: #fff; }
    footer .row a {
      color: #fff;
      text-decoration: underline; }
      footer .row a:hover {
        color: #C7CFD4;
        text-decoration: none; }
    footer .row p {
      font-size: .85rem;
      margin-top: 0;
      margin-bottom: .5rem; }
    footer .row h2 {
      color: #fff;
      font-size: 1em;
      margin: 0 0 .5rem;
      font-weight: 700;
      line-height: 1.8; }
    footer .row ul li a {
      line-height: 200%;
      text-decoration: none; }
      footer .row ul li a:hover {
        text-decoration: underline; }
    footer .row .profile-ft {
      margin-top: .75rem;
      margin-bottom: 1rem; }
      footer .row .profile-ft .logo-ft {
        text-align: center; }
        footer .row .profile-ft .logo-ft img {
          max-width: 160px;
          height: auto; }
    @media (min-width: 768px) {
      footer .row .profile-ft .logo-ft {
        text-align: left; }
        footer .row .profile-ft .logo-ft img {
          max-width: 230px; } }
    footer .row .logo-ft {
      margin-top: .5rem;
      margin-bottom: 1rem; }
    footer .row .nav-ft {
      margin-bottom: 1rem; }
      footer .row .nav-ft ul {
        padding-left: 0; }
        footer .row .nav-ft ul li {
          list-style: none; }
          footer .row .nav-ft ul li a {
            font-weight: 400; }
    footer .row .social-logos {
      margin-top: .5rem;
      margin-bottom: 1rem; }
      footer .row .social-logos .sub-logo {
        padding: 0 25%; }
        @media (min-width: 540px) {
          footer .row .social-logos .sub-logo {
            padding: 0 32%; } }
        @media (min-width: 768px) {
          footer .row .social-logos .sub-logo {
            padding: 0; } }
  footer .footer-star {
    position: absolute;
    width: 80px;
    height: 80px;
    right: 0;
    top: -57px; }
    @media (min-width: 992px) {
      footer .footer-star {
        width: 120px;
        height: 120px;
        top: -85px; } }

@media (min-width: 768px) {
  footer .row {
    padding-left: 0;
    padding-right: 0;
    text-align: left; } }

.footer-supporters {
  background: #fff;
  margin: 30px -15px 50px -15px;
  border-radius: 6px;
  min-height: 100px;
  display: block; }
  .footer-supporters .supporter-logo {
    width: 31%;
    padding: 0 15px;
    display: inline-block;
    float: none;
    vertical-align: top; }
    .footer-supporters .supporter-logo img {
      width: 100%;
      height: auto;
      padding-right: 4%; }

@media (min-width: 594px) {
  .footer-supporters .supporter-logo {
    width: 19%; } }

@media (min-width: 1200px) {
  .footer-supporters .supporter-logo {
    width: 13.78%; } }

/* Accessibility */
::-moz-selection {
  color: black;
  background: #f9ca3e; }

::selection {
  color: black;
  background: #f9ca3e; }

/*  Social */
footer .row a.fb-share {
  text-decoration: none; }
  footer .row a.fb-share:hover {
    color: #F9CD32; }
  footer .row a.fb-share:active {
    color: #e6b403; }

footer .row a.tw-share {
  text-decoration: none; }
  footer .row a.tw-share.twitter-on {
    display: inline-block; }
  footer .row a.tw-share:hover {
    color: #F9CD32; }
  footer .row a.tw-share:active {
    color: #e6b403; }

footer .row a.li-share {
  text-decoration: none; }
  footer .row a.li-share.linedin-on {
    display: inline-block; }
  footer .row a.li-share:hover {
    color: #F9CD32; }
  footer .row a.li-share:active {
    color: #e6b403; }

/* scroll to top */
#scroll-to-top {
  color: #fff;
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  border-radius: 3px;
  bottom: 20px;
  opacity: 0;
  padding: 20px;
  position: fixed;
  right: 20px;
  text-decoration: none;
  -ms-transform: scale(0, 0);
      transform: scale(0, 0);
  transition: all 0.2s ease 0s;
  z-index: 100; }

#scroll-to-top .vantage-icon-arrow-up {
  color: rgba(255, 255, 255, 0.2);
  display: block;
  font-size: 18px;
  height: 18px;
  width: 18px; }

#scroll-to-top.displayed {
  opacity: 1 !important;
  -ms-transform: scale(1, 1);
      transform: scale(1, 1); }

a#scroll-to-top {
  color: #fff;
  text-decoration: none; }

@media (min-width: 992px) {
  #header {
    z-index: 10;
    width: 100%; }
    #header .home-header {
      background: transparent; } }

ul#mymenu {
  display: none; }

.flexmenu.fm-lg ul#mymenu {
  display: block; }

.flexmenu.fm-sm ul#mymenu {
  display: block; }

.menu-ft ul {
  margin: .4rem 0;
  padding-left: 0; }
  .menu-ft ul#mymenu {
    display: block; }
    .menu-ft ul#mymenu li {
      list-style: none;
      padding: .2rem 0; }
      .menu-ft ul#mymenu li a {
        text-transform: none;
        font-weight: 600;
        color: #fff; }

.fm-button {
  float: left;
  margin: 4px 0 2px 8px; }
  .fm-button .fm-bar {
    background-color: #999;
    height: 3px; }

.home-header {
  height: 53px;
  transition: all .3s ease-out; }
  .home-header .header-signup {
    display: none; }

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  position: absolute;
  top: 5px;
  left: 0;
  width: 300px;
  font-size: 0;
  line-height: 0;
  text-indent: -4004px;
  vertical-align: middle;
  text-decoration: none; }
  .logo > img {
    display: block;
    width: 100%;
    max-width: 100%; }
    @media (max-width: 1199px) {
      .logo > img {
        width: 300px; } }
    @media (max-width: 575px) {
      .logo > img {
        width: 200px; } }

.logo--footer > img {
  max-width: 188px; }
  @media (max-width: 575px) {
    .logo--footer > img {
      max-width: 185px; } }

/* Header form */
#wrapper .header-signup .gform_wrapper .gform_heading {
  margin: 0; }

#wrapper .header-signup .gform_wrapper .gform_body {
  width: 75%;
  float: left; }

#wrapper .header-signup .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px; }

#wrapper .header-signup .gform_wrapper ul li.gfield {
  margin-top: 0; }

#wrapper .header-signup .gform_wrapper label {
  display: none; }

#wrapper .header-signup .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 4px 4px 4px 38px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  border-right: none;
  margin-top: 0;
  height: 40px; }

#wrapper .header-signup .gform_wrapper input#input_1_1 {
  background-image: url("https://coalimpactsindex.com.au/wp/wp-content/themes/coaltracker/images/icon-email.svg");
  background-position: 3px 5px;
  background-repeat: no-repeat;
  width: 100%; }

#wrapper .header-signup .gform_wrapper span.gform_description {
  color: #9BA8B0;
  margin-bottom: 0px;
  width: 100%;
  text-align: center; }

#wrapper .header-signup .gform_wrapper .gform_footer {
  width: 25%;
  float: left;
  margin-top: 0;
  clear: none;
  padding: 0; }
  #wrapper .header-signup .gform_wrapper .gform_footer input.button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    padding: 0 .5rem;
    border-radius: 0px 4px 4px 0px;
    background-color: #e11a2c; }
    #wrapper .header-signup .gform_wrapper .gform_footer input.button:hover {
      color: #333;
      background-color: #F9CD32; }

.scroll-to-top i {
  color: #fff; }
  .scroll-to-top i:hover {
    color: #34B475; }

.search-hd-wrap {
  width: auto;
  float: right;
  padding-top: 2rem;
  padding-left: 0.625rem;
  position: relative; }

.header-search {
  position: absolute;
  top: 1.1rem;
  right: 4rem;
  z-index: 10;
  display: inline-block; }
  @media (min-width: 575px) {
    .header-search {
      top: 1.5rem;
      right: 4.5rem; } }
  @media (min-width: 992px) {
    .header-search {
      top: 1.5rem;
      right: 0; } }
  .header-search.header-search-is-active {
    width: 19rem;
    position: absolute;
    right: 1rem;
    background: #fff;
    height: 35px;
    border: solid 1px #ccc;
    border-radius: 4px; }

.header-search.is-active {
  border: 0.125rem solid red; }

.header-search-form {
  position: relative;
  padding-left: 0.125rem; }

.header-search-field {
  font-size: 1.1rem;
  transition: visibility ease-out 0.25s, width ease-out 0.25s, opacity ease-out 0.25s;
  width: 0;
  border-radius: 1rem;
  border: none;
  -webkit-appearance: none;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  color: #252823; }
  .header-search-field::-webkit-input-placeholder {
    color: #707070;
    opacity: 0.6; }
  .header-search-field:-ms-input-placeholder {
    color: #707070;
    opacity: 0.6; }
  .header-search-field::placeholder {
    color: #707070;
    opacity: 0.6; }
  .header-search-field:focus {
    outline: none; }
  .header-search-field::-ms-clear {
    display: none; }
  .header-search-is-active .header-search-field {
    width: 77%;
    padding: 0 0.625rem;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    border: none; }

.header-search-submit {
  border: 0;
  width: 1.875rem;
  height: 1.875rem;
  background: url("/wp-content/themes/superback/images/iconSearch-grey.svg") center no-repeat;
  text-indent: -999rem;
  border-radius: 0.3125rem;
  transition: background-color 0.2s;
  outline: none; }
  .header-search-submit:hover {
    background: url("/wp-content/themes/superback/images/iconSearch-blue.svg") center no-repeat; }
  .header-search-submit:focus {
    background: url("/wp-content/themes/superback/images/iconSearch-grey.svg") center no-repeat; }

.header-search-reset {
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
  padding: 0;
  position: absolute;
  right: .5rem;
  top: 0.4rem;
  border: 0;
  background-color: #229DD6;
  display: none; }
  .header-search-reset:focus, .header-search-reset:hover {
    background-color: #0375aa;
    outline: none; }
  .header-search-reset svg {
    width: 1.2rem;
    height: 1.2rem;
    vertical-align: top; }
  .header-search-is-active .header-search-reset {
    display: block; }

.is-active .header-search-submit {
  display: none;
  /*background: url('/wp-content/themes/superconsumers/images/iconSearch-whi.svg') center no-repeat;*/ }

.gform_wrapper .donate-main .ginput_complex .ginput_left,
.gform_wrapper .donate-main .ginput_complex .ginput_right {
  width: 100%; }

.gform_wrapper .donate-main .top_label input.medium,
.gform_wrapper .donate-main .gform_wrapper .donate-main .top_label select.medium {
  width: 100%; }

.gform_wrapper .donate-main li.hidden_label input {
  margin-top: 0; }

.gform_wrapper .donate-main h3.gform_title, .gform_wrapper .donate-main .gform_wrapper .donate-main h3 {
  color: #6e3294;
  font-size: 2rem;
  text-align: center; }

@media (min-width: 992px) {
  .gform_wrapper .donate-main h3.gform_title, .gform_wrapper .donate-main .gform_wrapper .donate-main h3 {
    font-size: 2.75rem; } }

.gform_wrapper .donate-main .top_label li ul.gfield_radio {
  width: 100%;
  overflow: hidden;
  text-align: center; }

.gform_wrapper .donate-main .gfield_radio li {
  width: 6rem;
  height: 5.25rem;
  display: inline-block; }
  .gform_wrapper .donate-main .gfield_radio li input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .gform_wrapper .donate-main .gfield_radio li input:checked + label {
      background-color: #027dbb;
      color: #fff; }
    .gform_wrapper .donate-main .gfield_radio li input:hover + label, .gform_wrapper .donate-main .gfield_radio li input:focus + label {
      background-color: #027dbb;
      color: #fff; }
  .gform_wrapper .donate-main .gfield_radio li label {
    text-align: center;
    color: #027dbb;
    margin: 0;
    cursor: pointer;
    font-size: 1.3rem;
    background-color: #fff;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    display: inline-block;
    line-height: 4.625rem;
    border: .125rem solid #027dbb;
    transition: all .2s ease-in; }
    .gform_wrapper .donate-main .gfield_radio li label:hover, .gform_wrapper .donate-main .gfield_radio li label:focus {
      background-color: #027dbb;
      color: #fff; }
    .gform_wrapper .donate-main .gfield_radio li label#label_1_6_4 {
      font-size: 1rem;
      line-height: 1; }

.hero-slider .slick-slide {
  position: relative; }

.hero-slider img {
  width: 100%;
  display: inline-block; }

.hero-slider .slide-text-wrap {
  width: 100%;
  padding: 4%;
  background: rgba(0, 0, 0, 0.5); }
  .hero-slider .slide-text-wrap h2 {
    color: #fff;
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: .5rem;
    height: 50px; }

@media (min-width: 667px) {
  .hero-slider .slick-slide .slide-text-wrap {
    position: absolute;
    bottom: 0;
    padding: 2% 4%; }
    .hero-slider .slick-slide .slide-text-wrap h2 {
      font-size: 1.6rem;
      height: auto; } }

.hero-slider .slick-prev {
  left: 25px;
  z-index: 1; }

.hero-slider .slick-next {
  right: 25px;
  z-index: 1; }

@media (min-width: 992px) {
  .hero-slider .slick-slide .slide-text-wrap {
    position: absolute;
    bottom: 0;
    padding: 2% 4%; }
    .hero-slider .slick-slide .slide-text-wrap h2 {
      font-size: 2rem; }
  .hero-slider .slick-prev, .hero-slider .slick-next {
    width: 40px;
    height: 40px; }
  .hero-slider .slick-prev::before, .hero-slider .slick-next::before {
    font-size: 40px; } }

.hero-wrap {
  max-height: 600px;
  overflow: hidden; }

@media (min-width: 1380px) {
  .hero-slider .slick-slide {
    max-height: 600px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: none;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-slider.slick-initialized {
  display: block; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.page-feature {
  background-color: transparent;
  background-size: auto;
  position: relative;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  margin-bottom: 2rem; }
  @media (min-width: 767.02px) {
    .page-feature {
      margin-bottom: 4rem; } }

.hm-feature {
  padding: 0; }
  @media (min-width: 767.02px) {
    .hm-feature {
      margin-bottom: 6rem; } }

.hm-feature-img-wrap {
  width: 100%;
  overflow: hidden;
  height: 300px;
  /* adjust as needed */ }
  @media (min-width: 767.02px) {
    .hm-feature-img-wrap {
      height: 60vh;
      /* adjust as needed */ } }

.hm-feature-img-wrap img.hm-feature-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* cover entire hero area */
  -o-object-position: center center;
     object-position: center center; }

.hmpgtxt-wrap {
  background: #02283B;
  position: relative;
  /* ensures text is above image */
  padding: 2rem 3rem; }
  @media (min-width: 767.02px) {
    .hmpgtxt-wrap {
      position: absolute;
      left: 8%;
      bottom: -3rem;
      width: 45%;
      border-radius: .5rem;
      margin: 0; } }

.title-block h1 {
  font-size: 1.6rem;
  margin-bottom: 1rem; }
  @media (min-width: 767.02px) {
    .title-block h1 {
      font-size: 3rem; } }

.title-block p {
  color: #fff;
  font-size: 1.3rem; }
  @media (min-width: 767.02px) {
    .title-block p {
      font-size: 1.6rem; } }

.privacy-txt {
  font-size: 0.875rem;
  margin-top: 1rem; }

.hm-down-arrow {
  color: #F9CD32;
  margin-top: 1rem;
  font-size: 2rem;
  animation: bounce 2s infinite; }

/* simple bounce animation for arrow */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-5px); } }

.privacy-txt {
  font-size: .8rem;
  color: #fff;
  line-height: 1.1; }
  .privacy-txt a {
    color: #F9CD32;
    text-decoration: none; }
    .privacy-txt a:hover {
      color: #F9CD32;
      text-decoration: underline; }

.section-intro {
  margin-bottom: 2rem;
  position: relative; }
  @media (min-width: 575.02px) {
    .section-intro {
      margin-bottom: 2rem; } }
  .section-intro .intro-text-wrapper h2 {
    color: #02283B;
    line-height: 1.2; }
    .section-intro .intro-text-wrapper h2 span {
      font-weight: 500; }
  .section-intro .intro-text-wrapper p {
    color: #02283B; }
  .section-intro .intro-content-wrap p {
    padding-bottom: 1rem; }
  .section-intro .deadline-wrapper {
    background: #02283B;
    border-radius: .5rem;
    padding: 2rem 3rem; }
    .section-intro .deadline-wrapper H3 {
      color: #fff;
      margin-top: 0; }
    .section-intro .deadline-wrapper p {
      color: #fff; }

.intro-holder {
  position: relative; }
  .intro-holder::before {
    display: none; }
    @media (min-width: 1200px) {
      .intro-holder::before {
        display: block;
        content: "";
        position: absolute;
        bottom: -34px;
        left: -120px;
        width: 100px;
        height: 100px;
        background: url("/wp-content/themes/superback/images/arrow-brand.svg") center no-repeat;
        background-size: cover; } }
    @media (min-width: 1600px) {
      .intro-holder::before {
        left: -150px; } }
  .intro-holder .brand-pointer {
    position: absolute;
    width: 90%;
    bottom: 1rem;
    left: 15px;
    height: 2px;
    border-bottom: solid 2px rgba(2, 40, 59, 0.2); }
    @media (max-width: 1200px) {
      .intro-holder .brand-pointer {
        display: none; } }

.what-happened {
  padding: 2rem 0 0; }
  @media (min-width: 992px) {
    .what-happened {
      padding: 2rem 0 0rem; } }
  .what-happened .happened-title {
    margin-bottom: 2rem; }
  .what-happened .happened-left {
    margin-bottom: .75rem; }
  .what-happened .happened-left h2, .what-happened .impact-right h2 {
    margin-bottom: 2rem; }
  .what-happened .happened-item-img .happened-icon {
    border-radius: 50%;
    background-color: rgba(34, 157, 214, 0.15);
    margin-top: 1rem; }
    .what-happened .happened-item-img .happened-icon img {
      border-radius: 50%; }
  @media (min-width: 992px) {
    .what-happened .happened-item-text {
      padding-right: 2rem;
      margin-bottom: 2rem; } }

.impact-actions {
  padding: 2rem 0; }
  @media (min-width: 992px) {
    .impact-actions {
      padding: 2rem 0 2rem; } }
  .impact-actions .impact-left {
    margin-bottom: 1.25rem; }
    @media (min-width: 992px) {
      .impact-actions .impact-left {
        padding-right: 30px; } }
  .impact-actions .impact-left h2, .impact-actions .impact-right h2 {
    margin-top: -.4rem;
    margin-bottom: 2rem; }
  .impact-actions .impact-right {
    border-left: solid 2px rgba(2, 40, 59, 0.2); }
    @media (min-width: 992px) {
      .impact-actions .impact-right {
        padding-left: 30px; } }
  .impact-actions .impact-rule {
    display: block;
    border-top: solid 2px rgba(2, 40, 59, 0.2);
    padding-bottom: 4rem; }
  .impact-actions .impact-item-img .impact-icon {
    border-radius: 50%;
    background-color: rgba(34, 157, 214, 0.15);
    margin-top: 1rem; }
    .impact-actions .impact-item-img .impact-icon img {
      border-radius: 50%; }
  @media (min-width: 992px) {
    .impact-actions .impact-item-text {
      padding-right: 2rem;
      margin-bottom: 2rem; } }

.news-and-updates {
  background: rgba(34, 157, 214, 0.15); }
  @media (min-width: 992px) {
    .news-and-updates {
      padding: 4rem 0; } }
  .news-and-updates .news-title h2 {
    margin-bottom: 3.5rem; }
  .news-and-updates .feedcont .feedcont-wrap {
    background: #fff;
    border-bottom: none;
    border-radius: .5rem; }

.updates-form-col {
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 1rem; }
  @media (min-width: 992px) {
    .updates-form-col {
      margin-top: 2rem; } }
  .updates-form-col .updates-form-head {
    margin-bottom: 1.25rem; }
  .updates-form-col .updates-form-wrap {
    background: #02283B;
    padding: 2rem 3rem;
    border-radius: .5rem;
    position: relative; }
    @media (min-width: 992px) {
      .updates-form-col .updates-form-wrap {
        margin-top: 3rem 3rem; } }
    .updates-form-col .updates-form-wrap::after {
      display: none; }
      @media (min-width: 1200px) {
        .updates-form-col .updates-form-wrap::after {
          display: block;
          content: "";
          position: absolute;
          top: -44px;
          right: -54px;
          width: 120px;
          height: 120px;
          background: url("/wp-content/themes/superback/images/arrow-brand-rot.svg") center no-repeat;
          background-size: cover; } }
    .updates-form-col .updates-form-wrap .updates-form-head h2 {
      color: #fff; }
    .updates-form-col .updates-form-wrap .updates-form {
      background: rgba(255, 255, 255, 0.5);
      height: 10rem;
      border-radius: .25rem; }

img.title-star {
  width: 5rem;
  height: 5rem;
  margin-right: .5rem;
  padding-bottom: .25rem; }

.page-feature.pg-feature {
  background-size: auto;
  position: relative;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  margin-bottom: 0rem; }
  .page-feature.pg-feature .pg-feature-img {
    background-position: center top;
    height: 30vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -15px;
    margin-right: -15px; }
    .page-feature.pg-feature .pg-feature-img.feat-img-deep {
      height: 40vh; }
      @media (min-width: 992px) {
        .page-feature.pg-feature .pg-feature-img.feat-img-deep {
          height: 65vh; } }
    @media (min-width: 992px) {
      .page-feature.pg-feature .pg-feature-img {
        height: 50vh; } }

.container-fluid.page-feature.clean-header {
  background: #02283B;
  padding: 2rem 0; }
  .container-fluid.page-feature.clean-header h1 {
    padding-top: 1rem; }

.page-header-wrap {
  background: #02283B;
  margin-bottom: 2rem; }
  @media (min-width: 992px) {
    .page-header-wrap {
      margin-top: -3rem;
      background: transparent; } }
  .page-header-wrap h1 {
    color: #F9CD32; }
    @media (min-width: 992px) {
      .page-header-wrap h1 {
        background: #02283B;
        padding: 1rem 2rem;
        border-radius: 4px;
        display: inline-block; } }
    @media (min-width: 1200px) {
      .page-header-wrap h1 {
        margin-left: -2rem; } }

.breakout-inner {
  background: #02283B url("/wp-content/themes/superback/images/breakout-corner.png") right top no-repeat;
  padding: 2rem 4rem 2rem 2rem;
  margin: 1rem 0;
  border-radius: .5rem; }
  .breakout-inner h2 {
    padding-top: 0;
    margin: 0;
    color: #F9CD32; }
  .breakout-inner p {
    color: #fff; }
  .breakout-inner ul, .breakout-inner ol {
    color: #fff; }
  .breakout-inner a {
    color: #F9CD32;
    text-decoration: underline; }
    .breakout-inner a:hover {
      text-decoration: none; }

.page-feature h1 {
  color: #fff; }

.feeditem {
  margin-bottom: 2rem; }

.anchor-link-wrap {
  background: rgba(34, 157, 214, 0.15);
  padding: 2rem;
  border-radius: .5rem;
  -ms-flex-align: center;
      align-items: center;
  margin: 2rem 0; }
  .anchor-link-wrap h2 {
    margin: 0; }
  .anchor-link-wrap ul {
    list-style: none;
    padding-left: 0; }
    @media (min-width: 992px) {
      .anchor-link-wrap ul {
        padding-left: 20px; } }
    .anchor-link-wrap ul li i {
      color: #229DD6; }
  .anchor-link-wrap .anchor-link-title {
    margin-bottom: 1rem; }
    @media (min-width: 992px) {
      .anchor-link-wrap .anchor-link-title {
        margin-bottom: 0; } }

.page-content {
  margin-bottom: 2rem; }
  @media (min-width: 992px) {
    .page-content {
      margin-bottom: 4rem; } }

.single-title-strip {
  height: 5rem;
  background: #02283B;
  margin-bottom: 2rem; }
  .single-title-strip > div {
    color: #F9CD32;
    font-size: 2rem;
    padding-top: .5rem; }

.bCrumbs-wrap {
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .bCrumbs-wrap {
      margin-bottom: 3rem; } }
  .bCrumbs-wrap .bCrumbs {
    font-size: .85rem; }

.submiss-single-thumb {
  height: 240px; }
  .submiss-single-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.single-page h1 {
  color: #02283B;
  font-size: 1.75rem;
  line-height: 1; }
  @media (min-width: 992px) {
    .single-page h1 {
      font-size: 2.25rem;
      margin-bottom: 1rem; } }

.single-page .titlemeta {
  font-size: .85rem;
  border-bottom: 4px solid rgba(34, 157, 214, 0.2);
  padding-bottom: .75rem;
  margin-bottom: 1rem; }
  .single-page .titlemeta .metadate {
    padding-right: .5rem; }
  .single-page .titlemeta .metacats a {
    padding-right: .25rem; }

.show-nav-but {
  Position: absolute;
  top: -5rem;
  right: 0;
  display: inline-block;
  background: #F9CD32;
  padding: .5rem;
  width: 3rem;
  color: #000;
  height: auto;
  line-height: 20px;
  font-size: 1.1rem;
  border-radius: .4rem;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  transition: transform .3s; }
  @media (min-width: 768px) {
    .show-nav-but {
      display: none; } }

#showNav {
  display: none; }
  @media (min-width: 768px) {
    #showNav {
      display: block; } }

.sub-nav-wrap {
  padding-bottom: 2rem; }
  @media (min-width: 992px) {
    .sub-nav-wrap {
      margin-top: 4rem;
      padding-right: 1.5rem; } }
  .sub-nav-wrap p {
    margin-top: 0;
    margin-bottom: .5rem;
    position: relative;
    padding-left: 20px;
    line-height: 1.2; }
    .sub-nav-wrap p i {
      color: #229DD6;
      position: absolute;
      left: 0;
      top: .1rem; }
    .sub-nav-wrap p a {
      color: #02283B;
      font-weight: 400;
      text-decoration: none;
      line-height: 1.2; }
      .sub-nav-wrap p a:hover {
        color: #229DD6;
        text-decoration: underline; }

.wp-element-caption {
  color: #252823;
  font-size: .85rem;
  font-weight: 400;
  border-bottom: solid 1px rgba(112, 112, 112, 0.4); }

.main-content h2:first-child {
  margin-top: 0rem; }

.member-thumb {
  height: 220px; }
  .member-thumb.submiss-thumb {
    height: auto; }
  @media (min-width: 575px) {
    .member-thumb {
      height: 220px; } }
  .member-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.feedcont {
  margin-bottom: 1.5rem;
  display: -ms-flexbox;
  display: flex; }
  .feedcont .feedcont-wrap {
    padding: 0;
    background: rgba(34, 157, 214, 0.08);
    border-bottom: solid 3px #229DD6;
    -ms-flex: 0 1 100%;
        flex: 0 1 100%; }
    .feedcont .feedcont-wrap.submisions-archive {
      background: transparent;
      border-bottom: 4px solid rgba(34, 157, 214, 0.2); }
      .feedcont .feedcont-wrap.submisions-archive .feedcont-content {
        padding: 0 0 1rem 0; }
    .feedcont .feedcont-wrap .feedcont-content {
      padding: .5rem 1rem 1rem; }
      .feedcont .feedcont-wrap .feedcont-content h3 {
        font-size: 1.1rem;
        margin-top: .25rem;
        margin-bottom: .25rem;
        color: #02283B; }
        @media (min-width: 768px) {
          .feedcont .feedcont-wrap .feedcont-content h3 {
            font-size: 1.25rem; } }
        @media (min-width: 992px) {
          .feedcont .feedcont-wrap .feedcont-content h3 {
            font-size: 1.66rem; } }
        .feedcont .feedcont-wrap .feedcont-content h3 a {
          color: #02283B; }
      .feedcont .feedcont-wrap .feedcont-content .excerpt-txt p {
        margin-top: .25rem;
        margin-bottom: .25rem; }
        .feedcont .feedcont-wrap .feedcont-content .excerpt-txt p a {
          color: #02283B;
          background: #F9CD32;
          display: inline-block;
          border-radius: 4px;
          padding: 0 .5rem;
          font-size: .85rem; }
          .feedcont .feedcont-wrap .feedcont-content .excerpt-txt p a:hover {
            background-color: #02283B;
            color: #fff;
            text-decoration: none; }
          .feedcont .feedcont-wrap .feedcont-content .excerpt-txt p a:active, .feedcont .feedcont-wrap .feedcont-content .excerpt-txt p a:focus {
            color: #fff;
            background-color: #229DD6; }
          .feedcont .feedcont-wrap .feedcont-content .excerpt-txt p a.readmore:nth-child(1) {
            display: none; }
      .feedcont .feedcont-wrap .feedcont-content .cat-text {
        text-transform: uppercase;
        font-weight: 600;
        color: #229DD6;
        font-size: .85rem; }

.feed-page-intro-wrap {
  padding-bottom: 2rem;
  background: transparent;
  border-bottom: 3px solid rgba(34, 157, 214, 0.2);
  margin-bottom: 3rem; }

.need-to-know {
  Background: rgba(185, 229, 249, 0.25);
  padding: 1rem 1.5rem 1rem 1.5rem;
  margin: 2rem 0;
  border-left: solid 1.5rem rgba(2, 78, 116, 0.6); }
  .need-to-know h3 {
    margin: .5rem 0 1rem; }
  .need-to-know ul {
    padding: 0 0 0 1rem;
    list-style: none; }
    .need-to-know ul li {
      line-height: 1.42;
      margin-bottom: .5rem; }
      .need-to-know ul li::before {
        content: "\2022";
        color: rgba(2, 78, 116, 0.6);
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        font-size: 1.2rem; }

/* Feed option Dropdown */
.row ul.basic-x {
  text-align: left; }
  @media (min-width: 768px) {
    .row ul.basic-x {
      text-align: right; } }

ul.basic-x {
  cursor: context-menu;
  list-style-type: none;
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 0; }

ul.basic-x li {
  display: inline-block; }
  ul.basic-x li.select-wrap {
    width: 78%;
    padding: 0; }
    @media (min-width: 575px) {
      ul.basic-x li.select-wrap {
        width: 280px;
        padding: 0 5px 0 0; } }
  ul.basic-x li.select-but-wrap {
    width: 20%; }
    @media (min-width: 575px) {
      ul.basic-x li.select-but-wrap {
        width: 80px;
        padding: 0; } }

.row ul.basic-x select {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 0px;
  box-shadow: none;
  outline-color: transparent;
  outline-style: none;
  background-color: transparent;
  border: 2px solid #F9CD32;
  height: 45px;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  color: #000000;
  background-color: #ffffff;
  padding: 0 1.2rem 0 .75rem;
  border-radius: 4px; }

ul.basic-x li a.button-basic {
  width: 100%;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  background-color: #FFCE04;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 1.2em;
  text-align: center;
  height: 45px;
  line-height: 44px;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  border-radius: 4px; }
  ul.basic-x li a.button-basic:hover {
    background: #02283B;
    color: #fff; }
  ul.basic-x li a.button-basic:active, ul.basic-x li a.button-basic:focus {
    background: #34B475; }

/* Feed pagination emm-paginate */
.emm-paginate .emm-title {
  margin-right: .5rem; }

.emm-paginate .emm-page.emm-current {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  background-color: #02283B;
  color: #F9CD32;
  border-radius: 4px;
  margin-right: .5rem; }

.emm-paginate a.emm-page {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  background-color: #F9CD32;
  color: #02283B;
  border-radius: 4px;
  margin-right: .5rem; }

/* archives with filter Pagination */
/* Page background elements */
.section-posts-pagination .pagination {
  display: block;
  margin-top: 1rem;
  padding-top: 1rem;
  margin-bottom: 2rem;
  border-radius: 0;
  border-top: 3px solid rgba(34, 157, 214, 0.2); }
  .section-posts-pagination .pagination span.current {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    background-color: #02283B;
    color: #F9CD32;
    border-radius: 4px;
    margin-right: .5rem; }
  .section-posts-pagination .pagination a.inactive {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    background-color: #F9CD32;
    color: #02283B;
    border-radius: 4px;
    margin-right: .5rem; }

/* generic pages */
.top-star-bg {
  position: absolute;
  width: 120px;
  height: 80px;
  right: 0;
  top: -2rem; }
  @media (min-width: 575px) {
    .top-star-bg {
      top: -4rem;
      width: 220px;
      height: 160px; } }
  @media (min-width: 992px) {
    .top-star-bg {
      width: 300px;
      height: 240px;
      top: -4rem; } }

.about-content {
  position: relative; }
  @media (min-width: 992px) {
    .about-content .top-star-bg {
      width: 300px;
      height: 240px;
      top: -5.3rem; } }

.single-content {
  position: relative; }
  @media (min-width: 992px) {
    .single-content h1 .single-content h1 {
      font-size: 2.75rem; } }
  .single-content .top-star-bg {
    top: -2rem; }
    @media (min-width: 992px) {
      .single-content .top-star-bg {
        width: 300px;
        height: 240px; } }
  .single-content .post-featute-img img {
    width: 100%; }

/* action form */
@media (min-width: 992px) {
  .action-form {
    margin-top: -22rem; } }

.action-form .action-form-wrap {
  background: #02283B;
  padding: 1rem 2rem 2rem;
  border-radius: 4px;
  min-height: 400px; }
  @media (min-width: 992px) {
    .action-form .action-form-wrap {
      padding: 2rem 4rem 3rem; } }
  .action-form .action-form-wrap h2 {
    color: #fff; }
    @media (min-width: 992px) {
      .action-form .action-form-wrap h2 {
        font-size: 2.25rem; } }
  .action-form .action-form-wrap h3 {
    color: #F9CD32;
    margin-top: .25rem;
    margin-bottom: 1rem; }
    @media (min-width: 992px) {
      .action-form .action-form-wrap h3 {
        font-size: 1.75rem; } }
  .action-form .action-form-wrap p {
    color: #fff; }

@media (min-width: 768px) {
  .btn.scroll-down-action {
    display: none; } }

/* people pages */
.people-page-intro .people-profiles-wrap {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: solid 4px rgba(34, 157, 214, 0.15); }
  @media (min-width: 992px) {
    .people-page-intro .people-profiles-wrap {
      padding-bottom: 1.5rem;
      margin-bottom: 2rem; } }

@media (min-width: 992px) {
  .people-page-intro .people-intro-text {
    padding: 0; } }

.people-profiles .people-profiles-wrap {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: solid 4px rgba(34, 157, 214, 0.15); }
  @media (min-width: 992px) {
    .people-profiles .people-profiles-wrap {
      padding-bottom: 1.5rem;
      margin-bottom: 2rem; } }
  @media (min-width: 992px) {
    .people-profiles .people-profiles-wrap .people-image {
      padding-left: 0; } }
  .people-profiles .people-profiles-wrap .people-image img {
    border-radius: 50%;
    border: solid 2px rgba(199, 207, 212, 0.4); }
  @media (min-width: 992px) {
    .people-profiles .people-profiles-wrap .people-content {
      padding-right: 0; } }
  .people-profiles .people-profiles-wrap .people-content h4 {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 1.1;
    color: #02283B; }
  .people-profiles .people-profiles-wrap .people-content p {
    margin: 0 0 .5rem; }

.btn {
  display: inline-block;
  color: #000;
  min-width: 120px;
  height: auto;
  line-height: 20px;
  font-size: .85rem;
  border-radius: .25rem;
  background-color: #F9CD32;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  margin: 1rem auto 0;
  padding: .5rem 1rem;
  transition: transform .2s; }
  .btn:hover {
    background-color: #e6b403;
    -ms-transform: scale(1.05);
        transform: scale(1.05); }
  .btn:active, .btn:focus {
    color: #000;
    background-color: #e6b403; }
  @media (min-width: 575px) {
    .btn {
      font-size: 1rem; } }
  .btn.btn-blue {
    background-color: #02283B;
    color: #fff;
    transition: transform .2s; }
    .btn.btn-blue:hover {
      background-color: #229DD6;
      color: #fff;
      -ms-transform: scale(1.05);
          transform: scale(1.05); }
    .btn.btn-blue:active, .btn.btn-blue:focus {
      color: #000;
      background-color: #e6b403; }
  .btn.btn-midblue {
    background-color: #229DD6;
    color: #fff;
    transition: transform .2s; }
    .btn.btn-midblue:hover {
      background-color: #02283B;
      color: #fff;
      -ms-transform: scale(1.05);
          transform: scale(1.05); }
    .btn.btn-midblue:active, .btn.btn-midblue:focus {
      color: #000;
      background-color: #e6b403; }

.searchandfilter ul {
  padding-left: 0; }

.searchandfilter li {
  padding: 4px 0; }

.searchandfilter .sf-field-submit input {
  padding: 2px 8px;
  border-radius: 6px;
  background: #000;
  color: #fff;
  border: none;
  margin-left: 1px; }

.searchandfilter select.sf-input-select {
  min-width: 260px;
  max-width: 240px; }

@media (min-width: 768px) {
  .searchandfilter ul li {
    display: inline-block;
    margin-right: 15px;
    padding: 10px 0; }
  .searchandfilter select.sf-input-select {
    min-width: 170px; } }

/* Generic Gravity Form */
#wrapper .gform_wrapper .gform_body input {
  border: 2px solid #F9CD32;
  padding: .5rem 1rem;
  border-radius: .25rem; }

#wrapper .gform_wrapper .gform_footer.top_label input {
  background: #F9CD32;
  border: none;
  padding: .5rem 1.5rem;
  border-radius: .25rem;
  text-transform: uppercase;
  font-size: 1.2rem; }
  #wrapper .gform_wrapper .gform_footer.top_label input:hover {
    background: #e6b403; }

/* Action Network default settings */
/* Generic Action Network form */
#wrapper #can_embed_form {
  /* progress bar */ }
  #wrapper #can_embed_form h2 {
    display: none; }
  #wrapper #can_embed_form h4 {
    display: none; }
  #wrapper #can_embed_form p {
    color: #fff; }
    #wrapper #can_embed_form p a {
      text-decoration: underline; }
      #wrapper #can_embed_form p a:hover {
        text-decoration: none; }
  #wrapper #can_embed_form .country_drop_wrap {
    display: none; }
  #wrapper #can_embed_form label {
    color: #fff;
    font-size: .9rem; }
  #wrapper #can_embed_form #action_info {
    display: none; }
  #wrapper #can_embed_form input {
    border-radius: 4px; }
    #wrapper #can_embed_form input[type="submit"] {
      color: #000;
      font-size: 1.2rem;
      border-radius: 4px;
      background-color: #F9CD32;
      font-weight: 700;
      height: 44px; }
      #wrapper #can_embed_form input[type="submit"]:hover {
        color: #fff;
        background-color: #e6b403; }
    #wrapper #can_embed_form input[type="text"] {
      height: 44px;
      border: 2px solid #F9CD32; }
    #wrapper #can_embed_form input[type="email"] {
      height: 44px;
      border: 2px solid #F9CD32; }
  #wrapper #can_embed_form .js-fb-textarea label {
    display: none; }
  #wrapper #can_embed_form .js-fb-textarea textarea {
    border-radius: 4px;
    border: 2px solid #F9CD32; }
  #wrapper #can_embed_form #can_thank_you {
    background-color: #ee1d42; }
  #wrapper #can_embed_form .itiinput[type="text"] {
    margin-bottom: 15px; }
  #wrapper #can_embed_form #d_sharing {
    display: none; }
  #wrapper #can_embed_form .floatlabel-wrapper .floatlabel-label-active {
    display: none; }
  #wrapper #can_embed_form .international_link {
    color: #fff; }
  #wrapper #can_embed_form .action_status_tracker .action_status_goal {
    color: #fff;
    font-size: 1rem; }
  #wrapper #can_embed_form .action-widget--toggle.action_status_tracker .action_status_running_total {
    color: #fff;
    font-size: 1.2rem; }
  #wrapper #can_embed_form .action-widget--toggle .action_status_status_bar span.action_status_status_bar-grow {
    background-color: #f98c39; }
  #wrapper #can_embed_form .html-input-wrapper {
    color: #fff;
    line-height: 1.2;
    margin-bottom: .75rem;
    font-size: .85rem; }

#can_embed_form .floatlabel-wrapper .floatlabel-label-active {
  display: none; }

#wrapper #can_embed_form.can_float #form_col1, #wrapper #can_embed_form.can_float #form_col2 {
  float: none;
  width: 100%; }

#wrapper .action-content-wrap #can_embed_form input {
  border-radius: 4px; }
  #wrapper .action-content-wrap #can_embed_form input[type="submit"] {
    color: #E5BC8F;
    font-size: 1.2rem;
    border-radius: 4px;
    background-color: #1D1926;
    font-weight: 700;
    height: 44px; }
    #wrapper .action-content-wrap #can_embed_form input[type="submit"]:hover {
      color: #000;
      background-color: #F9CD32; }
  #wrapper .action-content-wrap #can_embed_form input[type="text"] {
    height: 44px;
    border: none; }
  #wrapper .action-content-wrap #can_embed_form input[type="email"] {
    height: 44px;
    border: none; }

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  width: 100%;
  max-width: 1938px;
  position: fixed;
  top: 0;
  z-index: 100;
  height: 90px;
  background-color: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07); }
  @media (max-width: 575px) {
    .header {
      height: 65px;
      box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15); } }
  .header .header__actions {
    margin-left: 27px; }
    @media (max-width: 1199px) {
      .header .header__actions {
        margin-left: 20px; } }
    @media (max-width: 1023px) {
      .header .header__actions {
        display: none !important; } }
  @media (max-width: 1023px) {
    .header .header__toggle .header__actions {
      display: block;
      margin-right: 20px; } }
  @media (max-width: 374px) {
    .header .header__actions a {
      font-size: 11px;
      padding: 8px 12px; } }
  @media (max-width: 1023px) {
    .header .header__nav {
      position: fixed;
      top: 0;
      right: 0;
      height: 100vh;
      width: 50%;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      background-color: #02283B;
      color: #fff;
      text-align: center;
      -ms-transform: translateX(100vw);
          transform: translateX(100vw);
      transition: transform .3s;
      padding: 49px 29px; } }
  @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header .header__nav {
      width: 75%; } }
  @media (max-width: 575px) {
    .header .header__nav {
      width: 100%; } }
  .header .header__nav.is-active {
    -ms-transform: none;
        transform: none;
    transition: transform .3s; }
  .header .header__toggle {
    display: none; }
    @media (max-width: 1023px) {
      .header .header__toggle {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; } }
  .header .header__logo {
    padding: 5px 0;
    height: 90px; }
    @media (max-width: 1199px) {
      .header .header__logo {
        padding: 5px 0 5px; } }
    @media (max-width: 374px) {
      .header .header__logo {
        padding: 5px 0;
        height: 65px; } }
  .header .header__menu {
    min-height: 100%;
    padding-top: 1rem; }
  @media (max-width: 1023px) {
    .header .header__menu .header__actions {
      display: none; } }

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  text-transform: uppercase;
  font-size: .85rem;
  line-height: 1.71;
  letter-spacing: 0.05em;
  font-weight: 600;
  height: 100%;
  /*ul.toplevel > li {
			&:last-child {border-top: none;
				a {color: white; background: $yellow_5; padding: .5rem 1rem; border-radius: .25rem;
					&:hover {background: $yellow_10;}
					@include breakpoint-down(tablet) {width: 100%; color: #fff; padding: 13px 13px;
						&:hover {background: $yellow_10; }
					}
				}
			}
		}
	
    */
  /* 3rd level */ }
  @media (max-width: 1023px) {
    .nav {
      font-size: 16px;
      height: auto;
      padding: 50px 0; } }
  .nav li.menu-item-has-children > a {
    position: relative; }
    .nav li.menu-item-has-children > a:after {
      content: '';
      border: solid #fff;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 3px;
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
      position: absolute;
      right: 6px;
      top: 45%;
      transition: transform .3s; }
      @media (min-width: 1023px) {
        .nav li.menu-item-has-children > a:after {
          display: none; } }
  .nav li.menu-item-has-children.isOpen > a:after {
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg); }
  .nav li.menu-item-2130 a {
    background-color: #F9CD32;
    padding: .5rem;
    border-radius: 4px; }
    @media (max-width: 1023px) {
      .nav li.menu-item-2130 a {
        color: #000;
        padding: .25rem .5rem;
        margin-top: 1rem; } }
    .nav li.menu-item-2130 a:hover {
      background-color: #02283B;
      color: #fff; }
      @media (max-width: 1023px) {
        .nav li.menu-item-2130 a:hover {
          background-color: #e6b403;
          color: #000; } }
    .nav li.menu-item-2130 a:active {
      background-color: #229DD6;
      color: #fff; }
  .nav li.menu-item-1375 a {
    background-color: #F9CD32;
    padding: .5rem;
    border-radius: 4px; }
    @media (max-width: 1023px) {
      .nav li.menu-item-1375 a {
        color: #000;
        padding: .25rem .5rem;
        margin-top: 1rem; } }
    .nav li.menu-item-1375 a:hover {
      background-color: #02283B;
      color: #fff; }
    .nav li.menu-item-1375 a:active {
      background-color: #229DD6;
      color: #fff; }
  .nav ul {
    list-style: none;
    margin: 0 -13px;
    height: 100%; }
    @media (max-width: 1199px) {
      .nav ul {
        margin: 0 -7px; } }
    @media (max-width: 1023px) {
      .nav ul {
        -ms-flex-direction: column;
            flex-direction: column;
        margin: -5px 0;
        text-align: left; } }
  .nav ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .nav a {
    color: #51515d;
    text-decoration: none;
    transition: color .3s; }
    @media (max-width: 1023px) {
      .nav a {
        color: #fff; } }
    .nav a:hover {
      color: #229DD6; }
      @media (max-width: 1023px) {
        .nav a:hover {
          color: rgba(255, 255, 255, 0.7); } }
    .nav a:active, .nav a:focus {
      color: #02283B; }
      @media (max-width: 1023px) {
        .nav a:active, .nav a:focus {
          color: rgba(249, 205, 50, 0.8); } }
    .nav a.touch-active {
      color: rgba(249, 205, 50, 0.7); }
  @media (max-width: 1023px) {
    .nav > ul > li + li {
      border-top: 1px solid rgba(255, 255, 255, 0.24); } }
  .nav > ul > li > a {
    position: relative;
    padding: 0 13px;
    display: block; }
    @media (max-width: 1199px) {
      .nav > ul > li > a {
        padding: 0 7px; } }
    @media (max-width: 1023px) {
      .nav > ul > li > a {
        padding: 14px 20px 14px 0; } }
    .nav > ul > li > a::before {
      content: "";
      position: absolute;
      bottom: -.25rem;
      left: 50%;
      width: 0;
      height: 4px;
      /* thickness of your “border” */
      background: #229DD6;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      transition: width 0.3s ease; }
      @media (max-width: 1023px) {
        .nav > ul > li > a::before {
          display: none; } }
    .nav > ul > li > a:hover::before, .nav > ul > li > a:focus::before {
      width: 90%;
      /* grows outward from center */ }
      @media (max-width: 1023px) {
        .nav > ul > li > a:hover::before, .nav > ul > li > a:focus::before {
          width: 0; } }
  .nav ul > li > ul {
    background-color: #fff;
    padding: 0 12px 0px;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 209px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    @media (max-width: 1023px) {
      .nav ul > li > ul {
        opacity: 1;
        visibility: visible;
        position: static;
        margin: 0;
        display: none;
        background-color: transparent;
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
        color: #98D1F7;
        border-top: 1px solid rgba(255, 255, 255, 0.24); } }
  .nav ul > li > ul > li > a {
    display: block;
    padding: 10px 13px 8px;
    line-height: 1.2; }
    @media (max-width: 1023px) {
      .nav ul > li > ul > li > a {
        padding: 14px 0 14px 12px;
        font-size: 14px; } }
  .nav ul > li > ul > li + li {
    border-top: 1px solid #000; }
    @media (max-width: 1023px) {
      .nav ul > li > ul > li + li {
        border-top: 1px solid rgba(255, 255, 255, 0.24); } }
  .nav li.menu-item-has-children {
    position: relative; }
    @media (max-width: 1023px) {
      .nav li.menu-item-has-children {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
            align-items: flex-start; }
        .nav li.menu-item-has-children > a {
          width: 100%; } }
  .nav li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible; }
  .nav li.menu-item-2226 {
    background: #F9CD32; }
    .nav li.menu-item-2226:hover {
      background: #229DD6; }
      .nav li.menu-item-2226:hover a {
        color: #fff; }
    .nav li.menu-item-2226:active, .nav li.menu-item-2226:focus {
      background: #02283B; }
    @media (min-width: 1023.02px) {
      .nav li.menu-item-2226 {
        border-radius: 4px;
        margin-top: 19px;
        height: 44px; }
        .nav li.menu-item-2226:hover {
          background: #02283B; }
          .nav li.menu-item-2226:hover a {
            color: #fff; }
        .nav li.menu-item-2226:active, .nav li.menu-item-2226:focus {
          background: #229DD6; } }
    .nav li.menu-item-2226 a {
      padding-left: 13px; }
      .nav li.menu-item-2226 a:hover {
        color: #fff; }
      .nav li.menu-item-2226 a:active, .nav li.menu-item-2226 a:focus {
        color: #fff; }
      @media (max-width: 1023px) {
        .nav li.menu-item-2226 a {
          color: #000;
          padding-left: 20px; } }
  .nav ul > li > ul > li.menu-item-has-children {
    position: relative; }
  .nav ul > li > ul > li > ul {
    background-color: #fff;
    padding: 0 12px 0px;
    position: absolute;
    top: 0;
    left: 200px;
    min-width: 160px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    @media (max-width: 1023px) {
      .nav ul > li > ul > li > ul {
        opacity: 1;
        visibility: visible;
        position: static;
        margin: 0;
        display: none;
        background-color: transparent;
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
        color: #98D1F7;
        border-top: 1px solid rgba(255, 255, 255, 0.24); } }

/* ------------------------------------------------------------ *\
	Menu Toggle
\* ------------------------------------------------------------ */
.menu-toggle {
  position: relative;
  z-index: 2; }
  .menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 3px;
    background-color: #229DD6;
    transition: transform .3s, background-color .3s; }
  .menu-toggle span + span {
    margin-top: 5px; }

.menu-toggle.is-active span:first-child {
  -ms-transform: translateY(8px) rotate(45deg);
      transform: translateY(8px) rotate(45deg); }

.menu-toggle.is-active span:nth-child(2) {
  -ms-transform: translateX(100vw);
      transform: translateX(100vw); }

.menu-toggle.is-active span:last-child {
  -ms-transform: translateY(-8px) rotate(-45deg);
      transform: translateY(-8px) rotate(-45deg); }

.menu-toggle.is-active span {
  background-color: #fff; }

/* ------------------------------------------------------------ *\
	Nav Footer
\* ------------------------------------------------------------ */
.nav-footer {
  list-style-type: none; }
  .nav-footer li + li {
    margin-top: 4px; }
  .nav-footer a {
    text-decoration: none;
    transition: color .3s; }
    .nav-footer a:hover {
      color: #000; }

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
  position: relative;
  max-width: calc( 1170px + 99px * 2);
  padding-left: 99px;
  padding-right: 99px;
  margin: auto;
  width: 100%; }
  @media (max-width: 1199px) {
    .shell {
      max-width: calc( 1170px + 100px);
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .shell {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 575px) {
    .shell {
      padding-left: 16px;
      padding-right: 16px; } }

/* Shell Fluid */
.shell--fluid {
  max-width: none; }

/*# sourceMappingURL=bundle.css.map*/