/*1/11/2015 - Generated with @LESS
  Site: 
    www.e-mds.com
  
  External CSS references:
    <link rel="stylesheet" type="text/css" href="http://..." />
    <link rel="stylesheet" type="text/css" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" />

  Internal CSS references:
    <!-- main.css by Space Chimp: Mark Newman -->
      <link rel="stylesheet" type="text/css" href="css/main.css" />

*/
/* @import "bootstrap/bootstrap.less"; customized, if used */
/* @import "font-awesome/font-awesome.less"; the CDN is currently used */
/*----below imported from variables.less----*/
/* NOTE: @variables should be imported after bootstrap.less */
/* ----------------------------------------LAYOUT------------------------------------------- */
/* as per https://developers.google.com/speed/docs/insights/UseLegibleFontSizes on 2/19/2015 */
/* ----------------------------------------------------------------------------------------- */
/* SPACING */
/* mainly used for font sizing */
/* -----------------------------------------STYLE------------------------------------------- */
/* as per http://www.google.com/design/spec/style/color.html#color-ui-color-application      */
/* ----------------------------------------------------------------------------------------- */
/* SHADE */
/* light text on a dark background */
/* dark text on a light background */
/* customized for e-mds, used in footer */
/* secondary text, which is lower in the visual que */
/* text hints */
/* icons and dividers */
/* if you want black just use black as the value */
/* COLOR - copying bootstrap's naming scheme and default values, override as necessary */
/* dark-blue */
/* green     */
/* blue      */
/* orange    */
/* red       */
/* FONT */
/* UTILITY */
/* OTHER */
/* no systematic way of arriving at the number, just after lots of tweaking this worked. */
/* --------------------------------------BOOTSTRAP------------------------------------------ */
/* as per http://bootstrapdocs.com/v3.1.1/docs/css/ on 2/19/2015                             */
/* ----------------------------------------------------------------------------------------- */
/* bootstrap useful color change reference example - @brand-primary: darken(#428bca, 6.5%); will result in #337ab7 */
/* Usage example
a {
  color: @link-color;
  text-decoration: none;

  &:hover {
    color: @link-color-hover;
    text-decoration: underline;
  }
} */
/* Usage example
.box-shadow(@shadow: 0 1px 3px rgba(0,0,0,.25)) {
  -webkit-box-shadow: @shadow; // iOS <4.3 & Android <4.1
          box-shadow: @shadow;
} */
/* FONT-FACE declaration from font.less */

@font-face {
  font-family: proxima-nova-light;
  src: url(../font/proxima-nova-light.ttf);
}
@font-face {
  font-family: proxima-nova-regular;
  src: url(../font/proxima-nova-regular.ttf);
}
@font-face {
  font-family: proxima-nova-bold;
  src: url(../font/proxima-nova-bold.ttf);
}

/*
@font-face {
    font-family: 'proxima-nova-light';
    src: url('../font/proxima-nova-light-webfont.eot');
    src: url('../font/proxima-nova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/proxima-nova-light-webfont.woff2') format('woff2'),
         url('../font/proxima-nova-light-webfont.woff') format('woff'),
         url('../font/proxima-nova-light-webfont.ttf') format('truetype'),
         url('../font/proxima-nova-light-webfont.svg#proxima_nova_ltlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima-nova-regular';
    src: url('../font/proxima-nova-regular-webfont.eot');
    src: url('../font/proxima-nova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/proxima-nova-regular-webfont.woff2') format('woff2'),
         url('../font/proxima-nova-regular-webfont.woff') format('woff'),
         url('../font/proxima-nova-regular-webfont.ttf') format('truetype'),
         url('../font/proxima-nova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima-nova-bold';
    src: url('../font/proxima-nova-bold-webfont.eot');
    src: url('../font/proxima-nova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/proxima-nova-bold-webfont.woff2') format('woff2'),
         url('../font/proxima-nova-bold-webfont.woff') format('woff'),
         url('../font/proxima-nova-bold-webfont.ttf') format('truetype'),
         url('../font/proxima-nova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
} */
/* SPACING from from layout.less */
.padding {
  padding: 16px !important;
}
.padding-2 {
  padding: 32px !important;
}
.padding-top {
  padding-top: 16px !important;
}
.padding-top-2 {
  padding-top: 32px !important;
}
.padding-bottom {
  padding-bottom: 16px !important;
}
.padding-bottom-2 {
  padding-bottom: 32px !important;
}
.padding-left {
  padding-left: 16px !important;
}
.padding-left-2 {
  padding-left: 32px !important;
}
.padding-right {
  padding-right: 16px !important;
}
.padding-right-2 {
  padding-right: 32px !important;
}
.padding-vertical {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.padding-vertical-2 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.padding-horizontal {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.padding-horizontal-2 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.padding-5-percent {
  padding: 5%;
}
.padding-left-5-percent {
  padding-left: 5% !important;
}
.padding-right-5-percent {
  padding-right: 5% !important;
}
.padding-top-5-percent {
  padding-top: 5% !important;
}
.padding-bottom-5-percent {
  padding-bottom: 5% !important;
}
.padding-horizontal-5-percent {
  padding-left: 5%;
  padding-right: 5%;
}
.padding-vertical-5-percent {
  padding-top: 5%;
  padding-bottom: 5%;
}
.padding-none {
  padding: 0 !important;
}
.padding-top-none {
  padding-top: 0 !important;
}
.padding-bottom-none {
  padding-bottom: 0 !important;
}
.padding-left-none {
  padding-left: 0 !important;
}
.padding-right-none {
  padding-right: 0 !important;
}
.margin {
  margin: 16px !important;
}
.margin-top {
  margin-top: 16px !important;
}
.margin-bottom {
  margin-bottom: 16px !important;
}
.margin-bottom-2 {
  margin-bottom: 32px !important;
}
.margin-left {
  margin-left: 16px !important;
}
.margin-right {
  margin-right: 16px !important;
}
.margin-vertical {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.margin-vertical-2 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.margin-horizontal {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.margin-5-percent {
  margin: 5% !important;
}
.margin-left-5-percent {
  margin-left: 5% !important;
}
.margin-right-5-percent {
  margin-right: 5% !important;
}
.margin-top-5-percent {
  margin-top: 5% !important;
}
.margin-bottom-5-percent {
  margin-bottom: 5% !important;
}
.margin-horizontal-5-percent {
  margin-left: 5% !important;
  margin-right: 5% !important;
}
.margin-vertical-5-percent {
  margin-top: 5% !important;
  margin-bottom: 5% !important;
}
.margin-none {
  margin: 0 !important;
}
.margin-top-none {
  margin-top: 0 !important;
}
.margin-bottom-none {
  margin-bottom: 0 !important;
}
.margin-left-none {
  margin-left: 0 !important;
}
.margin-right-none {
  margin-right: 0 !important;
}
.nudge-up {
  padding-bottom: 8px;
}
.nudge-down {
  padding-top: 8px;
}
.nudge-left {
  padding-right: 8px;
}
.nudge-right {
  padding-left: 8px;
}
.remove-spacing {
  margin: 0 !important;
  padding: 0 !important;
}
.remove-horizontal-spacing {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.remove-horizontal-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.remove-horizontal-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.remove-vertical-spacing {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.remove-vertical-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.remove-vertical-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* ALIGNMENT from layout.less */
.align-top {
  vertical-align: top;
  display: inline-block;
}
.align-middle {
  vertical-align: middle;
  display: inline-block;
}
.align-bottom {
  vertical-align: bottom;
  display: inline-block;
}
.display-inline {
  display: inline;
}
.nowrap {
  white-space: nowrap;
}
/* FLEXBOX from layout.less */
.flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: row wrap;
  -ms-flex-wrap: row wrap;
  flex-wrap: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* width: 100%; */
}
.flex-parent-flex-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-parent-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-parent-space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-parent-space-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex-parent-flex-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 .flex-child { margin: inherit !important;}
 .flex-child.text-center {padding-right:10px !important;}
 .flex-parent-sm { padding-top: 2em !important;}
}

.flex-child-margin-0 {
  margin: 0;
}
.z-index-1000 {
  z-index: 1000;
}
.z-index-100 {
  z-index: 100;
}
.z-index-10 {
  z-index: 10;
}
.z-index-0 {
  z-index: 0;
}
.z-index-minus-10 {
  z-index: -10;
}
.z-index-minus-100 {
  z-index: -100;
}
.z-index-minus-1000 {
  z-index: -1000;
}
/* COMMON styles from styles.less */
.text-light {
  color: white;
}
.text-dark {
  color: rgba(0, 0, 0, 0.87);
}
.text-dark-87 {
  color: rgba(0, 0, 0, 0.87);
}
.text-dark-79 {
  color: rgba(0, 0, 0, 0.79);
}
.text-dark-54 {
  color: rgba(0, 0, 0, 0.54);
}
.text-dark-26 {
  color: rgba(0, 0, 0, 0.26);
}
.text-dark-12 {
  color: rgba(0, 0, 0, 0.12);
}
.bg-grey {
  background-color: rgba(0, 0, 0, 0.26);
}
.bg-grey-light {
  background-color: rgba(0, 0, 0, 0.12);
}
.bg-grey-dark {
  background-color: rgba(0, 0, 0, 0.54);
}
.bg-light {
  background-color: white;
}
.bg-dark {
  background-color: rgba(0, 0, 0, 0.87);
}
.bg-primary {
  background-color: #428bca;
}
.bg-info {
  background-color: #5bc0de;
}
.bg-success {
  background-color: #5cb85c;
}
.bg-warning {
  background-color: #f0ad4e;
}
.bg-danger {
  background-color: #d9534f;
}
.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.border-radius {
  border-radius: 16px;
}
.border-radius-half {
  border-radius: 8px;
}
/* from site-emds.less */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 0 0 0;
}
p {
    padding-bottom:32px;
}
body {
  /*   color: @grey-dark; */
  color: rgba(0, 0, 0, 0.39);
  /* bootstrap override on 3/24/2015- previously was 16px (default bootstrap) */
  font-size: 24px;
  font-family: proxima-nova-regular, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: auto;
}
h1,
h2,
h3 {
  font-family: proxima-nova-light, sans-serif;
}
hr {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.hr-md {
  border-top: 2px solid rgba(0, 0, 0, 0.12);
}
.hr-md-light {
  border-top: 2px solid white;
}
/* BOOTSTRAP overrides  */
body.navbar-is-fixed-top {
  padding-top: 9px !important;
}
header.navbar {
  margin-bottom: 0;
  padding-top: 22px;
  border: 0 solid transparent;
  padding-left: 5%;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #d9534f;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: white;
}
.nav > li {
  white-space: nowrap;
}
.logo img {
  margin-top: -16px;
}
div.main-menu ul.nav a {
  color: rgba(0, 0, 0, 0.87);
  border-bottom-style: solid;
  border-bottom-color: transparent;
  padding-bottom: 26px;
}
div.main-menu ul.nav a:hover {
  color: #d9534f;
  background-color: transparent;
}
div.main-menu ul.nav > .active > a,
div.main-menu ul.nav > .active > a:hover,
div.main-menu ul.nav > .active > a:focus {
  border-bottom-style: solid;
  border-bottom-color: #d9534f;
  border-bottom-width: 6px;
}
/* the last child should be the FREE TRIAL button */
/* div.main-menu ul.nav:not(:last-child) a {
  border-bottom-width: 6px;
} */
/* FREE TRIAL button */
div.main-menu ul.nav li:last-child {
  vertical-align: top;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 500px;
}
.btn-info-transparent {
  color: #5bc0de;
  background-color: transparent;
}
.btn-warning-transparent {
  color: #f0ad4e;
  background-color: transparent;
}
.btn-primary-transparent {
  color: #428bca;
  background-color: transparent;
}
.btn-success-transparent {
  color: #5cb85c;
  background-color: transparent;
}
.btn-danger-darker {
  color: white !important;
  background-color: #b52b27 !important;
  border-color: #b52b27 !important;
}
.btn-danger-darker:hover,
.btn-danger-darker:focus,
.btn-danger-darker.focus,
.btn-danger-darker:active,
.btn-danger-darker.active {
  background-color: #d9534f !important;
  border-color: #d9534f !important;
}
.btn-danger-inverse {
  color: white !important;
  background-color: #d9534f;
  border-color: white;
}
.btn-danger-inverse:hover,
.btn-danger-inverse:focus,
.btn-danger-inverse.focus,
.btn-danger-inverse:active,
.btn-danger-inverse.active {
  color: #d9534f !important;
  background-color: white;
}
.btn-danger-transparent {
  color: #d9534f;
  background-color: transparent;
}
.btn-default-transparent {
  color: white;
  background-color: transparent;
}
.btn-light-border {
  border-color: white;
}
.btn-light-border:hover,
.btn-light-border:focus,
.btn-light-border {
  border-color: white;
}
.btn-management {
  background-color: rgba(255, 255, 255, 0.87);
  padding: 10px;
  border-radius: 16px;
  margin-bottom: 20px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.19);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.19);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.19);
    border:none;
}
.btn-management:hover,
.btn-management:focus {
  background-color: rgba(0, 0, 0, 0.79);
}
.btn-update,
.btn-update:focus {
  color: white;
  font-weight: bold;
  background-color: transparent;
  box-shadow: none;
}
.btn-update:hover,
.btn-update:active {
  color: #5cb85c;
}
.close {
  /* "x" button for modals */
  font-size: 48px;
}
.label-info-darker {
  background-color: #28a1c5;
}
.popover {
  max-width: 100%;
  /*   padding: 1px; */
  font-family: inherit;
  font-size: 16px;
  line-height: inherit;
  text-align: left;
  color: rgba(255, 255, 255, 0.87);
  background-color: rgba(0, 0, 0, 0.79);
  border: 1px solid rgba(255, 255, 255, 0.87);
  padding: 32px !important;
}
.popover-title {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  border-radius: 5px 5px 0 0;
  font-size: 27.2px;
}
.popover-content {
  padding: 0;
}
/* e-MDs specific */
.about-split {
  height: 450px;
  padding: 5%;
}
.bg-banner-danger-footer {
    background-color: #db524a;
  background-size: cover;
}
.bg-banner-danger-footer a {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
}
.bg-banner-danger-footer a:hover {
  color: white;
}
.bg-ehr-badges {
  background-color: #f8f8f8;
}
.bg-banner-dark {
  background-image: url("../../../../../img/banner-dark.jpg");
  background-size: cover;
}
.bg-banner-light-ehr-testimonial {
  background-image: url("../../../../../img/banner-light-ehr-testimonial.jpg");
  background-size: cover;
  min-height: 450px;
  height: 450px;
}
.bg-banner-dark-better-ehr {
  background-image: url("../../../../../img/banner-dark-better-ehr.jpg");
  background-size: cover;
  height: 600px;
}
.bg-banner-dark-better-rcm {
  background-image: url("../../../../../img/banner-dark-better-rcm.jpg");
  background-size: cover;
  height: 600px;
}
.bg-banner-dark-better-phm {
  background-image: url("../../../../../img/banner-dark-better-phm.jpg");
  background-size: cover;
  height: 600px;
}
.bg-banner-dark-ehr-pricing {
  background-image: url("../../../../../img/banner-dark-ehr-pricing.jpg");
  background-size: cover;
  min-height: 1200px;
}
.bg-banner-dark-phm {
  background-image: url("../../../../../img/banner-dark-phm.jpg");
  height: 100%;
  background-size: cover;
}
.bg-banner-grey {
  background-image: url("../../../../../img/banner-grey.jpg");
  background-size: cover;
}
.bg-banner-info-about {
  background-image: url("../../../../../img/banner-info-about.jpg");
  background-size: cover;
  min-height: 380px;
}
.bg-banner-dark-blog-events {
  background-image: url("../../../../../img/banner-dark-blog-events.jpg");
  background-size: cover;
}
.bg-banner-dark-blog-events a {
  color: #d9534f;
  text-decoration: none;
}
.bg-banner-dark-blog-events a:hover {
  color: #d9534f;
}
.bg-footer-dark {
  position: relative;
  padding:25px 0px;
}
.bg-support-person {
  padding-right: 200px;
  background-image: url("../../../../../img/graphic-support-person.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.bg-grey-light-emds {
  background-color: #efeeee;
}
.border-top-thick-danger {
  border-top-style: solid;
  border-top-color: #d9534f;
  border-top-width: 12px;
}
.border-bottom-thick-danger {
  border-bottom-style: solid;
  border-bottom-color: #d9534f;
  border-bottom-width: 12px;
}
.border-top-thick-info {
  border-top-style: solid;
  border-top-color: #5bc0de;
  border-top-width: 12px;
}
.border-bottom-thick-info {
  border-bottom-style: solid;
  border-bottom-color: #5bc0de;
  border-bottom-width: 12px;
}
.border-top-thick-warning {
  border-top-style: solid;
  border-top-color: #f0ad4e;
  border-top-width: 12px;
}
.border-top-thick-success {
  border-top-style: solid;
  border-top-color: #5cb85c;
  border-top-width: 12px;
}
.border-top-thick-primary {
  border-top-style: solid;
  border-top-color: #428bca;
  border-top-width: 12px;
}
.border-bottom-light {
  border-bottom-style: solid;
  border-bottom-color: white;
  border-bottom-width: 1px;
}
.border-bottom-danger {
  border-bottom-style: solid;
  border-bottom-color: #d9534f;
  border-bottom-width: 1px;
}
.cloud-pricing-shadow {
  box-shadow: 1px 1px 30px #92bce0;
}
.iframe-employment {
  height: 1024px;
}
.iframe-employment iframe {
  width: 100%;
  height: 100%;
}
.ehr-testimonial-padding {
  padding-top: 64px;
  padding-bottom: 64px;
  padding-right: 64px;
}
.feature-parallax-bg-home {
  background-image: url("../../../../../img/feature-home-bg2.jpg");
  background-position: left bottom !important;
  background-repeat: no-repeat;
  max-height: 600px;
  position: relative;
  z-index: 1;
  background-size: cover;
  overflow:hidden;
} 
.feature-parallax-layer-home-person {
  padding-top: 125px;
  float: right;
  padding-bottom:100px;
}
.dr-brull {
    padding-top: 50px;
    padding-left: 150px;
    position: relative;
    top: 10px;
}
.feature-parallax-bg-generic1 {
  background: linear-gradient(rgba(255, 255, 255, 0.75),rgba(255, 255, 255, 0.75)), url("../../../../../img/feature-home-generic1.jpg");
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 463px;
  position: relative;
  z-index: 1;
  background-size: cover;
} 
.feature-parallax-bg-generic2 {
  background: linear-gradient(rgba(255, 255, 255, 0.75),rgba(255, 255, 255, 0.75)), url("../../../../../img/feature-home-generic2.jpg");
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 463px;
  position: relative;
  z-index: 1;
  background-size: cover;
}
.feature-parallax-bg-gpci {
  background-image: url("../../../../../img/bg-support.jpg");
  background-attachment: fixed;
  background-position: left bottom;
  background-repeat: no-repeat;
  height: 463px;
  position: relative;
  z-index: 1;
  background-size: cover;
} 
.feature-parallax-bg-team {
  background-image: url("../../../../../img/team-header.png");
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 463px;
  position: relative;
  z-index: 1;
  background-size: cover;
} 
.feature-parallax-bg-management {
  background-image: url("../../../../../img/feature-management.jpg");
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 463px;
  position: relative;
  z-index: 1;
  background-size: cover;
} 
.feature-parallax-bg-specific-landing-1 {
  background-image: url("../../../../../img/feature-home-generic2.jpg");
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 463px;
  position: relative;
  z-index: 1;
  background-size: cover;
} 
.feature-parallax-bg-specific-landing-2 {
  background-image: url("../../../../../img/feature-home-generic2.jpg");
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 463px;
  position: relative;
  z-index: 1;
  background-size: cover;
} 
.feature-parallax-bg-specific-landing-3 {
  background-image: url("../../../../../img/feature-home-generic2.jpg");
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 463px;
  position: relative;
  z-index: 1;
  background-size: cover;
} 
.feature-parallax-layer-1-home_bak {
  background-image: url("../../../../../img/feature-home-bg.jpg");
  opacity:0.3;
  background-attachment: fixed;
  background-position: 50% 100%;
  z-index: 10;
  background-repeat: no-repeat;
  height: 1000px;
  position: absolute;
  width: 100%;
}
.feature-parallax-bg-home .home-dialogbox-image{
  width: 690px;
}
.feature-parallax-bg-home .home-para{
    width:100%;
}
.feature-parallax-bg-home .home-sentence{
  clear: both;
  padding-top: 20px;
}
.banner-parallax-bg-ehr {
  background-image: url("../../../../../img/banner-dark-better-ehr.jpg");
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 750px;
  position: relative;
  z-index: 1;
  background-size: cover;
}
.banner-parallax-bg-rcm {
  background-image: url("../../../../../img/banner-dark-better-rcm.jpg");
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 660px;
  position: relative;
  z-index: 1;
  background-size: cover;
}
.banner-parallax-bg-rcm-calculator {
  background-image: url("../../../../../img/banner-rcm-calculator.jpg");
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 860px;
  position: relative;
  z-index: 1;
  background-size: cover;
}
.banner-parallax-bg-rcm-calculator .input-lg {
  height: 98px;
  padding: 10px 36px;
  font-size: 60px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.banner-parallax-bg-rcm-calculator input {
  text-align: center;
}
.banner-parallax-bg-phm {
  background-image: url("../../../../../img/banner-dark-better-phm.jpg");
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 660px;
  position: relative;
  z-index: 1;
  background-size: cover;
}
.feature-parallax {
    overflow:hidden;
}
.feature-parallax-bg-default {
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 660px;
  position: relative;
  z-index: 1;
  background-size: cover;
}
.feature-parallax h1 {
  font-size: 64px;
  top: 1em;
  width: 100%;
  text-shadow: 0 1px 0 white, 0 0 1px white;
  z-index: 1000;
  padding-top:100px;
  padding-bottom:10px;
  text-align: center;
}
.feature-parallax-layer-default {
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 1000px;
  position: absolute;
  width: 100%;
}
.feature-parallax-about-support .copy {
  top: 40%;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 1000;
}
.feature-parallax-press-releases{
  background-image: url("../../../../../img/feature-blog-events.jpg");
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 463px;
  position: relative;
  z-index: 1;
}
.feature-parallax-press-releases .copy{
  top: 40%;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 1000;
}
.feature-parallax-bg-about {
  background-image: url("../../../../../img/bg-about.jpg");
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 463px;
  position: relative;
  z-index: 1;
}
.feature-parallax-bg-blog {
    background-image: url("../../../../../img/bg-blog-article-credentialing.jpg");
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
    z-index: 1;
}

.feature-parallax-bg-accreditations {
    background-image: url("../../../../../img/bg-about.jpg");
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 463px;
    position: relative;
    z-index: 1;
}

.feature-parallax-bg-solutions {
    background-image: url("../../../../../img/bg-solutions.jpg");
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 463px;
    position: relative;
    z-index: 1;
}

.feature-parallax-bg-resource-portal {
    background-image: url("../../../../../img/bg-resources.jpg");
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 463px;
    position: relative;
    z-index: 1;
}
.feature-parallax-bg-specialty {
  background-image: url("../../../../../img/feature-about.jpg");
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 463px;
  position: relative;
  z-index: 1;
}
.feature-parallax-bg-specialty .copy {
  top: 40%;
  left: 30%;
  text-align: center;
  /*width: 100%;*/
  position: absolute;
  z-index: 1000;
}
.feature-parallax-bg-specialty .copy h1 {
  font-size: 64px;
  text-shadow: 0 1px 0 white, 0 0 1px white;
}
.feature-parallax-bg-support {
  background-image: url("../../../../../img/bg-support.jpg");
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 463px;
  position: relative;
  z-index: 1;
}
.feature-parallax-blog-events .copy {
  top: 40%;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 1000;
}
.feature-parallax-blog-events .copy h1 {
  font-size: 64px;
  text-shadow: 0 1px 0 white, 0 0 1px white;
}
.feature-parallax-bg-blog-events {
  background-image: url("../../../../../img/feature-blog-events.jpg");
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 463px;
  position: relative;
  z-index: 1;
}
.feature-parallax-bg-ehr {
  background-image: url("../../../../../img/feature-ehr.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 660px;
  position: relative;
  z-index: 1;
  background-size: cover;
  overflow:hidden;
}
.feature-parallax-layer-1-ehr {
  background-image: url("../../../../../img/feature-parallax-ehr-screenshot1.png");
  background-position: 50% 50%;
  z-index: 10;
  background-repeat: no-repeat;
  height: 660px;
  width: 100%;
}
.feature-parallax-layer-2-ehr {
  background-image: url("../../../../../img/feature-parallax-badge.png");
  z-index: 40;
  width: 302px;
  height: 119px;
  top: 36.4%;
  left: 72%;
  position: absolute;
}
.feature-parallax-bg-phm {
  background-image: url("../../../../../img/feature-phm.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 660px;
  position: relative;
  z-index: 1;
  background-size: cover;
  overflow:hidden;
}
.feature-parallax-layer-1-phm {
  background-image: url("../../../../../img/feature-parallax-phm-screenshot1.jpg");
  background-position: 50% 50%;
  z-index: 10;
  background-repeat: no-repeat;
  height: 660px;
  width: 100%;
}
.feature-parallax-layer-2-phm {
  background-image: url("../../../../../img/feature-parallax-badge.png");
  z-index: 40;
  width: 302px;
  height: 119px;
  top: 36.4%;
  left: 72%;
  position: absolute;
}
.feature-parallax-bg-rcm {
  background-image: url("../../../../../img/feature-rcm.jpg");
  background-position: 50% 0%;
  background-repeat: no-repeat;
  height: 660px;
  position: relative;
  z-index: 1;
  background-size: cover;
  overflow:hidden;
}
.feature-parallax-layer-1-rcm {
  background-image: url("../../../../../img/feature-parallax-rcm-screenshot1.png");
  background-position: 50% 50%;
  z-index: 10;
  background-repeat: no-repeat;
  height: 660px;
  width: 100%;
}
.feature-parallax-layer-2-rcm {
  background-image: url("../../../../../img/feature-parallax-badge.png");
  z-index: 40;
  width: 302px;
  height: 119px;
  top: 36.4%;
  left: 72%;
  position: absolute;
}
    .feature-parallax-bg-awards {
      background-image: url("../../../../../img/feature-parallax-awards.jpg");
      background-attachment: fixed;
      background-position: 50% 0;
      background-repeat: no-repeat;
      height: 460px;
      position: relative;
      z-index: 1;
      background-size: cover;
    }
    .feature-parallax-about-awards .copy {
      top: 40%;
      text-align: center;
      width: 100%;
      position: absolute;
      z-index: 1000;
    }
    .feature-parallax-bg-partnerships {
      background-image: url("../../../../../img/feature-partnerships2.jpg");
      background-attachment: fixed;
      background-position: 50% 0;
      background-repeat: no-repeat;
      height: 460px;
      position: relative;
      z-index: 1;
      background-size: cover;
    }
    .feature-parallax-partnerships .copy {
      top: 40%;
      text-align: center;
      width: 100%;
      position: absolute;
      z-index: 1000;
    }
.feature-parallax-webinars .copy {
  top: 40%;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 1000;
}

.feature-parallax-bg-webinars {
  background-image: url("../../../../../img/feature-webinars.jpg");
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 463px;
  position: relative;
  z-index: 1;
}
.feature-parallax-certifications .copy {
  top: 40%;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 1000;
}

.feature-parallax-certifications {
  background-image: url("../../../../../img/feature-certifications.jpg");
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 463px;
  position: relative;
  z-index: 1;
}
.main-menu-footer a {
  color: white !important;
}
.footer-section div ul#about {
    width:100%;
}
#about li {
    width:50%;
}
.main-menu-footer a:hover,
.main-menu-footer a:focus {
  color: #d9534f !important;
  background-color: transparent !important;
}
.placeholder-grey {
  /* used to make the placeholder text in a form <select> grey, only works with the jQuery .addClass function*/
  color: #999;
}
select option:first-child {
  color: #999;
  display: none;
}
select option {
  color: #555;
}
.text-bold {
  font-family: proxima-nova-bold, sans-serif;
}
.text-size-h1 {
  font-size: 41.6px;
}
.text-size-h2 {
  font-size: 34.4px;
}
.text-size-h3 {
  font-size: 27.2px;
}
.text-size-main-menu {
  font-size: 21.28px;
}
.text-size-larger {
  font-size: 20px;
}
.text-size-smaller {
  font-size: 13.6px;
}
.text-feature {
  font-size: 50px;
}
.text-p {
  color: rgba(153, 153, 153, 0.87);
}
.text-white {
  color: white;
}
.text-primary {
  color: #428bca;
}
.text-success {
  color: #5cb85c;
}
.text-info {
  color: #5bc0de;
}
.text-warning {
  color: #f0ad4e;
}
.text-danger {
  color: #d9534f;
}
textarea {
  width: 100%;
}
#totalSavings {
  color: #5cb85c;
}
#totalSavings.form-control {
  cursor: inherit;
  background-color: transparent;
  border: 2px solid #5cb85c;
}
#totalSavings::-webkit-input-placeholder {
  color: #5cb85c;
}
#totalSavings:-moz-placeholder {
  /* Firefox 18- */
  color: #5cb85c;
}
#totalSavings::-moz-placeholder {
  /* Firefox 19+ */
  color: #5cb85c;
}
#totalSavings:-ms-input-placeholder {
  color: #5cb85c;
}
.underline {
  text-decoration: underline;
}
.width-325 {
  max-width: 325px;
}
.flex-parent-cloud-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-parent-cloud-pricing img {
  margin-right: 12px;
}
.flex-child-cloud-pricing {
  background-color: white;
}
.flex-parent-marketing-reasons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex-child-marketing-reasons {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 1;
  -ms-flex: 1 1 1;
  flex: 1 1 1;
  width: 335px;
}
.flex-parent-md {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  height: 269px;
}
.flex-parent-sm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 175px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-parent-better {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.flex-parent-ehr-testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  min-height: 450px;
  height: 450px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.flex-parent-modal-free-trial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
}
.flex-parent-modal-free-trial-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #efeeee;
  padding-bottom: 26px;
}
.flex-child-modal-free-trial {
  width: 50%;
  min-width: 400px;
  margin: auto;
}
.flex-parent-rcm-calc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 100%;
}
.flex-child-rcm-calc {
  height: 25%;
}
.modal-content {
  background-color: #efeeee;
  border-radius: 3px;
}
.modal-header {
  padding-top: 16px !important;
}
.modal-body {
  background-color: white;
}
.modal-footer {
  color: white;
  font-size: 24px;
  min-height: 72px;
}
.copyright {
    font-size:14px;
}
.copyright a {
    color: white !important;
}
.copyright a:hover {
    color: #d9534f !important;
    text-decoration: none;
}
.flex-parent-rcm-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex-child-rcm-value {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 1;
  -ms-flex: 1 1 1;
  flex: 1 1 1;
  width: 250px;
  padding: 1%;
  margin: 16px;
  background-color: white;
}
.flex-child-solution-value {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 1;
  -ms-flex: 1 1 1;
  flex: 1 1 1;
  width: 310px;
  padding: 1%;
  margin: 25px;
  background-color: white;
}
.flex-parent-specialties {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div.flex-parent-specialties div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 1;
  -ms-flex: 1 1 1;
  flex: 1 1 1;
  margin: 8px;
  text-align: center;
}
div.flex-parent-specialties button.btn-default {
  width: 250px;
  color: white;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.26);
}
div.flex-parent-specialties button.btn-default:hover,
div.flex-parent-specialties button.btn-default:focus {
  background-color: #d9534f;
}
div.flex-parent-specialties a.btn-default {
  width: 250px;
  color: white;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.26);
}
div.flex-parent-specialties a.btn-default:hover,
div.flex-parent-specialties a.btn-default:focus {
  background-color: #d9534f;
}
.flex-parent-tryptic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-child-tryptic {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 25%;
  min-width: 300px;
  margin: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.flex-child-tryptic {
  max-width: 50%;
 }
 #free_trial_providers{
  font-size: 18px;
 }
}
@media (min-width: 768px) and (max-width: 981px) {
  body.navbar-is-fixed-top {
    /* no systematic way of arriving at the number, 164px just works the best */
    padding-top: 154px !important;
  }
}
@media (min-width: 768px) and (max-width: 1127px) {
  .nav > li {
    font-size: 16px;
  }
  body.navbar-is-fixed-top {
    padding-top: 86px !important;
  }
  .logo img {
    margin-top: -22px;
  }
  .feature-parallax-bg h1 {
    font-size: 48px !important;
  }
  header ul.nav a {
    padding-bottom: 31px;
  }
}
@media (max-width: 767px) {
  .feature-parallax-bg h1 {
    font-size: 41.6px !important;
  }

  .flex-parent-ehr-testimonial h2{
    font-size: 26px;
  }
  .region.region-sidebar-second{
    margin-left: 5% !important;
    margin-right: 5% !important;;
  }
}

/* Drupal derived classes */
#block-menu-menu-blog-menu {
  text-align: center;
}
#block-menu-menu-blog-menu ul li {
  display: inline-block;
}
div.node-tradeshow-event,
div.node-roadshow-event,
div.node-webinar-event,
div.node-press-release-event {
  padding-left: 15px;
  padding-right: 15px;
  margin: 5% !important;
}
.field-name-field-image {
  padding-bottom: 16px;
}
.field-name-field-heading {
  padding-bottom: 12px;
  font-size: 27.2px;
  font-family: proxima-nova-bold, sans-serif;
}
.field-name-field-where {
  font-size: 13.6px;
  display: inline-block;
  font-weight: bold;
  padding-right: 8px;
}
.field-name-field-when {
  font-size: 13.6px;
  font-style: italic;
  display: inline-block;
}
div.view-content {
  /* bootstrap ".row" class attributes */
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 5%;
  padding-right: 5%;
}
div.view-content > div {
  /* bootstrap ".col-md-*" class attributes */
  position: relative;
  min-height: 1px;
  padding-bottom: 64px;
  padding-top: 32px;
}

/* footer */
.footer-section div ul{
	width:75%;
}
.main-menu-footer li{
  width: 170px;
}
.main-menu-footer li:first-child{
  width: 200px;
}
.main-menu-footer li:first-child > a {
  font-size: 20px;
	color:rgb(95,95,95) !important;
}
.main-menu-footer li {
	white-space: normal;
	margin-top: 5px;
    float: left;
   display: inline;
}
.main-menu-footer li>a{
	font-size: 16px;
	text-align: left;
  padding-top: 0px;
}
.last-menu-footer{
	width: 150px;
}
.awards-item{
  font-size: 18px;
}
.awards-page img{
  width: 200px;
  height: auto;
}
.col-sm-5ths{
  width:20%;
  float: left;
}

h1.page-title-h1{
   font-size: 64px;
   text-shadow: 0 1px 0 white, 0 0 1px white; 
}
.view.view-all-events .view-content > div,
.view.view-press-release .view-content > div,
.view.view-tradeshows .view-content > div,
.view.view-roadshow .view-content > div,
.view.view-latest-news .view-content > div,
.view-upcoming-events .view-content > div{
  padding: 0;
}
.view.view-latest-news .view-content > div:not(:first-child),
.view.view-upcoming-events .view-content > div:not(:first-child){
  margin-top: 20px;
}
.red-underline{
  border-bottom: 5px solid #d9534f;
}

/* Webinars table */
.view-webinar{
  margin-left: 3% !important;
  margin-right: 5% !important;  
}
.view-webinar thead{
  background-color: #f9f9f9;
}
.view-webinar thead > tr > th{
  border-bottom: none;
}
.view-webinar tbody > tr > td{
  border-top: none;
}
.view-webinar tr.views-field-nothing,
.view-webinar th.views-field-field-icon,
.view-webinar th.views-field-field-image{
  width: 10%;
}
.view-webinar th.views-field-field-when{
  width: 30%;
  color: #56bbd7;
  font-weight: normal;
}
.view-webinar th.views-field-body{
  color: #56bbd7;
  font-weight: normal;
}
.view-webinar tr > td.views-field-nothing,
.view-webinar tr > td.views-field-field-icon,
.view-webinar tr > td.views-field-field-image,
.view-webinar tr > td.views-field-field-when{
  vertical-align: middle;
}

.view-webinar tr.even{
 background-color: #f9f9f9;
}
/* Webinars table end */



.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
 background-color: #56bbd7;
 border-color: #56bbd7;
}

/*Press Releases*/

table.views-view-grid tr td .field-name-field-heading .field-items .field-item.even{
  min-height: 76px;
}

ul.icon-list{
  padding: 0;
}
ul.icon-list li{
  text-decoration: none;
  list-style-type: none;
  background: url("../../../../../img/arrow.png") 0px 8px no-repeat;
  padding-left: 20px;
  margin-top: 10px;
}

.mt40{
  margin-top: 40px;
}

.page-webinar .views-table th:first-child {
  text-align: center;
}

.page-webinar .views-field-field-when .date-display-single {
    color: #56bbd7;
    display: block;
    text-align: center;
    min-width: 163px;
    width: 100%;
    height: 160px;
    margin: 0 auto;
    padding-top: 100px;
    background: url("../../../../../img/sm-cal.png") no-repeat top center;
    font-weight:bold;
}
.page-webinar .views-field-field-when .date-display-single:after {
    content: "";
    display: block;
    height: 100px;
}

.page-webinar .views-field-field-when .date-display-single .date-display-range {
    width: 100%;
    margin-top: 40px;
    color: rgba(0, 0, 0, 0.39);
    font-weight: normal; 
}
.page-webinar .views-field.views-field-field-registration-link a.btn {
    margin-top:100px;
    margin-bottom:100px;
    margin-left: 2em;
    margin-right: 2em;
}


.views-field.views-field-body p:last-child {

}

.form label { font-weight: normal !important; }
.formFieldLabel {font-weight: normal !important; opacity: 0.5;font-size:14px;}
.red-form input[type=text] { background: transparent !important; border:none; border-bottom: 1px solid rgba(29,29,38,0.2); }
.red-form select { background: #db524a !Important;border: 1px solid rgba(29,29,38,0.2); }
.red-form select, .red-form select option { font-size: 14px;}
.modal-form label { color: #333;}
.modal-form input { color: #000;}
.modal-form select { color: #000;}
.modal-form .formFieldLabel {font-weight: normal !important; opacity: 0.5;font-size:14px; color: #333;} 
.blog-form .formSubmit, .modal-form .formSubmit {    width: 95%;}
.blog-form select, .blog-form option { font-size: 16px;}