/*FONTS*/
@font-face {
    font-family: 'ralewaymedium';
    src: url('../fonts/raleway-medium-webfont.eot');
    src: url('../fonts/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway-medium-webfont.woff2') format('woff2'),
    url('../fonts/raleway-medium-webfont.woff') format('woff'),
    url('../fonts/raleway-medium-webfont.ttf') format('truetype'),
    url('../fonts/raleway-medium-webfont.svg#ralewaymedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
.form-outer{
    background-color: #FFFFFF;
    width: 100%;
    max-width: 840px;
    display: block;
    margin: auto;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.16);
}
.pad30{
    padding: 30px 30px 0px;
}
.pad-header{
    padding: 10px 15px;
}
.pad-header img {
    max-width: 110px;
}
.pad-left{
    padding: 30px 26px 30px 26px;
}
.pad-right{
    padding: 0px 15px 0px 40px;
}
.form-inner-header{
    margin-bottom: 30px;
}
.form-inner-header h1{
    font-family: 'Source Serif Pro', serif;
    font-size: 40px;
    color: #333333;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-left: 32px;
    margin-top: 20px;
}
.form-inner-header .header-flash{
    width:164px;
    height: 158px;
    background-image: url('/assets/images/projects/reg_form_flash.png');
    background-repeat: no-repeat;
    position: absolute;
    top: -60px;
    right: -22px;
    color: #FFFFFF;
    font-family: 'Source Serif Pro', serif;
}
.form-inner-header .header-flash span{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
.form-inner-header .header-flash p{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-top: 44px;
    transform: rotate(11deg);
}
.form-inner-left{
    background-color: #eeeeee;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.form-inner-left:after{
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #eeeeee;
    position: absolute;
    right: 47%;
    top: 180px;
}
.form-inner-right{
    width: 49%;
    display: inline-block;
    vertical-align: top;
    font-family: 'Source Serif Pro', serif;
    font-size: 16px;
}
.form-inner-right h2{
    font-size: 23px;
    line-height: 24px;
    font-family: 'Source Serif Pro', serif;
    font-style: italic;
}
.form-inner-right h3{
    color: #f173ac;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Source Serif Pro', serif;
}
.form-inner-right p{
    margin-top: 10px;
    line-height: 18px;
    font-family: 'Source Serif Pro', serif;
}
.form-inner-left p:first-child{
    margin-bottom: 20px;
}
.form-inner-left p{
    font-family: 'Source Serif Pro', serif;
    font-style: italic;
    font-size: 26px;
    color: #111111;
    line-height: 28px;
}
.form-inner-left p strong{
    font-weight: 600;
}
.form-inner-left span{
    font-family: 'Source Serif Pro', serif;
    font-size: 15px;
    color: #333333;
    font-weight: bold;
}
.form-inner-left span a {
    color: #48bfbf;
    text-decoration: none;
}
.form-inner-left form{
    margin-top: 10px;
}
.form-inner-left form label{
    font-family: 'Source Serif Pro', serif;
    font-size: 16px;
    color: #333333;
    width:100%;
    display: block;
}
.form-inner-left form input[type="email"],
.form-inner-left form input[type="password"]{
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    margin-top: 5px;
    font-family: Noto Sans;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    padding-left: 20px;
    box-sizing: border-box;
}
.form-inner-left form input{
    outline: none;
}
.form-inner-left form button{
    font-family: 'Source Serif Pro', serif;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #48bfbf;
    border: none;
    white-space: normal;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all .5s ease;
    -webkit-appearance: none;
    margin-bottom: 10px;
}
.form-inner-left form button:hover{
    background-color: #00A790;
    cursor: pointer;
}
.form-inner-left button:disabled {
    background-color: #333333;
    cursor: not-allowed;
}
.form-inner-left button:disabled:hover{
    background-color: #333333;
    cursor: not-allowed;
}
.form-inner-left form input[type="checkbox"]{
    -webkit-appearance: none;
    background-color: #FFFFFF;
    width: 22px;
    height: 22px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    top: -5px;
    z-index: 999;
}
.form-inner-left form input[type="checkbox"]:hover{
    cursor: pointer;
    border: #43b8df 1px solid;
}
.form-inner-left form input[type="checkbox"]:checked{
    background-color: #49c930;
}
.form-inner-left form input[type=checkbox]:checked::after{
    font-family: FontAwesome;
    content:'âœ”';
    color: #FFFFFF;
    position: absolute;
    font-size: 20px;
  }
.form-inner-left form .optin{
    line-height: 21px;
    margin-top: 6px;
    margin-bottom: 10px;
}
.form-inner-left form .optin label{
    display: inline-block;
    width: 89%;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
}
.form-inner-left form .optin label a{
    font-weight: bold;
    color: #48bfbf;
    text-decoration: none;
}
.form-inner-left form .optin .unsub{
    color: #333333;
    font-size: 14px;
    font-family: 'Source Serif Pro', serif;
    margin-left: 33px;
}
.form-outer .logo-block{
    margin-top: 15px;
    text-align: center;
}
.form-outer .logo-block a{
    display: inline-block;
}
.form-outer .logo-block img{
    margin: 0px 12px;
}
.form-inner-left form .error-msg{
    background-color: #e12323;
    text-align: center;
    margin-top: 20px;
    display: none;
    padding: 10px;
    color: #FFFFFF;
    font-family: 'Source Serif Pro', serif;
    font-size: 16px;
    line-height: 20px
}
.form-inner-left form .success-msg{
    background-color: #4cc955;
    text-align: center;
    margin-top: 20px;
    display: none;
    padding: 10px;
    color: #FFFFFF;
    font-family: 'Source Serif Pro', serif;
    font-size: 16px;
    line-height: 20px
}
.optinTip{
    padding: 15px;
    font-size: 18px;
    font-family: 'Source Serif Pro', serif;
    color: #FFFFFF;
    background-color: #00A790;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 15px;
}
.optinTip:before{
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #00A790;
    position: relative;
    top: -44px;
    left: -12px;
}
@media screen and (max-width: 768px){
    .pad-left, .pad-right{
        padding: 20px 20px 20px 20px;
    }
    .form-outer .logo-block img {
        max-width: 90px;
    }
    .form-outer{
        transform: translateY(0%);
        top: 0%;
    }
    .form-inner-right,
    .form-inner-left{
        width: 100%;
    }
    .form-inner-left{
        text-align: center;
    }
    .form-inner-right{
        margin-top: 30px;
    }
    .form-inner-header .header-flash{
        display: none;
    }
    .form-inner-left:after{
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 30px solid #eeeeee;
        right: auto;
        top: 60px;
        position: relative; 
        display: block;
        margin: auto;
    }
    .form-inner-header h1{
        margin-left: 0px;
        margin-top: 0px;
    }
    .form-inner-header img{
        display: block;
        margin: auto;
    }
    .form-inner-left form .optin label{
        width: 100%;
    }
    .form-inner-left form .optin .unsub{
        margin-left: 0px;
    }
    .optinTip:before{
        content: '';
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #43b8df;
        position: relative;
        top: -27px;
        display: block;
        margin: auto;
        left: auto;
    }
    .optinTip{
        margin: 15px 0px;
    }
}

/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*FOOTER FORM STYLING*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/

.footer-reg-form{
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'ralewaymedium';
    width: 100%;
    max-width: 270px;
    padding-top: 15px;
}
.footer-reg-form span {
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'ralewaymedium';
}
.footer-reg-form span a {
    color: #FFFFFF;
    text-decoration: underline;
}
.footer-reg-form h3{
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Lora', serif;
    clear: both;
    padding-top: 10px;
    line-height: 22px;
    color: #333333;
    font-style: italic;
}
.footer-reg-form form {
    background-color: #f78378!important;
}
.footer-reg-form form input[type="email"], .footer-reg-form form input[type="password"]{
    width: 100%;
    height:50px;
    color: #111111;
    font-size: 16px;
    font-family: 'ralewaymedium';
    outline: none;
    padding-left: 20px;
    margin: 15px 0px;
    border:none;
    box-sizing: border-box;
}
.footer-reg-form form input[type="password"]{
    margin-top: 0px;
}
.footer-reg-form form input[type="checkbox"]{
    -webkit-appearance: none;
    background-color: #e36d61;
    width: 35px!important;
    height: 35px!important;
    border: 1px solid #f4a6a5;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    top: -5px;
    z-index: 999;
}
.footer-reg-form input[type="checkbox"]:hover{
    cursor: pointer;
    border: #ffffff 1px solid;
}
.footer-reg-form input[type="checkbox"]:checked{
    background-color: #FFFFFF;
}
.footer-reg-form input[type=checkbox]:checked::after{
    font-family: FontAwesome;
    content:'\f00c';
    color: #aed000;
    position: absolute;
    font-size: 28px;
    padding: 3px;
  }
.footer-reg-form button{
    width: 100%;
    height: 45px;
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'ralewaymedium';
    outline: none;
    background-color: #00929f;
    border: none;
    border-radius: 5px!important;
    transition: .5s all ease;
    margin: 5px 0px 10px;
}
.footer-reg-form button:hover{
    background-color: #18b6c4;
    cursor: pointer;
}
.footer-reg-form button:disabled {
    background-color: #fb9d95;
    cursor: not-allowed;
}
.footer-reg-form .optinTip{
    background-color: #FFFFFF;
    color: #e07b79;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    display: none;
    box-sizing: border-box;
    max-width: 260px;;
}
.footer-reg-form .optinTip:before{
    left: -12px;
    border-bottom: 12px solid #FFFFFF;
}
.blog-box-title{
    padding: 10px 0px;
}
.footer-reg-form .optin {
    margin-bottom: 15px;
}
.footer-reg-form .optin label{
    font-size: 15px;
    width: 82%;
    float: right;
    line-height: 20px;
}
.footer-reg-form .success-msg, .footer-reg-form .error-msg{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    font-size: 16px;
    padding: 10px;
    font-family: 'ralewaymedium';
    line-height: 20px;
    text-align: center;
}
@media screen and (max-width: 768px){
    .Footer_Search{
        float: none;
        padding: 20px 0px;
        clear: both;
        width: 100%;
    }
    .footer-reg-form{
        text-align: center;
    }
    .form-inner-header h1 {
        display: block;
        margin-top: 20px;
    }
    .footer-reg-form input[type="text"]{
        display: block;
        margin-top: 20px!important;
    }
    .footer-reg-form input[type="text"], .footer-reg-form input[type="password"]{
        width: 92%;
        max-width: 100%;
        margin: auto;
        margin-bottom: 15px;
    }
    .footer-reg-form .optin label{
        width: 100%;
        float: none;
    }
    .footer-reg-form input[type="checkbox"]{
        display: block;
        margin: auto;
    }
    .footer-reg-form input[type="submit"]{
        margin-top: 15px;
    }
    .footer-reg-form .optinTip:before{
        left: 0px;
    }
}
.form-footer-registration form {
    background-color: #f78378;
    padding-left: 0px;
}
.form-footer-registration form input[type=text], .form-footer-registration form input[type=password]{
    font-size: 16px;
    font-family: 'ralewaymedium';
}
.form-footer-registration form input[type="submit"]{
    width: 100%;
    height: 45px;
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'ralewaymedium';
    outline: none;
    background-color: #00929f;
    border: none;
    border-radius: 5px!important;
    transition: .5s all ease;
    margin-top: 20px;
}

/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*POPUP SINGLE ENTRY FORM STYLING*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
.register_content{
    padding: 0px 0px 0px;
}
.register_content form{
    padding: 0px 40px 0px
}
.modal-popup-inner{
    padding: 0px;
}
.modal-popup-inner h2{
    font-size: 36px;
    font-family: 'ralewaymedium';
    color: #333333;
    font-style: normal;
}
.modal-popup-inner p{
    font-size: 16px;
    font-family: 'ralewaymedium';
    font-weight: 500;
    color: #333333;
    line-height: 26px;
    margin-top: 20px;
}
.modal-popup-inner a{
    font-size: 22px;
    font-family: 'ralewaymedium';
    color: #48bfbf;
    line-height: 26px;
    margin: 30px 0px 15px;
    text-decoration: none;
    display: block;
}
.modalPad{
    padding: 32px 32px;
}
.slick-list{
    padding: 0px 0px!important;
    width: 100%;
}
.slick-dots li button:before{
    font-size: 15px;
    color: #48bfbf;
}
.slick-dots li.slick-active button:before{
    color: #48bfbf;
}
.slick-slide img{
    margin: 20px auto;
    max-width: 100%;
}
.regSlide{
    padding-top: 20px;
}
.regSlide h2{
    font-size: 34px;
    line-height: 38px;
}
.regSlide .form-inner-left{
    width: 100%;
    background-color: #FFFFFF;
    max-width: 480px;
}
.regSlide .form-inner-left form input[type="email"], .regSlide .form-inner-left form input[type="password"]{
    width: 90%;
    padding: 0px 15px 0px 15px;
    margin: 0px 0px 15px;
    max-width: 360px;
}
.regSlide .form-inner-left label{
    text-align: left;
    clear: both;
}
.regSlide .form-inner-left:after{
    display: none;
}
.regSlide .optin a{
    display: inline;
    margin: 0px;
}
.regSlide .optinTip:before{
    left: -15px;
}
.buttonsBlock a{
    border: 1px solid #48bfbf;
    font-size: 20px!important;
    font-family: 'ralewaymedium';
    width: 200px;
    height: 70px;
    text-align: center;
    display: inline-block;
    line-height: 66px;
    border-radius: 5px;
    margin-top: 20px;
    color: #48bfbf;
    transition: .5s all ease;
    line-height: 65px!important;
    padding: 0px 0px!important;
    text-decoration: none;
}
.buttonsBlock a.active, .buttonsBlock a:hover{
    background-color: #48bfbf;
    color: #FFFFFF
}
.buttonsBlock a:first-child{
    margin-right: 15px;
}
.finalSlideButtons{
    display: none;
}
.finalSlideButtons a{
    font-size: 13px;
    line-height: 16px;
    font-family: 'ralewaymedium';
    width: 200px;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    color: #333333;
    padding: 0px 0px!important;
    line-height: 18px!important;
    font-size: 16px!important;
    text-decoration: none!important;
}
.finalSlideButtons a span{
    color: #e67673;
}
.finalSlideButtons a:first-child{
    border-right: 1px solid #ddd;
}
.finalSlideButtons a:first-child span{
    color: #48bfbf;
}
.form-inner-left span{
    float: none;
}
.login_content .form-inner-left form{
    padding: 0px 40px;
    margin-top: 22px;
}
.login_content .form-inner-left form span{
    float: none;
}
.login_content .form-inner-left .optin{
    clear: both;
}
.login_content .form-inner-left .optin label{
    vertical-align: top;
}
.login_content .form-inner-left button{
    padding: 20px 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.login_content .form-inner-left h2{
    font-weight: 800;
    font-size: 35px;
    line-height: 60px;
}
.login_content .not-a-member{
    padding: 40px 40px 40px;
}
.login_content .not-a-member h2{
    position:relative;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 0px;
  }
.login_content .not-a-member h2:before {
    content: "";
    display: block;
    border-top: solid 2px #c0c8d9;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 0;
  }
.login_content .not-a-member h2 span {
    background: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    font-size: 22px;
    font-family: 'ralewaymedium';
    font-style: normal;
    color: #333333;
  }
.login_content .not-a-member p{
    font-size: 13px;
    font-family: 'ralewaymedium';
    font-style: normal;
    color: #333333;
    line-height: 20px;
}
.login_content .not-a-member a{
    font-size: 13px;
    font-family: 'ralewaymedium';
    font-style: normal;
    padding-right: 0px;
    padding-left: 0px;
    border-left: none;
}
.modal-popup-inner form .optin {
    margin-bottom: 0px;
}
.popup-register .header-flash{
    width: 135px;
    height: 130px;
    background-image: url('/assets/images/projects/reg_form_flash.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -36px;
    left: -22px;
    color: #FFFFFF;
    font-family: 'ralewaymedium';
    z-index: 9;
}
.popup-register .header-flash span{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
.popup-register .header-flash p{
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-top: 42px;
    transform: rotate(-11deg);
}
@media screen and (max-width: 480px){
    .modaal-content-container{
        width: 100%;
        max-width: 300px;
    }
    .modalPad{
        padding: 32px 5px;
    }
    .login_content .form-inner-left button{
        padding: 0px 0px;
    }
    .register-form button{
        height: auto;
    }
}
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*NEW MODAL POPUPS*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 9999;
    overflow: auto; /* Enable scroll if needed */
    padding: 20px 0px
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 7% auto 7%; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    max-width: 500px;
    position: relative;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    z-index: 9;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    font-size: 40px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*SIDEBAR NEWSLETTER FORM*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
.Right_Info .newsletter-signup-form{
    margin: 10px 0px!important;
}
#form-sidebar-register-form form span a{
    color: #ea7e7b;
    text-decoration: underline;
}
#form-sidebar-register-form form {
    background-color: transparent;
}
.newsletter-signup-form h3{
    font-size: 22px;
    line-height: 22px;
    font-family: 'Lora', serif;
    color: #333333;
    padding-top: 18px!important;
    font-style: italic;
    font-weight: normal!important;
    padding-bottom: 9px;
}
.newsletter-signup-form form input[type="email"],
.newsletter-signup-form form input[type="password"]{
    width: 100%!important;
    height: 45px;
    border: 1px solid #ddd;
    padding: 0px 0px;
    padding-left: 15px;
    color: #333;
    font-family: 'ralewaymedium';
    font-size: 16px;
    text-transform: none;
    box-shadow: none;
    box-sizing: border-box;
}
.newsletter-signup-form form input[type="email"]{
    margin-bottom: 15px;
}
.newsletter-signup-form button{
    width: 100%;
    height: 45px;
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'ralewaymedium';
    outline: none;
    background-color: #ea7e7b;
    border: none;
    border-radius: 5px;
    transition: .5s all ease;
    box-sizing: border-box;
}
.newsletter-signup-form button:hover{
    background-color: #f65b5e;
    cursor: pointer;
}
.newsletter-signup-form button:disabled {
    background-color: #f4bebd;
    cursor: not-allowed;
}
.newsletter-signup-form .sidebar-form-top{
    border-bottom: dotted #333 1px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.newsletter-signup-form form input[type="checkbox"]{
    -webkit-appearance: none;
    background-color: #eeeeee;
    width: 35px;
    height: 35px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    z-index: 999;
}
.newsletter-signup-form form input[type="checkbox"]:hover{
    cursor: pointer;
    border: #dddddd 1px solid;
}
.newsletter-signup-form form input[type="checkbox"]:checked{
    background-color: #aed000;
}
.newsletter-signup-form form input[type=checkbox]:checked::after{
    font-family: FontAwesome;
    content:'\f00c';
    color: #FFFFFF;
    position: absolute;
    font-size: 28px;
    padding: 3px;
  }
.newsletter-signup-form form .optin{
    margin: 0px;
    margin-bottom: 12px;
}
.newsletter-signup-form form .optin label{
    display: inline-block;
    width: 80%;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: left;font-family: 'ralewaymedium';
    line-height: 22px;
}
.newsletter-signup-form .sidebarTip{
    font-family: 'ralewaymedium';
    line-height: 22px;
    font-size: 16px;
    color: #de2f2f;
    margin-bottom: 15px;
    font-weight: 600;
    clear: both;
}
.newsletter-signup-form .success-msg,
.newsletter-signup-form .error-msg{
    clear: both;
    float: left;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px;
    font-family: 'ralewaymedium';
    font-size: 16px;
    line-height: 20px;
}
.newsletter-signup-form .Block_Detail{
    padding: 15px 20px 10px 20px;
}
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*GIVEAWAYS FORM*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
.givescx{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.formPad h2{
    font-family: 'ralewaymedium';
    font-size: 32px;
    color: #333333;
    margin-bottom: 10px;
}
.givescx p{
    width: 50%;
    display: inline-block;
    margin: 0px;
    padding-top: 0px;
}
.givescx p label,
.givescx p input[type="text"],
.givescx p select{
    width: 100%;
}
.givescx p label{
    font-family: 'ralewaymedium';
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    margin: 10px 0px 5px;
    display: block;
    padding-left: 0px;
    text-align: left;
}
.givescx p label span{
    position: relative;
    color: #ea7e7b;
    font-size: 12px;
    top: -3px;
    left: 3px;
    width: auto;
}
.givescx p input[type="text"],
.givescx p select
{
    height: 45px;
    width: 100%;
    max-width: 290px;
    box-sizing: border-box;
    padding: 0px 15px;
    border: 1px solid #dddddd;
    font-family: 'ralewaymedium';
    font-size: 16px;
    color: #333333;
    margin-bottom: 14px;
}
.givescx p input[type="submit"]{
    background-color: #48bfbf;
    color: #FFFFFF;
    font-family: 'ralewaymedium';
    font-size: 20px;
    border-radius: 5px;
    border: #48bfbf 1px solid;
    padding: 10px 0px;
    transition: .5s all ease;
    width: 100%;
    max-width: 250px;
    margin-top: 20px;
    background-image: none;
    float: none;
    text-indent: 0px;
    height: auto;
}
.givescx p input[type="submit"]:hover{
    background-color: #FFFFFF;
    color: #48bfbf;
    cursor: pointer;
}
.givescx p select{
    background-color: #f6f6f6;
}
.givescx .field-full-width{
    width: 100%;
}
.givescx .optin{
    width: 100%;
    margin: 15px 0px;
}
.givescx .optin label{
    vertical-align: bottom;
    width: 82%;
    display: inline-block;
    line-height: 36px;
    padding-left: 10px;
    font-weight: 500;
    font-size: 14px;
    text-transform: none;
    margin: 0px;
}
.givescx .optin label strong{
    font-weight: 900;
}
.givescx .optin label a{
    color: #48bfbf;
    font-style: normal;
}
.givescx p input[type="checkbox"]{
    -webkit-appearance: none;
    background-color: #FFFFFF;
    width: 30px;
    height: 30px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    z-index: 999;
    vertical-align: top;
}
.givescx p input[type="checkbox"]:hover{
    cursor: pointer;
}
.givescx p input[type="checkbox"]:checked{
    background-color: #eeeeee;
}
.givescx p input[type=checkbox]:checked::after{
    font-family: FontAwesome;
    content:'\f00c';
    color: #bbbbbb;
    position: absolute;
    font-size: 22px;
    padding: 3px;
  }
.givescx .optin-required input[type="checkbox"]:checked{
background-color: #49c930;
}
.givescx .optin-required input[type=checkbox]:checked::after{
    font-family: FontAwesome;
    content:'\f00c';
    color: #FFFFFF;
    position: absolute;
    font-size: 22px;
    padding: 3px;
}
.optin-required{
    background-color: #FFFFFF;
    background-image:url('/assets/images/projects/newsletter.png');
    background-repeat: no-repeat;
    background-position: 1% center;
    box-sizing: border-box;
    padding: 20px 25px 20px 120px!important;
    font-size: 14px!important;
    color: #333333!important;
    border: 1px solid #48bfbf;
}
.optin-required span{
     font-size: 16px;
     display: block;
     margin-bottom: 10px;
     text-align: left;
}
.optin-required label{
    vertical-align: top!important;
    line-height: 28px!important;
    padding-left: 0px!important;
}
.optin-required input,
.optin-required label{
    margin-top:10px!important;
}
.givescx hr{
    border-top: 1px solid #eee;
}
.givescx h5{
    font-weight: bold;
    font-size: 14px;
    font-family: 'Dosis', serif;
}
.givescx h5 a{
    color: #48bfbf;
}
@media screen and (max-width: 760px){
    .givescx p{
        width: 100%;
    }
    .givescx p input[type="text"],
    .givescx p input[type="submit"],
    .givescx p select{
        max-width: 100%;
    }
    .givescx .optin label{
        width: 76%;
    }
}

/* Blaize CSS */
.blaize-theme-default.blaize-form span {
    font-size: 12px!important;
    letter-spacing: 0px;
}
.blaize-theme-default.blaize-form span a {
    color: #00a790;
    font-size: 12px!important;
}
.blaize-theme-default.blaize-form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
.blaize-form.newsletter-form-fullwidth button {
    height: 40px;
    margin-top: 0px;
    margin-bottom: 2px;
}
.blaize-theme-default.blaize-form .email-checkbox {
    margin-bottom: 10px;
}
.blaize-theme-default.blaize-form .blaize-title {
    margin-top: 0;
}
.blaize-theme-default.blaize-form .blaize-error {
    display: none;
    color: #FFFFFF;
    background-color: #e9304f;
    font-size: 16px;
    line-height: 18px;
    padding: 20px;
    margin-bottom: 15px;
    font-family: 'Source Serif Pro',serif;
    box-sizing: border-box;
}
.blaize-theme-default.blaize-form .blaize-success {
    display: none;
    background-color: #00a790;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 18px;
    padding: 20px;
    margin-bottom: 15px;
    font-family: 'Source Serif Pro',serif;
    box-sizing: border-box;
}
.blaize-theme-default.blaize-form.blaize-form-login,
.blaize-theme-default.blaize-form.blaize-form-reset-password {
    display: none;
}
#sidebarRegPassword{
    display: none;
}
#login_pass {
    display: block;
}
#form-login-form form input {
    box-sizing: border-box;
    height: 45px;
    font-size: 16px;
    font-family: Noto Sans;
    margin-top: 5px;
    width: 100%;
    outline: none;
}
#form-login-form button{
    width: 100%;
    height: 45px;
    color: #FFFFFF;
    font-size: 20px;
    font-family: Noto Sans;
    outline: none;
    background-color: #00A790;
    border: 1px #00A790 solid;
    border-radius: 5px!important;
    transition: .5s all ease;
    margin: 5px 0px 10px;
}
#form-login-form button:hover{
    background-color: #FFFFFF;
    cursor: pointer;
    color: #00A790
}
#form-login-form form label, #form-login-form form span{
    font-family: Noto Sans;
    font-size: 16px;
    color: #333333;
    width:100%;
    display: block;
}
#forgot_password_form {
     display: block;
     margin: auto;
     clear: both;
}
#login_page_form {
    display: block;;
}
#form-registration-form button {
    width: 100%;
}
.blaize-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 26px;
    height: 26px;
    margin: 8px;
  }
  .blaize-icon.blaize-icon-facebook {
    background: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20216%20216%22%20color%3D%22%23fff%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M204.1%200H11.9C5.3%200%200%205.3%200%2011.9v192.2c0%206.6%205.3%2011.9%2011.9%2011.9h103.5v-83.6H87.2V99.8h28.1v-24c0-27.9%2017-43.1%2041.9-43.1%2011.9%200%2022.2.9%2025.2%201.3v29.2h-17.3c-13.5%200-16.2%206.4-16.2%2015.9v20.8h32.3l-4.2%2032.6h-28V216h55c6.6%200%2011.9-5.3%2011.9-11.9V11.9C216%205.3%20210.7%200%20204.1%200z%22/%3E%3C/svg%3E) no-repeat center;
  }
  .blaize-icon.blaize-icon-google {
    background: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M482.56%20261.36c0-16.73-1.5-32.83-4.29-48.27H256v91.29h127.01c-5.47%2029.5-22.1%2054.49-47.09%2071.23v59.21h76.27c44.63-41.09%2070.37-101.59%2070.37-173.46z%22%20fill%3D%22%234285f4%22/%3E%3Cpath%20d%3D%22M256%20492c63.72%200%20117.14-21.13%20156.19-57.18l-76.27-59.21c-21.13%2014.16-48.17%2022.53-79.92%2022.53-61.47%200-113.49-41.51-132.05-97.3H45.1v61.15C83.93%20439.12%20163.74%20492%20256%20492z%22%20fill%3D%22%2334a853%22/%3E%3Cpath%20d%3D%22M123.95%20300.84c-4.72-14.16-7.4-29.29-7.4-44.84s2.68-30.68%207.4-44.84v-61.15H45.1C29.12%20181.87%2020%20217.92%2020%20256s9.12%2074.13%2025.1%20105.99l78.85-61.15z%22%20fill%3D%22%23fbbc05%22/%3E%3Cpath%20d%3D%22M256%20113.86c34.65%200%2065.76%2011.91%2090.22%2035.29l67.69-67.69C373.03%2043.39%20319.61%2020%20256%2020%20163.75%2020%2083.93%2072.89%2045.1%20150.01l78.85%2061.15c18.56-55.78%2070.59-97.3%20132.05-97.3z%22%20fill%3D%22%23ea4335%22/%3E%3Cpath%20d%3D%22M20%2020h472v472H20V20z%22/%3E%3C/g%3E%3C/svg%3E) no-repeat center;
    background-color: white;
    background-size: 26px 26px;
    height: 38px;
    width: 38px;
    border-radius: 2px;
    margin: 2px;
  }
  .blaize-icon.blaize-icon-linkedin {
    background: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20viewBox%3D%2298%2098%20302%20302%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M186.4%20142.4c0%2019-15.3%2034.5-34.2%2034.5-18.9%200-34.2-15.4-34.2-34.5%200-19%2015.3-34.5%2034.2-34.5%2018.9%200%2034.2%2015.5%2034.2%2034.5zm-5%2058.9h-57.8v186.8h57.8V201.3zm92.4%200h-55.4v186.8h55.4v-98c0-26.3%2012.1-41.9%2035.2-41.9%2021.3%200%2031.5%2015%2031.5%2041.9v98H398V269.8c0-50-28.3-74.2-68-74.2-39.6%200-56.3%2030.9-56.3%2030.9v-25.2h.1z%22/%3E%3C/svg%3E) no-repeat center;
  }
  .blaize-icon.blaize-icon-twitter {
    background: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%204.3a9%209%200%2001-2.8.8c1-.6%201.8-1.6%202.2-2.7-1%20.6-2%201-3.1%201.2-1-1-2.3-1.6-3.7-1.6a4.9%204.9%200%2000-4.9%204.9c0%20.4%200%20.8.1%201.1-4.1-.2-7.7-2.1-10.1-5.1-.5.7-.7%201.6-.7%202.5%200%201.7.9%203.2%202.2%204.1-.8-.1-1.6-.3-2.2-.6V9c0%202.4%201.7%204.4%203.9%204.8-.4.1-.8.2-1.3.2-.3%200-.6%200-.9-.1.6%202%202.4%203.4%204.6%203.4a10%2010%200%2001-6.1%202.1c-.4%200-.8%200-1.2-.1a14%2014%200%20007.5%202.2c9.1%200%2014-7.5%2014-14v-.6c1-.7%201.8-1.6%202.5-2.6%22%2F%3E%3C%2Fsvg%3E) no-repeat center;
  }
  .blaize-form .blaize-identifiers {
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out 0.1s;
    overflow: hidden;
  }
  .blaize-form .blaize-oauth {
    display: block;
    position: relative;
    margin: 0 auto 10px;
    height: 42px;
    line-height: 42px;
    width: 100%;
    font-weight: normal;
    background-color: #4697ce;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'Noto Sans';
    font-size: 18px;
  }
  .blaize-form .blaize-oauth span {
      font-family: 'Noto Sans';
      color: #fff;
      line-height: 42px;
      font-weight: normal;
      font-size: 18px!important;
  }
  .blaize-form .blaize-oauth > :before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 42px;
    width: 42px;
    font-size: 26px;
  }
  .blaize-form .blaize-oauth.blaize-oauth-google {
    background-color: #397af2;
  }
  .blaize-form .blaize-oauth.blaize-oauth-facebook {
    background-color: #395ca9;
  }
  .blaize-form .blaize-oauth.blaize-oauth-linkedin {
    background-color: #006cac;
  }
  .blaize-form .blaize-oauth.blaize-oauth-twitter {
    background-color: #08a0e9;
  }
  .blaize-theme-default.blaize-form .blaize-social-sign-in-footer {
      text-align: center;
      overflow: hidden;
      margin: 15px 0 10px 0;
      font-weight: bold;
  } 
  .blaize-theme-default.blaize-form .blaize-social-sign-in-footer:before,
  .blaize-theme-default.blaize-form .blaize-social-sign-in-footer:after {
      border-bottom: 1px solid #e1e3e8;
      content: "";
      display: inline-block;
      width: 50%;
      margin: 0 6px 0 -55%;
      vertical-align: middle;
  }
  .blaize-theme-default.blaize-form .blaize-social-sign-in-footer:after {
      margin: 0 -55% 0 6px;
  }