/*
Theme Name: ARANZ Medical Theme
Theme URI: https://www.wired.co.nz
Description: ARANZ Medical theme by <a href="https://www.wired.co.nz">Wired</a>
Version: 3.1
Author: Wired
Author URI: https://www.wired.co.nz
*/


* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

body {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.3;
	color: #666;
	background: #fff;
	margin: 0;
	padding-top:160px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#header { display:flex; gap:0; flex-wrap:nowrap; justify-content:left; align-items:center; }

.wrapper { width:1200px; margin:0 auto; position:relative; }
.wrapper-customer-logos, .wrapper-partner-logos, .wrapper-demonstration-videos { padding-left:20px;}
a img {
	border: none;
	transition: all 0.3s;
}
a:hover img {
	opacity: 0.75;
}

/* Header
-------------------------------------------------------------- */ 

#header-container { height:110px; position:fixed; width:100%; top:0; margin:0; padding:0; z-index:30000; }
#header-bg {  background:#fff; border-bottom:1px solid #ccc; height:110px; width:100%; }
#logo {	width:220px; margin:25px 0;}
#logo img {
	width: 100%;
	height: auto;
}
#logo a:hover img {
	opacity: 1;
}
#search-bar-container {
	clear: both;
	width: 100%;
	padding: 5px 0;
	background: #666;
	box-shadow: 0 1px 4px rgba(0,0,0,0.15);
	position: relative;
	z-index: 2;
}
.tagline {
	float: left;
	width: 274px;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	font-style: italic;
}


#search-box { height:42px; margin-right:10px; position:relative; width:42px; }

#search-trigger { }

input[type="checkbox"]#search-trigger { display:none;}
input[type="checkbox"]#search-trigger + label { background: url(images/Search-icon.png) center center no-repeat #e3f3f9; cursor:pointer; display:block; height:42px; width:42px; }
input[type="checkbox"]#search-trigger:checked + label, input[type="checkbox"]#search-trigger + label:hover { background: url(images/Search-icon-o.png) center center no-repeat #2BBC85; }

input[type="checkbox"]#search-trigger + label ~ .searchrap { display:none; }
input[type="checkbox"]#search-trigger:checked + label ~ .searchrap { display:block; }

#search-box .searchrap { background:#2BBC85; display:flex; flex-wrap:nowrap; gap:4px; height:136px; padding:40px; position:absolute; right:20px; bottom:-156px; width:486px; z-index:99; }
#search-box .searchrap:before {  border-style:solid; border-width:0 0 15px 15px; border-color:transparent transparent #2BBC85 transparent; content:""; height:0; position:absolute; right:0; top:-15px; width:0;}

#search-box .searchrap input#searchField { height:56px; width:346px; background:#fff; border:1px solid #fff; border-radius:4px; font-family: Calibri, Helvetica, Arial, sans-serif; font-size: 16px; line-height:55px; margin:0; padding:0 15px; position:absolute; left:40px;}

#search-box .searchrap input.button { height: 56px; background:#fff; border-radius:5px; border:none; margin:0; overflow:hidden; cursor:pointer;  position:absolute; right:40px; }


.search-pagination .wp-pagenavi span { border:0; }
.search-pagination .wp-pagenavi a { background:#f5f5f5; border:0; padding:3px 8px;}



input[type=search] {
   -moz-appearance:none;
   -webkit-appearance:none;
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/* Menu
-------------------------------------------------------------- */ 

#menu-container { /*position:relative;*/ flex-grow:4; margin:0 13%; }
#menu-container ul { display:flex; gap:0; align-items:center; flex-wrap:nowrap; list-style-type:none; padding:0; margin:0;}
#menu-container ul li {	margin:0 8px 0 0; padding:0; position:relative; z-index:200;}
#menu-container ul li:last-child {
	margin-right: 0;
}
/* #menu-container ul li.menu-item-4879,
#menu-container ul li.menu-item-4881 {
	max-width: 170px;
    text-align: center;
    margin-top: -10px;
} */
#menu-container ul li a { display:block; padding:12px 26px 15px 26px; margin:0; color:#3599cc; font-size:18px; font-weight:bold; line-height:1; text-align:center; text-decoration:none;	-webkit-transition:-webkit-all 0.3s; transition:all 0.3s; }

/*#menu-container ul li a span {	font-size: 15px;  font-weight: normal; }*/

#menu-container ul li:last-child { position:absolute; right:132px;}
#menu-container ul li:last-child a { background:#e3f3f9; color:#3399cc; padding:10px 22px 14px 22px; border:0; border-radius:0; }
#menu-container ul li:last-child a:hover { background:#2BBC85;	color:#fff;}

#menu-container ul li a:hover, #menu-container ul li.active a { background:#f5f5f5; color:#2BBC85; text-decoration:none; }

#menu-container ul li.current_page_item a {background:#f5f5f5; }
#menu-container ul li.current_page_item a:after { content:""; width:0; height:0; border-style:solid; border-width:8px 8px 0 8px; border-color:#f5f5f5 transparent transparent transparent; position:absolute; bottom:-8px; left:50%; margin-left:-8px;}


#menu-container ul.sub-menu li.current_page_item a:after { display:none;}
#menu-container ul ul.sub-menu { display:block; }

#menu-container ul ul.sub-menu li { float:none;}
#menu-container ul ul.sub-menu li:last-child {  position:relative; right:initial;}


/*
#menu-container ul li a:after { display:none;
	content: '';
	position: absolute;
	right: 0;
	bottom: 9px;
	left: 0;
	width: 0;
	height: 2px;
	margin: auto;
	background: #3399cc;
	transition: width .2s ease-in-out;
}
#menu-container ul li:hover a:after, #menu-container ul li.current-menu-item a:after {
	width: 100%;
}
*/
#menu-container ul li:nth-of-type(1):after, #menu-container ul li:nth-of-type(2):after { background:url(images/2px-dotline.png); content:""; position:absolute; top:0; right:-8px; width:8px; height:62px;}



#menu-container ul li:last-child a:after,
#menu-container ul ul li a:after {
	content: none;
}
#menu-container ul ul {
	display: none;
}

/* --------- Drop downs --------- */
#menu-container ul.sub-menu li:after { display:none; }
#menu-container li ul.sub-menu {
	display: none;
	position: absolute;
	z-index: 200;
	clear: both;
	width: 240px;
	top: 65px;
	margin: 0;
}
#menu-container li ul.sub-menu:hover {
	display: block;
}
#menu-container li ul.sub-menu li {
	clear: both;
	padding: 0;
	margin: 0;
}
#menu-container li ul.sub-menu li a, #menu-container li ul.sub-menu li:last-child a {
	display: block;
	width: 238px;
	color: #666;
	font-size: 17px;
	line-height: 1;
    text-align: left;
	padding: 12px 20px;
	margin: 0;
	font-weight: normal;
	text-decoration: none;
	border-bottom:1px solid #fff;
	border-radius: 0;
	background: #f5f5f5;
}
#menu-container li ul.sub-menu li:first-child a {
	border-radius: 3px 3px 0 0;
}
#menu-container li ul.sub-menu li:last-child a {
	border-radius: 0 0 3px 3px;
}
#menu-container li ul.sub-menu li a:hover, #menu-container li ul.sub-menu li.active a {
	color: #fff;
	text-decoration: none;
	background: #3399cc;
}
#menu-container li ul.sub-menu ul {
	display: none;
	margin-left: 240px; /* ul width */
	top: 0;
}
#menu-container li ul.sub-menu ul li a:hover {
	color: #3399cc;
}

/* Banners
-------------------------------------------------------------- */ 

#slider_6227 {margin:auto; max-width:1600px; padding:0 5% 30px 5%;}
#slider_6227.sa_owl_theme .owl-dots { bottom:0!important; margin-left:-50px; left:50%; width:auto; }

#slider_6227.sa_owl_theme .owl-dots .owl-dot span { background:#fff!important; border:1px solid #6ec8f2!important; }
#slider_6227.sa_owl_theme .owl-dots .owl-dot.active span { background:#3399cc!important; border:1px solid #3399cc!important; }

.white #slider_6227.sa_owl_theme .owl-nav .owl-prev, .white #slider_6227.sa_owl_theme .owl-nav .owl-next { background-color:#66ccff!important; opacity:0.6; }
.white #slider_6227.sa_owl_theme .owl-nav div, .white #slider_6227.sa_owl_theme .owl-nav button { height:50px!important; width:50px!important; }

.sa_hover_container { min-height:0!important; padding:0!important;}

.aranz-slider { align-items:center; display:flex; flex-wrap:nowrap; gap:50px; min-height:360px; }
.aranz-slider div { padding:0; width:50%; }
.aranz-slider div img { margin:auto; }
.aranz-slider div:nth-of-type(2) { max-width:550px; text-align:left;}
.aranz-slider h1 { font-size:48px; letter-spacing:-1px; font-weight:bold; text-align:left;}
.aranz-slider p { color:#333366; margin:12px 0; }

.aranz-slider a:link, .aranz-slider a:visited { background:#66ccff; color:#333366; display:inline-block; font-size:24px; font-weight:bold; margin:15px 0 0 0; padding:10px 24px 13px 24px; position:relative; }
.aranz-slider a:active, .aranz-slider a:hover { background:#2BBC85; color:#fff; text-decoration:none; transition:0.2s; }

.aranz-slider a:before { border-style:solid; border-width:20px 20px 0 0; border-color:#66ccff transparent transparent transparent; content:""; height:0; position:absolute; left:0; bottom:-20px; width:0; }
.aranz-slider a:active:before, .aranz-slider a:hover:before { border-color:#2BBC85 transparent transparent transparent; transition:0.2s; }



#banner {
	width: 100%;
	height: 650px;
	margin-top: 145px;
	position: relative;
	overflow: hidden;
}
#banner video { 
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	background: url(images/video-banner.jpg) no-repeat;
	background-size: cover;
	transition: 1s opacity;
}
#sect-banner {
	width: 100%;
	height: 450px;
	background-image: url(images/banner.jpg);
	background-position: center center;
	background-size: cover;
	margin-top: -50px; 
}

#sect-banner ~ #body { padding-top:60px;}

#banner-text-container {
	position: relative;
	height: 450px;
}
.home #banner-text-container {
	height: 650px;
}
#banner-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
}
.home #banner-text {
	width: 55%;
	text-align: left;
}
#sect-banner #banner-text h1 {
	color: #fff;
	margin: 0 0 17px;
	font-weight: normal;
	font-size: 75px;
}
#banner-text h2 {
	color: #fff;
	font-size: 40px;
}
.home #banner-text h1 {
	color: #fff;
	text-align: left;
	font-size: 50px;
	font-weight: bold;
}
#banner-text p {
	color: #fff;
}
#sect-banner #banner-text h1 + p {
	margin: 10px 180px 20px;
}
#banner-text .btn {
	margin-top: 10px;
}
.banner-logo, #sect-banner #banner-text h1 {
	position: relative;
	margin-bottom: 60px;
}
.banner-logo:after, #sect-banner #banner-text h1:after {
	position: absolute;
	content: "";
	display: block;
	width: 170px;
	height: 2px;
	background: #fff;
	left: 50%;
	margin-left: -85px;
	bottom: -32px;
}
a.banner-arrow-btn, a.community-banner-arrow-btn {
	display: block;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -25px;
	font-size: 50px;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	border: 1px solid #fff;
	transition: all 0.3s;
}
a.community-banner-arrow-btn {
	bottom: -60px;
}
a.banner-arrow-btn:hover, a.community-banner-arrow-btn:hover {
	text-decoration: none;
	bottom: 25px;
}
a.community-banner-arrow-btn:hover {
	bottom: -65px;
}
a.banner-arrow-btn:before, a.community-banner-arrow-btn:before {
	content: "";
    display: block;
    position: absolute;
	border-color: transparent;
	border-bottom-color: #fff;
	border-right-color: #fff;
	border-style: solid;
	border-width: 1px;
	bottom: 20px;
	height: 11px;
	left: 17px;
	transform: rotate(45deg);
	width: 11px;
}

/* Body
-------------------------------------------------------------- */

#customer-logo-blocks { display:flex; gap:5px; flex-wrap:wrap; justify-content:flex-start }
#customer-logo-blocks a { background:#fff; height:180px; padding:30px; width:265px; }
#customer-logo-blocks a:active, #customer-logo-blocks a:hover { padding:10px; transition:0.3s; }


main {
	display: block;
}
#body { position: relative;}
section { padding:99px 0; position: relative;}

#body.section-page, section.section-map, section#community-map {
	padding: 35px 0 90px 0;
}
.section-grey {
	background: #f5f5f5;
}
.section-light-blue {
	background: #e3f3f9;
}
.section-photo {
	background-position: center center;
	background-size: cover;
}
section#our-community {
	background-image: url(images/our-community-section-bg.jpg);
	text-align: center;
	padding: 225px 0 115px 0;
}
.section-arrow:before {
	width: 50%;
	height: 90px;
	background-color: #f5f5f5;
	content: "";
	position: absolute;
	top: -90px;
	left: 0;
	margin-left: 50%;
	transform: skew(0deg, -4deg);
	transform-origin: right top 0;
	z-index: 0;
}
.section-arrow:after {
	width: 50.1%;
	height: 90px;
	background-color: #f5f5f5;
	content: "";
	position: absolute;
	top: -90px;
	left: 0;
	transform: skew(0deg, 4deg);
	transform-origin: left top 0;
	z-index: 0;
}
h1, #body .content-third h2 {
	color: #333366;
	font-size: 50px;
	line-height: 1;
	font-weight: 100;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}
.section-photo h1 {
	color: #fff;
}
section#brochure-download h1 {
	text-align: left;
}
h2 {
	font-size: 26px;
	line-height: 1;
	font-weight: bold;
	margin: 30px 0 0 0;
}
h2.wsp-pages-title {
	display: none;
}
h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 30px 0 0 0;
	line-height: 28px;
}
h1 + h3 {
	margin: 0;
}
section#brochure-download h3 {
	margin: 0 0 40px;
}
h4 {
	font-size: 21px;
	font-weight: bold;
	margin: 5px 0 20px;
}
p {
	margin: 10px 0 20px;
}
h1 + p {
	margin: 20px 0;
}
a {
	color: #3399cc;
	text-decoration: none;
}
a:hover {
	color: #3399cc;
	text-decoration: underline;
}
hr { clear:both; border:none; height:1px; color:#eee; background-color:#eee; margin:30px 0 26px 0;}

.section-grey hr {
    color: #ddd;
    background-color: #ddd;
}
a.btn, .btn, a.btn-m, a.button {
	color: #fff;
	font-size: 20px;
	line-height: 1;
	display: inline-block;
	padding: 20px 50px;
	margin: 0;
	background: #3399cc;
	text-decoration: none;
	border-radius: 30px;
	transition: all 0.3s;
}
/*.home a.btn, .home .btn, .home a.button {
	background: #333366;
}*/
a.btn:hover, .btn:hover, a.btn-m:hover,  a.button:hover {
	color: #fff;
	background-color: #2BBC85;
	text-decoration: none;
}


.home a.btn:hover, .home .btn:hover, .home a.button:hover {
	background-color: #2BBC85;
}
div.ddsg-wrapper h2, div.ddsg-wrapper p {
	display: none;
}
.date {
    background: #eee none repeat scroll 0 0;
    border-radius: 15px;
    color: #999;
    display: inline-block;
    padding: 5px 15px;
	margin-bottom: 10px;
}
a.phone-link {
	color: #333;
	text-decoration: none;
	cursor: default;
}
.left {
	float: left;
}
.right {
	float: right;
}
.centered {
	text-align: center;
}
.breadcrumbs {
	display: block;
	font-size: 14px;
	line-height: 18px;
	padding: 8px 15px;
	border-radius: 5px;
	margin: -50px 0 50px;
	width: 100%;
}
.section-grey .breadcrumbs {
	background: #fff;
}
.clear-floats {
	clear: both;
}
.clearfix:before,
.clearfix:after,
.wrapper:before,
.wrapper:after {
    content:"";
    display:table;
}
.clearfix:after, .wrapper:after {
    clear:both;
}
.clearfix, .wrapper {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

img.img-content-01 { margin:auto; max-height:400px; }



/* Screen readers only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}



#intro {  background:#f5f5f5; border-bottom:1px dotted #ccc; margin:0; padding:80px 0;}

#intro .wrapper { display:flex; align-items:center; flex-wrap:nowrap; }
#intro .wrapper div:nth-of-type(1) { margin:0 50px 0 0; text-align:center; width:calc(50% - 50px);}

#intro .wrapper div:nth-of-type(1) ul.tick { margin:auto; margin-bottom:20px; max-width:160px;}

#intro .wrapper div:nth-of-type(2) { min-width:50%; text-align:center; }

#intro h1, #intro h2, #intro h3, #intro h4, #intro h6 { margin-top:0;}
#intro hr { background-color:none; border-bottom:1px dotted #ccc; }

#intro .wrapper div:nth-of-type(2) .frame { margin:auto; min-width:70%;}

.frame { background:#fff; /*border:1px solid #ccc; border-radius:20px;*/ padding:10px; width:100%; }
.frame img { display:block;}


#latest-updates .wrapper { padding:70px 0;}
#latest-updates h2 { margin-top:0; }

#aranz-testimonials .wrapper { padding:70px 0;}
#aranz-testimonials .wrapper:before { display:none;}
#aranz-testimonials .owl-pagination-true { margin-bottom:0!important;}
#aranz-testimonials .owl-nav { display:none!important; }
.aranz-testimonial { display:flex; align-items:center; flex-wrap:nowrap; }
.aranz-testimonial div { padding:50px; position:relative; }
.aranz-testimonial div:nth-of-type(1) {  min-width:300px; padding-left:0; }
.aranz-testimonial div:nth-of-type(1) p { font-size:14px; margin:12px 0 0 0; }
.aranz-testimonial div:nth-of-type(1):after { border-style:solid; border-width:0 30px 30px 0; border-color:transparent #f5f5f5 transparent transparent; content:""; height:0; position:absolute; right:0; top:50%; margin-top:-20px; width:0;}
.aranz-testimonial div:nth-of-type(2) { background:#f5f5f5;}



#aranz-videos { padding:50px 0;}
.video-flex-rap { display:flex; gap:20px; align-items:flex-start; flex-wrap:nowrap; margin:20px 0 }
.video-flex-rap div { flex-grow:1; width:calc(33.3% - 20px);}
.video-flex-rap h4 { margin:10px 0 0 0;}
.video-flex-rap p { margin:0;}
.video-container { /*position:relative; padding-bottom:56.25%; padding-top:30px; height:0; overflow:hidden;*/}
.video-container iframe { /*position:absolute; top:0; left:0; */width:100%; max-height:210px;}



img { max-width:100%;}



/* Home
-------------------------------------------------------------- */

.home #body {
	padding-bottom: 0;
}
.home #body h1 {
	max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.home #body ul.tick li {
	width: 100%;
}
#body .bg-image {
	width: 100%;
}
.home #body img {
	display: block;
}
.home #body .col {
	margin-top: 30px;
}
@media screen and (max-width: 670px) {
  .home #body h1 {
    margin-bottom: 0;
  }
  .home #body .col:last-child {
      margin-top: 0;
  }
}
#body .bg-image img {
	display: block;
	margin: 0 auto;
}

/* Latest Updates */

#section-latest-updates {
  padding: 50px 0 70px;
}
@media screen and (max-width: 670px) {
  #section-latest-updates {
    padding: 25px 0 30px 0;
  }
}
#section-latest-updates .col {
  padding-right: 10px;
  padding-left: 10px;
  margin: 10px 0;
}
#section-latest-updates .col a {
  display: table;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  color: #666;
  text-align: center;
  background: #fff;
  background-size: cover;
  text-decoration: none;
}
#section-latest-updates .col a:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
#section-latest-updates .col a .latest-updates-content {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 30px 5px 30px;
}
#section-latest-updates .col a .latest-updates-content h2 {
  color: #333366;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 10px;
  position: relative;
}
#section-latest-updates .col a .latest-updates-content h2:after {
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
    background: #3399cc;
}
#section-latest-updates .col a .latest-updates-content p {
  margin: 15px 0 !important;
}
#section-latest-updates .col a .latest-updates-content img {
  display: block;
  margin: 0 auto;
}
#section-latest-updates .col a .latest-updates-content .btn {
    font-size: 16px;
    padding: 10px 20px;
}
#section-latest-updates .col a .latest-updates-link-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  background: #9999b2;
}
#section-latest-updates .col a:hover .latest-updates-link-icon {
  background: #333366;
}
#section-latest-updates .col a .latest-updates-link-icon i {
  position: relative;
  top: 1px;
  left: 1px;
}



.searchresultrap { background:#f5f5f5; margin:0 0 5px 0; padding:40px; }
.searchresultrap ~ .navigation { margin-top:25px;}
.searchresultrap h2 { margin:0; }
.searchresultrap p { margin:10px 0;}

/* STATS 

#statistics {
	font-size: 24px;
	line-height: 1.2;
	color: #fff;
	font-weight: 100;
	padding: 20px 0;
	background: #333366;
}
#statistics .wrapper {
	padding: 0 70px;
}
#statistics .stat {
	float: left;
	width: 33.3%;
	padding: 10px;
	text-align: center;
}
#statistics .stat strong {
	font-size: 40px;
	font-weight: bold;
}
#statistics p {
	margin: 0;
}
@media screen and (max-width: 1140px) {
	#statistics .wrapper {
		padding: 0;
	}
}
@media screen and (max-width: 670px) {
	#statistics {
		font-size: 18px;
	}
	#statistics .stat strong {
		font-size: 30px;
	}
}
@media screen and (max-width: 600px) {
	#statistics .stat {
		width: 100%;
	}
}*/

/* CTAS */

#ctas {
	width: 100%;
	margin-top: 50px;
}
.home #ctas,
.page-template-custom-solutions-for-clinical-practice #ctas {
	margin: 40px 0;
}
#ctas a {
	float: left;
	display: block;
	position: relative;
	max-width: 360px;
	width: 100%;
	height: 335px;
	overflow: hidden;
	margin: 0 20px 20px 0;
	background: #ffffff;
	color: #666;
	text-align: center;
	padding: 40px;
}
.home #ctas a,
.page-template-custom-solutions-for-clinical-practice #ctas a {
	height: auto;
	padding: 80px 20px;
}
#ctas a:nth-child(3n) {
	margin-right: 0 !important;
}
#ctas img {
	opacity: 1;
}
#ctas h2 {
	margin: 20px 0 0;
	padding-top: 18px;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}
#ctas h2:after {
	content: '';
	width: 76px;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -38px;
	background: #3399cc;
}
#ctas p {
	position: relative;
	top: 0;
	left: 0;
}
#ctas span {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -40px;
	left: 0;
}
#ctas span .btn {
	font-size: 18px;
	padding: 9px 20px 11px 20px;
	background: transparent;
	border-radius: 19px;
	border: 2px solid #fff;
}
#ctas span .btn:hover {
	color: #2e89b7;
	background-color: #fff;
}
#ctas span.arrow-btn {
	display: block;
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -25px;
	font-size: 50px;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	border: 1px solid #fff;
	transition: all 0.3s;
}
#ctas span.arrow-btn:before {
	content: "";
    display: block;
    position: absolute;
	border-color: transparent;
	border-bottom-color: #fff;
	border-right-color: #fff;
	border-style: solid;
	border-width: 1px;
	bottom: 20px;
	height: 11px;
	left: 17px;
	transform: rotate(45deg);
	width: 11px;
}
#ctas a,
#ctas img,
#ctas h2,
#ctas h2:after,
#ctas p,
#ctas span {
	-webkit-transition: -webkit-all 0.35s;
	transition: all 0.35s;
}
#ctas a:hover {
	color: #fff;
	background: #3399cc;
	text-decoration: none;
}
.home #ctas a:hover {
	color: #fff;
	background: #333366;
	text-decoration: none;
}
#ctas a:hover img {
	opacity: 0;
}
#ctas a:hover h2, #ctas a:hover p {
	color: #fff;
	-webkit-transform: translate3d(0,-70px,0);
	transform: translate3d(0,-70px,0);
}
#ctas a:hover h2:after {
	background: #fff;
}
#ctas a:hover span {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

/* Easy To Use */

section#easy-to-use h1 {
	margin: 0 0 40px;
}
#etu-slider-container {
	display: flex;
	align-items: center;
}
#etu-slider-text-container {
	width: 33.3%;
	padding-right: 20px;
	text-align: left;
	order: -1;
}
#etu-image-container {
	width: 66.6%;
	padding-left: 20px;
}
#etu-slider-text .bx-controls {
    display: none;
}
#etu-slider-text ul.tick li {
	float: none;
}
#etu-slider-images {
	position: relative;
}
#etu-slider-btn-left {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 0;
	top: 50%;
	margin-top: -25px;
	transition: 0.2s;
}
#etu-slider-btn-right {
	position: absolute;
	width: 50px;
	height: 50px;
	right: 0;
	top: 50%;
	margin-top: -25px;
}

/* High Quality Data / Reduces Risks / Easy To Use */

section#high-quality-data {
	background-image: url(images/high-quality-data-bg.jpg);
}
section#reduces-risks {
	background-image: url(images/reduces-risks-bg.jpg);
}
.slider-text-container,
.slider-bullets-container {
	float: left;
	width: 50%;
}
.slider-text {
	float: right;
	position: relative;
	width: 350px;
	height: 350px;
	background: #fff;
	border-radius: 350px;
	text-align: center;
	margin-right: 390px;
	padding: 50px 40px 0;
	z-index: 100;
}
.slider-text h2 {
	color: #333366;
	margin: 0;
}
.slider-text p {
	font-size: 20px;
}
.slider-text .bx-wrapper .bx-pager {
	bottom: -30px;
}
.slider-text .hqd-slider,
.slider-text .rr-slider,
.slider-text .iyr-slider,
.slider-text .ips-slider,
.slider-text .bx-wrapper .bx-viewport {
	height: 250px !important;
}
.slider-text .hqd-slider div,
.slider-text .rr-slider div,
.slider-text .iyr-slider div,
.slider-text .ips-slider div {
	top: 50%;
    transform: translateY(-50%);
}
.slider-btn-left {
	position: absolute;
	width: 50px;
	height: 50px;
	left: -25px;
	top: 50%;
	margin-top: -25px;
	transition: 0.2s;
}
.slider-btn-right {
	position: absolute;
	width: 50px;
	height: 50px;
	right: -25px;
	top: 50%;
	margin-top: -25px;
}
.slider-btn-left a,
.slider-btn-right a {
	display: block;
  position: relative;
	width: 50px;
	height: 50px;
	background: #3399cc url(images/btn-arrow-left.png) center center;
	border-radius: 50px;
	transition: 0.2s;
}
.home .slider-btn-left a,
.home .slider-btn-right a {
	background-color: #333366;
}
.slider-btn-right a {
	background-image: url(images/btn-arrow-right.png);
}
.slider-btn-left a:hover,
.slider-btn-right a:hover {
	background-color: #2BBC85;
}
.home .slider-btn-left a:hover,
.home .slider-btn-right a:hover {
	background-color: #2BBC85;
}
.slider-btn-left a,
.slider-btn-right a.hide {
	display: none;
}
.slider-btn-left a.show {
	display: block;
}
.home .bx-wrapper .bx-pager.bx-default-pager a:hover,
.home .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #2BBC85;
}
body:not(.page-template-custom-auto-boundary-detection) .slider-text .bx-wrapper .bx-pager.bx-default-pager a,
#etu-slider-images .bx-wrapper .bx-pager.bx-default-pager a,
#bi-slider-images .bx-wrapper .bx-pager.bx-default-pager a{
	pointer-events: none;
  cursor: default
}
.ipad {
	position: absolute;
	width: 580px;
	height: 426px;
	background: url(images/ipad.png) no-repeat;
	padding: 25px 51px 45px 54px;
	margin-left: -290px;
	bottom: -40px;
	left: 50%;
	z-index: 1;
}
.ipad .bx-controls {
	display: none;
}
.slider-bullets {
	float: left;
	position: relative;
	width: 460px;
	height: 340px;
	margin: 14px 0 0 390px;
	z-index: 100;
}
.slider-bullets .bx-wrapper {
    margin-bottom: 0;
}
.slider-bullets .bx-controls {
	display: none;
}
.slider-bullets ul {
	margin: 0;
	padding: 20px 0;
	list-style: none;
	overflow: hidden; /* Fix image float issue */
}
.slider-bullets ul li {
	color: #fff;
	text-align: left;
	background: #333366 url(images/bullet-tick-white.png) 15px 15px no-repeat;
	padding: 15px 20px 15px 48px;
	margin: 0 0 10px 0;
	border-radius: 15px;
}
.ipad a.image {
	position: relative;
	display: block;
	height: auto;
	width: 100%;
	overflow: hidden;
	z-index: 1; /* Chrome fix */
	margin: 0 auto;
}
.ipad a.image img {
	overflow: hidden;
	position: relative;
	display: block;
	height: auto;
	max-height: 100%;
	width: 100%;
	max-width: 100%;
}
.ipad a:hover img {
	opacity: 1;
}
.ipad a.image span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 36px;
	height: 36px;
	margin: -18px 0 0 -18px;
	background: url(images/icon-slider-search.png) no-repeat 0 0;
	z-index: 2;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}
.ipad a.image:hover span {
	opacity: 1;
}
.ipad a.image div.slider-overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333366;
	z-index: 1;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}
.ipad a.image:hover div.slider-overlay {
	opacity: 0.8;
}

/* Auto Boundary Detection Slider */

#auto-boundary-detection h1 {
  margin-bottom: 50px;
}
#auto-boundary-detection .slider-text {
  padding-top: 0;
  height: 400px;
}
#auto-boundary-detection .slider-text h2 {
  font-size: 34px;
  font-weight: normal;
  margin-bottom: 34px;
}
#auto-boundary-detection .slider-text h3 {
  color: #333366;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  margin: 30px 0 0 0;
}
#auto-boundary-detection .slider-text .bx-wrapper .bx-viewport {
    height: 400px !important;
}
#auto-boundary-detection .slider-text .abd-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}
#auto-boundary-detection .slider-text .abd-slider img {
  display: inline-block;
}
@media screen and (max-width: 960px) {
	#auto-boundary-detection h1 {
    margin-bottom: 0;
  }
  #auto-boundary-detection .slider-text {
    height: 300px;
  }
	#auto-boundary-detection .slider-text .bx-wrapper .bx-viewport {
    height: 300px !important;
  }
  #auto-boundary-detection .slider-text .abd-slider {
    height: 300px;
  }
}
#auto-boundary-detection .slider-text .bx-wrapper .bx-pager {
    bottom: 0;
}
#auto-boundary-detection .ipad {
  bottom: auto;
}
#auto-boundary-detection .ipad .abd-ipad-slider div {
  height: 356px;
}
#auto-boundary-detection .ipad video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#auto-boundary-detection .slider-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}
@media screen and (min-width: 1720px) {
  #auto-boundary-detection .slider-bullets {
    margin: 14px 0 0 365px;
  }
}
@media screen and (max-width: 960px) {
	#auto-boundary-detection .slider-bullets {
    height: auto;
  }
}
#auto-boundary-detection .slider-bullets ul.tick {
  width: 100%;
}
#auto-boundary-detection .slider-bullets ul.tick li {
  color: #666;
  float: none;
  background-image: url(images/bullet-tick-purple.png);
}

/* Auto Boundary Detection Slider New */

#auto-boundary-detection-new .ipad-large {
	display: block;
	width: 800px;
	height: 588px;
	background: url(images/ipad-800px.png) no-repeat;
	padding: 38px 75px 61px 73px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #auto-boundary-detection-new .ipad-large {
    width: 580px;
    height: 426px;
    background: url(images/ipad.png) no-repeat;
    padding: 25px 51px 45px 54px;
  }
}
@media screen and (max-width: 640px) {
  #auto-boundary-detection-new .ipad-large {
    width: 100%;
    height: auto;
    background: none;
    padding: 0;
  }
}
#auto-boundary-detection-new .ipad-large .bx-wrapper {
    margin-bottom: 20px;
}
#auto-boundary-detection-new .ipad-large .bx-controls {
	display: none;
}
#auto-boundary-detection-new .slider-text-container {
  float: none;
  width: 100%;
}
#auto-boundary-detection-new .slider-text {
  float: none;
  width: 750px;
  height: 200px;
  border-radius: 0;
  margin: 0 auto;
  padding: 0 40px;
  z-index: 100;
}
@media screen and (max-width: 1000px) {
  #auto-boundary-detection-new .slider-text {
    width: 100%;
  }
}
#auto-boundary-detection-new .slider-text .abd-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}
#auto-boundary-detection-new .slider-text .bx-wrapper .bx-viewport {
  height: 200px !important;
}
#auto-boundary-detection-new .slider-text h2 {
  font-size: 34px;
  font-weight: normal;
  margin: 0 0 30px;
}
@media screen and (max-width: 640px) {
  #auto-boundary-detection-new .slider-text h2 {
    font-size: 30px;
    font-weight: 100;
    margin: 0 0 20px;
  }
}
#auto-boundary-detection-new .slider-text h3 {
  color: #333366;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 640px) {
  #auto-boundary-detection-new .slider-text h3 {
    font-size: 24px;
  }
}
#auto-boundary-detection-new .slider-text .abd-slider img {
  display: inline-block;
}
#auto-boundary-detection-new .ipad {
  bottom: auto;
}
#auto-boundary-detection-new ul.tick {
  width: 100%;
  text-align: center;
}
#auto-boundary-detection-new ul.tick li {
  color: #666;
  float: none;
  background-image: url(images/bullet-tick-purple.png);
  padding-right: 30px;
  display: inline-block;
}

/* Icon Animation */

section#icon-animation h1 {
  margin: 0 auto 30px auto;
}
.animation-container {
	max-width: 1000px;
	height: 937px;
	margin: 0 auto;
	position: relative;
  /*background: url(images/icon-animation/icon-animation.gif);
  background-size: contain; */
}
.icon-animation-static {
	display: none;
}
.animation-container div {
	position: absolute;
  z-index: 1;
}
.animation-container .silhouette-central {
	width: 516px;
	top: 28px;
	left: 241px;
}
.animation-container .sponsor {
	width: 284px;
	top: 25px;
	left: 26px;
} 
.animation-container .research-site-1 {
	width: 236px;
	top: 538px;
	left: 0;
}
.animation-container .subjects-home {
	width: 242px;
	top: 645px;
	left: 362px;
}
.animation-container .nursing-home {
	width: 256px;
	top: 539px;
	left: 744px;
}
.animation-container .cro {
	width: 283px;
	top: 22px;
	left: 695px;
}
@media screen and (max-width: 1120px) {
	.animation-container {
		display: none;
	}
	.icon-animation-static {
		display: block;
	}
}

/* Icon Animation - Clinical Pratice */

section#cp-icon-animation h1 {
	max-width: 800px;
    margin: 0 auto 30px auto;
}
.cp-animation-container {
	max-width: 1020px;
	height: 445px;
	margin: 0 auto;
	position: relative;
}
.cp-icon-animation-static {
	display: none;
}
.cp-animation-container div {
	position: absolute;
}
.cp-animation-container .arrows-animation {
	width: 1002px;
	height: 95px;
	top: 140px;
	left: 118px;
}
.cp-animation-container .patient {
	width: 88px;
	height: 133px;
	top: 102px;
	left: 30px;
	z-index: 1;
}
.cp-animation-container .icon-top-1 {
	width: 161px;
	height: 140px;
	top: 0;
	left: 166px;
	z-index: 2;
}
.cp-animation-container .icon-top-2 {
	width: 143px;
	height: 140px;
	top: 0;
	left: 427px;
	z-index: 3;
}
.cp-animation-container .icon-top-3 {
	width: 261px;
	height: 140px;
	top: 0;
	left: 646px;
	z-index: 4;
}
.cp-animation-container .icon-top-4 {
	width: 131px;
	height: 140px;
	top: 0;
	left: 949px;
	z-index: 5;
}
.cp-animation-container .icon-bottom-1 {
	width: 161px;
	height: 210px;
	top: 235px;
	left: 166px;
	z-index: 6;
}
.cp-animation-container .icon-bottom-2 {
	width: 143px;
	height: 210px;
	top: 235px;
	left: 427px;
	z-index: 7;
}
.cp-animation-container .icon-bottom-3 {
	width: 261px;
	height: 210px;
	top: 235px;
	left: 646px;
	z-index: 8;
}
.cp-animation-container .icon-bottom-4 {
	width: 171px;
	height: 210px;
	top: 235px;
	left: 930px;
	z-index: 9;
}
@media screen and (max-width: 1120px) {
	.cp-animation-container {
		display: none;
	}
	.cp-icon-animation-static {
		display: block;
	}
}

/* CR Services */


#cr-services .intro,
#cp-services .intro,
#cr-insight .intro,
#cr-collaborate .intro,
#cr-review .intro,
#cp-insight .intro,
#cp-collaborate .intro,
#cp-support .intro {
  font-size: 24px;
  margin-top: 0;
}
@media screen and (max-width: 670px) {
  #cr-services .intro,
  #cp-services .intro,
  #cr-insight .intro,
  #cr-collaborate .intro,
  #cr-review .intro,
  #cp-insight .intro,
  #cp-collaborate .intro,
  #cp-support .intro {
    font-size: 20px;
  }
}
#cr-insight .row,
#cr-collaborate .row,
#cr-review .row,
#cp-insight .row,
#cp-collaborate .row,
#cp-support .row {
  align-items: center;
}
#cr-insight ul.tick,
#cr-collaborate ul.tick,
#cr-review ul.tick,
#cp-insight ul.tick,
#cp-collaborate ul.tick,
#cr-support ul.tick {
  margin: 10px 0 20px;
}
#cr-insight ul.tick li,
#cr-collaborate ul.tick li,
#cr-review ul.tick li,
#cp-insight ul.tick li,
#cp-collaborate ul.tick li,
#cp-support ul.tick li {
  float: none;
  width: 100%;
}
#cr-insight .quote,
#cr-collaborate .quote,
#cr-review .quote,
#cp-insight .quote,
#cp-collaborate .quote,
#cp-support .quote {
	background: #3399cc;
  color: #fff;
}
#cr-insight .quote:after,
#cr-collaborate .quote:after,
#cr-review .quote:after,
#cp-insight .quote:after,
#cp-collaborate .quote:after,
#cp-support .quote:after {
  border-top: 10px solid #3399cc;
}

/* Testimonials */

.testimonial-slider-container {
  width: 100%;
	margin: 45px 0 80px;
}
#testimonials {
	width: 640px;
	height: 360px;
	position: relative;
	margin: 0 auto;
}
#testimonials .slide {
	display: block;
	width: 100%;
	height: 360px;
	margin: 0 40px 0 0;
	color: #fff;
	background: #333366;
	transition: all 0.3s;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.page-template-custom-careers #testimonials .slide {
	background: #3399cc;
	height: auto;
}
#testimonials .slide .slide-content {
	width: 100%;
	height: 270px;
	padding: 20px 40px;
	text-align: center;
	background: #3399cc url(images/quote-large.png) no-repeat top left;
	position: relative;
}
#testimonials .slide .slide-content .align-vertical {
	position: relative;
	top: 50%;
    transform: translateY(-50%);
}
.page-template-custom-careers #testimonials .slide .slide-content {
	height: 350px;
	padding: 50px;
}
#testimonials .slide .cite {
	width: 640px;
	height: 90px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 23px 20px 20px 40px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
}
#testimonials .slide .cite .cite-role {
	color: #66ccff;
	font-size: 16px;
	font-weight: normal;
}
#testimonials .slide .slide-content:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #3399cc;
    bottom: -10px;
    content: "";
    height: 0;
    left: 40px;
    position: absolute;
    width: 0;
    z-index: 1;
}
.page-template-custom-careers #testimonials .slide .slide-content:after {
    content: none;
}
#testimonials .slide .slide-content h3 {
	color: #333366;
	font-size: 24px;
	line-height: 1;
	margin: 0;
}
#testimonials .slide .slide-content p {
	font-style: italic;
	margin: 15px 0 0;
}
#testimonials .bx-wrapper .bx-controls-direction a.bx-next,
#testimonials .bx-wrapper .bx-controls-direction a.bx-prev{
	display: block;
}
#testimonials .bx-wrapper .bx-controls-direction a.bx-next.disabled,
#testimonials .bx-wrapper .bx-controls-direction a.bx-prev.disabled {
	display: none;
}
.home #testimonials .bx-wrapper .bx-controls-direction a.bx-next,
.home #testimonials .bx-wrapper .bx-controls-direction a.bx-prev{
	background-color: #333366;
}
.home #testimonials .bx-wrapper .bx-controls-direction a.bx-next:hover,
.home #testimonials .bx-wrapper .bx-controls-direction a.bx-prev:hover{
	background-color: #2e2e5c;
}

/* Our Partners */

section#our-partners {
	border-top: 1px solid #f5f5f5;
}

/* Solutions for Clinical Practice
-------------------------------------------------------------- */

.page-template-custom-solutions-for-clinical-practice #body {
    padding-bottom: 0;
}
.page-template-custom-solutions-for-clinical-practice #body h1,
.page-template-custom-solutions-for-clinical-practice #body h2,
.page-template-custom-solutions-for-clinical-practice section h2,
.page-template-custom-solutions-for-clinical-practice .video-container h3 {
    color: #3399cc;
}
.page-template-custom-solutions-for-clinical-practice section.section-photo h1 {
    color: #fff;
}

.page-template-custom-solutions-for-clinical-practice #body ul.tick li {
	width: 100%;
}
.page-template-custom-solutions-for-clinical-practice #body img {
    display: block;
}

/* Improves Patient Satisfaction */

#section-integrated-logos {
  padding: 70px 40px 50px;
}
@media screen and (max-width: 640px) {
  #section-integrated-logos {
    padding: 35px 40px 20px;
  }
}
#section-integrated-logos .wrapper {
  width: 100%;
}
#section-integrated-logos .wrapper h1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #section-integrated-logos .wrapper h1 {
    font-size: 20px;
  }
}
#integrated-logos div {
  float: left;
  width: 14.2%;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #integrated-logos div {
    width: 33%;
  }
}
@media screen and (max-width: 640px) {
  #integrated-logos div {
    width: 50%;
  }
}
#integrated-logos div img {
  opacity: 0.5;
}
#integrated-logos div a:hover img {
	opacity: 0.35;
}
#integrated-logos div img.medway {
  opacity: 0.75;
}
#integrated-logos div a:hover img.medway {
	opacity: 0.55;
}

/* Improves Patient Satisfaction */

section#improves-patient-satisfaction {
	background-image: url(images/improves-patient-satisfaction-bg.jpg);
}
section#improves-patient-satisfaction .slider-text {
    float: left;
	width: 100%;
	max-width: 550px;
	height: 350px;
    border-radius: 50%;
    margin: 30px 0 0;
}

/* Return On Investment */

section#increases-your-roi {
	background-image: url(images/increases-your-roi-bg.jpg);
}
section#increases-your-roi .slider-text {
    float: right;
	width: 100%;
	max-width: 550px;
	height: 350px;
    border-radius: 50%;
    margin: 30px 0 0;
}

/* Better Information */

section#better-information h1 {
	margin: 0 0 40px;
}
#bi-slider-container {
	display: flex;
	align-items: center;
}
#bi-slider-text-container {
	width: 33.3%;
	padding-right: 20px;
	text-align: left;
	order: -1;
}
#bi-image-container {
	width: 66.6%;
	padding-left: 20px;
}
#bi-slider-text .bx-controls {
    display: none;
}
#bi-slider-text ul.tick li {
	float: none;
}
#bi-slider-images {
	position: relative;
}
#bi-slider-btn-left {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 0;
	top: 50%;
	margin-top: -25px;
	transition: 0.2s;
}
#bi-slider-btn-right {
	position: absolute;
	width: 50px;
	height: 50px;
	right: 0;
	top: 50%;
	margin-top: -25px;
}

/* Teleheath
-------------------------------------------------------------- */

.page-template-custom-telehealth #body .col,
.page-template-custom-telehealth #store-and-forward-telehealth .col {
    margin-top: 30px;
}
@media screen and (max-width: 670px) {
  .page-template-custom-telehealth #body .col:first-child,
  .page-template-custom-telehealth #store-and-forward-telehealth .col:last-child {
      margin-top: 0;
  }
  .page-template-custom-telehealth #body h1,
  .page-template-custom-telehealth #store-and-forward-telehealth h1 {
    margin-bottom: 10px;
  }
}
.page-template-custom-telehealth section.section-photo h1 {
    color: #fff;
}
.page-template-custom-telehealth a.video-container {
    float: none;
    width: 100%;
}
.page-template-custom-telehealth a.video-container .video-image {
  border: 16px solid #333366;
}
.page-template-custom-telehealth a.video-container p {
  font-weight: bold;
  margin-top: 8px;
  color: #3399cc;
}
#store-and-forward-telehealth img {
  display: block;
}



/* About Section
-------------------------------------------------------------- */

/* Silhouette */

.content-third {
	float: left;
	width: 360px;
	margin-right: 20px;
}
a.video-container {
	float: left;
	display: block;
	width: 535px;
	margin: 20px 50px 20px 0;
	color: #333366;
	text-decoration: none;
	text-align: center;
}
a.video-container-right {
	float: right;
}
a.video-container:hover {
	text-decoration: none;
}
.video-image {
	background: #3399cc;
	position: relative;
	border: 1px solid #eee;
}
.video-image:after {
	content: "";
	display: block;
	position: absolute;
	background: url(images/btn-play.png);
	height: 70px;
	width: 100px;
	left: 50%;
	top: 50%;
	margin: -35px 0 0 -50px;
}
#demonstration-videos .video-image:after {
    background: url(images/btn-play-sm.png);
    height: 53px;
    width: 75px;
    margin: -24px 0 0 -38px;
}
.no-video-icon:after {
    content: none !important;
}
.video-image img {
	display: block;
}
a.video-container h3 {
    margin: 20px 0 0;
}
a.video-container:hover h3 {
	color: #3399cc;
}
a.video-container h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0;
}
a.video-container h4:hover {
    color: #3399cc;
}
#demonstration-videos a.video-container h4 {
    margin: 0;
    background: #fff;
    padding-top: 10px;
}
a.video-container p {
	margin: 20px 0;
	color: #666;
	text-align: center;
}
#benefits .wrapper {
	width: 1500px;
}
#benefits-container {
	margin: 40px 0 20px;
}
.benefit-box {
	float: left;
	width: 25%;
	border-top: 1px solid #ededee;
	border-right: 1px solid #ededee;
	padding: 30px 40px;
	color: #666;
}
.benefit-box:hover {
	color: #666;
	text-decoration: none;
	background: #f5f5f5;
}
.benefit-box:nth-child(-n+4) {
	border-top: none;
}
.benefit-box:nth-child(4n) {
    border-right: none;
}
.benefit-box h3 {
	font-weight: bold;
	line-height: 1.2;
	margin: 10px 0 0;
}
a.benefit-box img {
	max-width: 75px;
}
a.benefit-box:hover img {
	opacity: 1;
}
.table-scroll {
	display: block;
	width: 100%;
	overflow-x: auto
}
.comparison {
	margin: 30px 0 20px 0;
}
.comparison table {
	width: 100%;
	overflow-x: scroll;
	border-bottom: 1px solid rgba(52,153,203,0.12);
}
.comparison table.table-plain {
	border-bottom: none;
	border-left: 1px solid rgba(52,153,203,0.15);
}
.comparison td {
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	background: #fff;
	padding: .625rem;
	vertical-align: top;
	text-align: center;
	width: 16.666%;
	line-height: 1.15;
	border-right: 1px solid rgba(52,153,203,0.15);
}
.comparison .table-plain td {
	text-align: left;
	border-bottom: 1px solid rgba(52,153,203,0.15);
}
.comparison td:last-child {
	border-right: 0px
}
.comparison .table-plain td:last-child {
	border-right: 1px solid rgba(52,153,203,0.15);
}
.comparison .heading td {
	background: #3499cb;
	font-weight: 700;
	color: #fff;
	border-right-color: #fff;
	font-size: 16px;
}
.comparison tr:nth-child(even) td {
	background: rgba(52,153,203,0.12);
	border-right-color: #fff
}
.comparison .table-plain tr:nth-child(even) td {
	background: #fff;
	border-right: 1px solid rgba(52,153,203,0.15);
}
.comparison tr:not(:first-child):hover td {
	background: rgba(52,153,203,0.75);
	border-right-color: #fff;
	color: #fff
}
.comparison tr:not(:first-child) td {
	font-size: .875rem
}
.comparison tr:not(:first-child) td i {
	font-size: 1rem
}
.comparison tr:not(:first-child) td:not(:first-child) {
	text-align: center
}
.comparison .table-plain tr:not(:first-child) td:not(:first-child) {
	text-align: left;
}
.comparison table p {
	margin: 0 0 5px;
}
table.foot-notes {
	margin: 10px 0 20px;
}
table.foot-notes td {
	text-align: left;
	font-size: 14px;
	padding: 2px 5px;
}
table.foot-notes tr td:first-child {
	text-align: center;
}
#technical-information .btn {
	margin-top: 30px;
}
ul.tick {
	list-style: none;
	margin: 30px auto;
	padding: 0;
}

#regulatory-approvals ul.tick { margin:auto; margin-bottom:30px; margin-top:30px; max-width:350px;}


ul.tick li {
	background: url(images/bullet-tick.png) no-repeat scroll 0 1px;
	margin: 0;
	padding: 5px 0 10px 40px;
	text-align: left;
}
/*.home ul.tick li {
	background: url(images/bullet-tick-purple.png) no-repeat scroll 0 1px;

.page-template-custom-solutions-for-clinical-practice .clinical-practice-animated-banner .animated-banner div { display:none;}
.page-template-custom-solutions-for-clinical-practice .clinical-practice-animated-banner .animated-banner { background-image: url(/wp-content/themes/AranzMedicalTheme/images/telehealth/hands-holding-ipad-1.jpg)!important; background-position:center bottom; background-size:contain; background-repeat:no-repeat; margin-top:140px; }
*/

.intro-section { padding:30px 0 0 0;}
.intro-section .wrapper { display:flex; align-items:flex-end; }
.intro-section .wrapper img { display:block;}
.intro-section .wrapper div:nth-of-type(1) { min-width:40%;}
.intro-section .wrapper div:nth-of-type(2) { min-width:60%; padding-bottom:40px;}
.intro-section h1 { font-size:36px; font-weight:normal; text-align:left;}

.intro-section ul.tick li { background:none; font-size:24px; line-height:26px; display:flex; align-items:center; gap:10px; padding:0 0 5px 0; position:relative; }
.intro-section ul.tick li:before { background: url(images/bullet-tick.png) 20px no-repeat #f5f5f5; border-radius:50%; content:""; display:block; height:70px; /*position:absolute; top:0; left:0;*/ width:70px; min-width:70px; }


.intro-section.clinical-practice-replacement-banner .wrapper { align-items:center; }
.intro-section.clinical-practice-replacement-banner .wrapper div:nth-of-type(1) img { max-width:95%;}



.cprb-flexrap { display:flex; flex-wrap:nowrap; align-items:center; align-content:flex-start; column-gap:30px; margin:30px 0 0 0; }
.cprb-flexrap img { display:block;}
.cprb-flexrap div { text-align:left;}
.cprb-flexrap ul.tick { padding-bottom:60px;}
.cprb-flexrap ul.tick li { float:none; }


.single-video-rap { background:#fff; margin:auto; margin-bottom:30px; margin-top:30px; padding:20px; width:fit-content;  }
.single-video-rap img { border:1px solid #f5f5f5; max-width:600px; padding:16px; }
.single-video-rap h4, .single-video-rap p { margin:0; }

.video-link-characters { gap:5px; display:flex; align-items:flex-start; justify-content:flex-start; flex-wrap:nowrap; }
.video-link-characters div {  padding:20px; position:relative; text-align:center;}
.video-link-characters div h4 { font-size:20px; line-height:22px;}
.video-link-characters div a:after { background:url(https://aranzmedicastg.wpengine.com/wp-content/uploads/YouTube-play-button.png); content:""; display:block; height:60px; position:absolute; top:50%; left:50%; margin:-50px 0 0 -40px; opacity:0.8; transition:0.3s; width:80px; }
.video-link-characters div a:active:after, .video-link-characters div a:hover:after {  opacity:1; transition:0.3s;}
.video-link-characters div img { height:340px!important; width:auto; }

.page-id-5737 .video-link-characters div { padding:0;}
.page-id-5737 .video-link-characters div img { max-height:300px!important;}

.space-01 { padding:80px 0 0 0;}

#customer-logos.clearfix:before { display:none;}
#customer-logos { align-content:flex-start; display:flex; flex-wrap:wrap; gap:12px; margin:40px 0 20px; }
#customer-logos a { background:#fff; border-radius:5px; border:2px solid #a3cade; overflow:hidden; padding:8px; position:relative; }
#customer-logos a:active, #customer-logos a:hover { border:2px solid #3599cc;}


#customer-logos a:after { background:#3599cc; content:"Click for More"; color:#fff; font-weight:bold; opacity:0; padding:90px 0; position:absolute; top:0; left:0; height:100%; text-align:center; width:100%; }
#customer-logos a:active:after, #customer-logos a:hover:after { opacity:1; transition:0.3s;}


section#our-partners {
	padding: 60px 0;
}
#our-partners h1 {
	margin: 0;
}

#partner-logos { align-content:flex-start; align-items:stretch; display:flex; flex-wrap:nowrap; column-gap:20px; padding:20px 0;  }

#partner-logos a { border:1px solid #fff; border-radius:5px; display:block; margin:0; padding:5px;  }
#partner-logos a:active, #partner-logos a:hover { border:1px solid #3399cc; transition:0.5s;}
#partner-logos a img { border:1px solid #f5f5f5; border-radius:5px;  }
#partner-logos a:active img, #partner-logos a:hover img { border:1px solid #fff;  transition:0.5s; }


#demonstration-videos a {
	float: left;
	display: block;
	width: 265px;
	margin: 20px 20px 0 0;
	background: #3399cc;
}

.home #customer-logos a {
	background: #333366;
}
#customer-logos a img,
#partner-logos a img,
#demonstration-videos a img {
	display: block;
}
.wrapper .hrf-faq-list {
	margin: 35px 0 40px 0;
}
.wrapper .hrf-entry {
    border: 1px solid #70c8f1 !important;
    margin-bottom: 10px !important;
	padding: 0 !important;
	min-height: 50px;
	background: #70c8f1 !important;
	text-align: left;
}
h3.hrf-title {
    font-size: 22px !important;
    color: #fff !important;
    padding: 10px !important;
    padding-left: 45px !important;
	position: relative !important;
	line-height: 30px !important;
	background: #70c8f1 !important;
}
.hrf-title.open-faq span, .hrf-title.close-faq span {
    margin-right: 0 !important;
    margin-left: 0 !important;
    background-color: #70c8f1 !important;
	position: absolute !important;
	top: 10px !important;
	left: 10px !important;
}
.hrf-content {
    color: #666 !important;
    font-size: 18px !important;
}

/* Demo Videos */

#demo-videos {
  margin-top: 15px;
  justify-content: center;
}
@media screen and (max-width: 670px) {
  #demo-videos {
    margin-top: 0;
  }
}
#demo-videos a,
#demo-videos a img {
  display: block;
}
#demo-videos a {
  margin: 15px 0;
}

/* FastSCAN */

.section-fastscan-intro {
	padding: 90px 0 0 !important;
}
#fastscan-intro {
	width: 60%;
	margin: 0 20%;
	display: table;
}
#fastscan-intro .fastscan-product {
	height: 300px;
	text-align: right;
}
#fastscan-intro .fastscan-product p {
	margin: 0;
}
#fastscan-intro .fastscan-product img {
	display: block;
	float: right;
}
#fastscan-intro .content-half {
	padding: 0 40px;
	display: table-cell;
	float: none;
	vertical-align: middle;
}
#fastscan-intro h3 {
	margin: 0 0 20px;
}
.fastscan-video {
	display: table;
}
.fastscan-video .content-half {
	padding: 0 10px 0 0;
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.fastscan-video h3 {
	margin: 0;
}
#fastscan-disclaimer h2 {
	font-size: 24px;
	color: #666;
	margin: 0;
}
#fastscan-disclaimer p {
	font-size: 14px;
}

/* Contact */

#contact-ctas {
	width: 60%;
	margin: 40px 20% 0 20%;
}
.content-half {
	float: left;
	width: 50%;
	padding-right: 20px;
}
#contact-ctas img {
	margin: 10px 0 20px;
}
#contact-ctas a.btn {
	width: 80%;
	padding: 20px;
}
.medium-image-container {
	width: 100%;
	max-width: 360px;
	float: right;
	text-align: center;
	margin: 24px 0 20px 20px;
}
.medium-image-container img {
	display: block;
}
.medium-image-container a.btn {
	margin-top: 20px;
}
.last, a.last {
	margin-right: 0;
}

/* Services */

.service-icon-left, .service-icon-right {
	float: left;
	width: 25%;
	padding-top: 50px;
	text-align: center;
}
.service-icon-left {
	margin-right: 5%;
}
.service-icon-right {
	float: right;
	margin-right: 0;
}
.service-icon-left img, .service-icon-right img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 200px;
}
.service-content {
	float: left;
	width: 70%;
}
.service-content h1 {
	text-align: left;
}
.quote {
	display: block;
	width: 100%;
	background: #f5f5f5;
	padding: 15px 20px 10px;
	border-radius: 5px;
	position: relative;
	margin-bottom: 15px;
	text-align: center;
}
.quote:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f5f5f5;
    bottom: -10px;
    content: "";
    height: 0;
    right: 40px;
    position: absolute;
    width: 0;
    z-index: 1;
}
.testimonial-container {
	clear: right;
	float: right;
	width: 360px;
	margin: 0 0 20px 20px;
}
.testimonial-right-container, .cite-right-container {
	clear: right;
	float: right;
	width: 360px;
	margin: 0 0 10px 20px;
}
#post-2055 .testimonial-right-container {
	margin: 0 0 30px 20px;
}
.cite-right-container {
	margin: 0 0 0 20px;
}
.testimonial-container .quote {
	width: 100%;
}
.section-grey .quote {
	background: #ebebeb;
}
.section-grey .quote:after {
    border-top: 10px solid #ebebeb;
}
.quote p {
	margin: 0 0 10px;
}
p.cite {
	text-align: right;
  font-size: 16px;
}
#latest-release-notes .btn {
    margin-top: 30px;
}
#latest-release-notes h1 + ul {
    margin-top: 30px;
}
#services-downloads .btn {
    margin: 20px 15px 0;
}
#services-customer-support img {
    margin: 25px 0 20px;
}
#services-ctas {
    margin: 40px 0 0;
    width: 100%;
}

/* --- About Us --- */
.section-about-us { padding:60px 0;}
.section-about-us #ctas, .section-community #ctas {
    margin-top: 0;
}
.section-about-us #ctas a, .section-community #ctas a {
	height: 260px;
}

/* Board of Directors */

img.image-round {
	border-radius: 50%;
	border: 1px solid #eee;
	margin-bottom: 50px;
}
.bod-content-right {
	float: left;
	width: 915px;
	margin-bottom: 30px;
}
.bod-content-right h2 {
	margin-top: 0;
}

/* Careers */

#careers-testimonials .quote {
	margin: 20px 0;
}
#careers-testimonials .quote:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #f5f5f5;
	border-right: none;
	bottom: 50%;
	right: -10px;
}
#current-vacancies .content-half h3:first-child {
	margin-top: 2px;
}
.page-template-custom-careers #slider .slide,
.page-template-custom-customer-story-videos #slider .slide {
	background: none;
}
#slider a.video-container {
	width: auto;
	margin: 20px 0;
}
/*#slider .bx-wrapper .bx-controls-direction a.disabled {
    display: block;
	opacity: 0.35;
	cursor: default;
}*/
#slider .bx-wrapper .bx-controls-direction a.disabled:hover {
    background: #3399cc;
}

/* Media Information / Newsroom images */

.page-id-4108 .wp-caption, .page-id-4108 .wp-caption.alignleft { 
	width: 100% !important;
	max-width: 320px;
	margin: 25px 50px 25px 0;
}
.page-id-4108 .section-white div.wp-caption:nth-of-type(3n+1), .page-id-4108 .section-grey div.wp-caption:nth-of-type(3n+1) {
    clear:left
}

/* Company Timeline */

#company-timeline {
	width: 100%;
	height: 1450px;
	position: relative;
	background: url(images/timeline-bg.png) repeat-y 50% 0;
	margin: 75px 0;
}
#timeline-arrow {
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 25px;
	background: url(images/timeline-arrow.png);
}
.timeline-year {
	position: absolute;
	left: 50%;
	margin-left: -45px;
	width: 90px;
	height: 90px;
	color: #fff;
	font-size: 26px;
	line-height: 90px;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	background: #6fcaf2;
}
#year-2015 { top: 200px; }
#year-2010 { top: 490px; }
#year-2005 { top: 780px; }
#year-2000 { top: 1070px; }
#year-1995 { top: 1360px; }
.timeline-content-left, .timeline-content-right {
	position: absolute;
	width: 42%;
	background: #fff;
	padding: 30px 30px 10px 30px;
	left: 0;
}
.timeline-content-right {
	left: auto;
	right: 0;
}
.timeline-content-left h2, .timeline-content-right h2 {
	margin: 0;
}
.timeline-content-left p, .timeline-content-right p {
	margin: 10px 0 20px;
	font-weight: bold;
}
.timeline-content-left:after, .timeline-content-right:after {
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #fff;
	top: 30px;
	right: -15px;
	content: "";
	height: 0;
	position: absolute;
	width: 0;
	z-index: 1;
}
.timeline-content-right:after {
	border-left: none;
	border-right: 15px solid #fff;
	left: -15px;
}
#timeline-content9 { top: 270px; }
#timeline-content8 { top: 350px; }
#timeline-content7 { top: 430px; }
#timeline-content6 { top: 640px; }
#timeline-content5 { top: 720px; }
#timeline-content4 { top: 870px; }
#timeline-content3 { top: 975px; }
#timeline-content2 { top: 1160px; }
#timeline-content1 { top: 1355px; }

/* Filter */

.filter-container {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.filter-label {
	display: block;
	line-height: 1;
	margin-bottom: 10px;
}
.filter-items {
	display: block;
}
.filter-item {
	display: block;
	float: left;
	border: 1px solid #ccc;
	border-radius: 3px;
	line-height: 1;
	padding: 10px 14px;
	margin: 0 10px 10px 0;
	cursor: pointer;
}
.filter-item:hover {
	background-color: #fff;
}
.filter-item.active {
    background-color: #3399cc;
    border-color: transparent;
    color: #fff;
}

/* --- Community --- */

/* Map */

.section-map {
	background: #75cff0;
}
.section-map h1 {
	color: #fff;
	font-size: 75px;
	margin: 0 0 30px;
}
#mapid {
	height: 500px;
	margin: 0 auto 20px;
	max-width: 1060px;
}
.leaflet-control-layers-overlays {
	width: 140px;
	text-align: left;
}
.leaflet-popup {
	bottom: -7px !important;
	left: -120px !important;
}
.leaflet-popup-content {
	width: auto !important;
}
section .leaflet-popup-content img, #body .leaflet-popup-content img {
	max-width: 200px;
}
.leaflet-control-layers-overlays div {
	margin-left: 22px;
}
.leaflet-control-layers-overlays label {
    padding: 3px 0;
}
.leaflet-control-layers-overlays input.leaflet-control-layers-selector {
    margin: 1px 1px 0 4px;
    top: 0;
}
.leaflet-control-layers-overlays label div:before {
	content: "";
	background: url(images/icon-marker-practice-sm.png);
	width: 12px;
	height: 20px;
	position: absolute;
	left: 5px;
}
.leaflet-control-layers-overlays label:nth-child(2) div:before {
	background: url(images/icon-marker-research-sm.png);
}

#release-notes { background:#f5f5f5; text-align:center; margin:0; padding:40px 0 10px 0;}
#release-notes p { background:#fff; color:#333366; display:inline-block; font-size:16px; margin:0; padding:20px 28px; position:relative;}
#release-notes p strong { display:block; font-size:30px; }


#release-notes p:before { border-style:solid; border-width:20px 0 0 20px; border-color:transparent transparent transparent #ffffff; content:""; height:0; position:absolute; top:-20px; left:45%; width:0; }




/* Clinical Research Poster Hall images */

#slider {
	margin: 40px 0 100px;
}
#slider .slide {
	background: #333366;
}
#slider .slide p.caption {
	color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
    padding: 10px 15px;
	text-align: center;
}

/* Download PDF */

.page-template-custom-download-pdf iframe {
	width: 50% !important;
	margin: 20px 0 0 -8px;
}


.last, a.last {
	margin-right: 0;
	padding-right: 0;
}

/* News
-------------------------------------------------------------- */

.news-box {
	float: left;
	width: 360px;
	height: 450px;
	margin: 15px 20px 15px 0;
	overflow: hidden;
	background: #fff;
}

.news-box img { height:225px; width:360px;}

.news-box:nth-child(3n+3) {
    margin-right: 0 !important;
} 
.news-box a.news-box-photo {
	position: relative;
	display: block;
	height: auto;
	width: 100%;
	height: 225px;
	overflow: hidden;
	z-index: 1; /* Chrome fix */
	margin: 0 auto;
	background: #3399cc;
}
.news-box a.news-box-photo img {
	overflow: hidden;
	position: relative;
	display: block;
	height: auto;
	max-height: 100%;
	width: 100%;
	max-width: 100%;
}
.news-box a.news-box-photo span {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	z-index: 2;
	opacity: 0;
	-moz-transition: top .4s, opacity .4s;
	-webkit-transition: top .4s, opacity .4s;
	-o-transition: top .4s, opacity .4s;
	transition: top .4s, opacity .4s;
}
.news-box a.news-box-photo:hover span {
	top: 50%;
	margin-top: -15px;
	opacity: 1;
}
.news-box a.news-box-photo div.news-box-overlay {
	display: block;
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #3399cc;
	z-index: 1;
	opacity: 0.8;
	-moz-transition: bottom .4s, opacity .4s;
	-webkit-transition: bottom .4s, opacity .4s;
	-o-transition: bottom .4s, opacity .4s;
	transition: bottom .4s, opacity .4s;
}
.news-box a.news-box-photo:hover div.news-box-overlay {
	bottom: 0;
	opacity: 0.8;
}
.news-box .news-box-text {
	padding: 20px;
	font-size: 16px;
	line-height: 1.4;
}
.news-box .news-box-text h3 {
	margin: 0;
	font-size: 26px;
	font-weight: 300;
	line-height: 30px;
	min-height: 60px;
	max-height: 60px;
	overflow: hidden;
	transition: max-height 0.5s ease 0s;
}
.news-box a.news-box-photo div.news-post-date {
    background-color: #3399cc;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    left: 0;
    padding: 4px 18px;
    position: absolute;
    text-transform: uppercase;
    z-index: 10;
}

/* Forms
-------------------------------------------------------------- */

#body .gform_wrapper {
    max-width: 100%;
	margin: 40px 0 20px;
}
#body .gform_body ul, #sect-body .gform_body ul {
    margin: 0;
    padding: 0;
}
#body .gform_body ul li, #sect-body .gform_body ul li {
    background-image: none;
    margin: 0;
    padding: 10px;
	float: left;
	width: 50%;
	clear: none !important;
}
#body .gform_body ul li#field_6_8,
#body .gform_body ul li#field_6_9 {
	width: 100%;
}
#body .gform_body ul li#field_6_8 li,
#body .gform_body ul li#field_6_9 li {
    width: auto;
    margin-right: 10px;
}
#body .gform_body ul li.clear-floats {
	clear: both !important;
}
#body .gform_body ul li.input-width-full, #body .gform_wrapper li.gfield_html {
	width: 100%;
	max-width: 100%;
	clear: both !important;
}
#body .gform_wrapper li.gfield_html p {
	margin: 0;
}
#body .gform_body ul#input_1_12 {
	width: 100%;
	text-align: center;
}
#body .gform_body ul#input_1_12 input, #body .gform_body ul#input_1_12 label {
	float: none;
	display: inline-block;
	margin-left: 0;
	font-size: 1em;
}
#body .gform_body ul#input_1_12 li.gchoice_1_12_1,
#body .gform_body ul#input_2_11 li.gchoice_2_11_1,
#body .gform_body ul#input_4_13 li.gchoice_4_13_1 {
	text-align: center;
	width: 100%;
}
#body .gform_body ul#input_6_10 li.gchoice_6_10_1,
#body .gform_body ul#input_5_5 li.gchoice_5_5_1{
	width: 100%;
}
#body .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0 !important;
}
#body .gform_body ul li li, #sect-body .gform_body ul li li {
    margin: 0;
}
#body .gchoice_select_all,
#body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
#body .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: normal;
}
#body .gform_body ul li.gfield.gfield_error, #sect-body .gform_body ul li.gfield.gfield_error, #body .gform_body ul li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, #sect-body .gform_body ul li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: #e6f3f9;
}
.gform_wrapper li.gfield_error input[type="email"], .gform_wrapper li.gfield_error input[type="number"], .gform_wrapper li.gfield_error input[type="password"], .gform_wrapper li.gfield_error input[type="tel"], .gform_wrapper li.gfield_error input[type="text"], .gform_wrapper li.gfield_error input[type="url"], .gform_wrapper li.gfield_error textarea {
    border: 1px solid #3399cc !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border: none !important;
}
#body .gform_wrapper div.validation_error {
    border: none;
    color: #fff;
	background: #3399cc;
    padding: 1em 20px 1em 0;
    width: 100%;
	text-align: center;
}
#body .gform_wrapper .validation_message {
    color: #3399cc;
}
.gform_wrapper .top_label .gfield_label {
    margin-bottom: 0 !important;
	display: none !important;
}
.gform_wrapper .top_label li#field_6_8 .gfield_label,
.gform_wrapper .top_label li#field_6_9 .gfield_label {
    display: block !important;
	font-weight: normal;
}
.gform_wrapper input.medium, .gform_wrapper select.medium, .gform_wrapper textarea.medium,
.gform_wrapper input.large {
	width: 100% !important;
	border-radius: 3px;
	border: 1px solid #ccc;
	color: #666;
	background: #fff;
}
.gform_wrapper input.medium, .gform_wrapper select.medium {
	height: 35px;
}
::-webkit-input-placeholder {
	color: #aaa !important;
	opacity: 1 !important;
}
:-moz-placeholder {
	color: #aaa !important;
	opacity: 1 !important;
}
::-moz-placeholder {
	color: #aaa !important;
	opacity: 1 !important;
}
:-ms-input-placeholder {
	color: #aaa !important;
	opacity: 1 !important;
}
.gform_wrapper select.medium {
	color: #666;
}
.gform_wrapper select.medium { color: #aaa; }
.gform_wrapper select.medium option { color: #666; }
.gform_footer {
	text-align: center;
}
#extensions_message {
	display: none;
}
#body #gform_wrapper_5,
#body #gform_wrapper_6 { /* Download PDF form */
	display: inline-block;
	max-width: 550px;
	margin-top: 15px;
}
#gform_wrapper_5 .gform_footer,
#gform_wrapper_6 .gform_footer {
    text-align: left;
}
#body #gform_wrapper_5 .gform_body ul li,
#body #gform_wrapper_6 .gform_body ul li {
	padding-left: 0;
}
#body #gform_wrapper_5 .gform_body ul li#field_5_3,
#body #gform_wrapper_5 .gform_body ul li#field_5_4,
#body #gform_wrapper_5 .gform_body ul li#field_5_6,
#body #gform_wrapper_6 .gform_body ul li#field_6_3,
#body #gform_wrapper_6 .gform_body ul li#field_6_4,
#body #gform_wrapper_6 .gform_body ul li#field_6_5 {
	width: 100%;
}
.gform_button {
	color: #fff;
	font-size: 20px;
	line-height: 1;
	display: inline-block;
	padding: 20px 50px;
	margin: 0 !important;
	background: #3399cc;
	text-decoration: none;
	border-radius: 30px;
	transition: all 0.3s;
	border: none;
	cursor: pointer;
    -webkit-appearance: none;
}
.gform_button:hover {
	color: #fff;
	background-color: #2e89b7;
	text-decoration: none;
	cursor: pointer;
}
#body #gform_wrapper_6 .gform_button {
	background: #333366;
}
#body #gform_wrapper_6 .gform_button:hover {
	background-color: #2e2e5c;
}

/* WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 50px;
}

.alignleft {
    float: left;
    margin: 5px 50px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 50px;
}

a img.alignnone {
    margin: 0;
}

a img.alignleft {
    float: left;
    margin: 5px 50px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 50px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 50px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 15px;
    line-height: 1.3;
    margin: 0;
    padding: 0 4px 5px;
}

/* Footer
-------------------------------------------------------------- */

#footer-container {
	clear: both;
	width: 100%;
	color: #fff;
	background: #666;
}
#footer h2 {
	color: #fff;
	font-size: 22px;
	margin: 50px 0 17px;
}
#footer h3 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
#footer p {
	margin: 0 0 17px;
	line-height: 1.15;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #ccc;
	text-decoration: none;
}
#col1, #col2, #col3 {
	float: left;
	width: 360px;
	margin: 0 20px 30px 0;
}
#col3 {
	float: right;
	margin-top: 50px;
	margin-right: 0;
	text-align: right;
}
#col3 .btn {
	margin-bottom: 30px;
	font-weight: bold;
}
.icon-location:before {
	margin: 0 !important;
	text-align: left !important;
}
#mc_embed_signup {
	margin: 3px 0 66px;
}
#mc_embed_signup .email {
	float: left;
	width: 303px;
	height: 40px;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	color: #aaa;
	font-size: 16px;
	line-height: 40px;
	margin: 0;
	padding: 0 15px;
	border: none;
	border-radius: 3px;
}
#mc_embed_signup .mc_button {
	float: left;
	display: inline-block;
	background: #3499cc;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	width: 50px;
	height: 40px;
	cursor: pointer;
	margin: 0 0 0 7px;
	padding: 0 !important;
	border: none;
	border-radius: 3px;
	transition: all 0.3s;
	-webkit-appearance: none;
}
#mc_embed_signup .mc_button:hover {
    background: #2e89b7;
}
#social-icons {
	text-align: right;
}
#social-icons a {
	margin: 0 0 10px 10px;
}
#social-icons img {
	width: 40px;
	height: 40px;
}
#social-icons img:hover {
	opacity: 0.75;
}
#footer-bottom {
	clear: both;
	width: 100%;
	color: #858585;
	border-top: 1px solid #858585;
	font-size: 16px;
	padding: 21px 0 8px;
}
#footer-bottom a {
	color: #fff;
}
#footer-links {
	float: left;
	width: 70%;
}
#footer-links a {
	margin: 0 10px 0;
}
#footer-links a:first-child {
	margin: 0 10px 0 0;
}
#copyright {
	float: right;
	width: 30%;
	text-align: right;
	color: #fff;
}
#avatar-link {
	color: #858585;
	margin-left: 10px;
}
#avatar-link a {
	margin-left: 10px;
}

/* Email Sign Up
-------------------------------------------------------------- */

#email-sign-up {
	width: 100%;
	position: fixed;
	bottom: -100%;
	left: 0;
	z-index: 99998;
	color: #fff;
	background: #333366;
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.2);
}
#email-sign-up .close {
    color: #333366;
    background-color: #fff;
    line-height: 1;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 6px 4px;
    font-size: 16px;
	border-radius: 50%;
	z-index: 2;
}
#email-sign-up h2 {
	color: #fff;
	text-align: center;
	font-size: 22px;
	padding: 0 30px;
}
#email-sign-up .gform_body ul li {
    background-image: none;
    margin: 0;
    padding: 10px;
    float: left;
    width: 25%;
    clear: none !important;
}
#email-sign-up .gform_body ul#gform_fields_8 li {
    width: 33.3%;
}
body #email-sign-up .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}
#email-sign-up .gform_button {
    color: #333366;
    background-color: #fff;
	padding: 15px 30px;
	font-size: 16px !important;
}
@media screen and (max-width: 670px) {
	#email-sign-up .gform_body ul li,
	#email-sign-up .gform_body ul#gform_fields_8 li {
		width: 50%;
	}
	#email-sign-up .gform_button {
		width: auto;
		line-height: 1;
		margin: 0 auto;
	}
}

/* Cookies Pop-up
-------------------------------------------------------------- */

#cookies-pop-up {
	width: 100%;
	position: fixed;
	bottom: -100%;
	left: 0;
	padding: 50px 0;
	z-index: 99999;
	color: #fff;
	font-size: 18px;
	background: #333;
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.2);
}
#cookies-pop-up .close {
    color: #333;
    background-color: #fff;
    line-height: 1;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px 10px;
    font-size: 16px;
	font-weight: bold;
	border-radius: 15px;
	z-index: 2;
}
@media screen and (max-width: 670px) {
	#cookies-pop-up {
		font-size: 16px;
	}
}

/* Responsive Images
-------------------------------------------------------------- */

.entry-content img,
.comment-content img,
#footer img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full, section img, #body img, .banner-logo img {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
	height: auto;
}

/* Mobile Menu
-------------------------------------------------------------- */

#menu-btn { background:#e3f3f9; display:block; margin:0; padding:20px; border:none; outline:none; -webkit-appearance:none; z-index:9001; }
#menu-btn:active, #menu-btn:hover { background:#2BBC85; }


#menu-btn.is-active {
  position: fixed;
  color: #fff;
  top: 30px;
  right: 30px;
  margin: 0 !important;
}
#mobile-menu-container {
  display: none;
  position: fixed;
  overflow-x: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3399cc;
  background: rgba(51, 153, 204, 0.95);
  z-index: 9000;
}/*
#mobile-menu {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  margin-top: 30px;
}*/
#mobile-menu-container ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 500px;
  list-style: none;
  margin: 0 0 0 -250px;
  padding: 0;
  max-height: 100%;
}
@media screen and (max-width: 576px) {
  #mobile-menu-container ul {
    width: 100%;
    left: 0;
    margin: 0;
  }
}
#mobile-menu-container ul li {
  position: relative;
  margin: 0;
  padding: 0 50px;
  text-align: center;
}
#mobile-menu-container ul li a {
  display: inline-block;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 576px) {
  #mobile-menu-container ul li a {
    font-size: 20px;
  }
}
#mobile-menu-container ul li a:hover {
  color: #fff;
  text-decoration: none;
}
#mobile-menu-container ul li a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  width: 0;
  height: 2px;
  margin: auto;
  background: #fff;
  opacity: 0.35;
  transition: width .3s ease-in-out;
}
#mobile-menu-container ul ul li a::after {
  background: #fff;
}
#mobile-menu-container ul ul ul li a::after {
  background: #a8dee8;
}
#mobile-menu-container ul li a:hover::after, #mobile-menu-container ul li.selected a::after, #mobile-menu-container ul > li.current-menu-item > a::after, #mobile-menu-container ul > li > ul > li.current-menu-item > a::after {
  width: 100%;
}
#mobile-menu-container ul > li.current-menu-item > ul > li > a::after {
  width: 0 !important;
}
#mobile-menu-container ul > li.current-menu-item > ul > li > a:hover::after {
  width: 100% !important;
}
#mobile-menu-container ul li ul.sub-menu {
  display: none;
  visibility: visible;
  opacity: 1;
  position: relative;
  top: auto;
  left: auto;
  -ms-transform: none;
  transform: none;
  margin: 0;
  width: 400px;
}
@media screen and (max-width: 576px) {
  #mobile-menu-container ul li ul.sub-menu {
    width: 100%;
    left: 0;
    margin: 0;
  }
}
#mobile-menu-container ul li.current-menu-item ul, #mobile-menu-container ul li.current-menu-parent ul {
  /* display: block; */
}
#mobile-menu-container ul li ul.sub-menu li {
  padding: 0;
}
#mobile-menu-container ul li ul.sub-menu ul {
  margin-left: 0;
}
#mobile-menu-container ul li ul.sub-menu li a {
  font-size: 24px;
  font-weight: normal;
  padding: 15px 0;
}
@media screen and (max-width: 576px) {
  #mobile-menu-container ul li ul.sub-menu li a {
    font-size: 18px;
  }
}
#mobile-menu-container ul li ul li ul.sub-menu li a {
  font-size: 2px;
  color: #fff;
}
@media screen and (max-width: 576px) {
  #mobile-menu-container ul li ul li ul.sub-menu li a {
    font-size: 16px;
  }
}
#mobile-menu-container ul li a:hover + .sub-menu, #mobile-menu-container li ul.sub-menu:hover {
  display: none;
}
#mobile-menu-container ul li button {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 10px;
  width: 50px;
  height: 50px;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
}
@media screen and (max-width: 576px) {
  #mobile-menu-container ul li button {
    top: 3px;
  }
}
#mobile-menu-container ul ul li button {
  top: -2px;
}
#mobile-menu-container ul li span {
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  cursor: pointer;
  background: url(images/plus-icon.png) no-repeat center center;
  background-size: 22px;
}
#mobile-menu-container button.active span {
  background: url(images/minus-icon.png) no-repeat center center;
  background-size: 22px;
}
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.hamburger:hover {
  /* opacity: 0.7; */
}
.hamburger-box { width:30px; height:12px; display:inline-block; position:relative;}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #3399cc;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

#menu-btn:active .hamburger-inner, #menu-btn:hover .hamburger-inner, 
#menu-btn:active .hamburger-inner::before, #menu-btn:hover .hamburger-inner::before, 
#menu-btn:active .hamburger-inner::after, #menu-btn:hover .hamburger-inner::after { background-color: #fff;}


#menu-btn.is-active .hamburger-inner, #menu-btn.is-active .hamburger-inner::before, #menu-btn.is-active .hamburger-inner::after {
  background-color: #fff;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger-label {
  position: relative;
  top: -11px;
  font-size: 12px;
  line-height: 20px;
}

/* Grid
-------------------------------------------------------------- */

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}
.row-margin-large {
  margin-right: -30px;
  margin-left: -30px
}
.row-margin-large .col {
  padding-right: 30px;
  padding-left: 30px
}
.no-gutters {
  margin-right: 0;
  margin-left: 0
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}
.order-first {
  -ms-flex-order: -1;
  order: -1
}
.order-last {
  -ms-flex-order: 13;
  order: 13
}
.order-0 {
  -ms-flex-order: 0;
  order: 0
}
.order-1 {
  -ms-flex-order: 1;
  order: 1
}
.order-2 {
  -ms-flex-order: 2;
  order: 2
}
.order-3 {
  -ms-flex-order: 3;
  order: 3
}
.order-4 {
  -ms-flex-order: 4;
  order: 4
}
.order-5 {
  -ms-flex-order: 5;
  order: 5
}
.order-6 {
  -ms-flex-order: 6;
  order: 6
}
.order-7 {
  -ms-flex-order: 7;
  order: 7
}
.order-8 {
  -ms-flex-order: 8;
  order: 8
}
.order-9 {
  -ms-flex-order: 9;
  order: 9
}
.order-10 {
  -ms-flex-order: 10;
  order: 10
}
.order-11 {
  -ms-flex-order: 11;
  order: 11
}
.order-12 {
  -ms-flex-order: 12;
  order: 12
}
.offset-1 {
  margin-left: 8.333333%
}
.offset-2 {
  margin-left: 16.666667%
}
.offset-3 {
  margin-left: 25%
}
.offset-4 {
  margin-left: 33.333333%
}
.offset-5 {
  margin-left: 41.666667%
}
.offset-6 {
  margin-left: 50%
}
.offset-7 {
  margin-left: 58.333333%
}
.offset-8 {
  margin-left: 66.666667%
}
.offset-9 {
  margin-left: 75%
}
.offset-10 {
  margin-left: 83.333333%
}
.offset-11 {
  margin-left: 91.666667%
}
@media (min-width:576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12
  }
  .offset-sm-0 {
    margin-left: 0
  }
  .offset-sm-1 {
    margin-left: 8.333333%
  }
  .offset-sm-2 {
    margin-left: 16.666667%
  }
  .offset-sm-3 {
    margin-left: 25%
  }
  .offset-sm-4 {
    margin-left: 33.333333%
  }
  .offset-sm-5 {
    margin-left: 41.666667%
  }
  .offset-sm-6 {
    margin-left: 50%
  }
  .offset-sm-7 {
    margin-left: 58.333333%
  }
  .offset-sm-8 {
    margin-left: 66.666667%
  }
  .offset-sm-9 {
    margin-left: 75%
  }
  .offset-sm-10 {
    margin-left: 83.333333%
  }
  .offset-sm-11 {
    margin-left: 91.666667%
  }
}
@media (min-width:768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12
  }
  .offset-md-0 {
    margin-left: 0
  }
  .offset-md-1 {
    margin-left: 8.333333%
  }
  .offset-md-2 {
    margin-left: 16.666667%
  }
  .offset-md-3 {
    margin-left: 25%
  }
  .offset-md-4 {
    margin-left: 33.333333%
  }
  .offset-md-5 {
    margin-left: 41.666667%
  }
  .offset-md-6 {
    margin-left: 50%
  }
  .offset-md-7 {
    margin-left: 58.333333%
  }
  .offset-md-8 {
    margin-left: 66.666667%
  }
  .offset-md-9 {
    margin-left: 75%
  }
  .offset-md-10 {
    margin-left: 83.333333%
  }
  .offset-md-11 {
    margin-left: 91.666667%
  }
}
@media (min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12
  }
  .offset-lg-0 {
    margin-left: 0
  }
  .offset-lg-1 {
    margin-left: 8.333333%
  }
  .offset-lg-2 {
    margin-left: 16.666667%
  }
  .offset-lg-3 {
    margin-left: 25%
  }
  .offset-lg-4 {
    margin-left: 33.333333%
  }
  .offset-lg-5 {
    margin-left: 41.666667%
  }
  .offset-lg-6 {
    margin-left: 50%
  }
  .offset-lg-7 {
    margin-left: 58.333333%
  }
  .offset-lg-8 {
    margin-left: 66.666667%
  }
  .offset-lg-9 {
    margin-left: 75%
  }
  .offset-lg-10 {
    margin-left: 83.333333%
  }
  .offset-lg-11 {
    margin-left: 91.666667%
  }
}
@media (min-width:1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12
  }
  .offset-xl-0 {
    margin-left: 0
  }
  .offset-xl-1 {
    margin-left: 8.333333%
  }
  .offset-xl-2 {
    margin-left: 16.666667%
  }
  .offset-xl-3 {
    margin-left: 25%
  }
  .offset-xl-4 {
    margin-left: 33.333333%
  }
  .offset-xl-5 {
    margin-left: 41.666667%
  }
  .offset-xl-6 {
    margin-left: 50%
  }
  .offset-xl-7 {
    margin-left: 58.333333%
  }
  .offset-xl-8 {
    margin-left: 66.666667%
  }
  .offset-xl-9 {
    margin-left: 75%
  }
  .offset-xl-10 {
    margin-left: 83.333333%
  }
  .offset-xl-11 {
    margin-left: 91.666667%
  }
}

/* Mobile
-------------------------------------------------------------- */

@media screen and (max-width: 1500px) {
	#benefits .wrapper {
		width: 100%;
	}
}

@media screen and (max-width: 1280px) {
	.wrapper { width:960px; padding:0;}
	#menu-container { margin:0 5%; }
	#ctas a {
    	max-width: 305px;
	}
	#ctas h2 {
		font-size: 20px;
	}
	.content-third {
		width: 300px;
	}
	a.video-container {
		width: 445px;
	}
	#col1, #col2, #col3 {
		width: 305px;
	}
	#mc_embed_signup .email {
		width: 248px;
	}
	.bod-content-right {
		float: left;
		width: 755px;
	}
	
	#latest-updates .news-box { width:300px;}
	#latest-updates .news-box img { height:200px; width:300px;}
	.cprb-flexrap ul.tick { padding-bottom:20px;}
	.video-link-characters div img { height:300px; }
	
	.intro-section .wrapper div:nth-of-type(1) { min-width:50%;}
	.intro-section .wrapper div:nth-of-type(2) { min-width:50%; }
	.intro-section ul.tick li { font-size:24px; line-height:26px;}

}
@media screen and (max-width: 1020px) {
	.wrapper {width: 90%;}
	#body, section { padding:20px 0 70px 0; }
	#intro .wrapper { display:block;}
	#intro .wrapper div, #intro .wrapper div:nth-of-type(1) { width:100%; }
	#intro .wrapper div:nth-of-type(2) { margin:60px 0 0 0;}
	
	#intro .wrapper div:nth-of-type(2) .frame { max-width:500px;}
	
	
	#latest-updates .news-box { height:auto; padding:30px; text-align:center; width:100%;}
	#latest-updates .news-box img { height:auto; margin:auto; max-width:100%;}
	#latest-updates .news-box .news-box-text { padding:0;  }
	#latest-updates .news-box .news-box-text h3 { min-height:0;}
	
	#partner-logos { column-gap:5px; }
	
	.intro-section .wrapper { display:block; max-width:680px;}
	.intro-section .wrapper div:nth-of-type(1) { padding:0 0 30px 0; text-align:center; }
	.intro-section .wrapper div:nth-of-type(1) img { margin:auto; max-height:400px;}
	.intro-section .wrapper div:nth-of-type(2) h1, .intro-section .wrapper div:nth-of-type(2) p { text-align:center;}
	.intro-section .wrapper div:nth-of-type(2) ul.tick { margin:auto; max-width:400px;}
	
	.page-template-custom-solutions-for-clinical-practice .clinical-practice-animated-banner .animated-banner { margin-top:20px; }
	
	.clinical-practice-replacement-banner { margin-top:0px;}
	.cprb-flexrap { display:block;}
	.cprb-flexrap div:nth-of-type(2) { margin:auto; width:300px;}
	
	.video-link-characters { flex-wrap:wrap;}
	.video-link-characters div img { height:250px; }
	
	#banner, #sect-banner, #banner-text-container, .home #banner-text-container {
		height: 400px;
		margin-top: 0;
	}
	#banner-text, .home #banner-text {
		width: 100%;
		text-align: center;
	}
	#sect-banner #banner-text h1, .home #banner-text h1, .section-map h1 {
		font-size: 30px;
		text-align: center;
		font-weight: bold;
	}
	#banner-text h2 {
		font-size: 18px;
	}
	#menu-container {
		display: none
	}
	
	#logo { flex-grow: 4;}
	#logo img { width:280px;}
	
	#body.section-page,
	section.section-map {
		padding: 90px 0 70px 0;
	}
	#ctas a {
    	max-width: 100%;
	}
	.content-third {
		width: 100%;
		margin: 0 0 20px;
	}
	#fastscan-intro {
		width: 100%;
		margin: 0;
	}
	#fastscan-intro .content-half {
		padding: 0 20px;
	}
	#fastscan-intro h3 {
		margin-top: 50px;
	}
	a.video-container {
		float: none;
		margin: 20px auto;
		width: 100%;
		max-width: 535px;
	}
	.benefit-box {
		width: 50%;
	}
	.benefit-box:nth-child(-n+2) {
		border-top: none;
	}
	.benefit-box:nth-child(2n) {
		border-right: none;
	}
	#regulatory-approvals ul.tick li, #regulatory-approvals ul.tick li:nth-child(2n) {
		width: 100%;
	}
	#contact-ctas {
		width: 100%;
		margin: 40px 0 0;
	}
	.bod-content-right {
		width: 100%;
	}
	#col1, #col2, #col3 {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	#company-timeline {
		height: 1430px;
	}
	.timeline-year {
		margin-left: -25px;
		width: 50px;
		height: 50px;
		font-size: 18px;
		line-height: 50px;
	}
	#year-2015 { top: 220px; }
	#year-2010 { top: 510px; }
	#year-2005 { top: 800px; }
	#year-2000 { top: 1090px; }
	#year-1995 { top: 1380px; }
	.timeline-content-left, .timeline-content-right {
		width: 35%;
		padding: 10px 10px 0 10px;
	}
	.timeline-content-left h2, .timeline-content-right h2 {
		font-size: 18px;
	}
	.timeline-content-left p, .timeline-content-right p {
		font-size: 12px;
	}
	.breadcrumbs {
		top: -60px;
	}
	#mc_embed_signup {
		margin: 3px 0 30px;
	}
	#mc_embed_signup .email {
		float: none;
		width: 100%;
		margin-bottom: 10px;
		display: inline-block;
	}
	#mc_embed_signup .mc_button {
		float: none;
	}
	#social-icons {
		margin: 0 0 30px;
		text-align: center;
	}
}

@media screen and (max-width: 900px) {
	#slider_6227 { padding:0 0 30px 0;}
	.aranz-slider { display:block; min-height:0;}
	.aranz-slider div:nth-of-type(1) { padding-bottom:60px; margin:auto; width:80%;}
	.aranz-slider div:nth-of-type(2) { max-width:100%; margin:auto; width:70%; }
	
	.video-link-characters { display:block;}
	
	.white #slider_6227.sa_owl_theme .owl-nav .owl-prev, .white #slider_6227.sa_owl_theme .owl-nav .owl-next { transform:scale(0.5);}
	.white #slider_6227.sa_owl_theme .owl-nav .owl-prev { left:0;}
	.white #slider_6227.sa_owl_theme .owl-nav .owl-next { right:0; }
	
	.aranz-testimonial { display:block; }
	.aranz-testimonial div:nth-of-type(1) { min-width:100%; padding:0 0 40px 0; text-align:center; }
	.aranz-testimonial div:nth-of-type(2) {text-align:center; }
	.aranz-testimonial div:nth-of-type(1):after { transform:rotate(180deg); top:initial; margin-top:0; bottom:0; right:50%; margin-right:-30px; }
	
	.video-flex-rap { display:block; }
	.video-flex-rap div { margin:0 5% 50px 5%; width:90%;}
	.video-container iframe { max-height:500px;}
	.video-flex-rap h4 { margin:0;}
	#partner-logos { column-gap:0;}
	
	#latest-updates .wrapper, #aranz-testimonials .wrapper, #aranz-videos, section#our-partners { padding:30px 0; text-align:center;}
	.video-link-characters div { padding:20px;}
	.page-template-custom-solutions-for-clinical-practice .clinical-practice-animated-banner .animated-banner { height:300px; }
}

@media screen and (max-width: 820px) {
	.testimonial-slider-container {
		margin: 0 auto 80px;
		width: 350px;
	}
	#testimonials, #testimonials .slide, #testimonials, .page-template-custom-careers #testimonials .slide {
		width: 100%;
		height: 375px;
		font-size: 14px;
	}
	#testimonials .slide .slide-content, .page-template-custom-careers #testimonials .slide .slide-content {
		width: 100%;
		height: 285px;
		padding: 20px 30px;
	}
	.page-template-custom-careers #testimonials .slide, .page-template-custom-careers #testimonials .slide .slide-content {
		height: 380px;
		min-height: 0;
	}
	#testimonials .slide .cite {
		width: 100%;
		font-size: 14px;
		padding: 23px 20px 20px 20px;
	}
	#testimonials .slide .cite .cite-role {
		font-size: 14px;
	}
	#testimonials .bx-wrapper a.bx-prev {
		left: -25px;
	}
	#testimonials .bx-wrapper a.bx-next {
		right: -25px;
	}
	#testimonials .bx-wrapper .bx-controls-direction a.bx-next,
	#testimonials .bx-wrapper .bx-controls-direction a.bx-prev{
		background-color: #333366;
	}
	#testimonials .bx-wrapper .bx-controls-direction a.bx-next:hover,
	#testimonials .bx-wrapper .bx-controls-direction a.bx-prev:hover{
		background-color: #2e2e5c;
	}
}
@media screen and (max-width: 800px) {
	#brochure-download .alignleft {
		display: block;
		float: none;
		margin: 5px auto 20px;
	}
	#brochure-download, #brochure-download h1 {
		text-align: center !important;
	}
	#partner-logos { padding:5px 0;}
}
@media screen and (max-width: 670px) {
	body {
		font-size: 16px;
	}
  .hamburger-label {
    top: -8px;
  }
	
	.searchrap { gap:2px; height:116px; bottom:-136px; padding:30px; }
	.searchrap input#searchField { left:30px; width:250px;}
	.searchrap input.button { right:20px; }
	
	.search-results { padding:120px 0 0 0; width:100%;}
	
	.video-container iframe { max-height:260px; }
	#partner-logos { flex-wrap:wrap; justify-content:center; }
	#partner-logos a { max-width:160px; }
	
	#body, section, #body.section-page {
		padding: 25px 0 30px 0;
		position: relative;
	}
	section.section-map {
		padding: 25px 0 80px 0;
	}
	#sect-banner #banner-text h1 + p {
		margin: 10px 0 20px;
	}
	section#our-community {
		padding: 50px 0 30px 0;
	}
	.section-arrow:before, .section-arrow:after {
		content: none;
	}
	h1 {
		font-size: 30px;
		margin: 0 0 30px 0;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	a.btn, .btn {
		font-size: 18px;
		padding: 11px 30px;
		border-radius: 20px;
	}
	#body .gform_body ul li, #sect-body .gform_body ul li {
		width: 100%;
	}
	.service-icon-left, .service-icon-right {
		float: none;
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 0;
	}
	.service-icon-left img, .service-icon-right img {
		max-width: 100px;
	}
	.service-content {
		float: none;
		width: 100%;
		margin: 20px 0 0;
	}
	.service-content h1 {
		text-align: center;
	}
	#services-downloads .btn {
		margin: 10px 15px;
	}
	.bx-wrapper .bx-controls-direction a {
		display: none;
	}
	.breadcrumbs {
		margin-top: 0;
	}
	.section-page .breadcrumbs {
		position: static;
		margin-bottom: 30px;
	}
	#footer-container {
		padding-top: 20px;
	}
	#footer h2 {
		margin-top: 20px;
	}
	#copyright, #footer-links {
		float: left;
		width: 100%;
		text-align: center;
	}
	#footer-links {
		margin-top: 5px;
	}
	#footer p#avatar-link {
		margin-top: 20px;
	}
}
@media screen and (max-width: 600px) {
	#banner { 
		min-height: 400px;
		background: url(images/video-banner-mobile.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	#banner video { 
		display: none;
	}
	
	#release-notes { margin:-50px 0 0 0; }
	
	.video-container iframe { max-height:200px; }
	
	.page-template-custom-solutions-for-clinical-practice .clinical-practice-animated-banner .animated-banner { height:250px; }
	
	#logo img { width:200px;}
	#header-bg { height:100px;}
	.alignleft, .alignright {
		display: block;
		float: none;
		margin: 5px auto 20px !important;
	}
	.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
		width: 100% !important;
	}
	.benefit-box:nth-child(-n+1) {
		border-top: none;
	}
	.benefit-box {
		width: 100%;
		border-right: none;
	}
	#fastscan-intro h3 {
		margin-top: 0;
	}
	#fastscan-intro .content-half {
		width: 50%;
	}
	.content-half {
		width: 100%;
		padding: 0;
	}
	.fastscan-video .content-half {
		display: block;
		width: 100%;
	}
	#customer-logos a,
	#demonstration-videos a {
		float: none;
		margin: 20px auto 0;
	}
	#careers-testimonials .quote:after {
		border-left: 10px solid transparent;
    	border-right: 10px solid transparent;
    	border-top: 10px solid #f5f5f5;
		border-bottom: none;
		bottom: -10px;
    	right: 40px;
	}
	#mapid {
		border: 1px solid #fff;
		margin: 0 10px;
	}
	a.btn, .btn, a.button {
		width: 100%;
		text-align: center;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.page-template-custom-download-pdf iframe {
		width: 100% !important;
	}

}

@media screen and (max-width: 500px) {
	.searchrap { height:96px; bottom:-116px; padding:20px; width:300px; }
	.searchrap input#searchField { left:20px; width:205px;}
	.searchrap input.button { right:15px; }
}

@media screen and (max-width: 440px) {
	.searchrap {right:-80px;}
	.searchrap:before { right:100px; }
}

/* Sliders */

@media screen and (max-width: 1720px) {
	.slider-text {
		margin-right: 330px;
	}
	.slider-bullets {
		width: 360px;
		margin: 0 0 0 330px;
	}	
}
@media screen and (max-width: 1430px) {
	.slider-text {
		float: left;
		margin-right: 0;
		margin-left: 30px;
	}
	.slider-bullets {
		float: right;
		width: 300px;
		margin: 0 30px 0 0;
	}	
}
@media screen and (max-width: 1270px) {
	.slider-text-container,
	.slider-bullets-container {
		float: none;
		width: 1120px;
		margin: 0 auto;
	}
	.slider-bullets {
		float: left;
		clear: both;
		width: 100%;
		margin: 0;
	}
	.ipad {
		float: right;
		position: static;
		bottom: 0;
		right: 0;
		margin-left: 0;
	}
}
@media screen and (max-width: 1140px) {
	.slider-text-container,
	.slider-bullets-container {
		width: 960px;
	}
}

@media screen and (max-width: 1024px) {
	body { padding-top:110px;}
	
}

@media screen and (max-width: 980px) {
	#etu-slider-container,
	#bi-slider-container {
    	display: block;
	}
	#etu-slider-text-container,
	#etu-image-container,
	#bi-slider-text-container,
	#bi-image-container {
		width: 100%;
		padding: 0;
	}
	.slider-text-container,
	.slider-bullets-container {
		width: 90%;
		float: none;
		margin: 0 auto;
	}
	.ipad {
		float: none;
		clear: both;
		display: block;
		margin: 30px auto;
	}
	.slider-text{
		float: none;
		display: block;
		margin: 0 auto;
	}
	.slider-bullets ul {
		padding: 0;
	}
}
@media screen and (max-width: 700px) {
.single-video-rap img { max-width:400px; padding:10px; }
	#search-box .searchrap { right:-80px;}
	#search-box .searchrap:before { right:100px;}
}

@media screen and (max-width: 630px) {
	.video-link-characters { display:block;}
	.ipad {
		background: none;
		width: 100%;
		height: auto;
		padding: 30px 0 0;
	}
	.ipad img {
		width: 100%;
		height: auto;
	}
	.slider-text{
		margin-bottom: 30px;
	}
	.ipad a.image span,
	.ipad a.image div.slider-overlay {
		display: none;
	}
}

@media screen and (max-width: 540px) {
#search-box .searchrap { height:96px; padding:20px; right:-80px; bottom:-120px; width:360px;}
#search-box .searchrap input#searchField { width:260px; left:20px;}
#search-box .searchrap input.button { right:20px;}
	
	
	
.search-pagination .wp-pagenavi span.pages { display:block; }
	
}


@media screen and (max-width: 450px) {
	.slider-text{
		width: 280px;
		height: 280px;
		border-radius: 300px;
		padding: 40px 40px 0 40px;
	}
	section#increases-your-roi .slider-text,
	section#improves-patient-satisfaction .slider-text {
		margin: 0 0 30px;
	}
	.slider-text p {
		font-size: 18px;
	}
	#increases-your-roi .slider-text p,
	#increases-your-roi .slider-text p {
		font-size: 16px;
	}
	.slider-text .hqd-slider div,
	.slider-text .rr-slider div,
	.slider-text .bx-wrapper .bx-viewport {
		height: 210px !important;
	}
	#increases-your-roi .slider-text .iyr-slider,
	#increases-your-roi .slider-text .bx-wrapper .bx-viewport,
	#improves-patient-satisfaction .slider-text .ips-slider,
	#improves-patient-satisfaction .slider-text .bx-wrapper .bx-viewport {
		height: 320px !important;
	}
	.slider-text .bx-wrapper .bx-pager {
		bottom: -15px;
	}
	.slider-btn-left {
		left: -20px;
	}
	.slider-btn-right {
		right: -20px;
	}
	.slider-bullets {
		height: auto;
	}
	#what-our-customers-say {
		overflow: hidden;
	}
	.testimonial-slider-container {
		width: 90%;
	}
	#testimonials .slide {
		margin: 0 10px 0 0;
	}
	.single-video-rap img { max-width:300px; padding:5px; }
}

@media screen and (max-width: 400px) {
#search-box .searchrap { height:76px; padding:10px; right:-80px; bottom:-100px; width:320px;}
#search-box .searchrap input#searchField { width:238px; left:10px;}
#search-box .searchrap input.button { right:10px;}
}



