/* 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;
}
.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;
}
/* form */
.promo-form .form-control {
    display: block;
    width: 100%;
    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: 2rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.promo-form label{
    font-weight: 700;
}
.promo-form-regular .form-control {
    display: block;
    width: 100%;
    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;
}
/* 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);
}

/* captcha */
@media only screen and (max-width: 720px) {
    #recaptcha-container
    {
        transform: scale(0.77); 
        -webkit-transform: scale(0.77); 
        transform-origin: 0 0; 
        -webkit-transform-origin: 0 0;
    }

    .g-recaptcha-bubble-arrow
    {
        display: none;
    }

    .g-recaptcha-bubble-arrow + div
    {
        position: fixed !important;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);

        border: 1px solid rgb(204, 204, 204); 
        box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
    }
}

/*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;
}