﻿/* These styles will be
 * transfer to style.css
 * once done.
---------------------------*/

.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    max-width: 988px !important;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    width: auto !important;
    max-width: 988px !important;
    margin: 20px auto;
}
.title {
	font-weight: bold;
    font-family: Oswald;
    text-transform: uppercase;
}
h1.title {
    padding-top: 113px;
    font-size: 60px;
}
h2.title {
    padding-bottom: 29px;
    font-size: 58px;
    color: #272727;
}
h3.title {
    padding-bottom: 40px;
    font-size: 45px;
}
.et-button {
    padding-top: 50px;
    padding-bottom: 92px;
    text-transform: uppercase;
}
.services .et_pb_blurb h4 {
    font-size: 22px;
    line-height: 22px;
    padding: 12px 50px;
}
.services .et_pb_blurb p {
    font-size: 16px;
    line-height: 20px;
    padding: 0px 30px 20px 30px;
    color: #272727;
    font-weight: 300;
}
a.btn {
    background-color: #3498db;
    border-radius: 5px;
    padding: 9px 21px;
    color: #fff;
    background-image: none;
    font-size: 12px;
    font-family: roboto;
}
.article-title {
    color: #76c120;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    line-height: 45px;
    font-size: 42px;
    font-weight: bold;
    font-family: "Oswald";
    text-transform: uppercase;
}
.article-blue {
    display: block;
    line-height: 26px;
    margin: 0px;
    color: #008dce;
    padding: 0px;
    font-size: 22px;
    font-weight: 300;
    font-family: "roboto";
    padding-bottom: 0px;
}
.article-content{
    font-size: 16px;
    color: #272727;
    line-height: 24px;
    font-weight: 300;
}
.article-green {
    display: block;
    line-height: 26px;
    margin: 0px;
    color: #76c120;
    padding: 0px;
    font-size: 22px;
    font-weight: 300;
    font-family: "roboto";
    padding-bottom: 0px;
}

/*
* Form
*----------------------------*/
.gform_body {
    padding: 0 10px;
}
​
.gform_wrapper {
    padding-bottom: 38px;
}
.gform_fields {
    padding: 0 !important;
    list-style: none outside none !important;
    margin: 0 -10px;
}
​
.gform_fields:before,
.gform_fields:after,
.ginput_complex:before,
.ginput_complex:after,
.gform_footer:before,
.gform_footer:after,
.gform_wrapper {
    content: " ";
    display:table;
    clear: both;
}
​
.gform_fields:after,
.ginput_complex:after,
.gform_footer:after{
    clear:both;
}
​
.gform_fields li.gfield {
    padding: 0 10px 0;
}
​
.gform_fields li.gfield .ginput_container{
    padding:0 0 20px;
}
​
.gform_fields li.gfield .ginput_container.ginput_complex{
    padding:0;
}
​
.label-none .gfield_label,
.complex-label-none .ginput_container label{
    display:none !important;
}
​
.ginput_complex {
    margin: 0 -10px;
}
input[type=search],
input[type=url],
input[type=number],
input[type=text], 
input[type=password], 
input[type=tel], 
input[type=email],
input.text, 
input.title, 
textarea {
    border-radius: 4px;
    outline: none;
    border: solid 1px #cccccc;
    width: 232px !important;
    padding: 4px 10px 4px 10px !important;
    color: #666666;
    background: #ffffff;
    font-family: 'Roboto',sans-serif;
}

input[type=search]::placeholder,
input[type=url]::placeholder,
input[type=number]::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input.text::placeholder,
input.title::placeholder,
textarea::placeholder {
    color: transparent;
}

.dropzone.dz-clickable {
    border-radius: 4px;
    width: 232px !important;
    /*min-height: 25px !important;
    max-height: 25px !important;*/
    position: relative;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #cccccc;
    color: #747474;
    background: #e1e1e1;
    font-family: 'Roboto', sans-serif;
    margin-left: calc(35% + 5px)!important;
}

@media (max-width: 463px){
    .dropzone.dz-clickable{
        margin-left: 0!important;
    }
}

.jcf-select-oas-combo.jcf-select-drop .jcf-select-drop-content li:hover {
    background: #eee;
}

.jcf-select-oas-combo.jcf-select-drop .jcf-select-drop-content li span{
    display: block;
}

.dropzone .dz-preview {
    text-align: center;
}
#oas-wrapper button#oas-submit {
    background-color: #ff7200;
    border-color: #ff7200;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    text-align: center!important;
    font-weight: 600;
    vertical-align: top;
    cursor: pointer;
    border: 0;
    padding: 6px 20px;
}

#oas-wrapper button#oas-submit:hover {
    opacity: .75;
}
#oas-wrapper .oas-label {
    text-align: left;
    font-weight: 700;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    min-height: 25px !important;
    max-height: 25px !important;
    margin: 0px;
    position: relative;
    padding: 0px;
}

​
textarea {
    height: 279px;
}

textarea.oas-field {
    height: 160px !important;
}
​
input[type=checkbox], 
input[type=radio] {
    margin: 0 !important;
    display: inline-block;
    vertical-align: middle;
}
​
::-webkit-input-placeholder {
    color: #666666;
}
​
:-moz-placeholder {
    color: #666666;
}
​
::-moz-placeholder { 
    color: #666666;
}
​
:-ms-input-placeholder {  
    color: #666666;
}
​
.gfield_checkbox, 
.gfield_radio {
    padding: 0 0 3px !important;
    list-style: none outside none !important;
    line-height: normal !important;
}
​
.gfield_checkbox li, 
.gfield_radio li {
    padding-bottom: 8px;
}
​
.gform_footer {
    text-align: right;
    display: block;
    max-width: 100%;
    padding: 19px 10px 0;
}
​
.gform_ajax_spinner{
    display:none;
}
​
.gform_button {
    display: inline-block;
    background: #817e7a;
    background: rgba(129,126,122,0.80);
    border: 2px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 16px;
    padding: 11px 23px 11px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Roboto',sans-serif;
    cursor: pointer;
    width: 100%;
    letter-spacing: 0.75px;
    max-width: 156px;
}
​
.validation_error {
    color: #A90202;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 700;
}
​
.clear{
    clear: both;
}
​
.gform_fields li.gfield.col-6{
    float: left;
    width: 50%;
}
​
.ginput_complex .name_first,
.ginput_complex .name_last,
.ginput_complex .name_middle,
.ginput_complex .name_suffix,
.ginput_left,
.ginput_right{
    float: left;
    width: 50%;
    padding:0 10px 16px;
    display: block;
}
​
.ginput_full,
.ginput_complex .name_prefix {
    clear:both;
    display: block;
    padding:0 10px 16px;
}
​
.gfield_checkbox label, 
.gfield_radio label {
    font-weight: 700;
    vertical-align: middle;
    font-size: 14px;
}
​
.gfield_error input[type=text], 
.gfield_error  input[type=password], 
.gfield_error  input[type=tel], 
.gfield_error  input[type=email],
.gfield_error  input.text, 
.gfield_error  input.title, 
.gfield_error  textarea, 
.gfield_error  select{
    border: 2px solid #990000 !important;
}
​
.gfield_error .gfield_description.validation_message {
    display: none;
}
​
.gfield_label {
   font-size: 16px;
    color: #272727;
    line-height: 24px;
    font-weight: 300;
    padding: 0px 0px 6px 0px;
    width: 240px;
    height: 40px;
    float: left;
}
​
.gf_no_captcha_recaptcha .gfield_label {
   display: none;
}
​
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none!important;
    position: absolute!important;
    left: -9000px;
}
.ginput_container ul {
    list-style: none !important;
}
.list-small .gfield_select {
    padding: 0px 2px 1px !important;
    width: 58px;
}
.list-email .gfield_select {
    padding: 0px 2px 1px !important;
    width: 130px;
}
label.gfield_label {
    float: left;
    display: block;
    width: 270px;
    /* padding: 0px 0px 6px 0px; */
}

.ginput_container {
    padding: 4px 0px 4px 10px;
    width: 370px;
    float: left;
    padding-bottom: 20px;
}
ul.gfield_checkbox {
    padding-left: 0px !important;
    padding-bottom: 2px;
}
.comment-form .textarea {
    width: 311px;
	height: 127px;
    overflow-y: hidden ;
}

@media (max-width: 981){
    .comment-form .textarea{
        width: 100%;
    }
}

.captcha {
    float: right;
    width: 363px;
}
.gform_button {
    clear: both;
}
.gform_footer {
    width: 362px;
    float: right;
    text-align: left;
    padding-top: 11px;
}
.gform_button {
    clear: both;
    border-radius: 4px;
    outline: none;
    border: solid 1px #cccccc;
    background: #555555;
    color: #ffffff;
    padding: 6px 20px 6px 20px;
    font-size: 14px;
}

a.btn.signup {
    display: inline-block;
    color: #ffffff;
    padding: 8px 20px;
    background: #ff7200;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
	font-family: 'Roboto', sans-serif;
}



/* Page Header
------------------------- */

/*.page-header {
    min-height: 340px;
    width: 100%;
    background-size: cover;
}
.bgwidth { width: 100%; }
.bgheight { height: 100%; }*/

/**
    Survey Form Template
 */
.survey-form-template .ginput_container.ginput_container_radio .gfield_radio li label{
    font-weight: 400;
    padding-left: 10px;
}

.survey-form-template .gform_heading{
    padding-bottom: 20px;
}

.survey-form-template .gform_heading .gform_description{
    white-space: break-spaces;
}

.survey-form-template .gform_body .ginput_container{
    width: 70% !important;
}

.survey-form-template .ginput_container.ginput_container_text input,
.survey-form-template .ginput_container.ginput_container_select .jcf_select{
    width: 100% !important;
}


/** Section Fullwidth Header - Tutor **/

.section-fwh .et_pb_module img{
    width: 100% !important;
    max-width: 100% !important;
    opacity: 0;

}

.section-fwh .et_pb_module{
    background-image: url(images/Get-Involved-Image-Banner.png);
    opacity: 1 !important;
    min-height: 170px;
    background-position: center !important;
    background-size: cover !important;
}


/** Tutor Filter Column **/
.tutor-filter-column{
    padding-top: 10px;
}


.tutor-filter-column .et_pb_module .et_pb_toggle_title{
    color: #2ea3f2;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
}

.tutor-filter-column .et_pb_module.et_pb_toggle_open .et_pb_toggle_title:before{
    content: '' !important;
    right: 0;
    color: #2ea3f2!important;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-134deg);
}

.tutor-filter-column .et_pb_module.et_pb_toggle_close .et_pb_toggle_title:before{
    content: '' !important;
    right: 0;
    color: #2ea3f2!important;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
}

.tutor-filter-column .et_pb_module .et_pb_toggle_content{

}

.tutor-filter-column .et_pb_module {
    padding: 0 !important;
}

/** TUTOR SORT & SEARCH FORM **/

.tutor-search-sort{
    float: none;
}

.tutor-search-sort .search-input:first-child{
    width: 100%;
    max-width: 64%;
    margin-right: 30px;
}

.tutor-search-sort .search-input:first-child .text-search-tutor{
    width: 100%;
    max-width: 100%;
}

.tutor-search-sort .search-input:first-child .search-icon{
    padding: 6px 10px 10px;
}

.tutor-search-sort .search-input:nth-child(2){
    width: 100%;
    max-width: 30%;
    display: inline-block;
    margin-right: 0px;
    top: -6px;
}

.tutor-search-sort .search-input:nth-child(2) .jcf-select{
    margin-left: 0;
    width: 100%;
    background: none;
    border: 1px solid #d8d8d8;
    height: 33px;
}

.tutor-search-sort .search-input:nth-child(2) .jcf-select .jcf-select-text{
    height: 100%;
    padding-top: 2px;
}

.jcf-select-drop.jcf-select-tutor-sort-select.jcf-select-jcf-hidden.jcf-unselectable .jcf-select-drop-content{

}

.entry-content table{
    border:none!important;
    margin-bottom:0;
}

.entry-content tr td{
    padding: 6px 10px 0 0;
    border-top: 0 !important;
    width: 50%;
}

.entry-content ol{
    padding: 0 0 12px 23px;
}

.gf-list-field label{
    padding-top: 6px;
}

#oas-wrapper>form>div {
    display: flex;
    align-items: start;
}

@media (max-width: 981px){
    #oas-wrapper>form>div {
        display: block;
    }
}
#oas-wrapper>form>div input[type="radio"]:first-of-type {
    margin: 0!important;
}

#oas-wrapper>form>div input[type="radio"] {
    top: 7px;
    position: relative;
    margin: 0 0 0 20px!important;
}
#oas-wrapper>form>div .jcf-select.jcf-select-oas-combo{
    max-width: 182px;
}