body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}
.body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.wrapper {
  overflow-x: hidden;
}

.hero {
  position: relative;
  overflow-x: hidden;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  padding: 1% 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00276c;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
}

.nav-link {
  display: inline-block;
  border-bottom: 2px solid #00276c;
  color: #fff;
}

.nav-link:hover {
  border-bottom: 2px solid #d00029;
}

.nav-link.w--current {
  border-bottom-color: #d00029;
  color: #fff;
}

.nav-menu {
  position: relative;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px; /* 18px; */
}

.slidercontainer {
  height: 100vh;
}

.slider {
  background-image: linear-gradient(
      268deg,
      rgba(0, 39, 108, 0.42),
      hsla(0, 0%, 100%, 0)
    ),
    url("img/amanda-sandoval-hero.png");
  background-position: 0px 0px, 0px 86px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.herotextdiv {
  display: block;
  width: 50%;
  height: 100%;
  margin-right: 5%;
  padding-top: 11%;
  padding-right: 5%;
  float: right;
  font-family: Montserrat, sans-serif;
  text-align: right;
}

.herotextdiv.noslide {
  padding-top: 12%;
  padding-right: 0%;
}

.heading {
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}

.herosubtxt {
  font-size: 26px;
  line-height: 20px;
}

.herosubtxt.line {
  min-height: 40px;
  margin-left: 30%;
  border-bottom: 2px solid #d00029;
}

.herosubtxt.line.header {
  margin-left: 40%;
  font-size: 38px;
  line-height: 43px;
}

.herobodytext {
  padding-bottom: 2%;
  font-size: 34px;
  line-height: 34px;
  font-weight: 300;
  text-transform: uppercase;
}

.herobannertxt {
  margin-top: 8%;
}

.containerSection1 {
  width: 100%;
  height: auto;
  text-align: center;
  diplay: block;
  color: #fff;
  background: #0085c8;
  font-size: 32px;
  padding-top: 4%;
  font-weight: 500;
  overflow-x: hidden;
}

.section1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 5% 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #0085c8;
  cursor: pointer;
}

.divsection1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  min-height: 300px;
  margin-right: 3%;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #fff;
  background-image: url("img/sign-icon2.png");
  background-position: 50% 68%;
  background-size: 170px;
  background-repeat: no-repeat;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.17);
  color: #0085c8;
  font-size: 24px;
  text-decoration: none;
  cursor: pointer !important;
}

.divsection1:hover {
  border: 1px solid #0085c8;
  opacity: 0.63;
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
  cursor: pointer;
}

.divsection1.contribute {
  background-image: url("img/icon-contribute.png");
  background-size: 118px;
  cursor: pointer;
}

.divsection1.contribute:hover {
  -webkit-transform: translate(0px, 5px) translate(0px, 0px);
  -ms-transform: translate(0px, 5px) translate(0px, 0px);
  transform: translate(0px, 5px) translate(0px, 0px);
  cursor: pointer;
}

.divsection1.volunteer {
  margin-right: auto;
  border: 1px solid #f6f6f6;
  background-image: url("img/handshake-icon.png");
  background-size: 120px;
  cursor: pointer;
  cursor: pointer;
}

.divsection1.volunteer:hover {
  border-color: #0085c8;
  cursor: pointer;
}

.divsection1.survey {
  background-image: url("img/survey-icon-tablet.png");
  background-size: 118px;
  cursor: pointer;
}

.section2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: linear-gradient(
      260deg,
      rgba(0, 39, 108, 0.98) 43%,
      hsla(0, 0%, 100%, 0) 84%
    ),
    url("img/amanda-sandoval-michael.jpg");
  background-position: 0px 0px, -92px 0px;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sectioncontact {
  display: block;
  height: 100%;
  padding-top: auto;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #00276c;
  background-image: linear-gradient(
    130deg,
    rgba(0, 0, 0, 0.29),
    hsla(0, 0%, 100%, 0)
  );
  font-family: Montserrat, sans-serif;
  color: #fff;
}

._40-contact-col {
  width: 40%;
}

._60-contact-col {
  width: 60%;
  padding-right: auto;
}

.contact-form-container {
  padding: 20px 40px 40px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #0085c8;
}

.contact-txtbox {
  margin-bottom: 20px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #fff;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsla(0, 0%, 100%, 0.14)),
    to(hsla(0, 0%, 100%, 0.14))
  );
  background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.14),
    hsla(0, 0%, 100%, 0.14)
  );
}

.submit-button {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 2px solid #fff;
  font-size: 24px;
}

.submit-button.mc {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 2px solid #fff;
  font-size: 24px;
  background: #d00029;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.platformsilodiv {
  display: block;
  width: 20%;
  min-height: auto;
  margin-right: 1%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.17);
  font-size: 14px;
  text-align: center;
}

.platformsilodiv:hover {
  opacity: 0.8;
}

.sectionplatform {
  position: relative;
  display: block;
  min-height: 700px;
  margin-bottom: 5%;
  padding-top: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.platformcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.platformheaderdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}

.headercentered {
  font-family: Montserrat, sans-serif;
  color: #0085c8;
}

.subheader-line {
  font-weight: 500;
  text-transform: uppercase;
}

.heading-2 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.platformboldtext {
  margin-bottom: 10px;
  color: #0085c8;
  font-size: 18px;
  font-weight: 700;
}

.platformsilotextbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  padding: 5% 2% 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  margin-top: 10px;
  padding: 10px;
  border-radius: 4px;
  background-color: #d00029;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.platformsilotopdiv {
  height: 45%;
  margin-top: 0%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: url("img/amanda-sandoval-celebration-700.png");
  background-position: 50% 0px;
  background-size: 400px;
  background-repeat: no-repeat;
}

.platformsilotopdiv.ps {
  background-image: url("img/denver-police-public-saftey-700.png");
  background-size: 400px;
}

.platformsilotopdiv.htm {
  background-image: url("img/HTM-700.png");
  background-size: 400px;
}

.platformsilotopdiv.eprs {
  background-image: url("img/reccreation-700.png");
  background-size: 400px;
}

.div-block-2 {
  text-align: center;
}

.iconbodytext {
  color: #474747;
  font-size: 16px;
  line-height: 18px;
}

.text-block-2 {
  margin-bottom: 1%;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
}

.footerdivcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.socialfooterdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 3%;
  margin-bottom: 3%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.socialfootercontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-align: left;
}

.paidforfooterbox {
  position: relative;
  top: -28px;
  margin-top: 8%;
  padding: 2% 3%;
  border: 2px solid #fff;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.footerbodytxt {
  color: #fff;
  text-align: center;
}

.footerbodytxt.info {
  line-height: 24px;
}

.smlogo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footerlinks {
  color: #d00029;
  line-height: 24px;
  text-decoration: none;
}

.section2div {
  width: 55%;
  margin-bottom: 3%;
  padding-top: 2%;
  padding-right: 5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

.heading-3 {
  font-weight: 600;
}

.heading-3.line {
  margin-bottom: 3%;
  padding-bottom: 2%;
  border-bottom: 2px solid #d00029;
}

.paragraph {
  margin-bottom: 3%;
}

.slide {
  background-image: linear-gradient(
      269deg,
      rgba(0, 39, 108, 0.75),
      hsla(0, 0%, 100%, 0) 57%
    ),
    url("img/amanda-sandoval-family-north-denver.png");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.abouthero {
  min-height: 580px;
  background-image: linear-gradient(
      267deg,
      #00276c 30%,
      hsla(0, 0%, 100%, 0) 68%
    ),
    url("img/amanda-sandoval-hero-speaking.png");
  background-position: 0px 0px, 0px -57px;
  background-size: auto, 1400px;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.abouthero.accomplishments {
  min-height: 580px;
  background-image: linear-gradient(
      267deg,
      #00276c 30%,
      hsla(0, 0%, 100%, 0) 68%
    ),
    url("img/sloans-lake-bridge.jpeg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.vidhero {
  min-height: 580px;
  background-image: linear-gradient(
    267deg,
    #00276c 30%,
    hsla(0, 0%, 100%, 0) 68%
  ); /* , url('img/amanda-sandoval-hero-speaking.png'); */
  background-position: 0px 0px; /* , 0px -57px; */
  background-size: auto, 1400px;
  background-repeat: repeat; /* , no-repeat; */
  color: #fff;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sectionabout {
  padding-top: 5%;
  padding-bottom: 5%;
}

.aboutdiv1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.columndiv {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: justify;
}

.paragraph-2 {
  margin-bottom: 3%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-align: left;
}

.column-separator {
  width: 3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.quotediv {
  height: 100%;
  margin-bottom: 3%;
  padding: 15px;
  border-radius: 5px;
  background-color: #f6f6f6;
  font-family: Montserrat, sans-serif;
}

.italic-text {
  display: block;
  padding-bottom: 5%;
  border-bottom: 1px solid #d00029;
  font-family: Montserrat, sans-serif;
}

.imgtxtdiv {
  position: relative;
  margin-top: -23px;
  text-align: center;
}

.column-text-section2 {
  display: block;
  margin-bottom: 2%;
  padding: 3% 5%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 5px;
  background-color: #0085c8;
}

.bold-col {
  font-weight: 700;
}

.two-cols-text {
  margin-bottom: 2%;
}

.boldtxt {
  padding-bottom: 1%;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.txtbox {
  margin-bottom: 2%;
  padding-bottom: 2%;
  border-bottom: 1px solid #046596;
}

.paragraphbold {
  margin-top: 3%;
  font-weight: 600;
  text-align: justify;
}

.sdpcmodal {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 20;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-top: -90px;
  padding: 1% 3% 5% 5%;
  clear: none;
  background-color: hsla(0, 0%, 100%, 0.96);
}

.link-block-2 {
  width: 50px;
  float: right;
}

.toptxtmodal {
  margin-top: 8%;
}

.heading-4 {
  margin-top: auto;
  color: #0085c8;
}

.heading-4.lineage {
  padding-bottom: 1%;
  border-bottom: 2px solid #d00029;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.modalclose {
  width: 30%;
  padding: 20px;
  border: 2px none #00276c;
  border-radius: 5px;
  background-color: #d00029;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.modalclose.r {
  margin-left: 2%;
}

.modalclose.sm {
  width: 58%;
  font-size: 22px;
}

.modalbuttondiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modalbuttondiv.sm {
  margin-bottom: 20px;
  margin-top: 0px !important;
}

.image-3 {
  width: 45px;
}

.platformblock {
  position: static;
  overflow: hidden;
  margin-right: 8%;
  margin-bottom: 5%;
  margin-left: 8%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  width: 100%;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
}

.link {
  color: #0085c8;
  text-decoration: none;
}

.col-box {
  padding-top: 2%;
  padding-bottom: 2%;
  border-radius: 5px;
  background-color: #f6f6f6;
}

.link-block-3 {
  position: fixed;
  right: 1%;
  bottom: 3%;
  z-index: 9;
  display: inline;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 5px;
  background-color: #d00029;
}

.link-block-3.w--current {
  right: 2px;
  bottom: 2%;
  z-index: 20;
  display: none;
  margin-right: 2%;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #0085c8;
}

.image-4 {
  width: 28px;
  height: 34px;
}

.emptyblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
  padding-bottom: 3%;
  padding-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
}

.buttonform {
  display: block;
  width: 40%;
  border-radius: 5px;
  background-color: #d00029;
}

.circle-image {
  margin-top: 6%;
  margin-left: 10%;
}

.rightdiv {
  margin-top: 3%;
}

.div-block-3 {
  width: 65%;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form {
  display: block;
}

.formflexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  width: 3%;
}

.surveyflexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.surveyblocks {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.formblock {
  width: 100%;
}

.blu-dwnarrow {
  position: absolute;
  left: 0%;
  right: 33%;
  bottom: 4%;
  z-index: 10;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100px;
  background-image: url("img/circle-down-arrow-wht.svg");
  background-position: 50% 50%;
  background-size: 75px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.blu-slidernav {
  display: none;
}

.blu-slider {
  background-image: linear-gradient(
      259deg,
      rgba(0, 39, 108, 0.78),
      hsla(0, 0%, 100%, 0)
    ),
    url("img/amanda-sandoval-campaign-kickOff.png");
  background-position: 0px 0px, 80% 0%; /*50%*/
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

html.w-mod-js *[data-ix="homeheroh1"] {
  opacity: 0;
  -webkit-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
}

html.w-mod-js *[data-ix="homeheroh2"] {
  opacity: 0;
  -webkit-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
}

html.w-mod-js *[data-ix="homeherol1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 22px);
  -ms-transform: translate(0px, 22px);
  transform: translate(0px, 22px);
}

html.w-mod-js *[data-ix="homeherol-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 22px);
  -ms-transform: translate(0px, 22px);
  transform: translate(0px, 22px);
}

html.w-mod-js *[data-ix="homeherol-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 22px);
  -ms-transform: translate(0px, 22px);
  transform: translate(0px, 22px);
}

html.w-mod-js *[data-ix="homeicons1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 22px);
  -ms-transform: translate(0px, 22px);
  transform: translate(0px, 22px);
}

html.w-mod-js *[data-ix="homeicons-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 22px);
  -ms-transform: translate(0px, 22px);
  transform: translate(0px, 22px);
}

html.w-mod-js *[data-ix="homeicons-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 22px);
  -ms-transform: translate(0px, 22px);
  transform: translate(0px, 22px);
}

html.w-mod-js *[data-ix="homeicons-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 22px);
  -ms-transform: translate(0px, 22px);
  transform: translate(0px, 22px);
}

html.w-mod-js *[data-ix="loadcontactfooterform"] {
  opacity: 0;
  -webkit-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
}
/*********** START WP NAVIGATION *****************/
/* keep nav menu inline instead of line breaks.
	 div.nav-menu.w-nav-menu { padding-top :5%; }
	.nav-menu.w-nav-menu ul { list-style-type: none;}
	.nav-menu.w-nav-menu ul li {
		display: inline;
		margin-left: 60px;
	}
	li a { color:white; text-decoration: none; }
	li a:hover { color:white; opacity:.5; }*/
/* start secondary nav */

/* .nav-menu.w-nav-menu { padding-top :1%; } */
.nav-menu.w-nav-menu ul li {
  display: inline;
  /* margin-left: 60px;*/
}

li a:hover {
  border-bottom: 4px solid #d7b53b;
}

ul.rmbrwhn-menu {
  margin-bottom: 0;
}
ul.rmbrwhn-menu li a {
  list-style-type: none;
  color: #fff;
  font-weight: 600;
  border-bottom: 4px solid #00276c;
  text-transform: uppercase;
  text-decoration: none;
}

ul.rmbrwhn-menu li.current_page_item a {
  border-bottom-width: 4px;
  border-bottom-color: #d00029;
  color: #fff;
}

ul.rmbrwhn-menu li#menu-item-823 a {
  border-bottom-width: 4px;
  /*border-bottom-color: #d00029;*/
  background: #d00029;
  border-radius: 5px;
  color: #fff;
}

ul.rmbrwhn-menu li a:hover {
  border-bottom: 4px solid #d00029;
}

ul.rmbrwhn-menu li.menu-item a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  /* color: #222222; */
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

ul.rmbrwhn-menu-2 li a {
  list-style-type: none;
  color: #4297d6;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}
ul.unordered-list li div {
  margin-bottom: 2% !important;
  list-style-type: none !important;
}
ul.unordered-list li {
  margin-bottom: 2% !important;
  list-style-type: none !important;
}
ul.unordered-list.disc li {
  /* background-image: url('img/bullet.png')!important;
      background-position: 50% 50%;
      background-size: 20px;
      background-repeat: no-repeat; */
  margin-bottom: 2% !important;
  /* list-style-type:none !important; */
  list-style-type: disc !important;
}
/* keep nav menu inline instead of line breaks. */

/* this class hides the page the_Title() */
.hideTitle {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  display: none;
}
.copyFooter {
  /* background:#00276c; */
  color: #7e7e7e;
  font-size: 80%;
  padding-left: 1%;
}
.services-left-top-quad {
  padding-bottom: 2%;
  border-bottom: 1px solid black;
}

.services-right-top-quad {
  padding-left: 2%;
  border-bottom: 1px solid black;
  padding-bottom: 10%;
  border-left: 1px solid black;
}

.services-left-bottom-quad {
  padding-top: 2%;
}

.services-right-bottom-quad {
  padding-top: 2%;
  padding-left: 10%;
  border-left: 1px solid black;
}

@media (max-width: 991px) {
  .nav-link {
    display: block;
    font-size: 16px;
  }
  .nav-menu {
    position: absolute;
    margin-top: -1%;
    float: none;
    background-color: #d00029;
    font-size: 14px;
  }
  .slider {
    background-position: 0px 0px, -155px 0px;
  }
  .herosubtxt.line.header {
    margin-left: 20%;
    font-size: 32px;
  }
  .herobodytext {
    font-size: 28px;
  }
  .section1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .divsection1 {
    width: 90%;
    /* min-height: 200px; */
    margin-bottom: 2%;
    margin-left: 3%;
    padding-top: 10px;
    padding-bottom: 20px;
    background-size: 90px;
    font-size: 20px;
  }
  .divsection1.contribute {
    background-size: 90px;
  }
  .divsection1.volunteer {
    /* min-height: 200px; */
    margin-right: 3%;
    margin-left: 3%;
    border-color: #fff;
    background-size: 90px;
  }
  .menu-button.w--open {
    background-color: #d00029;
  }
  .section2 {
    background-image: linear-gradient(
        275deg,
        #00276c 15%,
        hsla(0, 0%, 100%, 0.02) 85%
      ),
      url("img/amanda-sandoval-michael.jpg");
    background-position: 0px 0px, -183px 100%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }
  .submit-button {
    font-size: 20px;
  }
  .div-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .platformsilodiv {
    width: 100%;
    margin-bottom: 2%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .sectionplatform {
    padding-right: 3%;
    padding-left: 3%;
  }
  .platformcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .subheader-line {
    text-align: center;
  }
  .heading-2 {
    margin-top: auto;
    border-bottom: 1px solid #fff;
    font-size: 26px;
    line-height: 34px;
  }
  .platformsilotextbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .platformsilotopdiv {
    min-height: 200px;
    background-position: 50% -33px;
    background-size: cover;
  }
  .platformsilotopdiv.ps {
    background-position: 0px -134px;
    background-size: cover;
  }
  .platformsilotopdiv.htm {
    background-position: 50% 58%;
    background-size: cover;
  }
  .platformsilotopdiv.eprs {
    background-position: 50% 42%;
    background-size: cover;
  }
  .iconbodytext {
    font-size: 14px;
  }
  .text-block-2 {
    font-size: 22px;
  }
  .socialfooterdiv {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .socialfootercontainer {
    padding-right: 5%;
    text-align: left;
  }
  .paidforfooterbox {
    margin-top: 20%;
    text-align: center;
  }
  .image {
    max-width: auto;
  }
  .image-2 {
    max-width: auto;
  }
  .text-block-3 {
    font-weight: 300;
  }
  .footerbodytxt {
    margin-top: 3%;
    margin-bottom: 3%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section2div {
    width: 55%;
  }
  .heading-3 {
    font-size: 32px;
  }
  .paragraph {
    font-size: 14px;
    line-height: 18px;
  }
  .abouthero {
    min-height: 400px;
    background-position: 0px 0px, 50% 37%;
    background-size: auto, 800px;
  }
  .quotediv {
    padding: 15px;
    border-radius: 5px;
    background-color: #f6f6f6;
    font-family: Montserrat, sans-serif;
    text-align: left;
  }
  .italic-text {
    display: block;
    padding-bottom: 3%;
    border-bottom: 1px solid #d00029;
  }
  .sdpcmodal {
    right: 21px;
    width: 96%;
    background-color: hsla(0, 0%, 100%, 0.96);
  }
  .toptxtmodal {
    margin-bottom: 3%;
  }
  .heading-4.lineage {
    margin-top: 60px;
    font-size: 26px;
    line-height: 32px;
  }
  .unordered-list {
    padding-left: 20px;
  }
  .listtxt {
    margin-bottom: 4% !important;
  }

  .modalclose {
    width: 60%;
    padding: 20px;
    border: 2px none #00276c;
    color: #fff;
    font-size: 22px;
    text-align: center;
    text-decoration: none;
  }

  .modalclose.sm {
    width: 80%;
    font-size: 18px;
  }

  .modalbuttondiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .text-block-5 {
    font-size: 22px;
  }

  .text-block-5.sm {
    font-size: 22px;
  }

  .emptyblock {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .buttonform {
    width: 100%;
  }
  .blu-dwnarrow {
    left: 0%;
    right: 22%;
    bottom: 4%;
  }
  .blu-badge {
    width: 270px;
    margin-top: 11px;
  }
}

@media (max-width: 767px) {
  .text-block-5 {
    font-size: 16px;
  }
  .slider {
    background-position: 0px 0px, 27% 50%;
  }
  .herosubtxt.line.header {
    margin-left: 15%;
    font-size: 26px;
  }
  .herobodytext {
    font-size: 20px;
    line-height: 26px;
  }
  .section1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .divsection1 {
    width: 90%;
    margin-bottom: 3%;
    padding-top: 15px;
    background-position: 50% 86%;
  }
  .section2 {
    background-image: linear-gradient(
        177deg,
        #00276c 16%,
        hsla(0, 0%, 100%, 0.02) 85%
      ),
      url("img/amanda-sandoval-michael.jpg");
    background-position: 0px 0px, -183px 100%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }
  .sectioncontact {
    height: 100%;
  }
  ._40-contact-col {
    width: 100%;
  }
  ._60-contact-col {
    width: 100%;
    padding-left: auto;
  }
  .contact-form-container {
    margin-top: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .div-block {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  .headercentered {
    font-family: Montserrat, sans-serif;
    font-size: 32px;
  }
  .subheader-line {
    margin-right: 2%;
    margin-left: 2%;
    padding-bottom: 2%;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    text-align: center;
  }
  .heading-2 {
    margin-top: auto;
    font-size: 24px;
    line-height: 30px;
  }
  .footerdivcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .socialfooterdiv {
    width: 60%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .socialfootercontainer {
    padding-right: 0px;
  }
  .paidforfooterbox {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .text-block-3 {
    font-size: 14px;
  }
  .section2div {
    width: 100%;
    padding-left: 5%;
  }
  .abouthero {
    background-size: auto, 600px;
  }
  .aboutdiv1 {
    margin-top: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-2 {
    font-family: Montserrat, sans-serif;
  }
  .quotediv {
    padding: 10px;
    border-radius: 5px;
    background-color: #f6f6f6;
    font-family: Montserrat, sans-serif;
  }
  .italic-text {
    padding-bottom: 3%;
    border-bottom: 1px solid #d00029;
  }
  .sdpcmodal {
    right: 6px;
    width: 98%;
    font-size: 14px;
    line-height: 18px;
  }
  .toptxtmodal {
    margin-top: 20%;
  }
  .heading-4 {
    font-size: 32px;
    line-height: 38px;
  }
  .heading-4.lineage {
    font-size: 22px;
  }

  .modalclose {
    width: 50%;
    border-style: none;
    color: #fff;
  }

  .modalclose.sm {
    width: 100%;
    font-size: 16px;
  }

  .image-4 {
    width: 25px;
    height: 35px;
  }
  .rightdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav-menu.w-nav-menu.scrol ul li {
    display: block;
    list-style-type: none;
  }

  .nav-menu.w-nav-menu.topnav.w--nav-menu-open ul li {
    display: block;
    list-style-type: none;
  }

  .nav-menu.w-nav-menu ul li {
    display: block;
  }
  ul.rmbrwhn-menu li.current_page_item a {
    border-bottom-color: #d00029;
    color: #fff;
  }

  .sliderpanel.bgimg1 {
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .text-block-5.sm {
    font-size: 16px;
  }

  .blu-dwnarrow {
    left: 0%;
    right: 22%;
    bottom: 27%;
    background-size: 80px;
  }
  .blu-badge {
    display: none;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 1.6em;
    margin: 0.34em 0;
    line-height: 1.3em;
  }
  .modalbuttondiv {
    flex-direction: column;
  }
  .modalclose.r {
    margin-top: 2%;
    margin-left: 0%;
  }
  .hero {
    overflow: hidden;
  }
  .nav-link {
    display: block;
  }
  .nav-menu {
    position: absolute;
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #d00029;
    font-size: 14px;
  }
  .slider {
    /* background-image: linear-gradient(263deg, rgba(0, 39, 108, .79) 13%, hsla(0, 0%, 100%, 0)), url('img/amanda-sandoval-hero.png'); */
    background-position: 0px 0px, 10% 60%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .slide {
    /* background-image: linear-gradient(269deg, rgba(0, 39, 108, .75), hsla(0, 0%, 100%, 0) 57%), url('img/amanda-sandoval-family-north-denver.png'); */
    background-position: 0px 0px, 29% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    color: #fff;
  }

  .blu-slider {
    /* background-image: linear-gradient(259deg, rgba(0, 39, 108, .78), hsla(0, 0%, 100%, 0)), url('img/amanda-sandoval-campaign-kickOff.png'); */
    background-position: 0px 0px, 37% 50%; /*50%*/
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    color: #fff;
  }

  .paidforfooterbox {
    top: -5px;
  }

  .herotextdiv {
    width: 100%;
    padding-right: 2%;
    text-align: right;
    padding-top: 15%;
    margin-top: 12%;
  }
  .heading {
    font-size: 22px;
    line-height: 29px;
  }
  .herosubtxt {
    font-size: 16px;
    line-height: 18px;
  }
  .herosubtxt.line {
    margin-left: 20%;
    min-height: auto;
  }
  .herobodytext {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 4px;
  }
  .section1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-right: 0px;
    margin-left: auto;
    padding-top: 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .divsection1 {
    width: 90%;
    margin-bottom: 4%;
    padding-top: 10px;
    background-position: 50% 84%;
    background-size: 160px;
  }
  .divsection1.contribute {
    background-size: 85px;
  }
  .divsection1.volunteer {
    margin-right: 3%;
    background-size: 85px;
  }
  .divsection1.survey {
    background-size: 85px;
  }
  .menu-button {
    display: block;
  }
  .menu-button.w--open {
    float: right;
    background-color: #d00029;
  }
  .section2 {
    overflow: hidden;
    min-height: 300px;
    background-image: linear-gradient(
        164deg,
        #00276c 9%,
        hsla(0, 0%, 100%, 0.01)
      ),
      url("img/amanda-sandoval-michael.jpg");
    background-position: 0px 0px, -157px 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }
  .sectioncontact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  ._40-contact-col {
    width: 100%;
  }
  ._60-contact-col {
    width: 100%;
    padding-left: 4%;
  }
  .contact-form-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block {
    text-align: center;
  }
  .platformsilodiv {
    width: 90%;
    margin-bottom: 20px;
  }
  .platformcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .platformheaderdiv {
    border-bottom: 1px none #000;
  }
  .headercentered {
    font-size: 28px;
    line-height: 32px;
  }
  .subheader-line {
    margin-right: 2%;
    margin-left: 2%;
    padding-bottom: 2%;
    border-bottom: 1px solid #d00029;
    font-size: 14px;
  }
  .heading-2 {
    margin-top: auto;
    font-size: 22px;
  }
  .platformboldtext {
    font-weight: 600;
  }
  .platformsilotextbox {
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
  }
  .platformsilotopdiv {
    height: auto;
    min-height: 150px;
  }
  .platformsilotopdiv.ps {
    background-position: 50% 0px;
  }
  .iconbodytext {
    font-size: 12px;
    line-height: 14px;
  }
  .footerdivcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .field-label {
    font-weight: 500;
  }
  .text-block-3 {
    font-size: 12px;
    line-height: 18px;
  }
  .section2div {
    width: 100%;
  }
  .heading-3 {
    font-size: 26px;
    line-height: 32px;
  }
  .paragraph {
    font-size: 14px;
    line-height: 18px;
  }
  .abouthero {
    background-image: linear-gradient(267deg, #00276c 40%, hsla(0, 0%, 100%, 0)),
      url("img/amanda-sandoval-hero-speaking.png");
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    height: 45vh;
    overflow-y: hidden;
    min-height: auto;
  }
  .abouthero.accomplishments {
    height: 45vh;
    overflow-y: hidden;
    min-height: auto;
  }
  .aboutdiv1 {
    margin-top: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-2 {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }
  .quotediv {
    padding: 10px;
    border-radius: 5px;
    background-color: #f6f6f6;
    text-align: left;
  }
  .italic-text {
    border-style: none;
  }
  .sdpcmodal {
    font-size: 12px;
  }
  .link-block-2 {
    width: 35px;
  }
  .heading-4 {
    font-size: 24px;
    line-height: 30px;
  }
  .modalclose {
    width: 80%;
    border-style: none;
    color: #fff;
  }
  .link-block-3 {
    right: 2%;
  }

  .herosubtxt.line.header {
    margin-left: 15%;
    font-size: 21px;
  }

  .herotextdiv {
    padding-top: 15%;
  }

  .herotextdiv.noslide {
    padding-top: 15%;
    padding-right: 0%;
  }

  .containerSection1 {
    color: #fff;
    background: #0085c8;
    font-size: 24px;
    padding-top: 4%;
    font-weight: 400;
    overflow-x: hidden;
  }

  .emptyblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-3 {
    width: 100%;
  }
  .nav-menu {
    background-color: #d00029;
  }

  .nav-menu.w-nav-menu.scrol ul li {
    display: block;
    list-style-type: none;
  }

  .nav-menu.w-nav-menu.topnav.w--nav-menu-open ul li {
    display: block;
    list-style-type: none;
  }
  .blu-dwnarrow {
    left: -18%;
    right: 22%;
    bottom: 3%;
    background-size: 50px;
  }
}
