html, body {   
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
body, wrapper {
    min-height: 100vh;
}
wrapper {
    overflow: hidden;
}





/*------------------------------
            Global        
------------------------------*/
a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover {
    color: #6ba31a;
    text-decoration: none;
}
.trans {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.f-1125 {
    font-size: 1.125rem;
}





/*------------------------------
            Navbar
------------------------------*/
.navbar {
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    padding: 1.25rem 0;
    background-color: transparent;
}
.navbar .navbar-brand {
    width: 100%;
    max-width: 12rem;
    background-color: #fff;
    padding: 1rem;
}
.navbar .navbar-toggler {
    cursor: pointer;
    border: none;
    outline: none;
}
.navbar .fas {
    color: #5e9314;
    transform: scale(1.5, 1.5);
    padding: 0.5rem;
}
.navbar .navbar-nav {
    background-color: #fff;
    margin-top: -5rem;
}
.navbar .nav-item.nav-link {
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    padding: 1.1rem 0.25rem;
    margin: 0 0 0 0.25rem;
}
.navbar .nav-item.nav-link:hover,
.navbar .nav-item.nav-link.active {
    color: #5e9314;
}
.navbar .dropdown button {
    color: #fff;
    background-color: #5e9314;
    border: none;
}
.navbar .dropdown:hover > button:hover {
    color: #fff;
}
.navbar .dropdown button:focus {
    outline: none;
    box-shadow: none;
}





/*------------------------------
            Header        
------------------------------*/
header {
    background: linear-gradient(rgba(0,0,0,0.0),rgba(0,0,0,0.0)), url(../images/hdr-bio.jpg) center center no-repeat;
    background-size: cover;
    min-height: 16.25rem;
}
header .content {
    margin: 14rem 0 5rem;
}
header h2 {
    color: #6da520;
    font-size: 1.875rem;
    max-width: 34rem;
    margin-bottom: 1rem;
}
header h3 {
    font-size: 1.125rem;
    line-height: 1.6;
    max-width: 34rem;
    margin-bottom: 1rem;
}
#investment-strategy header {
    background: linear-gradient(to right,#f6f6f6 30%,rgba(0,0,0,0.0)), url(../images/hdr-strategy.jpg) center center no-repeat;
    background-size: cover;
}
#investment-criteria header {
    background: linear-gradient(to right,#f6f6f6 30%,rgba(0,0,0,0.0)), url(../images/hdr-criteria.jpg) center center no-repeat;
    background-size: cover;
}
#investment-strategy header .content,
#investment-criteria header .content {
    min-height: 16.25rem;
}
#investment-criteria header .content h2 {
    font-weight: 700;
}
#investment-criteria header .content h3 {
    font-size: 1.875rem;
    line-height: 1.2;
}
#portfolio header {
    background: url(../images/hdr-portfolio.jpg) center top 10% no-repeat;
    background-size: cover;
}
#contact header,
#privacy header,
#terms header {
    background: url(../images/hdr-contact.jpg) center top 10% no-repeat;
    background-size: cover;
}





/*------------------------------
             Home        
------------------------------*/
.home-content {
    height: calc(100vh - 2.6rem);
    min-height: 51rem;
    background: url(../images/home-bg.jpg) center top 70% no-repeat;
    background-size: cover;
}
.home {
    color: #fff;
    display: flex;
    flex: 1;
}
.home .row {
    padding-bottom: 6vmin;
}
.home h1 {
    font-size: 2.25rem;
    font-weight: 700;
    max-width: 38rem;
    margin-bottom: 1rem;
    text-shadow: -1px -1px 15px rgb(37, 37, 37);
}
.home a {
    color: #6ba31c;
    background-color: #fff;
    font-size: .9375rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: .25rem .75rem;
    border-radius: 1rem;
    margin-right: auto;
}
.home a:hover {
    color: #fff;
    background-color: #6ba31c;;
}
.home iframe {
    width: 30rem;
    max-width: 100%;
    height: 16rem;
    border: none;
}





/*------------------------------
          Description        
------------------------------*/
.description {
    background-color: #fff;
    padding: 1.75rem 0;
}
.description h6 {
    color: #6ba31c;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #dee400;
    margin-bottom: 0.75rem;
}
.description p {
    font-size: 0.9375rem;
    margin-bottom: 1.75rem;
}
.description a {
    display: block;
    color: #6ba31c;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1.75rem;
}
.description a:hover {
    color: #dee400;
}





/*------------------------------
             Team        
------------------------------*/
.team {
    padding: 3rem 0 6rem;
}
.team h5 {
    font-size: 1.875rem;
    margin-bottom: 2.5rem;
}
.team h5 span {
    color: #6da520;
    font-weight: 700;
}
.team h6 {
    color: #6da520;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}
.team .line {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    padding-top: 1.2rem;
}
.team .col-md-3.pl-md-0 {
    margin-bottom: 1.875rem;
}
.team .img-container {
    position: relative;
    max-height: 19rem;
    overflow: hidden;
}
.team .img-container img {
    width: 100%;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(117, 130, 20, 0.7);
    text-align: center;
    opacity: 0;
}
.team a:hover > .img-container .overlay {
    opacity: 1;
}
.team .overlay .meet {
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0;
}
.team .overlay .meet span {
    display: inline-block;
    width: 1.75rem;
    height: 1px;
    background-color: #fff;
    margin: 0.3rem 0.5rem;
}
.team .overlay .name {
    color: #fff;
}
.team .content {
    color: #5a483a;
    background-color: #f0f0f0;
    padding: 2rem;
}
.team .name {
    color: #6ba31a;
    font-size: 1.25rem;
    margin-bottom: 0.125rem;
}
.team .title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.1;
}
.address-list li i {
    display: inline-block;
    width: 1.75rem;
    font-size: 0.9375rem;
}
.address-list li i.fa-phone {
    position: relative;
    top: 0.4rem;
    left: -0.45rem;
    transform: rotate(90deg);
}





/*------------------------------
            Team Bio        
------------------------------*/
.team-nav {
    padding: 3rem 0 0.5rem;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 2.5rem;
}
.team-nav .nav-item {
    color: #6ba31a;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.team-nav .nav-item:hover {
    color: #81c320;
}
.team-nav .nav-item .fas {
    position: relative;
    top: -0.1rem;
    font-size: 0.875rem;
}
.bio {
    padding-bottom: 6rem;
}
.bio .img-container {
    margin-bottom: 1rem;
}
.bio .img-container img {
    width: 100%;
}
.bio .logo img {
    width: 10rem;
}
.bio .name {
    color: #6ba31a;
    font-size: 2.125rem;
    margin-bottom: 0;
}
.bio .title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2rem;
}
.bio hr {
    border-top: 1px solid #d8d8d8;
    margin: 1.75rem 0;
}
.bio p {
    margin-bottom: 1.5rem;
}
.bio p:last-child {
    margin-bottom: 0;
}
.bio p b {
    color: #6ba31a;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}





/*------------------------------
       Investment Strategy        
------------------------------*/
.strategy {
    padding: 3rem 0 6rem;
}
.info h5 {
    color: #6da520;
    font-size: 1.875rem;
    margin-bottom: 1rem;
}
.info h6 {
    font-size: 1.25rem;
    font-weight: 600;
}
.info hr {
    border-top: 1px solid #d8d8d8;
    margin: 2rem 0;
}
.midwest-list li {
    position: relative;
    padding-left: 2.75rem;
    margin-bottom: 2.25rem;
}
.midwest-list i.d-flex {
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 100%;
    background-color: #e9ec8a;
}
.midwest-list i.m-auto {
    position: relative;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 100%;
    background-color: #b8bd09;
}
.strategy .img-container {
    height: 28rem;
    background: url(../images/aerial-strategy.jpg) center center no-repeat;
    background-size: cover;
    border: 5px solid #d2d2d2;
}
.strategy img {
    width: 7.75rem;
    margin-bottom: 0.75rem;
}
.strategy .insight {
    color: #5a483a;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}





/*------------------------------
      Investment Criteria        
------------------------------*/
.criteria {
    padding: 3rem 0 6rem;
}
.port-info .col-6 {
    margin: 1rem 0;
}
.port-info h5 {
    color: #fff;
    background-color: #6ea621;
    font-family: 'Barlow Condensed', 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.65rem 1rem;
    margin-bottom: 1.75rem;
}
.port-info .img-container {
    min-height: 3rem;
}
.port-info img {
    max-width: 10rem;
}
.port-info .numbers {
    font-size: 2.5rem;
    font-weight: 300;
    margin: 0;
}
.criteria .header {
    color: #6ea621;
    font-size: 3.75rem;
    margin: 4.25rem 0 1rem;
}
.v-line {
    position: absolute;
    top: -4.2rem;
    left: -0.9375rem;
    display: block;
    width: 1px;
    height: 20rem;
    background-color: #d8d8d8;
}
.t-line {
    position: absolute;
    top: 1.3rem;
    left: -1.875rem;
    display: block;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    transform: rotate(315deg);
}
.criteria .col-md-12 hr {
    border-top: 1px solid #d8d8d8;
    margin: 4rem 0 2.5rem;
}
.criteria .list-inline img {
    max-width: 7.75rem;
}
.criteria .amount {
    color: #6da520;
    font-size: 1.875rem;
    margin: 1.5rem 0 0;
}
.criteria .desc {
    color: #5a483a;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3rem;
}
.criteria .list-inline hr {
    border-top: 1px solid #d8d8d8;
    margin: 0.75rem 0 1.25rem;
}
.opportunities {
    padding-bottom: 6rem;
}
.opportunities h6 {
    color: #6da520;
    font-size: 1.875rem;
    text-align: center;
    margin-bottom: 1.5rem;
}
.opportunities .img-container {
    height: 9.5rem;
    background: url(../images/criteria-icons/business-services.jpg) left center no-repeat;
    background-size: cover;
}
.opportunities .col-md-3:nth-child(3) .img-container {
    height: 9.5rem;
    background: url(../images/criteria-icons/manufacturing.jpg) center center no-repeat;
    background-size: cover;
}
.opportunities .col-md-3:nth-child(4) .img-container {
    height: 9.5rem;
    background: url(../images/criteria-icons/food.jpg) center center no-repeat;
    background-size: cover;
}
.opportunities .col-md-3:nth-child(5) .img-container {
    height: 9.5rem;
    background: url(../images/criteria-icons/distribution.jpg) center center no-repeat;
    background-size: cover;
}
.opportunities h5 {
    color: #5a483a;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 0.75rem 0 1rem;
}





/*------------------------------
            Portfolio        
------------------------------*/
.portfolio {
    padding: 3rem 0 6rem;
}
.portfolio h4 {
    font-size: 1.875rem;
    margin-bottom: 2.5rem;
}
.portfolio h4 b {
    color: #6da520;
    font-weight: 700;
}
.portfolio .nav {
    background-color: #f1f1f1;
    border: 1px solid #d8d8d8;
    margin-bottom: 2.875rem;
}
.portfolio .nav .nav-item {
    cursor: pointer;
    color: #5a483a;
    background-color: #f1f1f1;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.625rem 1.625rem;
    border-right: 1px solid #d8d8d8;
    margin: 0;
}
    .portfolio .nav .nav-item:first-child,
    .portfolio .nav .nav-item:first-child:hover {
        /*color: #fff;
    background-color: #5a483a;
    border-color: #5a483a;*/
        cursor: pointer;
        color: #5a483a;
        background-color: #f1f1f1;
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 1rem;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0.625rem 1.625rem;
        border-right: 1px solid #d8d8d8;
        margin: 0;
    }
.portfolio .nav .nav-item:hover,
.portfolio .nav .nav-item.active {
    color: #fff;
    background-color: #6da520;
    border-color: #6da520;
}
.portfolio .nav .nav-item input {
    display: none;
}
.portfolio .image-item {
    position: relative;
}
.portfolio .img-container {
    position: relative;
    cursor: pointer;
    height: 12.5rem;
    padding: 1rem;
    border: 1px solid #d8d8d8;
    margin-bottom: 2rem;
}
.portfolio .image-item:hover > .overlay {
    opacity: 1;
}
.portfolio .img-container img {
    position: relative;
    width: 12rem;
    height: 38%;
    object-fit: contain;
}
.portfolio .img-container img:only-child {
    width: 12rem;
    height: 75%;
}
.portfolio .img-container span {
    width: 100%!important;
    border: none!important;
    margin: auto 0!important;
}
.portfolio .overlay {
    left: .9375rem;
    width: calc(100% - 1.875rem);
    height: calc(100% - 2rem);
    background: linear-gradient(rgba(75,149,0,0.8), rgba(129,187,70,0.8));
}
.portfolio .overlay ul li {
    color: #fff;
    padding-bottom: 0.25rem;
    margin-bottom: 0.25rem;
}
.portfolio .overlay ul li:not(:last-child) {
    border-bottom: 1px solid #fff;
}
.portfolio .mgp-chart {
    margin: 5rem 0 0;
}
.portfolio .mgp-chart h4 {
    color: #5e9314;
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center;
    margin-top: -1rem;
    margin-bottom: 4rem;
}





/*------------------------------
        Portfolio Modal        
------------------------------*/
.modal .modal-dialog {
    margin-top: calc(1rem + 8vh);
}
.modal .modal-header {
    background-color: #6da520;
    padding: 0.5rem 1.75rem;
    border-radius: 0;
}
.modal .modal-content {
    border-radius: 0;
}
.modal .modal-body {
    padding: 0 1.75rem 3rem;
    border-radius: 0;
}
.modal .modal-link {
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.modal .modal-link:hover {
    color: #f9f9f9;
}
.modal .modal-link i {
    position: relative;
    top: -0.05rem;
    font-size: 1rem;
}
.modal button {
    z-index: 99;
    cursor: pointer;
    opacity: 1;
    position: absolute;
    right: 3rem;
    top: 4.5rem;
}
.modal button:focus {
    outline: none;
}
.modal button span {
    display: inline-block;
    height: 2.5rem;
    width: 5px;
    background-color: #999;
    margin: 0 -0.375rem;
}
.modal button span:first-child {
    transform: rotate(135deg);
}
.modal button span:last-child {
    transform: rotate(45deg);
}
.modal .img-container {
    height: 16rem;
    padding: 2rem;
    margin-bottom: 2rem;
}
.modal .VimeoVideo .img-container img {
    object-fit: cover;
}
.modal .img-container.logo-container img {
    position: relative;
    width: 12rem;
    height: 38%;
    object-fit: contain;
    margin: 0 auto;
}
.modal .img-container.logo-container img:only-child {
    width: 12rem;
    height: 75%;
    margin: auto;
}
.modal .img-container.logo-container img[src*='mgpfunds-incorp-eastcoast-gastonia-siqjpg'],
.modal .img-container.logo-container img[src*='Goodmans-SF-J'] {
    width: 17rem;
}
.modal .img-container span {
    width: 100%!important;
    border: none!important;
    margin: auto 0!important;
}
.modal iframe {
    position: relative;
    left: -1.75rem;
    width: calc(100% + 3.5rem);
    height: 100%;
}
.modal h5 {
    color: #6da520;
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
}
.modal ul li {
    padding: 0 1rem 1rem;
    border-bottom: 1px solid rgba(90, 72, 58, 0.25);
    margin-bottom: 1rem;
}
.modal ul li:last-child {
    padding: 0 1rem 1rem;
    border-bottom: none;
    margin-bottom: 1rem;
}
.modal ul li span {
    display: block;
    color: #6da520;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: -.5px;
    text-transform: uppercase;
    margin-bottom: .125rem;
}
@media (min-width: 992px) {
    .modal .modal-body {
        position: relative;
    }
    .modal .modal-body .row {
        z-index: 3;
        position: relative;
    }
    .modal .modal-body::after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: calc(50% - 1.25rem);
        height: 100%;
        content: '';
        background-color: rgba(94, 147, 20, 0.25);
    }
}
@media (min-width: 1200px) {
    .modal-lg {
        max-width: 940px;
    }
    .modal p,
    .modal ul li {
        font-size: 1.125rem;
    }
    .modal ul {
        padding: 0 2rem;
    }
}
@media (max-width: 767px) {
    .modal .col-lg-6:first-child {
        order: 2;
    }
    .modal .col-lg-6:last-child {
        order: 1;
    }
    .modal .img-container {
        height: 12rem;
    }
    .modal .col-lg-6:last-child .img-container  {
        margin-bottom: 0;
    }
    .modal ul li {
        padding: 0 0 1rem!important;
    }
    .modal-header .close {
        margin-top: -2.5rem;
    }
    .modal button span {
        height: 2rem;
    }
}





/*------------------------------
            News        
------------------------------*/
.news {
    padding: 3rem 0 6rem;
}
.news hr {
    margin: 1.75rem 0;
}
.news .img-container {
    height: 14rem;
    padding: 2rem;
    border: 1px solid #d8d8d8;
}
.news .content {
    min-height: 75%;
}
.news .date {
    color: #333;
    opacity: .5;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
}
.news .title {
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 3rem;
}
.news p {
    color: #333;
    font-size: 1.125rem;
    margin-bottom: 2rem;
}
.news .read-more {
    color: #6da520;
    font-size: .75rem;
    font-weight: 700;
    margin: auto 0 1rem;
}
.news a:hover > div .read-more {
    color: #dee400;
}
@media (max-width: 1199px) {
    .news .img-container {
        height: 12rem;
    }
}
@media (max-width: 991px) {
    .news .img-container {
        height: 10rem;
        padding: 2rem 1rem;
    }
}
@media (max-width: 767px) {
    .news .img-container {
        margin-bottom: 1rem;
    }
    .news p {
        margin-bottom: 1rem;
    }
}




/*------------------------------
            Contact        
------------------------------*/
.contact {
    padding: 3rem 0 6rem;
}
.contact h4 {
    font-size: 1.875rem;
    margin-bottom: 2rem;
}
.contact h4 b {
    color: #6da520;
    font-weight: 700;
}
.contact h5 {
    color: #6da520;
    font-size: 1.5625rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
}
address {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}
address span {
    color: #6da520;
    font-weight: 700;
}
address i {
    display: inline-block;
    width: 1.75rem;
    font-size: 0.9375rem;
}
address i.fa-phone {
    position: relative;
    top: 0.4rem;
    left: -0.45rem;
    transform: rotate(90deg);
}
.contact .map {
    position: relative;
    height: 15rem;
    margin-bottom: 1rem;
}
.contact .map img.pin-1 {
    position: absolute;
    top: 33%;
    left: 40%;
}
.contact .map img.pin-2 {
    position: absolute;
    top: 38%;
    left: 44%;
}
.contact .map img.pin-3 {
    position: absolute;
    top: 44%;
    left: 58%;
}
.contact .map img.pin-4 {
    position: absolute;
    top: 47%;
    left: 43%;
}
.contact hr {
    margin: 0 0 2.5rem;
}
.contact .contact-list li {
    color: #6da520;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.contact .contact-list li i {
    display: inline-block;
    color: #5A483B;
    width: 1.5rem;
}
.contact .contact-list li a {
    color: #6da520;
}
.contact .contact-list li a:hover {
    color: #5A483B;
}





/*------------------------------
     Privacy & Terms of Use        
------------------------------*/
.privacy {
    padding: 3rem 0 6rem;
}
.privacy h4 {
    font-size: 1.875rem;
    margin-bottom: 2rem;
}
.privacy h4 b {
    color: #6da520;
    font-weight: 700;
}
.privacy p,
.privacy ul {
    margin-bottom: 1.75rem;
}





/*------------------------------
            Footer        
------------------------------*/
footer {
    color: #fff;
    background-color: #5e9314;
    padding: 0.75rem 0;
}
footer .nav-item {
    color: #fff;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0 0.25rem;
}
footer .nav-item:hover {
    color: #c6cc0b;
}
footer .nav-item:not(:last-child)::after {
    content: '|';
    color: #fff;
    padding-left: 0.5rem;
    position: relative;
    top: -0.05rem;
}





/*------------------------------
          Media Query        
------------------------------*/
@media (min-width: 992px) {
    .navbar .nav-item.nav-link:not(:nth-last-child(-n+2))::after {
        content: '|';
        padding-left: 1rem;
    }
    .navbar .nav-item.nav-link:last-child {
        color: #fff;
        padding: 0;
        background-color: #5e9314;
    }
    .navbar .nav-item.nav-link:last-child:hover {
        background-color: #6da520;
    }
}
@media (min-width: 768px) {
    .team .col-md-3.pl-md-0 {
        margin-left: -0.9375rem;
    }
}
@media (max-width: 1199px) {
    .home-content {
        height: auto;
    }
    .home iframe {
        height: 14rem;
    }
    .description {
        padding: 1.75rem 0 0.25rem;
    }
    .team .img-container {
        max-height: 16rem;
    }
    .team .content {
        padding: 1.5rem;
    }
    .port-info h5 {
        font-size: 0.8375rem;
        padding: 0.65rem 0.75rem;
    }
    .port-info .numbers {
        font-size: 2rem;
    }
    .criteria .header {
        font-size: 3rem;
    }
    .t-line {
        top: 1rem;
    }
}
@media (max-width: 991px) {
    .navbar {
        position: relative;
        padding: 0.5rem 0;
        background-color: transparent;
    }
    .navbar .navbar-brand {
        max-width: 8rem;
        padding: 0 1rem;
    }
    .navbar .navbar-nav {
        text-align: center;
        margin: 0;
    }
    .navbar .nav-item.nav-link {
        padding: 0.125rem 0;
        margin: 0;
    }
    header {
        min-height: 12rem;
    }
    header .content {
        margin: 2rem 0 2rem;
    }
    header h2 {
        font-size: 1.5rem;
    }
    header h3 {
        font-size: 1rem;
    }
    #investment-strategy header .content, #investment-criteria header .content {
        min-height: 12rem;
    }
    #investment-criteria header .content h3 {
        font-size: 1.125rem;
    }
    .home h1 {
        font-size: 1.625rem;
    }
    .home iframe {
        height: 10rem;
    }
    .team h5 {
        font-size: 1.25rem;
    }
    .team h6 {
        font-size: 1.125rem;
    }
    .team .content {
        padding: 1rem 0.75rem;
    }
    .team .content ul li {
        font-size: 0.87rem;
    }
    .info h5 {
        font-size: 1.5rem;
    }
    .info h6 {
        font-size: 1.125rem;
    }
    .midwest-list li {
        margin-bottom: 1.5rem;
    }
    .strategy .img-container {
        margin-bottom: 2rem;
    }
    .strategy .insight {
        margin-bottom: 2rem;
    }
    .v-line,
    .t-line {
        display: none;
    }
    .portfolio h4 {
        font-size: 1.5rem;
    }
    .modal.fade .modal-dialog {
        margin-top: 1rem;
    }
    .modal .modal-link {
        font-size: 1rem;
    }
    .contact h4 {
        font-size: 1.5rem;
    }
    .p-tablet {
        padding: 3.5rem 0 !important;
    }
}
@media (max-width: 767px) {
    header {
        min-height: 8rem;
    }
    .home .row {
        padding-bottom: 20vmin;
    }
    .home h1 {
        font-size: 1.25rem;
        padding-top: 1rem;
    }
    .home a {
        font-size: 0.875rem;
    }
    .home iframe {
        height: 13rem;
        margin-top: 4rem;
    }
    .description h6 {
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .description p {
        margin-block-end: 0.75rem;
    }
    .description a {
        margin-bottom: 2rem;
    }
    .team .col-md-3 {
        max-width: 24rem;
        margin: 0 auto;
    }
    .team .img-container {
        max-height: 100%;
    }
    .team .content {
        padding: 1rem;
    }
    .team-nav {
        padding: 2.5rem 0 1rem;
        margin-bottom: 2rem;
    }
    .team-nav .nav-item {
        font-size: 1rem;
    }
    .bio {
        padding-bottom: 3rem;
    }
    .criteria .header {
        font-size: 1.75rem;
    }
    .criteria .amount {
        font-size: 1.5rem;
        margin: 0.5rem 0 0;
    }
    .opportunities {
        padding-bottom: 3rem;
    }
    .opportunities h6 {
        font-size: 1.25rem;
    }
    .portfolio .nav .nav-item {
        font-size: 0.875rem;
        padding: 0.5rem 1rem;
    }
    .portfolio .nav .nav-item:last-child {
        border-right: none;
    }
    .portfolio .mgp-chart h4 {
        font-size: 1.5rem;
        font-weight: 600;
        margin-top: -2rem;
        margin-bottom: 4rem;
    }
    .contact h4 {
        font-size: 1.25rem;
    }
    .contact h4 b {
        font-size: 1.5rem;
    }
    .contact h5 {
        font-size: 1.25rem;
        margin: 0 0 1rem;
    }
    .contact address {
        font-size: 1rem;
    }
    .contact .contact-list li {
        font-size: 1rem;
        margin-bottom: .5rem;
    }
    address {
        margin-bottom: 1.5rem;
    }
    footer .nav-item:not(:last-child)::after {
        content: '';
    }
    .f-1125 {
        font-size: 1rem;
    }
    .p-mobile {
        padding: 2.5rem 0 !important;
    }
}
@media (max-width: 667px) {
    
}
@media (max-width: 575px) {
    
}




