/*
 Theme Name:   Open To All (v5.1)
 Theme URI:    https://opentoall.com
 Description:  Custom theme for Open To All coalition. Version 5.1 launched February 2020.
 Author:       Initial design and development by Matthew Johnson, Seventhfury Studios. Updated by Hanscom Park Studio. 
 Author URI:   http://seventhfury.com
 Version:      5.1.7
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  opentoall
*/



/*
	SCSS/BOOTSTRAP STYLES TEMPLATE
 	Open to All v5.1 styles
	Design/development by Matthew Johnson of Seventhfury Studios (www.seventhfury.com) and Hanscom Park Studio
	*/
	
/* ----- SCSS STYLES ----- */
/* Testing Border Quick Mixins */
/* Alpha Fade Mixins */
/*	@include border-radius(10px); */
/* 	@include box-shadow(0px 0px 8px $color_dark); */
/* @include text-shadow(0, 3px, 3px, #333); */
/*  @include animate  */
/* Media Size Mixins */
/* Uses Bootstrap 4 breakpoints */
/*  @include max* || then use {} around content  */
/* SASS selector for vertical alignment
reference URL: http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/
*/
/* @include vertical-align; */
/* Add CSS3 animations to elements below */
a, a:active, a:link, a:visited, a:hover, input {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/*  Chrome Font Issue Reset  */
body {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear; }

@-webkit-keyframes fontfix {
  from {
    opacity: 1; }
  to {
    opacity: 1; } }
    
    
    
/* ------ SITE COLORS ------ */
:root {
	--dark-blue: #163d7e;
	--blue: #2858a7;
	--light-blue: #d6eef2;
  
    --margin-regular: 30px !important;
}

    

/* ----- CSS STYLES ----- */
body, html {
  background: white;
  font-family: "Lato", sans-serif;
  line-height: 1.6;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  padding: 0 !important;
  margin: 0 !important; }

a, a:link, a:active, a:visited {
  color: #999999;
  background: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a:hover, ol a:hover {
  color: #999999;
  background: none;
  cursor: pointer !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a.lightblue-link {
  color: #d6eef2 !important; }

a.lightblue-link:hover {
  color: white !important; }

a.blue-link, .bluetext {
  color: #2858a7 !important; }

a.gray-link {
  color: #333333 !important; }

a.underline-link {
  text-decoration: underline !important; }

ol a {
  color: #2858a7 !important;
  background: none !important; }

ol a:hover {
  background: none;
  cursor: pointer !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7; }

p {
  margin-bottom: 20px; }
  p a, p a:link, p a:active, p a:visited {
    color: #2858a7;
    background: none !important; }
  p a:hover {
    /*color: $color_blue_light;*/
    background: none;
    cursor: pointer !important;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7; }

p.lead {
  /*text-align: center;*/
  font-size: 1.5em;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    p.lead {
      font-size: 1.2em; } }

p > strong, .highlight strong {
  font-weight: 700; }

.light-text {
  color: #999999 !important; }

.light-blue-text {
  color: #d6eef2; }

.blue-text {
  color: #2858a7; }

.align-left {
  text-align: left !important; }

.align-center {
  text-align: center !important; }

.align-right {
  text-align: right !important; }

.margin-auto {
  margin: auto !important; }
  
.margin-top-extra {
  margin-top: var(--margin-regular);
}
.margin-bottom-extra {
  margin-bottom: var(--margin-regular);
}

hr {
  clear: both !important;
  margin: 50px auto; }

hr.abovesection {
  /* For use above .section Divs, has top margin only */
  margin: 50px auto 0 auto; }

hr.largepad {
  margin: 80px auto; }

.lightcenter {
  text-align: center;
  font-size: 15px;
  padding-bottom: 10px;
  padding-top: 10px; }

.box {
  margin: 15px 0;
  padding: 20px 20px 10px 20px;
  display: block;
  /*p {
		margin-bottom: 0;
	}*/ }

.box-lightblue {
  background: #d6eef2;
  color: #2858a7; }
  .box-lightblue a {
    color: #2858a7 !important;
    font-weight: normal !important; }
  .box-lightblue .fa-info-circle {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    padding: 0 5px 0 0; }

.box-lightgray {
  background: #f1f1f1; }

.alpha70 {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha80 {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha90 {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.alpha img:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

p {
  padding: 0; }
  p a, p a:link, p a:active, p a:visited {
    text-decoration: underline;
    font-weight: 500; }

::selection {
  background: #d6eef2;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #d6eef2;
  /* Gecko Browsers */ }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.bulleted-list {
  margin: 20px 0 20px 30px;
  padding: 15px 0 15px 15px; }
  ul.bulleted-list li {
    list-style: disc;
    padding: 10px 0;
    }
    
h1, h2, h3, h4, h5 {
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  line-height: 1;
  /*letter-spacing: 1px;*/
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

h1, h2, h3, h4 {
  text-transform: uppercase;
  font-weight: 900;
  color: #999999; }

h1 {
  font-size: 60px;
  margin: 70px 0;
  color: #2858a7; }

h1.intro-title {
  font-size: 2.9em;
  text-align: left;
  margin: 0 0 40px 0;
  padding: 0 !important; }
  @media (min-width: 992px) {
    h1.intro-title {
      max-width: 90%; } }

h1.home-title {
  text-align: center;
  margin: 5% 15% 0 15%;
}


h1.white-title {
  color: white; }

.post h1 { text-align: left; line-height: 1.25; }

h2 {
  font-size: 60px;
  margin: 0 0 70px 0;
  color: #2858a7; }
  @media (max-width: 720px) {
    h2 {
      margin-bottom: 30px; } }

h2:focus {
  outline: none; }

@media (max-width: 720px) {
  h1, h1.intro-title, h2 {
    font-size: 44px; } }

@media (max-width: 680px) {
  h1, h1.intro-title, h2 {
    font-size: 38px; } }

h3 {
  font-size: 44px;
  color: #2858a7;
  margin-bottom: 30px; }
  h3 span {
    display: block;
    font-weight: 400;
    color: #999999;
    font-size: .7em;
    margin-top: 10px; }
  @media (max-width: 720px) {
    h3 {
      font-size: 36px; } }

h4.titlesize {
  font-size: 1.6em;
  padding-bottom: 10px; }

h5 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900; }

.pre-lead {
  margin-bottom: 15px !important; }

.container {
  width: 100%;
  max-width: 900px !important;
  /*padding: 0!important;*/ }
  
.navbar .container {
  max-width: 1200px !important;
}

div:focus {
  outline: none !important; }

.section {
  padding: 70px 0;
  margin: 0 !important;
  height: auto;
  position: relative; }

.subhero-images {
  padding-bottom: 0 !important; }

.section-blue {
  background: #2858a7;
  position: relative; }
  .section-blue h1, .section-blue h2, .section-blue h3, .section-blue h4, .section-blue p {
    color: white !important; }

.section-lightblue {
  background: #d6eef2;
  position: relative; }

.triangle-wrap {
  position: absolute;
  width: 100%;
  height: 0;
  z-index: 9; }
  .triangle-wrap .triangle {
    text-align: center;
    margin: 70px auto 0 auto;
    width: 30px;
    display: block; }

.clear {
  clear: both !important; }

.fullwidth {
  margin: 0;
  width: 100%; }

.col-flush {
  margin: 0 !important;
  padding: 0 !important; }

.col-fix-right {
  margin-right: 0 !important;
  padding-right: 0 !important; }

.col-fix-left {
  margin-left: 0 !important;
  padding-left: 0 !important; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.rb {
  border: 1px solid red; }

.highlight-text-wrap {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 25px 50px 5px 50px; }

.img-round, .round, .round-number {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.round-number:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.round-number, a.round-donation {
  background: #2858a7 !important;
  margin: 30px auto;
  width: 140px;
  height: 140px;
  vertical-align: middle !important;
  text-align: center;
  display: block;
  border: 10px solid rgba(255, 255, 255, 0.15); }
  .round-number span, a.round-donation span {
    display: inline !important;
    position: relative !important;
    top: 8px !important;
    font-size: 3.7em;
    color: white;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    height: auto !important; }

a.fade1 {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5; }

a.fade2 {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7; }

a.fade3 {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9; }

a.round-donation:hover {
  cursor: pointer !important;
  text-decoration: none;
  background: #2858a7 !important;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.donation-button-wrap {
  max-width: 80%;
  margin: auto;
  margin-bottom: 20px;
  display: block; }

@media (max-width: 980px) {
  .donation-button-wrap {
    max-width: 100%;
    margin-bottom: 10px; }
  a.round-donation {
    width: 130px;
    height: 130px; }
    a.round-donation span {
      font-size: 3.4em; } }

@media (max-width: 767px) {
  a.round-donation {
    width: 110px;
    height: 110px; }
    a.round-donation span {
      font-size: 2.7em; } }

.members-anchor-list {
  text-align: center; }
  .members-anchor-list a {
    font-size: 1.15em !important;
    background: #2858a7 !important;
    color: white;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
    padding: 20px 15px;
    text-transform: uppercase;
    text-align: center;
    display: block !important;
    margin-bottom: 20px !important; }
  .members-anchor-list a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    text-decoration: none !important; }
  @media (max-width: 992px) {
    .members-anchor-list .single-btn {
      display: none; } }

/* ----- PAYPAL DONATION ----- */
.paypal-box {
  max-width: 90%;
  background: #f1f1f1;
  padding: 40px 40px 20px 40px;
  margin: 20px auto;
  display: block; }
  @media (max-width: 767px) {
    .paypal-box {
      max-width: 100%;
      padding: 20px; } }
  .paypal-box a.btn-paypal-donate {
    font-size: 1.5em;
    max-width: 450px !important;
    padding-bottom: 30px;
    margin: 30px auto 10px auto; }
    .paypal-box a.btn-paypal-donate .fa-cc-paypal {
      font-size: 1.7em;
      position: relative;
      top: 5px;
      margin-left: 20px; }
    @media (max-width: 767px) {
      .paypal-box a.btn-paypal-donate {
        font-size: 1.2em; }
        .paypal-box a.btn-paypal-donate .fa-cc-paypal {
          top: 10px;
          font-size: 2.5em;
          display: block;
          margin-left: 0; } }

/* ----- BUTTON STYLES ----- */
a.btn, .formEmailButton {
  background: #2858a7 !important;
  display: block;
  padding: 25px;
  color: white !important;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
  max-width: 280px;
  margin: auto !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a.btn:hover, .formEmailButton:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none !important; }

a.btn-body {
  margin: 70px auto; }

a.btn-body-bottom {
  margin: 70px auto 0 auto; }

a.btn-xs {
  padding: 10px 10px;
  max-width: 90% !important;
  /*max-width: 100px!important;*/
  width: auto;
  font-size: 0.8em !important;
  margin-top: 20px; }

a.btn-small {
  padding: 15px 25px;
  max-width: 190px;
  margin-top: 40px; }

a.btn-small-wide {
  max-width: 250px; }

a.btn-large {
  width: 100%;
  padding: 20px 15px; }

a.btn-xl, a.btn-xl-limit {
  width: 100%;
  max-width: 650px;
  white-space: normal; }

a.btn-xl-limit {
  max-width: 650px!important;
}

/* 2021 Pledge Form Button Overrides */
.btn-pledge-override div a {
  border:none!important;
  background: #2858a7!important;
  display: block!important;
  padding: 25px!important;
  color: white!important;
  text-transform: uppercase!important;
  font-family: "Roboto Condensed", sans-serif!important;
  font-weight: 700!important;
  font-size: 24px!important;
  margin: auto!important;
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  -ms-border-radius: 0px!important;
  border-radius: 0px!important;
  max-width: 650px!important;
}

.btn-pledge-override div a:hover {
  filter: alpha(opacity=70)!important;
  -moz-opacity: 0.7!important;
  -khtml-opacity: 0.7!important;
  opacity: 0.7!important;
  text-decoration: none!important; }



a.btn-xl-signup {
  width: 100%;
  max-width: 450px;
  white-space: normal; }
  a.btn-xl-signup .fas {
    margin-left: 10px;
    position: relative;
    top: -2px; }

a.btn-xxl-signup {
  width: 100%;
  max-width: 500px;
  white-space: normal; }
  a.btn-xxl-signup .fas {
    margin-left: 10px;
    position: relative;
    top: -2px; }

a.lightblue-btn {
  background: #d6eef2; }

a.darkblue-btn {
  background: #163d7e; }

a.white-btn {
  background: #ffffff !important;
  color: #2858a7 !important; }

@media (max-width: 1000px) {
  a.btn-home-top {
    padding-left: 5px;
    padding-right: 5px; } }

a.btn-home-top span {
  font-size: 30px;
  margin-bottom: -10px !important;
  display: block; }
  @media (max-width: 1000px) {
    a.btn-home-top span {
      font-size: 26px; } }

a.btn-home-top .fas {
  font-size: 26px;
  margin-right: 5px;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 1000px) {
    a.btn-home-top .fas {
      display: block;
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    a.btn-home-top .fas {
      display: inline;
      margin-bottom: 0; } }

a.btn-home-top .vert-fix {
  top: 3px; }

a.btn-home-top:hover .fas {
  top: -3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a.anchor {
  display: block;
  position: relative;
  top: -130px !important;
  visibility: hidden; }

.language-wrap {
  width: 100%;
  margin-bottom: 0px;
  position: relative;
  top: -50px; }
  .language-wrap .language-container {
    margin: auto;
    width: auto;
    text-align: center; }
  .language-wrap a.btn-language {
    display: inline-block;
    margin: 0 15px;
    font-size: 13px;
    text-transform: uppercase; }
    .language-wrap a.btn-language img {
      float: left;
      max-width: 50px;
      margin-right: 10px;
      position: relative;
      top: -4px; }
    .language-wrap a.btn-language:hover {
      text-decoration: none;
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      opacity: 0.8;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.pledge-btn-top {
  margin-top: 12px; }

.light-border {
  border: 1px solid #e1e1e1; }

.alert-banner a, .alert-banner a:link, .alert-banner a:active {
  text-align: center;
  /*color: #ffffff;
		background: #dc0b0b!important;*/
  color: #2858a7;
  background: #d6eef2 !important;
  /*padding:10px;*/
  padding: 20px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 680px) {
    .alert-banner a, .alert-banner a:link, .alert-banner a:active {
      font-size: 12px; } }
  .alert-banner a .fa, .alert-banner a .fas, .alert-banner a:link .fa, .alert-banner a:link .fas, .alert-banner a:active .fa, .alert-banner a:active .fas {
    margin-left: 7px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .alert-banner a div, .alert-banner a:link div, .alert-banner a:active div {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 230px; }
    @media (max-width: 767px) {
      .alert-banner a div, .alert-banner a:link div, .alert-banner a:active div {
        padding-top: 78px;
        max-width: none;
        padding-left: 0; } }

.alert-banner a:hover {
  /*background:#ff0000!important;
		padding:20px;*/
  background: #A8DCE5 !important;
  text-decoration: none !important; }
  .alert-banner a:hover .fa, .alert-banner a:hover .fas {
    /*font-size:25px;
			top:1px;
			@include animate;*/ }

@media (max-width: 680px) {
  .alert-banner {
    padding-top: auto;
    margin-top: auto;
    clear: both !important; } }

/* ----- FORMS ----- */
.siteform {
  /* Style Placeholder Text for Inputs */ }
  .siteform input {
    background: #999999;
    /*text-transform: uppercase;*/
    color: #666666;
    padding: 15px;
    border: none !important; }
  .siteform input:focus {
    outline: none !important;
    background: #bbb; }
  .siteform ::-webkit-input-placeholder {
    color: #ccc; }
  .siteform :-moz-placeholder {
    /* Firefox 18- */
    color: #ccc; }
  .siteform ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc; }
  .siteform :-ms-input-placeholder {
    color: #ccc; }
  .siteform .btn_submit {
    text-align: center;
    background: #666666;
    color: white;
    font-weight: bold; }
  .siteform .btn_submit:hover {
    background: #999999; }

.vfb-item-secret {
  display: none !important; }

/* ----- OVERLAY ----- */
.overlay {
  display: none;
  z-index: 10000000000000000 !important;
  position: fixed;
  overflow: scroll !important;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  background: rgba(43, 90, 165, 0.9); }
  .overlay .news-brand {
    display: block;
    margin: 0 auto 40px auto !important;
    text-align: center;
    width: 100%; }
    .overlay .news-brand img {
      max-width: 250px;
      margin: 0 auto !important; }
  .overlay .centeredbox {
    background: white;
    max-width: 800px !important;
    width: auto;
    padding: 30px;
    z-index: 99999999999999;
    margin: 5% auto auto auto !important;
    height: inherit; }
  .overlay .overlaybox-small {
    max-width: 600px;
    min-height: 220px; }
  .overlay .overlaybox-lg {
    max-width: 800px; }
  .overlay .overlayclose {
    line-height: 1;
    color: #999999;
    position: relative;
    font-size: 27px !important;
    display: block;
    top: -22px;
    right: -20px;
    float: right; }
  .overlay .overlayclose:hover {
    color: #666666;
    cursor: pointer; }
  @media (max-width: 980px) {
    .overlay .centeredbox {
      padding: 30px 10px;
      margin: 20px 20px auto 20px !important; }
    .overlay .overlayclose {
      top: -22px;
      right: 0px; }
    .overlay .overlaybox-small {
      margin: 20px auto auto auto !important; } }
  @media (max-width: 680px) {
    .overlay .centeredbox {
      margin: 20px 5% auto 5% !important;
      width: 90% !important; }
    .overlay .overlaybox-small {
      min-height: 190px; } }

/* ----- FORMS ----- */
input, select, textarea {
  background: #e1e1e1 !important;
  border: 0 !important;
  font-size: 17px !important;
  height: auto !important;
  color: #333333 !important;
  /*text-transform: uppercase;*/
  font-weight: bold;
  padding: 13px 20px !important;
  width: 100%;
  margin: 0 0 15px 0 !important;
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

/* Style Placeholder Text for Inputs */
::-webkit-input-placeholder {
  color: #9c9c9c; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #9c9c9c; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #9c9c9c; }

:-ms-input-placeholder {
  color: #9c9c9c; }

.vfb-fieldset {
  background: none !important;
  border: none !important; }

/*.vfb-fieldset .btn-submit {
	max-width:250px!important;
	width:100%!important;
	margin:auto!important;
	float: none!important;
	background:$color_main;
	color:white;
	text-transform: uppercase;
	display:block!important;
	max-width:150px;
	margin:10px auto!important;
	border: none!important;
	font-size: 18px!important;
	font-weight: 700;
	padding: 10px 10px 8px 10px;
	}*/
/*.vfb-fieldset .btn-submit:hover {
	background:$color_second;
	cursor: pointer;
}
*/
.vfb-legend h3 {
  line-height: 1 !important;
  font-size: 20px !important; }

@media (max-width: 650px) {
  .vfb-legend h3 {
    line-height: 1 !important;
    font-size: 20px !important; } }

input.vfb-error {
  border: 3px solid red !important; }

.vfb-legend {
  border: 0px !important; }

.vfb-fieldset, .vfb-fieldset label, .vfb-choice {
  color: #999999 !important;
  font-size: 15px !important; }

input.vfb-text, .vfb-fieldset input, .vfb-fieldset textarea {
  background: #e1e1e1 !important;
  padding: 10px !important;
  font-size: 16px !important;
  font-weight: 400; }

/*.vfb-fieldset input:focus, .vfb-fieldset textarea:focus {
	background: $color_second!important;
	color: white!important;
	text-shadow:none!important;
	outline:none!important;
}
*/
/* HIDES CAPTCHA VERIFICATION AREA */
#vfb-3, .vfb-fieldset-2 .vfb-legend {
  display: none !important; }

.vfb-required-asterisk {
  color: #666666 !important; }

p#form_success {
  text-align: center !important;
  font-size: 20px !important;
  color: white !important; }

.btn_submit, .vfb-item-submit .vfb-submit {
  background: #2858a7 !important;
  color: #ffffff !important;
  font-family: "Roboto Condensed", sans-serif !important;
  text-transform: uppercase !important;
  border: none !important;
  padding: 15px 25px !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

.btn_submit:hover, .vfb-item-submit .vfb-submit:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* ----- VIDEO ----- */
.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-list .video_wrap {
  margin-bottom: 40px;
  padding: 30px; }

/* ----- NAVIGATION ----- */
.topbar {
  background: #2858a7;
  height: 90px; }

/* CSS - Menu must be wrapped with div that maintains height so that content does not jump on scroll. */
.stickynav, .affix {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 99999;
  height: 90px;
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }
  .stickynav .brand, .affix .brand {
    height: 90px; }
    .stickynav .brand img, .affix .brand img {
      margin-top: 10px !important;
      width: 185px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

#fixednav.affix {
  top: 0;
  position: fixed; }

.affix + #main {
  padding-top: 90px !important; }

/* Used on Resources page */
.subnav {
  border-top: 1px solid #163d7e; }
  .subnav a {
    display: block !important;
    float: left;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px; }
    .subnav a .fa, .subnav a .fas {
      margin-left: 12px;
      color: white !important;
      filter: alpha(opacity=50);
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5; }
  .subnav a.middle {
    border-left: solid rgba(255, 255, 255, 0.2);
    border-right: solid rgba(255, 255, 255, 0.2);
    border-width: thin; }
  .subnav a:hover {
    background: #2858a7 !important;
    text-decoration: none !important; }
  .subnav .subnav-resources {
    position: absolute;
    z-index: 999;
    background: #163d7e !important;
    width: 100%;
    height: auto;
    padding: 0;
    display: none; }
    .subnav .subnav-resources a {
      width: 33%; }

.navwrap {
  width: 100%;
  min-height: 75px; }

.navrow {
  background: #2858a7;
  text-align: right;
  color: white;
  margin: 0;
  z-index: 999999;
  padding: 0 !important; }
  .navrow .nav {
    float: right;
    padding: 0 !important;
    margin: 0 !important; }
  .navrow ul {
    padding: 0 !important;
    margin: 0 !important; }
  .navrow li {
    display: inline-block;
    margin: 0 !important;
    float: none; }
    

    
    
  .navrow .nav > .menu-item > a, .navrow .nav a {
    color: white !important;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 28px 12px !important;
    margin: 0 !important;
    height: 90px !important;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .navrow .nav > .menu-item > a .fa, .navrow .nav > .menu-item > a .fas, .navrow .nav a .fa, .navrow .nav a .fas {
      font-size: 20px;
      color: white !important;
      display: block; }
    @media (max-width: 1010px) {
      .navrow .nav > .menu-item > a, .navrow .nav a {
        padding: 30px 7px !important;
        font-size: 16px !important; } }
    @media (max-width: 900px) {
      .navrow .nav > .menu-item > a, .navrow .nav a {
        font-size: 15px !important; } }
    @media (max-width: 840px) {
      .navrow .nav > .menu-item > a, .navrow .nav a {
        padding: 30px 5px !important; } }
    @media (max-width: 840px) {
      .navrow .nav > .menu-item > a, .navrow .nav a {
        padding: 30px 15px !important; display: block; } }
  .navrow .nav > .menu-item > a:hover, .navrow .nav a:hover, .navrow .nav > .menu-item > a:active, .navrow .nav a:active {
    background: #163d7e !important;
    text-decoration: none !important; }
  .navrow .dropdown-toggle {
    text-decoration: none !important; }
  .navrow a.signup {
    background: #163d7e !important; }
    .navrow a.signup .fas {
      padding-left: 10px; }
    @media (min-width: 1197px) {
      .navrow a.signup {
        /*span {
				top: -5px;
				position: relative;
				}*/ } }
  .navrow a.signup:hover {
    background: #d6eef2 !important;
    color: #2858a7 !important; }
  .navrow .dropdown-menu {
    background: #2858a7;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }
    .navrow .dropdown-menu li {
      width: 100%;
      padding: 0px !important;
      height: auto !important; }
      .navrow .dropdown-menu li a {
        background: #163d7e !important;
        width: 100%;
        height: auto !important;
        padding: 12px !important; }
      .navrow .dropdown-menu li a:hover {
        background: #071b3b !important; }
        
        
        @media (max-width: 768px) {
	    .navrow .nav { float: none; }
	    .navrow li { display: block; text-align: left; }
	    .navrow .nav a { display: block; }
    }
    

.brand {
  margin: auto;
  background: url(images/logo-bg.png) no-repeat top center;
  background-size: 275px 150px;
  max-width: 275px;
  height: 150px;
  position: absolute;
  display: block;
  padding: 0;
  z-index: 99; }
  .brand img {
    width: 215px;
    margin: 20px auto !important;
    text-align: center;
    padding: 0;
    display: block; }
  .brand .logo-mexico {
    width: 250px; }
  .brand .logo-canada {
    width: 255px; }
  @media (max-width: 945px) {
    .brand {
      background: url(images/logo-bg-small.png) no-repeat top center;
      background-size: 200px 131px;
      max-width: 200px;
      height: 131px; }
      .brand img {
        width: 147px; }
      .brand .logo-mexico {
        width: 185px; }
      .brand .logo-canada {
        width: 195px; } }

/* OVERWRITE OVERHANG LOGO VERSION */
/*.brand {
		height: 90px;
		background: white;
		max-width: 270px;

		img {
			margin-top: 6px!important;
			width: 170px;
			@include animate;
		}
		}*/
.brand:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* ----- MOBILE NAVIGATION ----- */
.mobilenav .mobile-brand {
  background: none !important;
  padding: 0;
  margin: 0;
  position: relative;
  float: left; }
  .mobilenav .mobile-brand img {
    max-width: 100px;
    display: block;
    margin: 10px; }
  .mobilenav .mobile-brand a:hover {
    background: none !important; }

.mobilenav .navbar-collapse {
  clear: both; }

.mobilenav ul.sub-menu {
  border-bottom: 1px solid #333;
  padding: 0px 5px 5px 5px; }

.mobilenav a {
  color: #666;
  padding: 6px 0 6px 15px;
  display: block; }

.mobilenav a:hover {
  color: #fff;
  background: #999999 !important;
  text-decoration: none; }

.mobilenav .mobile-logo a:hover {
  background: none !important; }

.mobilenav .navbar-toggle {
  width: 60px;
  display: block;
  padding: 15px 10px; }

.mobilenav .mobile-nav-title {
  color: #777; }

.mobilenav .icon-bar {
  width: 100%;
  margin: 5px 0;
  background: #eee !important; }
  
.navbar-inverse.ota-blue {
	background: #2858a7;
	border-radius: 0; 
	margin-bottom: 0; 
	border-bottom: 0;

}

.navbar-inverse .navbar-toggle {
	border: none;
	color: var(--blue);
}

.navbar-inverse .navbar-toggle:hover {
	background-color: var(--blue);
}


/* ----- GENERAL/HOME ----- */
#hero {
  padding: 0 !important;
  margin: 0 !important; }

.hero-img {
  width: 100%;
  display: block; }

.home-logos {
  max-width: 1050px;
  margin: 40px auto;
  display: block; }
  @media (max-width: 768px) {
    .home-logos {
      margin: auto; } }

.hero-logo-row {
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .hero-logo-row {
      margin-bottom: 25px; } }

.logo-tapestry {
  max-width: 450px; }

.placeholder-box {
  background: #163d7e;
  color: #2858a7;
  text-align: center;
  display: block;
  text-transform: uppercase;
  padding: 50% 40px;
  margin-bottom: 30px;
  /*height: 100%!important;
	min-height: 100%;*/ }
  .placeholder-box span {
    text-transform: uppercase;
    font-size: 14px; }

.fb-placeholder {
  height: 500px !important;
  padding: 50% 10px 0 10px;
  display: block; }
  @media (max-width: 980px) {
    .fb-placeholder {
      height: 650px !important; } }
  @media (max-width: 720px) {
    .fb-placeholder {
      height: 300px !important;
      padding: 140px 15px 15px 15px; } }

div.spacer {
  height: 40px;
  display: block; }

div.smallspacer {
  height: 10px;
  display: block; }

.cta-home-visual-block {
  margin-top: 40px; }

.cta-block {
  margin-top: 70px;
  padding-bottom: 10px; }
  .cta-block a.btn-large {
    max-width: 350px; }
    .cta-block a.btn-large .fa, .cta-block a.btn-large .fas {
      padding-left: 20px; }
  .cta-block a.btn-left {
    float: right; }
  .cta-block a.btn-right {
    float: left; }
  @media (max-width: 767px) {
    .cta-block a.btn-left, .cta-block a.btn-right {
      float: none; }
    .cta-block a.btn-left {
      margin-bottom: 30px; } }

.news-wrap {
  padding: 0 25px 30px 25px !important; }
  @media (max-width: 767px) {
    .news-wrap {
      margin-bottom: 140px; } }
  .news-wrap .article-block li {
    margin-bottom: 30px;
    display: block;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 30px; }
    .news-wrap .article-block li h3 {
      font-size: 1.77em;
      margin-bottom: 10px !important; }
    .news-wrap .article-block li h4 {
      text-align: left;
      font-size: 1.3em;
      margin-bottom: 5px;
      text-transform: none;
      line-height: 1.35em; }
    .news-wrap .article-block li .article-meta {
      font-size: .9em;
      font-style: italic !important;
      color: #b1b1b1 !important;
      margin-bottom: 20px; }
    .news-wrap .article-block li p {
      margin-bottom: 0; }
    .news-wrap .article-block li .btn-xs {
      max-width: 100px;
      float: left; }
  .news-wrap .article-block li:last-child {
    border-bottom: none; }
  .news-wrap .btn-see-all {
    width: 100px;
    float: none; }

.news-article h2 {
  text-align: left;
  font-size: 2.7em;
  line-height: 1.15em !important; }

.news-article h3 {
  font-size: 1.8em;
  margin-top: 70px;
  text-align: left; }

/* ----- LIVE TWITTER FEED ----- */
.twitter-feed .btn-xs {
  max-width: 100px !important;
  float: none; }

.twitter-feed .twitter-feed-wrap {
  margin-bottom: 30px;
  /*		max-height: 630px;
		@include rb;
		overflow: scroll;
		*/ }

/*.ctf-header, .ctf-header-text  {
	text-align: center!important;
}
*/
/* ----- SIGNUP FORM ----- */
.signup-block-left {
  padding-right: 30px; }

.signup-block-right {
  padding-left: 30px; }

@media (max-width: 767px) {
  .signup-block {
    padding: 0; } }

#sign-up-form h3 {
  margin-top: 5px;
  font-size: 2.1em; }

/* ----- TOOLKIT ORDER FORM ----- */
#toolkit-order-form {
  margin-bottom: 70px;
  /* checkboxes */
  /*#interestTable {
		clear: both;
		margin-left: 15px;
		padding-top: 30px;
		padding-bottom: 40px;
		display: block;
			span {
				position: relative;
				display: block;
				top: -8px;
				margin-left: 30px;
				font-size: 0.9em;
				color: #777;
				font-weight: normal;
			}
			}*/ }
  #toolkit-order-form .cling-number-wrap {
    margin-top: 30px; }
  #toolkit-order-form .mailing-preferences {
    margin-top: 30px !important; }
    #toolkit-order-form .mailing-preferences input, #toolkit-order-form .mailing-preferences label {
      display: inline !important;
      font-size: 0.9em;
      color: #777;
      font-weight: normal;
      float: left !important;
      position: relative;
      top: 3px; }
    #toolkit-order-form .mailing-preferences input {
      width: 25px;
      top: 10px;
      margin-left: 15px !important; }

.cling-preview-wrap .cling-preview {
  padding: 0 25px !important;
  margin-bottom: 50px; }
  @media (max-width: 980px) {
    .cling-preview-wrap .cling-preview {
      padding: 0 15px !important; } }
  .cling-preview-wrap .cling-preview .cling-title {
    margin-top: 30px;
    text-align: center !important;
    font-size: .95em; }

/* ----- BUSINESS PLEDGE FORM ----- */
.hidden-bullet {
  position: absolute;
  margin-left: -16px; }

.business-icon {
  width: 140px;
  height: 140px;
  margin: 30px auto; }

.radio-group {
  margin-bottom: 20px; }
  .radio-group ul li {
    float: left !important;
    display: block !important; }
  .radio-group ul input {
    float: left !important;
    display: inline !important;
    width: 26px;
    position: relative;
    top: 6px;
    /*clear:left;*/ }
  .radio-group ul label {
    float: left !important;
    display: inline-block;
    position: relative;
    margin-right: 15px; }

.formEmailButton {
  margin-top: 40px !important;
  padding: 25px !important;
  font-size: 24px !important; }

.checkbox {
  clear: both;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
  display: block;
  /*	input [type=checkbox] {
				position: relative;
			    margin-left: -395px!important;
			    display: none!important;
			}*/
  /* Firefox checkboxes and radios are styled to match the rest of the browsers 
			@-moz-document url-prefix() {
			  input[type=checkbox] {
			    position: relative;
			    float: left;
			    left: -395px!important;
			  }
			}*/ }
  .checkbox span {
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 10px;
    width: 100%;
    display: block; }
  .checkbox label, .checkbox .checkbox-label {
    position: relative;
    display: inline;
    top: -7px;
    font-size: 0.9em;
    color: #777;
    font-weight: normal;
    margin-left: -15px; }
    @media (max-width: 767px) {
      .checkbox label, .checkbox .checkbox-label {
        margin-left: -10px; } }

@-moz-document url-prefix() {
  .checkbox .checkbox-label {
    margin-left: -10px; } }
  @media (max-width: 680px) {
    @-moz-document url-prefix() {
      .checkbox .checkbox-label {
        margin-left: 40px; } } }

#business-pledge-form h3 span {
  color: #2858a7 !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7; }

#business-pledge-form input {
  background: white !important; }

#business-pledge-form .formEmailButton {
  background: #2858a7 !important; }

/* ----- SEE THE ADS ----- */
#see-the-ads_wrap div.spacer {
  height: 40px;
  display: block; }

#see-the-ads_wrap .vid-credits-box {
  background: white;
  text-align: center;
  padding: 80px 20px 5px 20px; }
  #see-the-ads_wrap .vid-credits-box p.lightcenter {
    color: #999999 !important; }
  #see-the-ads_wrap .vid-credits-box span {
    text-transform: uppercase;
    color: #999999;
    font-size: 16px; }
  #see-the-ads_wrap .vid-credits-box .map-logo {
    max-width: 180px;
    margin: 15px auto 30px auto; }
    @media (max-width: 980px) {
      #see-the-ads_wrap .vid-credits-box .map-logo {
        max-width: 25%; } }
    @media (max-width: 680px) {
      #see-the-ads_wrap .vid-credits-box .map-logo {
        max-width: 130px; } }
  #see-the-ads_wrap .vid-credits-box .logo {
    max-width: 130px;
    display: inline-block;
    margin: 5px 15px 22px 15px; }
  #see-the-ads_wrap .vid-credits-box .logo-starbucks {
    max-width: 95px; }
  #see-the-ads_wrap .vid-credits-box .logo-block {
    margin: 10px auto 30px auto; }

/* ----- TAKE ACTION ----- */
.yelp-logo {
  max-width: 280px;
  display: block;
  margin: 40px auto; }

.yelp-attribute {
  display: block;
  margin: 40px auto 70px auto; }

.yelpwrap {
  /*position: relative;
		vertical-align: middle;*/
  margin-bottom: 10px; }
  .yelpwrap h4.title-vertalign {
    top: 0;
    margin-bottom: 10px;
    text-align: center;
    /*@include vertical-align;
			@include rb;*/ }
    @media (min-width: 992px) {
      .yelpwrap h4.title-vertalign {
        top: 60px;
        position: relative;
        margin-bottom: 0;
        text-align: right; } }

#take-action_wrap .action-wrap {
  display: block;
  margin-bottom: 80px !important; }
  #take-action_wrap .action-wrap h3 {
    font-size: 1.35em; }
    @media (max-width: 1190px) {
      #take-action_wrap .action-wrap h3 {
        font-size: 1.15em; } }
    @media (max-width: 1060px) {
      #take-action_wrap .action-wrap h3 {
        font-size: 1.05em; } }
    @media (max-width: 990px) {
      #take-action_wrap .action-wrap h3 {
        font-size: 1.35em; } }
  #take-action_wrap .action-wrap p {
    margin: 0; }
  #take-action_wrap .action-wrap img {
    margin-bottom: 20px; }
  #take-action_wrap .action-wrap a.btn-small {
    font-size: 1.1em;
    max-width: 220px; }
  @media (max-width: 720px) {
    #take-action_wrap .action-wrap {
      margin-bottom: 100px; } }
  #take-action_wrap .action-wrap .copy-wrap {
    height: 180px; }
    @media (max-width: 1200px) {
      #take-action_wrap .action-wrap .copy-wrap {
        height: 200px; } }
    @media (max-width: 989px) {
      #take-action_wrap .action-wrap .copy-wrap {
        height: 120px !important; } }
    @media (max-width: 840px) {
      #take-action_wrap .action-wrap .copy-wrap {
        height: 140px !important; } }
    @media (max-width: 767px) {
      #take-action_wrap .action-wrap .copy-wrap {
        height: auto !important;
        margin-bottom: 30px; } }

.spread-word-block {
  margin-top: 40px;
  padding-bottom: 60px; }
  .spread-word-block h3 {
    font-size: 1.4em; }
  .spread-word-block p {
    font-size: .95em; }

/* ----- AMICUS BRIEFS ----- */
#amicus-briefs_wrap p {
  text-align: center; }

#amicus-briefs_wrap .logo-block {
  margin-top: 70px; }

#amicus-briefs_wrap .amicus-briefs {
  margin-top: 50px; }
  #amicus-briefs_wrap .amicus-briefs .header-row {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #688ac1 !important;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    display: block;
    font-size: 22px;
    /*			.brief-authors {
				margin: 0!important;
				}*/ }
  #amicus-briefs_wrap .amicus-briefs li {
    border-bottom: 1px solid #d4deed;
    background: none;
    padding: 10px;
    font-size: 17px; }
    #amicus-briefs_wrap .amicus-briefs li a, #amicus-briefs_wrap .amicus-briefs li a:link, #amicus-briefs_wrap .amicus-briefs li a:active, #amicus-briefs_wrap .amicus-briefs li a:visited {
      color: #2858a7; }
    #amicus-briefs_wrap .amicus-briefs li a:hover {
      color: #666666; }
    #amicus-briefs_wrap .amicus-briefs li .more-btn {
      text-transform: uppercase;
      font-size: 14px;
      padding-left: 5px; }
    @media (max-width: 767px) {
      #amicus-briefs_wrap .amicus-briefs li {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 15px; } }
  @media (max-width: 767px) {
    #amicus-briefs_wrap .amicus-briefs .brief-title {
      font-size: 18px; } }
  @media (max-width: 767px) {
    #amicus-briefs_wrap .amicus-briefs .brief-authors {
      margin-bottom: 15px;
      margin-top: 15px; } }
  #amicus-briefs_wrap .amicus-briefs .linkrow a, #amicus-briefs_wrap .amicus-briefs .linkrow a:link, #amicus-briefs_wrap .amicus-briefs .linkrow a:active, #amicus-briefs_wrap .amicus-briefs .linkrow a:visited {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    height: auto;
    float: right; }
  #amicus-briefs_wrap .amicus-briefs .linkrow a:hover {
    color: #666666; }
  #amicus-briefs_wrap .amicus-briefs li:nth-child(odd) {
    background: #eff8fa; }
  #amicus-briefs_wrap .amicus-briefs li:nth-last-child {
    border-bottom: none; }

/* ----- LEARN MORE ----- */
#learn-more_wrap {
  overflow: hidden;
  /* stop background overlay from extending past this section */
  /* new vert alignment */
  /* KILLS FADES DURING OVERLAY */
  /* Blue Background Overlay */ }
  #learn-more_wrap h2 {
    color: #2858a7 !important; }
  #learn-more_wrap .card-wrapper .btn {
    /*max-width: 170px;*/
    padding: 15px; }
  #learn-more_wrap .faq-box p, #learn-more_wrap .faq-box-answer p {
    font-size: 16px; }
  #learn-more_wrap .faq-box h3, #learn-more_wrap .faq-box-answer h3 {
    font-size: 27px;
    letter-spacing: 0 !important;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    /*@include alpha70;*/ }
    @media (max-width: 980px) {
      #learn-more_wrap .faq-box h3, #learn-more_wrap .faq-box-answer h3 {
        font-size: 24px; } }
    @media (max-width: 767px) {
      #learn-more_wrap .faq-box h3, #learn-more_wrap .faq-box-answer h3 {
        font-size: 27px;
        padding: 50px 0; } }
    @media (max-width: 680px) {
      #learn-more_wrap .faq-box h3, #learn-more_wrap .faq-box-answer h3 {
        font-size: 22px;
        margin-bottom: 15px; } }
  #learn-more_wrap .faq-box .faq-front, #learn-more_wrap .faq-box-answer .faq-front {
    background: #2858a7;
    display: block;
    height: 220px;
    padding: 0 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 767px) {
      #learn-more_wrap .faq-box .faq-front, #learn-more_wrap .faq-box-answer .faq-front {
        height: auto; } }
    @media (max-width: 680px) {
      #learn-more_wrap .faq-box .faq-front, #learn-more_wrap .faq-box-answer .faq-front {
        height: auto; } }
  #learn-more_wrap .faq-box .faq-front:hover, #learn-more_wrap .faq-box-answer .faq-front:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    cursor: pointer; }
  #learn-more_wrap .faq-box .faq-back, #learn-more_wrap .faq-box-answer .faq-back {
    display: none;
    background: red; }
  #learn-more_wrap .faq-box {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      #learn-more_wrap .faq-box h3 {
        position: relative;
        top: 52%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media (max-width: 768px) {
      #learn-more_wrap .faq-box {
        margin-bottom: 0px; } }
  #learn-more_wrap .faded .faq-front {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  #learn-more_wrap .faded .faq-front:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    cursor: default; }
  #learn-more_wrap .faq-box-answer {
    position: absolute;
    /*		width:64%;
		left:18%;
		top: 28%;*/
    width: 50%;
    left: 25%;
    top: 24%;
    height: auto;
    background-color: #ffffff;
    display: none;
    padding: 30px;
    border: 1px solid #c1c1c1;
    z-index: 999; }
    @media (min-width: 1400px) {
      #learn-more_wrap .faq-box-answer {
        width: 40%;
        left: 30%; } }
    @media (max-width: 980px) {
      #learn-more_wrap .faq-box-answer {
        width: 80%;
        left: 10%; } }
    @media (max-width: 767px) {
      #learn-more_wrap .faq-box-answer {
        width: 90%;
        position: fixed;
        top: 0;
        margin-top: 150px;
        left: 5%;
        padding: 20px; } }
    @media (max-width: 680px) {
      #learn-more_wrap .faq-box-answer {
        margin-top: 100px;
        height: 80%;
        overflow: scroll; } }
    #learn-more_wrap .faq-box-answer h3 {
      padding: 0 !important;
      color: #2858a7; }
    #learn-more_wrap .faq-box-answer .close {
      position: relative;
      top: -17px;
      right: -15px; }
      @media (max-width: 680px) {
        #learn-more_wrap .faq-box-answer .close {
          top: -7px;
          right: -5px; } }
  #learn-more_wrap .faq-fade-cover {
    width: 100%;
    height: 100%;
    /*height: 70%;*/
    position: absolute;
    left: 0px !important;
    /*background:red;*/ }
    #learn-more_wrap .faq-fade-cover a {
      width: 100%;
      height: 100%;
      position: absolute;
      /*background:white!important;*/
      background: #d6eef2 !important;
      display: block;
      z-index: 99;
      filter: alpha(opacity=90);
      -moz-opacity: 0.9;
      -khtml-opacity: 0.9;
      opacity: 0.9; }
    #learn-more_wrap .faq-fade-cover a:hover {
      cursor: default !important; }
  #learn-more_wrap .faq-answer-wrap {
    margin-left: 0 !important;
    padding-left: 0 !important;
    left: 0 !important;
    top: 10% !important; }
    @media (max-width: 720px) {
      #learn-more_wrap .faq-answer-wrap {
        top: 10%;
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 10% 0 0 0; } }
  #learn-more_wrap .faded {
    /*@include alpha50;*/ }
    #learn-more_wrap .faded .faq-front:hover {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      cursor: default !important; }

/* ----- SHAREABLES ----- */
.video_share {
  width: 100% !important; }

.video_share .btn, .video_wrap .btn {
  margin: 0;
  padding: 15px;
  min-width: 50%;
  width: 50% !important;
  font-size: 20px;
  float: left; }
  .video_share .btn .fab, .video_wrap .btn .fab {
    font-size: 26px;
    position: relative;
    top: 2px;
    margin-left: 7px; }

.video_share .btn-video-share-twitter, .video_wrap .btn-video-share-twitter {
  background: #2098d4 !important; }

.video_share .btn-video-share-facebook, .video_wrap .btn-video-share-facebook {
  background: #47649f !important; }

/* ----- SHAREABLES ----- */
#shareables_wrap {
  /* Share Buttons from the Share This Image plugin */
  /* Sets the width of the STI container so images can be responsive */ }
  #shareables_wrap p {
    text-align: center; }
  #shareables_wrap .meme-list {
    margin-top: 30px; }
  #shareables_wrap .meme {
    padding: 30px;
    margin-bottom: 0;
    /*background: #f1f1f1;*/ }
    #shareables_wrap .meme img {
      /*border:2px solid #d2d2d2;*/
      border: none; }
  #shareables_wrap .memeodd {
    /*background: #e9e9e9;*/
    /*background: $color_blue_light;*/
    background: #fff; }
  #shareables_wrap .sti-share-box {
    left: -34px !important; }
  #shareables_wrap .sti {
    width: 100% !important;
    height: inherit !important; }

/* ----- RESOURCES ----- */
.pledgeblock {
  padding-top: 10px; }
  .pledgeblock p {
    text-align: center !important; }
  .pledgeblock .btn {
    margin-top: 30px !important; }

#resources_wrap a.anchor {
  top: -180px !important; }

#resources_wrap p {
	margin-top: 10px;
	}

#resources_wrap .resource-list {
  padding-top: 50px; }

#resources_wrap .resource {
  margin-bottom: 30px; }

#resources_wrap .video-resources {
  /*padding-right: 30px;

		@media (max-width: 767px){
			padding-right:0;
			padding-left:0;
			}*/ }
  #resources_wrap .video-resources .resource {
    margin-bottom: 40px; }

#resources_wrap .pdf-resources {
  padding-left: 30px;
  /*padding: 40px 0 0 0!important;*/
  /*background: #f7f7f7;*/ }
  #resources_wrap .pdf-resources p {
    padding: 0 15px 40px 15px; }
  @media (max-width: 767px) {
    #resources_wrap .pdf-resources {
      padding-left: 0;
      padding-right: 0; } }

#time_wrap .time-logo {
  max-width: 300px;
  margin: 0 auto 25px auto; }

#time_wrap .whitebox {
  background: white;
  padding: 30px; }
  #time_wrap .whitebox p {
    text-align: center; }

/* ----- SUPPORTERS ----- */
#supporters_wrap .logo-block, #business_supporters_wrap .logo-block {
  margin: 30px auto 110px auto; }

#supporters_wrap ul, #business_supporters_wrap ul {
  clear: both;
  display: block;
  margin-bottom: 110px;
  text-align: center; }
  #supporters_wrap ul li, #business_supporters_wrap ul li {
    display: inline-block;
    float: none;
    text-align: center;
    margin: 10px 13px; }

#supporters_wrap .supporters-lists, #business_supporters_wrap .supporters-lists {
  margin-bottom: 40px;
  color: #999;
  font-size: 0.95em;
  font-style: italic; }
  #supporters_wrap .supporters-lists span, #business_supporters_wrap .supporters-lists span {
    display: block;
    color: #2858a7;
    font-style: normal;
    font-size: 1.15em; }
  #supporters_wrap .supporters-lists ul, #business_supporters_wrap .supporters-lists ul {
    margin: 0 !important;
    padding: 0 !important; }
  #supporters_wrap .supporters-lists li, #business_supporters_wrap .supporters-lists li {
    margin-bottom: 30px; }
    @media (max-width: 992px) {
      #supporters_wrap .supporters-lists li, #business_supporters_wrap .supporters-lists li {
        display: block; } }
  #supporters_wrap .supporters-lists .elected-list ul, #business_supporters_wrap .supporters-lists .elected-list ul {
    margin: 0 !important;
    padding: 0 !important; }
  #supporters_wrap .supporters-lists .elected-list li, #business_supporters_wrap .supporters-lists .elected-list li {
    padding: 0 40px !important;
    margin: 0 !important;
    min-height: 150px;
    display: block;
    float: left; }
    #supporters_wrap .supporters-lists .elected-list li strong, #business_supporters_wrap .supporters-lists .elected-list li strong {
      display: block; }
    @media (max-width: 768px) {
      #supporters_wrap .supporters-lists .elected-list li, #business_supporters_wrap .supporters-lists .elected-list li {
        padding: 0 !important; } }

#business_supporters_wrap a.anchor {
  top: -110px !important; }

#business_supporters_wrap ul {
  margin-bottom: 0;
  list-style: circle; }
  #business_supporters_wrap ul li {
    text-align: left;
    list-style: circle; }

#business_supporters_wrap .bus-supporters-list-wrap {
  /* START ARCHIVE STYLES of Full Width Business Supporter List */
  /*.bus-supporters-list {
				margin-top: 50px;

				h4 {
					font-size: 26px;
					padding-bottom: 10px;
				}

				ul {
					margin-bottom: 70px;

					li {
						width: 90%;
						font-size: 17px;
						background: #e1e1e1;
						border-bottom: 1px solid #ccc;
						border-top: 1px solid #ccc;
						display: block;
						margin: 0 auto;
						padding: 10px 20px;

						em {
							margin-left: 20px;
							color: #999;

							@include max-small {
								display:block;
								margin-left: 0;
							}
						}

						span {
							display: inline-block;
							width: 74%;
						}

						a {
							float: right;
							text-transform: uppercase;
							font-size: 15px;
							display: inline-block;
							width:20%;
							margin: 0;
							text-align: right;

							.fa, .fas {
								margin-left: 7px;
							}

							@include max-small {
								position: relative;
								top: 12px;
								font-size: 0.9em;
							}
						}

						a:hover {
							text-decoration: none;
							margin-right: 15px;
						}

						@include max-medium {
							width: 100%;
							font-size: 0.8em;
							padding: 5px 15px 5px 10px;
						}
					}

					li:nth-child(even) {
						background: #f1f1f1; 
					}
				}
			}*/
  /* END ARCHIVE STYLES of Full Width Business Supporter List */ }
  #business_supporters_wrap .bus-supporters-list-wrap .statelist a {
    display: inline-block;
    background: #2858a7 !important;
    padding: 7px 15px;
    margin: 5px 4px;
    color: white !important; }
    @media (max-width: 768px) {
      #business_supporters_wrap .bus-supporters-list-wrap .statelist a {
        font-size: 0.55em;
        padding: 7px;
        margin: 2px 1px; } }
  #business_supporters_wrap .bus-supporters-list-wrap .statelist a:hover {
    background: #163d7e !important;
    text-decoration: none !important; }
  #business_supporters_wrap .bus-supporters-list-wrap .bus-supporters-list {
    margin-top: 50px; }
    #business_supporters_wrap .bus-supporters-list-wrap .bus-supporters-list h4 {
      font-size: 26px;
      padding-bottom: 10px; }
    #business_supporters_wrap .bus-supporters-list-wrap .bus-supporters-list .list-group, #business_supporters_wrap .bus-supporters-list-wrap .bus-supporters-list .row {
      /*	padding: 0!important;
					margin: 0!important;*/ }
    #business_supporters_wrap .bus-supporters-list-wrap .bus-supporters-list div.list-group {
      /*padding: 0!important;*/
      margin: auto auto 70px auto !important;
      /*li:nth-child(3n+3) a, li:nth-child(3n+3) span {
						background: #f9f9f9; 
					}*/ }
      #business_supporters_wrap .bus-supporters-list-wrap .bus-supporters-list div.list-group li {
        /*width: 55%;*/
        text-align: left;
        font-size: 16px;
        border: none;
        padding: 0px;
        margin: 0px auto !important;
        background: none !important; }
        #business_supporters_wrap .bus-supporters-list-wrap .bus-supporters-list div.list-group li a, #business_supporters_wrap .bus-supporters-list-wrap .bus-supporters-list div.list-group li span {
          padding: 10px 10px 12px 10px;
          margin: 0 10px !important;
          height: auto;
          color: #666666;
          display: block;
          font-weight: 700;
          /*background: #e1e1e1!important;*/
          background: #f1f1f1 !important;
          border-bottom: 1px solid #ccc !important;
          border-top: 1px solid #ccc !important;
          border-left: 5px solid rgba(255, 255, 255, 0) !important;
          border-right: none !important;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0; }
          #business_supporters_wrap .bus-supporters-list-wrap .bus-supporters-list div.list-group li a em, #business_supporters_wrap .bus-supporters-list-wrap .bus-supporters-list div.list-group li span em {
            font-size: 0.9em;
            display: block;
            color: #999;
            /*margin-left: 10px;*/
            font-weight: 400;
            margin-top: 5px; }
        #business_supporters_wrap .bus-supporters-list-wrap .bus-supporters-list div.list-group li a {
          border-left: 5px solid #d6eef2 !important; }
        #business_supporters_wrap .bus-supporters-list-wrap .bus-supporters-list div.list-group li a:hover {
          background-color: #d6eef2 !important;
          color: #666666;
          cursor: pointer;
          border-left: 5px solid rgba(31, 67, 151, 0.6) !important;
          text-decoration: none !important; }
          #business_supporters_wrap .bus-supporters-list-wrap .bus-supporters-list div.list-group li a:hover em {
            color: #666666;
            filter: alpha(opacity=80);
            -moz-opacity: 0.8;
            -khtml-opacity: 0.8;
            opacity: 0.8; }
        @media (max-width: 576px) {
          #business_supporters_wrap .bus-supporters-list-wrap .bus-supporters-list div.list-group li a, #business_supporters_wrap .bus-supporters-list-wrap .bus-supporters-list div.list-group li span {
            font-size: 0.8em;
            padding: 5px 15px 5px 10px; } }
      #business_supporters_wrap .bus-supporters-list-wrap .bus-supporters-list div.list-group .filter-li-result {
        width: 70% !important;
        margin: 0 15% !important; }
  #business_supporters_wrap .bus-supporters-list-wrap .bus-supporters-list-blue div.list-group h4 {
    color: #2858a7 !important; }
  #business_supporters_wrap .bus-supporters-list-wrap .bus-supporters-list-blue div.list-group li a, #business_supporters_wrap .bus-supporters-list-wrap .bus-supporters-list-blue div.list-group li span {
    background: #f5feff !important;
    border-bottom: 1px solid #cce6ea !important;
    border-top: 1px solid #cce6ea !important;
    border-left: 5px solid rgba(255, 255, 255, 0) !important;
    border-right: none !important; }
  #business_supporters_wrap .bus-supporters-list-wrap .bus-supporters-list-blue div.list-group li a {
    border-left: 5px solid #BDE1E5 !important; }
  #business_supporters_wrap .bus-supporters-list-wrap .bus-supporters-list-blue div.list-group li a:hover {
    background-color: #e8f8f9 !important;
    color: #666666;
    cursor: pointer;
    border-left: 5px solid #93C4C9 !important;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #business_supporters_wrap .bus-supporters-list-wrap .bus-supporters-list-blue div.list-group li a:hover em {
      color: #666666; }

#live-search {
  margin: 60px auto 30px auto;
  /* Style Placeholder Text for Inputs */ }
  #live-search input {
    background: #f1f1f1 !important;
    border: 1px solid #ccc !important;
    box-shadow: none;
    color: #2858a7 !important;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 1.5em !important;
    padding: 20px;
    width: 80%;
    margin: auto !important;
    /*    		height: 60px;
    		width: 80%;
    		margin: auto!important;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 992px) {
      #live-search input {
        font-size: 1em !important;
        padding: 20px 10px; } }
    @media (max-width: 576px) {
      #live-search input {
        border: none !important;
        font-size: 0.65em !important;
        width: 100%; } }
  #live-search input:focus {
    text-align: center;
    /*height: 120px;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #live-search ::-webkit-input-placeholder {
    color: #999999 !important;
    font-weight: normal; }
  #live-search :-moz-placeholder {
    /* Firefox 18- */
    color: #999999 !important;
    font-weight: normal; }
  #live-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999 !important;
    font-weight: normal; }
  #live-search :-ms-input-placeholder {
    color: #999999 !important;
    font-weight: normal; }
  #live-search .filterwrap {
    text-align: center;
    width: 100% !important;
    margin: 10px auto 20px auto !important;
    font-size: 1em;
    display: block;
    height: 30px; }

/* ----- THANK YOU PAGE ----- */
.thank-you, .privacy-policy {
  min-height: 800px; }
  .thank-you p, .privacy-policy p {
    text-align: center; }

/* ----- PRIVACY POLICY PAGE ----- */
.privacy-policy small {
  text-align: center; }

/* ----- FOOTER ----- */
.footer-quote {
  clear: both;
  text-align: justify; }
  .footer-quote .footer-wrap {
    margin: 0px auto 40px auto;
    background: #f1f1f1;
    padding: 40px; }

footer {
  background: #163d7e;
  padding: 70px 0 30px 0;
  z-index: 9;
  color: white;
  font-size: 14px;
  /* .footer-nav */ }
  footer .logo {
    max-width: 190px;
    margin: 40px auto 70px auto;
    display: block; }
  footer p a, footer p a:link, footer p a:active, footer p a:visited, footer p a:hover {
    color: white !important;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  footer p a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7; }
  footer .btn-donate {
    margin-bottom: 20px !important; }
    @media (max-width: 767px) {
      footer .btn-donate {
        margin-top: 30px; } }
  footer .btn-signup .fas {
    padding-left: 10px; }
  footer .footer-nav {
    background: url(images/footer-nav-ribbon.png) no-repeat top center;
    height: 43px;
    margin-bottom: 70px; }
    @media (max-width: 790px) {
      footer .footer-nav {
        background: #2858a7;
        height: auto; } }
    footer .footer-nav ul {
      margin: 0;
      padding: 0;
      text-align: center; }
      @media (max-width: 790px) {
        footer .footer-nav ul {
          /*max-width: 80%;*/
          margin: 0 auto;
          text-align: center; } }
      @media (max-width: 680px) {
        footer .footer-nav ul {
          max-width: 100%; } }
    footer .footer-nav li {
      text-align: center;
      padding: 0;
      margin: 0;
      display: inline-block; }
      footer .footer-nav li a, footer .footer-nav li a:link, footer .footer-nav li a:active, footer .footer-nav li a:visited, footer .footer-nav li a:hover {
        color: white;
        display: block;
        /*padding: 8px 20px 7px 20px;*/
        /* only 5 nav items */
        padding: 8px 30px 7px 30px;
        font-size: 18px;
        text-transform: uppercase;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 700; }
        @media (max-width: 992px) {
          footer .footer-nav li a, footer .footer-nav li a:link, footer .footer-nav li a:active, footer .footer-nav li a:visited, footer .footer-nav li a:hover {
            padding: 8px 22px 7px 22px; } }
        @media (max-width: 768px) {
          footer .footer-nav li a, footer .footer-nav li a:link, footer .footer-nav li a:active, footer .footer-nav li a:visited, footer .footer-nav li a:hover {
            padding: 8px 16px 7px 16px; } }
        @media (max-width: 576px) {
          footer .footer-nav li a, footer .footer-nav li a:link, footer .footer-nav li a:active, footer .footer-nav li a:visited, footer .footer-nav li a:hover {
            padding: 8px 25px 7px 25px; } }
      footer .footer-nav li a:hover {
        background: #163d7e !important;
        text-decoration: none; }
  footer .social-footer {
    text-align: center;
    margin-top: 30px; }
    footer .social-footer a, footer .social-footer a:link, footer .social-footer a:active, footer .social-footer a:visited, footer .social-footer a:hover {
      color: white !important;
      display: inline-block;
      padding: 7px 20px 7px 20px;
      font-size: 36px;
      /* @include alpha100; */ }
    footer .social-footer a:hover {
      filter: alpha(opacity=50);
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5; }
  footer .copyright {
    font-size: 12px;
    text-align: center;
    margin-top: 220px;
    color: #d6eef2;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }




/* ----- GiveWP / Multiform Functionality Styles ----- */
.multiform_btn_wrap {
  margin: 20px auto 30px auto; }
  @media (max-width: 768px) {
    .multiform_btn_wrap {
      margin: 5px auto 35px auto !important; }
      .multiform_btn_wrap div {
        padding: 0 !important; } }
  .multiform_btn_wrap a.multiform_cling, .multiform_btn_wrap a.multiform_nocling {
    background: #2858a7 !important;
    font-size: 1.2em !important;
    font-weight: 700 !important;
    line-height: 1.1;
    color: white;
    font-family: "Roboto Condensed", sans-serif;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    display: block !important;
    margin: 20px auto !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4; }
    @media (max-width: 992px) {
      .multiform_btn_wrap a.multiform_cling, .multiform_btn_wrap a.multiform_nocling {
        font-size: 1em !important; } }
    @media (max-width: 768px) {
      .multiform_btn_wrap a.multiform_cling, .multiform_btn_wrap a.multiform_nocling {
        margin: 10px auto auto auto !important;
        font-size: 0.9em !important;
        padding: 20px 10px; } }
    .multiform_btn_wrap a.multiform_cling .btn-title, .multiform_btn_wrap a.multiform_nocling .btn-title {
      padding: 20px; }
      .multiform_btn_wrap a.multiform_cling .btn-title span, .multiform_btn_wrap a.multiform_nocling .btn-title span {
        display: block;
        font-weight: 300;
        text-transform: none;
        font-size: 0.85em;
        line-height: 1.3;
        text-align: justify;
        padding: 20px 10px 10px 10px; }
    .multiform_btn_wrap a.multiform_cling .img-cling, .multiform_btn_wrap a.multiform_nocling .img-cling {
      background: #163d7e; }
      .multiform_btn_wrap a.multiform_cling .img-cling img, .multiform_btn_wrap a.multiform_nocling .img-cling img {
        padding: 20px;
        max-width: 50%;
        display: block;
        margin: auto; }
      @media (max-width: 768px) {
        .multiform_btn_wrap a.multiform_cling .img-cling, .multiform_btn_wrap a.multiform_nocling .img-cling {
          display: none; } }
  .multiform_btn_wrap a.multiform_nocling {
    background: #ccc !important; }
    @media (max-width: 768px) {
      .multiform_btn_wrap a.multiform_nocling {
        background: #2858a7 !important; } }
    .multiform_btn_wrap a.multiform_nocling .img-cling {
      background: #aaa; }
  .multiform_btn_wrap a.multiform_cling:hover, .multiform_btn_wrap a.multiform_nocling:hover {
    text-decoration: none !important;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .multiform_btn_wrap a.btn_form_active, .multiform_btn_wrap a.multiform_cling:active, .multiform_btn_wrap a.multiform_nocling:active {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

/* .multiform_btn_wrap */
#form_cling .form-text p, #form_nocling .form-text p {
  text-align: justify !important; }

@media (max-width: 768px) {
  #form_cling .form-text, #form_cling .form-mailchimp, #form_nocling .form-text, #form_nocling .form-mailchimp {
    padding: 0 !important;
    margin: 5px 0px !important; }
  #form_cling .form-text p, #form_nocling .form-text p {
    font-size: 0.8em !important;
    line-height: 1.4 !important; } }

/* #form_cling */






/* ---  WooCommerce Styles  --- */
.flex-control-thumbs {
  margin-top: 30px !important; }

.customize-support .news-wrap h2 {
  text-align: center !important; }

.related {
  clear: both;
  display: none !important; }

.related h2 {
  text-align: center !important; }

.single-product .single_add_to_cart_button {
  background-color: #2B5AA5 !important;
  /*text-transform: uppercase;*/
  padding: 17px !important; }

.woocommerce-Price-amount {
  color: #2B5AA5 !important; }

.flex-control-thumbs li {
  margin-right: 20px !important; }

.product_meta {
  display: none !important; }

.columns-4 {
  display: none !important; }

.cart_totals h2 {
  font-size: 2em !important;
  margin-bottom: 30px;
  margin-top: 20px; }

.cart_totals {
  width: 100% !important; }

.woocommerce-message {
  border-color: #2B5AA5 !important; }

.woocommerce-message:before {
  color: #2B5AA5 !important; }

.qty {
  /*text-align: left!important;*/
  padding: 10px !important; }

.columns-2 a.add_to_cart_button {
  background: #2B5AA5 !important;
  color: white !important;
  padding: 17px !important;
  margin: auto !important;
  text-align: center !important;
  display: inline-block !important;
  display: block !important;
  max-width: 250px !important; }

.columns-2 a.add_to_cart_button:hover {
  background: #3559A1 !important; }

.columns-2 .woocommerce-Price-amount {
  text-align: center !important;
  font-size: 1.5em !important;
  display: block !important;
  padding: 7px 0 15px 0 !important; }

.columns-2 .woocommerce-loop-product__title {
  font-size: 1.3em !important; }

.columns-2 li.product {
  padding-left: 30px !important;
  padding-right: 30px !important; }
  @media (max-width: 768px) {
    .columns-2 li.product {
      padding-left: 5px !important;
      padding-right: 5px !important; } }
/* - CHECKOUT FIELDS - */
.woocommerce input, .woocommerce textarea {
  background: #ffffff !important;
  border: 1px solid #d9d9d9 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.woocommerce label, .woocommerce placeholder {
  text-align: left;
  font-weight: normal; }

.woocommerce-checkout-payment {
  background: #f9f9f9 !important; }

.wc_payment_method input.input-radio {
  float: left !important;
  text-align: left !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  margin-bottom: 5px !important;
  display: inline !important; }

.payment_method_stripe {
  margin-top: 40px !important; }

.wc_payment_method label {
  display: inline !important; }

#wc-stripe-cc-form input {
  padding: 10px !important;
  border: 1px solid red !important; }

.woocommerce h3#ship-to-different-address {
  float: none; }

.woocommerce #ship-to-different-address {
  font-size: 1em !important;
  margin-bottom: 41px;
  margin-top: 35px; }

.woocommerce #ship-to-different-address label {
  padding-bottom: 0; }

.woocommerce #ship-to-different-address label span {
  padding-left: 30px !important; }

.woocommerce {
  /* Style Placeholder Text for Inputs */ }
  .woocommerce .paypal-buttons {
    max-width: 350px !important;
    margin: 10px auto !important;
    display: block !important; }
  .woocommerce .wc-proceed-to-checkout {
    margin-top: 40px; }
  .woocommerce .place-order .button, .woocommerce .wc-proceed-to-checkout .checkout-button {
    background: #2858a7 !important;
    text-transform: uppercase;
    padding: 20px !important;
    font-weight: 700; }
  .woocommerce .place-order .button:hover, .woocommerce .wc-proceed-to-checkout .checkout-button:hover, .woocommerce .added_to_cart:hover {
    cursor: pointer;
    background: #333333; }
  .woocommerce .added_to_cart {
    background: #163d7e !important;
    font-weight: 700;
    padding: 20px !important;
    color: white !important;
    margin: 10px auto 0 auto !important;
    padding: 10px !important;
    max-width: 250px !important;
    display: block !important;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
  .woocommerce .wc-proceed-to-checkout .checkout-button {
    margin: auto !important;
    display: block !important;
    max-width: 350px;
    text-align: center !important; }
  .woocommerce ::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal; }
  .woocommerce :-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
    font-weight: normal; }
  .woocommerce ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
    font-weight: normal; }
  .woocommerce :-ms-input-placeholder {
    color: #ccc;
    font-weight: normal; }

.woocommerce-nav {
  padding: 30px 0;
  max-width: 946px;
  margin: auto; }
  @media (max-width: 992px) {
    .woocommerce-nav {
      margin: auto 30px; } }
  .woocommerce-nav .btn-top-shop {
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .woocommerce-nav .btn-top-cart {
    float: right;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .woocommerce-nav .btn-top-shop:hover, .woocommerce-nav .btn-top-cart:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #2858a7; }



/* ---- Resources for Businesses Page ---- */
.img-responsive-wrap {
  margin-bottom: 0 !important; }
  .img-responsive-wrap img {
    width: 100%;
    height: auto; }

#resources-for-businesses {
  /* .multi-column */ }
  #resources-for-businesses .wp-block-group__inner-container {
    padding: 0 15px !important; }
  #resources-for-businesses .btn-block-wrap {
    padding: 0 0 20px 0 !important; }
    #resources-for-businesses .btn-block-wrap .button-block {
      display: flex !important;
      justify-content: center;
      flex-direction: row !important; }
      @media (max-width: 992px) {
        #resources-for-businesses .btn-block-wrap .button-block {
          flex-wrap: wrap; } }
      #resources-for-businesses .btn-block-wrap .button-block .btn-ota {
        margin: 7px !important; }
  #resources-for-businesses .btn-signpledge {
    max-width: 350px; }
  #resources-for-businesses h5.faq-click {
    color: rgba(16, 35, 65, 0.5) !important;
    margin-bottom: 40px; }
  #resources-for-businesses h4.btn_faq_toggle {
    color: #2858a7;
    font-size: 1.3em;
    line-height: 1.1;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  #resources-for-businesses h4.btn_faq_toggle:hover {
    cursor: pointer !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  #resources-for-businesses h4.btn_faq_toggle.faq-active {
    font-size: 1.5em !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  #resources-for-businesses .resources-yelp-logo {
    max-width: 350px;
    display: block;
    margin: auto; }
    @media (max-width: 576px) {
      #resources-for-businesses .resources-yelp-logo {
        max-width: 250px; } }
  #resources-for-businesses .faq_group {
    padding: 20 0 12px 0 !important;
    border-bottom: 1px #2858a7 solid;
    border-bottom: 1px rgba(16, 35, 65, 0.2) solid;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #resources-for-businesses .faq_group p {
      text-align: justify;
      margin-bottom: 5px; }
  #resources-for-businesses .faq_group_first {
    border-top: 1px rgba(16, 35, 65, 0.2) solid; }
  #resources-for-businesses .faq_group:hover {
    background: #e8f9fc;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #resources-for-businesses .multi-column {
    padding: 10px 20px; }
    #resources-for-businesses .multi-column a {
      color: #2858a7; }
    #resources-for-businesses .multi-column h4 {
      font-size: 1.3em;
      text-align: center; }
    #resources-for-businesses .multi-column .wp-block-column {
      margin: 15px 15px 30px 15px; }
      #resources-for-businesses .multi-column .wp-block-column p {
        text-align: left; }
      #resources-for-businesses .multi-column .wp-block-column .img-responsive-wrap img {
        max-width: 200px;
        margin: 10px auto 35px auto;
        display: block; }
      @media (max-width: 780px) {
        #resources-for-businesses .multi-column .wp-block-column {
          min-width: 80% !important;
          margin: 15px auto 30px auto !important; } }
      @media (max-width: 576px) {
        #resources-for-businesses .multi-column .wp-block-column {
          min-width: 100% !important; } }
  #resources-for-businesses .four-column {
    padding: 10px 20px 0px 20px; }
    #resources-for-businesses .four-column h3 {
      text-align: center;
      font-size: 5em !important;
      margin-bottom: 10px !important; }
    #resources-for-businesses .four-column h3.dark {
      color: #163d7e; }
    #resources-for-businesses .four-column h3.light {
      color: #d6eef2; }
    #resources-for-businesses .four-column .wp-block-column p {
      text-align: center; }
  #resources-for-businesses .resources-list {
    max-width: 1200px !important;
    margin: auto; }
  #resources-for-businesses .resources-list .wp-block-column {
    margin: 0 30px !important;
    padding: 0 !important; }
    @media (max-width: 768px) {
      #resources-for-businesses .resources-list .wp-block-column {
        margin-left: 0px !important;
        margin-right: 0px !important; } }
  #resources-for-businesses .resources-list em {
    font-weight: 700;
    font-style: normal !important; }
  #resources-for-businesses .resources-list p {
    text-align: left !important;
    margin-bottom: 30px;
    border-left: 3px solid #e9e9e9;
    padding-left: 15px !important;
    /*@include max-small {
          text-align: center!important;
        }*/ }
    @media (max-width: 768px) {
      #resources-for-businesses .resources-list p {
        padding-left: 0 !important;
        border-bottom: 1px dashed #e1e1e1 !important;
        border-left: none !important;
        padding-bottom: 25px;
        margin-bottom: 20px !important;
        margin-left: 0px !important;
        margin-right: 0px !important; } }
  #resources-for-businesses .resources-list a {
    font-style: italic !important; }
  #resources-for-businesses .stats-columns {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 0 !important;
    margin-bottom: 60px !important; }
  #resources-for-businesses #trainings p {
    text-align: left; }
  #resources-for-businesses #trainings strong {
    font-size: 22px !important; }
    @media (max-width: 768px) {
      #resources-for-businesses #trainings strong {
        text-align: center !important;
        font-size: 20px !important; } }
  #resources-for-businesses #trainings .trainings-logo img {
    max-width: 250px !important;
    margin: auto !important;
    display: block; }
    @media (max-width: 768px) {
      #resources-for-businesses #trainings .trainings-logo img {
        max-width: 60% !important;
        margin-bottom: 30px !important; } }
  #resources-for-businesses #trainings .btn-ota {
    max-width: 170px !important;
    margin-left: 0 !important;
    display: inline-block !important;
    padding: 15px !important;
    font-size: 18px !important; }
    @media (max-width: 576px) {
      #resources-for-businesses #trainings .btn-ota {
        display: block !important;
        margin-left: auto !important; } }
  #resources-for-businesses #trainings > div > div {
    margin: 45px auto !important;
    padding-bottom: 60px !important;
    border-bottom: 1px dashed #e1e1e1; }
  #resources-for-businesses #trainings > div > div.lastblock {
    border-bottom: none !important; }

/* .resources-for-businesses */
/* Style the Password-Protected Video Page */
/* hide link from elearningfreak.com */
.e-learning a {
  display: none !important; }

.inclusion-video p {
  text-align: justify !important; }

.inclusion-video form {
  text-align: center !important; }

.inclusion-video form label {
  text-align: center !important;
  display: block !important; }

.inclusion-video input {
  max-width: 350px !important;
  width: 350px !important;
  display: block !important;
  margin: 3px auto !important; }

.inclusion-video .btn-pledge {
  max-width: 350px !important;
  /*margin-bottom: 10px!important;
      display: inline-block!important;*/ }

.inclusion-video p.questions {
  text-align: center !important;
  padding-top: 10px !important; }

/*.inclusion-video {
    text-align: center!important;  
  }*/
.inclusion-video .btn-submit {
  color: white !important;
  background: #2858a7 !important;
  text-transform: uppercase;
  margin-bottom: 60px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.inclusion-video .btn-submit:hover {
  background: #163d7e !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }




















/* ----- SPECIFIC RESPONSIVE SIZE SETTINGS----- */
@media (max-width: 993px) {
    
  /* up to large size */ }

@media (min-width: 993px) {
  /* beyond large size */ }
  
  
  
  
/* ---------- Hanscom Park Studio, Theme v5.1 ---------- */
.wp-block-embed__wrapper iframe {
	max-width: 100%;
}

a.height-adjust img {
	height: inherit;
}

footer .footer-nav ul.dropdown-menu li a { 
	color: #2858a7;
}
footer .footer-nav ul.dropdown-menu li a:hover { 
	color: #fff;
}

/* Tweaks margin on group blocks set to "Wide Width" */
.wp-block-wdp-section-block .wp-block-group.alignwide { margin: 0 auto; width: 100%; max-width: 1000px; }


/* Tweaks padding on groups to include more space at top and bottom */
.wp-block-group { padding: 40px 0; }


wp-block-wdp-section-block ol, .wp-block-wdp-section-block li { list-style: initial; }

/* Section colors */
.background-blue { background: var(--blue); color: #fff; padding-left: 30px; padding-right: 30px; margin-left: -15px; margin-right: -15px; }
.background-gray { background: #f1f1f1; padding-left: 30px; padding-right: 30px; margin-left: -15px; margin-right: -15px; }
.background-light-blue { background: var(--light-blue); padding-left: 30px; padding-right: 30px; margin-left: -15px; margin-right: -15px; }


/* background-light-blue styles */
.background-light-blue h2 { color: var(--blue); }
.background-light-blue { background: var(--light-blue); color: #666; }



/* background-blue styles */
.background-blue h2 { color: #fff; }
.background-blue h3, .background-blue h4 { color: var(--light-blue); }
.background-blue a.btn { background: var(--light-blue) !important; color: var(--blue) !important; }
.background-blue p a { color: var(--light-blue); }

:root {  /* Resetting options for Sections plugin */
	--wdpsb-overlay-background-color: none; 
	--wdpsb-box-shadow-color: none; 
	--wdpsb-border-width: 0; 
	--wdpsb-padding: 50px; 
}

.no-padding-top { padding-top: 0; }

.blue-link a { color: var(--blue) !important; text-decoration: underline !important; }
.blue-link:hover a { color: var(--dark-blue) !important; text-decoration: underline !important; }


/* fixing WP button block colors */
.wp-block-button.blue a { background-color: var(--blue) !important; color: #fff; font-weight: bold; }
.wp-block-button.blue { margin-bottom: 20px; } 

/* adding edge padding to full width divs */


/* mobile device specifics */

@media screen and (max-width: 900px) {

	div.home-intro { padding: 0 3em !important; max-width: 700px !important; }
	h1.home-title { margin: 1em auto; }
	footer .dropdown-menu { min-width: 100%; }
	footer .footer-nav li { display: block; }

	
	.navrow .nav > .menu-item > a, .navrow .nav a {
		text-align: center;
		height: auto;
		padding: 0 5px 0 !important;
	}

}


.height-fix figure a img { height: auto !important; }

.indent-list-items { margin-left: 2em; }
.indent-list-items li { margin-bottom: 1em; }
.indent-list-items li li { margin-left: 4em; list-style: circle !important; }
.bullet li { list-style: circle !important; }

a.read-link { padding: 10px; background-color: var(--blue) !important; color: white; font-weight: bold; border-radius: 4px; }
*[id^='readlink']:hover { padding: 10px !important; color: white !important; border: 0 !important; font-weight: bold !important; }

.blue-round-number { background-color: var(--blue) !important; color: white !important; border-radius: 50%; padding: 20px !important; display: table; margin: 0 auto 20px auto; }

.wp-block-separator { border-bottom: none; border-top: 1px solid #ccc; }

/* Annual Convening styles */
figure.conference-agenda table { width: 80%; margin: 0 auto; max-width: 800px; }
figure.conference-agenda table td { padding: 1em 0; border: 0; }
figure.conference-agenda table td:first-child { width: 30%; font-size: 90%; vertical-align: top; color: #888; }
figure.conference-agenda table tr { border-bottom: 1px solid #eee; }