@font-face {
  font-family: "Akkurat";
  src: url("/fonts/AkkuratPro-Regular.eot");
  src: url("/fonts/AkkuratPro-Regular.eot#iefix") format("embedded-opentype"), url("/fonts/AkkuratPro-Regular.otf") format("opentype"), url("/fonts/AkkuratPro-Regular.ttf") format("truetype"), url("/fonts/AkkuratPro-Regular.woff") format("woff"), url("/fonts/AkkuratPro-Regular.svg") format("svg");
  font-weight: normal;
}

@font-face {
  font-family: "Akkurat";
  src: url("/fonts/AkkuratPro-Light.eot");
  src: url("/fonts/AkkuratPro-Light.eot#iefix") format("embedded-opentype"), url("/fonts/AkkuratPro-Light.otf") format("opentype"), url("/fonts/AkkuratPro-Light.ttf") format("truetype"), url("/fonts/AkkuratPro-Light.woff") format("woff"), url("/fonts/AkkuratPro-Light.svg") format("svg");
  font-weight: 100;
}

@font-face {
  font-family: "Akkurat";
  src: url("/fonts/AkkuratPro-Bold.eot");
  src: url("/fonts/AkkuratPro-Bold.eot#iefix") format("embedded-opentype"), url("/fonts/AkkuratPro-Bold.otf") format("opentype"), url("/fonts/AkkuratPro-Bold.ttf") format("truetype"), url("/fonts/AkkuratPro-Bold.woff") format("woff"), url("/fonts/AkkuratPro-Bold.svg") format("svg");
  font-weight: bold;
}
html, body {
	min-width: 320px;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Akkurat', Arial, Helvetica, sans-serif;
}
.container {
	max-width: 100%;
}
.container,
.container-fluid,
.col,
.col-12 {
	padding-left: 60px;
    padding-right: 60px;
}
.row {
	margin-left: -60px;
    margin-right: -60px;
}
.row > div:first-child {
	padding-left: 60px;
}
.row > div:last-child {
	padding-right: 60px;
}
h1 {
	  font-size: 30px;
      line-height: 32px;
      letter-spacing: 0.38px;
}
h2 {
	  font-size: 28px;
      line-height: 30px;
      letter-spacing: 0.38px;
}
  h3 {
      font-size: 30px;
      line-height: 40px;
      letter-spacing: 0.38px;
      color: #35792a;
  }
  .text-white h3 {
  	  color: #FFFFFF;
  }
h4 {
	font-size: 28px;
    line-height: 30px;

}
.font-w-100 {
	font-weight:100;
}
.position-absolute.top-0 {
	top:0;
}
.position-absolute.bottom-0 {
	bottom:0;
}
.position-absolute.left-0 {
	left:0;
}
.position-absolute.right-0 {
	right:0;
}
.f18 {
	font-size: 18px;
    line-height: 24px;
}
.f20 {
	font-size: 20px;
    line-height: 27px;
    letter-spacing: -.5px;
}
.f30 {
	font-size: 30px;
    line-height: 36px;
    letter-spacing: .38px;
}
.navbar .nav-item a {
	color: #63666a;
    font-size: 12px;
    line-height: 14px;
}
.navbar .nav-item.active a {
	color: #35792a;
    font-weight: bold;
}
.text-green,
.text-green a {
	color: #35792a !important;
}
.text-gray {
	color: #63666a !important;
}
.text-red {
	color: #990000;
}
.border-green {
	border-color: #BFD22C !important;
}
.border-transparent {
	border-color: transparent !important;
}
.bg-white-opaque {
	background-color: rgba(255,255,255,0.8);
}
.bg-gray {
	background-color: #F2F2F2;
}
.bg-opaque-blue {
	background-color: rgba(94, 138, 180, 0.85);
}
.bg-green-border {
	height: 59px;
    width: 59px;
    background: url(/assets/img/green_circle@2x.png) center center no-repeat transparent;
    background-size: 100% auto;
}
.bg-ombre,
.btn-ombre{
	background: transparent linear-gradient(261deg, #BED22B 0%, #35792A 100%) 0% 0% no-repeat padding-box;
}
.btn-ombre,.btn-clear {
    border-radius: 9px;
}
.bg-doctor-tablet {
	background-image: url(/assets/img/doctor_with_tablet@2x.png);
    background-position: top center;
    background-size: cover;
}
  .bg-dots {
  	background-image: url(/assets/img/dots@2x.png);
    background-position: top left;
    background-size: 329px auto;
    background-repeat: no-repeat;
  }
.btn-tel,
.btn-phone {
	color: #35792a;
	padding-left: 35px;
	background: url(/assets/img/contactus_phone_icon@2x.png) center left 5px transparent;
    background-repeat: no-repeat;
    background-size: 25px auto;	
}
.btn-email {
	color: #35792a;
	padding-left: 35px;
	background: url(/assets/img/email_icon@2x.png) center left 5px transparent;
    background-repeat: no-repeat;
    background-size: 25px auto;	
}
.btn-clear {
	border: 1px solid #BFD22C;
    background: transparent;
    color: white;
}
.btn {
	position: relative;
    text-align:left;
    box-shadow: none !important;
}
.btn-link {
	color: #35792a;
    text-decoration: none;
}
.btn-arrow {
	padding-right: 30px;
}
.btn-arrow::after {
	content: '';
	background-image: url(/assets/img/Arrow@2x.png);
	background-size: 7px 11px;
	background-position: top right;
	width: 7px;
	height: 11px;
	position: absolute;
    top: 50%;
    right: 10px;
	margin-top: -5px;
}
.bg-white.btn-arrow::after {
	background-image: url(/assets/img/grayarrow@2x.png);
}
.btn-clear.btn-arrow::after {
	background-image: url(/assets/img/grayarrow@2x.png);
}
.btn.btn-arrow:hover {
	color: white !important;
	background: transparent linear-gradient(261deg, #BBCF31 0%, #BBCF31 100%) 0% 0% no-repeat padding-box !important;
	border-color: #BFD22C !important;
}
.btn.btn-arrow:hover:after {
	background-image: url(/assets/img/Arrow@2x.png) !important;
}
  .bottom-link {
  	position: absolute;
    bottom: -20px;
    left: 50%;
	transform: translateX(-50%);
  }
.rounded-top-right {
	border-top-right-radius: 1em;
}
.z-2 {
	z-index:2;
}
.input_group.rounded,
input.rounded,
.rounded9{
	border-radius: 9px !important;
}
.rounded {
	border-radius: 15px !important;
}
.vertical-line {
	display: none;
}
.input_group input,
.input_group select,
.input_group textarea {
	border: none;
    outline: none;
    background: transparent !important;
    width: 100%;
}
.input_group input::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
.input_group input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
.input_group input::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
.input_group input:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
.input_group input::placeholder { /* Recent browsers */
    text-transform: none;
}
.input_group input:-internal-autofill-selected,
.input_group input:-webkit-autofill,
.input_group input:-webkit-autofill:hover,
.input_group input:-webkit-autofill:focus,
.input_group input:-webkit-autofill:active {
 	-webkit-text-fill-color: inherit !important;
    -webkit-box-shadow: 0 0 0 100px white inset;
    background: inherit !important;
    color: inherit !important;
}
.input_group.bg-img-name {
	background: url(/assets/img/name_icon@2x.png) center left 8px transparent;
    background-repeat: no-repeat;
    background-size: 19px auto;
}
.input_group.bg-img-email {
	background: url(/assets/img/email_icon@2x.png) center left 5px transparent;
    background-repeat: no-repeat;
    background-size: 25px auto;	
}
.input_group.bg-img-location {
	background: url(/assets/img/contactus_zipcode_icon@2x.png) center left 8px transparent;
    background-repeat: no-repeat;
    background-size: 19px auto;	
}
.input_group.bg-img-company {
	background: url(/assets/img/contactus_company_icon@2x.png) center left 8px transparent;
    background-repeat: no-repeat;
    background-size: 19px auto;	
}
.input_group.bg-img-phone {
	background: url(/assets/img/contactus_phone_icon@2x.png) center left 8px transparent;
    background-repeat: no-repeat;
    background-size: 19px auto;	
}
.input_group.bg-img-question {
	background: url(/assets/img/contactus_quest_icon@2x.png) center left 10px transparent;
    background-repeat: no-repeat;
    background-size: 15px auto;	
}
.input_group.bg-img-message {
	background: url(/assets/img/contactus_comment_icon@2x.png) top 8px left 5px transparent;
    background-repeat: no-repeat;
    background-size: 25px auto;	
}
.input_group.bg-img-email input,
.input_group.bg-img-name input,
.input_group.bg-img-location input,
.input_group.bg-img-company input,
.input_group.bg-img-phone input {
	padding: 0;
	margin-left: 35px;
    margin-top:8px;
    margin-bottom:8px;
    margin-right: 8px;
    width: 90%;
    width: calc(100% - 45px);
}
.input_group.bg-img-question select {
	padding: 0;
	margin-left: 32px;
    margin-top:8px;
    margin-bottom:8px;
    margin-right: 8px;
    width: 90%;
    width: calc(100% - 42px);
}
.input_group.bg-img-message textarea {
	padding-left: 8px;
    padding-top:8px;
    padding-bottom:8px;
    padding-right: 8px;
	text-indent: 27px;
}
input[disabled][readonly] {
	border: none;
    background-color: transparent;
}

/* NAVBAR */
/* NAVBAR TOGGLER */
.header .navbar-toggler {
    padding: 0px;
    outline: 0;
    border: none;
    background: transparent !important;
}

.header .icon-bar {
    width: 28px;
    height: 3px;
    background-color: rgb(99, 102, 106);
    display: block;
    transition: all 0.2s;
    margin-top: 5px;
    border-radius: 4px;
}


/* Hamburger animation */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 25% 50%;
}

.navbar-toggler:not(.collapsed) .icon-bar {
    margin-top: 2px !important;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 20% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

.header li::before {
    display: none;
}

.header .navbar-toggler {
    position: relative;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.header .navbar-toggler i {
    color: #fff;
}

.header .mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

.header .mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header .mobile-nav a {
    display: block;
    position: relative;
    color: #21413c;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
}

.header .mobile-nav a:hover,
.header .mobile-nav .active > a,
.header .mobile-nav li:hover > a {
    color: #000000;
    text-decoration: none;
}

.header .mobile-nav .drop-down > a:after {
    content: "<";
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.header .mobile-nav .active.drop-down > a:after {
    content: ">";
}

.header .mobile-nav .drop-down > a {
    padding-right: 35px;
}

.header .mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.header .mobile-nav .drop-down li {
    padding-left: 20px;
}
header .nav-menu {
    background: #fff;
    z-index:101;
}
/* NAVBAR SEARCH */
.navbar .search-form {
  float: right;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.navbar .search-form .input-group {
  display: block;
  padding-right: 30px;
  width: 30px;
  overflow: hidden;
  border-left: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}
.navbar .search-form.open .input-group {
  border: 2px solid #5F5F5F;
  transition: all 0.2s ease-in-out;
}
.navbar .search-form .form-control,
.navbar .search-form .form-control:focus {
  /*color:#fff;*/
  height: 30px;
  padding: 6px 12px 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  background-color: transparent;
  border-color: transparent;
}
.navbar .search-form .input-group-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  z-index: 2;
}
.navbar .search-form .input-group-btn .icon {
  position: relative;
  bottom: -3px;
  left: -1px;
  font-size: 16px;
}
.navbar .search-form .btn {
  padding: 5px 8px;
  border-radius: 0;
  /*color:#fff;*/
  background-color: transparent;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
.navbar .search-form .btn:active,
.navbar .search-form .btn:hover,
.navbar .search-form .btn:focus,
.navbar .search-form.open .btn {
  color: #fff;
  background-color: #5F5F5F;
  border: 1px solid #5F5F5F;
  transition: all 0.2s ease-in-out;
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0;
}
.navbar .search-form.open .input-group {
  width: 145px;
  transition: width 0.3s ease-in-out;
}
:-ms-input-placeholder {
  color: #555 !important;
}
::-moz-placeholder {
  color: #555 !important;
}
:-moz-placeholder {
  color: #555 !important;
}
::-webkit-input-placeholder {
  color: #555 !important;
}

.card-body {
	font-size: 18px;
    line-height: 24px;
	padding: 2.5rem;
}
.carousel p {
	font-size: 16px;
    line-height: 24px;
    margin: 0;
}


/* FOOTER */
.footer #footer-content {
	width: auto;
}
.footer #footer-nav {
	display: block;
    text-align:left;
}
.footer #footer-content > div {
	padding-left: 0 !important;
}
.footer #footer-labs {
	margin: 0 20px 0 0;
}
.footer #footer-social {
	float: left;
    margin: 0 20px 0 0;
	max-width: 100%;
}
.footer #footer-content {
    padding-left: 60px;
    padding-right: 60px;
}

/** Heroes **/

.homepage-hero {
  background-image: url(/assets/img/landing-hero-mobile.jpg); 
  background-position: top center; 
  background-size: cover;
  font-size: 18px;
  line-height: 22px;
}
.consultant-hero {
  background-image: url(/assets/img/consultants-hero-mobile.jpg); 
  background-position: top center; 
  background-size: cover;
  padding-top: 233px;
  padding-bottom: 90px;
}
.consultant-hero.p-lg-header {
  padding-top: 233px;
  padding-bottom: 90px;
}
.consultant-hero h2 {
	font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    letter-spacing: -.75px;
}
.calculator-hero {
  background-image: url(/assets/img/estimator-hero-mobile.jpg); 
  background-position: top center; 
  background-size: cover;
  padding-top: 233px;
  padding-bottom: 90px;
}
.calculator-hero.p-lg-header {
  padding-top: 233px;
  padding-bottom: 90px;
}
.calculator-hero h2 {
	font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    letter-spacing: -.75px;
}
.modal-body {
	padding: 3rem;
}

/*** Eloqua Forms ***/
  .elq-form .elq-required{
    color:red!important;
    display:inline;
    float:none;
    font-weight:700;
    margin:0;
    padding:0}
  .elq-form #elq-FormLastRow{
    position:absolute;
    left:-80%;
    top:-80%}
  .elq-form .elq-label{
    display:inline-block;
    max-width:100%;
    font-weight:400;
    box-sizing:border-box;
    margin-bottom:0}
  .elq-form .elq-label-top{
    padding-bottom:3px}
  .elq-form .elq-item-label{
    max-width:100%;
    font-weight:400;
    box-sizing:border-box}
  .elq-form .list-order{
    margin-left:0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis}
  .elq-form .one-column{
    width:100%;
    clear:both}
  .elq-form .two-column{
    float:left;
    width:38%}
  .elq-form .three-column{
    float:left;
    width:30%}
  .elq-form .elq-item-textarea{
    resize:vertical;
    min-height:48px;
    max-height:360px;
    box-sizing:border-box}
  .elq-form .elq-item-input,.elq-form .elq-item-select,.elq-form .elq-item-textarea{
    font-family:inherit;
    font-size:inherit;
    line-height:inherit;
    color:inherit;
    font:inherit;
    margin:0}
  .elq-form .elq-item-select{
    text-transform:none}
  .elq-form .row.single-checkbox-row{
    margin-left:0}
  .elq-form .elq-field-style{
    padding-bottom:10px}
  .elq-form .elq-field-style input[type=submit]{
    -webkit-appearance:square-button}
  @-webkit-keyframes spin{
    0%{
      -webkit-transform:rotate(0deg)}
    to{
      -webkit-transform:rotate(1turn)}
  }
  @keyframes spin{
    0%{
      transform:rotate(0deg)}
    to{
      transform:rotate(1turn)}
  }
  .elq-form .loader{
    vertical-align:middle;
    display:inline-block;
    margin-left:10px;
    border:3px solid #f3f3f3;
    border-radius:50%;
    border-top:3px solid #3498db;
    width:20px;
    height:20px;
    -webkit-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite}
  .elq-form input[type=checkbox],.elq-form input[type=radio]{
    margin:0}
  .elq-form .list-order input[type=radio]{
    margin-left:1px}
  .elq-form *,.elq-form :after,.elq-form :before{
    box-sizing:border-box}
  .elq-form html{
    font-size:10px;
    -webkit-tap-highlight-color:transparent}
  .elq-form body{
    font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size:14px;
    line-height:1.42857;
    color:#333;
    background-color:#fff}
  .elq-form button,.elq-form input,.elq-form select,.elq-form textarea{
    font-family:inherit;
    font-size:inherit;
    line-height:inherit}
  .elq-form a{
    color:#337ab7;
    text-decoration:none}
  .elq-form a:focus,.elq-form a:hover{
    color:#23527c;
    text-decoration:underline}
  .elq-form a:focus{
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px}
  .elq-form figure{
    margin:0}
  .elq-form img{
    vertical-align:middle}
  .elq-form .img-responsive{
    display:block;
    max-width:100%;
    height:auto}
  .elq-form .img-rounded{
    border-radius:6px}
  .elq-form .img-thumbnail{
    padding:4px;
    line-height:1.42857;
    background-color:#fff;
    border:1px solid #ddd;
    border-radius:4px;
    transition:all .2s ease-in-out;
    display:inline-block;
    max-width:100%;
    height:auto}
  .elq-form .img-circle{
    border-radius:50%}
  .elq-form hr{
    margin-top:20px;
    margin-bottom:20px;
    border:0;
    border-top:1px solid #eee}
  .elq-form .sr-only{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0}
  .elq-form .sr-only-focusable:active,.elq-form .sr-only-focusable:focus{
    position:static;
    width:auto;
    height:auto;
    margin:0;
    overflow:visible;
    clip:auto}
  .elq-form [role=button]{
    cursor:pointer}
  .elq-form .container{
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto}
  .elq-form .container:after,.elq-form .container:before{
    display:table;
    content:" "}
  .elq-form .container:after{
    clear:both}
  @media (min-width:768px){
    .elq-form .container{
      width:750px}
  }
  @media (min-width:992px){
    .elq-form .container{
      width:970px}
  }
  @media (min-width:1200px){
    .elq-form .container{
      width:1170px}
  }
  .elq-form .container-fluid{
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto}
  .elq-form .container-fluid:after,.elq-form .container-fluid:before{
    display:table;
    content:" "}
  .elq-form .container-fluid:after{
    clear:both}
  .elq-form .row{
    margin-right:-15px;
    margin-left:-15px}
  .elq-form .row:after,.elq-form .row:before{
    display:table;
    content:" "}
  .elq-form .row:after{
    clear:both}
  .elq-form .row-no-gutters{
    margin-right:0;
    margin-left:0}
  .elq-form .row-no-gutters [class*=col-]{
    padding-right:0;
    padding-left:0}
  .elq-form .col-lg-1,.elq-form .col-lg-2,.elq-form .col-lg-3,.elq-form .col-lg-4,.elq-form .col-lg-5,.elq-form .col-lg-6,.elq-form .col-lg-7,.elq-form .col-lg-8,.elq-form .col-lg-9,.elq-form .col-lg-10,.elq-form .col-lg-11,.elq-form .col-lg-12,.elq-form .col-md-1,.elq-form .col-md-2,.elq-form .col-md-3,.elq-form .col-md-4,.elq-form .col-md-5,.elq-form .col-md-6,.elq-form .col-md-7,.elq-form .col-md-8,.elq-form .col-md-9,.elq-form .col-md-10,.elq-form .col-md-11,.elq-form .col-md-12,.elq-form .col-sm-1,.elq-form .col-sm-2,.elq-form .col-sm-3,.elq-form .col-sm-4,.elq-form .col-sm-5,.elq-form .col-sm-6,.elq-form .col-sm-7,.elq-form .col-sm-8,.elq-form .col-sm-9,.elq-form .col-sm-10,.elq-form .col-sm-11,.elq-form .col-sm-12,.elq-form .col-xs-1,.elq-form .col-xs-2,.elq-form .col-xs-3,.elq-form .col-xs-4,.elq-form .col-xs-5,.elq-form .col-xs-6,.elq-form .col-xs-7,.elq-form .col-xs-8,.elq-form .col-xs-9,.elq-form .col-xs-10,.elq-form .col-xs-11,.elq-form .col-xs-12{
    position:relative;
    min-height:1px;
    padding-right:15px;
    padding-left:15px}
  .elq-form .col-xs-1,.elq-form .col-xs-2,.elq-form .col-xs-3,.elq-form .col-xs-4,.elq-form .col-xs-5,.elq-form .col-xs-6,.elq-form .col-xs-7,.elq-form .col-xs-8,.elq-form .col-xs-9,.elq-form .col-xs-10,.elq-form .col-xs-11,.elq-form .col-xs-12{
    float:left}
  .elq-form .col-xs-1{
    width:8.33333%}
  .elq-form .col-xs-2{
    width:16.66667%}
  .elq-form .col-xs-3{
    width:25%}
  .elq-form .col-xs-4{
    width:33.33333%}
  .elq-form .col-xs-5{
    width:41.66667%}
  .elq-form .col-xs-6{
    width:50%}
  .elq-form .col-xs-7{
    width:58.33333%}
  .elq-form .col-xs-8{
    width:66.66667%}
  .elq-form .col-xs-9{
    width:75%}
  .elq-form .col-xs-10{
    width:83.33333%}
  .elq-form .col-xs-11{
    width:91.66667%}
  .elq-form .col-xs-12{
    width:100%}
  .elq-form .col-xs-pull-0{
    right:auto}
  .elq-form .col-xs-pull-1{
    right:8.33333%}
  .elq-form .col-xs-pull-2{
    right:16.66667%}
  .elq-form .col-xs-pull-3{
    right:25%}
  .elq-form .col-xs-pull-4{
    right:33.33333%}
  .elq-form .col-xs-pull-5{
    right:41.66667%}
  .elq-form .col-xs-pull-6{
    right:50%}
  .elq-form .col-xs-pull-7{
    right:58.33333%}
  .elq-form .col-xs-pull-8{
    right:66.66667%}
  .elq-form .col-xs-pull-9{
    right:75%}
  .elq-form .col-xs-pull-10{
    right:83.33333%}
  .elq-form .col-xs-pull-11{
    right:91.66667%}
  .elq-form .col-xs-pull-12{
    right:100%}
  .elq-form .col-xs-push-0{
    left:auto}
  .elq-form .col-xs-push-1{
    left:8.33333%}
  .elq-form .col-xs-push-2{
    left:16.66667%}
  .elq-form .col-xs-push-3{
    left:25%}
  .elq-form .col-xs-push-4{
    left:33.33333%}
  .elq-form .col-xs-push-5{
    left:41.66667%}
  .elq-form .col-xs-push-6{
    left:50%}
  .elq-form .col-xs-push-7{
    left:58.33333%}
  .elq-form .col-xs-push-8{
    left:66.66667%}
  .elq-form .col-xs-push-9{
    left:75%}
  .elq-form .col-xs-push-10{
    left:83.33333%}
  .elq-form .col-xs-push-11{
    left:91.66667%}
  .elq-form .col-xs-push-12{
    left:100%}
  .elq-form .col-xs-offset-0{
    margin-left:0}
  .elq-form .col-xs-offset-1{
    margin-left:8.33333%}
  .elq-form .col-xs-offset-2{
    margin-left:16.66667%}
  .elq-form .col-xs-offset-3{
    margin-left:25%}
  .elq-form .col-xs-offset-4{
    margin-left:33.33333%}
  .elq-form .col-xs-offset-5{
    margin-left:41.66667%}
  .elq-form .col-xs-offset-6{
    margin-left:50%}
  .elq-form .col-xs-offset-7{
    margin-left:58.33333%}
  .elq-form .col-xs-offset-8{
    margin-left:66.66667%}
  .elq-form .col-xs-offset-9{
    margin-left:75%}
  .elq-form .col-xs-offset-10{
    margin-left:83.33333%}
  .elq-form .col-xs-offset-11{
    margin-left:91.66667%}
  .elq-form .col-xs-offset-12{
    margin-left:100%}
  @media (min-width:768px){
    .elq-form .col-sm-1,.elq-form .col-sm-2,.elq-form .col-sm-3,.elq-form .col-sm-4,.elq-form .col-sm-5,.elq-form .col-sm-6,.elq-form .col-sm-7,.elq-form .col-sm-8,.elq-form .col-sm-9,.elq-form .col-sm-10,.elq-form .col-sm-11,.elq-form .col-sm-12{
      float:left}
    .elq-form .col-sm-1{
      width:8.33333%}
    .elq-form .col-sm-2{
      width:16.66667%}
    .elq-form .col-sm-3{
      width:25%}
    .elq-form .col-sm-4{
      width:33.33333%}
    .elq-form .col-sm-5{
      width:41.66667%}
    .elq-form .col-sm-6{
      width:50%}
    .elq-form .col-sm-7{
      width:58.33333%}
    .elq-form .col-sm-8{
      width:66.66667%}
    .elq-form .col-sm-9{
      width:75%}
    .elq-form .col-sm-10{
      width:83.33333%}
    .elq-form .col-sm-11{
      width:91.66667%}
    .elq-form .col-sm-12{
      width:100%}
    .elq-form .col-sm-pull-0{
      right:auto}
    .elq-form .col-sm-pull-1{
      right:8.33333%}
    .elq-form .col-sm-pull-2{
      right:16.66667%}
    .elq-form .col-sm-pull-3{
      right:25%}
    .elq-form .col-sm-pull-4{
      right:33.33333%}
    .elq-form .col-sm-pull-5{
      right:41.66667%}
    .elq-form .col-sm-pull-6{
      right:50%}
    .elq-form .col-sm-pull-7{
      right:58.33333%}
    .elq-form .col-sm-pull-8{
      right:66.66667%}
    .elq-form .col-sm-pull-9{
      right:75%}
    .elq-form .col-sm-pull-10{
      right:83.33333%}
    .elq-form .col-sm-pull-11{
      right:91.66667%}
    .elq-form .col-sm-pull-12{
      right:100%}
    .elq-form .col-sm-push-0{
      left:auto}
    .elq-form .col-sm-push-1{
      left:8.33333%}
    .elq-form .col-sm-push-2{
      left:16.66667%}
    .elq-form .col-sm-push-3{
      left:25%}
    .elq-form .col-sm-push-4{
      left:33.33333%}
    .elq-form .col-sm-push-5{
      left:41.66667%}
    .elq-form .col-sm-push-6{
      left:50%}
    .elq-form .col-sm-push-7{
      left:58.33333%}
    .elq-form .col-sm-push-8{
      left:66.66667%}
    .elq-form .col-sm-push-9{
      left:75%}
    .elq-form .col-sm-push-10{
      left:83.33333%}
    .elq-form .col-sm-push-11{
      left:91.66667%}
    .elq-form .col-sm-push-12{
      left:100%}
    .elq-form .col-sm-offset-0{
      margin-left:0}
    .elq-form .col-sm-offset-1{
      margin-left:8.33333%}
    .elq-form .col-sm-offset-2{
      margin-left:16.66667%}
    .elq-form .col-sm-offset-3{
      margin-left:25%}
    .elq-form .col-sm-offset-4{
      margin-left:33.33333%}
    .elq-form .col-sm-offset-5{
      margin-left:41.66667%}
    .elq-form .col-sm-offset-6{
      margin-left:50%}
    .elq-form .col-sm-offset-7{
      margin-left:58.33333%}
    .elq-form .col-sm-offset-8{
      margin-left:66.66667%}
    .elq-form .col-sm-offset-9{
      margin-left:75%}
    .elq-form .col-sm-offset-10{
      margin-left:83.33333%}
    .elq-form .col-sm-offset-11{
      margin-left:91.66667%}
    .elq-form .col-sm-offset-12{
      margin-left:100%}
  }
  @media (min-width:992px){
    .elq-form .col-md-1,.elq-form .col-md-2,.elq-form .col-md-3,.elq-form .col-md-4,.elq-form .col-md-5,.elq-form .col-md-6,.elq-form .col-md-7,.elq-form .col-md-8,.elq-form .col-md-9,.elq-form .col-md-10,.elq-form .col-md-11,.elq-form .col-md-12{
      float:left}
    .elq-form .col-md-1{
      width:8.33333%}
    .elq-form .col-md-2{
      width:16.66667%}
    .elq-form .col-md-3{
      width:25%}
    .elq-form .col-md-4{
      width:33.33333%}
    .elq-form .col-md-5{
      width:41.66667%}
    .elq-form .col-md-6{
      width:50%}
    .elq-form .col-md-7{
      width:58.33333%}
    .elq-form .col-md-8{
      width:66.66667%}
    .elq-form .col-md-9{
      width:75%}
    .elq-form .col-md-10{
      width:83.33333%}
    .elq-form .col-md-11{
      width:91.66667%}
    .elq-form .col-md-12{
      width:100%}
    .elq-form .col-md-pull-0{
      right:auto}
    .elq-form .col-md-pull-1{
      right:8.33333%}
    .elq-form .col-md-pull-2{
      right:16.66667%}
    .elq-form .col-md-pull-3{
      right:25%}
    .elq-form .col-md-pull-4{
      right:33.33333%}
    .elq-form .col-md-pull-5{
      right:41.66667%}
    .elq-form .col-md-pull-6{
      right:50%}
    .elq-form .col-md-pull-7{
      right:58.33333%}
    .elq-form .col-md-pull-8{
      right:66.66667%}
    .elq-form .col-md-pull-9{
      right:75%}
    .elq-form .col-md-pull-10{
      right:83.33333%}
    .elq-form .col-md-pull-11{
      right:91.66667%}
    .elq-form .col-md-pull-12{
      right:100%}
    .elq-form .col-md-push-0{
      left:auto}
    .elq-form .col-md-push-1{
      left:8.33333%}
    .elq-form .col-md-push-2{
      left:16.66667%}
    .elq-form .col-md-push-3{
      left:25%}
    .elq-form .col-md-push-4{
      left:33.33333%}
    .elq-form .col-md-push-5{
      left:41.66667%}
    .elq-form .col-md-push-6{
      left:50%}
    .elq-form .col-md-push-7{
      left:58.33333%}
    .elq-form .col-md-push-8{
      left:66.66667%}
    .elq-form .col-md-push-9{
      left:75%}
    .elq-form .col-md-push-10{
      left:83.33333%}
    .elq-form .col-md-push-11{
      left:91.66667%}
    .elq-form .col-md-push-12{
      left:100%}
    .elq-form .col-md-offset-0{
      margin-left:0}
    .elq-form .col-md-offset-1{
      margin-left:8.33333%}
    .elq-form .col-md-offset-2{
      margin-left:16.66667%}
    .elq-form .col-md-offset-3{
      margin-left:25%}
    .elq-form .col-md-offset-4{
      margin-left:33.33333%}
    .elq-form .col-md-offset-5{
      margin-left:41.66667%}
    .elq-form .col-md-offset-6{
      margin-left:50%}
    .elq-form .col-md-offset-7{
      margin-left:58.33333%}
    .elq-form .col-md-offset-8{
      margin-left:66.66667%}
    .elq-form .col-md-offset-9{
      margin-left:75%}
    .elq-form .col-md-offset-10{
      margin-left:83.33333%}
    .elq-form .col-md-offset-11{
      margin-left:91.66667%}
    .elq-form .col-md-offset-12{
      margin-left:100%}
  }
  @media (min-width:1200px){
    .elq-form .col-lg-1,.elq-form .col-lg-2,.elq-form .col-lg-3,.elq-form .col-lg-4,.elq-form .col-lg-5,.elq-form .col-lg-6,.elq-form .col-lg-7,.elq-form .col-lg-8,.elq-form .col-lg-9,.elq-form .col-lg-10,.elq-form .col-lg-11,.elq-form .col-lg-12{
      float:left}
    .elq-form .col-lg-1{
      width:8.33333%}
    .elq-form .col-lg-2{
      width:16.66667%}
    .elq-form .col-lg-3{
      width:25%}
    .elq-form .col-lg-4{
      width:33.33333%}
    .elq-form .col-lg-5{
      width:41.66667%}
    .elq-form .col-lg-6{
      width:50%}
    .elq-form .col-lg-7{
      width:58.33333%}
    .elq-form .col-lg-8{
      width:66.66667%}
    .elq-form .col-lg-9{
      width:75%}
    .elq-form .col-lg-10{
      width:83.33333%}
    .elq-form .col-lg-11{
      width:91.66667%}
    .elq-form .col-lg-12{
      width:100%}
    .elq-form .col-lg-pull-0{
      right:auto}
    .elq-form .col-lg-pull-1{
      right:8.33333%}
    .elq-form .col-lg-pull-2{
      right:16.66667%}
    .elq-form .col-lg-pull-3{
      right:25%}
    .elq-form .col-lg-pull-4{
      right:33.33333%}
    .elq-form .col-lg-pull-5{
      right:41.66667%}
    .elq-form .col-lg-pull-6{
      right:50%}
    .elq-form .col-lg-pull-7{
      right:58.33333%}
    .elq-form .col-lg-pull-8{
      right:66.66667%}
    .elq-form .col-lg-pull-9{
      right:75%}
    .elq-form .col-lg-pull-10{
      right:83.33333%}
    .elq-form .col-lg-pull-11{
      right:91.66667%}
    .elq-form .col-lg-pull-12{
      right:100%}
    .elq-form .col-lg-push-0{
      left:auto}
    .elq-form .col-lg-push-1{
      left:8.33333%}
    .elq-form .col-lg-push-2{
      left:16.66667%}
    .elq-form .col-lg-push-3{
      left:25%}
    .elq-form .col-lg-push-4{
      left:33.33333%}
    .elq-form .col-lg-push-5{
      left:41.66667%}
    .elq-form .col-lg-push-6{
      left:50%}
    .elq-form .col-lg-push-7{
      left:58.33333%}
    .elq-form .col-lg-push-8{
      left:66.66667%}
    .elq-form .col-lg-push-9{
      left:75%}
    .elq-form .col-lg-push-10{
      left:83.33333%}
    .elq-form .col-lg-push-11{
      left:91.66667%}
    .elq-form .col-lg-push-12{
      left:100%}
    .elq-form .col-lg-offset-0{
      margin-left:0}
    .elq-form .col-lg-offset-1{
      margin-left:8.33333%}
    .elq-form .col-lg-offset-2{
      margin-left:16.66667%}
    .elq-form .col-lg-offset-3{
      margin-left:25%}
    .elq-form .col-lg-offset-4{
      margin-left:33.33333%}
    .elq-form .col-lg-offset-5{
      margin-left:41.66667%}
    .elq-form .col-lg-offset-6{
      margin-left:50%}
    .elq-form .col-lg-offset-7{
      margin-left:58.33333%}
    .elq-form .col-lg-offset-8{
      margin-left:66.66667%}
    .elq-form .col-lg-offset-9{
      margin-left:75%}
    .elq-form .col-lg-offset-10{
      margin-left:83.33333%}
    .elq-form .col-lg-offset-11{
      margin-left:91.66667%}
    .elq-form .col-lg-offset-12{
      margin-left:100%}
  }
  .elq-form .row{
    display:inherit}
  /*.LV_invalid_field,input.LV_invalid_field:active,input.LV_invalid_field:hover,textarea.LV_invalid_field:active,textarea.LV_invalid_field:hover{
    outline:1px solid #c00}*/
  .LV_validation_message,.error-wrapper{
    font-weight:700;
    margin:0 0 0 5px}
  .LV_valid{
    display:none}
  .LV_invalid,
  .error-wrapper{
    color:#c00;
    font-size:10px}
  .submit-button-style{
    padding:7px 20px;
    border:1px solid #979797;
    border-radius:3px;
    background-color:#fff;
    color:#4a4a4a;
    cursor:pointer}
  .checkbox-aligned{
    margin-left:5px;
    display:inline}
  .form-element-layout{
    padding:5px 10px}
  .form-element-instruction{
    font-size:10px}
  .form-element-form-text{
    margin:0}
  .form-field-visible-xs-block{
    display:none}
  .elq-form-design-field .list-order input[type=radio]{
    margin-left:1px}
  @media (max-width:767px){
    .form-field-visible-xs-block{
      display:block}
  }
  .form-field-hidden-xs{
    display:block}
  @media (max-width:767px){
    .form-field-hidden-xs{
      display:none}
  }
  .custom-overlay{
    margin-left:2px;
    background:#fff;
    box-shadow:0 0 4px 0 #777;
    border-radius:2px;
    max-width:256px}
    
    .dollar-masking:before {
    	content: '$';
        display: inline;
    }
    .addPercent:after {
    	content: '%';
        display: inline;
    }