/*
Theme Name: Best Doctors
Theme URI: http://www.bestdoctors.com
Description: Custom theme for Best Doctors.
Author: Teladoc Creative
Version: 1.4.9
GitHub Theme URI: teladoc-design/bestdoctors
*/
@charset "UTF-8";

*{
	margin:0;
	padding:0;
}

.clear{
	clear:both;
}

.right{
	float:right;
}

.left{
	float:left;
}

.alignleft {
	float: left;
	margin-right:20px;
}

.alignright {
	float: right !important;
	margin-left:20px;
}

.hidden {
	display:none;
}



html, body{
	margin:0;
	padding:0;
	font-family:'effra','Lato', sans-serif;
	overflow-x: hidden;
}
a:hover{
	text-decoration:none;
}
h1, h2, h3, h4, h5{
	font-weight: lighter;
}
.container_relative{
	position:relative;
	height:100%;
}

/* ---------------------------------------
COLORS
--------------------------------------- */
.bd_blue{
	color:#005a97;
}
.bd_orange{
	color:#ff9933;
}

/* ---------------------------------------
BUTTONS
--------------------------------------- */
.main_button{
	display:inline-block;
	margin:1rem auto;
	background:#ff9933;
	color:white;
	font-size:16px;
	text-transform:uppercase;
	padding:0.75rem 2rem;
	border:2px solid #ff9933;
	transition-duration:0.5s;
}
.main_button:hover{
	color:white;
	border:2px solid rgba(255,255,255,0.4);
	transform:scale(1.05);
}
.main_button:hover span::after{
	content:'\f105';
	font-family:'FontAwesome';
	margin-left:0.5rem;
}

/* ---------------------------------------
HEADER
--------------------------------------- */
.header{
	position:fixed;
	width:100%;
	z-index:1000;
}

.header_teladoc {background: white;padding: 10px;}
.header_teladoc .container { text-align: center;}
.header_teladoc .teladoc-logo {display: inline;max-width: 130px;}
.header_teladoc p {display: inline-block;margin: 0 10px;}
.header_teladoc a { text-decoration: underline;color: #333; }
.header_scrolled .header_teladoc{display:none;}

.header_top{
	background:#005a97;
}
.header_top a{
	color:white;
}
.header_logo{
	padding:0.5rem 0;
}
.header_logo a{
	display:block;
	padding:1rem 0;
}
.header_logo img {
    max-width: 100%;
    max-height: 39px;
}
.header_logo.canada img {
    max-width: 100%;
    max-height: 49px !important;
}
.header_top_actions{
	text-align:right;
}
.header_login{
	display:inline-block;
	text-transform:uppercase;
}
.header_login.none {
	height:40px !important;
}
.header_login a{
	display:block;
	padding:2.5rem;
	margin-right:0.5rem;
}
.header_login a:hover{
	background:#02426d;
}
.header_selections{
	display:inline-block;
}
.header_select{
	display:inline-block;
	width:200px;
	margin: 0 0 0 0.5rem;
	position:relative;
}
.header_select select, .header_select button, .header_select .selectric{
	border-radius:0;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
	width:100%;
	height:35px;
	border:2px solid #dadada;
	padding:0.6rem 0.5rem;
	text-align:left;
	font-family:'effra','Lato', sans-serif;
}
.header_select button span.caret{
	display:none;
}
.header_select .selectric b.button{
	display:none;
}
.header_select .selectric span.label{
	display: inline-block;
    margin: 0;
    color: #333;
    font-family: 'effra','Lato';
    font-weight: normal;
    font-size: 14px;
    height: auto;
    height: 100%;
    line-height: 1.42857143;
    padding:0;
}
.header_select_arrow{
    position: absolute;
    font-size: 18px;
    text-align: center;
    height: 31px;
    width: 31px;
    right:2px;
    top:2px;
    padding: 4px;
    background: #005a97;
    color: white;
    pointer-events:none;
    z-index:1;
}
#country_select .dropdown-menu{
	width:200px;
}
#country_select button{
	margin-top:-3px;
}

.header_bottom{
	border-bottom:1px solid #dadada;
	background:white;
}

.header_menu{
	list-style:none;
	margin:0;
	padding:0;
	text-transform:uppercase;
	float:left;
}
.header_menu li{
	display:inline-block;
	padding:2rem 0;
}
.header_menu li a:hover{
	font-weight:bold;
	color:#123d62;
}
.header_menu li:first-child a{
	padding-left:0;
}
.header_menu li::after{
	content:'|';
	color:#dadada;
	padding:1rem;
}
.header_menu li:last-child::after{
	content:'';
	padding: 0;
}
.sub-menu{
	display:none;
	position:absolute;
	margin:2rem 0 0 -1rem;
	padding:0;
	text-align:left;
	background:white;
	text-transform:none;
	border:1px solid #dadada;
	border-top:1px solid white;
	z-index:1000;
}
.sub-menu li{
	display:block;
	padding:0;
	min-width:200px;
}
.sub-menu li::after{
	content:'';
	padding:0;
}
.sub-menu li a{
	display:block;
	padding:1rem;
}
.sub-menu li a:hover{
	background:#005a97;
	color:white !important;
	font-weight:normal !important;
}
.header_menu li:hover > a{
	font-weight:bold;
	color:#123d62;
}
.header_menu li:first-child .sub-menu li a{
	padding:1rem;
}
.sub-menu li:first-child a{
	padding-left:1rem;
}
.header_button{
	float:right;
	margin:1rem 0;
}
.header_button a{
	border:2px solid #ff9933;
	color:#ff9933;
	display:inline-block;
	text-transform:uppercase;
	padding:0.75rem 2rem;
}
.header_button a:hover{
	background:#ff9933;
	color:white;
}
.header_menu_button{
	display:none;
	color:white;
	cursor:pointer;
	font-size: 24px;
    padding: 1.5rem 0;
    text-align: right;
}
.header_scrolled_logo{
	display:none;
}
.header_scrolled_logo img{
	height:40px;
}
.header_scrolled .header_top{
	display:none;
}
.header_scrolled .header_scrolled_logo{
	display: inline-block;
    float: left;
    margin-right: 2rem;
    padding: 0.75rem 0;
}
/* ---------------------------------------
HERO
--------------------------------------- */
.hero{
	height:600px;
	width:100%;
	position:relative;
}
.hero_spacer{
	height:131px;
	width:100%;
}

/* Teladoc Announcement Banner  */
@media screen and (max-width:767px) { .hero_spacer { height: 120px !important; } } 
@media screen and (min-width:768px) { .hero_spacer { height: 181px !important; } } 
.header_scrolled .header-teladoc { display: none !important; }


.hero_video{
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	z-index:-1;
}
.hero_video video{
	min-width:100%;
	min-height:100%;
}
.hero_carousel{
	position:absolute;
	width:100%;
	height:100%;
}
.carousel,
.carousel-inner {
	width:100%;
	height:100%;
	z-index:0;
	overflow:hidden;
}
.item {
	width:100%;
	height:100%;
	background-position:center center;
	background-size:cover;
	z-index:0;
}
.hero_overlay{
	background:rgba(0,27,46,0.37);
	width:100%;
	height:100%;
	position:absolute;
}
.hero_overlay_content{
	text-align:center;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	width:100%;
	transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	color:white;
}
.hero_overlay_content h1, .hero_overlay_content h2{
	color:white;
	text-transform:uppercase;
	margin:0;
}
.hero_overlay_content h1{
	font-size:60px;
}
.hero_overlay_content h2{
	font-size:48px;
}
.hero_overlay_content p{
	font-size:24px;
	font-weight:300;
	padding:0 15%;
	margin:1rem 0;
}
.hero_arrow{
  position:absolute;
  left:0;
  right:0;
  z-index:10;
  height:40px;
  width:40px;
  margin:2rem auto;
  bottom:0;
  font-size:20px;
  line-height:20px;
  text-align:center;
}
.hero_arrow a{
  display:block;
  color:rgba(255,255,255,0.6);
  border:2px solid rgba(255,255,255,0.6);
  border-radius:50%;
  padding:8px;
}
.hero_arrow a:hover{
  color:white;
  border-color:white;
}

/* ---------------------------------------
CONTENT
--------------------------------------- */
.content{
	padding:50px 0;
}
.content_centered{
	text-align:center;
}
.content_second{
	padding-top:0;
}
.content_colored{
	background:#eff1f6;
}
.content h1{
	font-size: 36px;
	color:#005a97;
	text-transform: uppercase;
	font-weight:400;
	margin-bottom:4rem;
}
.content h2{
	font-size: 24px;
	font-family: "Lato";
	color:#ff9933;
	text-transform: uppercase;
	margin:0 0 1rem 0;
	line-height:1.2;
}
.content p{
	font-weight:300;
	font-size:18px;
	margin:0 0 2rem 0;
}
.content_photo img{
	width:100%;
	margin-bottom:40px;
}
.content_text{
	text-align:left;
}
.text_content p {
    text-align:left!important;
}
.testimonial_photo img {
	width:250px !important;
	height:250px !important;
}
.content_testimonial h2{
	color:#005a97;
}
.content_testimonial h2 i{
	color:#ff9933;
}
.content_testimonial_link{
	color:#ff9933;
	text-transform:uppercase;
	font-size:18px;
}
.content_testimonial_link:hover{
	color:#ff9933;
	cursor:pointer;
}
.content ul{
	font-size:18px;
	font-weight:300;
	list-style:none;
	padding-left:40px;
}
.content ul li{
	margin-bottom:.5rem;
}
.content ul li::before{
	color:#ff9933;
	content:'\f0da';
	font-family:'FontAwesome';
	margin:0 1.2rem 0 -1.9rem;
}
.target_section{
	border:2px solid #dadada;
	position:relative;
}
.target_photo{
	width:100%;
	padding-top:75%;
	overflow:hidden;
	position:relative;
}
.target_photo img{
	height:100%;
	min-width:100%;
	max-width:500px;
	position:absolute;
	top:0;
	left:0;
	transition-duration:1s;
}
.target_photo.two img{
	height:90% !important;
}
.target_text{
	padding:0 1rem;
}
.target_text h3{
	text-transform:uppercase;
	color:#005a97;
}
.target_text p{
	color:black;
	font-size:14px;
	margin:0;
}
.target_link{
	color:#ff9933;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	display:block;
	margin:1rem 0 2rem;
}
.target_link:hover{
	color:#ff9933;
}
.target_link:hover i{
	color:#005a97;
}
.target_section a{
	display:block;
}
.target_section:hover{
	border:2px solid #ff9933;
}
.target_section:hover .target_photo img{
	transform:scale(1.2);
}
.blog_post{
	border:0;
	text-align:left;
}
.blog_post:hover{
	border:0;
}
.blog_photo{
	position:relative;
}
.blog_post:hover .blog_photo::before{
	content: '\f138';
    font-family: 'FontAwesome';
    color: white;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(255,153,51,0.5);
    z-index: 100;
    padding: 31% 0;
    font-size: 30px;
    text-align: center;
}
.blog_text{
	padding:0;
}
.blog_text h3{
	text-transform:none;
}
.blog_text .target_link{
	color:#005a97;
}
.content_hero{
	width:100%;
	height:600px;
	background:url(/wp-content/themes/bestdoctors/public/img/testimonials-background.jpg);
	background-size: cover;
	background-position:center center;
	position:relative;
	background-repeat:no-repeat;
}
.interior_content_hero{
	height:550px;
	background:url(/wp-content/themes/bestdoctors/public/img/interior-hero-02.jpg);
	background-repeat:no-repeat;
	background-size: cover;
}
.interior_content_hero.us {
	height:600px;
}
.interior_content_hero .hero_overlay{
	padding:4rem 0;
}
.interior_content_hero h1{
	font-size: 36px;
	color:white;
	text-transform: uppercase;
	font-weight:400;
	margin-bottom:4rem;
}
.interior_content_hero p{
	font-size:18px;
	color:white;
	font-weight:300;
}
.content_value{
	text-align:center;
	margin:2rem 0;
}
.content_value i{
	color:#ff9933;
	font-size:60px;
	margin-bottom:2rem;
	transition-duration:0.5s;
}
.content_value i:hover{
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	text-shadow:0 0 10px rgba(0,27,46,0.7);
}
.content_value_line{
	height:3px;
	width:100px;
	background:#ff9933;
	margin:0.75rem 0;
}
.content_value.us p {
	font-size:16px;
	color:white;
	font-weight:300;
}
.content_value h3{
	color:white;
	text-transform:uppercase;
	margin:0;
}
.testimonial{
	position: absolute;
	top:50%;
	left:0;
	width:35%;
	transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	color:white;
	font-size:18px;
	font-weight:300;
}
.testimonial h3{
	text-transform:uppercase;
	font-size:20px;
}
.testimonial p::before{
	content:'\f10d';
	font-family:'FontAwesome';
	font-size:24px;
	color:#ff9933;
	margin-right:0.5rem;
	line-height:16px;
}
.carousel_controls{
  	position:absolute;
    top:75%;
}
.carousel_control{
	color:white;
	font-size: 36px;
	display:inline-block;
	margin-right:1rem;
	width:20px;
}
.carousel_control:hover, .carousel_control:active, .carousel_control:focus{
	color:#ff9933;
	text-decoration:none;
}
.carousel_control:visited {
	color:white;
	text-decoration:none;
}
.carousel_control#prev::before{
	content:'\f104';
	font-family:'FontAwesome';
}
.carousel_control#next::before{
	content:'\f105';
	font-family:'FontAwesome';
}
.carousel_control#prev:hover::before{
	content:'\f100';
	font-family:'FontAwesome';
}
.carousel_control#next:hover::before{
	content:'\f101';
	font-family:'FontAwesome';
}
.instagram_photo{
	position:relative;
	width:100%;
	padding-top:100%;
	overflow:hidden;
}
.instagram_photo a{
	display:block;
	height:100%;
	width:100%;
	cursor:pointer;
}
.instagram_photo img{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.instagram_photo a:hover::after{
	content: '\f16d';
    font-family: 'FontAwesome';
    color: white;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
    background:rgba(0,90,151,0.8);
    z-index: 100;
    padding: 40% 0;
    font-size: 30px;
    text-align: center;
}
.help_block{
	position:relative;
	margin-bottom:2rem;
}
.help_photo{
	width:100%;
	padding-top:85%;
	overflow:hidden;
	position:relative;
}
.help_photo img{
	height:100%;
	min-width:100%;
	max-width:500px;
	position:absolute;
	top:0;
	left:0;
	transition-duration:1s;
}
.help_text{
	position:absolute;
	top:0;
	left:0;
	padding:2rem;
	width:100%;
	height:100%;
	background:rgba(0,27,46,0.5);
	color:white;
	text-align:left;
}
.help_link{
	position:absolute;
	bottom:2rem;
	font-size:18px;
	text-transform:uppercase;
}
.help_link::after{
	color:#ff9933;
	content:'\f105';
	font-family:'FontAwesome';
	margin-left:0.75rem;
}
.help_text h3{
	text-transform:uppercase;
	font-size:24px;
	line-height:1.2;
	margin:0;
}
.help_text h3 span{
	color:#ff9933;
}
.help_block:hover .help_text{
	background:rgba(0,90,151,0.9);
}

/* ---------------------------------------
FOOTER
--------------------------------------- */

.prefooter{
	padding:2rem 0 1rem;
	background:#005a97;
	color:white;
	text-align:center;
}
.prefooter_content{
	margin:0 auto;
	width:auto;
	display:inline-block;
}
.prefooter p{
	font-size:24px;
	float:left;
	margin-right:2rem;
	padding:0.5rem 0 0;
}
.prefooter_form{
	float:left;
}
.prefooter_button{
	margin:0;
	display:inline-block;
	text-align:center;
	padding-top:1rem;
	padding-bottom:1rem;
}
.prefooter_input{
	border-radius:0;
	border:2px solid #dadada;
	padding:0.85rem;
	font-size:18px;
	height:auto;
	display:inline-block;
	width:400px;
	margin-right:1rem;
	color:#666;
}
.footer{
	padding:5rem 0;
	background:#414042;
}
.footer a{
	color:white;
}
.footer h3{
	margin:0 0 1rem 0;
}
.footer h3 a{
	color:#b6b6b6;
	text-transform:uppercase;
	font-size:18px;
}
.footer h3 a:hover{
	color:#ff9933;
}
.footer h3 a:hover::after{
	content:'\f105';
	color:#ff9933;
	margin-left:0.5rem;
	font-family:'FontAwesome';
}
.footer_list{
	list-style:none;
	margin:0 0 4rem 0;
	padding:0;
}
.footer_list li{
	margin-bottom:0.75rem;
}
.footer_list li a:hover{
	color:#ff9933;
}
.footer_copyright{
	color:#b6b6b6;
	margin-top:2rem;
	font-weight:300;
}
.footer_logo{
	text-align:center;
}
.footer_logo a{
	display:block;
}
.footer_logo img{
	max-width:100%;
}
.footer_social{
	list-style:none;
	margin:4rem 0;
	padding:0;
	text-align:center;
}
.footer_social li{
	display:inline-block;
	margin:0 0.25rem;
}
.footer_social li a{
	display:block;
	color:#414042;
	background:white;
	width:40px;
	height:40px;
	border-radius:50%;
	text-align:center;
	font-size:24px;
	padding:3px 0;
}
.footer_social li a:hover{
	background:rgba(0,90,151,1);
}

/* ---------------------------------------
INTERIOR STYLES
--------------------------------------- */
.interior_hero{
	background:url(../img/interior-hero.jpg);
	background-size:cover;
	background-position:center center;
	height:200px;
	width:100%;
	position:relative;
}
.interior_nav{
	background:#414042;
	border-top:4px solid #ff9933;
}
.interior_nav a{
	color:white;
}
.interior_nav_list{
	list-style:none;
	margin:0;
	padding:0;
	text-transform:uppercase;
	text-align:center;
}
.interior_nav_list li{
	display:inline-block;
}
.interior_nav_list li::after{
	content:"|";
	color:#dadada;
}
.interior_nav_list li:last-child::after{
	content:'';
}
.interior_nav_list li a{
	padding:2rem 1rem;
	display:inline-block;
}
.interior_nav_list li a:hover{
	color:#ff9933;
}

/* ---------------------------------------
FLOATING FORM
--------------------------------------- */
.floating_form{
	position:fixed;
	bottom:0;
	right:0;
	z-index:1000;
	width:250px;
	margin:1rem 3rem 0 1rem;
	border:2px solid #d1d1d1;
	border-bottom:0;
}
.floating_form_header{
	background:#dadada;
	padding:1rem;
}
.floating_form h3{
	font-size:16px;
	margin:0;
	display:inline-block;
}
.floating_form i{
	display:inline-block;
	float:right;
	color:#9e9e9e;
}
.floating_form_hidden{
	display:none;
	background:white;
	padding:1rem;
}
.floating_form button{
	margin-bottom:0;
	display:block;
	width:100%;
}
.floating_form input, .floating_form textarea{
	margin-bottom:1rem;
	border-radius:0;
	border:2px solid #dadada;
}



/* ---------------------------------------
ANIMATIONS
--------------------------------------- */
/* Skew Forward */
.skew_forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.skew_forward:hover, .skew_forward:focus, .skew_forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}




.current-menu-item > a {
 color:#ff9933;
font-weight: bold;
}

/* blog */
ul.blog_posts{
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
}
ul.blog_posts li:before{
	content:"";
	margin:0;
	padding:0;
	float:none;
}
ul.blog_posts li{
	margin:0 0 3rem;
	border-bottom:2px solid #dadada;
	padding-bottom:3rem;
}
ul.blog_posts li:last-child{
	border-bottom:none;
}
ul.blog_posts li a{
	font-family:'effra','Lato', sans-serif;
    font-size: 18px;
    color: #ff9933;
}
ul.blog_posts li a:hover{
	color:#ffb133;
	font-weight: bold;
}
.blog_date{
	color:#8c8c8c;
	font-weight:700;
}
.blog_post_single{
	text-align:left;
}
.blog_post_date{
	color:#8c8c8c;
	font-weight:700;
	border-bottom:2px solid #dadada;
	padding-bottom:2rem;
	margin-bottom:2rem;
}

.readmore {
    display: block;
    margin-top: 20px;
}


ul.blog_posts li h2 {
    color: #005a97;
}
.blog_wrap {
	border-right:1px solid #ff9933;
	padding-right:30px;
}
.blog_categories {
	text-align:left;
}


/* Blog  Pagination ********************/

.old_post_new {
    float: left;
    width: 100%;border-top: 1px solid #bfc3c4; margin: 50px 0 0;
    padding: 20px 0 0;
}
.l_side {
    float: left;
}
.r_side {
    float: right;
}
.l_side a{
color: #005a97;
    float: left;
   font-family:'effra','Lato', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-transform:capitalize;
}
.r_side a{
color: #005a97;
    float: left;
   font-family:'effra','Lato', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-transform:capitalize;
}
.l_side a:hover{ color:#ffb133;}
.r_side a:hover{ color:#ffb133;}



/*blog style end */

.header_button .active {
    background-color: #ff9933;
    color:white;

}



#gform_submit_button_1 {
    background-color: #005a97;
    color: #ffffff;
    padding: 10px;
    font-family: Lato;
    border: none;
    padding-right: 20px;
    padding-left: 20px;
}


/* SHORTCODE EDITS */

.su-spoiler-style-default .su-spoiler-title {
	font-size: 18px;
	background-color: rgba(239,241,246,0.5);
	font-weight: lighter;
	padding-top: 10px;
	padding-bottom: 10px;
}

.physician-faq .su-spoiler-style-default .su-spoiler-title {
	background-color: white;
}

.physician-faq ol {
	font-size:18px;
	font-weight: lighter;
	margin-left:5%;
}
.physician-faq ul {
	margin-left: 5%;
}

.su-spoiler-title {
	margin-bottom: 5px;
	line-height: 25px;
	font-weight:lighter;
}

.su-spoiler-icon {
	color:#ff9933;
}

.contact-panel p{
	margin-bottom: 0;
}

#gform_submit_button_1 {
	text-transform: uppercase;
	background-color: white;
	color: #ff9933;
	border:2px solid #ff9933;
}

#gform_submit_button_1:hover {
	background-color: #ff9933;
	color: white;
}

.gform_confirmation_wrapper {
	color:#fff;
	font-size:26px;
	text-align:center;
	height:200px;
	margin-top:350px;
}

.contact-page .su-column-size-2-3 {
	border-right: 3px solid #eff1f6;
}

.last_form_field {
	display:none;
}

.how-it-works i {
	font-size: 70px;
	color:#005a97;
	padding-left: 20%;
}

@media (max-width: 769px) {
	.how-it-works i {padding-left: 0; font-size: 50px;}
}

/* DV TEAM EDITS */

.dv-panel {
	background-color: white;
}

.dv-member-zoom,
.dv-member-info,
.dv-panel-info {
	background-color: #ff9933;
}

.dv-member-name,
.dv-panel-title  {
	background-color: #005a97;
}

.dv-team-page ul li::before {
	content:none;
}

.dv-panel-inner {
	background-color: white;
}

.dv-panel-inner p {
	color:black;
}

