@charset "UTF-8";
/*
Theme Name: Freeman Theme
Theme URI: http://localhost/freeman
Author: Great Believer
Author URI: #
Description: Freeman WP Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: freeman
Tags: custom

This theme, like WordPress, is licensed under the GPL.

Based on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc.

*/ 

body {
  background-color: transparent; 
  overflow-x: hidden; 
}

body section p {
  font-size: 1rem;
}

body section p a, 
body section h2 a, 
body section h3 a {
  text-decoration: underline; 
}

.colus {
  display: flex;
  gap: 2rem;
}

.colu-1,
.colu-2 {
  width: 50%;
} 

.has-outline { 
  border-style: solid; 
  border-width: 20px; 
}

.main-nav-wrap {
    align-items: center;
    display: flex;
}

.menu-logo {
    margin: auto 0 !important;
}

.menu-bottom {
    justify-content: space-between !important;
}

.menu-main-container .menu {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0;
}

.menu-main-container .menu li {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1rem;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
}

.menu-main-container .menu>li>a {
    color: #000000 !important;
    margin: 0 1.3rem !important;
    font-weight: 400;
    padding: 0.5rem 0 !important;
    transition: color .2s ease-in-out;
    text-transform: uppercase;
}

.menu-main-container .menu li a:hover {
    color: #ff914d !important;
}

@media screen and (min-width: 992px) {
    .menu-main-container .menu li .sub-menu {
        background-clip: padding-box;
        background-color: #555555;
        border-radius: 0;
        border: 0;
        color: #212529;
        display: none;
        font-size: 1rem;
        left: 0;
        list-style: none;
        margin: 0;
        min-width: 10rem;
        padding: 0.5rem 1.5rem;
        position: absolute;
        text-align: left;
        top: 100%;
        white-space: nowrap;
        z-index: 1000;
    }

    .menu-main-container .menu li:hover .sub-menu {
        display: block;
        z-index: 99;
    }

    .sub-menu li {
        display: block;
    }

    .sub-menu li:not(:last-child) {
        border-bottom: 1px solid #ff8f00;
    }

    .sub-menu li a {
        color: white !important;
        display: block;
        margin: 0 !important;
        transition: all 0.25s ease-in-out;
        padding: 0.5rem 0 !important;
        text-transform: uppercase;
    }
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children>a:after {
    border-bottom: 0;
    border-left: 0.35em solid transparent;
    border-right: 0.35em solid transparent;
    border-top: 0.35em solid;
    content: "";
    display: inline-block;
    margin-left: 0.25rem;
    vertical-align: 0.255em;
}

.extFooter .widget-title {
    color: #ff914d;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1rem;
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
    margin-bottom: 1.5rem !important;
    font-weight: 300;
}

.card-img img {
    height: 100%;
    object-fit: cover;
}

.research-img {
    height: auto;
}

.gallery-wrap {
    display: flex;
    flex-flow: wrap;
    margin: 0 -5px;
}

.gallery-wrap a {
    height: 112.5px;
    margin: 5px;
    width: calc(100%/6 - 10px);
}

.gallery-wrap a img {
    height: 100%;
    object-fit: cover;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100%;
}

.img-wrap img {
    height: auto;
}

.content-block img {
    height: auto;
    width: 100%;
}

.benefit-title {
    text-transform: uppercase;
}

.single img {
    height: auto;
    max-width: 100%;
}

.donate-button {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 25px;
    background: #FF9051;
    color: white;
    text-transform: uppercase;
}

.donate-button:hover {
    color: white;
}

.gallerypage img {
    height: auto;
    max-width: 100%;
}

.error-content-section {
    padding: 250px 20px 200px;
}

.activities-hero .text-element {
    padding: 6rem;
    min-height: 650px;
    display: flex;
    align-items: center;
    padding-top: 14rem;
}

.activities-hero .text-element .mbr-text {
    line-height: 1em;
}

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

    .gallery-wrap a {
        height: 15%;
        width: calc(100%/4 - 10px);
    }

    .activities-hero .text-element {
        min-height: 0;
        padding-top: 6rem;
    }
}

.items-section.last-row .media-container-row>div {
    border-right: none;
}

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

    .main-nav-wrap {
        display: none;
    }

    .menu-main-container .menu {
        align-items: center;
        flex-direction: column;
    }

    .menu-main-container .menu li {
        display: block;
        min-height: 0;
        padding: 5px 0;
        text-align: center;
    }

    .menu-main-container .menu li .sub-menu {
        display: none;
        padding: 10px 0;
    }

    .menu-main-container .menu li .sub-menu a {
        color: #000000 !important;
        margin: 0 1.3rem !important;
        font-weight: 400;
        padding: 0.5rem 0 !important;
        transition: color .2s ease-in-out;
        text-transform: uppercase;
    }

    .menu-main-container .menu li.menu-item-has-children.open>a {
        color: #ff914d !important;
    }

    .menu-main-container .menu li.menu-main-container .menu li.menu-item-has-children.open>a:after {
        border-top-color: #ff914d !important;
    }

    .menu-main-container .menu li .sub-menu a:hover {
        color: #ff914d !important;
    }

    .gallery-wrap a {
        height: 125px;
        width: calc(50% - 10px);
    }

    .text-image .row>div:nth-child(1) {
        padding-top: 1.5rem;
    }

    .activities-hero .text-element {
        min-height: 0;
        padding: 2rem;
    }
}

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

    .gallery-wrap a {
        height: 40vw;
        margin: 5px 0;
        width: 100%;
    }
}

.open-nav .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.open-nav .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.25s;
}

.open-nav .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 0.25s;
}

.open-nav .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s; 
} 

.open-nav .navbar-collapse {} 

#menu-footer.list li.menu-item a {
  color: #FFFFFF; 
} 

/* From the original Leadership single template */ 
.leadership.staff {
  padding-top: 200px;
}

.name-title {
  text-transform: uppercase;
}

.leadership.staff .container {
  background-color: white;
}

.leadership.staff .container .row {
  padding: 0px;
}

.leadershipphoto {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}

.leadershiphead {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
}

.leadershipsubhead {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 15px;
}

.addbotpad {
  padding-bottom: 15px;
}

.justifyit {
  font-family: 'Josefin Sans', sans-serif;
  text-align: justify;
  text-justify: inter-word;
}

.readmore {
  text-decoration: underline !important;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
}

.borderedrow {
  border-bottom: 2px solid #A8A6A7;
}

.lead .row {
  border: 1px solid #919191;
}

.orange {
  background: #FE914E;
  height: 50px;
}

.yellow {
  background: #FFDD5B;
  height: 150px;
}

.darkb {
  background: #3A3637;
  text-align: center;
  color: white;
  padding-top: 35px;
  padding-bottom: 15px;
}

.darkside {
  background: #EBEBEB;
  border: 1px solid #919191;
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

.bio {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
  padding: 50px;
}

.inner {
  font-family: 'Josefin Sans', sans-serif;
  margin-top: 150px;
  font-weight: bold;
  display: inline-block;
}

.fullw {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.honors {
  font-size: 1.1rem;
} 

/* From the original Leadership archive template */ 
.leadership {
  padding-top: 200px;
}

.leadership .container {
  background-color: white;
}

.leadership .container .row {
  padding: 60px;
}

.leadershipphoto {
  width: 100%;
  padding-right: 20px;
}

.leadershiphead {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
}

.leadershipsubhead {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 15px;
}

.addbotpad {
    padding-bottom: 15px;
}

.justifyit {
  font-family: 'Josefin Sans', sans-serif;
  text-align: justify;
  text-justify: inter-word;
  font-size: 1.2rem;
  line-height: 1.4;
}

.readmore {
  text-decoration: underline !important;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
}

.borderedrow {
  border-bottom: 2px solid #A8A6A7;
} 

/* From the original Research Template */ 

.cid-sjeHfDF9Os {
    padding-top: 135px;
    padding-bottom: 15px;
}

.cid-sjeHfDF9Os .mbr-arrow {
    background: #232323 !important;
    opacity: .7;
}

.cid-sjeHfDF9Os .mbr-arrow i {
    color: #ffffff !important;
}

.cid-sjeHfDF9Os .underline .line {
    width: 2rem;
    height: 1px;
    background: #ffffff;
    display: inline-block;
}

.cid-sjeHfDF9Os.cid-sjeHfDF9Os .animated-element,
.cid-sjeHfDF9Os .typed-cursor {
    color: #ffc20f;
}

@media (max-width: 767px) {
    .cid-sjeHfDF9Os .typed-text {
        text-align: center;
    }
}

.cid-sjeHfDF9Os .mbr-text,
.cid-sjeHfDF9Os .typed-text,
.cid-sjeHfDF9Os .mbr-section-btn {
    color: #ffffff;
    text-align: center;
}

.cid-sjeHfDF9Os .mbr-section-title {
    text-align: left;
}

.cid-sjeHIfCEv9 {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #ffffff;
}

.cid-sjeHIfCEv9 h2 {
    text-align: left;
}

.cid-sjeHIfCEv9 h4 {
    text-align: left;
    font-weight: 500;
}

.cid-sjeHIfCEv9 p {
    color: #767676;
    text-align: left;
}

.cid-sjeHIfCEv9 .aside-content {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
}

.cid-sjeHIfCEv9 .block-content {
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    word-break: break-word;
}

.cid-sjeHIfCEv9 .media {
    margin: initial;
    align-items: center;
    -webkit-align-items: center;
}

.cid-sjeHIfCEv9 .mbr-figure {
    align-self: flex-start;
    -webkit-align-self: flex-start;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.cid-sjeHIfCEv9 .card-img {
    padding-right: 2rem;
    width: auto;
}

.cid-sjeHIfCEv9 .card-img span {
    font-size: 72px;
    color: #707070;
}

@media (min-width: 992px) {
    .cid-sjeHIfCEv9 .mbr-figure {
        padding-right: 4rem;
    }
}

@media (max-width: 991px) {
    .cid-sjeHIfCEv9 .mbr-figure {
        padding-right: 0;
        padding-bottom: 1rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 300px) {
    .cid-sjeHIfCEv9 .card-img span {
        font-size: 40px !important;
    }
}

.cid-sjeHIfCEv9 .mbr-text {
    color: #000000;
}

.cid-sjeIWZdKr1 {
    padding-top: 0px;
    padding-bottom: 90px;
    background-color: #ffffff;
}

.cid-sjeIWZdKr1 h2 {
    text-align: left;
}

.cid-sjeIWZdKr1 h4 {
    text-align: left;
    font-weight: 500;
}

.cid-sjeIWZdKr1 p {
    color: #767676;
    text-align: left;
}

.cid-sjeIWZdKr1 .aside-content {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
}

.cid-sjeIWZdKr1 .block-content {
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    word-break: break-word;
}

.cid-sjeIWZdKr1 .media {
    margin: initial;
    align-items: center;
    -webkit-align-items: center;
}

.cid-sjeIWZdKr1 .mbr-figure {
    align-self: flex-start;
    -webkit-align-self: flex-start;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.cid-sjeIWZdKr1 .card-img {
    padding-right: 2rem;
    width: auto;
}

.cid-sjeIWZdKr1 .card-img span {
    font-size: 72px;
    color: #707070;
}

@media (min-width: 992px) {
    .cid-sjeIWZdKr1 .mbr-figure {
        padding-right: 4rem;
    }
}

@media (max-width: 991px) {
    .cid-sjeIWZdKr1 .mbr-figure {
        padding-right: 0;
        padding-bottom: 1rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 300px) {
    .cid-sjeIWZdKr1 .card-img span {
        font-size: 40px !important;
    }
}

.cid-sjeIWZdKr1 .mbr-text {
    color: #000000;
}

/* From the original GalleryPage Template */ 
.gallerypage {
    padding-top: 200px;
}

.gallerypage .container {
    background-color: white;
}

.gallerypage .container .row {
    padding: 60px;
}

.leadershipphoto {
    width: 100%;
    padding-right: 20px;
}

.leadershiphead {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
}

.leadershipsubhead {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    padding-bottom: 15px;
}

.addbotpad {
    padding-bottom: 15px;
}

.justifyit {
    font-family: 'Josefin Sans', sans-serif;
    text-align: justify;
    text-justify: inter-word;
}

.readmore {
    text-decoration: underline !important;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.2rem;
}

.borderedrow {
    border-bottom: 2px solid #A8A6A7;
}


#cboxClose {
    position: absolute;
    top: 0;
    right: 5px;
    display: block;
    background: url(<?php echo get_stylesheet_directory_uri(); ?>/assets/colorbox/images/controls_ids.png) no-repeat top center;
    background-position-x: center;
    background-position-y: top;
    width: 38px;
    height: 19px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: bottom center;
}

#cboxPrevious,
#cboxNext {
    bottom: auto;
    background-image: url(<?php echo get_stylesheet_directory_uri(); ?>/assets/colorbox/images/controls_black.png);
}

#cboxTopRight,
#cboxTopLeft,
#cboxTopCenter,
#cboxMiddleRight,
#cboxMiddleLeft,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
    background-color: #ffffff;
    background-image: none;
}

#cboxCurrent {
    right: 0;
    left: auto;
    bottom: 0px;
    display: none !important;
    color: #000000;
}

#cboxTitle {
    color: #000000;
}

a.gallery img {
    max-width: 150px;
    margin: 5px;
}

.littleitalic {
    font-style: italic;
}

.fullw {
    width: 100%;
}

@media screen and (max-width:450px) {
    a.gallery img {
        max-width: 100%;
        width: 100%;
        margin: 5px;
    }
}

.orange {
    border: 20px solid #ff914d;
}

.info {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.2rem;
} 
.info p {
  font-size: 1.2rem;
}

/* From the original Architecture Template */
.orange img {
    height: auto;
}

#cboxClose {
    position: absolute;
    top: 0;
    right: 5px;
    display: block;
    background: url(<?php echo get_stylesheet_directory_uri(); ?>/assets/colorbox/images/controls_ids.png) no-repeat top center;
    background-position-x: center;
    background-position-y: top;
    width: 38px;
    height: 19px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: bottom center;
}

#cboxPrevious,
#cboxNext {
    bottom: auto;
    background-image: url(<?php echo get_stylesheet_directory_uri(); ?>/assets//colorbox/images/controls_black.png);
}

#cboxTopRight,
#cboxTopLeft,
#cboxTopCenter,
#cboxMiddleRight,
#cboxMiddleLeft,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
    background-color: #ffffff;
    background-image: none;
}

#cboxCurrent {
    right: 0;
    left: auto;
    bottom: 0px;
    display: none !important;
    color: #000000;
}

#cboxTitle {
    color: #000000;
}

.littleitalic {
    font-style: italic;
}

.fullw {
    width: 100%;
}