/*
Theme Name: The 9 Arts
Description: Q-Place custom theme designed by Rule29
Author: Rule29 & Sean Zellmer
Template: twentyseventeen
Version: 1.16.0
*/
html {
  box-sizing: border-box; }

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

html {
  position: relative;
  min-height: 100%; }
  html.admin-bar {
    min-height: -webkit-calc(100% - 32px);
    min-height: calc(100% - 32px); }

body {
  margin: 0;
  padding: 0;
  height: 100%;
  margin-top: 5.9375rem; }
  body::before {
    margin: 0;
    content: '';
    display: table; }
  @media screen and (max-width: 768px) {
    body {
      margin-top: 3.4375rem; } }

hr {
  border: 0;
  border-top: 0.0625rem solid #666; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0rem; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.20833;
  color: #33656C;
  margin-bottom: 0.625em; }
  h1.headline {
    font-weight: bold;
    line-height: 1.04167;
    margin-bottom: 0.3125em; }

h2 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 0.83333;
  color: #333;
  margin-bottom: 0.83333em; }

h3 {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.16667;
  color: #33656C;
  margin-bottom: 1em; }

h4 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.25;
  color: #333;
  margin-bottom: 0.41667em; }

h5 {
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.47619;
  color: #33656C;
  margin-bottom: 0.47619em; }

h6 {
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.31579;
  color: #666;
  margin-bottom: 1.05263em; }
  h6:hover {
    text-decoration: underline; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.7em;
  color: #666;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  font-weight: bold;
  color: #00AEC7;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

li {
  margin-top: 1em;
  margin-bottom: 1em; }
  li li {
    font-size: 1rem;
    line-height: 1.375; }
  li ol {
    list-style-type: lower-alpha; }

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
    line-height: 1.45;
    margin-bottom: 0.375em; }
    h1.headline {
      line-height: 1.25;
      margin-bottom: 0.375em; }

  h2 {
    font-size: 2.125rem;
    line-height: 1.17647;
    margin-bottom: 0.73529em; }

  h3 {
    margin-bottom: 0.33333em; }

  h5 {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 0.5em; }

  h6 {
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 1.25em; }
    h6:hover {
      text-decoration: none; }

  body {
    font-size: 1rem; }

  p {
    margin-bottom: 1.25em; }
    p:last-child {
      margin-bottom: 0; } }
.skip-link {
  display: none; }

.mobile-header {
  display: none;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media screen and (min-width: 768px) {
    .mobile-header {
      background-image: none !important; } }
  @media screen and (max-width: 768px) {
    .mobile-header {
      display: block; } }

.enable-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(99, 103, 107, 0.9); }

.column-container {
  width: 100%; }
  .column-container::after {
    clear: both;
    content: "";
    display: table; }

.column-3 {
  float: left;
  display: block;
  margin-right: 8.51064%;
  width: 27.65957%; }
  .column-3:last-child {
    margin-right: 0; }
  .column-3:nth-child(3n) {
    margin-right: 0; }
  .column-3:nth-child(3n+1) {
    clear: left; }

.column-2 {
  float: left;
  display: block;
  margin-right: 13.33333%;
  width: 43.33333%; }
  .column-2:last-child {
    margin-right: 0; }
  .column-2:nth-child(2n) {
    margin-right: 0; }
  .column-2:nth-child(2n+1) {
    clear: left; }

@media screen and (max-width: 768px) {
  .column-2, .column-3 {
    float: left;
    display: block;
    margin-right: 30.76923%;
    width: 100%;
    margin-bottom: 1.25rem; }
    .column-2:last-child, .column-3:last-child {
      margin-right: 0; }
    .column-2:nth-child(1n), .column-3:nth-child(1n) {
      margin-right: 0; }
    .column-2:nth-child(1n+1), .column-3:nth-child(1n+1) {
      clear: left; } }
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0; }

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em; }

@media screen and (max-width: 768px) {
  article img, article img.alignleft, article img.alignright, article img.aligncenter, main img, main img.alignleft, main img.alignright, main img.aligncenter {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
    max-width: 100%;
    height: auto; } }
iframe[src*="youtube"] {
  max-width: 100%; }

label {
  font-size: 1.25rem;
  margin-bottom: 0.4375rem; }

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  border: 0.0625rem solid #AAA;
  max-width: 30.625rem;
  width: 100%;
  font-size: 1.875rem;
  padding: 0.875rem 1rem;
  margin-bottom: 1.25rem;
  color: #333;
  border-radius: 0;
  -webkit-appearance: none; }
  @media screen and (max-width: 768px) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    textarea {
      max-width: 100%; } }

.frm_error {
  margin-bottom: 1.25rem; }

input[type="text"],
input[type="email"],
input[type="password"] {
  height: 4.0625rem; }

input[type="submit"],
button {
  background: #00AEC7;
  cursor: pointer;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  border: 0;
  border-radius: 0.84375rem;
  letter-spacing: 0.078em;
  -webkit-appearance: none;
  outline: none;
  width: 14.6875rem;
  height: 3.75rem; }
  input[type="submit"]:hover,
  button:hover,
  .search .search-bar .authors li a.selected,
  .search .search-bar .tags li a.selected,
  .archive .search-bar .authors li a.selected,
  .archive .search-bar .tags li a.selected,
  .blog .search-bar .authors li a.selected,
  .blog .search-bar .tags li a.selected {
    background: #33656C; }
  @media screen and (max-width: 768px) {
    input[type="submit"],
    button {
      display: block;
      margin-left: auto;
      margin-right: auto; } }

button[type="submit"], input[type="submit"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 100%; }

.frm_form_field {
  max-width: 100%; }
  .frm_form_field label {
    display: block; }

form {
  margin-bottom: 2.375rem; }

nav {
  background: white;
  line-height: 5.6875rem;
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 0.0625rem solid #33656C;
  z-index: 100;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: -webkit-calc((100% - 62.5rem)/2);
  padding-left: calc((100% - 62.5rem)/2);
  padding-right: -webkit-calc((100% - 62.5rem)/2);
  padding-right: calc((100% - 62.5rem)/2); }
  .admin-bar nav {
    top: 32px; }
  nav::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 65rem) {
    nav {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  nav .mobile-menu-toggle {
    display: none;
    position: absolute;
    right: 0;
    padding-left: inherit;
    padding-right: inherit; }
    nav .mobile-menu-toggle .close-icon {
      display: none; }
      nav .mobile-menu-toggle .close-icon::before, nav .mobile-menu-toggle .close-icon::after {
        content: '';
        position: absolute;
        top: 48%;
        right: 43%;
        height: 0.125rem;
        width: 1.23125rem;
        background: #00AEC7; }
      nav .mobile-menu-toggle .close-icon::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      nav .mobile-menu-toggle .close-icon::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    nav .mobile-menu-toggle.open .close-icon {
      display: inline-block; }
    nav .mobile-menu-toggle.open .fa-bars {
      display: none; }
    @media screen and (max-width: 768px) {
      nav .mobile-menu-toggle {
        display: inline-block; } }
  nav .logo {
    width: 7.1875rem;
    display: inline-block;
    height: 100%; }
    nav .logo img {
      vertical-align: middle;
      width: 100%; }
    @media screen and (max-width: 768px) {
      nav .logo {
        width: 3.125rem; } }
  nav .menu-top-menu-container {
    max-width: -webkit-calc(100% - 7.1875rem);
    max-width: calc(100% - 7.1875rem);
    display: inline-block;
    float: right;
    margin-right: -webkit-calc((100% - 62.5rem)/2);
    margin-right: calc((100% - 62.5rem)/2); }
    @media screen and (max-width: 62.5rem) {
      nav .menu-top-menu-container {
        margin-right: 0; } }
    @media screen and (max-width: 768px) {
      nav .menu-top-menu-container {
        position: absolute;
        right: 0;
        top: 100%;
        left: 0;
        float: none;
        max-width: 100%;
        padding: 0;
        display: none; }
        nav .menu-top-menu-container.open {
          display: inline-block; } }
  nav ul {
    padding: 0;
    margin: 0;
    text-align: right; }
    nav ul li {
      height: 100%;
      display: inline-block;
      box-sizing: border-box;
      min-width: 9.375rem;
      text-align: center;
      border-bottom: 0.25rem solid transparent;
      margin: 0; }
      nav ul li a {
        font-size: 1rem;
        font-weight: 600;
        text-transform: uppercase;
        width: 100%;
        display: inline-block;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; }
        nav ul li a:hover {
          text-decoration: none; }
      nav ul li.current-menu-item, nav ul li:hover {
        border-bottom: 0.25rem solid #00AEC7; }
      nav ul li:last-child {
        background: #00AEC7;
        min-width: 5.9375rem;
        margin-left: 3.4375rem; }
        nav ul li:last-child a {
          color: white; }
    @media screen and (max-width: 768px) {
      nav ul {
        background: white;
        height: auto; }
        nav ul li {
          width: 100%;
          height: 3.125rem;
          display: block;
          border-top: 0.0625rem solid #33656C; }
          nav ul li.current-menu-item {
            border-bottom: 0; }
          nav ul li:hover, nav ul li:active {
            background: #33656C;
            border: 0; }
            nav ul li:hover a, nav ul li:active a {
              color: white; }
          nav ul li:last-child {
            width: 100%;
            margin: 0;
            border: 0.375rem solid #00AEC7;
            background: white;
            line-height: 2.375rem; }
            nav ul li:last-child a {
              color: #00AEC7; }
          nav ul li a {
            height: 100%; } }
  @media screen and (max-width: 768px) {
    nav {
      height: 3.4375rem;
      line-height: 3.4375rem;
      text-align: center; }
      .admin-bar nav {
        top: 46px; } }

.newsletter {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: -webkit-calc((100% - 62.5rem)/2);
  padding-left: calc((100% - 62.5rem)/2);
  padding-right: -webkit-calc((100% - 62.5rem)/2);
  padding-right: calc((100% - 62.5rem)/2);
  background: #D4D4D4;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  .newsletter::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 65rem) {
    .newsletter {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  .newsletter h6 {
    color: #666;
    font-size: 1.5rem;
    line-height: 3.125rem;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .newsletter h6 {
        font-size: 1.25rem;
        line-height: 1.875rem; } }
  .newsletter label,
  .newsletter input[type="text"],
  .newsletter input[type="email"] {
    margin-bottom: 0; }
  .newsletter label {
    width: 23.5%;
    margin-right: 4%;
    display: inline-block;
    color: #AAA;
    font-size: 1.125rem; }
    @media screen and (max-width: 768px) {
      .newsletter label {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;
        font-size: 1rem; } }
  .newsletter input[type="text"], .newsletter input[type="email"] {
    display: block;
    margin-top: 0.3125rem;
    width: 100%;
    height: 3.125rem;
    font-size: 1.44231rem;
    padding-left: 0.6875rem; }
    @media screen and (max-width: 768px) {
      .newsletter input[type="text"], .newsletter input[type="email"] {
        height: 2.5rem;
        font-size: 1.15385rem;
        padding-left: 0.4375rem; } }
  .newsletter input[type="submit"] {
    height: 3.125rem;
    font-size: 1.125rem;
    width: 15%;
    float: right;
    margin-top: 1.625rem; }
    @media screen and (max-width: 768px) {
      .newsletter input[type="submit"] {
        border-radius: 0.625rem; } }
    @media screen and (max-width: 768px) {
      .newsletter input[type="submit"] {
        float: none;
        display: block;
        width: 14.6875rem;
        margin-left: auto;
        margin-right: auto; } }
  .newsletter form {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .newsletter {
      padding-top: 2.375rem;
      padding-bottom: 1.875rem; } }

footer {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: -webkit-calc((100% - 62.5rem)/2);
  padding-left: calc((100% - 62.5rem)/2);
  padding-right: -webkit-calc((100% - 62.5rem)/2);
  padding-right: calc((100% - 62.5rem)/2);
  padding-top: 4.75rem;
  padding-bottom: 5.625rem;
  background: #666;
  color: white;
  font-size: 0.875rem;
  line-height: 1.07875rem;
  font-weight: bold; }
  footer::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 65rem) {
    footer {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  footer p {
    margin-bottom: 0.625rem;
    margin-top: 0; }
  footer .logo {
    float: left;
    display: block;
    margin-right: 2%;
    width: 15%; }
    footer .logo:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      footer .logo {
        float: none;
        width: 6.5625rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.6875rem; } }
  footer .contact, footer .menu-footer-menu-container {
    float: left;
    display: block;
    margin-right: 2%;
    width: 15%;
    margin-left: 8.5%; }
    footer .contact:last-child, footer .menu-footer-menu-container:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      footer .contact, footer .menu-footer-menu-container {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        font-size: 0.75rem;
        text-align: center;
        line-height: 1.25rem; } }
  @media screen and (max-width: 768px) {
    footer .contact {
      margin-bottom: 1.875rem; } }
  footer .nav-footer {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    footer .nav-footer li {
      margin-bottom: 0.625rem;
      margin-top: 0; }
      footer .nav-footer li a {
        color: white; }
  footer .social-icons {
    float: left;
    display: block;
    margin-right: 2%;
    width: 15%;
    margin-left: 17%;
    margin-right: 0; }
    footer .social-icons:last-child {
      margin-right: 0; }
    footer .social-icons.mobile-only {
      display: none; }
    @media screen and (max-width: 768px) {
      footer .social-icons {
        display: none; }
        footer .social-icons.mobile-only {
          display: block; } }
    footer .social-icons ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      margin-top: 1.5625rem; }
      footer .social-icons ul li {
        width: auto;
        display: inline-block;
        margin-right: 0.3125rem; }
        footer .social-icons ul li:last-child {
          margin-right: 0; }
        @media screen and (max-width: 768px) {
          footer .social-icons ul li {
            width: 100%;
            display: block;
            line-height: 0; } }
      @media screen and (max-width: 768px) {
        footer .social-icons ul {
          margin-top: 0; } }
    footer .social-icons button {
      width: 100%;
      height: 3.125rem;
      font-size: 1.125rem; }
      @media screen and (max-width: 768px) {
        footer .social-icons button {
          border-radius: 0.625rem; } }
      @media screen and (max-width: 768px) {
        footer .social-icons button {
          margin-bottom: 0.3125rem; } }
    footer .social-icons a {
      font: normal normal normal 26px/1 FontAwesome;
      color: transparent;
      display: inline-block;
      width: 1.75rem;
      font-size: 1.4375rem; }
      footer .social-icons a::before {
        color: white;
        text-align: center;
        vertical-align: middle;
        line-height: 1.75rem;
        background: #00AEC7;
        border-radius: 0.3125rem;
        display: block;
        width: 1.75rem;
        height: 1.75rem; }
        @media screen and (max-width: 768px) {
          footer .social-icons a::before {
            height: 3.125rem;
            font-size: 1.125rem;
            width: 100%;
            line-height: 3.125rem;
            font-size: 1.5rem;
            border-radius: 0.84375rem; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    footer .social-icons a::before {
      border-radius: 0.625rem; } }

      @media screen and (max-width: 768px) {
        footer .social-icons a {
          width: 100%;
          line-height: 0;
          margin-bottom: 0.3125rem; } }
    footer .social-icons a[href*="facebook.com"]::before {
      content: "\f09a"; }
    footer .social-icons a[href*="twitter.com"]::before {
      content: "\f099"; }
    footer .social-icons a[href*="linkedin.com"]::before {
      content: "\f0e1"; }
    footer .social-icons a[href*="instagram.com"]::before {
      content: "\f16d"; }
    @media screen and (max-width: 768px) {
      footer .social-icons {
        width: 11.5rem;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.4375rem; } }
  @media screen and (max-width: 768px) {
    footer {
      padding-top: 2.1875rem;
      padding-bottom: 2.6875rem;
      font-weight: 600; } }

.page-template-front-page .hero {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: -webkit-calc((100% - 62.5rem)/2);
  padding-left: calc((100% - 62.5rem)/2);
  padding-right: -webkit-calc((100% - 62.5rem)/2);
  padding-right: calc((100% - 62.5rem)/2);
  background: #00AEC7;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 42.5rem; }
  .page-template-front-page .hero::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 65rem) {
    .page-template-front-page .hero {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (max-width: 768px) {
    .page-template-front-page .hero.has-mobile-header {
      background: transparent !important; } }
  .page-template-front-page .hero .panel {
    background: rgba(102, 102, 102, 0.9);
    width: 35.9375rem;
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
    padding-top: 3.75rem;
    padding-bottom: 2.1875rem;
    position: absolute;
    bottom: 0;
    right: -webkit-calc((100% - 62.5rem)/2);
    right: calc((100% - 62.5rem)/2);
    border-top-left-radius: 3.75rem;
    color: white;
    font-size: 1.1875rem;
    line-height: 1.875rem;
    font-weight: 600; }
    .page-template-front-page .hero .panel h1 {
      color: white;
      font-weight: bold;
      line-height: 3.125rem; }
    @media screen and (max-width: 62.5rem) {
      .page-template-front-page .hero .panel {
        width: 57.5%;
        right: 0; } }
    @media screen and (max-width: 768px) {
      .page-template-front-page .hero .panel {
        width: 100vw;
        height: 100%;
        position: relative;
        border-top-left-radius: 0;
        padding: 2rem 1.25rem 2.1875rem;
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        font-size: 1rem; } }
  @media screen and (max-width: 768px) {
    .page-template-front-page .hero {
      height: 37.5rem; } }
.page-template-front-page .secondary-header {
  max-width: 51.875rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: -webkit-calc((100% - 51.875rem)/2);
  padding-left: calc((100% - 51.875rem)/2);
  padding-right: -webkit-calc((100% - 51.875rem)/2);
  padding-right: calc((100% - 51.875rem)/2);
  background: #EFEFF0;
  padding-top: 2.5rem;
  padding-bottom: 2.25rem;
  font-size: 1.1875rem;
  line-height: 1.875rem;
  font-weight: 600;
  text-align: center; }
  .page-template-front-page .secondary-header::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 54.375rem) {
    .page-template-front-page .secondary-header {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (max-width: 768px) {
    .page-template-front-page .secondary-header {
      text-align: left;
      color: #333;
      font-size: 1rem;
      padding-top: 3.25rem; } }
.page-template-front-page .learn-more-section {
  max-width: 51.875rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem; }
  .page-template-front-page .learn-more-section::after {
    clear: both;
    content: "";
    display: table; }
  .page-template-front-page .learn-more-section .item {
    float: left;
    display: block;
    margin-right: 2.40964%;
    width: 38.55422%;
    text-align: center;
    margin-bottom: 20px; }
    .page-template-front-page .learn-more-section .item:last-child {
      margin-right: 0; }
    .page-template-front-page .learn-more-section .item:nth-child(2n) {
      margin-right: 0; }
    .page-template-front-page .learn-more-section .item:nth-child(2n+1) {
      clear: left; }
    .page-template-front-page .learn-more-section .item:nth-child(2n) {
      margin-left: 20.48193%; }
    .page-template-front-page .learn-more-section .item .thumbnail {
      max-width: 100%;
      width: 20rem;
      height: 0;
      padding-bottom: 100%;
      margin-bottom: 1.875rem;
      border-radius: 1.875rem;
      display: block;
      background-size: cover; }
      @media screen and (max-width: 768px) {
        .page-template-front-page .learn-more-section .item .thumbnail {
          width: 57.5%;
          padding-bottom: 57.5%;
          margin: 0 auto 0.9375rem; } }
    .page-template-front-page .learn-more-section .item a {
      width: 100%;
      display: block; }
    @media screen and (max-width: 768px) {
      .page-template-front-page .learn-more-section .item {
        float: left;
        display: block;
        margin-right: 3.0303%;
        width: 100%;
        margin-bottom: 2.5rem; }
        .page-template-front-page .learn-more-section .item:last-child {
          margin-right: 0; }
        .page-template-front-page .learn-more-section .item:nth-child(2n) {
          margin-left: 0; } }
.page-template-front-page .testimonials {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: -webkit-calc((100% - 62.5rem)/2);
  padding-left: calc((100% - 62.5rem)/2);
  padding-right: -webkit-calc((100% - 62.5rem)/2);
  padding-right: calc((100% - 62.5rem)/2);
  background: #33656C;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  overflow: hidden;
  color: white; }
  .page-template-front-page .testimonials::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 65rem) {
    .page-template-front-page .testimonials {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  .page-template-front-page .testimonials h6 {
    color: white; }
  .page-template-front-page .testimonials .slider {
    float: left;
    display: block;
    margin-right: 2%;
    width: 83%;
    margin-left: 8.5%; }
    .page-template-front-page .testimonials .slider:last-child {
      margin-right: 0; }
    .page-template-front-page .testimonials .slider .slick-dots {
      display: none !important;
      text-align: center;
      padding: 0;
      margin-bottom: 0; }
      .page-template-front-page .testimonials .slider .slick-dots li {
        display: inline-block;
        margin-right: 0.5625rem; }
        .page-template-front-page .testimonials .slider .slick-dots li:last-child {
          margin-right: 0; }
        .page-template-front-page .testimonials .slider .slick-dots li button {
          background: transparent;
          display: block;
          text-indent: 100vw;
          border-radius: 0.28125rem;
          border: 0.04688rem solid white;
          padding: 0;
          width: 0.5625rem;
          height: 0.5625rem; }
        .page-template-front-page .testimonials .slider .slick-dots li.slick-active button {
          background: white; }
      @media screen and (max-width: 768px) {
        .page-template-front-page .testimonials .slider .slick-dots {
          display: block !important; } }
    @media screen and (max-width: 768px) {
      .page-template-front-page .testimonials .slider {
        width: 100%;
        margin-left: 0; } }
  .page-template-front-page .testimonials .slick-arrow {
    background: url("images/arrows.png");
    background-position: left;
    border: 0;
    height: 3.625rem;
    width: 2rem;
    position: absolute;
    left: -8.90052%;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto; }
    .page-template-front-page .testimonials .slick-arrow.slick-next {
      background-position: right;
      left: auto;
      right: -8.90052%; }
    @media screen and (max-width: 768px) {
      .page-template-front-page .testimonials .slick-arrow {
        display: none !important; } }
  @media screen and (max-width: 768px) {
    .page-template-front-page .testimonials {
      padding-bottom: 3.25rem; } }
.page-template-front-page .blog-stream {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: -webkit-calc((100% - 62.5rem)/2);
  padding-left: calc((100% - 62.5rem)/2);
  padding-right: -webkit-calc((100% - 62.5rem)/2);
  padding-right: calc((100% - 62.5rem)/2);
  padding-top: 4.375rem;
  padding-bottom: 4rem; }
  .page-template-front-page .blog-stream::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 65rem) {
    .page-template-front-page .blog-stream {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  .page-template-front-page .blog-stream .post {
    float: left;
    display: block;
    margin-right: 2%;
    width: 32%;
    text-align: center;
    height: 21.875rem;
    position: relative; }
    .page-template-front-page .blog-stream .post:last-child {
      margin-right: 0; }
    .page-template-front-page .blog-stream .post:nth-child(3n) {
      margin-right: 0; }
    .page-template-front-page .blog-stream .post:nth-child(3n+1) {
      clear: left; }
    .page-template-front-page .blog-stream .post .thumbnail {
      width: 100%;
      height: 12.1875rem;
      border-radius: 1.875rem;
      background-size: cover;
      background-position: center;
      margin-bottom: 1.875rem; }
    .page-template-front-page .blog-stream .post h5.mobile-only {
      display: none; }
    @media screen and (max-width: 768px) {
      .page-template-front-page .blog-stream .post h5 {
        display: none; }
        .page-template-front-page .blog-stream .post h5.mobile-only {
          display: block; } }
    @media screen and (max-width: 768px) {
      .page-template-front-page .blog-stream .post h5.mobile-only {
        margin-bottom: 2.1875rem; } }
    .page-template-front-page .blog-stream .post .read-more {
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%; }
    @media screen and (max-width: 768px) {
      .page-template-front-page .blog-stream .post {
        float: left;
        display: block;
        margin-right: 3.0303%;
        width: 74.24242%;
        margin-left: 12.87879%;
        height: auto;
        margin-bottom: 2.9375rem; }
        .page-template-front-page .blog-stream .post:last-child {
          margin-right: 0; }
        .page-template-front-page .blog-stream .post:nth-child(n) {
          margin-right: 0; }
        .page-template-front-page .blog-stream .post:last-child {
          margin-bottom: 0; }
        .page-template-front-page .blog-stream .post .thumbnail {
          width: 8.5625rem;
          height: 8.5625rem;
          margin: 0 auto 1.5625rem; }
        .page-template-front-page .blog-stream .post .read-more {
          position: relative; } }
  @media screen and (max-width: 768px) {
    .page-template-front-page .blog-stream {
      padding-top: 2.5rem;
      padding-bottom: 4.375rem; } }

.page-template-page header,
.page-template-page-big-header header {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 21.25rem; }
  @media screen and (max-width: 768px) {
    .page-template-page header.has-mobile-header,
    .page-template-page-big-header header.has-mobile-header {
      background: transparent !important; } }
  .page-template-page header.big-header,
  .page-template-page-big-header header.big-header {
    height: 37.5rem; }
  @media screen and (max-width: 768px) {
    .page-template-page header,
    .page-template-page-big-header header {
      height: 15.3125rem; }
      .page-template-page header.big-header,
      .page-template-page-big-header header.big-header {
        height: 16rem; } }
.page-template-page section.first-content,
.page-template-page section.second-content,
.page-template-page-big-header section.first-content,
.page-template-page-big-header section.second-content {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: -webkit-calc((100% - 62.5rem)/2);
  padding-left: calc((100% - 62.5rem)/2);
  padding-right: -webkit-calc((100% - 62.5rem)/2);
  padding-right: calc((100% - 62.5rem)/2);
  padding-top: 5rem; }
  .page-template-page section.first-content::after,
  .page-template-page section.second-content::after,
  .page-template-page-big-header section.first-content::after,
  .page-template-page-big-header section.second-content::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 65rem) {
    .page-template-page section.first-content,
    .page-template-page section.second-content,
    .page-template-page-big-header section.first-content,
    .page-template-page-big-header section.second-content {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (max-width: 768px) {
    .page-template-page section.first-content,
    .page-template-page section.second-content,
    .page-template-page-big-header section.first-content,
    .page-template-page-big-header section.second-content {
      padding-top: 2.6875rem; } }
.page-template-page section.first-content,
.page-template-page-big-header section.first-content {
  padding-bottom: 7.0625rem; }
  @media screen and (max-width: 768px) {
    .page-template-page section.first-content,
    .page-template-page-big-header section.first-content {
      padding-bottom: 6.4375rem; } }
.page-template-page section.second-content,
.page-template-page-big-header section.second-content {
  padding-bottom: 10.9375rem; }
  @media screen and (max-width: 768px) {
    .page-template-page section.second-content,
    .page-template-page-big-header section.second-content {
      padding-bottom: 1.125rem; } }
.page-template-page .secondary-header,
.page-template-page-big-header .secondary-header {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 45rem;
  color: white;
  text-align: center; }
  .page-template-page .secondary-header .panel,
  .page-template-page-big-header .secondary-header .panel {
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: -webkit-calc((100% - 62.5rem)/2);
    padding-left: calc((100% - 62.5rem)/2);
    padding-right: -webkit-calc((100% - 62.5rem)/2);
    padding-right: calc((100% - 62.5rem)/2);
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-top: 3.75rem;
    padding-bottom: 2.8125rem;
    background: rgba(102, 102, 102, 0.9); }
    .page-template-page .secondary-header .panel::after,
    .page-template-page-big-header .secondary-header .panel::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 65rem) {
      .page-template-page .secondary-header .panel,
      .page-template-page-big-header .secondary-header .panel {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
    .page-template-page .secondary-header .panel h2,
    .page-template-page-big-header .secondary-header .panel h2 {
      color: white; }
    @media screen and (max-width: 768px) {
      .page-template-page .secondary-header .panel,
      .page-template-page-big-header .secondary-header .panel {
        padding-top: 2.5rem;
        padding-top: 2.125rem; } }
  @media screen and (max-width: 768px) {
    .page-template-page .secondary-header,
    .page-template-page-big-header .secondary-header {
      text-align: left; } }
.page-template-page form, .page-template-page .frm_forms,
.page-template-page-big-header form,
.page-template-page-big-header .frm_forms {
  margin-left: auto;
  margin-right: auto; }
.page-template-page main form,
.page-template-page-big-header main form {
  width: 49%; }
  @media screen and (max-width: 768px) {
    .page-template-page main form,
    .page-template-page-big-header main form {
      width: 100%; } }

.search header, .archive header, .blog header {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 18.125rem; }
  @media screen and (max-width: 768px) {
    .search header.has-mobile-header, .archive header.has-mobile-header, .blog header.has-mobile-header {
      background: transparent !important; } }
  .search header h1, .archive header h1, .blog header h1 {
    vertical-align: middle;
    line-height: 18.125rem;
    color: white;
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 5; }
  .search header.enable-overlay::after, .archive header.enable-overlay::after, .blog header.enable-overlay::after {
    content: none; }
  .search header.enable-overlay h1, .archive header.enable-overlay h1, .blog header.enable-overlay h1 {
    background: rgba(99, 103, 107, 0.9); }
  @media screen and (max-width: 768px) {
    .search header, .archive header, .blog header {
      height: 15.3125rem; }
      .search header h1, .archive header h1, .blog header h1 {
        line-height: 15.3125rem; } }
.search .search-bar #search-button, .archive .search-bar #search-button, .blog .search-bar #search-button {
  width: 100%;
  height: 3.75rem;
  border-radius: 0;
  border-bottom: 0.0625rem solid #33656C;
  line-height: 3.75rem;
  font-size: 1rem;
  font-weight: normal;
  text-transform: none; }
  .search .search-bar #search-button:hover, .archive .search-bar #search-button:hover, .blog .search-bar #search-button:hover {
    background: #33656C;
    border-bottom: 0; }
.search .search-bar #drawer, .archive .search-bar #drawer, .blog .search-bar #drawer {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: -webkit-calc((100% - 62.5rem)/2);
  padding-left: calc((100% - 62.5rem)/2);
  padding-right: -webkit-calc((100% - 62.5rem)/2);
  padding-right: calc((100% - 62.5rem)/2);
  position: absolute;
  width: 100%;
  display: none;
  background: #D4D4D4;
  padding-top: 2.375rem;
  padding-bottom: 2.1875rem; }
  .search .search-bar #drawer::after, .archive .search-bar #drawer::after, .blog .search-bar #drawer::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 65rem) {
    .search .search-bar #drawer, .archive .search-bar #drawer, .blog .search-bar #drawer {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  .search .search-bar #drawer.open, .archive .search-bar #drawer.open, .blog .search-bar #drawer.open {
    display: block; }
.search .search-bar .authors, .search .search-bar .tags, .archive .search-bar .authors, .archive .search-bar .tags, .blog .search-bar .authors, .blog .search-bar .tags {
  float: left;
  display: block;
  margin-right: 2%;
  width: 32%; }
  .search .search-bar .authors:last-child, .search .search-bar .tags:last-child, .archive .search-bar .authors:last-child, .archive .search-bar .tags:last-child, .blog .search-bar .authors:last-child, .blog .search-bar .tags:last-child {
    margin-right: 0; }
  .search .search-bar .authors h6, .search .search-bar .tags h6, .archive .search-bar .authors h6, .archive .search-bar .tags h6, .blog .search-bar .authors h6, .blog .search-bar .tags h6 {
    margin-bottom: 1.125rem; }
  .search .search-bar .authors ul, .search .search-bar .tags ul, .archive .search-bar .authors ul, .archive .search-bar .tags ul, .blog .search-bar .authors ul, .blog .search-bar .tags ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 2.25rem; }
  .search .search-bar .authors li, .search .search-bar .tags li, .archive .search-bar .authors li, .archive .search-bar .tags li, .blog .search-bar .authors li, .blog .search-bar .tags li {
    display: inline-block;
    margin-right: 0.9375rem;
    margin-bottom: 0.9375rem; }
    .search .search-bar .authors li a, .search .search-bar .tags li a, .archive .search-bar .authors li a, .archive .search-bar .tags li a, .blog .search-bar .authors li a, .blog .search-bar .tags li a {
      background: #00AEC7;
      cursor: pointer;
      color: white;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 1.25rem;
      text-align: center;
      border: 0;
      border-radius: 0.84375rem;
      letter-spacing: 0.078em;
      -webkit-appearance: none;
      outline: none;
      color: white;
      padding: 0.6875rem;
      border-radius: 0.25rem;
      font-size: 0.625rem; }
      .search .search-bar .authors li a:hover, .search .search-bar .tags li a:hover, .archive .search-bar .authors li a:hover, .archive .search-bar .tags li a:hover, .blog .search-bar .authors li a:hover, .blog .search-bar .tags li a:hover {
        background: #33656C; }
      .search .search-bar .authors li a:hover, .search .search-bar .tags li a:hover, .archive .search-bar .authors li a:hover, .archive .search-bar .tags li a:hover, .blog .search-bar .authors li a:hover, .blog .search-bar .tags li a:hover {
        text-decoration: none; }
  @media screen and (max-width: 768px) {
    .search .search-bar .authors, .search .search-bar .tags, .archive .search-bar .authors, .archive .search-bar .tags, .blog .search-bar .authors, .blog .search-bar .tags {
      float: left;
      display: block;
      margin-right: 3.0303%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 2rem; }
      .search .search-bar .authors:last-child, .search .search-bar .tags:last-child, .archive .search-bar .authors:last-child, .archive .search-bar .tags:last-child, .blog .search-bar .authors:last-child, .blog .search-bar .tags:last-child {
        margin-right: 0; } }
.search .search-bar .tags, .archive .search-bar .tags, .blog .search-bar .tags {
  margin-left: 6.5%; }
  @media screen and (max-width: 768px) {
    .search .search-bar .tags, .archive .search-bar .tags, .blog .search-bar .tags {
      margin-left: 0; } }
.search .search-bar .search-inputs, .archive .search-bar .search-inputs, .blog .search-bar .search-inputs {
  float: left;
  display: block;
  margin-right: 2%;
  width: 23.5%;
  margin-right: 0; }
  .search .search-bar .search-inputs:last-child, .archive .search-bar .search-inputs:last-child, .blog .search-bar .search-inputs:last-child {
    margin-right: 0; }
  #search-keywords {
    height: 2.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2.375rem;
    font-size: 1.25rem;
    background-image: url("images/search-icon.png");
    background-repeat: no-repeat;
    background-position: 0.8125rem center; }
  #search-date {
    background: white;
    border: 0.0625rem solid #AAA;
    max-width: 30.625rem;
    width: 100%;
    font-size: 1.875rem;
    padding: 0.875rem 1rem;
    margin-bottom: 1.25rem;
    color: #333;
    position: relative;
    height: 2.75rem; }
    @media screen and (max-width: 768px) {
      #search-date {
        max-width: 100%; } }
    #search-date .current {
      border: 0.0625rem solid #AAA;
      max-width: 30.625rem;
      width: 100%;
      font-size: 1.875rem;
      padding: 0.875rem 1rem;
      margin-bottom: 1.25rem;
      color: #333;
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      border: 0;
      height: 2.75rem;
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 2.75rem;
      color: #AAA;
      font-size: 1.1875rem;
      font-weight: bold;
      vertical-align: middle;
      line-height: 2.75rem; }
      @media screen and (max-width: 768px) {
        #search-date .current {
          max-width: 100%; } }
      #search-date .current::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        background-image: url("images/dropdown-arrow.png");
        background-repeat: no-repeat;
        background-position: center;
        border-left: 0.0625rem solid #AAA;
        width: 2.75rem;
        height: 100%; }
    #search-date ul {
      border: 0.0625rem solid #AAA;
      background: white;
      overflow-y: scroll;
      display: none;
      width: calc(100% + 0.125rem);
      position: absolute;
      top: 100%;
      left: -0.0625rem;
      max-height: 15.9375rem;
      padding-left: 0.875rem;
      margin: 0;
      list-style-type: none; }
      #search-date ul li a {
        height: 2.75rem;
        color: #AAA;
        font-size: 1.1875rem;
        font-weight: bold;
        vertical-align: middle;
        line-height: 2.75rem;
        cursor: pointer; }
      #search-date ul.open {
        display: block; }
  .search .search-bar .search-inputs h6, .archive .search-bar .search-inputs h6, .blog .search-bar .search-inputs h6 {
    margin-top: 0.625rem; }
    .search .search-bar .search-inputs h6:first-child, .archive .search-bar .search-inputs h6:first-child, .blog .search-bar .search-inputs h6:first-child {
      margin-top: 0; }
  .search .search-bar .search-inputs input[type="submit"], .archive .search-bar .search-inputs input[type="submit"], .blog .search-bar .search-inputs input[type="submit"] {
    padding: 0.6875rem;
    border-radius: 0.25rem;
    font-size: 0.625rem;
    width: auto;
    height: auto;
    display: inline-block;
    margin-top: 0.9375rem; }
  @media screen and (max-width: 768px) {
    .search .search-bar .search-inputs, .archive .search-bar .search-inputs, .blog .search-bar .search-inputs {
      float: left;
      display: block;
      margin-right: 3.0303%;
      width: 74.24242%; }
      .search .search-bar .search-inputs:last-child, .archive .search-bar .search-inputs:last-child, .blog .search-bar .search-inputs:last-child {
        margin-right: 0; } }
.search main, .archive main, .blog main {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: -webkit-calc((100% - 62.5rem)/2);
  padding-left: calc((100% - 62.5rem)/2);
  padding-right: -webkit-calc((100% - 62.5rem)/2);
  padding-right: calc((100% - 62.5rem)/2);
  padding-top: 3.9375rem;
  padding-bottom: 2.8125rem; }
  .search main::after, .archive main::after, .blog main::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 65rem) {
    .search main, .archive main, .blog main {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (max-width: 768px) {
    .search main, .archive main, .blog main {
      padding-bottom: 6.75rem; } }
.search article, .archive article, .blog article {
  float: left;
  display: block;
  margin-right: 2%;
  width: 49%;
  margin-bottom: 6.25rem; }
  .search article:last-child, .archive article:last-child, .blog article:last-child {
    margin-right: 0; }
  .search article:nth-child(2n), .archive article:nth-child(2n), .blog article:nth-child(2n) {
    margin-right: 0; }
  .search article:nth-child(2n+1), .archive article:nth-child(2n+1), .blog article:nth-child(2n+1) {
    clear: left; }
  .search article a:hover, .archive article a:hover, .blog article a:hover {
    text-decoration: none; }
    .search article a:hover h6, .search article a:hover p, .search article a:hover h2, .archive article a:hover h6, .archive article a:hover p, .archive article a:hover h2, .blog article a:hover h6, .blog article a:hover p, .blog article a:hover h2 {
      color: #00AEC7; }
  .search article .info, .archive article .info, .blog article .info {
    padding-left: 0.8125rem;
    padding-right: 0.8125rem; }
    @media screen and (max-width: 768px) {
      .search article .info, .archive article .info, .blog article .info {
        padding: 0;
        margin-bottom: 3.875rem; } }
  @media screen and (max-width: 768px) {
    .search article h2, .search article h6, .archive article h2, .archive article h6, .blog article h2, .blog article h6 {
      display: none; } }
  .search article h2, .archive article h2, .blog article h2 {
    margin-bottom: 2.1875rem;
    line-height: 1em; }
  .search article h5, .archive article h5, .blog article h5 {
    line-height: 1.9375rem;
    margin-bottom: 1.125rem; }
    .search article h5.mobile-only, .archive article h5.mobile-only, .blog article h5.mobile-only {
      display: none; }
    @media screen and (max-width: 768px) {
      .search article h5.mobile-only, .archive article h5.mobile-only, .blog article h5.mobile-only {
        display: block; } }
  .search article h6, .archive article h6, .blog article h6 {
    text-transform: uppercase;
    line-height: 1em; }
  .search article .thumbnail, .archive article .thumbnail, .blog article .thumbnail {
    width: 30.625rem;
    height: 18.125rem;
    max-width: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.9375rem;
    border-radius: 1.875rem; }
    @media screen and (max-width: 768px) {
      .search article .thumbnail, .archive article .thumbnail, .blog article .thumbnail {
        height: 16.40625rem;
        margin-bottom: 1.5625rem; } }
  .search article .summary, .archive article .summary, .blog article .summary {
    color: #666;
    line-height: 1.5em; }
    .search article .summary a, .archive article .summary a, .blog article .summary a {
      color: #666; }
      .search article .summary a.more-link, .archive article .summary a.more-link, .blog article .summary a.more-link {
        color: #00AEC7; }
  @media screen and (max-width: 768px) {
    .search article, .archive article, .blog article {
      border-bottom: 0.0625rem solid #00AEC7;
      margin-bottom: 2.8125rem;
      float: left;
      display: block;
      margin-right: 3.0303%;
      width: 100%;
      margin-right: 0; }
      .search article:last-child, .archive article:last-child, .blog article:last-child {
        margin-right: 0; }
      .search article:last-child, .archive article:last-child, .blog article:last-child {
        border: 0;
        margin-bottom: 0; } }

.single-post .hero {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 21.25rem; }
  @media screen and (max-width: 768px) {
    .single-post .hero.has-mobile-header {
      background: transparent !important; } }
  @media screen and (max-width: 768px) {
    .single-post .hero {
      height: 15.625rem; } }
.single-post main {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: -webkit-calc((100% - 62.5rem)/2);
  padding-left: calc((100% - 62.5rem)/2);
  padding-right: -webkit-calc((100% - 62.5rem)/2);
  padding-right: calc((100% - 62.5rem)/2);
  padding-top: 4.125rem;
  padding-bottom: 9.375rem; }
  .single-post main::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 65rem) {
    .single-post main {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (max-width: 768px) {
    .single-post main {
      padding-top: 2.8125rem;
      padding-bottom: 3.125rem; } }
.single-post article header {
  border-bottom: 0.0625rem solid #00AEC7;
  margin-bottom: 2.75rem; }
  .single-post article header address, .single-post article header h6 {
    display: inline-block;
    font-style: normal;
    margin: 0; }
    .single-post article header address a, .single-post article header h6 a {
      color: #666; }
  .single-post article header h1 {
    color: #666;
    margin-top: 2.375rem;
    padding-bottom: 1.625rem;
    border-bottom: 0.0625rem solid #00AEC7; }
    @media screen and (max-width: 768px) {
      .single-post article header h1 {
        margin-bottom: 1.5rem; } }
  .single-post article header .share ul, .single-post article header .tags ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .single-post article header .share ul li, .single-post article header .tags ul li {
      display: inline; }
  .single-post article header .share {
    font-size: 1.1875rem;
    font-weight: 600;
    margin-bottom: 2.6875rem; }
    .single-post article header .share li {
      margin-right: 4.25rem;
      font-size: 1.875rem; }
      .single-post article header .share li:first-child {
        margin-left: 1.75rem; }
      .single-post article header .share li a {
        color: #AAA; }
        .single-post article header .share li a:hover {
          color: #00AEC7; }
    @media screen and (max-width: 768px) {
      .single-post article header .share {
        margin-bottom: 1.125rem; }
        .single-post article header .share li {
          margin-right: 2.25rem; }
          .single-post article header .share li:first-child {
            margin-left: 0; } }
  .single-post article header .tags {
    color: #33656C;
    font-size: 1rem;
    margin-bottom: 1.4375rem; }
    .single-post article header .tags a {
      font-size: 1.125rem; }
    @media screen and (max-width: 768px) {
      .single-post article header .tags {
        display: block; } }
  @media screen and (max-width: 768px) {
    .single-post article header address {
      display: block; }
    .single-post article header .social span {
      display: none; } }
.single-post article img {
  max-width: 100%; }

/*# sourceMappingURL=style.css.map */
