<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*   
Theme Name: Dentist - Mobile, AL - Maitre &amp; Crabtree Dental - Dental Office.
Theme URI: 	https://www.mobilealabamadentistry.com/
Author: 		e-worc marketing and advertising 
Author URI: 	http://www.e-worc.com
Version: 1.1
*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');
@import url('css/font-awesome.css');
@import url('css/animate.css');
@import url('css/owl.css');
@import url('css/jquery-ui.css');
@import url('css/jquery.fancybox.min.css');

/*
@font-face {
    font-family: 'Adobe_Garamond_Pro';
    src: url('fonts/AGaramondPro-Regular.eot');
    src: url('fonts/AGaramondPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/AGaramondPro-Regular.woff') format('woff'),
         url('fonts/AGaramondPro-Regular.ttf') format('truetype'),
         url('fonts/AGaramondPro-Regular.svg#Adobe_Garamond_Pro') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RelationTwo';
    src: url('fonts/RelationTwo.eot');
    src: url('fonts/RelationTwo.eot?#iefix') format('embedded-opentype'),
         url('fonts/RelationTwo.woff') format('woff'),
         url('fonts/RelationTwo.ttf') format('truetype'),
         url('fonts/RelationTwo.svg#RelationTwo') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/*** 


====================================================================
	Reset
====================================================================

 ***/

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	color:#101010;
	line-height:1.5em;
	font-weight:400;
	background-color: #fafafa;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#008ac4;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.4em;
}

input,button,select,textarea{
	font-family: 'Roboto Condensed', sans-serif;
}

textarea{
	overflow:hidden;	
}

p{
	position:relative;
	line-height:1.6em;	
}

.strike-through{
	text-decoration:line-through;	
}

.large-container{
	position:static;
	max-width:1440px;
	padding:0px 20px;
	margin:0 auto;
}

.auto-container{
	position:static;
	max-width:1420px;
	padding:0px 20px;
	margin:0 auto;
}

.medium-container{
	position:static;
	max-width:1000px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

.btn-style-one{
	position:relative;
	display:inline-block;
	font-size:18px;
	background-color: #fafafa;
    color: #008ac4;
	line-height:30px;
	letter-spacing:1px;
	padding:20px 30px;
	text-align:center;
	font-weight:700;
	border-radius:3px;
}

.btn-style-one span{
	position:relative;
	display:inline-block;
	line-height:30px;
	border-bottom:1px solid transparent;	
}

.btn-style-one:hover{
	background:#e1e1e1;
	color:#008ac4;
}

.btn-style-one:hover span{
	border-bottom-color:#008ac4;	
}

.btn-style-two{
	position:relative;
	display:inline-block;
	font-size:18px;
	background: #008ac4 url(images/background/header-pattern.png) center center repeat;
    color: #ffffff;
	line-height:30px;
	padding:20px 50px;
	text-align:center;
	font-weight:700;
	letter-spacing:1px;
	border-radius:3px;
}

.btn-style-two span{
	position:relative;
	display:inline-block;
	line-height:30px;
	border-bottom:1px solid transparent;	
}

.btn-style-two:hover{
	background-color:#006691;
	color:#ffffff;
}

.btn-style-two:hover span{
	border-bottom-color:#ffffff;	
}

.btn-style-three{
	position:relative;
	display:inline-block;
	font-size:18px;
	color:#ffffff;
	line-height:30px;
	background:#00A7A9;
	padding:15px 45px;
	text-transform:uppercase;
	text-align:center;
	font-weight:400;
	border-radius:7px;
	box-shadow:2px 3px 1px 0px rgba(0,0,0,0.5);
}

.btn-style-three:hover{
	background:#202020;
	color:#ffffff;
}

.btn-style-four{
	position:relative;
	display:inline-block;
	font-size:18px;
	color:#008ac4;
	line-height:30px;
	background:#ffffff;
	padding:14px 45px;
	text-transform:uppercase;
	border:1px solid #008ac4;
	text-align:center;
	font-weight:400;
	border-radius:5px;
	box-shadow:2px 3px 3px 0px rgba(0,0,0,0.50);
}

.btn-style-four .fa{
	font-size:24px;
	vertical-align:baseline;	
}

.btn-style-four:hover{
	background:#008ac4;
	color:#ffffff;
}


.theme-btn .icon-left{
	padding-right:10px;
}

.theme-btn .icon-right{
	padding-left:10px;
}

.theme_color{
	color:#008ac4;	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:400;	
}

.bold-font{
	font-weight:400;	
}

.ex-bold-font{
	font-weight:400;	
}

.heavy-font{
	font-weight:400;
}

.bg-lightgrey{
	background-color:#f6f7f8;	
}

.no-bg{
	background:none;	
}

.text-uppercase{
	text-transform:uppercase;	
}

.grey-color{
	color:#333333 !important;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(images/icons/preloader.svg);}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/****** Form Elements ******/

input[type="text"], .wpcf7-text, input[type="password"], .input-comments, .wpcf7-quiz, .search-input, input[type="email"], .wpcf7-email, input[type="url"], .wpcf7-url, input[type="tel"], .wpcf7-tel, input[type="number"], .wpcf7-number, input[type="date"], .wpcf7-date, input[type="file"], .wpcf7-file, input[type="range"], .wpcf7-range {
	height:36px;
	width: 90% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e0e0e0;
	outline: none;
	background-color: #ffffff;
	font-size: 17px;
	padding: 0 0 0 8px;
	margin: 0 0 12px 0;
	color: #999;
}

input[type="file"], .wpcf7-file {
	padding: 9px;
}

select, .wpcf7-form-control-wrap select, .wpcf7-select {
	padding:10px;
	width: 90% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e0e0e0;
	outline: none;
	background-color: #ffffff;
	font-size: 14px;
	margin: 0 0 12px 0;
	color: #999;
}

.wpcf7-form-control option {
	font-weight:300 !important;
}

input[type="range"], .wpcf7-range {
	padding: 0 0 0 0;
	border: none;
}

input[type="submit"], button, .search-button, .wpcf7-submit, input[type="reset"] {
	color: #ffffff;
	padding: 12px 24px;
	background-color: #009384;
	margin: 0 0 12px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	border: none;
	outline: none;
	line-height: 1.4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	display: block;
}

input[type="submit"]:hover, button:hover, .search-button:hover, .wpcf7-submit:hover {
	color: #ffffff;
	background-color: #202020;
}

textarea, .wpcf7-textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #e0e0e0;
	color: #0c141c;
	padding: 10px 0px 0px 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 12px 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-size:14px;
	font-weight:300;
	outline: none;
}

.wpcf7-list-item {
	margin-right: 15px !important;
	margin-left: 0px !important;
	display:block;
}

.wpcf7-captchac {
	margin: 0 0 12px 0;
}

.wpcf7-quiz-label {
	display: block;
}

/****** Pagination ******/

.pagination {
	margin: 40px 0;
}

.pagination span, .pagination a, .pagination a:visited {
	color:#ffffff;
	display:block;
	float:left;
	margin: 2px 5px 2px 0px;
	padding: 8px 12px 8px 12px;
	background-color: #202020;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.pagination a:hover, .pagination .current {
	color:#ffffff;
	background-color:#009384;
}

/****** Wordpress Core ******/

.alignnone {
    margin: 15px 20px 15px 0;
}

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

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

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

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

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

a img.alignnone {
    margin: 15px 20px 15px 0;
}

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

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

.wp-caption {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 7px 7px 3px 7px;
	text-align: center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

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

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

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

.wp-caption p.wp-caption-text {
    font-size: 14px;
	line-height: 1.65;
	margin: 0;
	padding: 6px 4px 4px 4px;
	text-align: center;
	color: #777777;
}

.sticky{
	position: relative;
}

.sticky:before {
	content: "\f08d";
	font-family: 'FontAwesome';
	position: absolute;
	color: #009384;
	font-size: 24px;
	top: 10px;
}

.sticky .post-title {
	padding-left: 30px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/****** Comments ******/

#respond {
	
}
#respond ul {
	list-style-type:none;
}
#respond .logged-in {
	margin: 0 0 12px 0
}
#commentform input[type="text"], #commentform .input-comments  {
	width: 198px;
	float:left;
	margin-right:13px;
}
#commentform label {
	display:block;
}
#commentform .url-comments {
	margin-right:0px !important;
}
#commentform li.middle {
	margin-right:0px !important;
}

.comments-closed {
	margin: 40px 0 40px 0;
}

ol.commentlist { 
	list-style: none; 
}
ol.commentlist li div.vcard cite.fn { 
	font-style: normal; 
}
ol.commentlist li div.vcard img.avatar { 
	float:left; 
	margin: 0 10px 0px 0px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
ol.commentlist li div.commentmetadata { 
	padding: 8px 0 14px 0; 
}
ol.commentlist li div.comment-meta { 
	font-size: 14px;
	color: #777777; 
}
ol.commentlist li div.comment-meta a, ol.commentlist li div.comment-meta a:visited { 
	color: #777777;
}
ol.commentlist li div.comment-meta a:hover { 
	color: #009384; 
}
ol.commentlist li div.reply { 
	font-size: 14px; 
	padding: 0px 0 40px 0; 
	font-weight: 700; 
}
ol.commentlist li ul.children { 
	list-style: none; margin: 10px 0 0; 
}
ol.commentlist li ul.children li.depth-2 {  
	margin: 0 0 0 35px; 
}
ol.commentlist li ul.children li.depth-3 { 
	margin: 0 0 0 35px; 
}
ol.commentlist li ul.children li.depth-4 { 
	margin: 0 0 0 35px; 
}
ol.commentlist li ul.children li.depth-5 {  
	margin: 0 0 0 35px; 
}
ol.commentlist li.pingback {
	margin: 0 0 40px 0;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:20px;
	right:20px;
	width:58px;
	height:58px;
	color:#ffffff;
	font-size:22px;
	text-transform:uppercase;
	line-height:58px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:0px;
	background:#0a0a0a;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#008ac4;
}

/*** 

====================================================================
				Default Styling
====================================================================

***/

table{
	position:relative;
    border-collapse: collapse;
    width: 100%;
	margin-bottom:20px;
}

table td,
table th{
    border: 1px solid #ddd;
    padding: 8px;
}

table tr:nth-child(even){background-color: #f2f2f2;}

table tr:hover{background-color: #ddd;}

table th{
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #008ac4;
    color: white;
}

ul{
	margin:0px 0px 40px 30px;	
}

ul li{
	list-style-type:disc;	
}

ol{
	margin:0px 0px 20px 30px;	
}

ol li{
	list-style-type:decimal;	
}

h1,h2,h3,h4,h5,h6{
	display: block;
	line-height: 1.4em;
	color: #050517;
	font-weight: 700;
	margin-bottom: 15px;	
}

h1{
	font-size: 50px;
}
h2{
	font-size: 40px;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 24px;
}
h5{
	font-size: 18px;
}
h6{
	font-size: 16px;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.header-span{
	position:relative;
	height:160px;	
}

.main-header{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	padding:0px 0px;
	z-index:999;
	background:#202020 url(images/background/header-pattern.png) center center repeat;
	color:#ffffff;
}

.main-header .main-box{
	position:relative;
	padding:0px;
	width:100%;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	z-index:10;	
}

.main-header .main-box .logo-box .logo{
	position:relative;
	max-width:100%;
}

.main-header .main-box .logo-box .logo img{
	display:block;
	max-height:160px;
	padding:23px 0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

/*.main-header.fixed-header .main-box .logo-box .logo img{
	max-height:100px;
	padding:15px 0px;
}
*/
.main-header .nav-outer{
	position:relative;
	float: right;
/*	-webkit-transition:all 300ms ease;*/
/*		-ms-transition:all 300ms ease;*/
/*		-moz-transition:all 300ms ease;*/
/*	transition:all 300ms ease;*/
	margin-top: 102px;
}
@media (max-width: 1172px) {
	body #custom-top-menu {
		display: none !important;
	}
	body #menu-top-custom {
		display: block !important;
	}
}
@media (max-width: 1172.5px) {
	.main-header .nav-outer{
		margin-top: 105px;
	}
}
@media (max-width: 1022.5px) {
	.main-header .nav-outer {
		margin-top: 0;
	}
}

/*.main-header.fixed-header .nav-outer{
	padding:25px 0px;
}*/

.main-header .nav-outer .nav-box{
	position:relative;
	float:right;
}

.main-header .nav-outer .nav-btn-box .nav-btn{
	position:relative;
	display:block;
	font-size:18px;
	text-transform:uppercase;
	line-height:30px;
	cursor:pointer;
}

.main-header .nav-outer .nav-btn-box .nav-btn .bars{
	position:relative;
	top:3px;
	display:inline-block;
	margin-right:5px;
	width:30px;
	height:19px;
	border-bottom:3px solid #ffffff;
}

.main-header .nav-outer .nav-btn-box .nav-btn .bars:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	border-bottom:3px solid #ffffff;	
}

.main-header .nav-outer .nav-btn-box .nav-btn .bars:after{
	content:'';
	position:absolute;
	left:0px;
	top:8px;
	width:100%;
	border-bottom:3px solid #ffffff;	
}

.main-header .nav-outer .top-nav{
	position:relative;
	margin:0px;	
	color:#ffffff;
	font-size:18px;
}

.main-header .nav-outer .top-nav li{
	position:relative;
	float:left;
	margin-left:30px;
	line-height:30px;
	list-style:none;
}

.main-header .nav-outer .top-nav li.nav-btn{
	position:relative;
	display:block;
	font-size:18px;
	text-transform:uppercase;
	line-height:30px;
	cursor:pointer;
}

.main-header .nav-outer .top-nav li.nav-btn .bars{
	position:relative;
	top:3px;
	display:inline-block;
	margin-right:5px;
	width:30px;
	height:19px;
	border-bottom:3px solid #ffffff;
}

.main-header .nav-outer .top-nav li.nav-btn .bars:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	border-bottom:3px solid #ffffff;	
}

.main-header .nav-outer .top-nav li.nav-btn .bars:after{
	content:'';
	position:absolute;
	left:0px;
	top:8px;
	width:100%;
	border-bottom:3px solid #ffffff;	
}

.main-header .nav-outer .top-nav li a{
	color:#ffffff;
	text-transform:uppercase;	
}

/*** 

====================================================================
	Fullscreen Menu
====================================================================

***/

body.popup-visible{
	overflow:hidden;	
}

.popup-outer{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:99999;
	overflow:auto;
	display:none;
	background:#000000;
}

.popup-outer .popup-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	padding:20px 20px;
	vertical-align:middle;
}

.popup-outer .popup-inner .popup-container{
	position:relative;
	display:table-cell;
	vertical-align:middle;	
}

.popup-outer .popup-inner .popup-content{
	position:relative;
	width:100%;
	max-width:500px;
	padding:90px 20px;
	margin:0 auto;
}

.popup-outer .image-layer{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	opacity:0.30;
}

.popup-outer:after{
	content: "";
    display: block;
    width: 100%;
    height: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    box-shadow: 0 0 75px 50px rgba(0,0,0,.7);	
}

.popup-outer .close-popup-btn{
	position:fixed;
	right:35px;
	top:20px;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:24px;
	color:#ffffff;
	font-weight:400;
	background:url(images/icons/close.png) center center no-repeat;
	background-size:60%;
	z-index:5;
	cursor:pointer;
}

.popup-outer .close-popup-btn:hover{
	opacity:0.50;	
}

.full-menu .navigation{
	position:relative;
	display:block;
	margin:0px;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
}

.full-menu .navigation &gt; li{
	position:relative;
	list-style:none;
	display:block;
	margin-bottom:30px;
}

.full-menu .navigation &gt; li:last-child{
	margin-bottom:0px;	
}

.full-menu .navigation &gt; li &gt; a{
	position:relative;
	display:inline-block;
	font-size:32px;
	font-weight:900;
	line-height:42px;
	color:#ffffff;
	letter-spacing:1px;
	text-transform:capitalize;
}

.full-menu .navigation &gt; li.dropdown &gt; a:before{
	font-family: 'FontAwesome';
	content: "\f0d7";
	position:relative;
	font-size:24px;
	margin-right:10px;
	color:#008ac4;	
}

.full-menu .navigation &gt; li.dropdown &gt; a.nav-open:before{
	content: "\f0d8";
}

.full-menu .navigation &gt; li &gt; a:hover{
	color:#ffffff;
}

.full-menu .navigation &gt; li &gt; ul{
	position:relative;
	display:none;
	margin:30px 0px 0px;
}

.full-menu .navigation &gt; li &gt; ul &gt; li{
	position:relative;
	list-style:none;
	display:block;
	margin-bottom:20px;
}

.full-menu .navigation &gt; li &gt; ul &gt; li:last-child{
	margin-bottom:0px;	
}

.full-menu .navigation &gt; li &gt; ul &gt; li &gt; a{
	position:relative;
	display:inline-block;
	font-size:18px;
	line-height:1.3em;
	font-weight:400;
	color:#ffffff;
	letter-spacing:1px;
	text-transform:capitalize;
}

.full-menu .navigation &gt; li &gt; ul &gt; li &gt; a:hover{
	color:#ffffff;
	text-decoration:underline;
}

/*** 

====================================================================
				Location Popup
====================================================================

***/


.popup-outer .info-outer{
	position: relative;
	padding:0px 0px;
	color:#ffffff;
	text-align:center;
	background:#202020 url(images/background/header-pattern.png) center center repeat;	
}

.popup-outer .info-outer .map-box{
	position:relative;
}

.popup-outer .info-outer .map-box img{
	display:block;
	width:100%;	
}

.popup-outer .info-outer .info-box{
	position:relative;
	max-width:360px;
	margin:0 auto;
	padding:40px 20px 25px;	
}

.popup-outer .info-outer .info-box h2{
	position:relative;
	color:#ffffff;
	font-weight:700;
	font-size:56px;
	line-height:1.2em;
	margin:0px;
	padding:0px;
	border:none;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom:10px;
}

.popup-outer .info-outer .info-box h2 a{
	color:#ffffff;	
}

.popup-outer .info-outer .info-box p{
	margin-bottom:15px;
	line-height:1.5em;	
}

.popup-outer .info-outer .info-box ul,
.popup-outer .info-outer .info-box .links{
	margin:0px;
	padding-top:15px;
}

.popup-outer .info-outer .info-box ul li{
	list-style:none;
	margin-bottom:20px;	
}

.popup-outer .info-outer .info-box .theme-btn{
	display:block;	
}

/*** 

====================================================================
				Banner Section
====================================================================

***/

.banner-section{
	position: relative;
	display:block;
    width: 100%;
    height: calc(100vh - 160px);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    overflow: hidden;
}

.banner-section img {
    max-width: 100%;
    max-height: 60vh;
}

.banner-section .hero-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 0;
    opacity: 1;
}

.banner-section  video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 1;
    z-index: 1;
}

.banner-section .content{
	position:relative;
	display:block;
	max-width:870px;
	margin:0 auto;
	text-align:center;	
}

.banner-section h1{
	font-size:50px;
	color:#ffffff;
	font-weight:400;
	font-family: 'Roboto Condensed', sans-serif;
	line-height:1.3em;
	margin-bottom:30px;
	-webkit-text-shadow:4px 4px 10px rgba(0,0,0,0.40),4px 4px 10px rgba(0,0,0,0.40);
	-ms-text-shadow:4px 4px 10px rgba(0,0,0,0.40),4px 4px 10px rgba(0,0,0,0.40);
	-moz-text-shadow:4px 4px 10px rgba(0,0,0,0.40),4px 4px 10px rgba(0,0,0,0.40);
	text-shadow:4px 4px 10px rgba(0,0,0,0.40),4px 4px 10px rgba(0,0,0,0.40);
}

.banner-section .link-box{
	position:relative;
	margin-bottom:60px;	
}

.banner-section .theme-btn{
	font-size:18px;
	color:#ffffff;
	background:#008ac4;
	font-weight:400;
	line-height:30px;
	padding:15px 30px;
	border-radius:10px;
}

.banner-section .theme-btn:hover{
	background:#ffffff;
	color:#008ac4;	
}

.banner-section .scroll-down-btn{
	position:relative;
	display:block;
	width:100px;
	height:84px;
	margin:0 auto;	
}

.banner-section .scroll-down-btn .icon{
	position:relative;
	display:block;
	width:100%;
	height:84px;
	background:url(images/icons/scroll-down-icon.png) center top no-repeat;
	cursor:pointer;	
	-webkit-animation: hanging 2s infinite;
    animation: hanging 1.5s infinite;
}

@-webkit-keyframes hanging {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes hanging {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }


/*** 

====================================================================
				Call to Action Section
====================================================================

***/

.call-to-action{
	position: relative;
	display:block;
	padding:70px 0px;
	color:#ffffff;
	background:#202020 url(images/background/header-pattern.png) center center repeat;
}

.call-to-action .link-column{
	position:relative;
	text-align:right;	


}

.call-to-action .text-column h2{
	position:relative;
	font-size:54px;
	color:#ffffff;
	margin:0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;	
	line-height: 1;
}

.call-to-action .text-column h3{
	position:relative;
	font-size:32px;
	color:#ffffff;
	margin:0px;	
}

.call-to-action .link-column .theme-btn{
	width:100%;
	max-width:320px;	
}

.call-to-action .link-column .inner{
	position:relative;
	padding:45px 0px 0px;
}

/*** 

====================================================================
				Default Video Section
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:50px;	
}

.sec-title.centered{
	text-align:center;	
}

.sec-title h2{
	position:relative;
	font-size:52px;
	color:#008ac4;
	margin:0px;
	font-weight:400;
	line-height:1.2em;
	font-family: 'Roboto Condensed', sans-serif;
}

.sec-title h3{
	position:relative;
	font-size:32px;
	color:#000000;
	margin:0px;
	font-weight:700;
	line-height:1.2em;
	text-transform:uppercase;
}

.default-video-section{
	position: relative;
	padding:80px 0px;
	background:#fafafa;
}

.default-video-section .auto-container{
	max-width:940px;	
}

.default-video-section .video-box{
	position:relative;
	margin-bottom:15px;	
}

.default-video-section .video-box .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.default-video-section .video-box .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.default-video-section .video-box .videoWrapper .fluid-width-video-wrapper {
	position:initial !important;
}
.default-video-section .text-box{
	position:relative;
	margin:0px 80px;
	margin-bottom:40px;	
}

.default-video-section .link-box{
	position:relative;
	text-align:center;	
}


/*** 

====================================================================
				Promise Section
====================================================================

***/

.promise-section{
	position:relative;
	padding:90px 0px;
	background:#000000;
	color:#ffffff;
	text-align:center;
}

.promise-section .sec-title h2,
.promise-section .sec-title h3{
	color:#ffffff;	
}

.promise-section .auto-container{
	max-width:950px;	
}

.promise-section .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	opacity:0.30;	
}

.promise-section .text{
	position:relative;
	color:#ffffff;
	font-weight:200;
	font-size:42px;
	line-height:1.1em;
	font-family: 'Roboto Condensed', sans-serif;
}


/*** 

====================================================================
				Team Section
====================================================================

***/


.team-section{
	position: relative;
	padding:80px 0px;
	background:#fafafa url(images/background/team-sec-logo.png) center center no-repeat;
}

.team-section .sec-title{
	margin-bottom:80px;	
}

.team-member{
	position:relative;
	text-align:center;
	margin-bottom:50px;
}

.team-member .over-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:2;	
}

.team-member .inner-box{
	position:relative;
	display:block;
	padding:0px 10px;
}

.team-member .image{
	position:relative;
	margin-bottom:50px;
	height:300px;
	overflow:hidden;
}

.team-member .image img{
	max-width:100%;
	max-height:300px;	
}

.team-member h3{
	position:relative;
	display:inline-block;
	color:#008ac4;	
	font-size:24px;
	margin-bottom:20px;
	text-transform:capitalize;
	border-bottom:1px solid #008ac4;
}

.team-member .inner-box h3 a{
	color:#008ac4;	
}

.team-member .inner-box:hover h3{
	border-bottom-color:transparent;	
}

.team-section .more-link-box{
	position:relative;
	text-align:center;	
}

/*** 

====================================================================
				Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding:0px 0px;
	text-align:center;
}

.service-block{
	position:relative;
	float:left;
	width:33.3333%;
	text-align:center;
	background-color:#202020;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.service-block .inner-box{
	position:relative;
	display:block;
	width:100%;
	height:530px;
	background:rgba(0,0,0,0.70);
	color:#ffffff;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.service-block .inner-box:hover{
	background:rgba(0,138,196,0.95);
}

.service-block .inner-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:530px;
	display:table;
	vertical-align:middle;
}

.service-block .inner-box .overlay-box .overlay-inner{
	position:relative;
	display:table-cell;
	vertical-align:middle;	
}

.service-block .inner-box .over-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:2;	
}

.service-block .inner-box h3{
	color:#ffffff;
	font-size:32px;
	line-height:1.3em;
	margin-bottom: 0px;
}

.service-block .inner-box h3 a{
	color:#ffffff;	
}

/*** 

====================================================================
				Testimonials Section
====================================================================

***/

.testimonials-section{
	position:relative;
	padding:90px 0px;
	background:#000000;
	color:#ffffff;
	text-align:center;
}

.testimonials-section .sec-title h2,
.testimonials-section .sec-title h3{
	color:#ffffff;	
}

.testimonials-section .auto-container{
	max-width:950px;	
}

.testimonials-section .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	opacity:0.30;	
}

.testimonials-section blockquote{
	position:relative;
	color:#ffffff;
	font-weight:400;
	font-size:42px;
	line-height:1.1em;
	margin:0px;
	padding:0px;
	border:none;
		font-family: 'Roboto Condensed', sans-serif;
	font-style:normal;
}

.testimonials-section blockquote p{
	line-height:1.1em;	
}

.testimonials-section blockquote cite{
	position:relative;
	display:inline-block;
	padding-left:26px;
	line-height:30px;
	font-size:18px;	
		font-family: 'Roboto Condensed', sans-serif;
	font-style:normal;
}

.testimonials-section blockquote cite:before{
	content:'';
	position:absolute;
	left:0px;
	top:14px;
	width:18px;
	border-bottom:2px solid #ffffff;	
}

.testimonials-section .more-link-box{
	position:relative;
	display:block;
	max-width:320px;
	margin:0 auto;
	margin-top:30px;	
}

.testimonials-section .more-link-box a{
	display:block;	
}

/*** 

====================================================================
				Resources Section
====================================================================

***/


.resources-section{
	position: relative;
	padding:80px 0px 50px;
	background:#fafafa;
}

.resources-section .auto-container{
	max-width:980px;	
}

.resources-section .sec-title{
	margin-bottom:80px;	
}

.resource-block{
	position:relative;
	text-align:center;
	margin-bottom:40px;
}

.resource-block .over-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:2;	
}

.resource-block .inner-box{
	position:relative;
	display:block;
	padding:0px 10px;
}

.resource-block .image{
	position:relative;
	margin-bottom:30px;
}

.resource-block .image img{
	height:100px;
	max-height:100px;	
}

.resource-block h3{
	position:relative;
	display:inline-block;
	color:#008ac4;	
	font-size:24px;
	margin-bottom:20px;
	text-transform:capitalize;
	border-bottom:1px solid #008ac4;
}

.resource-block .inner-box h3 a{
	color:#008ac4;	
}

.resource-block .inner-box:hover h3{
	border-bottom-color:transparent;	
}

/*** 

====================================================================
				Affiliations Section
====================================================================

***/


.affiliations-section{
	position: relative;
	padding:100px 0px 130px;
	background:#202020 url(images/background/header-pattern.png) center center repeat;
	color:#ffffff;
	text-align:center;
}

.affiliations-section .auto-container{
	max-width:940px;	
}

.affiliations-section .sec-title h2,
.affiliations-section .sec-title h3{
	color:#ffffff;	
}

.affiliations-section .logos{
	position:relative;
	margin:0px -20px;
	text-align:center;	
}

.affiliations-section .logos li{
	position:relative;
	float:left;
	padding:0px 20px;
	list-style:none;
	width:25%;
	height:200px;
	line-height:200px;	
}
.affiliations-section .logos li:nth-child(5), .affiliations-section .logos li:nth-child(6), .affiliations-section .logos li:nth-child(7) {
    width: 33%;
}
.affiliations-section .logos li img{
	display:inline-block;
}

/*** 

====================================================================
				Accrate Section
====================================================================

***/


.accu-rating-section{
	position: relative;
	padding:80px 0px 90px;
	background:#fafafa;
}

.accu-rating-section .sec-title{
	margin-bottom:60px;	
}

.accu-rating-section .auto-container{
	max-width:800px;	
}

.accu-rating-section .text-box{
	position:relative;
	margin-bottom:20px;	
}

.accu-rating-section .widget-box{
	position:relative;
	max-width:300px;
	margin:0 auto;
}

/*** 

====================================================================
				Map Section
====================================================================

***/


.map-section{
	position: relative;
	padding:0px 0px;
	background:#fafafa;
}

.map-section .outer-box{
	position:relative;
	min-height:550px;	
}

.map-section .map-column{
	position:absolute;
	float:right;
	right:0px;
	top:0px;
	width:50%;
	height:100%;	
}

.map-section .map-column .map-image{
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;	
}

.map-section .map-column .map-link{
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:2;
}

.map-section .map-column .image{
	display:none;
	width:100%;	
}

.map-section .map-column .image img{
	display:block;
	width:100%;	
}

.map-section .info-column{
	position:relative;
	float:left;
	width:50%;
	padding:120px 20px;
	text-align:center;
}

.map-section .info-column .info-box{
	position:relative;
/* 	max-width:320px; */
	margin:0 auto;	
}

.map-section .info-column .info-box h2{
	position:relative;
	color:#008ac4;
	font-weight:700;
	font-size:56px;
	line-height:1.2em;
	margin:0px;
	padding:0px;
	border:none;
	font-family: 'RelationTwo',serif;
	margin-bottom:15px;
}

.map-section .info-column .info-box p{
	margin-bottom:15px;
	line-height:1.5em;	
}

.map-section .info-column ul,
.map-section .info-column .links{
	margin:0px;
	padding-top:15px;
}

.map-section .info-column ul li{
	list-style:none;
	margin-bottom:20px;	
}

.map-section .info-column .theme-btn{
	display:block;	
}


/*** 

====================================================================
				Contact Section
====================================================================

***/


.contact-section{
	position: relative;
	padding:80px 0px;
	background:#cccccc;
}

.contact-section .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	opacity:0.60;	
}

.contact-section .auto-container{
	max-width:550px;	
}

.contact-section .sec-title{
	margin-bottom:30px;	
}

.contact-section .sec-title h2,
.contact-section .sec-title h3{
	color:#ffffff;	
}

.default-contact-form{
	position:relative;
}

.default-contact-form .form-group{
	position:relative;
	margin-bottom:10px;
}

.default-contact-form .form-group label{
	position:absolute;
	left:15px;
	top:15px;
	font-size:18px;
	display:block;
	font-weight:700;
	letter-spacing:0.05em;
	margin:0px;
	color:#ffffff;
}

.default-contact-form input[type="text"],
.default-contact-form input[type="email"],
.default-contact-form input[type="password"],
.default-contact-form input[type="tel"],
.default-contact-form input[type="url"],
.default-contact-form select,
.default-contact-form textarea{
	display:block;
	width:100% !important;
	max-width:none !important;
	margin:0px;
	font-style: normal !important;
	font-size:18px !important;
	line-height:24px;
	font-weight:400;
	color:#008ac4;
	height:82px;
	border:2px solid #cccccc;
	padding:43px 15px 15px !important;	
	background-color:rgba(255,255,255,0.40);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
	transition:all 300ms ease;
}

.default-contact-form textarea{	
	height:170px;
	resize:none;
}

.default-contact-form select{
	cursor:pointer;	
}

.default-contact-form select option{
	text-indent:15px;
	color:#101010;
}

.default-contact-form input:focus,
.default-contact-form select:focus,
.default-contact-form textarea:focus{
	background-color:#e0eeff;
	border-color:#008ac4;	
}

.default-contact-form input:focus+label,
.default-contact-form select:focus+label,
.default-contact-form textarea:focus+label, .gfield:focus label{
	color:#008ac4 !important;	
}

.default-contact-form ::-webkit-input-placeholder{
	color:#ffffff;
}

.default-contact-form .btn-box{
	padding-top:30px;	
}
.gform_wrapper ul.gform_fields li.gfield {
	padding-right:0px !important;
}
.default-contact-form button,
.default-contact-form input[type="submit"]{
	position:relative;
	display:block !important;
	width:100% !important;
	max-width:320px !important;
	margin:0 auto !important;
	font-size:18px !important;
	background-color: #fafafa;
    color: #008ac4;
	line-height:30px;
	letter-spacing:1px;
	padding:20px 30px;
	text-align:center;
	font-weight:700;
	border-radius:3px;
}

.default-contact-form button span{
	position:relative;
	display:inline-block;
	line-height:30px;
	border-bottom:1px solid transparent;	
}

.default-contact-form button:hover,
.default-contact-form input[type="submit"]:hover{
	background:#e1e1e1;
	color:#008ac4;
}

.default-contact-form button:hover span{
	border-bottom-color:#ffffff;	
}

.popup-outer .default-contact-form button,
.popup-outer .default-contact-form input[type="submit"]{
	position:relative;
	display:block  !important;
	width:100%  !important;
	max-width:320px;
	margin:0 auto !important;
	font-size:18px  !important;
	background-color: #008ac4  !important;
    color: #ffffff;
	line-height:30px;
	letter-spacing:1px;
	padding:20px 30px;
	text-align:center;
	font-weight:700;
	border-radius:3px;
}

.popup-outer .default-contact-form button span{
	position:relative;
	display:inline-block;
	line-height:30px;
	border-bottom:1px solid transparent;	
}

.popup-outer .default-contact-form button:hover,
.popup-outer .default-contact-form input[type="submit"]:hover{
	background:#006691  !important;
	color:#ffffff;
}

.popup-outer .default-contact-form button:hover span{
	border-bottom-color:#ffffff;	
}

.popup-outer .default-contact-form .more-info{
	position:relative;
	font-size:24px;
	font-weight:700;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
	padding-top:20px;	
}

.popup-outer .default-contact-form .more-info a{
	color:#ffffff;	
}
.popup-outer .default-contact-form .more-info a:hover{
	text-decoration:underline;
}

/*** 

====================================================================
				Main Footer
====================================================================

***/


.main-footer{
	position: relative;
	padding:0px 0px;
	background:#202020;
	color:#ffffff;
	text-align:center;
}

.main-footer .social-bar{
	position:relative;
	padding:80px 0px;
	background:#202020 url(images/background/header-pattern.png) center center repeat;	
}

.main-footer .social-bar a{
	position:relative;
	display:inline-block;
	margin:0px 5px;
	font-size:24px;
	color:#ffffff;
	width:60px;
	height:60px;
	text-align:center;
	line-height:56px;
	border:2px solid #ffffff;
	border-radius:50%;
	transition:all 500ms ease;	
}

.main-footer .social-bar a:hover{
	background:#ffffff;
	color:#008ac4;	
}

.main-footer .social-bar .text{
	position:relative;
	line-height:40px;
	padding:10px 0px;
	display:inline-block;
	font-size:32px;
	font-weight:700;
	margin-right:25px;	
}

.main-footer .bottom-bar{
	position:relative;
	/* padding:50px 0px; */
	padding:50px 0px 0px 0px; 
	background:#202020;
	font-size:18px;
	line-height:1.5em;
}

.main-footer .bottom-bar .disclaimer{
	margin-bottom:20px;	
}

.main-footer .bottom-bar .copyright{
	/* margin-bottom:20px;	 */
}

.main-footer .bottom-bar .bottom-links a{
	position:relative;
	color:#ffffff;
	border-bottom:1px solid transparent;
	margin:0px 2px;
	display:inline-block;
}

.main-footer .bottom-bar .bottom-links a:hover{
	border-bottom-color:#ffffff;
}
.gform_footer.top_label {
    text-align: center;
}
.inner-page-container {
	padding-bottom:70px;
	padding-top:50px;
}
.inner-page-container em {
    font-style: italic;
		font-family: 'Roboto Condensed', sans-serif;
	margin-top: 1rem;
}
.inner-page-container p {
	margin-bottom:1.2rem;
	color:#000;
	font-size:18px;
	-webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
	line-height: 1.6875;
	font-style: normal;
    text-rendering: optimizeLegibility;
    font-weight: normal;
}
.inner-page-container h1, .inner-page-container h2, .inner-page-container h3, .inner-page-container h4, .inner-page-container h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	color: #008ac4;
}
.inner-page-container h3 {
	font-size: calc(18px * 1.76);
}
.inner-page-container h4 {
	font-size: calc(18px * 1.33);
}
.inner-page-container h5 {
	margin-bottom: 1.5rem;
	font-size: 24px;
	color:#000;
	line-height: 1.6875;
}
.inner-page-container h1 {
	font-size: 60px;
	text-align:left;
		font-family: 'Roboto Condensed', sans-serif;
	color: #008ac4;
	font-weight:normal;
	line-height: 1;
	margin-bottom:40px;
}
.inner-page-container .auto-container {
    max-width: 1200px;
}
.inner-page-container h2 {
    margin-bottom: 3.25rem;
	font-size: 40px;
	text-align:center;
	color: #008ac4;
	font-weight:700;
	line-height: 1;
}
.inner-page-container a {
	color:#008ac4;
	border-bottom:solid 1px #008ac4;
}
.inner-page-container a:hover {
	border-bottom:none;
}
.banner-image {
    max-width: 800px;
    margin: auto;
    padding-bottom: 20px;
	text-align:center;
}
.area-blocks.content-side {
/*     max-width: 900px; */
/*     margin: auto; */
}
blockquote {
    border-left-color: #008ac4;
		font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;
	font-size: 42px;
	line-height: 1.00297;
}
blockquote p {
		font-family: 'Roboto Condensed', sans-serif;;
    font-style: normal !important;
    font-weight: normal !important;
	font-size: 42px !important;
	line-height: 1.00297 !important;
}
.doctor-image {
    float: right;
    margin: 10px 0px 10px 15px;
}
.doctor-post {
	margin-bottom:30px !important;
}
.related-posts-container {
    margin-top: 70px !important;
}
.related-posts-container h2 {
    font-weight: normal !important;
    text-align: left !important;
	margin-bottom: 15px;
}
.related-post ul {
	margin:0px;
}
.related-post ul li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
	list-style-position: inside;
}
.procedures-links {
	margin-top:50px;
}

.procedures-links ul li {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    font-size: 20px;
}
.procedures-links h2 {
    text-align: left;
}
.photo-term-image {
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    margin-bottom: 6rem;
}
.term-image img {
    width: 100%;
    border: 1px solid #000;
}
.term-text h2 {
    line-height: 0.8;
    margin-bottom: 0px;
	margin-top:15px;
}
.term-text a {
	text-decoration: none;
    border-bottom: none;
	color:#000;
}
.term-text h2 a {
    text-decoration: none;
    border-bottom: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 32px;
	color: #008ac4;
}
.single-gallery-content {
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
}
.largewidth {
    width: 1340px;
    margin: auto;
    margin-bottom: 100px;
    margin-left: -40%;
}
.office-hours .hours time {
    display: flex;
}
.office-hours .hours time span.day {
    text-align: right;
    padding-right: 1rem;
    min-width: 115px;
}
.office-hours {
    text-align: center;
    margin-left: 24px;
}
ul.sub-menu {
	width:400px !important;
}
ul.sub-menu li {
    float: none !important;
    display: block !important;
}
/*================ Custom CSS Starting From Here ==================*/
.main-header, .affiliations-section, .main-footer .social-bar, .call-to-action {
	background: none;
    color: #2e2e2e;
	background-color: #fff;
}
.affiliations-section .sec-title h2, .affiliations-section .sec-title h3, .main-footer .social-bar .text, .call-to-action .text-column h2, .call-to-action .text-column h3 {
    color: #2e2e2e;
}
.main-header .nav-outer .top-nav li a {
	color: #2e2e2e;
}
.main-header .nav-outer .top-nav ul.sub-menu li a {
    color: #fff;
}
#custom-top-menu ul li a, .call-to-action .text-column h2, .sec-title h2, .promise-section .sec-title h2, .sec-title h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400 !important;
	
}

#custom-top-menu li ul {
    
    background: #008ACB !important;
    opacity: 0.6 !important;
   filter: alpha(opacity=60) !important;; /* For IE8 and earlier */
}

.main-footer .social-bar a {
	    color: #158bc2;
	    border: 2px solid #158bc2;
}
.call-to-action .link-column .theme-btn {
	background-color: #008ac4;
    color: #fff;
}
.call-to-action .link-column .theme-btn:hover {
	background-color:#2e2e2e;
}
.main-header .nav-outer .top-nav li.nav-btn .bars, .main-header .nav-outer .top-nav li.nav-btn .bars:before, .main-header .nav-outer .top-nav li.nav-btn .bars:after {
	border-bottom: 3px solid #008ac4;
}
.main-header .nav-outer .nav-box .top-nav li {
	color:#008ac4;
}
.popup-content ul.sub-menu{
	width:100% !important;
}
.doctor-post h3{
	text-align: left;
	padding-right:70px;
}
.inner-page-container .doctor-header-size-1{
    font-size: calc(21px * 1.79);
}
.inner-page-container .doctor-header-size-2{
	font-size: calc(21px * 1.91);
}
.inner-page-container .doctor-header-size-3{
	font-size: calc(21px * 1.71);
}
.sidebar-side .info-column {
    width: 100%;
    float: none;
    padding: 0px;
}
.sidebar-side ul.links a {
    color: #fff;
}
@media(max-width: 425px){
	.banner-section{
		max-height: 283px;
	}
}

@media only screen and (max-width: 425px) {
  .doctor-post h3{     font-size: 1.2em !important;}
}


.procedures-links-sections{
	margin-bottom: 250px;
}

.restorative-dentistry {
	position: relative;
	top: -70px;
	margin-bottom: 80px;
}
.doctors-area .doctor-post h3 {
	display: inline-block;
}
.container-fluid {
	max-width: 1420px;
	padding: 0px;
}
.home-page-container {
	padding-left: 20px;
	padding-right: 20px;
}
.content-page-wrapper h2 {
	text-align: left;
}
.info-box h2 {
	text-align: center;
}

.all_alerts {
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
/* 	background: #cce5ff; */
}
.all_alerts p {
    margin: 0;
}
.cus_icon {
    width: 30px;
}
.notify_text {
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
	margin: 0;
}</pre></body></html>