nav.primary-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    padding: 25px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    animation: nav-home 0.5s forwards;
    opacity: 0;
    z-index: 100;
}

nav.primary-nav.home .support {
    border: 1px solid #50557E;
    padding: 8px 35px;
    border-radius: 0;
    background: #50557E;
    color: #fefefe;
}

nav.primary-nav.page .support {
    border: 1px solid #50557E;
    padding: 8px 35px;
    border-radius: 0;
    background: #50557E;
    color: #fefefe;
}

nav.primary-nav.active .nav-link .support {
    border: 1px solid #50557E;
    padding: 8px 35px;
    border-radius: 0;
    background: #50557E;
}

nav.primary-nav.home .support:hover, nav.primary-nav.home .support:active, nav.primary-nav.page .support:hover, nav.primary-nav.page .support:active  {
    border: 1px solid #202F5D;
    padding: 8px 35px;
    border-radius: 0;
    background: #202F5D;
    color: #fefefe;
}

nav.page {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: white;
}

nav.primary-nav img  {
    position: relative;
    margin-right: 0;
}

nav.primary-nav img {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

@keyframes nav-home {
    to {
        opacity: 1;
    }
}

nav.navbar.active .navbar-brand img.top {
    opacity: 0;
}

nav.primary-nav .nav-link {
    display: block;
    padding: .5rem 60px;
    color: #202F5D;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-shadow: none;
    font-size: 14px;
    text-decoration: none !important
}

@media (max-width: 1045px) {

  nav.primary-nav .nav-link {
      padding: .5rem 40px;
  }

}

nav.home.white-logo:not(.active) a, nav.home.white-logo:not(.active) button {
    color: #fefefe;
    text-shadow: 0 2px 4px #525252c4;
}

nav.primary-nav .nav-link:last-child {
    padding-right: 25px;
}

nav.hidden {
    transform: translateY(-100%);
}

nav.active {
    background-color: white;
}

.home.white-logo img.logo.white  {
  text-shadow: 0px 3px 6px #000000C4;
  filter: brightness(0) invert(1);
}

img.logo:not(.white) {
  filter: brightness(1) invert(0);
}

img.logo {
  max-width: 250px;
  margin-left: 25px;
}

@media (max-width: 500px) {
  img.logo {
    margin-left: 0;
  }
  nav.primary-nav .nav-link:last-child {
      padding-right: 0;
  }
}

.nav-link {
    text-decoration: none;
}

.hero {
	position: relative;
    height: 100vh;
    min-height: 500px;
    max-height: 700px;
    background: url('../img/hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.9;
    background: transparent linear-gradient(180deg, #17161565 0%, #45424243 31%, #66646412 100%) 0% 0% no-repeat padding-box;
}

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

.hero h1 {
    text-shadow: 0px 3px 6px #000000C4;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 60px;
    font-weight: 300;
    color: #fefefe !important;
}

.hero p.subhead {
	font-family: source-sans-pro, sans-serif;
	font-weight: 300;
	text-shadow: 0px 3px 6px #000000C4;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #fefefe !important;
}

.hero p {
	font-family: source-sans-pro, sans-serif;
	font-weight: 300;
	text-shadow: 0px 3px 6px #000000C4;
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #fefefe !important;
}

p.lead {
	font-family: source-sans-pro, sans-serif;
  font-size: 1.5rem;
	font-weight: 400;
	color: #141514;
  line-height: 1.75;
}

p.small {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.85;
}

.header.normal-pad	{
	padding: 80px 0 50px;
}

.normal-pad {
  padding: 100px 0;
}

h1 {
	font-family: din-condensed,sans-serif;
	font-weight: 400;
	font-style: normal;
}

h2 {
	font-family: source-sans-pro, sans-serif;
	font-weight: 300;
	font-size: 48px;
	margin-bottom: 15px;
}

h3 {
  font-family: din-condensed,sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
}

p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
}

p.lite {
  font-weight: 300;
}

body {
	font-family: source-sans-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
  color: #393737;
}

.purple-bg {
  background: #50557E;
  color: #fefefe !important;
}

img.tower-img {
  margin-top: -60px;
}

.btn {
  font-family: din-condensed,sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 12px 30px;
  text-decoration: none !important;
}

.green-text {
  color: #4BBA7A;
}

.tower-img {
  background: url('../img/tower-img.png');
  height: 550px;
  margin-top: -60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

@media (max-width: 992px) {

  h2 {
      font-size: 38px;
      margin-bottom: 15px;
  }

  p.small {
    font-size: 16px;
    line-height: 1.85;
  }

  p.lead {
    font-size: 1.25rem;
  }

  .hero h1 {
      font-size: 50px;
  }

  .hero p.subhead {
    font-size: 16px;
  }

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

}


input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fefefe;
    width: 100%;
    outline: none !important;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #fefefe;
    border-radius: none;
    -webkit-appearance: none;
}

input[type="submit"] {
  width: auto;
}

::placeholder {
  font-family: din-condensed,sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  color: #fefefe;
  opacity: 0.5;
}

.btn-success {
  background: #4BBA7A;
  border: #4BBA7A;
}

.credits img {
  max-height: 80px;
  max-width: 130px;
  opacity: 0.5;
}

.credits p, .credits a {
  font-family: source-sans-pro, sans-serif;
  font-size: 14px;
  color: #888888 !important;
}

.credits a {
  text-decoration: underline;
}

.standard-of-living-box {
  position: relative;
  height: 450px;
  margin-bottom: 30px;
  padding: 15px;
  display: flex;
  align-items: flex-end;
  color: #fefefe !important;
}

.standard-of-living-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.9;
    background: transparent linear-gradient(180deg, #66646412 0%, #45424243 31%, #050505de 100%) 0% 0% no-repeat padding-box;
}

.standard-of-living-box div {
  position: relative;
  z-index: 2;
  max-width: 85%;
}

.standard-of-living-box h3 {
  font-size: 32px;
  text-shadow: 0px 3px 6px #000000C4;
  letter-spacing: 0.85px;
}

.standard-of-living-box p {
  line-height: 1.5;
  text-shadow: 0px 3px 6px #000000C4;
}

.support-letters {
  padding: 15px 15px;
  margin-bottom: 20px;
  border-left: 2px solid #fefefe;
  color: #888888;
}

.support-letters:hover {
  color: #333333;
  cursor: pointer;
  border-left: 2px solid #888888;
  transition: all ease-in-ease-out 0.5s;
}

.support-letters.active {
  border-left: 2px solid #4BBA7A;
  color: #333333;
}

.support-letters h3, .support-letters div.h3 {
  font-size: 24px;
  letter-spacing: 0.85px;
  margin-bottom: 10px;
  line-height: 1;
  display: inline-block;
  font-family: din-condensed,sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

.support-letters p {
  margin-bottom: 0;
  line-height: 1;
}

.support-letter-image {
  position: relative;
  margin-top: -90px;

}

.support-letter-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #F2F2F2;
}

.support-letter-image img {
  position: relative;
  z-index: 2;
  margin-top: 100px;
  margin-left: -100px;
  max-width: 500px;
}

.support-slider {
  margin-top: -10px;
}


.btn.support-letter {
    position: absolute;
    bottom: 0;
    left: 235px;
    width: 200px;
    z-index: 3;
}


@media (max-width: 1075px) {

  .btn.support-letter {
      left: 175px;
  }

}

@media (max-width: 992px) {

  .support-letter-image::after {
      bottom: 100px;
  }

  .support-letter-image {
    position: relative;
    margin-top: 0px;
}

  .support-letter-image img {
    margin-top: 50px;
    margin-left: -50px;
    max-width: 385px;
  }

  .btn.support-letter {
      left: 135px;
  }

  .support-slider {
    margin-top: 30px;
  }

}

@media (max-width: 910px) {
  
  .support-letter-image img {
    max-width: 360px;
  }

  .btn.support-letter {
      left: 135px;
  }

}

@media (max-width: 810px) {
  
  .support-letter-image img {
    max-width: 340px;
  }

  .btn.support-letter {
      left: 115px;
  }

}

@media (max-width: 767px) {

  .support-letters {
      display: inline-block;
  }

  .support-letter-image img {
      max-width: 100%;
  }

  .btn.support-letter {
      left: unset;
      right: 0;
  }

}

.grey-bg {
  background: #F2F2F2
}

.chartBarsWrap {
  padding-left: 0;
  margin: 0 30px 0 20px;
}
.chartBars {
  position: relative;
  height: 275px;
  margin: 0 auto;
}
.chartBars .bars {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  border-left: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  width: 100%;
  height: 100%;
  padding: 0;
  padding: 0 1%;
  margin: 0;
}
.chartBars .bars li {
    display: inline-block;
    -webkit-box-flex: 0;
    flex: 0 1 24%;
    height: 100%;
    margin: 0;
    text-align: left;
    position: relative;
    font-size: 16px;
}
.chartBars .bars li .bar {
    width: 100%;
    background: #49E;
    position: absolute;
    font-size: 1.5em;
    color: #333333;
    padding-top: 18px;
    bottom: 0;
    height: 0;
    font-weight: normal;
    outline: 2px solid transparent;
    -webkit-transition: 1.5s height cubic-bezier(0.6, 0.4, 0.4, 1.1);
    transition: 1.5s height cubic-bezier(0.6, 0.4, 0.4, 1.1);
}
.chartBars .bars li .bar:after {
  content: '';
  font-size: 22px !important;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.8);
  margin-right: -8px;
}
.chartBars .bars li b {
  color: #eee;
  width: 100%;
  position: absolute;
  bottom: -2em;
  left: 0;
  text-align: center;
}
.chartBars .numbers {
  width: 50px;
  height: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  left: -50px;
}
.chartBars .numbers li {
  text-align: right;
  padding-right: 1em;
  list-style: none;
  height: 59px;
  position: relative;
  font-size: 13px;
  bottom: 11px;
  right: -9px;
  color: #eee;
}
.chartBars .numbers li:after {
  content: "\00af";
  position: relative;
  right: -5px;
  font-size: 20px;
  top: 7px;
  color: rgba(255, 255, 255, 0.34);
}
.chartBars .numbers li:first-of-type {
  height: 63px;
  margin-top: -1px;
}

.chartBarsWrap.chartBarsHorizontal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.chartBarsWrap.chartBarsHorizontal .bars b {
    color: #333333;
    width: 100%;
    position: absolute;
    bottom: initial;
    top: 10px;
    left: 0;
    text-align: left;
    font-family: din-condensed,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.5px;
}
}
.chartBarsWrap.chartBarsHorizontal .chartBars {
  height: 200px;
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars {
  border: 0;
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars .bar {
    width: 0;
    padding-top: 2px;
    height: 25px !important;
    text-align: right;
    font-size: 14px;
    -webkit-transition: 2s width cubic-bezier(0.6, 0.4, 0.4, 1.1);
    transition: 2s width cubic-bezier(0.6, 0.4, 0.4, 1.1);
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars .bar:after {
    font-size: 0.6em !important;
    margin-right: -40px;
    color: #333333;
}
.bars li .bar.greenBarFlat {
  background-color: #4BBA7A;
}

.chartBarsHorizontal .chartBars .bars {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media screen and (min-width: 600px) {
  .bar:before {
    font-size: 2em !important;
  }
  .chartBars3 .bar:before {
    font-size: 1.5em !important;
  }

}

.logos img {
    max-height: 100px;
    max-width: 150px;
    opacity: 0.5;
}

.header h1 {
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 96px;
    margin-bottom: 15px;
    color: #202F5D !important;
    line-height: 96px;
}

@media screen and (max-width: 1425px) {
  .header h1 {
      font-size: 86px;
      line-height: 86px;
  }
}

@media screen and (max-width: 1296px) {
  .header h1 {
      font-size: 75px;
      line-height: 80px;
  }
}

@media screen and (max-width: 1159px) {
  .header h1 {
      font-size: 65px;
      line-height: 70px;
  }
}

.purple-text {
  color: #202F5D !important;
}

.data-points h3 {
  font-size: 28px;
}

.why-mi-intro {
  column-count: 2;
  column-gap: 50px;
}

.chart-caption {
    margin-top: 100px;
    border-top: 1px solid #ababab;
    color: #949494;
    padding-top: 20px;
}

.chart-caption p {
    line-height: 1.45;
    font-size: 80%;
}

.blue-bg {
  background-image: url('../img/support-bg-img.png');
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  background-color: #202F5D;
  color: #fefefe;
}

@media screen and (max-width: 767px) {
  .why-mi-intro {
    column-count: 1;
    column-gap: 0;
  }

}

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

  .blue-bg {
    background-size: cover;
  }

}

.mobilemenu nav {
    position: relative;
    top: 0;
    height: fit-content;
    font-size: 2.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: auto;
    margin-left: auto;
}

.mobilemenu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.mobilemenu ul li {
    display: block;
    padding: 0 0 1.5rem;
}

.mobilemenu ul li a {
  font-family: "futura-pt", sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 900;
  color: #fefefe;
  display: block;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  line-height: 1;
  text-align: center;
}

.mobilemenu ul li a.phone {
    color: #fefefe;
    font-size: 2rem;
}

.mobilemenu ul li a:hover, .mobilemenu ul li a:focus {
    color: #caccce;
}

#mobile_menu {
    height: 100vh;
    background: #202F5D;
    display: flex;
    align-items: center;
    color: #fefefe;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    transition: all 0.5s ease-in;
}

#mobile_menu.active {
    width: 100%;
    position: fixed;
    transition: all 0.25s ease-in;
}

@media only screen and (max-width: 500px) {
    #mobile_menu.active {
        width: 100%;
        position: fixed;
        transition: all 0.25s ease-in;
    }
}

#mobile_menu.active a i {
    opacity: 0;
    transition: opacity 0.25s ease-in;
}

#mobile_menu .closenav {
    position: absolute;
    top: 2rem;
    right: 1rem;
    opacity: 0;
    display: none;
}

#mobile_menu.active h3, #mobile_menu.active .closenav  {
    opacity: 1;
    display: block;
    transition: opacity 1s ease-in;
}

button.overlay-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 11;
    background: none;
    outline: none;
    border: none;
}

.lgrey-text {
  color: #575757;
}

a {
    color: #4bba7a;
    text-decoration: underline;
}

a:hover, a:active {
    color: #218838;
}

.slide-container {
  width: 100%;
  height: auto;
  white-space: nowrap;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
}

.slide-container div.support-letters {
  user-select: none;
  width: auto;
  margin-right: 25px;
}

.slide-left {
  -webkit-animation: slide-left 1s ease-in-out infinite alternate-reverse both;
          animation: slide-left 1s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  100% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  100% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: .3rem;
    outline: 0;
}

.embed-responsive-4by3:before {
    padding-top: 100%;
}

.modal-backdrop { 
  background-color: #383A4D; 
  opacity: 0.9 !important;;
}

.modal p {
    text-align: center;
    color: #fefefe;
    font-size: 24px;
    line-height: 34px;
}

.fade-in {
  -webkit-animation: fade-in 0.5s ease-in-out both;
          animation: fade-in 0.5s ease-in-out both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 1200px;) {

  span.congress-support {
    font-size: 70% !important;
    display: inline-block;
  }

}

nav.hidden {
  -webkit-animation: slide-out-top 2s ease-in-out both;
          animation: slide-out-top 2s ease-in-out both;
}

@-webkit-keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
}

@media (max-width: 1200px) {

  .container {
    max-width: 90% !important;
  }

}

@media (min-width: 1200px) {
  .container {
      max-width: 1200px;
  }
}


.icon-rest {
    max-height: 150px;
    margin-bottom: 20px;
}

.icon-design {
    max-height: 140px;
    margin-bottom: 20px;
    margin-top: 10px;
}

input:-webkit-autofill { 
    -webkit-background-clip: text;
    border: none;
    border-bottom: 1px solid #fefefe;
    width: 100%;
    outline: none !important;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #fefefe;
    border-radius: none;
    -webkit-appearance: none;
}

.posts h3 {
    font-size: 32px;
    letter-spacing: 0.85px;
}

.posts a {
  color: #202F5D;
}

p.xsmall {
  font-size: 16px;
  font-weight: 400;
}

