::-webkit-input-placeholder {
  color: #003259;
  opacity: 1;
}
:-moz-placeholder {
  color: #003259;
  opacity: 1;
}
::-moz-placeholder {
  color: #003259;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #003259;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
Flexbox grid @mixin
EXAMPLE
.flexbox {
    @include boxGrid(5, 4%);
}
*/
h1, h2, h3, h4, h5, h6 {
  padding-bottom: 16px !important;
  margin: 0 !important;
}
p {
  padding-bottom: 16px !important;
  margin: 0 !important;
}
.top_title h1, .top_title h2, .top_title h3, .top_title h4, .top_title h5, .top_title h6 {
  padding-bottom: 0 !important;
  margin: 0 !important;
}
.flex article {
  -webkit-flex-basis: 66%;
  -moz-flex-basis: 66%;
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%;
}
.flex aside {
  -webkit-flex-basis: 31%;
  -moz-flex-basis: 31%;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
}
.flex .left {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
.flex .right {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.logotypes {
  text-align: right;
}
.logotypes img {
  display: inline-block;
  margin-left: 10px;
}
body #et-boc .no-margin {
  margin: 0 0 20px 0 !important;
}
@media screen and (min-width: 980px) {
  body.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul li:last-child {
    margin-top: 0;
  }
  body.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul li:last-child a {
    background: #AA182C;
    padding: 15px 25px !important;
    color: #fff !important;
  }
}
.top-header-menu .et_pb_menu__wrap {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
#menu-main-menu {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.second-header-menu .et-menu-nav, .second-header-menu .et_pb_menu__menu {
  width: 100%;
}
.et_pb_menu_0_tb_header.et_pb_menu.top-header-menu ul li.menu-donate a {
  color: #fff !important;
}
#menu-second-menu {
  -webkit-box-pack: justif !important;
  -ms-flex-pack: justify !important;
  justify-content: flex-end !important;
  width: 100%;
}
.inline-block {
  display: inline-block;
}
.header-social-icons, .header-form {
  width: 48% !important;
}
@media (max-width: 980px) {
  .header-social-icons, .header-form {
    width: 100% !important;
  }
}
.header-social-icons {
  margin-right: 20px !important;
}
.header-form .et_contact_bottom_container {
  border: none !important;
  -webkit-flex-basis: 72px;
  -moz-flex-basis: 72px;
  -ms-flex-preferred-size: 72px;
  flex-basis: 72px;
}
@media (max-width: 980px) {
  .header-form .et_contact_bottom_container {
    margin-top: -10px;
  }
}
.header-form .et_contact_bottom_container button {
  font-size: 0 !important;
  border: none !important;
}
.header-form .et_pb_button:hover, .header-form .et_pb_module .et_pb_button:hover {
  border: none !important;
}
body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_contact_form_0_tb_header.et_pb_contact_form_container.et_pb_module.header-form .et_pb_button {
  margin: -4px 0 0 18px;
}
@media (max-width: 980px) {
  body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_contact_form_0_tb_header.et_pb_contact_form_container.et_pb_module.header-form .et_pb_button {
    margin: 0px 0 0 18px;
  }
}
body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_contact_form_0_tb_header.et_pb_contact_form_container.et_pb_module.header-form .et_pb_button:after {
  font-size: 33px !important;
  opacity: 1 !important;
  margin-left: 0 !important;
  border: 2px solid #707070 !important;
  padding: 20px 15px !important;
  position: absolute !important;
  top: 10px !important;
  left: -20px !important;
  height: 11px !important;
  line-height: 11px !important;
  opacity: 1 !important;
}
body #page-container .et_pb_section .et_pb_contact_form_0_tb_header.et_pb_contact_form_container.et_pb_module.header-form .et_pb_contact_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
body #page-container .et_pb_section .et_pb_contact_form_0_tb_header.et_pb_contact_form_container.et_pb_module.header-form .et_pb_contact_form .et_pb_contact_field {
  -webkit-flex-basis: 540px;
  -moz-flex-basis: 540px;
  -ms-flex-preferred-size: 540px;
  flex-basis: 540px;
}
@media (max-width: 980px) {
  body #page-container .et_pb_section .et_pb_contact_form_0_tb_header.et_pb_contact_form_container.et_pb_module.header-form .et_pb_contact_form .et_pb_contact_field {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
#gtranslate_selector {
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  background: transparent;
  color: #fff !important;
}
#gtranslate_selector option {
  color: #000;
}
#gtranslate_selector_wrap {
  margin: -68px 0 22px;
  width: 160px;
}
@media (max-width: 980px) {
  #gtranslate_selector_wrap {
    margin: 0 0 0;
  }
}
.et_pb_fullwidth_menu .et_pb_menu__search, .et_pb_menu .et_pb_menu__search {
  background: #fff;
}
.single-product #main-content .container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.single-product #main-content .et_pb_row {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}
.donate_page {
  background: url("../img/Donate-PG-G (1).jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px;
}
.donate_page .woocommerce-breadcrumb {
  display: none;
}
.donate_page .related.products {
  display: none;
}
.donate_page .woocommerce-tabs {
  display: none;
}
.donate_page .woocommerce-form-coupon-toggle {
  display: none;
}
.donate_page #main-content {
  background-color: transparent;
}
.donate_page .donate-form {
  width: 825px;
  background: #fff;
  padding: 45px 55px;
}
.donate_page .don-top {
  margin-bottom: 40px;
}
.donate_page .don-top .headline h2 {
  font-size: 50px;
  color: #003259;
  font-weight: 700;
  line-height: 1.4;
}
.donate_page .don-top .headline p {
  font-size: 36px;
  line-height: 1.4;
  color: #003259;
  padding-bottom: 20px;
}
.donate_page .price-items .price-item {
  width: 200px;
  height: 70px;
  border: 3px solid #707070;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.donate_page .price-items .price-item.active {
  background: #003259;
  border: 3px solid #003259;
  color: #ffffff;
}
.donate_page .price-items .price-item.active > span {
  color: #ffffff;
}
.donate_page .price-items .price-item > span {
  color: #003259;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.donate_page .price-items .price-item:hover {
  background: #003259;
  border: 3px solid #003259;
}
.donate_page .price-items .price-item:hover > span {
  color: #ffffff;
}
.donate_page .don-center {
  border-bottom: 10px solid #003259;
  padding: 0 0 20px;
  margin-bottom: 20px;
}
.donate_page .don-center form.cart {
  margin: 0 0 40px 0 !important;
}
.donate_page .don-center .nyp label {
  display: none;
}
.donate_page .don-center .nyp input[type="text"] {
  width: 100%;
  height: 70px;
  border: 3px solid #707070;
  text-align: left;
  padding: 0 20px;
  color: #003259;
  font-size: 30px;
  font-weight: 700;
}
.donate_page h3 {
  font-size: 36px;
  color: #003259;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
.donate_page .wcsatt-options-prompt-text-label {
  font-size: 36px;
  color: #003259;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
.donate_page .wcsatt-options-product-wrapper {
  margin-bottom: 20px;
}
.donate_page .wcsatt-options-product-wrapper .wcsatt-options-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 0 !important;
  margin: 0 !important;
}
.donate_page .wcsatt-options-product-wrapper .wcsatt-options-product .subscription-option {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.donate_page .wcsatt-options-product-wrapper .wcsatt-options-product .one-time-option {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.donate_page .wcsatt-options-product-wrapper .wcsatt-options-product li {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  height: 78px;
  position: relative;
}
.donate_page .wcsatt-options-product-wrapper .wcsatt-options-product li label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 74px;
  text-transform: uppercase;
  cursor: pointer;
}
.donate_page .wcsatt-options-product-wrapper .wcsatt-options-product li label > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #AA182C;
}
.donate_page .wcsatt-options-product-wrapper .wcsatt-options-product li input[type="radio"] {
  display: none;
}
.donate_page .wcsatt-options-product-wrapper .wcsatt-options-product li input[type=radio]:checked + span {
  background: #003259;
}
.donate_page div.product form.cart .button {
  border: 5px solid #aa182c;
  color: #aa182c;
  font-weight: 700;
  font-size: 25px;
}
.donate_page div.product form.cart .button:after {
  font-weight: 700;
  line-height: 1.4;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  background: #003259;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  width: 100%;
  margin-bottom: 20px;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  width: 100%;
  margin-bottom: 20px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 100%;
}
.woocommerce form .form-row label {
  font-size: 36px;
  color: #707070;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  height: 70px;
}
.woocommerce form .form-row textarea {
  resize: none;
  height: 120px;
}
.select2-container--default .select2-selection--single {
  height: 70px;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 70px;
  line-height: 67px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 70px;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  padding: 0.3em 1em;
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #003259;
}
.opc_order_review {
  display: none;
}
.gift_text {
  margin: 30px 0;
  font-size: 60px;
  line-height: 1.2;
  color: #aa182c;
  position: relative;
}
.gift_text:before {
  content: "";
  background-image: url("../img/st_donate.png");
  width: 36px;
  height: 72px;
  position: absolute;
  top: -40px;
  left: -36px;
}
.header-band-donate {
  background-image: url("../img/Header-Band-Donate.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 308px;
  text-align: center;
  position: relative;
}
.header-band-donate h1 {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  line-height: 80px;
  padding-bottom: 0;
}
.header-band-donate h1 strong {
  display: block;
  font-size: 72px;
}
.woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce div.product form.cart div.quantity {
  display: none;
}
.btn {
  font-size: 30px;
  font-family: "tahoma", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;
  background-color: #aa182c;
  text-align: center;
  padding: 10px 40px 15px;
  color: #fff;
  margin: 10px 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  background: #7d1220;
}
.btn-blue {
  font-size: 21px;
  font-family: "tahoma", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;
  background-color: #003259;
  text-align: center;
  padding: 10px 40px 12px;
  color: #fff;
  margin: 10px 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-blue:hover {
  background: #001526;
}
header .et_pb_social_icon .icon {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .et_pb_social_icon .icon:hover {
  border-color: #000080;
}
header .et_pb_social_icon .icon:hover:before {
  color: #000080 !important;
}
header .top-header-menu .et-menu li {
  position: relative;
}
header .top-header-menu .et-menu li:after {
  content: "|";
  position: absolute;
  right: -3px;
}
header .top-header-menu .et-menu li:last-child:after {
  display: none;
}
header .top-header-menu .et-menu .menu-item-1176:after {
  display: none;
}
footer .et_pb_social_icon .icon {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .et_pb_social_icon .icon:hover {
  border-color: #aa182c;
}
footer .et_pb_social_icon .icon:hover:before {
  color: #aa182c !important;
}
.blurb_image_cover .et_pb_main_blurb_image .et_pb_image_wrap {
  width: 100%;
  height: 260px;
}
.blurb_image_cover .et_pb_main_blurb_image .et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map_width #asl-storelocator.container.storelocator-main.asl-p-cont.asl-template-0 {
  max-width: 1400px !important;
}
.btn-read-more .more-link {
  text-transform: capitalize;
}
