/**
-----------------------------------------
*
* Custom CSS Styles (NOT scss compiled)
*
-----------------------------------------*/


/**
* Header 
*/

/*
Override default header logo styles
for temporary 130 year Anniversary logo
*/
.main-navbar .navbar {
  padding: 20px 0;
}

.main-navbar .navbar .logo-wrap {
  width: 41%;
  max-width: 460px;
  max-height: 135px;
}

body.afterscroll .main-navbar .navbar {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    
    /*
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25); 
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
    */
}

body.afterscroll .main-navbar .navbar .logo-wrap {
  max-width: 340px;
  max-height: 100px;
}

@media(max-width: 767px) {
  .main-navbar .navbar {
    padding: 15px 0;
  }
  
  .main-navbar .navbar .logo-wrap {
    width: 58%;
    max-width: 280px;
    max-height: 80px;
  }
  
  .main-navbar .navbar .link-and-search-wrap {
    width: 40%;
  }
  
  body.afterscroll .main-navbar .navbar {
    padding: 15px 0;
  }

  body.afterscroll .main-navbar .navbar .logo-wrap {
    max-width: 280px;
    max-height: 80px;
  }
}
/*
END: Override default header logo
*/



/**
* Interior Pages: Banner Second
*/
.banner-second {
    /*
    background: #f0f0f0;
    color: #111;
    */
    background: #1f3763;
    color: #fff;
    min-height: auto !important;
    padding: 55px 0 45px 0 !important;
    border-width: 1px 0;
    border-color: #ddd;
    border-style: solid;
}

@media(max-width: 767px) {
    .banner-second {
        padding: 40px 0 35px 0 !important;
    }
}

.banner-second .bg-img {
    display: none;
}

.banner-second .content h1 {
    color: #fff;
}


/**
* Homepage: Hero
*/
.hero-banner {
}

.hero-banner,
.hero-banner .slide-wrap .inner-wrap {
        min-height: 650px !important;
}

@media (max-width: 991px) {
    .hero-banner,
    .hero-banner .slide-wrap .inner-wrap {
        min-height: 500px !important;
    }
}

.hero-banner .slide-wrap .inner-wrap {
    background: #444;
    overflow: hidden;
}

.hero-banner .slide-wrap .inner-wrap .container {
    padding: 0 10px !important;
    z-index: 5;
}

.hero-banner .slide-wrap .inner-wrap .container .text-wrapper {
    max-width: none !important;
}

.hero-banner .slide-wrap .inner-wrap .video-overlay {
    background: rgb(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    
    visibility: visible !important;
}

.hero-banner .slide-wrap .inner-wrap .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.hero-banner .slide-wrap .inner-wrap video::-webkit-media-controls {
    display: none !important;
}

.hero-banner .slide-wrap .inner-wrap .bg-image {
    display: none !important;
    z-index: 2;
}

.hero-banner .slick-initialized .slick-dots {
    display: none !important;
}


/**
* Hompepage: Latest News & Research section
*/

/* fix featured image display/size */
.resource-cards .card-wrap.big .img-wrap {
    width: 200px !important;
    height: auto !important;
    
    max-width: unset !important;
    max-height: 300px !important;
    
    position: relative;
    overflow: hidden;
}

.resource-cards .card-wrap.big .img-wrap img {
    position: relative;
    height: auto !important;
    width: 100% !important;
}


/*
 * Timeline/History: Video-Overlay
 */
.timeline-video-overlay .video-container {
    height: auto;
    overflow: visible;

    /*
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    */
}

.timeline-video-overlay .video-container > iframe,
.timeline-video-overlay .video-container > object,
.timeline-video-overlay .video-container > embed {
    position: relative;
    top: auto;
    left: auto;

    /*
    width: 100%;
    z-index: 5;
    border: none;
    margin: 3px 0 0 0;
    height: calc(88vh - 40px);
    max-height: 720px;
    */
}


/**
* Blog footnote
*/
.blog-footnote {
    margin-top: 60px;
}

.blog-footnote .footnote-title {
    color: #333;
    font-size: 1.15rem;
}

.blog-footnote .footnote-content {
    border-top: 1px solid #333;
    font-size: 0.95rem;
    padding: 15px 0;
}

.blog-footnote .footnote-content ol,
.blog-footnote .footnote-content ul,
.blog-footnote .footnote-content dl {
    padding-left: 20px;
}

.blog-footnote .footnote-content p {
    margin: 0 0 20px 0;
}


/**
* Footer
*/
.footer-logo-gra img {
    width: 100%;
    max-width: 200px;
    height: auto;
}

@media(min-width: 992px) {
    .footer-logo-gra {
        position: absolute;
        top: 40px;
        right: 40px;
        text-align: center;
        width: 30%;
    }
}

@media(max-width: 991px) {
    .footer-logo-gra {
        padding: 15px;
        text-align: center;
    }
    
    .footer-logo-gra img {
    }
}



/**
* Featured Event (Blade)
*/
section.featured-event {
    background: #ececec;
}

section.featured-event .section-title {
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

@media(max-width: 767px) {
    section.featured-event {
        padding: 60px 0 !important;
    }

    section.featured-event .left-col,
    section.featured-event .right-col {
    }

    section.featured-event .left-col {
        margin-bottom: 20px;
    }
}

@media(min-width: 768px) {
    section.featured-event {
        padding: 72px 0 !important;
    }

    section.featured-event .row {
        padding: 0 15px;
    }

    section.featured-event .left-col {
        float: left;
        margin: 0 -15px;
        padding: 0 30px;
        width: 50%;
    }

    section.featured-event .right-col {
        float: left;
        margin: 0 -15px;
        padding: 0 30px;
        width: 50%;
    }
}

section.featured-event .left-col img {

}

section.featured-event .right-col .title {
    font-size: 28px !important;
    margin-bottom: 10px;
}

section.featured-event .right-col .subtitle {
    font-size: 20px !important;
    margin-bottom: 10px;
}

section.featured-event .right-col .excerpt {
    font-family: "Open Sans",sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
}

section.featured-event .right-col .btn-learn-more {
}


/**
* Member slider
*/
section.member-slider {
}

/*
 Page customizations
*/
.page-node-2 #block-civicfed-content section.member-slider {
    padding-top: 50px;
    padding-bottom: 70px;
    border-top: 1px solid #ddd;
    /*border-bottom: 1px solid #ddd;*/
}

@media(max-width: 991px) {
    .page-node-2 #block-civicfed-content section.member-slider {
    }
    
    .page-node-3910 #block-civicfed-content section.member-slider {
       padding-bottom: 20px; 
    }
}

@media(min-width: 992px) {
    .page-node-2 #block-civicfed-content section.member-slider {
    }
    
    .page-node-3910 #block-civicfed-content section.member-slider {
       padding-bottom: 0; 
    }
}
/*
 END: Page customizations
*/

section.member-slider .section-header {
    margin-bottom: 30px;
    text-align: center;
}

section.member-slider .section-header .container {
    max-width: 900px;
}

section.member-slider .section-header .section-title {
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

section.member-slider .section-header .section-description {
    line-height: 1.4rem;
}

section.member-slider .section-body {
    background: #666;
    padding: 0;
}

section.member-slider .owl-carousel {
    font-family: "Open Sans", sans-serif;
}

section.member-slider .owl-carousel .owl-stage-outer {
}

section.member-slider .owl-carousel .owl-stage {
}

section.member-slider .custom-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media(max-width: 767px) {
    section.member-slider .custom-row .left-col {
        display: none;
    }
    
    section.member-slider .custom-row .middle-col {
        display: block;
        width: 100%;
        padding: 0 40px;
    }
    
    section.member-slider .custom-row .right-col {
        display: none;
    }
    
    section.member-slider .owl-members-two {
        background: #ececec;
    }
    
    section.member-slider .owl-members-two .owl-item {
        padding: 20px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    section.member-slider .custom-row .left-col {
        display: block;
        width: 100%;
        padding: 0 40px;
    }
    
    section.member-slider .custom-row .middle-col {
        display: none;
    }
    
    section.member-slider .custom-row .right-col {
        display: none;
    }
    
    section.member-slider .owl-members-one {
        background: #ececec;
    }
    
    section.member-slider .owl-members-one .owl-item {
        padding: 20px;
    }
}

@media(min-width: 992px) {
    section.member-slider .custom-row .left-col {
        display: block;
        float: left;
        /*width: 440px;*/
        width: 30%;
        
    }
    
    section.member-slider .custom-row .middle-col {
        display: block;
        float: left;
        width: 320px;
        margin-left: 30px;
        z-index: 9;
    }
    
    section.member-slider .custom-row .right-col {
        display: block;
        float: left;
        width: calc(70% - 350px);
        background: #ececec;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    section.member-slider .custom-row .left-col {
        width: 25%;
    }
    
    section.member-slider .custom-row .middle-col {
        width: 320px;
        margin-left: 30px;
    }
    
    section.member-slider .custom-row .right-col {
        width: calc(75% - 350px);
    }
}

section.member-slider .owl-members-one {
}

section.member-slider .owl-members-two {
}

section.member-slider .owl-members-three {
}

section.member-slider .owl-item {
    direction: ltr;
}

@media(min-width: 992px) {
    section.member-slider .owl-members-one {
        height: 100%;
        display: flex;
        align-items: center;
        opacity: 0.3;
    }
    
    section.member-slider .owl-members-one .owl-stage .owl-item:nth-child(1 of .active) {
        display: none;
    }
    
    section.member-slider .owl-members-three {
        height: 100%;
        display: flex;
        align-items: center;
    }
    
    section.member-slider .owl-members-three .owl-item {
        padding: 0 25px 0 40px;
    }
    
    section.member-slider .owl-members-one .item-content {
        display: none;
    }
    
    section.member-slider .owl-members-two .item-content {
        display: none;
    }
    
    section.member-slider .owl-members-three .item-image {
        display: none;
    }
}

section.member-slider .owl-carousel .item-image {
}

section.member-slider .owl-carousel img.thumb {
    width: 100%;
    max-width: 400px;
    height: auto;
}

@media(max-width: 991px) {
    section.member-slider .owl-carousel .item-image {
        margin-bottom: 15px;
    }
    
    section.member-slider .owl-carousel img.thumb {
        max-width: 220px;
    }
}

section.member-slider .owl-carousel .name {
    font-size: 26px;
    font-weight: 600;
}

section.member-slider .owl-carousel .title {
    font-size: 17px;
    font-weight: 600;
}

section.member-slider .owl-carousel .excerpt {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
}

section.member-slider .owl-carousel .excerpt p {
    margin: 0;
}

section.member-slider .owl-carousel .excerpt p:last-child {
    margin-bottom: 0;
}

section.member-slider .owl-carousel .btn-primary {
    background: #fff;
    border: 1px solid #ccc;
    color: #444;
    display: inline-block;
    font-size: 15px;
    padding: 10px 16px;
}

section.member-slider .owl-carousel .btn-primary:hover {
    background: #fff;
    border-color: #111;
    color: #111;
}

section.member-slider .owl-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    width: 100%;
    margin: 0;
}

@media(max-width: 767px) {
    section.member-slider .owl-members-one .owl-nav {
        display: none;
    }
    
    section.member-slider .owl-members-two .owl-nav {
        top: calc(50% - 35px);
    }
    
    section.member-slider .owl-members-three .owl-nav {
        display: none;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    section.member-slider .owl-members-one .owl-nav {
        top: calc(50% - 35px);
    }
    
    section.member-slider .owl-members-two .owl-nav {
        display: none;
    }
    
    section.member-slider .owl-members-three .owl-nav {
        display: none;
    }
}

@media(min-width: 992px) {
    section.member-slider .owl-members-one .owl-nav {
        display: none;
    }
    
    section.member-slider .owl-members-two .owl-nav {
    }
    
    section.member-slider .owl-members-three .owl-nav {
        display: none;
    }
}

section.member-slider .owl-carousel .owl-nav .owl-prev,
section.member-slider .owl-carousel .owl-nav .owl-next {
    background: #af272f;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0;
    
    position: absolute;
    transform: rotate(180deg);
    top: 0;
}

section.member-slider .owl-carousel .owl-nav .owl-prev {
    left: -15px;
}

section.member-slider .owl-carousel .owl-nav .owl-next {
    right: -15px;
}

section.member-slider .owl-carousel .owl-nav .owl-prev span,
section.member-slider .owl-carousel .owl-nav .owl-next span {
    display: inline-block;
    font-size: 40px;
    line-height: 1rem;
}

section.member-slider .owl-carousel .owl-nav .owl-prev:hover,
section.member-slider .owl-carousel .owl-nav .owl-next:hover {
    background: #bf373f;
    color: #fff;
}

@media(max-width: 991px) {
    section.member-slider .owl-carousel .owl-nav .owl-prev,
    section.member-slider .owl-carousel .owl-nav .owl-next {
        width: 40px;
        height: 70px;
    }
    
    section.member-slider .owl-carousel .owl-nav .owl-prev {
        left: -50px;
    }

    section.member-slider .owl-carousel .owl-nav .owl-next {
        right: -50px;
    }
}

@media(min-width: 992px) {
}


/**
* Member Profile page
*/
.member-profile {
}

.member-profile > .main > .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.member-profile .col-content {
}

.member-profile .col-image {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .member-profile .col-content {
    }
    
    .member-profile .col-image {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    }
    
    .member-profile .col-image img {
        max-width: 300px; 
    }
}

@media (min-width: 768px) {
    .member-profile > .main > .container {
        padding-top: 60px;
        padding-bottom: 60px; 
    }
}

.member-profile .title-name {
  font-size: 38px;
  margin-bottom: 5px; 
}

.member-profile .department-wrap {
  color: #af272f;
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 10px; 
}

.member-profile .profile-link {
  margin-top: 30px; 
}

.member-profile .profile-content {
  margin-top: 30px; 
}

.member-profile .label {
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
}

/**
* Tag Cloud
*/
.tag-cloud {
    /* hide until approved 
    display: none !important;*/
    
    border: 1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 20px;
    margin-bottom: 30px;
}

.tag-cloud .title {
    font-size: 22px;
    margin-bottom: 18px;
}

.tag-cloud .title:after {
    content: " ";
    background: #af272f;
    display: block;
    margin: 7px 0 0 0;
    height: 4px;
    width: 65px;
}

.tag-cloud .tags {
    margin: 0 -4px;
}

.tag-cloud .tags * {
    display: inline-block;
}

.tag-cloud .tags .tag {
    background: #b4cecb;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    font-size: 13.5px;
    font-weight: 700;
    margin: 4px;
    padding: 10px 20px;
    
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.tag-cloud .tags .tag:hover {
    background: #3a7c72;
    /*color: rgba(255, 255, 255, 0.7);*/
    color: #fff;
}


/**
* Library page
*/

/*
 Intro section
*/
@media(min-width: 992px) {
    section.library-intro-with-tags .row  {
        align-items: center;
    }
}


/* 
 .library-research-highlight 
*/
section.library-research-highlight {
    padding: 0;
}

section.library-research-highlight.padding-top-normal {
    padding-top: 45px;
}

section.library-research-highlight.padding-top-large {
    padding-top: 90px;
}

section.library-research-highlight.padding-bottom-normal {
    padding-bottom: 45px;
}

section.library-research-highlight.padding-bottom-large {
    padding-bottom: 90px;
}

section.library-research-highlight.section-width-normal .container {
}

section.library-research-highlight.section-width-full .container {
    max-width: none;
}

section.library-research-highlight.section-width-narrow .container {
    max-width: 900px;
}

@media(min-width: 768px) {
    section.library-research-highlight .row .col-content {
        padding-right: 30px;
    }

    section.library-research-highlight .row .col-image {
        /*text-align: left;*/
    }
}

section.library-research-highlight .row .col-image img {
    border: 1px solid #ddd;
    max-height: 460px;
    width: auto;
}

@media(max-width: 767px) {
    section.library-research-highlight .row .col-image img {
        max-width: 300px;
    }
}

section.library-research-highlight .date {
    font-size: 16px;
    margin-bottom: 0.25rem;
}

section.library-research-highlight .title {
    font-size: 24px;
    margin-bottom: 1rem;
}

section.library-research-highlight .description {
    margin-bottom: 0.75rem;
}


/* 
 .library-featured-reports 
*/
section.library-featured-reports {
    background: #ececec;
}

section.library-featured-reports .section-title {
    text-align: center;
}

@media(min-width: 992px) {
    section.library-featured-reports .container .row {
        /*
        margin: 0 -30px;
        width: calc(100% + 60px);
        */
        margin: 0;
    }
}

/*====== OLD ======
section.library-featured-reports .row div {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
}

section.library-featured-reports .row .views-element-container > div {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
}

section.library-featured-reports .row .views-element-container > div .views-row {
    
}

section.library-featured-reports .row .views-element-container > div .views-row .views-field-title {
    height: 100%;
}
====== OLD ======*/


section.library-featured-reports .row .col {
    /*padding: 0;*/
}

section.library-featured-reports .row .col .views-field-title {
    height: 100%;
}


section.library-featured-reports .section-title {
    margin-bottom: 40px;
}

section.library-featured-reports .card {
}

@media(max-width: 991px) {
    section.library-featured-reports .card {
        margin-bottom: 30px;
    }
}

@media(min-width: 992px) {
    section.library-featured-reports .card {
        height: 100%;
        /*margin: 0 12.5px;*/
    }
}

section.library-featured-reports .card .tag {
    margin-bottom: 15px;
}

/*
section.library-featured-reports .card .tag ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
*/

section.library-featured-reports .card .tag a {
    background: #3a7c72;
    /*background: #b4cecb;*/
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

section.library-featured-reports .card .tag a:hover {
    background: #af272f;
    color: #fff;
}

section.library-featured-reports .card .date {
    color: #888;
    font-size: 16px;
    margin-bottom: 0;
}

section.library-featured-reports .card .title {
    font-size: 24px;
}

section.library-featured-reports .card .excerpt {
    padding-bottom: 10px;
}


/* 
 .library-subscribe 
*/
section.library-subscribe {
    background: #b4cecb;
    padding: 40px 0;
    text-align: center;
}

section.library-subscribe > .container {
    max-width: 800px;
}
    
section.library-subscribe .description {
    font-size: 16px;
    margin-bottom: 15px;
}

section.library-subscribe .description p:last-child {
    margin-bottom: 0;
}

section.library-subscribe .title {
    font-size: 24px;
    margin-bottom: 15px;
}

section.library-subscribe .button {
    margin-bottom: 0;
}

section.library-subscribe .button .btn {
    
}


/* 
 Library view 
*/
.library .section-title {
    margin-bottom: 40px;
}

.library .card p {
    height: auto !important;
}

.library .card:after {
    display: none !important;
}




/**
* Events (Featured Categories)
*/

/* 
REMOVE AFTER BUILT
only ovveriides whil staging static html
*/
.page-node-10 {
}

.page-node-10 #block-civicfed-content .contextual-region > div > section.page-body .alert {
    margin-bottom: 0;
}

.page-node-10 #block-civicfed-content .contextual-region > div > section.page-body:nth-child(2) {
    padding-bottom: 0;
}

.page-node-10 #block-civicfed-content .contextual-region > div > section.page-body:nth-child(3) > .container,
.page-node-10 #block-civicfed-content .contextual-region > div > section.page-body:nth-child(4) > .container,
.page-node-10 #block-civicfed-content .contextual-region > div > section.page-body:nth-child(5) > .container {
    padding: 0;
    max-width: none;
}
/*
END: REMOVE AFTER BUILT
*/

.event-feature-categories {
    max-width: 1000px;
}

.event-feature-categories .row {
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.event-feature-categories .row .col {
    padding: 0 15px;
    width: 50%;
    flex: unset;
}

@media(max-width: 991px) {
    .event-feature-categories .row {
        flex-wrap: wrap;
    }
        
    .event-feature-categories .row .col {
        width: 100%;
    }
}

.event-feature-categories .row .card {
    margin-bottom: 40px;
    min-height: 500px;
}

.event-feature-categories .row .card .card-img {
    width: 100%;
    height: 280px;
    display: block;
    /*margin-bottom: 10px;*/
    
    position: relative;
    overflow: hidden;
}

.event-feature-categories .row .card .card-img img {
    webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}

.event-feature-categories .row .card .card-img:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

@media(max-width: 991px) {
    
}

.event-feature-categories .row .card .card-body {
    
}

.event-feature-categories .row .card .card-title {
    margin-bottom: 15px;
}

.event-feature-categories .row .card .card-title a {
    transition: color .3s ease;
}

.event-feature-categories .row .card .card-title a:hover {
    color: #3a7c72;
    color: #000;
}

.event-feature-categories .row .card .card-title a:hover .icon {
    background-position: right center;
}

.event-feature-categories .row .card .card-description {
}




/**
* Events (Category) Landing Page
*/

/* 
REMOVE AFTER BUILT
only ovveriides while staging static html
*/
.page-node-4372 {
}

.page-node-4372 #block-civicfed-content .contextual-region > div > section.page-body .alert {
    margin-bottom: 0;
}

.page-node-4372 #block-civicfed-content .contextual-region > div > section.page-body:nth-child(2) {
    padding: 0;
}

/*
.page-node-4372 #block-civicfed-content .contextual-region > div > section.page-body:nth-child(3) > .container,
.page-node-4372 #block-civicfed-content .contextual-region > div > section.page-body:nth-child(4) > .container,
.page-node-4372 #block-civicfed-content .contextual-region > div > section.page-body:nth-child(5) > .container {
    padding: 0;
    max-width: none;
}
*/
/*
END: REMOVE AFTER BUILT
*/



/*
 Event Catgeories Intro
*/
.event-categories-intro {  
}

.event-categories-intro .title {
    margin-bottom: 30px;
}

.event-categories-intro .title:after {
    content: " ";
    background: #af272f;
    display: block;
    margin: 20px 0 0 0;
    height: 5px;
    width: 110px;
}

@media(min-width: 768px) {
    .event-categories-intro .row {
        align-items: center;
    }
    
    .event-categories-intro .row .col-text {
        
    }
}



/**
* Tableau Map Embed
*/
section.tableau-maps {
    background: #b4cecb;
}

section.tableau-maps .container {
}

section.tableau-maps .section-title {
    font-size: 28px;
    margin-bottom: 35px;
    text-align: center;
    text-transform: uppercase;
}

section.tableau-maps .description {
    margin-bottom: 30px;
}

section.tableau-maps .description p {
    font-size: 14.5px;
    letter-spacing: 0.1px;
    margin: 0 0 15px 0;
}

section.tableau-maps .tableau-viz {
}

section.tableau-maps .tableau-viz article {
    margin-bottom: 30px;
}

/*
section.tableau-maps .tableau-viz article .tableauViz-container {
    transform-origin: left top !important;
    transform: scale(1) !important;
    min-height: 640px !important;
}

section.tableau-maps .tableau-viz article .tableauViz-container .tableauViz iframe {
    height: 580px !important;
    width: 660px !important;
}
*/

@media(max-width: 1199px) {
    section.tableau-maps {
        padding: 30px 0;
    }

    section.tableau-maps .tableau-viz article .tableauViz-container .tableauViz {
        justify-content: center;
    }
}

@media(min-width: 1200px) {
    section.tableau-maps .tableau-viz {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    
    section.tableau-maps .tableau-viz article {
        flex: 0 0 auto;
        width: 50%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

/**
* Homepage edits
*/

/* 
 Latest News & Reserach
*/
.resource-cards .card-wrap.card {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/*
.resource-cards .card-wrap.bg-grey {
    background-color: #ebebeb;
}

.resource-cards .card-wrap.bg-grey:hover {
    background-color: #af272f; 
}

.resource-cards .card-wrap.bg-grey:hover span {
    color: #fff; 
}

.resource-cards .card-wrap.bg-grey:hover h4 {
    color: #fff; 
}
*/

.resource-cards .card-wrap.bg-light-gray {
    background-color: #ebebeb;
}

.resource-cards .card-wrap.bg-light-gray:hover {
    background-color: #af272f;
    color: #fff;
}

.resource-cards .card-wrap.bg-light-gray:hover a,
.resource-cards .card-wrap.bg-light-gray:hover span,
.resource-cards .card-wrap.bg-light-gray:hover h4 {
    color: #fff; 
}

.resource-cards .card-wrap.bg-light-green {
    /*background-color: #b4cecb;
    background-color: #c4dedb;
    background-color: #c9e6e3;
    background-color: #d3efec;*/
    background-color: #c9e6e3;
}

.resource-cards .card-wrap.bg-light-green:hover {
    background-color: #af272f;
    color: #fff;
}

.resource-cards .card-wrap.bg-light-green:hover a,
.resource-cards .card-wrap.bg-light-green:hover span,
.resource-cards .card-wrap.bg-light-green:hover h4 {
    color: #fff; 
}

.resource-cards .card-wrap span {
    margin-bottom: 0;
}

.resource-cards .card-wrap.big h4 {
    margin-bottom: 15px !important;
}

.resource-cards .card-wrap h4 {
    margin-bottom: 0 !important;
}





