/*
* AXXESS
* www.axxessweb.com
* Author: Spencer Avinger
* Copyright 2013
*/

/* Table of Content
==================================================
  #Google Web Fonts
  #Basics
  #Typography
  #Buttons
  #Site Styles
  #Header
  #Navigation
    #Main Navigation
    #Corporate Navigation
  #Footer
  #Sections
    #Hero
    #Feature List
    #Physician's Portal
    #Testimonials
    #Call to Action
    #Overlay for Popup Video
  #Media Queries
*/

/* #Google Web Fonts
================================================== */


@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,700,800);

@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  src: local('Fjalla One'), local('FjallaOne-Regular'), url('../font/FjallaOne.woff') format('woff');
} /* @import url(//fonts.googleapis.com/css?family=Fjalla+One); */

@font-face {
    font-family: 'CopperplateGothicBoldRegular';
    src: url('../font/coprgtb.eot');
    src: url('../font/coprgtb.eot') format('embedded-opentype'),
    url('../font/coprgtb.woff') format('woff'),
    url('../font/coprgtb.ttf') format('truetype'),
    url('../font/coprgtb.svg#CopperplateGothicBoldRegular') format('svg');
}



/* #Basics
================================================== */

body {
  background: rgb(61,61,61);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
::-moz-selection {  background: #b8223b; color: white; text-shadow: none;}
::selection { background: #3c3c3c; color: white; text-shadow: none;}
#parentContainer {padding: 0;}

/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 { margin:0; padding:0; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', sans-serif; font-weight: 300;  margin: 10px 0; }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { color: #b8223b; }

.no-top { margin-top: 0; }
.no-bold { font-weight: normal; }

a { color: #2287B9; text-decoration:none; }
a:hover,a:focus{ color: #197bab; text-decoration:underline; }

p { margin: .5em 0; }

p.fancyp, .fancyp p {
    font-size: 1.2em;
    line-height: 1.4em;
    color: #333;
    margin: .5em 0 1em 0;
}
.copperplategothic { font-family: "CopperplateGothicBoldRegular"; color:black;font-size:30px; }

/* #Buttons
================================================== */

.btn-custom {
  font-family: 'Fjalla One', 'Impact', sans-serif;
  text-shadow: none; /* 0 -1px 0 #777 */
  -webkit-font-smoothing: antialiased;
  background: #b8223b;
  color: #fff;
  white-space: nowrap;
  padding: 8px 20px;
  border: 1px solid rgb(100,0,0);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  box-shadow: 0px 1px 1px #aaa;
  /* no select on double click */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn-custom.btn-skinny { padding: 4px 20px; }
.btn-custom:hover { background: #a8122b; color: white; }
.btn-custom:active { box-shadow: none; }


/* Marketo form override styles */
/* .mkto-axxess .mktoField {
  height: 30px !important;
  width: 100% !important;
  width: 180px !important;
} */
#mktoForm_1508 .mktoButton {
  font-family: 'Fjalla One', 'Impact', sans-serif;
  text-shadow: none;
  -webkit-font-smoothing: antialiased !important;
  background: #b8223b !important;
  color: #fff !important;
  white-space: nowrap;
  box-shadow: none !important;
  border: none;
  text-transform: uppercase;
}

.mktoForm_1508.mktoForm div, .mktoForm_1508.mktoForm span, .mktoForm_1508.mktoForm label, .mktoForm_1508.mktoForm p { text-align: right !important; }
@media all and (max-width: 1199px){
  #mktoForm_1508 .mktoForm div, #mktoForm_1508 .mktoForm span, #mktoForm_1508 .mktoForm label, #mktoForm_1508 .mktoForm p { text-align: left !important; /* width: auto !important; */ }
  #mktoForm_1508.mktoForm {
    width: 100% !important;
  }
  #mktoForm_1508 .mktoFormRow, #mktoForm_1508 .mktoFieldWrap, #mktoForm_1508 .mktoFormCol, #mktoForm_1508 .mktoButtonRow {
    width: 100% !important;
  }
  #mktoForm_1508.mktoForm input[type=url],
  #mktoForm_1508.mktoForm input[type=text],
  #mktoForm_1508.mktoForm input[type=date],
  #mktoForm_1508.mktoForm input[type=tel],
  #mktoForm_1508.mktoForm input[type=email],
  #mktoForm_1508.mktoForm input[type=number],
  #mktoForm_1508.mktoForm textarea.mktoField,
  #mktoForm_1508.mktoForm select.mktoField {
    width: 100% !important;
    min-height: 30px !important;
  }
  .mktoButtonRow {
    text-align: center !important;
  }
  .mktoButtonWrap {
    margin-left: 0 !important;
  }
}
@media all and (max-width: 1199px){
  .mktoLabel { width: auto !important; }
}


/* #Site Styles
================================================== */

.white { background: white; }
.white h1 {font-size: 26px;}
.red {color: #b8223b;}
.graytowhite {
  background: white;
  background-image: -webkit-linear-gradient(#eeeeee, #ffffff 300px);
    background-image:    -moz-linear-gradient(#eeeeee, #ffffff 300px);
    background-image:      -o-linear-gradient(#eeeeee, #ffffff 300px);
    background-image:         linear-gradient(#eeeeff, #ffffff 300px);
    background-repeat: no-repeat;
}
.inset {
  -webkit-box-shadow: inset 0px 3px 5px #ddd, inset 0px -3px 5px #ddd;
     -moz-box-shadow: inset 0px 3px 5px #ddd, inset 0px -3px 5px #ddd;
      box-shadow: inset 0px 3px 5px #ddd, inset 0px -3px 5px #ddd;
}
.text-centered { text-align: center; }
.text-right { text-align: right; }
.padded { padding: 2em; }
.container-padded { padding: 40px 0; }
.required { color: red; font-weight: bold; }

.dibvam { display:inline-block;vertical-align:middle;}

textarea { resize: vertical; }

/* #Agencycore Logo */

img.agencycore {
  display: inline-block;
  background: #ffffff;
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee);
    background-image:    -moz-linear-gradient(#ffffff, #eeeeee);
    background-image:      -o-linear-gradient(#ffffff, #eeeeee);
    background-image:         linear-gradient(#ffffff, #eeeeee);
    background-repeat: repeat-x;
    padding: 10px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
    border: 1px solid #ddd;
    vertical-align: top;
}


h3 img.agencycore {
  width: 150px;
}

/* 5000 Agencies */

a.over5000agencies { color: black; text-decoration: none; display: inline-block; }
a.over5000agencies h2 { margin: 10px; }
a.over5000agencies:hover { background: #f5f5f5; }

a.profitable-practice img {
  height:1.3em;
  vertical-align: top;
}

/* #Video */

#hero-vid-1{margin-left:0px;}
.hero .vid {width:30% !important;}
.vid {
  position: relative;
  display: inline-block;
  cursor: pointer;

}

.vid .play {
  height: 50px;
  width: 50px;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  background: rgba(0,0,0,.2);
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
      border-radius: 50%;
  color: white;
  text-shadow: 0 0 1px black;
  z-index:100;
}

.vid:hover {
  border-color: #999;
}
.vid:hover .play {
  background: #333;
  background: rgba(0,0,0,.7);
}


.evvRight .vid {
  position: absolute;
  border: 1px solid #ddd;
  display: inline-block;
  cursor: pointer;
  top:46px;
}

.evvHeight{
  height: 413px;
}

#mobilePlay{margin-left: -25px;}
#mobilePlayHome{margin-left: 10px; margin-top: -50px;}


/* #DDE Video */





/* #Fancy Line */

hr {
  height: 1px;
  background: #eee;
  border: none;
  margin: 20px auto;
}

hr.fancy-hr {
  height:10px;
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 20px 0 60px 0;
  position: relative;
  box-shadow: 0 5px 5px -4px #ccc;
  background: #fff;
  width: 100%;
}
hr.fancy-hr:before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -8px;
    border-width: 14px 14px 0;
  border-style: solid;
    border-color: #ccc transparent;
    display: block;
    width: 0;
}
hr.fancy-hr:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -7px;
  border-width: 13px 13px 0;
  border-style: solid;
  border-color: white transparent;
    display: block;
    width: 0;
}

/* Upcoming Events */

.upcomingEvents .series {
    padding: .5em;
    margin: .5em;
}
.upcomingEvents ul {
    list-style: none;
    margin: 0 0 0 1em;
}
.upcomingEvents li {
    padding: .5em .5em 0 0;
}
.upcomingEvents li:not(:last-child) {
    padding-bottom:.5em;
    border-bottom: 1px solid #f4f4f4;
}
.upcomingEvents .date {
  font-size: .9em;
  color: #333;
}
.upcomingEvents .series h4 a:link,
.upcomingEvents .series h4 a:active,
.upcomingEvents .series h4 a:visited {
    color: #333;
    text-decoration: none;
}
.upcomingEvents .series h4 a:hover {
    color: #b8223b;
    text-decoration: none;
}

/* #Header
================================================== */

.logo-login {
  background: #fcfcfc;
  background-image: url('../images/bg/subtle_dots.png');
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.main-logo,
#logo {
  float:left;
  margin: 0px;
  background-image: url(/assets/images/sprites/site.png);
  background-position: -216px -79px;
  background-repeat: no-repeat;
  height: 60px;
  width: 244px;
}

#agencycore-login {
  float: right;
  padding: 10px;
  background: #ffffff;
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee);
    background-image:    -moz-linear-gradient(#ffffff, #eeeeee);
    background-image:      -o-linear-gradient(#ffffff, #eeeeee);
    background-image:         linear-gradient(#ffffff, #eeeeee);
    background-repeat: repeat-x;
    -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      border-radius: 3px;
    border: 1px solid #ccc;
    cursor: pointer;
}
#agencycore-login:link, #agencycore-login:visited, #agencycore-login:hover, #agencycore-login:active {
  text-decoration: none;
}
#agencycore-login:hover {
  background: #f4f4f4;
}
#agencycore-login .btn-custom {
  padding: 5px 10px;
  margin-left: 10px;
  box-shadow: none;
}

/* Mobile header */

.nav-mobile {
  left: 0;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 2032;
  min-width: 320px;
  transition: all 1s ease;
}

.nav-mobile .nav-mobile-content {
  background-color: #ffffff;
  box-shadow: 0 8px 8px -8px #5B5B5B;
  margin: 0;
}

.nav-mobile .mobileLoginBtn {
  width: 30%;
  height: 40px;
  margin: 18px 15px 0 0;
  padding: 6px 0;
  border: 2px solid #af1e2d;
  background-color: #fff;
  background-image: none;
  font-size: 18px;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-weight: 500;
  color: #af1e2d;
}

.nav-mobile .mobileNavItem {
  width: 32%;
  height: 60px;
  display: inline-block;
  align-content: center;
  text-align: center;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 60px;
}

.nav-mobile a, .nav-mobile a:hover, .nav-mobile a:active, .nav-mobile a:focus{
  text-decoration: none;
  cursor: pointer;
}

.nav-mobile .logo {
  float: left;
  display: inline-block;
}

.nav-mobile .btn-phone,
.nav-mobile .btn-bars {
  float: right;
  display: inline-block;
  width: 50px;
  text-align: center;
  height: 65px;
}

.nav-mobile .icon-phone,
.nav-mobile .icon-reorder {
  font-size: 26px;
  color: #333;
  line-height: 4rem;
}

.nav-mobile .mobileSubMenu {
  padding: 0 10px;
  list-style-type: none;
}
.nav-mobile .mobileSubMenu li a{
  text-align: center;
  padding: 10px;
  margin: 0 0 10px;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  font-size: 16px;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-weight: 500;
}

.nav-mobile .demoContainer {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f7f7f7;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.nav-mobile .mobileDemoBtn {
  font-size: 18px;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-weight: 500;
  padding: 10px 0;
  background-image: none;
  border: none;
  background-color: #af1e2d;
  color: #ffffff;
  box-shadow: none;
  text-shadow: none;
}

@media (max-width: 767px) {
.nav-mobile #logo {
  float: none;
  display: inline-block;
  position:relative;
  margin: 10px 0 0 10px;
  width: 170px;
  height: 50px;
  background-size: 358%;
  background-position: -140px -50px;
}

}
nav * {
    box-sizing: border-box;
}
footer * {
    box-sizing: border-box;
}
/* Announcment Bar */
.ShowHide-announce {
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  background-color: rgba(51, 51, 51, 0.81);
  color: #FFFFFF;
  padding:20px;
    position: absolute;
    z-index: 6;
    width: 100%;
    box-sizing: border-box;
}


#left-announce {
  overflow: hidden;
  text-align: center;
}

#left-announce a{
  color:#fff;
    text-decoration: underline;
}
#right-announce {
  float: right;
  width: 30px;
  height: 20px;
  text-align: center;
    cursor: pointer;
}

@media (max-width: 767px) {
    .desktop-announce-bar {
        display: none;
    }
}


/* Side contact form
======================================================= */

#sideForm {color: #fff;}
.fixedSideForm {position: fixed; top: 0; width: 13%; z-index: 5; margin-left: 30px;}
.sideContact h2 {color: #fff; margin: 25px 0;}
.sideContact {color: #fff;}
.sideContact .control-group.error .control-label {font-weight: bold; color: #EA7D7B;}
.sideNavSuccess {
  z-index: 10;
  position: fixed;
  top: 0;
  border-radius: 0;
  height: 100%;
  text-shadow: none;
  font-weight: 500;
  color: #fff;
  border: none;
  /*background-color: #23461f;
  background: -webkit-linear-gradient(left, rgba(14, 37, 8, 1) , #23461f); /* For Safari 5.1 to 6.0 */
  /*background: -o-linear-gradient(right, rgba(14, 37, 8, 1), #23461f); /* For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(right, rgba(14, 37, 8, 1), #23461f); /* For Firefox 3.6 to 15 */
  /*background: linear-gradient(to right, rgba(14, 37, 8, 1) , #23461f); /* Standard syntax */

  background-color: #22b954;
  -webkit-box-shadow: inset 0px -1px 180px 0px rgba(0,0,0,.5);
  -moz-box-shadow: inset 0px -1px 180px 0px rgba(0,0,0,.5);
  box-shadow: inset 0px -1px 180px 0px rgba(0,0,0,.5);
}

.sideNavSuccess h4 {
  color: #fff;
  text-align: left;
  margin: 10px 0 20px 0;
}

.sideNavSuccess p {margin: 15px 0;}
.sideNavSuccess a {color: #fff;}


@media (max-width: 1199px) {
  .span2.sideContact{ margin: 0 10px;}
}

/* Container width update from 1170px to 1280px */
nav.nav-corporate .container, nav.nav-main .container {
  width: 100%;
  max-width: 1280px;
}

@media (min-width: 980px) and (max-width: 1200px) {
	nav.nav-main .container, nav.nav-corporate .container {
		width:98%;
        box-sizing: border-box;
	}

	nav.nav-main .container li a:link,
    nav.nav-main .container li a:visited,
    nav.nav-main .container li a:active,
    nav.nav-main .container li a:hover {
	   padding: 10px 5px;
	}

  footer .container {
    width:98%;
  }
}

@media (max-width: 980px) {
  #contentContainer.span10 {width: 100% !important;}
  .sideContact.visible-xl {display: none;}
  .span2.sideContact{ margin: 5px;}
}



/* On Demand
======================================================= */

#ondemand {
}

#ondemand-home {
    background-image: url('../images/bg/hhs_bg.jpg');
  background-color:#FFFFFF;
  color:#fff;
  height:442px;
  background-size:cover;
  text-shadow: 1px 1px #000;
}

.demandheading {
  font-size: 62px;
}

#newsData {
	display:none;
}

/*  Hero - Contact
======================================================= */

.hero-contact {
  height:350px;
  background-color:#ebecec;
  background-image:url('../images/bg/hero-contact.jpg');
  background-size:cover;
}

.hero-contact h1 {
  color:#b9243c;
  margin:50px 0 20px 0;
  font-size:64px;

}

.hero-contact h3 {
  color:#000;
}


/* Home Page Banners
======================================================= */

#bptw {
      background-image: url('../images/BPTW_MainBanner.jpg');
	   height:442px;
	   background-repeat:no-repeat;
	   background-position:center;
     background-color: #b9243c;
}

/* EVV
======================================================= */

#evvSec {
   background-image: url('../images/evv/sectionbg_hero.jpg');
   color:#fff;
       cursor:pointer;
}

#evv .platform{height: 30px; background-color:#eee; border-bottom: 1px
solid #ddd;}
.evvRight img {
  height: 385px;
  max-height: 430px;
}

#evvVid.vid {border:none;}
#evvVid.vid {margin:11px 0}

#evv-homebanner. container {
       padding:0;
}
#evvSec .container-padded {
padding: 29px 0 0 0;
}

#evv-homebanner h1 {
       margin-top: 0;
       line-height: 1.1em;
       font-size: 54px;
       color: #FFF;
       text-shadow: 1px 1px #000;
}

#evv-homebanner .xlheading {
       font-size: 78px;
}

#evv-homebanner h3 {
       line-height: 1.6em;
       font-size: 1.6em;
       color: #FFF;
       text-shadow: 1px 1px #000;
}

#evv-homebanner .container {
       padding:30px 0 0 0;
}

#evv-homebanner. play {
       padding-top:10px;
}

#evvPlayHome.play {top: 150px !important;}

#evvLink {position: absolute; z-index: 10; width: 100%; height: 440px; top: 0;}
.evvLink{cursor: pointer!important; min-height: 440px;}

.evvLink2 h1{line-height: 1.1em;}

.xlheading {
       font-size: 78px;
}

.xlheader2 {
       font-size: 45px;
}

.xlheader3 {
       font-size: 54px;
       font-weight:bold;
       color:#b8223b;
}

/* Revenue Cycle Management
======================================================= */

/* Revenue Cycle Management
======================================================= */

#rcm {
	background-color:#fff;
}

#rcm_hero {
	background-image: url('../images/bg/rcm_hero_bg.jpg');
	height:442px;
	text-align:center;
	background-size:cover;
}

#rcm_hero_features {
	background-image: url('../images/bg/resources_bg.jpg');
	text-align:center;
	background-color:#f5f5f5;
}

#video_background {
min-width: 100%;
width: auto;
height: 442px;;
}


#rcm .platform {
	background: #eee;
	height: 30px;
	border-bottom: 1px solid #ddd;
}


#rcm_features {
	background-color:#fff;
}


#rcm_hero h1 {
       margin-top: 0;
       line-height: 1.1em;
       font-size: 66px;
}

#rcm_hero h3 {
       margin-top: 0;
       font-size: 28px;
}

#rcm-homebanner .xlheading {
       font-size: 80px;
}

#rcm-homebanner h3 {
       line-height: 1.4em;
       font-size: 1.8em;
       color: #FFF;
       text-shadow: 1px 1px #000;
}

#rcm-homebanner .container {
       padding:30px 0 0 0;
}

#rcm-homebanner. play {
       padding-top:10px;
}

#rcmPlayHome.play {top: 150px !important;}

#rcmLink {position: absolute; z-index: 10; width: 100%; height: 440px; top: 0;}
.rcmLink{cursor: pointer!important; min-height: 440px;}


.icon-ok {
    color: #2287B9;
}


/* Case Studies
======================================================= */


#casestudies {
  background-color:#fff;
  position: relative;
  z-index: 11;
  cursor: pointer;
}

#casestudies ul {
  margin:0;
  padding: 10px 0 0 0;

}

#casestudies li {
  padding:0px;

}

.studies {
  font-size:17px;
  line-height:24px;
  font-weight:light;
}

#case-hero {
  background-image: url('../images/hero_success.jpg');
  height:442px;
  color:#fff;
  background-size: cover;
}

#case-hero h1 {
  font-size: 72px;
  text-shadow: 1px 1px #000;
  margin-bottom:20px;
}

#case-hero h3 {
  text-shadow: 1px 1px #000;
}

#studies {
}

.studies-vid {
}

.line {
  margin:50px 0 50px 0;
  height:1px;
  background-color: #D6D6D6;
}

.hero-img {
  background-image: url('../images/bg/case_study_hero.png');
  height: 300px;
  background-repeat: no-repeat;
  position: relative;
  bottom: 40px;
}

.img-float {
  float:left;
  margin: 0 30px 30px 0;
}

.studies-box {
  padding: 30px;
  text-align: center;
  background-color:#F2F2F2;
}

.studies-box h2 {
  border-bottom-color: #E2DFDF;
  padding-bottom: 20px;
  border-width: 0px 0px 1px;
  border-style: none none solid;
}

/* Oasis
======================================================= */


#oasis-homebanner {
    background-image: url('../images/bg/axxess_homepage_banner_oasis.jpg');
  height:442px;
  background-repeat:no-repeat;
    position: relative;
    max-height: 100%;
  background-size:cover;

}


#oasis-homebanner h1 {
  margin-top: 20px;
  line-height: 80px;
  font-size: 80px;
  color: #FFF;
  text-shadow: 1px 1px #000;
}

oasis-homebanner .xlheading {
  font-size: 70px;
}


#oasis-homebanner h3 {
  margin-top: 10px;
  font-size: 28px;
  color: #fff;
}

#oasis-homebanner .container {
  padding:30px 0 0 0;
}

/* Brand
======================================================= */


#brand-homebanner {
    background-image: url('../images/bg/axxess_brand.jpg');
  height:442px;
  background-repeat:no-repeat;
    position: relative;
    max-height: 100%;
}


#brand-homebanner h1 {
  margin-top: 20px;
  line-height: 90px;
  font-size: 100px;
  color: #FFF;
  text-shadow: 1px 1px #000;
}

brand-homebanner .xlheading {
  font-size: 70px;
}


#brand-homebanner h3 {
  margin-top: 30px;
  font-size: 2.2em;
  color: #000;
}

#brand-homebanner .container {
  padding:30px 0 0 0;
}


/* Mobile
======================================================= */


#mobile-homebanner {
    background-image: url('../images/bg/mobile_homebannerbg.jpg');
  height:442px;
}

#mobile-homebanner. container {
  padding:0;
}

#mobile-homebanner h1 {
  margin-top: 0;
  line-height: 1.1em;
  font-size: 54px;
  color: #FFF;
  text-shadow: 1px 1px #000;
}

mobile-homebanner .xlheading {
  font-size: 78px;
}

#mobile-homebanner h3 {
  line-height: 1.6em;
  font-size: 1.6em;
  color: #FFF;
  text-shadow: 1px 1px #000;
}

#mobile-homebanner .container {
  padding:30px 0 0 0;
}

#mobilePlay {
margin-left: -25px;
}

#mobile-homebanner .vid {
    border: none !important;
}

/* Sticky
======================================================= */

.sticky-header {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  background: rgba(255,255,255,.9);
  border-top: 1px solid #eee;
  z-index: 1000000000;
  text-align: center;
}

.sticky-header .container {
  padding: .5em 0;
}

.sticky-header .btn {
  background: #4d85ff;
  border-color: #2E6FFD;
  margin-right: 1em;
}

.sticky-header .btn:last-child {
  margin: 0;
}

/* #Navigation
================================================== */
#axxessLogo{
    top: -1px;
    left: -1px;
    z-index: 3000;
    height: 100%;
    width: 100%;
    margin-top: -20px;
}
nav {
  background: #ba243d;
 /* background-image: -webkit-linear-gradient(#ffffff, #eeeeee);
    background-image:    -moz-linear-gradient(#ffffff, #eeeeee);
    background-image:      -o-linear-gradient(#ffffff, #eeeeee);
    background-image:         linear-gradient(#ffffff, #eeeeee);
    background-repeat: repeat-x; */
  color: #555555 !important;
  -webkit-font-smoothing: antialiased;
}
nav ul { list-style: none; margin: 0; padding:0; }
nav ul li { display: inline-block; margin:0; }

.nav-toggle { display: none; }

/* #Main Navigation */
.has-dropdown{ padding-bottom:15px !important; }

.mega-dropdown .media-list p{font-color: #555555;}

nav.nav-main {
  overflow: hidden;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
  color: #eee;
  padding-top: 10px;
  padding-bottom: 15px;
  height: 45px;
  }
nav.nav-main li { float:none; border-left: 1px solid transparent; border-right: 1px solid transparent; text-align:center;}
/*
nav.nav-main li { float:left; border-left: 1px solid transparent; border-right: 1px solid transparent; width: 100px; min-width: 100px; text-align:center;}
*/
nav.nav-main li a:link, nav.nav-main li a:visited, nav.nav-main li a:active, nav.nav-main li a:hover {
  padding: 10px 15px; color: #555; text-decoration: none; font-size: 1.2em; display:inline-block; margin:0 auto; text-align: center;}
}
.has-dropdown li {color: #ffffff!important;}
/*
nav.nav-main li { border-left: 1px solid #ccc; }
*/
nav.nav-main li:nth-child(9) { border-right: 1px solid #ccc; }

nav.nav-main .btn {
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
  float: right;
  margin-top:13px;
  background-color: #ba243d;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: bolder;
  font-size: 15px;
}
#mobile-app a {
  width: 38%;
  padding: 0 5%;
  float: left;
  background: #333;
  border-radius: 4px;
  margin-right: 2%;
}
#clientLogin:hover{
  background-color: #ffffff;
  color: #ba243d;

}
#seeDemo{
  background-color: #ffffff;
  color: #ba243d;
  margin-left: 15px;
}
#seeDemo:hover{
  background-color: #ba243d;
  color: white;
  border: 1px solid #ffffff;}
#clientLogin .icon-lock{font-size: 18px;}
#products{color: #ffffff;}


        nav.nav-main li { padding: 0px; }
        nav.nav-main li > ul {
            display: none;
            position: absolute;
            top: 100%;
            width:100%;
            z-index:101;
            border:1px;
            background-color:#eee;
        }
        nav.nav-main li:hover > ul { border:0px;display: block;  }
        /* nav.nav-main li:hover { border:0px; } */
        /*nav.nav-main li:hover li { border:0px; border-right:1px transparent;width:100%;}*/



        /* "New!" navigation flag */
      .nav-main li .flag, .panel .panel-accordion li .flag {
          font-size: 10px;
          color: #ba243d;
          padding: 0px 6px;
          border-radius: 3px;
          position: absolute;
          line-height: 14px;
          transition: ease all 0.3s;
          transform: rotateX(0deg);
          background: #ffffff;
          font-weight: bold;
          transform: translateX(-80%) translateY(-20%);
      }
      .panel .panel-accordion li .flag {
        position: absolute;
        transform: translateX(-80%) translateY(-190%);
    }
      .nav-main li:hover .flag, .panel .panel-accordion li:hover .flag {
          color: #ffffff;
          border: thin solid #ffffff;
          background: transparent;
      }
      #m-navigation .menu-item .flag {
          font-size: 10px;
          color: #fff;
          padding: 0px 6px;
          border-radius: 3px;
          position: absolute;
          line-height: 14px;
          transition: ease all 0.3s;
          transform: rotateX(0deg);
          background: #ba243d;
          font-weight: bold;
          transform: translateY(-200%);
          right: 50%;
      }
      @media all and (min-width: 401px) and (max-width: 500px){
          #m-navigation .menu-item .flag {
              right: 40%;
          }
      }
      @media all and (min-width: 341px) and (max-width: 400px){
          #m-navigation .menu-item .flag {
              right: 30%;
          }
      }
      @media all and (max-width: 340px){
          #m-navigation .menu-item .flag {
              right: 20%;
          }
      }

/* #Corporate Navigation */

nav.nav-corporate{
  background: #fafafa;
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee);
    background-image:    -moz-linear-gradient(#ffffff, #eeeeee);
    background-image:      -o-linear-gradient(#ffffff, #eeeeee);
    background-image:         linear-gradient(#ffffff, #eeeeee);
    background-repeat: repeat-x;
  color: #333 !important;
  text-shadow: 0 1px 1px white;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 5px;
  padding-top: 5px;
}
nav.nav-corporate ul { float: right; }
nav.nav-corporate li { padding: 2px 5px; position: relative; }
nav.nav-corporate li:last-of-type { padding-right: 0; }
nav.nav-corporate li a:link, .nav-corporate li a:visited, .nav-corporate li a:active, .nav-corporate li a:hover {
  color: #555; text-decoration: none; font-size: .7em; font-weight: bold; }
.nav-corporate li a:hover i {color:#b8223b;}
nav.nav-corporate [class^=icon] { font-size: 20px; vertical-align: middle; }
nav.nav-corporate img { width: 20px; }
nav.nav-corporate li a.text:hover { border-bottom: 1px dotted gray; }
nav.nav-corporate li a.icon:hover { color: #111; }
nav.nav-corporate li ul { display: none; position: absolute; top: 1.6em; left:-.2em; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border: 1px solid #ddd; background: white; padding: .2em; }
nav.nav-corporate li ul li { white-space: nowrap; display: block; }
nav.nav-corporate li:hover ul { display: block; z-index:100; }

#products-dropdown{
  margin-top:-1px;
   border-top: 1px solid #ccc;
}

.flash a{color:#b9243c !important; text-decoration:underline!important; font-size: 1em!important;}
li.flash{float: right !important; border-left: none!important; padding-right: 25px;}
li.flash:hover{background: none!important;}

/* #Footer
================================================== */



footer { color: #888; }
footer .container-padded { padding: 40px 0 10px 0; }
footer ul { box-sizing:border-box; margin: 0 0 40px 0; list-style: none; }
footer a:link, footer a:visited, footer a:active, footer a:hover { color: #fff; }
footer a:hover { text-decoration: none; color: white; }
footer .socials { text-align: center; margin-top: 1em; }
footer .socials img { margin: 0 5px 5px; }
footer .socials a span {font-size:20px; }
footer .newsletter {
  display: inline-block;
  padding: 6px 8px;
  background-color: #303030;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.privacy {
  color: #fff;
  font-weight: bolder;
}
.privacy:hover {
  text-decoration:underline;
}

.sprite-axxess-mono{
  margin-bottom: 20px;
  padding-right: 20px;
}

#PnS{width: 210px; margin-left: 20px;}
#TnR{width: 150px; margin-left: 20px;}
#Aa{width: 170px; margin-left: 20px;}
#Cu{width: 250px; margin-left: 50px;}
#socialID{margin-top: 20px; /* padding-left: 25px; */ padding-left: 0;}

footer h4{
  margin-bottom: 18px;

  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff;
  font-weight: bolder;
  font-stretch: ultra-condensed;
  text-align: left;
}
  footer ul{border-left: none;}
  footer li{margin-left: none;}

  footer .icon-light{color: #c4c4c4; font-size: 1em!important;}
  footer .icon-light:hover {color: #ffffff;}

  }

}





/* #Sections
================================================== */


/* #Hero
================================================== */

.hero {
  position: relative;
}
.hero .background {
  height: 440px;
  background-image: url('../images/room-nurse-low.jpg');
  background-size: cover;
  background-position: center 65%;
  background-repeat: no-repeat;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.hero .grid {
  height: 100%;
  background-image: url('../images/bg/grid.png');
  background-repeat: repeat;
}
.hero .container {
  position: relative;
  height: 470px;
}
.hero .laptop {
  position: absolute;
  bottom: 12px;
  /*background-image: url('../images/macbook-flat-small.png');
  background-repeat: no-repeat;*/
  height: 332px /* 351px */;
  width: 600px;
  z-index: 100;
}
.hero .macintosh {
  position: absolute;
  bottom: 0px;
  background-image: url('../images/macintosh.png');
  height: 409px;
  width: 500px;
}
.hero .hero-text {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 30px;
  left: 300px;
  margin: 0 0 30px 60px;
}
.hero .hero-text .inner {
  background: white;
  background: rgba(255,255,255,.8);
  font-size: 1.5em;
  font-family: 'Open Sans', 'Helvetica', sans-serif;
  line-height: 1.3em;
  padding: 30px;
}
.hero .hero-text h1 {
  color: black;
  font-weight: 300;
  letter-spacing: -2px;
    text-shadow: 1px 1px 1px #666;
    margin-top: 0;
}
.hero .hero-text p,
.hero .hero-text .vid {
  margin: 10px 0 10px 170px;
}

.hero .platform {
  background: #eee;
  height: 30px;
  border-bottom: 1px solid #ddd;
}

#mobileLeft{position:relative;}
#mobileLink {position: absolute; z-index: 10; width: 700px; height: 440px; top: 0;}
.oasisLink,
.hhsLink,
.mobileLink{cursor: pointer!important; min-height: 440px;}
#mobileVid {
  /*position: absolute;*/
  z-index: 20;
  /*top: -27px;*/
''}
#mobileSlide{cursor: pointer!important;}


/* News Ticker
================================================== */
.newsCss{
    position:absolute;
    top:615px;
    z-index:100;
    width:100%;
    text-align:center;
    left: 0;
}
.newsCss a, .newsCss{
    color:#b8223b;
}

/* #Feature List
================================================== */

#features .axxess {
  width: 180px;
  vertical-align: baseline;
}
.feature-points {
  position: relative;
  padding-left: 60px;
  margin-bottom: 40px;
}
.feature-points p {
  color: #666;
}
.feature-points .big-icon {
  width: 50px;
  text-align: right;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 3.5em;
}

/* #Physician's Portal
================================================== */

#physicians-portal {
  background: #F7F7F7;
  /*
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  */
}
#physicians-portal {
  background-image: url('../images/doctor-ipad-small.jpg');
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
#physicians-portal .span3 div { white-space:nowrap; }
#physicians-portal .icon-ok { color: #2287B9; /* #2287B9 #197bab #0a0 */ }
#physicians-portal .btn-wrapper { margin-top: 20px; }

/* #Recovery
================================================== */

#recovery {
  background-color: #fff;
}

#recovery-header {
  padding:30px 0 30px 0;
}

.card {
	margin-left: 40px;
	background-color: #F9F9F9;
	padding: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #E4E4E4;
}

.agency_name {
	font-weight:bold;
}

.agency_address {
	font-size:16px;
	line-height:26px;
}

.bluebutton {
	padding:15px;
	background-color:#427dff;
	font-size:21px;
	font-weight:bold;
	color:#fff;
	width:150px;
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

@media (min-width: 768px) {
  #howitworks {
  	text-align:center;
  	font-size:16px;
  	line-height:21px;
      background-image: url('../images/bg/resources_bg.jpg');
  	border: 1px solid #E4E4E4;
  	padding: 20px 0 60px 0;
  }

  #riskfree {
    padding: 30px 0 30px 0;
  }

}

/* #Testimonials
================================================== */

#testimonials .axxess {
  width: 130px;
  vertical-align: baseline;
}
#testimonials .more {
  color:#777;
  text-align:center;
  margin: 20px 0 0;
}
#testimonials .more a:link, #testimonials .more a:visited, #testimonials .more a:hover, #testimonials .more a:active {
  text-decoration: none;
  color: inherit;
}
#testimonials .more a:hover {
  border-bottom: 1px dotted gray;
}
.testimonial {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.testimonial blockquote {
  position:relative;
  width: 200px;
  font-size: .9em;
  /* height: 160px; */
  margin-bottom: 14px;
  padding: 15px;
  color: #333;
  font-style: italic;
  border: 1px solid #ccc;
  /* Background */
  background: #ffffff;
  background-image: -webkit-linear-gradient(#ffffff, #f5f5f5);
    background-image:    -moz-linear-gradient(#ffffff, #f5f5f5);
    background-image:      -o-linear-gradient(#ffffff, #f5f5f5);
    background-image:         linear-gradient(#ffffff, #f5f5f5);
    background-repeat: repeat-x;
    /* Border Radius */
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
        border-radius: 3px;
  /* Box Shadow */
  -webkit-box-shadow: 2px 2px 4px #ccc;
     -moz-box-shadow: 2px 2px 4px #ccc;
          box-shadow: 2px 2px 4px #ccc;
}
.testimonial blockquote:before {
  content: "";
  position: absolute;
  bottom: -14px;
  right: 46px;
    border-width: 14px 14px 0;
  border-style: solid;
    border-color: #ccc transparent;
    display: block;
    width: 0;
}
.testimonial blockquote:after {
  content: "";
  position: absolute;
  bottom: -13px;
  right: 47px;
  border-width: 13px 13px 0;
  border-style: solid;
  border-color: #f5f5f5 transparent;
    display: block;
    width: 0;
}
.testimonial .user {
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
}
.testimonial .role {
  text-align: right;
  padding-right: 10px;
  font-size: .8em;
  line-height: .8em;
  color: #555;
}


/* #The Axxess Way
================================================== */
  #axxessway {
    background-color: #fff;
  }

  #axxessway .icon-ok {
      position: absolute;
      left: -30px;
      top: 0;
      font-size: 1.2em;
  }

  #axxessway ul { list-style: none; margin: 10px 0 10px 30px; }
  #axxessway li { position: relative; padding: 0; margin: 0;  }

@media (min-width: 768px) {
  #axxessway-hero {
    background-color: #000;
    height: 280px;
    text-align:center;
    color:#fff;
    background-image: url('/assets/images/axxessway_hero.jpg');
    background-repeat: repeat;
    background-position:center;
    text-shadow: 1px 2px #000;
  }

  #axxessway-hero h1 {
    font-size:60px;
    margin-bottom:20px;
  }

  #axxessway-hero h2 {
    font-size:24px;
  }

  #axxessway-clients {
    background-color: #fff;
  }

  #axxessway-employees {
  /*
    background-color: #fff;
    background-image: url('/assets/images/bg/fabric_of_squares_gray.png');
    background-repeat: repeat;
  */
    background-color: #fafafa;
    border-width: 1px 0;
    border-style: solid;
    border-color: #eee;
  }

  #axxessway-employees img {
    border: 3px solid #fafafa;
  }

  #axxessway-clients img,
  #axxessway-employees img {
    box-shadow: 0 0 3px #555;
  }

  #axxessway-extras {
    background-color: #fff;
  }


  #axxessway-culture {
    background-color: #fff;
    background-image: url('/assets/images/axxesswaybg_customers.jpg');
    text-align:center;
  }
}

#hhs-faq {
  background-color: #fff;
  background-image: url('/assets/images/axxesswaybg_customers.jpg');
  text-align:center;
}

#hhs-faq h3 {
  background-color: #dbdbdb;
  color: #b8223b;
  text-align: left;
  font-weight: bold;
  outline: 0;
}

#hhs-faq p, #hhs-faq ul {
  text-align: left;
}

#hhs-hero {
  background-color: #000;
  height: 280px;
  text-align:center;
  color:#fff;
  background-image: url('/assets/images/hhs.jpg');
  background-repeat: repeat;
  background-position:center;
  text-shadow: 1px 2px #000;
}

#hhs-hero h1{font-family: 'Arial Black', 'Helvetica', sans-serif; color:#fff; font-weight; bold;}
#hhs-hero h3{font-family: 'Arial Black', 'Helvetica', sans-serif; color:#b8223b; font-weight; bold;}

#home-health-software {
  background-color: #fff;
  /*background-image: url('/assets/images/axxesswaybg_customers.jpg');*/
  text-align:center;
  }
#home-health-software p {
  text-align: left;
}

#hhs h1{
  margin-bottom: 40px;

}

#hhs h2 {
  text-align: left;
  font-size: 1.5em;
  margin-top: 30px;
}

#hhs ul{
  text-align: left;
}
/* #Call to Action
================================================== */

#call-to-action {

    background-image:url('../images/demoBannerExtended.jpg');
    height: 355px;
    background-repeat: no-repeat;
    background-position: center;

  /*background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(#B8223B), color-stop(0.5, #DA3450), to(#B8223B));
  background: -moz-radial-gradient(50% 50%, farthest-side, #B8223B, #DA3450);*/
  /*background: -webkit-radial-gradient(center center, ellipse cover, #DA3450, #B8223B);
  background:    -moz-radial-gradient(center center, ellipse cover, #DA3450, #B8223B);
  background:       radial-gradient(center center, ellipse cover, #DA3450, #B8223B);*/
}
#call-to-action h1 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  color: #ffffff;
  font-weight: bolder;
  font-stretch: ultra-condensed;
  text-align: left;
}
#call-to-action p {
  font-family: 'Helvetica Neue Medium', Helvetica, Arial, sans-serif;
  font-size: 21px;
  text-align: left;
  color: #d3d3d3;
  line-height: 100%
  }
#call-to-action .span8{
  width: 400px;
  margin-left: 750px;
  margin-top: -120px;
}

#call-to-action .axxess { width: 180px; }
#call-to-action img { vertical-align: middle; }
#call-to-action .btn-custom {
    margin: 10px;
    background: #fee;
    color: #333;
    box-shadow: none;
}

#playButton{
  margin-left: 115px;
  margin-top: 68px;
}

/* #Overlay for Popup Video
================================================== */

#overlay {
  display:none;
  position: fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,.5);
  z-index: 1000;
}
#overlay .wrapper {
  margin: 100px auto 0;
  text-align: center;
  width: 800px;
}
#overlay .window {
  display: inline-block;
  padding: 20px;
  background: white;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      border-radius: 3px;
  position: relative;

  padding: 10px;
  background: #ffffff;
  background-image: -webkit-linear-gradient(#ffffff 60%, #cccccc 80%);
    background-image:    -moz-linear-gradient(#ffffff 60%, #cccccc 80%);
    background-image:      -o-linear-gradient(#ffffff 60%, #cccccc 80%);
    background-image:         linear-gradient(#ffffff 60%, #cccccc 80%);
    background-repeat: repeat-x;
}
#overlay .window .close-window {
  position: absolute;
  top: -25px;
  right: -25px;
  display: block;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
      border-radius: 50%;
  background: #333;
  background: rgba(0,0,0,.7);
  line-height: 50px;
  text-align: center;
  font-size: 1.4em;
  cursor: pointer;
  color: white;
  text-shadow: 0px 0px 1px black;
}
#overlay .wrapper .window .close-window:hover {
  background: rgba(0,0,0,.5);
}
#overlay iframe {
  display: inline-block;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
}


#overlay2 {
  display:none;
  position: fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,.5);
  z-index: 1000;
}
#overlay2 .wrapper {
  margin: 100px auto 0;
  text-align: center;
  width: 90%;
}
#overlay2 .window {
  display: inline-block;
  padding: 20px;
  background: white;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      border-radius: 3px;
  position: relative;

  padding: 10px;
  background: #ffffff;
  background-image: -webkit-linear-gradient(#ffffff 60%, #cccccc 80%);
    background-image:    -moz-linear-gradient(#ffffff 60%, #cccccc 80%);
    background-image:      -o-linear-gradient(#ffffff 60%, #cccccc 80%);
    background-image:         linear-gradient(#ffffff 60%, #cccccc 80%);
    background-repeat: repeat-x;
}
#overlay2 .window .close-window {
  position: absolute;
  top: -25px;
  right: -25px;
  display: block;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
      border-radius: 50%;
  background: #333;
  background: rgba(0,0,0,.7);
  line-height: 50px;
  text-align: center;
  font-size: 1.4em;
  cursor: pointer;
  color: white;
  text-shadow: 0px 0px 1px black;
}
#overlay2 .wrapper .window .close-window:hover {
  background: rgba(0,0,0,.5);
}
#overlay2 iframe {
  display: inline-block;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
}


.vid1{background-color:#b8223b; padding:5px; margin-bottom: 10px; border:#ddd 1px solid;
  color:#fff;
  font-size: 1.0em;
  /*clear:both;
  position: relative;*/
  cursor: pointer;
  display:none;
}

.vid1 a{color:#fff;}
.vid1:visited{color: #fff;}


/* #DDE Video Larger Button
================================================== */

.ddePlay.play {
width:80px;
height:80px;
line-height:80px;
font-size:44px;
margin-top:-30px;
}
.ddePlay > i {
margin-left:10px;
}




/* Seminar templates - 100.php
================================================== */

.semRegisterBtn {
  margin-left: 0;
}
.semRegisterContainer {
  background-color: #F9F9F9;
  padding: 20px;
  border: 1px solid #E2E2E2;
  display: inline-block;
}

.semRegisterBtnLg {
  margin-bottom: 20px;
}

.semMasthead {
  margin:10px 0 20px 0;
}

.noLeftMargin {
  margin-left: 0 !important;
}

.eventRegister h3 {
  font-size: 28px;
  color: #c11932;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  line-height: 30px;
}

/* #Media Queries
================================================== */


/* Large desktop */
@media (min-width: 1200px) {
  .mobileOn{display:none;}
  /*.mobileOff{display:block;}*/
/*
nav.nav-main li { width: 123px; }
nav.nav-main li { width: 123px; min-width: 123px;}
*/
/* nav.nav-main li { min-width: 100px;} */ /* Before Hospice */
nav.nav-main li { min-width: 90px;}
    /* Navigation */
    nav.nav-main li a:link,
    nav.nav-main li a:visited,
    nav.nav-main li a:active,
    nav.nav-main li a:hover {
     /*padding: 10px 35px;*/
  }

  /* Hero */
  /* .hero .background { height: 500px; } */
  /* .hero .container { height: 530px; } */
  .hero .laptop {
    background-image: url('../images/macbook-flat.png');
    background-repeat: no-repeat;
    height: 375px; /* 409 427 */
    width: 700px; /* 800 */
  }
  .hero .hero-text {
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 30px;
    left: 50%;
    margin: 30px 0 30px 30px;
  }
  .hero .hero-text p,
  .hero .hero-text .vid {
    margin: 10px 0;
  }
    .hero .vid { width:45% !important;}

  /* Physician's Portal */
  #physicians-portal { background-image: none; }
  #physicians-portal .container {
    background-image: url('../images/doctor-ipad.png');
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
  }



}
@media all and (min-width: 1025px) and (max-width: 1078px){
  nav.nav-main li { font-size: 12px; }
}

@media (min-width: 980px){
  .mobileOn{display:none}
  /*.mobileOff{display:block;}*/
  .vid{
    margin: 10px 0;
  }

}
@media (max-width: 1200px){
#call-to-action .span8{
  margin-left: 630px;
}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .mobileOn{display:none;}
  .mobileOff{display:block;}
  /* #mobileLeft{display:none;} */
  .evvRight{display:none;}
  nav.nav-main li{line-heignt: 30px;}
  nav.nav-main li.flash{
    display:none;
  }
  .newsCss{
      top:615px;
  }
  /* Navigation */
  nav.nav-main .btn { display: none; }
  nav.nav-main li a:link, .nav-main li a:visited, .nav-main li a:active, .nav-main li a:hover {
    padding: 10px 12px;
  }

  /* Hero */
  .hero .background { height: 440px; min-height: 440px; }
  #evvSec{height: 441px;}
  .hero .container { height: 420px; }
  .hero .hero-text { left: 0; margin: 0; }
  .hero .hero-text h1 { font-size: 50px; }
  .hero .hero-text .inner { left: 0; height: 320px;  }
  .hero .hero-text p { width: 230px; margin: 20px 0 0; float: left; }
  .hero .hero-text .vid { margin: 20px 0 0; float: right; }
  .hero .laptop {
    /*background-image: url('../images/macbook-flat.png');
    background-repeat: no-repeat;*/
    height: auto; /* 427 */
    width: 200px; /* 800 */
    left: 33px;
  }
    #hero-vid-1{margin-right:20px ;}

  /* Features */
  #features h3 br { display: none; }

  /* Physician's Portal */
  #physicians-portal { background-image: url('../images/doctor-ipad-small.jpg'); }
  #physicians-portal .row { margin-left: 0; }
  #physicians-portal .span3 { float: none; display: block; width: 100%; margin-left: 0; }


  /*  Hero - Contact
======================================================= */

.hero-contact {
  height:200px;
  background-color:#ebecec;
  background-position:right;
}

.hero-contact h1 {
  color:#b9243c;
  margin:10px 0 0px 0;
  font-size:46px;

}

.hero-contact h3 {
  font-size:18px;
  margin:0;
  padding:0;
}

  /* Footer */
  footer .networks img { margin: 0; }

#call-to-action .span8{
  margin-left: 380px;
}
#call-to-action { background-image:url('../images/demoBannerExtendedIpad.png');}

#call-to-action h1{font-size: 35px;}
#call-to-action p{font-size: 25px;}

#playButton{margin-left: -160px;}
  /* Case Studies */

  #case-hero {
    height:300px;
  }

  #case-hero h1 {
    font-size:48px;
    line-height:64px;
    padding: 0;
    margin:0;
  }

  #case-hero h3 {
    font-size:21px;
    line-height:28px;
  }


  #casestudies h2 {
    font-size:24px;
  }

  .studies-vid {
    background-size:contain;
  }
}

/* Email Sign Up Footer*/

.email-block-center {
    text-align: center;
    margin: auto;
    padding: 45px 0;
}
.email-leftside {
    display: inline-block;
    width: 45%;
    text-align: right;
    padding-right: 20px;
    max-width: 440px;
    vertical-align: top;
}

.email-leftside h2{
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
    line-height: 40px;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
}

.email-leftside h3{
    padding:0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    font-weight: 100;
}

.email-rightside {
    text-align: left;
    display: inline-block;
    width: 45%;
    padding-left: 20px;
    max-width: 440px;
    vertical-align: top;
}

section .email-rightside p{
    margin-bottom: 15px !important;
    line-height: 22px;
}


.email-divideline {
    display: inline-block;
    width: 2px;
    background-color: #fff;
    height: 100px;
    margin-top: -15px;
}


.button-subscribe {
    background-color: #fff;
    padding: 5px 10px;;
    color:#ba243d;
    border-radius: 3px;
    text-decoration: none;
}

.button-subscribe:hover {
    background-color:#ba243d;
    padding: 5px 10px;;
    color:#fff;
    border-radius: 0;
    border:1px solid #fff;
    text-decoration: none !important;
}

.button-subscribe:visited {
    text-decoration: none;
}

.button-subscribe:focus {
    text-decoration: none;
    color:#ba243d;
}

@media only screen and (max-width: 970px) {
    .email-leftside h2 {
        font-size: 4vw;
    }
    .email-leftside h3 {
        font-size: 3vw;
        margin: 3px 0;
    }
}

@media only screen and (max-width: 660px) {
.email-block-center {
    text-align: center;
    margin: auto;
    padding: 45px 20px;
}
.email-leftside {
    display: block;
    width: 100%;
    text-align: center;
    padding-right: 0;
    max-width: none;
}

.email-leftside h2{
    text-align: center;
    line-height: 40px;
    font-size: 40px;
}

.email-leftside h3{
    font-size: 25px;
    line-height: 25px;
}

.email-rightside {
    text-align: center;
    display: block;
    width: 100%;
    padding-left: 0;
    max-width:none;
}
    

section .email-rightside p{
    margin-bottom: 15px !important;
    line-height: 22px;
}


.email-divideline {
    display: block;
    width: 80%;
    margin: auto;
    text-align: center;
    background-color: #fff;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
}
}

.emailSignUpContent, .emailSignUpContent h3, .emailSignUpContent p {
    background-color: #ba243d;
    color: #fff;
}

#subscribetoday .mktoFormRow .mktoLabel {
    width: auto!important;;
}

/*
#subscribetoday label {
    display: inline-block;
}
*/

#subscribetoday .modal-content {
    margin: 100px 0;
}
@media (min-width: 576px){
#subscribetoday .modal-dialog-centered {
    min-height:0;
}
}

@media only screen and (min-width: 1199px) {
    #subscribetoday .mktoFormRow:nth-child(n+6) .mktoLabel {
        width: 86%!important;
        max-width: 188px;
    }
}

#subscribetoday .mktoFormRow:nth-child(n+6) .mktoFieldDescriptor {
    margin-bottom: 0 !important;
}

.emailSignUpContent h3 {
    font-weight: normal;
}

#subscribetoday .emailpopbottom .mktoButtonWrap.mktoRound {
    margin-left:0 !important;
}

#subscribetoday .modal-dialog {
    max-width: 595px;
    width: 92%;
    margin: auto;
}

#subscribetoday .mktoHtmlText {
    margin: 20px 0;
}
#subscribetoday {
    max-width: 2500px;
    margin-left: 0;
    font-family: "Open Sans";
    background: transparent;
    width: 100%;
    padding-right: 0 !important;
    }

#subscribetoday .emailpoptop p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
}
#subscribetoday .modal.fade {
    top: 0;
}

#subscribetoday .close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #ffffff;
    opacity: 0.5;
    font-weight: 400;
    z-index: 1;
    }

#subscribetoday .modal-body .emailpoptop {
    background-color: #ba243d;
    padding: 23px 0;
}

#subscribetoday .modal-body .emailpopbottom {
    padding:35px 30px 20px;
    background-color: #fff;
}

#subscribetoday .modal-body {
    padding: 0;
    max-height: inherit;
    border-radius: 24px;
}

#subscribetoday .modal-content {

    border-radius: 25px;
}

section #subscribetoday #confirmformemail p {
    text-align: center;
    color:#ba243d;
    padding-bottom: 60px;
    font-size: 25px;
}

section #subscribetoday #confirmformemail p strong {
    text-align: center;
    color:#ba243d;
    font-size: 35px;
    line-height: 60px;
}

#subscribetoday .mktoForm input[type=text], #subscribetoday .mktoForm input[type=email],#subscribetoday .mktoForm input[type=tel],#subscribetoday .mktoForm textarea {
        border-radius: 40px !important;
        padding: 1.3em .2em !important;
        box-shadow: none !important;
        border: 1px solid #E1E1E1 !important;
        text-indent: 7px;
    }

#subscribetoday .mktoFieldWrap {
    width: 100%;
}

#subscribetoday .mktoFieldDescriptor {
    width: 100%;
}

#subscribetoday .mktoForm textarea.mktoField {
    height: 36px !important;
    padding: .5em .2em !important
}

@media only screen and (max-width:479px) {
    #subscribetoday .mktoForm textarea.mktoField {
    height: 47px !important;
}
}

#subscribetoday .mktoField {
    border-radius: 40px !important;
    box-shadow: none !important;
    height: 35.5px;
    border: 1px solid #E1E1E1 !important;
    text-indent: 7px !important;
}

#subscribetoday .mktoFormRow {
        padding: 0 10px;
}
#subscribetoday .mktoOffset {
    display: none;
}

#subscribetoday .mktoRequiredField .mktoLabel {
    padding-bottom: 10px;
}

#subscribetoday .mktoForm input[type=checkbox] + label:before {
    width: 1em;
    height: 1em;
    margin-left: -1.5em;
    line-height: 1em;
    background-color: #fff;
    box-shadow:inherit;
    font-size: 19px;
    border: 1px solid #aeb0b6;
}

/*
#subscribetoday label {
    display: inline-block;
}
*/

#subscribetoday .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    outline: 0;
}

#subscribetoday .mktoForm .mktoLabel {
     float: none; 
}


#subscribetoday .mktoForm div.mktoLogicalField {
    display: inline-block;
    float: left;
    margin-right: 6px;
    margin-top: -3px;
}

#subscribetoday .mktoForm input[type=checkbox]:checked + label:before, #subscribetoday .mktoForm input[type=radio]:checked + label:before {
    color: #ba243d;
}

#subscribetoday .mktoFormRow:first-of-type,#subscribetoday .mktoFormRow:nth-of-type(2) {
    width: 49.6%;
    display: inline-block;
    box-sizing: border-box;
}

#subscribetoday .mktoFormRow:nth-child(n+7) {
     width: 46.2%;
    display: inline-block;
    box-sizing: border-box;
    
}

#subscribetoday .mktoLogicalField {
    width: 20px !important;
}

#subscribetoday .mktoForm {
    width: 100% !important;
}



/*
.marketo-demo-form {
    width: 100% !important;
}
*/
#subscribetoday .mktoLabel {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: normal !important;
    color: #969696;
    font-size: 14px;
    display: inline-block;
}
#subscribetoday .mktoField {
    width: 100% !important;
}

#subscribetoday .mktoGutter {
    display: none;
}

#subscribetoday.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: auto;
    outline: 0;
}

#subscribetoday .emailpopbottom .mktoForm .mktoButtonWrap.mktoRound .mktoButton {
    color: #fff;
    border: 0px solid #fff;
    border-radius: 40px;
    font-size: 15px;
    margin-top: 20px;
    background-color: #ba243d;
    background-image: none;
}

@media only screen and (max-width: 615px) {
    #subscribetoday .mktoFormRow:nth-child(n+7) {
     width: 100%;
    display: block;
    }
    
    #subscribetoday .modal-content {
    margin: 100px 0;
    }
}

@media only screen and (max-width: 515px) {
     #subscribetoday .mktoFormRow:first-of-type, #subscribetoday .mktoFormRow:nth-of-type(2) {
    width: 100%;
    display: block;
    }
}





/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  nav.nav-main .btn {
    display: block;
    font-size: 13px;
    padding: 3px 10px;
  }
  nav.nav-main li a:link, .nav-main li a:visited, .nav-main li a:active, .nav-main li a:hover {
    padding: 10px 10px;
    font-size: 14px;
  }
  #PnS{margin-left: 80px;}
  #Aa{margin-left: 270px; margin-top: 20px;}
  #Cu{margin-top: 20px;margin-left: 100px;}
  #socialID{padding-bottom: 15px;}
  #call-to-action .span8{width: 345px;}
  #playButton{margin-right: 170px; margin-left: 0px;}
  .mega-dropdown{top: 210px!important;}



}


/* hero image slider on home page */
@media (max-width: 979px) and (min-width: 768px){
    .slides li:nth-child(4) .span6 {width: 356px;} .xlheading{font-size: 71px;}
    .slides li:nth-child(6)  h1 {line-height: 60px;} h3 {line-height: 30px;} h4 {font-size: 14px;} .btn-custom{margin: 0px 0px 0px 0px!important;}
    .demandheading{font-size: 45px;}
    .slides li:nth-child(7) h1 {font-size: 30px;} h3 {font-size: 20px;}
    .slides li:nth-child(3) #bptw {background-position: right;}
    .sprite-axxess-mono {
      zoom:0.8;
      -moz-transform:scale(0.8);
      -moz-transform-origin: 0 0;
    }
  }

/* Landscape */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape),
all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape),
all and (orientation:landscape) and (min-device-height:1024px) and (-webkit-min-device-pixel-ratio : 2) {
  #call-to-action { background-image:url('../images/demoBannerIpadLandscape.png');}
  #playButton {margin-right: 300px;}

  #call-to-action .span8 {margin-left: 460px; }

  #PnS{margin-left: 15px;}
  #TnR{margin-left: 0px;}
  #Aa{margin-left: 10px; margin-top: 0px;}
  #Cu{margin-left: 5px; width: 170px; margin-top: 0px;}
  #call-to-action .span3{width:180px;}
  #socialID{padding-left: 0px; margin-top: 1px; margin-left: 5px; padding-bottom: 0px;}
  footer .icon-light{font-size: 1.25em!important;}

  .slides li:nth-child(3) #bptw {background-position: right;}

  .slides li:nth-child(6)  .btn-custom{margin: 0px 0px 0px 0px!important;}
   .slides li:nth-child(7) h1 {font-size: 30px;} h3 {font-size: 20px;}

}
/* Ipad Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) {
      .mega-dropdown{top: 210px!important;}

}


  /*  Hero - Contact
======================================================= */

.hero-contact {
  height:200px;
  background-color:#ebecec;
  background-position:right;
}

.hero-contact h1 {
  color:#b9243c;
  margin:10px 0 0px 0;
  font-size:36px;

}

.hero-contact h3 {
  font-size:18px;
  margin:0;
  padding:0;
}


}


/* Blog */

.blogPro {display: inline-block; margin-bottom: 20px;}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .flexslider {
    display: none;
  }
  .mobVideo{width:90%; margin: 0 auto; clear: both;}
  .mobileOn{display:block; margin-bottom: 30px !important;}
  .mobileOff{display:none}
  #mobileLeft{display:none;}
  .evvRight{display:none;}
  .slides section { padding: 10px;}
  .background{padding: 10px;}
  h1{font-size: 24px;}
  nav.nav-main li.flash{
    display:none;
  }
  .newsCss{
      top:535px;
  }
  /* General */
  body { padding: 0; }
  .container { padding-left: 1em; padding-right: 1em; }
   nav.nav-main {padding-bottom: 10px;}

  /* Hero-Contact */

.hero-contact {
  height:180px;
  background-color:#ebecec;
  background-size:cover;
  background-position:right;
}

.hero-contact h1 {
  color:#b9243c;
  margin:0px 0 0px 0;
  font-size:46px;

}

.hero-contact h3 {
  font-size:18px;
  margin:0;
  padding:0;

}



  /* Header */
  .logo-login {
    padding: 0;
  }
  #logo {
    float: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 60px;
    margin: 10px;
    width: auto;
  }
  header .container > #agencycore-login {
    display: none;
  }
  .nav-toggle {
    display: inline-block;
    float: right;
    margin: 10px 0px;
    height: 50px;
    width: 50px;
    border: 1px solid #ddd;
    font-size: 30px;
    text-align: center;
    background: #eeeeee;
    background-image: -webkit-linear-gradient(#ffffff, #eeeeee);
      background-image:    -moz-linear-gradient(#ffffff, #eeeeee);
      background-image:      -o-linear-gradient(#ffffff, #eeeeee);
      background-image:         linear-gradient(#ffffff, #eeeeee);
      background-repeat: repeat-x;
      -webkit-border-radius: 2px;
         -moz-border-radius: 2px;
              border-radius: 2px;
      cursor: pointer;
  }
  .nav-toggle a:link, .nav-toggle a:visited, .nav-toggle a:hover, .nav-toggle a:active {
    text-decoration: none;
    color: #333;
    text-shadow: 0px 1px white;
    display: block;
    width: 100%;
    height: 100%;
  }
  .nav-toggle i { display: block; width: 100%; height: 100%; line-height: 50px; }
  .nav-toggle:hover { background-image: none; }

  /* Navigation */
  nav.nav-main { background: #333; }
  nav.nav-main .btn { display: none; }
  nav.nav-main ul { display:none; }
  nav.nav-main li { float:none; display:block; border: none !important; width:100%;}
  nav.nav-main li ul li,nav.nav-main li ul{left:-1000px;display:none;}
  nav.nav-main li a:link, nav.nav-main li a:visited, .nav-main li a:active, .nav-main li a:hover { display:block; border:none; color: white; text-shadow:none; }
  nav.nav-main li:hover { background: #555; }
  nav.nav-main li hr { width:95%; background:#444; margin: 3px auto; }

  nav.nav-corporate { display: none; }

  /* Hero */
  .hero .background { height: 440px; min-height: 440px; }
  #evvSec{height: 441px;}
  .hero .background .container { height: auto; }
  .hero .hero-text { position: relative; top: 0; left: 0; margin: 0; }
  .hero .hero-text p, .hero .hero-text .vid { margin: 10px 0; }
  .hero .laptop { display: none; }
  .hero .inner { margin:10px; position: relative; }
  .hero .inner:after { clear: both; }

    .hero .vid{/*height:300px;*/width:100% !important;}
    .hero .vid img {width:100%;height:100%;}


  /* Features */
  #features h3 br { display: none; }

  /* Physician's Portal */
  #physicians-portal .btn-wrapper { text-align: center; }
  #physicians-portal { background-position: 40%; }

  /* Testimonials */
  #minimal-carousel .control { display: none; }
  #minimal-carousel .mask { margin: 0; }

  /* Call to Action */
  #call-to-action .axxess { margin-bottom: 10px; }

  /* Overlay Video */
  #overlay { background: black; }
  #overlay .wrapper { width: auto; margin: 0; height: 100%; }
  #overlay .window { border: none; padding: 0; top:50%; margin-top:-150px; border-radius: none; background: none; }
  #overlay .window .close-window { position: fixed; top: 10px; right: 10px; background: rgba(200,200,255,.5); }
  #overlay iframe { border: none; height: 300px !important; }

  #overlay2 { background: black; }
  #overlay2 .wrapper { width: auto; margin: 0; height: 100%; }
  #overlay2 .window { border: none; padding: 0; top:50%; margin-top:-150px; border-radius: none; background: none; }
  #overlay2 .window .close-window { position: fixed; top: 10px; right: 10px; background: rgba(200,200,255,.5); }
  #overlay2 iframe { border: none; height: 300px !important; }

  .laptop{display:none;}


  /* Case Studies */

  #case-hero {
    height:auto;
  }

  #case-hero h1 {
    font-size:56px;
    line-height:64px;
    padding: 0;
    margin:0;
  }

  #case-hero h3 {
    font-size:24px;
    line-height:32px;
  }

  .studies-vid {
    display:none;
  }
/*
  #casestudies h2 {
    font-size:24px;
  }
*/

}
.newsCss a {
  color: #0062d0;
}
a.RegistrationLink, a.RegistrationLink:hover, a.RegistrationLink:visited, a.RegistrationLink:active {
padding: 0 0 1em 1em;
color: #000;
text-decoration: none;
}

/* Landscape phones and down */
@media (max-width: 480px) {

  .blogPro {display:none;}

  .wello {height: 265px !important;}
  .welloAnswer {display: none;}

  .learnWhy{clear: both;}
  nav.nav-main {padding-bottom: 10px;}

/*  Hero - Contact
======================================================= */

.hero-contact {
  height:120px;
  background-color:#ebecec;
  background-image:none;
}

.hero-contact h1 {
  color:#b9243c;
  margin:10px 0 0px 0;
  font-size:36px;

}

.hero-contact h3 {
  font-size:18px;
  margin:0;
  padding:0;

}




/* Code below overrides various hero bkgd images */
@media (min-width: 736px) {
  .hero, #hero, #ondemand_hero, #evvhero {
    /*display: none;*/
    background-image: none !important;
    background-color: #f7f7f7 !important;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }
}

  /* Code below overrides various hero text colors and shadows */

  .hero h3, #hero h3,
  #ondemand_hero h3,
  #evvhero h3,
  #evvhero h1,
  #evvhero .xlheading,
  .hero .xlheading,
  #hero .xlheading,
  #ondemand_hero .xlheading,
  #ondemand_hero h1 {
    color: #000000 !important;
    text-shadow: none !important;
  }

  /* Code below overrides various hero carousels */


  .hero .smallheading, #hero .smallheading, #ondemand_hero .smallheading, .hero h1 strong, #hero h1 strong {
    text-shadow: none !important;
  }

  .hero .hero-text .inner{
    padding:10px;
  }

  .sticky-header {
    display: none;
  }

  .sticky-header .btn {
    padding-left: 1em;
    padding-right: 1em;
  }
  .xlheading {font-size: 50px;}
  .xlheader2, .xlheader3 {font-size:30px;}
  .flexslider .slides img {
    /*max-width: 50% !important;*/
    display: block;
  }

  .container-padded {
    padding: 20px 10px;
  }


  .newsCss{
    margin-top:3px;
    font-size: 10px;
    line-height: 12px;
  }

  #case-hero {
    height:auto;
  }

  #case-hero h1 {
    font-size:56px;
    line-height:64px;
    padding: 0;
    margin:0;
  }

  #case-hero h3 {
    font-size:18px;
    line-height:26px;
  }

  .studies-vid {
    display:none;
  }

/*  #casestudies h2 {
    font-size:24px;
  }
*/
  .line {
    margin:30px 0 30px 0;
    height:1px;
    background-color: #D6D6D6;
  }

  .appStores img {
    margin: 20px 0;
    width: 45%;
    height: auto;
    float: left;
  }
}


/*  Mega Dropdown
======================================================= */

     .mega-dropdown {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 101;
            display: none;
        }
        .mega-dropdown .container {
            padding: 0;
            background: rgba(255,255,255,1);
         /* border-bottom: 1px solid #D5D5D5;
          border-right: 1px solid #D5D5D5;
          border-left: 1px solid #D5D5D5;*/
            box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.25);
        }
        .mega-dropdown table {
            width: 100%;
            table-layout: fixed;
            border-collapse: collapse;
        }
        .mega-dropdown td {
            vertical-align: top;
            box-sizing: border-box;
            padding: 1em;
            cursor: pointer;
            border-width: 0 1px;
            border-style: solid;
            border-color: #eef;
            font-size: .9em;
        }
        .mega-dropdown td:hover {
            background: #f8f8f8;
            background: linear-gradient(#ffffff, #f4f4ff 90%);
        }
        .mega-dropdown td .icon {
/*          margin: 0 5px 0 0; */
/*          float: left; */
            width: 70px;
            display: inline-block;
        }
        .mega-dropdown td h3 {
            margin: 0;
            font-size: 2em;
        }

        .mega-dropdown {
            top: 106px;
            text-shadow: none;
            text-align: left;
            font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        }
        .mega-dropdown .media {
            background-color: #C13D4F;
        }
        .mega-dropdown .media-left {
            width: 280px;
            min-height: 350px;
            padding: 20px;
            float: left;
            background-color: #C13D4F;
            box-sizing: border-box;
        }
        .mega-dropdown .media-left .title {
            font-size: 28px;
            line-height: 28px;
            padding-top: 0;
            padding-bottom: 10px;
            font-weight: normal;
            color: #fff;
            text-shadow: none;
        }
        .mega-dropdown .media-left .desc {
            color: #ffffff;
            padding: 5px 0 15px 0;
            line-height: 22px;
        }
        .mega-dropdown .media-left .btn-watchnow {
            text-transform: uppercase;
            color: #BA394C;
            height: 47px;
            width: 184px !important;
            font-weight: bold;
            margin: 0 auto;
            line-height: 47px !important;
            text-align:center !important;
            padding: 0;
            background-color: #ffffff;
            border-radius: 5px;
            display: inherit;
        }
        .mega-dropdown .media-body .media-list .list-header > span,
        .mega-dropdown .media-left .btn-watchnow > span {
            color: #1B1B1B;
        }
        .left-align{
          text-align: left;
        }
      .mega-dropdown .media-body .media-list .list-header a {
            color: #000;
            white-space: nowrap;
      font-size:14px;
      padding:0;
      margin:0;
        }
        .fix-flyout-margin{
          margin-left: 20px;
        }

        .mega-dropdown .media-left .thumbnail {
            padding: 0;
            border: 0 none;
            height: 150px;
            overflow: hidden;
            border-radius: 0;
        }

        .mega-dropdown .media-left .thumbnail img a {
            padding: 0;
            border: 0 none;
            height: 134px;
            overflow: hidden;
            border-radius: 0;
        }



        .mega-dropdown .media-left .thumbnail > img {
            margin-top: -5px;
        }
        .mega-dropdown .media-body {
            min-height: 350px;
            background-color: #ffffff;
            padding: 20px 10px 20px 20px;
        }
        .mega-dropdown .media-body .media-list {
            left: none;
            display: block;
            text-align: left;
        }

        .mega-dropdown .media-body .media-list.span5 {
            margin-left: 26px;
        }
        .mega-dropdown .media-body .media-list.span3 {
            width: 270px;
            margin-left: 26px;
        }
        @media (max-width: 972px) {
            .mega-dropdown .media-body .media-list.span5,
            .mega-dropdown .media-body .media-list.span3 {
                width: 93%;
            }

        }
        .mega-dropdown .media-body .media-list li {
          text-align: left;
          display: block;
          line-height: 35px;
          border-bottom: 1px solid #f4f4f4;
          width: inherit;
          color: #646464;
          font-size: 14px;
          float: none;
        }
        .mega-dropdown .media-body .media-list li a {
            font-size: 14px;
            padding: 0px;
            margin: 0;
        }
        .mega-dropdown .media-body .media-list li p {
            line-height: 24px;
            font-size: 16px;
            margin: 5px 0px;
        }
        .mega-dropdown .media-body .media-list li:first-child {
          border-top: 0 none;
        }
        .mega-dropdown .media-body .media-list li:hover {

        }
        .mega-dropdown .media-body .media-list li.no-border {
            background-color: transparent;
            border-bottom: 0 none;
        }
        .mega-dropdown .media-body .media-list .list-header {
            color: #BA394C;
            font-weight: bold;
            text-transform: uppercase;
            white-space: nowrap;
            border-bottom: 2px solid #ccc;
            padding: 10px 0 10px;
        }
        .mega-dropdown .media-body .media-list .special {
            padding: 0;
            font-size: 16px;
            color: #BA394C;
        }
        .mega-dropdown .media-body .btn-learn-more {
            background-color: #C13D4F;
            color: #ffffff;
            font-size: 15px;
            padding: 0;
            margin-top:0.85em !important;
            width: 118px !important;
            text-align: center !important;
            border-radius: 3px;
        }
        #careers-dropdown .media-left .title {
            font-size: 28px;
        }

        #careers-dropdown .media-body .btn-learn-more {
            margin-bottom: 10px;
        }

        #evv_dropdown .media,
        #evv_dropdown .media-left {
            background-color: #454C64;
        }

        #resources_dropdown .media-left .title {
            font-size: 30px;
        }
        .nav-main li:hover .mega-dropdown {
            display: block;
        }

        nav.nav-main li .mega-dropdown a:link,
        nav.nav-main li .mega-dropdown a:visited,
        nav.nav-main li .mega-dropdown a:active,
        nav.nav-main li .mega-dropdown a:hover {
            padding: 0;
            line-height: 35px;
            width: 100%;
            text-align: left;
            font-size:14px;
        }

    .axxessred {
      color:#b9243c;

    }


/*  Slideout Menu
======================================================= */


.nav-mobile .navigation {
    position: fixed;
    z-index: 200;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 84%;
    height: 100%;
    margin: 0;
    min-width: 269px;
    overflow: visible;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #FFF;
    text-align: left;
}

.nav-mobile.nav-open .navigation {
  box-shadow: -4px 0 11px -9px #5B5B5B;
}

.nav-mobile {
    height: 64px;
    min-width: 320px;
    transition: all .8s ease;
}

.nav-mobile .btn-phone {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

.nav-mobile,
#wrapper {
    min-width: 320px;
    width: 100%;
    left: 0;
    transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
}

#wrapper.nav-open {
    min-width: 320px;
    transition: all .8s ease;
    -webkit-transform: translate3d(-83%,0,0);
    transform: translate3d(-83%,0,0);
    height: 100%;
    touch-action: pan-y;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.nav-mobile.nav-open {
    -webkit-transform: translate3d(-84%,0,0);
    transform: translate3d(-84%,0,0);
    height: 100%;
}
body.print header,body.print #call-to-action, body.print footer  {
  display:none;
}

.hhcahps-form > input{
  width: 96%;
}
.hhcahps-form > select{
    width: 100%;
}

#hhcahpsForm-submit-btn{
  width:auto;
}
.vendor{
  display: none;
}
@media(min-width:768px){
  .hhcahps-form{
    padding-top: 20px;
  }
 .hhcahps-form > select{
   width: 473px;
 }
 .hhcahps-form > input{
   width: 461px;;
 }
 #hhcahpsForm label{
   width:200px;
 }
}
@media(min-width:544px) and (max-width: 767px){
  #hhcahps-wrapper{
    margin-left: 4vw;
  }
  .hhcahps-form > select{
    font-size: 13px;
  }
  .hhcahps-form option{
    font-size: 12px;
  }
  .hhcahps-form > input {
    width: 98%;
  }
}
@media (max-width: 543px){
#hhcahps-wrapper{
  padding-left: 2%;
  padding-right: 1%;
}
 #hhcahps-form-wrapper{
    padding-left: 0;
    padding-right: 4px;
    min-width: 290px;
  }
  .hhcahps-form > input {
    width: 95%;
  }
  #hhcahpsForm label{
    width:auto;
  }
  .hhcahps-wrapper select{
    font-size: 12px;
  }
  .hhcahps-wrapper option{
    font-size: 11px
  }
  .hhcahps-form > select{
    width: 100%;
    width: calc(100% - 4px);
    font-size: 13px;
    }
}

@media all and (max-width: 1240px) {
  .logoSocialRow {
    /* display: block !important; */
  }
}


















/* Demo Banner Update
======================================================= */

.demo-container h1 {
  text-align: left;
  color: #AF1D2D;
  font-weight: bold;
}
.demo-container p {
  text-align: left;
  letter-spacing: .05em;
  font-weight: 500;
  font-size: large;
}

.demo-bg {
    margin-top: 50px;
    margin-bottom: 50px;
}
.demo-bg-white {
  background-color: #ffffff;
  padding: 80px 0px;
}
.container-bg-color {
  background-color: #f2f2f2;
  position: relative;
  margin: 5% 0 5% 0;
  padding: 50px 30px;
  position: relative;
      max-width: 1200px;
  margin: auto;
}
.demo-video-image {
  position: absolute;
  top: -9%;
  right: 35px;
  z-index: 0;
  width: 60%;
  height: auto;
  align-content: center;
  padding: 0px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all ease 0.2s;
}
.demo-video-image {
    float: right;
    width: 355px;
}

.demo-pad {
  padding: 5% 0px 5% 0px;
}

/* ======== Button ========= */

.redOutlineButton {
  color: #AF1D2D;
  padding: 12px 60px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 5px;
  border: 3px solid #AF1D2D;
  margin-top: 60px;
}

.redOutlineButton:hover {
  background-color: #AF1D2D;
  color:#fff;
  display: inline-block;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}


.btn-new-2:hover {
  background-color: #AF1D2D;
  color: #ffffff;
  border: 2px solid #AF1D2D;
  text-decoration: none;
}

/* Demo Play Icon Style */

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 70%;
  left: 63%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -20px;
  top: 20px;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #b8243c;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: -20px;
  top: 20px;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #b8243c;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#b8243c, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: absolute;
  z-index: 3;
  top: 21%;
  left: -59%;
  width: 0;
  height: 0;
  border-left: 25px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all ease 0.2s;
}

.span-center {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all ease 0.2s;
}


@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}


  @media only screen and (min-width: 1900px) {
      .demo-bg {
    background-color: #f2f2f2;
    }
}

  @media only screen and (max-width: 930px) {
.demo-video-image {
    float: right;
    width: 35vw;
}
    }

  @media only screen and (max-width: 767px) {
    .demo-video-image {
        display: none;
    }
     .demo-container h1 {
      text-align: center;

    }

    .demo-container p {
      text-align: center;
    }
    .demo-container a {
      display: flex;
      justify-content: center;
      align-items: center;
      }
      .redOutlineButton {
          margin-top: 20px;
        }
    }

/* Mobile footer changes (Oct 2019) */

.footer-mobile-ul {
  box-sizing:border-box;
  margin: 10px 0px 10px 0px;
  list-style: none;
  text-align: left;
  padding: 0px 50px 0px 50px;

}

.footer-mobile-ul:hover {
  text-decoration: underline;

}

.arrow {
  border: solid #393839;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.arrow-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
