  /* CSS */
.btn-outline.active{
	color: #3773B3 !important;
}



body {
	font-family: 'Raleway', Arial, sans-serif;
	font-style: normal;
	font-size: 20px;
	line-height: 1.3;
	padding-top: 98px; /* 118 */
}
a, a:link, a:visited {
	color: #346EAD;
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #23527c;
}
p {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	color: #333;
	margin: 0;
	padding: 0 0 20px 0;
}
p + p.details-link {
	margin-top: -10px;
}
p.details-link a {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 17px;
}
.insurance-content p {
	padding-bottom: 0;
}
h2 {
	color: #333;
	font-style: normal;
	font-size: 31px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
h2.page-title {
	margin: 0 0 10px 0;
}
h2.mt-title {
	text-align: center;
}
h3 {
	color: #333;
	font-style: normal;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
h4 {
	color: #333;
	font-style: normal;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 10px 0;
}
h5 {
	color: #FF9900;
	text-transform: uppercase;
	font-style: normal;
	font-size: 18px;
	font-weight: 700;
}
/* tabs */
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav-tabs {
 	margin-top: 20px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	color: #333;
	font-weight: 700;
	background-color: #E7E7E7;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 0 !important;
}
/*.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}*/

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: 4px solid #FFCC00 !important;
	border-bottom-color: transparent;
	padding-top: 7px;
	border-radius: 0;
}
.nav-tabs > li > a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: 4px solid #FFCC00;
	border-bottom-color: transparent;
	padding-top: 7px;
	border-radius: 0;
}
.tab-content {
	padding: 30px;
  	border: 1px solid #ccc;
  	border-top: 1px solid transparent;
  	margin-bottom: 40px;
}
.tab-content > .tab-pane {
}
.ct-logo {
	margin: 10px 0;
}
/* gallery */
.popup-gallery {
	margin: 20px 0 30px 0;
}
.popup-gallery img {
	border: 1px solid #5C92CD;
	margin-right: 10px;
}
.ct-cat {
	margin-bottom: 10px;
	display: block;
	visibility: none;
	border-bottom: 1px solid #FFCC00;
}
.categories {
	color: #FFCC00;
}
.back-arrow-top {
	margin: -15px 0 30px 0;
}
/*.ct-cat.active {
	display: block;
}*/
.wpcf7-list-item {
	display: block;
}
.cat-btn {

}
.category-list {
	margin-bottom: 30px;
}
.top-bar {
	background: #666;
	height: 46px;
	padding-top: 8px;
	text-align: right;
	-webkit-transition: height .5s; /* Safari */
	    transition: height .5s;
	overflow: hidden;
}
nav.shrink .top-bar {
	background: #666;
	height: 0;
	padding-top: 0;
	text-align: right;
	-webkit-transition: all .5s; /* Safari */
	    transition: all .5s;
}
.top-bar a {
	display: inline-block;
	font-size: 11px;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	margin-left: 10px;
	padding-top: 4px;
}
.top-bar a:hover {
	color: #FFCC00;
}
.navbar {
	/*min-height: 200px;*/
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
}
nav.shrink .navbar {
	/*min-height: 100px;*/
}
.navbar-fixed-top {
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}
.navbar-header {
	display: block;
	float: none;
	/*height: 150px;*/
}
nav.shrink .navbar-header {
	height: auto;
	-webkit-transition: all .5s; /* Safari */
	    transition: all .5s;
}
.navbar-toggle .icon-bar {
	color: #333;
	background-color: #333;
}
.logo {
	width: 260px;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	margin: 5px auto 10px auto;
	-webkit-transition: all .5s; /* Safari */
	    transition: all .5s;
}
nav.shrink .logo {
	display: none;
/*
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	margin: 5px auto 10px auto;
	-webkit-transition: all .5s; /* Safari */
	    transition: all .5s;
*/
}
nav.shrink .logo img {
	max-height: 50px;
	width: auto;
	-webkit-transition: all .5s; /* Safari */
	    transition: all .5s;
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
	margin-bottom: 0;
}
#menu-main-menu {
	margin-bottom: 10px;
	margin-top: 20px;
}
nav.shrink #menu-main-menu {
	margin-bottom: 5px;
	margin-top: 5px;
	-webkit-transition: all .5s; /* Safari */
	    transition: all .5s;
}
.navbar .navbar-collapse {
  text-align: center;
}
.navbar-nav>li>a {
	font-weight: 700;
  	padding: 10px;
  	font-size: 12.5px;
  	text-decoration: none;
  	color: #333;
  	text-transform: uppercase;
  	letter-spacing: .05em;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
  	color: #FCB213;
  	background: transparent;
}
.jumbotron {
	background: transparent url(/assets/images/bg-office.jpg) no-repeat center top;
	background-size: cover;
	height: 350px;
	text-align: center;
	margin: 0;
}
.jumbotron-message  {
 	width: 90%;
 	background-color: rgba(255,255,255,.8);
 	padding: 20px;
 	margin: 20px auto 0 auto; /* top 50 */
 	text-align: center;
}
.jumbotron-message h1 {
 	color: #333;
 	font-weight: 500;
 	font-size: 20px;
 	text-transform: uppercase;
 	padding: 0;
 	margin: 0 0 20px 0;
	letter-spacing: .05em;
}
.main-content {
	min-height: 600px;
	padding-bottom: 30px;
}
.btn-default {
	font-size: 12.5px;
	color: #333;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .07em;
	padding: 5px 20px;
	text-align: center;
	background: #FFCC00;
	text-transform: uppercase;
}
.btn-default:hover {
	color: #fff !important;
	background: #FFCC00;
}
.btn-default.btn-lg {
	font-size: 18px;
	color: #fff;
	font-style: normal;
	font-weight: 500;
	letter-spacing: .07em;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 10px 20px;
	text-align: center;
	background: #FFCC00;
	text-transform: uppercase;
}
.btn-default.btn-lg:hover {
	color: #333;
	background: #FFCC00;
}
.btn-primary {
	font-size: 12.5px;
	color: #fff !important;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .07em;
	padding: 5px;
	text-align: center;
	background: #346EAD;
	text-transform: uppercase;
	line-height: 1.2;
}
.btn-primary:hover {
	color: #333 !important;
	background: #5C93CE;
}
.btn-link-doc {
	font-weight: 700;
	text-transform: uppercase;
	color: #5992CC;
	margin: -10px;
}
.btn-cta {
	font-size: 20px;
	color: #444 !important;
	background: #FFCC00;
	border: 1px solid #444;
	border-radius: 0;
	padding: 15px 30px;
	margin: 10px 0;
	line-height: 1;
	font-weight: 500;
	max-width: 100%;
	display: block;
}
.btn-cta:hover {
	color: #fff !important;
}
a[href^=tel]{
    color:inherit;
    text-decoration:none;
}
.subscribe {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background: #676767;
	text-transform: uppercase;
	color: #FFCC00;
	border: none;
	margin: 0;
}
.subscribe:hover {
	color: #fff;
}
.news {
	background: #fff;
	padding-top: 10px;
	padding-bottom: 15px;
}
.news h2 {
	color: #5C93CE;
	text-transform: uppercase;
}
.intro {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #5C93CE;
}
.intro p {
	color: #fff;
	font-weight: 400;
	font-style: normal;
	font-size: 19px;
	line-height: 1.6;
	text-align: justify;
	margin-bottom: 20px;
}
.intro p strong {
	font-weight: 700;
}
.intro p.cta {
	color: #fff;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	margin: 10px auto 10px auto;
	padding: 0;
}
.well-white {
	background: #fff;
}
.well-white h2 {
	color: #5C93CE;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	letter-spacing: .05em;
}
.well-white p {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
}
.page-header {
	background: transparent url(/wp-content/uploads/2015/07/bg-cabs.jpg) no-repeat center top;
	background-size: cover;
	text-align: center;
	margin: 0 0 45px 0;
	padding: 55px 0 0 0;
	height: 135px;
}
body.page-medical-conditions .page-header {
	background: transparent url(/assets/images/bg-med-cond.jpg) no-repeat center top;
}
.page-header h1 {
 	color: #fff;
 	font-weight: 500;
 	font-size: 24px;
 	text-transform: uppercase;
 	padding: 0;
 	margin: 0 0 20px 0;
	letter-spacing: .1em;
	text-shadow: 0 0 8px rgba(0,0,0,.7);
}
.protect {
	/*background: transparent url(/wp-content/uploads/2015/06/beach-lg.jpg) no-repeat center top; */
	background: transparent url(/wp-content/uploads/2015/08/beach-lg.jpg) no-repeat center top;
	background-size: cover;
	text-align: center;
	margin: 0;
	padding: 70px 0;
}
.protect h1 {
 	color: #fff;
 	font-weight: 400;
 	font-size: 35px;
 	text-transform: uppercase;
 	padding: 0;
 	margin: 20px 0 20px 0;
	letter-spacing: .05em;
}

.resources {
	padding: 30px 0;
	text-align: center;
}
.resources h2 {
	color: #5992CC;
 	font-weight: 300;
 	font-size: 34px;
 	text-transform: uppercase;
 	padding: 0;
 	margin: 10px 0 20px 0;
	letter-spacing: .05em;
}
.doctors {
	padding: 30px 0;
	text-align: center;
}
.doctors h2 {
	color: #5992CC;
 	font-weight: 300;
 	font-size: 34px;
 	text-transform: uppercase;
 	padding: 0;
 	margin: 10px 0 20px 0;
	letter-spacing: .05em;
}

.icon-block, .doc-block {
	text-align: center;
	margin-bottom: 30px;
}
.doc-block {
	float: none;
	display: inline-block;
	margin: 0 -0.125em 30px -0.125em;
}
.icon-block h3 {
	color: #333;
 	font-weight: 400;
 	font-size: 20px;
 	text-transform: uppercase;
 	padding: 0;
 	margin: 10px 0 20px 0;
	letter-spacing: .05em;
}
.icon-block h3 + h4 {
 	margin: -15px auto 20px auto;
}
.doc-img {
	width: 250px;
	height: 250px;
	border-radius: 125px;
	margin: 15px auto;
}
.doc-block h3 {
	font-family: 'Raleway', Arial, sans-serif;
 	font-weight: 400;
 	font-size: 20px;
 	text-transform: uppercase;
	letter-spacing: .05em;
	padding: 5px 10px !important;
	color: #333;
	text-align: center;
	margin: 0;
}
.popover-title {
	margin-top: 5px;
}
.doc-block .popover-title h3 {
	padding: 15px 10px !important;
	margin-top: 10px;
	color: #333;
	text-align: left;
}
.popover-content {
	padding: 10px;
	text-align: left;
}
.popover-content p {
	font-family: 'Raleway', Arial, sans-serif;
}
.popover-content ul {
	font-family: 'Raleway', Arial, sans-serif;
	list-style: disc;
	padding-left: 25px;
}
.popover-content li {
	list-style: disc;
	padding: 2px 0;
}

.btn-outline {
	display: inline-block;
	color: #5A92CC;
	font-weight: 700;
 	font-size: 17px;
 	line-height: 1;
 	text-transform: uppercase;
	letter-spacing: .05em;
	background: transparent;
	border: 1px solid #FFCC00;
	padding: 10px 20px;
	margin: 5px 3px;
}
.btn-outline:hover, .btn-outline.active {
	color: #fff !important;
	background: #FFCC00;
	text-decoration: none;
}
.btn-outline-lg {
	color: #666;
	font-weight: 700;
 	font-size: 20px;
 	line-height: 1;
 	text-transform: uppercase;
	letter-spacing: .05em;
	background: transparent;
	border: 2px solid #FFCC00;
	padding: 10px 15px;
	margin-bottom: 30px;
}
.btn-outline-lg span {
	font-size: 12px;
	display: inline-block;
	margin-top: -10px;
}
.btn-request {
	margin-top: 0;
}
.request {
	background: #EAECE9;
	padding: 50px 0;
}
.cosmetic-treatments {
	background: transparent url(/assets/images/bg-cabs-mobile.jpg) no-repeat top left;
	background-size: cover;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 260px;
}
.cosmetic-treatments-content {
	background: #fff;
	padding: 30px 0;

}
.cosmetic-treatments-content .icon-block {
	text-align: center;
}
.cosmetic-treatments-content h2 {
	color: #5992CC;
 	font-weight: 300;
 	font-size: 34px;
 	text-transform: uppercase;
 	padding: 0;
 	margin: 10px auto 20px auto;
	letter-spacing: .05em;
	text-align: center;
}
.learn-more {
	font-size: 17px;
	text-decoration: none;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 700;
}
.insurance {
	background: transparent url(/assets/images/bg-banner-mobile.jpg) no-repeat left top;
	background-size: cover;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 260px;
}
.insurance-content {
	background: #fff;
	padding: 30px 0;
}
.insurance-content .icon-block {
	text-align: center;
}
.insurance-content h2 {
	color: #5992CC;
 	font-weight: 300;
 	font-size: 34px;
 	text-transform: uppercase;
 	padding: 0;
 	margin: 10px auto 20px auto;
	letter-spacing: .05em;
	text-align: center;
}
section.parallax {

  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.contact {
		background: #ccc url("../images/bg-city-mobile.jpg") no-repeat center center;
/* 	background-image: url("/assets/images/bg-city-lg.jpg"); */
	 height: 260px;
	 background-size: cover;

/*
	background: transparent url(/assets/images/bg-city.jpg) no-repeat center top;
	background-size: cover;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 325px;*/
}

.acf-map {
	width: 100%;
	height: 325px;
}
.contact-content {
	background: #fff;
	padding: 30px 0;
}
.contact-content h2 {
	color: #5992CC;
 	font-weight: 300;
 	font-size: 34px;
 	text-transform: uppercase;
 	padding: 0;
 	margin: 10px auto 20px auto;
	letter-spacing: .05em;
	text-align: center;
}
.map {
	/*background: transparent url(/assets/images/bg-map-fpo.jpg) no-repeat center top;
	background-size: cover;*/
	text-align: center;
	margin: 0;
	padding: 0;
	height: 325px;
}
footer {
	text-align: center;
	background: #FCB315;
	color: #333;
	padding-top: 40px;
	padding-bottom: 30px;
}
footer .copyright {
	font-size: 14px;
	margin: 10px 0;
}
footer a, footer a:link, footer a:visited, .copyright a {
	color: #333;
}
footer a:hover, .copyright a:hover  {
	color: #fff;
	text-decoration: none;
}
.footer-nav {
	width: 100%;
	text-align: center !important;
	margin-left: 0;
	margin-bottom: 20px;
}
.footer-nav li {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	text-align: center !important;
}
.footer-nav>li>a:hover, .footer-nav>li>a:focus {
  	color: #fff;
  	background: transparent;
}
footer p.cta {
	color: #fff;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	margin: 70px auto 0 auto;
}
/* helpers */
.lnum {
	font-variant-numeric: lining-nums;
	 -moz-font-feature-settings: "lnum";
	 -ms-font-feature-settings: "lnum";
	 -webkit-font-feature-settings: "lnum";
	 font-feature-settings: "lnum";


    /*font-variant-numeric: lining-nums;
    -moz-font-feature-settings:"lnum" 1;
    -moz-font-feature-settings:"lnum=1";
    -ms-font-feature-settings:"lnum" 1;
    -o-font-feature-settings:"lnum" 1;
    -webkit-font-feature-settings:"lnum" 1;
    font-feature-settings:"lnum" 1;*/
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.padded {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padded-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.follow-us {
	background-color: #676767;
	text-align: center;
	padding: 0 0 20px 0;
}
.follow-us h2 {
	text-transform: uppercase;
	color: #ffcc00;
	font-size: inherit;
	font-weight: inherit;
	display: inline-block;
}
.facebook, .instagram {
	display: inline-block;
	padding: 0 6px;
}
.facebook a i, .instagram a i {
	font-size: 32px;
	color: #ffcc00;
	position: relative;
	top: 4px;
}
.facebook a:hover i, .instagram a:hover i {
	color: #ffffff;
}
footer .facebook a i, footer .instagram a i {
	color: #000000;
}
@media screen and (max-width:992px){
	.doctors .col-md-6{
		width:47% !important;
	   }
}
@media (min-width: 768px) {
	body {
		padding-top: 267px;
	}
	.cosmetic-treatments {
		background: transparent url(/assets/images/bg-cabs.jpg) no-repeat center top;
		height: 325px;
	}
	.insurance {
		background: transparent url(/assets/images/bg-banner.jpg) no-repeat left top;
		height: 325px;
	}
	.contact {
		background: #ccc url("../images/bg-city-lg.jpg") no-repeat center center;
	  background-position: 50% 50%;
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
		height: 325px;
	}
	.top-bar a {
		font-size: 12px;
		letter-spacing: .05em;
		padding-top: 0;
	}
	.logo {
		width: auto;
		margin: 32px auto 50px auto;
	}
	.logo img {
		height: auto;
		width: auto;
	}
	nav.shrink .logo img {
		height: 50px;
		width: auto;
	}
	nav.shrink .logo {
		margin: 15px auto 10px auto;
	}
	h2.mt-title {
		text-align: left;
	}
	.page-header h1 {
	 	font-size: 34px;
	}
	.jumbotron-message h1 {
	 	font-size: 23px;
	}
	.jumbotron-message .btn-primary {
	 	width: 300px;
	}
	.top-bar a {
		font-size: 14.5px;
		margin-left: 20px;
	}
	.navbar-nav {
		text-align: center;
	}
	.navbar-nav>li {
	  	float: none;
	    display: inline-block;
	}
	.jumbotron {
		height: 535px;
	}
	.jumbotron-message  {
	 	width: 600px;
	 	padding: 30px;
	 	margin: 100px auto 0 auto;
	}
	.btn-default.btn-lg {
		font-size: 28px;
		letter-spacing: .07em;
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 20px 70px;
	}
	.btn-outline-lg {
	 	font-size: 35px;
		padding: 15px 50px;
	}
	.btn-request {
		margin-top: 50px;
	}
	.btn-outline-lg span {
		font-size: 20px;
		margin-top: -20px;
	}
	.btn-cta {
		font-size: 28px;
		padding: 15px 30px;
		margin: 10px 0;
		display: inline-block;
	}
	.protect h1 {
	 	font-size: 55px;
	 	margin: 20px 0 20px 0;
	}
	
	.intro p.cta {
		font-size: 45px;
	}
	.icon-block {
		text-align: center;
		margin-bottom: 0;
	}
	.doc-block {
/*
		text-align: left;
		margin-bottom: 0;
*/
	}
	.doc-block h4 {
		text-align: center;
	}
	.cosmetic-treatments-content .icon-block {
		text-align: left;
	}
	.insurance-content .icon-block {
		text-align: left;
	}
	footer p.cta {
		font-size: 45px;
	}
}

/* Landing Page Modules */

.landing-page .jumbotron {
	height: auto;
	padding: 100px 0;
	min-height: 400px;
}
.landing-page .more-button {
	margin-top: 40px;
}

.landing-page ul {
	margin-left: 15px;
}

.landing-page ul li {
	margin-bottom: 6px;
}

.landing-page ul li:before {
	content: '\f058';
	font-family: 'Font Awesome 5 Free';
    margin:0 15px 0 -15px;
    color: #FFCC00;
}

.landing-page h3 {
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
	padding: 0;
	margin: 10px 0 20px 0;
	letter-spacing: .05em;
}
.module {
	padding: 60px 0;
}

.landing-page h1 {
	font-size: 42px;
	line-height: 54px;
	text-transform: uppercase;
	margin-left: 10%;
	margin-right: 10%;
	letter-spacing: .05em;
}

.landing-page .left-headline h1, .landing-page .right-headline h1 {
	font-size: 32px;
	line-height: 44px;
}

@media (max-width: 768px) {
	.landing-page h1 {
		font-size: 32px;
		line-height: 44px;
		text-transform: uppercase;
		margin-left: 10%;
		margin-right: 10%;
		letter-spacing: .05em;
	}
}

.fw-video.jumbotron {
  position: relative;
  overflow: hidden;
  background-color: white;
	background-image: none;
}

.fw-video.jumbotron video {
  position: absolute;
  z-index: 1;
  top: 0;
	left: 0;
  width:100%;
  height:100%;
  /*  object-fit is not supported on IE  */
  object-fit: cover;
  opacity:1;
}

.fw-video.jumbotron .container {
  z-index: 2;
  position: relative;
}

.fw-text {
	padding: 100px 0;
}

.landing-page h2, .fw-text h2 {
	text-align: center;
	color: #5992CC;
	font-weight: 300;
	font-size: 34px;
	text-transform: uppercase;
	padding: 0;
	margin: 10px auto 40px auto;
	letter-spacing: .05em;
}

.fw-text .more-button {
	margin-top: 20px;
	text-align: center;
}

.image-text-right h3, .image-text-left h3 {
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
	padding: 0;
	margin: 10px 0 20px 0;
	letter-spacing: .05em;
}
@media (max-width: 768px) {
	.image-text-right .text-img-image {
		padding-top: 40px;
	}
	.image-text-left .text-img-text {
		padding-top: 40px;
	}
}

.text-img-text .text-block {
	padding: 30px 50px;
}

.bullet-points {
	text-align: center;
}

.bullet-points img {
	margin-bottom: 20px;
}

.image-gallery {
	padding-bottom: 110px;
}

.image-gallery .carousel-control.right {
    right: -80px;
		background-image: none;
	}

.image-gallery .carousel-control.left {
    left: -80px;
		background-image: none;
	}

@media (max-width: 768px) {
	.image-gallery .carousel-control.right {
	    right: 0px;
			background-image: none;
		}

	.image-gallery .carousel-control.left {
	    left: 0px;
			background-image: none;
		}
}

.image-gallery .carousel-indicators {
    bottom: -70px;
}

.image-gallery .carousel-indicators li {
		width: 12px;
		height: 12px;
		margin: 4px;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #5992CC;
}

.image-gallery .carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 4px;
	background-color: #5992CC;
	border: 1px solid #5992CC;
}

.image-gallery .gallery-copy {
	padding-top: 40px;
	text-align: center;
}

@media (max-width: 768px) {
	.gallery-copy {
		padding-top: 40px;
	}
}

@media (max-width: 768px) {
	.video-embed {
		padding-top: 40px;
	}
}

.vertical-align {
    display: flex;
    align-items: center;
}
