/*
Theme Name: MACP 2021
Author: Haberman (Jesse Ross)
Author URI: https://modernstorytellers.com/
*/

/*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}*/


body {
  color: #545454;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  color: #253188;
  font-family: 'Merriweather', serif;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 28px;
}

h3,
.h3 {
  font-size: 21px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
h6,
.h5,
.h6,
.h7 {
  color: #253188;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

h5,
.h5 {
  font-size: 18px;
  text-transform: uppercase;
}

h6,
.h6 {
  font-size: 14px;
  text-transform: uppercase;
}

.h7 {
  font-size: 12px;
  text-transform: uppercase;
}

li a,
p a {
  color: #007680;
  text-decoration: underline;
}

p {
  font-size: 18px;
}

p.small {
  font-size: 14px;
}

p.smaller {
  font-size: 12px;
}

.macp-about-approach {
  padding-bottom: 50px;
  padding-top: 50px;
}

.macp-about-entities {
  padding-bottom: 50px;
  padding-top: 150px;
  position: relative;
}

.macp-about-entities .container {
  border: 2px solid #D69A2D;
  padding-bottom: 30px;
  padding-top: 40px;
  padding: 40px 40px 30px 40px;
}

.macp-about-entities-rule {
  border-right: 2px solid #D69A2D;
  height: 200px;
  left: 50%;
  position: absolute;
  top: -50px;
  width: 0;
}

.macp-about-entities-rule-bottom {
  border-right: 2px solid #D69A2D;
  bottom: 0;
  height: 50px;
  left: 50%;
  position: absolute;
  width: 0;
}

.macp-about-entities-title {
  margin-bottom: 30px;
  text-align: center;
}

.macp-about-history-intro {
  padding-bottom: 50px;
  padding-top: 50px;
}

.macp-about-home-item {
  margin-bottom: 30px;
}

.macp-about-home-item-text {
  padding: 30px;
}

.macp-about-home-items {
  padding-bottom: 50px;
  padding-top: 50px;
}

.macp-about-intro {
  margin-bottom: 50px;
  margin-top: 50px;
}

.macp-about-intro.macp-bkgnd-gray {
  padding-bottom: 50px;
  padding-top: 50px;
}

.macp-about-intro h2 {
  margin-bottom: 20px;
}

.macp-about-timeline {
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
}

.macp-about-timeline .container {
  position: relative;
}

.macp-about-timeline-card {
  background: #fff;
  margin: 50px auto;
}

.macp-about-timeline-card > div {
  border: 2px solid #6787B7;
  padding: 0;
}

.macp-about-timeline-card > div:first-of-type {
  border-right: 0;
}
.macp-about-timeline-card > div:last-of-type {
  border-left: 0;
}
.macp-about-timeline-card > div.order-lg-2:first-of-type {
  border-left: 0;
  border-right: 2px solid #6787B7;
}
.macp-about-timeline-card > div.order-lg-1:last-of-type {
  border-left: 2px solid #6787B7;
  border-right: 0;
}
@media (max-width: 991px) {
  .macp-about-timeline-card > div:first-of-type,
  .macp-about-timeline-card > div.order-lg-2:first-of-type {
    border-left: 2px solid #6787B7;
    border-right: 2px solid #6787B7;
    border-bottom: 0;
  }
  .macp-about-timeline-card > div:last-of-type,
  .macp-about-timeline-card > div.order-lg-1:last-of-type {
    border-left: 2px solid #6787B7;
    border-right: 2px solid #6787B7;
    border-top: 0;
  }
}

.macp-about-timeline-rule {
  border-right: 2px solid #6787B7;
  height: calc(100% - 160px);
  left: 50%;
  position: absolute;
  top: 55px;
  width: 0;
}

.macp-about-timeline-text {
  padding: 40px;
  text-align: center;
}

.macp-about-timeline-text-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
}

.macp-article {
  padding-bottom: 50px;
  padding-top: 50px;
}

.macp-article hr {
  margin-bottom: 50px;
  margin-top: 50px;
}

.macp-article-body h4 em {
  letter-spacing: 0.5px;
  line-height: 1.25em;
}

.macp-article-img {
  margin-bottom: 20px;
  max-width: 33%;
}

.macp-article-img--right {
  float: right;
  margin-left: 20px;
}

.macp-banner {
  background: #000;
  text-align: center;
}

.macp-banner .purple {
  background: #671E75;
}

.macp-banner .red {
  background: #971B2F;
}

.macp-banner p,
.macp-banner p a {
  color: #fff;
  margin-bottom: 0;
}

.macp-banner-text {
  padding: 10px;
}

.macp-bkgnd-blue {
  background: #253188;
}

.macp-bkgnd-gray {
  background: #F0F0F0;
}

.macp-bkgnd-teal {
  background: #007680;
}

.macp-border-left {
  border-left: 2px solid #000;
/*  padding-bottom: 100px;*/
  padding-left: 30px;
}

.macp-border-left.orange {
  border-color: #D69A2D;
}

.macp-border-left.red {
  border-color: #971B2F;
}

.macp-border-left-margin {
  margin-left: 30px;
}

.macp-breadcrumb {
  color: #007680;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  left: 15px;
  position: absolute;
  top: 10px;
}

.macp-breadcrumb a {
  color: #007680;
  text-decoration: none;
}

.macp-breadcrumb a:hover {
  color: #0098A6;
  text-decoration: underline;
}

.macp-btn {
  background: #333;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  padding: 12px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.macp-btn:hover {
  background: #666;
  color: #fff;
}

.macp-btn.blue {
  background: #253188;
}

.macp-btn.blue:hover {
  background: #253188;
}

.macp-btn.purple {
  background: #671E75;
}

.macp-btn.purple:hover {
  background: #822694;
}

.macp-btn.red {
  background: #971B2F;
}

.macp-btn.red:hover {
  background: #BD223C;
}

.macp-btn.teal {
  background: #007680;
}

.macp-btn.teal:hover {
  background: #0098A6;
}

.macp-btn.white {
  background: transparent;
  color: #333;
  padding: 0;
}

.macp-btn.white:hover {
  background: transparent;
  color: #666;
  text-decoration: underline;
}

.macp-btn.white-blue {
  color: #253188;
}

.macp-btn.white-blue:hover {
  color: #253188;
}

.macp-btn.white-purple {
  color: #671E75;
}

.macp-btn.white-purple:hover {
  color: #822694;
}

.macp-btn.white-red {
  color: #971B2F;
}

.macp-btn.white-red:hover {
  color: #BD223C;
}

.macp-btn.white-teal {
  color: #007680;
}

.macp-btn.white-teal:hover {
  color: #0098A6;
}

.macp-btn-arrow {
  display: none;
}

.macp-btn img {
  max-height: 12px;
  max-width: 12px;
  left: 5px;
  position: relative;
  top: -2px;
}

.macp-cards {
  padding-bottom: 50px;
  padding-top: 50px;
}

.macp-cards .row>div:nth-child(3n+1) .macp-card {
  margin-top: 0;
}

.macp-cards .row>div:nth-child(3n+2) .macp-card {
  margin-top: 50px;
}

.macp-cards .row>div:nth-child(3n+3) .macp-card {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .macp-cards .row>div:nth-child(3n+1) .macp-card,
  .macp-cards .row>div:nth-child(3n+2) .macp-card,
  .macp-cards .row>div:nth-child(3n+3) .macp-card {
    margin-top: 0;
  }
}

.macp-card a {
  display: block;
  text-decoration: none;
}

.macp-card a div {
  display: inline-block;
}

.macp-card a h2,
.macp-card a h3 {
  color: #007680;
}

.macp-card a p {
  color: #545454;
}

.macp-card a span {
  color: #253188;
}

.macp-card a:hover .macp-btn {
  text-decoration: underline;
}

.macp-card-icon {
  float: left;
  width: 100px;
}

.macp-card-text {
  display: inline-block;
  padding: 15px;
}

.macp-card-icon + .macp-card-text {
  float: left;
  width: calc(100% - 120px);
}

.macp-cards-title {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}

.macp-careers-benefit {
  padding: 20px;
}

.macp-careers-benefits {
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}

.macp-careers-benefits .container-full {
  margin-top: 50px;
}

.macp-careers-intro {
  padding-bottom: 50px;
  padding-top: 50px;
}

.macp-careers-openings {
  margin-bottom: 40px;
  margin-top: 50px;
}

.macp-careers-slides {
  margin-top: 40px;
  overflow: hidden;
  position: relative;
}

.macp-careers-slideshow {
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center;
}

.macp-careers-slideshow-captions {
  background: #333;
  color: #fff;
  padding: 30px 30px 15px;
  position: relative;
  top: -50%;
}

.macp-careers-slideshow-captions.orange {
  background: #B86125;
}

.macp-careers-slideshow-captions.purple {
  background: #671E75;
}

.macp-careers-value {
  padding: 20px;
  text-align: left;
}

.macp-careers-value ul {
  list-style: none;
  padding-left: 1em;
}

.macp-careers-value ul li::before {
  content: "\2022";
  color: #B86125;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.macp-careers-values {
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}

.macp-careers-values .container-full {
  margin-top: 50px;
}

.macp-copyright {
  background: #671E75;
  text-align: center;
}

.macp-copyright p {
  color: #fff;
  margin-bottom: 0;
}

.macp-banner-text {
  padding: 10px;
}

.macp-domain {
  display: inline-block;
  text-decoration: none;
}

.macp-domain .macp-btn {
  display: block;
}

.macp-domain:hover .macp-btn {
  text-decoration: underline;
}

.macp-domain-icon {
  width: 100px;
}

.macp-domain-intro {
  padding-bottom: 50px;
  padding-top: 50px;
}

.macp-domain-intro .container {
  background: #fff;
  border: 2px solid #007680;
  padding-bottom: 30px;
  padding-top: 40px;
  padding: 40px 40px 30px 40px;
  position: relative;
  z-index: 100;
}

.macp-domain-intro-stat {
/*  margin-bottom: 30px;*/
  text-align: center;
}

.macp-domain-program {
  border-bottom: 2px solid #F0F0F0;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.macp-domain-program:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.macp-domain-program h3 {
  margin-bottom: 20px;
}

.macp-domain-program img {
  height: auto;
  margin-bottom: 20px;
  width: 100%;
}

.macp-domain-program-case {
  padding: 35px 30px 15px 30px;
  text-align: center;
}

.macp-domain-program-case a {
  margin-left: 20px;
}

.macp-domain-programs-nav {
  border: 2px solid #007680;
  margin-bottom: 50px;
  padding: 20px 20px 0;
  position: relative;
}

.macp-domain-programs-nav ul {
  list-style-type: none;
  padding: 0;
}

.macp-domain-programs-nav li {
  margin-bottom: 0;
}

.macp-domain-programs-rule {
  border-right: 2px solid #007680;
  height: 100px;
  left: 10px;
  position: absolute;
  top: -100px;
  width: 0;
}

@media (max-width: 991px) {
  .macp-domain-programs-rule {
    display: none;
    height: 250px;
    top: -250px;
  }
}

.macp-domains {
  padding-top: 50px;
}

.macp-domains .macp-card {
  margin-bottom: 50px;
  padding: 20px;
}

@media (max-width: 991px) {
  .macp-domains .macp-card {
    margin-bottom: 0;
  }
}

.macp-domains .row>div:nth-child(2n+1) .macp-card {
  margin-top: -350px;
}

@media (max-width: 991px) {
  .macp-domains .row>div:nth-child(2n+1) .macp-card {
    margin-top: 0;
  }
}

.macp-domains-grant-seekers {
  margin-bottom: -300px;
  position: relative;
  top: -400px;
}
@media (max-width: 991px) {
  .macp-domains-grant-seekers {
    margin-bottom: 40px;
    top: 0;
  }
}

.macp-domains-grant-seekers-rule {
  border-bottom: 2px solid #971B2F;
  height: 0;
  left: -1000px;
  position: absolute;
  top: 50%;
  width: 1000px;
}

.macp-domains-grant-seekers-text {
  border: 2px solid #971B2F;
  margin: 20px;
  padding: 40px 40px 20px 40px;
  position: relative;
}

.macp-domains-grant-seekers-text h3 {
  color: #971B2F;
}

.macp-domains-intro {
  border: 2px solid #D69A2D;
  margin: 20px;
  padding: 40px 40px 20px 40px;
  position: relative;
  text-align: center;
}

.macp-domains-intro-rule {
  border-right: 2px solid #D69A2D;
  height: 250px;
  left: 50%;
  position: absolute;
  top: -250px;
  width: 0;
}

.macp-domains-map {
  position: relative;
}

.macp-domains-map-img {
  top: 0;
  position: absolute;
  right: 0;
}

.macp-domains-map-stat {
  display: inline-block;
  margin: 20px 0;
  width: 48%;
}

.macp-domains-map-text {
  color: #fff;
  margin-bottom: 50px;
  margin-top: 200px;
  padding: 40px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.macp-domains-map-text h2,
.macp-domains-map-text h3,
.macp-domains-map-text h4 {
  color: #fff;
}

.macp-footer {
  background: #0E1650;
  color: #fff;
  padding-bottom: 50px;
  padding-top: 100px;
  position: relative;
}

.macp-footer hr {
  border-bottom: 2px solid #B86125;
  top: 12px;
  height: 0;
  left: 0;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  width: 100%;
}

.macp-footer a,
.macp-footer h4,
.macp-footer .h3 {
  color: #fff;
}
.macp-footer .h3 {
  line-height: 1.66em;
  margin-bottom: 10px;
}

.macp-footer-column {
  margin-bottom: 30px;
}

.macp-footer-rule {
  border-left: 2px solid #B86125;
  top: -40px;
  height: 100px;
  left: calc(50% + 11px);
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  width: 0;
}

@media (max-width: 767px) {
  .macp-footer-rule {
    left: calc(50% - 1px);
  }
}

.macp-hero {
  background-color: #ccc;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 66vh;
  min-height: 300px;
  position: relative;
}

.macp-hero h1,
.macp-hero .h1,
.macp-hero h2,
.macp-hero .h2,
.macp-hero h3,
.macp-hero .h3,
.macp-hero h4,
.macp-hero .h4,
.macp-hero h5,
.macp-hero .h5,
.macp-hero h6,
.macp-hero .h6,
.macp-hero .h7 {
  color: #fff;
}

.macp-hero hr {
  border-bottom: 2px solid #D69A2D;
  bottom: 12px;
  height: 0;
  left: 0;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.macp-hero-gradient {
  background-image: linear-gradient(transparent, rgba(0,0,0,0.2));
  height: 100%;
  position: relative;
  z-index: 1;
}

.macp-hero-text-container {
  position: relative;
  z-index: 2;
}

.macp-hero-text {
  bottom: -50px;
  max-width: 450px;
  position: absolute;
}

.macp-home-domains {
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}

.macp-img-caption {
  font-size: 12px;
  text-transform: uppercase;
}

.macp-intro {
  padding-bottom: 20px;
  padding-top: 30px;
  position: relative;
  text-align: center;
}

.macp-intro-rule {
  border-right: 2px solid #B86125;
  bottom: -20px;
  height: 40px;
  left: 50%;
  position: absolute;
  width: 0;
}

.macp-logo {
  width: 150px;
}

.macp-nav {
  padding-bottom: 30px;
  padding-top: 50px;
}

.macp-nav ul {
  list-style-type: none;
}

.macp-nav li {
  display: inline-block;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .macp-nav-footer {
    text-align: center;
  }
}

.macp-nav-footer-fluxx {
  display: inline;
  margin-right: 10px;
  margin-top: -30px;
  position: relative;
  top: 10px;
  width: 50px;
}

.macp-nav-footer-portal {
  padding-right: 2rem;
  text-align: right;
}

@media (max-width: 767px) {
  .macp-nav-footer-portal {
    margin-top: 20px;
    text-align: center;
  }
}

.macp-nav-header {
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

.macp-nav-header ul {
  margin-left: 30px;
  padding-top: 25px;
}

@media (max-width: 991px) {
  .macp-nav-header ul {
    display: none;
  }
}

.macp-nav-header-utility {
  color: #007680;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-left: 15px;
  margin-top: 30px;
  text-decoration: none;
  vertical-align: top;
}

@media (max-width: 991px) {
  .macp-nav-header-utility {
    margin-left: 0;
/*    display: none;*/
  }
}

@media (max-width: 991px) {
  .macp-nav-header-utility.macp-hav-header-contact {
    margin-left: 20px;
  }
}

.macp-nav-header-utility:hover {
  color: #0098A6;
}

.macp-nav-header-utility img {
  position: relative;
  top: -2px;
  width: 20px;
}

.macp-nav-header-utility-wrapper {
  position: relative; 
  top: -5px;
}

@media (max-width: 991px) {
  .macp-nav-header-utility-wrapper {
    margin-bottom: 20px;
  }
}

.macp-news-more {
  margin-top: 50px;
  text-align: center;
}

.macp-people-nav {
  margin-bottom: 20px;
  padding-top: 20px;
}

.macp-people-nav-btn {
  background: #fff;
  border: 2px solid #253188;
  border-radius: 3px;
  color: #253188;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 15px 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.macp-people-nav-btn:hover {
  background: #367bb0;
  color: #fff;
}

.macp-people-nav-btn.active {
  background: #253188;
  color: #fff;
}

.macp-resource {
  margin-bottom: 50px;
  padding-top: 50px;
}

.macp-resource h2 {
  margin-bottom: 20px;
  text-align: center;
}

.macp-resource hr {
  margin-bottom: 0;
  margin-top: 50px;
}

.macp-resource-item {
  background: #F0F0F0;
  margin-bottom: 30px;
}

.macp-resource-items {
  margin-bottom: 50px;
}

.macp-resource-item-img {
  display: inline-block;
  height: 180px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .macp-resource-item-img {
    height: auto;
    width: 100%;
  }
}

.macp-resource-item-text {
  display: inline-block;
  padding: 50px 35px 0;
}
@media (max-width: 767px) {
  .macp-resource-item-text {
    padding: 30px 40px;
  }
}

.macp-resource-item-text h3 {
  margin-bottom: 15px;
}

.macp-social-share {
  max-width: 450px;
  width: 100%;
}

.macp-split {
  margin-bottom: 150px;
  padding-bottom: 50px;
  padding-top: 60px;
  position: relative;
}

@media (max-width: 767px) {
  .macp-split {
    margin-bottom: 50px;
  }
}

.macp-split-domain {
  margin-bottom: 0;
}

#content > div:last-child.macp-split {
  margin-bottom: 0;
  padding-bottom: 60px;
  padding-top: 50px;
  position: relative;
}

#content > div:last-child.macp-split .macp-split-img {
  margin-bottom: 0;
  margin-top: -100px;
}

.macp-split-footer {
  margin-bottom: 0;
  padding-bottom: 60px;
  padding-top: 50px;
  position: relative;
}

.macp-split-img {
  margin-bottom: -100px;
}
@media (max-width: 991px) {
  .macp-split-img {
    margin-bottom: 50px;
  }
}

.macp-split-img-footer {
  margin-top: -100px;
}
@media (max-width: 991px) {
  .macp-split-img-footer {
    margin-top: 50px;
  }
}

.macp-split-text {
  position: relative;
}

.macp-split-text--left {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .macp-split-text--left {
    margin-left: 0;
  }
}

.macp-split-text--right {
  margin-right: 20px;
}
@media (max-width: 991px) {
  .macp-split-text--right {
    margin-right: 0;
  }
}

.macp-split-text-margin-left {
  margin-left: 50px;
}
@media (max-width: 991px) {
  .macp-split-text-margin-left {
    margin-left: 0;
  }
}

.macp-split-text-rule {
  border-right: 2px solid #D69A2D;
  bottom: -250px;
  height: 200px;
  left: 40%;
  position: absolute;
  width: 0;
}
@media (max-width: 1200px) {
  .macp-split-text-rule {
    bottom: -150px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .macp-split-text-rule {
    display: none;
  }
}

.macp-split-text-rule-left {
  border-right: 2px solid #007680;
  height: calc(100% + 250px);
  left: -30px;
  position: absolute;
  top: 0;
  width: 0;
}
@media (max-width: 767px) {
  .macp-split-text-rule-left {
    display: none;
  }
}

.macp-split-text-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  margin-bottom: 50px;
}

.macp-subnav {
  position: relative;
}
/*@media (max-width: 991px) {
  .macp-subnav {
    display: none;
  }
}*/

.macp-subnav select {
  display: none;
  margin: 20px auto 15px auto;
  width: 100%;
}
@media (max-width: 991px) {
  .macp-subnav select {
    display: block;
  }
}

.macp-subnav ul {
  display: block;
  list-style-type: none;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .macp-subnav ul {
    display: none;
  }
}

.macp-subnav li {
  display: inline-block;
}

.macp-subnav-btn {
  background: transparent;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 15px 6px;
  text-decoration: none;
  text-transform: uppercase;
}

.macp-subnav-btn:hover {
  background: #0098A6;
  color: #fff;
}

.macp-subnav-btn.active {
  background: #0098A6;
  color: #fff;
}

.macp-subnav-triangle {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #007680;
  height: 0;
  position: absolute;
  top: -15px;
  width: 0;
}

.macp-text-content {
  
}

.macp-text-content--left {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .macp-text-content--left {
    margin-left: 0;
  }
}

.macp-text-content--right {
  margin-right: 20px;
}
@media (max-width: 991px) {
  .macp-text-content--right {
    margin-right: 0;
  }
}

.macp-text-content-wrapper {
  align-items: center;
  display: flex;
  height: 100%
}

.nav-item {
  margin-right: 30px;
}

.page-template-default .wp-caption.alignnone,
.page-template-default .wp-caption.alignnone img {
  height: auto !important;
  width: 100% !important;
}

.page-template-default .wp-caption p.wp-caption-text {
  font-size: 12px !important;
  margin-top: 20px;
  text-transform: uppercase;
}

.search-results article {
  clear: both;
  padding-top: 30px;
}

.search-results article .entry-summary img {
  float: right;
  margin-left: 10px;
}

.slick-prev {
  left: 25px;
  z-index: 1;
}

.slick-next {
  right: 25px;
  z-index: 1;
}

.size-full {
  height: auto;
  width: 100%;
}

.u-align--center {
  text-align: center;
}

.u-align--left {
  text-align: left;
}

.u-clear {
  clear: both;
  display: block;
}

.u-img--full {
  display: inline-block;
  width: 100%;
}

.u-img--half {
  display: inline-block;
  width: 50%;
}

.u-img--half.right {
  float: right;
  margin-left: 20px;
}

.u-no-underline {
  text-decoration: none;
}

.u-red {
  color: red !important;
}

.video_lightbox_anchor_image {
  width: 100%;
}