/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #333333;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #2b8dd6;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #2b8dd6;
    color: #ffffff;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

 img {
    vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

 textarea {
    resize: vertical;
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
}
body {
    /*background: #666;*/
    color: #5c5c5c;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}
hr {
    position: relative;
    border: none;
}
hr:before {
    content: " ";
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
}
/* Paragraph & Typographic */
body, p {
    font-family: 'Raleway';
    font-size: 16px;
    font-weight:400;
}
h1, h2, h3, h4, h5, h6{font-family:'Raleway' ;}
p {
	font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #5c5c5c;
  margin-bottom: 15px;
    -webkit-font-smoothing: antialiased;
}
.secHeader h2 {
	font-weight: 300;
	font-size: 38px;
}
.secHeader p {
	font-size: 19px;
}
strong, b {
	font-weight:600;
}
pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}
small {
    font-size: 12px;
}
blockquote,
blockquote p {
    font-size: 22px;
    line-height: 150%;
    font-style: italic;
  	font-weight: 400;
    color: #868686;
    padding: 0;
    margin-bottom: 22px;
    margin-right: 22px;
    border: 0;
    text-align:left;
}
.quote img {
    height: 60px;
    width: 60px;
    float: left;
    margin: 0 14px 0 0;
}
.quote figcaption {
    font-size: 18px;
    color: #6d6d6d;
    padding-top: 5px;
    margin-left: 72px;
    margin-right: 22px;
    font-weight: 600;
    text-align:left;
}
.quote figcaption p {
    font-size: 18px !important;
    color: #6d6d6d !important;
    font-weight: 700 !important;
    padding:0 !important;
}
.quote figcaption span,
.quote figcaption small,
.quote figcaption p span,
.quote figcaption p small {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #868686;
    line-height: 18px;
}
@media only screen and (max-width: 483px) {
	blockquote,
	blockquote p {
		margin-right: 0;
	}
	.quote figcaption {
		margin-bottom:60px;
	}
}
.text-danger {
  color: #a94442;
}

/* Images */
.overflow-image {
    margin-top: -65px;
}
img {
    max-width: 100%;
    height: auto !important;
}

/* Links */
a {
    color: #428bca;
    word-wrap: break-word;
    -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
    -moz-transition: color 0.2s ease-in, background 0.2s ease-in;
    -ms-transition: color 0.2s ease-in, background 0.2s ease-in;
    -o-transition: color 0.2s ease-in, background 0.2s ease-in;
    transition: color 0.2s ease-in, background 0.2s ease-in;
}
a:hover,
a:focus {
    color: #5c5c5c;
    text-decoration: underline;
    outline: 0;
}
a:before,
a:after {
    -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
    -moz-transition: color 0.2s ease-in, background 0.2s ease-in;
    -ms-transition: color 0.2s ease-in, background 0.2s ease-in;
    -o-transition: color 0.2s ease-in, background 0.2s ease-in;
    transition: color 0.2s ease-in, background 0.2s ease-in;
}

/* Spacer */
.spacer30 {
	height:30px;
	clear: both;
}
.spacer50 {
	height:50px;
	clear: both;
}

img.wp-smiley, img.emoji {
	float:none !important;
}

/* modal */
.modal-vertical-centered {
  transform: translate(0, 40%) !important;
  -ms-transform: translate(0, 40%) !important; /* IE 9 */
  -webkit-transform: translate(0, 40%) !important; /* Safari and Chrome */
}
.modal-header {
  display: none;
}
.modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none !important;
}
.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: .7;
}

button#closeThis.close {
  position: absolute;
  top: -18px;
  right: 4px;
  font-size: 25px;
  opacity: 1;
  /* background-color: #fff; */
  padding: 1px 2px;
  border-radius: 20px;
  text-shadow: none;
  color: #ccc;
}
.intrinsic-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-lg {
  max-width: none !important;
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px !important;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}
@media only screen and (max-width: 483px) {
  .modal-vertical-centered {
  transform: translate(0, 70%) !important;
  -ms-transform: translate(0, 70%) !important; /* IE 9 */
  -webkit-transform: translate(0, 70%) !important; /* Safari and Chrome */
}
}

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

.btn {
	padding:10px 45px;
	border-radius:3px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.btn-standard {
	color:#fff;
	background-color:#2b8dd6;
	border-color:#2b8dd6;
	font-weight: 600;
}
.btn-standard:hover {
	color:#fff;
	opacity:0.85;
}

.btn-ghost {
	color:#2b8dd6;
	background-color:transparent;
	border-color:#2b8dd6;
}
.btn-ghost:hover {
	color:#fff;
	background-color:#2b8dd6;
	border-color:#2b8dd6;
}

.btn-cta {
	display:inline-block;
	background-color:#faa61a;
	padding:14px 60px;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	white-space:nowrap;
	border:0;
	border-radius:3px;
}
.btn-cta:hover {
	text-decoration:none;
	color:#fff;
	opacity:0.85;
}

.btn:active,
.btn.active {
	background-image:none;
	outline:0;
	box-shadow:0 0 0;
}

.btn.chiron-square-btn {
    border-radius: 0;
    border: 2px solid #0072BB;
    padding: 10px 60px 10px 60px;
    font-size: 20px;
    font-weight: 600;
}

.content-editor .btn, .service-split .btn {margin-bottom:25px}

.section-cta .btn {
	margin-top: -75px;
  margin-bottom: 45px;
}
/* Bootstrap Buttons */

.btn-lg, .btn-large,
.btn-group-lg > .btn,
.btn-group-large > .btn {font-size:18px}

.btn-sm,
.btn-group-sm > .btn {
	padding:8px 20px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px;
}
.btn-xs,
.btn-group-xs > .btn {
	padding:3px 8px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px;
}

.light-text .btn-default,
.light-text .btn-default i,
.light-text .btn-default:hover,
.light-text .btn-default i:hover {color:#333}


/* ==========================================================================
   Header + Navigation
   ========================================================================== */
/* nav */
@media screen and (max-width: 580px){
	.navbar-fixed-top {
	position: absolute;
	}
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    -webkit-box-shadow:  none;
    -moz-box-shadow: none;
}
.navbar-inverse {
  background: #002fbb;
  background: -moz-linear-gradient(45deg,  #002fbb 0%, #4095cc 100%);
  background: -webkit-linear-gradient(45deg,  #002fbb 0%,#4095cc 100%);
  background: linear-gradient(45deg,  #002fbb 0%,#4095cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002fbb', endColorstr='#4095cc',GradientType=1 );

	opacity: 0.9;
}
.navbar-default {
	border-color: transparent;
	background-color: #fff;
}
.navbar-nav {
    margin: 16px 0;
}
.navbar-inverse .navbar-nav>li>a {
    color: #FFFFFF;
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  text-decoration:underline;
}
.navbar-inverse .navbar-nav li.current_page_parent a,
.navbar-inverse .navbar-nav li.current_page_item a,
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
    text-decoration:underline;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}
.nav>li>a {
    padding: 12px 17px 8px 17px;
    font-size:14px;
    font-weight:400;
    text-transform: uppercase;
}
.nav>li>a[title="Login"] {
  padding: 10px 17px;
  border:1px solid #fff;
  border-radius: 6px;
  text-decoration: none;
  margin-right:10px;
}
.nav>li>a[title="Login"]:hover,
.nav>li>a[title="Login"]:focus {
  background-color:#fff;
  border: 1px solid #fff;
  color:#428bca;
  text-decoration:none;
}
.nav>li>a[title="Request Demo"],
.nav>li>a[title="Request a Demo"],
.nav>li>a[title="Schedule Demo"],
.nav>li>a[title="Schedule a Demo"] {
  padding: 10px 17px;
  border-radius: 6px;
  background-color:#f9a51a;
  border: 1px solid #f9a51a;
  color:#fff;
  text-decoration: none;
}
.nav>li>a[title="Request Demo"]:hover,
.nav>li>a[title="Request Demo"]:focus,
.nav>li>a[title="Request a Demo"]:hover,
.nav>li>a[title="Request a Demo"]:focus,
.nav>li>a[title="Schedule Demo"]:hover,
.nav>li>a[title="Schedule Demo"]:focus,
.nav>li>a[title="Schedule a Demo"]:hover,
.nav>li>a[title="Schedule a Demo"]:focus {
  background-color:#fff;
  border: 1px solid #f9a51a;
  color:#f9a51a;
  text-decoration:none;
}
ul.dropdown-menu a[href="#"]:hover,
ul.dropdown-menu a[href="#"]:focus {
	text-decoration:none;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: 4px solid #428bca;
}
.navbar-nav>li>.dropdown-menu>li>a,
.navbar-nav>li>.dropdown-menu>li.active>a {
  color: #333333;
}
.navbar-inverse .navbar-nav li.current_page_parent ul.dropdown-menu a,
.navbar-inverse .navbar-nav li.current_page_item ul.dropdown-menu a {
  color: #333333;
  text-decoration:none;
}
.navbar-inverse .navbar-nav li.current_page_parent ul.dropdown-menu a:hover,
.navbar-inverse .navbar-nav li.current_page_parent ul.dropdown-menu a:focus,
.navbar-inverse .navbar-nav li.current_page_item ul.dropdown-menu a:hover,
.navbar-inverse .navbar-nav li.current_page_item ul.dropdown-menu a:focus {
  color: #333333;
  text-decoration:underline;
}
.navbar-inverse .navbar-nav li.current_page_parent ul.dropdown-menu li.current_page_item a,
.navbar-inverse .navbar-nav li.current_page_item ul.dropdown-menu li.current_page_item a,
.navbar-inverse .navbar-nav li.menu-item-has-children li.current_page_parent a,
.navbar-inverse .navbar-nav li.menu-item-has-children li.current_page_item a {
  color: #333333;
  text-decoration:underline;
}
.dropdown-menu>li>a:hover {
  background-color:transparent;
  text-decoration:underline;
}
.navbar-inverse .navbar-toggle {
    border-color: #fff;
    background-color: #fff;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #fff;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #333;
}
.navbar-toggle {
    margin-top: 20px;
    margin-right: 15px;
}
.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #333;
}
.navbar-brand {
    height:73px;
    padding: 10px 0;
}
.navbar-brand img {
    max-height:53px;
}
.navbar-brand svg {
  width: 167px;
  height: 53px;
}

/* dropdown */
.dropdown-menu {
    margin: 0px auto;
}
.dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0px;
    left: 0;
    top: 0px;
    position: relative;
    border: none;
    box-shadow: none;
    padding-left: 15px;
    display: none;
}
.navbar .nav > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after {
    display: none;
}
@media only screen and (min-width: 991px) {
  .navbar ul.nav li:hover > ul.dropdown-menu {
    display: block;
	}
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
   .dropdown .dropdown-menu li>a:hover>.dropdown-menu {
  	display: block;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-brand {
    margin-left: 15px;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color:#333;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color:#333;
    text-decoration:underline;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #333;
    background-color: #fff;
  }
  .nav>li>a[title="Login"],
  .nav>li>a[title="Request Demo"],
  .nav>li>a[title="Request a Demo"],
  .nav>li>a[title="Schedule Demo"],
  .nav>li>a[title="Schedule a Demo"] {
    margin:20px 0 0 0;
  }
  .dropdown-menu .dropdown-menu {
  	display: block;
  }
}
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 0 0 20px 0;

    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

/* ==========================================================================
   Homepage V2
   ========================================================================== */
/* Typography */
#home-page h1 {
	font-size:46px;
	font-weight: 300;
	color:#666666;
	line-height: 1.2;
}
#home-page h2 {
	font-size:36px;
	font-weight: 400;
	line-height: 40px;
	color:#666666;
}
#home-page h3 {
	font-size:24px;
	font-weight: 500;
	color:#666666;
}
#home-page h4 {
	font-size:18px;
	font-weight: 400;
	color:#666666;
}
#home-page h5 {
	font-size:16px;
	font-weight: 600;
	color:#666666;
}
#home-page p {
	font-size:18px;
	font-weight: 400;
	line-height:24px;
	color:#666666;
}
#home-page .white-text h1,
#home-page .white-text h2,
#home-page .white-text h3,
#home-page .white-text h4,
#home-page .white-text h5,
#home-page .white-text p {
  color:#fff;
}

/* Links */
#home-page a {
    color: #2B8DD6;
    word-wrap: break-word;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
    -moz-transition: color 0.2s ease-in, background 0.2s ease-in;
    -ms-transition: color 0.2s ease-in, background 0.2s ease-in;
    -o-transition: color 0.2s ease-in, background 0.2s ease-in;
    transition: color 0.2s ease-in, background 0.2s ease-in;
}
#home-page a:hover,
#home-page a:focus {
    color: #2B8DD6;
    text-decoration: underline;
    outline: 0;
}
#home-page a:before,
#home-page a:after {
    -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
    -moz-transition: color 0.2s ease-in, background 0.2s ease-in;
    -ms-transition: color 0.2s ease-in, background 0.2s ease-in;
    -o-transition: color 0.2s ease-in, background 0.2s ease-in;
    transition: color 0.2s ease-in, background 0.2s ease-in;
}
#home-page .white-text a {
    color: #fff;
    text-decoration: underline;
}
#home-page .white-text a:hover,
#home-page .white-text a:focus {
    color: #fff;
    text-decoration: none;
}

/* Button */
#home-page .btn.btn-lg,
.btn.btn-lg {
  font-size:30px;
  font-weight: 300;
  border-radius: 6px;
  padding:15px;
}
#home-page .btn.btn-orange,
.btn.btn-orange {
  background-color:#f9a51a;
  border: 2px solid #f9a51a;
  color:#fff;
  text-decoration: none;
}
#home-page .btn.btn-orange:hover,
#home-page .btn.btn-orange:focus,
.btn.btn-orange:hover,
.btn.btn-orange:focus {
  background-color:#fff;
  border: 2px solid #f9a51a;
  color:#f9a51a;
  text-decoration:none;
}

/* Section Style */
#home-page section#homepage-hero {
	height:525px;
	background-size: cover;
	background-position:right center;
}
#home-page section#homepage-hero .banner-wrapper {
	margin-top:23%;
}
#home-page section#homepage-hero h1 {
  margin-bottom:50px;
}
#home-page .secTitle {
  margin-bottom:75px;
}
#home-page .secTitle h2 {
  margin-bottom:20px;
}
#home-page section.callout {
  background-color:#ececf4;
}
#home-page section.callout.sml {
  padding-top:25px;
  padding-bottom:30px;
}
#home-page section.callout.sml h2 {
	font-size:32px;
	font-weight: 300;
}
#home-page section.callout.lrg {
  padding-top:80px;
  padding-bottom:80px;
}
#home-page section.twoColumn,
#home-page section.threeColumn {
  padding-top:55px;
  padding-bottom:55px;
}
#home-page .gradientBG {
  background: #4095cc;
  background: -moz-linear-gradient(45deg,  #4095cc 0%, #002fbb 100%);
  background: -webkit-linear-gradient(45deg,  #4095cc 0%,#002fbb 100%);
  background: linear-gradient(45deg,  #4095cc 0%,#002fbb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4095cc', endColorstr='#002fbb',GradientType=1 );
}
#home-page .thumbAlign {
  padding-top: 22px;
}
#home-page .mrg20 img,
#home-page .mrg20 h3 {
  margin-bottom: 20px;
}
#home-page img.brand {
  margin: 0 20px;
}
#home-page .row.videoLink {
  margin-bottom:65px;
  background-size:cover;
  background-position:center center;
}
#home-page .videoWrapper {
  height:662px;
  display: table;
  padding-bottom: 35px;
}
#home-page .videoTxt {
    vertical-align: bottom;
    display: table-cell;
}
#home-page .videoWrapper h2 {
    margin-top:40px;
}
#home-page .videoTxt p {
  font-size:20px;
}
#home-page .mask {
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
#home-page .quote h3 {
  margin-bottom:25px;
}
#home-page .quote .caption img.img-circle {
  height:60px;
  width:60px;
  float: none;
  margin: 0;
  padding:10px 0;
}
#home-page .quote .caption p {
    font-size:16px;
}
#home-page section#cta,
section#cta {
  padding-top:100px;
  padding-bottom:100px;
}
#home-page section#cta h2,
section#cta h2 {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 36px;
  line-height: 40px;
  color: #666666;
}
#home-page section#cta p,
section#cta p {
  font-size:26px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 40px;
}
@media only screen and (max-width: 783px) {
  #home-page .secTitle h2 {
    margin-bottom: 10px;
  }
  #home-page .videoWrapper h2 {
    font-size:30px;
  }
  #home-page .btn.btn-orange,
  .btn.btn-orange {
    width:100%;
  }
  #home-page img.brand {
    margin:0;
    padding:20px;
  }
}
@media only screen and (max-width: 483px) {
  #home-page section#homepage-hero {
	background-position:-1110px center;
  }
  #home-page section#homepage-hero .banner-wrapper {
    margin-top: 38%;
  }
  #home-page h1 {
    font-size: 40px;
  }
  #home-page .row.videoLink {
    background-position: -200px center;
  }
  #home-page .videoWrapper h2 {
    font-size:23px;
    line-height: 30px;
  }
  #home-page .text-xs-center {
    text-align:center;
  }
  #home-page .col-sm-3,
  #home-page .col-sm-4,
  #home-page .col-sm-5,
  #home-page .col-sm-9 {
    margin-bottom:40px;
  }
  #home-page .secTitle {
  margin-bottom:25px;
  }
  #home-page section#cta,
  section#cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* Typed Code */
.typedWrapper {
    position: relative;
    height: 300px;
    max-width: 450px;
    padding: 20px 5px;
    border: 1px solid #ECF0F3;
    border-radius: 5px;
    color: #95999D;
    overflow: hidden;
    counter-reset: code-line;
    overflow: hidden;
    box-shadow: -1px 1px 4px 0px rgba(48,54,62,0.05);
}
#typed-code .syntax-p {
    color: #E26D83;
}
#typed-code .syntax-b {
    color: #559EC3;
}
#typed-code .syntax-g {
    color: #A3D749;
}
@media only screen and (max-width: 483px) {
  .typedWrapper {
    padding:20px;
  }
}

/* banner animation v2 */
#home-page section#homepage-hero h1 {
  margin-bottom:50px;
  /*text-shadow: 2px 4px 3px rgba(0,0,0,0.7);*/
}
#home-page section#homepage-hero {
	-webkit-transition: height 0.4s ease-out;
	-moz-transition: height 0.4s ease-out;
	transition: height 0.4s ease-out;
	display: block;
	height: 525px;
	background-color: #0071bb;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	background-image: -webkit-linear-gradient(#00439c,#0066a8);
  background-image: linear-gradient(#00439c,#0066a8);
}
#home-page section#homepage-hero .slideshow {
	width: 100%;
	height: 100%;
	position: absolute;
}
#home-page section#homepage-hero .slideshow>div {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#home-page section#homepage-hero .animated-headline {
	position: relative;
	color: #ffffff;
	float: left;
	display: block;
	width: 100%;
}
#home-page section#homepage-hero .module {
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	/*background-image:url('../images/dots.png');*/
	position: relative;
	margin-top: 170px;
	padding-bottom: 15px;
}
#home-page section#homepage-hero .module .animated-headline .animation {
    display: inline-block;
}
#home-page section#homepage-hero .module .animated-headline .headline-partial {
    display: none;
}
#home-page section#homepage-hero .module .headline p {
	display: inline-block;
	position: relative;
}
@media (max-width: 1120px) {
	#home-page section#homepage-hero .module {
    width: 70%;
	}
}
@media (max-width: 780px) {
	#home-page section#homepage-hero .animated-headline {
    font-size: 35px;
	}
	#home-page .btn.btn-lg {
    font-size: 25px;
    padding: 12px;
	}
}
@media (max-width: 688px) {
	#home-page section#homepage-hero .animated-headline {
    font-size: 30px;
	}
	#home-page .btn.btn-lg {
    font-size: 22px;
    padding: 10px;
	}
}
@media (max-width: 500px) {
	#home-page section#homepage-hero {
		height: 375px;
	}
	#home-page section#homepage-hero h1 {
    margin-bottom: 25px;
}
	#home-page section#homepage-hero .module {
    width: 84%;
    margin-top: 100px;
	}
	#home-page section#homepage-hero .animated-headline {
    font-size: 25px;
	}
	#home-page .btn.btn-lg {
    font-size: 18px;
    padding: 8px;
	}
}

/*Opaque radial background*/
#home-page section#homepage-hero .module.opaqueBG {
	margin-top: 45px;
	padding-top:125px;
	padding-bottom: 85px;
	background: -moz-radial-gradient(ellipse at center, rgba(35,35,35,0.8) 0%,rgba(35,35,35,0.7) 12%,rgba(35,35,35,0) 70%,rgba(35,35,35,0) 100%);
	background: -webkit-radial-gradient(ellipse at center, rgba(35,35,35,0.8) 0%,rgba(35,35,35,0.7) 12%,rgba(35,35,35,0) 70%,rgba(35,35,35,0) 100%);
	background: radial-gradient(ellipse at center, rgba(35,35,35,0.8) 0%,rgba(35,35,35,0.7) 12%,rgba(35,35,35,0) 70%,rgba(35,35,35,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc232323', endColorstr='#00232323',GradientType=1 );
}
@media (max-width: 500px) {
	#home-page section#homepage-hero .module.opaqueBG {
    margin-top: 50px;
    padding-top:55px;
	padding-bottom: 55px;
	}
}


/* ==========================================================================
   Animation
   ========================================================================== */
.step1.wow {}
.step2.wow {
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -moz-animation-duration: 2s;
  -moz-animation-delay: 1s;
  animation-duration: 2s;
  animation-delay: 1s;
}
.step3.wow {
  -webkit-animation-duration: 3s;
  -webkit-animation-delay: 2s;
  -moz-animation-duration: 3s;
  -moz-animation-delay: 2s;
  animation-duration: 3s;
  animation-delay: 2s;
}
.step4.wow {
  -webkit-animation-duration: 4s;
  -webkit-animation-delay: 3s;
  -moz-animation-duration: 4s;
  -moz-animation-delay: 3s;
  animation-duration: 4s;
  animation-delay: 3s;
}
.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-ms-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

/* OS X Window Chrome */

.widget-chrome {
  display: block;
  background-color: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px, rgba(0, 0, 0, 0.1) -1px -1px, rgba(0, 0, 0, 0.1) 1px -1px, rgba(0, 0, 0, 0.1) -1px 1px, rgba(0, 0, 0, 0.2) 0 0 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px, rgba(0, 0, 0, 0.1) -1px -1px, rgba(0, 0, 0, 0.1) 1px -1px, rgba(0, 0, 0, 0.1) -1px 1px, rgba(0, 0, 0, 0.2) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px, rgba(0, 0, 0, 0.1) -1px -1px, rgba(0, 0, 0, 0.1) 1px -1px, rgba(0, 0, 0, 0.1) -1px 1px, rgba(0, 0, 0, 0.2) 0 0 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  height: 246px;
  margin: 0 auto;
}

.toolbar {
  position: relative;
  height: 24px;
  border-bottom: 1px solid #686868;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I4YjdiOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4e4e4), color-stop(100%, #b8b7b8));
  background: -moz-linear-gradient(#e4e4e4, #b8b7b8);
  background: -webkit-linear-gradient(#e4e4e4, #b8b7b8);
  background: linear-gradient(#e4e4e4, #b8b7b8);
  -moz-box-shadow: #f1f1f1 0 1px inset;
  -webkit-box-shadow: #f1f1f1 0 1px inset;
  box-shadow: #f1f1f1 0 1px inset;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0 0;
}

.traffic-light {
  position: absolute;
  display: inline;
  left: 4px;
}

.red-light,
.yellow-light,
.green-light {
  width: 12px;
  height: 12px;
  display: block;
  margin: 5px 4px 4px 4px;
  background: #000;
  float: left;
  position: relative;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjZweCIgY3k9IjE4cHgiIHI9IjUlIj48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjZweCIgY3k9Ii0xcHgiIHI9IjMlIj48c3RvcCBvZmZzZXQ9IjMzLjMzMzMzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-radial-gradient(6px 18px, rgba(255, 255, 255, 0.7) 2px, rgba(255, 255, 255, 0) 5px), -moz-radial-gradient(6px -1px, #ffffff 1px, rgba(255, 255, 255, 0) 3px);
  background-image: -webkit-radial-gradient(6px 18px, rgba(255, 255, 255, 0.7) 2px, rgba(255, 255, 255, 0) 5px), -webkit-radial-gradient(6px -1px, #ffffff 1px, rgba(255, 255, 255, 0) 3px);
  background-image: radial-gradient(6px 18px, rgba(255, 255, 255, 0.7) 2px, rgba(255, 255, 255, 0) 5px), radial-gradient(6px -1px, #ffffff 1px, rgba(255, 255, 255, 0) 3px);
  -moz-box-shadow: rgba(0, 0, 0, 0.9) 0 1px 4px inset, rgba(255, 255, 255, 0.5) 0 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.9) 0 1px 4px inset, rgba(255, 255, 255, 0.5) 0 1px;
  box-shadow: rgba(0, 0, 0, 0.9) 0 1px 4px inset, rgba(255, 255, 255, 0.5) 0 1px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

.red-light {
  background-color: #f24443;
}

.yellow-light {
  background-color: #f0aa5a;
}

.green-light {
  background-color: #88be72;
}

/* Animated Code Output */
pre.animated-code {
  background: #fff;
}
.animated-code {
  padding: 16px;
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  line-height: 1.4em;
}

.code-line::before {
  color: #bbb;
  content: attr(title);
  display: inline-block;
  font-family: sans-serif;
  font-size: 9px;
  margin-left: -12px;
  margin-right: 16px;
  text-align: right;
  width: 16px;
  z-index: 2;
}


.highlight-red {
  color: crimson;
}

.highlight-blue {
  color: cornflowerblue;
}

.highlight-green {
  color: turquoise;
}

/* ==========================================================================
   Footer
   ========================================================================== */
#footer {
	background: #002fbb;
  background: -moz-linear-gradient(45deg,  #002fbb 0%, #4095cc 100%);
  background: -webkit-linear-gradient(45deg,  #002fbb 0%,#4095cc 100%);
  background: linear-gradient(45deg,  #002fbb 0%,#4095cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002fbb', endColorstr='#4095cc',GradientType=1 );

  color: #fff;
  padding: 30px 0 40px 0;
}
#footer h5 {
	font-size:16px;
	font-weight: 600;
	line-height:20px;
	color:#fff;
	margin-bottom:15px;
	text-transform: uppercase;
}
#footer p {
	font-size:16px;
	font-weight: 400;
	line-height:20px;
	color:#fff;
}
#footer .pageLink p {
  margin-bottom:5px;
}
#footer .pageLink .pageList {
  margin-left:15px;
}
#footer a {
  color:#fff;
  text-decoration:none;
}
#footer a:hover,
#footer a:focus {
  color:#fff;
  text-decoration:underline;
}
#footer .brand {
  margin-bottom:30px;
}
#footer i {
  font-size: 20px;
  border: 2px solid #fff;
  border-radius: 6px;
  margin-right:5px;
  margin-bottom:20px;
}
#footer i:hover {
  border: 2px solid #fff;
  color:#2B8DD6;
  background-color:#fff;
}
#footer i.fa-twitter {
  padding: 8px 10px;
}
#footer i.fa-facebook {
  padding: 8px 14px;
}
#footer i.fa-linkedin {
  padding: 8px 10px;
}
#footer i.fa-google-plus {
  padding: 8px 6px;
}
#footer .copyright {
  padding: 25px 0 15px;
}
#footer .copyright a {
	color: #ffcc33;
	text-decoration:underline;
}
#footer .copyright a:hover,
#footer .copyright a:focus {
	color: #ffcc33;
	text-decoration:none;;
}
@media only screen and (max-width: 483px) {
  #footer .col-sm-3 {
    margin-bottom:40px;
  }
  #footer {
    text-align:center;
  }
}

/* ==========================================================================
   Blog
   ========================================================================== */
#blog-page section#hero .page {
  height:400px;
}
#blog {
  margin-bottom:50px;
}
#blog-page #blog article {
  margin-top: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid #dedede;
}
#blog-page #blog article:last-child {
  border-bottom:none;
}
#blog-post #blog article {
  margin-top: 40px;
}
#blog article header h1 {
  font-size: 46px;
  font-weight: 300;
  color: #666666;
}
#blog article header h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  color: #666666;
}
#blog article header.blogPost {
  border-bottom: 2px solid #e6e6e6;
}
#blog article .entry-summary p,
#blog article .entry-content p {
  font-size:18px;
}
#blog article .entry-content p.byline {
  font-size:16px;
}
#blog article img:hover,
#blog article img:focus {
  opacity:0.83;
}
#blog article .entry-content img.alignright {
	float:right;
}
#blog article .entry-content img.alignleft {
	float:left;
}
#blog section.widget {
  margin-top: 50px;
}
#blog section.widget h3 {
  font-size: 20px;
  font-weight: 600;
  color: #666666;
}
#blog section.widget ul {
  padding-left:0;
}
#blog section.widget ul li {
  font-size:16px;
  font-weight:400;
  padding: 8px 0;
  list-style: none;
  border-bottom: 1px solid #e2e2e2;
}
#blog section.widget .tagcloud a {
  text-align: center;
    font-size: 16px !important;
    padding: 6px;
    line-height: 34px;
    background-color: #f5f5f5;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
#blog section.widget .tagcloud a:hover {
	background-color:#2b8dd6;
	color:#fff;
	text-decoration:none;
}
#blogHeader {
  margin-top:70px;
}
#blogHeader article header.blogPost {
  border-bottom: 2px solid #e6e6e6;
}
/* pagination */
section#pagination {
  margin-top:45px;
}
section#pagination nav ul.pagination {
    display: block;
}
section#pagination nav ul.pagination li a {
  font-weight: 400;
  border-radius: 3px;
  padding: 12px 35px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
section#pagination nav ul.pagination li a:hover,
section#pagination nav ul.pagination li a:focus {
  color:#fff;
  background-color:#337ab7;
}
section#pagination nav ul.pagination li a[title="previous"] {
    float:right;
}

@media only screen and (max-width: 483px) {
  #blog-page section#hero .page {
    height:362px;
  }
  #blog-page section#hero .page {
    padding-top: 47%;
  }
  #blog .text-xs-center {
    text-align:left;
  }
  #blog article .entry-content img.alignright,
  #blog article .entry-content img.alignleft {
    float: none;
    margin: 0 auto 20px auto;
	}
}

/* ==========================================================================
   Hero Banner
   ========================================================================== */
section#hero {
    margin-top: 0;
}
section#hero.no-banner {
    margin-top: 60px;
}
section#hero .page {
	padding-top: 172px;
	padding-bottom: 60px;
	background-color: #ececec;
	background-position: center top;
	background-size: cover;
	height:462px;
}
section#hero .page h1 {
	font-size: 48px;
  font-weight: 600;
  color:#ffffff;
  margin-bottom: 40px;
}
section#hero .page p {
	font-size: 22px;
  line-height: 30px;
  color:#ffffff;
  margin-bottom: 40px;
}
section#hero .page img.banner-cta {
	max-width:300px;
}
section#hero .page img {
	display: inline-block;
	opacity:0.85;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
section#hero .page img:hover {
	opacity:1;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
@media only screen and (max-width: 783px) {
	section#hero .page {
    padding-top: 27%;
    padding-bottom: 17%;
  }
	section#hero .page h1 {
		font-size: 35px;
    margin-bottom: 30px;
    margin-top:0;
	}
	section#hero .page img.banner-cta {
	max-width:250px;
	}
}
@media only screen and (max-width: 483px) {
	section#hero .page {
    height: 362px;
  }
  section#hero .page h1.text-long {
		font-size: 28px;
	}
}


/* ==========================================================================
   Product Page
   ========================================================================== */
section.product-main {
  padding-top: 65px;
}
section.product-main .main h2 {
    font-size: 38px;
    font-weight: 300;
    margin: 0 0 20px;
}
section.product-main .main h2 img {
	display:inline-block;
}
section.product-main .main p {
	padding-bottom: 60px;
	font-size: 19px;
  color: #5c5c5c;
  margin-bottom: 0;
}
section.product-main .sub h3 {
	color: #0072bc;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}
section.product-main .sub {
  margin-bottom: 45px;
}
section.product-main .sub p {
	font-size: 18px;
	padding: 0 15px;
	color: #5c5c5c;
	margin-bottom: 20px;
}
section.product-cta {
	padding:35px 0;
}
section.product-cta p {
	color: #fff;
	font-size: 22px;
  font-weight: 700;
  margin: 0;
}
section.product-cta a,
section.product-cta a.btn {
	font-size: 18px;
  padding: 12px 15px;
  border: none;
  border-radius: 0;
  color:#fff;
  font-weight: 700;
  width: 100%;
}
section.product-cta .btn:hover,
section.product-cta .btn:focus {
    color: #fff;
    opacity: 0.85;
}
section.product-oneCol {
	padding-top: 40px;
}
section.product-twoCol {
	padding-top: 35px;
}
section.product-oneCol h2 {
	margin-bottom: 30px;
}
section.product-twoCol h2 {
	font-weight: 300;
	font-size: 38px;
	margin-bottom: 50px;
}
section.product-oneCol p,
section.product-twoCol p {
	font-size: 18px;
	margin-bottom: 20px;
}
section.product-twoCol.imgRight img,
section.product-twoCol.imgLeft img {
	margin-bottom:40px;
}
section.product-twoCol.imgRight img[alt="Seamless EHR/PM Integration"],
section.product-twoCol.imgRight img[alt="Telemedicine Eligibility Verification"] {
  margin-top:50px;
}
section.product-twoCol.imgLeft img[alt="Telemedicine Eligibility Verification"] {
  margin-bottom:0;
}
section.product-oneCol img.brand {
	padding: 30px 20px;
}
section.product-oneCol img.img-responsive {
	display:inline-block;
}
section.product-ctaSec {
	padding: 50px 0 70px 0;
	background-color: #f0f5f9;
}
section.product-ctaSec h2 {
	font-size: 48px;
	font-weight: 300;
	margin-bottom: 15px;
}
section.product-ctaSec p {
	font-size: 26px;
	font-weight: 300;
  line-height: 35px;
}
section.product-ctaSec a {
    border-radius: 0;
    border: 2px solid #0072BB;
    padding: 10px 60px 10px 60px;
    font-size: 20px;
    font-weight: 600;
}
section.product-ctaSec a:hover,
section.product-ctaSec a:focus {
	text-decoration:none;
}

@media only screen and (max-width: 783px) {
	section.product-cta,
	section.product-oneCol,
	section.product-twoCol {
		text-align:center;
	}
	section.product-cta {
		margin:35px 0;
	}
	section.product-twoCol img {
		display:inline-block;
	}
	section.product-cta a,
	section.product-cta a.btn {
		margin-top:20px;
	}
}
@media only screen and (max-width: 483px) {
	section.product-ctaSec h2 {
		font-size: 38px;
	}
	section.product-ctaSec p {
		font-size: 22px;
		line-height: 25px;
	}
}

/* ==========================================================================
   clinical Page
   ========================================================================== */
section.clinical-nav {
	border-bottom: 2px solid #e8e3e3;
    padding: 20px 0 0 0;
}
section.clinical-nav h3 {
	font-size: 18px;
	font-weight:400;
}
section.clinical-nav a:hover,
section.clinical-nav a:focus {
	text-decoration:none;
}
section.clinical-nav .active {
	border-bottom: 3px solid #0070bf;
}
section.clinical-oneCol,
section.clinical-threeCol,
section.clinical-fourCol{
	padding-top: 50px;
	padding-bottom: 30px;
}
section.clinical-twoCol {
	padding-bottom: 50px;
}
section#faq-clinical {
	padding-top: 20px;
	padding-bottom: 30px;
}
section.clinical-oneCol h2,
section.clinical-twoCol h2,
section.clinical-threeCol h2,
section.clinical-fourCol h2,
section#faq-clinical h2 {
	font-weight: 300;
	font-size: 38px;
}
section.clinical-oneCol h4,
section.clinical-twoCol h4,
section.clinical-threeCol h4,
section.clinical-fourCol h4,
section#faq-clinical h4 {
	font-weight: 400;
	font-size: 26px;
  line-height: 35px;
}
section.clinical-oneCol p,
section.clinical-twoCol p,
section.clinical-threeCol p,
section.clinical-fourCol p {
    font-size: 18px;
    color: #5c5c5c;
}
section.clinical-oneCol p,
section.clinical-twoCol p,
section.clinical-threeCol p,
section.clinical-fourCol p {
    margin-bottom: 0;
}
section.clinical-threeCol p,
section.clinical-fourCol p {
    padding: 0 15px;
}
section.clinical-oneCol .secHeader p,
section.clinical-twoCol .secHeader p,
section.clinical-threeCol .secHeader p,
section.clinical-fourCol .secHeader p {
    font-size: 19px;
}
section.clinical-oneCol blockquote p,
section.clinical-twoCol blockquote p,
section.clinical-threeCol blockquote p,
section.clinical-fourCol blockquote p {
    font-size: 22px;
    line-height: 150%;
    font-style: italic;
  	font-weight: 400;
    color: #868686;
    padding: 0;
    margin-bottom: 22px;
    margin-right: 22px;
    border: 0;
    text-align:left;
}
section.clinical-threeCol h3,
section.clinical-fourCol h3 {
    color: #0072bc;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}
section.clinical-oneCol h3,
section.clinical-twoCol h3 {
	font-size: 26px;
	font-weight: 600;
  color: #515151;
}
section.clinical-oneCol .secBody h3,
section.clinical-twoCol .secBody h3 {
	font-size: 22px;
}
section.clinical-oneCol img.img-responsive,
section.clinical-twoCol img.img-responsive,
section.clinical-threeCol img.img-responsive,
section.clinical-fourCol img.img-responsive {
	display:inline-block;
}
section.clinical-oneCol .blueBox {
	background: #0072BC;
	padding: 15px 30px;
	width: 60%;
	margin:0 auto;
}

section.clinical-oneCol .blueBox,
section.clinical-oneCol .blueBox p {
	color: #fff;
	font-size: 24px;
	font-weight:600;
}
section#faq-clinical #accordion .panel-heading p {
	color: #0072bb;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}
section#faq-clinical #accordion .panel-heading a:hover,
section#faq-clinical #accordion .panel-heading a:focus {
	text-decoration:none;
}
section#faq-clinical #accordion .panel-body p {
	margin-left: 20px;
	margin-bottom: 20px;
  border-left: 3px solid #0072bb;
  padding-left: 10px;
  font-size: 18px;
}
section#faq-clinical #accordion .panel {
    border:none;
    background-color: transparent;
    box-shadow: none;
}
section#faq-clinical #accordion .panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border: none;
}
section#faq-clinical #accordion .panel-heading {
    padding: 0;
}
section#faq-clinical #accordion .panel-body {
    padding: 0;
}
section#faq-clinical #accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fff;
}
section#callout {
border-bottom: 1px solid #999;
}
section#callout h2 {
	font-weight: 600;
	font-size: 38px;
	color:#fff;
	margin:0;
}
section#callout p.cta-bar {
	color:#fff;
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	text-align: left;
}
section#callout a,
section#callout a.btn {
    font-size: 18px;
    padding: 12px 15px;
    border: none;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    width: 100%;
}
section#callout .btn:hover,
section#callout .btn:focus {
    color: #fff;
    opacity: 0.85;
}
section#callout .calloutTitle {
	background: #0072bc;
  padding: 38px 0;
}
section#callout .calloutBody {
	background: #f1f6f9;
  padding-top: 50px;
  padding-bottom:62px;
}
section#callout .calloutBody p {
    margin: 30px 0;
    font-size: 18px;
}
section#callout.noBorder {
border-bottom: none;
}
section#callout.noBorder .calloutBody {
  padding-top: 0;
  padding-bottom: 0;
}
section.clinical-fullWYSYWYG h2 {
	font-weight: 300;
	font-size: 38px;
}
.follow-up,
.follow-up2 {
	margin: 80px 0;
}
.follow-up.bg-blue {
	background-image:url('../images/follow-up-bg.png');
  background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 80px;
}
.follow-up2 {
	background-size: cover;
}
.follow-up img {
	display:inline-block;
}
.follow-up .follow-up-block .list-checks,
ul.list-checks {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}
.follow-up .list-checks,
ul.list-checks {
	padding: 0;
	list-style: none;
	display: inline-block;
}
.follow-up .list-checks li,
.list-checks li {
	text-align:left;
}
.follow-up .reimbursement-list-left,
.follow-up .reimbursement-list-right,
.list-checks i.blue {
  color: #1662AE;
  font-weight:700;
}
.list-checks li {
	font-weight:600;
	padding-bottom:10px;
}
.follow-up .follow-up-btn {
	font-weight:600;
	background-color: #428bca;
  border-color: #357ebd;
}
@media only screen and (min-width: 783px) {
	section.clinical-twoCol .secBody {
		padding-left: 60px;
	}
}
@media only screen and (max-width: 783px) {
	.follow-up.bg-blue {
		background-image:none;
	}
	section.clinical-threeCol p,
	section.clinical-fourCol p {
		margin-bottom:30px;
	}
	section.clinical-cta {
		text-align:center;
	}
	section.clinical-cta {
		margin:35px 0;
	}
	section.clinical-cta a,
	section.clinical-cta a.btn {
		margin-top:20px;
	}
}
@media only screen and (max-width: 483px) {
	.btn.follow-up-btn {
    padding: 10px 25px;
  }
	section.clinical-twoCol {
		text-align:center;
	}
}

/* ==========================================================================
   Reimbursement Page && Regulation Overview Page && SEO Page
   ========================================================================== */
section.reimbursement-oneCol,
section.reimbursement-threeCol,
section.reimbursement-fourCol {
	padding-top: 50px;
	padding-bottom: 30px;
}
section.reimbursement-twoCol,
section.reimbursement-fullCol {
	padding-bottom: 50px;
}
section.reimbursement-oneCol h2,
section.reimbursement-twoCol h2,
section.reimbursement-threeCol h2,
section.reimbursement-fourCol h2,
section.reimbursement-fullCol h2 {
	font-weight: 300;
	font-size: 38px;
}
section.reimbursement-oneCol h4,
section.reimbursement-twoCol h4,
section.reimbursement-threeCol h4,
section.reimbursement-fourCol h4,
section.reimbursement-fullCol h4 {
	font-weight: 400;
	font-size: 26px;
  line-height: 35px;
}
section.reimbursement-oneCol p,
section.reimbursement-twoCol p,
section.reimbursement-threeCol p,
section.reimbursement-fourCol p,
section.reimbursement-fullCol p {
    font-size: 18px;
    color: #5c5c5c;
}
section.reimbursement-threeCol p,
section.reimbursement-fourCol p {
    padding: 0 15px;
}
section.reimbursement-oneCol .secHeader p,
section.reimbursement-twoCol .secHeader p,
section.reimbursement-threeCol .secHeader p,
section.reimbursement-fourCol .secHeader p,
section.reimbursement-fullCol .secHeader p {
    font-size: 19px;
}
section.reimbursement-threeCol h3,
section.reimbursement-fourCol h3 {
    color: #0072bc;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}
section.reimbursement-oneCol h3,
section.reimbursement-twoCol h3,
section.reimbursement-fullCol h3 {
	font-size: 26px;
	font-weight: 600;
  color: #515151;
}
section.reimbursement-oneCol .secBody h3,
section.reimbursement-twoCol .secBody h3,
section.reimbursement-fullCol .secBody h3 {
	font-size: 22px;
}
section.reimbursement-oneCol .secHeader h4 {
	margin-top: 45px;
  margin-bottom: 45px;
}
section.reimbursement-oneCol img.img-responsive,
section.reimbursement-twoCol img.img-responsive,
section.reimbursement-threeCol img.img-responsive,
section.reimbursement-fourCol img.img-responsive {
	display:inline-block;
}
section.reimbursement-fullCol img.img-responsive {
	margin: 0 auto;
}
.us-legend-telemedicine,
.us-legend-proposed {
	display:inline-block;
	color: #fff !important;
	padding: 3px 20px;
	border-radius: 15px;
	margin-bottom: 25px;
	font-weight:600;
}
.us-legend-telemedicine {
	background: #0673ba;
}
.us-legend-proposed {
	background: #faa61b;
}
.chiron-circle-bullet {
    border-radius: 50%;
    background: #0072BC;
    padding: 10px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 10px;
}
.circle-bullet-txt {
    color: #0072BC;
    margin-left: 10px;
}
@media only screen and (min-width: 783px) {
	section.reimbursement-twoCol .secBody {
		padding-left: 60px;
	}
}
@media only screen and (max-width: 783px) {
	section.reimbursement-threeCol p,
	section.reimbursement-fourCol p {
		margin-bottom:30px;
	}
	section.reimbursement-cta {
		text-align:center;
	}
	section.reimbursement-cta {
		margin:35px 0;
	}
	section.reimbursement-cta a,
	section.reimbursement-cta a.btn {
		margin-top:20px;
	}
}
@media only screen and (max-width: 483px) {
	section.reimbursement-twoCol {
		text-align:center;
	}
	section.reimbursement-oneCol .secBody,
	section.reimbursement-twoCol .secBody,
	section.reimbursement-threeCol .secBody,
	section.reimbursement-fourCol .secBody,
	section.reimbursement-fullCol .secBody {
		text-align:center;
	}
	section.reimbursement-oneCol .secBody ul li,
	section.reimbursement-twoCol .secBody ul li,
	section.reimbursement-threeCol .secBody ul li,
	section.reimbursement-fourCol .secBody ul li,
	section.reimbursement-fullCol .secBody ul li,
	section.reimbursement-oneCol .secBody ol li,
	section.reimbursement-twoCol .secBody ol li,
	section.reimbursement-threeCol .secBody ol li,
	section.reimbursement-fourCol .secBody lo li,
	section.reimbursement-fullCol .secBody ol li {
		text-align:left;
	}
	.btn-cta {
    padding: 14px 20px;
    width: 100%;
  }
}

/* ==========================================================================
   State Regulation Page
   ========================================================================== */
section.state-regulation-main {
	padding: 100px 0;
}
section.state-regulation-main h2 {
	font-size: 28px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #515151;
  -webkit-font-smoothing: antialiased;
}
section.state-regulation-main p {
	font-size: 26px;
  line-height: 35px;
  color: #5c5c5c;
  -webkit-font-smoothing: antialiased;
}
section.state-regulation-timeline,
section.state-regulation-additional,
section.state-telehealth-terms {
	padding-top: 60px;
  padding-bottom: 60px;
}
section.state-regulation-timeline {
	background-color:#f1f6f9;
}
section.state-regulation-timeline .timeline-block {
	background-image: url('../images/history-background.png');
	background-repeat: no-repeat;
	background-position: 30px 0px;
	margin-bottom: 0;
	padding-bottom: 40px;
}
section.state-regulation-timeline .timeline-block-text {
	margin-left: 75px;
}
section.state-regulation-timeline .timeline-block-text h3 {
	font-size:22px;
	font-weight: 600;
	color: #515151;
	-webkit-font-smoothing: antialiased;
	margin-top: 0;
}
section.state-regulation-timeline .timeline-block-text p {
	font-size:18px;
	line-height: 24px;
  color: #5c5c5c;
  -webkit-font-smoothing: antialiased;
}
section.state-regulation-tagline {
	padding: 125px 0;
	background-position: center top;
	background-size: cover;
}
section.state-regulation-tagline h2 {
	font-size: 38px;
  font-weight: 300;
  margin:0;
  color:#fff;
}
section.state-regulation-reimbursement {
	margin-top: 4em;
	margin-bottom: 4em;
}
section.state-regulation-reimbursement .secHeader {
	margin-top: 5em;
	margin-bottom: 5em;
}
section.state-regulation-reimbursement .section-block {
	background-image: url('../images/check.png');
    background-repeat: no-repeat;
    background-position: 40px 0;
    padding-left: 100px;
    margin-bottom: 2.8em;
    margin-right: 2em;
}
section.state-regulation-reimbursement .section-block h3 {
	font-size: 22px;
  margin-top: 0;
  font-weight: 600;
  color: #515151;
}
section.state-regulation-reimbursement .section-block p {
	font-size: 18px;
	line-height: 24px;
	color: #5c5c5c;
	-webkit-font-smoothing: antialiased;
}
.nav-tabs>li>a {
	font-weight:600;
}
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
	background-color:transparent;
	border: 1px solid transparent;
}
section.state-regulation-additional .secBody h3 {
	margin-top: 0;
	padding-top: 4px;
	font-size: 22px;
	font-weight: 600;
}
section#faq-state {
	padding-top: 60px;
	padding-bottom: 30px;
}
section.state-regulation-additional .secBody p {
	font-size: 18px;
}
section#faq-state #accordion .panel-heading p {
	padding-top: 5px;
	color: #333333;
	font-size: 18px;
	font-weight: 600;
}
section#faq-state #accordion .panel-heading a:hover,
section#faq-state #accordion .panel-heading a:focus {
	text-decoration:none;
}
section#faq-state #accordion .panel-body p {
	/*display: block;*/
  border-bottom: solid 1px #e2e3e4;
  margin-bottom: 20px;
  padding-bottom: 30px;
  color: #5c5c5c;
  line-height: 24px;
  font-size: 18px;
}
section#faq-state #accordion .panel {
    border:none;
}
section#faq-state #accordion .panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
}
section#faq-state #accordion .panel-heading {
    padding: 0;
}
section#faq-state #accordion .panel-body {
    padding: 0;
}
section#faq-state #accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fff;
}
section.state-telehealth-terms .secBody h3 {
	font-size: 17px;
	text-align: right;
	margin-top:4px;
	margin-bottom:20px;
	font-weight: 600;
	color: #515151;
	-webkit-font-smoothing: antialiased;
}
section.state-telehealth-terms .secBody p {
	margin-bottom: 40px;
}
@media only screen and (max-width: 783px) {
	section.state-telehealth-terms .secBody h3 {
		text-align: left;
	}
}
@media only screen and (max-width: 483px) {
	section.state-regulation-main {
    padding: 50px 0;
	}
	section.state-regulation-main p {
    font-size: 18px;
    line-height: 28px;
  }
  .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  	border: 1px solid transparent;
  }
  .nav-tabs {
    border-bottom: 1px solid transparent;
	}
	section.state-regulation-reimbursement .section-block {
    background-position: 10px 0;
    padding-left: 60px;
	}
	section.state-regulation-additional .secBody,
	section.state-telehealth-terms .secBody,
	section.state-telehealth-terms .secBody h3 {
		text-align:center;
	}
}

/* ==========================================================================
   SEO Page && Telemedicine Minisite V2
   ========================================================================== */
section.seo-oneCol {
	padding-top: 60px;
	padding-bottom: 60px;
}
section.seo-twoCol {
	padding-top: 75px;
	padding-bottom: 55px;
}
section.seo-twoCol.imgLeft,
section.seo-twoCol.imgRight {
	padding-top: 45px;
	padding-bottom: 0;
}
section.seo-threeCol,
section.seo-fullCol {
	padding-top: 70px;
  padding-bottom: 70px;
}
#about-page section.seo-fullCol {
  padding-bottom: 0;
}
section.seo-threeCol .secBody {
	padding-top:40px;
}
section.seo-fullCol img.brand,
section.seo-oneCol img.brand {
    padding: 30px 20px;
}
section.seo-twoCol h2,
section.seo-twoCol .secHeader h2 {
	font-weight: 300;
	font-size: 38px;
	margin-bottom: 50px;
}
section.seo-oneCol h1,
section.seo-twoCol h1,
section.seo-fullCol h1 {
	font-weight: 600;
	font-size: 36px;
  line-height: 40px;
  margin-bottom: 26px;
}
section.seo-oneCol h2,
section.seo-twoCol h2,
section.seo-fullCol h2 {
	font-weight: 300;
	font-size: 38px;
}
section.seo-oneCol h4,
section.seo-twoCol h4{
	font-weight: 400;
	font-size: 26px;
  line-height: 35px;
}
section.seo-fullCol h4 {
	font-weight: 600;
	font-size: 20px;
  line-height: 20px;
}
section.seo-fullCol .secBody p,
section.seo-threeCol .secBody p {
    font-size: 18px;
    color: #5c5c5c;
}
section.seo-oneCol .secBody p,
section.seo-twoCol p {
    font-size: 18px;
    color: #5c5c5c;
}
section.seo-oneCol .secHeader p,
section.seo-twoCol .secHeader p,
section.seo-fullCol .secHeader p {
    font-size: 19px;
}
section.seo-oneCol .secHeader h3,
section.seo-twoCol .secHeader h3,
section.seo-threeCol .secHeader h3
section.seo-fullCol .secHeader h3 {
	font-size: 26px;
	font-weight: 600;
  color: #515151;
}
section.seo-oneCol .secBody h3,
section.seo-twoCol .secBody h3,
section.seo-threeCol .secBody h3,
section.seo-fullCol .secBody h3 {
	font-size: 22px;
	font-weight: 600;
  color: #515151;
}
section.seo-twoCol.imgRight .secBody h1,
section.seo-twoCol.imgLeft .secBody h1,
section.seo-twoCol.imgRight .secBody h2,
section.seo-twoCol.imgLeft .secBody h2 {
	margin-top:0;
}
section.seo-twoCol.imgRight .secBody h3,
section.seo-twoCol.imgLeft .secBody h3 {
	margin-top:0;
	margin-bottom: 30px;
}
section.seo-oneCol .secHeader h4 {
	margin-top: 45px;
  margin-bottom: 45px;
}
section.seo-twoCol.imgRight img,
section.seo-twoCol.imgLeft img {
	margin: 60px auto 0 auto;
}
section.seo-oneCol img.brand {
	padding: 30px 20px;
}
section.seo-oneCol img.img-responsive {
	display:inline-block;
}
section.seo-fullCol img.img-responsive {
	margin: 0 auto;
}
section.seo-twoCol .secBody .row {
		background-repeat:no-repeat;
}
section.seo-twoCol blockquote p,
section.seo-threeCol blockquote p,
section.seo-fourCol blockquote p {
    font-size: 22px;
    line-height: 150%;
    font-style: italic;
  	font-weight: 400;
    color: #868686;
    padding: 0;
    margin-bottom: 22px;
    margin-right: 22px;
    border: 0;
    text-align:left;
}
@media only screen and (max-width: 783px) {
	p.lead {
    font-size: 18px !important;
    font-weight: 400;
	}
	section.seo-cta,
	section.seo-oneCol,
	section.seo-twoCol,
	section.seo-threeCol,
	section.seo-fullCol {
		text-align:center;
	}
	section.seo-twoCol img {
		display:inline-block;
	}
	section.seo-fullCol .secBody .row {
		height:100% !important;
	}
}
@media only screen and (max-width: 483px) {
	section.seo-oneCol .secBody ul li,
	section.seo-twoCol .secBody ul li,
	section.seo-threeCol .secBody ul li,
	section.seo-fullCol .secBody ul li,
	section.seo-oneCol .secBody ol li,
	section.seo-twoCol .secBody ol li,
	section.seo-threeCol .secBody ol li,
	section.seo-fullCol .secBody ol li {
		text-align:left;
	}
	section.seo-twoCol.imgRight .secBody h1,
	section.seo-twoCol.imgLeft .secBody h1,
	section.seo-twoCol.imgRight .secBody h2,
	section.seo-twoCol.imgLeft .secBody h2,
	section.seo-twoCol.imgRight .secBody h3,
	section.seo-twoCol.imgLeft .secBody h3 {
    margin-top: 20px;
	}
	section.seo-twoCol .secBody {
		margin-bottom:30px;
	}
	section.seo-twoCol .secBody .row {
		background-image: none !important;
	}
}
@media (min-width: 768px) {
	p.lead {
    font-size: 21px !important;
  	font-weight: 400;
	}
	.float-img {
		height:100%;
		display: table;
	}
	.img-sticky-bottom {
    vertical-align: bottom;
    display: table-cell;
  }
}

/* ==========================================================================
   Telemedicine Minisite V2
   ========================================================================== */
#telemedicine-minisite-page section#hero .page {
	position: relative;
}
#telemedicine-minisite-page section#hero .page h1 {
    font-weight: 300;
    color: #0071bb;
}
#telemedicine-minisite-page section.minisite-nav .navMain h2 a {
    color: #5c5c5c;
}
#telemedicine-minisite-page section.minisite-nav .navMain h2 a:hover,
#telemedicine-minisite-page section.minisite-nav .navMain h2 a:focus {
    color: #428bca;
}
#telemedicine-minisite-page section.minisite-nav {
    padding: 20px 0 0 0;
}
#telemedicine-minisite-page section.minisite-nav h3 {
	font-size: 18px;
	font-weight:400;
}
#telemedicine-minisite-page section.minisite-nav a:hover,
#telemedicine-minisite-page section.minisite-nav a:focus {
	text-decoration:none;
}
#telemedicine-minisite-page section.minisite-nav .navList {
	display: flex;
	flex-direction:column;
}
#telemedicine-minisite-page section.minisite-nav .navList div.col-sm-3 {
	border-bottom: 3px solid #e8e3e3;
}
#telemedicine-minisite-page section.minisite-nav .navList div.col-sm-3.active {
	border-bottom: 3px solid #0070bf;
}
#telemedicine-minisite-page section.minisite-nav .dropdown-menu {
	width:100%;
	border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 4px solid #0070bf;
}
#telemedicine-minisite-page section.minisite-nav .dropdown-menu>li>a {
	white-space: normal;
}
#telemedicine-minisite-page section.minisite-nav .navParent {
	display: flex;
	flex-direction:column;
	height: 100%;
	cursor:pointer;
}
#telemedicine-minisite-page section.minisite-nav .navParent .listIcon {
	width:72px;
	height:auto;
	margin:20px auto;
}
#telemedicine-minisite-page section.minisite-nav .navParent h3 {
	display: flex;
	flex-direction:column;
	flex:1 1 auto;
}
#telemedicine-minisite-page section.minisite-nav .navParent span.caret {
	display: flex;
	justify-content:space-between;
	margin:auto auto 10px auto;
}
#telemedicine-minisite-page section.minisite-nav ul.dropdown-menu li a:hover,
#telemedicine-minisite-page section.minisite-nav ul.dropdown-menu li a:focus,
#telemedicine-minisite-page section.minisite-nav ul.dropdown-menu li a.active {
	text-decoration:underline;
}
#telemedicine-minisite-page section.seo-twoCol.imgLeft, 
#telemedicine-minisite-page section.seo-twoCol.imgRight {
    padding-top: 45px;
    padding-bottom: 55px;
}
#telemedicine-minisite-page section.seo-oneCol .secHeader h4 {
    margin-top: 0;
    margin-bottom: 0;
}
#telemedicine-minisite-page section.seo-oneCol ul li,
#telemedicine-minisite-page section.seo-twoCol ul li,
#telemedicine-minisite-page section.seo-fullCol ul li {
	padding-bottom:5px;
	font-size: 18px;
  color: #5c5c5c;
}
@media screen and (min-width: 768px) {
	#telemedicine-minisite-page section#hero .page {
    padding-top: 8%;
  }
	#telemedicine-minisite-page section.minisite-nav {
	border-bottom: 2px solid #e8e3e3;
	}
	#telemedicine-minisite-page section.minisite-nav .navList {
	flex-direction:row;
	}
	#telemedicine-minisite-page section.minisite-nav .navList div.col-sm-3 {
	border-bottom: 3px solid #fff;
	}
}
@media screen and (max-width: 768px) {
	#telemedicine-minisite-page section#hero .page {
			padding-top: 30%;
	}
}
@media screen and (max-width: 483px) {
	#telemedicine-minisite-page section#hero .page h1 {
		font-size: 32px;
	}
}   

/* ==========================================================================
   Product Overview Page V2
   ========================================================================== */
/* new hero */
#product-overview section#hero .page {
	position: relative;
  overflow: hidden;
}
#product-overview section#hero .page h1 {
	font-weight: 300;
	color: #0071bb;
	margin-bottom: 65px;
}
@media (min-width: 768px) {
	#product-overview section#hero .page {
		padding-top: 8%;
		padding-bottom: 60px;
	}
}
@media (max-width: 768px) {
	#product-overview section#hero .page {
	padding-top: 20%;
	}
}
@media (max-width: 468px) {
	#product-overview section#hero .page {
	padding-top: 30%;
	}
	#product-overview section#hero .page h1 {
	margin-bottom: 35px;
	}
}
/* banner CTA */
#product-overview .callout {
    padding-top: 25px;
    padding-bottom: 30px;
    background-color: #ececf4;
}
#product-overview .callout h2 {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    color: #666666;
}
#product-overview .callout h2 a {
	text-decoration:underline;
}

/* section */
#product-overview section.secPad {
	padding-top: 65px;
}
#product-overview section.secMar {
	margin-top: 65px;
}
#product-overview section.secPadB {
	padding-bottom: 65px;
}
#product-overview section.secMarB {
	margin-bottom: 65px;
}
#product-overview section.bgImg {
	background-size:cover;
	background-position: center center;
	background-repeat:no-repeat;
}
#product-overview h2 {
	font-weight: 300;
    font-size: 38px;
}
#product-overview h2.withLogo {
	color:#0071bb;
	font-size:38px;
	font-weight: 600;
	margin-bottom: 20px;
}
#product-overview h2.withLogo img {
	padding-right:22px;
}
#product-overview .main {
	margin-bottom: 60px;
}
#product-overview .main p {
	font-size: 19px;
}
#product-overview .sub p {
	font-size: 18px;
}
#product-overview .mainItems img {
	margin-bottom:30px;
}
#product-overview .mainItems h3 {
	margin-bottom:25px;
}
#product-overview section#seamless .well {
	background-color:rgba(250,250,250,.64);
	margin: 0 auto;
	border-radius: 0;
	border: none;
	padding:20px;	
}
#product-overview .gradientBg {
	background-image:url('../images/for-patients-bg.png');
	background-position: bottom;
}
#product-overview .bgHighlight {
	background-color:rgba(236, 236, 244, .47);
}
#product-overview .mask {
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
#product-overview .well {
    border-color: #bbb;
}
#product-overview .linkItem .well:hover {
	border-color: #0357a3;
	background-color:#fff;
}
#product-overview .product-thumbBox {
    height: 120px;
    text-align: center;
    white-space: nowrap;
    margin: 0;
}
#product-overview .product-thumbBox .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#product-overview .product-thumbBox img.thumb {
    max-height: 100px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}
#product-overview .product-item {
    height: 195px;
    display: table;
    width: 100%;
}
#product-overview .product-item .txt {
    display: table-row;
    vertical-align: top;
}
#product-overview .product-item .btnBottom {
    display: table-cell;
    vertical-align: bottom;
}
#product-overview .videoBg {
	background-size: cover;
  background-position: center center;
}
#product-overview .videoWrapper {
    height: 650px;
    display: table;
    padding-bottom: 55px;
}
#product-overview .videoTxt {
    vertical-align: bottom;
    display: table-cell;
}
#product-overview .videoWrapper h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #fff;
}
#product-overview .videoTxt p {
    font-size: 20px;
    color: #fff;
}
#product-overview .support-item {
    height: 300px;
    padding:30px;
    text-align:left;
}
#product-overview .support-item .btnBottom {
    display: table-cell;
    vertical-align: bottom;
}
#product-overview .supportCol:last-child {
	text-align:right;
}
@media (max-width: 500px) {
	#product-overview .support-item {
    height: 380px;
	}
	#product-overview .videoBg {
  background-position: -655px center;
	}
	#product-overview section.bgImg {
    background-position: -300px center;
	}
}
@media (max-width: 385px) {
	#product-overview .support-item {
    height: 480px;
	}
}
@media (max-width: 768px) {
	#product-overview .mainItems {
	padding-bottom: 35px;
	}
	#product-overview .bgWhiteMask {
		width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.75);
    margin-top: -65px;
    margin-bottom: -65px;
    padding-top:65px;
    padding-bottom:65px;
	}
}

/* Logo Slider */
#product-overview section#seamless .slick-well {
	overflow: hidden;
	background-color:rgba(250,250,250,.64);
}
#product-overview .slick-integrations {
	padding-top: 0;
	padding-bottom: 30px;
	height: 113px;
}
#product-overview .slick-slider .slick-slide {
    padding: 0 20px;
    max-width: 300px;
    line-height: 80px;
}
#product-overview .slick-integrations .slick-list {
    overflow: visible;
}
#product-overview .slick-integrations .slick-slide img {
    width: auto;
    display: inline;
}
@media (min-width: 600px) {
	#product-overview .slick-integrations {
		margin-left: -20px;
		margin-right: -18px;
	}
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* ==========================================================================
   Resources Page V2
   ========================================================================== */
.resources-item {
	height:220px;
	display: table;
	width: 100%;
}
.resources-item .txt {
	display: table-row;
	vertical-align: top;
}
.resources-item .txt h3 {
	font-size: 23px;
}
.resources-item .txt p {
	line-height: 20px;
}
.resources-item .btnBottom {
	display: table-cell;
	vertical-align: bottom;
}
.resources-thumbBox {
	height:270px;
	text-align: center;
	white-space: nowrap;
	margin: 0;
}
.resources-thumbBox .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.resources-thumbBox img.thumb {
	max-height:253px;
	margin: 0 auto;
	display: inline-block;
  vertical-align: middle;
}

/* new hero */
.color-mask {
	background: -moz-linear-gradient(left,  rgba(0,67,156,0.77) 0%, rgba(0,71,157,0.77) 12%, rgba(0,80,160,0) 38%, rgba(0,88,163,0) 60%, rgba(0,98,167,0.77) 89%, rgba(0,102,168,0.77) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,67,156,0.77) 0%,rgba(0,71,157,0.77) 12%,rgba(0,80,160,0) 38%,rgba(0,88,163,0) 60%,rgba(0,98,167,0.77) 89%,rgba(0,102,168,0.77) 100%);
	background: linear-gradient(to right,  rgba(0,67,156,0.77) 0%,rgba(0,71,157,0.77) 12%,rgba(0,80,160,0) 38%,rgba(0,88,163,0) 60%,rgba(0,98,167,0.77) 89%,rgba(0,102,168,0.77) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c400439c', endColorstr='#c40066a8',GradientType=1 );
	width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
#resources-page section#hero .page {
	position: relative;
  overflow: hidden;
}
#resources-page section#hero .page h1 {
	font-weight: 300;
	color: #fff;
	margin-bottom: 65px;
}
@media (min-width: 768px) {
	#resources-page section#hero .page {
		padding-top: 8%;
		padding-bottom: 60px;
	}
}
@media (max-width: 768px) {
	#resources-page section#hero .page {
	padding-top: 20%;
	}
}
@media (max-width: 468px) {
	#resources-page section#hero .page {
	padding-top: 30%;
	}
	#resources-page section#hero .page h1 {
	margin-bottom: 35px;
	}
}

/* new layout */
section.resources-threeCol, 
section.resources-fourCol {
    padding-top: 50px;
}
section.resources-threeCol h2, 
section.resources-fourCol h2 {
	font-size:46px;
	font-weight: 300;
}
section.resources-threeCol hr:before,
section.resources-fourCol hr:before {
	background: #bbb;
}
section.resources-threeCol .mask,
section.resources-fourCol .mask {
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
section.resources-threeCol .well,
section.resources-fourCol .well {
	border-color: #bbb;
	margin-bottom: 0;
}
section.resources-threeCol .well:hover,
section.resources-fourCol .well:hover {
	border-color: #0357a3;
	background-color:#fff;
}
section.resources-threeCol .well-lg.noPad,
section.resources-fourCol .well-lg.noPad {
  padding: 0 0 24px 0;
}
section.resources-threeCol .well-lg.noPad .txt p,
section.resources-fourCol .well-lg.noPad .txt p	,
section.resources-threeCol .well-lg.noPad .btnBottom,
section.resources-fourCol .well-lg.noPad .btnBottom {
  padding-left: 24px;
  padding-right: 24px;
}
section.resources-threeCol .well-lg.noPad h3,
section.resources-fourCol .well-lg.noPad h3 {
	color:#fff;
	background: #4095cc;
	background: -moz-linear-gradient(top,  #4095cc 0%, #0071bb 46%, #002fbb 100%);
	background: -webkit-linear-gradient(top,  #4095cc 0%,#0071bb 46%,#002fbb 100%);
	background: linear-gradient(to bottom,  #4095cc 0%,#0071bb 46%,#002fbb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4095cc', endColorstr='#002fbb',GradientType=0 );
	padding: 24px;
	margin:0 0 20px 0;
	border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
section.resources-threeCol .viewAll,
section.resources-fourCol .viewAll {
	margin-top: -40px;
  font-size: 20px;
}
section.resources-threeCol .viewAll a:hover,
section.resources-fourCol .viewAll a:hover {
	text-decoration:none;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

@media (max-width: 983px) {
	section.resources-threeCol .well,
	section.resources-fourCol .well {
		margin-bottom: 20px;
	}
	section.resources-threeCol h2,
	section.resources-fourCol h2 {
		text-align:center;
	}
	section.resources-threeCol .resources-item,
	section.resources-fourCol .resources-item {
		text-align:center;
		height: 180px;
	}
	section.resources-threeCol .viewAll, 
	section.resources-fourCol .viewAll {
    margin-top: -80px;
	}
}
@media (max-width: 450px) {
	section.resources-threeCol .viewAll, 
	section.resources-fourCol .viewAll {
    margin-top: 0;
    float: none !important;
    text-align: center;
	}
}

/* ==========================================================================
   Pricing Page V2
   ========================================================================== */
/* new hero */
#pricing-page section#hero .page .color-mask {
	background: -moz-linear-gradient(left,  rgba(0,67,156,0.77) 0%, rgba(0,71,157,0.77) 7%, rgba(0,80,160,0) 188%, rgba(0,88,163,0) 75%, rgba(0,98,167,0.77) 93%, rgba(0,102,168,0.77) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,67,156,0.77) 0%,rgba(0,71,157,0.77) 7%,rgba(0,80,160,0) 18%,rgba(0,88,163,0) 75%,rgba(0,98,167,0.77) 93%,rgba(0,102,168,0.77) 100%);
	background: linear-gradient(to right,  rgba(0,67,156,0.77) 0%,rgba(0,71,157,0.77) 7%,rgba(0,80,160,0) 18%,rgba(0,88,163,0) 75%,rgba(0,98,167,0.77) 93%,rgba(0,102,168,0.77) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c400439c', endColorstr='#c40066a8',GradientType=1 );
}
#pricing-page section#hero .page {
	position: relative;
  overflow: hidden;
}
#pricing-page section#hero .page h1 {
	font-weight: 300;
	color: #fff;
	margin-bottom: 65px;
}
@media (min-width: 768px) {
	#pricing-page section#hero .page {
		padding-top: 8%;
		padding-bottom: 60px;
	}
}
@media (max-width: 768px) {
	#pricing-page section#hero .page {
	padding-top: 20%;
	}
}
@media (max-width: 468px) {
	#pricing-page section#hero .page {
	padding-top: 30%;
	}
	#pricing-page section#hero .page h1 {
	margin-bottom: 35px;
	}
}
/* section */
#pricing-page section.secPad {
	padding-top: 65px;
}
#pricing-page section.secMar {
	margin-top: 65px;
}
#pricing-page section.secPadB {
	padding-bottom: 65px;
}
#pricing-page section.secMarB {
	margin-bottom: 65px;
}
#pricing-page section.bgImg {
	background-size:cover;
	background-position: left center;
}
#pricing-page section.callout {
	padding-top: 25px;
	padding-bottom: 30px;
	background-color: #ececf4;
}
#pricing-page section.callout h2 {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    color: #666666;
}
#pricing-page section.callout h2 a {
	text-decoration:underline;
}
#pricing-page .mask {
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
#pricing-page h2 {
	font-weight: 300;
  font-size: 38px;
}
#pricing-page .main {
	margin-bottom: 60px;
}
#pricing-page .main p {
	font-size: 19px;
}
#pricing-page .sub p {
	font-size: 18px;
}
#pricing-page section#form .main ul {
	margin-bottom:40px;
	margin-top:40px;
	list-style-type: none;
  padding-left: 0;
}
#pricing-page section#form .main li {
	font-size: 19px;
	margin-bottom:10px;
	padding-left:30px;
	background-image: url('../images/check-list.png');
	background-repeat: no-repeat;
}
#pricing-page .gradientBG {
  background: #4095cc;
  background: -moz-linear-gradient(45deg,  #4095cc 0%, #002fbb 100%);
  background: -webkit-linear-gradient(45deg,  #4095cc 0%,#002fbb 100%);
  background: linear-gradient(45deg,  #4095cc 0%,#002fbb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4095cc', endColorstr='#002fbb',GradientType=1 );
} 
#pricing-page section#video h2 {
	color:#fff;
}
#pricing-page .videoLink {
	margin-bottom: 65px;
}
#pricing-page .videoWrapper {
    height: 662px;
    display: table;
    padding-bottom: 35px;
} 
#pricing-page .videoTxt {
    vertical-align: bottom;
    display: table-cell;
}
#pricing-page .videoTxt h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    color:#fff;
}
#pricing-page .videoTxt p {
    font-size: 20px;
    color:#fff;
}
#pricing-page .quote h3 {
    color:#fff;
    margin-bottom: 25px;
}
#pricing-page .quote p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color:#fff;
}
#pricing-page .quote .caption p {
    font-size: 16px;
}
#pricing-page .quote .caption img.img-circle {
    height: 60px;
    width: 60px;
    float: none;
    margin: 0;
    padding: 10px 0;
    border-radius: 50%;
} 
#pricing-page .panel-group {
	margin-top:30px;
}   
#pricing-page #accordion .panel-heading p {
	padding-top: 5px;
	color: #428bca;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
}
#pricing-page #accordion .panel-heading a:hover {
	color: #428bca;
}
#pricing-page #accordion .panel-heading a p:hover {
	text-decoration:underline;
}
#pricing-page #accordion .panel-heading a p:focus {
	text-decoration:none;
}
#pricing-page #accordion .panel-body p {
	/*display: block;*/
  margin-bottom: 20px;
  /*padding-bottom: 30px;*/
  color: #5c5c5c;
  line-height: 24px;
  font-size: 18px;
}
#pricing-page #accordion .panel {
    border:none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#pricing-page #accordion .panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
}
#pricing-page #accordion .panel-heading {
    padding: 0;
}
#pricing-page #accordion .panel-body {
    padding: 0 10px;
}
#pricing-page #accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fff;
}
#pricing-page #accordion .panel-heading p {
	background-image: url('../images/accordion-heading-arrow.png');
	background-repeat:no-repeat;
	padding-left:30px;	
}
#pricing-page #accordion .panel-heading [aria-expanded="false"] p {
	background-position:left 5px;
} 
#pricing-page #accordion .panel-heading [aria-expanded="true"] p {
	background-position:left -772px;
}
#pricing-page section#form .formWell {
	background-color:#0071bb;
	padding:20px 20px 0 20px;
	border-top-right-radius:4px;
	border-top-left-radius:4px;
}
#pricing-page section#form .formWell br {
	display:none;
}
#pricing-page section#form .formWell p {
	margin-bottom: 0;
}
#pricing-page section#form .triangle-down {
	width:100%;
}
#pricing-page section#form .hs-form.stacked label {
	color:#fff;
}
#pricing-page section#form .hs-form.stacked input.hs-input,
#pricing-page section#form .hs-form.stacked textarea.hs-input,
#pricing-page section#form .hs-form.stacked select.hs-input {
	height: 40px;
	font-size: 16px;
	width:100%;
	max-width:100%;
	background-color: #fff;
}
#pricing-page section#form .hs-form.stacked input.hs-input:focus,
#pricing-page section#form .hs-form.stacked textarea.hs-input:focus,
#pricing-page section#form .hs-form.stacked select.hs-input:focus {
	border:1px solid #f9a51a;
}
#pricing-page section#form .hs-form .hs-button {
    color: #fff;
    text-shadow: 0 -1px 0 #f9a51a;
    background-color: #f9a51a;
    background-image: linear-gradient(to bottom, #f9a51a,#f9a51a);
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
    border-top: 1px solid #f9a51a;
    border-bottom: 1px solid #f9a51a;
    border-right: 1px solid #f9a51a;
    border-left: 1px solid #f9a51a;
    border-radius: 4px;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-size:20px;
    font-weight: 400;
    line-height: 18px;
    width:100%;
    height: 40px;
    padding: 7px 8px;
}
#pricing-page section#form .hs-form input:not([type="image"]),
#pricing-page section#form .hs-form textarea {
    box-sizing: inherit;
}
#pricing-page section#form .hs-form.stacked .actions {
    margin-left: 0;
    padding-left:0;
    margin-bottom: 0;
    padding: 10px 0 20px 0;
}
#pricing-page section#form .hs-form {
    margin-bottom: 0;
}
#pricing-page section#form .hs-form ul {
    padding-left: 0;
    margin-top: 10px;
}
#pricing-page section#form .hs-form ul li {
    list-style: none;
}
#pricing-page section#form .hs-form ul.hs-error-msgs li label {
    font-weight: 400;
}
#pricing-page section#form .hs-form .hs-form-field {
	margin-bottom:10px;
}

@media only screen and (max-width: 783px) {
	#pricing-page section#hero .page h1 {
	color: #fff;
	}
	#pricing-page .videoTxt h2 {
    font-size:30px;
  }
  #pricing-page .quote .caption {
  	margin-bottom: 40px;
  }
}   
@media only screen and (max-width: 483px) {
  #pricing-page section#form .main h2,
  #pricing-page section#form .main p {
  	text-align:center;
  }
  #pricing-page .row.videoLink {
    background-position: -200px center;
  }
  #pricing-page .videoTxt h2 {
    font-size:23px;
    line-height: 30px;
  }
  .text-xs-center {
    text-align:center;
  }
}   
   
/* Price Slider */   
#pricing-slider {}
.sliderContainer{
	margin: 6em auto;
	width: 90%;	
}
.totalcostContainer {
	background: #002fbb;
	background: -moz-linear-gradient(top,  #002fbb 0%, #4095cc 100%);
	background: -webkit-linear-gradient(top,  #002fbb 0%,#4095cc 100%);
	background: linear-gradient(to bottom,  #002fbb 0%,#4095cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002fbb', endColorstr='#4095cc',GradientType=0 );
	border-radius:4px;

	padding-top:35px;
	text-align:center;
	width:100%;
	height:200px;
}
.dragdealer {
	position: relative;
	height: 5px;
	background: #ccc;
}
.dragdealer .handle {
  position: absolute;
  top: 0;
  left: 0;
}
.stripe{
	background: #428bca;
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
}
.square{
  position: absolute;
  top: 0;
  left: 0;	  
  margin-top: -7px;
  margin-left: -10px;
  cursor: pointer;
  width: 18px;
	height: 18px;
	background: #428bca;
	border-radius: 10px;
}
.infobox{
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -65px;
	/*margin-left: -100px;*/
	width:200px;
}
.abovebar p {
	font-family: 'Lato', sans-serif;
	color:#428bca;
	font-size:46px !important;
	text-align:center;
	margin-bottom: 70px;
}
.belowbar p {
	font-size: 14px !important;
	text-align: center;
	text-transform: uppercase;
}
p.price {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 61px !important; 
	line-height: 1.4em;
	margin-bottom: 0px;
}
p.price .dollar {
	font-size: 30px !important;
	vertical-align: 20px; 
}
p.monthlyTxt {
	text-transform: uppercase;
	font-size: 16px !important;
	color:#fff;
}
.contactTxt {
	line-height: 2.4em;
	font-size: 51px !important;
}
.contactTxt a {
	color:#fff;
	text-decoration:none;
}
.contactTxt a:hover,
.contactTxt a:focus {
	color:#fff;
	text-decoration:underline;
}

/* ==========================================================================
   Patients and Partners Hub Page V2
   ========================================================================== */
/* new hero */
#patients-partners-hub section#hero .page {
	position: relative;
  overflow: hidden;
}
#patients-partners-hub section#hero .page h1 {
	font-weight: 300;
	color: #428bca;
	margin-bottom: 65px;
}
@media (min-width: 768px) {
	#patients-partners-hub section#hero .page {
		padding-top: 8%;
		padding-bottom: 60px;
	}
}
@media (max-width: 768px) {
	#patients-partners-hub section#hero .page {
	padding-top: 20%;
	}
}
@media (max-width: 468px) {
	#patients-partners-hub section#hero .page {
	padding-top: 30%;
	}
	#patients-partners-hub section#hero .page h1 {
	margin-bottom: 35px;
	}
}

/* section */
#patients-partners-hub section.secPad {
	padding-top: 65px;
}
#patients-partners-hub section.secMar {
	margin-top: 65px;
}
#patients-partners-hub section.secPadB {
	padding-bottom: 65px;
}
#patients-partners-hub section.secMarB {
	margin-bottom: 65px;
}
#patients-partners-hub section.bgImg {
	background-size:cover;
	background-position: left center;
}
#patients-partners-hub h2 {
	font-weight: 300;
    font-size: 38px;
}
#patients-partners-hub h2.withLogo {
	color:#0071bb;
	font-size:38px;
	font-weight: 600;
	margin-bottom: 20px;
}
#patients-partners-hub h2.withLogo img {
	padding-right:22px;
}
#patients-partners-hub .main {
	margin-bottom: 60px;
}
#patients-partners-hub .main p {
	font-size: 19px;
}
#patients-partners-hub .sub p {
	font-size: 18px;
}
#patients-partners-hub .mainItems img {
	margin-bottom:30px;
}
#patients-partners-hub .mainItems h3 {
	margin-bottom:25px;
}
#patients-partners-hub .gradientBg {
	background-image:url('../images/for-patients-bg.png');
	background-position: bottom;
}
#patients-partners-hub .bgHighlight {
	background-color:rgba(236, 236, 244, .47);
}
#patients-partners-hub .mask {
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
#patients-partners-hub .gradientBG {
  background: #4095cc;
  background: -moz-linear-gradient(45deg,  #4095cc 0%, #002fbb 100%);
  background: -webkit-linear-gradient(45deg,  #4095cc 0%,#002fbb 100%);
  background: linear-gradient(45deg,  #4095cc 0%,#002fbb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4095cc', endColorstr='#002fbb',GradientType=1 );
}
#patients-partners-hub .highlightBG {
	background-color:#f1f6f9;
}
#patients-partners-hub .Seamless .conTxt h2 {
	margin-bottom: 50px;
}
#patients-partners-hub .Seamless .conTxt p {
	font-size: 18px;
}
#patients-partners-hub .Seamless .thumb img {
	padding-top: 20px;
}
#patients-partners-hub section#video h2 {
	color:#fff;
}
#patients-partners-hub .videoLink {
	margin-bottom: 65px;
}
#patients-partners-hub .videoWrapper {
    height: 662px;
    display: table;
    padding-bottom: 35px;
} 
#patients-partners-hub .videoTxt {
    vertical-align: bottom;
    display: table-cell;
}
#patients-partners-hub .videoTxt h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    color:#fff;
}
#patients-partners-hub .videoTxt p {
    font-size: 20px;
    color:#fff;
}
#patients-partners-hub .quote h3 {
    color:#fff;
    margin-bottom: 25px;
}
#patients-partners-hub .quote p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color:#fff;
}
#patients-partners-hub .quote .caption p {
    font-size: 16px;
}
#patients-partners-hub .quote .caption img.img-circle {
    height: 60px;
    width: 60px;
    float: none;
    margin: 0;
    padding: 10px 0;
    border-radius: 50%;
} 
#patients-partners-hub .panel-group {
	margin-top:30px;
}   
#patients-partners-hub #accordion .panel-heading p {
	padding-top: 5px;
	color: #428bca;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
}
#patients-partners-hub #accordion .panel-heading a:hover {
	color: #428bca;
}
#patients-partners-hub #accordion .panel-heading a p:hover {
	text-decoration:underline;
}
#patients-partners-hub #accordion .panel-heading a p:focus {
	text-decoration:none;
}
#patients-partners-hub #accordion .panel-body p {
	/*display: block;*/
  margin-bottom: 20px;
  /*padding-bottom: 30px;*/
  color: #5c5c5c;
  line-height: 24px;
  font-size: 18px;
}
#patients-partners-hub #accordion .panel {
    border:none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#patients-partners-hub #accordion .panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
}
#patients-partners-hub #accordion .panel-heading {
    padding: 0;
}
#patients-partners-hub #accordion .panel-body {
    padding: 0 10px;
}
#patients-partners-hub #accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fff;
}
#patients-partners-hub #accordion .panel-heading p {
	background-image: url('../images/accordion-heading-arrow.png');
	background-repeat:no-repeat;
	padding-left:30px;	
}
#patients-partners-hub #accordion .panel-heading [aria-expanded="false"] p {
	background-position:left 5px;
} 
#patients-partners-hub #accordion .panel-heading [aria-expanded="true"] p {
	background-position:left -772px;
}
@media (max-width: 768px) {
	#patients-partners-hub .padB-xs {
    padding-bottom: 35px;
	}
	#patients-partners-hub .Seamless .thumb img {
		padding-top: 0;		
	}
	#patients-partners-hub .Seamless .conTxt {
		text-align:center;
	}
}

/* ==========================================================================
   About Page V2
   ========================================================================== */
/* new hero */
#about-page section#hero .page {
	position: relative;
  overflow: hidden;
}
#about-page section#hero .page h1 {
	font-weight: 300;
	color: #fff;
	margin-bottom: 35px;
}
@media (min-width: 1220px) {
	#about-page section#hero .page h1 {
	margin-bottom: 65px;
	}
}
@media (min-width: 768px) {
	#about-page section#hero .page {
		padding-top: 8%;
		padding-bottom: 60px;
	}
}
@media (max-width: 768px) {
	#about-page section#hero .page {
	padding-top: 20%;
	}
}
@media (max-width: 468px) {
	#about-page section#hero .page {
	padding-top: 20%;
	}
	#about-page section#hero .page h1 {
	margin-bottom: 15px;
	}
	#about-page .btn.btn-lg {
	font-size: 23px;
	}
}
/* banner CTA */
#about-page .callout {
	padding-top: 25px;
	padding-bottom: 30px;
	background-color: #ececf4;
}
#about-page .callout h2 {
	font-size: 32px;
	font-weight: 300;
	line-height: 40px;
	color: #666666;
}
#about-page .callout h2 a {
	text-decoration:underline;
}
#about-page .callout p {
	font-size: 20px;
	color: #666666;
}   
#about-page #cta {
	background-color: #ececf4;
	padding-top: 30px;
  padding-bottom: 25px;
}   
/* section */
#about-page section.secPad {
	padding-top: 65px;
}
#about-page section.secMar {
	margin-top: 65px;
}
#about-page section.secPadB {
	padding-bottom: 65px;
}
#about-page section.secMarB {
	margin-bottom: 65px;
}
#about-page section.bgImg {
	background-size:cover;
	background-position: left center;
}
#about-page h2 {
	font-weight: 300;
    font-size: 38px;
}
#about-page .text-white,
#about-page .text-white p {
	color: #fff;
}
#about-page .main {
	margin-bottom: 60px;
}
#about-page .main p {
	font-size: 19px;
}
#about-page .sub p {
	font-size: 18px;
}
#about-page .videoBg {
	background-size: cover;
	background-position: center center;
}
#about-page .videoWrapper {
	height: 600px;
	display: table;
	padding-bottom: 50px;
}
#about-page .videoTxt {
	vertical-align: bottom;
	display: table-cell;
}
#about-page .videoWrapper h2 {
	margin-top: 40px;
	margin-bottom: 20px;
	color: #fff;
}
#about-page .mask {
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}  
#about-page #founders-story h2,
#about-page #careers h2,
#about-page #patients h2,
#about-page #physicians h2 {
	margin-bottom: 30px;
}   
#about-page #founders-story p.name {
	font-size: 18px;
	margin-top: 15px;
}
#about-page #founders-story .quoteBox {
	padding-bottom: 20px;
} 
#about-page #culture {
	position:relative;	
}
#about-page #culture h2 {
	padding-top:25px;
	padding-bottom:25px;
	text-align:center;
}
#about-page #careers.gradientBG {
  background: #4095cc;
  background: -moz-linear-gradient(45deg,  #4095cc 0%, #002fbb 100%);
  background: -webkit-linear-gradient(45deg,  #4095cc 0%,#002fbb 100%);
  background: linear-gradient(45deg,  #4095cc 0%,#002fbb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4095cc', endColorstr='#002fbb',GradientType=1 );
}
#about-page #careers h3 {
	font-size: 24px;
	font-weight: 500;
	margin-top: 0;
	line-height: 1.3;
}
#about-page #careers h3 strong {
	font-weight: 700;
}
#about-page #careers .sub p {
	margin-top: 5px;
}
#about-page #careers .quote,
#about-page #careers .sub {
	padding-bottom: 10px;
}
#about-page #careers .btn.btn-lg.btn-orange {font-size:18px;padding: 10px 17px;font-weight: 400;}
   
@media (min-width: 993px) {
	#about-page #founders-story p {
		text-align:left;
	}
}	
@media (min-width: 768px) {
	#about-page .flex {
	display:flex;
	}
	#about-page #careers .quote {
	border-right:1px solid #fff;
	}
	#about-page #founders-story .quoteBox {display:none;padding-bottom: 0;}
	#about-page #founders-story .bioBox {cursor:pointer;}
	#about-page #founders-story .bioBox:hover {background-color: rgba(236,236,244,.71);}
	#about-page #founders-story .bioBox:hover .hover-txt,
	#about-page #founders-story .bioBox:hover .bioThumb {display:none;}
	#about-page #founders-story .bioBox:hover .quoteBox {display:block;}
}
@media (max-width: 768px) {
	#about-page #careers .text-right.quote {
	border-bottom:1px solid #fff;
	margin-bottom:50px;
	}
	#about-page #careers .text-right.quote,
	#about-page #careers .sub {
	text-align:center;
	}
	#about-page section#patients .sub,
	#about-page section#physicians .sub,
	#about-page section#founders-story .sub {
	margin-bottom: 50px;
	}
	
}

/* Photo Grid for Mobile */
#photo-gallery .item {
	height:375px;
	background-size: cover;
	background-position:center center;
	position: relative;
}
#photo-gallery .item .item-quote {
	position:absolute;
	background-color: rgba(236,236,244,.71);
	width: 100%;
  height: auto;
	bottom:0;
	padding:15px 15px 0px 15px;
  overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#photo-gallery .item .item-quote p {
	color:#000;
	line-height: 20px;
	margin-bottom: 8px;
}

/* Photo Grid for Desktop */
#photos {
  /* Prevent vertical gaps */
  line-height: 0;
   
  -webkit-column-count: 3;
  -webkit-column-gap:   0px;
  -moz-column-count:    3;
  -moz-column-gap:      0px;
  column-count:         3;
  column-gap:           0px;  
}

#photos img {
  /* reset */
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 780px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}
/* Photo Caption */
#photos .item {
	position:relative;
}
#photos .item .item-quote {
	position:absolute;
	background-color: rgba(236,236,244,.71);
	width: 100%;
  height: auto;
	bottom:0;
	padding:15px 15px 0px 15px;
  overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out; 
}
#photos .item .item-quote p {
	color:#000;
	line-height: 20px;
	margin-bottom: 8px;
}
@media (min-width: 780px) {
	#photos .item {
	cursor: pointer;
	}
	#photos .item .item-quote {
		display: none;
		opacity: 0;
	}
	#photos .item:hover .item-quote {
		opacity: 100;
		display: block;
	}
}

/* ==========================================================================
   Integrations Summary Page V2
   ========================================================================== */
/* new hero */
#integrations-summary section#hero .page {
	position: relative;
  overflow: hidden;
  height: 350px;
}
#integrations-summary section#hero .page h1 {
	font-weight: 300;
	color: #666666;
	margin-bottom: 25px;
}
@media (min-width: 768px) {
	#integrations-summary section#hero .page {
		padding-top: 7%;
	}
}
@media (max-width: 768px) {
	#integrations-summary section#hero .page {
	padding-top: 18%;
	}
}
@media (max-width: 468px) {
	#integrations-summary section#hero .page {
		padding-top: 28%;
		background-position: -780px top;
	}
	#integrations-summary section#hero .page h1 {
	margin-bottom: 35px;
	}
	#integrations-summary .btn.btn-lg {
    font-size: 25px;
  }
}
/* banner CTA */
#integrations-summary .callout {
    padding-top: 25px;
    padding-bottom: 30px;
    background-color: #ececf4;
}
#integrations-summary .callout h2 {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    color: #666666;
}
#integrations-summary .callout h2 a {
	text-decoration:underline;
}

/* section */
#integrations-summary section.secPad {
	padding-top: 65px;
}
#integrations-summary section.secMar {
	margin-top: 65px;
}
#integrations-summary section.secPadB {
	padding-bottom: 65px;
}
#integrations-summary section.secMarB {
	margin-bottom: 65px;
}
#integrations-summary section.bgImg {
	background-size:cover;
	background-position: left center;
}
#integrations-summary h2 {
	font-weight: 300;
    font-size: 38px;
}
#integrations-summary .white-text h2,
#integrations-summary .white-text p {
	color:#fff;
}
#integrations-summary .sub p {
	font-size: 18px;
}
#integrations-summary .mainItems img {
	width:72px;
}
#integrations-summary .mainItems h3 {
	margin-bottom:25px;
}
#integrations-summary .gradientBG {
  background: #4095cc;
  background: -moz-linear-gradient(45deg,  #4095cc 0%, #002fbb 100%);
  background: -webkit-linear-gradient(45deg,  #4095cc 0%,#002fbb 100%);
  background: linear-gradient(45deg,  #4095cc 0%,#002fbb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4095cc', endColorstr='#002fbb',GradientType=1 );
}
#integrations-summary #partner .sub {
	padding-bottom:25px;
}
#integrations-summary .mask {
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
#integrations-summary .well {
	border-color: #bbb;
}
#integrations-summary .well.well-lg {
	padding:26px 0;
	margin-bottom: 35px;
}
#integrations-summary .linkItem .well.well-lg {
	padding-top: 0;
}
#integrations-summary .linkItem .well:hover {
	border-color: #0357a3;
	background-color:#fff;
}
#integrations-summary .partner-thumbBox {
	height: 147px;
	text-align: center;
	border-bottom:1px solid #bbbbbb;
	padding: 0 20px;
	display: flex;
  align-items: center;
  justify-content: center;
}
#integrations-summary .partner-thumbBox img.thumb {
	max-height: 80px;
	margin: 0 auto;
}
#integrations-summary .partner-item {
	padding: 14px 24px;
}
#integrations-summary .ctaItem h3 {
	font-size:36px;
	font-weight:600;
	margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	#integrations-summary .ctaItem h3 {
		font-size:26px;
		margin: 23px 0 43px 0;
	}
	#integrations-summary .ctaItem .btn.btn-lg {
		font-size: 22px;
		padding: 13px;
	}
}
#integrations-summary .ctaItem .btn {
	white-space: normal;
}
#integrations-summary .videoBg {
	background-size: cover;
  background-position: center center;
}
#integrations-summary .videoWrapper {
    height: 597px;
    display: table;
    padding-bottom: 55px;
}
#integrations-summary .videoTxt {
    vertical-align: bottom;
    display: table-cell;
}
#integrations-summary .videoWrapper h2 {
	margin-top: 40px;
	margin-bottom: 20px;
	color: #fff;
}
#integrations-summary .videoTxt p {
	font-size: 20px;
	color: #fff;
}
#integrations-summary section#numbers {
	background-color:#ececf4;
}
#integrations-summary section#numbers .main {
	margin-bottom: 20px;
}
#integrations-summary section#numbers .sub p.numLg {
	font-size: 80px;
	font-weight:600;
	line-height:110px;
	color:#777777;
}
#integrations-summary section#numbers .numItem {
	border:1px solid #f8981d;
	border-right:none;
	padding: 30px;
}
#integrations-summary section#numbers .numItem:first-child {
	border-left:none;
}
#integrations-summary section#workflow .workflowBox {
	display: flex;
	align-items: center;
	justify-content: center;
}
#integrations-summary section#workflow .workflowBox .logoIcon,
#integrations-summary section#workflow .workflowBox .stepIcon {
	display:inline-block;
}
#integrations-summary section#workflow .workflowBox .stepText {
	display:inline-block;
}
#integrations-summary section#workflow .evenRow .workflowBox .stepText {
	margin-right:8px;
}
#integrations-summary section#workflow .oddRow .workflowBox .stepText,
#integrations-summary section#workflow .startRow .workflowBox .stepText,
#integrations-summary section#workflow .finishRow .workflowBox .stepText {
	margin-left:8px;
}
#integrations-summary section#workflow .workflowBox.bgStart {
	background-image: url('../images/workflow-start.png');
	background-repeat:no-repeat;
	background-position:bottom left;
	width:290px;
	height: 170px;
	justify-content: inherit;
}
#integrations-summary section#workflow .workflowBox.bgEven {
	background-image: url('../images/workflow-even-bg.png');
	background-repeat:no-repeat;
	background-position:center left;
	width:386px;
	height:139px;	
}
#integrations-summary section#workflow .workflowBox.bgOdd {
	background-image: url('../images/workflow-odd-bg.png');
	background-repeat:no-repeat;
	background-position:center right;
	width:386px;
	height:139px;	
}
#integrations-summary section#workflow .workflowBox.bgFinish {
  width: 290px;
  height: 130px;
}
#integrations-summary section#workflow .startRow p,
#integrations-summary section#workflow .evenRow p,
#integrations-summary section#workflow .oddRow p,
#integrations-summary section#workflow .finishRow p {
	font-size:22px;
	color:#0072bc;
	margin:0;
}
#integrations-summary section#workflow .startRow p strong,
#integrations-summary section#workflow .evenRow p strong,
#integrations-summary section#workflow .oddRow p strong,
#integrations-summary section#workflow .finishRow p strong {
	font-size:26px;
}
#integrations-summary section#workflow .evenRow p {
	text-align:right;
}

#integrations-summary section#workflow .workflowBox.bgStart {
	margin: 0 auto;
}
#integrations-summary section#workflow .workflowBox.step1 {
	margin: 0 auto;
}
#integrations-summary section#workflow .workflowBox.step2 {
	margin: 0 auto;
}
#integrations-summary section#workflow .workflowBox.step3 {
	margin: 0 auto;
}
#integrations-summary section#workflow .workflowBox.step4 {
  margin: 0 auto;
}
#integrations-summary section#workflow .workflowBox.step5 {
	margin: 0 auto;
}
#integrations-summary section#workflow .workflowBox.step6 {
	margin: 0 auto;
}
#integrations-summary section#workflow .workflowBox.bgFinish {
	margin: 0 auto;
}


@media (min-width: 768px) {
	#integrations-summary .well.well-lg {
	height: 350px;
	}
	#integrations-summary section#numbers .flex {
		display:flex;
	}
	#integrations-summary section#numbers .sub p.numLg {
	font-size: 60px;
	}
}
@media (min-width: 992px) {
	#integrations-summary .well.well-lg {
	height: 420px;
	}
	#integrations-summary section#numbers .sub p.numLg {
	font-size: 70px;
	}
	#integrations-summary section#workflow .stepsBG {
	height:914px;
	background-image: url('../images/workflow-bg.png');
	background-repeat:no-repeat;
	background-position:center center;
	}
	#integrations-summary section#workflow .oddRow .workflowBox {
	float:right;
	}
	#integrations-summary section#workflow .evenRow .workflowBox {
		float:left;
	}
}
@media (min-width: 1200px) {
	#integrations-summary .well.well-lg {
	height: 380px;
	}
	#integrations-summary section#numbers .sub p.numLg {
	font-size: 99px;
	}
	#integrations-summary section#workflow .workflowBox.bgStart {
	margin-left: 147px;
	}
	#integrations-summary section#workflow .workflowBox.step1 {
		margin-top: -25px;
	}
	#integrations-summary section#workflow .workflowBox.step2 {
		margin-top: -36px;
	}
	#integrations-summary section#workflow .workflowBox.step3 {
		margin-right: 130px;
	}
	#integrations-summary section#workflow .workflowBox.step4 {
		margin-top: 38px;
		margin-left: 118px;
	}
	#integrations-summary section#workflow .workflowBox.step5 {
		margin-right: 24px;
		margin-top: -40px;
	}
	#integrations-summary section#workflow .workflowBox.step6 {
		margin-top: -20px;
		margin-left: -12px;
	}
	#integrations-summary section#workflow .workflowBox.bgFinish {
		margin-left: 88px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	#integrations-summary section#workflow .workflowBox.bgStart {
	margin-left: 113px;
	}
	#integrations-summary section#workflow .workflowBox.step1 {
		margin-top: -25px;
	}
	#integrations-summary section#workflow .workflowBox.step2 {
		margin-top: -36px;
	}
	#integrations-summary section#workflow .workflowBox.step3 {
		margin-right: 130px;
	}
	#integrations-summary section#workflow .workflowBox.step4 {
		margin-top: 38px;
		margin-left: 118px;
	}
	#integrations-summary section#workflow .workflowBox.step5 {
		margin-right: 24px;
		margin-top: -40px;
	}
	#integrations-summary section#workflow .workflowBox.step6 {
		margin-top: -20px;
		margin-left: -12px;
	}
	#integrations-summary section#workflow .workflowBox.bgFinish {
		margin-left: 55px;
	}
}
@media (max-width: 768px) {
	#integrations-summary .mainItems {
		padding-bottom: 35px;
	}
	#integrations-summary .videoWrapper h2 {
    font-size:30px;
  }
  #integrations-summary section#numbers .numItem {
	border-right:1px solid #f8981d;
	margin:20px;
	}
	#integrations-summary section#numbers .numItem:first-child {
	border-left:1px solid #f8981d;
	}
}
@media (max-width: 468px) {
	#integrations-summary .ctaItem h3 {
	font-size:26px;
	}
	#integrations-summary section#workflow .workflowBox .stepIcon {
		width:72px;
	}
	#integrations-summary section#workflow .startRow p,
	#integrations-summary section#workflow .evenRow p,
	#integrations-summary section#workflow .oddRow p,
	#integrations-summary section#workflow .finishRow p {
		font-size:18px;
	}
	#integrations-summary section#workflow .startRow p strong,
	#integrations-summary section#workflow .evenRow p strong,
	#integrations-summary section#workflow .oddRow p strong,
	#integrations-summary section#workflow .finishRow p strong {
		font-size:20px;
	}
	#integrations-summary section#workflow .workflowBox.bgEven,
	#integrations-summary section#workflow .workflowBox.bgOdd {
		width: 100%;
    height: 139px;
    padding: 0 10px;
	}
}

/* centered columns styles from line:3039 */
@media (min-width: 768px) {
	.row-centered {
			text-align:center;
	}
	.col-centered {
			display:inline-block;
			float:none;
			text-align:left;
			margin-right:-4px;
	}
}

/* ==========================================================================
   Patient Web Page V2
   ========================================================================== */
/* new hero */
#patient-web-page section#hero .page {
	position: relative;
  overflow: hidden;
}
#patient-web-page section#hero .page h1 {
	font-weight: 300;
	color: #0071bb;
	margin-bottom: 65px;
}
@media (min-width: 768px) {
	#patient-web-page section#hero .page {
		padding-top: 8%;
		padding-bottom: 60px;
	}
}
@media (max-width: 768px) {
	#patient-web-page section#hero .page {
	padding-top: 20%;
	}
}
@media (max-width: 468px) {
	#patient-web-page section#hero .page {
	padding-top: 30%;
	}
	#patient-web-page section#hero .page h1 {
	margin-bottom: 35px;
	}
}
/* banner CTA */
#patient-web-page .callout {
    padding-top: 25px;
    padding-bottom: 30px;
    background-color: #ececf4;
}
#patient-web-page .callout h2 {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    color: #666666;
}
#patient-web-page .callout h2 a {
	text-decoration:underline;
}

/* section */
#patient-web-page section.secPad {
	padding-top: 65px;
}
#patient-web-page section.secMar {
	margin-top: 65px;
}
#patient-web-page section.secPadB {
	padding-bottom: 65px;
}
#patient-web-page section.secMarB {
	margin-bottom: 65px;
}
#patient-web-page section.bgImg {
	background-size:cover;
	background-position: center center;
	background-repeat:no-repeat;
}
#patient-web-page h2 {
	font-weight: 300;
    font-size: 38px;
}
#patient-web-page h2.withLogo {
	color:#0071bb;
	font-size:38px;
	font-weight: 600;
	margin-bottom: 20px;
}
#patient-web-page h2.withLogo img {
	padding-right:22px;
}
#patient-web-page .main {
	margin-bottom: 60px;
}
#patient-web-page .main p {
	font-size: 19px;
}
#patient-web-page .sub p {
	font-size: 18px;
}
#patient-web-page .mainItems img {
	margin-bottom:30px;
}
#patient-web-page .mainItems h3 {
	margin-bottom:25px;
}
#patient-web-page section#seamless .well {
	background-color:rgba(250,250,250,.64);
	margin: 0 auto;
	border-radius: 0;
	border: none;
	padding:20px;
}
#patient-web-page .gradientBg {
	background-image:url('../images/for-patients-bg.png');
	background-position: bottom;
}
#patient-web-page .bgHighlight {
	background-color:rgba(236, 236, 244, .47);
}
#patient-web-page .mask {
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
#patient-web-page .support-item {
    height: 300px;
    padding:30px;
    text-align:left;
}
#patient-web-page .support-item .btnBottom {
    display: table-cell;
    vertical-align: bottom;
}
#patient-web-page .supportCol:last-child {
	text-align:right;
}
@media (max-width: 500px) {
	#patient-web-page .support-item {
    height: 380px;
	}
	#patient-web-page section.bgImg {
    background-position: -300px center;
	}
}
@media (max-width: 385px) {
	#patient-web-page .support-item {
    height: 480px;
	}
}
@media (min-width: 768px) {
	#patient-web-page section#seamless .well {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 327px;
	}
}
@media (max-width: 768px) {
	#patient-web-page .mainItems {
	padding-bottom: 35px;
	}
	#patient-web-page .bgWhiteMask {
		width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.75);
    margin-top: -65px;
    margin-bottom: -65px;
    padding-top:65px;
    padding-bottom:65px;
	}
}

/* ==========================================================================
   Testimonials Page
   ========================================================================== */
#testimonials-page figure.quote {
	display: table;
}
#testimonials-page figure.quote.twoColquote {
  height:230px;
}
#testimonials-page figure.quote.threeColquote {
  height:280px;
}
#testimonials-page figure.quote blockquote {
	display: table-row;
	vertical-align: top;
}
#testimonials-page figure.quote .caption {
	display: table-cell;
	vertical-align: bottom;
}

/* ==========================================================================
   Single Column Page
   ========================================================================== */
section.single-page {
	padding-top: 40px;
  padding-bottom: 40px;
}
section.single-page .pad40 {
	padding: 40px;
}
section.single-page h2 {
	font-weight: 300;
	font-size: 38px;
	margin-bottom: 50px;
}
section.single-page p {
	color: #515151;
	font-size: 18px;
}


/* ==========================================================================
   404 Page
   ========================================================================== */
section#nav-error {
  height:125px;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.15);
}
section#nav-error img {
  width: 233px;
  padding: 20px 15px;
}
section#page-error {
  margin:5% 0;
}
section#page-error .error-msg-lrg {
  font-size: 350px;
	font-weight: 700;
  line-height: 285px !important;
}
section#page-error h2 {
  margin-top: 50px;
  font-weight: 600;
}
section#page-error p {
  font-size:19px;
}
section#page-error a.btn {
    font-size: 23px;
    font-weight: 600;
    padding: 14px 70px;
    border: none;
    border-radius: 0;
    color: #fff;
    border-radius: 2px;
    background-color: #faa61a;
}
section#page-error a.btn:hover,
section#page-error a.btn:focus {
	opacity:0.75;
}
@media screen and (max-width: 1120px) {
  section#page-error .error-msg-lrg {
    font-size: 265px;
    line-height: 260px !important;
  }
}
@media screen and (max-width: 783px) {
  section#page-error .error-msg-lrg {
    font-size: 150px;
  }
}
@media screen and (max-width: 483px) {
	section#page-error a.btn {
    padding: 14px 20px;
    width:100%;
    font-size: 17px;
  }
}

/* ==========================================================================
   Team Page
   ========================================================================== */
section#teamPage {
  margin-bottom:100px;
}
section#teamPage .team-member {
  margin-top:90px;
}
section#teamPage .team-member img {
    margin: 0 auto;
    width: 200px;
    margin-bottom:20px;
}
section#teamPage .team-member h4 {
  color: #318AC9;
  font-size: 20px;
  font-weight: 600;
}
section#teamPage .team-member h5 {
  font-size: 16px;
  font-style:italic;
  font-weight: 400;
}
section#teamPage .team-member p {
  font-size: 18px;
}

/* ==========================================================================
   Contact Us Page
   ========================================================================== */
section#mapWrapper {
 	background-position: right;
    background-repeat: no-repeat;
}
@media screen and (max-width: 783px) {
  section#mapWrapper {
  	background-image:url('http://1r18mwdywg61doys93mjhyd1.wpengine.netdna-cdn.com/wp-content/themes/sage-chiron/assets/styles/main.css?ver=0.1.12') !important;
  }
}

/* ==========================================================================
   Partner Hub Page
   ========================================================================== */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  background-color:#000;
  border-radius:6px;
}
.carousel-control {
  opacity:.3;
}
.carousel-control:focus, .carousel-control:hover {
  opacity:0.6;
}
.carousel-caption img {
  margin-top:20px;
  margin-bottom:20px;
}
.carousel-inner>.item>img {
  width:100%;
}
@media screen and (min-width: 991px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    width: 50px;
    height: 55px;
    padding-top: 10px;
  }
  .carousel-caption p {
    color:#fff;
    font-size:22px;
    line-height: 30px;
    margin-right: 20%;
    margin-left: 20%;
  }
}
@media screen and (max-width: 991px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    width: 30px;
    height: 33px;
    padding-top: 5px;
    font-size:20px;
  }
  .carousel-caption p {
    color:#fff;
    font-size:16px;
    line-height: 20px;
    margin-right: 5%;
    margin-left: 5%;
  }
  .carousel-caption img {
    max-height:140px;
    width:auto;
  }
}
@media screen and (max-width: 783px) {
  .carousel-caption img {
    display:none;
  }

}
@media screen and (max-width: 483px) {
  #carouselWrapper {
    margin-top:73px;
  }
  .carousel-caption p {
    font-size:14px;
  }
}