/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");
@import url("https://use.typekit.net/cdz4cyk.css");


.d-none {
    display: none !important;
}
  
.d-inline {
    display: inline !important;
}
  
.d-inline-block {
    display: inline-block !important;
}
  
.d-block {
    display: block !important;
}
  
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
  
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
  
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
         display: flex !important;
    }
  }
  
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
  }
  
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
  
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
  
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
  
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
  
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
  
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
  
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
  
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
  
@media (min-width: 576px) {    
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
}
  
@media (min-width: 768px) {    
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
}
  
@media (min-width: 992px) {    
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
}
  
@media (min-width: 1200px) {    
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
}
  
.float-left {
    float: left !important;
}
  
.float-right {
    float: right !important;
}
  
.float-none {
    float: none !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}
  
.text-uppercase {
    text-transform: uppercase !important;
}
  
.text-capitalize {
    text-transform: capitalize !important;
}
  
.font-weight-light {
    font-weight: 300 !important;
}
  
.font-weight-lighter {
    font-weight: lighter !important;
}
  
.font-weight-normal {
    font-weight: 400 !important;
}
  
.font-weight-bold {
    font-weight: 700 !important;
}
  
.font-weight-bolder {
    font-weight: bolder !important;
}
  
.font-italic {
    font-style: italic !important;
}
  
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
  
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
  
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
  
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}

ul li {
    line-height: 20px;
    margin: 15px 0px 15px 0px;
}

ol li {
    line-height: 20px;
    margin: 20px 0px 20px 0px;
}

ul,ol {
    margin-top: 15px;
    margin-bottom: 15px;
}

.qbutton.qbutton-custom {
    height: auto;
    text-align: center;
    line-height: 1.455em;
    padding-top: 4px;
    padding-bottom: 4px;
}

.qbutton.qbutton-custom > span {
    display: block;
}

.registration-form_wrapper .registration-form .gform_footer {
    text-align: center;
}

.registration-form_wrapper .gform_body .gsection_description {
    padding: 0;
}

.registration-form_wrapper .gsection_description > ul {
    padding: 0;
}

.registration-form_wrapper .registration-form .top_label  .gfield_label {
    margin:0;
}

.registration-form_wrapper .gsection_description > ul > li {
    margin-bottom: 12px;
}

.registration-form_wrapper .registration-form .gform_button {
    text-align: center; 
    color: #ffffff; 
    font-family: 'Montserrat', sans-serif; 
    border-color: #c81c1b; 
    font-style: normal; 
    font-weight: 700; 
    background-color: #c81c1b; 
    border-radius: 2px; 
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
    letter-spacing: 5px; 
    border-width: 1px; 
    height: 58px; 
    line-height: 58px; 
    font-size: 20px; 
    min-width:320px; 
    padding: 0 32px;
}

.registration-form_wrapper .registration-form .gform_button:hover {
    background-color: #3899ca;
}

.registration-form_wrapper .registration-form .gf_full_width {
    margin-bottom: 0;
}

.registration-form_wrapper .registration-form .top_label li.gfield.gf_left_half {
    margin-bottom: 1.18em;
}

.registration-form_wrapper .registration-form .ginput_complex label {
    font-weight: 400; 
    font-size: 16px
}

.registration-form_wrapper .registration-form input[type=text] {
    font-size: 24px; 
    color: #818181 !important; 
    font-weight: 400; 
    padding: 10px 15px; 
    height: 54px; 
    font-style: normal; 
    line-height: 1.2em !important;
}

.safari .registration-form_wrapper .registration-form input[type=text] {
    padding: 15px; 
    line-height: 1.2em !important;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
   font-size: 1.25em; 
   color: #818181 !important; 
   line-height: 1.2em !important; 
   font-weight: 300 !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-size: 1.25em; 
   color: #818181 !important; 
   opacity: 1; 
   line-height: 1.2em !important; 
   font-weight: 300 !important;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-size: 1.25em; 
   color: #818181 !important; 
   opacity: 1; 
   line-height: 1.2em !important; 
   font-weight: 300 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   font-size: 1.25em; 
   color: #818181 !important; 
   line-height: 1.2em !important; 
   font-weight: 300 !important;
}

.registration-form_wrapper .registration-form .select2-input .ginput_container {
    padding-right:25px;   
}

.registration-form_wrapper .has_first_name label,
.registration-form_wrapper .has_last_name label,
.registration-form_wrapper .has_prefix label {
    display: none !important;
}

.registration-form_wrapper .has_prefix select {
    height: 50px; 
    margin-top: 8px;
}

.registration-form_wrapper .has_prefix.ginput_complex .name_prefix {
    width: 20% !important;
}

.registration-form_wrapper .registration-form .name_first {
    width: 39.322% !important;
}

.registration-form_wrapper .registration-form .name_last {
    width: 39.322% !important;
}

.registration-form_wrapper .registration-form .gsection_description ul {
    padding-left: 15px;
}

.registration-form_wrapper .registration-form .gsection_description li {
    list-style: initial !important;
}

.registration-form_wrapper .registration-form .gsection_description li a {
    color: rgb(31, 109, 149);
}

.registration-form_wrapper .registration-form .gsection_description li a:hover {
    text-decoration: underline;
}

.footer_top {
    padding-top: 45px; 
    padding-bottom: 40px;
}

.select2-basic select, 
.select2-basic .select2-container {
    margin-top: 6px; 
}

.select2-container .select2-selection {
    border-radius: 1px; 
    box-shadow: none; 
    border: none;
}

.select2-container .select2-selection--single,
.select2-container .selection,
.select2-container .select2-selection__rendered,
.select2-container {
    width: 100% !important; 
    height: 54px;
}

.select2-basic .select2-container .selection {
    padding-right: 0;
}

.select2-basic .select2-selection__arrow {
    width: 22px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-search__field {
    line-height: 1.77em; 
    font-size: 1.95em; 
    color:#818181 !important; 
    font-weight: 300;  
    padding-left:15px; 
    position: relative;
}

.select2-container .select2-search__field,
.select2-container .select2-selection__placeholder {
    padding: 0 !important; 
    font-weight: 300 !important; 
    color:#818181 !important;  
}

.select2-container .select2-selection--single  .select2-selection__arrow {
    top: 25%; 
    right: 6px;
}

.select2-container .select2-search__field {
    height: 48px;
}

#back_to_top {
    bottom: 65px;
}

@media screen and (max-width: 600px) {
    
    .registration-form_wrapper .registration-form .ginput_container > *, 
    .registration-form_wrapper .ginput_complex.ginput_container > .name_prefix {
        width: 100% !important; 
        padding-right: 0 !important;
    }
    
    .registration-form_wrapper .registration-form .ginput_container > * > select,
    .registration-form_wrapper .registration-form .ginput_container > * > input,
    .registration-form_wrapper .registration-form .select2-input .ginput_container,
    .registration-form_wrapper .registration-form .top_label li.gfield.gf_left_half,
    .registration-form_wrapper .registration-form .top_label li.gfield.gf_right_half{
        width: 100% !important;
    }
    
    .registration-form_wrapper .registration-form .select2-input .ginput_container {
        padding-right: 0;
    }
}

.acf-map-filters select {
    padding: 0 15px;
    font-size: 1rem;
    width: 100%!important;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #dbd9d6;
    color: #818181;
    line-height: 1.5;
}

.acf-map-filters input[type="text"], 
.acf-map-filters input[type="email"], 
.acf-map-filters input[type="tel"], 
.acf-map-filters input[type="password"], 
.acf-map-filters input[type="search"], 
.acf-map-filters textarea {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
    color: #818181;
    font-weight: 400;
    padding: 10px 15px;
    height: 45px;
    font-style: normal;
    border: 1px solid #dbd9d6;
    line-height: 1.2em;
}

.acf-map-filters .form-input {
    padding-bottom: .4rem;
}

.acf-map-filters .form-input.checkbox {
    padding-top: 2.3rem;
}

.no-gutter {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

.acf-map-filters .submit {
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #3c6182;
    font-style: normal;
    font-weight: 700!important;
    background-color: #3c6182;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    letter-spacing: 5px;
    border-width: 1px;
    height: 45px;
    font-size: .75rem;
    width: 100%;
    text-transform: uppercase;
    padding: 0 32px;
    margin: 2em 0 .625em!important;
    transition: all .1s linear;
}

.campus-text {
    height: 74px;
}

/* menu */
nav.main_menu li {
	font-family: sofia-pro, sans-serif;
}

nav.main_menu > ul > li > a {
    padding: 0 20px;
}

@media (max-width: 1440px) {
    nav.main_menu > ul > li > a {
        padding: 0 12px;
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    nav.main_menu > ul > li > a {
        padding: 0 7px;
        font-size: 11px;
    }
}

@media only screen and (max-width: 1000px) {
    nav.mobile_menu > ul {
        width: 100%;
    }
}

/* Tools page */
.tools-banner-wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .tools-banner-wrapper:before {
        content: "";
        position: absolute;
        background-color: rgba(255, 255, 255, 0.7);
        width: 100%;
        height: 100%;
    }
}


.tools-banner-wrapper .wpb_text_column {
    padding-left: 30px;
}

@media (min-width: 992px) {
    .tools-banner-wrapper .wpb_text_column {
        padding-left: 130px;
    }
}

.tools-banner-wrapper h1 {
    font-size: 144px;
}

@media (max-width: 1199px) {
    .tools-banner-wrapper h1 {
        font-size: 115px;
    }

    .tools-banner-wrapper p {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .tools-banner-wrapper h1 {
        font-size: 100px;
    }

    .tools-banner-wrapper p {
        font-size: 23px;
    }
}

/*FAQ page */
.vc_text_separator.full div {
	font-size: 18px;
	font-weight: 500 !important;
}
.q_accordion_holder.accordion.without_icon .ui-accordion-header span.tab-title {
	text-transform: none;
	font-size: 16px;
}

/* ngp Form */
.ngp-form.at {
    margin: 0;
    width: 100%;
    max-width: initial;    
}

.ngp-form.at .at-row {
    margin-bottom: 1rem;
}

.ngp-form.at header.at-title,
.ngp-form.at h1 {
    font-family: sofia-pro, sans-serif;
}

.ngp-form.at p {
    font-family: 'Eames Century Modern-Regular', sans-serif;
    font-style: italic;
    margin-bottom: 1rem;    
}

.ngp-form.at header.at-title {
    font-size: 2rem;
}

.ngp-form.at h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.ngp-form.at input[type="text"], 
.ngp-form.at input[type="password"], 
.ngp-form.at input[type="date"], 
.ngp-form.at input[type="datetime"], 
.ngp-form.at input[type="datetime-local"], 
.ngp-form.at input[type="month"], 
.ngp-form.at input[type="week"], 
.ngp-form.at input[type="email"], 
.ngp-form.at input[type="number"], 
.ngp-form.at input[type="search"], 
.ngp-form.at input[type="tel"], 
.ngp-form.at input[type="time"], 
.ngp-form.at input[type="url"], 
.ngp-form.at input[type="color"], 
.ngp-form.at textarea,
.ngp-form.at select {
    border-color: #303030;
    border-width: 1px;
    border-style: solid;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #303030;
    font-family: Poppins;
    font-size: 12px;
    line-height: 14px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 7px;
    margin-bottom: 7px;
    height: auto;
}

/*
.ngp-form.at .radios input[type="radio"] {
    margin-bottom: 0;
}*/

.ngp-form.at textarea {
    height: 100px;
}

.ngp-form.at .select2-container {
    height: auto;
}

.ngp-form.at .select2-container--default .select2-selection--multiple {
    border: none;
    border-radius: 0;
}

.ngp-form.at .select2-container .select2-search__field {
    padding: 15px 8px !important;
    color: #303030 !important;
    width: 100% !important;
}

.ngp-form.at .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
}

.ngp-form.at .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    padding: 0;
}

.ngp-form.at .intl-tel-input input, 
.ngp-form.at .intl-tel-input input[type=text], 
.ngp-form.at .intl-tel-input input[type=tel] {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
}

.ngp-form.at input[type="checkbox"] + span {
    font-weight: 400;
    color: #5b6671;
}

.ngp-form.at .btn-at-primary {
    background-color: #262626;
    border-radius: 0;
}

.ngp-form.at .form-unit > label,
.ngp-form.at .at-row > label {
    font-weight: 600;
    color: #000;
}

.ngp-form.at .checkbox-list-label {
    font-weight: 600;
    color: #000;
    padding-bottom: 0 !important;
}

.ngp-form.at .form-unit-radio > label {
    margin-bottom: 1rem;
}

.ngp-form.at .at-inner {
    background-color: transparent;
}


/* SUMMIT PAGE */

.qode-advanced-tabs .qode-advanced-tabs-nav li {
    margin: 0;
    background-color: #50b5a6;
}

.summit {
	align-content: center;
	margin-left: 10% auto;
	margin-right: 10% auto;
	
}

.summit .qode-advanced-tabs .qode-advanced-tabs-nav li {
    margin: 0;
    background-color: #50b5a6;
}

.summit .qode-advanced-tab-text-after-icon {
	text-decoration: none !important;
}

.summit .qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li a:after {
	background-color: #183631; /* dark teal */
	color: #FFFFFF;
}
