html {
  font-size: 16px; }
  @media screen and (min-width: 34em) {
    html {
      font-size: 16px; } }

body {
  font-family: "Roboto", sans-serif;
  color: #373a3c;
  position: relative; }

.site-content {
  overflow: hidden;
  margin: 0;
  background-color: white; }

.site-body {
  position: relative;
  z-index: 1;
  background-color: white; }
  .site-body:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
    pointer-events: none; }
  .loading-end .site-body:after {
    opacity: 0; }

a,
.link {
  color: inherit;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
          transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out; }
  a:hover, a:focus,
  .link:hover,
  .link:focus {
    color: #91aa9d;
    text-decoration: none; }

ul.social-list {
  display: inline-block;
  list-style: none;
  padding: 0 !important;
  margin-left: -.25rem !important;
  margin-right: -.25rem !important; }
  ul.social-list li {
    display: inline-block;
    padding: 0 !important;
    margin: .25rem !important; }
    ul.social-list li a {
      display: block;
      height: 40px;
      width: 40px;
      line-height: 36px;
      border: 2px solid #91aa9d;
      background-color: #91aa9d;
      color: white;
      border-radius: 50%;
      text-align: center;
      font-size: 1.25rem; }
      ul.social-list li a:hover, ul.social-list li a:focus {
        background-color: #749483;
        border-color: #749483;
        color: white; }

.admin-edit-link {
  display: block;
  padding: 1rem 0 0;
  font-size: 1rem; }

.site-top-bar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  overflow: hidden;
  background-color: white;
  z-index: 2;
  -webkit-transition: all .3s ease, background .15s ease;
          transition: all .3s ease, background .15s ease; }
  @media screen and (min-width: 783px) {
    .site-top-bar {
      display: block; } }
  .admin-bar .site-top-bar {
    top: 32px; }
  .header-is-active .site-top-bar {
    top: -50px; }
  .header-is-active.admin-bar .site-top-bar {
    top: -18px; }
  .site-top-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 50px; }
    .site-top-bar ul li {
      display: inline-block;
      line-height: 50px; }
      .site-top-bar ul li + li {
        margin-left: 1rem; }
      .site-top-bar ul li .btn {
        line-height: 1;
        vertical-align: initial; }
      .site-top-bar ul li p {
        display: inline;
        margin: 0; }
  .site-top-bar:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: white;
    pointer-events: none;
    opacity: 1;
    -webkit-transition: opacity .25s ease;
            transition: opacity .25s ease; }
    .loading-end .site-top-bar:after {
      opacity: 0; }
  .site-top-bar .btn {
    font-size: 1rem;
    text-transform: none;
    padding: .75rem 1rem; }

.site-header {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0;
  z-index: 1000;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: all .3s ease, background .15s ease;
          transition: all .3s ease, background .15s ease; }
  @media screen and (min-width: 783px) {
    .has-top-bar .site-header {
      top: 50px; } }
  .admin-bar .site-header {
    top: 46px; }
    @media screen and (min-width: 783px) {
      .admin-bar .site-header {
        top: 32px; } }
  .has-top-bar.admin-bar .site-header {
    top: 46px; }
    @media screen and (min-width: 783px) {
      .has-top-bar.admin-bar .site-header {
        top: 82px; } }
  .header-is-active .site-header {
    top: 0;
    height: 80px;
    padding: 0;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25); }
  .header-is-active.admin-bar .site-header {
    top: 46px; }
    @media screen and (min-width: 783px) {
      .header-is-active.admin-bar .site-header {
        top: 32px; } }

.site-header-inner .container {
  position: relative;
  padding-right: 120px; }
  @media (min-width: 62em) {
    .site-header-inner .container {
      padding-right: 0; } }

.site-header-logo {
  display: inline-block;
  max-width: 166px;
  margin: 0;
  -webkit-transition: all .3s ease;
          transition: all .3s ease; }
  @media screen and (min-width: 48em) {
    .site-header-logo {
      max-width: 250px;
      margin: -50px 0 0; } }
  .header-is-active .site-header-logo {
    margin: 0;
    max-width: 130px; }

.site-header-spacer {
  height: 100px; }
  @media screen and (min-width: 48em) {
    .has-top-bar .site-header-spacer {
      height: 150px; } }

@media screen and (min-width: 62em) {
  .site-nav {
    display: inline-block;
    height: 100px;
    float: right;
    -webkit-transition: height .3s ease;
            transition: height .3s ease; }
    .header-is-active .site-nav {
      height: 80px; }

  .site-nav-inner {
    height: 100px;
    -webkit-transition: height .3s ease;
            transition: height .3s ease; }
    .header-is-active .site-nav-inner {
      height: 80px; }

  .site-nav-header {
    display: none; }

  .main-nav > ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0; }
    .main-nav > ul > li {
      display: inline-block;
      margin: 0 0 0 .25rem; }
      .main-nav > ul > li > a {
        position: relative;
        display: block;
        line-height: 100px;
        margin: 0;
        padding: 0 .75rem;
        color: #373a3c;
        font-weight: bold;
        font-size: .9rem;
        -webkit-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out; } }
      @media screen and (min-width: 62em) and (min-width: 75em) {
        .main-nav > ul > li > a {
          padding: 0 1rem; } }
@media screen and (min-width: 62em) {
        .main-nav > ul > li > a:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 6px;
          background-color: #eee;
          -webkit-transition: all .3s ease;
                  transition: all .3s ease; }
        .main-nav > ul > li > a:hover, .main-nav > ul > li > a:focus {
          text-decoration: none;
          background-color: rgba(0, 0, 0, 0.1);
          color: #193441; }
          .main-nav > ul > li > a:hover:after, .main-nav > ul > li > a:focus:after {
            background-color: #91aa9d;
            height: 6px; }
      .main-nav > ul > li.current_page_item > a, .main-nav > ul > li.current_page_parent > a {
        background-color: rgba(0, 0, 0, 0.05);
        color: #193441; }
        .main-nav > ul > li.current_page_item > a:after, .main-nav > ul > li.current_page_parent > a:after {
          background-color: #91aa9d;
          height: 6px; }
    .main-nav > ul li.page_item_has_children,
    .main-nav > ul li.menu-item-has-children {
      position: relative; }
      .main-nav > ul li.page_item_has_children ul.children,
      .main-nav > ul li.page_item_has_children ul.sub-menu,
      .main-nav > ul li.menu-item-has-children ul.children,
      .main-nav > ul li.menu-item-has-children ul.sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: .5rem 0;
        margin: 0;
        font-size: 1rem;
        color: #373a3c;
        text-align: left;
        list-style: none;
        background-color: white;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.15); }
        .main-nav > ul li.page_item_has_children ul.children > li,
        .main-nav > ul li.page_item_has_children ul.sub-menu > li,
        .main-nav > ul li.menu-item-has-children ul.children > li,
        .main-nav > ul li.menu-item-has-children ul.sub-menu > li {
          display: block;
          width: 100%;
          padding: 0;
          clear: both;
          text-align: inherit;
          white-space: nowrap;
          background: 0 0;
          border: 0; }
          .main-nav > ul li.page_item_has_children ul.children > li > a,
          .main-nav > ul li.page_item_has_children ul.sub-menu > li > a,
          .main-nav > ul li.menu-item-has-children ul.children > li > a,
          .main-nav > ul li.menu-item-has-children ul.sub-menu > li > a {
            display: block;
            padding: .5rem 1rem;
            color: #373a3c;
            font-weight: bold;
            font-size: .9rem;
            -webkit-transition: all .2s ease-in-out;
                    transition: all .2s ease-in-out; }
            .main-nav > ul li.page_item_has_children ul.children > li > a:hover,
            .main-nav > ul li.page_item_has_children ul.sub-menu > li > a:hover,
            .main-nav > ul li.menu-item-has-children ul.children > li > a:hover,
            .main-nav > ul li.menu-item-has-children ul.sub-menu > li > a:hover {
              color: #193441;
              background-color: #eee; }
          .main-nav > ul li.page_item_has_children ul.children > li.current_page_item,
          .main-nav > ul li.page_item_has_children ul.sub-menu > li.current_page_item,
          .main-nav > ul li.menu-item-has-children ul.children > li.current_page_item,
          .main-nav > ul li.menu-item-has-children ul.sub-menu > li.current_page_item {
            border-left: 4px solid #91aa9d;
            background-color: #eee; }
      .main-nav > ul li.page_item_has_children:hover ul.children,
      .main-nav > ul li.page_item_has_children:hover ul.sub-menu,
      .main-nav > ul li.menu-item-has-children:hover ul.children,
      .main-nav > ul li.menu-item-has-children:hover ul.sub-menu {
        display: block; }
  .header-is-active .main-nav > ul > li > a {
    line-height: 80px; }
    .header-is-active .main-nav > ul > li > a:hover, .header-is-active .main-nav > ul > li > a:focus {
      text-decoration: none; }

  .secondary-nav {
    display: none; }

  .site-nav-social-media {
    display: none; }

  .site-nav-searchform {
    display: none; }

  .site-nav-footer {
    display: none; } }
@media screen and (max-width: 61.99em) {
  .site-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none; }
    .site-nav .site-nav-overlay {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      opacity: 0;
      -webkit-transition: opacity .3s ease;
              transition: opacity .3s ease;
      pointer-events: none; }

  .menu-is-open .site-nav {
    pointer-events: auto; }
    .menu-is-open .site-nav .site-nav-overlay {
      opacity: 1;
      pointer-events: auto; }

  .site-nav-inner {
    background-color: #eee;
    overflow-x: auto;
    position: relative;
    width: 400px;
    max-width: 80%;
    height: 100%;
    -webkit-transform: initial;
            transform: initial;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.6s cubic-bezier(0.6, 0.3, 0, 1);
            transition: all 0.6s cubic-bezier(0.6, 0.3, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(0.6, 0.3, 0, 1);
            transition-timing-function: cubic-bezier(0.6, 0.3, 0, 1); }
    .site-nav-inner::-webkit-scrollbar {
      height: 16px;
      overflow: visible;
      width: 16px; }
    .site-nav-inner::-webkit-scrollbar-corner {
      background: transparent; }
    .site-nav-inner::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2);
      background-clip: padding-box;
      min-height: 28px;
      padding: 100px 0 0;
      box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07); }
    .site-nav-inner::-webkit-scrollbar-track {
      background-clip: padding-box;
      border: solid transparent;
      border-width: 0 0 0 4px; }

  .menu-is-open .site-nav-inner {
    -webkit-transform: initial;
            transform: initial; }

  .site-nav-header {
    display: block;
    position: relative;
    background-color: white;
    border-bottom: 1px solid #eee;
    padding: 0 1.5rem 1rem; }
    .site-nav-header img {
      width: 247px;
      max-width: 100%; }

  .main-nav {
    background-color: white;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #eee; }
    .main-nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .main-nav ul > li {
        position: relative;
        display: block;
        margin: 0;
        padding: 0; }
        .main-nav ul > li > a {
          position: relative;
          display: block;
          font-family: "Roboto Slab", sans-serif;
          font-size: 1rem;
          padding: .75rem 0;
          text-transform: uppercase;
          color: #373a3c;
          -webkit-transition: all 0.2s ease;
                  transition: all 0.2s ease; }
          .main-nav ul > li > a:hover, .main-nav ul > li > a:focus {
            text-decoration: none;
            color: #91aa9d; }
          .main-nav ul > li > a br {
            display: none; }
        .main-nav ul > li.current_page_item > a {
          text-decoration: none;
          color: #91aa9d; }
    .main-nav li.page_item_has_children,
    .main-nav li.menu-item-has-children {
      margin-right: 2.5rem; }
      .main-nav li.page_item_has_children > .dropdown-toggle,
      .main-nav li.menu-item-has-children > .dropdown-toggle {
        display: block;
        position: absolute;
        top: 0;
        right: -2.5rem;
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.05);
        -webkit-transition: .3s all ease;
                transition: .3s all ease;
        color: #373a3c;
        border-radius: 4px; }
        .main-nav li.page_item_has_children > .dropdown-toggle:after,
        .main-nav li.menu-item-has-children > .dropdown-toggle:after {
          content: '+'; }
        .main-nav li.page_item_has_children > .dropdown-toggle:hover, .main-nav li.page_item_has_children > .dropdown-toggle:focus,
        .main-nav li.menu-item-has-children > .dropdown-toggle:hover,
        .main-nav li.menu-item-has-children > .dropdown-toggle:focus {
          color: #373a3c;
          background-color: rgba(0, 0, 0, 0.1);
          border-radius: 8px; }
        .main-nav li.page_item_has_children > .dropdown-toggle.is-open,
        .main-nav li.menu-item-has-children > .dropdown-toggle.is-open {
          border-radius: 40%; }
          .main-nav li.page_item_has_children > .dropdown-toggle.is-open:after,
          .main-nav li.menu-item-has-children > .dropdown-toggle.is-open:after {
            content: '-'; }
    .main-nav ul.sub-menu,
    .main-nav ul.children {
      display: none;
      padding-left: 1rem;
      margin-bottom: .5rem; }
      .main-nav ul.sub-menu > li > a:before,
      .main-nav ul.children > li > a:before {
        content: '-';
        margin-right: .25rem; }

  .secondary-nav {
    background-color: white;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #eee; }
    .secondary-nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .secondary-nav ul > li {
        position: relative;
        display: block;
        margin: 0;
        padding: 0; }
        .secondary-nav ul > li > a {
          font-family: "Roboto Slab", sans-serif;
          font-size: .85rem;
          display: block;
          color: #999;
          padding: .5rem 0;
          text-transform: uppercase;
          -webkit-transition: color .3s ease;
                  transition: color .3s ease; }
          .secondary-nav ul > li > a:hover, .secondary-nav ul > li > a:focus {
            text-decoration: none;
            color: #91aa9d; }
        .secondary-nav ul > li.current_page_item > a {
          text-decoration: none;
          color: #91aa9d; }

  .site-nav-social-media {
    padding: 1rem 1.5rem;
    background-color: white;
    border-bottom: 1px solid #eee; }
    .site-nav-social-media ul.social-list {
      list-style: none;
      margin: 0;
      padding: 0;
      font-size: 0; }
      .site-nav-social-media ul.social-list > li {
        position: relative;
        display: inline-block;
        margin: .25rem .5rem .25rem 0;
        padding: 0; }
        .site-nav-social-media ul.social-list > li > a {
          position: relative;
          display: block;
          background-color: #999;
          border: none;
          color: white;
          border-radius: 50%;
          line-height: 2.5rem;
          height: 2.5rem;
          width: 2.5rem;
          font-size: 1.25rem;
          text-align: center; }
          .site-nav-social-media ul.social-list > li > a:hover, .site-nav-social-media ul.social-list > li > a:focus {
            background-color: #91aa9d;
            color: white; }

  .site-nav-searchform {
    display: none; }

  .site-nav-footer {
    font-size: .85rem; } }
.menu-toggle {
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transition: all .3s ease;
          transition: all .3s ease; }
  .menu-toggle span.hamburger,
  .menu-toggle span.hamburger:after,
  .menu-toggle span.hamburger:before {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background: #373a3c;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -11px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.2, 1);
            transition: all 0.3s cubic-bezier(0.6, 0, 0.2, 1);
    -webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
    z-index: 12; }
  .menu-toggle span.hamburger:after {
    margin-top: 7px;
    top: 0; }
  .menu-toggle span.hamburger:before {
    margin-top: -7px;
    top: 0; }
  .menu-toggle:hover, .menu-toggle:focus {
    background-color: rgba(0, 0, 0, 0.1); }
  .header-is-active .menu-toggle {
    height: 80px;
    background-color: #eee; }
    .header-is-active .menu-toggle span.hamburger,
    .header-is-active .menu-toggle span.hamburger:after,
    .header-is-active .menu-toggle span.hamburger:before {
      background-color: #373a3c; }

.menu-is-open .menu-toggle span.hamburger {
  background: transparent; }
  .menu-is-open .menu-toggle span.hamburger:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-top: 0px; }
  .menu-is-open .menu-toggle span.hamburger:before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    margin-top: 0px; }

@media (min-width: 61.99em) {
  .menu-toggle {
    display: none; } }
.hero {
  padding: 2rem 0;
  background: no-repeat center/cover #999;
  width: 100%;
  position: relative;
  text-align: right; }
  @media (min-width: 48em) {
    .hero {
      padding: 4rem 0; } }
  @media (min-width: 75em) {
    .hero {
      padding: 6rem 0; } }
  .hero .hero-content-inner {
    padding: 2rem 1rem;
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    border-right: 1rem solid #91aa9d;
    max-width: 350px;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 1rem 100%, 0 calc(100% - 1rem));
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 1rem 100%, 0 calc(100% - 1rem));
    margin-left: auto; }
    @media (min-width: 48em) {
      .hero .hero-content-inner {
        max-width: 500px;
        padding: 4rem;
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 4rem 100%, 0 calc(100% - 4rem));
        clip-path: polygon(0% 0%, 100% 0, 100% 100%, 4rem 100%, 0 calc(100% - 4rem)); } }
    .hero .hero-content-inner h1 {
      color: #91aa9d;
      margin-bottom: 0 !important;
      font-family: "Roboto Slab", sans-serif; }
      @media (min-width: 48em) {
        .hero .hero-content-inner h1 {
          font-size: 3rem; } }
  .hero:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 33.33333%;
    background-color: rgba(25, 52, 65, 0.75); }

aside {
  padding: 2rem;
  background-color: #eee; }
  .has-sidebar aside {
    position: relative; }
  .has-sidebar aside:before, .has-sidebar aside:after {
    content: '';
    position: absolute;
    top: 0;
    width: 99999px;
    height: 100%;
    background-color: #eee; }
  .has-sidebar aside:before {
    left: -99998px; }
  .has-sidebar aside:after {
    right: -99998px; }
  @media screen and (min-width: 48em) {
    .has-sidebar-right aside:before {
      content: none; }
    .has-sidebar-left aside:after {
      content: none; } }

@media (min-width: 48em) {
  .sticky-sidebar #sidebar {
    top: 0;
    position: relative;
    min-height: 600px; } }

.site-footer {
  padding: 2rem 0;
  background-color: #193441;
  color: white;
  position: relative;
  z-index: 1; }
  .site-footer .footer-area {
    padding: 2rem 0; }
    .site-footer .footer-area .footer-title {
      color: white; }
    .site-footer .footer-area hr {
      border-top: 5px solid #91aa9d; }
  .site-footer .social-list li span {
    display: none; }

.btn {
  text-transform: uppercase;
  font-weight: bold;
  padding: 1rem;
  font-size: 1.25rem; }

.widget {
  padding: 2rem 0; }
  .widget .widget-title {
    font-size: 1.5rem;
    margin-bottom: .5rem;
    font-family: "Roboto", sans-serif; }
  .widget .widget-content ul {
    padding: 0;
    list-style: none; }

#tutsu_widget_wysiwyg-8 {
  padding: 1rem;
  background-color: white; }

.subpages .subpage {
  display: block;
  position: relative;
  min-height: 300px;
  width: 100%;
  overflow: hidden;
  margin: 1rem 0;
  border: 2px solid #eee; }
  .subpages .subpage .subpage-image {
    position: absolute;
    top: -1rem;
    bottom: -1rem;
    left: -1rem;
    right: -1rem;
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
    background: no-repeat center/cover;
    -webkit-transition: all .125s ease-in-out;
            transition: all .125s ease-in-out; }
  .subpages .subpage .subpage-inner {
    position: absolute;
    top: .5rem;
    left: .5rem;
    right: .5rem;
    bottom: .5rem;
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out; }
    .subpages .subpage .subpage-inner .subpage-content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 1rem;
      color: white; }
      .subpages .subpage .subpage-inner .subpage-content .subpage-title {
        margin-bottom: 1rem; }
      .subpages .subpage .subpage-inner .subpage-content .subpage-excerpt {
        margin-bottom: 1rem;
        font-size: .8rem;
        font-style: italic; }
      .subpages .subpage .subpage-inner .subpage-content .subpage-permalink {
        font-weight: bold;
        font-size: .9rem;
        text-transform: uppercase; }
  .subpages .subpage:hover .subpage-image {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out; }
  .subpages .subpage:hover .subpage-inner {
    background-color: rgba(0, 0, 0, 0.35); }

.searchform {
  position: relative;
  max-width: 300px;
  width: 100%;
  border: 1px solid; }
  .searchform input {
    width: 100%;
    padding-right: 4rem;
    border: none;
    background-color: transparent; }
  .searchform .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 2.5rem;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    background-color: transparent;
    -webkit-transition: all .2s ease;
            transition: all .2s ease; }
    .searchform .search-submit:hover, .searchform .search-submit:focus {
      color: #91aa9d;
      outline: none; }

.faqs-wrapper {
  border-bottom: 2px solid #eee;
  margin-bottom: 1rem; }
  .faqs-wrapper .faq {
    padding: 0 .5rem;
    border-top: 2px solid #eee;
    -webkit-transition: all .2s ease;
            transition: all .2s ease; }
    .faqs-wrapper .faq .faq-title {
      padding: 1rem 0;
      margin-bottom: 0;
      position: relative;
      cursor: pointer;
      text-transform: uppercase;
      font-size: 1.25rem;
      font-weight: normal;
      border-bottom: 2px dashed transparent;
      -webkit-transition: all .2s ease;
              transition: all .2s ease; }
      .faqs-wrapper .faq .faq-title:before {
        font-family: 'FontAwesome';
        content: '\f055';
        width: 1rem;
        line-height: 1.5rem;
        display: inline-block;
        margin-right: .5rem; }
      .faqs-wrapper .faq .faq-title:hover {
        color: #91aa9d; }
    .faqs-wrapper .faq .faq-content {
      padding-top: 1rem;
      padding-bottom: 1.5rem;
      display: none;
      padding-left: .5rem;
      opacity: 0;
      -webkit-transition: opacity .2s ease;
              transition: opacity .2s ease; }
      @media screen and (min-width: 62em) {
        .faqs-wrapper .faq .faq-content {
          padding-left: 1.5rem; } }
      .faqs-wrapper .faq .faq-content > *:last-child {
        margin-bottom: 0; }
    .faqs-wrapper .faq.is-expanded {
      background-color: #eee;
      border-color: white; }
      .faqs-wrapper .faq.is-expanded .faq-title {
        padding-bottom: 1rem;
        border-color: white; }
        .faqs-wrapper .faq.is-expanded .faq-title:before {
          content: '\f056'; }
      .faqs-wrapper .faq.is-expanded .faq-content {
        opacity: 1; }

.testimonials {
  position: relative; }
  .testimonials:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.1);
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%; }
  .testimonials .testimonial {
    position: relative; }
    .testimonials .testimonial .review p:first-child:before, .testimonials .testimonial .review p:first-child:after {
      font-family: Times, serif;
      font-size: 2em;
      line-height: 1rem;
      font-weight: bold;
      vertical-align: middle; }
    .testimonials .testimonial .review p:first-child:before {
      content: '\201C';
      margin-right: .5rem; }
    .testimonials .testimonial .review p:first-child:after {
      content: '\201D';
      margin-left: .5rem; }
    .testimonials .testimonial .rating {
      font-size: 2rem;
      margin-bottom: 1.5rem; }
      .testimonials .testimonial .rating i {
        margin: 0 .25rem; }
    .testimonials .testimonial .author-meta {
      margin-top: 2rem; }
      .testimonials .testimonial .author-meta .name {
        font-weight: bold;
        display: block; }
      .testimonials .testimonial .author-meta .location,
      .testimonials .testimonial .author-meta .role {
        font-size: .9rem; }
      .testimonials .testimonial .author-meta .role + .location:before {
        content: ', '; }
    .testimonials .testimonial + .testimonial {
      margin-top: 2rem;
      padding-top: 2rem; }

.services {
  font-size: 0;
  margin: 0 -1rem; }
  .services .service {
    display: inline-block;
    padding: 1rem;
    vertical-align: top;
    text-align: center;
    width: 50%; }
    @media (min-width: 48em) {
      .services .service {
        width: 33.33333%; } }
    @media (min-width: 75em) {
      .services .service {
        width: 16.66667%; } }
    .services .service .service-icon {
      max-width: 150px;
      margin: 0 auto; }
      .services .service .service-icon a {
        display: inline-block;
        width: 100%;
        padding-bottom: 100%;
        background-color: white;
        border-radius: 50%;
        margin: 0 auto 1rem;
        position: relative;
        -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out; }
        .services .service .service-icon a img {
          width: 100px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
        .services .service .service-icon a:hover {
          background-color: #193441; }
    .services .service .service-title {
      font-size: 1.15rem;
      font-family: "Roboto", sans-serif; }

.site-body h1,
.site-body h2,
.site-body h3,
.site-body h4 {
  font-family: "Roboto Slab", sans-serif; }
.site-body h1,
.site-body h2 {
  margin-bottom: 2rem; }
  @media (min-width: 48em) {
    .site-body h1,
    .site-body h2 {
      font-size: 3rem; } }

.home .home-hero {
  padding: 2rem 0;
  background: no-repeat center/cover #eee;
  width: 100%;
  position: relative; }
  @media (min-width: 48em) {
    .home .home-hero {
      padding: 4rem 0; } }
  .home .home-hero .hero-content-inner {
    padding: 2rem 1rem;
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    border-left: 1rem solid #91aa9d;
    max-width: 500px;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 0% 100%); }
    @media (min-width: 48em) {
      .home .home-hero .hero-content-inner {
        max-width: 768px;
        padding: 4rem;
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 4rem), calc(100% - 4rem) 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 4rem), calc(100% - 4rem) 100%, 0% 100%); } }
  .home .home-hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 25%;
    background-color: rgba(25, 52, 65, 0.75); }

.team-members .team-member + .team-member {
  margin-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 1rem; }
