/* GENERAL */
html {
	background: rgba(1,153,220,1);
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	line-height: 1.5;
}
body {
	font-size: 1.6rem;
	line-height: 1.5;
}
* {
	box-sizing: border-box;
}
.inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
}
a {
	text-decoration: none;
}
p strong {
	font-weight: 500;
}
#overlay,
.overlay {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.75);
}
@media screen and (max-width:768px) {
	.inner {
		padding: 0 1.5rem;
	}
}

/* TOPBAR */
.topbar {
	background: rgba(1,153,220,0.8);
}
.topbar::after {
	content: '';
	display: block;
	clear: both;
}
.topbar .company-text {
	float: left;
}
.topbar a {
	display: block;
	padding: 1rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
}
.topbar-nav {
	float: right;
}
.topbar-nav li {
	float: left;
}
.topbar .link-book-an-appointment {
	position: relative;
	z-index: 10;
	margin-bottom: -0.5rem;
	margin-right: 1rem;
	padding: 1.25rem 2rem;
	background: #ffd51a;
	color: #333;
	box-shadow: 0 0 1rem rgba(0,0,0,0.2);
}
@media screen and (max-width:768px) {
	.topbar {
		display: none;
	}
}

/* HEADER */
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: rgba(255,255,255,0.85);
	overflow: hidden;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
header.solid {
	background: rgba(255,255,255,1);
}
header h1 {
	float: left;
}
header h1 a {
	display: block;
	padding: 1rem;
	width: 38rem;
}
header h1 a img {
	width: 100%;
}
.main-nav {
	float: right;
}
.main-nav li {
	float: left;
}
.main-nav li a {
	display: block;
	padding: 3.4rem 1.5rem 3.5rem;
	font-size: 1.4rem;
	font-weight: 600;
	color: #333;
}
.main-nav li a.active {
	color: #0099cc;
}
.btn-sp-nav {
	display: none;
	position: fixed;
	top: 1.4rem;
	right: 1.4rem;
	z-index: 101;
}
@media screen and (min-width:769px) {
	.main-nav li a:hover {
		background: rgba(1,153,220,0.8);
		color: #ffd51a;
	}
}
@media screen and (max-width:980px) {
	.main-nav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 101;
		float: none;
		width: 100%;
		background: #fff;
	}
	.main-nav.open {
		display: block;
	}
	.main-nav li {
		float: none;
		display: block;
		border-bottom: 1px solid #ddd;
	}
	.main-nav li a {
		padding: 1rem;
		text-align: center;
	}
	.main-nav li:first-child {
		margin-top: 8rem;
	}
	.main-nav li:last-child {
		border-bottom: 0;
	}
	.btn-sp-nav {
		display: block;
		top: 6.4rem;
	}
}
@media screen and (max-width:768px) {
	.btn-sp-nav {
		top: 2.2rem;
		right: 2.3rem;
	}
}
@media screen and (max-width:640px) {
	header h1 a {
		padding: 1rem 0;
		width: 24rem;
	}
	.btn-sp-nav {
		top: 1.4rem;
		right: 1.4rem;
	}
}

/* CONTENT */
main {
	background: #fff;
}
.page-banner {
	height: 25rem;
	background: #fff;
	background-size: cover !important;
}
.content {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background: #fff;
	overflow: hidden;
}
.content .left-col {
	float: left;
	width: 70%;
	padding-right: 2rem;
}
.content .right-col {
	float: right;
	width: 30%;
	padding-left: 2rem;
}
@media screen and (max-width:768px) {
	.content {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.content .left-col,
	.content .right-col {
		float: none;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
}

/* SECTIONS */
section {
	padding: 5rem 0;
}
section p {
	margin-bottom: 2rem;
}
.section-img-header {
	margin-bottom: 2rem;
}
.section-img-header img {
	width: 100%;
}
@media screen and (max-width:768px) {
	section {
		padding: 5rem 0 0;
	}
}

/* ADS */
.ad-aside,
.ad-main {
	margin-bottom: 4rem;
}
.ad-aside {
	margin-top: 4rem;
}
.ad-aside img,
.ad-main img {
	width: 100%;
}
@media screen and (max-width:768px) {
	.ad-aside,
	.ad-main {
		margin-bottom: 2rem;
	}
}
@media screen and (max-width:425px) {
	.ad-main {
		display: none;
	}
}

/* FOOTER LINKS */
.footer-links {
	padding: 5rem 0;
	background: #f7f7f7;
	overflow: hidden;
}
.footer-links-wrapper {
	overflow: hidden;
}
.footer-links-col {
	float: left;
	/* width: 20%; */
	width: 25%;
	padding-bottom: 2rem;
}
.footer-links-col h2 {
	font-weight: 500;
}
.footer-links-col ul li {
	line-height: 1.2;
}
.footer-links-col ul li a {
	font-size: 1.4rem;
}
.footer-links-col ul li a::before {
	content: '» ';
}
.footer-links .sns-links {
	clear: both;
	/* margin: 3rem auto 0; */
	/* padding-top: 3rem; */
	/* border-top: 1px solid #666; */
	/* width: 30rem; */
	text-align: center;
}
.footer-links .sns-links h2 {
	margin-bottom: 1rem;
	font-weight: 500;
}
.footer-links .sns-links li {
	display: inline-block;
	margin: 0 0.5rem;
}
.footer-links .sns-links li a {
	display: block;
	width: 4rem;
}
.footer-links .sns-links li a img {
	width: 100%;
}
.footer-links-col .sns-links li a::before {
	content: '';
}
@media screen and (max-width:768px) {
	.footer-links-col {
		width: 50%;
	}
	.footer-links .sns-links {
		text-align: left;
	}
}

/* FOOTER */
footer {
	padding: 4rem;
	background: rgba(1,153,220,1);
	text-align: center;
}
footer a {
	color: #fff;
}
footer a:hover {
	text-decoration: underline;
}
footer p {
	font-size: 1.2rem;
	color: #fff;
}

/* FEATURED MODAL */
#featured-overlay {
	/* display: none; */
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	/* background: rgba(255,255,255,0.9); */
}
.featured-modal {
	/* display: none; */
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1001;
	margin-top: -30rem;
    margin-left: -20rem;
    padding: 3rem;
    width: 40rem;
    height: 60rem;
	background: #fff;
	border: 5px solid #0099cc;
	box-shadow: 0 0 50px rgba(0,0,0,0.5);
	text-align: center;
}
.featured-modal .articles-wrapper {
	height: 100%;
	overflow-y: auto;
}
.featured-modal .article {
	padding-top: 0;
    padding-bottom: 0;
	border-bottom: 0;
}
.featured-modal .article-thumb {
	float: none;
	width: 100%;
	margin-bottom: 2rem;
	padding-right: 0;
}
.featured-modal .article-thumb img {
	width: 100%;
}
.slick-prev:before, .slick-next:before {
	color: #0099cc;
}
.featured-modal .btn-close {
	position: absolute;
	top: -1.5rem;
	right: -1.5rem;
	display: block;
	padding: 1rem;
	background: #0099cc;
	border-radius: 100%;
	line-height: 0;
}
.featured-modal .btn-close img {
	width: 2rem;
}
.featured-modal .articles-wrapper::-webkit-scrollbar {
	width: 2px;
}
.featured-modal .articles-wrapper::-webkit-scrollbar-track {
	background: #f1f1f1;
}
.featured-modal .articles-wrapper::-webkit-scrollbar-thumb {
	background: #888;
}
.featured-modal .articles-wrapper::-webkit-scrollbar-thumb:hover {
	background: #555;
}
@media screen and (max-width:640px) {
	.featured-modal {
		margin-top: -25rem;
		margin-left: -15rem;
		width: 30rem;
		height: 50rem;
	}
}

/* FORMS */
form {
	width: 100%;
}
form .row {
	margin-bottom: 0.5rem;
}
form input[type=text],
form select {
	display: block;
	padding: 0.5rem 1rem;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 0.5rem;
	font-size: 1.8rem;
	outline: 0;
}
form label {
	font-size: 1.4rem;
	font-weight: 500;
}
form button {
	margin-top: 2rem;
}
.form-options {
	clear: both;
}
form .has-error {
	color: #c00;
}
form .has-error input[type=text] {
	border-color: #c00;
}
form .has-error p {
	font-size: 80%;
}

/* MODAL FORM */
.whealth-form .form-group {
	clear: both;
	position: relative;
	margin-bottom: 1.5rem;
}
.whealth-form .form-group label {
	position: absolute;
	top: 2rem;
	left: 1rem;
	transform: translateY(-50%);
	background: #fff;
	padding: 0 5px;
	font-size: 1.6rem;
	color: #888;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.whealth-form .form-group input,
.whealth-form .form-group select,
.whealth-form .form-group textarea,
.whealth-form .form-group select {
	width: 100% !important;
	padding: 1rem;
	border: 1px solid #ccc;
	font-size: 1.6rem;
	resize: none;
}
.whealth-form .form-group input:focus + label,
.whealth-form .form-group input:not(:placeholder-shown) + label,
.whealth-form .form-group textarea:focus + label,
.whealth-form .form-group textarea:not(:placeholder-shown) + label,
.whealth-form .form-group select:focus + label,
.whealth-form .form-group select:not(:placeholder-shown) + label {
	top: 0;
	left: 10px;
	font-size: 1.2rem;
	color: #888;
}
.whealth-form .form-group.has-error label {
	font-weight: 600;
	color: #f00 !important;
}
.whealth-form .form-group textarea {
	height: 10rem;
}
.whealth-form .form-group.has-error input:focus + label,
.whealth-form .form-group.has-error input:not(:placeholder-shown) + label {
	color: #f00 !important;
}
.whealth-form .form-group.has-error input {
	border-color: #f00 !important;
	outline: 1px solid #f00;
}
.whealth-form .form-group .err-msg {
	display: none;
	margin: 0.5rem 0.5rem 1.5rem;
	font-size: 1.4rem;
	font-weight: 600;
	color: #f00;
}
.whealth-form .form-group.has-error .err-msg {
	display: block;
}
.whealth-form .btn-submit {
	background-color: #c00;
	color: #fff;
}
.whealth-form-note {
	margin-top: 0.5rem !important;
	margin-left: 1rem !important;
	font-size: 80%;	
}
.btn-option {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 1.5rem 2rem;
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff;
}
.btn-option:hover {
	opacity: 0.8;
}
.show-hide-password-wrapper {
	position: absolute;
	top: 0;
	right: 5rem;
}
.show-hide-password-wrapper,
.show-hide-password-wrapper * {
	cursor: pointer;
}
.show-hide-password-wrapper label {
	margin-bottom: 0;
}
.show-hide-password-wrapper input {
	display: none;
}

/* MODAL */
.whealth-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 201;
	transform: translate(-50%, -50%);
	width: 60rem;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0.5rem;
}
.whealth-modal-header {
	padding: 2rem;
	border-bottom: 1px solid #ddd;
}
.whealth-modal-header a {
	float: right;
	margin-top: -0.5rem;
	margin-right: -0.5rem;
	font-size: 4rem;
}
.whealth-modal-header a i {
	color: #999;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.whealth-modal-header a:hover i {
	color: #333;
}
.whealth-modal-header h2 {
	font-size: 3rem;
	color: #333;
	text-transform: uppercase;
}
.whealth-modal-content {
	padding: 3rem 4rem;
	max-height: 50rem;
	overflow-y: auto;
}
.whealth-modal-content p {
	margin: 2rem 0 1rem;
	line-height: 1.2;
}
.whealth-modal-footer {
	padding: 0 0.5rem 0.5rem;
	overflow: hidden;
}
.whealth-modal-footer button {
	float: left;
	width: 50%;
	padding: 1.5rem 2rem;
	cursor: pointer;
	border: 0;
	border-radius: 0.6rem;
	font-size: 1.8rem;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.whealth-modal-footer button:hover {
	opacity: 0.8;
}
.whealth-modal-footer .btn-submit-form {
	background-color: #09c;
	color: #fff;
}
.whealth-modal-footer .btn-modal-close {
	background-color: #eee;
	color: #333;
}
@media screen and (max-width:520px) {
	.whealth-modal {
		width: 90%;
	}
}

/* LOGIN MODAL */
.modal-footer-options {
	overflow: hidden;
}
.modal-footer-options button {
	float: left;
	width: 50%;
	padding: 1.5rem 2rem;
	cursor: pointer;
	border: 0;
	font-size: 1.8rem;
}
.modal-footer-options button:hover {
	opacity: 0.8;
}
.modal-footer-options .btn-submit-login,
.btn-submit-password-reset,
.btn-submit-resend-code {
	background-color: #09c;
	color: #fff;
}
.opt-showhide-password {
	display: block;
	margin: 1rem 1rem 2rem;
	cursor: pointer;
}
.opt-showhide-password input {
	margin-right: 0.5rem;
}
.login-options {
	margin-top: 1rem;
	overflow: hidden;
}
.login-options > * {
	float: left;
	width: 50%;
}
.login-options a,
.login-options label {
	display: block;
	padding: 1rem;
	cursor: pointer;
}
.login-options label input {
	margin-right: 0.5rem;
}
.btn-login-facebook,
.btn-login-google {
	display: block;
	float: left;
	width: 50%;
	padding: 1.5rem;
	margin-bottom: 2px;
	text-align: center;
}
.btn-login-facebook {
	background: #1877f2;
	color: #fff;
}
.btn-login-google {
	background: #ea4335;
	color: #fff;
}

/* TITLES */
.title01 {
	margin-bottom: 2rem;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.2;
}
.title02 {
	font-size: 3rem;
	font-weight: 500;
	line-height: 1;
}
.title03 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1;
}

/* BUTTONS */
.btn {
	position: relative;
	display: inline-block;
	padding: 1rem 4rem 1rem 3rem;
	cursor: pointer;
	border: 0;
	border-radius: 0.6rem;
	font-family: 'Roboto', sans-serif !important;
	font-size: 1.4rem;
	text-transform: uppercase;
	line-height: 1.5;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-lg {
	padding: 1.5rem 4rem 1.5rem 3rem;
	font-size: 2rem !important;
}
.btn-yellow {
	background: #ffd51a;
	color: #333;
	font-weight: 600;
}
.btn-yellow::after {
	content: '';
	display: block;
	position: absolute;
	top: 1.2rem;
	right: 1rem;
	width: 16px;
	height: 16px;
	background: url('/assets/img/ico-double-chevron-right-333.png') no-repeat center center;
	background-size: 100%;
}
.btn-blue {
	background: #0099cc;
	color: #fff;
	font-weight: 500;
}
.btn-blue::after {
	content: '';
	display: block;
	position: absolute;
	top: 1.2rem;
	right: 1rem;
	width: 16px;
	height: 16px;
	background: url('/assets/img/ico-double-chevron-right-fff.png') no-repeat center center;
	background-size: 100%;
}
.btn-lg.btn-yellow::after,
.btn-lg.btn-blue::after {
	top: 1.8rem;
	right: 2rem;
	width: 20px;
	height: 20px;
}
@media screen and (max-width:769px) {
	.btn {
		padding: 0.5rem 2.5rem 0.5rem 1.5rem;
		font-size: 1.2rem;
		
	}
	.btn-blue::after,
	.btn-yellow::after {
		top: 0.6rem;
		right: 0.5rem;
		background-size: 50%;
	}
	.btn-lg.btn-yellow::after,
	.btn-lg.btn-blue::after {
		top: 0.9rem;
		background-size: 75%;
	}
	.btn:hover {
		opacity: 0.9;
	}
}

/* 2 COLUMNS */
.col-2 {
	clear: both;
	overflow: hidden;
}
.col-2 > * {
	display: block;
	float: left;
	margin-bottom: 2rem;
	width: 50%;
}
.col-2 > *:nth-child(odd) {
	padding-right: 1rem;
}
.col-2 > *:nth-child(even) {
	padding-left: 1rem;
}
@media screen and (max-width:768px) {
	.col-2 > * {
		float: none;
		width: 100%;
	}
	.col-2 > *:nth-child(odd) {
		padding-right: 0;
	}
	.col-2 > *:nth-child(even) {
		padding-left: 0;
	}
}

/* 3 COLUMNS */
.col-3 {
	clear: both;
	overflow: hidden;
}
.col-3 > * {
	display: block;
	float: left;
	margin-bottom: 2rem;
	width: 33.33%;
}
.col-3 > *:nth-child(3n+1) {
	padding-right: 1rem;
}
.col-3 > *:nth-child(3n+2) {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.col-3 > *:nth-child(3n+3) {
	padding-left: 1rem;
}
@media screen and (max-width:768px) {
	.col-3 > * {
		float: none;
		width: 100%;
	}
	.col-3 > *:nth-child(3n+1) {
		padding-right: 0;
	}
	.col-3 > *:nth-child(3n+2) {
		padding-left: 0;
		padding-right: 0;
	}
	.col-3 > *:nth-child(3n+3) {
		padding-left: 0;
	}
}

/* TEXT ALIGN */
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
.text-left { text-align: left !important; }

/* WIDTHS */
.w15 { width: 15px !important; }
.w30 { width: 30px !important; }
.w40 { width: 40px !important; }
.w50 { width: 50px !important; }
.w80 { width: 80px !important; }
.w90 { width: 90px !important; }
.w100 { width: 100px !important; }
.w120 { width: 120px !important; }
.w150 { width: 150px !important; }
.w170 { width: 170px !important; }
.w200 { width: 200px !important; }
.w300 { width: 300px !important; }
.w350 { width: 350px !important; }
.mw1200 { min-width: 1200px !important; }
.mw1500 { min-width: 1500px !important; }
.w30p { width: 30% !important; }
.w20p { width: 20% !important; }
.w25p { width: 25% !important; }
.w50p { width: 50% !important; }
.w100p { width: 100% !important; }

/* MARGINS */
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 0.5rem !important; }
.mt-2 { margin-top: 1rem !important; }
.mt-3 { margin-top: 1.5rem !important; }
.mt-4 { margin-top: 2rem !important; }
.mt-5 { margin-top: 2.5rem !important; }
.mt-6 { margin-top: 3rem !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.5rem !important; }
.mb-2 { margin-bottom: 1rem !important; }
.mb-3 { margin-bottom: 1.5rem !important; }
.mb-4 { margin-bottom: 2rem !important; }
.mb-5 { margin-bottom: 2.5rem !important; }
.mb-6 { margin-bottom: 3rem !important; }