/*
Theme Name: Dentistry by Design
Theme URI: /
Author: 
Author URI: /
Version: 1.0
*/

::selection, ::-moz-selection, ::-webkit-selection {
	background:#0f3e77;
	color:#fff;
}
html{
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
body{
	color:#444444;
	background:#fff;
	font-family: 'Fira Sans', Arial, sans-serif;
}

/* Common */

strong{
	font-weight: bolder;
}
select{
	height:1.938rem;
	border:none;
	background-color:#fff;
	font-family: 'Fira Sans',"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	padding:0.3rem;
	outline:none;
}
select:hover, select:focus{
	background-color:#fff;
	border-color:#3891c4;
}
input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="month"], 
input[type="week"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
textarea{
	height:3.75rem;
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	font-family: 'Fira Sans',"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	padding: .875rem 1rem;
	margin-bottom: 1.3125rem;
    color: #444444;
	font-size: 1.125rem;
}
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="date"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="month"]:focus, 
input[type="week"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="time"]:focus, 
input[type="url"]:focus, 
textarea:focus{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder  {
   color: #444444;
   font-size: 1.125rem;
   opacity: 1;
}
input:focus::-webkit-input-placeholder, 
textarea:focus::-webkit-input-placeholder{
	opacity: transparent;
	opacity: 0;
}
input:-moz-placeholder,
textarea:-moz-placeholder  {
   color: #444444;
   font-size: 1.125rem;
   opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder  {
   color: #444444;
   font-size: 1.125rem;
   opacity: 1;
}
input:focus:-moz-placeholder, 
textarea:focus:-moz-placeholder{
	color: transparent;
	opacity: 0;
}
input:focus::-moz-placeholder, 
textarea:focus::-moz-placeholder{
	color: transparent;
	opacity: 0;
}
input::-moz-input-placeholder,
textarea::-moz-input-placeholder  {
   color: #444444;
   font-size: 1.125rem;
   opacity: 1;
}
input:focus::-moz-input-placeholder, 
textarea:focus::-moz-input-placeholder{
	color: transparent;
	opacity: 0;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder  {
   color: #444444;
   font-size: 1.125rem;
   opacity: 1;
}
input:focus:-ms-input-placeholder, 
textarea:focus:-ms-input-placeholder{
	color: transparent;
	opacity: 0;
}

textarea{
	height:8rem;
}
ul, ol, dl{
	font-size:0.875rem;
	line-height:1.725;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Fira Sans', Arial, sans-serif;
	font-weight:700;
	line-height: 1.5;
	margin-top:0;
	color:#0f3e77;
	-webkit-font-smoothing: antialiased;
}
h4{
	margin-bottom:1.25rem;
}
h6{
	font-size: 0.875rem;
}
a{
	color: #96ca50;
}
a:hover, a:focus{
	color: #0f3e77;
}
h1 > a, 
h2 > a, 
h3 > a, 
h4 > a, 
h5 > a, 
h6 > a{
	color: inherit;
}

.no-margin{
	margin:0 !important;
}
.no-pad{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.no-pad.columns, 
.no-pad.column{
	padding-right: 0.0625rem !important;
}
.no-pad-left{
	padding-left: 0 !important;
}
.no-pad-right{
	padding-right: 0 !important;
}
.no-pad.column:last-child,
.no-pad.columns:last-child{
	padding-right: 0 !important;
}
.large-3.column.no-pad:nth-child(4n),
.large-3.columns.no-pad:nth-child(4n){
	padding-right: 0 !important;
}
@media screen and (min-width: 64rem){
	.large-no-pad{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.large-no-pad-left{
		padding-left: 0 !important;
	}
	.large-no-pad-right{
		padding-right: 0 !important;
	}
}

.white-text{
	color: #FFF;
}
.text-upper{
	text-transform: uppercase;
}
.green-color{
	color:#39b54a;
}
.blue-color{
	color:#3891c4;
}
.alignleft{
	float:left;
	margin-right:1.875rem;
	margin-bottom:0.5rem;
}
.alignright{
	float:right;
	margin-left:1.875rem;
	margin-bottom:0.5rem;
}
.aligncenter{
	display:block;
	margin:0 auto;
}
.text-normal{
	font-weight: 400;
}
p{
	font-size:0.875rem;
	line-height:1.725;
}

/* Button */
button, .button{
	color: #FFF;
	font-size: 1.125rem;
	font-weight: 700 !important;
	margin:0;
	font-family: inherit;
	display: block;
	text-align: center;
	padding: 1.1875rem 1.4375rem;
	background: #091530;
	transition: background .3s;
	position: relative;
}
button:before, .button:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
button.green, .button.green{
	background-color: rgba(0, 210, 114, 1);
}
button.green:hover, .button.green:hover{
	background-color: rgba(0, 173, 94, 1);
}
button.organge, .button.organge{
	background-color: rgba(255, 144, 0, 1);
}
button.organge:hover, .button.organge:hover{
	background-color: rgb(173, 99, 3);
}
button.transparent, .button.transparent{
	background-color: transparent;
	border-radius: 0;
	border: 1px solid #0f3e77;
	color: #0F3E77;
}
button.transparent:hover, .button.transparent:hover,
button.transparent:focus, .button.transparent:focus{
	background-color: #0f3e77;
	color: #FFF;
}
button.grey, .button.grey{
	background-color: rgba(90, 90, 90, 1);
	color: #FFF;
	border: none;
}
button.shadow, .button.shadow{
	box-shadow: 1px 15px 21px rgba(1, 2, 2, .22);
}
button.shadow:hover, .button.shadow:hover{
	box-shadow: 1px 15px 40px rgba(1, 2, 2, .5);
}
button:hover, button:focus, .button:hover, .button:focus{
	background-color: #203c7b;
	outline: none;
}
.button.margin-top{
	margin-top:1.875rem;
}

.row{
	max-width:75rem;
}

/* Top bar */
#header{
	background: transparent;
	position: absolute;
	left: 0;
	top: 2.375rem;
	z-index: 100;
	width: 100%;
	z-index: 500;
}
#header .logo-area{
	float: left;
	width: 10.25rem;
	margin-right: 1.125rem;
}
#header .menu-area{
	width: calc(100% - 11.375rem);
	float: left;
}
#header .contact-area{
	height: 5.875rem;
	line-height: 5.875rem;
	text-align: right;
}
#header .contact-area a{
	color: #FFF;
	font-weight: 500;
	text-shadow: 0px 0px 2rem rgba(0, 0, 0, 1);
	font-size: 1.5rem;
}
#header .contact-area a.social-item{
	width: 2.5rem;
	display: inline-block;
	text-align: center;
}
#header .contact-area a.social-item:hover {
	color: #96ca50;
}
#header .contact-area a.phone{
	margin-left: 2rem;
}
#header .contact-area a strong{
	color: #96ca50;
}
#header .contact-area a strong span{
	font-size: 1.875rem;
}
#header .tagline{
	line-height: 4.25rem;
	margin-left: 1.5rem;
	color: rgba(255, 255, 255, .25);
	font-style: italic;
	font-weight: 500;
}

@media screen and (max-width: 64rem){
	#header{
		position: static;
	}
}


/* Top Menu */
.top-bar{
	height: 4.25rem;
	background: #091530;
}
.top-bar-menu > li{
	float: left;
	display: block;
	font-weight: 400;
	position: relative;
	z-index: 10;
	line-height: 4.25rem;
}
.top-bar-menu a{
	color: #FFF;
	display: block;
	height: 100%;
	padding: 0 15px;
	transition-duration: .3s;
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: lowercase;
}
.top-bar-menu li.active a{
	background: #222D45;
}
.top-bar-menu li:hover a{
	background: #96CA50;
}
.top-bar-menu ul.sub-menu{
	position: absolute;
	left: 0;
	background: #96CA50;
	opacity: 0;
	transition: opacity .3s, top .3s;
	border-radius: 0;
	margin: 0;
	min-width: 15rem;
	z-index: 10;
	visibility: hidden;
}
.top-bar-menu li.has-dropdown > ul.sub-menu > li{
	display: block;
	line-height: 1.5;
    position: relative;
}
.top-bar-menu li.has-dropdown > ul.sub-menu > li > a{
	padding: 10px 15px;
}
.top-bar-menu li.has-dropdown > ul.sub-menu > li:hover > a{
	background-color: rgba(0, 0, 0, .25);
	color: #FFF;
}
.top-bar-menu li.has-dropdown:hover > ul.sub-menu{
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.top-bar-menu ul.sub-menu li.has-dropdown > ul.sub-menu{
	left: 100%;
}
.top-bar-menu ul.sub-menu li.has-dropdown:hover > ul.sub-menu{
	top: 0;
}
.top-bar-menu ul.sub-menu li.has-dropdown:hover > ul.sub-menu:before{
	content: "";
	width: 10px;
	height: 100%;
	position: absolute;
	opacity: .5;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}
.top-bar-menu > li:last-child ul.sub-menu li.has-dropdown:hover > ul.sub-menu{
	top: 0;
	left: auto;
	right: 100%;
}
.top-bar-menu > li:last-child ul.sub-menu li.has-dropdown:hover > ul.sub-menu:before{
	content: "";
	width: 10px;
	height: 100%;
	position: absolute;
	opacity: .5;
	top: 0;
	left: auto;
	right: 0;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

/* Top Bar Reponsive */
@media screen and (min-width: 64.125rem) and (max-width: 75rem){
	.top-bar .logo-area{
		width: 15rem;
	}
	.top-bar .top-bar-menu {
		margin-left: 0;
	}
	.top-bar-menu a{
		font-size: 0.875rem;
		padding: 0 12px;
	}
	.top-bar .social-area{
		width: 17rem;
		padding: 17px 0px 17px 7px;
	}
	.top-bar .social-area a.topbar-icon{
		font-size: 0.875rem;
		width: 1.875rem;
	}
	.top-bar .social-area a.topbar-icon.phone{
		width: 7.5rem;
	}
}

/* Search Form */
#searchform{
	position: absolute;
	top: 0;
	left: 16.875rem;
	z-index: 9999;
	width: calc(100% - 16.875rem);
	height: 0;
	background: #FFF;
	transition: padding .5s, height .5s;
	overflow: hidden;
}
#header.show-search #searchform{
	height: 5.3125rem;
	padding: 1.25rem 1.5rem;
}
#searchform input[type=text]{
	width: 100%;
	border: 1px solid #D8D8D8;
	height: 2.625rem;
	border-radius: 5px;
	box-shadow: 0px 0px 20px rgba(0, 90, 198, .15);
	font-size: 0.875rem;
	display: block;
	position: static;
	padding: 5px 15px;
	margin: 0;
}
#searchform input[type=text]::-webkit-input-placeholder{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1;
	color: #9a9a9a;
}
#searchform input[type=text]:focus::-webkit-input-placeholder{
	color: transparent;
}
#searchsubmit{
	position: absolute;
	right: 1.5rem;
	top: 1.25rem;
	z-index: 1;
	height: 2.625rem;
	padding: 5px 15px;
	font-weight: 700;
	font-size: 0.875rem;
	color: #FFF;
}
@media screen and (max-width: 64rem){
	#searchform{
		top: 5.3125rem;
		width: 100%;
		left: 0;
		box-shadow: inset 0px 5px 10px rgba(2, 2, 2, .15)
	}
	#header.show-search #searchform{
		padding: 1.875rem;
		height: 7.5rem;
	}
	#searchform input[type=text],
	#searchform #searchsubmit{
		height: 3.75rem;
	}
	#searchsubmit{
		top: 1.875rem;
	}
}
@media screen and (max-width: 30rem){
	#searchform{
		top: 4rem;
	}
}
@media screen and (max-width: 25rem){
	#searchform{
		top: 3.5rem;
	}
}



/* To Top */
#toTop{
	position: fixed;
	bottom: 2.1875rem;
	right: 2.1875rem;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 0.625rem;
	background: transparent url(../images/to-top.png) bottom center no-repeat scroll;
	width:2.75rem;
	height:4rem;
	text-align:center;
	z-index: 9999;
}

/* Main */
.content{
	padding:4.375rem 0;
	font-family: 'Fira Sans',"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-size:0.875rem;
}
.entry{
	padding-bottom:3rem;
}
.entry, .entry p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75rem;
	color:#000;
}
.entry h2{
	margin-bottom:0.625rem;
	font-size:1.875rem;
	color:#39b54a;
}
.entry a{
	color:#39b54a;
}
.the-content{
	margin-bottom:0.625rem;
}
.entry ul, .entry ol{
	font-size:0.75rem;
}

/* Footer */
#footer{
	position: relative;
}
.footer-credits{
	background: #0A1F35;
	color: #8699ad;
	line-height: 1.5;
	text-transform: uppercase;
	font-size: 0.75rem;
	font-family: 'Open Sans', Arial, sans-serif;
}
.footer-credits .columns{
	padding: 1rem;
}
.footer-credits a{
	color: inherit;
}
.footer-credits span.author-name{
	color: #FFF;
	margin-right: 0.3125rem;
}
#footer .free-parking{
	-webkit-animation-name: bluewhitepulse; /* Chrome, Safari, Opera */
	-webkit-animation-duration:2s; /* Chrome, Safari, Opera */
	animation-name: bluewhitepulse;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
@keyframes bluewhitepulse {
	0%   {color: rgba(0, 160, 210, 1);}
	50%  {color: rgba(255, 255, 255, 1);}
	100% {color: rgba(0, 160, 210, 1);}
}

@-webkit-keyframes bluewhitepulse {
	0%   {color: rgba(0, 160, 210, 1);}
	50%  {color: rgba(255, 255, 255, 1);}
	100% {color: rgba(0, 160, 210, 1);}
}

.footer-menu {
	list-style: none;
	margin: 0;
}
.footer-menu {
	display: inline-block;
}
.footer-menu li {
	display: inline-block;
}
.footer-menu a {
	font-size: 0.75rem;
	text-transform: capitalize;
}
.footer-menu a::after {
	content: '.';
}

/* Comment */
#respond, #comments {
	margin-top: 3rem;
}
#comments h3{
	margin-bottom: 2rem;
}
#comments li.comment{
	margin-bottom: 2rem;
}
#comments ol, #comments ul{
	list-style: none;
	margin-left: 0;
}
#comments ol.children, #comments ul.children{
	margin-left: 4.25rem;
	margin-top: 1.25rem;
}
#comments .comment-author img{
	float: left;
	margin-right: 1.25rem;
	margin-bottom: 1.25rem;
}
#comments .comment-author .author-meta{
	font-weight: 600;
	font-size: 0.625rem;
	text-transform: uppercase;
	margin-bottom: .5rem;
}
#comments .comment-author .author-meta cite{
	font-style: normal;
}

#respond label{
	color: inherit;
	margin-bottom: .5rem;
}
#respond input[type=text],
#respond input[type=url],
#respond input[type=email],
#respond textarea{
	border: 1px solid #ddd;
	font-size: inherit;
	border-radius: 0;
	padding: 0.3125rem;
}
#respond input[type=text],
#respond input[type=url],
#respond input[type=email]{
	height: 2.5rem;
}
#respond textarea:focus{
	background: #FFF;
}

/* Responsive */
@media only screen and (min-width: 40.063em){
	h1{ font-size: 3.75rem; }
	h2{ font-size: 2.25rem; }
	h3{ font-size: 1.875rem; }
	h4{ font-size: 1.5rem; }
}
.menu-tablet{ display: none; }
@media only screen and (min-width: 40.063em) and (max-width: 63.938em){
	.menu-tablet{ display: block; }
}

.entry-content > h1 {
	font-size: 2.5rem;
}
.entry-content > h2 {
	font-size: 2rem;
}

/* Header Section */
#header-section{
	min-height: 26.875rem;
	background: transparent center top no-repeat scroll;
	background-size: cover; 
	padding-bottom: 7.3125rem;
}
#header-section h1{
	color: #FFF;
	margin-top: 4rem;
	line-height: 1.3;
    margin-bottom: 3rem;
}
#header-section h1 span.second-title{
	display: block;
	font-weight: 300;
	font-size: 2.25rem;
}

/* Main Section */
#main{
	position: relative;
	overflow: hidden;
	padding-top: 3.125rem;
	padding-bottom: 0;
	z-index: 200;
}
.home #header-section{
	min-height: 43.75rem;
}
#main.move-top{
	margin-top: -7.3125rem;
	background: transparent;    
	padding-top: 0;
}
#main.move-top > .container{
	max-width: 75rem;
	margin: 0 auto;
	background-color: #FFF;
	padding: 3.5rem 2.5rem 4rem;
    min-height: 9.3125rem;
	transition-duration: .3s;
}

/* Page Header Reponsive */
@media screen and (max-width: 64.0625rem){
	#header-section{
		height: auto;
		padding-top: 40%;
		padding-bottom: 0;
		min-height: 12.5rem;
	}
	#main.move-top{
		margin-top: 0;
	}
	#main.move-top > .container{
		padding: 1.5rem 0rem 1.5rem;
	}
}

/* Breadcrumbs */
#breadcrumbs{
	display: block;
	line-height: 1;
	position: static;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 2rem;
	font-size: 0.625rem;
	font-family: Arial, sans-serif;
}
#breadcrumbs li{
	display: inline;
}
#breadcrumbs a{
	color: inherit;
}
#breadcrumbs span{
	display: inline;
	color: inherit;
}

/* Entry Content */
.entry-content{
	color: #444;
}
.entry-content p,
.entry-content li {
    font-size: 0.875rem;
    line-height: 1.725;
	margin-bottom: 1.5rem;
	font-weight: 400;
}
/* .entry-content p:last-child {
    margin-bottom: 0;
} */
.entry-content ul{
	margin-left: 2.1875rem;
}
.entry-content li{
	margin-bottom: 0.5rem;
	list-style: none;
	position: relative;
}
.entry-content li:before{
	content: "\f058";
	display: inline-block;
	font: normal normal normal 0.875rem/1 FontAwesome;
	font-size: 0.875rem;
	line-height: 1.5rem;
	color: #54c2b3;
	color: #96ca50;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: -2.1875rem;
	top: 0;
	width: 0.875rem;
	text-align: center;
}
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6{
	color: #444;
	line-height: 1.5;
	font-weight: 400;
}
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child{
	margin-top: 0;
}

/* Begin - CSS used for mobile canvas menu */
ul.off-canvas-list{
	padding: 1rem 0 0 0;
}
ul.off-canvas-list ul{
	list-style:none;
	margin-left: 0;
	background: #091530;
}
.left-off-canvas-menu,
.right-off-canvas-menu {
    background: #091530;
    width: 17.8125rem;
}
.left-off-canvas-menu > div,
.right-off-canvas-menu > div{
	border-bottom: 1px solid #222D45;
}
.move-right>.inner-wrap{
	-webkit-transform: translate3d(17.8125rem, 0, 0);
    -moz-transform: translate3d(17.8125rem, 0, 0);
    -ms-transform: translate3d(17.8125rem, 0, 0);
    -o-transform: translate3d(17.8125rem, 0, 0);
    transform: translate3d(17.8125rem, 0, 0);
}
.move-left>.inner-wrap{
	-webkit-transform: translate3d(-17.8125rem, 0, 0);
    -moz-transform: translate3d(-17.8125rem, 0, 0);
    -ms-transform: translate3d(-17.8125rem, 0, 0);
    -o-transform: translate3d(-17.8125rem, 0, 0);
    transform: translate3d(-17.8125rem, 0, 0);
}
ul.off-canvas-list li a {
	font-family: 'Fira Sans', Arial, sans-serif;
	font-weight: 400;
	color: #FFFFFF;
	padding: .75rem 2.25rem;
	border-bottom: none;
	font-size: 1rem;
	text-transform: lowercase;
}
ul.off-canvas-list li a i{
	display: inline-block;
	margin-right: 2rem;
	font-size: 1.5rem;
	color: #FFF;
}
ul.off-canvas-list li a[href^=tel]{
	color: #96ca50;
	font-weight: 700;
}
ul.off-canvas-list li:hover a[href^=tel]{
	color: #FFF;
}
ul.off-canvas-list li ul li a {
	padding: .75rem 2.25rem;
}
ul.off-canvas-list li a:hover {
	color: #96ca50;
}
.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a:after,
.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 0.5rem;
    display: inline;
    float: right;
    color: #7b7b7b;
}
.right-submenu,
.left-submenu {
    -webkit-backface-visibility: hidden;
    width: 17.8125rem;
    top: 0rem;
    bottom: 0;
    position: absolute;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #0f3e77;
    z-index: 1002;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-transform: translate(-100%,0);
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    left: 0;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
}
.right-submenu .right-submenu,
.left-submenu .left-submenu{
	top: 0;
}
.right-submenu.move-right, .right-submenu.offcanvas-overlap-right, .right-submenu.offcanvas-overlap,
.left-submenu.move-left, .left-submenu.offcanvas-overlap-left, .left-submenu.offcanvas-overlap {
    -ms-transform: translate(0%,0);
    -webkit-transform: translate3d(0%,0,0);
    -moz-transform: translate3d(0%,0,0);
    -ms-transform: translate3d(0%,0,0);
    -o-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0);
}
.right-submenu .back>a,
.left-submenu .back>a {
    padding: 1rem 2.25rem;
    color: #737373;
    text-transform: uppercase;
    font-weight: bold;
    background: #091530;
    border-top: none;
    border-bottom: 1px solid #222D45;
    margin: 0;
}
.right-submenu .back>a:before,
.left-submenu .back>a:before {
    content: "\AB";
    margin-right: 0.5rem;
    display: inline;
}
.move-left a.exit-off-canvas,
.move-right a.exit-off-canvas {
	background: rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:inset 5px -10px 50px 0 rgba(0,0,0,1);
	box-shadow:inset 5px -10px 50px 0 rgba(0,0,0,1);
	z-index: 10001;
	text-align: right;
}
.move-left a.exit-off-canvas:hover,
.move-right a.exit-off-canvas:hover {
	background: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 30rem){
	.left-off-canvas-menu,
	.right-off-canvas-menu {
		width: 15.625rem;
	}
	.move-right>.inner-wrap{
		-webkit-transform: translate3d(15.625rem, 0, 0);
		-moz-transform: translate3d(15.625rem, 0, 0);
		-ms-transform: translate3d(15.625rem, 0, 0);
		-o-transform: translate3d(15.625rem, 0, 0);
		transform: translate3d(15.625rem, 0, 0);
	}
	.move-left>.inner-wrap{
		-webkit-transform: translate3d(-15.625rem, 0, 0);
		-moz-transform: translate3d(-15.625rem, 0, 0);
		-ms-transform: translate3d(-15.625rem, 0, 0);
		-o-transform: translate3d(-15.625rem, 0, 0);
		transform: translate3d(-15.625rem, 0, 0);
	}
	.mobile-social a{
		padding: 1rem 1.125rem;
	}
}
/* End - CSS used for mobile canvas menu */

/* Mobile Header */
#mobile-nav{
	background: #091530;
	color: #FFFFFF;
	height: 5.3125rem;
}
#mobile-nav a.menu-icon{
	color: #FFFFFF;
	text-align: center;
	text-indent: 0;
	width: 100%;
	height: 5.3125rem;
	line-height: 5.3125rem;
	font-size: 1.875rem;
}
#mobile-nav section.left-small,
#mobile-nav section.right-small{
	width: 4.875rem;
	height: 5.3125rem;
	line-height: 5.3125rem;
	box-shadow: none;
}
#mobile-nav section.left-small{
	border-right: 1px solid #222D45;
}
#mobile-nav section.right-small{
	border-left: 1px solid #222D45;
}
#mobile-nav section.right-small.second-right{
	right: 4.875rem;
}
#mobile-nav section.tab-bar-section.middle{
	right: 9.75rem;
	left: 4.875rem;
	white-space: nowrap;
	height: 5.3125rem;
	text-align: center;
}
#mobile-nav section.tab-bar-section.middle:after{
	content: "";
	display: inline-block;
	width: 0;
	vertical-align: middle;
	height: 100%;
}
#mobile-nav section.tab-bar-section.middle #logo{
	vertical-align: middle;
	display: inline-block;
}
#mobile-nav section.tab-bar-section.middle img{
	max-width: 100%;
}

@media screen and (max-width: 30rem){
	#header, 
	#mobile-nav,
	#mobile-nav section.tab-bar-section.middle{
		height: 4rem;
	}
	#mobile-nav section.tab-bar-section.middle{
		right: 8rem;
		left: 4rem;
	}
	#mobile-nav section.left-small,
	#mobile-nav section.right-small,
	#mobile-nav a.menu-icon{
		width: 4rem;
		height: 4rem;
		line-height: 4rem;
	}
	#mobile-nav a.menu-icon{
		font-size: 1.25rem;
	}
	#mobile-nav section.right-small.second-right{
		right: 4rem;
	}
	#mobile-nav section.tab-bar-section.middle img{
		max-height: 2rem;
	}
}
@media screen and (max-width: 25rem){
	#header, 
	#mobile-nav,
	#mobile-nav section.tab-bar-section.middle{
		height: 3.5rem;
	}
	#mobile-nav section.tab-bar-section.middle{
		right: 7rem;
		left: 3.5rem;
	}
	#mobile-nav section.left-small,
	#mobile-nav section.right-small,
	#mobile-nav a.menu-icon{
		width: 3.5rem;
		height: 3.5rem;
		line-height: 3.5rem;
	}
	#mobile-nav a.menu-icon{
		font-size: 1.25rem;
	}
	#mobile-nav section.right-small.second-right{
		right: 3.5rem;
	}
	#mobile-nav section.tab-bar-section.middle img{
		max-height: 1.5rem;
	}
}

/* Contact Form */
.wpcf7 label{
	color: #FFF;
	margin-bottom: 0.5rem;
}
.wpcf7 button{
	width: 100%;
	text-align: left
}
span.wpcf7-not-valid-tip{
	display: block;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 1.25rem;
}
input.wpcf7-not-valid,
input.wpcf7-not-valid:focus{
	border: 2px solid red;
}
div.wpcf7-response-output{
	color: #FFF;
	padding: 1rem;
}
div.wpcf7-response-output.wpcf7-validation-errors{
	display: none !important;
}

/* Sticky Buttons */
#sticky-buttons{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999;
	margin-bottom: 0.625rem;
}
#sticky-buttons .button{
	border: none;
	background: rgba(49,142,255,1);
	color: #FFF;
	font-size: 1.125rem;
	border-radius: 50%;
	margin-bottom: 0.625rem;
    margin-right: 1.25rem;
	padding: 0.8125rem 1rem;
	box-shadow: 0px 0px 10px rgba(1, 2, 2, .25);
    text-shadow: 0 0px 21px rgba(1, 2, 2, .64);
	letter-spacing: 0px;
    width: 3.125rem;
    height: 3.125rem;
}
#sticky-buttons .button:before{
	content: none;
}

/* Category, Blog Post */
.content-single-post .entry-content .more-link{
	margin-top: 0.625rem;
	display: inline-block;
}

/* Paging Navigation */
#post-nav a.button:before {
	content: none;
}

/* Content Post Block */
.content-post {
    margin-bottom: 1.875rem;
	padding-right: 0.0625rem;
}
.content-post .entry-thumb{
	width: 100%;
	padding-top: 50%;
	background: #EEE center center no-repeat scroll;
	background-size: cover;
	margin-bottom: 1.25rem;
}
.content-post .entry-title{
	margin-bottom: 0.9375rem;
	line-height: 1.3;
	padding-right: 1.5rem;
}
.content-post .entry-meta{
	margin-bottom: .25rem;
	text-transform: uppercase;
	color: #444;
	font-size: 0.625rem;
	font-weight: 600;
	padding-right: 1.5rem;
}
.content-post .entry-title a:hover,
.content-post .entry-meta a:hover,
.content-post .entry-title a:active,
.content-post .entry-meta a:active,
.content-post .entry-title a:focus,
.content-post .entry-meta a:focus{
	color: #091530
}

/* Sidebar Categories Widget */
#sidebar .widget_categories{
	background-color: #08132C;
	padding: 2rem;
}
#sidebar .widget_categories .widget-title{
	color: #FFF;
}
#sidebar .widget_categories ul{
	list-style: none;
	margin: 0;
}
#sidebar .widget_categories ul li a{
	color: #FFF;
    font-size: 1rem;
}
#sidebar .widget_categories ul li a:hover{
	color: #96ca50;
}

/* Sidebar Custom Menu Widget */
#sidebar .widget{
	margin-bottom: 0.125rem;
}
#sidebar .widget_nav_menu{
	padding: 1.875rem;
	background: #E6E6E6;
}
#sidebar .widget_nav_menu h6{
	font-size: 1.125rem;
	text-transform: uppercase;
	color: #3E4448;
	margin-bottom: 1.5rem;
}
#sidebar .widget_nav_menu a{
	display: block;
	text-transform: uppercase;
	font-family: 'Fira Sans', Arial, sans-serif;
	padding: 0.4375rem 0;
}
#sidebar .widget_nav_menu a:hover{
	color: #3E4448;
}


/* Your Detail Form */
.contact-7-form input.input-field, 
.contact-7-form textarea.input-field,
.contact-7-form select.input-field{
	background-color: #EDEDED;
	border-radius: 0;
	border: 1px solid #CDCDCD;
	height: 2.5rem;
	padding: .5rem .75rem;
    font-size: .875rem;
    color: #000;
}
.contact-7-form input.wpcf7-not-valid, 
.contact-7-form input.wpcf7-not-valid:focus{
	border-color: #ed0000;
	color: #000
}
.contact-7-form label{
	color: #000;
	font-weight: 600;
}
.contact-7-form label span.asterisk{
	color: #ed0000;
}
input.small-input{
	width: 4rem;
}
.input-block > span, .input-block label{
	display: inline-block;
}
.large-6 + .large-6 > .input-block{
	margin-top: 2.8125rem;
}
.contact-7-form a{
	margin-bottom: 1rem;
	display: block;
}
#btn-submit{
	letter-spacing: 0;
	text-align: center;
	background: #ED0000;
	color: #FFF;
    border: none;
	font-size: 1rem;
	padding: 0.9375rem;
	margin-top: 1rem;
	text-transform: lowercase;
	font-weight: 400 !important;
	transition: background-color .3s;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-webkit-transition: background-color .3s;
}
#btn-submit:hover{
	background: #3E4448;
}
.contact-7-form + .wpcf7-response-output{
	margin-left: 0;
	margin-right: 0;
}
.contact-7-form + .wpcf7-response-output p{
	color: #000;
}
.overlay-processing{
	position: fixed;
	top: 0;
	right:0;
	bottom: 0;
	left: 0;
	display: none;
	background: rgba(0, 0, 0, .5) url(../images/spin.gif) no-repeat center center scroll;
}
@media screen and (max-width: 80rem) and (min-width: 64.0625rem){
	input.small-input{
		width: 3rem;
	}
}
@media screen and (max-width: 80rem) {
	.large-6 + .large-6 > .input-block{
		margin-top: 0;
	}
}

/* Form Validate */
.form-validate input.error,
.form-validate select.error,
.form-validate textarea.error{
	border-color: #ed0000 !important;
}
.form-validate label.error{
	color: #ED0000 !important;
	margin-top: 1.3125rem;
}

/* Header Overlay Background */
.background-overlay{
	position: relative;
}
.background-overlay:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background-color: rgba(0, 0, 0, .6);
}
.background-overlay.blue-overlay:before{
	background-color: rgba(3, 44, 93, .85);
}

/* Box Model */
.box-model{
	position: relative;
	background: transparent no-repeat center center scroll;
	background-size: cover;
	text-align:left;
}
.box-model span.bg-model{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .75;
	transition: .3s;
}
.box-model:before{
	content: none;
}
.box-model > .box-content{
	position: relative;
	width: calc(100% - 7.5rem);
	padding: 1.875rem;
}
.box-model h1,
.box-model h2,
.box-model h3,
.box-model h4,
.box-model h5,
.box-model p{
	position: relative;
	color: inherit;
}
.box-model .right-box-content{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 7.5rem;
	padding: 1.875rem;
	white-space: nowrap;
    text-align: center;
}
.box-model .right-box-content:before{
	content: "";
	display: inline-block;
	width: 0;
	vertical-align: middle;
	height: 100%;
	color: transparent;
	background: transparent;
}
.box-model .right-box-content h1,
.box-model .right-box-content h2,
.box-model .right-box-content h3,
.box-model .right-box-content h4,
.box-model .right-box-content h5,
.box-model .right-box-content p{
	display: inline-block;
	vertical-align: middle;
}
.box-model:hover span.bg-model{
	opacity: .9;
}
.box-model .right-box-content span.bg-model{
	opacity: 1;
}
.box-model:hover .right-box-content span.bg-model{
	opacity: .9;
}

/* Logo in Content */
h4 img.logo-in-content{
	height: 1.25rem;
	line-height: 2.25rem;
	display: inline-block;
	margin-top: -7px;
}

/* Home Boxes */
.home-boxes .box-model{
	margin-bottom: 1px;
	width: 100%;
	overflow: hidden;
}
.home-boxes .box-model .box-content h1,
.home-boxes .box-model .box-content h2,
.home-boxes .box-model .box-content h3,
.home-boxes .box-model .box-content h4,
.home-boxes .box-model .box-content h5,
.home-boxes .box-model .box-content p{
	margin: 0;
}
.home-boxes .box-model .right-box-content h1,
.home-boxes .box-model .right-box-content h2,
.home-boxes .box-model .right-box-content h3,
.home-boxes .box-model .right-box-content h4,
.home-boxes .box-model .right-box-content h5,
.home-boxes .box-model .right-box-content p{
	line-height: 3.75rem;
	text-align: center;
}

/* @media screen and (max-width: 64rem){
	.home-boxes{
		margin-top: 1rem;
	}
} */
@media screen and (max-width: 25rem){
	.box-model .box-content{
		width: 70%;
		padding: 1rem;
	}
	.box-model .right-box-content{
		width: 30%;
		padding: 1rem 0;
	}
}

/* Home Slider */
#home-slider > ul{
	margin-left: 0;
	margin-bottom: 0;
}
#home-slider .slide{
	position: relative;
}
#home-slider .slide-image{
	width: 100%;
	padding-top: 40%;
	min-height: 12.5rem;
	background-size: cover;
}
#home-slider .static-caption,
#home-slider .slide-caption{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#home-slider .static-caption {
	padding-top: 50px;
}

#home-slider-wrap {
	position: relative;
}
.home-slider-static-caption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
	background: rgba(0, 0, 0, 0.3);
}
.home-slider-static-caption .static-caption{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);    
    text-align: center;
    padding-top: 2.375rem;
    width: 90%;
}
.home-slider-static-caption .static-caption .heading,
.home-slider-static-caption .static-caption .sub-heading{
	color: #FFF;
	text-align: center;
	line-height: 1;
}
.home-slider-static-caption .static-caption .heading {
	margin-bottom: 20px;
}
.home-slider-static-caption .static-caption .sub-heading {
	margin-bottom: 0;
}

@media screen and (min-width: 1600px) {
	.home-slider-static-caption .static-caption .heading { font-size: 55px;  }
	.home-slider-static-caption .static-caption .sub-heading{ font-size: 33px; }
}
@media screen and (min-width: 1200px) {
	.home-slider-static-caption .static-caption .heading { font-size: 50px;  }
	.home-slider-static-caption .static-caption .sub-heading{ font-size: 30px; }
}

/* Articles */
@media screen and (min-width: 64.0625rem){
	.post-list .row > div.large-4:nth-child(3n + 1){
		clear: left;
	}
	.post-list [class*="column"]+[class*="column"]:last-child{
		float: left;
	}
}

/* Single Post */
.content-single-post .entry-meta{
	color: #3e4448;
	text-transform: uppercase;
	font-size: 0.625rem;
	font-weight: 400;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.content-single-post .single-fimage{
	margin-left: 3.5rem;
	margin-bottom: 2rem;
}

/* Contact Page */
#contact-infos .contact-info{
	clear: both;
	overflow: hidden;
	margin-bottom: 2rem;
}
#contact-infos .contact-info .info-label,
#contact-infos .contact-info .info-value{
	float: left;
	line-height: 1.725
}
#contact-infos .contact-info .info-label{
	width: 7rem;
	font-size: 0.875rem;
	font-weight: 700;
}
#contact-infos .contact-info .info-value{
	width: calc(100% - 7rem);
}
#contact-map{
	width: 100%;
	min-height: 18.75rem;
	margin-top: 4.125rem;
}
#contact-form{
    padding: 2.5rem 6.875rem;
    position: relative;
    background: rgba(8,79,141,1);
    background: -moz-linear-gradient(57deg, rgba(8,79,141,1) 0%, rgba(67,215,195,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(8,79,141,1)), color-stop(100%, rgba(67,215,195,1)));
    background: -webkit-linear-gradient(57deg, rgba(8,79,141,1) 0%, rgba(67,215,195,1) 100%);
    background: -o-linear-gradient(57deg, rgba(8,79,141,1) 0%, rgba(67,215,195,1) 100%);
    background: -ms-linear-gradient(57deg, rgba(8,79,141,1) 0%, rgba(67,215,195,1) 100%);
    background: linear-gradient(57deg, rgba(8,79,141,1) 0%, rgba(67,215,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#084f8d', endColorstr='#43d7c3', GradientType=1 );
}
#contact-form:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent url(../images/contact--form-bg.jpg) center center no-repeat scroll;
	background-size: cover;
	opacity: .15;
}
#contact-form > * {
	position: relative;
}
#contact-form h4{
	color: #FFF;
	margin-bottom: 2rem;
}
#contact-form .wpcf7-list-item-label{
	color: #FFF;
    font-size: 1.125rem;
}
input[type=radio]{
	opacity: 0;
}
input[type=radio] + span{
	margin-bottom: 0.5rem;
    position: relative;
}
input[type=radio] + span:before{
	content: "\f10c";
	display: inline-block;
	font: normal normal normal 0.875rem/1 FontAwesome;
	font-size: 1.5rem;
	line-height: 1.5rem;
	color: #FFF;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: -1.75rem;
	top: 0;
	width: 0.875rem;
	text-align: center;
}
input[type=radio]:checked + span:before{
	content: "\f058";
}
.one-row{
	text-align: center;
	display: block;
}
.one-row span.wpcf7-list-item:first-child{
	margin-left: 0;
}
.one-row label{
	display: inline-block;
	margin-left: 1rem;
}
#contact-form button{
	border-radius: 0;
	text-align: center;
	padding: 1.625rem 1.4375rem;
}
#contact-form .gform_confirmation_message{
	color: #FFF;
	line-height: 1.5;
	text-align: center;
}

/* Fixed Admin Bar on Mobile */
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

/* Template - Page Left Sidebar */
#page-sidebar-text h4{
	color: #96ca50;
	font-weight: 700;
	margin-bottom: 1.5rem;
}
#page-sidebar-text p{
	margin-bottom: 1.5rem;
}

/* Default Template Sidebar */
.page-sidebar .block-sidebar{
	margin-bottom: 3.5rem;
}
.page-sidebar .block-sidebar:last-child{
	margin-bottom: 0;
}
.page-sidebar .block-sidebar .block-img{
	margin-bottom: 1.5rem;
}
.page-sidebar .block-sidebar .block-title{
	color: #444444;
}
.page-sidebar .block-sidebar .block-content p:last-child{
	margin-bottom: 0;
}

/* Why Readi Block Content */
.readi-content-block{
	margin-bottom: 2rem;
}
.readi-content-block h5{
	color: #96ca50;
	margin-bottom: 1.5rem;
}
.readi-content-block h5 i{
	margin-right: 1rem;
	font-size: 1.5rem;
	vertical-align: middle;
}

/* Candidate Page */
#candidates-iframe{
	width: 100%;
	border: none;
	height: 32rem;
}

/* Maps Popup */
#maps-link-popup{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, .75);
	text-align: center;
	white-space: nowrap;
	display: none;
	overflow: auto;
}
#maps-link-popup:before{
	content: "";
	display:inline-block;
	vertical-align: middle;
	height: 100%;
}
#maps-link-popup .popup-container{
	display: inline-block;
	vertical-align: middle;
	width: 90%;
	margin: 3rem 0;
}
#maps-link-popup h2{
	color: #FFF;
	font-weight: 300;
}
#maps-link-popup h2 strong{
	font-weight: 700;
}
#maps-link-popup .maps-list{
	font-size: 1.6875rem;
	white-space: normal;
	background: #F0F0F0;
	border: 1px solid #858585;
	border-radius: 14px;
	box-shadow: 0px 0px 22px rgba(0, 0, 0, .75)
}
#maps-link-popup .map-item{
	color: #444444;
	padding: 2rem 4.75rem;
	line-height: 1.7;
	display: block;
}
#maps-link-popup .map-item + .map-item{
	border-top: 1px solid #858585;
}
#maps-link-popup .map-item .info-label{
	font-weight: 700;
}
#maps-link-popup .map-item span.link-text{
	color: #96ca50;
}
@media screen and (max-width: 64rem){
	#maps-link-popup .map-item{
		padding: 2rem 2rem;
	}
}
@media screen and (max-width: 50rem) and (min-width: 40.0625rem){
	#maps-link-popup .map-item{
		padding: 2rem 7.25rem;
	}
}
@media screen and (max-width: 40rem) and (min-width: 30.0625rem){
	#maps-link-popup h2{
		font-size: 1.5rem;
	}
	#maps-link-popup .map-item{
		font-size: 1.5rem;
		padding: 1.5rem 4.25rem;
	}
}
@media screen and (max-width: 30rem){
	#maps-link-popup h2{
		font-size: 1.125rem;
	}
	#maps-link-popup .map-item{
		font-size: 1.125rem;
		padding: 1.5rem 1.5rem;
	}
}

@media (max-width: 1600px){
	/*.home-slider-static-caption .static-caption{ 
		bottom: 170px;
	}*/
}
@media (max-width: 1356px){
	#header{
		top: 1.375rem;
	}
	/*.home-slider-static-caption .static-caption{
		bottom: 130px;
	}*/
}
@media (max-width: 1200px){
	#main.move-top{
		margin-top: 0;
	}
	.home-slider-static-caption .static-caption{
		bottom: 50px;
		top: auto;
		transform: translate(-50%, 0);
	}
	/*.home-slider-static-caption .static-caption{
		bottom: 50px;
	}*/
}
@media (max-width: 1024px){
	.home-slider-static-caption .static-caption{
		top: 50%;
		bottom: auto;
		transform: translate(-50%, -50%);
	}
}

#sidebar .child-page{}
#sidebar .child-page .widget-title{}
#sidebar .child-page .child-pages{}
#sidebar .child-page .child-pages .child-page-excerpt{}
#sidebar .child-page .child-pages a.learn-more{
	padding: .75rem 0;
    border-bottom: none;
    font-size: 1rem;
    display: block;
    position: relative;
	padding-right: 20px;
}

#sidebar .child-page .child-pages a.learn-more.current-page{
	color: #0f3e77;
}
#sidebar .child-page .child-pages a.learn-more:after {
    content: "\f105";
    float: right;
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        position: absolute;
    right: 0;
    line-height: 16px;
    top: 50%;
    margin-top: -8px;
}



/* make quiz page */
#blocks-quiz .content > h2 {
  display: none;
}
#blocks-quiz .steps {
    display: none;
}

#blocks-quiz .note {
    font-size: 13px;
    color: #9f9f9f;
    padding: 20px 35px;
    display: block;
}

#blocks-quiz .content {
    padding: 0px;
	min-height:600px;
}

#blocks-quiz .block-title {
    background-color: #091530;
    color: #FFF;
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    padding: 0px 35px;
    font-weight: 500;
}

#blocks-quiz .block-desc {
    color: #444444;
    font-size: 14px;
    padding: 20px 35px;
}

#blocks-quiz .block-content {
    padding: 35px;
}

#blocks-quiz  .quiz {
    background-color: #d3d8e2;
    padding: 25px;
    margin-bottom: 15px;
    border-radius: 5px;
}

#blocks-quiz .quiz > h4 {
    color: #091530;
    font-size: 16px;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

#blocks-quiz .quiz > .desc {
    color: #091530;
    font-size: 14px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}


#blocks-quiz .quiz .answer {
	
}
#blocks-quiz .quiz .answer ul {
  padding: 0px;
  margin: 0px;
}
#blocks-quiz .quiz .answer ul li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
#blocks-quiz .quiz .answer ul li input {
  opacity: 1;
}

#blocks-quiz .actions {
    margin-bottom: 20px;
}

#blocks-quiz .actions ul
{
	padding:0px;
	margin:0 0 2rem 0;
}

#blocks-quiz .actions ul li {
    list-style-type: none;
}

#blocks-quiz .actions ul li a {
    display: inline-block;
    background-color: #96ca50;
    color: #FFF;
    padding: 15px 20px;
    font-size: 17px;
    border-radius: 5px;
    min-width: 150px;
	-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.2);
	box-shadow: 0 10px 15px 0 rgba(0,0,0,.2);
	line-height: 30px;
}

#blocks-quiz .actions ul li a[href="#previous"] {
    float: left;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #091530;
}

#blocks-quiz .actions ul li a[href="#previous"]:hover {
    background-color: #000;
}

#blocks-quiz .actions ul li a[href="#next"] {
    float: right;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
	text-align:right;
}

#blocks-quiz .actions ul li a[href="#next"]:hover {
    background-color: #63ad00;
}


#blocks-quiz .actions ul li a[href="#previous"] i {
  padding-right: 20px;
}
#blocks-quiz .actions ul li a[href="#next"] i {
  padding-left: 20px;
}

#blocks-quiz .actions ul li.disabled a
{
	background-color:#d5d5d5;
	display: none;
}

#blocks-quiz .actions ul li a[href="#finish"] {
    float: right;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
	text-align:right;
}

#blocks-quiz .actions ul li a[href="#finish"] i {
  padding-left: 20px;
}

div#spinner {
    position: fixed;
    background-color: rgba(0,0,0,0.75);
    width: 100%;
    height: 100%;
    z-index: 99999;
	top:0px;
}

.spinner {
    background: rgb(255, 255, 255);
}