body {
color: #1a3754;
font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
font-size: 15px;
font-weight: 300;
}
body .gform_wrapper .gform_validation_container {
    display: none;
}
a {
color: #3496ea;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
a, a:hover, a:active, a:focus {
outline: 0;
}
ul {
list-style: none outside none;
margin: 0;
padding: 0;
}

h2 i {
color: #FFD613;
}

.btn {
border: medium none;
border-radius: 2px;
}
.btn-lg {
padding: 10px 26px;
}





h1,h2,h3,h4,h6 {
    font-weight: 700;
}
h5 {
    font-weight: 400;
    line-height: 1.5;
}
h1 {
    font-size: 29px;
}
h2 {
    font-size: 23px;
}
h3 {
    font-size: 15px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 15px;
}

@media screen and (min-width: 991px){
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 42px;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 32px;
    }
    h5 {
        font-size: 19px;
    }
    .section-title {
        font-size: 23px;
    }
}



/*General styles ----------------/*/
/**Page intro...........*/
.page-intro {
    text-align:center;
    padding-top: 11px;
}
.page-intro img {
    max-width:100%;
    height: auto;
}

.page-intro .brand-image {
    width:133px;
}

.page-intro-inner {
    max-width: 501px;
    margin: 0px auto -20px auto;
    position:relative;
}
.page-intro h1, .page-intro h2,.page-intro h3, .page-intro h4,.page-intro h5,.page-intro h6,
.white-content h1, .white-content h2,.white-content h3, .white-content h4,.white-content h5,.white-content h6 {
    color: #26575B;
    font-weight: bold;
}


.gallery-image {
    width: 25%;
    float:left;
    padding: 5px;
} 

.gallery-container {
    margin-left: -5px;
    margin-right: -5px;
}


.cta {
    background-color: #FEF200;
    text-align:center;
    color: #26575B;
    padding: 20px;
    margin :30px auto;
}

.cta h3 {
    font-size: 22px;
    margin-top: .5em;
}

.cta p {
    font-size: 14px;
    font-weight:500;
}

.cta .button {
    /* Rectangle Copy 6: */
background: #26575B;
box-shadow: 0 2px 0 0 #B0A803;
border-radius: 5px;
/* REGISTER NOW: */
font-weight: 700;
text-transform: uppercase;
font-size: 16px;
color: #FFFFFF;
letter-spacing: 2px;
text-align: center;
display: block;
padding: .5em 1em;
margin: 20px auto 10px auto;
}

.cta .button .hover {
    color: #26575B;
    background-color: #fff;
}
.section-title {
    margin: 1em 0px;
    text-align:center;
}
.page-section hr {
        width:100%;
        height: 1px;
        border: 0px solid transparent;
        margin-top :30px;
        background-color: #979797;
    }
@media screen and (min-width: 700px) {
    .page-intro {
        padding-top: 26px;
    }
    .page-intro .brand-image {
        width:192px;
        margin-bottom: 12px;
    }
    body {
        font-size: 18px; 
    }
}

@media screen and (min-width: 992px) {
    .page-intro .brand-image {
        width:192px;
    }
    .gallery-image {
        padding: 15px;
    } 

    .gallery-container {
        margin-left: -15px;
        margin-right: -15px;
    }
    .cta .button {
        display: none;
    }

    .cta h3 {
        font-size:28px;
    }
    .cta p {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .footer-content {
        text-align:center;
    }
    .footer-content img {
        display: inline-block;
    }

    .section-title {
        text-align:center;
        font-size:23px;
    }


}

@media screen and (max-width: 992px) {
    .page-section .section-title {
            margin: 40px auto 30px auto;
        }
}

.inner-content {
    max-width:700px;
    margin: 0px auto;
}
/*
STATIC-LAYOUT
*******************************************************************************/

.static-layout {
/*background: url("../images/bg-static-layout.jpg") repeat scroll left top #1c3953;*/
bottom: 0;
color: #fff;
display: block;
left: 0;
overflow-x: hidden;
overflow-y: auto;
top: 0;
z-index: 1000;
/*text-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);*/
background-color: #26575B;
    padding: 40px 40px 40px 40px;
}

.static-layout h4 {
    color: #FEF200;
}

.static-layout h1 {
    margin-bottom: 20px;
}
.mrgn-btm-no{    margin-bottom: 0;}

form {
/*padding: 0 6%;*/
position: relative;
z-index: 100;
}
form .form-bg {
background-color: rgba(0, 0, 0, 0.6);
border-radius: 3px;
/*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) inset;*/
padding: 5px;
}
form .form-group {
margin-bottom: 0;
}
form .row > div {
padding: 5px;
}
form h3 {
color: #ffffff;
font-size: 26px;
font-weight: bold;
/*text-transform: uppercase;*/
}
form p {
font-size: 20px;
}

form input {
    color: #000;
}
form input[type='text'], form input[type='email'] {
border: medium none;
border-radius: 2px;
/*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);*/

padding: 0 25px;
}
form .btn, form input[type=submit]{
background-color: #FEF200;
color:#26575B;
border: medium none;
border-radius: 2px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
font-size: 18px;
font-weight: bold;
padding: 13px 0;
background: #e8dc17 !important;
font-size: 19px;
color:black;
padding: 9px 70px 9px 70px !important;
text-transform: uppercase;
color: #26575B;
text-align: center;;
}

form .btn:hover, form input[type=submit]:hover{
    background-color: #fff;
}

form .btn small {
color: rgba(255, 255, 255, 0.6);
display: block;
font-size: 12px;
font-weight: 500;
letter-spacing: 2px;
margin-top: -6px;
}



/*custom css*/


.intro-text {font-size: 20px;}

.button-style {
background: #e8dc17 !important;
font-size: 19px;
color:black;
padding: 9px 70px 9px 70px !important;
}

.message-label{
    display: block;
    text-align: left;
}
/*.my-content{
background-image: url("../images/yellow.jpg");
background-size: 100%;
background-repeat: no-repeat;
}*/
.my-content {
position:relative;
}
.text-left{
text-align:left;
}
.top-margin{
margin-top:20px;
}
.top-margin-register{
margin-top:40px;
}
.bottom-margin{
margin-bottom:50px;
}
.bottom-font{
font-size:11px;
line-height: normal;
padding-bottom: 20px;
color: black;
}

.img-block {
margin-left: -8px;
margin-top: -40px;
}
.my_container {
padding: 0;
}
.content-layout {
padding: 30px 40px 0;
max-width: 703px;
margin: 0 auto !important;
}
.register-top-margin
{
margin-top: 38px;
}
form .form-group {
margin-bottom: 0;
min-height: 84px;
}
label.error {
margin-bottom: 0;
font-size: 13px;
}
.padding-remove{
padding:0;
}
.btn-info:hover {
color:#000;
}
.row .row{
margin:0;
}
/*.my-content::before {
content: "";
display: block;
width: 100%;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
border-right: 570px solid #fff000;
min-height: 200px;
}*/
.arrow-right {
 position: absolute;
    top: 32%;
}
.arrow-left {
    position: absolute;
    top: 32%;
    margin: 0;
}
.my-content img{width:100%;}
.content-padd {padding:0 40px}
.left-arrow {    /* margin-top: 38px; */
    background: url("../images/left-arrow.png") left top no-repeat;
    min-height: 78px;}
.left-arrow h4{ line-height: 78px;color:yellow}
 /*.my-content {    margin-top: 38px;
    background: url("../images/sticker.png") left top no-repeat;
    min-height: 200px;background-size: 100%;} */
.col-md-6.r-50p-col .col-md-6,
.col-md-6.r-50p-col .col-md-12,
.col-md-6.r-50p-col .col-md-8,
.col-md-6.r-50p-col .col-md-4{padding-left:0;padding-right:0}
.col-md-6.r-50p-col .col-md-2, .col-md-6.r-50p-col .col-md-10 {
    padding-left: 0;
    display: inline-block;
    float: left;
}


@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .my_container img.img-responsive {
        width: 100%;
    }

    .arrow-left {
        left: 5%;
        top: 40%;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 992px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/*    .my_container img.img-responsive {
        width: 100%;
    }
    .arrow-left {    top: 40%;}
    .r-50p-col {position: absolute;right: 0;}*/
    /*.static-layout{ width: 50%;    position: fixed; height:100%;}*/
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 992px) {.static-layout{width: 50%;   position: fixed;}}
@media only screen  and (min-width : 1224px) {
    .arrow-left {    top: 32%;}
    .my_container img.img-responsive {
        width: 100%;
    }
    .my_container.our-story {
        padding-right: 40px;
    }
    .r-50p-col {position: absolute;right: 0;}
    .static-layout{width: 50%;   position: fixed;}
    }
    @media only screen and (min-width: 1600px) {
    .arrow-left {
        top: 40%;
    }
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
    .my_container img.img-responsive {
        width: 100%;
    }
    .arrow-left {    top: 45%;}
    .r-50p-col {position: absolute;right: 0;}
    .static-layout{width: 50%;   position: fixed;}
}
@media(max-width:992px) {

    .hide-unsplit {
        display:none;
    }
    .static-layout {
    padding: 40px 15px;
    position: relative;
    }


    .its-free {
    display: none;
    }
    .video {
    margin-bottom: 0;
    }
    .video img {
    display: none;
    }
    form {
    padding: 0 15px 15px;
    /*width: 70%;margin: 0 auto;*/
    }
    form .btn, form input[type=submit] {
        width:100%;
    }
    form h3 {
    font-size: 20px;
    }
    form p {
    font-size: 13px;
    }
    form .form-bg {
    padding: 10px;
    }
}
@media(max-width:768px) {
    .content-layout {
        padding: 5px 60px 0;
    }

    .left-arrow {    
        width: 70%;
        margin: 0 auto;
    }
    .my-content::before {
    border-right: 725px solid #fff000;
    }
    .arrow-right img {
    max-width: 75%;
    float: right;
    }
    .arrow-left {
        top: 40%;
        left: 5%;
    }
    h4 {
    text-align: center;
    }
    .img-block {
    display:none;
    }
    .register-top-margin {
    margin-top:0;
    }
    form .form-group {
    min-height: 0;
    }

    .top-margin {
    margin-top:0;
    }
    .bottom-margin {
    margin-bottom:0;
    }

}
@media(max-width:603px) { 
    .my-content::before {
    border-right:565px solid #fff000;
    }
    .arrow-left {
        top: 37%;
        left: 5%;
}
}
@media(max-width:580px) { 
    .img-block {
    display:none;
    }
    .register-top-margin {
    margin-top: 0;
    }
    .button-style {
    padding: 7px 40px 7px 40px !important;
    }
    .content-layout {
    padding: 5px 20px 0;
    }
    .padding-left-right .col-md-10 {
    padding-left:0;
    padding-right:0;
    }
    .padding-left-right .col-md-2 {
    padding-left:0;
    padding-right:0;
    }
    .top-margin {
    margin-top:0;
    }
    .bottom-margin {
    margin-bottom:0;
    }
    form .form-group {
    min-height: 0;
    }
    h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 3px;
     margin-bottom: 5px;
    }
    .col-md-12 .top-margin {
    padding-left:0;
    padding-right:0;
    }
    #btn-submit {
    margin-top: 20px;
    }

    form#frm-process,.left-arrow {
        width: 100%;
    }
    .arrow-left {
        top: 37%;
        left: 5%;
    }
}
@media (max-width: 460px) {

    form#frm-process, .left-arrow {
        width: 100%;
    }
    .arrow-left {
        top: 30%;
        left: 5%;
    }
}
@media(max-width:360px) { 
    form#frm-process,.left-arrow {
        width: 100%;

    }
    .arrow-left {
        top: 28%;
        left: 5%;
        font-size: 10px;
    }

    h4{
    text-align: center;
    font-size: 20px;
    }
    .small-width .col-md-8 {
    white-space: normal;
    text-align: left;
    }
    .arrow-right img {
    max-width: 50%;
    }
    .my-content::before {
    border-right: 320px solid #fff000;
    }
}
@media (max-width: 320px){

}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shareTitle {
    margin-top: 2em;
}


.sharing {
    font-size: 0px;
    margin-top: 25px;
    margin-bottom:25px;
}

.sharing a {
    font-size: 2rem;
    display: inline-block;
    margin-right: 0px;
    width: 2em;
    height: 2em;
    line-height: 2em;
    background-color: #f15922;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.sharing a.twitter {
    background-color: #55acee;
}
.sharing a.facebook {
    background-color: #3b5998;
}
.sharing a.linkedin {
    background-color: #0077B5;
}
.sharing a.googleplus {
    background-color: #d34836;
}

.sharing a:hover {
    cursor: pointer;
    background-color: #c31f25;

}

.submissionStatus {
    margin-top: 1em;
    text-align:center;
}

.submissionStatus img {
    width: 79px;
    height: 79px;
}


/*Gravity forms --------------------------------------*/

.gfield {
    text-align:left; 
    display:block;
}

.gfield input:not([type=checkbox]), .gfield select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #15393C;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}

.gfield_checkbox {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.gfield_checkbox li {
    -webkit-column-break-inside: avoid;
              page-break-inside: avoid;
                   break-inside: avoid;
}


form {
    /*overflow:hidden;*/
    clear:both;
}
.gform_fields {
    overflow:hidden;
}


.gfield_visibility_ {
    display:none;
}

.gf_wide {
    clear:both;
    padding-top: 1em;
}

.ginput_recaptcha > div {
    margin: 0px auto;
    display: block;
}
.gform_footer {
    margin-top: 20px;
}

.hide-label .gfield_label{
    display:none;
}

label {
    font-size: 12px;
    font-weight: bold;
}
.gfield_description.validation_message {

text-align:center;
font-size: .825em;
margin-top: .5em;
}

.validation_error {
    margin: 1em 0em;
}


.gfield input[type=checkbox] {
    display: inline-block;
}
@media (min-width: 600px) {
    .gfield:not(.gfield_html):not(.gf_wide) {
        width: 50%;
        float:left; 
        padding: 5px;
    }
}

@media (min-width: 992px) {

    .hide-split {
        display:none;
    }

    label {
        font-size:13px;
    }
}