﻿:root {
    --darkgreen: #1565C0;
    --green: #358576;
    --lightgreen: #8fd2ca;
    --lightgrey: #f4f4f4;
    --grey: #dadada;
    --black: #000;
}
/*FORCE TOP MENU TO SHOW WHEN EDITING FOOTER*/

.elementor-edit-mode .secondaryMenuTop {
    display: block !important;
    position: absolute;
    top: -350px !important;
}
/* FORCE TOP MENU TO DISPLAY LOWER WHEN LOGGED IN*/
.admin-bar .secondaryMenuTop {
    top: 160px !important;
}

/* - - - - - - - - - - - - - - - - GLOBAL STYLES  - - - - - - - - - - - - - - - - */



/*LIST ITEMS*/

.elementor-section ul li, .footerMenu li {
    position: relative;
}
.elementor-section ul li:before, .footerMenu li:before {
    content: "—";
    position: absolute;
    left: -8px;
    top: 12px;
    color: var(--green);
    transition: all 0.2s ease;
}
.elementor-section ul li:not(.menu-item) {
    padding-top: 8px;
    padding-bottom: 8px;
}
.elementor-section ul {
    list-style-type: none;
}
.header-inner ul li:before {
    display: none;
}
.footerMenu li:hover:before {
    left: -3px;
}

/* ######################################################################################### */
.sm-blue {
    box-shadow: none !important;
}
/* Icon 1 */

#nav-icon1, 
#nav-icon2, 
#nav-icon3, 
#nav-icon4 {
    width: 45px;
    height: 28px;
    margin: 16px 10px 16px 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon1 span, 
#nav-icon3 span, 
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: var(--darkgreen);
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
    top: 0px;
}
#nav-icon1 span:nth-child(2) {
    top: 12px;
}
#nav-icon1 span:nth-child(3) {
    top: 24px;
}
#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
/* Icon 2 */
#nav-icon2 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 50%;
    background: var(--darkgreen);
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}
#nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
    top: 0px;
}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
    top: 18px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
    top: 36px;
}
#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}
#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}
#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}
#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}
#nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 29px;
}
#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 29px;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
    top: 0px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 12px;
}
#nav-icon3 span:nth-child(4) {
    top: 24px;
}
#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#nav-icon3.open span {
    background: #1565C0 !important;
}
/* Icon 4 */

#nav-icon4 {
}

    #nav-icon4 span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4 span:nth-child(2) {
        top: 18px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4 span:nth-child(3) {
        top: 36px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 8px;
    }

    #nav-icon4.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    #nav-icon4.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 39px;
        left: 8px;
    }

.search-wrap {
    display: flex;
}

/*DropDown Menu CSS Start*/
@media (min-width: 991px) {
    .dropdownMenu {
        display: flex;
    }
    .dropdown-left, 
    .dropdown-right {
        width: 48%;
    }
}
.secondaryMenuTop .dropdownMenu, .dropdownMenu ul ul  {
    padding: 0 0 30px !important;
    margin: 0 !important;
}
.dropdownMenu ul ul li a {
    padding: 0 !important;
    border-left: none !important;
    margin-bottom: 10px !important;
    display: inline-block;
}
.dropdownMenu ul {
    background: transparent !important;
}
@media (max-width: 1200px) {
    .dropdownMenu ul {
        padding-left: 0 !important;
    }
}
.dropdownMenu ul li h3 {
    color: var(--white) !important;
}
.dropdown-left ul li a, .dropdown-left ul li a:hover,
.dropdown-right ul li a, .dropdown-right ul li a:hover {
    font-size: 20px;
    font-weight: 600 !important;
}
.dropdownMenu ul li a:hover, .sm-blue .dropdownMenu ul a:hover {
    color: #41A3FF !important;
}
.dropdownMenu ul ul li {
    position: relative;
    margin-bottom: 10px;
}
.dropdown-left ul ul li:after,
.dropdown-right ul ul li:after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    height: 1px;
    background-color: #fff;
    width: 30px !important;
}
.dropdown-left ul ul li:last-child:after,
.dropdown-right ul ul li:last-child:after {
    display: none;
}
/*DropDown Menu CSS End*/

/* FOOTER MENU */
.secondaryMenuTop {
    position: absolute;
    top: 190px;
    right: 22px;
    background-color: #1c416c;
    border-radius:20px;
    border:1px solid #fff;
    margin: 0 auto;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.4));
    display: none;
    z-index: 9;
}
.secondaryMenuTop li{
    list-style:none;
}
.secondaryMenuTop li a{
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;

}

.homeLatestP a {
    color: #333 !important;
    font-weight: 400 !important;
}

.homeLatestImg a {
    width: 100% !important;
}

    .homeLatestImg a:hover {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    }

.page-content .homeLatestP p a:hover {
    text-decoration: none !important;
    border: 0 !important;
    color: #333 !important;
}

.footerMenu h2 {
    font-size: 32px !important;
}



li.sf-field-search:before, li[data-sf-meta-type="choice"]:before, li.sf-field-submit:before {
    display: none;
}

/*.site-header{
	filter: drop-shadow(0px 4px 4px #000000);
}
*/

.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
    background-color: transparent !important;
}

.footerMenu a {
    /*	font-weight: 600!important;*/
    /*	border-bottom: 2px solid var(--lightgreen);*/
    color: #000;
}

    .footerMenu a:hover {
        /*	font-weight: 600!important;*/
        /*	border-bottom: 2px solid var(--lightgreen);*/
        text-decoration: underline;
        color: var(--green);
    }





/* ######################################################################################### */


@media (min-width: 768px) {
    .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
        display: block;
    }
}

/* - - - - - - - - - - - - - - - - START TABLET MEDIA QUERY - - - - - - - - - - - - - - - - */

@media (max-width: 1200px) {

    .donorWrap {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .dropdown-right > ul {
        display: flex;
        justify-content: space-between;
    }
    .dropdown-right > ul > li {
        width: 49%;
    }
    .dropdown-left, .dropdown-right {
        width: 100% !important;
    }
}
/* - - - - - - - - - - - - - - - - END TABLET MEDIA QUERY- - - - - - - - - - - - - - - - */

/* ######################################################################################### */

/* - - - - - - - - - - - - - - - - START NARROW MEDIA QUERY - - - - - - - - - - - - - - - - */

@media (max-width: 900px) {

    .donorWrap {
        grid-template-columns: 1fr 1fr;
    }
}
/* - - - - - - - - - - - - - - - - END NARROW MEDIA QUERY- - - - - - - - - - - - - - - - */

/* ######################################################################################### */

/* - - - - - - - - - - - - - - - - START MOBILE MEDIA QUERY - - - - - - - - - - - - - - - - */

@media (max-width: 767px) {

    /*	.donorWrap
	{
		grid-template-columns: 1fr;

	}*/

    .calloutWhite, .calloutGreen, .insideSimpleBanner {
        padding: 25px;
    }

        .insideSimpleBanner H2 {
            font-size: 45px !important;
        }

    .topBannerCircle img {
        max-width: 60vw;
    }

    .topBannerCircle > div > div {
        /*		order:1;*/
        padding: 25px;
    }

    .topBannerCircle.topCircleShowMobileImg > div > div {
        /*		order:1;*/
        padding: 0 25px;
    }

    .topBannerCircle > div > div:first-of-type {
        /*		order:2;*/
        display: none;
    }

    .topBannerCircle.topCircleShowMobileImg > div > div:first-of-type {
        display: block;
    }

    .circleImg img, .heroImg > div > div.elementor-widget-loop-grid img {
        top: 20px !important;
    }

    .topBannerCircle {
        margin-bottom: 30px;
    }

        .topBannerCircle h1 {
            margin-top: 20px !important;
        }

    .whiteSectionContent, .greySectionContent {
        padding: 25px;
    }

    .elementor-section ul li {
        padding-top: 18px;
    }

    .narrowContent, .rowDefaultStyle > div {
        padding-left: 25px;
        padding-right: 25px;
    }

    .threeColLi, .twoColLi {
        -moz-column-count: 1;
        -moz-column-gap: 0px;
        -webkit-column-count: 1;
        -webkit-column-gap: 0px;
        column-count: 1;
        column-gap: 0px;
    }


    /*Force Cirlce to show*/
    .topBannerCircle.topCircleShowMobileImg.bioImgRect .circleImg img, .topBannerCircle.topCircleShowMobileImg.bioImgRect .elementor-widget-wrap {
        border-radius: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        top: 0 !important;
        width: 100vw !important;
        max-width: none !important;
        height: auto !important;
    }

    .topBannerCircle.topCircleShowMobileImg.bioImgRect .elementor-col-33 {
        padding: 0 !important;
    }

    .topBannerCircle.topCircleShowMobileImg.bioImgRect > div > div:last-of-type {
        padding: 25px;
    }
    .secondaryMenuTop {
        width: 90% !important
    }
}


/* - - - - - - - - - - - - - - - - END MOBILE MEDIA QUERY- - - - - - - - - - - - - - - - */

.topBannerCircle .elementor-icon.elementor-social-icon {
    margin-left: -15px !important;
    margin-top: -15px !important;
}
.secondaryMenuTop .sm-blue a {
    background-color: transparent !important;
    background-image: none !important;
}