body {

    font-family: 'Lato', sans-serif;

    font-size: 18px;

    line-height: 1.7;

    color: #444;

	font-weight:400;

}


html {

    color: #222;

    font-size: 1em;

    line-height: 1.4;

}

::-moz-selection {

    background: #b3d4fc;

    text-shadow: none;

}

::selection {

    background: #b3d4fc;

    text-shadow: none;

}

hr {

    display: block;

    height: 1px;

    border: 0;

    border-top: 1px solid #ccc;

    margin: 1em 0;

    padding: 0;

}

audio,

canvas,

iframe,

img,

svg,

video {

    vertical-align: middle;

}

fieldset {

    border: 0;

    margin: 0;

    padding: 0;

}

textarea {

    resize: vertical;

}

.browserupgrade {

    margin: 0.2em 0;

    background: #ccc;

    color: #000;

    padding: 0.2em 0;

}

.hidden {

    display: none !important;

}

.visuallyhidden {

    border: 0;

    clip: rect(0 0 0 0);

    height: 1px;

    margin: -1px;

    overflow: hidden;

    padding: 0;

    position: absolute;

    width: 1px;

    white-space: nowrap;

    /* 1 */

}

.visuallyhidden.focusable:active,

.visuallyhidden.focusable:focus {

    clip: auto;

    height: auto;

    margin: 0;

    overflow: visible;

    position: static;

    width: auto;

    white-space: inherit;

}

.invisible {

    visibility: hidden;

}

.clearfix:before,

.clearfix:after {

    content: " ";

    /* 1 */

    display: table;

    /* 2 */

}

.clearfix:after {

    clear: both;

}

@media print {

    *,

    *:before,

    *:after {

        background: transparent !important;

        color: #000 !important;

        /* Black prints faster */

        -webkit-box-shadow: none !important;

        box-shadow: none !important;

        text-shadow: none !important;

    }

    a,

    a:visited {

        text-decoration: underline;

    }

    a[href]:after {

        content: " ("attr(href) ")";

    }

    abbr[title]:after {

        content: " ("attr(title) ")";

    }

    /*

     * Don't show links that are fragment identifiers,

     * or use the `javascript:` pseudo protocol

     */

    a[href^="#"]:after,

    a[href^="javascript:"]:after {

        content: "";

    }

    pre {

        white-space: pre-wrap !important;

    }

    pre,

    blockquote {

        border: 1px solid #999;

        page-break-inside: avoid;

    }

    thead {

        display: table-header-group;

    }

    tr,

    img {

        page-break-inside: avoid;

    }

    p,

    h2,

    h3 {

        orphans: 3;

        widows: 3;

    }

    h2,

    h3 {

        page-break-after: avoid;

    }

}

/*-- Preloader css start --*/

#preloader {

    background-color: #fff;

    bottom: 0;

    left: 0;

    position: fixed;

    right: 0;

    top: 0;

    z-index: 2147483647;

    width: 100%;

    height: 100%;

}

#status {

    background-position: center center;

    background-repeat: no-repeat;

    height: auto;

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

}

.top-header {

    background: #3C99A1;

    color: #fff;

    padding: 10px 0;
    z-index: 9999999;
    position: relative;

}

/*==============================================

    Mainmenu Area Css

===============================================*/

/**

 * Navigation */

.header-navigation {

    text-align: right;

    flex-grow: 1;

    padding: 0 20px;

}

.header-navigation ul {

    list-style: none;

}

.header-navigation a:hover {

    text-decoration: none;

}

.header-navigation>ul {

    padding-left: 0;

    margin-bottom: 0;

    font-size: 0;

    display: inline-block;

}

.header-navigation>ul>li {

    display: inline-block;

    list-style: none;

    font-size: 17px;

    position: relative;

}

.header-navigation>ul>li>a {

    font-family: 'Lato', sans-serif;

    color: #000;

    display: block;

    padding: 30px 20px;

    font-weight: 500;


}

.header-navigation>ul>li:hover>a,

.header-navigation>ul>li.active a {

    color: #EB7700;

}

.header-navigation .menu-item-has-children {

    position: relative;

}

.header-navigation .menu-item-has-children>a::after {

    content: "\f107";

    font-family: "Font Awesome 5 Free";

    padding-left: 10px;

    font-size: 15px;

    vertical-align: bottom;

    font-weight: 900;
    
    color: #EB7700 !important;

}

.header-navigation .menu-item-has-children ul {

    position: absolute;

    left: 100%;

    right: auto;

    top: 0;

    height: auto;

    width: 240px;

    z-index: 99;

    padding-left: 0;

    margin-bottom: 0;

    text-align: left;

    background: #FFF;

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);

    transform: translateX(20px);

    transition: all 0.2s ease-in-out 0s;

    visibility: hidden;

    opacity: 0;

}

.header-navigation .menu-item-has-children ul li {

    position: relative;

}

.header-navigation .menu-item-has-children ul li a {

    display: block;

    padding: 9px 15px;

    color: #000;

    font-size: 14px;

    font-family: 'Lato', sans-serif;

}

.header-navigation .menu-item-has-children ul li:not(:last-child) a {

    border-bottom: 1px solid #464646;

}

.header-navigation .menu-item-has-children ul li:hover>a {

    color: #000;

    background: #eee;

    border-color: #EB7700;
    
    font-weight: 500;

}

.header-navigation .menu-item-has-children ul li:hover>ul {

    transform: translateX(0);

    visibility: visible;

    opacity: 1;

}

.header-navigation .menu-item-has-children>ul {

    left: 0;

    top: 100%;

    transform: translateY(20px);
    
    border-top:4px solid #EB7700;

}

.header-navigation .menu-item-has-children:hover>ul {

    transform: translateY(0);

    visibility: visible;

    opacity: 1;

}

.header-navigation .menu-item-has-children.overflow-element ul {

    left: auto;

    right: 100%;

    transform: translateX(-20px);

}

.header-navigation .menu-item-has-children.overflow-element>ul {

    left: auto;

    right: 0;

}

.sticky {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    background: #fff;

    z-index: 999;

    -webkit-box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.1);

    box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.1);

    -webkit-animation: sticky 2s;

    animation: sticky 2s;

}

.meanmenu-reveal {

    top: 0 !important;

    color: #333 !important;

    z-index: 99999999999999999999;

    text-indent: 0 !important;

    font-size: 32px !important;

}

.header-search {

    position: relative;

    align-self: stretch;

    display: flex;

    align-items: center;

    float: left;

}

.header-searchbox {

    position: relative;

}

.header-searchbox input {

    border: 1px solid #bbbbbb;

    width: 100%;

    padding: 0 15px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;

}

.header-searchbox input:focus {

    border-color: #EB7700;

}

.header-searchbox button,

.header-searchbox [type="submit"],

.header-searchbox button:focus {

    position: absolute;

    background: transparent;

    border: none;

    color: #6f6f6f;

    flex: 0 0 60px;

    max-width: 60px;

    font-size: 14px;

    right: 0;

    top: 0;

    text-align: center;

    padding: 3px 10px;

    outline: none;

}

.header-searchbox button:hover,

.header-searchbox [type="submit"]:hover {

    background: transparent;

    color: #017680;

}

.header-searchbox input,

.header-searchbox select {

    height: 30px;

    padding: 0 10px;

    font-size: 14px;

}

.p-static {

    position: static;

}

.header-social-media {

    position: relative;

    padding-left: 30px;

}

.header-social-media ul,

.header-top-menu {

    list-style: none;

    padding: 0;

    margin: 0;

    display: -ms-flexbox !important;

    display: flex !important;

}

.header-social-media ul li {

    margin: 0px 5px;

}

.header-social-media ul li a {

    color: #fff;

    background: #017680;

    display: block;

    border: 1px solid #fff;

    width: 30px;

    height: 30px;

    line-height: 30px;

    font-size: 12px;

    text-align: center;

    -webkit-border-radius: 30px;

    -moz-border-radius: 30px;

    border-radius: 30px;

}

.header-social-media ul li a:hover {

    background: #EB7700;

}

.header-top-menu li {

    margin-left: 20px;

}

.header-top-menu li a {

    display: block;

    padding: 5px 10px;

    border: 1px solid #fff;

    color: #fff;

    background: #017680;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;

    text-transform: uppercase;

    font-weight: 400;

    font-size: 10px;
    
    letter-spacing:0.09em;

}

.highlight-menu a {

    background: #EB7700 !important;

}

.header-top-menu li a:hover {

    text-decoration: none;

    background: #3C99A1;

}

.header-section {

    background: #BFE0E3;

    color: #fff;

    position: relative;

    z-index: 5;

    height: 65px;

}



.header-top-shape{

    position: relative;

    z-index: 1;

    margin-top: 0px;
        
}

.header-bottom-shape{

    position: absolute;

    z-index: 4;

    bottom: 0;

}

.site-logo {

    position: relative;

    z-index: 2;

}

.logo-absolute{

    position: absolute;

    top: -30px;

    width: 90px;

}

/* hero-banner */

.hero-banner {

    -webkit-background-size: cover !important;

    -moz-background-size: cover !important;

    -o-background-size: cover !important;

    background-size: cover !important;

    min-height: 1000px;
    height: 100vh;
    display: table;

    width: 100%;

    margin-top: -65px;

    position: relative;

}

/* .hero-banner::after {

    content: '';

    background: url(../img/bottom-curve.png) no-repeat left bottom;

    background-size: cover;

    position: absolute;

    bottom: 0;

    left: 0px;

    right: 0;

    width: 100%;

    height: 370px;

    z-index: 1;

} */

.hero-container {

    display: table-cell;

    vertical-align: middle;

}

.hero-heading {

    color: #fff;

    font-size: 60px;
    
    font-weight:400;

    margin-bottom: 45px;

}

.seclect-title {

    font-size: 35px;

    color: #fff;

    padding: 5px 15px;
    line-height: 1;

}

select#home-options {

    margin: 0;

    border: none;

    padding: 5px 15px;

    background-position: right -15px center;

    font-size: 20px;

    font-weight: 300;

    background-color: #FFF;

    color: #000;

    height: auto;

    line-height: 1.2;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: auto;

    box-shadow: none;

    display: inline-block;

    height: 46px;

}

select:focus{

    outline: none;

}

.section-heading {

    color: #DB0010;

    font-size: 50px;
    
    font-weight:300;

}

.section-subheading {

    color: #007481;

    line-height: 1.7;
    
    font-weight:400;

}

.section-padding {

    padding: 15px 0 15px;

}

.impact-box {

    text-align: center;

}

.impact-icon img {

    display: block;

    max-height: 75px;

    margin: 0px auto;

}

.impact-budget {

    font-size: 28px;

    font-weight: 500;

    color: #EB7800;

    margin: 10px auto 0px;

}

.impact-description {

    color: #007481;
    
    font-weight:500;

}

.ways-help-section {

    background: #FCEBDB;

}

.cause-title {

    display: block;

    padding: 20px;

    background: #fff;

    text-align: center;

}

.cause-title a,

.cause-title a:visited {

    color: #007481;

    font-size: 18px;

    line-height: 1;

}

.cause-title a:hover {

    color: #EB7800;

    text-decoration: none;

}

.cause-title .fa {

    color: #EB7800;

    font-size: 22px;

    margin-left: 15px;

}

.cause-title:hover .fa {

    color: #007481;

}

.more-ways-btn {

    color: #007481;

    font-size: 18px;

}

.blog-posts-section {

    background: #007481;

}

.counter {

    animation-duration: 50.2s;

    animation-delay: 2s;

}

.post-thumb-overlay {

    position: relative;

}

.blog-overlay {

    position: absolute;

    text-align: center;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    width: 100%;

}

.blog-overlay h3 {

    color: #fff;

}

.blog-post-excerpt {

    padding: 30px 0;

    color: #fff;

}

.blog-post-grid {

    border: 0px solid #31929B;

    padding: 45px;

    -webkit-border-radius: 7px;

    -moz-border-radius: 7px;

    border-radius: 7px;

}

.read-more-blog a {

    background: #EB7800;

    color: #fff;

    -webkit-border-radius: 7px;

    -moz-border-radius: 7px;

    border-radius: 7px;

    padding: 7px 15px;

    display: inline-block;

    font-size: 14px;

    text-transform: uppercase;

}

.post-thumb-overlay img {

    -webkit-border-radius: 7px;

    -moz-border-radius: 7px;

    border-radius: 7px;

}

.email-subscriptions-section {

    padding: 80px 0;

    -webkit-background-size: cover !important;

    -moz-background-size: cover !important;

    -o-background-size: cover !important;

    background-size: cover !important;

    background-position: left top;

}

.subscription-box .form-control {

    margin-bottom: 30px;

    min-height: 45px;

}

.subscription-box {

    color: #fff;

}

.subscription-box h3 {

    color: #fff;

    margin-bottom: 15px;

}

.site-footer {

    background: #017680;

    padding: 90px 0 0px;

    color: #fff;

}

.footer-widget-menu ul,

.footer-menu ul {

    list-style: none;

    padding: 0;

    margin: 0;

}

.footer-widget-menu ul li{

    margin-bottom: 10px;

}

.footer-widget-menu ul a {

    color: #fff;

}

.footer-bottom {

    border-top: 2px solid #fff;

    padding: 30px;

}

.footer-menu ul {

    display: -ms-flexbox !important;

    display: flex !important;

}

.footer-menu ul li {

    margin-left: 30px;

}

.footer-menu ul li a {

    color: #fff;

}

.page-header {

    position: relative;

    display: table;

    width: 100%;

    min-height: 550px;

    padding: 120px 0;

    -webkit-background-size: cover !important;

    -moz-background-size: cover !important;

    -o-background-size: cover !important;

    background-size: cover !important;

    margin-top: -125px;

}

.page-header::before {

    content: '';

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.2);

}

.page-header-inner {

    display: table-cell;

    vertical-align: middle;

    color: #fff;

    text-align: center;

    padding-top: 100px;

}

.page-title {

    font-size: 80px;
    font-weight:400 !important;
    letter-spacing:0.03em;

}

.read-more,

.read-more:visited {

    background: #017680;

    color: #fff !important;

    padding: 7px 15px;

}

.read-more:hover {

    background: #EE8925;

    color: #fff;

}

.blog-post-box {

    text-align: center;

    border: 1px solid #EE8925;

}

.blog-post-title {

    color: #017680;

}

.blog-post-box {

    margin-bottom: 30px;

}

.breadcrumb {

    background-color: transparent;

    padding: 0;
margin: 0 0 20px;
}

.breadcrumb a {

    color: #333;

}



.scroll-top {

    background: #EB7700;

    bottom: 15px;

    position: fixed;

    right: 15px;

    z-index: 9;

    cursor: pointer;

    display: none;

    padding: 10px;

    color: #fff;

    border: none;
    
    border-radius: 5px;
}

.container-full {

    width: 100%;

    padding-right: 15px;

    padding-left: 15px;

    margin-right: auto;

    margin-left: auto;
        
}

.social-media-share {}

.social-media-share ul {

    list-style: none;

    padding: 0;

    margin: 0;

    display: -ms-flexbox !important;

    display: flex !important;

    -ms-flex-pack: center !important;

    justify-content: center !important;

}

.social-media-share ul li {

    margin: 0px 5px;

}

.social-media-share ul li a {

    display: block;

    width: 36px;

    height: 36px;

    line-height: 36px;

    font-size: 14px;

    color: #fff;

    text-align: center;

    -webkit-border-radius: 36px;

    -moz-border-radius: 36px;

    border-radius: 36px;

    background: #007481;

}

.more-post-nav {

    position: relative;

    display: inline-block;

    margin: 15px auto;

}

.more-post-btn,

.more-post-btn:visited {

    display: inline-block;

    padding: 10px 30px;

    border: 2px solid #EB7800;

    -webkit-border-radius: 7px;

    -moz-border-radius: 7px;

    border-radius: 7px;

    color: #EB7800;

}

.more-post-btn:hover {

    color: #fff;

    text-decoration: none;

}

.related-post-nav {

    position: absolute;

    left: 0;

    top: 150%;

    width: 258px;

    text-align: left;

    background-color: #ffffff;

    z-index: 9999;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    filter: alpha(opacity=0);

    opacity: 0;

    visibility: hidden;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -ms-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}

.more-post-nav:hover .related-post-nav {

    top: 100%;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    filter: alpha(opacity=100);

    opacity: 1;

    visibility: visible;

}

.btn-verticall {

    position: relative;

    z-index: 3;

}

.btn-verticall::before {

    content: "";

    position: absolute;

    z-index: -1;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background: #EB7800;

    -webkit-transform: scaleY(0);

    transform: scaleY(0);

    -webkit-transform-origin: 50%;

    transform-origin: 50%;

    -webkit-transition-property: transform;

    transition-property: transform;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

    -webkit-transition-timing-function: ease-out;

    transition-timing-function: ease-out;

}

.btn-verticall:hover::before {

    -webkit-transform: scaleY(1);

    transform: scaleY(1);

}

.related-post-nav ul {

    list-style: none;

    padding: 0;

    margin: 0;

}

.related-post-nav ul li {

    border-bottom: 1px solid #bbbbbb;

}

.related-post-nav ul li a,

.related-post-nav ul li a:visited {

    display: block;

    padding: 10px;

    color: #007481;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

    font-size: 13px;

}

.related-post-nav ul li a:hover {

    background: #EB7800;

    color: #fff;

    text-decoration: none;

}

.post-meta-box {

    color: #017680;

}

.intro-text {

    font-size: 18px;

    color: #017680;

}

.blog-header {

    padding: 10px 0;

    text-align: center;

    width: 100%;

}

.blog-header h2 {

    color: #EB7800;

    font-size: 65px;
    
    font-weight:300;

}

.sticky {

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    border-radius: 10px;

    position: relative;

    display: block;

    overflow: hidden;

}

.post-thumb {

    position: relative;

}

.post-title-overlay {

    position: absolute;

    width: 100%;

    left: 0;

    bottom: 0;

    background: rgba(0, 0, 0, 0.5);

    padding: 30px;

}

.post-title-overlay h1 {

    color: #fff;

    font-size: 28px;

    line-height: 1.5;

}

.read-more-btn,

.read-more-btn:visited {

    background: #EB7800;

    color: #fff;

    padding: 7px 15px;

    font-size: 14px;

    text-transform: uppercase;

    -webkit-border-radius: 7px;

    -moz-border-radius: 7px;

    border-radius: 7px;

}

.read-more-btn-color,

.read-more-btn-color:visited {

    background: #017680;

    color: #fff;

    padding: 7px 15px;

    font-size: 14px;

    text-transform: uppercase;

    -webkit-border-radius: 7px;

    -moz-border-radius: 7px;

    border-radius: 7px;

}

.read-more-btn:hover,

.read-more-btn-color:hover {

    text-decoration: none;

    color: #fff;

}

.post-details {

    background: #017680;

    color: #fff;

    padding: 30px;

}

.post-meta-block {

    margin-top: 30px;

}

.post-meta-block span {

    margin-right: 15px;

    display: inline-block;

    font-size: 14px;

    font-weight: 300;

}

.blog-post-block {

    border: 1px solid #EB7800;

    padding: 20px 30px;

    display: block;

    position: relative;

    overflow: hidden;

    -webkit-border-radius: 7px;

    -moz-border-radius: 7px;

    border-radius: 7px;

    margin-bottom: 30px;

}

.blog-post-block.sticky {

    padding: 0;

    border: none;

}

.post-title {

    font-size: 28px;

    margin-bottom: 20px;

}

.post-title a {

    color: #017680;

}

.post-meta-block {

    color: #017680;

}

.sticky .post-meta-block {

    color: #fff;

}

.site-link {

    position: relative;

}

.site-link:hover {

    text-decoration: none;

}

.site-link::before {

    bottom: 0;

    content: '';

    display: block;

    height: 2px;

    left: auto;

    position: absolute;

    right: 0;

    -webkit-transition: all .3s ease-out;

    -o-transition: all .3s ease-out;

    transition: all .3s ease-out;

    width: 0;

    background: #EB7800;

}

.blog-post-block:hover .site-link::before {

    left: 0;

    right: auto;

    width: 100%;

}

.load-more-btn,

.load-more-btn:visited {

    background: #EB7800;

    color: #fff;

    padding: 7px 15px;

    font-size: 14px;

    text-transform: uppercase;

    -webkit-border-radius: 7px;

    -moz-border-radius: 7px;

    border-radius: 7px;

}

.load-more-btn:hover {

    text-decoration: none;

    color: #fff;

}

.signle-post-title {

    color: #017680;

    font-size: 48px;
    
    font-weight:300;

}

.single-post-share ul {

    list-style: none;

    padding: 0;

    margin: 0;

    display: -ms-flexbox !important;

    display: flex !important;

}

.single-post-share ul li {

    width: 28px;

    margin-right: 10px;

}

.color-text{

    color: #017680;

}

.filter-button-group{

    list-style: none;

    padding: 0;

    border: 1px solid #EB7800;

    display: -ms-flexbox !important;

    display: flex !important;

    text-align: center;

    -ms-flex-pack: center !important;

  justify-content: center !important;

  -webkit-border-radius: 7px;

    -moz-border-radius: 7px;

    border-radius: 7px;

}

.filter-button-group li{

    margin: 0px;

    color: #EB7800;

    font-size: 20px;

    font-weight: 400;

    text-transform: capitalize;

    padding: 10px 25px;

    position: relative;

    cursor: pointer;

}

.filter-button-group li::after{

    content: '';

    height: 20px;

    width: 2px;

    background: #EB7800;

    position: absolute;

    right: 0;

    top: 15px;

}

.filter-button-group li:last-child::after{

    content: none;

}

.filter-button-group li:hover, .active-btn{

    color: #017680 !important;

}

.team-popup-content{

    background: #fff;

    padding: 45px;

    -webkit-border-radius: 7px;

    -moz-border-radius: 7px;

    border-radius: 7px;

}

.team-member{

    position: relative;

    margin-bottom: 30px;

}

.team-content{

    text-align: center;

    color: #000;

    padding: 15px;

}

.popup-modal-dismiss {

    text-align: right;

    position: absolute;

    right: 30px;

    top: 10px;

    color: #fb5f5f;

}

.popup-modal-dismiss:hover{

    color: #017680;

    text-decoration: none;

}

.orange-text{

    color: #EB7800;

}

.event-block{

    border: 1px solid #EB7800;

    padding: 30px;

    -webkit-border-radius: 7px;

    -moz-border-radius: 7px;

    border-radius: 7px;

    margin-bottom: 30px;

}

.date-time{

    border: 1px solid #017680;

    -webkit-border-radius: 7px;

    -moz-border-radius: 7px;

    border-radius: 7px;

    overflow: hidden;

    position: relative;

    width: 90px;

    display: block;

}

.month-name{

    background: #017680;

    color: #fff;

    text-align: center;

    display: block;

    font-size: 22px;

    padding: 10px;
    text-transform: uppercase;

}

.date-day{

    display: block;

    font-size: 32px;

    padding: 0 10px;

    text-align: center;

    color: #017680;

}

.event-schedule{



}

.event-name{

    font-size: 28px;

    color: #017680;

}

.event-time{

    padding: 15px 0;

    font-size: 17px;

}

.event-location{

    font-size: 17px;

}

.event-icon{

    margin-right: 10px;

    display: block;

    float: left;

    overflow: hidden;

    width: 18px;

    color: #999;

}

.event-icon i{

    font-size: 22px;

}

.more-info-btn .fa{

    color: #EB7800;

}

.more-info-btn:hover .fa{

    color: #fff;

}

.more-info-btn, .more-info-btn:visited{

    border: 1px solid #017680;

    color: #017680;

    padding: 5px 15px;

    display: inline-block;

    text-transform: uppercase;

    background: transparent;

    -webkit-border-radius: 7px;

    -moz-border-radius: 7px;

    border-radius: 7px;

}

.more-info-btn:hover{

    background: #EB7800;

    color: #fff;

    text-decoration: none;

}

.btn-primary, .mailpoet_submit {

    color: #ffffff;

    background: #EB7800;

    position: relative;

    z-index: 1;

}

.btn-primary::before, .btn-primary::after {

    content: '';

    position: absolute;

    top: 0;

    width: 51%;

    background: #017680;

    height: 100%;

    z-index: -1;

    transition: 0.5s;

}

.btn-primary:hover, .btn-primary:focus {

    background: #EB7800;

    color: #ffffff;

    box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);

}

.btn-primary:hover::before, .btn-primary:hover::after, .btn-primary:focus::before, .btn-primary:focus::after {

    width: 0;

}

.btn-primary::before {

    left: 0;

}

.btn-primary::after {

    right: 0;

}





.featured-event-title{

    font-size: 18px;

}

.featured-event-time, .featured-event-location{

    font-size: 14px;

}

.featured-event-icon{

    margin-right: 10px;

}

.featured-event-details{

    padding: 20px 0px;

}

.register-event-btn, .register-event-btn:visited{

    border: 1px solid #017680;

    color: #fff;

    padding: 3px 12px;

    display: inline-block;

    text-transform: uppercase;

    background: transparent;

    -webkit-border-radius: 7px;

    -moz-border-radius: 7px;

    border-radius: 7px;
    
    margin-top:8px;

}

.register-event-btn:hover{

    text-decoration: none;

}

.event-block {

    position: relative;

    z-index: 2;

    background: #e8ecf1;

    overflow: hidden;

}

.event-block::before {

    position: absolute;

    z-index: -1;

    content: "";

    width: 100%;

    height: 100%;

    background: #fff;

    top: 0;

    left: 0;

    transition: all 0.4s ease 0s;

}

.event-block:hover::before {

    height: 0%;

    transition: all 0.4s ease 0s;

}

.btn-subscribe, .btn-subscribe:visited{

    background: #EB7700;

    padding: 5px 15px;

    -webkit-border-radius: .25rem;

    -moz-border-radius: .25rem;

    border-radius: .25rem;

    border: none;

    color: #fff;

}

.footer-social-media ul{

    display: -ms-flexbox !important;

    display: flex !important;

    text-align: center;

    list-style: none;

    padding: 0;

}

.footer-social-media ul li{

    margin-right: 10px;

}

.footer-social-media ul li a, .footer-social-media ul li a:visited{

    display: block;

    background: #333;

    color: #fff;

    font-size: 20px;

    border: 2px solid #EB7800;

    width: 45px;

    height: 45px;

    line-height: 45px;

    -webkit-border-radius: 45px;

-moz-border-radius: 45px;

border-radius: 45px;

}

.footer-social-media ul li a:hover{

    background: #EB7800;

}

.footer-widget-left{

    position: relative;

    padding-right: 60px;

}

.footer-widget-left::after{

    content: '';

    position: absolute;

    right: 0;

    top: 0;

    height: 100%;

    width: 1px;

    background: #018A9B;

}

.footer-top{

    padding-bottom: 45px;

}

.footer-widget-right{

    padding-left: 20px;

}

.split-page-header {

        padding: 0;
    margin-top: -50px;
    
        border-bottom: 1px solid #EB7700 !important;



}

.split-page-header-inner .page-title{

    font-size: 40px !important;

    color: #EB7800;

    font-weight: 300 !important;
    
    

}

.split-page-header-inner .social-media-share{

    list-style: none;

    padding: 0;

    margin: 0;

    display: -ms-flexbox !important;

    display: flex !important;

    -ms-flex-pack: left !important;

    justify-content: left !important;

}

.sidebar-widget-title{

    color: #EB7800;

}

.alert-box-widget{

    border: 1px solid #EB7800;

    padding: 25px;

    -webkit-border-radius: 7px;

    -moz-border-radius: 7px;

    border-radius: 7px;

}





.home-banner-section{

    position: relative;

    margin-top: -230px;

}

.home-hero-background{

    display: none;

    background-repeat: no-repeat;

    background-position: center center;

}

.home-hero-background.active{

    display: table;

}

.home-option-block{

    position: absolute;

    right: 0;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    width: 100%;

    z-index: 2;

    padding: 50px;

}



.mean-container .mean-nav ul li a.mean-expand {

    line-height: 1;

}

.slide-buttons-block{

    margin-top: 30px;

}



.slide-buttons{

    list-style: none;

    padding: 0;

    margin: 0;

    display: -ms-flexbox !important;

  display: flex !important;

}

.slide-buttons li{

    margin-left: 30px;

}

.slide-buttons li a, .slide-buttons li a:visited{

    display: inline-block;

    vertical-align: middle;

    margin: 0 0 1rem;

    font-family: inherit;

    padding: .55em 1em;

    -webkit-appearance: none;

    border: 1px solid transparent;

    border-radius: 8px;

    transition: background-color .25s ease-out,color .25s ease-out;

    font-size: 16px;

    line-height: 1.5;

    text-align: center;

    cursor: pointer;

    background-color: #EB7700;

    color: #fefefe;

}

.slide-buttons li a:hover{

    background-color: #3C99A1;

    text-decoration: none;

}

.slide-btn{

    display: none;

}

.slide-btn.active{

    display: block;

}
.post-meta-block a, .post-meta-block a:visited{
    color: #017680;
}
.post-title {
    color: #017680;
}
.event-page-subtitle{
    font-size: 24px;
    line-height: 1.6;
}
.widget ul{
    list-style: none;
    padding: 0;
    margin-left: 0;
}
.widget-title {
    font-size: 24px;
}


.footer-social-media {
position: relative;
padding-left: 0px;
}
.footer-social-media ul {
list-style: none;
display: -ms-flexbox !important;
display: flex !important;
margin-left: 0 !important;
padding-left: 0 !important;
}
.footer-social-media ul li {
margin-right: 10px !important;
}
.footer-social-media ul li a, .footer-social-media ul li a:visited {
color: #fff;
background: transparent;
display: block;
border: 1px solid #fff;
width: 30px;
height: 30px;
line-height: 30px;
font-size: 12px;
text-align: center;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.footer-social-media ul li a:hover {
background: #EB7700;
}












  /* ROBERT'S ADDITIONS */


.row-full{
      width: 100vw;
      position: relative;
      margin-left: -50vw;
      height: 100px;
      margin-top: 100px;
      left: 50%;
}


.google-overlay {
     background:transparent; 
     position:relative;
     width:100%;
     height:540px;
     top:540px;
     margin-top:-540px;
     }
     
.containx {
  margin: 5px;
  width: 100%;
  height: flex;
  border: 0px solid #ddd;
  white-space: nowrap;
  overflow:auto;
}
.itemx {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-right: -4px;
}



.single-post-box h3 {
margin-bottom: 1em; 
}

.generic-rounded-box {
	border: 1px solid #EB7800;
    padding: 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 30px;
}
.generic-rounded-box h4 {
    padding-top;0px  !important;
    margin-bottom: 0.05em;
}
.generic-rounded-box h3 {
    padding-top;0px  !important;
    margin-bottom: 0.0em !important;
}
.generic-rounded-box .btn {
    margin-top: 02.em !important;
    margin-bottom: 1em;
}
.generic-rounded-box:hover {
	background-color:#DAEEEF;
}

.event-block {
line-height:1.4;
}
.event-name {
font-size:25px !important;
}
.event-location {
font-size: 16px !important;
}
.event-schedule {
font-size: 16px !important;
}

.card-text {
font-size:15px;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
  padding:0px;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 0px solid transparent;
  border-color: #FFF transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #000;
  padding: 8px 16px;
  border: 0px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #eee;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  	display: none;
}

.select-items div:hover, .same-as-selected {
  	background-color: rgba(0, 0, 0, 0.1);
}
.post-thumbnail img {
    border-radius: 8px;
    margin-bottom:15px;
}
.blog-post-block p {
	font-size:16px;
	line-height: 1.5;
}
.ways-help-img{
	height:150px; 
	width:100%;
}
.header-navigation>ul>li:last-child>ul, .header-navigation>ul>li:nth-last-child(2)>ul, .header-navigation>ul>li:nth-last-child(3)>ul {
    right: 0;
    left: auto;
}
.blog-slider{
	position: relative;
}
.blog-slider .owl-nav{
	position: absolute;
	top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.blog-slider .owl-prev, .blog-slider .owl-next{
	font-size: 45px !important;
	color: #fff !important;
}
.blog-slider .owl-prev{
	left: 0;
	position: absolute;
}
.blog-slider .owl-next{
	right: 0;
	position: absolute;
}
.search-header{
	background: #333;
	color: #fff;
	text-align: center;
	padding-top: 250px;
}
@media (max-width: 575.98px) {

    .header-section {

        padding: 15px 0;

    }

    .site-logo {

        max-height: 90px;

    }
.site-branding {
    max-width: 70px;
}
    .header-top-shape {

        margin-top: 0px;

    }

    .mean-container .mean-nav {

        top: 60px;

    }

    .logo-absolute {

        top: 0;

    }
    .meanmenu-reveal {
    top: -56px !important;
    
}
.hero-heading {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.1;
}
ul, ol {
    margin-left: 1em !important;
}

.blog-header h2 {
	    font-size: 35px !important;

	    font-weight: 700 !important;
}

.blog-post-title {
    font-size: 20px;
}
.header-top-menu li a {
    font-size: 7px;
    }
    .home-hero-background{
    background-position: center 100px;
}
.hero-banner {
    min-height: auto;
    height: 100vh;
    top: 80;
}
.home-option-block {
    padding: 250px 15px 80px 15px;
}
select#home-options {
    padding: 5px;
    font-size: 20px;
    height: 40px;
}
.seclect-title {
    font-size: 28px;
    }
    .slide-buttons {
    display: -ms-block !important;
    display: block !important;
}
.slide-buttons li {
    margin-left: 0px;
}
.section-heading {
    font-size: 30px;
}
.impact-budget {
    font-size: 22px;
}
.impact-box {
    margin-bottom: 30px;
}
.section-subheading {
    font-size: 18px;
}
.section-padding {
    text-align: left;
}
.partner-blockk{
	margin-top: 10px;
	margin-bottom: 30px;
	display: block;
}
.site-footer {
    text-align: center;
}
.address-blockk{
	margin: 30px auto;
}
.ways-help-img{
	height:200px;
}
.email-subscriptions-section{
	position: relative;
}
.email-subscriptions-section::before{
	content: '';
	position: absolute;
	background: #227890;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.mobile-center {
text-align:center !important;
}
.footer-menu ul {
    display: -ms-block !important;
    display: block !important;
    margin-top: 30px;
}
.footer-menu ul li {
    margin-left: 0px;
}
.footer-widget-left {
    padding-right: 15px;
}
.container-full{
	padding-right: 0;
    padding-left: 0;
}
.page-title {
    margin-top: 20px;
        font-size: 44px;
}
.page-header {
    min-height: 250px;
    padding: 20px 0;
    margin-top: -50px;
}
.page-title-padding {
padding: 0px 20px 0px 25px;
box-sizing: border-box;
}
.page-content, .entry-content, .entry-summary {
margin: 0;
}
.split-page-header-inner .page-title {
font-size:25px;
}
.single-post-box h3 {
    margin-bottom: 1em;
}

.footer-widget-right {
	margin-top:20px;
    background-color:#3C99A1;
    padding:20px;
    box-sizing: border-box;
    }
.footer-top {
    padding-bottom: 0px !important;
}
.page-header-inner{
	padding: 0px 15px;
}
}


@media (min-width: 1025px) and (max-width: 1199.98px) {
.header-navigation>ul>li>a {
    padding: 30px 10px;
}
}
@media (max-width: 991.98px) {
    .home-options{
        display: none !important;
    }