@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900");
body{
    font-family: "Montserrat", sans-serif;
}


.form-login-a {
  color: #0069aa;
  font-size: 14px;
  display: flex;
  justify-content: center;
  font-weight: 600;
}

.left .form-login-a.second {
  margin-top: -10px;
  font-weight: 300;
}

.line {
  background: #e5eef5;
  background: #c7dbe3;
  font-size: 11px;

  margin: 0;

  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 98;
  width: 100%;

  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 1em;
  border-top: 1px solid #a5c5d6;
}
.rel {
  position: relative;
  z-index: 5;
}

.largeFont {
  font-size: 36px !important;
  color: #007ab7;
}

.stop {
  background-color: white;
  min-height: 10%;
  background-size: cover;
  background-attachment: fixed;
}

.verse3 {
  background: url(../img/blue-truck.png) no-repeat center center;
  min-height: 70%;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.95;
}

.verse4 {
  background: url(../img/test.jpg) no-repeat center center;
  min-height: 70%;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.95;
}

.verse4 h2 {
  padding: 3.75em 0em;
}

p.bluish {
  color: #003d7e;
  font-size: 18px;
}

p.bluish.strong.mt-3 {
  color: #003d7e;
  font-size: 24px;
}



.card-header {
  padding: 0rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
}

.card {
  border: none;
}
::placeholder {
  font-size: 12px;
}

.landing-panel p {
  font-size: 15px;
}

section {
  position: relative;
}

h2 {
  padding: 5% 0;
  text-align: center;
  font-size: 38px;

}

.verse3 h2 {
  padding: 10% 0;
}



.landing h1 {
  margin: 0.75em 0 0.35em;
  font-size: 2.25em;
}

.logo {
  position: absolute;
  top: 2em;
  left: 4%;
  height: 4.5em !important;
  width: auto;
}

.centerImage {
  height: 120px;
  margin: 20px 0px;
}

.topSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;

}

.topSection .landing-sec-H {
  margin-top: 0%;
  padding-top: 0%;
  font-weight: 400;
  font-size: 1.3em;
  border-bottom: none;
}

.greenLine {
  width: 60px;
  background: #f3c042;
  height: 3px;
  margin: 1em 0em;
}

.blueColor {
  color: #0069aa !important;
}

.limeCircle {
  background: #a3e56a;
  position: relative;
  padding: 1em;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin-top: -2.8em;
  margin-bottom: 0.5em;
}

.limeCircle i {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 24px;
}

.limeCircle.middle i {
  left: 10px;
}

.strong {
  font-weight: 700;
}

.back-to-top {
  position: fixed;
  right: 2%;
  bottom: 2rem;
  z-index: 100;
  background: #f3c042;
  color: #0069aa;
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 1.25rem;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
}
.back-to-top:hover i,
.back-to-top:focus i {
  animation: toTop 0.6s ease-in-out 0s infinite alternate;
}

.back-to-top i {
  transition: all 0.4s;
  font-size: 26px;
}
@keyframes toTop {
  0% {
    margin-bottom: -0.25rem;
    opacity: 0.72;
  }

  100% {
    margin-bottom: 0.25rem;
    opacity: 1;
  }
}

.textBlue {
  color: #004f7f;
  font-size: 20px;
  font-weight: 400;
}

.showHover {
  width: 2em;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 1em);

  color: #a3e56a;
  display: none !important;
}

a.blueColor {
  position: relative;
  display: inline-block;
  margin-left: -0.5rem;
  padding-left: 0.5rem;
  z-index: 0;
}

a.blueColor:after {
  content: '';
  position: absolute;
  left: 0.5rem;
  top: calc(100% + 0rem);
  width: 0;
  height: 1px;
  background-color: #0069aa;
  transition: width 0.3s ease-in-out;
}

a.blueColor:hover:after,
a.blueColor:focus:after {
  width: calc(100% - 0.5rem);
}

.tiles1 .whiteBubble:hover {
  transform: scale(1.1);
}

.tiles2 .whiteBubble:hover {
  transform: scale(1.1);
}

.bottom-pic {
  position: relative;
  z-index: 5;
  padding-bottom: 10em;
}

.block50 {
  /* background-image: url(../img/about_background_boxed.svg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 3em 5em;
}

.square,
.mat {
  position: absolute;
  height: auto;
  top: 0em;
  left: calc(50% - 17em);
  width: 34em;
}

.bottom-pic-first {
  position: relative;
  z-index: 5;
  padding-bottom: 10em;
}

.block50 .guide-list {
  list-style: none;
  padding: 0;
  padding-bottom: 0em;
  width: 30em;
  margin: 3em 0em 0em;
}

.bottom-pic-first .guide {
  display: flex;
}

.block50 .guide {
  position: relative;
  margin-top: 0;
  margin-bottom: 1.8em;
}

.block50 .guide-list-I {
  width: 5%;
  height: 25px;
}

.block50 .guide-list-I.pdf {
  min-width: 20px;
}

.block50 .guide-list-T {
  font-size: 17px;
  width: 90%;
  padding: 0 0px;
  margin: 0;
  padding-left: 4px;
  text-indent: 0;
  line-height: 1;
}

.block50 .guide-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

p.bottomBlue {
  margin-top: 1em;
  color: #003d7e;
  font-size: 34px;
  max-width: 600px;
  line-height: 1;
  text-align: center;
  margin-bottom: 0;
}

p.bottomBlue.smaller {
  font-size: 24px;
}

/* footer {
  box-shadow: 8px 4px 30px rgba(2, 123, 136, 0.51);
  min-height: 8rem;
  background: #25303c;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 2em;
  position: relative;
}

footer img {
  max-width: 20em;
  min-width: 16em;
} */

footer .t-white {
    padding-top: 12px;
}


.t-white {
    color: #ffffff !important;
}
.second {
  min-width: 8em;
  margin-left: 1em;
}

.across {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.bottom-logos {
  max-width: 22em;
}

.last-logos {
  max-width: 12em;
}

.bottom-logos.smaller {
  max-width: 14em;
}

.last-logos.smaller {
  max-width: 8em;
}

.last-logos.smaller2 {
  max-width: 10em;
}

.tiles2 .whiteBubble {
  min-height: 15.8em;
  max-height: 16em;
}

.objectives ul {
  list-style-type: none;
}

.objectives li::before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f111';
  color: #f3c042;
  font-size: 13px;
  display: inline-block;
  width: 0.3em;
  margin-left: -1.4em;
  margin-right: 1em;
}

.moveThisUp {
  margin-top: -4em;
}

.moveThisDown {
  margin-top: 1em;
}

.tiles1 .whiteBubble {
  min-height: 11em;
}

.tiles1 .blueColor,
.tiles2 .blueColor {
  font-size: 1em;
}

.grayLine {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  margin: 1em 0em;
}

.transparent-button {
  border-radius: 2rem;
  background: transparent;
  height: auto;
  width: auto;
  position: relative;
  z-index: 2;
  border: 2px solid #0069aa;
  padding: 0.6em 2.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 3rem !important;
  margin-bottom: 4em;
}

.transparent-button p {
  color: #0069aa;
  font-weight: 500;
  font-size: 22px;
  margin: 0em;
}

.transparent-button:hover {
  background: #0069aa;
}

.transparent-button:hover p {
  color: white;
}

.map {
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  position: relative;
  background-image: url(../images/map.svg);
  height: inherit;
  min-height: inherit;
  background-size: contain;
  left: 0;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-position: top;
  min-height: 800px;
  top: 0;
}

.map h4.landing-sec-H {
  margin-top: 0%;
  padding-top: 0%;
  font-weight: 400;
  font-size: 1.5em;
  border-bottom: none;
}

/* IE modal start */

#myModal2 h4 {
  color: #003d7e;
  font-size: 24px !important;
  border-bottom: none;
  margin: 0 !important;
}

#myModal2 {
  top: 15%;
}

#myModal2 .modal-dialog {
  max-width: 900px !important;
}
#myModal2 .modal-header {
  border-bottom: none !important;
  background: #c8eef5;
  padding: 1em;
}

#myModal2 .modal-body {
  padding: 2em 4em 0em 4em;
}

#myModal2 .modal-body {
  padding-left: 4em !important;
  padding-right: 4em !important;
  text-align: center;
  padding-top: 0px !important;
  overflow-y: auto;
  height: auto;
  max-height: 600px;
}

#myModal2 .black {
  line-height: 1.6 !important;
  font-size: 18px !important;
  margin: 1em 0em;
  text-align: left;
}

#myModal2 .icon-row {
  margin: 1em 7em 0em 7em;
}

#myModal2 .vertical2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0em 1em;
}

#myModal2 .icon {
  width: 70px;
  height: 70px;
}
#myModal2 .icon {
  margin-bottom: 0.3em;
}

#myModal2 .vertical2 p {
  color: #00467f !important;
}

#myModal2 .modal-body p {
  font-size: 21px !important;
}

#myModal2 .modal-footer {
  border-top: none !important;
  /* margin-top: 1em; */
  padding-top: 1em;
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}

.tealBubble {
  background: #003d7e;
  font-weight: 500;
  color: white;
  font-size: 18px;
  padding: 0.5rem 4rem;
  border-radius: 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: auto;
  padding: 0.2rem 2rem !important;
}

/* IE modal end */

/* flip styles */

.tile-img-wrapper {
  position: relative;
  top: 0;
  left: 0;
  min-height: 5rem;

  width: 100%;
  border-radius: 0.8rem 0.8rem 0rem 0rem;

  z-index: 0;
  padding: 0;
  overflow: hidden;
}

.tile-img-wrapper img {
  width: 100%;
  height: auto;
  transition: transform 1s;
}

.topFour .whiteBubble .smaller {
  max-width: 11em;
}

.man {
  font-size: 4rem;
  color: #0069aa !important;
}

.grayBorder {
  border-right: 1px solid #dedede;
  height: auto;
  min-height: 10em;
}

.padding1 {
  padding: 2em 1em 1em 2.2em;
}

.lightGreen {
  background: #ccf1b0;
  max-width: 9em;
  padding: 2em;
  display: flex;
  justify-content: center;
  border-radius: 2rem;
  margin-right: 1em;
}

.btn.btn-primary.new:hover {
  background: #0069aa !important;
  border-color: #0069aa !important;
  color: #d5f2bc !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn.btn-primary.new {
  background: #d5f2bc !important;
  border-color: #0069aa !important;
  border-radius: 27px;
  color: #0069aa !important;
  font-size: 18px;
  margin: 0em;
  margin-top: -0.25em;
  border: 2px solid #0069aa;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.block5 .whiteBubble:last-child {
  margin-bottom: 0em;
}

.topFour .whiteBubble {
  min-height: 12em;
}

.map .whiteBubble {
  background: white;
  padding: 0em;
  position: relative;
}

.map .flip-box-front p.blueColor {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 2em;
}

.map .col-lg-4 {
  padding: 0em 4em;
}

.map .col-lg-5 {
  padding: 0em 7em;
}

.map i {
  position: absolute;
  bottom: 5px;
  width: 2em;
  left: calc(50% - 1em);
  color: #004f7f;
}

a {
  position: relative;
  z-index: 996;
}

.veryBottom #number1 {
  position: absolute;
  top: 17%;
  left: 240px;
  line-height: 1;
}

.veryBottom #description1 {
  position: absolute;
  top: 17%;
  left: 17%;
}

.veryBottom #number2 {
  position: absolute;
  top: 60%;
  right: 30%;
}

.veryBottom #description2 {
  position: absolute;
  top: 55.75%;
  right: 439px;
}

.pageWrapper {
  height: 100%;
}

.whiteBubble {

  background-color: rgba(255, 255, 255, 1);
  position: relative;

  z-index: 1;
  border-radius: 0.8em;

  z-index: 99;
}

h4.landing-sec-H {
  margin-top: 0%;
  padding-top: 0%;
  font-weight: 400;
  font-size: 1.75em;
  border-bottom: none;
}

.navy {
  color: #002d44;
}

.darkBlue {
  color: #004f7f;
  font-size: 1.6em;
  font-weight: 600;
}

.centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

.start {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.absoluteImg {
  max-height: 35em;
  position: absolute;
  right: 0;
  top: 100px;
}

.form-check-inline input[type='checkbox'] {
  height: 18px;
  margin-top: -9px !important;
  margin-right: 6px !important;
  width: 18px;
  border: 1px solid black;
}

.focusClass input:focus + label::before {
  box-shadow: 0 0 0 3px #ad0000;
  outline: 3px solid transparent; /* For Windows high contrast mode. */
}

h3.black {
  color: #001827;
  font-size: 22px;
  font-weight: 500;
  margin: 1em 0em;
}

#skiptocontent {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: #bf1722;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 992;
}

#skiptocontent:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline-color: transparent;
  -webkit-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
}

.menu-buttons.noMargin .menu-buttons-list li:hover .showHover {
  display: block !important;
}
.menu-buttons.noMargin .menu-buttons-list li:hover {
  transform: scale(1.1);
}
.menu-buttons.noMargin .menu-buttons-list li:hover .lime {
  transform: scale(1.1);
}

.menu-buttons.noMargin .menu-buttons-list li:hover .lime i {
  transform: scale(1.1);
}

i {
  transition: none !important;
}

.page_nav {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #ffffff;
  background-color: #141e79;
  font-weight: 300;
  padding: 8px 0px;
}

.page_nav a {
  margin-left: 18px;
  color: #ffffff;
}

.page_nav a:not(:first-child) {
  border-left: 1px solid white;
  padding-left: 18px;
}

.container-fluid {
  padding: 0px;
}

.text--blue {
  color: black;
}

.navbar-nav .nav-link {
  color: #0069aa !important;
}
.navbar-nav .nav-link.active {
  color: #0069aa !important;
  font-weight: 700;
}

.nav-link {
  position: relative;
}

.nav-link:after {
  border-bottom: 0.25rem solid #f3c042;
  content: '';
  height: 0.2rem;
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 1s ease;
  bottom: -20px;
}
.nav-link.active:after {
  opacity: 1;
}

span.heading {
  color: #0069aa;
  font-weight: bold;
  font-size: 1.3em;
  padding-left: 0.5em;
  border-left: 1px solid #f3c042;
}

.header-container {
  width: 28%;
  margin-left: 2%;
  display: flex;
  justify-content: center;
  background-color: white;
  min-width: calc(2% + 300px);
}

.header-container .container {
  display: flex;
}

.overflow-hidden {
  overflow: hidden !important;
}
.landing {
  position: relative;

  box-shadow: 0px 4px 20px rgb(0 61 126 / 23%);
  padding: 0.6em;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.22);
  z-index: 9;

  text-align: center;
  background: #25303c;
  color: white;
}

.shadow {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.22);
}

a.nav-item {
  color: #06639c !important;
}

*:focus {
  outline: none;
}

.end {
  position: absolute;
  right: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: 11em;
}

.landing .fas {
  color: #e5eef5 !important;
  font-size: 45px;
  margin: 0em 0.3em 0em 0.1em;
  position: relative;
}

.activeDot {
  border-radius: 0.5rem;
  background: #c8eef5;
  height: 25px;
  width: 85px;
  position: relative;
  z-index: 2;
  border: 1px solid #0069aa;
}
.selectpicker {
  display: none;
}
.flip {
  background: #0069aa;
  writing-mode: tb-rl;
  width: 2px;
  height: 22px;
}

.inactiveDot {
  border-radius: 0.5rem;
  background: transparent;
  height: 25px;
  width: 85px;
  position: relative;
  /* top: 0;
  right: 22%; */
  z-index: 2;
}

.initials {
  color: #0069aa;
  position: absolute;
  font-size: 15px;
  top: 0;
  left: 20%;
  font-weight: 400;
}
.initials a {
  color: #0069aa !important;
}



a {
  text-decoration: none !important;
}

.navbar .activeDot {
  border-radius: 1rem;
  background: #e5eef5;
  height: auto;
  width: auto;
  position: relative;
  z-index: 2;
  border: 1px solid #0069aa;
  padding: 0.2em 0.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0em 0.5em;
}

.navbar .inactiveDot {
  border-radius: 1rem;
  background: transparent;
  height: auto;
  width: auto;
  position: relative;
  z-index: 2;

  padding: 0.2em 0.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0em 0.5em;
}

.language {
  color: #0069aa;

  font-size: 15px;

  font-weight: 400;
  margin: 0em !important;
}

.loginButton {
  border-radius: 1rem;
  background: transparent;
  height: auto;
  width: auto;
  position: relative;
  z-index: 2;
  border: 1px solid #0069aa;
  padding: 0.2em 1.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 3rem !important;
}
.loginButton p {
  color: #0069aa !important;
  font-weight: 500;
  font-size: 16px;
  margin: 0em;
}

.loginButton:hover {
  background: #0069aa;
}
.loginButton:hover p {
  color: white !important;
  margin: 0em;
}

.loginButton:hover {
  text-decoration: none;
}

.rounded-lg {
  border-radius: 1rem;
}

.nav-pills .nav-link {
  color: #555;
}

.nav-pills .nav-link.active {
  color: #fff;
}

.invalid-feedback {
  font-size: 80%;
  color: #cc473a;
  padding-left: 5px;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #cc473a !important;
}
label.error {
  font-size: 12px !important;
  color: #cc473a !important;
  min-width: 320px !important;
}

.slideForm label.error {
  font-size: 12px !important;
  color: #ff9f96 !important;
  min-width: 320px !important;
}

.btnSaveExit,
.btnPrevious,
.btnNext,
.btnBegin {
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;

  border: none;
  border-radius: 8px;
}

.btnSaveExit,
.btnBegin {
  color: black;
  background: linear-gradient(71.25deg, #faaa17 6.76%, #f3c042 93.24%);
  left: 0px;
}

.inactive {
  background: #d1d3d4;
  color: #6f6f6f;
}

.btnBegin.inactive:hover {
  background: #d1d3d4;
  color: #6f6f6f;
}

.btnPrevious {
  background-color: #ffffff;
  right: 120px;
  width: 100px;
  border: 1px solid #8bc53f;
}

.btnNext {
  background-color: #8bc53f;
  right: 0px;
  width: 100px;
  border: 1px solid transparent;
}

.btnSaveExit:focus,
.btnSaveExit:hover,
.btnBegin:focus,
.btnBegin:hover {
  background: #0069aa;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  outline: none;
  color: #f3c042;
}

.btnPrevious:focus,
.btnPrevious:hover {
  background-color: #8bc53f;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  outline: none;
}

.btnNext:focus,
.btnNext:hover {
  background-color: #141e79;
  color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  outline: none;
}

.btnBegin {
  width: 100px;
  left: calc(50% - 50px);

  padding: 7px;
  border-radius: 20px;
  font-size: 15px;
  bottom: 40px;
}

.blue {
  color: #003d7e;
}

.hero-img {
  width: 100%;
  height: 600px;
  padding-top: 8%;
  /* background:aquamarine; */
  height: inherit;
  min-height: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 100%;

}

.hero-img-container {
  height: calc(100vh - 23rem);
  position: relative;
  display: flex;
  align-items: center;
  min-height: 66rem;

  max-height: 100rem;
  /* filter: drop-shadow(0 0.2rem 0.75rem rgba(0, 0, 0, 0.4)); */
}
.intro-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.landing-panel {
  z-index: 2;
  width: 70%;
  margin: 60px auto 160px;
  /* position: relative; */
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;


  position: relative;
  background-size: unset;
  z-index: 0;
  display: flex;
  justify-content: unset;
  align-items: center;
  background-position: center;
  opacity: 1;
  border-radius: .5rem;
  flex-direction: column;
  padding: 4em 3em 2em 3em;
}

.block20 {
  z-index: 9;
  position: relative;
  padding-bottom: 10em;
}

.block20 * {
  transition: 0.2s all;
}

.block20 img {
  max-height: 22em;
  border-radius: 1rem;
  width: 15em;
  height: 18em;
  object-fit: fill;
  margin-bottom: 16px !important;
  box-shadow: 0 0.2rem 0.75rem rgba(0, 0, 0, 0.15);
}

.block20 a {
  margin-bottom: 2em;
}

.block20 img:hover {
  transform: scale(1.05);
}

h3 {
  color: #542185;
  font-size: 2.2em;
}

h4 {
    color:#404040;
  font-size: 1.2em;
}

.purple {
  color: #532683;
}

.purple:hover{
  font-weight: 600
}

.landing-panel p {
  font-size: 18px;


}

.hero-img-container2 {
  /* height: calc(100vh - 4rem); */
  position: relative;
  display: flex;
  align-items: center;
  min-height: 18rem;
  /* padding-left: 1em;
  padding-right: 1em; */
  margin-bottom: 4em;
}

.hero-img2 {
  background-image: url(../images/strip.svg);
  height: inherit;
  min-height: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: center; */
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0;
  height: 160px !important;
  /* padding-top: 303px; */
  margin-top: 2em;
  background-position: 0px 34%;
}

.middle-overlay {
  position: absolute;
  top: 2em;
  left: 0;
  /* transform: scaleY(1.1); */
  background-color: #0069aa;
  /* backdrop-filter: blur(1.5px); */
  z-index: 1;
  width: 100%;
  /* height: 100%; */
  /* height: 160px; */
  opacity: 0.55;
  min-height: 18rem;
}

.landing-panel-p1 {
  font-size: 35px;
  font-weight: 600;
  color: #0069aa;
  margin: 0rem 0rem 0.5rem 0rem;
}

.landing-panel label {
  font-size: 14px;
}

.form-control.access {
  font-size: 14px;
  border: 1px solid rgba(0, 92, 170, 0.5);
  box-shadow: inset 0px 0px 1px #141e79;
  margin-bottom: 12px;
}

.btn-secondary {
  background: #f3c042;
  padding: 0em 0.5em 0.3em 0.5em;
  position: absolute;
  /* left: 40%; */
  left: calc(50% - 71px);
  bottom: 20px;
  width: 140px;
  border: none;
  border-radius: 1rem;
}

.btn-secondary a {
  font-size: 10px;
  color: black;
}

.left {
  padding: 1em;
  background: #0e68a8;
  margin-top: -1em;
  float: left;
}

.right {
  float: right;
}

.form-login-input {
  /* margin-top: 1em; */
  display: none;
}

.landing-panel .checkbox label {
  margin: 3px 0px;
  font-size: 10px;
  font-weight: 300;
  cursor: pointer;
  position: absolute;
  right: 9px;
  bottom: 0.375em;
}

.landing-panel .checkbox label input {
  display: none;
}

/* .landing-panel .checkbox label img {
} */

#AccessCode {
  color: black !important;
}
.form-login-input .form-control {
  color: black;
}

.menu-buttons {
  position: relative;
  margin-bottom: 80px;
  margin-top: 5rem;
}

.bar{
  background-image: url(../images/graphic-1.jpg);
  position: absolute;
  top:0;
  bottom:0;
  width:100vw;
  opacity:.2;
  right:0;
  left:0;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu-buttons.noMargin {
  width: 100%;
  margin: 50px auto 100px;
  position: relative;
}

.menu-buttons-list {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.top-overlay {
  position: absolute;
  top: 0;
  left: 0;
  /* transform: scaleY(1.1); */
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(1.5px);
  z-index: 1;
  width: 100%;
  /* height: 100%; */
  height: calc(100vh - 23rem);
}

.zero {
  margin: 0em;
  padding: 0em;
}

.top {
  margin-top: -10px;
}

.menu-buttons-list li:hover,
.menu-buttons-list li:focus-within{
  transform: scale(1.2);
}

.menu-buttons-list li .btn-icon{
  height: auto;
  position: relative;
  width: auto;
  background-repeat: no-repeat;
  min-width: 13em;
  min-height: 8em;
  background-position: center;
  /* filter: drop-shadow(0 0.2rem 0.75rem rgba(0, 0, 0, 0.4)); */
}

.menu-buttons-list li .btn-text{
  position: absolute;
  text-align: center;
  min-width: 13em;
  color: #532683;
  font-weight: 500;
  padding-top: 20px;
}

.objective {
  background-image: url(../img/objectives_btn.svg);
}

.objective:hover,
.objective:focus {
  /* background-image: url(../img/objectives_btn-hover.svg); */
  transform: scale(1.2);
}

.agenda {
  background-image: url(../img/agenda.svg);
  min-width: 12em;
  min-height: 7em;
}

/* .agenda:hover,
.agenda:focus {
  transform: scale(1.2);
} */

.speakers {
  background-image: url(../img/speakers.svg);
}

/* .speakers:hover,
.speakers:focus {
  transform: scale(1.2);
} */

.materials {
  background-image: url(../img/materials_btn.svg);
}

.materials:hover,
.materials:focus {
  /* background-image: url(../img/materials_btn-hover.svg); */
  transform: scale(1.2);
}

.menu-buttons.noMargin .menu-buttons-list li {
  font-size: 24px;
  font-weight: 600;
  color: white;

  width: calc(32% - 1rem) !important;
  height: 140px;
  text-align: center;

  background: radial-gradient(circle farthest-side, #2281be, #0069aa);
  border-radius: 2.95rem;
  z-index: 3;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);

  cursor: pointer;

  opacity: 0.95;
  display: flex;

  align-items: center;
  flex-direction: column;
  padding-top: 45px;
  max-height: 5em;
  position: relative;
}
.menu-buttons-list li .fas {
  color: #f3c042;
}

.green {
  color: #f3c042;
}

.menu-buttons-list li a {
  text-decoration: none;
  color: inherit;
}

.menu-buttons-list li:hover p,
.menu-buttons-list li:focus p {
  color: #ffd469;
}

.menu-buttons-list li:hover .fas,
.menu-buttons-list li:focus .fas {
  color: #ffd469;
}

@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }

  25% {
    transform: rotateY(45deg);
  }

  50% {
    transform: rotateY(90deg);
  }

  75% {
    transform: rotateY(45deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}

.btnContact {
  position: fixed;
  right: -56px;
  top: 192px;
  background-color: #141e79;
  padding: 5px 15px;
  transform: rotate(270deg);
  border-radius: 5px 5px 0px 0px;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border: 0 !important;

  z-index: 8;
  color: #ffffff;
}

.btnContact:hover,
.btnContact:focus {
  padding: 5px 15px 10px;
  outline: none;
}

.btnContact img {
  filter: invert(1);
}

.landing-sec {
  padding: 30px;
  margin-bottom: 50px;
}

.img-wes-logo {
    height: 36px;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 3rem;
}

.landing-sec-H {
  font-weight: 800;
  margin-bottom: 0;
  padding: 20px;

  /* border-bottom: 3px solid #F3C042; */
  position: relative;

  margin: 0 auto;
  text-align: left;
  color: #542185;
  font-size: 2.3em;
}

.guide-overlay p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 20px;
}

.block10 {
  margin-top: -15%;
  z-index: 2;
}

.block10 .hero-img-guide {
  bottom: -26%;
}

h1.white.sentMessage {
  color: white;
  padding: 0em 1em;
  font-size: 31px;
  text-align: center;
}

.secondBlock .fas {
  font-size: 40px;
  color: white;
}

#Guide {
  /* width:100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0px;
  margin-top: 0px;
  height: inherit;
  min-height: inherit; */
  position: relative;
}
.hero-img-guide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 0px;
  margin-top: 0px;
  height: 100%;
  min-height: 0em;
  position: absolute;
  bottom: -19%;
  right: 0;
  left: 0;
  width: 100vw;
  z-index: -1;
}

.block5 {
  position: relative;
  z-index: 1;
  /* background-image: url(../img/top.png); */
  background-repeat: repeat;
  /* padding-top: 3em; */
  padding-bottom: 0em;
  padding-bottom: 0em;
}

#FAQ{
  /* background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/bottom-obj.svg);
  background-position: center calc(100% + 9vw); */
  padding-bottom: 4em;
  padding-top: 0em
}

#Privacy {
  padding-bottom: 10em;


  background-size: cover;
  background-repeat: no-repeat;

  /* background-position: center calc(100% + 9vw); */
}

.agendaBubble {
  background: transparent;

  position: relative;
  padding: 3em 1.5em;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 0;
  min-height: 3em;
    box-shadow: 0 0.2rem 0.75rem rgba(0, 0, 0, 0.15);
}
/* .agendaBubble:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  bottom: 0;
  z-index: 0;
  top: 0;

  background: #376e81;
  border-radius: 1rem;
} */
.aquaBubble {
  position: absolute;
  z-index: 3;
  opacity: 1;
  background: #cef1e7;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0em;
  border-radius: 1rem;
  min-height: 0em;
  width: 60%;
  -webkit-box-shadow: 0px 0px 22px -5px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 0px 22px -5px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 0px 22px -5px rgba(0, 0, 0, 0.59);
}

.tanBubble {
  position: absolute;
  z-index: 3;
  opacity: 1;
  background: #f2e6cb;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0em;
  /* border-radius: 1rem; */
  min-height: 0em;
  width: 100%;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.22);
  top: 0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 1.5em 1em;
}

.teal {
  background: #cef1e7;
  border-radius: 0.75rem;
  padding: 0.55em 1em;
  flex-direction: column;
  display: flex;
  justify-content: unset;
  width: 90%;
  margin-bottom: 0;
}

.teal p::before {
  content: '\2022';
  color: #542185;
  font-weight: bold;
  display: inline-block;
  width: 1em;
}

.whiteBubble {
  background: white;

  display: flex;
  flex-direction: column;
  /* align-items: center; */
  padding: 0em;
  border-radius: 1rem;
  min-height: 0em;
  width: 100%;
  position: relative;

}

.join {
  margin: 1em 0em;
  border-radius: 0.25rem;
  position: absolute;
  right: -2em;
  top: -2em;
  padding: 0.5em 1.5em;
  font-weight: 600;
  text-align: center;

  background-color: #faa15c;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 15%), 0px 0px 10px rgb(0 0 0 / 10%);
  color: #25303c;
  font-size: 16px;
  position: absolute;
  right: -2em;
  top: -2em;

  transition: all 0.2s ease-in-out;
}
.join:hover {
  background-color: #25303c;
  color: #faa15c;
  transform: scale(1.2);
  text-decoration: none !important;
}

.join.two {
  right: -4.2em;
  top: -0.75em;
}

.landing-panel-two {
  z-index: 2;
  width: 660px;
  margin: 0px auto 0px;

  position: relative;

  height: auto;
  background-image: url(../img/10am.svg);

  background-repeat: no-repeat;
  width: 100%;
  height: auto;

  height: auto;
  position: relative;
  background-size: unset;
  z-index: 0;
  display: flex;
  justify-content: unset;
  align-items: center;
  opacity: 1;
  width: 95%;
  height: auto;
  flex-direction: column;
  margin-top: 4em;
  margin-top: 5em;
  /* margin-bottom: -3em; */
  min-height: 15em;
}

.landing-panel-three {
  z-index: 2;
  width: 660px;
  margin: 0px auto 0px;

  position: relative;

  height: auto;
  background-image: url(../img/break.svg);

  background-repeat: no-repeat;
  width: 100%;
  height: auto;

  height: auto;
  position: relative;
  background-size: unset;
  z-index: 0;
  display: flex;
  justify-content: unset;
  align-items: center;
  opacity: 1;
  width: 95%;

  flex-direction: column;

  margin-top: 4em;
  height: auto;
  min-height: 15em;
}

.neg {
  margin-top: -0.25em !important;
}

.tan {
  background: #F6F6F6;
  border-radius: 0.75rem;
  padding: 1.2em 1em;
  flex-direction: column;
  display: flex;
  justify-content: unset;

  width: 100%;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 0px 22px -5px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 0px 22px -5px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 0px 22px -5px rgba(0, 0, 0, 0.29);

}

a {
  color: #532683;
  font-weight: 500;
  cursor: pointer;
}

.btn-login {
    margin: 1em 0em;
border-radius: .35rem;

text-align: center;

    background-color: #532683;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.15), 0px 0px 10px rgba(0,0,0,.1);
padding:.75rem .75rem;
line-height: 1;
font-weight:400 !important;
max-width: 200px !important;
  }

  .btn-login p{
    line-height: 1;
    font-size:16px;
    font-weight:600 !important
  }

  .btn-login:active, .btn-login:focus, .btn-login:hover {

    background-color: #ffffff;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.15), 0px 0px 10px rgba(0,0,0,.1);
}

  .btn-login:active p, .btn-login:focus p, .btn-login:hover p{
    color: #532683 !important;
  }
.blueColor{
  color:#00467f;
  font-size:14px;
}

a:hover{
  text-decoration: none !important
}

a:hover,
.session-speaker:hover {

}

.whiteBubble ul {
  list-style-type: none;
  margin-top: 0.5em !important;
}

.whiteBubble ul li::before {
  content: '\2022';
  color: #542185;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.whiteBubble ul li {
  margin: 1em 0em 1em 0em;
  font-size: 18px;
  line-height: 1.3;
}

.whiteBubble .normal li::before {
  content: '–';
  color: #542185;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.landing-panel-two h5 {
  font-size: 1.5em;
  text-align: center;
  padding: 2em 3em 0em 3em;
}

.charcoal {
  color: #25303c;
  font-size: 2em;
  font-weight: 600;

}

.guide-list {
  list-style: none;
  padding: 0;
  padding-bottom: 9em;
}

.guide {
  position: relative;
  margin-top: 40px;
}

.guide-wrapper {
  display: inline-flex;
  width: 100%;
  align-items: center;
}

.guide-list-N {
  width: 10%;
  text-align: right;
  font-size: 50pt;
  padding-right: 20px;
  border-right: 2px solid #f3c042;
  margin: 0;
  line-height: 70px;
  color: #0069aa;
  font-weight: 700;
}

.guide-list-N-768 {
  display: none;
  line-height: 70px;
  color: #0069aa;
  font-weight: 700;
  border-bottom: 2px solid rgba(0, 92, 170, 0.85);
  text-align: center;
  width: 80px;
  margin: 0 auto 16px;
  font-size: 40pt;
}

.guide-list-T {
  font-size: 18px;
  width: 90%;
  padding: 0 24px;
  margin: 0;
  padding-left: 20px;
  text-indent: 18px;
}

.guide-list-T span.purple {
  margin-left: -40px;
}

.guide-list-I {
  width: 10%;
  height: 80px;
}

.guide-list-H {
  font-weight: 400;
}

.whiteBubble .col-lg-7 .darkBlue {
  margin: 0em 3em;
}

.whiteBubble ul {
  margin: 0.5em 3em;
  font-size: 16px;
  color: black;
  margin: 0.5em 1em 0.5em 1em;
}
.whiteBubble ul.first {
  margin: 0.5em 5em;
  font-size: 16px;
  color: black;
  font-weight: 400;
}

#FAQ {
  z-index: 2;
}

.faq-list {
  margin-top: 24px;
  background: #e6f2fd;
  width: 100%;
  padding: 12px 32px 8px 32px;
  border-radius: 3px;
  position: relative;
}

.participant-page .faq-list {
  margin-top: 24px;
  background: #dfedf7;
  width: 100%;
  padding: 12px 32px 8px 32px;
  border-radius: 1rem;
  position: relative;
}

.participant-page .caret-down {
  position: absolute;
  top: -7px !important;
  right: -7px !important;

  font-size: 24px;
}

.form-login-a.second {
  display: none;
}

.hidden {
  display: none;
}

.form-login-input .form-control.access:nth-of-type(1) {
  margin-bottom: 0px !important;
}

.form-login-input label {
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 22px;
}

.right .second {
  font-size: 11px;
  margin-top: -60px;
}

.ques {
  color: #003d7e !important;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
}

.ques:hover {
  color: #0069aa;
  text-decoration: none;
}

.ans {
  padding: 10px 40px 5px 0px;
  font-size: 1.1em;
  font-weight: 400;
  color: #003d7e;
}

.caret-down {
  position: absolute;
  top: -7px !important;
  right: -7px !important;

  font-size: 24px;
}

.middle-overlay {
  position: absolute;
  top: 0em;
  left: 0;
  /* transform: scaleY(1.1); */
  background-color: #0069aa;
  /* backdrop-filter: blur(1.5px); */
  z-index: 1;
  width: 100%;
  /* height: 100%; */
  /* height: 160px; */
  opacity: 0.55;
  min-height: 10rem;
}

.hero-img-container2 {
  /* height: calc(100vh - 4rem); */
  position: relative;
  display: flex;
  align-items: center;
  min-height: 10rem;
  margin-bottom: 4em;
}

.hero-img2 {
  background-image: url(../images/strip.svg);
  height: inherit;
  min-height: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: center; */
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0;
  height: auto;
  /* padding-top: 303px; */
  margin-top: 0em;
  background-position: 0px 34%;
}

.footer-img img {
  width: 100%;
  height: inherit;
}

.survey-footer {
  position: relative;
  width: 100%;
  padding: 16px 0px;
  background: #004f7f;
  display: flex;
  align-items: center;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
  min-height: 8em;
  z-index: 3;
}

.absoluteFooter {
  position: absolute;
  z-index: 999999;
  bottom: 0;
}

.survey-footer .two {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  padding-top: 4em;
  min-height: 9em;
  flex-wrap: wrap;
}

.two img {
  margin: 0em 1em;
}

.survey-footer .one {
  position: absolute;
  width: 100%;
  top: 0;
  max-height: 4em;
  background: #0069aa;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em;
  padding-top: 2em;
}

.survey-footer img {
  height: 36px;
}

.flip2 {
  background: white;
  writing-mode: tb-rl;
  width: 1px;
  height: 15px;
  margin: 0.25em 0.5em 0em 0.5em;
}

.iques {
  opacity: 0.4;
  color: #6473dd;
  margin-right: 24px;

  position: absolute;
  left: 18px;
  top: 12px;
}

.menu-buttons-floating {
  visibility: hidden;
  position: fixed;
  bottom: 10em;
  right: 1.2em;
  z-index: 11;
  transform: scale(0.9);
  opacity: 0;
  max-width: 5em;
}

.menu-buttons-floating.tabletSize {
  visibility: visible;
  position: fixed;
  top: 30%;
  left: 2%;
  z-index: 1;
  transform: scale(1);
  opacity: 1;
  max-width: 5em;
}

.menu-buttons-floating.tabletSize li {
  height: 65px;
  width: 65px;
  font-size: 35px;
}

.menu-buttons-floating.tabletSize li:first-child {
  height: 65px;
  width: 65px;
  font-size: 35px;
}

.embed-responsive-item {
  height: 100%;
  width: 100%;
  margin-top: 1em;
  min-height: 300px;
}

figcaption {
  color: #0069aa;
  font-size: 15px;
  font-weight: 300;
}

.twenty {
  font-size: 19px !important;
}

.guide-list-T.text--blue {
  color: #0069aa;
}

.menu-buttons-floating-list {
  list-style: none;
  padding: 0;
}

.menu-buttons-floating-list li,
.btn-guide {
  /* background: linear-gradient(39.55deg, #54A6FE -8.55%, #B5D8FD 96.92%);
  border-radius: 10px; */
  height: 80px;
  width: 80px;
  margin-bottom: 1.5em;
  /* box-shadow: 0px 2px 3px rgba(0,0,0,0.3), 0px 0px 20px 0px rgba(0, 0, 0, 0.3); */
  text-align: center;
  /* font-size: 24px;
  padding-top: 7px; */
  cursor: pointer;

  color: #003d7e;
  filter: drop-shadow(0 0.2rem 0.75rem rgba(0, 0, 0, 0.4));
}

.tabletSize .menu-buttons-floating-list li:first-child,
.btn-guide {
  background: #0069aa;
  border-radius: 10px;
  height: 65px;
  width: 65px;
  font-size: 35px;
  margin-bottom: 15px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3),
    0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  text-align: center;

  padding-top: 7px;
  cursor: pointer;

  color: #f3c042;
}

.menu-buttons-floating-list li:first-child .fal {
  font-size: 35px;
}

.menu-buttons-floating-list li:first-child,
.btn-guide {
  /* background: linear-gradient(71.25deg, #FAAA17 6.76%, #F3C042 93.24%);
  border-radius: 10px; */
  height: 80px;
  width: 80px;
  margin-bottom: 1.5em;
  /* box-shadow: 0px 2px 3px rgba(0,0,0,0.3), 0px 0px 20px 0px rgba(0, 0, 0, 0.3); */
  text-align: center;
  /* font-size: 24px;
  padding-top: 7px; */
  cursor: pointer;
  opacity: 1;

  /* color: #003D7E; */
}

.menu-buttons-768-list li {
  background-repeat: no-repeat;
}

.menu-buttons-floating-list [data-target='#Home'],
.menu-buttons-768-list [data-target='#Home'] {
  background-image: url(../img/back-to-top.svg);
  background-repeat: no-repeat;
}

.menu-buttons-floating-list [data-target='#Home']:hover,
.menu-buttons-floating-list [data-target='#Home'].activated {
  background-image: url(../img/back-to-top-hover.svg);
  background-repeat: no-repeat;
}

.menu-buttons-floating-list [data-target='#Guide'],
.menu-buttons-768-list [data-target='#Guide'] {
  background-image: url(../img/side-nav_objective.svg);
  background-repeat: no-repeat;
}

.menu-buttons-floating-list [data-target='#Guide']:hover,
.menu-buttons-floating-list [data-target='#Guide'].activated {
  background-image: url(../img/side-nav_objective-hover.svg);
  background-repeat: no-repeat;
}

.menu-buttons-floating-list [data-target='#FAQ'],
.menu-buttons-768-list [data-target='#FAQ'] {
  background-image: url(../img/side-nav_agenda.svg);
  background-repeat: no-repeat;
}

.menu-buttons-floating-list [data-target='#FAQ']:hover,
.menu-buttons-floating-list [data-target='#FAQ'].activated {
  background-image: url(../img/side-nav_agenda-hover.svg);
  background-repeat: no-repeat;
}

.menu-buttons-floating-list [data-target='#Privacy'],
.menu-buttons-768-list [data-target='#Privacy'] {
  background-image: url(../img/side-nav_speakers.svg);
  background-repeat: no-repeat;
}

.menu-buttons-floating-list [data-target='#Privacy']:hover,
.menu-buttons-floating-list [data-target='#Privacy'].activated {
  background-image: url(../img/side-nav_speakers-hover.svg);
}

.menu-buttons-floating-list [data-target='#Contact'],
.menu-buttons-768-list [data-target='#Contact'] {
  background-image: url(../img/side-nav_materials.svg);
  background-repeat: no-repeat;
}

.menu-buttons-floating-list [data-target='#Contact']:hover,
.menu-buttons-floating-list [data-target='#Contact'].activated {
  background-image: url(../img/side-nav_materials-hover.svg);
}

/* .menu-buttons-floating-list li:hover,
.btn-guide:hover {
  /* outline: none;
  background: linear-gradient(39.55deg, #0069AA 1.89%, #54A6FE 96.92%);
  color: white; */
/* } */
.menu-buttons-floating-list li:focus,
.btn-guide:focus {
  /* font-weight: 800;
  background: linear-gradient(39.55deg, #0069AA 1.89%, #54A6FE 96.92%);
  box-shadow: 0px 0px 9px rgba(0, 0, 0, .85);
  opacity: 1;
  color: white; */
  transform: scale(1.13);
  outline: none;
}

.menu-buttons-floating-list li:active,
.btn-guide:active {
  /* font-weight: 800;
  background: linear-gradient(39.55deg, #0069AA 1.89%, #54A6FE 96.92%);
  box-shadow: 0px 0px 9px rgba(0, 0, 0, .85);
  opacity: 1;
  color: white; */
  transform: scale(1.13);
  /* outline: none; */
}

/* .menu-buttons-768-list li:hover,
.btn-guide:hover {
  /* outline: none;
  background:#a5e371;
  color: #0071ba; */
/* } */

.activated {
  /* font-weight: 800;
  background: linear-gradient(39.55deg, #0069AA 1.89%, #54A6FE 96.92%) !important;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, .85);
  opacity: 1;
  color: white !important; */
  transform: scale(1.13) !important;
  outline: none;

}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* .carousel {
  width: 90%;
  margin: 0px auto;
} */

.slick-slide {
  margin: 12px 72px 0px;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-slider {
  padding: 2em;
}

.modal-dialog {
  max-width: 1298px !important;
}

.modal-body {
  background: #8DD6E6;
  border-radius: 1rem;
  margin: 0px 1em;
}

.modal-body,
.wrapper {
  position: relative !important;
}

.modal-body .close {
  position: absolute;
  right: 0px;
  top: -4px;
  z-index: 99;
  opacity: 1;
  font-size: 32px;
  color: black;
  width: 1em;
}

.carousel img.first {
  border-radius: 1rem;
  width: 15em;
  height: 20em;
  object-fit: cover;
  margin-right: 1em;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.quoteBubble {
  max-width: calc(100% - 15em);
  margin-left: 1em;
  position: relative;
  z-index: 9;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  padding: 1em 2em;
  border-radius: 1rem;
}

.quoteBubble .strong {
  font-weight: 600;
}

.quoteBubble .purple {
  font-size: 1.3em;
  margin-bottom: 0.5em;
  color: #532683;
}

.slick-track {
  display: flex !important;
  align-items: center;
}

.slick-slider.hide-arrows .slick-next,
.slick-slider.hide-arrows .slick-prev {
  display: none;
}

.slick-next,
.slick-prev {
  background-image: url('../img/back_&_forth_chevron.svg') !important;
  background-repeat: no-repeat !important;
  z-index: 10;
  height: 40px !important;
  width: 40px !important;
  background-size: contain !important;
}

.slick-next:before,
.slick-prev:before {
  display: none;
}

.slick-next {
  right: 75px !important;
  transform: rotate(180deg);
}

.slick-prev {
  left: 75px !important;
}

.modal-content {
  background: transparent;
  border: none;
}

.modal-content,
.modal-header {
  position: relative;
}

.slick-slide {
  opacity: 0.6;
}

.slick-active {
  opacity: 1;
}

.block20 .btn {
  background: transparent;
    color: #532683 !important;
  margin-bottom: 1.25em;
}
.block20 button:hover p.purple {
  font-weight: 600 !important
}

.tabletSize .activated {
  background: #7ac142 !important;
  color: #0069aa !important;
}

#sendMessage:hover,
#sendMessage:focus {
  font-weight: 800;
  background: #125086;

  opacity: 1;
  color: #ffd469;

  outline: none;
}

#sendMessage {
  font-weight: 800;
}

.hero-img-container.secondOne {
  height: 930px !important;
  bottom: 0 !important;
}

.hero-img-container.secondOne {
  max-height: 95rem;
}

.bottom-overlay {
  position: absolute;
  top: 0px;
  left: 0;
  /* transform: scaleY(1.1); */
  background-color: rgba(255, 255, 255, 0.2);
  /* backdrop-filter: blur(10px); */
  z-index: 1;
  width: 100%;
  height: 100%;
  /* height: 930px !important; */
  max-height: 930px;
}

.hero-img.secondOne {
  max-height: 93rem;
}

.hero-img.secondOne {
  background-image: url(../images/grass.jpg);
  height: inherit;
  min-height: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 100%;
  width: 100%;
  left: 0;
  top: 0px;
  z-index: -1;
  position: absolute;
  left: 0;
  max-height: 78rem;
}

.pt13 {
  padding-top: 19em;
  padding-bottom: 2em;
}

.heavy {
  font-weight: 900;
}

#slideOut {
  position: absolute;
  z-index: 102;
  left: -500px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  z-index: 9999;
  margin: 0;
  height: 100%;
  top: 0;
}

#one {
  text-align: center;
  top: 23%;
  position: fixed;
  right: -66px;
  z-index: 99999;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
}

.openTab {
  background-color: #0069aa;
  color: white;
  position: fixed;
  right: -1.8rem;
  top: 9rem;
  transform: rotate(-90deg);
  padding: 0.5rem 1rem;
  font-size: 18px;
  border-radius: 0px;
  z-index: 100;
  cursor: pointer;
}
#slideOut2 {
  position: fixed;

  right: -671px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  margin: 0;
  height: 100vh;
  top: 0;
  z-index: 989;
}

.showslideOut2 {
  right: 0px !important;
}

#slideOut2 .white:last-child {
  color: white;
  margin-bottom: 0em;
}

.right .white {
  margin-top: 1em;
  font-weight: 500;
}

.topContent {
  margin-bottom: 1em;
}
.slideForm .form-group label {
  color: white;
  font-family: 'Inter', sans-serif;
  margin-bottom: 0em;
  font-size: 16px;
  max-width: 23em;
}

.slideForm .form-group .vertical label {
  color: white;
  font-family: 'Inter', sans-serif;
  margin-bottom: 0em;
  font-size: 15px;
  font-weight: 300;
}
.slideForm .form-group .around2 .vertical label {
  max-width: 7rem;
}

.slideForm .radio-inline input[type='radio']:checked:after {
  width: 14px;
  height: 14px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #0a5799;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.slideForm .around2 .vertical {
  height: auto;
  border-radius: 1rem;
  padding: 6px;
  /* padding-top: 1em; */
  padding-left: 18px;
}

.slideForm .radio-inline input[type='radio'] {
  margin-left: -14px;
}

.light {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
}
.toast {
  color: white;
  line-height: 1.5;
  margin-bottom: 1em;
  padding: 1.25em;
  position: fixed;
  right: -335px;
  top: 1em;
  transition: 0.15s ease-in-out;
  width: 335px;
  height: 100px;
  font-size: 17px;
  background: #0069aa;
  color: white;
  z-index: 980;
}

label.togglePassword {
  display: flex;
  align-items: center;
}

#eye,
#eye2 {
  margin-right: 4px;
  font-size: 18px;
  color: #003d7e;
}

.around .vertical .fas {
  color: white;
  font-size: 20px;
}

.showSlideOut {
  left: 0px !important;
}

#slideOut .modal-content {
  position: relative;
  background-color: #0069aa;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.6);
  box-shadow: none;
  z-index: 99999;
  height: 930px;
  /* height: 100%; */
  width: 490px;
  margin: 0;
  padding-left: 2em;
  padding-right: 2em;
  opacity: 0.85;
}

#slideOut2 .modal-content {
  position: relative;
  background-color: #0a5799;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.6);
  box-shadow: none;
  z-index: 99999;
  /* height: 930px; */
  height: 100%;
  width: 671px;
  margin: 0;
  padding-left: 1.2em;
  padding-right: 1.2em;
  padding-bottom: 6em;
  opacity: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

.slideForm .form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: baseline;
  padding-left: 0;
  margin-right: 5px;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

.slideForm .around2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  margin-left: 0;
  margin-top: 10px;
}

.slideForm #sendMessage {
  color: #002d44;
  width: auto;
  border-color: #f3c042;
  padding: 0.3em 2.5em;
  border-radius: 1.5rem;
  font-size: 19px;
  background: #f3c042;
  margin: 1rem 0rem 2rem 0rem;
  font-weight: 500;
}
.slideForm #sendMessage:hover {
  background: white;
  border-color: white;
  color: #0069aa;
}
.slideForm #sendMessage:hover .brightBlue {
  color: #f3c042;
}

.brightBlue {
  color: #0069aa;
  font-weight: 900 !important;
}

::-webkit-scrollbar {
  width: 9px;
  background: #dedede;
}

::-webkit-scrollbar-thumb {
  background-color: #9c9c9c;

  border-radius: 1rem;
}

#slideOut2 button.close {
  color: #a3e56a;
  text-shadow: none;
  font-size: 1.8rem;
}

.whiteLarger {
  font-size: 22px;
  margin-top: 0rem;
  color: white;
}

.update {
  border-radius: 1rem;
  background: transparent;
  height: auto;
  width: auto;
  position: relative;
  z-index: 2;
  border: 1px solid white;
  padding: 0.2em 1.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 3rem !important;
  color: white;
  font-weight: 300;
  font-size: 15px;
}

.survey-footer p.white {
  font-weight: 300;
}

.secondBlock {
  display: none;
}

.modal-header {
  padding: 15px;
  border-bottom: none;
  margin-bottom: 0em;
  display: block !important;
  padding-top: 3em;
}

.lime {
  color: #a5e371 !important;
}

hr.lime {
  background: #a5e371 !important;
}

.pt1 {
  padding-top: 1em;
}

p.whiteLarge {
  color: white;
  padding: 0em;
  font-size: 18px;

  margin: 0;
  text-align: left;
}

span.blue {
  color: #0069aa;
  font-size: 1em;
  font-weight: 300;
}

.around {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}

.radio-inline input[type='radio']:checked:after {
  width: 14px;
  height: 14px;
  border-radius: 15px;
  top: 0;
  left: 0;
  position: relative;
  background-color: #f3c042;

  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
input[type='radio'],
input[type='checkbox'] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

fieldset {
  padding: 0 !important;
  border: none !important;
}

.around .vertical {
  height: 82px;
  border-radius: 0px;
  padding: 3px;
  padding-top: 1em;
  padding-left: 15px;
}

.around .vertical:nth-of-type(1) {
  width: 38%;
}

.around .vertical:nth-of-type(2) {
  width: 36%;
}
.around .vertical:nth-of-type(3) {
  width: 22%;
}

.vertical {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
legend {
  padding: 0 !important;
  width: 0% !important;
  padding: 0 !important;
  margin-bottom: 0px !important;
  font-size: 0px !important;
  line-height: inherit;
  border: 0;
  border-bottom: none;
}

.formIcon {
  margin-bottom: 5px;
  margin-left: 20%;
  width: 26px;
  height: 30px;
  margin-top: 5px;
}

.radio-inline {
  font-size: 15px;
  display: inline-block;
}

p.whiteLarge a {
  color: white;
}

h6.blue {
  color: #00467f;
  font-weight: 600;
  font-size: 41px;
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 0em;
  margin-bottom: 0em;
  padding-right: 1em;
  margin-right: 1em;
}

span.teal {
  color: #008289;
  font-weight: 900;
  font-size: 30px;
  margin-top: 0em;
  margin-bottom: 0em;
}
p.modalFooter {
  color: white;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  text-align: left;
  margin-top: 0em;
  padding-top: 0em;
}

.form-control.secondOne {
  height: calc(1rem + 25px) !important;
  padding: 10px 15px !important;
}

.form-control {
  display: block;
  width: 100%;
  height: 100%;
  padding: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: white;
  background-color: transparent;
  background-clip: padding-box;
  border: 2px solid white;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-align: left;
}

#update .form-control {
  display: block;
  width: 100%;
  height: 100%;
  padding: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: black;
  background-color: white;
  background-clip: padding-box;
  border: 2px solid #006ca9;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-align: left;
  max-height: 40px;
}

#update .form-row {
  margin-bottom: 1.75em;
}

#update .whiteBox p {
  font-size: 20px !important;
  color: #004f7f;
}
#update label {
  color: #004f7f;
}
#update .whiteBox {
  background: #fefefe;
  padding: 2em;
  margin-bottom: 1em;
}

#update p.small.black {
  color: black !important;
  font-size: 12px !important;
}

#update label.blue {
  padding: 1px 0px 0px 5px;
  font-size: 15px !important;
  font-weight: 400 !important;
}

#update p.small {
  font-size: 15px !important;
  margin-bottom: 0em;
  padding-left: 5px;
}

.customRadio {
  position: relative;
}

.customRadio input {
  height: 18px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 18px;
}

.customRadio input + label::before {
  border: 1px solid #07477d;
  content: '';
  height: 18px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 18px;
  border-radius: 50%;
}

.customRadio input + label::after {
  content: '';
  opacity: 0;
  border: 6px solid #07477d;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 5px;
  transition: opacity 0.2s ease-in-out;
}

.customRadio input:checked + label::after {
  opacity: 1;
}

.focusClass input:focus + label::before {
  box-shadow: 0 0 0 3px #f3c042;
  outline: 3px solid transparent; /* For Windows high contrast mode. */
}

.bottomLine {
  border-bottom: 1px solid #a5e371;
  padding-bottom: 2em;
  padding-top: 1em;
  display: flex;
  justify-content: center;
}

#sendMessage {
  width: 100px;
  left: calc(50% - 50px);
  bottom: 35px;
  padding: 7px;
  border-radius: 20px;
  font-size: 15px;
  color: black;
  background: #f3c042;
}

.fa.fa-envelope-o {
  color: black;
  font-weight: 900;
  margin-right: 0.5em;
  font-size: 16px;
  margin-top: -1px;
}

.modal-footer {
  padding: 15px;
  text-align: left;
  border-top: none;
  margin-left: 3em;
  margin-right: 3em;
  margin-top: 0em;
  padding-top: 0em;
}

.form-group label {
  color: white;

  font-size: 20px;
}
.form-group {
  margin-bottom: 15px;
}

.contactUs--open,
.resourcesInfo--open {
  visibility: visible !important;
  opacity: 1 !important;
  right: 0px !important;
}

.contactUs,
.resourcesInfo {
  width: 420px;
  background-color: #2e33a6;
  padding: 3rem 2rem 1rem;
  color: white;
  position: fixed;
  top: 0px;
  right: -420px;
  opacity: 0.8;
  visibility: hidden;
  z-index: 99;
  box-shadow: -10px 0px 30px rgba(0, 0, 0, 0.3);
  /* transition: visibility .2s ease-in, opacity .2s ease-in, right .2s ease-in; */
  overflow: auto;
}

.contactUs .fa-times,
.resourcesInfo .fa-times {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
}

.contactUs input,
.contactUs textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid white;
  background: #141e79;
  color: inherit;
  margin-top: -2px;
  margin-bottom: 15px;
  height: 30px;
}

.contactUs input:hover,
.contactUs textarea:hover,
.contactUs input:focus,
.contactUs textarea:focus {
  background: #ffffff;
  color: #141e79;
}

.contactUs label {
  font-size: 18px;
}

.contactUs textarea {
  height: 150px;
}

.contactUs_h2 {
  text-align: center;
  font-size: 22px;
  color: inherit;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid white;
}

.contactUs_p {
  text-align: center;
  font-size: 16px;
  color: inherit;
  line-height: 20px;
}

.contactUs_radio {
  display: flex;
  width: 100%;
  position: relative;
  margin: 5px 0 15px;
}

.contactUs_radio label {
  font-size: 16px;
}

.contactUs_radio .reason {
  height: 72px;
  border-radius: 5px;
  padding: 3px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.contactUs_radio .reason_0 {
  position: relative;
  width: 38%;
  margin: 0 auto;
}

.contactUs_radio .reason_0:before,
.contactUs_radio .reason_1:before,
.contactUs_radio .reason_2:before {
  content: '\f059';
  font-family: 'Font Awesome 5 Free';
  left: calc(50% - 15px);
  position: absolute;
  top: 5px;
  font-size: 30px;
  font-weight: 900;
}

.contactUs_radio .reason_1:before {
  content: '\f0ad';
}

.contactUs_radio .reason_2:before {
  content: '\f086';
}

.contactUs_radio .reason_1 {
  position: relative;
  width: 36%;
  margin: 0 auto;
}

.contactUs_radio .reason_2 {
  position: relative;
  width: 20%;
  margin: 0 auto;
}

.contactUs_radio .reasonTxt {
  font-size: 14px;
}

.contactUs_radio input {
  opacity: 0;
  width: 0%;
}

.contactUsBtn {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  /* transition: background-color 0.2s, box-shadow 0.2s; */
  background-color: #fea821 !important;
  border: 1px solid transparent !important;
  border-radius: 4px !important;
  color: #141e79 !important;
  width: 90px !important;
  background-image: url(/assets/envelope-regular.svg) !important;
  background-repeat: no-repeat !important;
  padding: 5px 15px !important;
  text-align: right;
  background-size: 20% !important;
  background-position: 15px !important;
  position: relative;
  left: calc(50% - 45px);
  margin: 10px auto 30px !important;
}

.contactUsBtn:hover,
.contactUsBtn:focus {
  background-color: #fe8225 !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  outline: none !important;
}

.contactUs_p1 {
  font-size: 14px;
  padding-top: 5px;
  border-top: 1px solid white;
}

.contactUs_p a {
  color: inherit;
}

.contactUsOverlay,
.resourcesInfoOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
}

.img-rc-container {
  width: 100%;
}

.img-lr-container {
  /* width: 50%; */
  display: flex;
  justify-content: center;
  position: relative;
}

.img-rc {
  width: 55%;
  position: absolute;
  right: 0px;
  top: -2px;
}

.img-l {
  position: absolute;
  left: -100px;
  top: -500px;
  width: 200px;
  height: 600px;
}

.img-r {
  position: absolute;
  right: -200px;
  top: -650px;
  width: 350px;
  height: 600px;
  /* transition: all 0.4s; */
}

.guide-overlay {
  position: relative;
}

#Guide .img-r {
  bottom: -300px;
  top: auto;
  width: 270px;
  height: 350px;
  right: -100px;
}

.menu-buttons-768 {
  display: none;
  opacity: 0;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  box-shadow: 0px -3px 7px rgba(0, 0, 0, 0.1);
  /* transition: 0.4s all; */
  z-index: 990;
}

.menu-buttons-768-list {
  background: transparent;
  display: flex;
  justify-content: space-around;

  margin-bottom: unset;
  padding: unset;
}

.menu-buttons-768-list li {
  text-align: center;
  padding: 10px 0px 5px 0px;
  /* transition: all 0.3s; */
  outline: none;
  /* color: #0071ba; */
  width: 24%;
  cursor: pointer;
  background: linear-gradient(39.55deg, #54a6fe -8.55%, #b5d8fd 96.92%);
  color: #003d7e;
}

.menu-buttons-768-list li i {
  font-size: 20px;
}

.menu-buttons-768-list li span {
  display: block;
  font-size: 12px;
  font-weight: 600;
}

/* .menu-buttons-768-list li:hover {
  font-weight: 800;
  background: linear-gradient(39.55deg, #0069AA 1.89%, #54A6FE 96.92%);
  box-shadow: 0px 0px 9px rgba(0, 0, 0, .85);
  opacity: 1;
  color: white;

}

.menu-buttons-768-list li:nth-of-type(4):focus {
  font-weight: 800;
  background: linear-gradient(39.55deg, #0069AA 1.89%, #54A6FE 96.92%);
  box-shadow: 0px 0px 9px rgba(0, 0, 0, .85);
  opacity: 1;
  color: white;
} */

.menu-buttons-768-list li:nth-of-type(1) {
  width: 20%;
  list-style-type: none;
}

.menu-buttons-768-list li:nth-of-type(2) {
  width: 20%;
  list-style-type: none;
}

.menu-buttons-768-list li:nth-of-type(3) {
  width: 20%;
  list-style-type: none;
}

.menu-buttons-768-list li:nth-of-type(4) {
  width: 20%;
  list-style-type: none;
}

.menu-buttons-768-list li:nth-of-type(5) {
  width: 20%;
  list-style-type: none;
}

.menu-buttons-768-list li {
  width: 24%;
  min-height: 3em;
}

.menu-buttons-768-list {
  background: transparent;
  display: flex;
  justify-content: space-around;
  margin-bottom: unset;
  padding: unset;
  margin-left: 5%;
}

.custom-select {
  display: none;
}

/* Questionnaire Page*/

.header-questionnaire {
  background-image: url(/assets/bg_survey-header-bar.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  margin-top: -30px;
  background-position-x: 12%;
}

.header-questionnaire .header-container {
  background-color: transparent !important;
}

.survey-title {
  border-bottom: 3px solid #fe8225;
  display: inline;
}

.p-survey-ques {
  font-size: 16px;
  font-weight: 600;
}

.p-survey-ans {
  font-size: 16px;
}

.survey-btn-grp {
  width: 100%;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
}

.survey-btn-grp div {
  width: 50%;
}

.survey-btn-outlined {
  border: 1px solid #0071ba;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
  color: #0071ba;
  font-weight: 600;
  min-width: 100px;
}

.survey-btn-filled {
  border: 1px solid transparent;
  background-color: #0071ba;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  min-width: 100px;
}

.survey-btn-outlined:hover,
.survey-btn-outlined:focus,
.survey-btn-filled:hover,
.survey-btn-filled:focus {
  border: 1px solid transparent;
  background-color: #a0defe;
  color: #141e79;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.btnResources {
  position: fixed;
  top: 192px;
  right: -44px;
  transform: rotate(270deg);
  background: #141e79;
  padding: 6px 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px 8px 0px 0px;
  cursor: pointer;
  transition: none !important;
}

.btnResources:hover,
.btnResources:focus {
  padding-bottom: 10px;
}

/* Dashboard */

.mobile {
  display: none;
}

html {
  overflow-x: hidden;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.header-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
}

.header-wrapper .header-container {
  justify-content: flex-start;
  background-color: rgba(255, 255, 255, 0.9);
}

.menu-container {
  display: flex;
  width: 70%;
  padding-right: 2%;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}

.img-rc-dashboard {
  width: auto;
  height: inherit;
  position: absolute;
  right: -8px;
  top: 0px;
  min-height: 90px;
  min-width: 600px;
  max-height: 160px;
  z-index: -1;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: rgba(255, 255, 255, 0.2);
  color: #141e79;
  font-weight: 700;
}

.nav-pills .nav-link {
  height: 90px;
  display: flex;
  align-items: center;
  font-size: 16px;
  border-radius: initial;
  color: #141e79;
  padding: 0rem 1rem;
  min-width: 112px;
  justify-content: center;
}

.img-dash-footer {
  background-image: url(/assets/dashboard_gradient-footer-28.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 100%;
  padding-left: 48px;
}

.img-lc-dashboard {
  width: auto;
  height: auto;
}

/* Tab Content */

.dashboard-container {
  min-height: calc(100vh - 472px);
}

.d-dash-name {
  width: 100%;
  display: flex;
  justify-content: center;
}

.span-w-user,
.span-dash-name {
  color: #2e33a6;
  font-size: 20px;
  border-bottom: 3px solid #fe8225;
}

.span-dash-name {
  font-weight: 700;
}

.d-dash-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap-reverse;
}

.d-dash-tasks {
  width: 70%;
  padding: 12px 2%;
}

.d-dash-header,
.survey-title {
  color: #141e79;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 8px;
}

.d-dash-rewards {
  width: 30%;
  display: flex;
  flex-flow: column;
  -ms-flex-flow: column;
}

.d-dash-levels,
.d-dash-earned {
  width: 100%;
  padding: 12px 8%;
}

.d-level-container,
.d-earned-container {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15), 0px 0px 25px rgba(0, 0, 0, 0.1);
  padding: 5% 15%;
  min-height: 300px;
  height: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.d-level-container img,
.d-earned-container img {
  width: 100%;
  height: 100%;
}

.p-level-text {
  color: #141e79;
  font-weight: 600;
  line-height: 16px;
  font-size: 16px;
}

.d-task-container {
  position: relative;
  width: 100%;
}

.ul-task-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.li-task-list-item {
  min-height: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  margin: 12px 0px;
  position: relative;
}

.li-task-list-item:focus {
  outline: none;
}

.li-task-list-item[data-showing~='unavailable'] {
  background-image: linear-gradient(
    to right,
    rgba(254, 168, 33, 0.15) 0%,
    rgba(254, 130, 37, 0.15) 80%,
    rgba(247, 92, 66, 0.15) 90%
  );
}

.li-task-list-item[data-showing~='available'] {
  border-left: 4px solid #141e79;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.05);
  background-image: linear-gradient(
    to right,
    rgba(254, 168, 33, 1) 0%,
    rgba(254, 130, 37, 1) 80%,
    rgba(247, 92, 66, 1) 90%
  );
}

.li-task-list-item[data-showing~='available']:hover,
.li-task-list-item[data-showing~='available']:focus {
  transform: translate3d(0px, -2px, 100px);
}

.li-task-list-item[data-showing~='available']:hover .span-strt-survey,
.li-task-list-item[data-showing~='available']:focus .span-strt-survey {
  outline: none;
  background-image: linear-gradient(135deg, #019beb, #a0defe, #a0defe, #019beb);
  color: #0071ba;
  cursor: pointer;
}

.li-task-list-item[data-showing~='completed'] .p-date i {
  color: #19a664;
  font-size: 16px;
}

.li-task-list-item[data-showing~='completed'] .d-task-amount,
.li-task-list-item[data-showing~='completed'] .d-task-point {
  background-color: rgba(188, 231, 129, 0.8);
  box-shadow: none;
}

.li-task-list-item[data-showing~='completed'] .d-task-amount i,
.li-task-list-item[data-showing~='completed'] .d-task-point i {
  color: #19a664;
}

.li-task-list-item[data-showing~='completed'] {
  border-left: 4px solid #19a664;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.li-task-list-item[data-showing~='incomplete'] {
  border-left: 4px solid #9e9e9e;
  background-color: #f1f1ef;
}

.li-task-list-item[data-showing~='incomplete'] p {
  color: #9e9e9e;
}

.li-task-list-item[data-showing~='incomplete'] i {
  color: #ed1c2b;
}

.li-task-list-item[data-showing~='incomplete'] .img-task-type {
  filter: grayscale(1);
}

.img-task-type {
  height: auto;
  width: 64px;
  margin: 0px 0px 0px 12px;
}

.d-task-info {
  width: 36%;
  display: flex;
  align-items: center;
}

.p-task-info {
  margin: 0px;
  font-weight: 700;
  font-size: 16px;
  color: #141e79;
  line-height: 18px;
  margin: 0px 0px 0px 12px;
}

.d-task-info .p-date {
  display: none;
}

.d-task-amount,
.d-task-point {
  min-width: 96px;
  margin: 0 8px;
  background-color: rgba(255, 255, 255, 0.4);
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: flex-end;
  position: relative;
  justify-content: center;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}

.i-amount,
.i-point {
  position: absolute;
  top: -8px;
  left: calc(50% - 10px);
  font-size: 20px;
}

.p-amount-value,
.p-point-value {
  margin-bottom: 10px;
  color: #141e79;
  font-weight: 800;
  font-size: 16px;
}

.d-task-complete-info {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: calc(100% - (35% + 228px));
}

.p-date {
  margin: 0;
  line-height: 16px;
}

.span-strt-survey {
  width: 72px;
  height: 72px;
  background-image: linear-gradient(
    30deg,
    #0071ba,
    #0071ba,
    rgba(0, 113, 186, 0.8),
    #a0defe
  );
  padding: 4px;
  min-height: 72px;
  position: absolute;
  right: 0px;
  top: 0px;
  color: white;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-dash-resources,
.d-dash-account {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.d-resources,
.d-account {
  width: 46%;
  margin: 0 2%;
}

.p-resources {
  font-size: 18px;
  font-weight: 600;
  width: 96%;
}

.p-resources-txt {
  color: #141e79;
  font-weight: 600;
}

.p-resources-txt a,
.p-resources-txt span {
  font-weight: 300;
  font-size: inherit;
  color: #141e79;
}

.resourcesInfo a,
.resourcesInfo div,
.resourcesInfo p,
.resourcesInfo span,
.resourcesInfo i {
  color: #ffffff;
  transition: none !important;
}

.resourcesInfo .d-resources {
  width: 100%;
}

.nav-link i {
  font-size: 20px;
  display: none;
}

.img-h-dashboard {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  top: -16px;
  min-width: 100%;
  z-index: -1;
}

.li-task-list-item[data-showing~='available'] .p-task-info span {
  display: none;
}

.d-account-info {
  padding: 16px;
  border: 2px solid #f1f1ef;
}

.d-account-info label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.d-account-info .form-group {
  margin-bottom: 12px;
}

.d-account-info .form-control {
  border-color: #ccc;
}

.grouped-form-group {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}

.grouped-form-group .form-group {
  width: 21%;
  margin: 0px 4% 12px 0%;
}

.grouped-form-group .form-group:first-child {
  width: 50%;
}

.grouped-form-group .form-group:last-child {
  margin-right: 0%;
}

.d-account-info .btn-grp-form {
  text-align: right;
  display: none;
}

.d-account-info .btn-grp-form .btnSaveExit {
  position: relative;
  padding: 4px 16px;
  border-radius: 4px;
}

.p-contact-edit {
  color: #0071ba;
  margin: 12px auto;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.p-contact-edit:hover,
.p-contact-edit:focus {
  text-decoration: underline;
}

.d-gift-card {
  margin: 8px 0px;
  cursor: pointer;
}

.p-gift-code {
  font-weight: 600;
  margin-bottom: 0px;
}
.p-gift-amount {
  font-weight: 300;
}

.s-earned-amnt {
  color: #fea821;
  position: absolute;
  top: 57%;
  left: calc(50% - 20px);
  min-width: 40px;
  font-size: 20px;
  font-weight: 800;
  z-index: 10;
  text-align: center;
}

.d-levels-header {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-levels-view-all {
  cursor: pointer;
  color: #0071ba;
}
.p-levels-view-all:hover,
.p-levels-view-all:focus {
  text-decoration: underline;
}

.d-levels-view-all {
  position: absolute;
  background-color: rgba(248, 249, 250, 0.95);
  top: -300px;
  right: 0px;
  height: 300px;
  width: 72%;
  min-height: 300px;
  box-shadow: -4px 0px 4px rgba(0, 0, 0, 0.1);
  visibility: hidden;
}

.d-levels-view-all i.fa-times {
  position: absolute;
  top: 4px;
  right: 10px;
  cursor: pointer;
}

.d-levels-view-all.open {
  top: 0px;
  visibility: visible;
}

.d-levels-view-all ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.li-levels-view-all-item {
  min-height: 60px;
  height: 60px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
}

.li-levels-view-all-item img {
  width: 48px;
  height: 48px;
  margin: 0px 12px;
}

.li-levels-view-all-item p {
  font-size: 14px;
  line-height: 16px;
}

.li-levels-view-all-item i {
  font-size: 20px;
  color: #19a664;
}

.d-dash-header span {
  font-size: 16px;
  font-weight: initial;
}

.li-dash-contact {
  display: none;
}

.btn-guide {
  position: fixed;
  right: 36px;
  bottom: 72px;
  z-index: 999;
}

/* .modal-content{
padding: 36px 24px 60px;
background-color: #ffffff;
} */

.carousel-indicators {
  bottom: -36px;
}

.carousel-indicators .active {
  background-color: #141e79;
}

.carousel-indicators li {
  background-color: rgba(20, 30, 121, 0.5);
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.carousel-control-next,
.carousel-control-prev {
  color: #141e79;
  top: unset;
  bottom: -27px;
  display: block;
  width: auto;
  font-size: 16px;
}

.carousel-control-next {
  right: 12px;
}

.carousel-control-prev {
  left: 12px;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #141e79;
  opacity: 0.9;
  cursor: pointer;
}

button.close {
  position: absolute;
  right: 12px;
  top: 8px;
}

.carousel-item img {
  width: 100%;
  height: auto;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15), 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.p-modal-header {
  padding-top: 24px;
  font-weight: 600;
  font-size: 18px;
}

.p-modal-text {
  font-weight: 300;
  font-size: 16px;
  min-height: 108px;
}

.carousel-inner {
  padding: 8px 12px 0px;
  width: auto;
  transition: none !important;
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translate3d(calc(-100% - 24px), 0, 0);
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translate3d(calc(100% - 24px), 0, 0);
}

/* login page */

.lightBlue {
  background: #f1f8fd;
}

.black {
  color: black;
  font-size: 16px;
  margin-top: 0.5em;
  font-family: Arial, Helvetica, sans-serif;
}

.survey-container {
  width: 100%;
  /* min-height: calc(100vh - 28rem); */
  position: relative;
}

.survey-wrapper {
  background: #fafdff;
  position: relative;
  margin: 3rem auto;
  max-width: 90%;
  border-radius: 0.78rem;
  padding: 2rem 2rem !important;
  -webkit-box-shadow: 0px 0px 14px 2px rgba(191, 210, 223, 1);
  -moz-box-shadow: 0px 0px 14px 2px rgba(191, 210, 223, 1);
  box-shadow: 0px 0px 14px 2px rgba(191, 210, 223, 1);
}

.ques-wrapper {
  position: relative;
  margin: 0rem auto 1.5rem;
  /* padding: 0rem 2rem 2rem; */
  border-top: none;
  margin-bottom: 1em;
  padding-bottom: 0em;
}

.tab-content {
  background: #fafdff;
  border: none;
  outline: none;
}
#creditCard,
#creditCard .form-group {
  border: none !important;
  outline: none !important;
  background: #fafdff;
  border-radius: 0px;
  box-shadow: none !important;
}
#creditCard label {
  /* font-size:18px !important; */
  color: #004f7f;
  margin-bottom: 0px;
}

#creditCard .form-group {
  margin-bottom: 20px;
}

.padding-0 {
  padding: 0;
}

.enterBtn {
  color: #002d44;
  width: auto;
  border-color: #f3c042;
  padding: 0.3em 2.5em;
  border-radius: 1.5rem;
  font-size: 19px;
  background: #f3c042;
  margin: 1rem 0rem 2rem 0rem;
}
.enterBtn:hover {
  background: #0069aa !important;
}

.ccPadding {
  padding: 4em 1em;
}

.blue {
  color: #004f7f;
}

.white {
  color: white;
  font-weight: 300;
}

.greenSquare {
  background: #a3e56a;
  padding: 0.2rem 1.2rem;
  border-radius: 1rem;
}
.greenSquare h3 {
  font-size: 3em;
}

.right {
  background: #0e68a8;
  height: 100%;
  padding-top: 5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4em 1em 0em 1em;
}

/* @media (min-width: 1025px) and (max-width: 1126.9px) {
  .menu-buttons {
    margin-top: 16rem;
  }
}

@media (min-width: 1127px) and (max-width: 1400px) {
  .menu-buttons {
    margin-top: 9rem;
  }
} */
 @media (min-width: 1760px) {
    .menu-buttons {
        top: 0 !important;
    }
}
@media (min-width: 2000px) {
    .menu-buttons {
        top: 0 !important;
    }
}