@font-face {
    font-family: NerisLight;
    src: url("fonts/Neris-Light.otf") format("opentype");
}

@font-face {
    font-family: NerisSemiBold;
    font-weight: bold;
    src: url("fonts/Neris-SemiBold.otf") format("opentype");
}

@font-face {
    font-family: GESSTextLight;
    src: url("fonts/GE-SS-Text-Light.otf") format("opentype");
}

@font-face {
    font-family: GESSTwoMedium;
    font-weight: bold;
    src: url("fonts/GE-SS-Two-Medium.otf") format("opentype");
}

.phc_bdy{
    margin: 0;
    padding: 0;
}

.container.page {
	min-height: inherit !important;
	margin-top: inherit !important;
}

.phc_mst{
    background-image: url('images/bwtc-photography-bg.jpg');
    background-position: 50% -220px;
    background-position: 50% -340px;
    background-position: 50% -220px;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size: contain; */
    background-color: #020513;
    /* min-height: 100vh; */
    color:#fff;
    /* height: 100vh; */
}

/* .home-height-half{
    padding: 220px 0 150px 0;
    height: auto;
    width:auto;
} */

.phc_mst .entry-content h1{
    font-family: 'NerisLight';
    font-size: 2.5em;
    font-size: 3.8em;
    padding-top:1em;
    color:#fff;
    font-weight:bold;
    line-height:1.2em;
}
.phc_ar .phc_mst .entry-content h1{
    font-family: 'GESSTwoMedium';
}
.phc_mst .entry-content p{
    font-family: 'NerisLight';
    font-size: 3em;
    color:#fff;
    margin-top: 0.5em;
    line-height:1.2em;
}
.phc_ar .phc_mst .entry-content p{
    font-family: 'GESSTextLight';
}

.phc_mst .entry-content{
    color:#fff;
}

.phc_mst .gform_wrapper{
    margin-top:10em;
    margin-top:45em;
    background:#51637c;
    padding:2em 2em;

    max-width:800px;
    display:block;
    margin: 45em auto 0;

    background: #4e505a;
    background: -webkit-linear-gradient(bottom, #4e505a, #5e627b);
    background: -moz-linear-gradient(bottom, #4e505a, #5e627b);
    background: linear-gradient(to top, #4e505a, #5e627b);
}

.phc_mst footer{
    color:#8a8a8a;
    text-align:center;
    font-size:12px;
    font-family: 'NerisLight';
    padding:2em 1em;
}

@media (max-width: 1230px) {
    /* .home-height-half{
        background-position: 50% -200px;
        background-position: 50% -300px;
    } */

    .phc_mst .entry-content h1{
        font-size: 3.8em;
        padding-top:1em;
        line-height:1.2em;
    }
    .phc_mst .entry-content p{
        font-size: 3em;
        margin-top: 0.5em;
        line-height:1.2em;
    }
}

@media (min-width: 1230px) {
    .phc_ar .phc_mst .container{
        max-width:1000px;
    }

    .phc_ar .home-height-half{
        background-position: 50% -210px;
    }
    .phc_ar .phc_mst .gform_wrapper{
        margin-top:50em;
    }
}

@media (max-width: 1200px) {
    /* .phc_mst .container {
        max-width: 900px;
    } */

    .phc_mst.home-height-half{
        background-position: 50% -90px;
    }
    .phc_ar .home-height-half{
        background-position: 50% -90px;
    }
}

@media (max-width: 1190px) {
    /* .home-height-half{
        background-position: 50% -180px;
        background-position: 50% -280px;
    }
    .phc_mst .container {
        max-width: 830px;
    } */
}

@media (max-width: 1132px) {
    .phc_mst.home-height-half{
        background-size: 1132px;
    }

    .phc_mst .gform_wrapper{
        margin-top:35em;
        width:790px;
        display:block;
        margin:38em auto 0;
    }

    .phc_ar .home-height-half{
        background-position: 50% -150px;
    }

    .phc_ar .home-height-half{
        background-size: 1132px;
    }
}

@media (max-width: 1000px) {
    .phc_mst .container {
        max-width: 830px;
    }

    .phc_mst .entry-content h1{
        font-size: 3.3em;
    }
    .phc_mst .entry-content p{
        font-size: 3em;
    }
}

@media (max-width: 880px) {
    .phc_mst.home-height-half{
        background-size: 1000px;
        background-position: 50% -30px;
    }

    .phc_mst .gform_wrapper{
        width:700px;
        margin:35em auto 0;
    }

    .phc_mst .entry-content h1{
        font-size: 3.0em;
    }
    .phc_mst .entry-content p{
        font-size: 2.7em;
    }

    .phc_ar .home-height-half{
        background-size: 1000px;
        background-position: 50% -100px;
    }
    .phc_ar .gform_wrapper{
        margin:40em auto 0;
    }
}
@media (max-width: 750px) {
    .phc_mst.home-height-half{
        background-size: 800px;
        background-position: 50% -30px;
    }

    .phc_mst .gform_wrapper{
        width:560px;
        margin:30em auto 0;
    }

    .phc_mst .entry-content h1{
        font-size: 2.8em;
    }
    .phc_mst .entry-content p{
        font-size: 2.2em;
    }

    .phc_ar .home-height-half{
        background-size: 800px;
        background-position: 50% -60px;
    }
    .phc_ar .entry-content p{
        font-size: 2.1em;
    }
}

@media (max-width: 641px) {
    .phc_mst.home-height-half{
        background-size: 630px;
        background-position: 50% 0px;
    }

    .phc_mst .gform_wrapper{
        width:440px;
        margin:25em auto 0;
    }

    .phc_mst .entry-content h1{
        font-size: 2.2em;
    }
    .phc_mst .entry-content p{
        font-size: 1.8em;
    }

    .phc_ar .home-height-half{
        background-size: 630px;
        background-position: 50% -50px;
    }
    .phc_ar .entry-content h1{
        font-size: 2.1em;
    }
    .phc_ar .entry-content p{
        font-size: 1.5em;
    }
}

@media (max-width: 450px) {
    .phc_mst .container.page {
        max-width: 500px;
    }

    .phc_mst.home-height-half{
        background-size: 470px;
    }

    .phc_mst .gform_wrapper{
        width:320px;
        margin:17em auto 0;
    }

    .phc_mst .entry-content h1{
        font-size: 1.8em;
        max-width:20em;
    }
    .phc_mst .entry-content p{
        font-size: 1.2em;
        max-width:20em;
    }

    .phc_mst footer{
        font-size:0.6em;
    }

    .phc_ar .home-height-half{
        background-size: 470px;
        background-position: 50% -20px;
    }
}

@media (max-width: 320px) {
    .phc_mst .container.page {
        max-width: 320px;
    }

    .phc_mst.home-height-half{
        background-size: 400px;
    }

    .phc_mst .gform_wrapper{
        width:280px;
        margin:15em auto 0;
    }

    .phc_mst .entry-content h1{
        font-size: 1.6em;
        max-width:20em;
    }
    .phc_mst .entry-content p{
        font-size: 1.0em;
        max-width:20em;
    }

    .phc_ar .home-height-half{
        background-size: 400px;
    }
}

@media (max-width: 280px) {
    .phc_mst .container.page {
        max-width: 280px;
    }

    .phc_mst.home-height-half{
        background-size: 350px;
    }

    .phc_mst .gform_wrapper{
        width:240px;
        margin:12em auto 0;
    }

    .phc_mst .entry-content h1{
        font-size: 1.4em;
        max-width:20em;
    }
    .phc_mst .entry-content p{
        font-size: 1.0em;
        max-width:20em;
    }

    .phc_ar .home-height-half{
        background-size: 350px;
        background-position: 50% 0px;
    }
}


.phc_mst textarea,
.phc_mst input,
.phc_mst select {
 font-size:13px;
 padding:6px 15px;
 line-height:22px;
 font-weight:500;
 border:1px solid #3a3a3a;
 background-color:#fff;
 box-shadow: none;
 color:#04070b;
 width:auto;
}

.phc_mst .gform_wrapper .field_description_below .gfield_consent_description, .phc_mst .gform_wrapper .gfield_consent_description {
    /* width: 100%;
    max-height: 240px;
    overflow-y: scroll;
    font-size: .688em;
    margin-top: 12px; */
    border: 1px solid #3a3a3a;
    padding: 6px 8px;
    color:#000;
    background: #fff;
    font-family: 'NerisLight';
}

.phc_mst .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    /* padding: 24px;
    border: 1px dashed #ccc;
    text-align: center;
    color: #aaa;
    margin-bottom: 16px;
    background: rgba(0,0,0,.02);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; */

    color:#04070b;
    background:#c9c9c9;
    border: 1px solid #3a3a3a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.phc_mst .gform_wrapper .gfield_required {
    color: red;
}

.phc_mst .gform_wrapper .gform_footer input.button, .phc_mst .gform_wrapper .gform_footer input[type=image], .phc_mst .gform_wrapper .gform_footer input[type=submit]{
    margin:0 auto !important;
    width:100px !important;
    display:block !important;
    border: 1px solid #3a3a3a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#04070b;
}

.phc_mst .gform_wrapper .top_label input.medium, .phc_mst .gform_wrapper .top_label select.medium {
    font-size:13px;
    padding:7px 15px;
    line-height:22px;
    font-weight:500;
}

.phc_mst .gform_wrapper div.charleft {
    display:none;
}
.phc_mst .gform_wrapper .top_label div.ginput_container {
    margin:0 !important;
}
.phc_mst .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}

.phc_mst .gform_wrapper .instruction {
    display: none;
}

.phc_mst input,
.phc_mst select {
 height: auto;
}

.phc_mst .phc_imedium .textarea{
    height:120px;
}
.phc_mst .phc_ismall .textarea{
    height:80px;
}

.phc_mst .gform_wrapper .modal-content p{
    color:#04070b;
    padding: 1.5em 2em;
    font-size: 1.5em;
}

.phc_mst .ginput_container_fileupload .validation_message{
    display: none;
}


.phc_ar .gform_wrapper .phc_relnl .gfield_required{
    visibility:hidden;
}
.phc_ar .phc_mst .phc_lblr{
    color:red;
}
.phc_ar .gform_wrapper .field_description_below .gfield_consent_description, .phc_ar .gform_wrapper .gfield_consent_description {
    font-family: 'GESSTextLight';
}
.phc_ar .gform_wrapper .gform_button{
    text-align:center !important;
    font-weight:bold;
}
.phc_ar .gform_wrapper .ginput_container_consent{
    padding-top:1em;
}
.phc_ar .gform_wrapper .ginput_container_consent input{
    margin:0 0 0 0.5em;
}

