/*
Theme Name: Blue Eclipse Child
Author: Blue Eclipse Media
Author URI: http://www.blueeclipse.ca
Description: Custom Theme
Version: 2.2
Template: blueeclipse
Text Domain:  blueeclipse-child
*/
.logged-in .notloggedin {
    display: none;
}

.logged-out .loggedin {
    display: none;
}

.second-menu {
    background: #EEE;
}

.second-menu .gridbox {
    padding: 0;
}

.second-menu ul {
    padding: 0;
    margin: 0;
}

.second-menu ul li {
    display: inline-block;
    width: 30%;
    padding: 1.5%;
}

/*What's Happening*/
.grid-layout .gridcol {
    width: 30%;
    margin-right: 3%;
    float: left;
}

.grid-layout .gridcol-clear {
    clear: both;
    margin: 2px;
    display: block;
}

#search-2 .widget-title {
    display: none;
}

/*Fonts*/

@font-face {
    font-family: 'cooper';
    src: url('fonts/cooperhewitt-bold-webfont.woff2') format('woff2'),
        url('fonts/cooperhewitt-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'cooper';
    src: url('fonts/cooperhewitt-book-webfont.woff2') format('woff2'),
        url('fonts/cooperhewitt-book-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'cooper';
    src: url('fonts/cooperhewitt-light-webfont.woff2') format('woff2'),
        url('fonts/cooperhewitt-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'cooper';
    src: url('fonts/cooperhewitt-medium-webfont.woff2') format('woff2'),
        url('fonts/cooperhewitt-medium-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

body * {
    font-family: "proxima-nova", sans-serif !important;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.cf:after {
    content: "";
    display: table;
    clear: both;
}

p,
ol,
ul {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    padding: 0 0 20px;
}

ol,
ul {
    margin: 0 0 0 40px;
}

p:empty {
    display: none;
}

iframe {
    width: 100%;
}

/*Top Header*/

.utility-english,
.utility-french {
    display: inline-block;
    font-size: 11px;
    color: #45474d;
}

.utility-english ul,
.utility-french ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.utility-english li,
.utility-french li {
    display: inline-block;
    padding: 0 5px;
}

.header-top {}

.header-top .gridbox {
    padding: 0;
}

.header-top p {
    display: none;
}

.header-top .service_description {
    float: right;
}

.header-top .social-media {
    float: left;
    padding-right: 38px;
}

.header-top .social-media a {
    color: #45474d;
    font-size: 18px;
    transition: .3s color;
    /*padding: 10px 25px 0 0;*/
}

.header-top .social-media a:last-child {
    /*padding-right: 0;*/
}

.header-top .social-media a:hover {
    color: #61636b;
}

.header-top .widget_search {
    float: left;
    padding-top: 11px;
    margin-right: 20px;
    width: 180px;
}

.header-top .widget_search input[type="text"] {
    border-radius: 30px;
    background: white;
    border: 1px solid #bfd4d5;
    padding: 0 12px;
    height: 24px;
    line-height: 24px;
    font-size: 11.46px;
    width: 100% !important;
    display: block;
    margin: 0 !important;
}

.header-top .widget_search input[type="submit"] {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal;
    color: white;
}

.header-top .contact {
    float: left;
    display: block;
    background: #80cdd5;
    text-transform: uppercase;
    color: #221f1c;
    width: 163px;
    text-align: center;
    font-size: 12px;
    height: 44px;
    padding-top: 15px;
    font-weight: 700;
    letter-spacing: .08em;
    transition: .3s background;
}

.header-top .contact:after {
    content: "\f0da";
    font-family: 'FontAwesome';
    margin-left: 3px;
}

.header-top .contact:hover {
    text-decoration: none;
    background: #72b4bb;
}

#nav_menu-7,
#nav_menu-6 {
    float: left;
    margin-right: 15px;
    margin-top: 13px;
}

#nav_menu-7 nav,
#nav_menu-6 nav {
    min-height: 1px;
}

#nav_menu-7 ul,
#nav_menu-6 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.lang-menu ul li {
    display: inline-block;
    padding: 0 5px;
}

/*Header Utility */

.header-utility {
    position: relative;
    z-index: 2;
    background: white;
}

.header-utility .logo {
    max-width: 370px;
    padding: 0;
}

.header-utility .menu {
    padding-left: 0;
    float: right;
}

.header-utility .menu li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 18px;
    text-align: center;
    position: relative;
    text-transform: none !important;
}

.header-utility .menu li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    bottom: 4px;
    width: 1px;
    background: #c8c7c7;
}

.header-utility .menu li:last-of-type {
    margin-right: 0;
    padding-right: 0;
}

.header-utility .menu li:last-of-type:after {
    display: none;
}

.header-utility .menu a {
    color: #3F4596;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    display: inline-block;
    transition: .3s color;
}

.header-utility .menu a:hover {
    color: #34C3E0;
    text-decoration: none;
}

.header-utility .menu a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-left: 5px;
    position: relative;
    top: -1px;
}


.header-utility .menu li .sub-menu {
    position: absolute;
    z-index: 10;
    top: calc(100% + 17px);
    left: 0;
    background: #cceaed;
    padding: 20px;
    width: 200px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: .3s opacity, 0s visibility .3s;
}

.header-utility .menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.header-utility .menu li:last-of-type .sub-menu {
    left: auto;
    right: 0;
}


.header-utility .menu li .sub-menu:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #cceaed;
    position: absolute;
    bottom: 100%;
    left: 40px;
    z-index: 2;
}

.header-utility .menu li:last-of-type .sub-menu:before {
    left: auto;
    right: 40px;
}

.header-utility .menu li .sub-menu:after {
    content: '';
    background: transparent;
    top: -20px;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}

.header-utility .menu li .sub-menu li {
    display: block;
    padding: 0 0 5px 0;
    text-align: left;
}

.header-utility .menu li .sub-menu li:last-of-type {
    padding-bottom: 0;
}

.header-utility .menu li .sub-menu li:after {
    display: none;
}

.header-utility .menu li .sub-menu li a {
    color: #424643;
    text-transform: none;
}


.header-utility .menu li .sub-menu li a:hover,
.header-utility .menu li .sub-menu li.current-menu-item>a {
    color: black;
}

.header-utility .menu li .sub-menu li a:after {
    display: none;
}

/*Main Menu*/

.header-menu {
    /*box-shadow: 0 0 7px rgba(0,0,0,.2);*/
    position: relative;
    z-index: 999;
}

.header-menu .gridbox {
    padding: 0;
}

.header-menu .main-menu {
    min-height: initial;
}

.header-menu .menu,
.portal-header .menu {
    margin: 0;
    text-align: right;
    text-justify: distribute;
    font-size: 0;
    padding-bottom: 0;
    padding-top: 10px;
}

.header-menu .menu:after,
.portal-header .menu:after {
    width: 100%;
    line-height: 0em;
    height: 1px;
    display: inline-block;
    content: '';
    box-sizing: border-box;
}

.header-menu .menu li,
.portal-header .menu li {
    text-align: center;
    display: inline-block;
    float: none;
    position: relative;
}

.header-menu .menu li a,
.portal-header .menu li a {
    color: #5e56a5;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    line-height: 22px;
    text-transform: none !important;
}

.header-menu .menu li a:hover {
    color: #34c3e0;
}

.header-menu .menu li.current-menu-item a {
    border-bottom: 3px solid #34C3E0;
}

.mobile-menu-toggle {
    display: none;
    position: absolute;
    top: 10px;
    right: 40px;
    padding: 0;
}

.mobile-menu-toggle a {
    font-size: 0;
    display: block;
    position: relative;
}

.mobile-menu-toggle a:after {
    content: "\f0c9";
    font-size: 22px;
    font-family: 'FontAwesome';
    color: #5e56a5;
    transition: .3s color;
}

.mobile-menu-toggle a:before {
    content: "";
    background: transparent;
    position: absolute;
    bottom: -15px;
    left: -12px;
    right: -20px;
    top: -7px;
    display: block;
}

.mobile-menu-toggle a {
    text-decoration: none;
}

.mobile-menu-toggle a:hover:after {
    color: #135f64;
}

/* Banner styles*/

.boxbanner .wrapped {
    min-height: 100px !important;
}

.static-banner {
    min-height: 477px;
}

.static-banner .item {
    background-size: cover;
    background-position: center center;
}

.static-banner .banner-content,
.home-text-slider .fl-slide-content {
    background: rgba(255, 255, 255, .9);
    border-left: 42px solid rgba(117, 188, 196, .6);
    max-width: 502px;
    width: 100%;
    padding: 30px;
    margin: 65px 0;
}

.static-banner .banner-content h1,
.home-text-slider h1 {
    color: #187c83;
    font-size: 60px;
    font-weight: 800;
    padding: 0 0 10px 0;
    margin: 0;
}

.home-text-slider h1 {
    font-size: 42px;
    line-height: 1.1;
}

.static-banner .banner-content h2,
.mainbodyarea .home-text-slider h2 {
    font-weight: 600;
    /*text-transform: uppercase;*/
    font-size: 23px;
    color: #187c83;
    letter-spacing: .18em;
    margin: 0;
    line-height: 1.5;
}

.static-banner .banner-content p,
.home-text-slider p {
    color: #187c83;
    padding: 0;
    margin: 0;
}

/* home styles */

.greencallout {
    margin: 0 0 20px;
}

.greencallout .service_description {
    background: #b3e1e6;
    padding: 25px 40px;
}

.greencallout br {
    display: none;
}

.greencallout h2,
.mainbodyarea .greencallout h2 {
    font-weight: 900;
    font-size: 25px;
    padding: 0;
}

.greencallout p {
    padding: 0;
}

.btn:not(.corePrettyStyle):not(.more-news),
.greencallout .btn,
.tribe-events-content .btn {
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: .15rem;
    border-radius: 0;
    background: #221f1c;
    display: block;
    width: 100%;
    margin-top: 10px;
    transition: .3s background;
}

.greencallout .btn:hover,
.tribe-events-content .btn:hover,
.btn:hover:not(.corePrettyStyle):not(.more-news) {
    background: #403b37;
}

.greencallout .btn:after,
.tribe-events-content .btn:after,
.btn:not(.corePrettyStyle):not(.more-news):after {
    content: "\f0da";
    font-family: 'FontAwesome';
    margin-left: 3px;
}

a.btn,
a.btn:hover,
a.btn:focus {
    color: #FFF;
}

.prettyMapList .prettyFileBar .btn,
.prettyMapList .prettylink a.btn {
    width: initial;
    width: auto;
}

.resource-layout .callouts a.btn {
    font-size: 12px;
    display: inline-block;
    width: initial;
    padding: 10px 20px;
}

.tribe-events-content .btn {
    color: #FFF;
    display: inline-block;
    width: inherit;
    font-size: 15px;
    text-transform: initial;
}

.mainbodyarea .home-intro h2 {
    font-weight: 800;
    font-size: 32px;
    color: #45474d;
    margin: 0;
    padding: 0 0 20px 0;
    line-height: 1.5;
}

.mainbodyarea .home-intro p {
    font-weight: 300;
    font-size: 21px;
    color: #231f20;
    letter-spacing: .08em;
}

.slim-nav-item img {
    border-radius: 50%;
    max-width: 120px;
}

.slim-nav-item a {
    color: #45474d;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-weight: 600;
    font-size: 15px;
    font-style: normal;
    line-height: 1.4;
    display: inline-block;
    transition: .3s color;
}

.slim-nav-item a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-left: 5px;
    position: relative;
    top: -1px;
    font-weight: 400;
}

.slim-nav-item a:hover {
    color: #8e8e91;
    text-decoration: none;
}

.slim-nav-item .service_description p:first-child a:after {
    display: none;
}

.slim-nav-item p {
    font-style: italic;
    color: #187c83;
    font-size: 17px;
    line-height: 1.35;
}

.more-champlain p {
    padding-bottom: 15px;
}

.more-champlain a {
    color: #45474d;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-weight: 600;
    font-size: 15px;
    font-style: normal;
    line-height: 1.4;
    display: inline-block;
    transition: .3s color;
}


.more-champlain a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-left: 5px;
    position: relative;
    top: -1px;
    font-weight: 400;
}

.more-champlain a:hover {
    color: #8e8e91;
    text-decoration: none;
}

.more-champlain a.noarrow:after {
    content: "";
}

/* Champlain section */

.champlain-block {
    background: #f4f6f4;
    padding: 32px 0 60px;
}

.mainbodyarea .champlain-block h2 {
    font-weight: 800;
    font-size: 32px;
    color: #187c83;
    text-align: center;
    padding-bottom: 38px;
}

/* Event Widget */
#tribe-events-header {
    display: none;
}

.tribe-events-list .tribe-events-event-image img {
    max-width: 300px;
}

.tribe-events-adv-list-widget {}

.tribe-events-adv-list-widget .type-tribe_events,
.tribe-mini-calendar-list-wrapper .type-tribe_events {
    padding-left: 15px;
    padding-right: 15px;
}

.tribe-events-adv-list-widget .tribe-event-content {
    background: white;
    position: relative;
    border-bottom: 5px solid #e25d4e;
}


.tribe-events-adv-list-widget .post-type {
    color: #45474d;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .16em;
    text-transform: uppercase;
    padding: 25px 42px 10px;
}

.tribe-events-adv-list-widget h2 {
    padding: 0 42px 0 !important;
    text-align: left !important;
    font-size: 17px !important;
    color: #231f20 !important;
    font-family: 'PT Sans' !important;
    font-weight: 700 !important;
}

.tribe-events-adv-list-widget h2 a {
    color: #231f20;
}

.tribe-events-adv-list-widget h2 a:hover {
    color: #231f20;
    text-decoration: none;
}

.tribe-events-adv-list-widget p {
    padding: 0 42px 25px;
}

.tribe-events-adv-list-widget .tribe-events-event-meta {
    padding: 0 42px 10px;
    font-style: italic;
}

.tribe-events-adv-list-widget .tribe-event-content:after {
    content: '';
    position: absolute;
    right: -5px;
    top: 5px;
    bottom: -5px;
    width: 5px;
    background: #e25d4e;
}

.tribe-events-adv-list-widget .tribe-events-read-more {
    font-family: 'cooper';
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .15rem;
    border-radius: 0;
    background: #221f1c;
    color: white;
    text-align: center;
    display: block;
    padding: 10px;
    margin-bottom: 25px;
    margin-left: 42px;
    margin-right: 42px;
    width: calc(100% - 84px);
    transition: .3s background;
}

.tribe-events-adv-list-widget .tribe-events-read-more:hover {
    color: white;
    background: #403b37;
    text-decoration: none;
}

.tribe-events-adv-list-widget .tribe-events-widget-link {
    display: none;
}

.noevents {
    text-align: center;
}

/* Generic page styles*/

.mainbodyarea .pgtitle {
    padding: 0 0 20px;
}

/*.mainbodyarea.layout-full .pgtitle {
	padding-bottom: 50px;
}
*/
.mainbodyarea .pgtitle h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0 0 15px 0;
    text-transform: none;
}

.mainbodyarea .pgtitle h2 {
    font-family: 'cooper';
    font-weight: 600;
    margin: 0;
    padding: 0;
    letter-spacing: .08em;
}

.mainbodyarea h2 {
    font-family: 'cooper';
    font-weight: 700;
    margin: 0;
    padding: 0 0 5px 0;
    line-height: 1.4;
}

.mainbodyarea h3 {
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    padding: 5px 0 10px 0;
}

.mainbodyarea h4 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    padding: 3px 0 10px 0;
}

.mainbodyarea .lead {
    background: #b3e1e6;
    padding: 25px 25px 5px;
}

.mainbodyarea .lead h2 {
    color: #221f1c;
    font-family: 'Open Sans';
    font-weight: 800;
    font-size: 23px;
    margin: 0;
    padding-bottom: 10px;
}

.mainbodyarea .lead p {
    padding-bottom: 20px;
    margin: 0;
}


.mainbodyarea .lead p:last-of-type {
    padding: 0;
}

.mainbodyarea .lead .btn {
    font-family: 'cooper';
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .15rem;
    border-radius: 0;
    transition: .3s background;
    margin-bottom: 20px;
}

.mainbodyarea .lead .btn:hover {
    background: #403b37;
}

.mainbodyarea .lead .btn:after {
    content: "\f0da";
    font-family: 'FontAwesome';
    margin-left: 3px;
}

.home .mainbodyarea {
    padding-top: 0;
}

.advanced-sidebar-menu ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.advanced-sidebar-menu ul li {
    display: block;
}

.advanced-sidebar-menu ul li a {
    display: block;
    background: #bfe6ea;
    text-transform: uppercase;
    font-family: 'Cooper';
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .16em;
    color: #45474d;
    padding: 15px;
    border-bottom: 2px solid #c4e8ec;
    transition: .3s background;
}

.advanced-sidebar-menu ul li a:hover,
.advanced-sidebar-menu ul li a:focus,
.advanced-sidebar-menu ul li.current_page_item>a {
    background: #80cdd5;
    color: #45474d;
    text-decoration: none;
    border-bottom: 2px solid #c4e8ec;
}

.advanced-sidebar-menu ul li li a {
    border-bottom: 2px solid #c4e8ec;
    border-left: 2px solid #c4e8ec;
    border-right: 2px solid #c4e8ec;
    background: white;
    color: #187c83;
    text-transform: none;
    letter-spacing: .05em;
}

.left-sidebar>.sidebar-content:first-child {
    padding: 0;
}

#advanced_sidebar_menu-2 {
    padding: 20px 0 0;
}


/* footer styles */

.footer .gridbox {
    padding: 0px;
}

.footer-mid-right {
    padding-top: 15px;
    padding-left: 50px;
}

.border-bottom .col-md-12 {
    border-bottom: 1px solid #599da5;
}

.footer .social-media a {
    font-size: 25px;
    transition: .3s color;
    color: #45474d;
}

.footer .align-right {
    text-align: right;
}

.footer .social-media a:hover {
    color: #b6e6ec;
}

.footer p {
    color: white;
}

.copyright {
    text-align: right;
}

.footer .padding {
    padding: 15px;
}

.mobile-footer .social-media {
    margin-bottom: 15px;

}

/*Newsletter Page*/
#archiveList ul {
    list-style: none;
    margin-left: 0;
    padding-bottom: 0;
}

#archiveList ul li {
    margin-bottom: 10px;
}

#archiveList ul li a:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f0f6';
    padding-right: 8px;
    font-size: 18px;
}

.page-id-3551 .ctct-custom-form,
.page-id-3551 .ctct-custom-form h2 {
    padding-top: 0;
}

.page-id-3551 .newslettersignup .ctct-embed-signup {
    background: #cae8eb;
    padding: 20px 5px;
}

.page-id-3551 .newslettersignup .ctct-custom-form .ctct-form-required:before {
    display: none;
}

.page-id-3551 .newslettersignup .ctct-custom-form input[type="text"],
.page-id-3551 .newslettersignup .ctct-custom-form button.ctct-button {
    width: 97%;
}

.nationalnews .fl-post-feed-content p {
    padding: 0;
}

/*Beaver Builder*/
.fl-builder-pagination-load-more {
    padding-top: 0;
}

.epyt-gallery iframe {
    height: 350px !important;
}

.fl-node-5a30158a0d913 .fl-post-column:nth-child(3n + 1) {
    clear: initial !important;
}

/*footer newsletter*/
.ctct-custom-form p {
    margin: 0;
    margin-bottom: 0px !important;
    /*    display: inline-block;
    width: 32%;*/
}

.ctct-custom-form h2 {
    font-size: 22px;
    font-weight: 400;
    margin: 10px 0 15px 0 !important;
    font-family: 'cooper';

}

.ctct-custom-form button.ctct-button {
    color: white;
    background: #221f1c;
    text-decoration: none;
    text-transform: uppercase;
}

.newsletter-signup {
    background-color: #1a555d;
}

.mobile-footer .ctct-custom-form {
    padding-top: 20px;
    padding-bottom: 25px;
}

#success_message div {
    font-family: "cooper";
    text-align: center;
    font-size: 25px;
    padding: 40px 0 0;
    height: 324px;
}

/* form styles*/

.gform_body {
    max-width: 100% !important;
    margin: 0 auto !important;
    width: 570px !important;
    font-family: 'PT Sans';
}

.gform_wrapper .gsection {
    border-bottom: 2px solid #e8e8e9 !important;
    margin-bottom: 22px !important;
}

body .gform_body h2.gsection_title {
    color: #45474d !important;
    font-family: 'cooper' !important;
    font-weight: 600 !important;
    letter-spacing: .08em !important;
    font-size: 21px !important;
}

.gform_body .form-block {
    background: #f7f5f4;
    padding: 10px 30px 30px;
    margin-bottom: 50px;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 5px !important;
}

.gform_wrapper label {
    font-style: italic;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #187c83;
    letter-spacing: 0 !important;
}

.gform_wrapper label.gfield_label {
    color: #187c83;
    font-weight: 700 !important;
    font-size: 17px !important;
    margin: 0 !important;
    font-style: normal !important;
}

.gform_wrapper label .gfield_required {
    color: #187c83 !important;
}

.gform_wrapper input[type="text"] {
    background: white;
    border: 1px solid #dddbda;
    line-height: 40px;
    height: 40px;
    display: block;
    width: 100% !important;
}

.gform_wrapper select {
    background: white url('imgs/drop-arrow.png') no-repeat 97% center;
    border: 1px solid #dddbda;
    line-height: 40px;
    height: 40px;
    display: block;
    width: 100% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.gform_wrapper select::-ms-expand {
    display: none;
}

.gform_wrapper textarea {
    background: white;
    border: 1px solid #dddbda;
}

.gform_wrapper input[type="submit"] {
    width: 100%;
    max-width: 570px;
    margin: 0 auto 30px !important;
    font-family: 'cooper';
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: .15rem;
    border-radius: 0;
    background: #221f1c;
    display: block !important;
    padding: 12px 20px;
    width: 100% !important;
    border: 0;
    color: white;
    transition: .3s background;
}

.gform_wrapper input[type="submit"]:hover {
    background: #403b37;
}

.gform_wrapper input[type="text"].datepicker_with_icon {
    background: white url('imgs/calendar-icon.png') no-repeat 95% center;
}

.ginput_container_date img {
    display: none !important;
}

.ginput_container_time {
    width: calc((99.99% - 32px) / 3) !important;
    margin-right: 16px !important;
    float: left;
}

body .gform_wrapper .gfield_date_day input,
body .gform_wrapper .gfield_date_month input,
body .gform_wrapper .gfield_date_year input,
body .gform_wrapper .gfield_time_hour input,
body .gform_wrapper .gfield_time_minute input {
    width: 100% !important;
}

body .gfield_time_ampm {
    margin-right: 0 !important;
}

body .gfield_time_ampm select,
body .gform_wrapper.gf_browser_gecko .gfield_time_ampm select {
    width: 100% !important;
    max-width: 100% !important;
    background: white url('imgs/drop-arrow.png') no-repeat 90% center;
}


#gform_wrapper_4 #field_4_3 {
    float: left;
    width: calc((99.99% - 16px) / 2);
    margin-right: 16px;
    clear: none;
}

#gform_wrapper_4 #field_4_4 {
    float: left;
    width: calc((99.99% - 16px) / 2);
    clear: none;
}

#gform_wrapper_1 #field_1_4 {
    float: left;
    width: calc((99.99% - 16px) / 2);
    margin-right: 16px;
    clear: none;
}

#gform_wrapper_1 #field_1_6 {
    float: left;
    width: calc((99.99% - 16px) / 2);
    clear: none;
}

#gform_wrapper_1 #field_1_2 {
    float: left;
    width: 100%;
}

/*push captcha up*/
#gform_wrapper_4 #field_4_14,
#gform_1 #field_1_3 {
    margin-top: -40px;
}


#gform_wrapper_4 #field_4_10,
#gform_wrapper_4 #field_4_12 {
    float: left;
    width: calc((99.99% - 16px) / 2);
    margin-right: 16px;
    clear: none;
}

#gform_wrapper_4 #field_4_11,
#gform_wrapper_4 #field_4_13 {
    float: left;
    width: calc((99.99% - 16px) / 2);
    clear: none;
}

.gfield_time_hour i {
    display: none;
}

/* Patients Caregivers page */

.resource-layout .content-reference {
    margin-bottom: 30px;
}

.resource-layout .content-reference .image {
    height: 171px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.resource-layout .content-reference a {
    display: block;
    border-left: 5px solid #9ecc5c;
    background: #f4f6f4;
    padding: 22px 15px;
    color: #45474d;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-family: 'cooper';
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    line-height: 1.3;
    transition: .3s background;
    /*min-height: 75px;*/
}

.is-volunteer-page.resource-layout .content-reference a {
    border-left: 5px solid #698d3e;
}

.is-hospice-page.resource-layout .content-reference a {
    border-left: 5px solid #80b641;
}

.is-caregiver-page.resource-layout .content-reference a {
    border-left: 5px solid #9ecc5c;
}


.resource-layout .content-reference a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-left: 5px;
    position: relative;
    top: -1px;
    font-weight: 400;
}

.resource-layout .content-reference a:hover {
    background: #dfe2df;
    text-decoration: none;
}

.resource-layout .callouts {
    margin-top: -20px;
}

.resource-layout .callouts .gridbox {
    padding: 0 0 70px;
}

.resource-layout .callouts .service_description {
    background: #bfe6ea;
    padding-right: 30px;
    min-height: 340px;
}

.resource-layout .callouts .service_description img {
    float: left;
    max-width: 169px;
    margin-right: 30px;
}

.resource-layout .callouts .service_description .cover-left {
    background-position: center center;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 169px;
}

.resource-layout .callouts .service_description h2 {
    padding-bottom: 18px;
    padding-left: 190px;
    padding-top: 30px;
}

.resource-layout .callouts .service_description h2 a {
    letter-spacing: .023em;
    font-family: 'cooper';
    font-weight: 600;
    font-size: 22px;
    color: #45474d;
    transition: .3s color;
}

.resource-layout .callouts .service_description h2 a:hover {
    color: #8e8e91;
    text-decoration: none;
}

.resource-layout .callouts .service_description h2 a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-left: 5px;
    position: relative;
    top: -1px;
    font-weight: 400;
}

.resource-layout .callouts .service_description p {
    line-height: 1.3;
    padding-left: 190px;
}

.resource-layout .callouts .service_description p:last-child {
    padding-bottom: 40px;
}

/*News single 2*/
.news-single2 {
    position: relative;
}

.news-single2 .articlemain {
    position: relative;
}

.news-single2 h1 {
    color: #fff;
    position: absolute;
    top: -200px;
    width: 95%;
    line-height: 1;
    text-shadow: 0 0 1px #333, 0 1px 6px rgba(0, 0, 0, .47);
    /* text-align: center; */
    font-weight: 500 !important;
    font-size: 60px;
}

@media screen and (max-width: 1200px) {

    .news-single2 h1 {
        font-size: 45px;
    }

}

@media screen and (max-width: 767px) {

    .news-single2 h1 {
        font-size: 40px;
    }

    .mobile-menu-toggle {
        top: 0;
    }

}

@media screen and (max-width: 480px) {

    .news-single2 h1 {
        font-size: 35px;
    }

}

.news-single2 .news-area .featured-img {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 650px;
    position: absolute;
    top: 0;
    left: 0;
}

.news-single2 .news-area .featured-img:after {
    position: absolute;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    content: '\A';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

.news-single2 .news-contentarea {
    background-color: #fff;
    margin-top: 400px;
    padding: 20px;
    box-shadow: 0px 2px 52px rgba(0, 0, 0, .12);
    position: relative;
    min-height: 400px;
}

.news-single2 .news-cat {
    display: inline-block;
    padding-left: 5px;
}

.news-single2 .news-cat:after {
    content: ' / ';
}

.news-single2 .news-cat:last-child:after {
    content: '';
}

.news-single2 .news-cat:first-child {
    padding-left: 0;
}

.news-single2 .post-categories {
    text-align: right;
}

.news-single2 .news-header {
    display: block;
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEE;
    color: #666;
}

.news-single2 .news-header .news-date {
    padding: 0;
}

a.btn.more-news:hover {
    border: 2px solid black;
    color: black !important;
}

/*mobile menu */

.mobile-header {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    background: white;
    padding-top: 55px;
    z-index: 99999999;
    visibility: hidden;
    opacity: 0;
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: .3s opacity, 0s visibility .3s, .3s -webkit-transform;
    -moz-transition: .3s opacity, 0s visibility .3s, .3s -moz-transform;
    transition: .3s opacity, 0s visibility .3s, .3s transform;
}

.mobile-menu-is-active .mobile-header {
    opacity: 1;
    visibility: visible;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

.mobile-header {
    display: block;
}

.admin-bar .mobile-header {
    top: 45px;
}

.mobile-close {
    position: absolute;
    top: -51px;
    left: 11px;
    cursor: pointer;
}

.mobile-close:after {
    content: "\f00d";
    font-family: 'FontAwesome';
    color: #187c82;
    font-size: 19px;
    transition: .3s color;
}

.mobile-close:hover:after {
    color: #125c60;
}

.mobile-header .gridbox {
    padding: 0;
}

.mobile-header p {
    padding: 0;
}

.mobile-header .logo {
    padding: 0;
    display: block;
    margin: 0 auto 10px;
}

.mobile-header #header-1 .menu {
    padding: 0 45px;
}

.mobile-header #header-1 .menu li {
    text-align: left;
    display: block;
    margin-bottom: 27px;
    padding-right: 25px;
}

.mobile-header #header-1 li .drop-toggle {
    position: absolute;
    top: 0;
    right: 00px;
    color: #4d9196;
    padding: 0 10px;
    cursor: pointer;
}

.mobile-header #header-1 li .drop-toggle.is-active {
    transform: rotate(180deg);
}

.mobile-header #header-1 li .drop-toggle:after {
    content: '\f107';
    font-family: 'FontAwesome';
}

.mobile-header #header-1 .menu li a {
    display: inline-block;
    color: #45474d;
    font-family: 'cooper';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .08em;
    border-bottom: 3px solid transparent;
    padding: 0 0 2px 0;
    line-height: 1.4;
    transition: .3s border;
}

.mobile-header #header-1 .menu li a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-left: 5px;
    position: relative;
    top: -1px;
    font-weight: 400;
}

.mobile-header #header-1 .menu li a:hover,
.mobile-header #header-1 .menu li.current-menu-item>a {
    border-bottom: 3px solid #b6494c;
    text-decoration: none;
}

.mobile-header #header-1 .sub-menu {
    background: transparent;
    position: static;
    float: none;
    width: 100%;
    /*display: block;*/
    display: none;
}

.mobile-header #header-1 .sub-menu li {
    padding-left: 15px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.mobile-header #header-1 .sub-menu li a {
    font-size: 13px;
    padding: 0 !important;
}

.mobile-header #header-1 .sub-menu li a:after {
    display: none;
}


.mobile-header #nav-utility,
.mobile-header #nav-utility-fr {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}

.mobile-header #nav-utility ul,
.mobile-header #nav-utility-fr ul {
    list-style-type: none;
    padding: 0;
}

.mobile-header #nav-utility li,
.mobile-header #nav-utility-fr li {
    border-bottom: 1px solid #dfdfdf;
    text-align: left;
    position: relative;
}

.mobile-header #nav-utility li li,
.mobile-header #nav-utility-fr li li {
    border-bottom: 0 none;
}

.mobile-header #nav-utility li:last-child,
.mobile-header #nav-utility-fr li:last-child {
    border-bottom: 0;
}

.mobile-header #nav-utility li .drop-toggle,
.mobile-header #nav-utility-fr li .drop-toggle {
    position: absolute;
    top: 2px;
    right: 50px;
    color: #4d9196;
    padding: 10px;
    cursor: pointer;
}

.mobile-header #nav-utility li .drop-toggle.is-active,
.mobile-header #nav-utility-fr li .drop-toggle.is-active {
    transform: rotate(180deg);
}

.mobile-header #nav-utility li .drop-toggle:after,
.mobile-header #nav-utility-fr li .drop-toggle:after {
    content: '\f107';
    font-family: 'FontAwesome';
}


.mobile-header #nav-utility li a,
.mobile-header #nav-utility-fr li a {
    display: block;
    padding: 13px 70px 13px 60px;
    color: #187c82;
    font-family: 'cooper';
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    transition: .3s color;
}

.mobile-header #nav-utility li a:hover,
.mobile-header #nav-utility li.current-menu-item>a,
.mobile-header #nav-utility-fr li a:hover,
.mobile-header #nav-utility-fr li.current-menu-item>a {
    color: black;
    text-decoration: none;
}

.mobile-header #nav-utility li a br,
.mobile-header #nav-utility-fr li a br {
    display: none;
}

.mobile-header #nav-utility .sub-menu,
.mobile-header #nav-utility-fr .sub-menu {
    display: none;
    border-top: 1px solid #dfdfdf;
}

.mobile-header #nav-utility .sub-menu li a,
.mobile-header #nav-utility-fr .sub-menu li a {
    padding-left: 75px;
}

.mobile-header .mobile-secondary {
    background: #cae8eb;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    overflow: hidden;
    padding: 15px 30px;
}

.mobile-header .mobile-secondary br {
    display: none;
}

.mobile-header .mobile-secondary .social-media {
    float: left;
    width: 110px;
    margin-top: 0;
}

.mobile-header .mobile-secondary .widget_search {
    float: left;
    width: calc(100% - 110px);
    margin-top: 2px;
}

.mobile-header .mobile-secondary .social-media a {
    color: #45474d;
    font-size: 18px;
    transition: .3s color;
    padding: 10px 25px 0 0;
}

.mobile-header .mobile-secondary .social-media a:last-child {
    padding-right: 0;
}

.mobile-header .mobile-secondary .social-media a:hover {
    color: #61636b;
}

.mobile-header .mobile-secondary .widget_search input[type="text"] {
    border-radius: 30px;
    background: white;
    border: 1px solid #bfd4d5;
    padding: 0 12px;
    height: 24px;
    line-height: 24px;
    font-size: 11.46px;
    width: 100% !important;
    display: block;
    margin: 0 !important;
}

.mobile-header .mobile-secondary .widget_search input[type="submit"] {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal;
    color: white;
}

/*Happening page*/


.happening-filter {
    border: 1px solid #d1d2d3;
    color: #231f20;
    font-family: 'PT Sans';
    padding: 27px;
    margin-bottom: 50px;
}

.happening-filter h6 {
    font-size: 17px;
    font-family: 'PT Sans';
    float: left;
    margin: 6px 0 0 0;
    width: 140px;
}

.happening-filter form {
    float: left;
}

.happening-filter form ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.happening-filter form li {
    float: left;
    padding: 0;
}

.happening-filter ul li li {
    padding: 0;
}

.happening-filter select {
    background: white url('imgs/drop-arrow.png') no-repeat 96% center;
    padding: 0 5px;
    border: 1px solid #d1d2d3;
    font-size: 17px;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    height: 33px;
    line-height: 33px;
    margin-right: 15px;
    width: 220px;
}

.happening-filter select::-ms-expand {
    display: none;
}

.happening-filter input[type="text"] {
    background: #f1eeed;
    padding: 0 10px;
    border: 1px solid #d1d2d3;
    font-size: 17px;
    font-weight: 400;
    height: 33px;
    line-height: 33px;
    font-style: italic;
    margin-right: 15px;
    width: 210px;
}


.happening-section-title {
    margin-bottom: 10px;
}

.happening-section-title h2 {
    float: left;
    color: #45474d;
    letter-spacing: .08em;
}

.happening-section-title .toggles {
    float: right;
}

.happening-section-title .toggles span {
    cursor: pointer;
    opacity: .7;
    transition: .3s opacity;
    font-size: 15px;
}

.happening-section-title .toggles span:first-of-type {
    margin-right: 20px;
}

.happening-section-title .toggles span.is-active,
.happening-section-title .toggles span:hover {
    opacity: 1;
}

.whatshappening-row .col-md-4 {
    transition: .3s width;
}

.list-layout .whatshappening-row .col-md-4 {
    width: 100% !important;
}

.list-layout .happening-img {
    float: left;
    max-width: 300px;
}

.list-layout .happening-content {
    width: calc(99.99% - 300px);
    float: left;
}

.happening-item {
    background: #f4f4f4;
    position: relative;
    border-bottom: 5px solid #e25d4e;
    margin-bottom: 25px;
    border-left: 1px solid #f4dbd9;
}

.happening-item:before {
    content: '';
    position: absolute;
    right: -5px;
    top: 5px;
    bottom: -5px;
    width: 5px;
    background: #e25d4e;
}

.happening-img {
    position: relative;
}

.happening-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10px;
    background: rgba(203, 84, 72, .5);
    z-index: 1;
}

.happening-item .happening-content {
    padding: 25px 42px 25px;
}

.happening-item .post-categories {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.happening-item .post-categories a {
    color: #45474d;
    font-family: 'cooper';
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .16em;
    text-transform: uppercase;
    padding: 0 0 10px;
}

.happening-item .post-categories a:hover {
    text-decoration: none;
}

.happening-item .happening-content h2 {
    padding: 0 0 3px !important;
    text-align: left !important;
    font-size: 17px !important;
    color: #231f20 !important;
    font-family: 'PT Sans' !important;
    font-weight: 700 !important;
}

.happening-item .happening-content h2 a {
    color: #231f20;
}

.happening-item .happening-content h2 a:hover {
    color: #231f20;
    text-decoration: none;
}

.happening-item .happening-content p {
    padding: 0 0 25px;
    line-height: 1.3;
}

/*.happening-item .meta-content {
	padding: 0 0 10px;
	font-style: italic;
}*/

.happening-item .happening-content .btn {
    font-family: 'cooper';
    display: block;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .15rem;
    border-radius: 0;
    background: #221f1c;
    color: white;
    text-align: center;
    display: block;
    padding: 10px;
    width: 100%;
    transition: .3s background;
}

.happening-item .happening-content .btn:hover {
    color: white;
    background: #403b37;
    text-decoration: none;
}

.happening-item .happening-content .btn:after {
    content: "\f0da";
    font-family: 'FontAwesome';
    margin-left: 3px;
}

.happening-page-amount {
    float: right;
    clear: both;
    padding: 0;
}

/*.happening-pagination {
	margin-bottom: 10px;
}*/

.happening-pagination .nav-previous,
.happening-pagination .nav-next {
    background: none;
    color: #221f1c;
    font-family: 'cooper';
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
    float: right;
    clear: both;
}


.happening-pagination .nav-previous a,
.happening-pagination .nav-next a {
    color: #221f1c;
}

.happening-pagination .nav-previous a:hover,
.happening-pagination .nav-next a:hover {
    color: #221f1c;
    text-decoration: none;
}

.happening-pagination .nav-previous a:after,
.happening-pagination .nav-next a:after {
    content: "\f0da";
    font-family: 'FontAwesome';
    margin-left: 5px;
    font-size: 15px;
}

a.btn.btn-secondary {
    color: #157d85;
    display: inline-block;
    width: initial;
}

a.btn.btn-secondary:hover {
    color: #bfe6ea;
}

a.btn.btn-secondary {
    border-radius: 0;
    margin-top: 15px;
}

.news-contentarea {
    margin-bottom: 25px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 25px;
}

.news-contentarea:last-child {
    margin-bottom: 25px;
    border-bottom: 0px solid #DDD;
    padding-bottom: 25px;
}

/*Events page*/

.events-category-academic-rounds .academic-rounds-text {
    display: block;
}

.events-category-academic-rounds.is-past-academic-rounds .past-acedemic-rounds-link {
    display: none;
}

.academic-rounds-text {
    display: none;
}

.academic-rounds-text p {
    margin-top: 30px;
}

/*event calendar hovers
*/

#tribe-events-pg-template {
    margin: 0 auto;
    max-width: 1000px;
}

.tribe-events-tooltip .tribe-events-event-body {
    padding: 15px;
}

.tribe-events-tooltip .tribe-event-description p {
    font-size: 13px;
    padding: 0;
}

#tribe-events-content .tribe-events-tooltip h4 {
    font-size: 13px;
    line-height: 1.3;
    padding: 10px 15px;
}

.tribe-event-duration {
    font-size: 12px;
    padding-bottom: 5px;
}

.tribe-filters-open .tribe-events-filters-vertical+#tribe-events-content,
.tribe-filters-open .tribe-events-filters-vertical+.tribe-bar-disabled+#tribe-events-content {
    width: 100%;
    padding: 0 !important;
}

.single-tribe_events .tribe-events-event-image {
    max-width: 500px;
}

.tribe-events-tooltip .tribe-events-event-thumb {
    max-width: 100px;
    margin-right: 15px;
}

/* map pin styling */
.infoWindowContainer.infobox .infoWindow .infowindowContent {
    display: none;

}

.infowindowContent>p {
    font-size: 14px;
    padding: 0;
}

.legend {
    border: #EFEFEF 2px solid;
    padding: 10px;
    text-align: center;
}

.legend p {
    padding: 5px;
    display: inline-block;
    font-size: 14px;
    color: #444;
}

.legend p img {
    max-width: 20px;
}

/* 404 fixes */


.error404 .widget {
    float: none;
    width: 100%;
}

.error404 .entry-content {
    margin: 0 30px 20px;
}

/*  Portal Styles */

.portal-header {
    background: #cae8eb;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    padding-top: 25px;
}

.portal-logo {
    display: block;
    margin-bottom: 40px;
}

.topbtns {
    position: absolute;
    right: 30px;
    top: 0;
}

.backtosite {
    padding: 0 10px;
}

.topbtns .logout-link {
    display: inline-block;
}

.logout-link {
    font-family: 'cooper';
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    border-radius: 0;
    background: #187c83;
    display: block;
    color: white;
    padding: 10px 25px 9px;
    transition: .3s background;
}

.logout-link:hover {
    background: #166f75;
    color: white;
    text-decoration: none;
}

.logout-link:after {
    content: "\f0da";
    font-family: 'FontAwesome';
    margin-left: 3px;
}

.portal-header .menu {
    text-align: left;
    padding: 0;
}

.portal-header .menu:after {
    display: none;
}

.portal-header .menu li {
    margin-right: 6%;
}

.portal-header .menu li a {
    padding: 0 0 12px;
}

.portal-header .menu li a:hover,
.portal-header .menu li.current-menu-item>a {
    border-bottom: 10px solid #187c83;
    text-decoration: none;
}

.portal-header .menu li a::after {
    display: none;
}

.mobile-header .portal-menu {
    margin-top: 30px;
}

.mobile-header .portal-menu .menu {
    padding: 0 15px;
    margin: 0;
}

.mobile-header .portal-menu .menu li {
    text-align: left;
    display: block;
    margin-bottom: 15px;
    /*padding-right: 25px;*/
    position: relative;
}

.mobile-header .portal-menu li .drop-toggle {
    position: absolute;
    top: 0;
    right: 00px;
    color: #4d9196;
    padding: 0 10px;
    cursor: pointer;
}

.mobile-header .portal-menu li .drop-toggle.is-active {
    transform: rotate(180deg);
}

.mobile-header .portal-menu li .drop-toggle:after {
    content: '\f107';
    font-family: 'FontAwesome';
}

.mobile-header .portal-menu .menu li a {
    display: inline-block;
    color: #45474d;
    font-family: 'cooper';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .08em;
    border-bottom: 3px solid transparent;
    padding: 0 0 2px 0;
    line-height: 1.4;
    transition: .3s border;
}

/*.mobile-header .portal-menu .menu li a:after {
	content: "\f105";
	font-family: 'FontAwesome';
	margin-left: 5px;
	position: relative;
	top: -1px;
	font-weight: 400;
}*/

.mobile-header .portal-menu .menu li a:hover,
.mobile-header .portal-menu.menu li.current-menu-item>a {
    border-bottom: 3px solid #b6494c;
    text-decoration: none;
}

.mobile-header .portal-menu .sub-menu {
    background: transparent;
    position: static;
    float: none;
    width: 100%;
    /*display: block;*/
    display: none;
    margin: 0;
}

.mobile-header .portal-menu .sub-menu li {
    padding-left: 15px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.mobile-header .portal-menu .sub-menu li a {
    font-size: 13px;
    padding: 0 !important;
}

.mobile-header .portal-menu .sub-menu li a:after {
    display: none;
}

.is-bp-items,
.is-acp-items,
.is-bereavement-items {
    display: none !important;
}

.board-portal .is-bp-items,
.advanced-care-planning-portal .is-acp-items,
.bereavement .is-bereavement-items {
    display: inline-block !important;
}

/*social icons*/
.social-media a {
    background: #FFF;
    padding: 6px 11px;
    border-radius: 35px;
}

.social-media a.fb {
    color: #4267B2;
}

.social-media a.tw {
    color: #00ADC6;
}

.social-media a.yt {
    color: #FF0002;
}

/*flipbook*/
.fb-nav.mobile {
    display: inherit;
}

.footer a.yt {
    margin-left: 10px;
    margin-right: 10px;
}

@media all and (min-width: 751px) {

    .page-template-portal-php .mobile-header,
    .single-board-meetings .mobile-header {
        display: none !important;
    }

}

.fullclick {
    display: block;
}

#education-grid .fl-module-rich-text .fl-module-content {
    /*display: block;*/
    border-left: 5px solid #9ecc5c;
    background: #f4f6f4;
    padding: 10px 10px;



    transition: .3s background;
    /* min-height: 75px; */
    margin: 0px !important;
}

#education-grid .fl-col-content {
    padding: 0px 15px 30px 15px;
}

#education-grid .fl-module-rich-text .fl-module-content p,
#education-grid .fl-module-rich-text .fl-module-content a {
    color: #45474d;
    /*text-transform: uppercase;*/
    letter-spacing: .08em;
    font-family: 'cooper';
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    font-style: normal;
    padding: 15px 0 20px 0px;
    margin: 0;
}

/* New Homepage Slider Banner */
.home-text-slider .bx-viewport {
    background-image: url(/wp-content/uploads/2017/01/iStock-499210610-e1484099881225.jpg) !important;
    background-size: cover !important;
}

.bx-controls.bx-has-pager {
    text-align: center;
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    position: relative;
    bottom: unset;
    width: unset;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    display: inline-block;
    width: auto;
    right: unset;
    padding-top: 5px;
    margin-left: 5%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: center;
    width: auto;
    display: inline-block;
    /* bottom: -40px;*/
    padding: 0px;
    margin-left: 15px;
    vertical-align: middle;
    padding-bottom: 23px;
}

.fl-content-slider-navigation .fl-content-slider-svg-container {
    width: 50px;
    height: 50px;
}

/* Events nav*/

#tribe-events-content .tribe-events-sub-nav {
    line-height: normal;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

#tribe-events-content .tribe-events-sub-nav li {
    display: inline;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    zoom: 1;
}

#tribe-events-content .tribe-events-sub-nav .tribe-events-nav-previous {
    float: left;
    margin-right: 5px;
    text-align: left;
}

#tribe-events-content .tribe-events-sub-nav .tribe-events-nav-next {
    float: right;
    margin-left: 5px;
    text-align: right;
}

#tribe-events-content .tribe-events-sub-nav a {
    position: absolute;
    top: 22px;
    z-index: 9999;
}

#tribe-events-content .tribe-events-sub-nav .tribe-events-nav-next a {
    right: 0px;
}

/*Ed Day*/
.postid-3709 #tribe-events-pg-template .tribe-events-content h4 {
    font-family: 'PT Sans', sans-serif;
    color: #231f20;
    font-size: 17px;
}

.postid-3709 .uabb-adv-accordion-content {
    font-family: 'PT Sans', sans-serif;
    color: #231f20;
    font-size: 17px;
}

.postid-3709 .tribe-events-single-event-title,
.postid-3709 .tribe-events-schedule h2 {
    display: block;
    text-align: center;
}

.postid-3709 .uabb-adv-accordion-button {
    padding-top: 20px;
    padding-bottom: 20px;
}

.postid-3709 .uabb-adv-accordion-item {
    margin-bottom: 0px;
}

.schedsingleitem h4 {
    margin: 20px 0;
}

span.schedtime {
    min-width: 120px;
    display: inline-block;
}

@media all and (max-width: 750px) {

    .portal-header {
        padding-bottom: 25px;
        box-shadow: none;
        border-bottom: 1px solid #cbcbcb;
        position: relative;
    }

    .portal-logo {
        display: block;
        margin: 0 auto;
        max-width: 190px;
    }

    .portal-header .portal-menu {
        display: none;
    }

    .logout-link {
        top: -40px;
        right: 15px;
        padding: 8px 10px 7px;
        font-size: 10px;
        z-index: 2;
    }

    .portal-header .logout-link {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .board-portal .is-bp-items,
    .advanced-care-planning-portal .is-acp-items,
    .bereavement .is-bereavement-items {
        display: block !important;
    }

    .page-template-portal-php .topbtns,
    .single-board-meetings .topbtns {
        right: 10px;
        top: -15px;
    }

}

@media all and (max-width: 1199px) {

    .happening-filter {
        padding: 23px 27px 12px;
    }

    .happening-filter h6 {
        margin: 0 0 15px;
        float: none;
    }

    .happening-filter select,
    .happening-filter input[type="text"] {
        width: 100%;
        float: none;
        margin: 0 0 15px;
    }

    .happening-filter form {
        float: none;
    }

    .happening-filter form li {
        display: block;
        float: none;
    }

    .happening-filter form li label {
        display: block;
    }

    .ctct-custom-form {
        min-width: 0px !important;
    }

}

@media all and (max-width: 991px) {

    .tribe-events-adv-list-widget .tribe-event-content {
        margin-bottom: 20px;
    }

    .resource-layout .callouts .gridbox-item {
        margin-bottom: 30px;
    }

    .resource-layout .callouts .service_description .cover-left {
        height: 173px;
        bottom: auto;
        right: 15px;
        left: 15px;
        width: auto;
    }

    .resource-layout .callouts .service_description {
        padding: 0 30px;
    }

    .resource-layout .callouts .service_description h2 {
        padding: 200px 0 10px;
        font-size: 17px;
    }

    .resource-layout .callouts .service_description p {
        padding: 0 0 25px;
        font-size: 15px;
    }

}

@media all and (max-width: 800px) {
    ul.tribe-events-sub-nav {
        display: block;
        clear: both;
        margin: 20px 0 40px !important;
    }

    #tribe-events-content .tribe-events-sub-nav a {
        position: static;
        top: 22px;
        z-index: 9999;
    }
}

@media all and (max-width: 615px) {

    .fl-builder-content-5114 #nav_menu-7,
    .fl-builder-content-5114 #search-2,
    .fl-builder-content-7857 #nav_menu-6,
    .fl-builder-content-7857 #search-2 {
        display: none;
    }

    .header-utility {
        border-bottom: 1px solid #cbcbcb;
        padding: 0;
    }

    .header-utility #nav-utility,
    .header-utility #nav-utility-fr {
        display: none;
    }

    .header-utility .logo {
        max-width: 200px;
        display: block;
        margin: 0;
    }

    .mobile-menu-toggle {
        display: block;
    }

    #nav_menu-7,
    #nav_menu-6 {
        margin-top: 4px;
    }

    .static-banner .item {
        display: none;
    }

    .static-banner {
        min-height: initial;
    }

    .static-banner .row {
        margin: 0 !important;
    }

    .static-banner .col-lg-12 {
        padding: 0 !important;
    }

    .static-banner .banner-content,
    .home-text-slider .fl-slide-content {
        border-left: 20px solid rgba(117, 188, 196, 0.6);
        margin: 0;
        max-width: 100%;
        width: 100%;
    }

    .static-banner .banner-content h1,
    .home-text-slider h1 {
        font-size: 25px;
    }

    .static-banner .banner-content h2,
    .home-text-slider h2 {
        font-size: 11px;
    }

    .static-banner .banner-content p,
    .home-text-slider p {
        font-size: 10px;
    }

    .static-banner .mobile-item {
        height: 140px;
        background-size: cover;
        background-position: center center;
    }

    .home-intro {
        padding-bottom: 10px;
    }

    .mainbodyarea .home-intro h2 {
        font-size: 19px;
    }

    .mainbodyarea .home-intro p {
        font-size: 16px;
    }

    .slim-nav-item .service_description {
        overflow: hidden;
    }

    .slim-nav-item img {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        max-width: 120px;
        clear: left;
    }

    .slim-nav-item p {
        padding-bottom: 5px;
    }

    .greencallout .gridbox {
        padding: 0;
    }

    .greencallout .service_description {
        padding: 25px;
    }

    .greencallout h2,
    .mainbodyarea .greencallout h2 {
        font-size: 20px;
        padding-bottom: 8px;
    }

    .greencallout .btn {
        font-size: 12px;
        font-weight: 800;
    }

    .champlain-block {
        padding: 15px 0 20px;
    }

    .mainbodyarea .champlain-block h2 {
        font-size: 20px;
    }

    .mainbodyarea .pgtitle {
        padding: 0 0 10px;
    }

    .mainbodyarea .pgtitle h1 {
        font-size: 25px;
    }

    .mainbodyarea .pgtitle h2 {
        font-size: 15px;
    }

    .footer .align-right {
        display: none;
    }

}

@media print {

    /* print styles go here */
    a[href]:after {
        display: none;
    }

    .header-top {
        display: none;
    }

    .header-utility .col-md-6:first-child {
        width: 100%;
        text-align: center;
    }

    .header-utility .col-md-6:last-child {
        display: none;
        text-align: center;
    }

    .header-menu {
        display: none;
    }

    .tribe-events-back,
    .tribe-events-sub-nav {
        display: none;
    }

    .footer {
        display: none;
    }

    .tribe-events-cal-links {
        display: none;
    }

    img.logo {
        width: 100%;
        max-width: 350px !important;
    }

    .header-utility {
        padding-bottom: 10px;
        border: 0;
    }

    .fa-print {
        display: none;
    }

    #post-3709 .uabb-adv-accordion-button-icon {
        display: none;
    }

    #post-3709 .fl-node-5aa1ca1a1ba0c div.fl-node-content {
        display: none;
    }

    #post-3709 .fl-node-5aa1f2235b3dd {
        display: none;
    }

    #post-3709 .fl-node-5aa1f26a45da7 {
        display: none;
    }

    #post-3709 .fl-node-5a99cf4a73095 {
        display: none;
    }

    #post-3709 .fl-node-5aa1f22350ac2 {
        display: none;
    }

    #post-3709 .fl-node-5aa1f9952ebf4 .fl-row-content-wrap {
        padding: 0;
    }

    #post-3709 .uabb-adv-accordion-content {
        display: block;
        border: 1px solid #CCC;
        border-top: none;
    }

    .postid-3709 .uabb-adv-accordion-button {
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid #CCC;
        display: block;
    }

    .schedsingleitem h4 {
        margin: 0 !important;
        padding: 10px 15px;
        border: 1px solid #CCC;
    }

    .schedsingleitem .fl-module-content.fl-node-content {
        margin: 20px 10px 0 20px;
    }
}


/* map syling */

.ft-mapSearch {
    display: none !important;
}

#map {
    height: calc(100vh - 500px);
    max-height: 1000px;
    min-height: 560px;
}

#map .ft-mapSearch {
    display: block !important;
}

.map-container {
    position: relative;
}

/* .ft-mapFilter {
    position: absolute;
    z-index: 20;
    top: 20px;
    left: 375px;
} */

.ft-mapFilter__btn {
    display: none;
    height: 46px;
    width: 46px;
    background: #d14f3d url('imgs/filter.svg') no-repeat center center / 15px 15px;
    border-radius: 3px;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .07);
    transition: .3s background;
}

.ft-mapFilter__btn:hover {
    background-color: #b23726;
}

.ft-mapFilter__filters {
    position: absolute;
    z-index: 20;
    left: 2%;
    top: 84px;
    width: 188px;
    background: rgba(255, 255, 255, .9);
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    padding: 25px 25px 30px;
    /* visibility: hidden;
    opacity: 0;
    transform: scale(.9);
    transition: .3s opacity, 0s visibility .3s, .3s transform; */
}


.ft-mapFilter--active .ft-mapFilter__filters {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition-delay: 0s;
}



.ft-mapFilter__filters> :last-child {
    margin-bottom: 0;
}

.ft-mapFilter__filter {
    margin-bottom: 20px;
}

.ft-mapFilter .ft-mapFilter__pin {
    max-width: 20px;
    margin: 0 5px 0 0;
    display: block;
}

.ft-mapFilter__filter input {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.ft-mapFilter__filter label {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: helvetica;
    font-size: 12px;
    user-select: none;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 24px;
    color: black;
}

.ft-mapFilter__filter label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #979797;
    display: block;
    transition: .3s background, .3s border;
}

.ft-mapFilter__filter label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    margin-right: 10px;
    background: #157d85;
    opacity: 0;
    transition: .3s opacity;
    ;
}

.ft-mapFilter__filter input:checked+label:after {
    opacity: 1;
}

.ft-mapFilter__filter input:checked+label:before {
    border: 1px solid #157d85;
}

.ft-mapFilter h4 {
    padding: 0 0px 4px 0;
    border-bottom: 1px solid #d2d2d2;
    font-size: 14px;
    font-weight: 400;
    color: #939393;
    margin-bottom: 20px;
    font-family: Helvetica;
}



.map-container .ft-mapSearch {
    max-width: 350px;
    border-radius: 3px;
    border: 1px solid #d2d2d2;
    height: 46px;
    padding: 0 15px;
    line-height: 46px;
    font-size: 15px;
    color: #939393;
    margin: 0;
    left: 2% !important;
    top: 20px !important;
    font-weight: 400;
    background: white url('imgs/search-icon.svg') no-repeat calc(100% - 13px) center / 18px 18px;
    transform-origin: top left;
    /* transition: .3s box-shadow, .3s border ; */
}

.ft-mapFilter__close {
    position: absolute;
    top: calc(100% - 1px);
    left: 20px;
    padding: 5px 10px;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: white;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #656565;
    display: none;
}

.ft-mapFilter__close span {
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.map-container .ft-mapSearch::placeholder {
    color: #656565;
}

.map-container .ft-mapSearch:focus {
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
}

.gm-style .gm-style-iw-c {
    padding: 0 !important;
    ;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.1) !important;
}

.gm-style .gm-style-iw-c .gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
}

.map-tooltip {
    width: 230px;
}

.map-tooltip__main {
    padding: 16px 16px 0;
}

.map-tooltip .type {
    display: block;
    color: #575757;
    ;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 7px;
    margin-bottom: 5px;
    font-size: 9px;
}

.map-tooltip h3 {
    margin-top: 0;
    font-size: 16px;
    color: black;
    font-weight: 700;
    font-family: Helvetica;
    text-transform: none;
}

.map-tooltip__content {
    display: flex;
    max-height: 120px;
    overflow-y: auto;
    overflow-y: overlay;
}

.map-tooltip__img {
    margin-right: 18px;
    margin-bottom: 10px;
    flex-shrink: 0;
    width: 85px;
}


.map-tooltip img {
    display: block;
    border-radius: 6px;
}

.map-tooltip__address {
    margin-top: 0;
}

.map-tooltip p {
    font-size: 13px;
    padding-bottom: 6px;
}

.map-tooltip__actions {
    display: flex;
    border-top: 1px solid #ececec;
}

.map-tooltip__action {
    flex-grow: 1;
    width: 100%;
    border-right: 1px solid #ececec;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    padding: 10px;
    outline: none;
    cursor: pointer;
    outline: none;
}

.map-tooltip__action span {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 10px;
    background: #0b7c8e;
    background-position: center center;
    background-size: 17px 17px;
    background-repeat: no-repeat;
    transition: .3s background;
}

.map-tooltip__action--directions span {
    background-image: url('imgs/directions-icon.svg');
}

.map-tooltip__action--phone span {
    background-image: url('imgs/phone-icon.svg');
}

.map-tooltip__action--website span {
    background-image: url('imgs/network-icon.svg');
}

.map-tooltip__action:last-child {
    border-right: 0;
}

.map-tooltip__action:hover span {
    background-color: #6e1f28;
}

@media screen and (max-width: 600px) {
    .map-tooltip h3 {
        font-size: 16px;
    }

    .map-tooltip .type {
        font-size: 8px;
    }

    .map-tooltip__img {
        max-width: 50px;
    }

    .map-tooltip p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .map-tooltip__actions {
        margin-top: 10px;
    }

    .map-tooltip__action {
        font-size: 11px;
    }

    .map-tooltip__action span {
        display: block;
        width: 32px;
        height: 32px;
        background-size: 15px 15px;
        margin-bottom: 5px;
    }



}


.list-container {
    padding: 20px 0;
}

.ft-mapList {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.ft-mapList__item {
    width: calc(99.99% / 3);
    padding: 20px;
    border: 1px solid #ececec;
}

.ft-mapList__item h3 {
    margin-top: 0;
}

.ft-mapList__item :last-child {
    margin-bottom: 0;
}

.ft-mapList__type {
    display: block;
    color: #656565;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 10px;
    margin-bottom: 5px;
}

.ft-mapList__itemAddress span {
    display: block;
}

.gm-style .gm-style-iw-c {
    margin-top: 60px !important;
}

.gm-style .gm-style-iw-t::after {
    display: none !important;

}

@media screen and (max-width: 920px) {

    .map-tooltip {
        min-width: 1px;
    }

    .ft-mapFilter__filters {
        display: block;
        position: static;
        width: 100%;
        padding: 13px 20px 22px;
        border-radius: none;
        border-left: none;
        border-right: none;
    }

    .ft-mapFilter h4 {
        padding: 0 10px 6px 10px;
        font-size: 12px;
        margin-bottom: 16px;
    }

    .ft-mapFilter__filter {
        margin-bottom: 11px;
    }

    .map-container {
        display: flex;
        flex-direction: column-reverse;
    }

    #map {
        height: 560px;
    }

    .map-container .ft-mapSearch {
        max-width: calc(100% - 4%);
        right: 2% !important;
        width: calc(100% - 4%);
    }

}

.homepage-signup .ctct-form-header {
    display: none;
}

.homepage-signup .ctct-form-defaults {
    background: none !important;
    padding: 0 !important;
}

.homepage-signup .ctct-gdpr-text {
    padding-bottom: 0 !important;
}

.wpml-ls-statics-post_translations {
    max-width: 1170px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.mobilelogo .sub-menu {
    padding: 0;
    margin: 0;
}

.mobilelogo .sub-menu li {
    padding: 7px 15px 0 25px;
}

.mobilelogo #menu-main-menu-francais {
    margin: 0;
}

.fixed-width-820 .container,
.homebanner .container {
    max-width: 820px;
    margin: auto;
}

.fixed-width-960 .container {
    max-width: 960px;
    margin: auto;
}

.fixed-width-620 .container {
    max-width: 620px;
    margin: auto;
}

.pt-1 .container,
.pt-1.gridbox-text .service_description {
    padding-top: 100px;
}

.pb-1 .container,
.pb-1.gridbox-text .service_description {
    padding-bottom: 100px;
}

.pt-2 .container,
.pt-2.gridbox-text .service_description {
    padding-top: 80px;
}

.pb-2 .container,
.pb-2.gridbox-text .service_description {
    padding-bottom: 80px;
}

.pt-3 .container,
.pt-3.gridbox-text .service_description {
    padding-top: 60px;
}

.pb-3 .container,
.pb-3.gridbox-text .service_description {
    padding-bottom: 60px;
}

.pt-4 .container,
.pt-4.gridbox-text .service_description,
.pt-4.gridbox-item .service_description {
    padding-top: 40px;
}

.pb-4 .container,
.pb-4.gridbox-text .service_description {
    padding-bottom: 40px;
}

.pt-5 .container,
.pt-5.gridbox-text .service_description {
    padding-top: 20px;
}

.pb-5 .container,
.pb-5.gridbox-text .service_description {
    padding-bottom: 20px;
}

.pt-1 .gridbox,
.pt-2 .gridbox,
.pt-3 .gridbox,
.pt-4 .gridbox,
.pt-5 .gridbox {
    padding-top: 0;
}

.pb-1 .gridbox,
.pb-2 .gridbox,
.pb-3 .gridbox,
.pb-4 .gridbox,
.pb-5 .gridbox {
    padding-bottom: 0;
}

.min-height-634,
.min-height-634 .gridbox {
    min-height: 634px !important;
}

.homebanner {
    background-position: center 40%;
}

.aboutbanner,
.bannertop {
    background-position: center top;
}

.inquirybanner,
.contactbanner {
    background-position: center 80%;
}

.agorabanner {
    background-position: center 95%;
}

.bannerbottom {
    background-position: center bottom;
}

.homebanner,
.homebanner .gridbox {
    min-height: 200px !important;
}

.subpagebanner,
.subpagebanner .gridbox {
    min-height: 200px !important;
}

.min-height-634 img,
.subpagebanner img {
    max-width: 500px;
    margin: auto;
}

@media only screen and (max-width: 992px) {
    .nav-links {
        grid-template-columns: 1fr !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    .post-content {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .fixed-width-820.min-height-634.large-body-text p {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }

    .galllery_cols_4 {
        grid-template-columns: 1fr 1fr 1fr !important;
    }

    h1 {
        font-size: 44px !important;
    }

    .title {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .pt-1 .container,
    .pt-2 .container,
    .pt-2.gridbox-text .service_description,
    .pt-1.gridbox-text .service_description {
        padding-top: 60px;
    }

    .pb-1 .container,
    .pb-2 .container,
    .pb-2.gridbox-text .service_description,
    .pb-1.gridbox-text .service_description {
        padding-bottom: 60px;
    }

    .header.mobile,
    .header.mobile .mobile,
    .header.mobile .mobile .mobile-menu-toggle {
        display: block;
    }

    .header.mobile {
        text-align: left;
    }

    .header.hide-mobile,
    .header.container-hide-mobile {
        display: none;
    }

    img.logo {
        position: static;
        max-width: 450px;
        float: none;
    }

    .agora-posts,
    .resource-list,
    .alm-ajax.agora-posts .alm-reveal {
        grid-template-columns: 1fr 1fr !important;
    }

    .our-mission .gridbox-text {
        display: flex;
    }

    .mission-image .service_description {
        padding: 20px 0 0 !important;
    }

    .socials {
        padding-right: 60px !important;
    }

    .sectiontitle {
        padding-bottom: 30px !important;
    }

    #menu-main-menu>li,
    #menu-main-menu-french>li {
        float: none;
    }
}

@media screen and (max-width: 1200px) {

    .pt-1 .container,
    .pt-2 .container {
        padding-top: 60px;
    }

    .pb-1 .container,
    .pb-2 .container {
        padding-bottom: 60px;
    }

    .min-height-634,
    .min-height-634 .gridbox,
    .homebanner,
    .homebanner .gridbox {
        min-height: 400px !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .boxbanner .wrapped {
        min-height: 0 !important;
    }

    #menu-main-menu>li {
        float: none;
    }

    nav.main-menu a,
    nav.main-menu-french a {
        font-size: 20px;
        line-height: 44px !important;
        font-weight: bold;
    }

}

@media screen and (max-width: 767px) {

    .pt-1 .container,
    .pt-2 .container,
    .pt-3 .container,
    .pt-4 .container,
    .pt-4.gridbox-text.gridbox-text .service_description,
    .pt-3 .service_description,
    .pt-2.gridbox-text .service_description,
    .pt-1.gridbox-text .service_description,
    .pt-4.gridbox-item .service_description {
        padding-top: 20px;
    }

    .pb-1 .container,
    .pb-2 .container,
    .pb-3 .container,
    .pb-4 .container,
    .pb-4.gridbox-text .service_description,
    .pb-3.gridbox-text .service_description,
    .pb-2.gridbox-text .service_description,
    .pb-1.gridbox-text .service_description {
        padding-bottom: 20px;
    }

    .min-height-634 img,
    .subpagebanner img {
        max-width: 100% !important;
    }

    .min-height-634,
    .min-height-634 .gridbox,
    .homebanner,
    .homebanner .gridbox {
        min-height: 0 !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }

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

    .single-post .pglinks {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .agora-posts,
    .resource-list,
    .alm-ajax.agora-posts .alm-reveal {
        grid-template-columns: 1fr !important;
    }

    .resource img {
        margin: auto auto 10px auto;
    }

    .fixed-width-820.min-height-634.large-body-text p {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .galllery_cols_4,
    .galllery_cols_3 {
        grid-template-columns: 1fr 1fr !important;
    }

    h1 {
        font-size: 32px !important;
    }

    .large-body-text p {
        font-size: 20px !important;
    }

    .footer-right-col p:nth-child(2) {
        padding-bottom: 20px !important;
        padding-top: 0 !important;
    }

    .title {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .subpagebanner,
    .subpagebanner .gridbox {
        min-height: 200px !important;
    }

    .resource-list {
        gap: 40px 20px !important;
        padding-bottom: 20px;
    }

    #be-slider-8642,
    #be-slider-8663,
    #be-slider-8900,
    #be-slider-8902 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }


    .socials .outline-btn a {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    img.logo {
        position: static;
        max-width: 250px !important;
        float: none;
    }

    .large-body-text h2 {
        font-size: 30px !important;
        line-height: 36px !important;
    }

    .our-mission .gridbox-text {
        display: block !important;
    }

    .resource img {
        display: flex;
    }

    .slider-container p .testimonial-content {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .sectiontitle {
        padding-bottom: 30px !important;
    }

    .social-impact-logo p {
        padding-bottom: 0 !important;
    }

    .video-box .container {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .video-box.boxbanner,
    .video-box.boxbanner .wrapped .gridbox {
        min-height: 0 !important;
    }

    .inquiry-main-body .service_description,
    .larger-body-text .service_description {
        padding-bottom: 0 !important;
    }

    .socials {
        padding-right: 20px !important;
    }

}

#be-slider-8642,
#be-slider-8663,
#be-slider-8900,
#be-slider-8902 {
    background-image: url('/wp-content/uploads/2022/05/testimonial-bg-scaled.jpg');
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.inquiry-resources {
    background: transparent linear-gradient(130deg, #5E56A5 0%, #5275B6 31%, #34C3E0 100%) 0% 0% no-repeat padding-box;
}

.single-post .post-content,
.single-post .post-navigation {
    max-width: 820px;
    margin: auto;
}

.arrow-nav {
    display: flex;
    align-items: center;
    color: black;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
}

.title {
    font-size: 30px;
    font-weight: bold;
    line-height: 38px;
    color: rgb(94, 86, 165);
}

.nav-links a:hover .title {
    color: #34c3e0;
}

.arrow-nav-next {
    display: flex;
    justify-content: end;
}

.nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.nav-next {
    text-align: right;
}

.post-content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.single-post .entry-title {
    font-size: 30px !important;
    color: #5e56a5 !important;
    text-transform: none !important;
    font-weight: 700 !important;
}

.single-post .pglinks {
    background: rgba(52, 195, 224, 0.14);
    padding-top: 60px;
    padding-bottom: 60px;
}

.alm-ajax.agora-posts {
    display: block !important;
}

.agora-posts,
.resource-list,
.alm-ajax.agora-posts .alm-reveal {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.resource-list {
    gap: 40px;
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free" !important;
}

.resource img {
    max-width: 200px;
    margin-bottom: 24px;
}

.resource h3 {
    font-size: 22px;
    line-height: 26px;
    color: rgb(94, 86, 165);
    text-transform: none !important;
}

.resource-btn {
    margin-top: 10px;
}


.resource {
    font-size: 16px;
    line-height: 23.2px;
}

.resource-btn a {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    border: 3px solid #5E56A5;
    border-radius: 24px;
    background: transparent;
    color: #5E56A5;
    padding: 12px 24px;
    display: inline-block;
    text-align: center;
}

.resource-btn a:hover {
    color: white;
    background: #5E56A5;
}

h1 {
    font-weight: 300 !important;
    font-size: 40px;
    color: #FCBA4D !important;
    line-height: 1.4 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #5e56a5;
    line-height: 1.4;
    font-weight: 700;
}

.large-body-text h2 {
    font-size: 36px;
    line-height: 42px;
}

.large-body-text p {
    font-size: 26px;
    line-height: 36px;
}

.larger-body-text p,
.larger-body-text div {
    font-size: 18px;
}

.sectiontitle {
    padding-bottom: 70px;
}

.sectiontitle h2:after,
.sectiontitle h1:after {
    content: '';
    border-bottom: 3px solid #34c3e0;
    z-index: 5;
    width: 80px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -30px;
    position: absolute;
}

.sectiontitle h1:after {
    width: 50px;
}

.outline-btn a,
.yellow-filled-btn a,
.white-outline-btn a,
#searchsubmit {
    font-weight: 700;
    font-size: 16px !important;
    line-height: 16px !important;
    border: 3px solid #5E56A5;
    border-radius: 24px;
    background: transparent;
    color: #5E56A5;
    padding: 12px 33px;
    display: inline-block;
}

.alm-0 .alm-load-more-btn {
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 16px !important;
    border: 3px solid #5E56A5 !important;
    border-radius: 24px !important;
    background: transparent !important;
    color: #5E56A5 !important;
    padding: 12px 33px !important;
    text-transform: uppercase !important;
}

.alm-0 .alm-load-more-btn:hover,
.alm-0 .alm-load-more-btn:focus {
    color: white !important;
    background: #5E56A5 !important;
}

.alm-0 .alm-load-more-btn:before {
    display: none !important;
}

.alm-0 .alm-load-more-btn.done {
    display: none;
}

.outline-btn a:hover,
.outline-btn a:focus,
#searchsubmit:hover,
#searchsubmit:focus {
    color: white;
    background: #5E56A5;
}

.yellow-filled-btn a {
    border: 3px solid #fdba4d;
    background: #fdba4d;
    color: black;
}

.yellow-filled-btn a:hover,
.yellow-filled-btn a:focus {
    border: 3px solid #34c3e0;
    background: #34c3e0;
    color: black;
}

.fixed-width-820.min-height-634.large-body-text p {
    margin-right: 164px;
    margin-left: 164px;
}

a {
    color: #5e56a5;
}

a:hover,
a:focus {
    color: #34c3e0;
    text-decoration: none;
}

.agora-post h3 {
    text-transform: none;
    font-size: 20px;
    line-height: 30px;
}

.agora-post strong {
    font-weight: 600;
    font-size: 12px;
    line-height: 30px;
}

.single-result strong {
    font-weight: 600;
    font-size: 16px;
    line-height: 22.4px;
}

.white-outline-btn a,
.inquiry .resource-btn a {
    border: 3px solid white;
    color: white;
}


.white-outline-btn a:hover,
.inquiry .resource-btn a:hover,
.white-outline-btn a:focus,
.inquiry .resource-btn a:focus {
    background: white;
    color: black;
}

.resources .resource-btn a {
    border: 3px solid #fdba4d;
    color: white;
    color: #fdba4d;
}

.resources .resource-btn a:hover {
    background: #fdba4d;
    color: black;
}

.resources h2,
.resources .resource h3 a {
    color: #fdba4d;
}

.resources .resource h3 a:hover {
    color: #34c3e0;
}

.partner-gallery {
    display: grid;
    gap: 20px;
}

.galllery_cols_4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.galllery_cols_3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.galllery_cols_2 {
    grid-template-columns: 1fr 1fr;
}

.galllery_cols_1 {
    grid-template-columns: 1fr;
}

.footer-copy p {
    font-size: 13px;
    line-height: 19px;
    font-weight: 700;
}

.footer-right-col p:nth-child(2) {
    padding-bottom: 40px;
    padding-top: 20px;
}

.footer-menu p {
    font-size: 18px;
    line-height: 24px;
}

.footer-menu a:hover {
    color: #fdba4d;
}

.mission-image .service_description {
    padding: 20px;
}

.mission-text h3 {
    text-transform: none;
    padding-bottom: 40px;
    font-size: 36px;
    line-height: 42px;
}

.mission-text p {
    font-size: 18px;
}

.slider-container p,
.slider-container .person {
    color: black !important;
}

.slider-container .testimonial-content p {
    color: #5e56a5 !important;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}

.innovation-banner h1 {
    color: white !important;
}

.innovation-banner h1 span {
    color: #FCBA4D !important;
}

.contact-item {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.contact-item img {
    width: 24px !important;
}

.larger-body-text .contact-item,
.larger-body-text.socials p,
.larger-body-text.agora-content p {
    font-size: 20px !important;
    line-height: 30px !important;
}

.socials a {
    margin-top: 20px;
    margin-bottom: 20px;
}

.alm-0 .alm-btn-wrap {
    padding: 40px 0 20px 0;
    margin: 0;
}

#wpadminbar .ab-icon,
#wpadminbar .ab-item:before,
#wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon,
.wp-admin-bar-arrow {
    font: normal 20px/1 dashicons !important;
}

.innovation-banner {
    overflow-x: clip;
}

.innovation-img img {
    position: absolute;
    right: 0;
    z-index: 2;
    top: -250px;
    max-width: 400px;
}

@media all and (max-width: 992px) {
    .innovation-img {
        display: none;
    }

    .below-banner .container {
        padding-right: 20px !important;
    }
}

@media all and (min-width: 1350px) and (max-width: 1450px) {
    .innovation-img img {
        width: 360px !important;
        top: -230px !important;
    }
}

@media all and (min-width: 1250px) and (max-width: 1350px) {
    .innovation-img img {
        width: 340px !important;
        top: -210px !important;
    }
}

@media all and (min-width: 1150px) and (max-width: 1250px) {
    .innovation-img img {
        width: 320px !important;
        top: -200px !important;
    }
}

@media all and (min-width: 1050px) and (max-width: 1150px) {
    .innovation-img img {
        width: 300px !important;
        top: -190px !important;
    }
}


@media all and (min-width: 992px) and (max-width: 1050px) {
    .innovation-img img {
        width: 280px !important;
        top: -180px !important;
    }
}

.innovation-circle .gridbox {
    padding: 0 !important;
}

.innovation-img p {
    padding: 0 !important
}

.below-banner .container {
    padding-right: 9%;
}

.owl-dot.active span {
    opacity: 1 !important;
}

.owl-dot span:hover {
    opacity: 0.5;
    padding: 8px;
}

.owl-dot span {
    background: #5e56a5 !important;
    border: 1px solid #5e56a5 !important;
    opacity: 0.2;
    padding: 8px;
}

.owl-dot:not(:last-child) {
    margin-right: 8px;
}

.socials {
    padding-right: 150px;
}

.fr .english {
    display: none;
}

.en .french {
    display: none;
}

#searchform #s {
    padding: 10px;
    border: 3px solid #5e56a5;
}

.customclassed.custom.header .language_switcher {
    text-align: right;
}

.header-utility .utility-english,
.header-utility .utility-french {
    display: block;
    width: 66.66666667%;
    margin-left: auto;
    text-align: right;
}

.header-utility .utility-english>ul,
.header-utility .utility-french>ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-utility .utility-english>ul>li:last-child,
.header-utility .utility-french>ul>li:last-child {
    padding-right: 0;
}

nav.main-menu>ul>li:last-child>a,
nav.main-menu-french>ul>li:last-child>a {
    margin-right: 0;
}

@media screen and (max-width: 767px) {

    .header-utility .utility-english,
    .header-utility .utility-french {
        width: 100%;
    }
}

.customclassed.header-utility>.featured-boxes.gridbox {
    padding-bottom: 8px;
}

.customclassed.header:not(.header-utility)>.featured-boxes.gridbox {
    padding-top: 8px;
}

.boxes-wrapper .row.gridbox-text {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 0;
    text-align: center;
}

.boxes-wrapper .boxes {
    display: flex;
    flex: 1 1 0;
    float: none;
    width: auto;
    padding: 0;
}

.boxes-wrapper .boxes .service_description {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    min-height: 210px;
    padding: 30px 24px 24px;
    background: #f4f6f4;
    border-top: 5px solid #34c3e0;
}

.boxes-wrapper .boxes h4 {
    flex: 1;
    margin: 0;
    padding: 0 0 24px;
    color: #5e56a5;
    font-size: 22px;
    line-height: 1.25;
}

.boxes-wrapper .box1 .service_description {
    border-top-color: #34c3e0;
}

.boxes-wrapper .box2 .service_description {
    border-top-color: #fdba4d;
}

.boxes-wrapper .box3 .service_description {
    border-top-color: #80cdd5;
}

.boxes-wrapper .box4 .service_description {
    border-top-color: #9ecc5c;
}

.boxes-wrapper .feature-box-button {
    display: inline-block;
    padding: 11px 20px;
    color: #fff;
    background: #5e56a5;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
}

.boxes-wrapper .feature-box-button:hover,
.boxes-wrapper .feature-box-button:focus {
    color: #fff;
    background: #34c3e0;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .boxes-wrapper .row.gridbox-text {
        display: block;
    }

    .boxes-wrapper .boxes {
        display: flex;
        width: 100%;
        margin-bottom: 20px;
    }

    .boxes-wrapper .boxes:last-child {
        margin-bottom: 0;
    }
}

nav.main-menu ul ul,
nav.main-menu-french ul ul {
    top: 100%;
    left: 0;
    width: max-content;
    min-width: 222px;
    max-width: 320px;
    padding: 8px 0;
    background: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .16);
}

nav.main-menu ul ul li,
nav.main-menu-french ul ul li {
    width: 100%;
    padding: 0;
}

nav.main-menu ul ul a,
nav.main-menu-french ul ul a {
    width: 100%;
    margin: 0;
    padding: 10px 22px !important;
    color: #5e56a5;
    line-height: 1.25;
    white-space: normal;
}

nav.main-menu ul ul ul,
nav.main-menu-french ul ul ul {
    top: -9px;
    left: 100%;
}

@media screen and (max-width: 760px) {

    nav.main-menu ul ul,
    nav.main-menu-french ul ul,
    nav.main-menu ul ul ul,
    nav.main-menu-french ul ul ul {
        position: static;
        width: 100%;
        min-width: 0;
        max-width: none;
        padding: 0;
        border: 0;
        box-shadow: none;
        background: transparent;
    }
}

nav.main-menu ul ul li,
nav.main-menu-french ul ul li,
nav.main-menu ul ul a,
nav.main-menu-french ul ul a {
    text-align: left;
}

nav.main-menu .menu li.current-menu-item > a,
nav.main-menu-french .menu li.current-menu-item > a {
    border-bottom: 0 !important;
}

nav.main-menu .menu li.current-menu-item:not(:has(.current-menu-item)) > a,
nav.main-menu-french .menu li.current-menu-item:not(:has(.current-menu-item)) > a {
    border-bottom: 0 !important;
}

nav.main-menu .menu li.current-menu-item:not(:has(.current-menu-item)):not(:has(~ .current-menu-item)) > a,
nav.main-menu-french .menu li.current-menu-item:not(:has(.current-menu-item)):not(:has(~ .current-menu-item)) > a {
    border-bottom: 3px solid #34c3e0 !important;
}

nav.main-menu .menu ul a,
nav.main-menu-french .menu ul a {
    border-bottom: 0 !important;
}

nav.main-menu .menu ul li.current-menu-item:not(:has(~ .current-menu-item)) > a,
nav.main-menu-french .menu ul li.current-menu-item:not(:has(~ .current-menu-item)) > a {
    border-bottom: 3px solid #34c3e0 !important;
}

@media screen and (min-width: 768px) {
    .customclassed.header.french.hide-mobile .header-menu .menu,
    .customclassed.header-utility.french .utility-french > ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .customclassed.header.french.hide-mobile .header-menu .menu > li,
    .customclassed.header-utility.french .utility-french > ul > li {
        float: none;
    }

    .customclassed.header.french.hide-mobile .header-menu .menu ul,
    .customclassed.header.french.hide-mobile .header-menu .menu ul a {
        text-align: left;
    }
}