/*
Theme Name:   SalientChild
Description:  This is TG.
Author:       tjackson
Author URL:   https://trantergrey.com
Template:     salient
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  SalientChild
*/

/* Write here your own personal stylesheet */


html {
    padding-bottom: 0 !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding-right: 0;
}

//Custom Font//
    @font-face { 
    font-family: 'orkney regular'; 
    src: url('orkney-regular.otf'); 
    font-weight: normal; 
    }

	@font-face { 
    font-family: 'orkney medium'; 
    src: url('orkney-medium.otf'); 
    font-weight: normal; 
    }
	
	@font-face { 
    font-family: 'Heavitas'; 
    src: url('Heavitas.ttf'); 
    font-weight: normal; 
    }


/************************************************************/
/****************                           *****************/
/****************                           *****************/
/****************                           *****************/
/****************  FROM EASY CUSTOM CSS/JS  *****************/
/****************                           *****************/
/****************                           *****************/
/****************                           *****************/
/************************************************************/


.btx-topbar>.btx-container--fullwidth {
    padding-left: 15px;
    padding-right: 0;
}

.topbar-btn a {
    border-color: #4bddca !important;
    background-color: #4bddca !important;
    color: #000 !important;
}

.topbar-btn a:hover {
    border-color: #c20430 !important;
    color:#fff !important;
    background-color: #c20430 !important;
}

.btx-header .btx-button>.btnx {
    padding: 7px 14px;
}

.single-post .btx-topbar {
    background-color: rgba(13,13,13,1);
}

div.btx-button.btx-button--fill.btx-button-hover--brand.btx-button-size--small.btx-button-color--brand.btx-navbar-widget {
    position: relative;
}

div.btx-button.btx-button--fill.btx-button-hover--brand.btx-button-size--small.btx-button-color--brand.btx-navbar-widget:before {
    content: "OR";
    /*margin-right: 10px;*/
    font-size: 14px;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: 2px;
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -12px;
    z-index: -1;
}

.white-header .btx-fixed-nav-logo, .single-post .btx-fixed-nav-logo {
    display: block;
}

.white-header .btx-navbar-logo, .single-post .btx-navbar-logo {
    display: none;
}

.white-header .btx-navbar .btx-menu > li > a {
    color: #606060;
}
.btx-navbar .btx-menu > li > .sub-menu {
    margin-top: 1px;
}

.btx-footer .textwidget {
    font-size: 12px;
}

.btx-footer .textwidget a {
    color: #c20430;
}

.btx-footer .textwidget a:hover {
    color: #ffffff;
}

.dgd_stb_box_close {
display: inline-block;
position: absolute;
cursor: pointer;
top: 10px;
right: 13px;
font-size: 24px;
line-height: 24px;
font-weight: 100;
}

.dgd_stb_tab {
    padding: 0 6px;
    box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
    background-color: #c20430 !important;
    color: #ffffff;
}

.thin-form .btx-col-1 {
    width: 11%;
}

.thin-form .btx-col-2 {
    width: 16.5%;
}

.main-form-popup .btx-col-6, .main-form-popup .btx-col-12 {
    padding-bottom: 15px;
}

.app-form .btx-col-6, .app-form .btx-col-12, .app-form .btx-col-4, .app-form .btx-col-3 {
    padding-bottom: 25px;
    position: relative;
}

.single-post .btx-main.btx-left {
    padding-top: 120px;
}

.single-post .btx-sidebar.btx-right {
    padding-top: 120px;
}

.btx-navbar:not(.btx-navbar--minimal--full).btx-navbar--light .btx-menu > li:before, .btx-navbar:not(.btx-navbar--minimal--full).btx-navbar--light .btx-menu > li > a {
    color: inherit;
}

.popup-form .campus_name, .popup-form .best, .popup-form .best_time_to_call, .popup-form .type, .app-form select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.popup-form .campus_name:after, .popup-form .best:after, .popup-form .best_time_to_call:after, .popup-form .type:after, .app-form .location:after {
  content: '?';
  position: absolute;
  width: 37px;
  height: 16px;
  font-weight: bold;
  font-size: 8px; 
  text-align: center;
  padding-left: 0;
  padding-top: 0;
  right: 1px;
  bottom: 9px;
  pointer-events: none;
  z-index: 999;
}

.popup-form .campus_name:before, .popup-form .best:before, .popup-form .best_time_to_call:before, .popup-form .type:before, .app-form .location:before {
  content: '';
  right: 2px;
  top: 7px;
  width: 37px;
  height: 30px;
  background: #ffffff;
  border-left: 1px solid #efefef;
  position: absolute;
  pointer-events: none;
  display: block;
  z-index: 1;
}

.app-form .location:after, .app-form .education_level:after {
  content: '?';
  position: absolute;
  width: 37px;
  height: 16px;
  font-weight: bold;
  font-size: 8px;
  text-align: center;
  padding-left: 0;
  padding-top: 0;
  right: 1px;
  bottom: -3px;
  pointer-events: none;
  z-index: 999;
}

.app-form .location:before, .app-form .education_level:before {
  content: '';
  right: 2px;
  top: -6px;
  width: 37px;
  height: 29px;
  background: #ffffff;
  border-left: 1px solid #e5e5e5;
  position: absolute;
  pointer-events: none;
  display: block;
  z-index: 1;
}

.popup-form select, .app-form select {
  width: 100%;
  border: none;
  background: #FFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 14px;
    cursor: pointer;
    height: 38px;
    margin-bottom: 1px;
    margin-top: 3px;
}

.app-form select {
    border: 1px solid #e5e5e5;
}

.app-form select:focus {
    border-color: #c20430;
}

.app-form-label {
    display: inline-block;
    color: #c20430;
    margin-top: 13px;
    padding-left: 5px;
    font-size: 13px;
    letter-spacing: 1px;
}

li.current-menu-parent {
    background-color: #efefef;
}

.mobile-topbar {
    -webkit-overflow-scrolling: touch;
    display: none;
}

#modal-ks-reviews .btnx {
    float: left !important;
    width: 210px !important;
    margin-right: 20px !important;
    display: inline-block !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

@media screen and (max-width: 1101px) {
    
    .btx-navbar-widget, .btx-topbar {
        display: none !important;
    }
}

.footer-form span input {
    color: #ffffff !important;
    background-color: rgba(255,255,255,.13) !important;
}

.footer-form span {
    color: #ffffff !important;
}


.wpcf7cf_steps-dots {
    display: none !important;
}

.quiz-form .wpcf7cf_steps-dots {
  display: flex !important;
}


.wpcf7-acceptance .lsq-select {
    font-size: 12px;
}


.sf-menu .menu-item .sub-menu {
  border-radius: 0 0 5px 5px !important;
}

li.current-menu-parent {
  background-color: transparent !important;
}

#wp-live-chat-header {
    display: none !important;
    width: 30px;
    height: 30px;
    margin-bottom: 80px;
    z-index: 99999999999;
}

#wp-live-chat-header.active {
    display: block !important;
}

.site-map a {
    padding-left: 23px;
    position: relative;
	display: block;
    color: #ffffff;
}

.site-map a.ft-lead-nav {
  padding-left: 0;
  font-weight: 800;
  margin-top: 20px;
  display: inline-block;
}

.site-map a:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 1px;
    background: #ffffff;
    left: 0;
    top: 12px;
}

.site-map a.ft-lead-nav:before {
    content: "";
    display: none;
}

.site-map a:hover {
  padding-left: 32px;
  color: #c20430;
}

.site-map a.ft-lead-nav:hover {
  padding-left: 0;
}

.site-map a:hover:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 1px;
    background: #c20430;
    left: 0;
    top: 12px;
}

.site-map br {
  display: none;
}

.leaflet-control-attribution {
    display: none !important;
}

.school-loc-list.last {
  	border-bottom: 0 !important;
}


@media only screen and (min-width: 1000px) {
	.school-loc-list:last-of-type {
  		border-bottom: 0 !important;
	}
    #header-outer.small-nav #logo img, #header-outer.small-nav .logo-spacing img {
        height: 0px !important;
    }
  
    .full-req-info-btn {
      position: fixed;
      bottom: 0;
      right: 0;
      background: #c20430;
      color: #ffffff;
      display: block;
      z-index: 1999999999;
      margin: 38px;
      padding: 10px 15px;
      border-radius: 30px;
      font-weight: 600;
      text-transform: uppercase;
      box-shadow: 0 0 40px rgba(0,0,0,0.2);
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
    }

    .full-req-info-btn:hover {
      color: #ffffff;
      box-shadow: 0 0 40px rgba(0,0,0,0.3);
      background: #000000;
    }

    .full-req-info-btn i {
      margin-left: 10px;
      padding: 5px;
      background: #ffffff;
      color: #c20430;
      border-radius: 100%;
      width: 24px;
      height: 24px;
      font-size: 12px;
      line-height: 14px;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
    }

    .full-req-info-btn:hover i {
      color: #ffffff;
      background: #555555;
    }

    html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden].full-req-info-btn {
      padding-right: 10px !important;
    }
  .quiz-banner {
    display: none;
  }
}

@media only screen and (max-width: 999px) {
    .full-req-info-btn {
      display: none;
  }
  .quiz-banner {
    background-color: #000;
    display: block;
    position: relative;
    z-index: 99;
    color: #fff;
    padding: 5px;
    text-align: center;
  }
  .quiz-banner a {
    display: block;
  }
}

.lsq-accept {
  font-size: 13px;
  color: #979797;
}

.touchy-widgets-wrapper .textwidget p {
  padding: 0 !important;
}

.touchy-widgets-wrapper .textwidget a {
  color: #ffffff;
  padding: 10px;
  display: block;
  background: #c20430;
  font-size: 15px;
  font-weight: 900;
}

.touchy-widgets-wrapper .textwidget i {
  float: right;
  padding: 5px;
}

#sidebar .widget .nectar_widget[class*="nectar_blog_posts_"] > li .post-date {
  display: none;
}

/***************************************************/
/****************                  *****************/
/****************                  *****************/
/****************                  *****************/
/****************  LOCATION PAGES  *****************/
/****************                  *****************/
/****************                  *****************/
/****************                  *****************/
/***************************************************/

.campus-tour-vid .nectar_video_player_self_hosted {
    margin-bottom: 0;
}

.cos-est {
    color: #c20430;
}

.blue-row .row-bg.using-image {
    background-size: contain;
}

.still-reading-row {
    margin-bottom: -1px;
}

.more-info-text strong {
    font-weight: 900;
    color: #333;
}

#stupid-crap {
    display: none;
}

#req-info {
    height:0 !important;
    margin-bottom: -20px;
}

/************************************************/
/****************               *****************/
/****************               *****************/
/****************               *****************/
/****************  NINJA FORMS  *****************/
/****************               *****************/
/****************               *****************/
/****************               *****************/
/************************************************/

input[type=text] {
    border-radius: 0;
}

.nf-progress-container, .nf-progress {
    height: 5px !important;
    margin-bottom: 20px;
}

.nf-progress {
    background-color: #c20430;
}

body[data-button-style^="rounded"] .nf-next-previous input[type="button"] {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.nf-form-content .nf-next-previous li input {
    font-size: 16px;
    padding: 2px;
    background: none !important;
    color: #c20430 !important;
    border-bottom: 2px solid #c20430;
}

.email-signup .nf-field-container {
    margin-bottom: 0;
}

/*******************************************************/
/****************                      *****************/
/****************                      *****************/
/****************                      *****************/
/****************  TOUCHY MOBILE MENU  *****************/
/****************                      *****************/
/****************                      *****************/
/****************                      *****************/
/*******************************************************/

.touchy-wrapper .touchy-back-button::before, .touchy-wrapper .touchy-call-button::before, .touchy-wrapper .touchy-email-button::before, .touchy-wrapper .touchy-search-button::before, .touchy-wrapper .touchy-menu-button::before {
    bottom: 1px;
}

.touchy-wrapper .md.hydrated, .touchy-wrapper a span i {
    top: -6px;
    position: relative;
}

.touchy-wrapper {
    box-shadow: 0 0 30px rgba(0,0,0,0.4) !important;
    border-radius: 3px;
	margin: 0 !important;
	width: calc(100% - 40px*2) !important;
	left: 40px !important;
}

.touchy-clear-search-wrapper input[type=submit] {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.touchy-wrapper a:first-child, .touchy-back-button {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 0 !important;
    padding: 14px !important;
}

.touchy-menu-button {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 0 !important;
}

.touchy-search-wrapper.touchy-search-wrapper-active {
    -webkit-transform: translateY(-65px) !important;
    -moz-transform: translateY(-65px) !important;
    transform: translateY(-65px) !important;
}

.touchy-wrapper a span i:before {
    font-weight: 600;
}

.touchy-search-wrapper input.touchy-search-field {
    border-radius: 3px;
}

body[data-button-style^="rounded"] .touchy-clear-search-wrapper, body[data-button-style^="rounded"] input[type=submit].touchy-search {
    border-radius: 12px !important;
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 0 !important;
}

.touchy-menu-active .custom-html-widget {
    padding: 10px 14px;
}

.touchy-menu-active .custom-html-widget a {
    color: #ffffff;
    display: block;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    background: #c20430;
    border-radius: 0;
    padding: 5px 12px;
}

.touchy-menu-active .custom-html-widget a i {
    float: right;
    font-size: 14px;
    font-weight: 900;
    margin-top: 6px;
    margin-right: 3px;
}

.touchy-menu-active input[type=text] {
    border-radius: 0;
}

.touchy-by-bonfire-wrapper {
	bottom: 65px !important;
}

/*
.touchy-wrapper {
    width: calc(80% - 10px * 2) !important;
}
*/

.touchy-search-wrapper input.touchy-search-field  {
  width: calc(100% - 20px) !important;
}

.touchy-wrapper a span i.fa-bolt {
  font-size: 26px;
  top: -7px;
}

.touchy-wrapper a span i.fa-mobile {
  font-size: 31px;
  top: -7px;
}

.touchy-wrapper div span i.fa-chevron-left {
  top: -7px;
}

.touchy-wrapper a span i {
	top: -8px;
}

.touchy-call-text-label-offset > div {
	top: -12px !important;
}

.touchy-menu-text-label-offset > div {
	margin-top: -9px;
}

.touchy-wrapper .touchy-search-button::before, .touchy-wrapper .touchy-call-button::before, .touchy-wrapper .touchy-menu-button::before, .touchy-wrapper .touchy-back-button::before {
  bottom: -1px !important;
  font-size: 12px !important;
}

.touchy-default-menu:before, .touchy-default-menu:after {
  height: 3px;
}
.touchy-default-menu {
  height: 3px;
}

.touchy-default-menu:after {
  top: 7px;
}

.touchy-default-menu:before {
  top: -7px;
}

.touchy-menu-tooltip {
  top: 5px;
}

.touchy-wrapper {
  border-radius: 12px !important;
}

.touchy-wrapper-inner {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

/*********************************************************/
/****************                        *****************/
/****************                        *****************/
/****************                        *****************/
/****************  SCROLLING FOOTER NAV  *****************/
/****************                        *****************/
/****************                        *****************/
/****************                        *****************/
/*********************************************************/

.foot-nav-scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
    background: rgba(0,0,0,0.05);
    text-align: center;
}
  
.foot-nav-scroll .scroll-logo, .foot-nav-scroll .scroll-container {
    display: inline-block;
}

.foot-nav-scroll .scroll-logo {
    background: #c20430;
    padding: 10px 20px;
    font-size: 14px;
}

.foot-nav-scroll a {
    padding: 10px 20px;
    border-right: 1px solid rgba(0,0,0,0.1);
}

.foot-nav-scroll .scroll-logo {
    color: #ffffff;
    border-right: none;
}

.foot-nav-scroll::-webkit-scrollbar {
  display: none; }


/****************************************************/
/****************                   *****************/
/****************                   *****************/
/****************                   *****************/
/****************  HOMEPAGE STYLES  *****************/
/****************                   *****************/
/****************                   *****************/
/****************                   *****************/
/****************************************************/

.school-locations h4 {
    font-weight: 800;
    color: #c20430 !important;
}

.school-locations .nectar-hor-list-item:hover h4 {
    color: #ffffff !important;
}

.school-locations .nectar-list-item {
    font-size: 13px;
}

.home-social-wrapper {
    text-align: center;
    padding-top: 10px;
    position: relative;
}

.home-social-wrapper .home-social {
    color: #c20430;
    padding: 10px 8%;
    font-size: 20px;
    position: relative;
}

.schools-with-blur .column-image-bg-wrap .inner-wrap {
    filter: blur(5px);
}

.chevron-right {
    text-align: right;
}

.school-loc-list p {
    font-size: 13px;
    line-height: 20px;
}

.flickimg {
    /*border-radius: 6px;*/
    margin-top: 15px;
}

.ks-kit-fan {
    max-width: 90% !important;
}

.wpb_row.ks-form-title .row-bg, .full-width-section.ks-form-title .row-bg {
    background-size: contain;
    -webkit-background-size: contain;
}

a.crisp-kquevr {
    display: none;
}

@media only screen and (min-width: 1000px) {
  .ks-kit-fan {
    transform: rotate(180deg) !important;
    max-width: 100% !important;
  }
}

/****************************************************/
/****************                   *****************/
/****************                   *****************/
/****************                   *****************/
/****************     BIG LINKS     *****************/
/****************                   *****************/
/****************                   *****************/
/****************                   *****************/
/****************************************************/


.big-links a {
    color: #ffffff;
    display: block;
}

.big-links.dark a {
  	color: #c20430;
}

.big-links h1, .big-links span.bl-list {
    padding: 30px 0 40px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    font-size:1.9em;
    font-weight: 800;
    display: block;
}

.big-links.dark h1, .big-links.dark span.bl-list {
    padding: 22px 0 37px 0;
    border-bottom: 1px solid rgba(20,20,20,0.2);
}

.big-links h1.last, .big-links span.bl-list.last  {
    border-bottom: none;
}

.big-links h1:before, .big-links span.bl-list:before {
    content: attr(data-sub);
    position: absolute;
    bottom: 18px;
    left: 2px;
    font-size: 13px;
    font-weight: 300;
}

.big-links h1:after, .big-links span.bl-list:after {
    content: "\f105";
    position: absolute;
    top: 34px;
    right: 0;
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.big-links a:hover {
    color: #c20430;
}

.big-links.dark a:hover {
    color: #000000;
}

@media only screen and (min-width: 1000px) {
  .big-links h1:before, .big-links span.bl-list:before {
        bottom: 12px;
    }
  .big-links h1, .big-links span.bl-list {
        font-size: 2.4em;
    }
}

/***************************************************/
/****************                  *****************/
/****************                  *****************/
/****************                  *****************/
/****************      POP-UP      *****************/
/****************                  *****************/
/****************                  *****************/
/****************                  *****************/
/***************************************************/


.school-loc-list {
  padding-top: 20px !important;
  border-bottom: 1px solid #c4c4c4 !important;
}

.get-info-popup-text p {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/**************  FORM  *******************/

body[data-button-style^="rounded"] button.wpcf7cf_prev, body[data-button-style^="rounded"] button.wpcf7cf_next {
    background: transparent;
    padding: 5px;

    border: 1px solid #c20430;
    color: #c20430;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 20px;
    cursor: pointer;
}

body[data-button-style^="rounded"] button.wpcf7cf_prev:hover, body[data-button-style^="rounded"] button.wpcf7cf_next:hover {
  background: #c20430;
  color: #fff;
}

.wpcf7cf_steps-dots .step-title {
  display: none;
}

.lsq-lead-form p {
  position: relative;
  font-size: 18px;
  padding-bottom: 0 !important;
}

.lsq-lead-form .lsq-input, .lsq-lead-form .lsq-select {
  line-height: 1.1;
}

.lsq-label, .lsq-select-wrap {
  position: relative;
  display: block;
  padding-left: 15px;
  color: #c20430;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.4px;
}

.lsq-input {
  background: #efefef;
  padding: 8px 12px;
  margin-bottom: 10px;
  border-radius: 24px !important;
  width: 100%;
  outline: none;
  border: 2px solid transparent;
}

.lsq-lead-form input[type="text"] {
  padding: 10px 15px !important;
}

.lsq-input:focus, .lsq-field select:focus {
  border: 2px solid #c20430;
}

.lsq-lead-form select {
	padding: 10px 16px;
	width: 100%;
	outline: 0;
	margin-bottom: 10px;
	border-radius: 24px;
	border: 2px solid transparent;
	background-color: #efefef;
	font-size: 14px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

.lsq-lead-form input::placeholder {
  color: #000;  
}

/***

.lsq-lead-form input::placeholder, .lsq-lead-form select:disabled {
  color: #c20430;  
}

***/

.gray-form .lsq-input, .gray-form .lsq-lead-form select, .btx-modal .lsq-input, .btx-modal .lsq-lead-form select {
  background: #ffffff;
  background-color: #ffffff;
}

.gray-form .lsq-label-select::before, .btx-modal .lsq-label-select::before {
  border-bottom: 8px solid #efefef;
}

.gray-form .lsq-label-select::after, .btx-modal .lsq-label-select::after {
  border-top: 8px solid #efefef;
}

.lsq-lead-form .lsq-select-wrap::before {
  content: "";
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  
  border-bottom: 6px solid #bbb;
  margin-top: -8px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 99999;
}

.lsq-lead-form .lsq-select-wrap::after {
  content: "";
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  
  border-top: 6px solid #bbb;
  margin-top: 1px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 99999;
}

.lsq-col-3 {
  width: 25%;
  float: left;
  padding: 0 10px;
}

.lsq-col-6 {
  width: 50%;
  float: left;
  padding: 0 10px;
}

.lsq-col-12 {
  width: 100%;
  float: left;
  padding: 0 10px;
}

.clear {
  clear: both;
}

textarea.lsq-input {
  height: 120px;
}

/* */
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot {
  min-width: 30px;
  padding: 10px;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot, .wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active, .wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed {
  border-bottom-width: 3px;
}


.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}

.span_12.light input[type="text"], .span_12.light textarea, .span_12.light input[type="email"], .span_12.light input[type="password"], .span_12.light input[type="tel"], .span_12.light input[type="url"], .span_12.light input[type="search"], .span_12.light input[type="date"] {
  color: #323232;
  background-color: rgba(0,0,0,0.04);
}

.span_12.light input[type="text"]:focus, .span_12.light textarea:focus, .span_12.light input[type="email"]:focus, .span_12.light input[type="password"]:focus, .span_12.light input[type="tel"]:focus, .span_12.light input[type="url"]:focus, .span_12.light input[type="search"]:focus, .span_12.light input[type="date"]:focus {
  color: #323232;
  background-color: rgba(255,255,255,0.04);
  border-color: #c20430;
}

.email-form-container input[type="email"], .email-form-container .short-form-fname input, .email-form-container .short-form-lname input {
    background-color: rgba(255,255,255,.7) !important;
}

.email-form-container .short-form-fname {
  width: calc(50% - 1px);
  float: left;
}

.email-form-container .short-form-lname {
  width: calc(50% - 1px);
  float: right;
}

.email-form-container .short-form-fname input {
  border-radius: 24px 8px 8px 24px !important;
}

.email-form-container .short-form-lname input {
  border-radius: 8px 24px 24px 8px !important;
}

.email-form-container input[type="email"] {
     border-radius: 24px !important;
}

.wpcf7 .email-form-container .ajax-loader {
    position: absolute;
    top: 10px;
    right: 72px;
}

.wpcf7-form .email-form-container p span {
    clear: both;
}

.email-form-container {
  width: 100%;
  margin: 0 auto;
}

.email-form-container .lsq-input {
    margin-bottom: 0;
}

.email-form-container .wpcf7-list-item {
    margin-left: 0 !important;
}

.email-submit-lsq {
  position: relative;
  clear: both;

}
.email-submit-lsq span.leadsquared-EmailAddress {
  width: 100%;
  clear: both;
}
.email-form-container .email-submit-lsq input[type="submit"].wpcf7-submit {
  position: absolute;
  right: 1px;
  bottom: 1px;
  top: revert;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  padding: 7px 25px 8px 26px!important;
  border-radius: 24px !important;
}

@media only screen and (max-width: 1000px) {
  .lsq-col-6 {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
  .lsq-col-3 {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
}

  