/*
Theme Name: CareNation Wordpress Theme
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: Sam at Gsquared 
Desc
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,700);

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

a {
  text-decoration: none;
}

a, p, span, ul, li, address, input, textarea {
  font-family: 'Raleway', sans-serif;
  line-height: 22px;
}

textarea {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #909090;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h1, h2, h3, h4 {
  color: #164856;
  margin-bottom: 10px;
}

p {
  line-height: 20px;
  margin-bottom: 10px;
}

body {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.section {
  display: block;
  width: 100%;
  float: left;
  min-height: 300px;
  padding: 20px 0px 50px 0px;
}
.section h3 {
  color: #fff;
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 30px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
.section h3:after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 80px;
  height: 3px;
  left: 50%;
  margin-left: -40px;
  background-color: rgba(255, 255, 255, 0.5);
}

.site-inner {
  width: 1080px;
  margin: 0 auto;
  padding: 0px;
  box-sizing: border-box;
  overflow: hidden;
  max-width:100%;
}
@media only screen and (max-width: 1024px) {
  .site-inner {
    width: 95%;
    margin: 0px 2.5%;
  }
}

.cta {
  font-size: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #f47521;
  color: #fff;
  display: inline-block;
  position: relative;
  border: 0;
  font-weight: 600;
  padding: 6px 27px;
  margin:0 5px;
  border-bottom: 4px solid #ba520b;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.cta:hover {
  background-color: #ba520b;
  border-bottom: 4px solid #f47521;
}

.cta.blue {
  background: #1E6073;
  color: #fff;
  display: inline-block;
  position: relative;
  border: 0;
  font-weight: 600;
  padding: 6px 27px;
  border-bottom: 5px solid #164856;
}
.cta.blue:hover {
  background-color: #3197b5;
}

.o-btn{
  font-size: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #f47521;
  color: #fff;
  display: inline-block;
  position: relative;
  border: 0;
  font-weight: 600;
  padding: 6px 27px;
  margin:0 5px;
}

header#site-header .header-top {
  padding: 0px 0;
  background: #fff;
  text-align: left;
  display: block;
  display: block;
  width: 100%;
  float: left;
}
@media only screen and (max-width: 30em) {
  header#site-header .header-top .site-inner {
    display: block;
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
  }
}
header#site-header .header-top ul {
  display: inline-block;
  position: relative;
}
header#site-header .header-top ul li {
  display: inline-block;
  color: #000;
  margin: 0 5px;
  padding: 15px 0px;
  position: relative;
}
header#site-header .header-top ul li:before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0px;
  width: 100%;
  background-color: #1E6073;
  content: '';
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
header#site-header .header-top ul li:hover:before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 4px;
  width: 100%;
  background-color: #1E6073;
  content: '';
}
header#site-header .header-top ul li a {
  color: #000;
  font-size: 14px;
  display: block;
}
header#site-header .header-top ul li i {
  color: #164856;
}
header#site-header .header-top .contact {
  float: left;
}
@media only screen and (max-width: 767px) {
  header#site-header .header-top .contact a span {
    display: none;
  }
}
@media only screen and (max-width: 30em) {
  header#site-header .header-top .contact {
    float: right;
    width: 45%;
    display: none;
  }
}
@media only screen and (max-width: 30em) {
  header#site-header .header-top .contact ul {
    float: right;
  }
}
@media only screen and (max-width: 30em) {
  header#site-header .header-top .contact ul li {
    margin: 0px 0px 0px 5px;
    background-color: #f47521;
    float: right;
  }
}
@media only screen and (max-width: 30em) {
  header#site-header .header-top .contact ul li a {
    padding: 0px 15px;
  }
  header#site-header .header-top .contact ul li a span {
    display: none;
  }
  header#site-header .header-top .contact ul li a i {
    display: block;
    color: #fff;
  }
}
header#site-header .header-top .contact i {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  header#site-header .header-top .contact a {
	  padding: 0 5px;
  }
  header#site-header .header-top .contact i {
	  margin-right: 0;
  }
}
@media only screen and (max-width: 30em) {
  header#site-header .header-top .contact i {
    margin: 0px 0px 0px 0px;
  }
}
header#site-header .header-top #sub-nav {
  float: right;
}
@media only screen and (max-width: 30em) {
  header#site-header .header-top #sub-nav {
    display: none;
  }
}
header#site-header .header-content {
  padding: 15px 0;
  background: #1E6073;
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 30em) {
  header#site-header .header-content {
    border-bottom: #164856 solid 10px;
    border-top: #164856 solid 10px;
  }
}
header#site-header .header-content .site-inner {
  position: relative;
  overflow: visible;
}
header#site-header .header-content .logo {
  float: left;
}
header#site-header .header-content .menu-btn, header#site-header .header-content .phone-icon {
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 5px;
  display: none;
}
header#site-header .header-content .menu-btn {
  font-size: 22px;
  right: 16px;
  padding: 10px;
}
header#site-header .header-content .phone-icon {
  font-size: 21px;
  top: 17px;
  right: 62px;
}
header#site-header .header-content .phone-icon a {
	color:#fff;
	padding:10px;
}
@media only screen and (max-width: 30em) {
  header#site-header .header-content .menu-btn, header#site-header .header-content .phone-icon {
    display: block;
  }
}
header#site-header .header-content .account-block {
  position: absolute;
  top: 0px;
  right: 20px;
  text-align: left;
  float: right;
  color: #fff;
  z-index: 999;
}
header#site-header .header-content .account-block .account-inner {
  padding: 0px 0px 0px 0px;
}
header#site-header .header-content .account-block .account-block-img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
header#site-header .header-content .account-block .account-block-img img {
  width: 50px;
  border: 2px solid #fff;
  -webkit-border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  -ms-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
}
header#site-header .header-content .account-block .account-block-content {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  padding-top: 9px;
}
header#site-header .header-content .account-block .account-block-content .user-name {
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
header#site-header .header-content .account-block .account-block-content .user-type {
  font-size: 14px;
}
header#site-header .header-content .account-block #account-down {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  color: #fff;
  margin-top: 25px;
}

.account-block.actived #account-block-menu {
  display: block;
}

#account-block-menu {
  display: none;
  background: #fff;
  z-index: 99;
  position: absolute;
  right: -3px;
  top: 60px;
  background: transparent;
}
#account-block-menu ul {
  width: 200px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px #1E6073 solid;
  position: relative;
}
#account-block-menu ul:after {
  right: 3px;
  top: -10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(172, 0, 53, 0);
  border-bottom-color: #fff;
  border-width: 5px;
}
#account-block-menu ul li {
  width: 100%;
  background-color: #fff;
  padding: 5px 5%;
  color: #1E6073;
  box-sizing: border-box;
  font-weight: 600;
  border-top: rgba(22, 72, 86, 0.4) 1px dashed;
}
#account-block-menu ul li i {
  width: 20px;
}
#account-block-menu ul li:hover {
  background-color: #164856;
}
#account-block-menu ul li:hover a {
  color: #fff;
}
#account-block-menu ul li:first-child {
  border: 0;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -ms-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}
#account-block-menu ul li:last-child {
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -ms-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}
#account-block-menu ul li a {
  display: block;
  color: #1E6073;
  font-size: 14px;
}

nav#main-nav {
  background: #164856;
  display: block;
  width: 100%;
  float: left;
}
@media only screen and (max-width: 30em) {
  nav#main-nav {
    display: none;
  }
}
nav#main-nav .nav-inner {
  position: relative;
}
nav#main-nav #mb-btn {
  color: #fff;
  font-size: 35px;
  display: none;
  padding: 0 10px;
}
nav#main-nav #site-nav {
  display: inline-block;
  padding: 5px 0;
  width: 100%;
}
nav#main-nav #site-nav ul li {
  padding: 10px 10px;
  display: inline-block;
  color: #fff;
}
nav#main-nav #site-nav ul li a {
  color: #fff;
  font-size: 16px;
}
nav#main-nav #site-nav ul .inbox {
  float: right;
  padding-right: 35px;
}

.menu-short-header-menu-container{
  float: right;
  width: auto;
  margin-top: 20px;
}
@media only screen and (max-width: 30em) {
  .menu-short-header-menu-container, .menu-pre-header-container {
    display: none;
  }
}
.menu-short-header-menu-container ul,
.menu-pre-header-container ul {
  display: block;
  width: 100%;
  float: left;
}
.menu-short-header-menu-container ul li,
.menu-pre-header-container ul li {
  display: inline-block;
  margin: 0px 0px 0px 20px;
}
.menu-short-header-menu-container ul li a,
.menu-pre-header-container ul li a {
  color: #fff;
  font-size: 18px;
}

.pushy .menu-short-header-menu-container,
.pushy .menu-pre-header-container{
  display: block;
}
.pushy .menu-short-header-menu-container ul li,
.pushy .menu-pre-header-container ul li {
  margin: 0px 0px 0px 0px;
  width: 100%;
}

body.blog .section.main,
body.single-post .section.main {
  float: left;
  width: 70%;
  box-sizing: border-box;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  body.blog .section.main,
  body.single-post .section.main {
    width: 65%;
  }
}
@media only screen and (max-width: 30em) {
  body.blog .section.main,
  body.single-post .section.main {
    width: 100%;
  }
}
body.blog .page-title,
body.single-post .page-title {
  margin-bottom: 20px;
}
body.blog .page-title h1,
body.single-post .page-title h1 {
  line-height: 50px;
}
@media only screen and (max-width: 30em) {
  body.blog .page-title h1,
  body.single-post .page-title h1 {
    font-size: 33px;
  }
}
body.blog .blog-container .blog-block,
body.single-post .blog-container .blog-block {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: #e3e3e3 1px solid;
}
body.blog .blog-container .blog-block h3,
body.single-post .blog-container .blog-block h3 {
  color: #164856;
  display: block;
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 30px;
  position: relative;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}
body.blog .blog-container .blog-block .cta{
  font-size:16px;
}
body.blog .blog-container .more-link,
body.single-post .blog-container .more-link {
  display: none;
}
body.blog aside,
body.single-post aside {
  float: left;
  width: 25%;
}
@media only screen and (max-width: 768px) {
  body.blog aside,
  body.single-post aside {
    width: 35%;
  }
}
@media only screen and (max-width: 30em) {
  body.blog aside,
  body.single-post aside {
    width: 100%;
  }
}
body.blog aside .sidebar-block,
body.single-post aside .sidebar-block {
  background-color: #f7f7f7;
  box-sizing: border-box;
  padding: 20px 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  float: left;
  width: 100%;
}
body.blog aside .sidebar-block h4, body.blog aside .sidebar-block p, body.blog aside .sidebar-block a,
body.single-post aside .sidebar-block h4,
body.single-post aside .sidebar-block p,
body.single-post aside .sidebar-block a {
  display: block;
  width: 100%;
  float: left;
}
body.blog aside .sidebar-block .cta,
body.single-post aside .sidebar-block .cta {
  font-size: 13px;
  float: left;
  width: auto;
}
body.blog aside .sidebar-block .cta.push,
body.single-post aside .sidebar-block .cta.push {
  margin-bottom: 20px;
}
body.blog aside .sidebar-block.contact a,
body.single-post aside .sidebar-block.contact a {
  color: #164856;
  font-weight: 600;
}
body.blog aside .sidebar-block.contact a i,
body.single-post aside .sidebar-block.contact a i {
  width: 20px;
}
@media only screen and (max-width: 768px) {
  body.blog aside .sidebar-block.contact a i,
  body.single-post aside .sidebar-block.contact a i {
    display: none;
  }
}

.slideshow {
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #e3e3e3;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  float: left;
}
@media only screen and (max-width: 30em) {
  .slideshow {
    min-height: 500px;
  }
}
.slideshow .cycle .cycle-slide {
  min-height: 100vh;
  width: 100%;
}
@media only screen and (max-width: 30em) {
  .slideshow .cycle .cycle-slide {
    height: 100vh;
  }
}
.slideshow .cycle .cycle-slide h1 {
  position: absolute;
  top: 16vh;
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 30em) {
  .slideshow .cycle .cycle-slide h1 {
    text-align: center;
    top: 25vh;
  }
}
.form .label {
	font-size:18px;
	font-weight:500;
	display:block;
	color:#000;
	margin-bottom:10px;
}
.form .field {
	border:2px solid #c2c0c0;
	box-sizing: border-box;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:10px 20px;
	line-height:120%;
	width:100%;
	font-family:"Raleway",sans-serif;
	font-size:18px;
	color:#404040;
	font-weight:500;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	position:relative;
	background:transparent;
}
.form .field:focus {
	border-color:#f47521;
	outline: none;
}
.form ::-webkit-input-placeholder 	{ color: #c2c0c0; opacity:1; }
.form ::-moz-placeholder 			{ color: #c2c0c0; opacity:1; }
.form :-ms-input-placeholder 		{ color: #c2c0c0; opacity:1; }
.form :-moz-placeholder 			{ color: #c2c0c0; opacity:1; }
.btn, a {
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.btn {
	cursor:pointer;
	display:inline-block;
	min-width:180px;
	padding:12px 12px 11px;
	border-radius:3px;
	color:#fff;
	text-align:center;
	line-height:100%;
	font-size:20px;
	font-weight:600;
	border-style:none none solid;
	border-width:0 0 5px;
}

.btn-primary {
	background:#f47521;
	border-color:transparent transparent #ba520b;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background-color:#f48921;
}

.btn-secondary {
	background:#1e6073;
	border-color:transparent transparent #164856;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
	background-color:#267187;
}

.btn-primary-inverse {
	background:#fff;
	border-color:transparent transparent #ba520b;
	color:#ba520b;
}

.btn-primary-inverse:hover, .btn-primary-inverse:active, .btn-primary-inverse:focus {
	background-color:#ffdfca;
}

.btn-secondary-inverse {
	background:#fff;
	border-color:transparent transparent #164856;
	color:#164856;
}

.btn-secondary-inverse:hover, .btn-secondary-inverse:active, .btn-secondary-inverse:focus {
	background-color:#d0eef7;
}

.btn-grey {
	background:#fff;
	border-color:#c2c0c0;
	border-style:solid;
	border-width:2px 2px 5px;
	color:#c2c0c0;
}

.btn-grey:hover, .btn-grey:active, .btn-grey:focus {
	color:#1e6073;
	border-color:#1e6073;
}

.btn-lg {
	padding:30px 45px;
}
.hero {
  padding: 0px 0px 0px 0px;
  min-height: 530px;
  background:url('images/banner-bg.jpg') repeat-x;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  position:relative;
  overflow: hidden;
}
.hero .site-inner {
	/*background:url('images/banner-women.png') no-repeat bottom left;*/
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	overflow:visible;
	position:absolute;
	left:50%;
	top:0;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
	max-height: 536px;
}
.hero .hero-text {
	width:380px;
    padding:40px 30px;
	background:#fff;
	float:right;
    margin: 47px 0 52px;
	text-align:center;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	position: relative;
	z-index: 2;
}
.hero .half {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 30px 30px;
  margin-top: 60px;
  float: left;
  width: 70%;
  margin-left: 15%;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .hero .half {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 30em) {
  .hero .half {
    margin-left: 0px;
    width: 100%;
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 30em) {
  .hero h1 {
    font-size: 35px;
  }
}
.hero h1, .hero h2, .hero h3, .hero p {
  color: #164856;
}
.hero h1 {
  	font-weight:700;
	font-size:42px;
	line-height:100%;
	margin-bottom: 24px;
}
.hero h2 {
	font-size:18px;
	margin:0;
	line-height:24px;
	margin:0 25px 22px;
	font-weight:500;
}
.hero .field {
	background:#fff;
}
.hero h1 span {
  border-bottom: #164856 solid 3px;
}
@media only screen and (max-width: 30em) {
  .hero p, .hero h2 {
    width: 100%;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 30em) {
  .hero .cta {
    padding-left: 0px;
    padding-right: 0px;
    width: 44%;
  }
  .hero h1 {
	font-size:33px;
  }
}
#hero-search-form h4 {
	color:#f47521;
	font-weight:700;
	font-size:18px;
	text-transform:uppercase;
	margin:0 0 16px;
}
#hero-search-form .btn-primary {
	text-transform:none;
	margin-top:20px;
}
@media only screen and (max-width: 991px) {
	.hero {
		min-height:initial;
	}
	.hero .site-inner {
		background:none;
		position:relative;
		top:auto;
		left:auto;
		-webkit-transform:translateX(0);
		-moz-transform:translateX(0);
		-ms-transform:translateX(0);
		-o-transform:translateX(0);
		transform:translateX(0);
		width:100%;
		margin:0;
	}
	.hero .hero-text {
		background:none;
		box-shadow:none;
		border-radius:0;
		width:518px;
		margin:0 auto;
		max-width:100%;
		float:none;
		box-sizing:border-box;
	}
	.hero .field {
		width:400px;
	}	
}
@media only screen and (max-width: 30em) {
	#hero-search-form .btn-primary {
	  width:100%;
	  margin-top:10px;
  	}
  	.hero .field {
		width:100%;
	}	
}



.hero .bx-wrapper {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    position: absolute;
    top: 0;
    display: block;
}

@media only screen and (max-width: 1020px) {
  .hero .bx-wrapper {
    display: none;
  }
}

.hero .bx-wrapper .bx-controls {
  position: relative;
  bottom: 60px;
}


.hero .bx-wrapper .bx-controls-direction {
    display: none;
}

.how-it-works {
  background: #fff;
  border-top: 23px #164856 solid;
  padding-top:10px;
  padding-bottom:65px;
}
.how-it-works h3 {
  color: #164856;
  font-size: 24px;
}
.how-it-works h3:after {
  background-color: #1E6073;
}
.how-it-works p {
	color:#164856;
	font-size:16px;
	line-height:22px;
	text-align:center;
	max-width:715px;
	margin:0 auto;
	clear:both;
	display:block;
}
.how-it-works .step {
  float: left;
  width: 25%;
  margin:25px 12.5% 0 0;
  min-height: 200px;
  text-align: center;
  position: relative;
}
.how-it-works .step:last-child {
	margin-right:0;
}
.video-section{
  background: #1e6073;
  padding: 70px 0px;
  text-align:left;
}
.video-section .half {
	float:right;
	text-align:left;
	color:#fff;
	font-size:18px;
	line-heigt:24px;
}
.video-section .half:last-child {
	width:46%;
	margin-right:5%;
}
.video-section .half:first-child {
	width:49%;
	margin-right:0;
}
.video-section .video {
	background: url('images/video-title-bottom.png') no-repeat bottom center;
	padding-bottom:100px;
}
.reponsive-iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-section h3 {
	font-size:42px;
	font-weight:700;
	margin:0 0 35px;
	padding:0;
}
.video-section h3::after {
	background:none;
}
.video-section p {
	line-height:24px;
	margin:0;
}
.video-section p strong {
	font-weight:700;
}
.video-section ul {
	margin:10px 0 21px;
}
.video-section ul li {
	margin-bottom:10px;
	position:relative;
	padding-left:26px;
}
.video-section ul li::before {
	content:'\f00c';
	font-family:'FontAwesome';
	color:#f47521;
	position:absolute;
	left:0;
	top:0;
}
.video-section .btn {
	margin-top:7px;
}
@media only screen and (max-width: 1100px){
  .video-section .half:first-child, .video-section .half:last-child {
	  float:none;
	  width:518px;
	  max-width:100%;
	  margin:0 auto;
  }
  .video-section .half:last-child {
	  margin-top:40px;
  }
}
@media only screen and (max-width: 991px){
	.video-section h3 {
		font-size:30px;
		text-align:left;
	}
}
@media only screen and (max-width: 550px){
  .video-section iframe{
    width:100%;
  }
}
.video-section .site-inner{
  
  text-align: right;
}
@media only screen and (max-width: 30em) {
  .how-it-works .step {
    width: 48%;
  }	
}
.how-it-works .step h4 {
	color:#f47521;
	font-size:22px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:10px;
}
.how-it-works .step p {
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #164856;
}
.how-it-works .step img {
  width: 225px;
  max-width:100%;
  margin: 0;
  height: auto;
}
@media only screen and (max-width: 991px) {
	.how-it-works .step {
		width: 28%;
		margin-right:7.5%;
	}
  .how-it-works .step h4 {
	  font-size:18px;
  }
}
@media only screen and (max-width: 767px) {
	.how-it-works .step, .how-it-works .step:last-child {
		width:225px;
		max-width: 100%;
		margin-right:auto;
		margin-left:auto;
		float:none;
	}

}
.services {
  background: url(images/hero-three.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.services h3 {
  color: #164856;
  font-size: 24px;
}
.services .site-inner div.service-types {
  float: left;
  width: 32%;
  padding: 1.5% 1.5% 1.5% 1.5%;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 2%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.services .site-inner .service-cta{
  text-align: center;
}
.services .site-inner .service-cta a{
    margin-top:15px;
}
@media only screen and (max-width: 768px) {
  .services .site-inner div.service-types {
    width: 49%;
    margin: 0px 0px 10px 0px !important;
  }
  .services .site-inner div.service-types:nth-child(even) {
    float: right;
  }
}
@media only screen and (max-width: 30em) {
  .services .site-inner div {
    width: 100%;
    margin: 0px 0px 10px 0px !important;
    float: left;
  }
  .services .site-inner div .btn {
	  width:100%;
	  margin-top:15px;
  }
}
.services .site-inner div h3 {
  overflow: visible;
}
.services .site-inner div:nth-child(3), .services .site-inner div:nth-child(6) {
  margin-left: 2%;
  margin-right: 2%;
}
.services .site-inner div:nth-child(2) h4 {
  background: url("images/meal.png") no-repeat 0px 0px;
  background-size: 30px;
}
.services .site-inner div:nth-child(3) h4 {
  background: url("images/al-care.png") no-repeat 0px 0px;
  background-size: 30px;
}
.services .site-inner div:nth-child(4) h4 {
  background: url("images/companion.png") no-repeat 0px 0px;
  background-size: 30px;
}
.services .site-inner div:nth-child(5) h4 {
  background: url("images/housekeeping.png") no-repeat 0px 0px;
  background-size: 30px;
}
.services .site-inner div:nth-child(6) h4 {
  background: url("images/transport.png") no-repeat 0px 0px;
  background-size: 30px;
}
.services .site-inner div:nth-child(7) h4 {
  background: url("images/personal-care.png") no-repeat 0px 0px;
  background-size: 30px;
}
.services .site-inner div h4 {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 10px 0px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 40px;
}
.services .site-inner div p {
  font-size: 14px;
}

.testimonials {
  background-color: #e3e3e3;
}
.testimonials h3 {
  color: #164856;
}
.testimonials .testimonials-container .half {
  float: left;
  width: 49%;
}
.testimonials .testimonials-container .half:first-child {
  margin-right: 2%;
}
@media only screen and (max-width: 30em) {
  .testimonials .testimonials-container .half {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
}
.testimonials .testimonials-container img {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  border-radius: 200px;
  float: left;
  width: 20%;
}
.testimonials .testimonials-container .content-container {
  display: block;
  width: 100%;
  float: left;
  background-color: #fff;
  box-sizing: border-box;
  padding: 4% 2.5%;
  margin-bottom: 30px;
  position: relative;
}
.testimonials .testimonials-container .content-container p {
  font-size: 14px;
  line-height: 20px;
}
.testimonials .testimonials-container .content-container:after {
  left: 8%;
  bottom: -18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(172, 0, 53, 0);
  border-top-color: #fff;
  border-width: 10px;
}
.testimonials .testimonials-container .content-container p:last-child {
  margin-bottom: 0px;
}
.testimonials .testimonials-container .name-block {
  float: left;
  width: 75%;
  margin: 20px 0px 0px 5%;
}
@media only screen and (max-width: 30em) {
  .testimonials .testimonials-container .name-block {
    margin-top: 0px;
  }
}
.testimonials .testimonials-container .name-block h3 {
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
}
.testimonials .testimonials-container .name-block h3:after {
  display: none;
}
.testimonials .testimonials-container .name-block p {
  font-weight: 600;
  display: block;
  width: 100%;
  float: left;
  margin: 0px 0px 0px 0px;
  font-size: 14px;
}
#footer-ctas {
	clear:both;
}
#footer-ctas .half {
	width:50%;
	float:left;
	color:#fff;
	text-align:center;
	padding:38px 0;
}
#footer-ctas .half:first-child {
	background:#f47521;
}
#footer-ctas .half:last-child {
	background:#1e6073;
}
#footer-ctas h3 {
	font-weight:700;
	font-size:28px;
	margin:0 2% 22px;
	color:#fff;
}
@media only screen and (max-width: 991px) {
  #footer-ctas h3 {
	  font-size:24px;
  }
}
@media only screen and (max-width: 767px) {
  #footer-ctas .half {
	  float:none;
	  width:100%;
  }
}
.page-title {
  background-color: #f7f7f7;
  padding: 20px 0px;
  display: block;
  width: 100%;
  float: left;
}
.page-title h1 {
  margin: 0px 0px 0px 0px;
  display: block;
  width: 100%;
  float: left;
}

.page-template-default .section.main h1, .page-template-default .section.main h2, .page-template-default .section.main h3, .page-template-default .section.main h4, .page-template-default .section.main h5, .page-template-default .section.main h6 {
  text-align: left;
  color: #1E6073;
  margin: 12px 0px;
  padding-bottom: 0px;
}
.page-template-default .section.main h1:after, .page-template-default .section.main h2:after, .page-template-default .section.main h3:after, .page-template-default .section.main h4:after, .page-template-default .section.main h5:after, .page-template-default .section.main h6:after {
  display: none;
}
.page-template-default .section.latest-post {
  background-color: #1E6073;
  min-height: 0px;
}
.page-template-default .section.latest-post h3 {
  text-align: left;
  position: relative;
  color: #fff;
  margin: 0px 0px 30px 0px;
  color: #fff;
}
.page-template-default .section.latest-post h3:after {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 80px;
  content: '';
  height: 1px;
  background-color: #fff;
}
.page-template-default .section.latest-post .entry {
  float: left;
  width: 32%;
}
@media only screen and (max-width: 30em) {
  .page-template-default .section.latest-post .entry {
    display: block;
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
  }
}
.page-template-default .section.latest-post .entry * {
  color: #fff;
}
.page-template-default .section.latest-post .entry h4 {
  font-size: 20px;
  line-height: 24px;
}
.page-template-default .section.latest-post .entry:nth-child(3) {
  margin-left: 2%;
  margin-right: 2%;
}
@media only screen and (max-width: 30em) {
  .page-template-default .section.latest-post .entry:nth-child(3) {
    margin: 20px 0px;
  }
}
.page-template-default .section.latest-post .entry .cta {
  display: none;
}

.wpcf7 {
  float: left;
  width: 45%;
 font-family: 'Raleway', sans-serif;
}
.wpcf7 .wpcf7-form-control-wrap input,
.wpcf7 .wpcf7-form-control-wrap textarea {
  display: block;
  width: 100%;
  float: left;
  font-family: 'Raleway', sans-serif;
  box-sizing: border-box;
  padding: 7px 5px;
  border: 1px solid #164856;
  margin: 0px 0px 15px 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.wpcf7 .wpcf7-form-control-wrap textarea{
  height: 198px;
}
.wpcf7 br {
  display: none;
}
.wpcf7 input[type="submit"] {
  background: #f47521;
  color: #fff;
  display: inline-block;
  position: relative;
  border:0;
  border-bottom: 4px solid #ba520b;
  font-weight: 600;
  padding: 6px 27px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  float: left;
  clear: both;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.wpcf7 input[type="submit"]:hover{
    background-color: #ba520b;
  border-bottom: 4px solid #f47521;
}
.wpcf7 span.wpcf7-not-valid-tip {
  font-weight: 600;
  font-size: 12px;
  float: left;
  clear: both;
}
.wpcf7 .wpcf7-response-output {
  float: left;
  width: 100%;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  padding: 10px 20px;
}

#site-footer {
  background: #343434;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 50px;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  display: block;
  width: 100%;
  float: left;
}
#site-footer a, #site-footer h3 {
  color: #fff;
}
#site-footer h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
}
#site-footer .logo {
  margin-top: 1px;
  margin-bottom: 20px;
}
#site-footer .social i {
  margin-right: 10px;
}
#site-footer .copyright {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
#site-footer p, #site-footer ul, #site-footer li, #site-footer i {
  opacity: 0.8;
}
#site-footer p .address, #site-footer ul .address, #site-footer li .address, #site-footer i .address {
  margin-top: 10px;
  margin-bottom: 10px;
}
#site-footer .contact-details li {
  padding-left: 30px;
  position: relative;
}
#site-footer .contact-details li:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #fff;
  font-size: 13px;
  padding-right: 0em;
  position: absolute;
  top: 0px;
  left: 0;
}
#site-footer .contact-details .phone:after {
  content: '\f095';
}
#site-footer .contact-details .address:after {
  content: '\f015';
}
#site-footer .contact-details .email:after {
  content: '\f003';
}
#site-footer .contact-details .map:after {
  content: '\f041';
}
#site-footer h3 {
  font-weight: 600;
}
#site-footer .footer-content {
  overflow: hidden;
}
#site-footer .fourth {
  display: inline-block;
  width: 25%;
  float: left;
}
@media only screen and (max-width: 768px) {
  #site-footer .fourth {
    width: 33%;
  }
}
@media only screen and (max-width: 30em) {
  #site-footer .fourth {
    width: 100%;
    margin-bottom: 20px;
  }
  #site-footer .fourth:nth-child(4) {
    display: block;
    width: 100%;
    float: left;
  }
}
#site-footer .fourth img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #site-footer .fourth img {
    width: 90%;
  }
}
@media only screen and (max-width: 30em) {
  #site-footer .fourth img {
    max-width: 50%;
    height: auto;
  }
}
#wpcf7-f91-p26-o1{
  width:100%;
}
.col-2{
  width:50%;
  float:left;
  box-sizing:border-box;
  padding: 0 15px;
}
.form-top{
  padding-left: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width:550px){
  .col-2{
    width:100%;
  }
}

.page-template-default .main p{
    line-height: 22px;
    margin-bottom: 15px;
}
.page-template-default .main em{
  font-style: italic;
}
.page-template-default .main strong{
  font-weight: bold;
}
.page-template-default .main ul {
  list-style: disc;
  padding-left: 22px;
}
.page-template-default .main ul li{
    line-height: 22px;
    margin-bottom: 2px;
}

.page-template-default .main h3{
  float:none;
}

.parsley-custom-error-message {
  color: red;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  top: 5px;
}

.phone-number i {
  font-size: 15px;
}

.about-img {
  max-width: 100%;
  margin-bottom: 15px;
}