html {
  height: 100%;
  display: block;
  position: relative;
}

body {
  height: 100%;
  font-family: "proxima-nova", sans-serif;
  display: flex;
  font-size: 16px;
  flex-direction: column;
  justify-content: space-between;
}

strong {
  color: #084883;
}

iframe {
  width: 100%;
  margin-top: 20px;
  height: 800px;
}

h1,
h2 {
  color: white;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
}

h2 {
  font-size: 32px;
}

*.row {
  margin: 0;
  padding: 0;
}

* a {
  color: #084883;
  font-weight: 500;
}

* p {
  line-height: 1.5rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body > div > div > div > div > div.road-map-stops > a > div > p {
  line-height: 0.5rem;
}

#index-menu-btn {
  position: relative;
  display: block;
  z-index: 0;
  margin: 0;
  padding: 5px 60px;
  margin-left: 20%;
  font-weight: bold;
}

#index-menu {
  position: fixed;
  background-image: url(img/repeatable-pattern.png);
  background-size: cover;
  background-color: #F1F2F6;
  display: none;
  transition: all 0.3s ease;
  top: 0;
  height: 100%;
  z-index: 1;
}
#index-menu #menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#index-menu #menu #menu-1 {
  position: relative;
  top: 0;
  width: 100%;
  margin: 20px auto 0 auto;
  padding: 0;
}
#index-menu #menu #menu-1 li {
  width: 100%;
}
#index-menu #menu #menu-1 li a button {
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 10px;
  font-weight: bold;
  transition: all 0.3s ease;
  background-color: white;
}
#index-menu #menu #menu-1 li a button:hover {
  background-color: #C5DBEE;
}
#index-menu #menu #menu-1 li a.active button {
  background-color: #084883;
  color: white;
}
#index-menu #menu #menu-2 {
  position: relative;
  margin-bottom: 20px;
  display: block;
}
#index-menu #menu #menu-2 li a {
  text-align: center;
  color: #084883;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1rem;
}
#index-menu #menu #menu-2 li a.active {
  color: #461C5D;
}

.navbar h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.navbar,
footer {
  background-color: #081B40;
  color: white;
  padding: 20px;
}
.navbar p,
footer p {
  margin-bottom: 0;
}

.container-fluid {
  height: auto;
}
.container-fluid .row:nth-child(1) {
  height: 100%;
}
.container-fluid .row {
  display: flex;
  justify-content: center;
}
.container-fluid .row .col-lg-7, .container-fluid .row .col-lg-5 {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.container-fluid .row #menu {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url(img/repeatable-pattern.png);
  background-size: cover;
  background-color: #F1F2F6;
  height: 100%;
}
.container-fluid .row #menu #menu-1 {
  position: relative;
  top: 0;
  width: 100%;
  margin: 20px auto 0 auto;
  padding: 0;
}
.container-fluid .row #menu #menu-1 li {
  width: 100%;
}
.container-fluid .row #menu #menu-1 li a button {
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 10px;
  font-weight: bold;
  transition: all 0.3s ease;
  background-color: white;
}
.container-fluid .row #menu #menu-1 li a button:hover {
  background-color: #C5DBEE;
}
.container-fluid .row #menu #menu-1 li a.active button {
  background-color: #084883;
  color: white;
}
.container-fluid .row #menu #menu-2 {
  position: relative;
  margin-bottom: 20px;
  display: block;
}
.container-fluid .row #menu #menu-2 li a {
  text-align: center;
  color: #084883;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1rem;
}
.container-fluid .row #menu #menu-2 li a.active {
  color: #461C5D;
}
.container-fluid .row #main-content {
  height: 100%;
  display: block;
}
.container-fluid .row #main-content .container-fluid .row {
  height: 80px;
}
.container-fluid .row #main-content .container-fluid .row #title\ m-0\ p-0 {
  padding: 0;
  text-align: center;
  color: white;
  background: linear-gradient(90deg, rgb(105, 163, 59) 0%, rgb(223, 105, 7) 25%, rgb(169, 26, 45) 50%, rgb(84, 38, 98) 75%, rgb(8, 72, 131) 100%);
}
.container-fluid .row #main-content .container-fluid .row #title\ m-0\ p-0 h1 {
  line-height: 5rem;
  padding: 0;
  margin: 0;
}
.container-fluid .row #main-content .container-fluid #main-content-container {
  display: flex;
  flex: 1;
  margin: 0;
  width: 100%;
  height: 95vh;
}
.container-fluid .row #main-content .container-fluid #main-content-container #content {
  display: block;
  height: 95vh;
  overflow-y: scroll;
  padding: 50px;
}
.container-fluid .row #main-content .container-fluid #main-content-container #content .decorative-img {
  background-image: url(img/spectrum-blue.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 450px;
  height: 450px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-fluid .row #main-content .container-fluid #main-content-container #content .decorative-img img {
  display: block;
  width: 70%;
  margin: 50px auto;
}
.container-fluid .row #main-content .container-fluid #main-content-container #content h2 {
  color: #084883;
}
.container-fluid .row #main-content .container-fluid #main-content-container #content #social-handles {
  background-color: #002856;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  width: 60%;
  margin: 30px auto;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  border-radius: 0 30px 0 30px;
}
.container-fluid .row #main-content .container-fluid #main-content-container #content #social-handles .social-tags {
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
  margin: 0 auto;
  position: relative;
}
.container-fluid .row #main-content .container-fluid #main-content-container #content #social-handles .social-tags .row div {
  display: flex;
  flex-direction: row;
}
.container-fluid .row #main-content .container-fluid #main-content-container #content #social-handles .social-tags .row div a {
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 32px;
  font-weight: bold;
  padding: 3px;
  display: flex;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  margin: 0 auto;
}
.container-fluid .row #main-content .container-fluid #main-content-container #content #social-handles .social-tags .row div a img {
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
.container-fluid .row #main-content .container-fluid #main-content-container #content #social-handles .social-tags .row div a:hover {
  color: #C5DBEE;
}
.container-fluid .row #main-content .container-fluid #main-content-container #content #social-handles img.pattern {
  position: absolute;
  display: block;
  z-index: 0;
  width: 150%;
  height: auto;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}
.container-fluid .row #main-content .container-fluid #main-content-container #resources {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  background-image: url(img/repeatable-pattern.png);
  background-size: cover;
  background-color: #F1F2F6;
  height: 100%;
}
.container-fluid .row #main-content .container-fluid #main-content-container #resources h3 {
  color: black;
  margin-bottom: 21px;
}
.container-fluid .row #main-content .container-fluid #main-content-container #resources ul {
  list-style-type: none;
  padding-left: 0rem;
}
.container-fluid .row #main-content .container-fluid #main-content-container #resources ul li {
  line-height: 1.5rem;
}
.container-fluid .row #main-content .container-fluid #main-content-container #resources ul li a {
  color: #084883;
  font-weight: 500;
}

.col-lg-6 {
  position: relative;
}
.col-lg-6 .roap-map-container {
  background-image: url(img/road-map-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 90%;
  height: 680px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  top: 30px;
}
.col-lg-6 .roap-map-container .roap-map-caption {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.col-lg-6 .roap-map-container .road-map-stops {
  position: absolute;
  width: 680px;
  height: 680px;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.col-lg-6 .roap-map-container .road-map-stops div {
  background-image: url(img/Road-map-circle.png);
  height: 120px;
  width: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 10px;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #081B40;
}
.col-lg-6 .roap-map-container .road-map-stops div p {
  margin-bottom: 0;
}
.col-lg-6 .roap-map-container .road-map-stops div a {
  color: #081B40;
}
.col-lg-6 .roap-map-container .road-map-stops div:hover {
  transform: scale(1.2);
}
.col-lg-6 .roap-map-container .road-map-stops .road-map-stop-btn-think {
  top: 87px;
  left: 136px;
}
.col-lg-6 .roap-map-container .road-map-stops .road-map-stop-btn-initiate {
  top: 87px;
  left: 439px;
}
.col-lg-6 .roap-map-container .road-map-stops .road-map-stop-btn-build {
  top: 279px;
  left: 284px;
}
.col-lg-6 .roap-map-container .road-map-stops .road-map-stop-btn-implement {
  top: 465px;
  left: 122px;
}
.col-lg-6 .roap-map-container .road-map-stops .road-map-stop-btn-sustain {
  top: 465px;
  left: 435px;
}
.col-lg-6 .roap-map-container .roap-map-road {
  position: absolute;
  width: 680px;
  height: 680px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-lg-6 .roap-map-container .roap-map-road img {
  width: 408.9px;
  height: 446.8px;
}

footer {
  display: block;
  position: relative;
}
footer div p.text-right {
  text-align: right;
  margin-right: 80px;
}

.pulse-me {
  animation: pulse 3s ease 0s 2 normal forwards;
}

@keyframes pulse {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
    transform-origin: center center;
  }
  10% {
    animation-timing-function: ease-in;
    transform: scale(0.91);
  }
  17% {
    animation-timing-function: ease-out;
    transform: scale(0.98);
  }
  33% {
    animation-timing-function: ease-in;
    transform: scale(0.87);
  }
  45% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}
@media screen and (max-width: 1366px) {
  .roap-map-container {
    transform: scale(0.7);
  }
}
@media only screen and (max-width: 600px) {
  .roap-map-container {
    transform: scale(0.7) translate(0, -110px);
  }
  p {
    font-size: 0.9rem;
  }
  .container-fluid .row #main-content {
    height: auto;
  }
  #menu {
    height: auto !important;
  }
  #resources {
    height: auto !important;
  }
  #content > img {
    width: 100% !important;
  }
  .container-fluid .row #main-content .container-fluid #main-content-container #content #social-handles img.pattern {
    width: 200%;
  }
  .container-fluid .row #main-content .container-fluid #main-content-container #content #social-handles {
    width: 100%;
  }
  .container-fluid .row #main-content .container-fluid #main-content-container #content #social-handles img.social-tags {
    width: 80%;
  }
  .container-fluid .row #main-content .container-fluid #main-content-container #content #social-handles .social-tags .row div a {
    font-size: 1rem;
  }
  #index-menu-btn {
    position: relative;
    margin: 24px auto;
  }
  #index-menu {
    position: fixed;
    top: 0;
    height: 100vh;
  }
  body > div.container-fluid.g-0 > div > div:nth-child(2) {
    height: 580px;
    width: 100%;
  }
  .col-lg-6 .roap-map-container {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .p-5 {
    padding: 1.5rem !important;
  }
  .navbar-brand {
    width: 100%;
    display: block;
    margin-left: 15px;
  }
  .navbar-brand img {
    margin: 0 auto;
    display: block;
  }
  .col-lg-6 {
    position: relative;
    margin: 10px 0;
  }
  .container-fluid .row #main-content .container-fluid #main-content-container #content .decorative-img {
    width: 250px;
    height: 250px;
  }
  .container-fluid .row #main-content .container-fluid #main-content-container {
    height: -moz-fit-content;
    height: fit-content;
  }
}/*# sourceMappingURL=style.css.map */