/**** Colors ****/
@media only screen and (max-width: 1191px) {
  #Header .right-content {
    display: none;
  }
}
/**** Anything less than $responsive-tablet-break ****/
@media only screen and (max-width: 1065px) {
  img, object, embed {
    max-width: 100%;
    height: auto;
  }
  iframe {
    max-width: 100%;
  }
  .inner, .crumbs-nav, #Content .inner-max, #Footer .inner-max {
    padding-left: 60px;
    padding-right: 60px;
  }
  .hero-image {
    height: 309px;
  }
  .typography {
    font-size: 18px;
  }
  /**** Header ****/
  #Header {
    height: 90px;
  }
  #Header .logo {
    background-size: auto 57px;
    top: 17px;
    left: 60px;
    width: 150px;
    height: 57px;
  }
  #Header .right-content .ways-to-support, #Header .right-content .phone-number {
    display: none;
  }
  /**** Footer ****/
  #Footer * {
    font-size: 12px;
  }
  #Footer .footer-row {
    display: block;
  }
  #Footer .left-column {
    float: none;
    display: block;
    width: auto;
  }
  #Footer .right-column {
    float: left;
    width: 45.99%;
    margin-top: 42px;
  }
  #Footer .footer-contact {
    float: right;
    width: 37.99%;
    margin-top: 42px;
  }
  #Footer .footer-contact .logo {
    background-size: 165px auto;
    width: 165px;
    height: 89px;
    margin-top: 15px;
  }
  #Footer .footer-contact ul.social-links li .fab {
    font-size: 17px;
  }
  #Footer .footer-contact .contact-details {
    margin-top: 26px;
  }
  #Footer .right-column .twitter-feed ul li a {
    font-size: 12px;
    line-height: 14px;
  }
  #Footer .right-column .twitter-feed ul li:nth-child(3) {
    display: none;
  }
  #Footer .ways-to-support {
    font-size: 14px;
    padding: 7px 16px;
  }
  #Footer #social-share {
    font-size: 13px;
    margin: 0;
    padding: 4px 0 4px 10px;
    line-height: 28px;
  }
  #Footer #social-share .fas {
    font-size: 17px;
    line-height: 28px;
  }
  #Footer #sharer-popup {
    right: -30px;
    margin-bottom: 10px;
  }
  #Footer .footer-bottom {
    width: auto;
  }
  #Footer .copyright {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  /**** Feature Tiles ****/
  .Page .feature-tiles .feature-tile .content-wrap .content p {
    font-size: 16px;
    line-height: 17px;
  }
  .Page .feature-tiles .feature-tile .content-wrap .content .button {
    font-size: 16px;
    width: 85%;
    line-height: 18px;
  }
  .Page .feature-tiles .feature-tile.show-always .content-wrap .content .button {
    padding: 10px;
  }
  .Page .feature-tiles .feature-tile.show-on-hover .content-wrap .content {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
  .Page .feature-tiles .feature-tile.overlayed.show-on-hover .content-wrap {
    background: rgba(124, 161, 113, 0.85);
  }
  .Page .feature-tiles .feature-tile.overlayed.color-yellow .content-wrap {
    background: rgba(255, 221, 127, 0.85);
  }
  .Page .feature-tiles .feature-tile.overlayed.color-red .content-wrap {
    background: rgba(225, 128, 103, 0.85);
  }
  .Page .feature-tiles .feature-tile.overlayed.color-blue .content-wrap {
    background: rgba(92, 177, 217, 0.85);
  }
  /**** Home Page ****/
  .HomePage .hero-image, .HomePage .hero-image .inner:before {
    min-height: 309px;
  }
  .HomePage .hero-image .inner .content h1 {
    font-size: 65px;
    line-height: 56px;
  }
  .HomePage .hero-image .inner .content h2 {
    font-size: 20px;
    width: 83.61%;
    line-height: 26px;
  }
  .HomePage .hero-image .inner .content h1 + h2 {
    margin-top: 23px;
  }
  .HomePage .hero-image .announcement {
    font-size: 22px;
    height: auto;
    line-height: 24px;
  }
  /**** Blog ****/
  .Blog .blog-entry, .BlogPost .blog-entry,
  .Blog .blog-sidebar, .BlogPost .blog-sidebar {
    float: none;
    width: auto;
  }
  .Blog .blog-sidebar, .BlogPost .blog-sidebar {
    display: -webkit-box;
    display: flex;
    border-top: 3px solid #C9CEB4;
    margin-top: 40px;
    padding-top: 20px;
    -webkit-flex: 0 1 auto;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -webkit-justify-content: space-between;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .Blog .blog-sidebar .widget, .BlogPost .blog-sidebar .widget {
    width: 48%;
  }
  .Blog .blog-sidebar .widget:nth-child(2), .BlogPost .blog-sidebar .widget:nth-child(2) {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
/**** Screen width smaller than $responsive-mobile-break ****/
@media only screen and (max-width: 600px) {
  .hero-image {
    height: 205px;
  }
  .inner, .crumbs-nav, #Content .inner-max, #Footer .inner-max {
    padding-left: 20px;
    padding-right: 20px;
  }
  .typography, .typography p, .typography ul li, .typography ol li, .typography a {
    font-size: 15px;
  }
  .typography ul, .typography ol {
    padding-left: 20px;
  }
  .typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
    line-height: 1.1em;
  }
  .typography h1, .typography h1 * {
    font-size: 28px;
  }
  .typography h2, .typography h2 * {
    font-size: 26px;
  }
  .typography h3, .typography h3 * {
    font-size: 24px;
  }
  .typography h4, .typography h4 * {
    font-size: 22px;
  }
  .typography h5, .typography h5 * {
    font-size: 20px;
  }
  .typography blockquote {
    margin: 1em;
  }
  /**** Header ****/
  #Header {
    height: 155px;
  }
  #Header .logo {
    background-size: 280px auto;
    top: 20px;
    left: 20px;
    width: 280px;
    height: 140px;
  }
  #mobile-menu-trigger {
    font-size: 12px;
    top: 15px;
    right: 20px;
    line-height: 16px;
  }
  #mobile-menu-trigger .fas {
    font-size: 42px;
  }
  /**** Footer ****/
  #Footer * {
    font-size: 15px;
  }
  #Footer .right-column .twitter-feed, #Footer .footer-bottom .design-by, #Footer .right-column {
    display: none;
  }
  #Footer .footer-nav ul.columns {
    display: block;
    text-align: center;
  }
  #Footer .footer-nav ul.columns > li {
    display: block;
    margin: 0 0 20px 0;
  }
  #Footer .footer-contact {
    float: none;
    display: block;
    width: auto;
    margin: 0;
    text-align: center;
  }
  #Footer .footer-contact .logo {
    display: block;
    background-size: 201px auto;
    width: 201px;
    height: 108px;
    margin: 0 auto 14px;
  }
  #Footer .footer-contact ul.social-links li .fab {
    font-size: 20px;
  }
  #Footer .footer-contact .contact-details .primary span {
    display: block;
  }
  #Footer .footer-contact .contact-details .primary span + a {
    margin-left: 0;
  }
  #Footer address, #Footer .footer-bottom {
    display: block;
    width: 200px;
    margin: 0 auto;
    text-align: center;
  }
  #Footer address {
    margin-top: 10px;
  }
  #Footer .footer-bottom {
    margin-top: 42px;
  }
  #Footer .footer-bottom * {
    font-size: 15px;
  }
  #Footer .ways-to-support {
    display: block;
    float: none;
    font-size: 17px;
    width: 238px;
    margin: 22px auto;
    padding: 18px 16px;
  }
  #Footer .footer-contact #social-links-wrap {
    width: 210px;
    margin: 0 auto;
  }
  #Footer .footer-contact #social-links-wrap:after {
    clear: both;
    display: block;
    content: " ";
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
  }
  #Footer .footer-contact ul.social-links {
    float: left;
    margin: 0;
  }
  #Footer #social-share {
    font-size: 18px;
    padding: 0;
    line-height: 24px;
  }
  #Footer #social-share .fas {
    font-size: 22px;
    line-height: 24px;
    vertical-align: top;
  }
  #Footer #sharer-popup {
    right: -50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #Footer #sharer-popup:before {
    right: 96px;
  }
  /**** Basic Page ****/
  .Page .feature-tiles {
    display: block;
    margin-bottom: 0;
    padding: 0 !important;
  }
  .Page .feature-tiles .feature-tile.hide-on-mobile {
    display: none;
  }
  .Page .feature-tiles .feature-tile {
    float: none;
    width: auto !important;
    margin-bottom: 4px;
  }
  .Page .feature-tiles .feature-tile:before, .Page .feature-tiles .feature-tile .content-wrap:before {
    display: none;
  }
  .Page .feature-tiles .feature-tile.style-image-only:before {
    display: block;
  }
  .Page .feature-tiles .feature-tile .content-wrap {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    padding: 0;
  }
  .Page .feature-tiles .feature-tile .content-wrap .content {
    padding: 20px;
    box-sizing: border-box;
  }
  .Page .feature-tiles .feature-tile.style-content-only .content {
    padding-top: 39px;
    padding-bottom: 40px;
  }
  .Page .feature-tiles .feature-tile .content-wrap .content p {
    font-size: 20px;
    width: auto;
    line-height: normal;
  }
  .Page .feature-tiles .feature-tile.style-button-content .content-wrap .content .button, .Page .feature-tiles .feature-tile.style-button-content-no-image .content-wrap .content .button {
    display: inline-block;
    width: auto;
  }
  .Page .feature-tiles .feature-tile .mobile-accordion, .Page .feature-tiles .feature-tile .mobile-button {
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 17px 40px 18px;
    text-align: left;
    z-index: 20;
  }
  .Page .feature-tiles .feature-tile .mobile-accordion .fas {
    float: right;
    font-size: 24px;
    line-height: 25px;
    vertical-align: top;
  }
  .Page .feature-tiles .feature-tile .mobile-accordion:hover, .Page .feature-tiles .feature-tile .mobile-button:hover {
    text-decoration: none;
  }
  .Page .feature-tiles .feature-tile.style-content, .Page .feature-tiles .feature-tile.style-content-only {
    text-align: left;
  }
  .Page .feature-tiles .feature-tile.mobile-only-links .content-wrap .content, .Page .feature-tiles .feature-tile.mobile-only-links .link,
  .Page .feature-tiles .feature-tile.mobile-button-only .content-wrap .content, .Page .feature-tiles .feature-tile.mobile-button-only .link {
    display: none !important;
  }
  .Page .feature-tiles .feature-tile ul.mobile-links, .Page .feature-tiles .feature-tile ul.mobile-links li {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .Page .feature-tiles .feature-tile.mobile-image-above {
    background-image: none !important;
  }
  .Page .feature-tiles .feature-tile.mobile-image-above .mobile-image {
    display: block;
    margin-bottom: 4px;
    padding-top: 60.5%;
  }
  .Page .feature-tiles .feature-tile ul.mobile-links {
    background: #FFFFFF;
    padding-top: 4px;
  }
  .Page .feature-tiles .feature-tile ul.mobile-links li a {
    background: #DADADA;
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    padding: 17px 40px 18px;
    text-align: left;
  }
  .Page .feature-tiles .feature-tile ul.mobile-links li a:hover {
    text-decoration: none;
  }
  .Page .feature-tiles .feature-tile ul.mobile-links li + li {
    margin-top: 4px;
  }
  /**** Home Page ****/
  .HomePage .hero-image, .HomePage .hero-image .inner::before {
    min-height: 205px;
  }
  .HomePage .hero-image .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .HomePage .hero-image .inner .content h1 {
    font-size: 28px;
    line-height: normal;
  }
  .HomePage .hero-image .inner .content h2 {
    font-size: 14px;
    width: auto;
    line-height: normal;
  }
  .HomePage .hero-image .inner .content h1 + h2 {
    margin-top: 18px;
  }
  .HomePage .hero-image .announcement {
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 18px;
  }
  /**** Blog ****/
  .Blog .blog-sidebar, .BlogPost .blog-sidebar {
    display: block;
  }
  .Blog .blog-sidebar .widget, .BlogPost .blog-sidebar .widget {
    width: auto;
  }
  .Blog .blog-sidebar .widget:nth-child(2), .BlogPost .blog-sidebar .widget:nth-child(2) {
    border-top: 1px solid #DADADA;
    margin-top: 30px;
    padding-top: 10px;
  }
}
/**** Retina displays ****/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) {
  #Header .logo {
    background-image: url(../images/logo@2x.png);
    background-size: 261px auto;
  }
  #Footer .logo {
    background-image: url(../images/logo-grey@2x.png);
    background-size: 201px auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1065px), only screen and (-moz-min-device-pixel-ratio: 2) and (max-width: 1065px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1065px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1065px) {
  #Header .logo {
    background-size: auto 57px;
  }
  #Footer .logo {
    background-size: 165px auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 600px), only screen and (-moz-min-device-pixel-ratio: 2) and (max-width: 600px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 600px), only screen and (min-device-pixel-ratio: 2) and (max-width: 600px) {
  #Header .logo {
    background-size: 280px auto;
  }
  #Footer .logo {
    background-size: 201px auto;
  }
}

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