


/*GLobal styles*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
  font-family: 'Open Sans', sans-serif;
  }

  html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

  font-size:15px;
  line-height:21px;
  font-weight:400;
  }

.slideinwrapper{
  overflow: visible !important;
  padding: 0 5px 0 5px !important;
}
.fancybox-wrap{
  opacity: 1 !important;
}
#linkContainer{
  text-align: left;
  margin-bottom: 250px;
  word-wrap: normal;
  word-break: break-word;
  padding-left: 15px;
}
#linkFormContainer{
  width: 100%;
  margin-top: 15px;
  text-align: left;
}
#linkForm{
  padding-left: 15px;
}
#inputContainer{
  width: 270px;
  text-align: left;
  padding-left: 15px;
}
#inputContainer div input {
  width: 270px;
}
#inputContainer div label .asterisk{
  padding-right: 5px;
  vertical-align: middle;
}
#link-builder-info{
  list-style-type: none;
  background-color: rgba(44, 47, 46, .75);
  width: 40%;
  border-radius: 5px;
  border: 2px solid rgba(0,0,0,.1);
  color: #fff;
  margin: 0 auto;
  font-size: 1.5em;
  margin-top: 15px;
  text-align: center;
}
#formSubmitBTN{
  color: #fff;
  font-size: 18px  !important;
}
#link-builder-info li{
  display: inline-block;
  padding: 5px 10px;
  font-size: 18px;
}
#link-builder-title{
  width: 100%;
  text-align: left;
  margin-top: 100px;
  margin-bottom: 10px;
  color: #0F647B;
  font-weight: 300;
  padding: 20px 0 0 15px;
}
#wpAdminBtn{
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 9999;
  margin-right: 80px;
}


#wpAdminBtn button{
  background: rgba(31, 128, 157, 1);
  border-color: rgba(31, 128, 157, 1);
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
#wpAdminBtn button a{
  color: #fff;
}

input[type=checkbox], input[type=radio]{
  margin-right: 5px;
}
#test-links{
  color: red;
  font-weight: bold;
  text-decoration: underline;
  width: 100%;
  text-align: left;
  padding: 10px 0 0 15px;
}
.checkbox{
  display: inline-block;
}
.dropdown-check-list {
  display: inline-block;
}

=======

#wpAdminBtn button{
  background: rgba(31, 128, 157, 1);
  border-color: rgba(31, 128, 157, 1);
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
#wpAdminBtn button a{
  color: #fff;
}

input[type=checkbox], input[type=radio]{
  margin-right: 5px;
}
#test-links{
  color: red;
  font-weight: bold;
  text-decoration: underline;
  width: 100%;
  text-align: left;
  padding: 10px 0 0 15px;
}
.checkbox{
  display: inline-block;
}
.dropdown-check-list {
  display: inline-block;
}


.dropdown-check-list ul.items {
  padding: 2px;
  display: inline-block;
  margin: 0;
}
.dropdown-check-list ul.items li {
  list-style: none;
}
.dropdown-check-list.visible .items {
  display: block;
}
#list1{
  text-align: left;
  padding-left: 15px;
  width: 100%;
  outline: none !important;
  }
#linkFormContainer #list1 button{
  color: #fff;
  font-size: 18px !important;
  width: 270px;
}
select:hover,select:active{
  outline: none;
  border: none;
}
/*landing page*/
.container-fluid.landing-page .container .row div .card input{
  width: 100%;
  margin: 0px 0 20px 0;
  padding: 15px;
  font-size: 1.2em;
  color: #000;
}
.inputheight{
  height: 45px;
}
.container-fluid.landing-page .container .row div #card-container {
  text-align: left;
  padding: 25px;
  float: right;
  z-index: 99;
}
#card-container .card select{
  background-color: white;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
}

.container-fluid.landing-page .container .row div .card .asterisk {
    padding-right: 5px;
    vertical-align: middle;
}
.container-fluid.landing-page .container .row div .card h1 {
  line-height: 1em;
  font-family: 'Open Sans', sans-serif;
  padding: 10px 0;
  color: #0C4654;
  color: rgb(12, 70, 84);
  font-weight: 300;
  text-align: center;
}
#card-container{
  margin: -332px 0 0 0;
  float: right;
  z-index: 99;
}
#request-demo-title{
  text-transform: uppercase;
  padding: 25px;
  font-size: 2em;
  background-color: #f3f3f2;
  margin: 0;
  font-weight: bold;
  letter-spacing: 1px;
}
#herotextcontainer > .landing-hero-text{
  font-size: 4.2em;
  letter-spacing: 3px;
}
#landinghero .container #herotextcontainer{
  margin: 10% 0 0 0;
  padding: 0;
  z-index: 99;
}
#what-is-valant{
  text-align: left;
}
#what-is-valant h1 {
  font-size: 2.8em;
  padding-bottom: 20px;
}
#what-is-valant p {
  font-size: 1.15em;
  color: rgba(0,0,0,.5);
  line-height: 28px;
  padding-right: 14%;
}
#what-is-valant p #landing-learn-more-link{
  font-size: 1.4em;
  font-weight: lighter;
  letter-spacing: 1px;
}
#landing-teaser{
  color: rgba(255,255,255,.7);
  font-weight: lighter;
  font-size: 1.7em;
  padding-right: 14%;
  line-height: 30px;
}
#formSubmitBTN.landingPageBTN{
  font-size: 1.7em !important;
  font-weight: 100 !important;
}
#landing-learn-more-link{
  text-transform: uppercase;
}
#state-selector{
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  background-color: #fff;
  font-family: inherit;
  font-size: 1.2em;
  border-radius: 0px !important;
}
#questions{
  height: 100px;
}
input[type='text']{
  position: relative;
  left: 5px;
  top: 5px;
}
#valant-logo{
  background-image: url(images/logo2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 50px;
  width: 185px;
  position: absolute;
  z-index: 99;
  left: 16%;
  top: 50px;
}
#logo-container{
  float: left;
}
.landing-body .navbar .leftblackbar{
  background-color: transparent;
}
#overlay {
  position: absolute; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 476px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
.landing-page .container .row #card-container .card select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 15px;
  text-overflow: '';
  padding-left: 0;
  -webkit-border-radius: 0px;
  border: 1px solid #d3d3d3;
  color: rgba(0,0,0,.55);
  background:
  linear-gradient(45deg, transparent 50%, black 50%),
  linear-gradient(135deg, black 50%, transparent 50%),
  linear-gradient(to right, white, white);
  background-position:
  calc(100% - 21px) calc(1em + 2px),
  calc(100% - 16px) calc(1em + 2px),
  100% 0;
  background-size: 7px 7px, 6px 6px, 2.5em 2.5em;
  background-repeat: no-repeat;
  font-size: 1.2em;
}
.landing-page .container .row #card-container .card select:hover {
  border: 1px solid;
  border-color: #D3D3D6;
}
.landing-page .container .row #card-container .card select:after {
    content: "▼";
    padding: 12px 8px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
}
#marketplacecontainer{
  list-style-type: none;
}
.marketlistrow div{
  margin-top: 15px;
}
.marektplace{
  margin-bottom: 50px;
}
.container.marketplace{

  width: 90%;
}
.market-title-container{
  width: 85%;
  padding-right: 15px;
  padding-left: 15px;

  width: 100%;
  padding-left: 11%;
  line-height: 0px;
}
.market-title-container{
  width: 100%;
  padding-left: 11%;
  padding-right: 11%;

  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}
.market-title-container span{
  position: relative;

  top: -50px;
  left: 250px;

  float: left;

}
.market-title-container p {
  width: 85%;
}
.marketlistrow{
  display: inline-block;
}
#marketplacecontainer .marketlistrow .card {
  width: 25%;
}

#marektplace-category-links{
  list-style-type: none;
  padding-left: 11%;
  margin-bottom: 20px;
  float: left;
}
#marektplace-category-links li{
  display: inline-block;
  padding-right: 35px;
}
.marketplace ul{
  list-style-type: none;
  height: 271px;
}
.marketplace .cat-active {
  position: relative;

}
.all-cats{
  display: inline-block;
}
#all-cats{
width: 22px;
height: 17px;
font-family: OpenSans;
font-size: 12px;
font-weight: bold;
text-align: left;
color: #494557;
}
.postid-8464 .site-content-contain {
   background-color: #f1f1f0;
 }
.marketplace > div > p > a > img{
display: none;
}
.marketplace > div > p > img{
display: none;
}
#postImage{
  width: 170px;
  height: 78px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
    background-size: contain;
    margin-bottom: 0;
}
.marketplace div p {
  width: 195px;
 height: 92px;
 font-family: OpenSans;
 font-size: 12px;
 text-align: left;
 color: #494557;
}
.market-title-container h1{
  width: 180px;
  height: 46px;
  font-family: OpenSans;
  font-size: 34px;
  text-align: left;
  color: #1d5881;
  float: left;
}
.market-title-container span p {
  width: 723px;
 height: 68px;
 font-family: OpenSans;
 font-size: 14px;
 line-height: 1.5;
 text-align: left;
 color: #494557;
 padding-left: 50px;
 margin-bottom: 30px;
}
#marektplace-category-links li a{
  width: 139px;
 height: 17px;
 font-family: OpenSans;
 font-size: 12px;
 font-weight: 300;
 text-align: left;
 color: #494557;
 text-transform: uppercase;
}
.marketplace div {
  margin-right: 23px;
  width: 225px;
  height: 271px;
  background-color: #ffffff;
  padding: 15px 15px;
  margin-bottom: 20px;
}
.marketplace div p {
  width: 195px;
  height: 92px;
  font-family: OpenSans;
  font-size: 14px;
  text-align: left;
  color: #494557;
}
.marketplace div p .learn-more{
  height: 19px;
  font-family: OpenSans;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #e2578c;
  position: absolute;
  bottom: 20px;
}

  @media (max-width: 767px) {html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

  font-size:18px;
  line-height:26px;
}
.container-fluid.landing-page .container .row {
  margin-top: 0 !important;
}
#card-container{
  margin-top: 0px !important;
}
#request-demo-title{
  font-size: 1.5em;
}
#landing-teaser{
  font-size: 1.25em;
}
.container-fluid.landing-page .container .row div .card input,#formSubmitBTN.landingPageBTN {
  font-size: 1em !important;
}
.container-fluid.landing-page .container .row{
  padding: 0 15px 15px 15px;
}
#landinghero .container #herotextcontainer{
  margin-top: 40px !important;
  padding:15px;
}
#landinghero .container #herotextcontainer h1{
  font-size: 2.8em;
}
#wpAdminBtn{
  top:7px;
  margin-right: 10px;
}
#link-builder-info{
  width: 95%;
}
#link-builder-title{
  margin-top: 50px;
  font-size: 25px;
}
#what-is-valant h1{
  font-size: 1.8em;
}
#what-is-valant p #landing-learn-more-link {
  font-size: 1em;
}
#what-is-valant p {
  padding:0;
}
}

h1,h2 {margin-top:0px;}
.container-fluid {background-color:#F3F3F2;padding-right:0px;padding-left:0px;}



li.showmedium {display:none;}
br.showmedium {display:none;}
br.showmediumsmall {display:none;}
li.hidemedium {display:block;}

.nav>li {  margin-top: 30px;
  padding-bottom: 4px;}

 br.showmedium {display:none;}

@media (max-width: 1199px) {li.showmedium {display:block;}
  li.hidemedium {display:none;}
br.showmedium {display:block;}


}

@media (max-width: 991px) {li.showmedium {display:block;}

br.showmediumsmall {display:block;}
.cardtitleshrink {font-size:24px !important;    white-space: nowrap;}
.newscell {height:90px;}
.newscellmedium {height:130px;}
.newscelltall {height:170px;}

}



@media (max-width: 767px) {
.navbar-collapse.collapse.hidelarge {
        display: none!important;
    }

    li.dropdown.hidesmall {display:none !important;}
    li.hidemedium {display:block !important;}

    .newscell {height:60px;}
    .newscellmedium {height:100px;}
.newscelltall {height:140px;}
}

@media (min-width: 1200px) {
.navbar-collapse.collapse.hidelarge {
        display: none!important;
    }
}


/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license


 */

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  width:100%;
}
.yamm .yamm-content {

}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.navbar-nav {float:right;

}

.navbar-header {max-height:86px;
height:86px;}

.navbar-brand {
height:86px;padding:0px 15px;width:250px;position:absolute;background-color: #2c2f2e;}

.logoholder, .logoholder:hover, .logoholder:focus, .logoholder:active {height:100%;
width:90%;background-image: url(images/logo2.svg);background-repeat: no-repeat;

    background-position: center; }

    .logoholder.kb, .logoholder.kb:hover, .logoholder.kb:focus, .logoholder.kb:active {height:100%;
width:90%;background-image: url(images/logo2white.svg);background-repeat: no-repeat;

    background-position: center; }

.sidebar {display:inline-block;margin-bottom:30px;}

   .heroimage {
    width:100%;
    min-height:400px;
   margin:0px auto;
    padding:20px;
    background-position: center center;
    background-size: cover;
    }

    #homehero {background-image: url(images/hero/hero.jpg);}
    #lphero {background-image: url(images/hero/landingpage.jpg);}
    #pphero {background-image: url(images/hero/privatepractice.jpg);}
    #nonphero {background-image: url(images/hero/therapist.jpg);}
    #phero {background-image: url(images/hero/prescribersmod2.jpg);}
    #ghero {background-image: url(images/hero/grouppractice.jpg);}
    #ehero {background-image: url(images/hero/enterprise.jpg);}
    #careers {background-image: url(images/hero/careers.jpg?version=2.0);}
    #consultinghero {background-image: url(images/hero/consulting.jpg);}
    #referralhero {background-image: url(images/hero/referralhero.jpg);}
    #landinghero {
      background-image: url(images/hero/landingpage.jpg);
    }

    .herotextholderright {margin-top:100px;width:35%;float:right;text-align:right;}

    .herotextholderleft {margin-top:100px;width:35%;float:left;text-align:left;}

    .herotext {color:white;font-size:72px;}



@media (min-width: 1301px) {

  .heroimage {
   min-height:700px;
   }

}

@media (max-width: 1300px) {

  .heroimage {
   min-height:600px;
   }
   .container-fluid.landing-page .container .row div #card-container{
     margin-top:-150px;
   }
}

@media (max-width: 1199px) {

  .heroimage {
   min-height:500px;
   }
    .heroimage.referral {
   min-height:400px;
   }

   .container-fluid.landing-page .container .row div #card-container {
       margin-top: -90px;
   }

#homehero {background-image: url(images/hero/hero.jpg);}
    #lphero {background-image: url(images/hero/landingpage.jpg);}
    #pphero {background-image: url(images/hero/privatepractice.jpg);}
    #nonphero {background-image: url(images/hero/therapist-small.jpg);}
    #phero {background-image: url(images/hero/prescriberssmall.jpg);}
    #ghero {background-image: url(images/hero/grouppractice.jpg);}
    #ehero {background-image: url(images/hero/enterprise.jpg);}
    #consultinghero {background-image: url(images/hero/consultingsmall.jpg);}

    .herotextholderright {margin-top:100px;width:50%;float:right;text-align:right;direction: rtl;}

    .herotextholderleft {margin-top:100px;width:50%;float:left;text-align:left;}

    .herotext {color:white;font-size:72px;}

    .referraltext {color:white;font-size:56px;}

}

@media (max-width: 767px) {
  .heroimage {
    min-height:400px;
  }
  .heroimage.referral {
    min-height:300px;
  }
  .herotextholderright {
    margin-top:50px;
    width:50%;
    float:right;
  }
  .herotext {
    color:white;
    font-size:52px;
  }
  .herotextholderleft {
    margin-top:50px;
    width:50%;
    float:left;
  }
  #herotextcontainer{

  }
  #careers {background-image: url(images/hero/careerssmall.jpg?version=2.0);}
  #homehero {background-image: url(images/hero/herosmall.jpg);}
  #lphero {background-image: url(images/hero/landingpagesmall.jpg);}
  #pphero {background-image: url(images/hero/privatepracticesmall.jpg);}
  #nonphero {background-image: url(images/hero/therapist-small.jpg);}
  #phero {background-image: url(images/hero/prescriberssmall.jpg);}
  #ghero {background-image: url(images/hero/grouppracticesmall.jpg);}
  #ehero {background-image: url(images/hero/enterprisesmall.jpg);}
  #consultinghero {background-image: url(images/hero/consultingsmall.jpg);}
  .referraltext {
    color:white;
    font-size:36px;
  }
  .container-fluid.landing-page .container .row div #card-container {
    margin-top: -55px;
  }
  .langinghero .container .herotextholderleft {
    width: 45%;
  }
}



@media (max-width: 767px) {

	ul.navbar-nav {float;none;margin:auto;width:100%;padding-top:10px;}
  .navbar-fixed-bottom, .navbar-fixed-top {position:absolute;}
  .navbar-header {max-height:86px;
height:50px;}
.navbar-brand {
height:50px;padding:0px 15px;width:200px;position:absolute;background-color: none;}
.dropdownspacer {margin-bottom:20px;}

}

.dropdowntitles.pink {
  font-size : 18px;
  color : #791137;
  color : rgb(121, 17, 55);}

  .dropdowntitles.blue {
    font-size : 18px;
  color : #0C4654;
  color : rgb(12, 70, 84);}

hr.dropdowntitleline {border-style : Solid;
  border-color : #58595B;
  border-color : rgba(88, 89, 91, 1);
  margin-bottom:20px;}

  .dropdowntitlelink.pink {
  font-size : 18px;

  letter-spacing : 0.09px;
   color : #791137;
  color : rgb(121, 17, 55);}

   .dropdowntitlelink.blue {
  font-size : 18px;

  letter-spacing : 0.09px;
  color : #0C4654;
  color : rgb(12, 70, 84);}


p.dropdowncopy {
  font-size : 14px;
  line-height : 22.47px;
  letter-spacing : 0.07px;
  color : #2C2F2E;
  color : rgb(44, 47, 46);}

  .signinboxes {text-align:center;border-right:1px solid;
  border-color : #58595B;
  border-color : rgba(88, 89, 91, 1);}


.ppicons {margin-top:5px;margin-bottom:5px;width:100%;max-width:150px;}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>p  {

  font-size : 15px;
  line-height : 12px;
  letter-spacing : 0.15px;
  color : #FFFFFF;
  color : rgb(255, 255, 255);
text-shadow: none !important;}

.navbar-default .navbar-nav>li>a.secondary {
  font-weight:300;
  color : #CFCFCC;}

  .navbar-default.kb .navbar-nav>li>a.secondary.kb {
  font-weight:300;
  color : #000;}



.socialicons {padding:5px;width:50px;}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #fff;}

  .navbar-default .navbar-nav>li>a.secondary:focus, .navbar-default .navbar-nav>li>a.secondary:hover {
   color : #CFCFCC;
  color : rgb(207, 207, 204);}

  .navbar-default .navbar-nav>li>a.secondary:focus, .navbar-default .navbar-nav>li>a.secondary:hover {

  font-weight:300;

  color : #1F809D;}



.dropdown-menu {border:0px;}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover
{border-bottom:2px solid #EE1A65;background-color:transparent;background-image:none;box-shadow: none;margin-bottom:13px;}


.navbar-nav>li>a {padding-bottom:0px;margin-bottom:15px;}

hr {  margin-top: 0px;
  margin-bottom: 0px; border-color:#000;
 }


.nav>li.bottomrow {margin-top:-45px;}
@media (max-width: 1199px) {
.nav>li {margin-top:0px;}}

@media (min-width: 768px) { li.hidelarge {display:none;}
.navbar-default .navbar-nav>li>a.secondary:focus, .navbar-default .navbar-nav>li>a.secondary:hover {

  font-weight:300;
  font-size : 15px;
  line-height : 12px;
  letter-spacing : 0.15px;
    color: #000;}

    .navbar-default .navbar-nav>li>a.secondary:focus, .navbar-default .navbar-nav>li>a.secondary:hover {

  font-weight:300;
  font-size : 15px;
  line-height : 12px;
  letter-spacing : 0.15px;
    color: #CFCFCC;}

}

.footerbar {
        font-weight:600px;
  font-size : 18px;
  line-height : 22.82px;
  letter-spacing : 0.45px;
  color : #CFCFCC;
  color : rgb(207, 207, 204);
;}

.footertitles {margin-bottom:-10px;display:block;}
@media (max-width: 767px) {

   .signinboxes {padding-bottom:15px;
    margin-bottom:5px;
    border-right:0px solid;
    border-bottom:1px solid;
}



  .footertitles {margin-bottom:-10px;display:block;margin-top:20px;}}

  a.footerbar {    font-size : 13px;font-weight:300;
  line-height : 28px;
  letter-spacing : 0.33px;
  color : #A0E0E8;
  color : rgb(160, 224, 232);}

  .copyrighttext {
  font-size : 13px;
  line-height : 22.82px;
  letter-spacing : 0.13px;
  color : #9F9F9A;
  color : rgb(159, 159, 154);}

.footerbar > hr {
  border-color : #9F9F9A;
  border-color : rgba(159, 159, 154, 1);
  border-width : 1px;}

.leftblackbar {width: 20%;
  height: 86px;
  position: absolute;
  background-color: #2c2f2e;
  z-index:-1;}

  .leftblackbar.kb {
  background-color: #fff;
}


@media (min-width: 2000px) {
  .leftblackbar {
  width: 30%;
  height: 86px;
  }
}
@media screen and (max-width:1500px){
  #valant-logo{
    left:12%;
  }
}
@media screen and (max-width:1300px){
  #valant-logo{
    left:3%;
  }
}
@media screen and (max-width:1000px){
  #valant-logo{
    left:3%;
  }
}
@media (min-width: 1650px) {
  .leftblackbar {
    width: 30%;
    height: 86px;
    }
  }

  @media (max-width: 1199px) { .leftblackbar {width: 30%;
  height: 86px;}}

  @media (max-width: 1150px) { .leftblackbar {width: 25%;
  height: 86px;}}

  @media (max-width: 767px) { .leftblackbar {width: 25%;
  height: 50px;}}

.navbar-collapse {border-top: 0px solid transparent;
  -webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 0px 0 rgba(255,255,255,.1);}

  .yamm .container {
    position: static;
}

.yamm .container .dropdown-menu {
    left: 0;
    text-align: center;
    width: 100%;
      background-color: rgba(255, 255, 255, .95);
        border-radius: 0px;
  border: 0px;
  border-radius: 0px;
  border-bottom:1px solid #D0CFCD;
}



/*Valant Global Styles */




.topcontact p {float:right;padding-right:13px;padding-top:5px;}


.logoimage {margin-top:auto;}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.navbar-default {background : rgba(44, 47, 46, .5);border:none;}
.navbar-default.kb {background : #fff;border:none;}

.navbar-default .navbar-nav>li>a.menuwhite {background-color:transparent;background-image:none;color:#000;padding-bottom:10px;}

.navbar-default .navbar-nav>li>a.menuwhite.secondary {background-image:none;color:#cfcfcc;padding-bottom:10px;}
.menuwhite {background-color:rgba(255, 255, 255, .95);background-image:none;color:#000;}

.row {
margin-top:30px;margin-bottom:30px;}

.nocolumnsrow {padding-left:15px;padding-right:15px;}

.card {background-color:#fff;width:100%;padding:40px; box-shadow : 0px 0px 9px rgba(0, 0, 0, 0.05);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000000') ;}

  .card p {padding-top:10px;padding-bottom:10px;}

  .card img {width:100%;max-width:300px;}

.cardclear {width:100%;padding:25px;margin-bottom:30px;}

.menuspacer {width:100%;height:86px;}

h1.pagetitle {color:#0F647B;font-weight:300;padding-top:20px;}

ul.sidebarlist {list-style:none;
    padding-left:0;}
.sidebarlist {color:#7B7914}

ul.sidebarlist a {color : #7B7914;
  color : rgb(123, 121, 20);margin-bottom:10px;display:inline-block;}
ul.titles a {margin-bottom:20px;}

h3.widget-title {  font-weight : 600;
  font-size : 18px;
  color : #535655;
  color : rgb(83, 86, 85);}

.navbar-brand {padding-top:0px}


.menuclear {background-image:none;}

a.secondary:hover {color:#cfcfcf;}

.dropdown-menu {   -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
  box-shadow: 0 0px 0px rgba(0,0,0,0);}

.search-field {background : #FFFFFF;
  background : rgba(255, 255, 255, 1);

  border-color : #999999;
  border-color : rgba(153, 153, 153, 1);
  border-width : 1px;
border-radius: 2px;}

  .search-submit {font-size:14px;background: rgba(31, 128, 157, 1); border-style : none;
  border-color: rgba(31, 128, 157, 1);
  border-radius: 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: none;
  box-shadow: none;text-transform: uppercase;color:#fff;}

  h2.posttitlelink, h2.posttitlelink>a {
  font-weight : 600;
  font-size : 18px;
  color : #7B7914;
  color : rgb(123, 121, 20);}

    h2.jobcriteria, h2.jobcriteria>a {
  font-weight : 300;
  font-size : 18px;
  color : #B3B01A;
text-transform:uppercase;}

  .blogpostexcerpt {font-size : 14px;
  line-height : 21px;
  color : #EE1A65;
  color : rgb(238, 26, 101);}

  .blogpostseparator {border-style : Solid;
  border-color : #999999;
  border-color : rgba(153, 153, 153, 1);
  border-width : 1px;
margin:40px 0px;}

.moretag, .moretag:hover {  font-size : 14px;
  line-height : 21px;
  color : #EE1A65;}

  .nextlink>a, span.nextlink {float:right;
  color : #EE1A65;text-transform:uppercase;  margin-top: 20px;margin-bottom: 20px;}

  .prevlink>a, span.prevlink {float:left;
color : #EE1A65;text-transform:uppercase;  margin-top: 20px;margin-bottom: 20px;}

.nextlink>a:hover, span.nextlink:hover {text-decoration:underline;}

  .prevlink>a:hover, span.prevlink:hover {text-decoration:underline;}
.footertext {font-size:14px;}
@media (max-width: 767px) {
  .menuspacer {height:50px;}

.menuwhite {background-color:#E8E8E7;background-image:none;}

  .hidesmall {display:none !important;}

	.logosize {
		height:50px;

	}
	.card {margin-bottom:30px;}
	.row {margin-top:30px;}
  .navbar-brand {padding-top:0px}



  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover
{background-color:white;background-image:none;box-shadow: none;margin-bottom:0px;border-bottom:none;color:#1184A1 ;}

.navbar-default .navbar-nav>li>a.menuwhite {font-size:20px;background-color:#E8E8E7;background-image:none;color:#1F809D !important;}
.navbar-collapse {padding-right:0px;padding-left:0px;}

.navbar-nav .open .dropdown-menu {background-color:white;}
}


.semibold_headline {font-size:82px;font-weight:600;}

h1.light_card_titles {font-size:40px;font-weight:300;}

.section_title {text-transform:uppercase;font-size:18px;font-weight:600;}

.button_text {text-transform:uppercase;font-size:18px;font-weight:400;}

.section_subhead {font-size:18px;font-weight:400;}

.navbar_type {text-transform:uppercase;font-size:15px;font-weight:400;}

.footer_links {font-size:15px;font-weight:400;}
.navbar {min-height:86px;}

.centersmall {text-align:left;}
.showsmall {display:none;}
.carousel-indicators {bottom:-20px !important;}
.carousel-indicators li {background : #E8E8E7;
  background : rgba(232, 232, 231, 1);height:15px;width:15px;}
.carousel-indicators .active { background-color :#EE1A65;
  ;height:18px;width:18px;}

@media (max-width: 767px) {

  .centersmall {text-align:center;}
  .leftsmall {text-align:left;}
  .showsmall {display:block;}

.semibold_headline {font-size:70px;font-weight:600;}

h1.light_card_titles {font-size:45px;font-weight:300;}

.section_title {text-transform:uppercase;font-size:22px;font-weight:600;}

.button_text {text-transform:uppercase;font-size:22px;font-weight:400;}

.section_subhead {font-size:22px;font-weight:400;}

.navbar_type {text-transform:uppercase;font-size:18px;font-weight:400;}

.footer_links {font-size:18px;font-weight:400;}

.navbar {min-height:50px !important;}
}

.container>.navbar-collapse {max-height:none;}

.navbar-default .navbar-toggle .icon-bar  {background-color:#fff;}

.navbar-default .navbar-toggle {border:0px;}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {background-color:transparent;}


/*Colors*/


/*Colors*/





/*Pinks*/
.pink {color:#EE1A65;}
.icon-bar.pink_background {background-color:#EE1A65 !important;}

.mediumpink {color : #B4164F;
  color : rgb(180, 22, 79)}

.darkpink {  color: rgb(121, 17, 55);}
.darkpink:hover {  color: rgb(121, 17, 55);}
a.darkpink:hover {  color: rgb(121, 17, 55);}

/*Blues*/
.blue {color:#40c3d2;}

.darkblue {color:#1184A1;}
.darkblue:hover {color:#1184A1;}
a.darkblue:hover {color:#1184a1;}

.darkerblue { color : #0F647B;
  color : rgb(15, 100, 123);}

/*Grey*/
.grey {color:#A0A09B;}
/*Dark Grey*/
.dark_grey {color:#535655;}
/*Yellow*/
.yellow {color:#EDE921;}



/*Button styles*/

.btn {text-transform:uppercase;}

.btn-danger {background-image: none;
border-color : rgba(234, 26, 101, 1);
  background : rgba(234, 26, 101, 1);
  border-radius : 2px 2px 2px 2px;
  -moz-border-radius : 2px 2px 2px 2px;
  -webkit-border-radius : 2px 2px 2px 2px;
    -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-danger:hover, .btn-danger:focus {background-image: none;
border-color : rgba(234, 26, 101, 1);
  background : rgba(234, 26, 101, 1);
  border-radius : 2px 2px 2px 2px;
  -moz-border-radius : 2px 2px 2px 2px;
  -webkit-border-radius : 2px 2px 2px 2px;
}

.btn-info {background : #1F809D;
  background : rgba(31, 128, 157, 1);
  border-color : rgba(31, 128, 157, 1);
  border-radius : 2px 2px 2px 2px;
  -moz-border-radius : 2px 2px 2px 2px;
  -webkit-border-radius : 2px 2px 2px 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-info:hover, .btn-info:focus {background : #1F809D;
  background : rgba(31, 128, 157, 1);
  border-color : rgba(31, 128, 157, 1);
  border-radius : 2px 2px 2px 2px;
  -moz-border-radius : 2px 2px 2px 2px;
  -webkit-border-radius : 2px 2px 2px 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.navbar-brand:hover {
  color: #5e5e5e;
  background-color: #2c2f2e !important;
}


/* columns of same height styles */

.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (max-width: 992px) {
  .container-fluid.landing-page .container .row div #card-container {
    margin-top: -15px;
}
.container-fluid.landing-page .container .row #card-container .card{
  padding: 30px;
}

#valant-logo{
  left: 5.5%;
}
.inputheight{
  height: 35px;
}
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}




/* vertical alignment styles */

.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

/*Styles for feature UL and LI*/

ul.features {
    list-style: none;
    padding-bottom:1em;
    margin:0;
}

li.features {
    padding-left: 1em;
    text-indent: -.7em;
}

li.features:before {
    content: "• ";
    color: #EE1A65;
}

/*Sharify Settings*/
.sharify-count {display:none !important;}

/*News styles for images on home page*/

.homepagenews {width:80%;max-width:300px;margin:auto;padding-bottom:1em;}

@media (max-width: 768px) {
  .homepagenews {
   padding-bottom:10px;
  }
  h1.cardtitleshrink {font-size:36px !important;}
  #landing-teaser{
    font-size: 1.2em;
  }
  #what-is-valant p{
    font-size: 1.2em;
  }
  #landinghero .container #herotextcontainer{
    margin: 12% 0 0 0;
  }
  #heroContainer #landinghero .container #herotextcontainer .herotext{
    padding-bottom: 25px;
  }
}

@media (max-width: 500px) {

  h1.cardtitleshrink {font-size:24px !important;}
h1.homecardtitleshrink {font-size:26px !important;}
.newscell {height:40px;}
.newscellmedium {height:70px;}
.newscelltall {height:100px;}
.footertext {font-size:12px;}
.card {padding-left:15px;padding-right:15px;}
.nomobilepad {padding-left:0px;padding-right:0px;}
}

.cardtitles {  font-weight: 300;
  font-size: 40px;}

.cardsubtitles {
  font-size:28px;
margin-bottom:.5em;
}
 .cardbullettitle {font-weight:300;}

 .fancybox-title-float-wrap .child {white-space:normal;}

 @media (max-width: 768px) {

  .cardtitles {font-size: 30px;}
  .cardsubtitles {
  font-size:20px;}
}

.homeheroholder {
  margin-top:20%;

}

.homeheroholder.referral {
  margin-top:10%;

}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
/*  background-image: url('');*/
}

 .navbar-brand {padding-left:0px;padding-right:0px;}
.logoholderwrapper {background-color:#2c2f2e;padding-left:15px;padding-right:15px;height:100%;}
 .logoholder {background-color:#2c2f2e;}

.logoholderwrapper.kb {background-color:#fff;padding-left:15px;padding-right:15px;height:100%;}
.logoholder.kb {background-color:#fff;}


.landingtitle {font-weight:300;font-size : 40px;line-height:40px;
  color : #791137;
  color : rgb(121, 17, 55);margin-bottom:.5em;
}

.landingbody {font-size : 14px;
  line-height : 22.47px;
  letter-spacing : 0.07px;
  color : #2C2F2E;
  color : rgb(44, 47, 46);}

  .landingbullets {font-family : Myriad Pro;
  font-size : 22px;
  line-height : 37px;
  color : #2C2F2E;
  color : rgb(44, 47, 46);}

   .landingcontact {font-family : Open Sans;
  font-size : 22px;
  line-height : 37px;
  letter-spacing : 0.11px;
  color : #2C2F2E;
  color : rgb(44, 47, 46);}

.footerctabar {background-color:#1184A0 !important;}

.herobutton {margin-top:1em;}

.fancybox-skin {border-radius:0px;background:#fff;}


.addtoany_share_save_container { text-align:center; }

label {margin-bottom:0px;}

.careersanchor {display: block;
    position: relative;
    top: -70px;
    visibility: hidden;}


input.wpcf7-form-control {width:100%;}

.enterpriseherotext {font-size:72px;color:#fff;text-align:left;}
.enterpriseherobutton {float:left;}

.careershero {  max-height: 500px !important;
  min-height: 500px !important;}
.careersherotextholder {}
.careerstext {}

@media (max-width: 1199px) {
  .enterpriseherotext {font-size:60px;}



}

@media (max-width: 991px) {
  .enterpriseherotext {font-size:40px;}

  .careershero {  max-height: 500px !important;
  min-height: 500px !important;}
.careersherotextholder {width:60% !important;}


}

@media (max-width: 767px) {
  .enterpriseherotext {font-size:60px;text-align:center;}
.enterpriseherobutton {float:none;}

 .careershero {  max-height: 350px !important;
  min-height: 350px !important;}
.careersherotextholder {width:60% !important;}
   .homeheroholder.referral {
  margin-top:15%;

}


}

@media (max-width: 550px) {
  .enterpriseherotext {font-size:50px;text-align:center;}
.enterpriseherobutton {float:none;}

 .careershero {  max-height: 350px !important;
  min-height: 350px !important;}
.careersherotextholder {width:70% !important;}

}

@media (max-width: 472px) {
 .careershero {  max-height: 400px !important;
  min-height: 400px !important;}
.careersherotextholder {width:70% !important;}
#landing-teaser{
  padding-right: 0px;
}
}

@media (max-width: 400px) {
  .enterpriseherotext {font-size:40px;text-align:center;}
.enterpriseherobutton {float:none;}
}

@media (max-width: 1199px) {
.groupcard {padding-bottom:2em !important;}
}

@media (max-width: 991px) {
.groupcard {padding-bottom:3.4em !important;}
.noncard {padding-bottom:2em !important;}
.careersbar {margin-top:1em;}
#heroContainer #landinghero .container #herotextcontainer .herotext{
  font-size: 2em;
  padding-top: 25px;
}

}


@media (max-width: 767px) {
.groupcard {padding-bottom:10px !important;}
.noncard {padding-bottom:10px !important;}
.prescriberscard {padding-bottom:10px !important;}

.careersanchor {display: block;
    position: relative;
    top: 0px;
    visibility: hidden;}

}

#fancybox-content {
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch !important;
}

.benefits {text-align:center;padding-top:20px;padding-bottom:20px;}
.benefitrow {margin-top:0px;margin-bottom:0px;}

.stats {padding-top:25px;padding-bottom:30px;}
.statsbig {font-size:100px;color:#EE1A65;}

.wp-post-image {width:100% !important;max-width:none !important;height:auto !important;margin:0 auto !important;padding-top:15px;}

.slideinwrapper {display:none;position:fixed;bottom:10px;right:15px;width:400px;background-color:white;box-shadow: 0px 0px 25px #000;z-index:100;border:1px solid #888888;}
.promoslidertextbox {width:60%;}

@media (max-width: 475px) {
  .slideinwrapper {
    display:none;
    position: fixed;
width: 90%;
margin: 5% auto; /* Will not center vertically and won't work in IE6/7. */
left: 0;
right: 0;}
.promoslidertextbox {width:100%;text-align:center;}
.promosliderimage {display:none;}
}

.toggleclosebutton {position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
background-image: url('fancybox_sprite.png');}

.mktoForm .mktoOffset {width:0px !important;}

.mktoHasWidth {width:100% !important;}

.mktoFieldWrap {width:100% !important;}
.mktoFormCol {width:100% !important;}

.mktoLabel {font-weight:normal !important;width:100% !important;}
.mktoField {width:100% !important;}

.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm select.mktoField, .mktoForm textarea.mktoField
{    box-shadow: none !important;}

.mktoButtonRow {    width: 100% !important;
    text-align: center !important;}

.mktoForm .mktoButtonWrap.mktoGlow .mktoButton {width:100% !important;}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {width:100% !important;}

.mktoButtonWrap {margin-left:0px !important;
}



 .mktoButton {box-shadow: none !important;
    text-transform: uppercase !important;
    padding: 6px 12px !important;
    margin-bottom: 0 !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 1.42857143;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
  border-color: rgba(234, 26, 101, 1) !important;
    background: rgba(234, 26, 101, 1) !important;
    border-radius: 2px 2px 2px 2px !important;}

    .mktocol {width:100%;}

.fancybox-skin {padding:15px;}

.formtitle {line-height: 1em;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1em;
    color: #0C4654;
    color: rgb(12, 70, 84);
    font-weight: 300;}

input#FirstName + div {
   color: red;
}
