@charset "UTF-8";
/*
Theme Name: Wates
Theme URI: https://www.flexxcreative.com/
Template: flexx-master
Author: The FLEXX Creative team
Author URI: https://www.flexxcreative.com/
Author Email: hello@flexxcreative.com
Author Twitter: https://www.twitter.com/flexxcreative
Author Facebook: https://www.facebook.com/flexxcreative
Author Instagram: https://www.instagram.com/flexxcreative/
Author LinkedIn: https://www.linkedin.com/company/flexx-creative
Author Google+: https://plus.google.com/+FLEXXCreative
Description: Design | Develop | Deliver
Version: 2.0
Licence: NOT for public use. This theme/framework can only be used by FLEXX Creative Ltd for client projects and custom development.
*/

/* =============================================================================
TABLE OF CONTENTS

1. Global
2. Header
3. Sidebar
4. Footer
5. Template Specific
6. Page Specific
7. Global Helpers
8. External Plugins etc
9. Media Queries
============================================================================= */

/* =============================================================================
1. Global
============================================================================= */
html, body {
    height: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, button, .accordion-content, label {
    font-family: 'Montserrat', sans-serif;
    color: #5c5c5c;
}

body {
    font-weight: 400;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

h2 {
    font-size: 1.225rem;
}

p {
    margin-bottom: 15px;
    line-height: 1.5;
}

ul li, ul ol, p {
    font-size: 0.995rem;
}

ul li {
    list-style-position: inside;
}

b, strong {
    font-weight: 600;
}

p a, a {
    color: #00788a;
    font-weight: 500;
}

p a:hover, p a:focus, p a:active, a:hover, a:focus, a:active {
    color: #63d2b1;
}

.padding0 {
    padding: 0!important;
}

.padding10 {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.padding10top {
    padding-top: 10px!important;
}

.padding10all {
    padding: 10px!important;
}

.padding15 {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}

.padding15top {
    padding-top: 15px!important;
}

.padding15bottom {
    padding-bottom: 15px!important;
}

.padding15all {
    padding: 15px!important;
}

.padding25 {
    padding-top: 25px!important;
    padding-bottom: 25px!important;
}

.padding25top {
    padding-top: 25px!important;
}

.padding25bottom {
    padding-bottom: 25px!important;
}

.padding25all {
    padding: 25px!important;
}

.padding20 {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}

.padding50 {
    padding-top: 50px!important;
    padding-bottom: 50px!important;
}

.padding50top {
    padding-top: 50px!important;
}

.padding50bottom {
    padding-bottom: 50px!important;
}

.padding75 {
    padding-top: 75px!important;
    padding-bottom: 75px!important;
}

.padding75top {
    padding-top: 75px!important;
}

.padding75bottom {
    padding-bottom: 75px!important;
}

.padding100 {
    padding-top: 100px!important;
    padding-bottom: 100px!important;
}

.padding150top {
    padding-top: 150px!important;
}

p#breadcrumbs {
    font-size: 0.755rem;
    text-transform: uppercase;
    font-weight: 400;
    cursor: hand;
    cursor: pointer;
}

p#breadcrumbs a {
    font-weight: 400;
}

p#breadcrumbs i {
    margin: 0 5px;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    outline: none;
    border:none;
    background-image:none;
    background-color:transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #5c5c5c;
    font-size: 0.8rem;
    height: auto;
}

.post-password-form input[type='password'] {
    border: 1px solid #00788a;
    padding: 5px;
    width: 100%;
}

[type='text']:focus, [type='email']:focus, textarea:focus {
    border-color: inherit!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    outline: none!important;
    outline: 0px transparent !important;
    border: none!important;
}

.grecaptcha-badge { 
    visibility: hidden;
}

body .drawer-style.style-1 .awsm-grid-padding a.button {
    border: 2px solid #00788a;
    color: #00788a;
}

.button {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.825rem;
    border: 2px solid #00788a;
    letter-spacing: 0.5px;
    color: #00788a;
    background: transparent;
    margin-bottom: 0;
}

.button:hover, .button:focus, .button:active, body .drawer-style.style-1 .awsm-grid-padding a.button:hover, body .drawer-style.style-1 .awsm-grid-padding a.button:active, body .drawer-style.style-1 .awsm-grid-padding a.button:focus {
    color: #ffffff;
    background: #00788a;
}

.reveal-overlay {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: transparent;
}

.reveal-overlay:after {
    background-color: #343a40;
    opacity: 0.5;
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.reveal-overlay .reveal {
    background: #ffffff;
    border: 4px solid #00788a;
    outline: none!important;
    outline: 0px transparent !important;
    top: 50%!important;
    transform: translateY(-50%);
}

.reveal-overlay .reveal h2 {
    color: #00788a;
}

.reveal-overlay .reveal button.close-button i {
    color: #5c5c5c;
    font-size: 1.525rem;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.reveal-overlay .reveal button.close-button {
    z-index: 5;
    right: 0;
    top: -1px;
    background-color: #00788a;
    height: 45px;
    width: 45px;
}

.reveal-overlay .reveal button.close-button i {
    color: #ffffff;
    line-height: 45px;
    top: 2px;
    left: 2px;
}

.entry-content-asset {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}

.entry-content-asset iframe, .entry-content-asset object, .entry-content-asset embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* =============================================================================
2. Header
============================================================================= */
header#global-header {
    background-color: #ffffff;
    width: 100%;
}

header#global-header #header-logo img {
    max-height: 50px;
}

header#global-header ul#menu-main-navigation li {
    line-height: 1;
}

header#global-header ul#menu-main-navigation li a {
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    color: #00788a;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}

header#global-header ul#menu-main-navigation li:last-of-type a {
    padding-right: 0;
}

header#global-header ul#menu-main-navigation li a:hover, header#global-header ul#menu-main-navigation li a:active, header#global-header ul#menu-main-navigation li a:focus, header#global-header ul#menu-main-navigation li.current-menu-item a {
    color: #63d2b1;
}

header#global-header p {
    text-align: right;
    font-size: 0.725rem;
    font-weight: 500;
    margin: 0;
    line-height: 1;
}

header#global-header p span {
    display: inline-block;
    line-height: 8px;
    overflow: hidden;
    font-weight: 600;
}

header#global-header #mobile-nav #menu-icon {
    color: #635d9d;
    line-height: 1;
    font-size: 1.755rem;
    top: 3px;
    cursor: hand;
    cursor: pointer;
}

#menuModal {
    background: #00788a;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    min-height: unset;
}

#menuModal #mobile-menu-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#menuModal p, #menuModal p a {
    color: #ffffff;
}

#menuModal #menu-main-navigation-1 li {
    display: block;
    width: 100%;
}

#menuModal #menu-main-navigation-1 li a {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.155rem;
}

#menuModal .close-button, #menuModal .close-button i {
    color: #ffffff;
    opacity: 1;
}

#page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 175px;
    min-height: 175px;
    width: 100%;
    position: relative;
}

body.page-id-270 #page-header:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: linear-gradient(90deg,#00788a 0%,#63d2b1 70%);
    opacity: 0.9;
}

/* =============================================================================
3. Sidebar
============================================================================= */
/* Sidebar Title */
.sidebar-block-title:first-of-type h3 {
    margin-top: 0;
}

/* Global */
.sidebar-block-with-toggle, .sidebar-block-downloads, .sidebar-sub-links {
    border-bottom: 5px solid #8c8d8e;
}

.sidebar-block-title h3 {
    color: #ffffff;
    font-size: 1.225rem;
    background-color: #63d2b1;
    padding: 15px;
    margin: 15px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
}

.sidebar-block-title span {
    flex-grow: 1;
    padding-right: 15px;
}

.sidebar-block-title i {
    font-size: 1.855rem;
    top: 2px;
}

.sidebar-block-with-toggle, .sidebar-block-downloads, .sidebar-sub-links {
    background-color: #f3f3f3;
}

.sidebar-block-with-toggle h5, .sidebar-block-downloads h5, .sidebar-sub-links h5 {
    padding: 20px 15px 0 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    font-size: 1.125rem;
    position: relative;
}

.sidebar-block-with-toggle span, .sidebar-block-downloads span, .sidebar-sub-links span {
    flex-grow: 1;
    padding-right: 15px;
}

.sidebar-block-with-toggle span.spacer {
    width: 55px;
}

.sidebar-block-with-toggle i, .sidebar-block-downloads i, .sidebar-sub-links i {
    font-size: 2.725rem;
    color: #635d9d;
}

.sidebar-block-with-toggle h5 i {
    position: absolute;
    right: 15px;
}

.sidebar-block-with-toggle .accordion .accordion-content p, .sidebar-block-with-toggle .accordion .accordion-content ul li, .sidebar-block-with-toggle .accordion .accordion-content ol li, .sidebar-block-downloads ul li, .sidebar-block-downloads ol li, .sidebar-sub-links ul li, .sidebar-sub-links ol li {
    font-size: 0.825rem;
}

/* Sidebar with Toggle */
.sidebar-block-with-toggle .accordion {
    margin: 5px 0 0 0;
    background: none;
}

.sidebar-block-with-toggle .accordion li a.accordion-title {
    border: none;
    padding: 0 15px 15px 15px;
    font-size: 0.925rem;
    font-weight: 300;
    color: #5c5c5c;
    line-height: 1;
}

.sidebar-block-with-toggle .accordion li a.accordion-title i {
    vertical-align: middle;
    font-size: 1.325rem;
    color: #00788a;
    line-height: 1;
}

.sidebar-block-with-toggle .accordion li a.accordion-title i.fa-minus-square {
    display: none;
}

.sidebar-block-with-toggle .accordion li.is-active a.accordion-title i.fa-plus-square {
    display: none;
}

.sidebar-block-with-toggle .accordion li.is-active a.accordion-title i.fa-minus-square {
    display: inline-block;
}

.sidebar-block-with-toggle .accordion li a.accordion-title:before {
    content: '';
}

.sidebar-block-with-toggle .accordion li a.accordion-title:hover, .sidebar-block-with-toggle .accordion li a.accordion-title:active, .sidebar-block-with-toggle .accordion li a.accordion-title:focus {
    background: none;
}

.sidebar-block-with-toggle .accordion .accordion-content {
    padding: 0 15px 15px 15px;
    border: none;
    background: none;
}

.sidebar-block-with-toggle .accordion .accordion-content ul {
    margin-bottom: 15px;
}

.sidebar-block-with-toggle .accordion .accordion-content ul:last-child {
    margin-bottom: 0px;
}

/* Sidebar Downloads */
.sidebar-block-downloads h5 span:first-of-type, .sidebar-sub-links h5 span:first-of-type {
    padding-right: 0;
    max-width: 170px;
}

.sidebar-block-downloads ul, .sidebar-sub-links ul {
    margin: 0;
    padding: 15px;
}

.sidebar-block-downloads ul li, .sidebar-sub-links ul li {
    list-style-type: none;
    line-height: 1;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    
}

.sidebar-block-downloads ul li:last-of-type, .sidebar-sub-links ul li:last-of-type {
    margin-bottom: 0;
}

.sidebar-block-downloads ul li a, .sidebar-sub-links ul li a {
    font-weight: 300;
    color: #5c5c5c;
    line-height: 1;
    font-size: 0.825rem;
}

.sidebar-block-downloads ul li a span, .sidebar-sub-links ul li a span {
    flex-grow: 1;
    padding-right: 0;
}

sidebar-block-downloads ul li a span strong, .sidebar-sub-links ul li a span strong {
    font-weight: 500;
    font-size: 0.925rem;
}

.sidebar-block-downloads ul li i, .sidebar-sub-links ul li i {
    font-size: 1.855rem;
    padding-right: 10px;
    top: 1px;
}

/* =============================================================================
4. Footer
============================================================================= */
footer#global-footer {
    width: 100%;
}

footer#global-footer p {
    font-size: 0.655rem;
    text-transform: uppercase;
    color: #635d9d;
    margin: 0;
    line-height: 1.4;
    font-weight: 500;
}

footer#global-footer p a {
    color: #635d9d;
    line-height: 1;
    font-weight: 500;
}

footer#global-footer p span.footer-sep {
    height: 9px;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    color: #ffb548;
}

footer#global-footer p span.footer-credit {
    display: block;
    margin-top: 5px;
}

footer#global-footer p span.footer-credit, footer#global-footer p span.footer-credit a {
    font-size: 0.6rem;
    font-weight: 500;
    color: #5c5c5c;
}

footer#global-footer p a:hover, footer#global-footer p a:active, footer#global-footer p a:focus, footer#global-footer p span.footer-credit a:hover, footer#global-footer p span.footer-credit a:active, footer#global-footer p span.footer-credit a:focus {
    color: #63d2b1;
}

footer#global-footer ul#footer-logos {
    margin: 0 0 15px 0;
}

footer#global-footer ul#footer-logos li {
    list-style-type: none;
    display: inline-block;
}

footer#global-footer ul#footer-logos span.footer-logo-border {
    background: #00788a;
    height: 25px;
    display: inline-block;
    width: 1px;
    vertical-align: middle;
    margin: 0 8px 0 12px;
}

footer#global-footer ul#footer-logos span.footer-logo-border:last-of-type {
    display: none;
}

footer#global-footer ul#footer-logos li img {
    height: 35px;
}

footer#global-footer .footer-border {
    border-top: 1px solid #8c8d8e;
    padding-top: 15px;
}

body.home #floating-contact-form {
    display: none;
}

#floating-contact-form {
    position: fixed;
    bottom: 0;
    right: -350px;
    width: 350px;
    transition: right .3s ease-in-out;
    -webkit-transition: right .3s ease-in-out;
}

.floating-contact-form-active {
    right: 0!important;
}

#floating-contact-form .wpcf7 {
    padding: 15px;
    background-color: #00788a;
}

#floating-contact-form .wpcf7 form.wpcf7-form label {
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.755rem;
}

#floating-contact-form .wpcf7 form.wpcf7-form [type='text'], #floating-contact-form .wpcf7 form.wpcf7-form [type='email'], #floating-contact-form .wpcf7 form.wpcf7-form textarea {
    background: #ffffff;
}

#floating-contact-form .wpcf7 form.wpcf7-form textarea {
    height: 150px;
}

#floating-contact-form .wpcf7 form.wpcf7-form h2 {
    color: #63d2b1;
    margin-bottom: 10px;
}

#floating-contact-form .wpcf7 form.wpcf7-form p {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.2;
    color: #ffffff;
    font-size: 0.825rem;
    font-weight: 500;
}

#floating-contact-form .wpcf7 form.wpcf7-form p#google-notice {
    font-size: 0.655rem;
}

#floating-contact-form .wpcf7 form.wpcf7-form p a {
    color: #ffffff;
}

#floating-contact-form .wpcf7 form.wpcf7-form p a:hover, #floating-contact-form .wpcf7 form.wpcf7-form p a:focus, #floating-contact-form .wpcf7 form.wpcf7-form p a:active {
    color: #63d2b1;
}

#floating-contact-form .wpcf7 form.wpcf7-form [type='submit'] {
    margin: 0;
}

#floating-contact-form .wpcf7 form.wpcf7-form .button, .post-password-form input[type="submit"] {
    border: 2px solid #63d2b1;
    color: #63d2b1;
    background-color: transparent;
    cursor: pointer;
}

#floating-contact-form .wpcf7 form.wpcf7-form .button:hover, #floating-contact-form .wpcf7 form.wpcf7-form .button:active, #floating-contact-form .wpcf7 form.wpcf7-form .button:focus, .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:active, .post-password-form input[type="submit"]:focus {
    background-color: #63d2b1;
    color: #ffffff;
}

#floating-contact-form button#floating-contact-form-button {
    position: absolute;
    bottom: 0;
    left: -50px;
    background-color: #00788a;
    padding: 10px;
    height: 50px;
    width: 50px;
    cursor: hand;
    cursor: pointer;
}

#floating-contact-form button#floating-contact-form-button i {
    color: #ffffff;
    font-size: 1.855rem;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

#floating-contact-form button#floating-contact-form-button:hover i {
    color: #63d2b1;
}

#floating-contact-form .wpcf7 form.wpcf7-form .wpcf7-response-output {
    color: #ffffff;
}

/* =============================================================================
5. Template Specific
============================================================================= */
body main#content-wrap {
    flex-grow: 1;
    width: 100%;
}

/* Page Blocks */
.page-block {
    margin-bottom: 15px;
}

/* Intro Text */
.page-block-intro-text h1 {
    line-height: 1.3;
    font-size: 1.355rem;
    color: #635d9d;
}

/* Text */
.page-block-text h2 {
    color: #00788a;
    margin-bottom: 15px;
}

/* Family Group */
.page-block-family-group h2 {
    color: #00788a;
    margin-bottom: 15px;
}

.page-block-family-group h4 {
    font-size: 1.125rem;
    margin-bottom: 5px;
}

.page-block-family-group p {
   font-size: 0.895rem;
}

.page-block-family-group .family-block p:last-of-type {
    margin-bottom: 0;
}

.page-block-family-group .family-block #about-bio {
    margin: 0;
    background: none;
}

.page-block-family-group .family-block #about-bio li a {
    padding: 0;
    border: none;
    font-family: 'Montserrat',sans-serif;
    color: #5c5c5c;
    margin-top: 10px;
    background: none!important;
}

.page-block-family-group .family-block #about-bio li a:before {
    display: none;
}

.page-block-family-group .family-block #about-bio li.is-active .bio-closed, .page-block-family-group .family-block #about-bio li .bio-open {
    display: none;
}

.page-block-family-group .family-block #about-bio li.is-active .bio-open {
    display: block;
}

.page-block-family-group .family-block .accordion-content {
    padding: 0;
    background: none;
    border: none;
    margin: 15px 0 0 0;
}

/* =============================================================================
6. Page Specific
============================================================================= */
/* Home */
body.home #full-height {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body.home #full-height main#content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0!important;
}

body.home #full-height main#content-wrap .cell {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

body.home #full-height main#content-wrap h1 {
    margin-top: 25px;
}

/* Recent Awards */
body.page-template-recent-awards .sidebar-block-title h3 {
    background-color: #00788a;
}

body.page-template-recent-awards .sidebar-block-title h3 i {
    color: #63d2b1;
}

body.page-template-recent-awards .tabs {
    border: none;
    background: none;
}

body.page-template-recent-awards .tabs li a {
    color: #ffffff;
    font-weight: 500;
    font-size: 1.225rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

body.page-template-recent-awards .tabs li a i {
    font-size: 1.855rem;
    margin-right: 10px;
}

body.page-template-recent-awards .tabs li:nth-of-type(1) a, body.page-template-recent-awards .tabs-content #panel1 {
    background-color: #63d2b1;
}

body.page-template-recent-awards .tabs li:nth-of-type(2) a, body.page-template-recent-awards .tabs-content #panel2 {
    background-color: #635d9d;
}

body.page-template-recent-awards .tabs li:nth-of-type(3) a, body.page-template-recent-awards .tabs-content #panel3 {
    background-color: #ffb548;
}

body.page-template-recent-awards .tabs-content {
    border: none;
    background: none;
    color: #5c5c5c;
}

body.page-template-recent-awards .tabs-content .tabs-panel {
    padding: 30px 0px;
}

body.page-template-recent-awards .tabs-content .tabs-content-inner {
    background: #ffffff;
    color: #5c5c5c;
    padding: 15px;
}

body.page-template-recent-awards .tabs-content .tabs-content-inner h2 {
    color: #00788a;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 1.3;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

body.page-template-recent-awards .tabs-content #panel1 .tabs-content-inner h2 {
    color: #00788a;
}

body.page-template-recent-awards .tabs-content #panel2 .tabs-content-inner h2 {
    color: #ffb548;
}

body.page-template-recent-awards .tabs-content #panel3 .tabs-content-inner h2 {
    color: #635d9d;
}

body.page-template-recent-awards .tabs-content .tabs-content-inner h2 span {
    flex-grow: 1;
}

body.page-template-recent-awards .tabs-content .tabs-content-inner h2 i {
    font-size: 1.855rem;
    top: 2px;
}

body.page-template-recent-awards .tabs-content .tabs-content-inner ul {
    margin: 0;
}

body.page-template-recent-awards .tabs-content .tabs-content-inner ul li {
    list-style-type: none;
    margin-bottom: 10px;
    line-height: 1;
    position: relative;
}

body.page-template-recent-awards .tabs-content .tabs-content-inner ul li:last-of-type {
    margin-bottom: 0;
}

body.page-template-recent-awards .tabs-content .tabs-content-inner ul li span, body.page-template-recent-awards .tabs-content .tabs-content-inner ul li strong {
    width: 100%;
    display: inline-block;
    line-height: 1.3;
}

body.page-template-recent-awards .tabs-content .tabs-content-inner ul li span {
    font-weight: 300;
    line-height: 1;
    font-size: 0.9rem;
}

/* Case Studies */
#case-studies .gridder {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; 
    padding: 0;
}

#case-studies .gridder .awsm-team-item {
    width: calc(33.33333% - 1.875rem);
    margin: 0.9375rem;
}

#case-studies .gridder .awsm-team-item .awsm-grid-list-item:before {
    border: 10px solid #00788a;   
}

#case-studies .gridder .awsm-team-item .awsm-grid-list-item:after {
    border-top-color: #00788a;
}

#case-studies .gridder .awsm-team-item .awsm-grid-list-item figure {
    text-align: center;
}

#case-studies .gridder .awsm-team-item .awsm-grid-list-item figure i {
    position: absolute;
    font-size: 5rem;
    color: #ffffff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    opacity: 1;
    left: 0;
    right: 0;
    transition: opacity 0.25s ease-out;
}

#case-studies .gridder .awsm-expanded .awsm-grid-list-item figure i {
    opacity: 0;
}

#case-studies .gridder .awsm-team-item .awsm-grid-list-item figure figcaption {
    opacity: 1;
    background: rgba(43, 43, 43, 0);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    padding: 0px;
}

#case-studies .gridder .awsm-team-item .awsm-grid-list-item figure figcaption:after {
    content: '';
}

#case-studies .gridder .awsm-team-item .awsm-grid-list-item figure figcaption .awsm-personal-info {
    vertical-align: unset;
    position: absolute;
    bottom: 0px;
    margin: 0;
    left: 0px;
    right: 0px;
}

#case-studies .gridder .awsm-team-item .awsm-grid-list-item figure figcaption .awsm-personal-info h3 {
    font-weight: 500;
    line-height: 1.3;
    font-size: 1.125rem;
    background-color: #00788a;
    display: inline-block;
    padding: 8px 16px;
    margin: 0;
}

#case-studies .gridder .awsm-grid-show {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    max-width: 80rem;
    margin: 0 auto;
}

#case-studies .gridder .awsm-grid-show .awsm-grid-padding {
    padding: 50px 0;
    width: 100%;
    max-width: 100%;
    color: #5c5c5c;
    background: #ffffff;
}

#case-studies .gridder .awsm-grid-show .awsm-grid-padding .awsm-grid-expanded-content .awsm-details {
    padding: 0;
    width: 80%;
}

#case-studies .gridder .awsm-grid-show .awsm-grid-padding .awsm-grid-expanded-content .awsm-details h2 {
    display: none;
}

#case-studies .gridder .theme {
    color: #ffb548;
    font-size: 0.755rem;
    font-weight: 600;
    text-transform: none;
}

#case-studies .gridder .awsm-grid-show .awsm-grid-padding .awsm-grid-expanded-content .awsm-details h4 {
    color: #00788a;
    margin-bottom: 15px;
}

#case-studies .gridder .awsm-grid-show .awsm-grid-padding .awsm-grid-expanded-content .awsm-personal-contact-info {
    padding-top: 0;
    padding-right: 0;
    width: 20%;
}

#case-studies .gridder .awsm-grid-show .awsm-grid-navigation .awsm-grid-close {
    top: 0;
    right: 0;
    text-align: right;
}

#case-studies .gridder .awsm-grid-show .awsm-grid-navigation .awsm-grid-close i {
    font-size: 30px;
    color: #00788a;
}

#case-studies .gridder .awsm-grid-show .awsm-grid-navigation .awsm-grid-close:hover i {
    color: #635d9d;
}

#case-studies .gridder .awsm-grid-show .awsm-grid-navigation .awsm-grid-close:before, #case-studies .gridder .awsm-grid-show .awsm-grid-navigation .awsm-grid-close:after {
    content: '';
    display: none;
}

/* Members Area */
body.page-template-members-area-page #login-form form {
    width: 350px;
    max-width: 100%;
}

body.page-template-members-area-page #login-form form label {
    font-weight: 500;
    letter-spacing: 0.5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 15px;
    line-height: 1;
}

body.page-template-members-area-page #login-form form label strong {
    width: 100%;
    font-weight: 500;
}

body.page-template-members-area-page #login-form form input[type='text'], body.page-template-members-area-page #login-form form input[type='password'] {
    border: 0px solid #ffffff!important;
    background: #e9e9e9;
    width: auto;
    flex: 1;
    height: 38px;
    margin: 5px 0 0 0;
}

body.page-template-members-area-page #login-form form .icon-wrapper {
    background-color: #00788a;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    margin: 5px 0 0 0;
}

body.page-template-members-area-page #login-form form .icon-wrapper i {
    color: #ffffff;
    font-size: 1.125rem;
    letter-spacing: 0;
}

body.page-template-members-area-page #login-form form #showpwdchkbox {
    position: absolute;
    right: 5px;
    margin: 0;
    bottom: 0;
}

body.page-template-members-area-page #login-form form #showpwdchkbox i {
    letter-spacing: 0;
    line-height: 38px;
    top: 1px;
    cursor: hand;
    cursor: pointer;
    font-size: 1.125rem;
}

body.page-template-members-area-page #login-form form #rememberme {
    margin-bottom: 0;
    border-radius: 0;
}

body.page-template-members-area-page ul#members-area-tabs {
    border: none;
    background: none;
}

body.page-template-members-area-page ul#members-area-tabs li:first-of-type {
    margin-top: 0px;
}

body.page-template-members-area-page ul#members-area-tabs li {
    margin-top: 10px;
    cursor: pointer;
}

body.page-template-members-area-page ul#members-area-tabs li a {
    background-color: #00788a;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 0.855rem;
}

body.page-template-members-area-page ul#members-area-tabs li.trustee-only a {
    background-color: #ffb548;
    color: #5c5c5c;
}

body.page-template-members-area-page ul#members-area-tabs li a:hover, body.page-template-members-area-page ul#members-area-tabs li a:active, body.page-template-members-area-page ul#members-area-tabs li a:focus, body.page-template-members-area-page ul#members-area-tabs li.is-active a {
    background-color: #63d2b1;
}

body.page-template-members-area-page .members-area-tabs-content {
    border: none;
    background: none;
}

body.page-template-members-area-page .members-area-tabs-content i {
    font-size: 4rem;
    margin-bottom: 10px;
    color: #63d2b1;
    top: 2px;
}

body.page-template-members-area-page .members-area-tabs-content .members-area-item {
    padding: 0;
}

body.page-template-members-area-page .members-area-tabs-content .members-area-item a, body.page-template-members-area-page .members-area-tabs-content .members-area-item button {
    display: block;
    padding: 0.9375rem;
}

body.page-template-members-area-page .members-area-tabs-content .members-area-item a:hover, body.page-template-members-area-page .members-area-tabs-content .members-area-item button:hover {
    background: #f3f3f3;
}

body.page-template-members-area-page .members-area-tabs-content .members-area-file h5, body.page-template-members-area-page .members-area-tabs-content .members-area-video h5 {
    font-size: 0.855rem;
}

body.page-template-members-area-page .members-area-tabs-content .members-area-file a i {
    font-family: "Font Awesome 6 Duotone";
    font-weight: 900;
}

body.page-template-members-area-page .members-area-tabs-content .members-area-file a[href$=".pdf"] i:before {
    content: "\f1c1";
}

body.page-template-members-area-page .members-area-tabs-content .members-area-file a[href$=".pdf"] i:after {
    content: "\f1c1\f1c1";
}

body.page-template-members-area-page .members-area-tabs-content .members-area-file a[href$=".doc"] i:before, body.page-template-members-area-page .members-area-tabs-content .members-area-file a[href$=".docx"] i:before {
    content: "\f1c2";
}

body.page-template-members-area-page .members-area-tabs-content .members-area-file a[href$=".doc"] i:after, body.page-template-members-area-page .members-area-tabs-content .members-area-file a[href$=".docx"] i:after {
    content: "\f1c2\f1c2";
}

body.page-template-members-area-page .members-area-tabs-content .members-area-file a[href$=".zip"] i:before {
    content: "\f1c6";
}

body.page-template-members-area-page .members-area-tabs-content .members-area-file a[href$=".zip"] i:after {
    content: "\f1c6\f1c6";
}

body.page-template-members-area-page .members-area-tabs-content .members-area-file a[href$=".csv"] i:before {
    content: "\f6dd";
}

body.page-template-members-area-page .members-area-tabs-content .members-area-file a[href$=".csv"] i:after {
    content: "\f6dd\f6dd";
}

body.page-template-members-area-page .members-area-tabs-content .members-area-file a[href$=".xls"] i:before, body.page-template-members-area-page .members-area-tabs-content .members-area-file a[href$=".xlsx"] i:before, body.page-template-members-area-page .members-area-tabs-content .members-area-file a[href$=".xml"] i:before, body.page-template-members-area-page .members-area-tabs-content .members-area-file a[href$=".xlsm"] i:before {
    content: "\f1c3";
}

body.page-template-members-area-page .members-area-tabs-content .members-area-file a[href$=".xls"] i:after, body.page-template-members-area-page .members-area-tabs-content .members-area-file a[href$=".xlsx"] i:after, body.page-template-members-area-page .members-area-tabs-content .members-area-file a[href$=".xml"] i:after, body.page-template-members-area-page .members-area-tabs-content .members-area-file a[href$=".xlsm"] i:after {
    content: "\f1c3\f1c3";
}

body.page-template-members-area-page .members-area-tabs-content .members-area-file a i, body.page-template-members-area-page .members-area-tabs-content .members-area-video button i {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

body.page-template-members-area-page .members-area-tabs-content .members-area-file a:hover i, body.page-template-members-area-page .members-area-tabs-content .members-area-video button:hover i {
    animation-name: bounce;
    -moz-animation-name: bounce;
}

@keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform:     translateY(0);
        transform:         translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform:     translateY(-30px);
        transform:         translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform:     translateY(-15px);
        transform:         translateY(-15px)
    }
}

body.page-template-members-area-page .members-area-tabs-content .members-area-video button {
    border: none;
    background: unset;
    margin: 0;
    letter-spacing: 0;
    text-transform: none;
    font-size: 0.855rem;
}

body.family .trustee-only {
    display: none!important;
    visibility: hidden!important;
}

/* Thank You Modal */
#thankyouModal h2 i {
    color: #63d2b1;
    font-size: 2.725rem;
}

/* =============================================================================
7. Global Helpers
============================================================================= */
#content-wrap .page-block:last-of-type, .page-block-text p:last-of-type, .page-block-family-group ul.family-group:last-of-type, .sidebar-block-with-toggle .accordion .accordion-content p:last-of-type {
    margin-bottom: 0;
}

/* =============================================================================
8. External Plugins etc
============================================================================= */

/* =============================================================================
9. Media Queries
============================================================================= */
@media screen and (max-width: 39.9375em) {
    #content-wrap {
        padding-top: 25px!important;
        padding-bottom: 25px!important;
    }
    
    .page-block-intro-text h1 {
        font-size: 1.085rem;
    }
    
    h2 {
        font-size: 1.105rem;
    }
    
    #page-header {
        height: 125px;
        min-height: 125px;
    }
    
    .sidebar-block-with-toggle i, .sidebar-block-downloads i, .sidebar-sub-links i {
        font-size: 2.455rem;
    }
    
    #recent-awards {
        padding-top: 25px!important;
    }
    
    #recent-awards #recent-awards-tabs {
        padding-left: 0;
        padding-right: 0;
    }
    
    #recent-awards #recent-awards-tabs .tabs, #recent-awards #recent-awards-tabs .tabs .tabs-title {
        margin-left: 0;
        margin-right: 0;
    }
    
    #recent-awards #recent-awards-tabs .tabs .tabs-title {
        width: 33.333%;
    }
    
    #recent-awards #recent-awards-tabs .tabs .tabs-title a {
        font-size: 1.105rem;
        flex-direction: column;
    }
    
    #recent-awards #recent-awards-tabs .tabs .tabs-title i {
        margin-right: 0;
        margin-bottom: 5px;
    }
    
    #case-studies, #members-area, #members-area #login-form {
        padding-top: 0!important;
    }
    
    #case-studies .gridder .awsm-team-item {
        width: calc(100% - 1.875rem);
    }
    
    #case-studies .gridder .awsm-grid-show .awsm-grid-padding .awsm-grid-expanded-content .awsm-details {
        width: 100%;
    }
    
    #case-studies .gridder .awsm-grid-show .awsm-grid-padding .awsm-grid-expanded-content span {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    
    #case-studies .gridder .awsm-grid-show .awsm-grid-padding .awsm-grid-expanded-content span img {
        max-width: 40%;
    }
    
    #case-studies .gridder .awsm-grid-show .awsm-grid-padding .awsm-grid-expanded-content .awsm-personal-contact-info {
        display: none;
    }
    
    #standard-page-layout-sidebar {
        margin-top: 30px;
    }
    
    body.home #full-height main#content-wrap img {
        max-width: 100%;
    }
    
    #floating-contact-form {
        width: 300px;
        right: -300px;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #content-wrap #standard-page-layout #standard-page-layout-content, #content-wrap #standard-page-layout #standard-page-layout-sidebar {
        width: calc(100% - 1.875rem);
    }
    
    .page-block-intro-text h1 {
        font-size: 1.155rem;
    }
    
    h2 {
        font-size: 1.105rem;
    }
    
    #standard-page-layout-sidebar {
        margin-top: 30px;
    }
    
    #case-studies .gridder .awsm-team-item {
        width: calc(50% - 1.875rem);
    }
    
    #case-studies .gridder .awsm-details, #case-studies .gridder .awsm-personal-contact-info {
        float: left;
    }
    
    body.page-template-members-area-page #members-area-sidebar, body.page-template-members-area-page #members-area-downloads {
        width: 100%;
    }
    
    #case-studies, #members-area, #members-area #login-form {
        padding-top: 0!important;
    }
    
    body.home #full-height main#content-wrap img {
        width: 80%;
    }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    body.home #full-height main#content-wrap img {
        width: 70%;
    }
}

@media screen and (min-width: 75em) and (max-width: 9999999999999em) {
    body.home #full-height main#content-wrap img {
        width: 70%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1060px) {
    header#global-header ul#menu-main-navigation li a {
        padding: 0.7rem 0.755rem;
    }
}