/*******************************************************************************
    Copyright drchrono 2016
********************************************************************************/

/* 0 Bootstrap Customization
------------------------------------------------------------------------------*/

.btn {
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  cursor:pointer;
  display: inline-block;
  outline: none;
  text-align: center;
  text-decoration: none;
  transition: all .15s ease;
  padding:8px 20px;
}

.btn-md {
  font-size: 1.25em;
}
.btn-lg {
  font-size: 1.5em;
  padding:10px 30px;
}

.btn-default {
  background:#f5f5f5;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:active {
  background:#e6e6e6;
}

.btn-primary {
  background-color: #3c82d2;
  border-color: #3c82d2;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:active {
  background-color: #4492d3;
  border-color: #4492d3;
}

.btn-primary-inverse {
  border: 1px solid #3c82d2;
  background-color: #fff;
  color: #3c82d2;
}

.btn-primary-inverse:hover,
.btn-primary-inverse:active {
  background-color: #3c82d2;
  color: #fff;
}

.btn-success {
  background-color: #38b49d;
  border-color: #38b49d;
  color: #fff;
}

.btn-success:hover,
.btn-success:active {
  background-color: #18bb98;
  border-color: #18bb98;
  color: #fff;
}

.btn-success-inverse {
  color: #38b49d;
  border-color: #38b49d;
}

.btn-success-inverse:hover,
.btn-success-inverse:active {
  background-color: #38b49d;
  border-color: #38b49d;
  color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #fc7835;
  border-color: #fc7835;
}

.btn-warning:hover,
.btn-warning:active {
  background:#de5302;
  border-color: #de5302;
}

label {
    font-weight:300;
    font-size: 18px;
}
.form-control::-moz-placeholder {
    font-weight:300;
    color: #aaa;
    opacity: 1;
}
.form-control::-webkit-input-placeholder {
    font-weight:300;
    color: #aaa;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    font-weight:300;
    color: #aaa;
}
.form-control {
  border: 1px solid rgb(221, 221, 221);
  border-radius: 0;
}

.has-error .help-block, .has-error label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #cc4b4b;
}

/* Center all top-level rows (to avoid creating uneccessary
.container-fluids inside of the container-full just to center things */

.container-full > .row {
    margin-right: auto;
    margin-left: auto;
    float:none;
}

.well {
    background:#f5f5f5;
    border:1px solid #e6e6e6;
    box-shadow:none;
}


/* 1 Base
------------------------------------------------------------------------------*/

body {
    background:#fff;
    font-size:15px;
    line-height:22px;
    letter-spacing:.15px;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #3c82d2;
}

a:hover,
a:focus {
    color: #285a96;
}

h1, h2, h3, h4, h5, h6 {
    color:#111;
}

.container-full {background: #fff; width:100%;}

/*hr { display: none; }*/
em { font-style: italic; }
del { text-decoration: line-through; }
th { font-weight: normal; }
address, cite, dfn { font-style: normal; }
abbr, acronym { border-bottom: 1px dotted #999; cursor: help; }

.basic-hover {}
.basic-hover:hover {opacity: .8}

.block { display:block !important;}
.bold {font-weight:600;}


/* 2. Layout Alignments
------------------------------------------------------------------------------*/

.align-center {text-align: center !important;}
.align-left {text-align: left !important;}
.align-right {text-align: right !important;}

.left0 {margin-left: 0;}
.left5 {margin-left: 5px;}
.left10 {margin-left: 10px;}
.left20 {margin-left: 20px;}

.right0 {margin-right: 0;}
.right5 {margin-right: 5px;}
.right10 {margin-right: 10px;}
.right20 {margin-right: 20px;}

.top0 {margin-top: 0;}
.top5 {margin-top: 5px;}
.top10 {margin-top: 10px;}
.top15 {margin-top: 15px;}
.top20 {margin-top: 20px;}
.top25 {margin-top: 25px;}
.top30 {margin-top: 30px;}
.top40 {margin-top: 40px;}
.top60 {margin-top: 60px;}

.bottom0 {margin-bottom: 0;}
.bottom5 {margin-bottom: 5px;}
.bottom10 {margin-bottom: 10px;}
.bottom15 {margin-bottom: 15px;}
.bottom20 {margin-bottom: 20px;}
.bottom30 {margin-bottom: 30px;}
.bottom40 {margin-bottom: 40px;}
.bottom60 {margin-bottom: 60px;}

.padding0 {padding: 0;}
.padding5 {padding: 5px;}
.padding10 {padding: 10px;}
.padding15 {padding: 15px;}
.padding20 {padding: 20px;}

.margin0 {margin: 0;}


/* 3. Layout
------------------------------------------------------------------------------*/
.para-md {
    color:#666;
    font-size:16px;
    line-height:25px;
    font-weight:300;
    margin-bottom:25px;
}

.feature-header-sm {
    margin-top: 0;
    font-size:20px;
    font-weight:400;
    margin-bottom:5px;
}

.feature-header {
    margin-top: 0;
    font-size:22px;
    font-weight:400;
    margin-bottom:5px;
}

.feature-header-lg {
    margin-top: 0;
    font-size:32px;
    font-weight:300;
    margin-bottom:15px;
}

.feature-image {
    border:1px solid #ddd;
    margin-bottom:20px;
    width:100%;
}

.feature-description {
    color:#888;
    font-size:16px;
    line-height:24px;
    font-weight:300;
    margin-bottom:20px;
}

.page-intro {
     margin-top:20px;
    margin-bottom:40px;
}

.page-intro-nohero {
     margin-top:60px;
    margin-bottom:40px;
}

.feature-icon-block {
    text-align:center;
}

.feature-icon-top {
    text-align:center;
    margin-bottom:15px;
    width: 100%;
}

.section-stripe {
    background:#f5f5f5;
    border-top:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
}

.section-stripe-borderless {
    background:#f5f5f5;
    }

ul.bulleted li {
  list-style: disc;
  margin-bottom: 5px;
}

ol.numbered li {
  list-style: decimal;
  margin-bottom: 5px;
}

.form-container {
    background:#f5f5f5;
    border:1px solid #e6e6e6;
    padding:30px;
    border-radius: 4px;
    margin-bottom:20px;
}

.alert-slim {padding:5px 10px; font-size:14px; margin-bottom:5px;}


/* 4. Common
------------------------------------------------------------------------------*/

.color-primary {color:#337ab7;}
.color-danger {color:#cc4b4b;}
.color-warning {color:#ff7700;}
.color-info {color:#4bafcc;}
.color-success {color:#41992d;}
.color-black { color:#000;}
.color-dark-gray {color:#333;}
.color-medium-gray {color:#666;}
.color-gray {color:#999;}
.color-light-gray {color:#ccc;}
.color-lighter-gray {color:#f5f5f5;}
.color-white {color:#fff;}
.color-link {color:#3c82d2;}
.color-navy {color:#07212b;}

/* Heros ---------------*/

.hero {
    display:block;
    background: #72b5b2;
    color:#fff;
    padding:80px 0 80px 0;
    background-position:center;
    position:relative;
}

.hero h1 {
    color:#fff;
    text-align:center;
}
.hero h1.dark {
    color:#111;
}

.hero .lead {
    color: #fff;
    font-size: 1.5em;
    font-weight: 200;
    letter-spacing: .35px;
    text-align: center;
}
.hero .lead.dark {
    color:#111;
}
.hero .lead a {
    color:#fff;
    text-decoration: underline;
}

.hero-background-image {
    background-image: url(../images_2016/ehr-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.hero-lg {
    min-height:500px;
}

.hero-homepage {
    min-height:600px;
}

.hero-lg h1 {
    text-align:left;
}

.hero-lg .lead {
    text-align:left;
}

.hero-type-phr {
    background:#46a0b9;
}

.hero-type-billing {
    background:#41a082;
}

.hero-type-light {
    background:#f5f5f5;
    color:#666;
}

.hero-type-light h1 {
    color:#666;
}

.hero-type-light .lead {
    color:#666;
}

.hero-type-light .a {
    color:#666;
}

.hero-umbrella {
    padding-top:60px;
    padding-bottom:60px;
}

.hero-child {
    padding:30px 20px;
    margin-top:-30px;
    margin-bottom:50px;
    background:#fff;
    border:1px solid #e6e6e6;
    border-top:none;
    border-radius:4px;
    text-align:center;
}


/* Promo panels
------------------------------------------------------------------------------*/
.promos-container {
    max-width:1600px;
    margin: 0 auto 0;
    background:#fff;
    color:#666;
    display:block;
    padding: 0;
    margin-bottom:40px;
}

.promos {
    background:#fff;
    color:#666;
    display:block;
    padding: 0;
    margin-bottom:40px;
}

.promos div {
    display: block;
    list-style-type: none;
    padding-left: 0;
    padding-right: 0;
    border-right:2px solid #fff;
    text-align:center;
    margin-bottom:2px;
}

.promos div:last-child {
    border-right: none;
}

.promos a {
    display: block;
    padding: 30px;
}

.promos a:link, .promos a:visited {
    color: #666;
    background-color: #fff;
    text-decoration: none;
}

.promos a:hover {
    color: #333;
    background-color: #e6e6e6;
    transition:.25s;
    text-decoration: none;
}

.promos a h2 {
    font-size:22px;
    margin-top:0;
    margin-bottom:5px;
    font-weight:400;
}

.promos a p {
    font-size:16px;
    font-weight:300;
    margin-bottom:0;
}

.promos p {
    color:#888;
}

.promo-icon {
    height:96px;
    width:96px;
    margin-bottom:15px;
}


/* Media Panels ---------------*/

.seal-bb {
    width: 120px;
    margin-left: 20px;
    margin-right:20px;
}
.seal-bb:first-child {
    margin-left:0;
}
.media-panel {
    background:#fff;
    width:100%;
    overflow:hidden;
    background-repeat: no-repeat;
    background-position:center;
    background-size: 100%;
    transition: .25s;
}

.media-panel .media-image {
    height:100%;
    width: 100%;
    text-align:center;

    transition: .25s;
}

.media-panel:hover .media-image {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    transition: .25s;
}

.media-panel a {
    text-decoration:none;
}

.media-panel .caption {
    display:block;
    position:absolute;
    bottom: 0;
    left: 15px;
    right:15px;
    padding:8px 6px;
    background:#666;
    background:rgba(0,0,0,.5);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 75%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(75%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 75%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 75%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 75%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 75%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
    color:#fff;
    font-size:16px;
    font-weight:400;
    text-align:center;
}

.media-panel .icon-play {
    height:100%;
    display:block;
    position: absolute;
    left: 15px;
    right:15px;
    top:0;
    background: url('../images_2016/icon_play.svg');
    background-position:center;
    background-repeat: no-repeat;
    background-position: 50% 45%;
    opacity: 0.35;
    transition: .25s;
}

.media-panel:hover .icon-play {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    transition: .25s;
}

.media-panel .title {
    display:block;
    position: absolute;
    left: 15px;
    right:15px;
    top:45%;
    color:#fff;
    margin: 0 auto 0;
    font-size:20px;
    text-align:center;
}

.modal-video {
    width:100%;
    height: 366px;
}

/* Info Panels ---------------*/

/* Light Panel*/

.info-panel {
    background:#f5f5f5;
    color:#666;
    padding:0;
    text-align:center;
    margin-bottom:20px;
    display:block;
    text-decoration:none;
}

a.info-panel:hover,
a.info-panel:active,
a.info-panel:focus {
    background:#e6e6e6;
    text-decoration:none !important;
}

.info-panel .info-panel-header {
    font-size:17px;
    color:#666;
    padding:15px 10px 0 10px;
}

.info-panel .info-panel-body {
    font-size:36px;
    line-height:48px;
    font-weight:200;
    padding: 20px 10px 20px 10px;
    color: #41a082;
}

.info-panel .info-panel-body .info-subtitle {
    font-size:17px;
    line-height:24px;
    font-weight:300;
    color:#666;
}

.info-panel .info-panel-footer {
    font-weight:300;
    padding:0 10px 15px 10px;
    color:#888;
}

/* Dark Panel*/

.info-panel-inverse {
     background:#666;
     color:#bbb;
     color:#e6e6e6;
}

a.info-panel-inverse:hover,
a.info-panel-inverse:focus,
a.info-panel-inverse:active {
    background:#555;
    color:#e6e6e6;
}

.info-panel-inverse .info-panel-header {color:#e6e6e6;}

.info-panel-inverse .info-panel-body {color:#87d26e;}

.info-panel-inverse .info-panel-body .info-subtitle {color:#e6e6e6;}

.info-panel-inverse .info-panel-footer {color:#bbb;}


/* Site Elements ---------------*/

.feature-video-iframe {
    width:100%;
    height:330px;
    border:1px solid #ddd;
}

.feature-landing-image {
    width:100%;
    height:auto;
    border:1px solid #ddd;
}

.feature-link-more {
    font-size:14px;
    margin-top:-10px;
    margin-bottom:30px;
}

.link-phr {
    color:#46a0b9;
}

.link-phr:hover {
    color:#3791a5;
}

.link-billing {
    color:#41a082;
}

.link-billing:hover {
    color:#329173
}

.form-required {
    color:#cc4b4b;
    float:right;
}

/* 6. Footer
------------------------------------------------------------------------------*/

#drc-footer { font-size: 13px; background:#555;}
#drc-footer dl dt { border-bottom: solid 1px #5f5f5f; padding-bottom: 5px; color:#fff;}
#drc-footer dl dd { line-height: 24px; margin-left: 0;}
#drc-footer dl dd:nth-child(2) { padding-top: 5px;}
#drc-footer dt a { color: #bbb;}
#drc-footer dt a:hover { color: #ffffff; text-decoration: none;}
#drc-footer dd a { color: #bbb;}
#drc-footer dd a:hover { color: #ffffff; text-decoration: none;}
#drc-footer p { clear: both; padding: 20px 0 30px 0; text-align: center; color: #bbb;}
#drc-footer p a { display: inline-block; margin: 0 0 0 2px; padding: 0 0 0 6px; border-left: solid 1px #666; color: #bbb; line-height: 12px;}
#drc-footer p a:hover { color: #ffffff; text-decoration: none;}

.social-icons a {
  color: #fff;
  font-size: 18pt;
  margin-left: 8px;
}
.social-icons a:hover {
  text-decoration: none;
  text-shadow: 1px 1px 5px rgba(60, 120, 190, 1);
}
.about-us-social-icons a {
  color: #666;
}

.social-facebook {background-image: url(../../../images_2016/social/icons_social_media_bw.png); background-repeat: no-repeat; background-position: 0px 0px; width: 24px; height: 24px; float:left;}
.social-twitter {background-image: url(../../../images_2016/social/icons_social_media_bw.png); background-repeat: no-repeat; background-position: -24px 0px; width: 24px; height: 24px; float:left; margin-left:10px;}
.social-googleplus {background-image: url(../../../images_2016/social/icons_social_media_bw.png); background-repeat: no-repeat; background-position: -48px 0px; width: 24px; height: 24px; float:left; margin-left:10px;}
.social-linkedin {background-image: url(../../../images_2016/social/icons_social_media_bw.png); background-repeat: no-repeat; background-position: -72px 0px; width: 24px; height: 24px; float:left; margin-left:10px;}
.social-youtube {background-image: url(../../../images_2016/social/icons_social_media_bw.png); background-repeat: no-repeat; background-position: -96px 0px; width: 24px; height: 24px; float:left; margin-left:10px;}


/* 5. Homepage
------------------------------------------------------------------------------*/

.glass-play-button {
    padding:10px 30px;
    color: #fff;
    font-size:18px;
    border-radius:4px;
    border: 1px solid #fff;
    background: transparent;
    background: rgba(255,255,255,0);
    text-decoration:none;
    /*
    position: absolute;
    bottom:-40px;
    left:208px;
    */
}

.glass-play-button:hover,
.glass-play-button:active,
.glass-play-button:focus {
    color: #71a0d5;
    background: #fff;
    background: rgba(255,255,255,1.0);
    text-decoration:none;
}


.glass-play-button-black {
    padding:10px 30px;
    color: #fff;
    font-size:18px;
    border-radius:4px;
    border: 1px solid #fff;
    background: transparent;
    background: rgba(255,255,255,0);
    text-decoration:none;
}

.glass-play-button-black:hover,
.glass-play-button-black:active,
.glass-play-button-black:focus {
    color: #ffffff;
    background: #333;
    background: rgba(0,0,0,0.8);
    text-decoration:none;
    border: 1px solid #333;
    border: 1px solid rgba(0,0,0,0.8);
}

.hero-tagline {
  font: 45px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.hero-tagline-secondary {
  font: 22px;
  color: #fff;
  display: block;
  margin: 11px 0 0 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.hero-bullets {
  font: 24px;
  line-height: 40px;
  letter-spacing: .5px;
  color: #ffffff;
  moz-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
  webkit-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight:normal;
}

/*-- video --*/

#homepage-hero-video-container {
    position: relative;
    overflow: hidden;
    background:#5f8cc3;
    background-position: center;
    background-size: cover;
}

#homepage-hero-video-container .content-area {
    margin-top:30px;
    margin-bottom:0;
    position: absolute;
    color:#fff;
    top: 0;
    left:0;
    right:0;
}


#homepage-bg-video {
    width: 100%;
    height:100%;
    z-index: -100;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 0.3;
}

#homepage-hero-video-container .content-area a {
    margin:5px;
}

video {display:block;}


/* 6. Product Pages
------------------------------------------------------------------------------*/

.product-splash-ehr {background-image: url(../../../images_2016/product/product_splash_ehr1.jpg); background-repeat: no-repeat; width: 940px; height: 440px; position: relative;}
.product-splash-billing {background-image: url(../../../images_2016/product/product_splash_billing1.jpg); background-repeat: no-repeat; width: 940px; height: 440px; position: relative;}
.product-splash-onpatient {background-image: url(../../../images_2016/product/product_splash_onpatient4.jpg); background-repeat: no-repeat; width: 940px; height: 440px; position: relative;}
.mu-seal {background-image: url(../../../images_2016/product/mu_seal_white.png); background-repeat: no-repeat; width: 111px; height: 112px; position: absolute; bottom: 120px; right: 40px;}

.seal-blackbook {background-image: url(../../../images_2016/homepage/seal_blackbook_yellow.png); background-repeat: no-repeat; width: 112px; height: 112px; position: absolute; bottom: 150px; left: 0;}

.product-headline-ehr {font: 40px; line-height: 46px; color: #fff; text-align: right; margin-top: 40px; margin-right: 40px; text-shadow: 0px 0px 4px #555;}
.product-headline-onpatient {font: 40px; line-height: 46px; text-align: right; margin-top: 40px; margin-right: 40px; text-shadow: 0px 0px 8px #333; text-shadow: 0px 0px 8px rgba(0,0,0,.5);}
.product-headline-billing {font: 42px; line-height: 46px; color: #333; text-align: right; margin-top: 80px; margin-right: 40px;}

.headline-common-light-small {font: 24px; color: #4c4c4c; text-align: center;}
.headline-common-light-medium {font: 30px; color: #4c4c4c; text-align: center;}
.headline-common-light-large {font: 36px; color: #333; text-align: center;}
.product-intro-text {font: 19px; line-height: 26px; color: #777; text-align: center;}

.product-ehr-native {background-image: url(../../../images_2016/product/product_icons_features1.png); background-repeat: no-repeat; background-position: 0px 4px; width: 40px; height: 45px; float:left;}
.product-ehr-interface {background-image: url(../../../images_2016/product/product_icons_features1.png); background-repeat: no-repeat; background-position: 0px -57px; width: 40px; height: 45px; float:left;}
.product-ehr-templates {background-image: url(../../../images_2016/product/product_icons_features1.png); background-repeat: no-repeat; background-position: 0px -115px; width: 40px; height: 45px; float:left;}
.product-ehr-speech {background-image: url(../../../images_2016/product/product_icons_features1.png); background-repeat: no-repeat; background-position: 0px -172px; width: 40px; height: 48px; float:left;}

.product-onpatient-checkin {background-image: url(../../../images_2016/product/product_icons_features1.png); background-repeat: no-repeat; background-position: 0px -236px; width: 40px; height: 45px; float:left;}
.product-onpatient-phr {background-image: url(../../../images_2016/product/product_icons_features1.png); background-repeat: no-repeat; background-position: 0px -292px; width: 40px; height: 45px; float:left;}
.product-onpatient-forms {background-image: url(../../../images_2016/product/product_icons_features1.png); background-repeat: no-repeat; background-position: 0px -350px; width: 40px; height: 48px; float:left;}

.product-billing-claims {background-image: url(../../../images_2016/product/product_icons_features1.png); background-repeat: no-repeat; background-position: 0px -407px; width: 40px; height: 45px; float:left;}
.product-billing-era {background-image: url(../../../images_2016/product/product_icons_features1.png); background-repeat: no-repeat; background-position: 0px -465px; width: 40px; height: 45px; float:left;}
.product-billing-integrated {background-image: url(../../../images_2016/product/product_icons_features1.png); background-repeat: no-repeat; background-position: 0px -524px; width: 40px; height: 48px; float:left;}

.product-section-bg {background-image: url(../../../images_2016/product/product_bg_section_tools.png);}
.product-image-border {background: #fff; border: 1px solid #d3d3d3; height:188px; border-radius: 6px; padding:15px; margin-bottom:15px;}


/* Signup Containers
------------------------------------------------------------------------------*/

    .signupfield {
        color: #333333;
        font-size: 18px !important;
        border: 1px solid #555555 !important;
        padding: 7px !important;
        margin-right: 10px;
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        border-radius: 4px !important;
    }
    .signupfield:focus {
        background: #f3fcff;
        border-color: rgba(51, 125, 215, 0.75) !important;
        box-shadow: 0 0 8px rgba(65, 185, 255, .75);
        outline: none;
        -webkit-transition: 0.2s linear all;
        -moz-transition: 0.2s linear all;
        transition: 0.2s linear all;
    }

    .placeholder-label {
        color:#999;
        position: absolute;
        font-size: 18px;
        margin-left: 8px;
        line-height: 37px;
        width:210px;
        font-weight: 200;
        background: none repeat scroll 0 0 transparent;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .placeholder-label .icon-input {
      display: inline-block !important;

    }
    .placeholder-label .icon-input.name {
      background: url(../../../images_2016/input-icon-user.png );
      width: 16px;
      height: 15px;
      vertical-align: -1px;
      margin: 0 8px 0 4px;
    }
    .placeholder-label .icon-input.email {
      background: url(../../../images_2016/input-icon-email.png );
      width: 19px;
      height: 13px;
      vertical-align: -1px;
      margin: 0 6px 0 2px;
    }
    .signup-error-container {position:absolute; bottom:80px; height:35px; z-index: 100}
    .signup-error-first {position: absolute; margin-left: 20px; width:220px; background: #000; height:35px; text-align:center; line-height:35px; color: #ff7777;}
    .signup-error-last {position: absolute; margin-left: 255px; width:220px; background: #000; height:35px; text-align:center; line-height:35px; color: #ff7777;}
    .signup-error-email {position: absolute; margin-left: 490px; width:235px; background: #000; height:35px; text-align:center; line-height:35px; color: #ff7777;}
    .signup-error-arrow {background-image: url(../../../images_2016/product/icon_arrow_b_down.png); background-repeat: no-repeat; background-position: center; width:100%; height:10px; position: absolute; bottom:-8px; z-index:10;}
    .signup-container-product {background: rgba(0, 0, 0, .45); position:absolute; bottom:0; height:76px; border-radius: 8px; width:940px;}

    .hero-background .signup-error-container {
          height: 0;
    }

/*NEW*/


.product-sub-headline {
  font-size: 18px;
  line-height: 28px;
}
.hero-background .error {
  color: white;
  background: #d73333;
  width: auto;
  height: auto;
  line-height: 10px;
  padding: 10px;
  box-shadow: 0 1px 2px black;
  left: 317px;
  margin: 0;
  width: 183px;
}
.hero-background .signup-error-first {
  top: -170px;
}
.hero-background .signup-error-last {
  top: -118px;
}
.hero-background .signup-error-email {
  top: -65px;
}
.hero-background .signup-error-arrow {
  background: url(../../../images_2016/homepage/bg-error-arrow-left.png) !important;
  background-repeat: no-repeat;
  width: 15px;
  height: 22px;
  bottom: 3px;
  left: -7px;
  }
.signup-container-product .signup-form {margin: 18px 0 0 20px;}
.hero-background .signup-container-product .header, .hero-background .signup-container-product .header-sub {display: block !important;color: #fff; font-size: 20px; display: block; margin: 16px 0 0 0;}
.hero-background .signup-container-product {background: rgba(0, 0, 0, .20); position:absolute; bottom:8px; left: 20px; height:300px; width: 320px; border-radius: 8px;}
.hero-background .signup-container-product .signupfield {
  width: 265px;
  height: 24px;
  border: none !important;
  box-shadow: 0 1px 2px rgba(0,0,0,.2) inset;
}

.signup-container-transparent { background: #ccc; background:rgba(0, 0, 0, 0.15); padding:5px; border-radius: 14px;}
.signup-container {background: #f5f5f5; padding:20px 40px; border-radius: 10px;}

.signup-reminder { font-size: 24px; line-height: 30px; text-align: center; color: #666; margin-top: 30px;}

/*---- stand-alone signup ----*/
.signup-container-standalone {background: #f5f5f5; border:1px solid #ddd; border-radius: 6px; padding:30px 20px; position: relative; z-index:5;}

/* step 1 */
.signup-error-first-text {position:absolute; margin-left: 8px; width:220px; color: #cc5555;margin-top: -40px;
padding-left: 18px;}
.signup-error-last-text {position:absolute; margin-left: 243px; width:220px; color: #cc5555;margin-top: -40px;
padding-left: 18px;}
.signup-error-email-text {position:absolute; margin-left: 478px; width:250px;  color: #cc5555;margin-top: -40px;
padding-left: 15px;}

/* step 2 */
.signup-error-specialty-text {position:absolute; margin-left: 8px; width:220px;  color: #cc5555;}
.signup-error-job_title-text {position:absolute; margin-left: 362px; width:220px;  color: #cc5555;}
.signup-error-phone-text {position:absolute; margin-left: 552px; color: #cc5555;}

/* step 3 */
.signup-error-username-text {position:absolute; margin-left: 8px; width:220px; color: #cc5555;}
.signup-error-password-text {position:absolute; margin-left: 243px; width:220px; color: #cc5555;}
.signup-error-passconfirm-text {position:absolute; margin-left: 478px; width:220px;  color: #cc5555;}

.signupfield-light{
    color: #333333;
    font-size: 18px !important;
    border: 1px solid #aaa !important;
    padding: 7px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    margin-right: 10px;
    margin-bottom: 0px !important;
    font-weight: 400;
}
.signupfield-light:focus {
    background: #f3fcff;
    border-color: rgba(51, 125, 215, 0.75) !important;
    box-shadow: 0 0 8px rgba(65, 185, 255, .75);
    outline: none;
    -webkit-transition: 0.2s linear all;
    -moz-transition: 0.2s linear all;
    transition: 0.2s linear all;
}


/* 8. News & Testimonials
------------------------------------------------------------------------------*/
.image-caption {background: rgba(0, 0, 0, .6); position:absolute; bottom:0; width:100%; padding: 6px 0px; color: #fff; text-align:center; font-size: 16px;}

.play-icon {background-image: url(../../../images_2016/icon_play_inactive2.png); background-repeat: no-repeat; background-position: center; height:100%; width:100%; position:absolute;}
.play-icon:hover {background-image: url(../../../images_2016/icon_play_active2.png); background-repeat: no-repeat;}

.news-date {color: #999; font-size: 13px; margin-bottom:0;}

.typeahead .active > a,
.typeahead .active > a:hover {
    color: white !important;
}

/* Public error pages (500, 404) */
#error-page h1 {
    margin-top: 0;
    font-size: 28px;
}
#error-page #main-content img {
    margin: 20px 0;
}
#error-page #main-content {
    text-align: center;
    padding: 100px 0;
}
#error-page #main-content p {
    max-width: 750px;
    margin: 10px auto;
}

/* Legal pages (privacy policy, etc) */
#legal-policy-page h1 {
  font-size: 22pt;
}
#legal-policy-page h3 {
    font-size: 12pt;
    margin: 25px 0 0 0;
}
#legal-policy-page .subsection {
  padding-left: 50px;
}

/*-- testimonial slider --*/

#slider-thumbs .selected img {
    border:4px solid #ff9d78 !important;
}

.testimonial-slide {
     padding:30px 20px 50px 20px;
     text-align:center;
     color:#666;
     font-weight:200;
     font-size:32px;
     line-height:44px;
     letter-spacing:1px;
}

.testimonial-slide small {
       font-size:20px;
       color:#777;
}

.testimonial-photo {
    height: 170px;
    width: 170px;
    border: 4px solid #fff;
    border-radius: 85px;
    margin-top: 0;
}


/* 10. Animations
------------------------------------------------------------------------------*/

.mouse-pulse-outer {
    display:inline-block;
    border-radius:50px;
    text-align: center;
    background: #ccc;
    padding: 15px;
    margin: 0;
    margin-bottom:15px;
}

.mouse-pulse-outer-ani {
    -webkit-animation: mouse-pulse-outer-ani 1.25s linear infinite;
    -moz-animation: mouse-pulse-outer-ani 1.25s linear infinite;
    -ms-animation: mouse-pulse-outer-ani 1.25s linear infinite;
    animation: mouse-pulse-outer-ani 1.25s 2inear infinite;
}

@keyframes "mouse-pulse-outer-ani" {
    0% {background: #cfcfcf;}
    50% {background: #eee;}
    100% {background: #cfcfcf;}
}

@-moz-keyframes mouse-pulse-outer-ani {
    0% {background: #cfcfcf;}
    50% {background: #eee;}
    100% {background: #cfcfcf;}
}

@-webkit-keyframes "mouse-pulse-outer-ani" {
    0% {background: #cfcfcf;}
    50% {background: #eee;}
    100% {background: #cfcfcf;}
}

@-ms-keyframes "mouse-pulse-outer-ani" {
    0% {background: #cfcfcf;}
    50% {background: #eee;}
    100% {background: #cfcfcf;}
}


.mouse-pulse-inner {
    display:block;
    padding:15px;
    border-radius:30px;
    text-align: center;
    background: #999;
    margin: 0;
}

.mouse-pulse-inner-ani {
    -webkit-animation: mouse-pulse-inner-ani 1.25s linear infinite;
    -moz-animation: mouse-pulse-inner-ani 1.25s linear infinite;
    -ms-animation: mouse-pulse-inner-ani 1.25s linear infinite;
    animation: mouse-pulse-inner-ani 1.25s linear infinite;
}

@keyframes "mouse-pulse-inner-ani" {
    0% {background: #aaa;}
    50% {background: #ccc;}
    100% {background: #aaa;}
}

@-moz-keyframes mouse-pulse-inner-ani {
    0% {background: #aaa;}
    50% {background: #ccc;}
    100% {background: #aaa;}
}

@-webkit-keyframes "mouse-pulse-inner-ani" {
    0% {background: #aaa;}
    50% {background: #ccc;}
    100% {background: #aaa;}
}

@-ms-keyframes "mouse-pulse-inner-ani" {
 0% {background: #aaa;}
 50% {background: #ccc;}
 100% {background: #aaa;}
}

/* 0. Media Queries
------------------------------------------------------------------------------*/

@media (min-width: 1200px) {
  .modal-dialog {
    width: 900px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {

    #dropdown-support {
        display:none;
    }

    .feature-video-iframe { height:460px;}

    .hero h1 {
    font-size:32px;
    line-height:38px;
    }

    .hero {
    padding-top:30px;
    padding-bottom:30px;
    }

}

@media (min-width: 401px) and (max-width: 767px) {
    /* -- Navigation Start --*/

/* -- Navigation End --*/

    .promos-container {
        margin-top:-20px;
        margin-bottom:20px;
    }

    .feature-video-iframe { height:340px;}

    .hero h1 {
    font-size:28px;
    line-height:36px;
    }

    /* New for style guide */

    .hero {
    padding-top:20px;
    padding-bottom:20px;
    }

    .form-container {
        padding:20px;
    }

    label {
        font-size:15px;
    }

}

@media (min-width: 0px) and (max-width: 400px) {
    /* -- Navigation Start --*/



/* -- Navigation End --*/

    .promos-container {
        margin-bottom:20px;
    }

    .feature-video-iframe { height:230px;}

    .hero h1 {
        font-size:24px;
        line-height:30px;
    }

    .hero {
        padding-top:10px;
        padding-bottom:10px;
    }

    .media-panel .caption {
        font-size:14px;
        line-height:18px;
    }

    .modal-video {
        width:100%;
        height: 250px;
    }

    .form-container {
        padding:15px 20px;
    }

    label {
        font-size:15px;
    }

}

/*
 * Responsive text aligning
 * http://ohryan.ca/2014/08/14/set-responsive-text-alignment-bootstrap-3/
 */
.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width : 768px){
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .text-sm-justify { text-align: justify; }
}

@media (min-width : 992px){
  .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; }
  .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
  .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; }
  .text-lg-justify { text-align: justify; }
}

/* Panels */
.panel {
  border: none;
  border-radius: 0;
  -moz-box-shadow: 1px 1px 2px #bbb;
  -webkit-box-shadow: 1px 1px 2px #bbb;
  box-shadow: 1px 1px 2px #bbb;
}
.panel-heading {
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  line-height: 140%;
}
.panel-primary > .panel-heading {
  background-color: #0088b6;
  color: #fff;
}
