/* CSS Document */ /* Theme Name: Sentara Microsite Author: Sway Creative Labs Author URI: http://madebysway.com 
Sentara Microsite Theme © 2019 Sway Creative Labs */ html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block} 
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  background: #d0d0d0;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Typography */ * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, .h1, h2, .h2 {
  color: #00a7e1;
  font-weight: 700;
  text-transform: uppercase;
}
h1, .h1 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
h1.entry-title {
  font-size: 55px;
  letter-spacing: normal;
  line-height: normal;
  margin-top: 25px;
  margin-bottom: -10px;
}
h1.entry-title span {
  font-size: 34px;
  vertical-align: top;
  position: relative;
  left: -13px;
}
h2, .h2 {
  font-size: 41px;
  line-height: 56px;
  letter-spacing: 0;
}
h3 {
  font-weight: bold;
  font-size:21px;
}
h4 {
  font-weight: bold;
}
.watch-intro h4 {
  padding-top: 20px;
  margin-bottom: -20px;
}
a, a:hover {
  text-decoration:none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #007db3;
}
a:hover {
  text-decoration: underline;
}
/* General Styles */
#container {
	position: relative;
  background: #fff;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
#container:after {
	content: '';
	display: block;
	clear: both;
}
/* Header */
#header {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin:0 auto;
  height: 65px;
  color: #fff;
}
#header .wrapper {
  background: #007db3;
  height: 100%;
}
#logo-box {
  display: inline-block;
  position: relative;
  background: #00a7e1;
  width: 280px;
  height: 72px;
  border-radius: 0 0 25px 0;
  z-index: 999;
}
#logo {
  display: block;
  width: 218px;
  height: 36px;
  margin: 18px auto 0;
  background: url("img/sentara-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#call {
  display: inline-block;
  float: right;
  font-size: 16px;
  line-height: 64px;
  text-align: right;
  padding-right: 30px;
}
#call a {
  color: #00a7e1;
  font-size: 20px;
  font-weight: 700;
}
/* Navigation */
#menu .wrapper {
  position: relative;
  border-bottom: 1px solid #b1b1b1;
  z-index: 888;
  border-left: 1px solid #b1b1b1;
  border-right: 1px solid #b1b1b1;
}
.table {
  display: table;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#menu ul {
  width: 100%;
}
#menu ul li {
  display: inline-block;
  position: relative;
}
#menu ul li a {
  display: block;
  color: #38bef1;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
  padding: 36px 32px 30px;
  height: 100%;
}
#menu ul li:hover a, menu ul li.current-menu-item a {
  color: #007db3;
}
#menu ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 5px;
  background: #fff;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#menu ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 0;
  height: 5px;
  background: #fff;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#menu ul li:hover a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40%;
  height: 5px;
  background: #007db3;
}
#menu ul li:hover a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 40%;
  height: 5px;
  background: #007db3;
}
#menu ul li.current-menu-item a:before, menu ul li.current-menu-item:hover a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 5px;
  background: #007db3;
}
#menu ul li.current-menu-item:hover a:after {
  display: none;
}
/* Photo Bar */ .photo-bar {
  height:163px;
  border-bottom: 12px solid #007db3;
  background-image: url(img/watchman-header.jpg);
  background-size: cover;
}
/* Main Content Area */ .left-col {
	position: relative;
	float: left;
	width: 100%;
	margin-right: -350px;
	background: #fff;
}
.left-col:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 350px;
	background: #ebebeb;
}
.left-col #content {
	margin-right: 350px;
}
.left-col section article {
  padding: 0px 60px;
}
.right-col {
	position: absolute;
	right: 0;
	float: right;
  width: 350px;
  background-color: #ebebeb;
	z-index: 2;
}
.js-is-sticky {
  top: 0;
	right: 50%;
	margin-right: -600px;
}
.js-is-stuck {
  bottom: 0;
}
.watchman-advantages ul {
  height: 84%;
  left: 42px;
  width: 100%;
  position: initial;
}
.watchman-advantages ul li {
  list-style-type: initial;
  list-style-position: inside;
  font-size: 12px;
}
.watchman-advantages ul li span {
  position: relative;
  left: -8px;
  font-size: 16px;
}
.watchman-advantages .text {
  width:100%;
}
.wp-user-content p {
  padding-bottom:23px;
}
.watch-intro {
  border-bottom: 2px solid #cecece;
}
.watch-intro p {
  padding:20px 0;
}
.learn-more, .fsSubmitButton {
  padding: 12px 15px;
  background-color: #007db3;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 15px;
  border-radius: 54px;
  width: 207px;
  text-align: center;
  margin: 20px 0;
  color: white;
  cursor: pointer;
}
.fsSubmitButton {
	padding: 0 20px;
}
.learn-more:hover, .fsSubmitButton:hover { background-color: #00a7e1;
}
.fsSubmitButton {
  padding: initial;
  width: 170px;
}
.fsError {
  font-size: 12px;
  color: red;
}
.learn-more a {
  color: white;
}
.product-image img {
  height:auto;
  width: 100%;
}
.entry-content.watchman > * {
  padding-top: 23px;
}
.wp-user-content figure {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin-bottom: 23px;
}
.wp-user-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.clinical-team {
  background-color: #00a7e1;
  color: white;
}
.clinical-team h3 {
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
}
.clinical-team > h3 {
  padding-top: 20px;
}
.cardiologists {
  width: 95%;
  max-width: 684px;
  margin: 0 auto;
  padding: 17px 0 40px;
}
.scan-video {
  width: 100%;
}
/* Sidebar */
#sidebar {
}
#sidebar-header {
  background-color: #00a7e1;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  padding: 15px 20px;
  /* letter-spacing: 2px; */
}
#sidebar a {
  color: #171717;
  font-weight: 700;
}
#sidebar-contact {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 50px;
  text-align: center;
  color: #00a7e1;
  font-size: 20px;
  line-height: 26px;
  border-top: 6px solid #65c8d0;
}
#sidebar-contact:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  content: "";
  border-left: 2px solid #ddd;
}
#sidebar-contact:before {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  background-color: #fff;
  background-image: url("img/sidebar-icon2.png");
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #65c8d0;
  border-radius: 30px;
  content: "";
}
#sidebar-contact a {
  font-size: 22px;
  font-weight: 700;
  color: #00a7e1;
}
/* ----------------------------------- Form --------------------------------- */
#form-container {
  background-color: #ebebeb;
	padding: 0 20px;
}
#form-container form {
  margin: 0 auto;
  padding-top: 15px;
  position: relative;
  max-width: 500px;
}
#form-container p {
  padding-top: 15px;
  max-width: 500px;
}
#form-container p span {
  font-style: italic;
  position: relative;
  top:5px;
  font-size:12px;
}
#form-container p, form-container form span, form-container form label {
  font-size: 14px;
  line-height: normal;
  margin: 0 auto;
}
input, textarea {
  width: 100%;
  height: 40px;
  margin: 4px 0;
  padding: 0 20px 2px;
  color: black;
  font-size: 14px;
  line-height: 30px;
  background-color: white;
  border:1px solid #cecece;
  border-radius: 35px;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
textarea {
  height: 85px;
  font-family: "Open Sans", sans-serif;
  resize: none;
  overflow: auto;
}
input[type="checkbox"] {
  width: auto;
  height: auto;
  position: relative;
  top: 3px;
}
fieldset.contact-me {
  margin-top: 15px;
}
fieldset.contact-me .fieldset-content{
  padding: 10px 0 3px;
}
fieldset.contact-me legend {
  line-height: 1em;
  white-space: normal;
  width: 100%;
}
fieldset.contact-me legend span {
}
input::placeholder {
  color: #777;
}
::-webkit-input-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
  opacity: 1;
}
[aria-invalid="true"] {
  background-color: rgba(255, 0, 0, 0.15);
  border:1px solid red;
}
/* ----------------------------------------------- Footer */
#footer {
	clear: both;
}
#footer .wrapper {
  border-top: 2px solid #ddd;
  max-width:1200px;
  margin:0 auto;
 background-color: white;
}
#footer-logo {
  width: 300px;
  height: 53px;
  background: url("img/sentara-logo-ft.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: 25px auto;
}
#footer-info {
  background: #00a7e1;
  height: 100%;
  font-size: 11px;
  color: #fff;
  padding: 0 30px;
}
#copyright {
  float: none;
  text-align: center;
  font-style: italic;
}
#links {
  float: none;
  text-align: center;
}
#links ul li {
	display: inline;
}
footer li a {
	color: white;
}
#menu-footer-menu li {
  color: #fff;
  float: left;
  display: inline-block;
  position: relative;
}
#menu-footer-menu li a {
  color: #fff;
  padding: 0 8px;
  position: relative;
}
#menu-footer-menu li a:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 3px;
  height: 10px;
  width: 1px;
  background: #fff;
}
#menu-footer-menu li:last-child a {
  padding: 0 0 0 8px;
}
#menu-footer-menu li:last-child a:after {
  display: none;
}
#menu-footer-menu li a:hover {
  color: #007db3;
}
@media screen and (max-width: 1200px) {
  #sidebar-contact {
    padding: 50px 20px;
  }
  #menu ul li a {
    padding: 36px 16px 30px;
  }
	.js-is-sticky {
		right: 0;
		margin-right: 0;
	}
}
@media screen and (max-width:1099px) {
  .product-image {
    margin:22px auto 16px;
  }
}
@media screen and (max-width: 980px) {
  #container {
    border: none;
  }
	.left-col {
		float: none;
		margin-right: 0;
	}
	.left-col:before {
		display: none;
	}
	.left-col #content {
		margin-right: 0;
	}
  .right-col {
		position: relative !important;
    width: 100%;
		float: none;
  }
  #form-container {
    padding: 0 40px 60px;
  }
  #form-container form {
    width: initial;
  }
  #form-container p {
    width: initial;
  }
  #sidebar-header {
    width: 69%;
    max-width: 353px;
    margin: 0 auto;
    background-color: transparent;
    border-bottom: 2px solid #00a7e1;
    color: #00a7e1;
    padding: 15px 20px 3px;
  }
  #sidebar-contact {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
  #call {
    display: none;
  }
  .menu-btn {
    position: absolute;
    top: 24px;
    right: 30px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
  }
  .menu-btn span {
    display: block;
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background: #fff;
    opacity: 1;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  .menu-btn span:nth-child(1) {
    top: 0;
  }
  .menu-btn span:nth-child(2),
  .menu-btn span:nth-child(3) {
    top: 8px;
  }
  .menu-btn span:nth-child(4) {
    top: 16px;
  }
  .menu-btn:hover span {
    background: #38bef1;
  }
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 51, 81, 0.85);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .menu-overlay.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 51, 81, 0.85);
    opacity: 1;
    visibility: visible;
    z-index: 99998;
  }
  .menuopen {
    left: 0 !important;
  }
  #mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-bottom: 40px;
    padding-top: 60px;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
    background: #fff;
    list-style: none;
    z-index: 99999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
  #mobile-menu ul li {
    position: relative;
    width: 100%;
    max-height: 50px;
    font-weight: 600;
    font-size: 22px;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0 10px 0 30px;
    border-left: 10px solid #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #mobile-menu li a {
    display: block;
    height: 100%;
    width: 100%;
    color: #38bef1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #mobile-menu li:hover a, mobile-menu .current-menu-item > a {
    color: #003351;
  }
  #mobile-menu li:hover, mobile-menu li.current-menu-item {
    border-left: 10px solid #38bef1;
  }
  .menu-close {
    position: absolute;
    right: 25px;
    top: 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #38bef1;
    border-radius: 20px;
    z-index: 9999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu-close span {
    display: block;
    position: absolute;
    left: 8px;
    top: 19px;
    height: 3px;
    width: 24px;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  .menu-close span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
  }
  .menu-close span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }
  .menu-close:hover {
    background: #003351;
  }
}
@media screen and (max-width: 899px) {
  #links {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #header {
    height: 45px;
  }
  #logo-box {
    width: 240px;
    height: 52px;
  }
  #logo {
    width: 178px;
    height: 30px;
    margin: 12px auto 0;
  }
  .menu-btn {
    top: 14px;
  }
  .menu-close {
    top: 10px;
  }
  .left-col section article{
    padding:0 20px;
  }
  #form-container {
    padding: 0 30px 60px;
  }
  #call {
    display: none;
  }
  #footer-info {
    padding-top: 10px;
  }
  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  select:focus,
  textarea {
    font-size: 14px;
  }
}
@media screen and (max-width: 415px) {
  .menu-btn,
  .menu-close {
    right: 15px;
  }
  h2 {
    font-size: 32px;
    line-height: normal;
  }
  #form-container {
    padding: 0 15px 60px;
  }
  #sidebar-contact {
    padding: 50px 15px;
  }
  #footer-logo {
    width: 250px;
    height: 42px;
    margin: 15px auto;
  }
  #footer-info {
    padding: 10px 0;
  }
}
@media screen and (max-width:430px) {
  h1.entry-title {
    font-size: 36px;
  }
  h1.entry-title span {
    font-size: 23px;
    left:-7px;
  }
}
/*-----------------MIN WIDTH MEDIA QUERIES ---------------------*/ @media screen and (min-width:480px) {
  .photo-bar {
    height: 31vw;
  }
}
@media screen and (min-width:670px) and (max-width:980px) {
  .watchman-advantages {
  }
  .product-image {
    margin-top:0;
  }
  .watchman-advantages ul {
    width: 69%;
    position: relative;
  }
}
@media screen and (min-width:690px) {
  .cardiologists {
  }
}
@media screen and (min-width: 900px) {
  #copyright {
    float: left;
    font-style: italic;
  }
  #links {
    text-align: right;
    font-weight: 700;
    font-size: 10px;
  }
  #footer-info {
    line-height: 60px;
  }
}
@media screen and (min-width:981px) {
  #form-container input[type="checkbox"] + span {
    position: absolute;
    right: 0;
    width: 89%;
  }
  .fsSubmitButton {
    margin-top:45px;
  }
  .photo-bar {
    height: 250px;
  }
}
@media screen and (min-width:1100px) {
  .watchman-advantages ul {
    width: 69%;
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .photo {
    height: 100%;
  }
}
