@charset "UTF-8";
* {
  margin: 0;
}

.war-popup, .comcas-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.war-popup, .war-popup *, .comcas-popup, .comcas-popup * {
  box-sizing: border-box;
}
.war-popup__inner, .comcas-popup__inner {
  max-width: 37.5em;
  background-color: #fff;
  border: 1px solid #000;
  line-height: 1.5;
  padding: 2em;
  position: relative;
  overflow: auto;
  max-height: 100vh;
}
.war-popup__close, .comcas-popup__close {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  background-color: transparent;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  padding: 0.5em;
}
.war-popup__close:before, .comcas-popup__close:before {
  content: "✕";
}
.war-popup p, .comcas-popup p {
  margin: 1em 0;
}

.Normal {
  color: #000;
  font-size: 1.125em;
  line-height: 1.5;
}

.Normal p,
.Normal ul,
.Normal ol {
  margin-bottom: 1em;
}

.Normal p:last-child,
.Normal ul:last-child,
.Normal ol:last-child {
  margin-bottom: 0;
}

main .Normal ul,
main .Normal li {
  list-style: none;
  padding: 0;
}

main .Normal li {
  margin-bottom: 0.25em;
  padding-left: 1.7em;
}

main .Normal li:before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  background-color: #7cb937;
  margin-left: -1.5em;
  margin-right: 0.7em;
}

[dir=rtl] .Normal li {
  pading-left: 0;
  padding-right: 1.7em;
}

[dir=rtl] .Normal li:before {
  margin-right: -1.5em;
  margin-left: 0.7em;
}

.Header .Normal p,
.Normal table p {
  margin-bottom: 0;
}

.Normal a,
.Normal a:link,
.Normal a:visited,
.Normal a:active {
  color: #0000da;
  text-decoration: underline;
}

.Normal h1 {
  color: #000;
  font-size: 3em;
  font-weight: bold;
}

.Normal h2 {
  color: #254e24;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.25em;
  line-height: 1.2;
}

.Normal h3 {
  color: #7cb937;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2;
}

.Normal h4 {
  color: #000;
  font-size: 1em;
  font-weight: bold;
}

.Normal hr {
  border: 0;
  background: #10374c;
  margin: 1em 0;
  height: 1px;
}

.Normal a.fancyButton {
  color: #fff;
  background-color: #10374c;
  font-size: 1.875em;
  font-weight: 700;
  text-decoration: none;
  padding: 0.5em 1.5em;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  display: inline-block;
  transition: all 50ms;
}

.Normal a.fancyButton:hover,
.Normal a.fancyButton:focus {
  transform: translate(3px, 3px);
  box-shadow: none;
}

.Normal .redText,
.redText {
  color: #ac0000;
}

.Normal .blueText,
.blueText {
  color: #101f78;
}

.Normal .lightBlueText,
.lightBlueText {
  color: #3546b0;
}

/* container.css */
.H1Titled .Title {
  background-color: #7cb937;
  font-size: 1em;
  margin-bottom: 0;
  padding: 1em 0;
}

.H1Titled .Head {
  font-size: 1.875em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.H1Titled .ContentPane {
  background-color: #f5f5f5;
}

.H2Titled .Title {
  font-size: 1em;
}

.Inner #dnn_ContentPane .H2Titled {
  padding-top: 2em;
}

.Inner #dnn_ContentPane .H2Titled .Head {
  color: #254e24;
  font-size: 1.75em;
  font-weight: bold;
  margin-bottom: 0.25em;
  line-height: 1.2;
}

.gray-bg-container {
  background-color: #f5f5f5;
}

.blue-bg-container {
  background-color: #0c4161;
}

.blue-bg-container .Normal * {
  color: #fff !important;
}

.blue-bg-container .Normal li:before {
  background-color: #fff;
}

@media (min-width: 92.0625em) {
  .Inner #dnn_ContentPane .ContentPane {
    padding: 2em 0 2em 0;
  }
}
@media (max-width: 92em) {
  .Inner #dnn_ContentPane .ContentPane {
    padding: 1.25em 0 1.25em 0;
  }
}
@media (max-width: 75em) {
  .H1Titled .Title {
    padding: 0.5em 0;
  }
  .H1Titled .Head {
    font-size: 1.5em;
  }
  .Normal {
    font-size: 1em;
  }
  .Normal h2 {
    font-size: 1.25em;
  }
}
.dnnFormAndList .dnnForm {
  width: auto;
  min-width: 0;
  margin: 0;
}

.dnnFormAndList .dnnClear:after {
  content: none;
}

.dnnPrimaryAction {
  font-size: 1em;
}

.Normal table td {
  border: 1px solid #000;
  padding: 3px;
}

.Normal table[border="0"] td {
  border: 0;
}

.SpeakersPane .H2Titled {
  margin-bottom: 4em;
}

.SpeakersPane .H2Titled .Title,
.BecomeSponsorBG .H2Titled .Title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2em;
}

.SpeakersPane .H2Titled .Head,
.BecomeSponsorBG .H2Titled .Head {
  font-size: 2.25em;
  font-weight: 600;
}

.SpeakersPane .H2Titled .Head {
  color: #ec9000;
}

.BecomeSponsorBG .H2Titled .Head {
  color: #7cb937;
}

.SpeakersPane .H2Titled .Head strong,
.BecomeSponsorBG .H2Titled .Head strong {
  color: #254e24;
  font-weight: 800;
}

.speakers-slider-container {
  position: relative;
}

.speakers-slider {
  margin-bottom: 1.5em;
}

.speakers-slider:not(.slick-initialized) {
  display: flex;
}

.speakers-slider .slick-track {
  display: flex;
  justify-content: space-between;
  min-width: 100%;
}

.speakers-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: #fff;
  display: flex;
  padding: 0.5em;
  opacity: 0;
  transition: opacity 500ms;
}

.speakers-slider-container:hover .speakers-toolbar {
  opacity: 0.85;
}

.speakers-slider-container .speakers-toolbar:hover,
.speakers-slider-container .speakers-toolbar:focus-within {
  opacity: 1;
}

.speakers-arrows {
  text-align: center;
}

.speakers-arrows button {
  color: #254e24;
  font-size: 1.3125em;
  margin: 0 0.75em;
}

.speakers-toolbar button {
  background-color: #f0f0f0;
  margin: 0 0.25em;
  line-height: 1;
  padding: 0.125em;
  width: 1.5em;
  text-align: center;
  transition: background-color 200ms;
}

.speakers-toolbar button:hover,
.speakers-toolbar button:focus {
  background-color: #d8d8d8;
}

.inner-speakers,
.inner-speakers li {
  list-style: none;
  padding: 0;
}

.inner-speakers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.inner-speakers .speaker {
  margin: 0 0.25em 2em 0.25em;
  background-color: #fff;
}

.site-speakers .speaker {
  position: relative;
  width: 14.75em;
  background-color: #fff;
}

.speakers-slider .speaker {
  height: auto;
  margin: auto;
}

.site-speakers .speaker-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-speakers .editlink {
  position: absolute;
  z-index: 5;
  background-color: #fff;
}

.site-speakers .speaker-image {
  position: relative;
  height: 18.375em;
  overflow: hidden;
}

.site-speakers .speaker-image img {
  width: 100%;
}

.site-speakers .speaker-image:after {
  content: "";
  background-color: #072231;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 200ms;
}

.site-speakers .speaker:hover .speaker-image:after {
  opacity: 0.4;
}

.site-speakers .speaker-text {
  text-align: center;
  padding: 0.875em 0.5em 0.75em 0.5em;
}

.site-speakers .speaker-text .name {
  text-transform: uppercase;
  color: rgb(155, 131, 1);
  font-weight: 500;
  font-size: 1.0625em;
  line-height: 1.2;
}

.site-speakers .speaker-text .jobtitle:before {
  content: "";
  display: block;
  width: 3.125em;
  height: 0.375em;
  background-color: #083d5d;
  margin: 0.75em auto 1em auto;
  line-height: 1;
}

.site-speakers .speaker-text .jobtitle {
  line-height: 1.3;
}

@media (max-width: 34em) {
  .SpeakersPane .H2Titled {
    margin-bottom: 2em;
    margin-top: 1em;
  }
  .SpeakersPane .H2Titled .Title {
    margin-bottom: 1em;
  }
  .SpeakersPane .H2Titled .Head {
    font-size: 1.75em;
  }
  .site-speakers .speaker {
    font-size: 3vw;
  }
  .speakers-arrows button {
    font-size: 2em;
    margin: 0 0.5em;
  }
}
.TwoColumns .row {
  display: flex;
  align-items: flex-start;
}

.TwoColumns .column1 {
  padding-right: 3%;
}

.TwoColumns .column2 {
  padding-left: 3%;
}

.TwoColumns2021 .column1[style] {
  flex-shrink: 0;
  flex-grow: 0;
}

.TwoColumns img {
  max-width: none;
}

@media (max-width: 69em) {
  .TwoColumns .row,
  .TwoColumns .column {
    display: block;
  }
  .TwoColumns .column {
    padding: 0;
    width: auto !important;
  }
  .TwoColumns .column1 {
    padding-bottom: 1em;
  }
  .TwoColumns img {
    max-width: 100%;
  }
}
.speaker-popup,
.speaker-popup * {
  box-sizing: border-box;
}

.speaker-popup {
  position: relative;
  background: #fff;
  color: #000;
  padding: 1em;
  width: 75em;
  max-width: 100%;
  margin: 0 auto;
  padding: 1em 1em 0 1em;
}

.speaker-popup .mfp-close {
  background-color: #fff;
  opacity: 1;
  border: 1px solid #efefef;
}

@media (min-width: 60em) {
  .speaker-popup .columns {
    display: flex;
  }
  .speaker-popup .column {
    display: table-cell;
    vertical-align: top;
    display: flex;
    flex-direction: column;
  }
  .speaker-popup .column1 {
    flex-basis: 31.125em;
    flex-shrink: 0;
  }
  .speaker-popup .column2 {
    padding-left: 3%;
  }
}
.speaker-popup .column1 {
  background-color: #efefef;
  padding: 0.75em;
  padding-right: 1em;
  margin-bottom: 1em;
}

.speaker-popup .column2 {
  padding-right: 1.5em;
}

.speaker-popup header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1em;
}

.speaker-popup header > * {
  display: table-cell;
  vertical-align: bottom;
  display: flex;
  flex-direction: column;
}

.speaker-popup .img img {
  display: block;
  width: 10em;
  max-width: 100%;
  height: auto;
}

.speaker-popup header .content {
  padding-left: 1em;
  flex: 1;
}

.speaker-popup header p {
  line-height: 1.3;
}

.speaker-popup header p span {
  display: block;
}

.speaker-popup h1 {
  font-weight: bold;
  color: #000;
  line-height: 1;
  font-size: 1.25em;
  margin-bottom: 0.4em;
}

.speaker-popup h2 {
  background-color: #003068;
  color: #fff;
  font-weight: bold;
  font-size: 1.125em;
  padding: 0.65em 0.75em 0.5em 0.75em;
  width: 8.5555em;
  width: 10rem;
  margin-bottom: 1em;
}

.speaker-popup .text {
  line-height: 1.5;
  font-size: 1em;
}

.speaker-popup .text p {
  margin-bottom: 1em;
}

.speaker-popup .abstract-title {
  margin-bottom: 3em;
}

.speaker-popup .abstract-title p {
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.3;
}

.speaker-popup .abstract {
  padding-bottom: 1em;
}

.speaker-popup .abstract .text {
  font-size: 0.9375em;
}

@media (max-width: 30em) {
  .speaker-popup {
    font-size: 90%;
  }
}
.sponsors-container .Normal {
  font-size: 1em;
}

.sponsors-container:after {
  content: "";
  display: block;
  border-bottom: 0.25vw dotted #ccc;
  max-width: 101.25rem;
  margin: 2% auto;
}

.sponsors-container.no-border:after {
  border: 0;
}

.sponsors-container.gray-bg {
  background-color: #f5f5f5;
  padding-bottom: 2em;
  padding-top: 2em;
  border-top: 1px solid #eae7da;
  margin-top: 1.5em;
}

.sponsors-container.gray-bg:after {
  content: none;
}

.sponsors-container .Normal h2 {
  text-transform: uppercase;
  text-align: center;
  color: #254e24;
  font-weight: 800;
  font-size: 2.3125em;
  margin-bottom: 0.5em;
}

.sponsors-container .Normal h3 {
  text-align: center;
  text-transform: uppercase;
  color: #ec9000;
  font-size: 1.75em;
  font-weight: 600;
  margin-bottom: 0.75em;
}

.sponsors-container ul,
.sponsors-container li {
  list-style: none;
  padding: 0;
}

.sponsors-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 80em;
  margin: 0 auto;
}

.sponsors-container li {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #a7a7a7;
  vertical-align: top;
  text-align: center;
  height: 6.25em;
  margin-right: 0.57%;
  margin-bottom: 0.57%;
  overflow: hidden;
  max-width: 100%;
}

.sponsors-container.big li {
  width: 22.75em;
}

.sponsors-container.medium li {
  width: 17em;
}

.sponsors-container a {
  display: block;
  height: 100%;
  width: 100%;
}

.sponsors-container li,
.sponsors-container li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sponsors-container img {
  max-width: 90% !important;
  max-height: 90% !important;
  width: auto !important;
  height: auto !important;
}

@media (max-width: 76em) {
  .sponsors-container .Normal {
    font-size: 1.5vw;
  }
  .sponsors-container ul {
    font-size: 1.27vw;
  }
}
@media (max-width: 44em) {
  .sponsors-container .Normal {
    font-size: 2vw;
  }
}
.HomeHero {
  background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url("images/hero-bottom.jpg");
  background-position: center, bottom center;
  background-size: cover, 100%;
  position: relative;
}

.home-hero-content {
  text-align: center;
  color: #254e24;
  text-transform: uppercase;
  position: relative;
  padding-top: 19.125em;
  overflow: hidden;
}
.home-hero-content:before {
  content: "";
  display: block;
  background: url("images/hero-top.jpg") no-repeat bottom center #254e24;
  background-size: auto 18em;
  border-bottom: 0.5em solid #254e24;
  padding-top: 100%;
  width: 180vw;
  border-radius: 500%;
  position: absolute;
  bottom: 100%;
  margin-bottom: -18em;
  left: -40vw;
}
@media (min-aspect-ratio: 2/1) {
  .home-hero-content:before {
    background-size: auto calc(18em + 5vw);
    background-position: center bottom -5vw;
  }
}
@media (max-width: 65em) {
  .home-hero-content:before {
    background-position: center bottom -5vw;
  }
}

.hero-logo {
  width: 34.375em;
}

.home-hero-content .description {
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.23;
  width: 30em;
  margin: 0 auto 1em auto;
}

.home-hero-content .conference-info .date {
  display: block;
  margin-bottom: 1em;
}
.home-hero-content .conference-info .date .day {
  display: block;
  font-weight: 500;
  font-size: 6.875em;
  color: #ec9000;
}
.home-hero-content .conference-info .date .month {
  display: block;
  color: #7cb937;
  font-size: 1.75em;
  margin-top: -0.4em;
}
.home-hero-content .conference-info .date .year {
  display: block;
  color: #ec9000;
  font-size: 3.625em;
  font-weight: 500;
  letter-spacing: 0.18em;
  margin-top: -0.05em;
  margin-left: 0.2em;
}
.home-hero-content .conference-info .text2,
.home-hero-content .conference-info .text3 {
  display: block;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.2;
}
.home-hero-content .conference-info .text3 {
  margin-bottom: 3em;
}

.SubmitPaperButtonPane {
  padding-bottom: 3%;
}

a.submit-paper-button {
  text-decoration: none;
  background-color: #ec9000;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.25em 1.5em;
  box-shadow: 0.2em 0.2em 0 #7cb937;
  font-size: 1.5em;
  margin: 0 0.5em 1em 0.5em;
}

a.submit-paper-button.hero-button {
  transition: all 100ms;
}

a.submit-paper-button:hover,
a.submit-paper-butto:focus {
  transform: translate(0.2em, 0.2em);
  box-shadow: none;
}

@media (min-width: 65.0625em) {
  .home-hero-content {
    font-size: 1.7vmin;
  }
  .home-hero-content .conference-info {
    width: 36.0625em;
    margin: 0 auto;
  }
}
@media (max-width: 65em) {
  .home-hero-content {
    font-size: 2.5vw;
    font-size: 2.5vmin;
  }
  /* 
      .home-hero-content .description {
          font-size: 1.8em;
          line-height: 1.5;
      }

      .home-hero-content .conference-info {
          font-size: 1.25em;
      }
  */
  .Home a.hero-button {
    font-size: 5.5vw;
    font-size: 5.5vmin;
  }
}
.HomeMainContentBG {
  background-color: #254e24;
}

.home-main-content * {
  color: #fff;
}

.home-main-content {
  display: flex;
  padding: 1.25em 0;
}

.home-main-content header {
  line-height: 1.2;
}

.home-main-content header h2 {
  font-weight: 400;
  font-size: 1em;
}

.home-main-content header span {
  display: block;
  font-size: 1.5em;
}

.home-main-content header strong {
  font-size: 1.75em;
  font-weight: 600;
  text-transform: uppercase;
}

.home-main-content .content {
  font-weight: 300;
  line-height: 1.3;
  font-size: 1.0625em;
  position: relative;
}

.home-main-content .content p {
  margin-bottom: 0.25em;
}

.home-main-content footer {
  flex-shrink: 0;
  text-align: center;
}

.home-main-content footer ul,
.home-main-content footer li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.home-main-content footer ul {
  display: flex;
}

.home-main-content footer li {
  max-width: 12em;
  flex-shrink: 0;
}

.home-main-content footer li:first-child {
  margin-right: 2.5em;
}

.home-main-content footer img {
  border: 2px solid #fff;
  border-radius: 2px;
  margin-bottom: 0.3125em;
  width: 8.1875em;
}

.home-main-content footer .info {
  line-height: 1.5;
}

.home-main-content footer strong {
  font-weight: 500;
}

.home-main-content footer .name {
  font-size: 0.875em;
  margin-bottom: 0.125em;
}

.home-main-content footer .job {
  font-size: 0.75em;
}

.home-main-content .read-more-input {
  opacity: 0;
  position: absolute;
}

.home-main-content .read-more-label {
  display: inline-block;
  border: 2px solid #fff;
  padding: 0.25em 0.75em;
  background-color: #7cb937;
  font-weight: 500;
  margin: 0.5em 0;
  cursor: pointer;
  transition: background-color 150ms;
}

.home-main-content .read-more-label:hover,
.home-main-content .read-more-label:focus {
  background-color: #254e24;
}

.home-main-content .read-more-label .less {
  display: none;
}

.home-main-content .read-more-input:checked ~ .read-more-label .less {
  display: block;
}

.home-main-content .read-more-input:checked ~ .read-more-label .more {
  display: none;
}

.home-main-content .read-more-input:checked ~ .more-content {
  visibility: visible;
  max-height: none;
}

.home-main-content .more-content {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
}

@media (min-width: 78.0625em) {
  .home-main-content header {
    /*         align-self: center; */
    margin-top: 5em;
    flex-basis: 20em;
    flex-shrink: 0;
  }
  .home-main-content header span {
    margin-top: -1.2em;
  }
  .home-main-content .content {
    padding-right: 5.5%;
  }
}
@media (max-width: 84em) and (min-width: 78.0625em) {
  .home-main-content {
    font-size: 90%;
  }
}
@media (max-width: 78em) {
  .home-main-content {
    flex-direction: column;
  }
  .home-main-content .content {
    margin-bottom: 1em;
  }
  .home-main-content footer {
    margin-left: auto;
    margin-right: auto;
  }
  .home-main-content footer li:first-child {
    margin-right: 1em;
  }
}
@media (max-width: 22em) {
  .home-main-content footer li:first-child {
    margin-right: 0.5em;
  }
  .home-main-content footer img {
    max-width: 7em;
  }
}
.home-content-boxes {
  text-align: center;
  padding: 2% 0;
}

.home-content-boxes .box {
  padding: 1em 2.5%;
}

.home-content-boxes .icon {
  color: #7cb937;
  margin-bottom: 1em;
}

.home-content-boxes .icon span {
  font-size: 5.75em;
}

.home-content-boxes .heading {
  color: #254e24;
  font-size: 1.3125em;
  font-weight: 500;
  margin-bottom: 1em;
}

.home-content-boxes .content {
  line-height: 1.4;
  font-weight: 500;
}

.home-content-boxes .content p {
  margin-bottom: 0.25em;
}

@media (min-width: 63.0625em) {
  .home-content-boxes {
    display: flex;
  }
  .home-content-boxes .box {
    flex: 1 0 0;
    border-right: 2px solid #9d9d9d;
  }
  .home-content-boxes .box:last-child {
    border-right: 0;
  }
}
@media (max-width: 85em) and (min-width: 63.0625em) {
  .home-content-boxes {
    font-size: 80%;
  }
}
@media (max-width: 63em) {
  .home-content-boxes .box {
    border-bottom: 2px solid #9d9d9d;
    width: 30em;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .home-content-boxes .box:last-child {
    border-bottom: 0;
  }
}
.HomeNumbersBG {
  background: url("images/numbers-bg.jpg") no-repeat center center #ca380f;
  background-size: cover;
  background-attachment: fixed;
}

.home-numbers,
.home-numbers li {
  list-style: none;
  padding: 0;
}

.home-numbers {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.home-numbers .num {
  display: block;
  font-weight: 700;
  font-size: 4em;
  line-height: 1.2;
  position: relative;
}

.home-numbers .spacer {
  opacity: 0;
  display: block;
  height: 0;
}

.home-numbers .sign {
  font-weight: 600;
}

.home-numbers .num-label {
  display: block;
  font-size: 1.625em;
}

@media (max-width: 67em) and (min-width: 45.0625em) {
  .home-numbers {
    font-size: 1.5vw;
  }
}
@media (min-width: 45.0625em) {
  .HomeNumbersBG {
    padding-top: 8.42%;
    padding-bottom: 4.47%;
  }
  .home-numbers {
    padding: 0.25em 0 1em 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .home-numbers li {
    margin: 0 3em;
  }
}
@media (max-width: 45em) {
  .home-numbers {
    flex-direction: column;
    font-size: 2.5vw;
    padding-top: 1em;
  }
  .home-numbers li {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    margin-bottom: 1em;
    padding-bottom: 0.5em;
  }
}
.BecomeSponsorBG {
  background-color: #f0ffbb;
  padding: 3% 0;
}

/* .BecomeSponsorBG .Title {
    text-align: center;
}
.BecomeSponsorBG .Head {
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.375em;

    text-shadow: 0.05263157894em 0.05263157894em 1px  #000,
                -0.05263157894em -0.05263157894em 1px  #000,
                -0.05263157894em 0.05263157894em 1px  #000,
                 0.05263157894em -0.05263157894em 1px  #000;
} */
.BecomeSponsorBG .Normal {
  font-size: 1.875em;
  line-height: 1.4;
}

.BecomeSponsorBG .Normal a:only-child {
  display: inline-block;
  background-color: #7cb937;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 80%;
  font-weight: 600;
  padding: 0.25em 1.5em;
  border: 0.15em solid #fff;
  border-radius: 0.25em;
  transition: background-color 200ms;
}

.BecomeSponsorBG .Normal a:only-child:hover,
.BecomeSponsorBG .Normal a:only-child:focus {
  background-color: #254e24;
}

@media (max-width: 94em) and (min-width: 63.0625em) {
  .BecomeSponsorBG {
    font-size: 1vw;
  }
}
@media (max-width: 63em) {
  .BecomeSponsorBG {
    font-size: 70%;
    padding: 3em 0;
  }
}
.FooterBG .Normal {
  color: #fff;
  font-size: 1.375em;
  font-weight: 400;
}

.FooterBG .Normal a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.FooterBG .Normal h2,
.FooterBG .H2Titled .Head {
  color: #f0ffbb;
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 0.25em;
}

.FooterBG .H2Titled {
  border: 2px groove #9d9d9d;
  padding: 0.625em 0.75em;
}

.FooterBG .H2Titled .Title {
  display: block;
  font-size: 1em;
  margin-bottom: 0.75em;
}

.FooterBG .H2Titled .Head {
  font-size: 1.375em;
  display: block;
}

.FooterColumn {
  padding-bottom: 2.5%;
}

.FooterColumn3 .Normal a {
  border-bottom: 0;
}

.opening-hours .Normal {
  display: grid;
  grid-template-columns: auto auto;
}

.opening-hours .Normal h2 {
  grid-column: 1/span 2;
  margin-bottom: 0;
}

.opening-hours .Normal h2:nth-of-type(n+2) {
  margin-top: 2em;
}

.opening-hours .Normal h3 {
  font-weight: 400;
  color: #fff;
  font-size: 1em;
  margin-right: 1.75em;
  margin-bottom: 0;
}

.opening-hours .Normal p {
  margin-bottom: 0;
}

.FooterBG .DnnModule-FormMaster {
  width: 28.375em;
}

.mailing-form {
  margin: 0 auto;
  width: 100%;
}

.mailing-form td {
  position: relative;
  vertical-align: top;
}

.mailing-form .SubHead {
  font-weight: normal;
  font-size: 1em;
  color: #031d2e;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: text;
  padding: 0.25em 0.5em;
  line-height: 1.4;
  font-weight: 500;
  max-width: 15em;
}

.mailing-form .NormalTextBox {
  border: 0;
  font-size: 1em;
  width: 100%;
  height: 3.25em;
  position: relative;
  z-index: 0;
  padding: 0.5em;
  color: #031d2e;
}

.mailing-form .NormalTextBox:focus,
.mailing-form .NormalTextBox.notempty {
  z-index: 2;
}

.mailing-form span[id*=lblRequired] {
  display: none;
}

.mailing-form a.send-button {
  font-size: 1em;
  color: #fff;
  background-color: #7cb937;
  border: 2px solid #7cb937;
  display: inline-block;
  margin-top: 0.75em;
  text-transform: uppercase;
  padding: 0.75em 1em 0.65em 1em;
  font-weight: 500;
  letter-spacing: 0.08em;
  transition: background-color 200ms;
}

.mailing-form a.send-button:hover,
.mailing-form a.send-button:focus {
  text-decoration: none;
  background-color: transparent;
}

.mailing-form .NormalRed {
  color: #fff;
  font-size: 1em;
}

@media (max-width: 106em) and (min-width: 63.0625em) {
  .FooterColumns {
    font-size: 0.9vw;
  }
}
@media (min-width: 63.0625em) {
  .FooterColumns {
    display: flex;
    justify-content: space-between;
  }
  .FooterColumn2,
  .FooterColumn3 {
    border-left: 0.125em solid #fff;
    padding-left: 3%;
  }
  .FooterBG .H2Titled {
    margin-top: 4em;
  }
}
@media (max-width: 63em) {
  .FooterColumns {
    width: 32em;
    padding-right: 1em;
    padding-left: 1em;
    margin: 0 auto;
    max-width: 100%;
  }
  .FooterColumn {
    margin-bottom: 2.5em;
  }
  .FooterBG .H2Titled {
    margin-top: 3.5em;
  }
  .opening-hours .Normal {
    max-width: 22em;
  }
}
@media (max-width: 34.5em) {
  .FooterColumns {
    font-size: 3vw;
  }
  .mailing-form {
    font-size: 4vw;
  }
}
.image-with-text {
  position: relative;
}

.image-with-text .content-width {
  width: 80%;
}

.image-with-text .text-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.image-with-text .text {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.45vw;
  line-height: 1.2;
  text-shadow: 0 0 0.25em #031d2e;
}

.young-pros-header {
  background-color: #f5f5f5;
  padding: 1em 0 1.5em 0;
}

.young-pros-header .description {
  padding-top: 0.75em;
}

.young-pros-header .description,
.young-pros-rows .speaker-bio {
  font-size: 1.0625em;
  line-height: 1.4;
}

.young-pros-header .header img {
  margin-bottom: 2em;
}

.young-pros-header .header h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4375em;
  line-height: 1.3;
  color: #254e24;
}

.young-pros-header .header h2 span {
  display: block;
}

.young-pros-header .header .row2 {
  color: #968013;
}

.young-pros-rows .row {
  background-color: #f5f5f5;
  border-top: 1.5em solid #fff;
  padding: 1.5em 0;
}

.young-pros-rows h3 {
  color: #968013;
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.2;
}

.young-pros-rows h4 {
  color: #254e24;
  text-transform: uppercase;
  font-size: 1.0625em;
  font-weight: 600;
  line-height: 1.2;
}

.young-pros-rows .speaker-name {
  color: #968013;
  font-size: 1.0625em;
  line-height: 1.2;
}

.young-pros-rows .speaker-desc {
  font-weight: 500;
  font-size: 1.0625em;
  line-height: 1.2;
}

.young-pros-rows .speaker-bio {
  margin-top: 1em;
}

.young-pros-rows .speaker-img {
  margin-top: 1em;
}

.young-pros-rows .speaker-img img {
  width: 8.125em;
}

@media (min-width: 74em) {
  .young-pros-header-inner {
    display: flex;
  }
  .young-pros-header .header {
    flex-basis: 25em;
    flex-shrink: 0;
    margin-right: 7em;
  }
}
@media (min-width: 66em) {
  .young-pros-rows .one-line .row-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .young-pros-rows .one-line h3 {
    margin-right: 0.5em;
    line-height: 1;
  }
  .young-pros-rows .one-line h4:after {
    content: "-";
    margin: 0 0.25em;
  }
  .young-pros-rows .speaker-long {
    display: flex;
    align-items: flex-end;
  }
  .young-pros-rows .speaker-img {
    flex-shrink: 0;
    margin-right: 1em;
  }
}
@media (max-width: 32em) {
  .young-pros-rows,
  .young-pros-header {
    font-size: 85%;
  }
}
.about-israel {
  width: 100%;
  overflow: hidden;
}

.about-israel h2 {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 800;
  margin-bottom: 0.5em;
  letter-spacing: 0.03em;
}

.about-israel a {
  color: #0c4a8a;
  text-decoration: underline;
}

.about-israel .content {
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.0625em;
}

.about-israel .content p {
  margin-bottom: 1em;
}

.about-israel .content p:last-child {
  margin-bottom: 0;
}

.about-israel .bg-image {
  background: rgb(70, 116, 40);
  background: linear-gradient(0deg, rgb(70, 116, 40) 0%, rgb(212, 233, 254) 100%);
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-israel h2 {
  color: #254e24;
}

.about-israel .section3 {
  padding: 2em 0;
  background-color: #917b14;
  color: #fff;
}

.about-israel .section4 {
  padding: 1.5em 0;
}

.about-israel .section4 .content {
  font-size: 1.45em;
}

.about-israel .section5 {
  background-color: #e5e0c2;
  padding: 2em 0;
}

.about-israel .section5 h2 {
  color: #fff;
  text-shadow: 0.0526315789em 0.0526315789em 1px #000, -0.0526315789em -0.0526315789em 1px #000, -0.0526315789em 0.0526315789em 1px #000, 0.0526315789em -0.0526315789em 1px #000;
}

.about-israel .section5 .content {
  font-weight: 700;
  font-size: 1.125em;
  overflow: hidden;
  text-transform: uppercase;
}

@media (min-width: 78em) {
  .about-israel .bg-image {
    height: 660px;
  }
}
@media (min-width: 73.0625em) {
  .about-israel .bg-image {
    padding-top: 4.5em;
    background-attachment: fixed;
    background-size: cover;
    background-image: url("images/caesariafull.jpg");
  }
  .about-israel .bg-image .section {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 0.5em 0;
  }
  .about-israel .section1 {
    margin-bottom: 3em;
  }
}
@media (max-width: 73em) {
  .about-israel .bg-image {
    background-image: url("images/caeasaria.jpg");
    background-position: bottom center;
    background-size: 100% auto;
    padding-bottom: 38%;
    padding-top: 1.5em;
  }
  .about-israel .section1 {
    margin-bottom: 2em;
  }
  .about-israel .section2 h2 {
    color: #254e24;
  }
}
@media (max-width: 57em) {
  .about-israel {
    font-size: 85%;
  }
}
a.floating-round-button {
  /*     top: 0;
  left: 1rem;
  display: inline-block;
  text-align: center;
  color: #004567;
  text-decoration: none;
  width: 13.625em;
  height: 13.625em;
  font-size: .85vw; */
}

/* 
.floating-round-button .text {
    position: absolute;
    font-size: 1.3125em;
    line-height: 1.5;
    padding-top: .5em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72.4770642202%;
    height: 72.4770642202%;
    top: 1.4285714286em;
    left: 1.4285714286em;
    border-radius: 50%;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #c5c5c5;
    background: linear-gradient(45deg, #c3c3c3 0%, white 100%);
    box-shadow: -0.1428571429em 0.1428571429em 0.2380952381em -0.0952380952em rgba(0, 0, 0, 0.4);
} */
/* .floating-round-button:before, .floating-round-button:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}

.floating-round-button:before {
    width: 100%;
    height: 100%;
    background-color: #7fc037;
    background: linear-gradient(45deg, #7cbf37 0%, #f7fc4a 100%);
}

.floating-round-button:after {
    width: 84.8623853211%;
    height: 84.8623853211%;
    top: 1.03125em;
    left: 1.03125em;
    background-color: #c1c1c1;
    background: linear-gradient(225deg, #c2c2c2 0%, white 100%);
    border: 0.25em solid #fff;
}
 */
@media (min-width: 65.01em) {
  .RoundButtonPane {
    position: absolute;
    z-index: 990;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  a.floating-round-button {
    position: relative;
    left: 5vw;
    top: -5vw;
    width: 17.6041666667vw;
    display: block;
  }
}
@media (max-width: 65em) {
  .RoundButtonPane {
    margin-top: 2em;
    padding-bottom: 2em;
    text-align: center;
  }
  a.floating-round-button {
    display: inline-block;
    max-width: 60%;
  }
}
.content-accordion__item {
  margin-bottom: 1em;
}

.content-accordion__title {
  cursor: pointer;
}

.content-accordion__icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25em;
  transition: transform 300ms;
}

.content-accordion__item.expanded .content-accordion__icon {
  transform: rotate(90deg);
}

/*# sourceMappingURL=portal.css.map */
