
/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

img {
    max-width: 100% !important;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body {  
  background:#efefef;
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size:14px;
  color: #686154;
  height: 100%;
  margin:0;
}


h1 {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  color: #686255;
  line-height:36px;
  font-weight: 800;
  text-transform: uppercase;
  padding:0;
  margin: 0 0 10px 0;
}

h2 {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  color: #272b64;
  font-weight:bold;
  line-height:20px;
  margin: 0 0 10px 0;
}

h3 {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-weight:bold;
  color:#272b64;
  padding:0;
  margin: 0 0 5px 0;
}

h4 {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-weight:bold;
  color:#686154;
  padding:0;
  margin: 0 0 10px 0;
}

/* Added by HealthLink */
.mapMarkerLabel {
  color:#272b64;
}

.formBox {
  padding: 15px;
  border-radius: 9px;
  border: 1px solid grey;
} 

.fieldBox {
  padding: 1px 1px 1px 1px;
  border: 1px solid #686154; 
  border-radius: 4px;
}

legend {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-weight: bold;
  color: #686154;
  margin-bottom: 2px;
  padding-bottom: 0px;
}

/* Added by HealthLink to align checkboxes with labels */
.checkbox-label {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}
.checkbox-input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
}

a {
  color: #a1a1a1;
  text-decoration: underline;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

a:hover {
  color: #ee8d21;
  text-decoration: none;
}

p {
  color: #686154;
}

strong {}

ul, ol {
    margin-left: 15px;
    // Added by HealthLink
    list-style-position:inside;
}

li {
  margin-bottom: 5px;
}

#int_content a {
  font-weight: bold;
  color: #272b64;
  text-decoration: none;
}

.bolder {
  font-weight: bold;
  color: #272b64;
}

.note {
  font-size: 11px;
  font-style: italic;
}

.border {
  border:1px solid #c7c7c7;
}

.border-left {
  float:left;
  margin:0 10px 10px 0;
  border:1px solid #c7c7c7;
}

.border-right {
  float:right;
  margin:0 0 10px 10px;
  border:1px solid #c7c7c7;
}

.left {
  float:left;
  margin:0 10px 10px 0;
}

.right {
  float:right;
  margin:0 0 10px 10px;
}

.rightpic {
  float:right;
  margin:0 0 10px 10px;
  border-radius: 24px;
  max-width: 300px !important;
  border: 1px solid #777367;
}

.slideshowpic {
  float:left;
  max-width:350px !important;
  margin:0 10px 0 0;
}

.noborder {
  border:0;
  padding:0;
  margin:0;
}

.nobr { 
  white-space: nowrap 
}

.content a:hover {
  background-position:0% 100%;
}

/* ==========================================================================
   Body and layout
   ========================================================================== */

#main_body {
  position:relative;
  z-index:100;
}

.content {
  position:relative;
  width: 100%;
  max-width: 1144px;
  margin: auto;
}

.row {
  padding:15px 0;
}

/* ==========================================================================
   Header
   ========================================================================== */

.notification {
  position: relative;
  background: #272b64;
}

.notification .content {
  padding: 20px 0;
}

.notification p {
  color: #fff;
  text-align: center;
}

.notification a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.notification a:after {
  font-family: FontAwesome;
  content: "\f054";
  position: relative;
  margin-left: 5px;
  font-size: 12px;
  top: 3px;
}

.notification .closex {
  position: relative;
  float: right;
  color: #fff;
  font-size: 22px;
}

.notification .closex a {
  color: #fff;
  text-decoration: none;
}

.notification .closex a:after {
  content: " ";
}

.notification.sticky {
  position:fixed;
  width: 100%;
}

#top {
  position:fixed;
  width: 100%;
  height:141px;
  background: url("/assets/images/border_stripe.png") repeat-x bottom center;
  z-index: 5000;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}

a.logo {
  position:relative;
  margin: auto;
  display: inline-block;
}

a.logo img {
  max-width: 100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}

form#search {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
    z-index: 5000;
}

form#search input#findtext {
    border: 1px solid #84796a;
    border-top: none;
    width: 260px;
    height: 19px;
    color: #84796a;
    font-size: 10px;
    padding:2px 4px;
}


/* ==========================================================================
   Main Nav
   ========================================================================== */

#main_nav {
  position:relative;
  margin:auto;
  z-index:101;
  text-align: center;
  height: 117px;
  border-bottom: 1px solid #837e75;
  background: #fff;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}

.on {
  background-position:0% 100%;
}

ul.topnav  {
  display: inline-block;
  list-style-type: none;
    position: relative;
    top: 75px;
    margin-left: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}

.topnav li {
  float: left;
  padding: 0 19.5px;
}

.topnav li a {
  display:block;
  width:auto;
  height:100%;
  color:#686255;
  font-size:15px;
  padding:0;
  font-weight:normal;
  text-decoration:none;
  transition:none;
}

.topnav li a:hover {
  display:block;
  width:auto;
  height:100%;
  border-bottom: 2px solid #9d1225;
  color:#686255;
  transition:none;
}

a#simple-menu {
  color: #9d1225;
  text-decoration: none;
  font-size: 30px;
  position: absolute;
  top:5px;
  right:10px;
  display: none;
}

/*STICKY*/

#top.sticky {
    height: 104px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}

#top.sticky .topnav {
    height: 20px;
}

#top.sticky .logo {
  min-width: 165px;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}

#top.sticky .logo img {
    max-width: 120px !important;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}

#top.sticky #main_nav {
    margin-top: 0;
    height:85px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}

#top.sticky .topnav {
    top:50px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}

/* ==========================================================================
   Banner
   ========================================================================== */

#banner-member {
  position:fixed;
  margin:0 auto;
  text-align: center;
  width: 100%;
  height: 100%;
  background: url("/assets/images/banner_member_home.jpg") no-repeat top center;
  background-size: cover;
}
 
#banner-employer {
  position:fixed;
  margin:0 auto;
  text-align: center;
  width: 100%;
  height: 100%;
  background: url("/assets/images/banner_employer_home.jpg") no-repeat top center;
  background-size: cover;
}

#banner-broker {
  position:fixed;
  margin:0 auto;
  text-align: center;
  width: 100%;
  height: 100%;
  background: url("/assets/images/banner_broker_home.jpg") no-repeat top center;
  background-size: cover;
}

#banner-about {
  position:fixed;
  margin:0 auto;
  text-align: center;
  width: 100%;
  height: 100%;
  background: url("/assets/images/banner_about_home.jpg") no-repeat top center;
  background-size: cover;
}

#banner-tpa {
  position:fixed;
  margin:0 auto;
  text-align: center;
  width: 100%;
  height: 100%;
  background: url("/assets/images/banner_tpa_home.jpg") no-repeat top center;
  background-size: cover;
}

#banner-provider {
  position:fixed;
  margin:0 auto;
  text-align: center;
  width: 100%;
  height: 100%;
  background: url("/assets/images/banner_provider_home.jpg") no-repeat top center;
  background-size: cover;
}

.caption {
  position: relative;
  z-index: 4000;
  padding-top: 185px;
    text-align: left;
    color: #686255;
    width: 440px;
}

.caption h1 {
  font-weight: 800;
  font-size: 48px;
    color: #686255;
    padding-left:20px;
    line-height: 34px;
}

.banner_hr {
  position: relative;
    height: 12px;
    width: 100%;
    background: url("/assets/images/banner_hr.png") no-repeat top center;
    margin: 0;
    background-size: contain;
}

.caption p {
  font-size: 24px;
    color: #686255;
    padding-left:20px;
    line-height: 34px;
}

.banner-push {
  position: relative;
  height: 925px;
}

/* ==========================================================================
   Interior classes
   ========================================================================== */

#home_content {
    background: #efefef;
    z-index: 4000;
    position: relative;
    padding:40px 0 0;
}

.stopOverlap {
  margin-bottom: 40px;
}

a.feature-link {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 13px;
}

a.feature-link:hover {
  color: #686154;
}

a.feature-link:hover h3 {
  color: #9d1326;
}

a.feature-link {
  height: 280px;
}

a.feature-link.half {
  height: 450px;
}

a.feature-link .feature-img {
  height: 175px;
  overflow: hidden;
  text-align: center;
}

a.feature-link.half .feature-img {
  height: 360px;
}

a.feature-link .feature-img img {
  width: auto !important;
    height: 100%;
    max-width: 250% !important;
  margin: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}

a.feature-link:hover .feature-img img {
  max-width: 250% !important;
  height: 125% !important;
  width: auto;
  margin: 0 -12%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}

a.feature-link .feature-cap {
  max-width: 90%;
  background: #efefef;
  margin: 0 auto;
  position: relative;
  top: -22px;
  z-index: 2000;
}

a.feature-link.half .feature-cap {
  max-width: 85%;
}

a.feature-link .feature-cap h3 {
  font-size: 1.4em;
  line-height: 1;
  margin-bottom: .3em;
}

a.feature-link .feature-cap .shadowbox {
  position: absolute;
    top: 0;
    opacity: 1;
    height: 38px;
    width: 100%;
    z-index: 1;
    -webkit-box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

a.feature-link .feature-cap .cap-content {
  position: relative;
  padding: 16px 18px 20px 18px;
  background: #efefef;
    z-index: 2;
    text-align: center;
    min-height: 120px;
    max-height: 140px;
}

a.feature-link.half .feature-cap .cap-content {
  position: relative;
  padding: 18px 20px 22px 20px;
  background: #efefef;
    z-index: 2;
    text-align: center;
    min-height: 100px;
    max-height: 150px;
}

a.feature-link:hover .feature-cap .shadowbox {
  opacity:0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

a.feature-link:hover .feature-cap .cap-content {
    -webkit-box-shadow: 0 0 15px 3px rgba(0,0,0,0.1);
    box-shadow: 0 0 15px 3px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cap-content p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.3;
}

.subhead {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #837e75;
  padding-top: 170px;
  z-index: 2000;
}

.subheadResults {
  padding-top: 140px;
}

a.btn-provider {
    position: relative;
    top: -10px;
  float: right;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  background: #9d1225;
  padding:5px 15px;
  border-radius: 4px;
}

a.btn-provider:hover {
  background: #272b64;
  color: #fff;
}

a.btn-download-results {
    position: relative;
    top: -10px;
  float: right;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  background: #9d1225;
  padding:5px 15px;
  border-radius: 4px;
  margin-left: 7px;
}

a.btn-download-results:hover {
  background: #272b64;
  color: #fff;
}

.breadcrumbs {
  margin: 0 0 10px 0;
  font-size: .75em;
}

.breadcrumbs a {
  color: #272b64;
  text-decoration: none;
}

.formbg {
  background: #f8f8f8;
  position: relative;
  z-index: 2000;
  padding: 30px 0;
}

.form-eralt {
  background: #f8f8f8 url("/assets/images/bg_eralt.jpg") no-repeat bottom right;
}

.form-quote {
  background: #fafbfd url("/assets/images/bg_quote.jpg") no-repeat bottom right;
}

.form-nomination {
  background: #fafbfd url("/assets/images/bg_nomination.jpg") no-repeat bottom right;
}

.form-join {
  background: #fafbfd url("/assets/images/bg_join.jpg") no-repeat bottom right;
}

.form-kbt {
  background: #fafbfd url("/assets/images/bg_kbt.jpg") no-repeat bottom right;
}

.form-soirequest {
  background: #fafbfd url("/assets/images/bg_soireq.jpg") no-repeat bottom right;
}

.scrolltxt {
  background: #efefef;
  position: relative;
  z-index: 2000;
  padding:20px 0;
}

.fixedpic {
  position: fixed;
  z-index: 1000;
  top: 104px;
  display: none;
}

.spacer {
  position: relative;
  height: 700px;
}

#left_col {
  position: relative;
  padding-left: 730px;
  padding-top: 40px;
  padding-bottom: 20px;
  margin: auto;
}

.educational {
  background: url("/assets/images/bg_educational.jpg") no-repeat -200px 0;
}

.what-we-do {
  background: url("/assets/images/bg_what_we_do.jpg") no-repeat -200px 0;
}

.community {
  background: url("/assets/images/bg_community.jpg") no-repeat -200px 0;
}

.discounts {
  background: url("/assets/images/bg_discounts.jpg") no-repeat -200px 0;
}

.forms-guidelines {
  background: url("/assets/images/bg_forms_guidelines.jpg") no-repeat -200px 0;
}

.employer-toolbox {
  background: url("/assets/images/bg_employer_toolbox.jpg") no-repeat -200px 0;
}

.member-toolbox {
  background: url("/assets/images/bg_member_toolbox.jpg") no-repeat -200px 0;
}

.member-soi {
  background: url("/assets/images/bg_SOI.jpg") no-repeat -200px 0;
}

.broker-toolbox {
  background: url("/assets/images/bg_broker_toolbox.jpg") no-repeat -200px 0;

}
.tpa-toolbox {
  background: url("/assets/images/bg_tpa_toolbox.jpg") no-repeat -200px 0;
}

.tpa-forms {
  background: url("/assets/images/bg_tpa_forms.jpg") no-repeat -200px 0;
}

.provider-toolbox {
  background: url("/assets/images/bg_provider_toolbox.jpg") no-repeat -200px 0;
}

.tpa-implementation {
  background: url("/assets/images/bg_implementation.jpg") no-repeat -200px 0;
}

.soiupdates {
  background: url("/assets/images/bg_updates.jpg") no-repeat -200px 0;
}

 .soi-wholehealth {
       background: url("/assets/images/bg_wholehealth.jpg") no-repeat -200px 0;
    }

.col_inner {
    position: relative;
    max-width: 600px;
}

.resource {
  position: relative;
  margin-bottom: 10px;
  display: table;
}

.resource .img {
  width: 120px;
}

.resource img {
  display: table-cell;
  width: 100%;
  padding-right: 20px;
}

.resource .desc {
  display: table-cell;
  vertical-align: middle;
}

.resource a {
  color: #9d1326;
  font-weight: bold;
  text-decoration: none;
}

form {
  font-size: 12px;
}

.btn-norm {
  background: #84796a;
  color: #fff;
  font-weight: bold;
}

.btn-red {
  background: #9d1326;
  color: #fff;
  font-weight: bold;
}

.form-group {
    margin-bottom: 10px;
}

.form-control {
  height: 24px;
    padding: 0px 12px;
}


/* ==========================================================================
   Footer classes
   ========================================================================== */

#footer {
  position:relative;
  background: #efefef;
  border-top: 1px solid #696254;
  padding:30px 0;
  z-index: 2000;
}

#footer .info {
  position: relative;
  width: 30%;
  font-size: 1.15em;
}

#footer .info p {
  margin-bottom: 5px;
}

#footer a {
  color: #696254;
  text-decoration: none;
}

#footer .footer_link {
  display: block;
  margin-bottom: 5px;
}

#footer ul {
  margin:0 0 40px;
  list-style-type: none;
  width: 350px;
}

#footer ul li {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
}

#footer ul#footer_link_list li.linkedin {
  line-height: 23px;
}

#footer ul#footer_link_list li img {
  vertical-align: top;
}

#footer p.copyright {
  font-size: 12px;
}

#footer #footer-cta{
  float: right;
  width: 46%;
}

#footer #footer-cta h3{
  padding-bottom: 0px;
  color: #9d1225;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 5px;
}

#footer #footer-cta textarea{
  width: 305px;
  padding: 2px 5px;
  margin: 0px 0px 15px;
  height: 60px;
  border: 1px solid #84796a;
  background: #fff;
}

#footer #footer-cta input[type="text"]{
  width: 186px;
  height: 22px;
  border: 1px solid #84796a;
  background: #fff;
}

#footer #footer-cta button[type="submit"]{
  text-transform: uppercase;
  float: right;
  cursor: pointer;
    margin-top: 15px;
}

#footer #footer-cta .lefthalf{
  padding-right: 23px;
  display: inline-block;
}

#footer #footer-cta .righthalf{
  display: inline-block;
}

#footer #footer-cta .fieldblock{
  margin: 0px;
  padding: 0px;
}

#footer #footer-cta .fieldblock label{
  display: block; 
  color:  #696154;
  padding: 2px 0 2px;
  margin:0;
  font-weight: 400;
  text-transform: lowercase;
}

/* ==========================================================================
   Custom classes
   ========================================================================== */

.viewlet {
  position:relative;
  padding:0;
  margin:0 0 20px 0;
  border:1px solid #ee8d21; 
}

.viewlet h4 {
  background: #ee8d21;
  text-transform: uppercase;
  color: #fff;
  padding:5px 10px;
}

.viewlet p {
  margin:10px;
}

a.readmore {
  background: #ee8d21;
  text-transform: uppercase;
  color: #fff;
  padding:4px 6px;
  text-decoration: none;
  font-size: 11px;
}

a.readmore:hover {
  color:#ee8d21;
  background: #fff;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* hides top-nav when necessary for on-boarding */
.hidden {
  display: none;
}

/* Welcome Page welcome.html */

.tie {
  border-radius: 24px;
  width: 346px;
  height: 280px;
  border: 1px solid #777367;
}

.welcomeWrap {
  background: #efefef;
  position: relative;
  z-index: 2000;
  padding: 30px 0;
  padding-bottom: 150px;
}

[name=username] {
  margin-bottom: 10px;
}

.welcomeForm {
  width: 40%;
  display: inline-block;
}
.captcha {
  width: 40%;
  display: inline-block;
  margin-left: 15px;
  margin-top: 25px;
}

.welcomeText {
  margin-top: 25px;
  margin-bottom: 10px;
}

.welcomeBtn {
  position: absolute;
  bottom: -44px;
  right: 85px;
}


/* dashboard.html */ 

.dashTitle {
  font-size: 48px;
  font-weight: 800;
  color: #686255;
}

.dashInfoWrap p {
  margin-bottom: 20px;
}

.dashSubTitle {
  font-size: 29px;
  line-height: 29px;
  font-weight: 800;
  color: #686255;
  margin-bottom: 30px;
}

.dashwrap h4 {
  margin-bottom: 30px;
    padding: 0 20px 0 20px;
}

.resourceWrap {
/*  margin-top: 20px;*/
}

.floatBoxWrap {
  /*margin-top: 100px;*/
}

.floatBox {
  border: 1px solid grey;
  border-radius: 24px;
  
  padding: 30px;
  background-color: white;
  margin-bottom: 25px;
}

.doctorImg {
  background-image: url('/assets/images/doc.png');
  background-position: 0% 20%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 275px;
}

.doctorText {
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  padding-top: 2px;
  margin-left: 125px;
}

.floatTitle {
  text-align: right;
}

.floatBoxText {
  font-size: 16px;
  line-height: 20px;
}

.floatBoxTextBold {
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  color: #686154;
  padding-top: 10px;
}

.floatBoxTitle {
  font-size: 28px;
  line-height: 37px;
  font-weight: 700;
  color: #272b64;
  text-align: right;
}

/* contact */

.contactTitle {
  margin-bottom: 30px;
}

/*.contactTitle h1 {
  font-size: 54px;
  font-weight: 700;
  line-height: 60px;
} */

.managerWrap {
  position: relative;
  height: 154px;
}

.managerWrap a {
  text-decoration: none;
}

.managerWrap a:hover {
  text-decoration: underline;
}

.managerImgWrap {
  display: inline-block;
  margin-right: 20px;
}

.managerTextWrap {
  display: inline-block;
}

.managerTextWrap p:nth-child(3) {
  margin-bottom: 0px;
}

/* IPF */

.ipfBanner {
  background-image: url("/assets/images/docImg.jpg");
  background-position: 24% 14%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
  width: 100%;
  max-width: 100%;
}

.ipfWrap {
  background: #efefef;
  position: relative;
  z-index: 2000;
  padding: 30px 0;
  padding-bottom: 50px;
}

.leftSearch {
  background-color: #D6D6D7;
  margin-bottom: 10px;
  margin-right: 15px;
}

.orHR {
  font-size: 12px;
  font-weight: 700;
  /* line color */
  border: 1px solid rgb(204, 204, 204);
  color: #686154;
  letter-spacing: .1em;
  line-height: 0px;
  text-align: center;
}

.orHR > span {
    background-color: #D6D6D7;
    padding: 0px 1em;
}

.memberSearch {
  margin-bottom: 20px;
}

.guestSearch {
/*  margin-bottom: 50px;*/
  margin-top: 20px;
}

.optionalSearch h4, .ipfSearchBox h4 {
  margin-bottom: 3px; 
  font-size: 20px;
}

.ipfSearchBox {
  padding: 15px;
  border-radius: 9px;
  border: 1px solid grey;
}

.fine-print {
  font-size: 11px;
  line-height: 17px;
  font-style: italic;
}

.fine-print a {
  color: #272b64;
  font-style: none !important;
  font-weight: 800;
}

.buttonGroup {
  /* padding: 0px; */
  float: right;
}

.scmTabButton.active, .scmDropWrapper, .scDeskTabComplete {
  display: none;
}

.scmTabButton, .scDeskTabComplete.active {
  display: block;
}

.scDeskTabComplete {
  padding-top: 0px;
}

.labelBar, .scmTabButton {
  width: 100%;
  position: relative;
  background-image: url("/assets/images/scmTab.png");
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  padding: 18px 0px;
}

.no-padding {
  padding: 0px;
}

.peopleMobile, .scmTabButtonText {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  position: relative;
  padding-left: 23px;
  padding-right: 50px;
}

.plus {
  position: absolute;
  right: 23px;
  color: white;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 15px;
}

/* Added to IPF Options Buttons through jQuery */
.activeRed {
  background-color: #941F17;
  color: white !important;
  transition: all 600ms ease-in-out;
}

.scDeskTabContentWrap {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.scDeskTabComplete {
  margin-left: -15px;
  margin-right: -15px;
}

.scDeskTabButton {
  height: auto;
  width: 24.6%;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.providerBtn {
  height: 50px;
  margin-right: 10px;
  font-size: 18px;
  border-radius: 7px;
}

.btn:focus, .btn:visited, .btn:hover {
  outline: none !important;
  color: white;
}

.scDeskTabButton.btnActive::after {
  display: block;
}

.justifyWrap {
  text-align: justify;
  padding-right: 0px;
}

/* Selected arrow for IPF Buttons */
.scDeskTabButton::after {
  display: none;
  content: url("/assets/images/select.png");
  position: absolute;
  bottom: -4%;
  left: 43%;
  height: 15px;
  width: 25px;
  z-index: 0;
}

/* Hides and shows additional fields based on options selected */
/* Opacity method used so transition is possible */
.fields /*, .optionalHr, .optionalSearch*/ {
  opacity: 0;
  height: 0px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  transition: all 600ms ease;
}

.fields.active {
  opacity: 1;
  height:  120px;
  overflow: visible;
}

/* For when all optional search fields are hidden */
.hideRow {
  padding: 0px;
}

#optionalRow { 
  position: relative; 
  //height: 180px;
}

.optionalSearch {
  margin-bottom: 20px;
}

.optionalSearch p {
  margin-top: 5px;
}


.btn.ipf_submit,
.btn.ipf_reset {
  width: 140px;
  display: block;
}

.btn.ipf_submit {
  margin-bottom: 7px;
}

.btn.ipf_reset {
  margin-bottom: 0;
}

.ipfCaptchaWrap {
  display: inline-block;
  margin-right: 7px;
}

.row.ipf_filter_row2 {
  padding-top: 0;
  padding-bottom: 0;
}

.ipfFormControls {
  margin-top: 20px;
}


/* Results Page */

.scrollBox {
  overflow: scroll;
  height: 460px;
}

.groupHeaderWrap {
  background: #73C9E6; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #73C9E6 , transparent); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #73C9E6, transparent); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #73C9E6, transparent); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #73C9E6 , transparent); /* Standard syntax */
  border-radius: 4px;
  position: relative;
  margin-bottom: 15px;
}

.groupHeader {
  position: relative;
  padding-top: 14px;
  padding-bottom: 9px;
  line-height: 28px;
}

.searchItemWrap {
  margin-top: 10px;
  margin-bottom: 25px;
}

.searchItemWrap p, .searchItemWrap address {
  margin: 0px;
}

.searchItemWrap .tele {
  margin-bottom: 7px;
}

/* Changed from 15px to 0px by HealthLink */
.resultsMap {
  margin-top: 0px;
}

address p a {
  color: #686154;
}

.tele a {
  color: inherit; 
  text-decoration: none;
}

address p a:hover {
  color: #686154;
  text-decoration: underline;
}

/* SITE SEARCH RESULTS */

.search_fields {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  margin-bottom: 20px;
}

.search_fields input,
.search_fields button,
.search_fields .form-control,
.search_fields .form-group {
  display: inline-block;
  width: auto;
}

.search_fields input[type=text] {
  box-sizing: border-box;
  font-size: 18px;
  //padding: 16px;
  line-height: 34px;
  height: 34px;
  width: calc( 100% - 100px );
}

.search_result_summary {
  font-size: 12px;
  font-style: italic;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 0 0;
}

.search_result_row {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

.search_result_row a {
  display: block;
  margin: 0 0 0 0;
  font-size: 20px;
}

.search_result_row p {
  margin: 0;
}


/*
 * Added by HealthLink
 */
 
.field-error {
  color: #9d1225;
  font-weight: bold;
}

label.field-error {
  color: #9d1225 !important;
  font-weight: bold !important;
}

.formCaptchaWrap {
  display: inline-block;
  margin-right: 7px;
}

.formControls {
  margin-top: 20px;
}




/*************************************** RESPONSIVE STYLES ********************************************* */



  /* bootstrap xs */
  @media (max-width: 767px) {
    
    .leftSearch {
      margin-right: 0px;
    }

    .optionalSearch.active {
      margin-bottom: 20px;
    }

    .categoryLabel {
      margin-bottom: 20px;
    }
    
    .ipfCaptcha {
      float: right;
    }

    .buttonGroup {
      /* padding: 5px; */
    }

    .providerBtn {
      margin-bottom: 15px;
      width: 100%;
    }

    .stopOverlap {
      margin-bottom: 30px;
    }

    a.feature-link .feature-cap .cap-content {
      box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
    }

    /*Welcome Page */
    
    .tiePicture {
      margin-bottom: 30px;
    }

    .welcomeBtn {
      left: 15px;
      bottom: -49px;
    }

    .captcha, .welcomeForm {
      width: 100%;
      margin-left: 0px;
      margin-top: 8px;
    }

    .welcomeWrap {
      padding-top: 30px;
      padding-bottom: 70px;
    }

    /* dashboard.html */
    
    .dashTitle {
      line-height: 54px;
      margin-bottom: 28px;
    }
    
    .resourceWrap {
      margin-bottom: 30px;
    }

    .floatBoxWrap {
      padding-left: 20px;
      padding-right: 20px;
    }

    .floatBox {
      margin-left: 0px;
      height: auto;
    }

    .fb2 {
      height: 317px;
    }

    .doctorText {
      margin-left: 77px;
    }

    /* Contact Page */

    .contactTitle {
      text-align: center;
    }

    .managerWrap {
      position: relative;
      height: 310px;
    }

    .managerImgWrap {
      display: block;
      margin-bottom: 15px;
      margin-right: 0px;
      text-align: center;
    }

    .managerTextWrap {
      display: block;
      text-align: center;
    }

    .buttonsF2 {
      margin-top: 25px;
    }

    /* Main Styles */

    #main_body {
      position:relative;
      margin: auto;
      width: 100%;
      z-index: 100;
    }

    #top, #top.sticky {
      height: auto;
        padding-bottom: 10px;
        transition: all 0.75s ease-out 0s;
        -webkit-transition: all 0.75s ease-out 0s;
        -o-transition: all 0.75s ease-out 0s;
        -ms-transition: all 0.75s ease-out 0s;
        -moz-transition: all 0.75s ease-out 0s;
    }

    #main_nav, #top.sticky #main_nav {
      height: auto;
        transition: all 0.75s ease-out 0s;
        -webkit-transition: all 0.75s ease-out 0s;
        -o-transition: all 0.75s ease-out 0s;
        -ms-transition: all 0.75s ease-out 0s;
        -moz-transition: all 0.75s ease-out 0s;
    }

    a.logo {
      position:relative;
      display: inline-block;
      padding:10px;
      text-align: left;
    }

    #top a.logo img, #top.sticky a.logo img {
        transition: all 0.75s ease-out 0s;
        -webkit-transition: all 0.75s ease-out 0s;
        -o-transition: all 0.75s ease-out 0s;
        -ms-transition: all 0.75s ease-out 0s;
        -moz-transition: all 0.75s ease-out 0s;
    }

    ul.topnav {
      display:none !important;
    }

    form#search {
        display: none;
    }

    form#sidrsearch {
      margin:10px 15px;
    }

    form#sidrsearch input#findtext {
      background: #fff;
      color:  #696154;
      width: 80%;
      display: inline-block;
      margin:0 4px 0 0;
    }

    form#sidrsearch input.btn-go {
      background: #58a4df;
      color: #fff;
      border: 0;
      padding:4px 8px;
      font-weight: 600;
      text-align: center;
      border-radius: 4px;
    }

    a#simple-menu {
      display:block;
    }

    #banner-member {
      height: 60%;
      background: url("/assets/images/banner_member_home.jpg") no-repeat center center;
      background-size: cover;
    }
 
    #banner-about {
      height: 60%;
      background: url("/assets/images/banner_about_home.jpg") no-repeat center center;
      background-size: cover;
    }

    #banner-broker {
      height: 60%;
      background: url("/assets/images/banner_broker_home.jpg") no-repeat center center;
      background-size: cover;
    }

    #banner-employer {
      height: 60%;
      background: url("/assets/images/banner_employer_home.jpg") no-repeat center center;
      background-size: cover;
    }

    #banner-provider {
      height: 60%;
      background: url("/assets/images/banner_provider_home.jpg") no-repeat center center;
      background-size: cover;
    }
    
    #banner-tpa {
      height: 60%;
      background: url("/assets/images/banner_tpa_home.jpg") no-repeat center center;
      background-size: cover;
    }



    .caption {
        display: none;
    }


    .banner-push {
      height: 350px;
    }
    
    /* Culprit? 
    .container, .content {
      width: 100%;
    } */

    #home_content {
      padding: 20px 10px;
    }

    a.feature-link, a.feature-link.half {
        height: 280px;
    }

    a.feature-link.half .feature-img {
        height: 60%;
    }

    a.feature-link .feature-img img, a.feature-link:hover .feature-img img {
        height: auto !important;
        max-width: 100% !important;
    }

    a.feature-link.half .feature-cap, a.feature-link .feature-cap {
      max-width: 80%;
    }

    a.feature-link .feature-cap .cap-content, a.feature-link.half .feature-cap .cap-content {
        min-height: 120px;
        max-height: 140px;
    }


    .subhead {
      padding-top: 100px;
    }

    .subheadResults {
      padding-top: 100px;
    }

    .btn-provider {
      top:0;
      font-size: .75em;
    }
    
    /* Added by HealthLink */
    .btn-download-results {
      top:0;
      font-size: .75em;
    }
    
    .search_fields button {
      font-weight: bold;
      font-size: .8em;
    }
    
    .search_fields input[type=text] {
      font-size: 14px;
      line-height: 26px;
      height: 26px;
      width: calc( 100% - 80px );
    }

    .breadcrumbs {
      max-width: 65%;
    }

    .fixedpic {
      display: block;
      position: relative;
      top: 35%;
      //srg height: 150px;
    }

    .inlinepic {
      display: none;
    }
    
    .rightpic {
      display: none;
    }
    
    .slideshowpic {
      max-width: 100% !important;
      float: none;
      width: 100% !important;
      margin:0 10px 10px 0;
    }

    .spacer {
      position: relative;
      height: 0px;
    }

    .scrolltxt {
        padding: 10px 0;
    }



    .form-eralt {
      background-image:none;
    }

    .form-quote {
      background-image:none;
    }
    
    .form-nomination {
      background-image:none;
    }
    
    .form-join {
      background-image:none;
    }

    .form-kbt {
      background-image:none;
    }

    .formtop {
        border-bottom: 1px solid #696254;
    }
    
    .form-soirequest {
      background-image:none;
    }

    #col_1 {
      position:relative;
      float:left;
      width:90%;
      left:15px;
      padding:0 0 20px 0;
      margin:0;
    }

    #col_2 {
      position:relative;
      float:left;
      width:90%;
      left:15px;
      padding:0;
      margin:0;
    }

    .contactform {
      width: 100%;
    }

    #footer {
      width:100%;
      height: 100%;
      padding:20px 0;
    }

    #footer .footer_link {display: none;}

    #footer .info {
      position: relative;
      width: 100%;
      font-size: 15px;
      text-align: center;
    }

    #footer ul {
      width: 100%;
      font-size: 14px;
    }

    #footer ul li {
        width: 49%;
    }

    #footer #footer-cta {
        width: 100%;
      float: none;
      margin:0;
    }

    #footer .right, #footer .left {
      float: none;
    }

    #footer #footer-cta .lefthalf {
      display: block;
        padding-right: 0;
        margin:0;
    }

    #footer #footer-cta .righthalf {
      display: block;
        float: none;
        margin:0;
    }

    #footer #footer-cta textarea{
      width: 100%;
    }

    #footer #footer-cta input[type="text"] {
      width: 100%;
    }

    #footer #footer-cta #fieldblock-captcha, #footer #footer-cta #fieldblock-captcha .g-recaptcha {
      max-width: 100% !important;
    }

    .ipfCaptchaWrap {
      margin-bottom: 20px;
    }

    /* ***************  NAV STYLES *************** */

    ul.topnav {
      display:none !important;
    }

    a#simple-menu {
      display:block;
    }
    
    /* 475px -> 767px */
    @media  (min-width: 475px) {
      .fb2 {
        height: 115px;
      }
      .doctorImg {
        background-size: 280px;
        background-position: 0% 30%;
      }
    }

    /* 660px -> 767px */
    @media  (min-width: 660px) {

      #banner {
          height: 100%;
      }

      .banner-push {
          height: 230px;
      }

      .fixedpic {
         //srg height: 200px;
      }

      a.feature-link, a.feature-link.half {
          height: auto;
      }

      a.feature-link .feature-img, a.feature-link.half .feature-img {
          height: 75%;
      }
      a.feature-link .feature-cap .cap-content, a.feature-link.half .feature-cap .cap-content {
          min-height: auto;
          max-height: 200px;
      }
      
    }
  }

  @media (max-width: 789px){
    /* fix left col for ipad view */
    #left_col {
        position: relative;
        background: none;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
    }

    .interiorXSImg {
      display: block;
    }
    
    /* Added by HealthLink */
    .scrollBox {
      overflow: visible;
      height: 100%;
    }

    @media (min-width: 768px) {
      .providerBtn {
        margin-bottom: 15px;
      }
    }
  }

  @media (max-width: 1050px) {
    .providerBtn {
      margin-bottom: 10px;
      font-size: 14px;
      height: 46px;
      margin-right: 8px;
    }
  }

  @media (min-width: 790px) and (max-width: 1050px) {
    #left_col {
        position: relative;
        padding-left: 50%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
    }
    
    .educational {
        background: url("/assets/images/bg_educational.jpg") no-repeat -550px 0;
    }
    
    .what-we-do {
        background: url("/assets/images/bg_what_we_do.jpg") no-repeat -550px 0;
    }
    
    .community {
        background: url("/assets/images/bg_community.jpg") no-repeat -550px 0;
    }

    .discounts {
        background: url("/assets/images/bg_discounts.jpg") no-repeat -550px 0;
    }
    
    .forms-guidelines {
      background: url("/assets/images/bg_forms_guidelines.jpg") no-repeat -550px 0;
    }
    
    .employer-toolbox {
      background: url("/assets/images/bg_employer_toolbox.jpg") no-repeat -550px 0;
    }

    .member-toolbox {
      background: url("/assets/images/bg_member_toolbox.jpg") no-repeat -550px 0;
    }
    
    .member-soi {
 		 background: url("/assets/images/bg_SOI.jpg") no-repeat -550px 0;
	}

    .broker-toolbox {
      background: url("/assets/images/bg_broker_toolbox.jpg") no-repeat -550px 0;
    }    

    .tpa-toolbox {
      background: url("/assets/images/bg_tpa_toolbox.jpg") no-repeat -550px 0;
    }
    
    .tpa-forms {
      background: url("/assets/images/bg_tpa_forms.jpg") no-repeat -550px 0;
    }
    
    .provider-toolbox {
      background: url("/assets/images/bg_provider_toolbox.jpg") no-repeat -550px 0;
    }
    
    .tpa-implementation {
      background: url("/assets/images/bg_implementation.jpg") no-repeat -550px 0;
    }
    
    .soiupdates {
        background: url("/assets/images/bg_updates.jpg") no-repeat -550px 0;
    }
    
     .soi-wholehealth {
       background: url("/assets/images/bg_wholehealth.jpg") no-repeat -550px 0;
    }


    .interiorXSImg {
      display: none;
    }

    .ipfBanner {
      height: 450px;
    }


  }

  /* image fix on dashboard, img is hidden after 1200px w/ bootstrap */
  @media  (min-width: 650px) {
    .dashImg {
      height: 330px;
      text-align: right;
    }
  }

  /* Bootstrap Sm Only */
  @media (min-width: 768px) and (max-width: 991px) {
    .managerWrap {
      padding-right: 0px;
    }

    .managerTextWrap {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }

    .searchColsRight, .searchColsLeft {
      padding-left: 15px;
      padding-right: 15px;

    }

    .buttonGroup {
      float: right;
    }
    
    .ipfSearchBox {
      margin-right: 0px;
    }

    .scDeskTabWrap {
      text-align: justify;
      padding-right: 0px;
    }

    .scDeskTabButton {
      width: 24.2%;
      vertical-align: top;
      margin-bottom: 0px;
      padding-left: 0px;
      padding-right: 2px;
      height: auto;
    }

    .scDeskTabButton::after {
      bottom: -6px;
      left: 40%;
    }
  }

  /* Bootstrap Md */
  @media (min-width: 992px) {
  }

  /* Bootstrap Md Only*/
  @media (min-width: 992px) and (max-width: 1199px) {
    .managerWrap {
      height: 268px;
    }

    .managerImgWrap {
      display: block;
    }

    .managerTextWrap {
      margin-top: 20px;
      display: block;
    }

    .buttonGroup {
      float: right;
    }

    .scDeskTabWrap {
      text-align: justify;
      padding-right: 0px;
    }

    .tabGroup {
      background-color: white;
      padding: 15px;
      border-radius: 12px;
    }

    .scDeskTabButton {
      width: 24.5%;
      vertical-align: top;
      margin-bottom: 0px;
      padding-left: 0px;
      padding-right: 7px;
    }

    .scDeskTabButton::after {
      bottom: -4px;
      left: 41%;
    }

    @media (min-width: 1051px) {
      .scDeskTabButton::after {
        /* width fixed at max from here on */
        left: 96px;
      }
    }
  }
  
  /* Bootstrap Lg Only*/
  @media (min-width: 1200px) {
    .dashwrap {
      background: #fafbfd url("/assets/images/bg_dashboard.jpg") no-repeat;
      background-position: center top;
    }

    .leftSearch {
      margin-bottom: 0px;
    }

    .tabGroup {
      background-color: white;
      padding: 15px;
      border-radius: 12px;
    }

    .buttonGroup {
      float: right;
    }

    .rightSearch {
      height: 436px;
    }

    .scDeskTabWrap {
      width: 100%;
      text-align: justify;
      padding-right: 0px;
    }

    .scDeskTabButton {
      vertical-align: top;
      padding-left: 0px;
      padding-right: 10px;
      width: 24.7%;
    }

    .scDeskTabButton::after {
      left: 120px;
      bottom: -3%;
    }
    
    .people {
      padding-left: 0px; 
    }

    .tests, .places, .allProviders {
      padding-left: 6px;
    }

    .scDeskTabButton.people::after {
      display: none;
    }

    .people::after {
      display: none;
      content: url("/assets/images/select.png");
      position: absolute;
      bottom: -3%;
      left: 40%;
      height: 15px;
      width: 25px;
      z-index: 0;
    }

    .people.active::after {
      display: block;
    }
  }

  /* close to bootstrap sm & md only */
  @media (min-width: 768px) and (max-width: 1050px) {
    
    /* Welcome Page */

    .welcomeForm {
      width: 70%;
      display: inline-block;
      margin: auto;
    }
    .captcha {
      width: 100%;
      display: inline-block;
      margin-left: 0px;
      margin-top: 10px;
    }
    
    .welcomeBtn {
      left: 15px;
      margin-top: 15px;
    }

    .welcomeWrap {
      padding-bottom: 50px;
    }

    .fb1 {
      height: auto;
    }

    /* Contact Page */

    .managerWrap {
      margin-bottom: 40px;
    }

    /* Main Styles */

    #main_body {
      position:relative;
      margin: auto;
      width:100%;
      z-index:100;
    }
    
    #top, #top.sticky {
      height: auto;
        padding-bottom: 10px;
    }

    #main_nav {
      height: 94px;
    }

    #top.sticky #main_nav {
      height: 78px;
    }

    /*a.logo {
      position:relative;
      display: inline-block;
      padding:10px;
      text-align: left;
    }*/

    a.logo img {
      max-width: 80% !important;
    }

    #top.sticky a.logo img {
      max-width: 66% !important;
    }

    ul.topnav {
      display:none !important;
    }

    a#simple-menu {
      display:block;
    }

    form#search {
        display: none;
    }

    form#sidrsearch {
      margin:10px 15px;
    }

    form#sidrsearch input#findtext {
      background: #fff;
      color:  #696154;
      width: 80%;
      display: inline-block;
      margin:0 4px 0 0;
    }

    form#sidrsearch input.btn-go {
      background: #58a4df;
      color: #fff;
      border: 0;
      padding:4px 8px;
      font-weight: 600;
      text-align: center;
      border-radius: 4px;
    }

    #banner-member {
      height: 60%;
      background: url("/assets/images/banner_member_home.jpg") no-repeat center center;
      background-size: cover;
    }
 
   #banner-about {
      height: 60%;
      background: url("/assets/images/banner_about_home.jpg") no-repeat center center;
      background-size: cover;
    }

    #banner-broker {
      height: 60%;
      background: url("/assets/images/banner_broker_home.jpg") no-repeat center center;
      background-size: cover;
    }

    #banner-employer {
      height: 60%;
      background: url("/assets/images/banner_employer_home.jpg") no-repeat center center;
      background-size: cover;
    }

    #banner-provider {
      height: 60%;
      background: url("/assets/images/banner_provider_home.jpg") no-repeat center center;
      background-size: cover;
    }

    #banner-tpa {
      height: 60%;
      background: url("/assets/images/banner_tpa_home.jpg") no-repeat center center;
      background-size: cover;
    }


    .caption {
        width: 45%;
        padding-top: 17%;
    }

    .caption h1 {
      font-size: 34px;
        line-height: 15px;
    }

    .banner_hr {
      height: 12px;
      width: 100%;  
      background-size: contain;
    }

    .caption p {
      font-size: 15px;
        line-height: 15px;
    }


    .banner-push {
      height: 570px;
    }

    a.feature-link, a.feature-link.half {
        height: 370px;
    }

    a.feature-link.half .feature-img, a.feature-link .feature-img {
        height: 70%;
    }

    a.feature-link.half .feature-cap, a.feature-link .feature-cap {
      max-width: 80%;
    }

    .subhead {
      position: relative;
      background: #fff;
      border-bottom: 1px solid #837e75;
      padding-top: 130px;
    }

    .subheadResults {
      padding-top: 130px;
    }

    .fixedpic {
      position: relative;
      top: 35%;
      //srg height: 300px;
    }

    .spacer {
      position: relative;
      height: 0px;
    }

    .scrolltxt {
      padding: 10px 0;
    }



    .form-eralt {
      background-image:none;
    }

    .form-quote {
      background-image:none;
    }
    
    .form-nomination {
      background-image:none;
    }
    
    .form-join {
      background-image:none;
    }

    .form-kbt {
      background-image:none;
    }
       
    .formsoirequest {
        bbackground-image:none;
    }

    .formtop {
        border-bottom: 1px solid #696254;
    }
    
 


    #col_1 {
      position:relative;
      float:left;
      width:70%;
      left:15px;
      padding:0;
      margin:0 35px 0 0;
    }

    #col_2 {
      position:relative;
      float:left;
      width:26%;
      left:15px;
      padding:0;
      margin:0;
    }

    #footer {
      width:100%;
      height: 100%;
      padding:20px 10px;
    }

    #footer .info {
      position: relative;
      width: 30%;
      font-size: 15px;
    }

    #footer #footer-cta{
      float: right;
      width: 55%;
    }

    #footer #footer-cta .lefthalf, #footer #footer-cta .righthalf {
        width: 100%;
      padding:0;
    }

    #footer #footer-cta input[type="text"], #footer #footer-cta textarea {
      width: 100%;
    }

    #footer ul {
      width: 100%;
      font-size: 14px;
    }

    #footer ul li {
        width: 49%;
    }

    /* 790px -> 1050px */   
    @media  (min-width: 790px) {
      #banner {
          height: 75%;
        }

      .caption {
          width: 40%;
          padding-top: 18%;
      }

      a.feature-link.half {
          height: 420px;
      }

      a.feature-link .feature-img {
          height: 60%;
      }

      a.feature-link.half .feature-img {
          height: 80%;
      }


      #left_col {
          position: relative;
          padding-left: 50%;
          padding-top: 40px;
          padding-bottom: 20px;
      }
      
      .educational {
        background: url("/assets/images/bg_educational.jpg") no-repeat -500px 0;
      }
      
      .what-we-do {
        background: url("/assets/images/bg_what_we_do.jpg") no-repeat -500px 0;
      }
      
      .community {
        background: url("/assets/images/bg_community.jpg") no-repeat -500px 0;
      }
      
      .discounts {
        background: url("/assets/images/bg_discounts.jpg") no-repeat -500px 0;
      }
      
      .forms-guidelines {
        background: url("/assets/images/bg_forms_guidelines.jpg") no-repeat -500px 0;
      }
      
      .employer-toolbox {
        background: url("/assets/images/bg_employer_toolbox.jpg") no-repeat -500px 0;
      }

      .member-toolbox {
        background: url("/assets/images/bg_member_toolbox.jpg") no-repeat -500px 0;
      }
      
      .member-soi {
 		 background: url("/assets/images/bg_SOI.jpg") no-repeat -500px 0;
		}
  
      .broker-toolbox {
        background: url("/assets/images/bg_broker_toolbox.jpg") no-repeat -500px 0;
      }    
  
      .tpa-toolbox {
        background: url("/assets/images/bg_tpa_toolbox.jpg") no-repeat -500px 0;
      }
        
      .tpa-forms {
        background: url("/assets/images/bg_tpa_forms.jpg") no-repeat -500px 0;
      }
      
      .provider-toolbox {
        background: url("/assets/images/bg_provider_toolbox.jpg") no-repeat -500px 0;
      }
      
      .tpa-implementation {
        background: url("/assets/images/bg_implementation.jpg") no-repeat -500px 0;
      }
      
       .soiupdates {
        background: url("/assets/images/bg_updates.jpg") no-repeat -500px 0;
      }
      
       .soi-wholehealth {
       background: url("/assets/images/bg_wholehealth.jpg") no-repeat -500px 0;
    }


    }
    
    /* 1020px -> 1050px */
    @media  (min-width: 1020px) {

      #left_col {
          position: relative;
          padding-left: 50%;
          padding-top: 40px;
          padding-bottom: 20px;
      }
      
      .educational {
        background: url("/assets/images/bg_educational.jpg") no-repeat -410px 0;
      }
      
      .what-we-do {
        background: url("/assets/images/bg_what_we_do.jpg") no-repeat -410px 0;
      }
      
      .community {
        background: url("/assets/images/bg_community.jpg") no-repeat -410px 0;
      }
      
      .discounts {
        background: url("/assets/images/bg_discounts.jpg") no-repeat -410px 0;
      }
      
      .forms-guidelines {
        background: url("/assets/images/bg_forms_guidelines.jpg") no-repeat -410px 0;
      }

      .employer-toolbox {
        background: url("/assets/images/bg_employer_toolbox.jpg") no-repeat -410px 0;
      }
  
      .member-toolbox {
        background: url("/assets/images/bg_member_toolbox.jpg") no-repeat -410px 0;
      }
  
  	  .member-soi {
 		 background: url("/assets/images/bg_SOI.jpg") no-repeat -410px 0;
		}
      .broker-toolbox {
        background: url("/assets/images/bg_broker_toolbox.jpg") no-repeat -410px 0;
      }    
  
      .tpa-toolbox {
        background: url("/assets/images/bg_tpa_toolbox.jpg") no-repeat -410px 0;
      }

      .tpa-forms {
        background: url("/assets/images/bg_tpa_forms.jpg") no-repeat -410px 0;
      }

      .provider-toolbox {
        background: url("/assets/images/bg_provider_toolbox.jpg") no-repeat -410px 0;
      }
      
      .tpa-implementation {
        background: url("/assets/images/bg_implementation.jpg") no-repeat -410px 0;
      }
      
      .soiupdates {
        background: url("/assets/images/bg_updates.jpg") no-repeat -410px 0;
      }

 .soi-wholehealth {
       background: url("/assets/images/bg_wholehealth.jpg") no-repeat -410px 0;
    }

      .welcomeBtn {
        right: 13%;
      }
      
    }
  
  }

  @media  (min-width: 1051px) and (max-width: 1200px) {

    #left_col {
        position: relative;
        padding-left: 50%;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    
    .educational {
      background: url("/assets/images/bg_educational.jpg") no-repeat -400px 0;
    }
    
    .what-we-do {
      background: url("/assets/images/bg_what_we_do.jpg") no-repeat -400px 0;
    }
    
    .community {
      background: url("/assets/images/bg_community.jpg") no-repeat -400px 0;
    }
    
    .discounts {
      background: url("/assets/images/bg_discounts.jpg") no-repeat -400px 0;
    }
    
    .forms-guidelines {
      background: url("/assets/images/bg_forms_guidelines.jpg") no-repeat -400px 0;
    }
    
    .employer-toolbox {
      background: url("/assets/images/bg_employer_toolbox.jpg") no-repeat -400px 0;
    }

    .member-toolbox {
      background: url("/assets/images/bg_member_toolbox.jpg") no-repeat -400px 0;
    }
    
    .member-soi {
  	  background: url("/assets/images/bg_SOI.jpg") no-repeat -400px 0;
	}

    .broker-toolbox {
      background: url("/assets/images/bg_broker_toolbox.jpg") no-repeat -400px 0;
    }    

    .tpa-toolbox {
      background: url("/assets/images/bg_tpa_toolbox.jpg") no-repeat -400px 0;
    }
    
    .tpa-forms {
      background: url("/assets/images/bg_tpa_forms.jpg") no-repeat -400px 0;
    }

    .provider-toolbox {
      background: url("/assets/images/bg_provider_toolbox.jpg") no-repeat -400px 0;
    }
    
    .tpa-implementation {
      background: url("/assets/images/bg_implementation.jpg") no-repeat -400px 0;
    }
    
    .soiupdates {
      background: url("/assets/images/bg_updates.jpg") no-repeat -400px 0;
    }
    
     .soi-wholehealth {
       background: url("/assets/images/bg_wholehealth.jpg") no-repeat -400px 0;
    }


    .fixedpic {
        top: 15%;
    }

    .spacer {
      position: relative;
      height: 500px;
    }

    #footer #footer-cta {
      float: right;
      width: 55%;
    }

    .fb1 {
      height: auto;
    }

    .form-eralt {
      background-image:none;
    }

    .form-quote {
      background-image:none;
    }

    .form-nomination {
      background-image:none;
    }
    
    .form-join {
      background-image:none;
    }
    
    .form-kbt {
      background-image:none;
    }
    
    .form-soirequest {
      background-image:none;
    }

    .interiorXSImg {
      display: none;
    }

    .topNavRight {
      margin-left: -1px;
    }

    .topnav li {
      float: left;
      padding: 0 14.5px;
    }

  }

  @media  (min-width: 1051px) and (max-width: 1199px) {
    /* welcomeBtn broke at 1200px */
    .welcomeBtn {
      right: 3%;
    }

    .managerWrap {
      height: 268px;
      margin-bottom: 40px;
    }

    .topnav li a {
      font-size: 13px;
    }

    .ipfBanner {
      height: 450px;
    }
  }

  /* lg+ */
  @media  (min-width: 1199px) {

    .doctorText {
      margin-left: 100px;
    }

    .managerWrap {
      margin-bottom: 40px;
    }

    .managerTextWrap {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }

    .interiorXSImg {
      display: none;
    }
  }

  @media  (min-width: 1200px) {
    .topNavLeft li {
      padding-left: 0px;
      padding-right: 40px;
    }

    .topNavRight li {
      padding-left: 40px;
      padding-right: 0px;
    }

    .ipfBanner {
      height: 450px;
    }
  }

  @media  (min-width: 1200px) and (max-width: 1400px) { 
    /* fix image overlapping problem in this viewport  */
    .form-eralt {
      background: #fafbfd url("/assets/images/bg_eralt.jpg") no-repeat 78% 9%;
      margin-left: 45px;
    }
    .form-quote {
      background: #fafbfd url("/assets/images/bg_quote.jpg") no-repeat 78% 9%;
      margin-left: 45px;
    }
    .form-nomination {
      background: #fafbfd url("/assets/images/bg_nomination.jpg") no-repeat 78% 9%;
      margin-left: 45px;
    }
    .form-join {
      background: #fafbfd url("/assets/images/bg_join.jpg") no-repeat 78% 9%;
      margin-left: 45px;
    }
    .form-kbt {
      background: #fafbfd url("/assets/images/bg_kbt.jpg") no-repeat 78% 9%;
      margin-left: 45px;
    }
    .form-soirequest {
      background: #fafbfd url("/assets/images/bg_soireq.jpg") no-repeat 78% 9%;
      margin-left: 45px;
    }
  }


  @media print {
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
        /* Style adjustments for high resolution devices */
    } 
  }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
