html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
body {
  background: url(img/background.png);
  color: #383838;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  margin: 0;
}
body .wrapper {
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 1200px;
}
@media all and (max-width: 1200px) {
  body .wrapper {
    width: 1000px;
  }
}
@media all and (max-width: 1020px) {
  body .wrapper {
    width: 900px;
  }
}
@media all and (max-width: 950px) {
  body .wrapper {
    width: 800px;
  }
}
@media all and (max-width: 820px) {
  body .wrapper {
    width: 760px;
  }
}
@media all and (max-width: 780px) {
  body .wrapper {
    width: 560px;
  }
}
@media all and (max-width: 600px) {
  body .wrapper {
    width: 460px;
  }
}
@media all and (max-width: 480px) {
  body .wrapper {
    width: 300px;
  }
}
body a {
  color: #00a9b6;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
}
body p, .content ul {
  line-height: 1.5em;
}
body img {
  height: auto;
  max-width: 100%;
}
body #header,
body #body,
body #footer {
  clear: both;
}
#header .logo,
#header .information {
  display: inline-block;
  vertical-align: middle;
}
#header .logo {
  padding: 1em 0;
  padding-right: 2%;
  width: 45%;
}
@media all and (max-width: 1200px) {
  #header .logo {
    width: 30%;
  }
}
@media all and (max-width: 1020px) {
  #header .logo {
    display: none;
  }
}
#header .information {
  border-left: 1px solid #d8d7d2;
  padding-left: 2%;
  width: 50%;
}
@media all and (max-width: 1200px) {
  #header .information {
    margin: 1em 0;
    width: 65%;
  }
}
@media all and (max-width: 1020px) {
  #header .information {
    display: none;
  }
}
#header .information .row:first-child {
  border-bottom: 1px solid #d8d7d2;
  padding-bottom: 1em;
}
#header .information .row:last-child {
  padding-top: 1em;
}
#header .information .row .font-selector,
#header .information .row .help-links {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
}
#header .information .row .font-selector {
  padding-right: 1%;
  width: 29%;
}
#header .information .row .font-selector span {
  border-radius: 6px;
  display: inline-block;
  vertical-align: middle;
}
#header .information .row .font-selector span:not(.label) {
  background: #6d2e2d;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  height: 23px;
  padding: 3px 0 0;
  text-align: center;
  width: 22px;
}
#header .information .row .font-selector span.label {
  margin-right: 1em;
}
#header .information .row .font-selector span em {
  font-style: normal;
  vertical-align: middle;
}
#header .information .row .font-selector span em.smaller {
  font-size: 0.8em;
}
#header .information .row .font-selector span em.bigger {
  font-size: 1.2em;
}
#header .information .row .help-links {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 70%;
}
#header .information .row .help-links li {
  display: inline-block;
  vertical-align: middle;
}
#header .information .row .help-links li:first-child a {
  color: #6d2e2d;
}
#header .information .row .help-links li:not(:first-child):before {
  color: #c5c0c1;
  content: '|';
  display: inline-block;
  padding: 0 0.5em;
  vertical-align: middle;
}
#header .information .row .help-links li a {
  color: #4d4d4d;
}
#header .information .row .help-links li a:hover {
  color: #6d2e2d;
}
#header .information .row .call,
#header .information .row .button {
  display: inline-block;
  vertical-align: middle;
}
#header .information .row .call {
  border-right: 1px solid #d8d7d2;
  padding-right: 2%;
  width: 38%;
}
#header .information .row .call a:hover {
  opacity: 0.8;
}
#header .information .row .call a .img,
#header .information .row .call a .number {
  display: inline-block;
  vertical-align: middle;
}
#header .information .row .call a .img {
  padding-right: 2%;
  width: 18%;
}
#header .information .row .call a .img img {
  vertical-align: middle;
}
#header .information .row .call a .number {
  color: #000;
  font-family: 'Libre Baskerville', serif;
  padding-left: 2%;
  width: 78%;
}
#header .information .row .call a .number span,
#header .information .row .call a .number strong {
  display: block;
}
#header .information .row .call a .number span {
  font-size: 13px;
}
#header .information .row .call a .number strong {
  font-size: 20px;
  font-weight: 400;
}
#header .information .row .button {
  border-radius: 6px;
  padding-left: 4%;
  width: 55%;
}
#header .information .row .button a {
  color: #fff;
  text-decoration: none;
}
#header .information .row .button a:hover {
  opacity: 0.8;
}
#header .information .row .button a span,
#header .information .row .button a i {
  display: inline-block;
  vertical-align: top;
}
#header .information .row .button a span {
  background: #d3ba94;
  border-bottom: 2px solid #4a3b40;
  border-radius: 6px 0 0 6px;
  font-size: 18px;
  padding: 8px 15px;
  text-transform: uppercase;
}
#header .information .row .button a i {
  background: #b2976f;
  border-bottom: 2px solid #4a3b40;
  border-right: 2px solid #4a3b40;
  border-radius: 0 6px 6px 0;
  font-size: 23px;
  padding: 8px 10px;
}
#header .nav-links {
  background: #6d2e2d;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  position: relative;
  text-transform: uppercase;
}
@media all and (max-width: 1020px) {
  #header .nav-links {
    display: none;
  }
}
#header .nav-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#header .nav-links ul li {
  display: inline-block;
  padding: 1em 0;
  vertical-align: middle;
}
#header .nav-links ul li.current-menu-item {
  background: #fff;
}
#header .nav-links ul li.current-menu-item a {
  border-left: none;
  border-right: none;
  color: #6d2e2d;
}
#header .nav-links ul li a {
  border-left: 1px solid #491f1e;
  border-right: 1px solid #913d3c;
  color: #fff;
  display: block;
  padding: 0 2em;
}
@media all and (max-width: 1200px) {
  #header .nav-links ul li a {
    padding: 0 1em;
  }
}
#header .responsive-header {
  border-bottom: 2px solid #6d2e2d;
  display: none;
  list-style: none;
  margin: 0;
}
@media all and (max-width: 1020px) {
  #header .responsive-header {
    display: block;
  }
}
#header .responsive-header .responsive-logo,
#header .responsive-header .responsive-menu {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 5%;
}
#header .responsive-header .responsive-logo {
  width: 50%;
}
#header .responsive-header .responsive-logo img {
  height: auto;
  max-height: 70px;
  max-width: 100%;
}
#header .responsive-header .responsive-menu {
  text-align: right;
  width: 30%;
}
#header .responsive-header .responsive-menu a {
  color: #6d2e2d;
}
#header .responsive-header .responsive-phone {
  background: #491f1e;
}
#header .responsive-header .responsive-phone.hidden {
  display: none !important;
}
#header .responsive-header .responsive-phone a {
  display: block;
  color: #ffffff;
  margin: 0 5%;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
#header .responsive-header .responsive-phone a:hover {
  background: #502221;
}
#header .responsive-header .responsive-phone a i {
  margin-right: 10px;
}
#header .responsive-header .sub-menu {
  background: #913d3c;
  display: none;
}
#header .responsive-header .sub-menu ul {
  border-bottom: 1px solid #6d2e2d;
  border-top: 1px solid #491f1e;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .responsive-header .sub-menu ul.responsive-help-links {
  font-size: 14px;
}
#header .responsive-header .sub-menu ul.responsive-nav-links {
  font-size: 18px;
}
#header .responsive-header .sub-menu ul li {
  color: #ffffff;
  font-weight: 400 !important;
  padding: 0 5%;
}
#header .responsive-header .sub-menu ul li:last-child {
  font-weight: 700;
}
#header .responsive-header .sub-menu ul li a {
  color: #ffffff;
  display: block;
  padding: 10px;
  text-decoration: none;
}
#header .responsive-header .sub-menu ul li a:hover {
  background: #7b3433;
}
#header .responsive-header .sub-menu ul li a span {
  margin-right: 10px;
}
#body .page-header {
  background: #fff;
  background-position: right;
  background-repeat: no-repeat;
}
@media all and (max-width: 950px) {
  #body .page-header {
    background-size: contain;
    padding: 3em 0;
  }
}
#body .page-header .message-container {
  display: table;
  height: 378px;
  width: 100%;
}
@media all and (max-width: 950px) {
  #body .page-header .message-container {
    height: auto;
  }
}
#body .page-header .message-container .message {
  display: table-cell;
  vertical-align: middle;
  background:linear-gradient(45deg, rgba(255, 255, 255, .9), rgba(235, 235, 235, .0));
}
#body .page-header .message-container .message h3 {
  font-size: 36px;
  margin: 0;
  width: 40%;
}
@media all and (max-width: 1020px) {
  #body .page-header .message-container .message h3 {
    width: 80%;
  }
}
@media all and (max-width: 480px) {
  #body .page-header .message-container .message h3 {
    width: 100%;
  }
}
#body .page-header .message-container .message p {
  font-size: 24px;
  line-height: 1.5em;
  font-family: 'Source Sans Pro', sans-serif;
  width: 40%;
}
@media all and (max-width: 1020px) {
  #body .page-header .message-container .message p {
    width: 80%;
  }
}
@media all and (max-width: 480px) {
  #body .page-header .message-container .message p {
    width: 100%;
  }
}
#body .breadcrumbs ul {
  border-bottom: 1px solid #cdc6bb;
  list-style: none;
  margin: 0;
  padding: 2em 0 1em;
}
#body .breadcrumbs ul li {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
}
#body .breadcrumbs ul li:first-child {
  font-weight: 600;
}
#body .breadcrumbs ul li:last-child a {
  color: #767676;
}
#body .breadcrumbs ul li:not(:last-child):after {
  content: '\f105';
  display: inline-block;
  font-family: 'FontAwesome', sans-serif;
  font-weight: 700;
  margin: 0 0.5em 0 1em;
}
#body .breadcrumbs ul li a {
  color: #6d2e2d;
}
#body .form .index-form {
  background: #fff;
  border-bottom: 2px solid #c7cbdb;
  border-radius: 6px;
  border-right: 2px solid #c7cbdb;
}
#body .form .index-form form {
  text-align: center;
}
#body .form .index-form form .form-header {
  margin-bottom: 1.5em;
}
#body .form .index-form form .form-header h4 {
  border-bottom: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
  color: #6d2e2d;
  font-size: 21px;
  margin: 0;
  padding: 0.7em 0;
}
#body .form .index-form form .field-container {
  margin: 1em 0;
}
#body .form .index-form form .field-container#honeypot {
  display: none;
}
#body .form .index-form form .field-container.container-full .fieldLabel {
  text-align: left;
  font-size: 1.2em;
  display: block;
}
#body .form .index-form form .field-container.contains-select .field,
#body .form .index-form form .field-container.contains-select select {
  background: #F8F8F1;
  width: 100%;
  color: #000;
  border: 2px solid #eaeaea;
}
#body .form .index-form form .field-container.contains-select .error {
  margin-top: -1.8em;
  margin-bottom: 1.8em;
}
#body .form .index-form form .field-container.contains-select.container-not-valid .field,
#body .form .index-form form .field-container.contains-select.container-not-valid input[type="text"] {
  border-color: #f00;
}
#body .form .index-form form .field-container .field,
#body .form .index-form form .field-container input[type="text"],
#body .form .index-form form .field-container select,
#body .form .index-form form .field-container .button {
  border: 0;
  border-radius: 5px;
  outline: none;
}
#body .form .index-form form .field-container .field,
#body .form .index-form form .field-container input[type="text"],
#body .form .index-form form .field-container select {
  background: #c5c0c1;
  color: #fff;
  font-family: 'Libre Baskerville', serif;
  font-size: 16px;
  outline: none;
  padding: 0.7em 5%;
  width: 90%;
}
#body .form .index-form form .field-container .field::-webkit-input-placeholder,
#body .form .index-form form .field-container input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
#body .form .index-form form .field-container .button {
  background: #6d2e2d;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 0.7em 0;
  text-transform: uppercase;
  width: 100%;
}
#body .form .index-form form .field-container .button:hover {
  opacity: 0.7;
}
#body .form .index-form form .checkboxes {
  display: block;
  width: 100%;
  text-align: left;
}
#body .form .index-form form .checkboxes .interested {
  font-size: 1.2em;
}
#body .form .index-form form .checkboxes .fieldLabel {
  display: inline-block;
  width: 89%;
  vertical-align: top;
  padding-left: 1em;
}
#body .form .index-form form .checkboxes .contains-checkbox .field {
  width: 20px;
  height: 20px;
}
#body .form .index-form form .btn {
  background: #6C3130;
  width: 100%;
  border: 0;
  border-radius: 6px;
  padding: 0.7em 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif !important;
}
#page {
  padding: 1em 1em 3em;
  background: #fff;
  border-bottom: 1px solid #E2E2E2;
}
#Contact .submit-button {
  margin-top: 1em;
}
.form .index-form a.btn {
  padding: 0.6em 4em !important;
  line-height: 3em;
}
.form .index-form a.btn:hover {
  text-decoration: none;
  background: #8f4140 !important;
}
#footer .row-1 {
  background: #fff;
  padding: 2em 0;
}
#footer .row-1 .widget {
  display: inline-block;
  vertical-align: top;
  width: 28%;
}
@media all and (max-width: 780px) {
  #footer .row-1 .widget {
    padding-top: 20px;
    text-align: center;
    width: 100%;
  }
}
#footer .row-1 .widget:not(:first-child) {
  padding-left: 3%;
}
@media all and (max-width: 780px) {
  #footer .row-1 .widget:not(:first-child) {
    padding-left: 0;
  }
}
#footer .row-1 .widget:not(:last-child) {
  border-right: 1px solid #e2e2e2;
  padding-right: 4%;
}
@media all and (max-width: 780px) {
  #footer .row-1 .widget:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
    border-right: none;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
#footer .row-1 .widget h5 {
  color: #6d2e2d;
  font-size: 24px;
  margin: 0;
}
#footer .row-1 .widget ul {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
#footer .row-1 .widget ul li {
  font-size: 18px;
}
#footer .row-1 .widget ul li:not(:first-child) {
  padding-top: 0.7em;
}
#footer .row-1 .widget ul li:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 0.7em;
}
#footer .row-1 .widget ul li a {
  color: #00a9b6;
}
#footer .row-1 .widget ul li .date {
  color: #b2976f;
  text-transform: uppercase;
}
#footer .row-1 .widget img {
  display: inline-block;
  margin: 1em 1em 0 0;
  vertical-align: middle;
}
#footer .row-1 .widget p {
  font-size: 16px;
  padding-left: 42px;
}
#footer .row-1 .widget .excellence {
  background: url(img/footer-widget-badge.png) left no-repeat;
}
#footer .row-1 .widget .cpr {
  background: url(img/footer-widget-badge2.png) left no-repeat;
}
#footer .row-2 {
  background: #c5c2c3;
  color: #4a3b40;
  padding: 2em 0;
}
#footer .row-2 .left,
#footer .row-2 .right {
  display: inline-block;
  vertical-align: bottom;
}
#footer .row-2 .left {
  width: 54%;
}
@media all and (max-width: 950px) {
  #footer .row-2 .left {
    width: 100%;
  }
}
#footer .row-2 .left .locations {
  border-bottom: 1px solid #afa6a9;
  font-size: 16px;
  padding-bottom: 0.7em;
}
#footer .row-2 .left .locations .locations-row:not(:last-child) {
  margin-bottom: 1em;
}
#footer .row-2 .left .locations .locations-row .location {
  display: inline-block;
  vertical-align: top;
  width: 24%;
}
@media all and (max-width: 480px) {
  #footer .row-2 .left .locations .locations-row .location {
    padding-top: 20px;
    text-align: center;
    width: 100%;
  }
}
#footer .row-2 .left .locations .locations-row .location:not(:first-child) {
  padding-left: 5%;
}
@media all and (max-width: 480px) {
  #footer .row-2 .left .locations .locations-row .location:not(:first-child) {
    padding-left: 0;
  }
}
#footer .row-2 .left .locations .locations-row .location:not(:last-child) {
  border-right: 1px solid #afa6a9;
  padding-right: 6%;
}
@media all and (max-width: 480px) {
  #footer .row-2 .left .locations .locations-row .location:not(:last-child) {
    border-bottom: 1px solid #afa6a9;
    border-right: none;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
#footer .row-2 .left .locations .locations-row .location ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .row-2 .left .half {
  display: inline-block;
  font-size: 18px;
  padding: 0.7em 0;
  vertical-align: middle;
  width: 50%;
}
#footer .row-2 .left .half:last-child {
  text-align: right;
}
#footer .row-2 .left .half span,
#footer .row-2 .left .half a {
  display: inline-block;
  vertical-align: middle;
}
#footer .row-2 .left .half span {
  margin-right: 1em;
}
#footer .row-2 .left .half a {
  text-decoration: none;
}
#footer .row-2 .left .half a:not(:last-child) {
  margin-right: 0.5em;
}
#footer .row-2 .left .half a i {
  color: #fff;
  font-size: 30px;
}
#footer .row-2 .right {
  text-align: right;
  width: 46%;
}
@media all and (max-width: 950px) {
  #footer .row-2 .right {
    text-align: center;
    width: 100%;
  }
}
#footer .row-2 .right a.button {
  color: #fff;
  display: inline-block;
  margin-bottom: 3em;
  text-decoration: none;
}
@media all and (max-width: 950px) {
  #footer .row-2 .right a.button {
    margin: 1em 0;
  }
}
#footer .row-2 .right a.button:hover {
  opacity: 0.8;
}
#footer .row-2 .right a.button span,
#footer .row-2 .right a.button i {
  display: inline-block;
  vertical-align: top;
}
#footer .row-2 .right a.button span {
  background: #d3ba94;
  border-bottom: 2px solid #4a3b40;
  border-radius: 6px 0 0 6px;
  font-size: 18px;
  padding: 8px 15px;
  text-transform: uppercase;
}
@media all and (max-width: 480px) {
  #footer .row-2 .right a.button span {
    font-size: 16px;
  }
}
#footer .row-2 .right a.button i {
  background: #b2976f;
  border-bottom: 2px solid #4a3b40;
  border-right: 2px solid #4a3b40;
  border-radius: 0 6px 6px 0;
  font-size: 23px;
  padding: 8px 10px;
}
@media all and (max-width: 480px) {
  #footer .row-2 .right a.button i {
    font-size: 20px;
  }
}
#footer .row-2 .right p {
  font-size: 14px;
}
#footer .row-2 .right p a {
  color: #4a3b40;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
#body.page-index .slider {
  background: url(img/home-slider-slide-1-bg.png) no-repeat top right #fff;
  position: relative;
}
@media all and (max-width: 1550px) {
  #body.page-index .slider {
    background-size: cover;
  }
}
@media all and (min-width: 1501px) {
  #body.page-index .slider {
    background-size: auto 533px;
  }
}
#body.page-index .slider .arrow {
  color: #6d2e2d;
  cursor: pointer;
  font-size: 50px;
  position: absolute;
  text-shadow: 2px 2px #00555c;
}
#body.page-index .slider .arrow:hover {
  opacity: 0.8;
}
#body.page-index .slider .arrow.previous {
  left: 0;
}
#body.page-index .slider .arrow.next {
  right: 0;
}
#body.page-index .slider .bxslider {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#body.page-index .slider .bxslider .slide {
  height: 460px;
}
@media all and (max-width: 780px) {
  #body.page-index .slider .bxslider .slide {
    height: 230px;
    text-align: center;
  }
}
#body.page-index .slider .bxslider .slide.slide-1 .slider-content {
  padding: 4% 0 0 0;
  width: 50%;
}
@media all and (max-width: 1200px) {
  #body.page-index .slider .bxslider .slide.slide-1 .slider-content {
    width: 65%;
  }
}
@media all and (max-width: 1020px) {
  #body.page-index .slider .bxslider .slide.slide-1 .slider-content {
    width: 80%;
  }
}
@media all and (max-width: 780px) {
  #body.page-index .slider .bxslider .slide.slide-1 .slider-content {
    width: 100%;
  }
}
#body.page-index .slider .bxslider .slide .slider-content h3 {
  color: #4a3b40;
  font-size: 42px;
  margin: 0;
}
@media all and (max-width: 780px) {
  #body.page-index .slider .bxslider .slide .slider-content h3 {
    font-size: 30px;
  }
}
@media all and (max-width: 480px) {
  #body.page-index .slider .bxslider .slide .slider-content h3 {
    font-size: 25px;
  }
}
#body.page-index .slider .bxslider .slide .slider-content p {
  color: #464646;
  font-size: 24px;
}
@media all and (max-width: 780px) {
  #body.page-index .slider .bxslider .slide .slider-content p {
    font-size: 20px;
  }
}
#body.page-index .slider .bxslider .slide .slider-content .button {
  background: #d3ba94;
  border-bottom: 2px solid #4a3b40;
  border-right: 2px solid #4a3b40;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  padding: 8px 15px;
  text-transform: uppercase;
  text-decoration: none;
}
@media all and (max-width: 780px) {
  #body.page-index .slider .bxslider .slide .slider-content .button {
    display: none;
  }
}
#body.page-index .slider .bxslider .slide .slider-content .button:hover {
  opacity: 0.8;
}
#body.page-index .slider .slider-border {
  background: url(img/home-slider-border.png) left;
  bottom: -10px;
  height: 91px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9999;
}
@media all and (max-width: 780px) {
  #body.page-index .slider .slider-border {
    display: none;
  }
}
#body.page-index .row-1 {
  background: #e5e3df;
  padding: 1em 0 4em;
}
#body.page-index .row-1 .wrapper {
  overflow: visible;
}
#body.page-index .row-1 .content {
  width: 55%;
}
@media all and (max-width: 950px) {
  #body.page-index .row-1 .content {
    margin-bottom: 2em;
    text-align: center;
    width: 100%;
  }
}

/* Home COVID-19 Message */
#body.page-index .slider .home-slider {
	margin-bottom: 25px;
}

	#body.page-index .slider .home-slider .slide.slide-1 .slider-content {
		width: 700px;
		padding-top: 0;
		margin-top: 4%;
	}
	
	#body.page-index .slider .home-slider .slide .slider-content h3 {
		background: #6d2e2d;
		color: white;
		padding: 8px 16px;
		border-radius: 7px 7px 0 0;
		font-size: 40px;
	}
	
	#body.page-index .slider .home-slider .slide .slider-content p {
		font-size: 18px;
		margin-top: 5px;
		margin-bottom: 0;
		color: black;
	}
	
	#body.page-index .slider .home-slider .slide .slider-content .button {
		float: right;
		background: white;
		color: red;
		border-bottom: 3px solid red;
		border-right: 3px solid red;
		border-top: 1px solid red;
		border-left: 1px solid red;
	}

	.home-slider .slider-box-top {
		border: 1px solid #6d2e2d;
		padding: 18px;
		background-color: white;
	}
	
		.home-slider .slider-box-top h4 {
			font-size: 23px;
			margin-top: 0;
			margin-bottom: 10px;
			font-weight: 700;
		}
		
	.home-slider .slider-box-bottom-title {
		background-color: maroon;
		color: white;
		padding: 5px 13px;
		text-transform: uppercase;
	}	
	.home-slider .slider-box-bottom {
		border: 1px solid #6d2e2d;
		border-radius: 0 0 7px 7px;
		padding: 15px 18px;
		background-color: white;
	}		
		
		.home-slider .slider-box-bottom ul {
			list-style-type: none;
			padding-left: 0px;
		}
		
		.home-slider .slider-box-bottom .link, .page-header .message-container .link {
			font-family: 'Libre Baskerville', serif;
			color: red;
			text-shadow: 1px 1px #00000029;
		}
		
			.home-slider .slider-box-bottom .link {
				float: right;
				clear: right;
				display: block;
				font-size: 12px;
				margin-top: 10px;
				margin-bottom: 10px;
				padding-right: 10px;
			}
			
			.page-header .message-container .link {
				font-size: 16px;
			}
			
			.home-slider .slider-box-bottom .fa-plus-square {
				font-size: 14px;
			}
		
@media (max-width: 1550px) {
	#body.page-index .slider .home-slider .slide.slide-1 .slider-content {
		width: 600px;
	}
}

@media (max-width: 1200px) {
	#body.page-index .slider {
		background-position: 65% center;
	}
	#body.page-index .slider .home-slider {
		margin-bottom: 50px;
	}
}

@media (max-width: 1020px) {
	#body.page-index .slider .home-slider .slide.slide-1 .slider-content {
		width: 500px;
		margin-top: 15px;
	}
	#body.page-index .slider .home-slider .slide .slider-content h3 {
		font-size: 30px;
	}
	.home-slider .slider-box-top h4 {
		font-size: 19px;
	}
	#body.page-index .slider .home-slider .slide .slider-content p {
		font-size: 16px;
	}
}

@media (max-width: 780px) {
	#body.page-index .slider .home-slider {
		margin-bottom: 0;
	}
	#body.page-index .slider .home-slider .slide {
		height: auto;
	}
	#body.page-index .slider .home-slider .slide.slide-1 .slider-content {
		width: 100%;
		margin-bottom: 15px;
	}
	.home-slider .slider-box-bottom .link {
		float: none;
	}
}

@media (max-width: 480px) {
	#body.page-index .slider .wrapper {
		width: 95%;
	}
}
/* End COVID-19 Message */

#body.page-index .row-1 .content h3,
#body.page-index .row-1 .content h1 {
  color: #545e82;
  font-size: 36px;
  margin: 0;
}
#body.page-index .row-1 .content h4 {
  color: #b2976f;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 21px;
  font-weight: 600;
  margin: 0;
}
#body.page-index .row-1 .content ul {
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
}
#body.page-index .row-1 .content ul li {
  border-bottom: 1px solid #bbb1a4;
  color: #6d2e2d;
  display: inline-block;
  font-size: 18px;
  padding: 1em 0;
  text-transform: uppercase;
  width: 40%;
}
@media all and (max-width: 480px) {
  #body.page-index .row-1 .content ul li {
    width: 100%;
  }
}
#body.page-index .row-1 .content ul li:nth-child(odd) {
  margin-right: 17%;
}
@media all and (max-width: 480px) {
  #body.page-index .row-1 .content ul li:nth-child(odd) {
    margin-right: 0;
  }
}
#body.page-index .row-1 .form {
  position: absolute;
  right: 0;
  top: -75px;
  width: 35%;
  z-index: 9999;
}
@media all and (max-width: 950px) {
  #body.page-index .row-1 .form {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }
}
#body.page-index .row-1 .form .index-form {
  border: none !important;
  padding: 2em;
}
#body.page-index .row-2 {
  background: #f8f8f2 url(img/home-row-2-bg.png) 0 0 no-repeat;
  padding: 3em 0;
}
@media all and (max-width: 950px) {
  #body.page-index .row-2 {
    background-size: contain;
  }
}
#body.page-index .row-2 .content {
  margin-left: 45%;
  width: 55%;
}
@media all and (max-width: 950px) {
  #body.page-index .row-2 .content {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
}
#body.page-index .row-2 .content h3 {
  color: #6d2e2d;
  font-size: 36px;
  margin: 0;
}
#body.page-index .row-2 .content .quotes {
  border-top: 1px solid #dddddb;
  padding-top: 2em;
}
@media all and (max-width: 1020px) {
  #body.page-index .row-2 .content .quotes {
    display: none;
  }
}
#body.page-index .row-2 .content .quotes blockquote {
  color: #b2976f;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 40%;
}
#body.page-index .row-2 .content .quotes blockquote:first-child {
  border-right: 1px solid #dddddb;
  padding-right: 9%;
}
#body.page-index .row-2 .content .quotes blockquote:last-child {
  padding-left: 10%;
}
#body.page-index .row-2 .content .quotes blockquote p:first-child {
  margin-top: 0;
}
#body.page-index .row-2 .content .quotes blockquote p:last-child {
  margin-bottom: 0;
}
#body.page-index .row-2 .content a {
  background: #d3ba94;
  border-bottom: 2px solid #4a3b40;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-top: 1em;
  padding: 0.7em 1.3em;
  text-decoration: none;
  text-transform: uppercase;
}
#body.page-index .row-2 .content a:hover {
  opacity: 0.7;
}
#body.page-index .row-3 {
  background: url(img/home-row-3-bg.png);
  padding: 3em 0;
}
#body.page-index .row-3 .content,
#body.page-index .row-3 .image {
  display: inline-block;
  vertical-align: middle;
}
#body.page-index .row-3 .content {
  color: #fff;
  margin-right: 10%;
  width: 60%;
}
@media all and (max-width: 950px) {
  #body.page-index .row-3 .content {
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
}
#body.page-index .row-3 .content h3 {
  font-size: 36px;
  margin: 0;
}
#body.page-index .row-3 .content a {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-top: 1em;
  text-transform: uppercase;
}
#body.page-index .row-3 .image {
  width: 30%;
}
@media all and (max-width: 950px) {
  #body.page-index .row-3 .image {
    display: none;
  }
}
#body.page-blog {
  background: #f8f8f2;
}
#body.page-blog .page-header {
  background-image: url(img/blog-header.png);
}
#body.page-blog .row-1 {
  padding: 3em 0 3em;
}
#body.page-blog .row-1 .blog-title {
  color: #545e82;
  font-size: 36px;
  margin: 0;
}
#body.page-blog .row-1 .content,
#body.page-blog .row-1 .sidebar {
  display: inline-block;
  vertical-align: top;
}
#body.page-blog .row-1 .content {
  width: 65%;
}
@media all and (max-width: 780px) {
  #body.page-blog .row-1 .content {
    width: 100%;
  }
}
#body.page-blog .row-1 .content .post {
  margin: 2em 0;
  padding-bottom: 2em;
}
#body.page-blog .row-1 .content .post:first-child {
  margin-top: 1em;
}
#body.page-blog .row-1 .content .post:not(:last-child) {
  border-bottom: 1px solid #bbb1a4;
}
#body.page-blog .row-1 .content .post .blog-title {
  font-size: 36px;
  margin: 0 0 0.3em;
}
#body.page-blog .row-1 .content .post .meta {
  font-size: 18px;
  margin-bottom: 1em;
}
#body.page-blog .row-1 .content .post .meta span {
  color: #b2976f;
  text-transform: uppercase;
}
#body.page-blog .row-1 .content .post .thumbnail,
#body.page-blog .row-1 .content .post .summary:not(.full) {
  display: inline-block;
  margin-bottom: 1em;
  vertical-align: top;
}
#body.page-blog .row-1 .content .post .thumbnail {
  margin-right: 2%;
  width: 33%;
}
#body.page-blog .row-1 .content .post .summary:not(.full) {
  width: 65%;
}
#body.page-blog .row-1 .content .post .summary:not(.full) p {
  margin: 0 0 1em;
}
#body.page-blog .row-1 .content .post .summary a {
  color: #6d2e2d;
  font-size: 18px;
  font-weight: 600;
  margin-top: 2.5em;
  text-transform: uppercase;
}
#body.page-blog .row-1 .sidebar {
  margin-left: 5%;
  width: 30%;
}
@media all and (max-width: 780px) {
  #body.page-blog .row-1 .sidebar {
    display: none;
  }
}
#body.page-blog .row-1 .sidebar h4 {
  border-bottom: 1px solid #bbb1a4;
  color: #6d2e2d;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0.5em 0;
  padding: 0 0 0.5em;
  text-transform: uppercase;
}
#body.page-blog .row-1 .sidebar ul {
  list-style: none;
  margin: 0 0 2em;
  padding: 0;
}
#body.page-blog .row-1 .sidebar ul li {
  font-size: 18px;
  line-height: 1.5em;
}
#body.page-find-an-office.index {
  background: #f8f8f2;
}
#body.page-find-an-office.index .row-1 {
  padding: 2em 0 3em;
}
#body.page-find-an-office.index .row-1 .content {
  width: 60%;
}
@media all and (max-width: 950px) {
  #body.page-find-an-office.index .row-1 .content {
    width: 100%;
  }
}
#body.page-find-an-office.index .row-1 .content h3 {
  color: #545e82;
  font-size: 36px;
  margin: 0;
}
#body.page-find-an-office.index .row-1 .content h4 {
  border-bottom: 1px solid #cdc6bb;
  color: #6d2e2d;
  font-size: 24px;
  margin: 2em 0 0;
  padding-bottom: 0.5em;
}
@media all and (max-width: 780px) {
  #body.page-find-an-office.index .row-1 .content h4 {
    text-align: center;
  }
}
#body.page-find-an-office.index .row-1 .content .location {
  margin: 1.5em 0;
}
@media all and (max-width: 780px) {
  #body.page-find-an-office.index .row-1 .content .location {
    margin-bottom: 3em;
  }
}
#body.page-find-an-office.index .row-1 .content .location .column {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
@media all and (max-width: 1200px) {
  #body.page-find-an-office.index .row-1 .content .location .column {
    width: 22%;
  }
}
@media all and (max-width: 780px) {
  #body.page-find-an-office.index .row-1 .content .location .column:first-child,
  #body.page-find-an-office.index .row-1 .content .location .column:last-child {
    width: 100%;
  }
}
@media all and (max-width: 780px) {
  #body.page-find-an-office.index .row-1 .content .location .column:not(:first-child):not(:last-child) {
    width: 50%;
  }
}
#body.page-find-an-office.index .row-1 .content .location .column:first-child {
  width: 40%;
}
@media all and (max-width: 1200px) {
  #body.page-find-an-office.index .row-1 .content .location .column:first-child {
    width: 34%;
  }
}
@media all and (max-width: 780px) {
  #body.page-find-an-office.index .row-1 .content .location .column:first-child {
    margin-bottom: 1em;
    width: 100%;
  }
}
#body.page-find-an-office.index .row-1 .content .location .column h5 {
  color: #b2976f;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 21px;
  font-weight: 600;
  margin: 0 0;
}
#body.page-find-an-office.index .row-1 .content .location .column p {
  font-size: 20px;
  margin: 0;
}
#body.page-find-an-office.index .row-1 .content .location .column ul {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}
#body.page-find-an-office.index .row-1 .content .location .column ul li {
  font-size: 16px;
}
#body.page-find-an-office.index .row-1 .content .location .column ul li:first-child {
  color: #6d2e2d;
  font-weight: 700;
}
#body.page-find-an-office.index .row-1 .content .location .column a.button {
  background: #d3ba94;
  border-bottom: 2px solid #4a3b40;
  border-right: 2px solid #4a3b40;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 1em 0 0;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
#body.page-find-an-office.index .row-1 .content .location .column a.button:hover {
  opacity: 0.7;
}
.single-location-form {
  float: right;
}
#body.page-find-an-office.location-details {
  background: #f8f8f2;
}
#body.page-find-an-office.location-details .row-1 {
  padding: 2em 0 3em;
}
#body.page-find-an-office.location-details .row-1 h3 {
  color: #545e82;
  font-size: 36px;
  margin: 0;
}
#body.page-find-an-office.location-details .row-1 .content,
#body.page-find-an-office.location-details .row-1 .form {
  display: inline-block;
  vertical-align: top;
}
#body.page-find-an-office.location-details .row-1 .content {
  width: 60%;
}
@media all and (max-width: 950px) {
  #body.page-find-an-office.location-details .row-1 .content {
    margin-bottom: 2em;
    width: 100%;
  }
}
#body.page-find-an-office.location-details .row-1 .content h4 {
  border-bottom: 1px solid #cdc6bb;
  color: #6d2e2d;
  font-size: 24px;
  margin: 2em 0 0;
  padding-bottom: 0.5em;
}
#body.page-find-an-office.location-details .row-1 .content .location {
  border-bottom: 1px solid #cdc6bb;
  margin: 1.5em 0 2em;
  padding-bottom: 1em;
}
#body.page-find-an-office.location-details .row-1 .content .location .column {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
@media all and (max-width: 600px) {
  #body.page-find-an-office.location-details .row-1 .content .location .column {
    margin-top: 1em;
    text-align: center;
    width: 100%;
  }
}
#body.page-find-an-office.location-details .row-1 .content .location .column:first-child {
  width: 40%;
}
@media all and (max-width: 600px) {
  #body.page-find-an-office.location-details .row-1 .content .location .column:first-child {
    width: 100%;
  }
}
#body.page-find-an-office.location-details .row-1 .content .location .column p {
  font-size: 25px;
  margin: 0;
}
#body.page-find-an-office.location-details .row-1 .content .location .column ul {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}
#body.page-find-an-office.location-details .row-1 .content .location .column ul li {
  font-size: 16px;
}
#body.page-find-an-office.location-details .row-1 .content .location .column ul li:first-child {
  color: #6d2e2d;
  font-weight: 700;
}
#body.page-find-an-office.location-details .row-1 .content .location .column a.button {
  background: #d3ba94;
  border-bottom: 2px solid #4a3b40;
  border-right: 2px solid #4a3b40;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 1em 0 0;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
#body.page-find-an-office.location-details .row-1 .content .location .column a.button:hover {
  opacity: 0.7;
}
#body.page-find-an-office.location-details .row-1 .content .map h5 {
  color: #b2976f;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 1em;
}
#body.page-find-an-office.location-details .row-1 .content .map iframe {
  height: 500px;
  max-width: 100%;
}
#body.page-find-an-office.location-details .row-1 .form {
  margin-left: 5%;
  width: 33%;
}
@media all and (max-width: 950px) {
  #body.page-find-an-office.location-details .row-1 .form {
    margin-left: 0;
    width: 100%;
  }
}
#body.page-find-an-office.location-details .row-1 .form .index-form {
  border-bottom: 2px solid #c7cbdb;
  border-right: 2px solid #c7cbdb;
  padding: 2em;
}
#body.page-in-home-care-services.index {
  background: #f8f8f2;
}
#body.page-in-home-care-services.index .page-header {
  background-image: url(img/services-header.png);
}
@media all and (max-width: 950px) {
  #body.page-in-home-care-services.index .page-header {
    background-image: none;
  }
}
#body.page-in-home-care-services.index .row-1 {
  padding: 2em 0 3em;
}
#body.page-in-home-care-services.index .row-1 h3 {
  color: #545e82;
  font-size: 36px;
  margin: 0;
}
#body.page-in-home-care-services.index .row-1 .content .row {
  margin: 1em 0 0;
}
#body.page-in-home-care-services.index .row-1 .content .row:not(:last-child) {
  margin-bottom: 2em;
}
#body.page-in-home-care-services.index .row-1 .content .row .service {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
@media all and (max-width: 780px) {
  #body.page-in-home-care-services.index .row-1 .content .row .service {
    width: 100%;
  }
}
#body.page-in-home-care-services.index .row-1 .content .row .service:not(:first-child):not(:last-child) {
  margin: 0 5%;
}
@media all and (max-width: 780px) {
  #body.page-in-home-care-services.index .row-1 .content .row .service:not(:first-child):not(:last-child) {
    margin: 1em 0;
  }
}
#body.page-in-home-care-services.index .row-1 .content .row .service img {
  display: block;
  height: auto;
  width: 100%;
}
#body.page-in-home-care-services.index .row-1 .content .row .service h4 {
  font-size: 24px;
  margin: 1em 0 0.25em;
}
#body.page-in-home-care-services.index .row-1 .content .row .service ul {
  line-height: 1.5em;
  list-style: inside;
  margin: 0;
  padding: 0;
}
#body.page-in-home-care-services.personal-assistance {
  background: #f8f8f2;
}
#body.page-in-home-care-services.personal-assistance .page-header {
  background-image: url(img/services-header.png);
}
@media all and (max-width: 950px) {
  #body.page-in-home-care-services.personal-assistance .page-header {
    background-image: none;
  }
}
#body.page-in-home-care-services.personal-assistance .row-1 {
  padding: 2em 0 3em;
}
#body.page-in-home-care-services.personal-assistance .row-1 .content,
#body.page-in-home-care-services.personal-assistance .row-1 .sidebar {
  display: inline-block;
  vertical-align: top;
}
#body.page-in-home-care-services.personal-assistance .row-1 .content {
  width: 65%;
}
@media all and (max-width: 780px) {
  #body.page-in-home-care-services.personal-assistance .row-1 .content {
    width: 100%;
  }
}
#body.page-in-home-care-services.personal-assistance .row-1 .content h3 {
  color: #545e82;
  font-size: 36px;
  margin: 0;
}
#body.page-in-home-care-services.personal-assistance .row-1 .content .columns {
  margin-top: 3em;
}
#body.page-in-home-care-services.personal-assistance .row-1 .content .columns .column {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
}
#body.page-in-home-care-services.personal-assistance .row-1 .content .columns .column:first-child {
  margin-right: 4%;
}
#body.page-in-home-care-services.personal-assistance .row-1 .content .columns .column h4 {
  color: #b2976f;
  font-size: 24px;
  margin: 0;
}
#body.page-in-home-care-services.personal-assistance .row-1 .content .columns .column p {
  margin: 0.5em 0 0;
}
#body.page-in-home-care-services.personal-assistance .row-1 .sidebar {
  margin-left: 5%;
  width: 30%;
}
@media all and (max-width: 780px) {
  #body.page-in-home-care-services.personal-assistance .row-1 .sidebar {
    display: none;
  }
}
#body.page-in-home-care-services.personal-assistance .row-1 .sidebar ul {
  list-style: none;
  margin: 0 0 2em;
  padding: 0;
}
#body.page-in-home-care-services.personal-assistance .row-1 .sidebar ul li {
  border-bottom: 1px solid #bbb1a4;
  font-size: 18px;
  font-weight: 600;
  padding: 1em 0;
  text-transform: uppercase;
}
#body.page-in-home-care-services.personal-assistance .row-1 .sidebar ul li.current-menu-item a {
  color: #767676;
}
#body.page-in-home-care-services.personal-assistance .row-1 .sidebar ul li.current-menu-item a:before {
  content: '\f105';
  display: inline-block;
  font-family: 'FontAwesome', sans-serif;
  font-weight: 700;
  margin: 0 0.5em 0 0;
}
#body.page-in-home-care-services.personal-assistance .row-1 .sidebar ul li a {
  color: #6d2e2d;
}
#body.page-in-home-care-services.personal-assistance .row-1 .sidebar .form .index-form {
  border-bottom: 2px solid #c7cbdb;
  border-right: 2px solid #c7cbdb;
  padding: 2em;
}
#body.page-medical-staffing {
  background: #f8f8f2;
}
#body.page-medical-staffing .page-header {
  background-image: url(img/medical-staffing-header.png);
}
@media all and (max-width: 1020px) {
  #body.page-medical-staffing .page-header .message-container .message h3 {
    font-size: 30px;
  }
}
@media all and (max-width: 820px) {
  #body.page-medical-staffing .page-header .message-container .message h3 {
    font-size: 24px;
  }
}
@media all and (max-width: 600px) {
  #body.page-medical-staffing .page-header .message-container .message h3 {
    font-size: 20px;
  }
}
#body.page-medical-staffing .row-1,
#body.page-medical-staffing .row-2 {
  padding: 2em 0 3em;
}
#body.page-medical-staffing .row-1 .content,
#body.page-medical-staffing .row-1 .image,
#body.page-medical-staffing .row-2 .content,
#body.page-medical-staffing .row-2 .image {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
@media all and (max-width: 780px) {
  #body.page-medical-staffing .row-1 .content,
  #body.page-medical-staffing .row-2 .content {
    width: 100%;
  }
}
#body.page-medical-staffing .row-1 .content h3,
#body.page-medical-staffing .row-2 .content h3 {
  font-size: 36px;
  margin: 0;
}
#body.page-medical-staffing .row-1 .image,
#body.page-medical-staffing .row-2 .image {
  width: 45%;
}
@media all and (max-width: 780px) {
  #body.page-medical-staffing .row-1 .image,
  #body.page-medical-staffing .row-2 .image {
    display: none;
  }
}
#body.page-medical-staffing .row-1 .content h3 {
  color: #545e82;
}
#body.page-medical-staffing .row-1 .image {
  margin-left: 5%;
}
#body.page-medical-staffing .row-2 {
  background: url(img/home-row-3-bg.png);
  padding: 3em 0;
}
#body.page-medical-staffing .row-2 .content {
  color: #fff;
}
#body.page-medical-staffing .row-2 .content ul {
  list-style: inside;
  margin: 1.3em 0 1.5em;
  padding: 0;
}
#body.page-medical-staffing .row-2 .content ul li {
  line-height: 1.5em;
}
#body.page-medical-staffing .row-2 .content blockquote {
  background: #fff;
  border-radius: 7px;
  color: #453a3e;
  margin: 0;
  padding: 1.3em 1.5em;
  width: 85%;
}
#body.page-medical-staffing .row-2 .content blockquote h4 {
  font-size: 21px;
  margin: 0;
}
#body.page-medical-staffing .row-2 .content blockquote p {
  font-size: 16px;
  margin: 0.5em 0;
}
#body.page-medical-staffing .row-2 .content blockquote a {
  color: #6d2e2d;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
#body.page-medical-staffing .row-2 .image {
  margin-right: 5%;
}
#body.page-our-caregivers {
  background: #f8f8f2;
}
#body.page-our-caregivers .page-header {
  background-image: url(img/caregivers-header.png);
}
@media all and (max-width: 950px) {
  #body.page-our-caregivers .page-header {
    background-image: none;
  }
}
#body.page-our-caregivers .row-1 {
  padding: 3em 0 3em;
}
#body.page-our-caregivers .row-1 .content h3 {
  color: #545e82;
  font-size: 36px;
  margin: 0;
}
#body.page-our-caregivers .row-1 .content .column {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
}
@media all and (max-width: 780px) {
  #body.page-our-caregivers .row-1 .content .column {
    width: 100%;
  }
}
#body.page-our-caregivers .row-1 .content .column:last-child {
  margin-left: 5%;
}
@media all and (max-width: 780px) {
  #body.page-our-caregivers .row-1 .content .column:last-child {
    margin-left: 0;
  }
}
#body.page-our-caregivers .row-1 .content .column:last-child p {
  font-size: inherit;
  font-weight: 600;
}
#body.page-our-caregivers .row-1 .content .column p {
  font-size: 24px;
}
#body.page-our-caregivers .row-1 .content .column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#body.page-our-caregivers .row-1 .content .column ul li {
  display: inline-block;
  line-height: 1.7em;
  vertical-align: top;
  width: 49%;
}
#body.page-our-caregivers .row-2 {
  padding: 3em 0 3em;
}
#body.page-our-caregivers .row-2 .content h3 {
  color: #6d2e2d;
  font-size: 36px;
  margin: 0;
}
#body.page-our-caregivers .row-2 .content p {
  font-weight: 600;
  width: 45%;
}
@media all and (max-width: 780px) {
  #body.page-our-caregivers .row-2 .content p {
    width: 100%;
  }
}
#body.page-our-caregivers .row-2 .content .row:not(:last-child) {
  margin-bottom: 2em;
}
#body.page-our-caregivers .row-2 .content .row h4,
#body.page-our-caregivers .row-2 .content .row h5 {
  color: #b2976f;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 21px;
  margin: 0;
}
@media all and (max-width: 780px) {
  #body.page-our-caregivers .row-2 .content .row h4,
  #body.page-our-caregivers .row-2 .content .row h5 {
    text-align: center;
  }
}
#body.page-our-caregivers .row-2 .content .row h4 {
  font-weight: 600;
}
#body.page-our-caregivers .row-2 .content .row .columns .column {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
@media all and (max-width: 780px) {
  #body.page-our-caregivers .row-2 .content .row .columns .column {
    text-align: center;
    width: 100%;
  }
}
#body.page-our-caregivers .row-2 .content .row .columns .column:not(:first-child):not(:last-child) {
  margin: 0 3%;
}
@media all and (max-width: 780px) {
  #body.page-our-caregivers .row-2 .content .row .columns .column:not(:first-child):not(:last-child) {
    margin: 1em 0;
  }
}
#body.page-our-caregivers .row-2 .content .row .columns .column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#body.page-our-caregivers .row-2 .content .row .columns .column ul li {
  line-height: 1.7em;
}
#body.page-our-caregivers .row-2 .content .row .columns .column ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
#body.page-why-phs {
  background: #f8f8f2;
}
#body.page-why-phs .page-header {
  background-image: url(img/why-header.png);
}
@media all and (max-width: 950px) {
  #body.page-why-phs .page-header {
    background-image: none;
  }
}
#body.page-why-phs .row-1 {
  padding: 3em 0 3em;
}
#body.page-why-phs .row-1 h3 {
  color: #545e82;
  font-size: 36px;
  margin-top: 0;
}
#body.page-why-phs .row-1 .image,
#body.page-why-phs .row-1 .content {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
}
@media all and (max-width: 780px) {
  #body.page-why-phs .row-1 .image,
  #body.page-why-phs .row-1 .content {
    width: 100%;
  }
}
#body.page-why-phs .row-1 .image {
  margin-right: 5%;
}
@media all and (max-width: 780px) {
  #body.page-why-phs .row-1 .image {
    margin-right: 0;
  }
}
#body.page-why-phs .row-1 .content {
  font-size: 24px;
}
#body.page-why-phs .row-1 .content p {
  margin-top: 0;
}
#body.page-why-phs .row-2 {
  padding: 3em 0 3em;
}
#body.page-why-phs .row-2 .content .column {
  display: inline-block;
  vertical-align: top;
  width: 47%;
}
@media all and (max-width: 780px) {
  #body.page-why-phs .row-2 .content .column {
    width: 100%;
  }
}
#body.page-why-phs .row-2 .content .column:first-child {
  margin-right: 5%;
}
@media all and (max-width: 780px) {
  #body.page-why-phs .row-2 .content .column:first-child {
    margin-right: 0;
  }
}
#body.page-why-phs .row-2 .content .column:first-child p {
  font-weight: 700;
}
#body.page-why-phs .row-2 .content .column:first-child ul {
  list-style: inside;
  padding: 0;
}
#body.page-why-phs .row-2 .content .column:first-child ul li {
  line-height: 1.7em;
}
#body.page-why-phs .row-2 .content .column h5 {
  color: #b2976f;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 0;
}
#body.page-why-phs .row-2 .content .column h5:first-child {
  margin-top: 0;
}
#body.page-why-phs .row-2 .content .column a {
  color: #6d2e2d;
}
#body.page-why-phs .row-2 .content .column blockquote {
  background: #fff;
  border-bottom: 2px solid #c7cbdb;
  border-radius: 10px;
  border-right: 2px solid #c7cbdb;
  font-family: 'Libre Baskerville', serif;
  font-size: 21px;
  margin: 1em 0;
  padding: 1em;
  width: 95%;
}
#body.page-why-phs .row-2 .content .column blockquote p {
  font-weight: 400 !important;
}
#body.page-why-phs .row-2 .content .column blockquote p:first-child {
  margin-top: 0;
}
#body.page-why-phs .row-2 .content .column ul.sub-column {
  display: inline-block;
  list-style: none;
  padding: 0;
  vertical-align: top;
  width: 47.5%;
}
#body.page-why-phs .row-2 .content .column ul.sub-column:last-child {
  margin-left: 4%;
}
#body.page-why-phs .row-2 .content .column ul.sub-column li {
  background: url(img/why-icon.png) 0 0 no-repeat;
  padding-left: 40px;
}
#body.page-why-phs .row-2 .content .column ul.sub-column li:not(:last-child) {
  margin-bottom: 1em;
}
#body.page-why-phs .row-2 .content .column ul.sub-column li p {
  margin: 0;
}
#body.page-why-phs .row-3 {
  background: #e3e2dd;
  padding: 3em 0 3em;
}
@media all and (max-width: 780px) {
  #body.page-why-phs .row-3 {
    display: none;
  }
}
#body.page-why-phs .row-3 .content h3 {
  color: #6d2e2d;
  font-size: 36px;
  margin-top: 0;
}
#body.page-why-phs .row-3 .content .row:not(:last-child) {
  margin-bottom: 2em;
}
#body.page-why-phs .row-3 .content .row .testimonial {
  border-bottom: 1px solid #bfbbb9;
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
#body.page-why-phs .row-3 .content .row .testimonial:not(:last-child):not(:first-child) {
  margin: 0 4%;
}
#body.page-why-phs .row-3 .content .row .testimonial p {
  line-height: 1.3em;
}
#body.page-why-phs .row-3 .content .row .testimonial p:first-child {
  margin: 0;
}
#body.page-why-phs .row-3 .content .row .testimonial p:last-child {
  font-style: italic;
}
#body.page-contact {
  background: #f8f8f2;
}
#body.page-contact .row-1 {
  padding: 3em 0 3em;
}
#body.page-contact .row-1 h3 {
  color: #545e82;
  font-size: 36px;
  margin: 0 0 1em;
}
#body.page-contact .row-1 .content,
#body.page-contact .row-1 .form {
  display: inline-block;
  vertical-align: top;
}
#body.page-contact .row-1 .content {
  margin-right: 5%;
  width: 60%;
}
@media all and (max-width: 950px) {
  #body.page-contact .row-1 .content {
    margin-bottom: 2em;
    margin-right: 0;
    width: 100%;
  }
}
#body.page-contact .row-1 .content h4 {
  color: #b2976f;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 21px;
  font-weight: 600;
  margin: 0 0;
}
#body.page-contact .row-1 .content .columns {
  margin-bottom: 2em;
}
#body.page-contact .row-1 .content .columns .column {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
@media all and (max-width: 480px) {
  #body.page-contact .row-1 .content .columns .column {
    margin-top: 1em;
    text-align: center;
    width: 100%;
  }
}
#body.page-contact .row-1 .content .columns .column:first-child {
  width: 40%;
}
@media all and (max-width: 480px) {
  #body.page-contact .row-1 .content .columns .column:first-child {
    width: 100%;
  }
}
#body.page-contact .row-1 .content .columns .column p {
  font-size: 25px;
  margin: 0;
}
#body.page-contact .row-1 .content .columns .column a {
  background: #fff;
  border: 2px solid #b2976f;
  border-bottom-width: 4px;
  border-right-width: 4px;
  border-radius: 6px;
  color: #b2976f;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 1em 0 0;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
#body.page-contact .row-1 .content .columns .column a:hover {
  opacity: 0.7;
}
#body.page-contact .row-1 .content .columns .column ul {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}
#body.page-contact .row-1 .content .columns .column ul li {
  font-size: 16px;
}
#body.page-contact .row-1 .content .columns .column ul li:first-child {
  color: #6d2e2d;
  font-weight: 700;
}
#body.page-contact .row-1 .content h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
#body.page-contact .row-1 .form {
  width: 35%;
  margin-top: -100px;
}
@media all and (max-width: 950px) {
  #body.page-contact .row-1 .form {
    margin-top: 2em;
    width: 100%;
  }
}
#body.page-contact .row-1 .form .index-form {
  padding: 2em;
}
@media all and (max-width: 480px) {
	#body.page-index .row-1 .form .index-form, 
	#body.page-contact .row-1 .form .index-form {
		padding: 2em 1em;
	}
}
#body.page-careers {
  background: #f8f8f2;
}
#body.page-careers .row-1 {
  padding: 3em 0 3em;
}
#body.page-careers .row-1 .content,
#body.page-careers .row-1 .image {
  display: inline-block;
  vertical-align: top;
}
#body.page-careers .row-1 .content {
  margin-right: 3%;
  width: 46%;
}
@media all and (max-width: 780px) {
  #body.page-careers .row-1 .content {
    margin-right: 0;
    width: 100%;
  }
}
#body.page-careers .row-1 .content .index-form {
  padding: 2em;
}
#body.page-careers .row-1 .content .index-form .error {
  margin-top: 0.7em !important;
  margin-bottom: -1.1em !important;
}
#body.page-careers .row-1 .content h3 {
  color: #545e82;
  font-size: 36px;
  margin: 0 0 1em;
}
#body.page-careers .row-1 .content ul {
  display: inline-block;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  width: 30%;
}
#body.page-careers .row-1 .content ul li {
  font-size: 16px;
}
#body.page-careers .row-1 .content ul li:first-child {
  color: #6d2e2d;
  font-weight: 700;
}
#body.page-careers .row-1 .content p.strong {
  font-weight: 700;
}
#body.page-careers .row-1 .content a.button-1 {
  background: #b2976f;
  border-bottom: 2px solid #4a3b40;
  border-right: 2px solid #4a3b40;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 1em 1em 0 0;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
#body.page-careers .row-1 .content a.button-1:hover {
  opacity: 0.7;
}
#body.page-careers .row-1 .content a.button-2 {
  background: #fff;
  border: 2px solid #b2976f;
  border-bottom-width: 4px;
  border-right-width: 4px;
  border-radius: 6px;
  color: #b2976f;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 1em 0 0;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
#body.page-careers .row-1 .content a.button-2:hover {
  opacity: 0.7;
}
#body.page-careers .row-1 .image {
  width: 46%;
}
@media all and (max-width: 780px) {
  #body.page-careers .row-1 .image {
    display: none;
  }
}
#body.page-franchise {
  background: #f8f8f2;
}
#body.page-franchise .page-header {
  background-image: url(img/franchise-header.png);
}
#body.page-franchise .row-1 {
  padding: 2em 0 3em;
}
#body.page-franchise .row-1 .content,
#body.page-franchise .row-1 .sidebar {
  display: inline-block;
  vertical-align: top;
}
#body.page-franchise .row-1 .content {
  width: 65%;
}
@media all and (max-width: 780px) {
  #body.page-franchise .row-1 .content {
    width: 100%;
  }
}
#body.page-franchise .row-1 .content h3 {
  color: #545e82;
  font-size: 36px;
  margin: 0;
}
#body.page-franchise .row-1 .content p.strong {
  font-size: 24px;
}
#body.page-franchise .row-1 .content h4 {
  color: #6d2e2d;
  font-size: 36px;
  margin-bottom: 0;
}
#body.page-franchise .row-1 .content a {
  color: #6d2e2d;
}
#body.page-franchise .row-1 .content .navigation {
  border-top: 1px solid #cdc6bb;
  margin: 2em 0 0;
  padding-top: 1em;
  text-transform: uppercase;
}
#body.page-franchise .row-1 .content .navigation .item {
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
  width: 50%;
}
@media all and (max-width: 780px) {
  #body.page-franchise .row-1 .content .navigation .item {
    text-align: center;
    width: 100%;
  }
}
#body.page-franchise .row-1 .content .navigation .item:last-child {
  text-align: right;
}
@media all and (max-width: 780px) {
  #body.page-franchise .row-1 .content .navigation .item:last-child {
    text-align: center;
  }
}
#body.page-franchise .row-1 .content .navigation .item a strong {
  font-weight: 600;
}
#body.page-franchise .row-1 .content .navigation .item a i {
  color: #383838;
  font-weight: 700;
}
#body.page-franchise .row-1 .sidebar {
  margin-left: 5%;
  width: 30%;
}
@media all and (max-width: 780px) {
  #body.page-franchise .row-1 .sidebar {
    display: none;
  }
}
#body.page-franchise .row-1 .sidebar ul {
  list-style: none;
  margin: 0 0 2em;
  padding: 0;
}
#body.page-franchise .row-1 .sidebar ul li {
  border-bottom: 1px solid #bbb1a4;
  font-size: 18px;
  font-weight: 600;
  padding: 1em 0;
  text-transform: uppercase;
}
#body.page-franchise .row-1 .sidebar ul li.current-menu-item a {
  color: #767676;
}
#body.page-franchise .row-1 .sidebar ul li.current-menu-item a:before {
  content: '\f105';
  display: inline-block;
  font-family: 'FontAwesome', sans-serif;
  font-weight: 700;
  margin: 0 0.5em 0 0;
}
#body.page-franchise .row-1 .sidebar ul li a {
  color: #6d2e2d;
}
#body.page-franchise.faqs .row-1 .content h3 {
  margin-bottom: 1em;
}
#body.page-franchise.faqs .row-1 .content h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
#body.page-franchise.faqs .row-1 .content p {
  margin: 0;
}
#body.page-franchise.request .row-1 .content .form .index-form {
  padding: 2em;
}
#body.page-franchise.request .row-1 .content .form .index-form .field-container.contains-input {
  display: inline-block;
  vertical-align: top;
  width: 47%;
}
#body.page-franchise.request .row-1 .content .form .index-form .field-container.contains-input:nth-child(even) {
  margin-right: 5%;
}
#body.page-franchise.request .row-1 .content .form .index-form .field-container.container-not-valid .error {
  display: block;
}
#body.page-franchise.request .row-1 .content .form .index-form .field-container.container-not-valid .field {
  color: #6d2e2d;
}
#body.page-franchise.request .row-1 .content .form .index-form .field-container.container-not-valid .field::-webkit-input-placeholder {
  color: #6d2e2d;
}
#body.page-franchise.request .row-1 .content .form .index-form .field-container .error {
  color: #6d2e2d;
  display: none;
  padding: 1em 0 0;
  text-align: left;
}

/* Gravity Forms */
.gform_fields {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.gfield_label, .ginput_complex label {
	display: none;
}
.ginput_complex span:first-child input {
	margin-bottom: 1em;
}
@media all and (min-width: 1021px) and (max-width: 1200px) {
  .index-form .ginput_recaptcha {
	-webkit-transform: scale(0.94);
			transform: scale(0.94);
	-webkit-transform-origin: 0 0;
			transform-origin: 0 0;
  }
}
@media all and (min-width: 951px) and (max-width: 1020px) {
  .index-form .ginput_recaptcha {
	-webkit-transform: scale(0.82);
			transform: scale(0.82);
	-webkit-transform-origin: 0 0;
			transform-origin: 0 0;
  }
}
@media all and (max-width: 480px) {
	.ginput_recaptcha {
		-webkit-transform: scale(0.88);
				transform: scale(0.88);
		-webkit-transform-origin: 0 0;
				transform-origin: 0 0;
	}
	/*.field-container:last-child {
		margin-bottom: 0 !important;
	}
	*/
}
.wp-caption {
	max-width: 100% !important;
	border-bottom: 1px solid #c6c6c6;
	font-style: italic;
}

.image-left {
	float: left; 
	width: 50%; 
	margin-bottom: 45px; 
	padding-right: 20px; 
	box-sizing: border-box;
}
.callout-box {
	float: left;
	width: 50%;
	max-width: 485px;
	background-color: white;
	padding: 2em;
	box-sizing: border-box;
	border-bottom: 2px solid #c7cbdb;
	border-radius: 6px;
	border-right: 2px solid #c7cbdb;
}
@media (max-width: 780px) {
	.image-left, .callout-box {
		float: none;
		width: 100%;
	}
	.image-left {
		padding-right: 0;
		margin-bottom: 20px;
	}
}