@charset "UTF-8";
/*
Font Conversion

Sabon Next com -> (Google Font) Libre Baskerville -> Heading

Avenir Next -> (Google Font) Montserrat Ex.Is used for "Excerpt" text component. Open Sans is used more.

Avenir Next -> (Google Font) Open Sans -> general paragraph text
*/
.librebaskerville, .Text-Large, .Large-Text-H, .Heading-3, h3, .Heading-2, h2, .Heading-1, h1, .librebaskerville-bold, .librebaskerville-italic, .Sub-Heading-1, h4, .Question-Modal-Container h3, #planning h3 {
  font-family: "Libre Baskerville", serif;
}

.librebaskerville-italic, .Sub-Heading-1, h4, .Question-Modal-Container h3, #planning h3 {
  font-style: italic;
}

.librebaskerville-bold {
  font-weight: 700;
}

.montserrat, .Excerpt-Text {
  font-family: "Montserrat", sans-serif;
}

.opensans, .Footer-Text, .ConferenceFooter, .WesternFooter, .Footer-Col, .Footer-Text-SM, .WesternGeneral, .Navigation-Link-Item-Base, .Dropdown-Item, .Navigation-Item, .Text-Small, .Small-Text-R, .Paragraph-Text-Small-R, .Amenities-Icons ul, .Paragraph-Text-Small, .Paragraph-Text, p, .Large-Text-P, h5, .StatsBar-Container h3, .AccommodationRequestContainer h3, .Accordian-Accommodation h3, .opensans-bold, .opensans-semi, .Paragraph-Text-B, .small_button_base, .small_button_white, .small_button_purple, .large_button_base, .large_button_white, .large_button_purple, button {
  font-family: "Open Sans", sans-serif;
}

.opensans-semi, .Paragraph-Text-B, .small_button_base, .small_button_white, .small_button_purple, .large_button_base, .large_button_white, .large_button_purple, button {
  font-weight: 600;
}

.opensans-bold {
  font-weight: 700;
}

.Heading-1, h1 {
  color: #FFFFFF;
  font-size: 64px !important;
}
@media only screen and (max-width: 1130px) {
  .Heading-1, h1 {
    font-size: 50px !important;
  }
}
@media only screen and (max-width: 600px) {
  .Heading-1, h1 {
    font-size: 40px !important;
  }
}

.Heading-2, h2 {
  font-size: 42px !important;
}
@media only screen and (max-width: 1200px) {
  .Heading-2, h2 {
    font-size: calc(24px + 1.5vw) !important;
  }
}
@media only screen and (max-width: 500px) {
  .Heading-2, h2 {
    font-size: 28px !important;
  }
}

.Heading-3, h3 {
  font-size: 32px !important;
}
@media only screen and (max-width: 1000px) {
  .Heading-3, h3 {
    font-size: calc(22px + 1vw) !important;
  }
}
@media only screen and (max-width: 500px) {
  .Heading-3, h3 {
    font-size: 20px !important;
  }
}

.Sub-Heading-1, h4, .Question-Modal-Container h3, #planning h3 {
  font-size: 24px !important;
}
@media only screen and (max-width: 500px) {
  .Sub-Heading-1, h4, .Question-Modal-Container h3, #planning h3 {
    font-size: 18px !important;
  }
}

.Remove-Italic {
  font-style: normal !important;
}

.Excerpt-Text {
  font-size: 20px;
}
@media only screen and (max-width: 500px) {
  .Excerpt-Text {
    font-size: 18px;
  }
}

.Large-Text-H {
  font-size: 20px;
}
@media only screen and (max-width: 500px) {
  .Large-Text-H {
    font-size: 18px;
  }
}

.Large-Text-P, h5, .StatsBar-Container h3, .AccommodationRequestContainer h3, .Accordian-Accommodation h3 {
  font-size: 20px !important;
}
@media only screen and (max-width: 500px) {
  .Large-Text-P, h5, .StatsBar-Container h3, .AccommodationRequestContainer h3, .Accordian-Accommodation h3 {
    font-size: 18px !important;
  }
}

.Paragraph-Text, p {
  font-size: 18px;
}
@media only screen and (max-width: 500px) {
  .Paragraph-Text, p {
    font-size: 16px;
  }
}

.Paragraph-Text-B, .small_button_base, .small_button_white, .small_button_purple, .large_button_base, .large_button_white, .large_button_purple, button {
  font-size: 18px;
}
@media only screen and (max-width: 500px) {
  .Paragraph-Text-B, .small_button_base, .small_button_white, .small_button_purple, .large_button_base, .large_button_white, .large_button_purple, button {
    font-size: 16px;
  }
}

.Paragraph-Text-Small {
  font-style: italic;
  font-size: 16px;
}
@media only screen and (max-width: 500px) {
  .Paragraph-Text-Small {
    font-size: 14px;
  }
}

.Add-Italic {
  font-style: italic;
}

.Paragraph-Text-Small-R, .Amenities-Icons ul {
  font-size: 16px;
}
@media only screen and (max-width: 500px) {
  .Paragraph-Text-Small-R, .Amenities-Icons ul {
    font-size: 14px;
  }
}

.Small-Text-R {
  font-size: 14px;
}
@media only screen and (max-width: 500px) {
  .Small-Text-R {
    font-size: 12px;
  }
}

.White-Text {
  color: #FFFFFF;
}

.Purple-Text {
  color: #421877;
}

.hide-all {
  display: none !important;
}

@media only screen and (max-width: 500px) {
  .hide-500 {
    display: none;
  }
}

.Margin-Top {
  margin-top: 25px;
}

.padding-left {
  padding-left: 20px;
}

.padding-50 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 900px) {
  .padding-50 {
    padding-bottom: 20px;
  }
}

.BlueBullet li::before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #03847F; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.BlueBullet {
  padding-top: 10px;
  list-style: none;
}

.Center-Flex, .Image-Column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Center-Text {
  text-align: center;
}

.Left-Text {
  text-align: left;
}

.Left-Desktop-Center-Mobile {
  text-align: left;
}
@media only screen and (max-width: 500px) {
  .Left-Desktop-Center-Mobile {
    text-align: center;
  }
}

.remove-border-radius, .Pill-Color {
  border-radius: 0 !important;
}

.Background-Grey {
  background-color: #F5F5F5;
}

.Background-Purple {
  background-color: #4F2683;
}

.Background-Purple-Dark {
  background-color: #421877;
}

.Border-Grey {
  border: solid 3px #F5F5F5;
}

@media only screen and (max-width: 650px) {
  .remove-padding-mobile {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 650px) {
  .Display-Block-Mobile {
    display: block !important;
  }
}

.line-width, .card_container_main p, .card_container_outer_white p, .card_container_outer_grey p, .card_container_outer_grey_lg p, .card_container_outer_purple_lg p, .card_container_outer_purple p {
  max-width: 950px;
  margin: 0 auto;
}
@media only screen and (max-width: 1050px) {
  .line-width, .card_container_main p, .card_container_outer_white p, .card_container_outer_grey p, .card_container_outer_grey_lg p, .card_container_outer_purple_lg p, .card_container_outer_purple p {
    max-width: 90%;
  }
}

.global-padding, .modal .modal-dialog .Question-Modal-Container, .modal .modal-dialog .modal-content .TextColumn, .textblock, .textblock_left, .textblock_right, .textblock_two_column, .cta_section_background, .card_container_main, .card_container_outer_white, .card_container_outer_grey, .card_container_outer_grey_lg, .card_container_outer_purple_lg, .card_container_outer_purple, .Proposal-Container, .Accommodation-Info-Container, .StatsBar-White, .StatsBar-Purple, .StatsBar-Grey {
  padding: 100px 50px;
}
@media only screen and (max-width: 1000px) {
  .global-padding, .modal .modal-dialog .Question-Modal-Container, .modal .modal-dialog .modal-content .TextColumn, .textblock, .textblock_left, .textblock_right, .textblock_two_column, .cta_section_background, .card_container_main, .card_container_outer_white, .card_container_outer_grey, .card_container_outer_grey_lg, .card_container_outer_purple_lg, .card_container_outer_purple, .Proposal-Container, .Accommodation-Info-Container, .StatsBar-White, .StatsBar-Purple, .StatsBar-Grey {
    padding: 75px 25px;
  }
}
@media only screen and (max-width: 500px) {
  .global-padding, .modal .modal-dialog .Question-Modal-Container, .modal .modal-dialog .modal-content .TextColumn, .textblock, .textblock_left, .textblock_right, .textblock_two_column, .cta_section_background, .card_container_main, .card_container_outer_white, .card_container_outer_grey, .card_container_outer_grey_lg, .card_container_outer_purple_lg, .card_container_outer_purple, .Proposal-Container, .Accommodation-Info-Container, .StatsBar-White, .StatsBar-Purple, .StatsBar-Grey {
    padding: 60px 10px;
  }
}

.HeroBanner-Image {
  width: 100%;
  height: 41vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 1800px) and (max-width: 9999px) {
  .HeroBanner-Image {
    height: 740px;
  }
}
@media only screen and (max-width: 1100px) {
  .HeroBanner-Image {
    min-height: 433px;
  }
}
.HeroBanner-Image h2 {
  font-size: 32px !important;
}

.Banner-Size-Overwrite {
  max-height: 480px !important;
}
@media only screen and (max-width: 600px) {
  .Banner-Size-Overwrite {
    display: none;
  }
}

.HeroBanner-Video {
  width: 100%;
  height: 41vw;
  object-fit: cover;
}

.HeroBanner-Video-Content {
  position: absolute;
  top: 48%;
  left: 30%;
  height: 40% !important;
  width: 40% !important;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .HeroBanner-Video-Content {
    top: 40%;
  }
}

.TextContainer-Gradient {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
}
.TextContainer-Gradient h1, .TextContainer-Gradient h2, .TextContainer-Gradient h3 {
  padding: 0 10px;
}

.WhiteCarouselIndicators.active {
  background-color: #C5003E;
}

.GreyCarouselIndicators.active {
  background-color: #421877;
}

.carousel-indicators {
  height: 60px;
  margin-bottom: 2%;
}
@media only screen and (max-width: 750px) {
  .carousel-indicators {
    height: 50px;
    margin-bottom: 4%;
  }
}

.carousel-control-next.CarouselControl {
  justify-content: flex-end;
  opacity: 1;
}

.carousel-control-prev.CarouselControl {
  justify-content: flex-start;
  opacity: 1;
}

.WhiteHover-Right:hover {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.WhiteHover-Left:hover {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.BaseCarouselIndicator, .GreyCarouselIndicators, .WhiteCarouselIndicators {
  height: 9px;
  width: 9px;
  border-radius: 50%;
  margin: 5px 7px 24px 7px;
  transition: height 0.2s, width 0.2s;
}
.BaseCarouselIndicator:hover, .GreyCarouselIndicators:hover, .WhiteCarouselIndicators:hover {
  height: 16px;
  width: 16px;
}
@media only screen and (max-width: 600px) {
  .BaseCarouselIndicator, .GreyCarouselIndicators, .WhiteCarouselIndicators {
    display: none;
  }
}

.HoverSpaceIconBase, .HoverSpaceIconLeftGrey, .HoverSpaceIconRightGrey, .HoverSpaceIconLeftModal, .HoverSpaceIconRightModal, .HoverSpaceIconLeftPurple, .HoverSpaceIconRightPurple, .HoverSpaceIconLeftBase, .HoverSpaceIconRightBase {
  display: flex;
  align-items: center;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  justify-content: center;
}
@media only screen and (max-width: 1050px) {
  .HoverSpaceIconBase, .HoverSpaceIconLeftGrey, .HoverSpaceIconRightGrey, .HoverSpaceIconLeftModal, .HoverSpaceIconRightModal, .HoverSpaceIconLeftPurple, .HoverSpaceIconRightPurple, .HoverSpaceIconLeftBase, .HoverSpaceIconRightBase {
    height: 75px;
    width: 75px;
  }
}
@media only screen and (max-width: 600px) {
  .HoverSpaceIconBase, .HoverSpaceIconLeftGrey, .HoverSpaceIconRightGrey, .HoverSpaceIconLeftModal, .HoverSpaceIconRightModal, .HoverSpaceIconLeftPurple, .HoverSpaceIconRightPurple, .HoverSpaceIconLeftBase, .HoverSpaceIconRightBase {
    height: 50px;
    width: 25px;
    margin: 0;
  }
}

.HoverSpaceIconRightBase, .HoverSpaceIconRightGrey, .HoverSpaceIconRightModal, .HoverSpaceIconRightPurple {
  margin-right: -7%;
}
@media only screen and (max-width: 600px) {
  .HoverSpaceIconRightBase, .HoverSpaceIconRightGrey, .HoverSpaceIconRightModal, .HoverSpaceIconRightPurple {
    margin: 0;
    border-radius: 0;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
  }
}

.HoverSpaceIconLeftBase, .HoverSpaceIconLeftGrey, .HoverSpaceIconLeftModal, .HoverSpaceIconLeftPurple {
  margin-left: -7%;
}
@media only screen and (max-width: 600px) {
  .HoverSpaceIconLeftBase, .HoverSpaceIconLeftGrey, .HoverSpaceIconLeftModal, .HoverSpaceIconLeftPurple {
    margin: 0;
    border-radius: 0;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
  }
}

.CenterHoverSpaceLeft {
  margin-left: 5%;
}

.CenterHoverSpaceRight {
  margin-right: 5%;
}

.arrow {
  border: solid #4F2683;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 5px;
}

.white {
  border-color: #FFFFFF;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

@media only screen and (max-width: 600px) {
  .HoverSpaceIconRightPurple {
    background-color: #4F2683;
  }
}
.HoverSpaceIconRightPurple:hover {
  background-color: #4F2683;
}

@media only screen and (max-width: 600px) {
  .HoverSpaceIconLeftPurple {
    background-color: #4F2683;
  }
}
.HoverSpaceIconLeftPurple:hover {
  background-color: #4F2683;
}

.HoverSpaceIconRightModal {
  height: 75px;
  width: 37.5px;
  margin-right: -7%;
  margin: 0;
  border-radius: 0;
  border-bottom-left-radius: 75px;
  border-top-left-radius: 75px;
  background-color: #4F2683;
}
.HoverSpaceIconRightModal:hover {
  background-color: #4F2683;
}
@media only screen and (max-width: 600px) {
  .HoverSpaceIconRightModal {
    height: 50px;
    width: 25px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
  }
}

.HoverSpaceIconLeftModal {
  height: 75px;
  width: 37.5px;
  margin-left: -7%;
  margin: 0;
  border-radius: 0;
  border-bottom-right-radius: 75px;
  border-top-right-radius: 75px;
  background-color: #4F2683;
}
.HoverSpaceIconLeftModal:hover {
  background-color: #4F2683;
}
@media only screen and (max-width: 600px) {
  .HoverSpaceIconLeftModal {
    height: 50px;
    width: 25px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
  }
}

.WhiteCarouselIndicators {
  background-color: #FFFFFF;
}

@media only screen and (max-width: 600px) {
  .HoverSpaceIconRightGrey {
    background-color: #CBCBCB;
  }
}
.HoverSpaceIconRightGrey:hover {
  background-color: #CBCBCB;
}

@media only screen and (max-width: 600px) {
  .HoverSpaceIconLeftGrey {
    background-color: #CBCBCB;
  }
}
.HoverSpaceIconLeftGrey:hover {
  background-color: #CBCBCB;
}

.GreyCarouselIndicators {
  background-color: #CBCBCB;
}

.button_purple, .small_button_purple, .large_button_purple {
  color: #FFFFFF;
  background-color: #4F2683;
}
.button_purple:hover, .small_button_purple:hover, .large_button_purple:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #03847F;
}

.button_white, .small_button_white, .large_button_white {
  color: #4F2683;
  background-color: #FFFFFF;
}
.button_white:hover, .small_button_white:hover, .large_button_white:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #6F49A0;
}

.large_button_base, .large_button_white, .large_button_purple {
  cursor: pointer;
  min-width: 150px;
  padding: 15px;
  border: none;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
}

.small_button_base, .small_button_white, .small_button_purple {
  cursor: pointer;
  min-width: 120px;
  padding: 5px;
  border: none;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
}

.purple_card, .card_purple_filter, .card_purple_four_column, .card_purple_three_column_lg, .card_purple_three_column {
  color: #FFFFFF;
  background-color: #4F2683;
  border: solid 1px #421877;
}
.purple_card:hover, .card_purple_filter:hover, .card_purple_four_column:hover, .card_purple_three_column_lg:hover, .card_purple_three_column:hover {
  color: #4F2683;
  background-color: #FFFFFF;
  cursor: pointer;
}

.light_grey_card, .card_white_two_column {
  background-color: #F5F5F5;
  border: solid 1px #FFFFFF;
  cursor: pointer;
}
.light_grey_card h3, .card_white_two_column h3 {
  color: #4F2683;
}
.light_grey_card p, .card_white_two_column p {
  color: black;
}
.light_grey_card:hover h3, .card_white_two_column:hover h3 {
  color: #03847F;
}

.white_card, .card_white_four_column, .card_white_three_column_lg, .card_white_three_column, .card_grey_three_column {
  color: #4F2683;
  background-color: #FFFFFF;
  border: solid 1px #F5F5F5;
}
.white_card:hover, .card_white_four_column:hover, .card_white_three_column_lg:hover, .card_white_three_column:hover, .card_grey_three_column:hover {
  color: #FFFFFF;
  background-color: #4F2683;
  cursor: pointer;
}

.white_card_no_hover, .card_white_three_column_no_hover {
  color: #4F2683;
  background-color: #FFFFFF;
  border: solid 1px #F5F5F5;
}

.card_base, .card_base_filter, .card_purple_filter, .card_base_two_column, .card_white_two_column, .card_base_three_column_lg, .card_white_three_column_lg, .card_purple_three_column_lg, .card_base_three_column, .card_white_three_column_no_hover, .card_transparent_three_column, .card_white_three_column, .card_grey_three_column, .card_purple_three_column, .card_base_four_column, .card_white_four_column, .card_purple_four_column {
  margin: 20px;
  border-radius: 4px;
  min-width: 340px;
}
.card_base img, .card_base_filter img, .card_purple_filter img, .card_base_two_column img, .card_white_two_column img, .card_base_three_column_lg img, .card_white_three_column_lg img, .card_purple_three_column_lg img, .card_base_three_column img, .card_white_three_column_no_hover img, .card_transparent_three_column img, .card_white_three_column img, .card_grey_three_column img, .card_purple_three_column img, .card_base_four_column img, .card_white_four_column img, .card_purple_four_column img {
  width: 100%;
  border-radius: 4px;
  max-height: 300px;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 1000px) {
  .card_base img, .card_base_filter img, .card_purple_filter img, .card_base_two_column img, .card_white_two_column img, .card_base_three_column_lg img, .card_white_three_column_lg img, .card_purple_three_column_lg img, .card_base_three_column img, .card_white_three_column_no_hover img, .card_transparent_three_column img, .card_white_three_column img, .card_grey_three_column img, .card_purple_three_column img, .card_base_four_column img, .card_white_four_column img, .card_purple_four_column img {
    min-height: unset;
  }
}
.card_base a:hover, .card_base_filter a:hover, .card_purple_filter a:hover, .card_base_two_column a:hover, .card_white_two_column a:hover, .card_base_three_column_lg a:hover, .card_white_three_column_lg a:hover, .card_purple_three_column_lg a:hover, .card_base_three_column a:hover, .card_white_three_column_no_hover a:hover, .card_transparent_three_column a:hover, .card_white_three_column a:hover, .card_grey_three_column a:hover, .card_purple_three_column a:hover, .card_base_four_column a:hover, .card_white_four_column a:hover, .card_purple_four_column a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  .card_base, .card_base_filter, .card_purple_filter, .card_base_two_column, .card_white_two_column, .card_base_three_column_lg, .card_white_three_column_lg, .card_purple_three_column_lg, .card_base_three_column, .card_white_three_column_no_hover, .card_transparent_three_column, .card_white_three_column, .card_grey_three_column, .card_purple_three_column, .card_base_four_column, .card_white_four_column, .card_purple_four_column {
    width: 100% !important;
    margin: 15px;
    margin-left: 0px;
    margin-right: 0px;
    min-width: unset;
  }
}
@media only screen and (max-width: 500px) {
  .card_base, .card_base_filter, .card_purple_filter, .card_base_two_column, .card_white_two_column, .card_base_three_column_lg, .card_white_three_column_lg, .card_purple_three_column_lg, .card_base_three_column, .card_white_three_column_no_hover, .card_transparent_three_column, .card_white_three_column, .card_grey_three_column, .card_purple_three_column, .card_base_four_column, .card_white_four_column, .card_purple_four_column {
    max-width: unset !important;
  }
}

.card_base_four_column, .card_white_four_column, .card_purple_four_column {
  flex: 33.3%;
  margin: 5px;
}

.card_base_three_column, .card_white_three_column_no_hover, .card_transparent_three_column, .card_white_three_column, .card_grey_three_column, .card_purple_three_column {
  flex: 33.3%;
}

.card_base_three_column_lg, .card_white_three_column_lg, .card_purple_three_column_lg {
  flex: 30%;
}

.card_base_two_column, .card_white_two_column {
  flex: 50%;
}

.card_base_filter, .card_purple_filter {
  flex: 20%;
  max-width: 310px !important;
}
@media only screen and (max-width: 1200px) {
  .card_base_filter, .card_purple_filter {
    max-width: 100% !important;
  }
}

.card_text {
  padding: 20px;
  min-height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 1200px) {
  .card_text {
    min-height: unset;
    display: block;
  }
}

@media only screen and (max-width: 1200px) {
  .inline_mobile {
    width: 100% !important;
    text-align: left;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .inline_mobile img {
    width: 40% !important;
    max-height: 250px;
    float: right;
    text-align: right;
    min-width: 40%;
    flex: 40%;
  }
  .inline_mobile .card_text {
    padding: 0;
    margin-left: 20px;
    text-align: left;
    flex: 60%;
  }
  .inline_mobile .card_text p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .inline_mobile img {
    width: 40% !important;
    max-height: 180px;
    float: right;
    text-align: right;
  }
  .inline_mobile .card_text {
    margin-right: 10px;
  }
}

.ColoredBorder {
  height: 5px;
  width: 100%;
  background: linear-gradient(to right, #C5003E 0, #C5003E 33.3%, #82D7D2 33.3%, #82D7D2 66.6%, #EA7600 66.6%, #EA7600) no-repeat;
  background-size: 100% 5px;
}

/*
4x2 Stats bar - 2 instances
3x2 Stats bar - 2 instances
4x1 Stats bar - 1 instance
*/
.StatsBar-Padding {
  padding: 100px 50px;
}
@media only screen and (max-width: 650px) {
  .StatsBar-Padding {
    padding: 50px 25px;
  }
}

.StatsBar-Grey {
  background-color: #F5F5F5;
}

.StatsBar-Purple {
  background-color: #421877;
  color: #FFFFFF;
}

.StatsBar-White {
  background-color: #FFFFFF;
}

.StatsBar-Container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  word-break: break-word;
}
.StatsBar-Container h2, .StatsBar-Container h4 {
  padding-bottom: 15px;
}
@media only screen and (max-width: 500px) {
  .StatsBar-Container h2, .StatsBar-Container h4 {
    padding-bottom: 10px;
  }
}
.StatsBar-Container h3 {
  padding-bottom: 25px;
}
@media only screen and (max-width: 500px) {
  .StatsBar-Container h3 {
    padding-bottom: 10px;
  }
}
.StatsBar-Container a {
  margin-top: 25px;
}
@media only screen and (max-width: 500px) {
  .StatsBar-Container a {
    margin-top: 10px;
  }
}

.Stats-Border-Right-4 {
  border-right: 1px solid #CBCBCB;
}
@media only screen and (max-width: 1000px) {
  .Stats-Border-Right-4 {
    border-right: none;
  }
}

.Stats-Border-Right-3 {
  border-right: 1px solid #CBCBCB;
}
@media only screen and (max-width: 650px) {
  .Stats-Border-Right-3 {
    border-right: none;
  }
}

@media only screen and (max-width: 650px) {
  div .hide-last-mobile-border {
    border-bottom: none;
  }
}

.Text-Large {
  font-size: 36px;
}
@media only screen and (max-width: 1500px) {
  .Text-Large {
    font-size: calc(18px + 1vw);
  }
}
@media only screen and (max-width: 650px) {
  .Text-Large {
    font-family: "Open Sans", sans-serif;
    font-size: calc(13px + 1vw);
  }
}

.Text-Small {
  font-size: 22px;
}
@media only screen and (max-width: 1500px) {
  .Text-Small {
    font-size: calc(13px + 0.5vw);
  }
}
@media only screen and (max-width: 650px) {
  .Text-Small {
    font-size: calc(13px + 1vw);
  }
}

.Accommodation-Container {
  padding: 0 25px 50px 25px;
}
@media only screen and (max-width: 900px) {
  .Accommodation-Container {
    padding: 0 20px 20px 20px;
  }
}
.Accommodation-Container h3 {
  padding: 50px 0 0 0;
}
@media only screen and (max-width: 900px) {
  .Accommodation-Container h3 {
    padding: 20px 0 0 0;
  }
}

.Amenities-Icons {
  display: flex;
  flex-direction: column;
}
.Amenities-Icons div {
  display: flex;
}
@media only screen and (max-width: 900px) {
  .Amenities-Icons div {
    flex-direction: column;
  }
}
.Amenities-Icons ul {
  list-style: none;
  margin: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  flex: 0 1 33%;
}
@media only screen and (max-width: 900px) {
  .Amenities-Icons ul {
    padding: 0;
  }
}
.Amenities-Icons ul li {
  padding: 10px 0;
  display: flex;
}
.Amenities-Icons ul li img {
  width: 30px;
  padding-right: 10px;
  align-self: baseline;
}
.Amenities-Icons ul li span {
  width: 85%;
  align-self: baseline;
}

.Accommodation-Info-Container {
  display: flex;
  flex-wrap: wrap;
}

.Accordian-Accommodation {
  display: block;
}

.Orange-Focus {
  color: #FFFFFF;
  background-color: #EA7600;
}

.big-icons {
  font-size: 24px !important;
}

.show-1249 {
  display: none;
}
@media only screen and (max-width: 1249px) {
  .show-1249 {
    display: block;
  }
}

@media only screen and (max-width: 1249px) {
  .hide-1249 {
    display: none !important;
  }
}

.Flex-60 {
  flex: 1 1 58%;
}
@media only screen and (max-width: 1249px) {
  .Flex-60 {
    flex: 1 1 100%;
  }
}

.Flex-30 {
  flex: 1 1 28%;
}
@media only screen and (max-width: 1249px) {
  .Flex-30 {
    flex: 1 1 100%;
  }
}

.Header-Container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  text-align: center;
}
.Header-Container img {
  padding-bottom: 10px;
}
@media only screen and (max-width: 700px) {
  .Header-Container {
    padding: 20px;
  }
}

.Proposal-Container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.Proposal-Container hr {
  border-top-color: #4F2683;
}
.Proposal-Container h3 {
  text-align: center;
}
.Proposal-Container .Submit-Holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 13px;
}

.Form-Row {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .Form-Row {
    width: 100%;
  }
}
.Form-Row .form-group {
  flex: 1;
  margin: 5px 10px;
}
@media only screen and (max-width: 750px) {
  .Form-Row .form-group {
    margin-left: 0;
    margin-right: 0;
    flex: 1 1 100%;
  }
}

.form-control:focus {
  border-color: rgb(79, 38, 131) !important;
  box-shadow: 0 0 0 0.2rem rgba(79, 38, 131, 0.25) !important;
}

.Form-Row-1 {
  display: flex;
  flex-wrap: wrap;
}
.Form-Row-1 .form-group {
  margin: 5px 10px;
  flex: 1 1 100%;
}

.Center-Submit {
  padding-top: 13px;
  display: flex;
  justify-content: center;
}

.field-validation-error {
  color: #ff0000;
}

.input-validation-error {
  border: 1px solid #ff0000 !important;
  background-color: #ffeeee !important;
}

.validation-summary-errors {
  font-weight: bold !important;
  color: #ff0000 !important;
}

.card_container_main, .card_container_outer_white, .card_container_outer_grey, .card_container_outer_grey_lg, .card_container_outer_purple_lg, .card_container_outer_purple {
  text-align: center;
}
@media only screen and (max-width: 400px) {
  .card_container_main, .card_container_outer_white, .card_container_outer_grey, .card_container_outer_grey_lg, .card_container_outer_purple_lg, .card_container_outer_purple {
    font-size: 5vw;
  }
}

.card_container_inner, .card_container_inner_filter {
  display: flex;
}
.card_container_inner a, .card_container_inner_filter a {
  text-decoration: none !important;
}
@media only screen and (max-width: 1200px) {
  .card_container_inner, .card_container_inner_filter {
    flex-direction: column;
    max-width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 700px) {
  .card_container_inner, .card_container_inner_filter {
    font-size: 5vw;
    max-width: unset;
  }
  .card_container_inner h2, .card_container_inner_filter h2 {
    font-size: 7vw;
  }
}

.card_container_inner_lg {
  display: flex;
}
.card_container_inner_lg a {
  text-decoration: none !important;
}
@media only screen and (max-width: 1500px) {
  .card_container_inner_lg {
    flex-wrap: wrap;
  }
  .card_container_inner_lg .card_purple_four_column {
    margin: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .card_container_inner_lg {
    flex-direction: column;
    max-width: 70%;
    margin: 0 auto;
  }
  .card_container_inner_lg .card_purple_four_column {
    margin: 15px 0 15px 0 !important;
  }
}
@media only screen and (max-width: 700px) {
  .card_container_inner_lg {
    font-size: 5vw;
    max-width: unset;
  }
  .card_container_inner_lg h2 {
    font-size: 7vw;
  }
}

.card_container_inner_lg_wrap {
  display: flex;
  flex-wrap: wrap;
}
.card_container_inner_lg_wrap a {
  text-decoration: none !important;
}
@media only screen and (max-width: 1500px) {
  .card_container_inner_lg_wrap {
    flex-wrap: wrap;
  }
  .card_container_inner_lg_wrap .card_purple_four_column {
    margin: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .card_container_inner_lg_wrap {
    flex-direction: column;
    max-width: 70%;
    margin: 0 auto;
  }
  .card_container_inner_lg_wrap .card_purple_four_column {
    margin: 15px 0 15px 0 !important;
  }
}
@media only screen and (max-width: 700px) {
  .card_container_inner_lg_wrap {
    font-size: 5vw;
    max-width: unset;
  }
  .card_container_inner_lg_wrap h2 {
    font-size: 7vw;
  }
}

.card_container_inner_filter {
  flex-wrap: wrap;
  justify-content: center;
}

.card_container_outer_purple {
  background-color: #421877;
  color: #FFFFFF;
}

.card_container_outer_purple_lg {
  background-color: #421877;
  color: #FFFFFF;
}

.card_container_outer_grey_lg {
  background-color: #F5F5F5;
}

.card_container_outer_grey {
  background-color: #F5F5F5;
}

.card_container_outer_white {
  background-color: #FFFFFF;
}

.TextCarouselContentContainer {
  background-color: #421877;
  display: flex;
  flex-direction: column;
  padding: 100px 20%;
  text-align: center;
  justify-content: space-around;
}
@media only screen and (max-width: 1000px) {
  .TextCarouselContentContainer {
    padding: 75px 20% 10% 20%;
  }
}
@media only screen and (max-width: 500px) {
  .TextCarouselContentContainer {
    padding: 60px 20% 60px 20%;
  }
}

.TextCarouselContent {
  padding-top: 5%;
  margin-bottom: 5%;
}

.cta_section_background {
  background-color: #F5F5F5;
}

.cta_section {
  display: flex;
  background-color: #F5F5F5;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .cta_section {
    flex-direction: column;
    padding: 10px;
    font-size: 4vw;
  }
  .cta_section h2 {
    font-size: 6vw;
  }
}

.cta_card {
  flex: 50%;
  background-color: #FFFFFF;
  padding: 80px;
  margin: 20px;
}
.cta_card h2 {
  margin-top: 2%;
}
.cta_card:hover {
  cursor: pointer;
  text-decoration: none;
}
@media only screen and (max-width: 1000px) {
  .cta_card {
    flex-direction: column;
    padding: 10px;
    margin: 5px 0 5px 0;
  }
  .cta_card img {
    text-align: left;
    margin-top: 2%;
  }
}

.green_cta h2 {
  color: #03847F;
}
.green_cta p {
  color: #03847F;
}
.green_cta:hover {
  background-color: #03847F;
  color: #FFFFFF;
}
.green_cta:hover h2 {
  color: #FFFFFF;
}
.green_cta:hover p {
  color: #FFFFFF;
}

.purple_cta h2 {
  color: #4F2683;
}
.purple_cta p {
  color: #4F2683;
}
.purple_cta:hover {
  background-color: #4F2683;
  color: #FFFFFF;
}
.purple_cta:hover h2 {
  color: #FFFFFF;
}
.purple_cta:hover p {
  color: #FFFFFF;
}

/*
4x2 Stats bar - 2 instances *
3x2 Stats bar - 2 instances     All of them work regardless of the number of rows. only column specific
4x1 Stats bar - 1 instance  *
*/
.StatsBar-Item-Icon-Base, .Stats-Item-Icon-2, .Stats-Item-Icon-3, .Stats-Item-Icon-4 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px 20px 30px 20px;
  margin-bottom: 10px;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  .StatsBar-Item-Icon-Base, .Stats-Item-Icon-2, .Stats-Item-Icon-3, .Stats-Item-Icon-4 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 650px) {
  .StatsBar-Item-Icon-Base, .Stats-Item-Icon-2, .Stats-Item-Icon-3, .Stats-Item-Icon-4 {
    flex-direction: row;
    border-bottom: 1px solid #CBCBCB;
    align-items: center;
    text-align: left;
    padding: 20px;
  }
  .StatsBar-Item-Icon-Base p, .Stats-Item-Icon-2 p, .Stats-Item-Icon-3 p, .Stats-Item-Icon-4 p {
    margin-bottom: 0;
  }
}

.StatsBar-Row-Base, .StatsBar-Row-Icons-3-Col, .StatsBar-Row-Icons-4-Col, .StatsBar-Row-4-Col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 650px) {
  .StatsBar-Row-Base, .StatsBar-Row-Icons-3-Col, .StatsBar-Row-Icons-4-Col, .StatsBar-Row-4-Col {
    padding-top: 0;
    padding-bottom: 0;
  }
  .StatsBar-Row-Base h4, .StatsBar-Row-Icons-3-Col h4, .StatsBar-Row-Icons-4-Col h4, .StatsBar-Row-4-Col h4 {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.StatsBar-Row-4-Col {
  width: 100%;
  padding: 2.5% 0 2.5% 0;
}
@media only screen and (max-width: 1000px) {
  .StatsBar-Row-4-Col {
    padding: 0;
  }
}

.Stats-Item-Text-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 10px;
}
@media only screen and (max-width: 1000px) {
  .Stats-Item-Text-4 {
    width: 50%;
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 650px) {
  .Stats-Item-Text-4 {
    display: block;
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #CBCBCB;
  }
}

.StatsBar-Row-Icons-4-Col {
  width: 100%;
}

.Stats-Item-Icon-4 {
  width: 25%;
}
@media only screen and (max-width: 1000px) {
  .Stats-Item-Icon-4 {
    width: 50%;
  }
}
@media only screen and (max-width: 650px) {
  .Stats-Item-Icon-4 {
    width: 100%;
  }
}

.StatsBar-Row-Icons-3-Col {
  width: 100%;
}

.Stats-Item-Icon-3 {
  width: 33%;
}
@media only screen and (max-width: 650px) {
  .Stats-Item-Icon-3 {
    width: 100%;
  }
}

.Stats-Item-Icon-2 {
  width: 38%;
  padding: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .Stats-Item-Icon-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 650px) {
  .Stats-Item-Icon-2 {
    width: 100%;
    border: none !important;
  }
}

@media only screen and (max-width: 650px) {
  .Statsbar-List {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
}

.Stats-Icon {
  width: calc(5vw + 10px);
  height: calc(5vw + 10px);
  min-height: 70px;
  min-width: 70px;
  object-fit: contain;
  margin-bottom: 15px;
}
@media only screen and (max-width: 650px) {
  .Stats-Icon {
    padding-right: 4%;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 650px) {
  .Icon-Padding {
    padding: 0;
  }
}

.Direction-Column {
  flex-direction: column;
}

.Text-Align-Center {
  text-align: center;
}

.Icon-Margin {
  margin-bottom: 15px;
}
@media only screen and (max-width: 650px) {
  .Icon-Margin {
    margin-bottom: 10px !important;
  }
}

.Nav-plus-Branding {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1100px) {
  .Nav-plus-Branding {
    flex-direction: column-reverse;
  }
}

.Branding-Bar {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.Branding-Bar .left-top-nav {
  padding: 2% 0 2% 30px;
}
@media only screen and (max-width: 1100px) {
  .Branding-Bar .left-top-nav {
    padding: 20px 5%;
    margin: 0 auto;
  }
}
.Branding-Bar .left-top-nav img {
  height: 86px;
  width: 286px;
}
@media only screen and (max-width: 400px) {
  .Branding-Bar .left-top-nav img {
    width: calc(206px + 20vw);
    height: calc(62px + 6vw);
  }
}
.Branding-Bar .right-top-nav {
  padding: 2% 30px 2% 0;
  display: flex;
  flex-direction: column;
}
.Branding-Bar .right-top-nav a {
  align-self: flex-end;
}
@media only screen and (max-width: 1100px) {
  .Branding-Bar .right-top-nav {
    display: none;
  }
}

div .purple-link {
  color: #4F2683;
}
div .purple-link:hover {
  color: #6F49A0;
}

.search {
  margin-top: 12px;
}
.search div {
  display: flex;
}
.search div #q {
  background: none !important;
  text-indent: 10px !important;
}

.mobile-search {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .mobile-search {
    display: block;
  }
}

.material-icons {
  font-size: 16px;
}

#Hamburger {
  font-size: 35px;
  color: #FFFFFF;
  display: none;
}
@media only screen and (max-width: 1100px) {
  #Hamburger {
    display: block;
  }
}

.Navigation-Container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #4F2683;
  padding: 0 30px 0 30px;
}
@media only screen and (max-width: 1100px) {
  .Navigation-Container {
    justify-content: initial;
    flex-direction: column;
    padding: 0;
  }
}

.Navigation-List {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1100px) {
  .Navigation-List {
    display: none;
    flex-direction: column;
    width: 100%;
  }
  .Navigation-List li {
    width: 100%;
    text-align: center;
  }
}

.Dropdown-List {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  background-color: #6F49A0;
  z-index: 1;
}

.Navigation-List-Mobile {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .Navigation-List-Mobile {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
  }
}
.Navigation-List-Mobile .search {
  margin: 0;
}
.Navigation-List-Mobile .search div #q {
  background: white !important;
}
.Navigation-List-Mobile li form {
  width: calc(150px + 10vw);
}
.Navigation-List-Mobile li .form-control {
  margin: 0 5px 0 0 !important;
}

@media only screen and (max-width: 1100px) {
  .Nav-List-Mobile {
    display: flex !important;
  }
}

.Navigation-Link-Item-Base, .Dropdown-Item, .Navigation-Item {
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  padding: 1vw 2vw;
  display: block;
}
.Navigation-Link-Item-Base:link, .Dropdown-Item:link, .Navigation-Item:link, .Navigation-Link-Item-Base:visited, .Dropdown-Item:visited, .Navigation-Item:visited, .Navigation-Link-Item-Base:hover, .Dropdown-Item:hover, .Navigation-Item:hover, .Navigation-Link-Item-Base:active, .Dropdown-Item:active, .Navigation-Item:active {
  text-decoration: none;
  color: #FFFFFF;
}
@media only screen and (max-width: 1100px) {
  .Navigation-Link-Item-Base, .Dropdown-Item, .Navigation-Item {
    background-color: #6F49A0;
    font-size: calc(13px + 1vw);
    padding: 6px 0;
  }
}

.Navigation-Item {
  text-transform: uppercase;
}
.Navigation-Item:hover {
  background-color: #6F49A0;
}

.Dropdown-Item {
  position: relative;
}
.Dropdown-Item:hover {
  background-color: #4F2683;
}

.Dropdown:hover, .Dropdown:focus {
  background-color: #6F49A0;
}
.Dropdown:hover .Dropdown-List, .Dropdown:focus .Dropdown-List {
  display: block;
}
@media only screen and (max-width: 1100px) {
  .Dropdown:hover .Dropdown-List, .Dropdown:focus .Dropdown-List {
    display: none;
  }
}

.Dropdown-List:hover {
  display: block;
}

.Green-Back {
  background-color: #03847F;
}

@media only screen and (max-width: 1100px) {
  .Dark-Purple-Back {
    background-color: #4F2683;
  }
}

@media only screen and (max-width: 1100px) {
  .hide-for-mobile {
    display: none;
  }
}

.show-for-mobile {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .show-for-mobile {
    display: block;
  }
}

@media only screen and (max-width: 1100px) {
  .vh-whole {
    height: 100vh;
  }
}

.WesternU-Link {
  position: absolute;
  bottom: 0;
}

.Western-Link {
  text-transform: none;
  background-color: #4F2683;
}

@media only screen and (max-width: 1100px) {
  .border-for-mobile {
    border-top: solid 0.5px #4F2683;
  }
}

.textblock, .textblock_left, .textblock_right, .textblock_two_column {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  .textblock, .textblock_left, .textblock_right, .textblock_two_column {
    max-width: 70% !important;
  }
}
@media only screen and (max-width: 500px) {
  .textblock, .textblock_left, .textblock_right, .textblock_two_column {
    font-size: 5vw;
    max-width: unset !important;
  }
  .textblock h2, .textblock_left h2, .textblock_right h2, .textblock_two_column h2 {
    font-size: 7vw;
  }
}

@media only screen and (max-width: 1000px) {
  .textblock_two_column {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1000px) {
  .textblock_right {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1000px) {
  .textblock_left {
    flex-direction: column-reverse;
  }
}

.textblock_grey {
  background-color: #F5F5F5;
  color: black;
}

.textblock_purple {
  background-color: #421877;
  color: white;
}

.textblock_white {
  background-color: white;
  color: black;
}

.textblock_flex, .textblock_right_image, .textblock_right_text, .textblock_left_image, .textblock_left_text, .textblock_two_column_text, .textblock_two_column_right_text, .textblock_two_column_left_text {
  flex: 50%;
}
.textblock_flex img, .textblock_right_image img, .textblock_right_text img, .textblock_left_image img, .textblock_left_text img, .textblock_two_column_text img, .textblock_two_column_right_text img, .textblock_two_column_left_text img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media only screen and (max-width: 1400px) {
  .textblock_flex img, .textblock_right_image img, .textblock_right_text img, .textblock_left_image img, .textblock_left_text img, .textblock_two_column_text img, .textblock_two_column_right_text img, .textblock_two_column_left_text img {
    height: 350px;
  }
}
@media only screen and (max-width: 1000px) {
  .textblock_flex img, .textblock_right_image img, .textblock_right_text img, .textblock_left_image img, .textblock_left_text img, .textblock_two_column_text img, .textblock_two_column_right_text img, .textblock_two_column_left_text img {
    height: 400px;
  }
}
@media only screen and (max-width: 650px) {
  .textblock_flex img, .textblock_right_image img, .textblock_right_text img, .textblock_left_image img, .textblock_left_text img, .textblock_two_column_text img, .textblock_two_column_right_text img, .textblock_two_column_left_text img {
    height: 300px;
  }
}
.textblock_flex p, .textblock_right_image p, .textblock_right_text p, .textblock_left_image p, .textblock_left_text p, .textblock_two_column_text p, .textblock_two_column_right_text p, .textblock_two_column_left_text p {
  padding-bottom: 1rem;
}

.textblock_two_column_text, .textblock_two_column_right_text, .textblock_two_column_left_text {
  text-align: center;
  align-self: flex-start;
}
.textblock_two_column_text h2, .textblock_two_column_right_text h2, .textblock_two_column_left_text h2,
.textblock_two_column_text p,
.textblock_two_column_right_text p,
.textblock_two_column_left_text p {
  text-align: left;
  padding-top: 0px;
}
.textblock_two_column_text p, .textblock_two_column_right_text p, .textblock_two_column_left_text p {
  white-space: pre-wrap;
}

.textblock_two_column_left_text {
  padding-right: 40px;
}
@media only screen and (max-width: 1000px) {
  .textblock_two_column_left_text {
    padding-right: 0;
  }
}

.textblock_two_column_right_text {
  padding-left: 40px;
}
@media only screen and (max-width: 1000px) {
  .textblock_two_column_right_text {
    padding-left: 0;
  }
}

.textblock_left_text {
  padding-right: 30px;
}
@media only screen and (max-width: 1000px) {
  .textblock_left_text {
    padding-right: 0;
    padding-top: 20px;
  }
}

.textblock_right_text {
  align-self: center;
  padding-left: 30px;
}
@media only screen and (max-width: 1000px) {
  .textblock_right_text {
    padding-left: 0;
    padding-top: 20px;
  }
}

.InlineBar-Row {
  display: flex;
}
@media only screen and (max-width: 1225px) {
  .InlineBar-Row {
    flex-direction: column;
  }
}
.InlineBar-Row h2 {
  padding-bottom: 15px;
}

.InlineItem-Base, .InlineBar-Item-Text, .InlineBar-Item-Button, .InlineBar-Item-Logo {
  display: flex;
  align-self: center;
  justify-content: center;
}

.InlineBar-Item-Logo {
  flex: 1 1 25%;
  justify-content: flex-start;
}

.InlineBar-Item-Button {
  flex: 1 1 25%;
  justify-content: flex-end;
  cursor: pointer;
}

.InlineBar-Item-Text {
  flex-direction: column;
  align-items: center;
  flex: 1 1 50%;
}
@media only screen and (max-width: 1225px) {
  .InlineBar-Item-Text {
    padding: 20px 0;
    text-align: center;
  }
}

.textblock-link-list-item {
  padding: 0 5px;
  display: inline;
}

.FooterBaseClass, .WesternFooter, .ConferenceFooter {
  display: flex;
  box-sizing: content-box;
}
@media only screen and (max-width: 1000px) {
  .FooterBaseClass, .WesternFooter, .ConferenceFooter {
    flex-direction: column;
  }
}

.ConferenceFooter {
  background-color: #FFFFFF;
  padding: 42px 80px;
}
@media only screen and (max-width: 1300px) {
  .ConferenceFooter {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .ConferenceFooter {
    padding: 0;
    background-color: #4F2683;
    color: #FFFFFF;
  }
}

.WesternFooter {
  background-color: #4F2683;
  color: #FFFFFF;
  padding: 25px 80px;
}
@media only screen and (max-width: 1300px) {
  .WesternFooter {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .WesternFooter {
    padding: 0;
  }
}

.Footer-Col {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 0 1 25%;
  padding: 0 10px;
}
@media only screen and (max-width: 1000px) {
  .Footer-Col {
    align-items: center;
    padding: 20px 15px;
    text-align: center;
  }
}
@media only screen and (max-width: 450px) {
  .Footer-Col {
    text-align: left;
    justify-content: flex-start;
  }
}

.left-align {
  justify-content: flex-start;
}
@media only screen and (max-width: 1000px) {
  .left-align {
    justify-content: center;
  }
}
@media only screen and (max-width: 450px) {
  .left-align {
    justify-content: flex-start;
  }
}

.FooterLinkList, .FooterLinkListWhite, .FooterLinkListPurple {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.FooterLinkListPurple a {
  color: #FFFFFF;
}
.FooterLinkListPurple a:hover {
  color: #03847F;
}

.FooterLinkListWhite a {
  color: #6F49A0;
}
@media only screen and (max-width: 1000px) {
  .FooterLinkListWhite a {
    color: #FFFFFF;
  }
}
.FooterLinkListWhite a:hover {
  color: #03847F;
}

.WesternGeneral {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  background-color: #4F2683;
  color: #FFFFFF;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1600px) {
  .WesternGeneral {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media only screen and (max-width: 1300px) {
  .WesternGeneral {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .WesternGeneral {
    flex-direction: column;
    justify-content: center;
    padding: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 450px) {
  .WesternGeneral {
    text-align: left;
    align-items: flex-start;
    padding-left: 15px;
  }
}
.WesternGeneral .FooterLinkListPurple {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1000px) {
  .WesternGeneral .FooterLinkListPurple {
    justify-content: center;
  }
}
@media only screen and (max-width: 450px) {
  .WesternGeneral .FooterLinkListPurple {
    justify-content: flex-start;
  }
}
.WesternGeneral .Bottom-Info-Footer {
  display: flex;
  flex: 1 1 100%;
  padding: 0 10px;
}
@media only screen and (max-width: 1000px) {
  .WesternGeneral .Bottom-Info-Footer {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 450px) {
  .WesternGeneral .Bottom-Info-Footer {
    padding: 20px 0;
  }
}

.Footer-Text-SM, .WesternGeneral {
  font-size: 14px;
}
@media only screen and (max-width: 450px) {
  .Footer-Text-SM, .WesternGeneral {
    font-size: 12px;
  }
}

.Footer-Text, .ConferenceFooter, .WesternFooter, .Footer-Col {
  font-size: 16px;
}
@media only screen and (max-width: 450px) {
  .Footer-Text, .ConferenceFooter, .WesternFooter, .Footer-Col {
    font-size: 14px;
  }
}

.Western-Logo {
  width: 113px;
  height: 130px;
}

.Conference-Logo {
  width: 266px;
  height: 78px;
}
@media only screen and (max-width: 1300px) {
  .Conference-Logo {
    width: 199.5px;
    height: 58.5px;
  }
}

.Cuccoa-Logo {
  width: 80px;
  height: 70px;
}

@media only screen and (max-width: 1000px) {
  .hide-mobile {
    display: none;
  }
}

.HeaderArea {
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 100px 50px 30px 50px;
}
@media only screen and (max-width: 1000px) {
  .HeaderArea {
    padding: 75px 10px 25px 10px;
  }
}
@media only screen and (max-width: 500px) {
  .HeaderArea {
    padding: 60px 10px 25px 10px;
  }
}

.PastConfCarouselContentContainer {
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 20% 100px 20%;
  text-align: center;
  justify-content: space-around;
}
@media only screen and (max-width: 600px) {
  .PastConfCarouselContentContainer {
    padding: 0 30px 60px 30px;
  }
}
.PastConfCarouselContentContainer h3 {
  margin-bottom: 0;
}

.PastConfCarouselContent, .Popup-Thumbnail {
  object-fit: cover;
  width: calc(300px + 30vw);
  height: calc(200px + 15vw);
  margin-bottom: 5%;
}
@media only screen and (max-width: 1050px) {
  .PastConfCarouselContent, .Popup-Thumbnail {
    width: calc(300px + 10vw);
    height: calc(200px + 5vw);
  }
}
@media only screen and (max-width: 600px) {
  .PastConfCarouselContent, .Popup-Thumbnail {
    height: 201px;
    width: 304px;
  }
}
@media only screen and (max-width: 370px) {
  .PastConfCarouselContent, .Popup-Thumbnail {
    height: 181px;
    width: 264px;
  }
}

.PastConf-StatsContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  padding: 15px 0;
}

.PastConf-Stats-Item {
  background-color: #FFFFFF;
  padding: 4px 8px;
  margin: 2px 4px;
}

.sticky_navbar {
  display: flex;
  overflow: hidden;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 1000px) {
  .sticky_navbar {
    display: none;
  }
}
.sticky_navbar a {
  flex-grow: 1;
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 10px;
  text-decoration: none;
}
.sticky_navbar a:hover {
  color: black;
  text-decoration: none;
}

.question_item {
  background-color: #4F2683;
  color: #FFFFFF !important;
}
.question_item:hover {
  background-color: #6F49A0;
  cursor: pointer;
}

.request_item {
  background-color: #03847F;
  color: #FFFFFF !important;
}
.request_item:hover {
  background-color: #6F49A0;
}

.sticky_nav_active {
  border-top: solid 2px #421877;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.modal .Modal-Widths {
  max-width: 1400px;
}
@media only screen and (max-width: 1600px) {
  .modal .Modal-Widths {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1300px) {
  .modal .Modal-Widths {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1000px) {
  .modal .Modal-Widths {
    max-width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .modal .Modal-Widths {
    max-width: 90%;
  }
}
@media only screen and (max-width: 575px) {
  .modal .Modal-Widths {
    max-width: 100%;
  }
}

.modal .modal-dialog .Modal-Main-Content {
  flex-direction: row;
  border: none;
}
@media only screen and (max-width: 800px) {
  .modal .modal-dialog .Modal-Main-Content {
    flex-direction: column-reverse;
  }
}

.Container-Background {
  background-color: rgba(66, 24, 119, 0.5);
  padding-right: 0 !important;
}

.Container-Background-White {
  background-color: rgba(245, 245, 245, 0.3);
  padding-right: 0 !important;
}

.mobile-full-width {
  width: 100%;
}

.ColumnBase, .modal .modal-dialog .modal-content .TextColumn, .modal .modal-dialog .modal-content .CarouselColumn {
  display: flex;
  flex: 0 0 50%;
}

.modal .modal-dialog .modal-content .TextColumn {
  padding-top: 50px;
  padding-bottom: 50px;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1000px) {
  .modal .modal-dialog .modal-content .TextColumn h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1000px) {
  .modal .modal-dialog .modal-content .TextColumn p {
    font-size: 16px;
  }
}

.Details-Section {
  display: flex;
  flex-direction: column;
}

.Details-Row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #CBCBCB;
}

.Details-Stats-Text {
  padding: 5px 0;
  flex: 1 1 100%;
}

.Carousel-Image {
  object-fit: cover;
  height: 960px;
  width: 100%;
  max-height: 90vh;
}
@media only screen and (max-width: 1600px) {
  .Carousel-Image {
    height: 700px;
  }
}
@media only screen and (max-width: 1300px) {
  .Carousel-Image {
    height: 620px;
  }
}
@media only screen and (max-width: 1000px) {
  .Carousel-Image {
    height: 690px;
  }
}
@media only screen and (max-width: 800px) {
  .Carousel-Image {
    height: calc(300px + 20vw);
  }
}

.CloseModal, .Close-Video, .Close-Question {
  position: absolute;
  z-index: 2;
  right: 0;
  padding: 15px;
  font-size: 24px;
  color: #FFFFFF;
}
.CloseModal:hover, .Close-Video:hover, .Close-Question:hover {
  cursor: pointer;
}

.hide-border {
  border: none;
}

.Vertical-Align {
  justify-content: center;
}

.ImageBar-Slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .ImageBar-Slide {
    padding: 4px 4px;
  }
}

.Image-Item {
  display: flex;
  flex: 1 1 25%;
}

.Image-Style {
  object-fit: cover;
  max-height: 340px;
  height: calc(200px + 10vw);
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .Image-Style {
    max-height: 400px;
    height: 400px;
  }
}

.CarouselIndicator-Alignment {
  height: 30px;
}

@media only screen and (max-width: 600px) {
  .Hide-Images-Mobile {
    display: none;
  }
}

.Show-Slides-Mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .Show-Slides-Mobile {
    display: block;
  }
}

.Event-Image {
  object-fit: cover;
  width: 402px;
  height: 250px;
  margin-bottom: 5%;
}
@media only screen and (min-width: 1100px) and (max-width: 1400px) {
  .Event-Image {
    width: 325px;
    height: 190px;
  }
}
@media only screen and (max-width: 1100px) {
  .Event-Image {
    width: 402px;
    height: 250px;
  }
}
@media only screen and (max-width: 500px) {
  .Event-Image {
    width: 100%;
    height: 300px;
  }
}

.EventCarouselContentBase, .PastEventsContentContainer-mobile, .PastEventsContentContainer {
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 20% 100px 20%;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .EventCarouselContentBase, .PastEventsContentContainer-mobile, .PastEventsContentContainer {
    padding: 0 30px 60px 30px;
  }
}
.EventCarouselContentBase h3, .PastEventsContentContainer-mobile h3, .PastEventsContentContainer h3 {
  max-width: 90%;
}

.PastEventsContentContainer {
  width: 33%;
  flex: 1 1 33%;
}

.PastEventsContentContainer-mobile {
  width: 100%;
  flex: 1 1 100%;
}

#Carouse {
  display: block;
}
@media only screen and (max-width: 1100px) {
  #Carouse {
    display: none;
  }
}

#Carouse-mobile {
  display: none;
}
@media only screen and (max-width: 1100px) {
  #Carouse-mobile {
    display: block;
  }
}

#Carouse .carousel-inner .carousel-item.active,
#Carouse .carousel-inner .carousel-item-next,
#Carouse .carousel-inner .carousel-item-prev {
  display: flex;
}
#Carouse .carousel-inner .carousel-item-right.active,
#Carouse .carousel-inner .carousel-item-next {
  transform: translateX(33.33%);
}
@media only screen and (max-width: 1100px) {
  #Carouse .carousel-inner .carousel-item-right.active,
  #Carouse .carousel-inner .carousel-item-next {
    transform: translateX(100%);
  }
}
#Carouse .carousel-inner .carousel-item-left.active,
#Carouse .carousel-inner .carousel-item-prev {
  transform: translateX(-33.33%);
}
@media only screen and (max-width: 1100px) {
  #Carouse .carousel-inner .carousel-item-left.active,
  #Carouse .carousel-inner .carousel-item-prev {
    transform: translateX(-100%);
  }
}
#Carouse .carousel-inner .carousel-item-right,
#Carouse .carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.padding-remove {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal .modal-dialog .Question-Modal-Container {
  padding-top: 50px;
  padding-bottom: 50px;
  border: none;
}
.modal .modal-dialog .Question-Modal-Container h3 {
  padding-bottom: 10px;
}

.Close-Question {
  color: #4F2683;
  top: 0;
}

.Pill-Padding {
  padding: 0 15px !important;
}

.Pill-Color {
  color: #FFFFFF;
  background-color: #6F49A0;
}
.Pill-Color:hover {
  color: black;
  background-color: #FFFFFF;
}

.nav.Pill-Padding .nav-link.active {
  color: black;
  background-color: #FFFFFF;
}

@media only screen and (max-width: 800px) {
  .nav.flex-row {
    flex-direction: column !important;
  }
}

.Header-Padding {
  padding: 0 0 40px 0;
}
@media only screen and (max-width: 750px) {
  .Header-Padding {
    padding: 0 0 20px 0;
  }
}

.Content-Tab {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 800px) {
  .Content-Tab {
    padding-top: 20px;
  }
}

.Image-Column {
  flex: 1 1 50%;
  padding: 10px 30px 0 0;
}
.Image-Column img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 800px) {
  .Image-Column img {
    height: 400px;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .Image-Column img {
    height: 250px;
  }
}
@media only screen and (max-width: 800px) {
  .Image-Column {
    flex: 1 1 100%;
    padding: 0;
  }
}

.Text-Column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 1 50%;
  padding: 10px 0 0 30px;
}
.Text-Column h3, .Text-Column p {
  margin-bottom: 25px;
}
@media only screen and (max-width: 800px) {
  .Text-Column {
    padding: 20px 0 0 0;
  }
}

@media only screen and (max-width: 1050px) {
  .Hide-1050 {
    display: none !important;
  }
}

.Show-1050 {
  display: none;
}
@media only screen and (max-width: 1050px) {
  .Show-1050 {
    display: block;
  }
}
.Show-1050 select {
  background-color: #6F49A0;
  color: white;
}
.Show-1050 select:focus {
  background-color: #6F49A0;
  color: white;
}
.Show-1050 option {
  background-color: #6F49A0;
  color: white;
}

@media only screen and (max-width: 600px) {
  .venue_filter_bar {
    display: none;
  }
}
.venue_filter_bar button {
  background-color: #6F49A0;
  color: white;
  border: none;
  padding: 5px 10px 5px 10px;
}
.venue_filter_bar button:hover {
  background-color: white;
  color: black;
}

.venue_filter_bar_mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .venue_filter_bar_mobile {
    display: block;
  }
}
.venue_filter_bar_mobile select {
  background-color: #6F49A0;
  color: white;
  border: none;
}

.filter_view_more_btn {
  max-width: 150px;
  margin: 0 auto;
}

.Video-PopUp {
  width: 100%;
  max-height: 90vh;
}

.Popup-Thumbnail {
  margin-top: 0;
  margin-bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.Popup-Thumbnail:hover {
  cursor: pointer;
}

.Close-Video {
  top: 0;
}

.Text-Overlay-PlayVid {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
}

.Play-Button {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  .Play-Button {
    width: 32px;
    height: 32px;
  }
}
.Play-Button:hover {
  cursor: pointer;
}

.Play-Button-Style {
  display: block;
  margin: 25% auto;
}
@media only screen and (max-width: 600px) {
  .Play-Button-Style {
    width: 32px;
    height: 32px;
  }
}
.Play-Button-Style:hover {
  cursor: pointer;
}

body {
  width: 100%;
  margin-top: 70px;
}

.max-width {
  margin: 0 auto;
  max-width: 1400px;
}

.max-width-footer {
  margin: 0 auto;
  max-width: 1400px;
}
@media only screen and (max-width: 1600px) {
  .max-width-footer {
    margin: 0;
    max-width: none;
  }
}

.margin-bottom-3 {
  margin-bottom: 3rem !important;
}

.margin-bottom-1 {
  margin-bottom: 1rem !important;
}

.StyleGuide {
  background-color: hotpink;
  margin: 0;
  padding: 20px;
}

.material-icons.keyboard-arrow-down:before {
  content: "keyboard_arrow_down";
}

.cta_icon {
  background-color: #4F2683;
  padding: 20px;
  border-radius: 50px;
  height: 96px;
  width: 96px;
}

/*# sourceMappingURL=site.css.map */
