/*
Theme Name: Rustik
Author: Pixelcraft
Version: 1.0
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; }
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
a { background-color: transparent; }
a:active, a:hover { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
h1 { font-size: 2em; margin: 0.67em 0; }
mark { background: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr { box-sizing: content-box; height: 0; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; }
input[type="checkbox"],
input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
textarea { overflow: auto; }
optgroup { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	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;
}

#content[tabindex="-1"]:focus { outline: 0; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, 
.site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; }
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html { height: 100%; }

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	font-size: 14.5px;
	color: #333;
	line-height: 20px;
	background-color: #FFF;
	overflow-x: hidden;
	position: relative;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

::selection, ::-moz-selection {
	color: #FFF;
	background: #2263A6;
	text-shadow: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Questrial', sans-serif;
	clear: both;
	line-height: 1.2;
}

p {
	margin-bottom: 1.5em;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	display: block;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a { text-decoration: none; color: #71ACB0; }

a:visited { color: #71ACB0; }

a:hover, a:focus, a:active { color: #000; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

#primary-header {
	position: absolute;
	height: 90px;
	width: 100%;
	background: #FFF;
	z-index: 2;
	display: block;
}

#primary-header .logo {
	width: 70px;
	float: left;
	margin-right: 15px;
}

#primary-header h2 {
	float: left;
	clear: none;
	color: #666;
	font-size: 22px !important;
	margin-top: 24px; /*34*/
	font-weight: 100 !important;
}

#primary-header h2 span {
	font-weight: 100 !important;
	font-size: 16px;
	display: block;
}

#primary-header .header-contact {
	float: right;
	margin-top: 32px;
}

#primary-header .header-contact ul {
	margin: 0;
	padding: 0;
}

#primary-header .header-contact li {
	float: left;
	list-style: none;
}

#primary-header .header-contact li:first-of-type { 
	font-size: 20px;
	margin-top: 6px;
	margin-right: 10px;
	color: #666;
}

#primary-header .header-contact h3 {
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0;
	font-size: 10px;
	color: #666;
}

#primary-header .header-contact a {
	font-family: 'Questrial', sans-serif;
	margin: 0;
	color: #71ACB0;
	font-weight: 600;
	font-size: 16px;
	border-bottom: 0;
}

#primary-nav {
	position: absolute;
	/*float:left;*/
	background: #71ACB0;
	width: 100%;
	margin-top: 90px;
}

#primary-nav .social {
	float: right;
}


#primary-nav .social a {
	display: block;
	background: #FFF;
	width: 22px;
	height: 22px;
	border-radius: 50px;
	margin-top: 9px;
	padding: 2px 7px;
}

#primary-nav .social a:hover {
	color: #666;
}

#mobile-header {
	height: 50px;
	background: #FFF;
	z-index: 4;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
	transition: top 0.2s ease-in-out;
	box-shadow: 0px 0px 1px #E1E1E1;
}
.nav-up { top: -50px !important; }

#mobile-header .logo {
	margin: 0px auto;
	width: 85px;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	padding-top: 5px;
}

#mobile-header .btn i {
	color: #CCC;
	font-size: 18px;
	float: left;
	cursor: pointer;
	display: block;
	padding: 16px;
}

#handle {
  font-size: 12px;
  height: 50px;
  background: transparent;
  color: #000;
  color: rgba(0, 0, 0, 0.8);
  float: right;
  letter-spacing: 0.05em;
  line-height: 50px;
  padding: 0 40px 0 15px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	float: left;
}

.main-navigation ul {
	display: table;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	font-family: 'Questrial', sans-serif;
	color: #FFF;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	text-decoration: none;
	text-align: center;
	padding: 0 15px;
	border-bottom: 0;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100px;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	display: block;
	width: 200px;
	height: 40px;
	text-align: left;
	background: #FFF;
	padding: 10px 20px;
}

.main-navigation ul ul li.menu-item-has-children > a:after {
	content: "\f105";
	font-family: "FontAwesome";
	float: right;
}

.main-navigation ul ul li {
	display: block;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

@media screen and (min-width: 568px) {
	.site-content { min-height: 100vh; padding-bottom: 80px; }
	.site-footer { margin-top: -80px; height: 80px; }
}

.site-footer { height: 80px; background: #272727; position: relative; }

footer .container {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

footer p {
	font-family: 'Questrial', sans-serif;
	color: rgba(255, 255, 255, .9);
	font-weight: 600;
	text-align: center;
	margin: 0;
	line-height: 1.7;
}

footer span {
	white-space: nowrap;
}

.pre-footer {
	font-family: 'Questrial', sans-serif;
	background: #353535;
	font-size: 15px;
	color: rgba(255,255,255,0.4);
	font-weight: 400;
	padding: 2% 0 1%;
	font-weight: 600;
	/*position: absolute;
    width: 100%;
    bottom: 60px;*/
}

.pre-footer h2 {
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #FFF;
	margin-top: 0;
}

.pre-footer i {
	float: left;
	clear: both;
	margin-right: 10px;
	font-size: 14px;
	color: #525252;
	margin-top: 3px;
}

.pre-footer i:nth-of-type(3) { margin-top: 22px; /*10*/ }

.pre-footer p a { color: rgba(255,255,255,0.4); }
.pre-footer p a:hover { color: rgba(255,255,255,0.7); border-bottom: 1px solid rgba(255,255,255,0.7); }

.pre-footer .contact p {
	float: left;
	margin: 0 0 15px;
}

.pre-footer a.packages {
	background: #0BACB7;
	color: #FFF;
	padding: 5px 20px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	margin-top: 5px;
	border-radius: 3px;
}

.pre-footer ul.useful-links {
	padding: 0 20px;
}

.pre-footer .useful-links li {
	list-style: square;
	color: #0BACB7;
	font-size: 17px;
}

.pre-footer .useful-links li a {
	color: rgba(255,255,255,0.4) !important;
	font-size: 15px;
	line-height: 1.6;
	border-bottom: 0;
}

@media only screen and (max-device-width: 767px) {
	footer p, .pre-footer h2, .pre-footer { font-weight: 100 !important; }
}

@media screen and (max-width: 767px) {
	.pre-footer { padding: 35px 0 20px; }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/

section:focus { outline: none; }

#hero {
	position: relative;
	background: #808080;
}

#hero .container {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#hero .container h1 {
	margin-top: 0;
	font-weight: 100;
	font-size: 35px;
	color: #666;
}

#hero .container h1 span {
	/*font-weight: 600;*/
	color: #71ACB0;
}

#hero .container p {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 0;
}

#hero .landing-box {
	background: rgba(255,255,255,0.65);
	padding: 20px;
}

#about {
	padding: 4% 0;
}

#home h2 {
	font-size: 28px;
	font-weight: 100;
}

#home h2 span {
	font-weight: 600;
}

#home h3 {
	margin: -18px 0 25px;
	text-transform: uppercase;
	font-size: 12.5px;
	letter-spacing: 0.5px;
	color: #71ACB0;
}

#about hr {
	width: 50%;
	margin-left: 0;
	background: #E2E2E2;
}

#about p {
	line-height: 1.7;
	font-size: 16px;
}

#about a {
	font-family: 'Questrial', sans-serif;
	border: 1px solid #71ACB0;
	color: #71ACB0;
	padding: 8px 20px;
	font-weight: 600;
	display: inline-block;
}

#about a:hover {
	box-shadow: rgb(113, 172, 176) 0px 0px 0px 2px inset;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

#about img {
	width: 400px;
	margin: 30px auto 0;
}

#tagline {
	font-family: 'Questrial', sans-serif;
	background: #71ACB0;
	padding: 2% 0 2.3%;
	text-align: center;
}

#tagline .icon {
	background: #FFF;
	display: inline-block;
	padding: 15px 8px 12px;
	border-radius: 50px;
}

#tagline i {
	color: #71ACB0;
	font-size: 40px;
}

#tagline p {
	font-size: 23px;
	color: #FFF;
	line-height: 1.5;
	margin-bottom: 28px;
}

#tagline a {
	border: 1px solid #FFF;
	font-size: 15px;
	background: #FFF;
	color: #71ACB0;
	padding: 8px 40px;
	font-weight: 600;
	display: inline-block;
}

#services {
	padding: 4% 0 5%;
}

#services h2,
#services h3  {
	text-align: center;
}

#services h4 {
	text-align: center;
	font-size: 22px;
	font-weight: 100;
	margin: 20px auto 15px;
}

#services hr,
#process hr,
#packages hr,
#questions hr {
	width: 30%;
	background: #E2E2E2;
}

#services p,
#process p,
#packages p,
#questions p {
	line-height: 1.7;
	font-size: 16px;
	text-align: center;
}

#services i {
	color: #71ACB0;
	text-align: center;
	font-size: 30px;
	display: block;
	margin-top: 15px;
}

#process {
	padding: 4% 0 5%;
	background: rgba(113, 172, 176, 0.1);
}

#process h2,
#process h3 {
	text-align: center;
}

#process .item h4 {
	font-size: 18px;
	font-weight: 100;
	margin-bottom: -5px;
}

#process .item { position: relative; border: solid #71ACB0; padding: 15px 0; }

#process .item.one { border-width: 0 2px 0 0; }
#process .item.two { border-width: 0 0 0 2px; box-sizing: content-box; }

#process .item .icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);

	font-family: 'Questrial', sans-serif;
	box-sizing: border-box;
	background: #71ACB0;
	color: #FFF;
	width: 36px;
	height: 36px;
	padding: 9px 0 0 14px;
	font-weight: 600;
	border-radius: 50px;
}

#process .item.one .icon { right: 0; margin-right: -19px; }
#process .item.two .icon { left: 0; margin-left: -19px; }

#process .item.one h4, #process .item.one p { text-align: right; margin-right: 40px; }
#process .item.two h4, #process .item.two p { text-align: left; margin-left: 40px; }

#packages {
	padding: 4% 0 5%;
}

#packages h2,
#packages h3 {
	text-align: center;
}

#packages nav a {
	font-family: 'Questrial', sans-serif;
	display: block;
	width: 100%;
	padding: 10px 0 10px 25px;
	background: #FFF;
	color: rgba(0,0,0,0.3);
	font-size: 18px;
	
	border-bottom: 1px solid rgba(0,0,0,0.05);
		background: #FFF;
}

#packages nav a:first-of-type { border-top: 1px solid rgba(0,0,0,0.05); }

#packages nav a.fs-tabs-active {
	border: solid #71ACB0;
	border-width: 1px 0px 1px 10px;
	padding: 10px 0 10px 15px;
	color: #000;
	background: rgb(241, 247, 247);
}

#packages nav a span {
	display: block;
	font-size: 13px;
}

#packages .tab {
	padding: 5px 35px;
	border-left: 1px solid #71ACB0;
}

#packages .tab p {
	text-align: left;
}

#packages .tab h2 {
	font-weight: 600;
	text-transform: uppercase;
	color: #71ACB0;
	font-size: 20px;
	margin: 0;
	margin-bottom: -10px;
	text-align: left;
}

#packages .tab hr {
	width: 40px;
	background: #71ACB0;
	margin-left: 0;
	margin-top: -5px;
}

#packages .tab ul {
	padding: 0 20px;
}

#packages .tab li {
	list-style: square;
	color: #71ACB0;
	font-size: 17px;
}

#packages .tab li span {
	color: #333;
	font-size: 16px;
	line-height: 1.7;
}

/* Mobile */
#packages label {
	font-family: 'Questrial', sans-serif;
	display: block;
	padding: 15px;
	color: #666;
	font-size: 16px;
	cursor: pointer;
	background-color: #EAF0F0;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

#packages label span {
	color: rgba(0, 0, 0, 0.3);
	font-size: 14px;
	padding-left: 3px;
}

#packages .group-list {
	max-height: 0;
	overflow: hidden;
	background: #EAF0F0;
	margin-bottom: 5px;
	border-top: 2px solid #FFF;
	padding: 0 20px;
	-webkit-transition: max-height .5s ease-in-out;
	transition: max-height .5s ease-in-out;
}

#packages .group-list p ,
#packages .group-list li span { font-size: 14.5px; }

#packages .list input[type=checkbox]:checked + label + div { max-height: 1000px; }

#packages label > i {
	float: right;
	color: #71ACB0;
	font-size: 12px;
	margin-top: 5px;
	-webkit-transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
}

#packages .list input[type=checkbox]:checked + label > i {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* END Mobile */

#testimonials {
	padding: 2% 0 1.5%;
}

#testimonials #quote-carousel {
	position: relative;
	padding: 0 10px 10px 10px;
	text-align: center;
}

#testimonials .carousel-inner {
	margin: 0 auto;
	width: 90%;
}

#testimonials p {
	font-family: 'Questrial', sans-serif;
	font-style: italic;
	font-size: 20px;
	line-height: 1.35;
	color: #FFF;
}

#testimonials hr {
	width: 30px;
	background: rgba(225, 225, 225, 0.5);
}

#testimonials .quote-name {
	font-size: 15px;
	color: #FFF;
	font-style: normal;
}

.carousel-indicators { bottom: -15px; }
.carousel-indicators li { height: 1px; margin: 0; width: 15px; border: 1px solid rgba(255,255,255,0.4); }
.carousel-indicators .active { height: 1px; width: 15px; }
.carousel-control .icon-prev,
.carousel-control .icon-next { font-size: 60px; color: #FFF; }

#questions {
	padding: 4% 0 5%;
}

#questions h2,
#questions h3  {
	text-align: center;
}

#questions .nf-error-wrap.nf-error { display: none !important; }
#questions .nf-error .ninja-forms-field { border: 1px solid #E80000 !important; }

#questions .nf-form-fields-required { display: none; }
#questions .nf-form-layout { position: relative; }

#questions .nf-response-msg {
	text-align: center;
	font-size: 16px;
	margin-top: 30px;
	font-weight: 400;
}

#questions .name-field,
#questions .email-field,
#questions .phone-field,
#questions .contact-field {
	width: 49.5%;
	float: left;
	clear: none;
}

#questions .name-field,
#questions .phone-field { margin-right: .5%; }
#questions .email-field,
#questions .contact-field { margin-left: .5%; }

#questions label {
	font-family: 'Questrial', sans-serif;
	font-size: 15px;
	font-weight: 100;
}

#questions .nf-field-label { margin-bottom: 5px; }

#questions input, #questions textarea {
	font-size: 15px;
	padding: 10px;
	border: 1px solid #DBDBDB;
}

#questions select {
	height: 39px;
	border: none;
	font-size: 15px;
	background: #FFF;
}

#questions .contact-field .nf-field-element { border: 1px solid #DBDBDB; }

#questions input:focus, #questions textarea:focus, #questions select:focus {
	outline: none;
	border: 1px solid #71ACB0;
}

#questions .nf-field-container { margin-bottom: 15px; }

#questions .submit-field input {
	background: #71ACB0;
	color: #FFF;
	text-transform: uppercase;
	border: none;
	width: 250px;
	margin: 0 auto;
	display: block;
	font-size: 13px;
	font-weight: 600;
	padding: 12px 0;
	border-radius: 3px;
}

#questions .submit-field input:disabled { background: #B7B7B7; }

#questions .nf-after-form-content {
	text-align: center;
	bottom: 8px;
}

#questions .nf-after-form-content .nf-error-msg {
	font-weight: 400;
	color: #000;
}

@media screen and (max-width: 1220px) {
	#tagline { padding: 25px 0 45px; }
}

@media screen and (max-width: 979px) {
	#tagline p { font-size: 20px; }
}

@media only screen and (max-device-width: 767px) {
	#about h3, #services h3, #process h3, #packages h3, #questions h3 { font-weight: 100; }
}

@media screen and (max-width: 767px) {
	#home h2 { font-size: 24px; }
	#hero .container h1 { font-size: 22px; }
	#hero .container h1 span { font-size: 28px; }
	#hero .container p { margin-bottom: 0; line-height: 1.5; font-size: 16px; }
	#about { padding: 30px 0 60px; text-align: center; }
	#about hr { margin-left: auto; }
	#tagline { padding: 35px 0 55px; }
	#tagline p { font-size: 18px; }
	#services, #process, #packages, #questions { padding: 30px 0 40px; }
	#services h4 { font-size: 20px; }
	#process .item { border: none; padding: 25px 0; }
	#process .item.two { box-sizing: border-box; }
	#process .item.one .icon, #process .item.two .icon { left: 50%; right: 0; margin: 0 0 0 -18px; }
	#process .item.one h4, #process .item.one p,
	#process .item.two h4, #process .item.two p { text-align: center; margin: 0; }
	#process .item .icon { position: initial; margin: 0 auto !important; }
	#packages .tab { border-left: none; padding: 0; }
	#testimonials .carousel-control { display: none; }
	#testimonials p { font-size: 16px; margin-bottom: 15px; }
	#testimonials hr { margin-bottom: 15px; }
}

@media screen and (max-width: 568px) {
	#hero { background: #F2F7F7 !important; }
	#hero .container { top: 50%; text-align: center; }
	#hero .landing-box { background: none; }
	#questions .name-field, #questions .email-field,
	#questions .phone-field, #questions .contact-field { width: 100%; float: none; margin: 0 0 15px; }
	#questions .submit-field input { width: 100%; }
	#questions .nf-after-form-content { position: inherit; text-align: center; }
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

#banner {
	position: relative;
	background: #EAF0F0;
	height: 120px;
}

.triangle {
	position: absolute;
	bottom: -40px;
	left: 50%;
	right: 0;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 20px;
	border-top-color: #EAF0F0;
	content: "";
}

#banner .container {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#banner h1 {
	text-align: center;
	font-weight: 100;
	color: #666666;
}

.content-wrap {
	padding: 50px 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

#about-us .content-wrap p {
	line-height: 1.7;
	font-size: 16px;
	margin-bottom: 0;
}

#about-us .content-wrap .top p {
	text-align: center;
}

#about-us .content-wrap .top { margin-bottom: 50px; }

#about-us #bio h2 {
	font-weight: 100;
	margin-bottom: 5px;
}

#about-us #bio h3 {
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0;
	font-size: 12px;
	color: #71ACB0;
}

#about-us #bio .desc { border-left: 1px solid #71ACB0; padding-left: 35px; }

@media screen and (max-width: 979px) {
	#about-us #bio img { margin: 0 auto; }
	#about-us #bio .desc { border-left: none; padding: 15px 0 0; text-align: center; }
}

@media only screen and (max-device-width: 767px) {
	#about-us #bio h3 { font-weight: 100; }
}

/*--------------------------------------------------------------
# Care Types
--------------------------------------------------------------*/

#care .wrapper { background: rgba(234, 240, 240, 0.4); }

#care a.types {
	font-family: 'Questrial', sans-serif;
	position: relative;
	color: rgba(0,0,0,0.35);
	padding: 12px 15px;
	display: inline-block;
	/*border-top: 4px solid #F7F7F7;*/
	font-size: 16px;
}

#care a.types.fs-tabs-active {
	border-top-color: #71ACB0;
	color: #666;
}

#care a.types.fs-tabs-active::after {
	position: absolute;
	bottom: -30px;
	left: 50%;
	right: 0;
	margin-left: -15px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 15px;
	border-top-color: #F7F9F9;
	content: "";
}

#care .content {
	padding: 25px 0 50px;
}

#care .content a { border-bottom: 1px solid #71ACB0; }
#care .content a:hover { border-bottom: 1px solid #000; }

#care h2 {
	font-size: 18px;
	font-weight: 100;
	border-bottom: 1px solid #EEE;
	padding: 0 15px 10px;
}

#care h2 i {
	margin-right: 10px;
	color: rgba(0, 0, 0, 0.15);
	/*color: rgba(113, 172, 176, 0.25);*/
}

#care h3 {
	font-size: 13px;
	font-weight: 600;
	padding-left: 15px;
	color: #71ACB0;
	margin: 30px 0 -5px;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	line-height: 1.5;
}

#care h4 {
	font-size: 12px;
	font-weight: 600;
	padding-left: 15px;
	text-transform: uppercase;
	margin: 25px 0 -12px;
	letter-spacing: 0.8px;
}

#care strong {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}

#care p {
	line-height: 1.7;
	font-size: 15px;
	margin-bottom: 0;
	color: #333;
	padding: 0 15px;
}

#care ul, #care ol {
	padding: 0 34px;
}

#care ul li {
	list-style: square;
	color: #71ACB0;
	font-size: 17px;
}

#care ol li {
	color: #71ACB0;
	font-size: 17px;
	font-weight: 400;
}

#care li i {
	color: #333;
	font-size: 16px;
	line-height: 1.7;
	font-style: normal;
	font-weight: 100;
}

/* Mobile */
/*#care .list ul, #care .list ol { padding: 0 19px; }
#care .list p, #care .list h3, #care .list h4 { padding: 0; }*/

#care label {
	font-family: 'Questrial', sans-serif;
	display: block;
	padding: 15px;
	color: #666;
	font-size: 16px;
	cursor: pointer;
	background-color: #EAF0F0;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

#care label span {
	color: rgba(0, 0, 0, 0.3);
	font-size: 14px;
	padding-left: 3px;
}

#care .list {
	margin: 50px 0;
}

#care .group-list {
	max-height: 0;
	overflow: hidden;
	border: solid #eaf0f0;
	border-width: 0 1px 1px;
	margin-bottom: 5px;
	-webkit-transition: max-height .5s ease-in-out;
	transition: max-height .5s ease-in-out;
}

#care .group-list p ,
#care .group-list li i { font-size: 14.5px; }

#care .list input[type=checkbox]:checked + label + div { max-height: initial; }

#care label > i {
	float: right;
	color: #71ACB0;
	font-size: 12px;
	margin-top: 5px;
	-webkit-transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
}

#care .list input[type=checkbox]:checked + label > i {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* END Mobile */

@media screen and (max-width: 1220px) {

}

@media screen and (max-width: 979px) {

}

@media screen and (min-width: 768px) {
	#care-types #banner .triangle { display: none; }
}

@media only screen and (max-device-width: 767px) {
	
}

@media screen and (max-width: 767px) {
	#care-types #banner .triangle { display: block; }
	.not-mob { display: none; }
}

@media screen and (max-width: 568px) {

}

/*--------------------------------------------------------------
# FAQs
--------------------------------------------------------------*/

#faqs .toggle {
	cursor: pointer;
	padding: 15px 20px;
	background: #EAF0F0;
	margin-top: 10px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

#faqs .toggle:first-of-type { margin: 0; }
#faqs .toggle.fs-swap-active { background: #EAF0F0; }
					
#faqs .toggle-target {
	border-radius: 3px;
	margin: 0;
	width: 100%;
}

#faqs .toggle-target.fs-swap-target { opacity: 0; max-height: 0; transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; }
#faqs .toggle-target.fs-swap-active { opacity: 1; max-height: 1000px; transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; }

#faqs .toggle-target.fs-swap-target .faq-content { display: none; }				
#faqs .toggle-target.fs-swap-active .faq-content { display: block; }

#faqs .content-wrap h3 {
	position: relative;
	margin: 0;
	font-weight: 100;
	color: #666666;
	line-height: 1.4;
	padding-right: 25px;
}

#faqs h3 .fa-plus {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #71ACB0;
	font-size: 12px;
}

#faqs .fs-swap-target h3 .fa-plus {
	transition: all 0.2s ease-in-out;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

#faqs .fs-swap-active h3 .fa-plus {
	margin-top: -6px;
	transition: all 0.2s ease-in-out;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#faqs .faq-content {
	background: #EAF0F0;
	padding: 20px 20px 10px;
	border-top: 2px solid #F7F7F7;
}

#faqs .faq-content p {
	line-height: 1.7;
	font-size: 14.5px;
	margin: 0;
	padding-bottom: 15px;
	color: #333;
}

#faqs .faq-content ul {
	padding: 0 20px;
	margin-top: 0;
}

#faqs .faq-content li {
	list-style: square;
	color: #71ACB0;
	font-size: 17px;
	margin-bottom: 5px;
}

#faqs .faq-content li i {
	font-style: normal;
	color: #333;
	font-size: 14.5px;
	line-height: 1.7;
}

/*--------------------------------------------------------------
# Privacy Policy / Terms
--------------------------------------------------------------*/

#privacy-policy h4,
#terms h4 {
	font-size: 13px;
	font-weight: 600;
	color: #71ACB0;
	margin: 30px 0 -5px;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	line-height: 1.5;
}

#privacy-policy strong,
#terms strong { font-weight: 400; }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

#contact .content-wrap p {
	line-height: 1.7;
	font-size: 16px;
	text-align: center;
}

#contact .content-wrap h2 {
	font-size: 15px;
	font-weight: 100;
	margin: 1px 2px 6px;
}

#contact .content-wrap h3 {
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0;
	font-size: 10px;
	color: #71ACB0;
}

#contact .content-wrap i {
	float: left;
	clear: both;
	margin-right: 12px;
	color: #FFF;
	margin-top: 0;
	background: #71acb0;
	width: 24px;
	height: 25px;
	border-radius: 50px;
	padding-top: 7px;
	font-size: 11px;
}

#contact .content-wrap .contact p:nth-of-type(2) i { padding-top: 6px; font-size: 14px; }
#contact .content-wrap .contact p:nth-of-type(3) i { margin-top: 24px; /*10*/ }

#contact .content-wrap .contact { background: #EAF0F0; }

#contact .content-wrap .contact p {
	float: left;
	font-size: 14.5px;
	margin: 0;
	text-align: left;
	width: 100%;
	border-bottom: 3px solid #FFF;
	padding: 12px;
}

#contact .content-wrap .contact a {
	color: #333;
	border-bottom: 0;
}
#contact .content-wrap .contact a:hover { border-bottom: 1px dashed #000; }

#contact .content-wrap .contact p:nth-of-type(3) { border-bottom: 0; }

#contact .nf-error-wrap.nf-error { display: none !important; }
#contact .nf-error .ninja-forms-field { border: 1px solid #E80000 !important; }

#contact .nf-form-fields-required { display: none; }
#contact .nf-form-layout { position: relative; }

#contact .nf-response-msg {
	text-align: center;
	font-size: 16px;
	margin-top: 30px;
	font-weight: 400;
}

#contact .name-field,
#contact .email-field,
#contact .phone-field,
#contact .contact-field {
	width: 49.5%;
	float: left;
	clear: none;
}

#contact .name-field,
#contact .phone-field { margin-right: .5%; }
#contact .email-field,
#contact .contact-field { margin-left: .5%; }

#contact label {
	font-family: 'Questrial', sans-serif;
	font-size: 15px;
	font-weight: 100;
}

#contact .nf-field-label { margin-bottom: 5px; }

#contact input, #contact textarea {
	font-size: 15px;
	padding: 10px;
	border: 1px solid #DBDBDB;
}

#contact select {
	height: 39px;
	border: none;
	font-size: 15px;
	background: #FFF;
}

#contact .contact-field .nf-field-element { border: 1px solid #DBDBDB; }

#contact input:focus, #contact textarea:focus, #contact select:focus {
	outline: none;
	border: 1px solid #71ACB0;
}

#contact .nf-field-container { margin-bottom: 15px; }

#contact .submit-field input {
	background: #71ACB0;
	color: #FFF;
	text-transform: uppercase;
	border: none;
	width: 200px;
	margin: 0 auto;
	display: block;
	font-size: 13px;
	font-weight: 600;
	padding: 12px 0;
	border-radius: 3px;
}

#contact .submit-field input:disabled { background: #B7B7B7; }

#contact .nf-after-form-content {
	text-align: center;
	bottom: 8px;
}

#contact .nf-after-form-content .nf-error-msg {
	font-weight: 400;
	color: #000;
}

@media screen and (max-width: 979px) {
	#contact .content-wrap h2 { margin: 32px 2px 10px; }
}

@media screen and (max-width: 568px) {
	#contact .name-field, #contact .email-field,
	#contact .phone-field, #contact .contact-field { width: 100%; float: none; margin: 0 0 15px; }
	#contact .submit-field input { width: 100%; }
	#contact .nf-after-form-content { position: inherit; text-align: center; }
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 1220px) {

}

@media screen and (max-width: 979px) {

}

@media screen and (min-width: 768px) {
	.site-content { padding-top: 130px; }
}

@media only screen and (max-device-width: 767px) {

}

@media screen and (max-width: 767px) {
	#primary-header, #primary-nav { display: none; }
	#mobile-header { display: block; }
	.site-content { padding-top: 50px; }
}

@media screen and (max-width: 568px) {

}
