/*
Theme Name: childtherapy
Description: custom wp theme
Author: a little fish
Version: 1.0
*/
html, body {min-height: 100vh;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {display: block;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, main {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
ol, ul {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,  q:before, q:after {content:''; content:none;}
del {text-decoration: line-through;}
svg:not(:root) {overflow: hidden;}
abbr[title], dfn[title] {border-bottom: 1px dotted; cursor: help;}
table {width: 100%; max-width: 100%; border-collapse: collapse; border-spacing: 0; empty-cells: show; table-layout: fixed;}
input, select {vertical-align: middle;}
input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
button, input, select, textarea {margin: 0; font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;}
textarea {resize: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer;}
button[disabled], html input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box; padding: 0; *height: 13px; *width: 13px;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
img {display: block; max-width: 100%; height: auto !important;}
td img {vertical-align: top;}
address {display: inline;}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 14px;}
pre {white-space: pre; white-space: pre-wrap; word-wrap: break-word;}
a:hover, a:active {outline: none;}
a, a:hover, a:visited {text-decoration: none;}
iframe {display: block; max-width: 100%;}
fieldset {border: 1px solid #c0c0c0; padding: 16px;}
::-webkit-input-placeholder {color: #8a8a8a; font-weight: 300; font-family: 'Catamaran', Helvetica, Arial, sans-serif;}
  :focus::-webkit-input-placeholder {opacity: 0;}
:-moz-placeholder {color: #8a8a8a; font-weight: 300; font-family: 'Catamaran', Helvetica, Arial, sans-serif;}
  :focus:-moz-placeholder {opacity: 0;}
::-moz-placeholder {color: #8a8a8a; font-weight: 300; font-family: 'Catamaran', Helvetica, Arial, sans-serif;}
  :focus::-moz-placeholder {opacity: 0;}
:-ms-input-placeholder {color: #8a8a8a; font-weight: 300; font-family: 'Catamaran', Helvetica, Arial, sans-serif;}
  :focus:-ms-input-placeholder {opacity: 0;}
*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.cf:before, .cf:after {content: ""; display: table;}
.cf:after {clear: both;}
body {
  font: 16px/1.6 "Roboto Slab", Helvetica, Arial, sans-serif;
  background: #fff;
  background-size: cover;
  color: #3d75b2;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 186px;
}
.document-container {
  width: 92%;
  margin: 0 auto;
}
header {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
}
  .logged-in header {top: 32px;}
header .document-container {
  padding: 16px 0;
}
header .logo {
  display: block;
  float: left;
  width: 660px;
  height: 88px;
  background: url(images/logo.png) no-repeat scroll;
  background-size: cover;
  font: 0/0 a;
  color: transparent;
  margin-top: 1px;
}
header .nav-trigger {
  display: none;
}
header p {
  display: block;
  float: right;
  width: 360px;
  height: 90px;
  background: url(images/sccap-logo.jpg) no-repeat scroll;
  background-size: cover;
}
  header p a {
    display: block;
    width: 100%;
    height: 100%;
    font: 0/0 a;
    color: transparent;
  }
header .navigation {
  background-color: #3d75b2;
  padding: 8px 0;
}
header .navigation .navigation-inner {
  width: 80%;
  margin: 0 auto;
}
header .navigation .navigation-inner ul {
  float: left;
}
header .navigation .navigation-inner ul > ul {float: none;}
header .navigation .search {
  float: right;
  margin-left: 16px;
}
header .navigation .search input[type=text] {
  display: block;
  width: 260px;
  height: 48px;
  line-height: 48px;
  padding: 0 8px;
  margin: 0 8px 0 0;
  border: 2px solid #f9724b;
  float: left;
  color: #f9724b;
  font-size: 20px;
  font-weight: 700;
}
header .navigation .search input[type=submit] {
  display: block;
  width: 48px;
  height: 48px;
  font: 0/0 a;
  color: transparent;
  border: 0;
  background: #f9724b url(images/header-search-icon.jpg) no-repeat center center scroll;
  cursor: pointer;
  float: left;
}
header .navigation .search ::-webkit-input-placeholder {
  color: #f9724b;
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
}
header .navigation .search :-moz-placeholder {
  color: #f9724b;
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
}
header .navigation .search ::-moz-placeholder {
  color: #f9724b;
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
}
header .navigation .search :-ms-input-placeholder {
  color: #f9724b;
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
}
header .navigation .social {
  float: right;
  font-size: 0;
  padding-top: 3px;
}
header .navigation .social a {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin: 0 auto;
  /* font: 0/0 a; */
  font-size: 16px;
  color: white;
  overflow: hidden;
}
header .navigation .social i {
	color: white;
	height: 48px;
	width: 48px;
	vertical-align: -0.65em !important;
}
header .navigation .social a.fb {
  background: url(images/header-fb-icon.png) no-repeat scroll;
}
header .navigation .social a.tw {
  background: url(images/header-tw-icon.png) no-repeat scroll;
}
header .navigation li {
  float: left;
  margin-right: 36px;
  height: 48px;
  line-height: 48px;
  position: relative;
}
header .navigation li a {
  display: block;
  position: relative;
  color: #fff;
}
header .navigation li a:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: 3px;
}
header .navigation li a:hover:after,
header .navigation li.current_page_item a:after {
  background-color: #fff;
}
header .navigation li ul:first-of-type {
  float: none;
  background-color: #3d75b2;
  width: 300px;
  position: absolute;
  left: 0;
  top: 100%;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  padding: 16px 16px 8px 16px;
}
header .navigation li.menu-item-17 ul:first-of-type {width: 722px;}

header .navigation li:hover ul:first-of-type {
  visibility: visible;
  pointer-events: auto;
  z-index: 9999;
}
header .navigation li ul:first-of-type ul, header .navigation li.menu-item-17 ul:first-of-type ul {
  position: static;
  width: auto;
  padding: 0;
  height: auto;
  overflow: hidden;
}
  header .navigation li ul li {
    float: none;
    height: auto;
    line-height: 1.5em;
    margin: 0;
    padding: 4px 0;
  }
  header .navigation li ul li.menu-item-has-children {
    float: left;
    padding: 0 8px;
    width: 230px;
  }
  header .navigation li ul li.menu-item-has-children li {float: none; width: auto;}
  header .navigation li li.menu-item-has-children a.column-title {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 8px 0;
    cursor: text;
  }
  header .navigation li li.menu-item-has-children a.column-title:hover {color: #fff;}
  header .navigation li li a:after {display: none;}
  header .navigation li li a:hover {color: #a5b6ca;}
.home-hero {
  --height: calc(80vh - 186px);
  --height: -moz-calc(80vh - 186px);
  --height: -webkit-calc(80vh - 186px);
  width: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center -40px;
  background-image: url(images/home-hero-bg.jpg);
  background-size: cover !important;
  position: relative;
  margin: 0 0 48px 0;
}
.logged-in .home-hero {
    --height: calc(80vh - 218px);
    --height: -moz-calc(80vh - 218px);
    --height: -webkit-calc(80vh - 218px);
  }
.home-hero:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}
.home-hero article {
  padding-top: 50px;
  padding-bottom: 20px;
  position: relative;
  z-index: 100;
  max-width: 94%;
  margin: 0 auto;
  text-align: center;
}
.home-hero article h2 {
  font-weight: 400;
  color: #fff;
  font-size: 34px;
}
.home-hero article p {
  color: #fff;
  font-size: 19px;
  margin: 0 0 48px 0;
}
.home-hero .hero-btns-wrapper {
    display: table;
    margin: 320px auto 0;
    font-size: 0;
}
.home-hero .hero-btns-wrapper a {
		margin-bottom: 10px;
}
.home-hero article a {
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  display: block;
  color: #3d75b2;
  border-radius: 8px;
  border: 2px solid #fff;
  padding: 4px 15px;
  text-transform: uppercase;
  transition: all linear 300ms;
  background-color: #fff;
}
.home-hero article a:hover {
  background-color: transparent;
  color: #fff;
}
.home-content {
  display: table;
  table-layout: fixed;
  padding: 0 0 36px 0;
  width: 100%;
}
.home-content .hc-col {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  position: relative;
}
.home-content .hc-col.to-left {left: -50%;}
.home-content .hc-col.to-right {right: -50%;}
  .home-content .hc-col .cta-aligner {text-align: center; padding-top: 8px;}
  .home-content .hc-col article a {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    color: #3d75b2;
    border: 2px solid #3d75b2;
    border-radius: 8px;
    padding: 8px 24px;
    transition: all linear 300ms;
  }
  .home-content .hc-col article a:hover {background-color: #3d75b2; color: #fff;}
.home-content .hc-col:nth-of-type(1) {
  padding: 0 24px 0 4%;
}
.home-content .hc-col:nth-of-type(2) {
  padding: 0 4% 0 24px;
}
.home-content .hc-col .feat-content-entry {
  padding: 24px;
  min-height: 244px;
  margin: 0 0 16px 0;
}
.home-content .hc-col .feat-content-entry:nth-of-type(1) {
  background: #3d75b2 url(images/box-bg-1.jpg) no-repeat right top scroll;
}
.home-content .hc-col .feat-content-entry:nth-of-type(2) {
  background: #3d75b2 url(images/box-bg-2.jpg) no-repeat right top scroll;
}
.home-content .hc-col .feat-content-entry:nth-of-type(3) {
  background: #3d75b2 url(images/box-bg-3.jpg) no-repeat right top scroll;
}
.home-content .hc-col .feat-content-entry figure {
  background-color: #fff;
  padding: 8px;
  float: left;
  margin: 0 16px 0 0;
  width: 360px;
}
.home-content .hc-col .feat-content-entry .fce-body {
  float: left;
  width: calc(100% - 376px);
  width: -moz-calc(100% - 376px);
  width: -webkit-calc(100% - 376px);
}
.home-content .hc-col .feat-content-entry p {
  color: #fff;
  margin-bottom: 16px;
  word-wrap: break-word;
}
.home-content .hc-col .feat-content-entry .read-more {
  display: block;
  padding: 16px 0;
  background-color: #f9724b;
  border-top: 10px solid #bb5638;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
  .home-content .hc-col .feat-content-entry .read-more span {
    display: inline-block;
    padding: 0 30px 0 0;
    background: url(images/read-more-icon.jpg) no-repeat 100% center scroll;
  }
.home-content h2 {
  font-weight: 700;
  font-size: 24px;
  color: #3d75b2;
  text-align: center;
  margin: 0 0 24px 0;
}
.home-content article img {
  margin: 0 0 24px 0;
}
.home-content article p {
  margin-bottom: 16px;
}
.find-therapist-wrapper {
  padding: 36px 0;
}
.find-therapist-wrapper h3 {
  background-color: #f9724b;
  font-size: 24px;
  text-align: center;
  padding: 16px 0;
  margin: 0 0 24px 0;
  color: #fff;
  font-weight: 700;
}
.find-therapist-wrapper .ftw-inner {
  width: 92%;
  margin: 0 auto 0 auto;
}
.find-therapist-wrapper .ftwi-col {
  background-color: #f9724b;
  padding: 48px;
  min-height: 360px;
  float: left;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.find-therapist-wrapper .ftwi-col figure {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  padding: 8px;
  background-color: #fff;
  float: left;
  margin-right: 36px;
}
.find-therapist-wrapper .ftwi-col figure img {
  border-radius: 50%;
}
.find-therapist-wrapper .ftwi-col section {
  padding: 24px 0 0 0;
}
.find-therapist-wrapper .ftwi-col p {
  color: #fff;
  margin: 0 0 16px 0;
}
.find-therapist-wrapper .ftwi-col p:first-child {
  font-size: 20px;
  font-weight: 700;
}
.find-therapist-wrapper .ftwi-col .cta-button {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 8px 54px;
  transition: all linear 300ms;
}
.find-therapist-wrapper .ftwi-col .cta-button:hover {
  background-color: #fff;
  color: #f9724b;
}
.find-therapist-wrapper .ftwi-col:nth-child(1) {
  width: calc(50% - 24px);
  width: -moz-calc(50% - 24px);
  width: -webkit-calc(50% - 24px);
  margin-right: 24px;
}
.find-therapist-wrapper .ftwi-col:nth-child(2) {
  width: calc(50% - 24px);
  width: -moz-calc(50% - 24px);
  width: -webkit-calc(50% - 24px);
  margin-left: 24px;
}
.ask-expert {
  padding: 16px 0 36px 0;
}
  .ask-expert h3 {
    background-color: #3d75b2;
    font-size: 24px;
    text-align: center;
    padding: 16px 0;
    margin: 0 0 24px 0;
    color: #fff;
    font-weight: 700;
  }
  .ask-expert .ask-expert-wrap {
    width: 92%;
    margin: 0 auto 0 auto;
    display: table;
    table-layout: fixed;
    padding: 18px 0 36px 0;
  }
    .ask-expert .ask-expert-wrap:first-of-type {
      padding: 18px 0;
    }
    .ask-expert .ask-expert-wrap:last-of-type {
      padding: 18px 0 64px 0;  
    }
    .ask-expert .ask-expert-wrap:first-of-type .aew-col {
      text-align: center;
    }
      .ask-expert .ask-expert-wrap:first-of-type .aew-col h4 {
        font-size: 20px;
        font-weight: 700;
      }
      .ask-expert .ask-expert-wrap:first-of-type .aew-col:nth-child(1) h4 {
        color: #3d75b2;
      }
      .ask-expert .ask-expert-wrap:first-of-type .aew-col:nth-child(2) h4 {
        color: #f9724b;
      }
    .ask-expert .ask-expert-wrap .aew-col {
      display: table-cell;
      width: 50%;
      vertical-align: top;
      height: auto;
      overflow: hidden;
    }
    .ask-expert .ask-expert-wrap .aew-col:nth-child(1) {padding-right: 18px;}
    .ask-expert .ask-expert-wrap .aew-col:nth-child(2) {padding-left: 18px;}
    .ask-expert .ask-expert-wrap .aew-col span {
      display: block;
      color: #fff;
      font-weight: 700;
      font-size: 100px;
      width: 164px;
      height: 164px;
      text-align: center;
      line-height: 164px;
      border-radius: 50%;
      float: left;
    }
    .ask-expert .ask-expert-wrap .aew-col:nth-child(1) span {
      background-color: #3d75b2;
    }
    .ask-expert .ask-expert-wrap .aew-col:nth-child(2) span {
      background-color: #f9724b;
    }
    .ask-expert .ask-expert-wrap .aew-col section {
      min-height: 164px;
      padding: 16px;
      position: relative;
      vertical-align: middle;
      float: left;
      width: calc(100% - 200px);
      width: -webkit-calc(100% - 200px);
      width: -moz-calc(100% - 200px);
      margin: 0 0 0 36px;
    }
      .ask-expert .ask-expert-wrap .aew-col section .qbt {
        display: table;
        width: 100%;
        min-height: 130px;
        table-layout: fixed;
        vertical-align: middle;
      }
        .ask-expert .ask-expert-wrap .aew-col section .qbt .qbt-cell {
          display: table-cell;
          vertical-align: middle;
        }
      .ask-expert .ask-expert-wrap .aew-col section:before {
        display: block;
        content: "";
        position: absolute;
        left: -16px;
        top: 64px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 18px 16px 18px 0;
      }
        .ask-expert .ask-expert-wrap .aew-col:nth-child(1) section:before {
          border-color: transparent #3d75b2 transparent transparent;
        }
        .ask-expert .ask-expert-wrap .aew-col:nth-child(2) section:before {
          border-color: transparent #f9724b transparent transparent;
        }
    .ask-expert .ask-expert-wrap .aew-col section p {color: #fff;}
    .ask-expert .ask-expert-wrap .aew-col section a {color: #fff; text-decoration: underline;}
      .ask-expert .ask-expert-wrap .aew-col section a:hover {text-decoration: none;}
    .ask-expert .ask-expert-wrap .aew-col:nth-child(1) section {
      background-color: #3d75b2;
    }
    .ask-expert .ask-expert-wrap .aew-col:nth-child(2) section {
      background-color: #f9724b;
    }
  .ask-expert .cta-button {
    display: block;
    width: 240px;
    font-size: 18px;
    text-align: center;
    color: #3d75b2;
    border: 2px solid #3d75b2;
    border-radius: 8px;
    padding: 8px 0;
    margin: 0 auto 24px auto;
    transition: all linear 300ms;
  }
    .ask-expert .cta-button:hover {
      background-color: #3d75b2;
      color: #fff;
    }
.home-contact {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.home-contact .hc-form {
  background-color: #6491c1;
  display: table-cell;
  padding: 24px 4%;
  width: 50%;
  position: relative;
  left: -50%;
}
.home-contact .hc-form h4 {
  color: #fff;
}
  .home-contact .hc-form div.wpcf7-response-output {
    margin: 24px 0 0 0;
    padding: 16px;
    border: 2px solid #fff;
    color: #fff;
  }
  .home-contact .hc-form span.wpcf7-not-valid-tip {color: #000;}
  .home-contact div.wpcf7-validation-errors {color: #000 !important;}
  .home-contact .hc-form .row {
    margin-bottom: 24px;
  }
  .home-contact .hc-form .message {
    padding: 16px 0 36px 0;
  }
  .home-contact .hc-form ::-webkit-input-placeholder {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  }
  .home-contact .hc-form :-moz-placeholder {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  }
  .home-contact .hc-form ::-moz-placeholder {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  }
  .home-contact .hc-form :-ms-input-placeholder {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  }
  .home-contact .hc-form input, .home-contact .hc-form textarea {outline: none;}
  .home-contact .hc-form input[type=text], .home-contact .hc-form input[type=email] {
    display: block;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 2px solid #fff;
    background-color: #6491c1;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    padding: 8px 0;
    width: 100%;
  }
  .home-contact .hc-form .row .rw {float: left; width: 50%;}
    .home-contact .hc-form .row .rw-1 {padding-right: 16px;}
    .home-contact .hc-form .row .rw-2 {padding-left: 16px;}
  .home-contact .hc-form textarea {
    display: block;
    border: 2px solid #fff;
    background-color: #3d75b2;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    padding: 8px;
    margin: 0;
    width: 100%;
    height: 240px;
  }
  .home-contact .hc-form input[type=submit] {
    color: #fff;
    font-weight: 400;
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    display: block;
    width: 240px;
    font-size: 20px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 16px 0;
    margin: 0 auto;
    transition: all linear 300ms;
    background-color: #6491c1;
  }
    .home-contact .hc-form input[type=submit]:focus, .home-contact .hc-form input[type=submit]:hover {background-color: #3d75b2;}
.home-contact .hc-social {
  background-color: #eee;
  display: table-cell;
  padding: 24px 4%;
}
.home-contact .hc-social {
  background-color: #eee;
  display: table-cell;
  padding: 24px 4%;
  width: 50%;
  position: relative;
  right: -50%;
}

.home-contact .hc-social h4 {
    color: #3d75b2;
  }
  .home-contact .hc-social a {color: #3d75b2;}
  .home-contact .hc-social li.tweets_avatar {border-radius: 0; font-weight: 400; font-family: "Roboto Slab", Helvetica, Arial, sans-serif; padding: 16px 16px 16px 100px !important; position: relative;}
  .home-contact .hc-social li.tweets_avatar:before {
    display: block;
    content: "";
    background: #29c5f6 url(images/tw-feed-icon.jpg) no-repeat center center scroll;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 90px;
  }
  .home-contact .hc-social .tweet_data, .home-contact .hc-social ul.light li.tweets_avatar .tweet_data {
    font: 16px/1.6 "Roboto Slab", Helvetica, Arial, sans-serif;
    color: #3d75b2 !important;
  }
  
  .home-contact .hc-social .wff-author-wrapper {display: none;}
  .home-contact .hc-social .wff-fb-item {
    padding: 16px 16px 16px 100px !important;
    background-color: #fff;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 2px 16px 0 #e1e1e1;
    box-shadow: 0 2px 16px 0 #e1e1e1;
    position: relative;
  }
  .home-contact .hc-social .wff-fb-item:before {
    display: block;
    content: "";
    background: #0481d9 url(images/fb-feed-icon.jpg) no-repeat center center scroll;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 90px;
  }
  .home-contact .hc-social .fetched_tweets > li {
    -webkit-box-shadow: 0 2px 16px 0 #e1e1e1;
    box-shadow: 0 2px 16px 0 #e1e1e1;
  }
  .home-contact .hc-social div.times {display: none;}
.home-contact h4 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1rem 0;
}
.home-contact .hc-form > p {
	color: white;
	margin-bottom: 1rem;
}

.page-wrapper {padding: 24px 0 48px 0; width: 80%; margin: 0 auto; min-height: 590px;}
  .page-wrapper aside {
    float: left;
    width: 300px;
    padding-right: 48px;
  }
    .page-wrapper aside h2 {
      font-size: 20px;
      color: #f9724b;
      font-weight: 400;
      margin: 0 0 16px 0;
    }
    .page-wrapper aside .locate-psycologist a {
      display: inline-block;
      font-size: 20px;
      color: #f9724b;
      border-radius: 8px;
      border: 2px solid #f9724b;
      padding: 8px 64px;
      text-align: center;
      transition: all linear 300ms;
    }
      .page-wrapper aside .locate-psycologist a:hover {
        text-decoration: none;
        color: #fff;
        background-color: #f9724b;
      }
    .page-wrapper aside ul {margin-bottom: 24px;}
    .page-wrapper aside li {
      padding: 0 0 8px 0;
      margin-bottom: 8px;
      border-bottom: 2px solid #3d75b2;
    }
  .page-wrapper .pw-content {
    float: right;
    width: calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
  }
  .page-wrapper .pw-content.full-width {
    float: none;
    width: 80%;
    margin: 0 auto;
    padding: 64px 0 0 0;
  }
    .page-wrapper .pw-content.full-width p {text-align: center;}
    .page-wrapper .pw-content h1 {
      background-color: #3d75b2;
      color: #fff;
      font-weight: 400;
      text-align: center;
      font-size: 28px;
      padding: 16px 0;
      margin: 0 0 24px 0;
    }
  .page-wrapper a, .page-wrapper .pwc-inner a:hover {color: #3d75b2;}
    .page-wrapper a:hover, .page-wrapper .pwc-inner a {color: #f9724b;}
  .page-wrapper .page-meta-extra {
    margin-bottom: 16px;
    text-align: center;
  }
    .page-wrapper .page-meta-extra .sharing-box {
      padding: 16px 0;
      text-align: center;
      display: none;
    }
      .page-wrapper .page-meta-extra .sharing-box.visible {}
      .page-wrapper .page-meta-extra .sharing-box a {
        display: inline-block;
        font: 0/0 a;
        color: transparent;
        margin: 0 5px;
        background: url(images/share-icons-sprite.jpg) no-repeat scroll;
        background-size: cover;
        width: 32px;
        height: 32px;
      }
        .page-wrapper .page-meta-extra .sharing-box a.fb {background-position: 0 0;}
        .page-wrapper .page-meta-extra .sharing-box a.tw {background-position: -32px 0;}
        .page-wrapper .page-meta-extra .sharing-box a.pi {background-position: -64px 0;}
        .page-wrapper .page-meta-extra .sharing-box a.li {background-position: -96px 0;}
        .page-wrapper .page-meta-extra .sharing-box a.gp {background-position: -128px 0;}
    .page-wrapper .page-meta-extra .print {
      display: inline-block;
      padding: 0 0 0 36px;
      background: url(images/print-icon.jpg) no-repeat left center scroll;
    }
    .page-wrapper .page-meta-extra .share {
      display: inline-block;
      padding: 0 0 0 36px;
      background: url(images/share-icon.png) no-repeat left center scroll;
      margin-left: 24px;
    }
  .page-wrapper .pwc-inner .entry-feat-img {
    float: left;
    max-width: 380px;
    margin: 0 24px 0 0;
  }
  .page-wrapper .pwc-inner h2 {
    font-size: 24px;
    color: #3d75b2;
    font-weight: 700;
    margin: 0 0 16px 0;
  }
  .page-wrapper .pwc-inner h3 {
    font-size: 20px;
    color: #3d75b2;
    font-weight: 700;
    margin: 0 0 16px 0;
  }
  .page-wrapper .pwc-inner h4 {
    font-size: 18px;
    color: #3d75b2;
    font-weight: 700;
    margin: 0 0 16px 0;
  }
  .page-wrapper .pwc-inner p {margin-bottom: 16px;}
  .page-wrapper .last-update {padding: 16px 0 36px 0;}
  .page-wrapper .pwc-inner ul {margin: 0 0 24px 48px; list-style-type: disc; list-style-position: inside;}
  .page-wrapper .pwc-inner ol {margin: 0 0 24px 48px; list-style-type: decimal;}
  .page-wrapper .pwc-inner .alignleft {float: left; margin: 0 24px 24px 0;}
  .page-wrapper .pwc-inner .alignright {float: right; margin: 0 0 24px 24px;}
  .page-wrapper .pwc-inner .aligncenter {margin: 0 auto 24px auto;}
  .page-wrapper .pwc-inner iframe {display: block; max-width: 100%;}
  .page-wrapper .pwc-inner table {margin: 0 0 16px 0; width: 100% !important;}
  .page-wrapper .pwc-inner thead, .page-wrapper .pwc-inner table caption {
    background-color: #3d75b2;
    color: #fff;
  }
    .page-wrapper .pwc-inner thead th, .page-wrapper .pwc-inner table caption, .page-wrapper .pwc-inner thead tr td {padding: 16px 0;}
  .page-wrapper .pwc-inner tbody td {
    padding: 16px 0;
    text-align: center;
    vertical-align: middle;
  }
  .page-wrapper .pwc-inner tbody tr:nth-child(even) {
    background-color: #eeeeee;
  }
  .page-wrapper .contact-us-wrapper input[type=text], .page-wrapper .contact-us-wrapper input[type=email] {
    display: block;
    width: 100%;
    padding: 8px 0;
    background-color: transparent;
    color: #6491c1;
    font-size: 20px;
    font-weight: 400;
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #6491c1;
    margin: 0 0 16px 0;
    outline: none;
  }
  .page-wrapper .contact-us-wrapper input[type=submit] {
    color: #6491c1;
    font-weight: 400;
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    display: block;
    width: 240px;
    font-size: 20px;
    text-align: center;
    border: 2px solid #6491c1;
    border-radius: 8px;
    padding: 16px 0;
    margin: 0 auto;
    transition: all linear 300ms;
    background-color: #fff;
  }
    .page-wrapper .contact-us-wrapper input[type=submit]:hover, .page-wrapper .contact-us-wrapper input[type=submit]:focus {
      color: #fff;
      background-color: #6491c1;
    }
  .page-wrapper .contact-us-wrapper textarea {
    display: block;
    width: 100%;
    height: 260px;
    padding: 8px;
    background-color: transparent;
    color: #6491c1;
    font-size: 20px;
    font-weight: 400;
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    border: 1px solid #6491c1;
    margin: 16px 0 32px 0;
    outline: none;
  }
  .page-wrapper .contact-us-wrapper ::-webkit-input-placeholder {
    color: #6491c1;
    font-size: 20px;
    font-weight: 700;
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  }
  .page-wrapper .contact-us-wrapper :-moz-placeholder {
    color: #6491c1;
    font-size: 20px;
    font-weight: 700;
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  }
  .page-wrapper .contact-us-wrapper ::-moz-placeholder {
    color: #6491c1;
    font-size: 20px;
    font-weight: 700;
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  }
  .page-wrapper .contact-us-wrapper :-ms-input-placeholder {
    color: #6491c1;
    font-size: 20px;
    font-weight: 700;
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  }
  .page-wrapper .contact-us-wrapper .rw {width: 50%; float: left;}
  .page-wrapper .contact-us-wrapper .rw.rw-1 {padding-right: 16px;}
  .page-wrapper .contact-us-wrapper .rw.rw-2 {padding-left: 16px;}
  
.page-featured-article {
  background-color: #6491c1;
  margin: 24px 0;
  padding: 48px 64px;
}
  .page-featured-article .pfa-content {
    float: left;
    width: calc(100% - 348px);
    width: -moz-calc(100% - 348px);
    width: -webkit-calc(100% - 348px);
    padding-top: 24px;
  }
  .page-featured-article .pfa-content.no-thumb {
    float: none;
    width: 100%;
    padding-top: 0;
  }
    .page-featured-article .pfa-content h3 {
      font-size: 26px;
      color: #fff;
      font-weight: 700;
      margin: 0 0 8px 0;
    }
    .page-featured-article .pfa-content p {margin-bottom: 24px; color: #fff;}
    .page-featured-article .pfa-content a.go-button {
      display: inline-block;
      font-size: 26px;
      color: #fff;
      border: 2px solid #fff;
      border-radius: 8px;
      padding: 8px 64px;
      transition: all linear 300ms;
    }
    .page-featured-article .pfa-content a.go-button:hover {
      background-color: #fff;
      color: #6491c1;
    }
  .page-featured-article .pfa-thumb {
    width: 300px;
    height: 300px;
    float: left;
    margin-right: 48px;
    border: 10px solid #fff;
    border-radius: 50%;
    overflow: hidden;
  }
    .page-featured-article .pfa-thumb img {
      margin: 0 auto;
      max-width: 100%;
      position: relative;
      top: 50%;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    
div.wpcf7-response-output {
  margin: 36px auto 24px auto !important;
  padding: 16px !important;
}
div.wpcf7-validation-errors {border: 2px solid #f9724b !important;}
div.wpcf7-mail-sent-ok {border: 2px solid #3d75b2 !important;}

.partners-title {
  padding: 32px 0 24px 0;
  font-size: 18px;
  font-weight: 700;
}
.partners {
  display: table;
  margin: 0 auto 48px auto;
}
  .partners .partners-entry {
    display: table-cell;
    vertical-align: middle;
    max-width: 200px;
    padding: 0 8px;
  }
    .partners .partners-entry img {
      max-height: 72px;
      width: auto !important;
    }

footer {
  background-color: #3d75b2;
  padding: 48px 0 54px 0;
  position: relative;
}
footer .footer-left {
  float: left;
}
  footer .footer-left span {display: block; clear: both; color: #fff; padding: 8px 0 0 0; font-style: italic;}
footer .footer-left .logo {
  display: block;
  float: left;
  width: 558px;
  height: 56px;
  background: url(images/footer-logo.png) no-repeat scroll;
  background-size: cover;
  font: 0/0 a;
  color: transparent;
  margin: 12px 24px 0 0;
}
footer .footer-left p {
  width: 326px;
  height: 80px;
  float: left;
  background: url(images/footer-sfcap.png) no-repeat scroll;
  background-size: cover;
  font: 0/0 a;
  color: transparent;
}
  footer .footer-left p a {display: block; width: 100%; height: 100%;}
footer .footer-right {float: left;}
footer .footer-right .hon-badge p {
  color: #fff;
  padding: 8px 0 0 50px;
  background: url(images/HON-badge.gif) no-repeat left center scroll;
  max-width: 500px;
  min-height: 60px;
  font-family: "Helvetica", Arial, sans-serif;
  line-height: 1.4em;
}
.cclicense p {
  color: white;
  padding: 8px 0 0 50px;
  
  font-family: "Helvetica", Arial, sans-serif;
  line-height: 1.4em;
}

footer .footer-right .hon-badge p a {color: #fff; text-decoration: underline;}
footer .footer-right .social {
  font-size: 0; 
  text-align: right;
  position: absolute;
  right: 4%;
  bottom: 48px;
}
/* 
footer .footer-right .social a {
  display: inline-block;
  width: 42px;
  height: 42px;
  font: 0/0 a;
  color: transparent;
}
*/
footer .footer-right .social a {
  display: inline-block;
  width: 50px;
  height: 46px;
  margin: 0 auto;
  font-size: 16px;
  color: white;
  overflow: hidden;
}
footer .footer-right .social i {
	color: white;
	height: 48px;
	width: 48px;
	vertical-align: -0.65em !important;
}


footer .footer-right .social a:hover {opacity: 0.85;}
footer .footer-right a.fb {
  background: url(images/footer-fb-icon.png) no-repeat scroll;
  margin-right: 8px;
}
footer .footer-right a.tw {
  background: url(images/footer-tw-icon.png) no-repeat scroll;
}
footer .navigation {
  padding: 24px 0 16px 0;
}
footer .navigation ul {
  float: left;
  margin-right: 32px;
}
footer .navigation li {
  float: left;
  margin-right: 24px;
}
footer .navigation a {
  color: #fff;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
footer .navigation a:hover {
  color: rgba(255, 255, 255, 0.7);
}
footer .navigation .current_page_item a {
  color: rgba(255, 255, 255, 0.7);
}
footer .navigation p {
  float: left;
  color: #fff;
}
footer .stt {
  display: block;
  width: 100px;
  height: 100px;
  background: url(images/stt-icon.png) no-repeat scroll;
  background-size: cover;
  position: absolute;
  right: 24px;
  top: -50px;
  cursor: pointer;
  font: 0/0 a;
  color: transparent;
}

.fts-jal-fb-header {
	display: none;
}
.fts-powered-by-text-popup a.fts-powered-by-text {
	display: none !important;
} 
.fts-powered-by-text-popup a.fts-powered-by-text {
	color: transparent !important;
	display: none !important;
	text-decoration: none !important;
}

a.button {
    display: inline-block;
    border-radius: 8px;    
    padding: 6px 20px;
    text-align: center;
    transition: all linear 300ms;
}
a.button.orange {
	color: #f9724b;
	border: 2px solid #f9724b;
}
a.button.orange:hover {
	background-color: #f9724b;
	color: white;
}
a.button.blue {
	color: #3d75b2;
	border: 2px solid #3d75b2;
}
a.button.blue:hover {
	background-color: #3d75b2;
	color: white;
}
a.button.gray {
	color: #4e4e4e;
	border: 2px solid #4e4e4e;
}
a.button.gray:hover {
	background-color: #4e4e4e;
	color: white;
}

.fts-jal-fb-user-thumb, .fts-jal-fb-user-name, .fts-jal-fb-post-time,
.fts-likes-shares-etc-wrap .icon-thumbs-up, .fts-likes-shares-etc-wrap .icon-comments,
.fts-jal-fb-see-more [class^=icon-thumbs-up], .fts-jal-fb-see-more [class^=icon-comments]{
	display: none !important;
}
.fts-jal-single-fb-post {
	background-color: white;
	margin-bottom: 15px !important;
}
.fts-jal-single-fb-post:before {
    display: block;
    content: "";
    background: #0481d9 url(images/fb-feed-icon.jpg) no-repeat center center scroll;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 91px;
}
.fts-jal-fb-right-wrap, .fts-jal-fb-see-more {
	float: none !important;
	margin-left: 110px !important;
}

.covid-header {
	background-color: red; color: white; padding: 1rem 2rem; text-align: center;
}
.covid-header a:link, .covid-header a:visited {
	color: white;
	text-decoration: underline;
}
.covid-header a:hover {
	color: #d3d3d3;
	text-decoration: none;
}
.covid-header span {
	display: inline-block;
	margin-left: 2rem;
}
.ukraine-header {
	background-color: #ffd700; color: #0057b7; padding: 1rem 2rem; text-align: center;
}
.ukraine-header a:link, .ukraine-header a:visited {
	color: #0057b7;
	text-decoration: underline;
}
.ukraine-header a:hover {
	color: black;
	text-decoration: none;
}
.ukraine-header span {
	display: inline-block;
	margin-left: 2rem;
}


.home-content .hc-col .feat-content-entry.article_num_1 {
	background-color: #f9724b !important;
	background-image: none !important;
}
.home-content .hc-col .feat-content-entry.article_num_1 .read-more {
	background-color: #3d75b2 !important;
	border-top: 10px solid #204a77 !important;
}
.home-content .hc-col .feat-content-entry .read-more span {
	background-image: none !important;
}
.readmore_arrow {
	font-size: 1.5em;
}











@media print {
  body {padding: 0;}
  header, footer, .page-wrapper aside {display: none; visibility: hidden;}
  .page-wrapper .page-meta-extra {display: none;}
  .page-wrapper .pw-content {float: none; width: 100%;}
}

@media (max-width: 1740px) {
  header .navigation .navigation-inner, .page-wrapper {
    width: 92%;
  }
}
@media (max-width: 1600px) {
  .home-content .hc-col .feat-content-entry figure {
    width: 300px;
  }
  .home-content .hc-col .feat-content-entry .fce-body {
    width: calc(100% - 316px);
    width: -moz-calc(100% - 316px);
    width: -webkit-calc(100% - 316px);
  }
  footer .footer-left .logo {
    width: 500px;
    height: 50px;
  }
  footer .footer-left p {
    width: 245px;
    height: 60px;
  }
}
@media (max-width: 1480px) {
  body {padding-top: 150px;}
  .home-hero {
    --height: calc(80vh - 150px);
    --height: -moz-calc(80vh - 150px);
    --height: -webkit-calc(80vh - 150px);
  }
  .logged-in .home-hero {
    --height: calc(80vh - 182px);
    --height: -moz-calc(80vh - 182px);
    --height: -webkit-calc(80vh - 182px);
  }
  header .document-container {padding: 8px 0;}
  header .navigation li {margin-right: 16px;}
  header .navigation .search {margin-left: 0;}
  .home-content .hc-col .feat-content-entry {min-height: initial;}
  .home-content .hc-col .feat-content-entry figure {
    width: 100%;
    float: none;
    margin: 0 0 16px 0;
    display: none;
  }
  .home-content .hc-col .feat-content-entry .fce-body {
    width: 100%;
    float: none;
  }
  .home-content .hc-col .feat-content-entry .read-more {padding: 10px 0;}
  .find-therapist-wrapper .ftwi-col section {padding: 8px 0 0 0;}
  .find-therapist-wrapper .ftwi-col {padding: 24px;}
  header .logo {
    width: 525px;
    height: 70px;
  }
  header p {
    width: 280px;
    height: 70px;
    margin-top: 0;
  }
}
@media (max-width: 1410px) {
  footer .footer-left .logo {
    width: 420px;
    height: 42px;
  }
  footer .footer-left p {
    width: 204px;
    height: 50px;
  }
  footer .footer-right .hon-badge p {max-width: 420px;}
  footer .footer-right .social {bottom: 36px;}
}
@media (max-width: 1380px) {
  header .navigation .search input[type=text] {margin: 0; width: 180px;}
  .home-content .hc-col .feat-content-entry figure {display: none;}
  .home-content .hc-col .feat-content-entry .read-more {padding: 8px 0; margin: 0; width: 220px;}
  .find-therapist-wrapper .ftwi-col {min-height: 240px;}
    .find-therapist-wrapper .ftwi-col figure {float: none; margin: 0 auto 24px auto; width: 240px; height: 240px;}
    .find-therapist-wrapper .ftwi-col section {text-align: center;}
    .find-therapist-wrapper .ftwi-col .cta-button {position: static; margin: 16px 0 0 0;}
  .ask-expert .ask-expert-wrap, .ask-expert .ask-expert-wrap .aew-col {display: block;}
  .ask-expert .ask-expert-wrap {padding: 18px 0 24px 0;}
    .ask-expert .ask-expert-wrap:first-of-type {display: none;}
    .ask-expert .ask-expert-wrap .aew-col {width: 100%; padding: 0 !important;}
  .ask-expert .ask-expert-wrap .aew-col span {display: none;}
  .ask-expert .ask-expert-wrap .aew-col section {width: 100%; margin: 0; float: none; min-height: initial;}
    .ask-expert .ask-expert-wrap .aew-col section:before {display: none;}
    .ask-expert .ask-expert-wrap .aew-col:nth-child(1) section {
      font-weight: 700;
      font-size: 22px;
    }
}
@media (max-width: 1024px) {
  header .navigation .search, footer .footer-right .social {display: none;}
  .home-hero article a {padding: 4px 15px; margin-bottom: 8px;}
  .document-container, header .navigation .navigation-inner, .page-wrapper, .find-therapist-wrapper .ftw-inner, .ask-expert .ask-expert-wrap {width: 96%}
  .home-content .hc-col:nth-of-type(1) {padding: 0 24px 0 2%;}
  .home-content .hc-col:nth-of-type(2) {padding: 0 2% 0 24px;}
  .home-contact .hc-form, .home-contact .hc-social {padding: 2%;}
  .page-wrapper .contact-us-wrapper .rw {width: 100%; float: none;}
  .page-wrapper .contact-us-wrapper .rw.rw-1 {padding-right: 0;}
  .page-wrapper .contact-us-wrapper .rw.rw-2 {padding-left: 0;}
  footer .footer-left, footer .footer-right {float: none;}
  footer .footer-left {display: table; margin: 0 auto;}
  footer .hon-badge {display: table; margin: 0 auto; padding: 24px 0 8px 0;}
  footer .navigation ul {float: none; margin: 0 auto; display: table;}
  footer .navigation p {float: none; text-align: center;}
}
@media (max-width: 900px) {
  body {padding-top: 56px;}
  .home-hero {
    --height: calc(90vh - 56px);
    --height: -moz-calc(90vh - 56px);
    --height: -webkit-calc(90vh - 56px);
    background-position: center top;
  }
    .home-hero article h2 {font-size: 24px;}
    .home-hero article p {font-size: 12px;}
  .home-hero .hero-btns-wrapper {
    display: table;
    margin: 0 auto;
    font-size: 0;
  }
  .home-hero article a {display: block; font-size: 12px;}
  .home-content, .home-contact {width: 96%; margin: 0 auto;}
  .home-content, .home-content .hc-col, .home-contact, .home-contact .hc-form, .home-contact .hc-social {display: block;}
  .home-content .hc-col, .home-contact .hc-form, .home-contact .hc-social {width: 100%;}
  .home-contact .hc-form, .home-contact .hc-social {padding: 16px;}
  .home-content .hc-col:nth-of-type(1) {padding: 0 0 24px 0;}
  .home-content .hc-col:nth-of-type(2) {padding: 0;}
  .find-therapist-wrapper .ftwi-col {min-height: initial; margin: 0 0 16px 0 !important; width: 100% !important;}
  header .logo {
    width: 300px;
    height: 40px;
  }
  header p, header .navigation .social, .page-wrapper .page-meta-extra {display: none;}
  header .nav-trigger {
    background-color: #3d75b2;
    display: block;
    width: 40px;
    height: 40px;
    font: 0/0 a;
    color: transparent;
    float: right;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  header.mobile-nav-active .nav-trigger {background-color: #f9724b;}
    header .nav-trigger span {
      display: block;
      height: 2px;
      width: 80%;
      margin: -1px auto 0 auto;
      background-color: #fff;
      position: relative;
      top: 50%;
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
    }
    header.mobile-nav-active .nav-trigger span {background-color: transparent;}
      header .nav-trigger span:after, header .nav-trigger span:before {
        display: block;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 0;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -ms-transform-origin: 50%; /* IE 9 */
        -webkit-transform-origin: 50%; /* Chrome, Safari, Opera */
        transform-origin: 50%;
      }
      header .nav-trigger span:after {top: -10px;}
      header .nav-trigger span:before {bottom: -10px;}
      header.mobile-nav-active .nav-trigger span:before {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: 0;
      }
      header.mobile-nav-active .nav-trigger span:after {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0;
      }
  header .navigation {
    position: absolute;
    top: 100%;
    right: 0;
    width: 260px;
    padding: 8px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
    header.mobile-nav-active .navigation {
      opacity: 1;
      pointer-events: auto;
      -moz-transform: translateX(0px);
      -webkit-transform: translateX(0px);
      -o-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
      height: 90vh;
      overflow-y: auto;
    }
  header .navigation .navigation-inner ul {float: none; padding: 0 8px 0 0;}
  header .navigation li {
    height: auto;
    line-height: 1.5em;
    float: none;
    margin: 0;
  }
  header .navigation li a {font-size: 14px;}
  header .navigation li a:after, footer .stt {display: none;}
  header .navigation .navigation-inner li ul {
    position: static;
    width: auto;
    visibility: visible;
    pointer-events: auto;
    padding: 8px 0 8px 16px;
  }
  header .navigation li.menu-item-17 ul:first-of-type {width: auto;}
  header .navigation li ul li.menu-item-has-children {
    float: none;
    padding: 0;
    width: auto;
  }
    header .navigation li ul li {padding: 0;}
    header .navigation li ul a {font-size: 14px;}
  header .navigation li li.menu-item-has-children a.column-title {font-size: 16px;}
  .page-wrapper .pw-content {
    float: none;
    width: 100%;
    margin-bottom: 24px;
  }
  .page-wrapper aside {
    float: none;
    width: 100%;
    padding: 0;
  }
  footer .footer-left {float: none;}
    footer .footer-left .logo, footer .footer-left p {float: none; margin: 0 auto 16px auto;}
    footer .navigation ul {margin: 0 auto; float: none; display: table;}
    footer .navigation p {float: none; text-align: center; font-size: 16px;}
  .page-featured-article {
    padding: 36px;
  }
  .home-contact .hc-social {right: auto; position: static;}
  .home-contact .hc-form {left: auto; position: static;}
  .home-content .hc-col {position: static;}
  .home-content .hc-col.to-left {left: auto;}
  .home-content .hc-col.to-right {right: auto;}
}
@media (max-width: 600px) {
  .partners-title {text-align: center;}
  .partners .partners-entry {
    display: block;
    padding: 8px 0;
    margin: 0 auto;
  }
    .partners .partners-entry img {margin: 0 auto;}
  footer .footer-left .logo {
    width: 300px;
    height: 30px;
  }
  footer .footer-left p {
    width: 300px;
    height: 74px;
  }
  .home-hero article {padding-top: 20px;}
  .home-hero article h2 {font-size: 22px;}
  .home-hero article p {font-size: 16px; margin: 0 0 36px 0;}
  .home-hero article a {font-size: 14px; padding: 4px;}
  .home-hero {height: 440px; background-position: center top;}
  .page-featured-article {padding: 16px;}
  .page-featured-article .pfa-content {
    float: none;
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
  .page-featured-article .pfa-thumb {
    display: none;
    float: none;
  }
  footer .footer-right .hon-badge p {max-width: 300px;}
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}