.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

a {
  margin-left: 0px;
  text-decoration: underline;
}

.header-section {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ed1651;
  font-family: 'Source Sans Pro', sans-serif;
}

.div-block {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 #ccc;
}

.body {
  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;
  border-bottom: 1px solid #ccc;
  background-color: #f5f5f5;
}

.intro-section {
  margin-bottom: 0px;
  padding-top: 30px;
}

.site-paragraph {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #707070;
  font-size: 16px;
  letter-spacing: 0px;
}

.site-h1 {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #707070;
  font-size: 40px;
  font-weight: 600;
  text-transform: none;
  white-space: normal;
}

.site-footer-section {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ededed;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
}

.site-footer-paragraph {
  width: 90%;
  margin: 0px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #06c;
  font-weight: 600;
  text-align: right;
}

.document-section {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.documents-div {
  width: 100%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.site-h2 {
  display: inline;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #707070;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}

.questions-section {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.voting-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.questions-div {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.question-1-opened {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  color: #003da5;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.answer-1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
}

.q-and-a-div {
  overflow: visible;
  margin-bottom: 2em;
  font-family: 'Source Sans Pro', sans-serif;
}

.bold-text {
  font-family: 'Fa solid 900', sans-serif;
}

.question-1-closed {
  font-family: 'Source Sans Pro', sans-serif;
  color: #003da5;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.bold-text-2 {
  font-family: 'Fa solid 900', sans-serif;
}

.question-2-closed {
  font-family: 'Source Sans Pro', sans-serif;
  color: #003da5;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.question-2-opened {
  font-family: 'Source Sans Pro', sans-serif;
  color: #003da5;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.answer-2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
}

.vote-now-grid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.control-num-grid {
  width: 100%;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
}

.vote-now-arrow-left {
  position: absolute;
  z-index: 2;
  display: block;
  width: 40px;
  height: 75px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: none;
  border-color: #000 #000 transparent;
  border-top-width: 1px;
  border-bottom-width: 30px;
  border-left-width: 1px;
  border-radius: 50%;
  background-color: #fff;
}

.arrow-number {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 75px;
  max-height: 75px;
  -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;
  background-color: #fff;
  color: #333;
  font-size: 25px;
  font-weight: 700;
  text-align: right;
}

.vote-now-div-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 75px;
  margin-bottom: 1em;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: #c7c7c7;
}

.vote-now-explain-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 74px;
  margin-left: 75px;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #c7c7c7;
  font-weight: 700;
}

.voting-grid {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "."
    "."
    "."
    "."
    "."
    ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.vote-now-arrow-container {
  position: relative;
  display: block;
  -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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.control-number-form-zone {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.control-number-text-field {
  display: none;
  width: 100%;
  max-width: 200px;
  margin-top: 10px;
  border: 1px solid #616161;
  border-radius: 3px;
}

.control-number-field-label {
  display: none;
  width: 100%;
  max-width: 10em;
  margin-right: 1em;
  margin-bottom: 0px;
}

.control-number-submit-btn {
  position: static;
  display: none;
  width: 100%;
  max-width: 100px;
  margin-left: 35px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-color: #377dd0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  text-align: center;
}

.voting-container-zone {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.answer-3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
}

.answer-4 {
  font-family: 'Source Sans Pro', sans-serif;
}

.question-3-closed {
  font-family: 'Source Sans Pro', sans-serif;
  color: #003da5;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.question-3-opened {
  font-family: 'Source Sans Pro', sans-serif;
  color: #003da5;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.question-4-closed {
  font-family: 'Source Sans Pro', sans-serif;
  color: #003da5;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.question-4-opened {
  font-family: 'Source Sans Pro', sans-serif;
  color: #003da5;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.question-5-closed {
  display: none;
  font-family: 'Source Sans Pro', sans-serif;
  color: #377dd0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.question-5-opened {
  display: none;
  font-family: 'Source Sans Pro', sans-serif;
  color: #377dd0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.question-6-closed {
  font-family: 'Source Sans Pro', sans-serif;
  color: #003da5;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.question-6-opened {
  font-family: 'Source Sans Pro', sans-serif;
  color: #003da5;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.question-7-closed {
  font-family: 'Source Sans Pro', sans-serif;
  color: #003da5;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.question-7-opened {
  font-family: 'Source Sans Pro', sans-serif;
  color: #003da5;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.invalid_ctrl_num_warn {
  display: none;
  margin-left: 2em;
  color: red;
  font-weight: 600;
}

.vote-image-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.div-block-4 {
  width: 100%;
  max-width: 75px;
}

.div-block-5 {
  height: 15px;
}

.div-block-6 {
  height: 15px;
}

.div-block-7 {
  height: 15px;
}

.ameritas-h4 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
}

.section-divider {
  padding-bottom: 2em;
  border-bottom: 1px solid #c7c7c7;
}

.banner-hero-section {
  position: relative;
  width: 90%;
  max-height: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.banner-text-zone {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  max-height: none;
  min-height: auto;
  margin: 6px 0px 4px 10px;
  padding-right: 1em;
  padding-bottom: 0px;
  padding-left: 1em;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0px;
  background-color: #003da5;
  -webkit-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-weight: 400;
}

.red-image-banner-text {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 15%;
  display: block;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.questions-with-image-container {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.question-image-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 50%;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.question-and-title-block {
  width: 50%;
  max-width: 50%;
}

.image-4 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  padding-bottom: 40px;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.list-item {
  font-family: 'Source Sans Pro', sans-serif;
}

.list-item-2 {
  font-family: 'Source Sans Pro', sans-serif;
}

.list-item-3 {
  font-family: 'Source Sans Pro', sans-serif;
}

.list-item-4 {
  font-family: 'Source Sans Pro', sans-serif;
}

.list-item-5 {
  font-family: 'Source Sans Pro', sans-serif;
}

.list-item-6 {
  font-family: 'Source Sans Pro', sans-serif;
}

.image-5 {
  width: 85%;
  max-width: none;
  text-align: left;
}

.main-body-div {
  width: 1200px;
  border-style: none;
  border-width: 1px;
  border-color: #666;
  background-color: #fff;
}

.text-span {
  font-size: 16px;
}

.text-span-2 {
  font-size: 16px;
}

.question-8-closed {
  display: none;
  font-family: 'Source Sans Pro', sans-serif;
  color: #377dd0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.question-8-opened {
  display: none;
  font-family: 'Source Sans Pro', sans-serif;
  color: #377dd0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.answer-8 {
  display: none;
}

.control-number-submit-btn-copy {
  position: static;
  display: block;
  width: 100%;
  max-width: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-color: #06c;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  text-align: center;
}

.lightbox-link {
  display: none;
}

.control-number-image {
  display: none;
}

.scholorship-section {
  display: none;
  margin: 40px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.columns {
  width: 90%;
  padding-top: 20px;
  background-color: #dcdcdc;
  text-align: center;
}

.image-6 {
  display: inline;
  text-align: left;
}

.column {
  text-align: left;
}

.ameritas-paragraph-scholar {
  width: 90%;
  margin-right: auto;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #666;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0px;
}

.image-7 {
  display: inline;
  margin-left: 10px;
  text-align: left;
}

.column-2 {
  text-align: left;
}

.manage-account-link {
  margin-bottom: 40px;
  margin-left: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #377dd0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.site-h2-scholar {
  display: inline;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}

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

.link {
  color: hsla(0, 0%, 100%, 0.71);
}

.bold-text-3 {
  font-weight: 600;
}

.bold-text-4 {
  font-weight: 600;
}

.bold-text-5 {
  font-weight: 600;
}

.bold-text-6 {
  font-weight: 600;
}

.bold-text-7 {
  font-weight: 600;
}

.bold-text-8 {
  font-weight: 600;
}

.bold-text-9 {
  font-weight: 600;
}

.bold-text-10 {
  font-weight: 600;
}

.bold-text-11 {
  font-weight: 600;
}

.bold-text-12 {
  font-weight: 600;
}

.bold-text-13 {
  font-weight: 600;
}

.bold-text-14 {
  font-weight: 600;
}

.social-footer-section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#285ba7), to(#285ba7));
  background-image: linear-gradient(180deg, #285ba7, #285ba7);
}

.social-ulist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 0px;
  text-align: center;
}

.list-item-social {
  height: 50px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fbicon {
  position: static;
  color: #fff;
  font-size: 32px;
}

.social-link {
  color: #fff;
  text-decoration: none;
}

.fbicon-2 {
  position: static;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 32px;
}

.html-embed {
  display: block;
  text-align: center;
}

.question-5b-opened-2 {
  display: none;
  font-family: 'Source Sans Pro', sans-serif;
  color: #377dd0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.ameritas-h2 {
  display: inline;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}

.question-1-opened-2 {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  color: #377dd0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.control-number-image-2 {
  display: block;
}

.question-4-opened-2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #377dd0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.q-and-a-div-2 {
  margin-bottom: 2em;
  font-family: 'Source Sans Pro', sans-serif;
}

.q-and-a-div-2.question-6 {
  display: none;
}

.question-4-closed-2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #377dd0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.question-6-closed-2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #377dd0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.question-7-closed-2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #377dd0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.question-8-opened-2 {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  color: #377dd0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.question-6-opened-2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #377dd0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.question-3-closed-2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #377dd0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.question-5b-closed-2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #377dd0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.question-1-closed-2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #377dd0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.question-2-closed-2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #377dd0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.question-3-opened-2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #377dd0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.question-2-opened-2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #377dd0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.question-7-opened-2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #377dd0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.question-8-closed-2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #377dd0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.questions-with-image-container-2 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.question-image-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 50%;
  margin-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.list-item-7 {
  border: 1px none #000;
  color: #333;
}

.list-item-8 {
  border: 1px none #000;
}

.list-item-9 {
  border: 1px none #000;
}

.image-8 {
  display: none;
}

.bold-text-15 {
  font-family: 'Open Sans', sans-serif;
  color: #707070;
}

.div-block-8 {
  position: relative;
  display: block;
  overflow: hidden;
  height: auto;
  text-align: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.answer-5-b {
  display: none;
}

.answer-5 {
  display: none;
}

.answer-test-q2 {
  display: block;
}

.qa-answer-2 {
  display: block;
}

.qa-q-6-closed {
  color: #377dd0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.qa-q-6-opened {
  color: #377dd0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.voting-links {
  margin-left: 0px;
  padding-right: 3px;
  padding-left: 3px;
  color: #333;
  text-decoration: underline;
}

.bold-text-16 {
  -webkit-column-count: auto;
  column-count: auto;
}

.site-paragraph-copy {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #707070;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  letter-spacing: 0px;
  -webkit-column-count: auto;
  column-count: auto;
  white-space: normal;
}

.intro-link {
  margin-left: 0px;
  color: #707070;
  font-weight: 600;
}

.meeting-bar {
  display: none;
  padding: 20px;
  background-color: #d50032;
}

.meeting-bar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -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;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
}

.button {
  border-radius: 4px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

.control-number-submit-btn-copy-copy {
  position: static;
  display: block;
  width: 100%;
  max-width: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-color: #06c;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  text-align: center;
}

.control-number-submit-btn-copy-copy.notification {
  margin-right: 0px;
  margin-left: 20px;
  border: 1px none transparent;
}

.notification-modal {
  position: fixed;
  left: 0%;
  top: 4%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: none;
  overflow: visible;
  width: 600px;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  padding: 10px 20px 20px;
  -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;
  border: 1px solid #06c;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 2px 2px 12px 0 #06c;
  text-align: left;
}

.notification-message-text {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-align: justify;
}

.heading {
  margin-top: 0px;
  margin-bottom: auto;
  font-family: 'Open Sans', sans-serif;
  color: #06c;
}

.close-button-for-modal {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: right;
}

.attendameeting-link {
  margin-left: 0px;
  color: #06c;
}

.close-notification-button {
  background-color: transparent;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.div-block-9 {
  text-align: right;
}

.link-2 {
  margin-left: 0px;
}

.link-3 {
  margin-left: 0px;
}

.text-block-2 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
}

.list-item-10 {
  display: none;
}

.list-item-11 {
  display: none;
}

.main-title-text-2 {
  position: static;
  left: 0%;
  right: 0%;
  bottom: 15%;
  display: block;
  font-family: Oswald, sans-serif;
  color: #003da5;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.grid {
  grid-template-areas: "Area-2 Area Area"
    ". Area Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-9 {
  margin-left: 0px;
}

@media screen and (max-width: 991px) {
  .banner-text-zone {
    top: 33%;
    max-height: 10em;
  }

  .red-image-banner-text {
    padding-left: 0px;
    font-size: 1em;
  }

  .questions-with-image-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-4 {
    max-width: 80%;
  }

  .questions-with-image-container-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-8 {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .banner-text-zone {
    top: 43%;
    height: 50%;
    padding-left: 0.5em;
  }

  .red-image-banner-text {
    font-size: 1em;
  }

  .questions-with-image-container {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .question-image-container {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .question-and-title-block {
    width: 100%;
    max-width: 100%;
  }

  .questions-with-image-container-2 {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .question-image-container-2 {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .banner-text-zone {
    top: 89%;
    width: 100%;
    height: 40%;
    padding-left: 0.3em;
  }

  .red-image-banner-text {
    font-size: 0.5em;
  }

  .questions-with-image-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .question-image-container {
    max-width: 100%;
  }

  .question-and-title-block {
    max-width: 100%;
  }

  .image-4 {
    max-width: 100%;
  }

  .questions-with-image-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .question-image-container-2 {
    max-width: 100%;
  }

  .div-block-8 {
    height: auto;
  }
}

#w-node-d7d35358-0011-d0fd-8070-81da45577247-f04c2c19 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: Area;
}

#w-node-ad7c4e19-bbdc-e906-ff54-f16db80f138a-f04c2c19 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-_0bada311-8e9a-b126-9780-71d99acc1121-f04c2c19 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_9eb11c7d-6bfc-8e2a-ac78-063977c564ca-f04c2c19 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_0a3e48fe-84eb-085b-ed07-e06a884ebfd9-f04c2c19 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_1d4f2723-a845-8cda-51db-3743fb43dcc0-f04c2c19 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-_15a0b3f5-09ba-1ca1-644a-1a2ec043ee63-f04c2c19 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-_2f2f5e09-7e57-7158-bf14-35186b5d8d09-f04c2c19 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}