/* fonts */
@import url("fonts.css");
body, h1, h2, h3, h4, h5, h6{
  font-family: 'Lato', sans-serif;
}
.font-xs{
    font-size: 8px;
}
.font-sm{
    font-size: 11px;
}
.font-md{
    font-size: 18px;
}
.font-lg{
    font-size: 26px;
}
.font-xl{
    font-size: 36px;
}
/* body */
body{
	background-color: #f6f6f6;
}
/* color */
.bg-pink{
    background-color: #dc529f !important;
    color: #fff;
}
.bg-green{
    background-color: #33c4a2 !important;
    color: #fff;
}
.bg-dark-green{
    background-color: #1f8a97 !important;
    color: #fff;
}
.bg-orange{
    background-color: #f05b4d !important;
    color: #fff;
}
.bg-dark-black {
  background-color: #000000 !important;
  color: #fff;
}
.bg-black {
  background-color: #1f2845 !important;
  color: #fff;
}
.bg-light-black {
  background-color: #55595c !important;
  color: #fff;
}
.bg-gray {
  background-color: #9f9fa1 !important;
  color: #fff;
}
.bg-light-gray{
  background-color: #f3f3f3 !important;
  
}
.bg-dark-gray{
  background-color: #5b5b5d !important;
  color: #fff;
}
.bg-gray-button {
  background-color: #9f9fa1 !important;
  color: #000000;
}
.bg-gray-button:hover {
  color: #000000;
}
.bg-light-purple {
  background-color: #cfc4df63 !important;
  color: #000;
}
.bg-blue {
  background-color: #a5d0d5 !important;
  color: #fff;
}
.bg-dark-coral {
  background-color:  #F65B4D !important;
  color: #fff !important;
}
.bg-coral {
  background-color: #fdd4c7 !important;
  color: #fff;
}
.bg-dark-purple {
  background-color: #4e3a73 !important;
  color: #fff;
}
.bg-purple{
    background-color: #7744D9 !important;
    color: #fff;
}

.pink{
    color: #dc529f !important;
}
.green{
    color: #33c4a2 !important;
}
.dark-green{
    color: #1f8a97 !important;
}
.orange{
  color: #f05b4d !important;
}
.dark-black {
  color: #000000 !important;
}
.black {
  color: #1f2845 !important;
}
.light-black {
  color: #55595c !important;
}
.gray {
  color: #9f9fa1 !important;
}
.light-gray{
  color: #f3f3f3 !important;
  
}
.facebook-color{
  color: #3b5998;
}
.linkedin-color{
  color: #0077b5;
}
.instagram-color{
  color: #3f729b;
}
.gray-button {
  color: #9f9fa1 !important;
}
.gray-button:hover {
  color: #000000;
}
.light-purple {
  color: #cfc4df !important;
}
.blue {
  color: #a5d0d5 !important;
}
.dark-coral {
  color:  #F65B4D !important;
}
.coral {
  color: #fdd4c7 !important;
}
.dark-purple {
  color: #4e3a73 !important;
}
.purple{
    color: #7744D9 !important;
}
.white{
    color: #fff !important;
}
.coral{
  color: #F65B4D !important;
}

.border-pink{
    border-color: #dc529f !important;
}
.border-green{
    border-color: #33c4a2 !important;
}
.border-dark-green{
    border-color: #1f8a97 !important;
}
.border-orange{
    border-color: #f05b4d !important;
  
}
.border-dark-black {
  border-color: #000000 !important;
}
.border-black {
  border-color: #1f2845 !important;
}
.border-light-black {
  border-color: #55595c !important;

}
.border-gray {
  border-color: #9f9fa1 !important;

}
.border-light-gray{
  border-color: #f3f3f3 !important;
  
}
.border-gray-button {
  border-color: #9f9fa1 !important;
}
.border-gray-button:hover {
  border-color: #000000;
}
.border-purple {
  border-color: #cfc4df !important;
}
.border-blue {
  border-color: #a5d0d5 !important;
}
.border-dark-coral {
  border-color:  #F65B4D !important;
}
.border-coral {
  border-color: #fdd4c7 !important;
}
.border-dark-purple {
  border-color: #4e3a73 !important;

}
.border-purple{
    border-color: #7744D9 !important;
}
/* buttons */
.btn-darken:hover, .btn-darken:focus{
    color: #f9f8f8;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}
ul {
    margin: 0px;
    padding: 0px;
}
ul li {
    list-style: none;
}
/* form */

.promo-form label{
    font-weight: 700;
}
.promo-form-regular .form-control {
    display: block;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: 0 4px 2px -2px #d3d3d3;
}
.promo-form-regular textarea.form-control{
height: auto !important;
}
.promo-form-regular .form-group .input-group-addon {
    background-color: transparent;
    font-size: 15px;
    display: inline-flex;
    padding: 0.5rem;
    display: inline-block;
    vertical-align: middle;
}
.promo-form-regular .input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.promo-form-regular .input-group  i{
color: #999;

}
/* checkboxes*/
.checkbox-container{
  display: block;
  position: relative;
  margin: 0;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark-original-design {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 3px solid #999;
  border-radius: 4px;
}

.checkbox-container input:checked ~ .checkmark-original-design {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  padding: 2px;
  background: #5e4199 content-box;
  border: 3px solid #999;
  border-radius: 4px;
}
/*end checkboxes*/

/* Create the checkmark/indicator (hidden when not checked)  */
.checkmark-original-design:after {
  content: "";
  position: absolute;
  display: none;
}
.popover-header{
  margin-top: 0px;
}
/* utilities */
.radius-px-1{
  border-radius: 2px !important; 
}
.radius-px-2{
  border-radius: 5px !important; 
}
.radius-px-3{
  border-radius:10px !important; 
}
.radius-px-4{
  border-radius: 15px !important; 
}
.radius-1{
  border-radius: 1rem !important; 
}
.radius-2{
  border-radius: 2rem !important; 
}
.border-1{
    border-width: 1px !important;
}
.border-2{
    border-width: 2px !important;
}
.border-3{
    border-width: 3px !important;
}
.border-4{
    border-width: 4px !important;
}
.required-text{
    color: red;
}
.alert{
    color: #fff;
}
/* Card */
.card-shadow{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 2rem;
  border: 1px solid rgba(0,0,0,.05);
}


/*cookie alert*/

#cookiePopup {
  background: white;
  width: 100%;
  position: fixed;
  bottom: 0px;
  box-shadow: 0px 0px 2px #cccccc;
  z-index: 999999999999999999999999999999;
  border-radius: 0px;
  padding: 25px;
}
#cookiePopup p{
text-align: left;
font-size: 15px;
color: #4e4e4e;
}
#cookiePopup h4{
  margin-top: 0px;
}


/*footer */
.footer-landing {
  background: #EFF2F7;
  border-top: 1px
  solid #ddd;
  position: relative;
}

/*recaptcha */
  #g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: auto !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}
.body-gradient{
    background: linear-gradient( 180deg, #5e4199 0%, #2b7b98 80%, #1e8a98 100% );
}
#to-top{
padding: 0;
}