﻿/***********************************************
Variables
/***********************************************/
/*** Fonts ***/
/*** Weight ***/
/*** Colors ***/
/***********************************************
Border Colors
  -whitepaper cover image
/***********************************************/
/***********************************************
Pattern Squares Colors
/***********************************************/
/***********************************************
Buttons
/***********************************************/
/***********************************************
General Mixin
/***********************************************/
/***********************************************
Images
/***********************************************/
/***********************************************
Line-Height Function
/***********************************************/
.newsletter-block {
  background: #eeeeee;
  font-family: "AvenirLTStd", helvetica, arial, sans-serif;
  padding: 30px 0;
}
.newsletter-block .container {
  position: relative;
}
.newsletter-block .far {
  display: inline-block;
}
.newsletter-block .newsletter-icon {
  color: #f30782;
  font-family: canada-type-gibson, helvetica, arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.newsletter-block .newsletter-icon .fa-envelope {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .newsletter-block .newsletter-icon .fa-envelope {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .newsletter-block .newsletter-icon .fa-envelope {
    font-size: 100px;
    margin: 0 10px 0 0;
  }
}
.newsletter-block .background-1 {
  position: absolute;
  top: -50px;
  right: 0;
  background: url(../images/pink-dots.png) repeat;
  background-size: 20px 20px;
  width: 30%;
  height: 35px;
  opacity: 0.5;
}
.newsletter-block .background-2 {
  position: absolute;
  bottom: -50px;
  left: 0;
  background: url(../images/pink-dots.png) repeat;
  background-size: 20px 20px;
  width: 50%;
  height: 35px;
  opacity: 0.5;
}
.newsletter-block .form-control {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
  padding-top: 10px;
  padding-bottom: 10px;
}
.newsletter-block button {
  display: block;
  width: 100%;
}
.newsletter-block p {
  font-size: 15px;
  line-height: 1.3em;
  color: #888888;
  margin-top: 20px;
}

@media (min-width: 576px) {
  .newsletter-block .form-control-lg {
    float: left;
  }
  .newsletter-block button {
    margin: -10px 0 0 -72px;
    width: auto;
    display: inline-block;
    padding: 11px 1em;
  }
}
@media (min-width: 768px) {
  .newsletter-block {
    padding: 80px 0;
    margin-bottom: 80px;
  }
  .newsletter-block .newsletter-icon {
    font-size: 24px;
    background-size: 45px;
    padding-left: 52px;
  }
  .newsletter-block .background-1 {
    position: absolute;
    top: -100px;
    width: 30%;
    height: 35px;
  }
  .newsletter-block .background-2 {
    bottom: -110px;
    left: 0;
    width: 50%;
    height: 55px;
  }
  .newsletter-block.new {
    padding: 40px 0 20px 0;
  }
  .newsletter-block.new .background-1 {
    top: -60px;
  }
  .newsletter-block.new .background-2 {
    bottom: -50px;
  }
}
@media (min-width: 992px) {
  .newsletter-block .newsletter-icon {
    font-size: 32px;
    background-size: 100px;
  }
  .newsletter-block .col-lg-5:last-child {
    margin-top: 15px;
  }
}
/***Newsletter block New****/
/*** Header ***/
.newsletter-block.new .newsletter-icon,
.newsletter-sign-up.dark .newsletter-icon {
  font-weight: bold;
  margin-bottom: 10px;
}

.newsletter-sign-up.dark .newsletter-icon {
  margin-left: 15px;
  font-size: 20px;
  color: #ffffff;
}

.newsletter-block.new .newsletter-icon {
  margin-top: 12px;
  font-size: 24px;
}

.newsletter-block.new .newsletter-icon:before,
.newsletter-sign-up.dark .newsletter-icon:before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 26px;
  margin-right: 7px;
}

/*** Form ***/
.newsletter-block.new .bbmform {
  padding-top: 0;
}

.newsletter-block.new .bbmform .instructionText,
.newsletter-sign-up.dark .bbmform .instructionText {
  padding: 0 !important;
  font-size: 11px;
  margin: 0;
}

.newsletter-sign-up.dark .bbmform p.instructionText {
  color: #999999 !important;
}

.newsletter-block.new .bbmform .SectionDivider,
.newsletter-sign-up.dark .bbmform .SectionDivider {
  display: none;
}

.newsletter-block.new .bbmform .SingleLineEmailAddress,
.newsletter-sign-up.dark .bbmform .SingleLineEmailAddress {
  padding-bottom: 10px;
  width: 50%;
}

.newsletter-block.new .bbmform .DropdownMenu,
.newsletter-sign-up.dark .bbmform .DropdownMenu {
  padding-bottom: 10px;
  width: 50%;
}

.newsletter-block.new .bbmform .DropdownMenu select,
.newsletter-sign-up.dark .bbmform .DropdownMenu select {
  padding: 10px;
  border-radius: 5px;
  width: 100%;
}

.newsletter-block.new .bbmform .disclaimer,
.newsletter-sign-up.dark .bbmform .disclaimer {
  padding-top: 0;
  overflow: hidden;
}
.newsletter-block.new .bbmform .disclaimer p,
.newsletter-sign-up.dark .bbmform .disclaimer p {
  font-size: 12px !important;
  padding-bottom: 15px;
}

.newsletter-sign-up.dark .bbmform .disclaimer a,
.newsletter-sign-up.dark .bbmform .disclaimer a:visited {
  color: #999;
}

.newsletter-sign-up.dark .bbmform .field,
.newsletter-block.new .bbmform .field {
  padding-bottom: 15px;
}

.newsletter-sign-up.dark .bbmform .field.ConsentCheckbox,
.newsletter-block.new .bbmform .field.ConsentCheckbox {
  padding-bottom: 10px;
}
.newsletter-sign-up.dark .bbmform .field.ConsentCheckbox .column p,
.newsletter-block.new .bbmform .field.ConsentCheckbox .column p {
  font-size: 12px;
  color: #999;
}

.newsletter-block.new .bbmform .buttons {
  text-align: center;
  display: block;
  margin-top: 5px;
}

.newsletter-sign-up.dark .bbmform .buttons {
  display: block;
  margin-top: 5px;
}

.newsletter-block.new .bbmform .buttons button,
.newsletter-sign-up.dark .bbmform .buttons button {
  padding-left: 50px;
  padding-right: 50px;
  margin: 0;
}

.newsletter-sign-up.dark .bbmform label {
  color: #ffffff;
}

.newsletter-sign-up.dark .bbmform .steps_wrapper {
  margin-top: -20px;
}

.newsletter-sign-up .bbmform .field input,
.newsletter-block .bbmform .field input {
  padding-top: 8px;
  padding-bottom: 8px;
}

.newsletter-block .bbmform .field input[type=checkbox],
.newsletter-sign-up .bbmform .field input[type=checkbox] {
  padding: 0;
}

@media (max-width: 568px) {
  .newsletter-block.new .bbmform .SingleLineEmailAddress,
  .newsletter-sign-up.dark .bbmform .SingleLineEmailAddress {
    padding-bottom: 10px;
    width: 100%;
    float: none;
  }
  .newsletter-block.new .bbmform .DropdownMenu,
  .newsletter-sign-up.dark .bbmform .DropdownMenu {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .newsletter-block.new .newsletter-icon {
    margin-left: 15px;
  }
}
