/* ----------------- Variable Declarations ----------------- */
@import url("https://use.typekit.net/cgm1yxb.css");
.dark_text_color {
  color: #606061;
}

.red_text_color {
  color: #b31923;
}

.sub_title {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  /* or 29px */
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  font-variant: small-caps;
  color: #b31923;
  text-transform: uppercase;
}

.btn_next_icon a {
  position: relative;
  color: #313131;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 7px;
  color: #000;
  border: 2px solid #b31923;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 44px;
  text-align: center;
  align-self: center;
  z-index: 1;
  background-color: #fff;
  transition: all 0.2s;
  text-transform: uppercase;
  padding: 10px 15px;
}
.btn_next_icon.dark_bg_layout a {
  color: white;
}

/* ------ Width ------ */
/* ------ Height ------ */
.padding_container {
  padding: 90px 0px;
}

.top_padding {
  padding-top: 90px;
}

.top_padding_mid {
  padding-top: 45px;
}

.single_line_padding {
  margin-top: 74px;
}
@media screen and (max-width: 768px) {
  .single_line_padding {
    margin-top: 0px;
  }
}

.double_line_padding {
  margin-top: 104px;
}
@media screen and (max-width: 768px) {
  .double_line_padding {
    margin-top: 0px;
  }
}

.border_bottom {
  padding-bottom: 25px;
  border-bottom: 1px solid #b31923;
  padding-top: 25px;
}

body {
  background-color: #eeeeee;
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body.open-modal {
  overflow: hidden;
  position: relative;
}

.page-template-template-single [class*=row-container] .wp-block-group__inner-container, .post-type-archive-sponsors [class*=row-container] .wp-block-group__inner-container, .page-template-template-single .hero-text-container, .post-type-archive-sponsors .hero-text-container, .page-template-template-single, .post-type-archive-sponsors, .home [class*=row-container] .wp-block-group__inner-container, .home, .site-branding-container .site-branding, .site-branding-container {
  max-width: 1170px;
  margin: 0 auto;
}

.page-template-template-single .hero-text-container, .post-type-archive-sponsors .hero-text-container {
  padding: 0 2vw;
}

/*  FULL HERO CONTAINER LAYOUT*/
/* .noselect prevents dragging / selecting text. */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome, Edge, Opera and Firefox */
}

.page_404 {
  padding-bottom: 100px;
}

p, li {
  font-weight: 400;
  font-size: 16px;
}

p {
  padding-bottom: 12.5px;
}

a {
  text-decoration: none;
  color: #d91e29;
}

strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h2 {
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h3 {
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

/* ----------------- Font Declarations ----------------- */
.montserrat_font {
  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}

/*
Montserrat Italic
font-weight: 400;
font-style: italic;

Montserrat Bold
font-weight: 700;

Montserrat Bold Italic
font-weight: 700;
font-style: italic;
*/
.montserrat_font_alt {
  font-family: montserrat-alternates, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*
Montserrat Alternates Italic
font-weight: 400;
font-style: italic;

Montserrat Alternates Bold
font-weight: 700;

Montserrat Alternates Bold Italic
font-weight: 700;
font-style: italic;
*/
.lora_font {
  font-family: lora, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 150%;
}

.lora_font_italic {
  font-family: lora, serif;
  font-weight: 400;
  font-style: italic;
}

/*
Lora Bold Italic
font-family: lora, serif;
font-weight: 700;
font-style: italic;


Lora Bold
font-family: lora, serif;
font-weight: 700;
font-style: normal;
*/
/* ----------------- Pages / Page Components ----------------- */
/* BURGER ICON CONTAINER */
.highlight_red {
  color: #b31923 !important;
}

.site-branding-container {
  width: 100%;
  z-index: 1000;
  transition: all 700ms ease-in;
}

.site-logo {
  height: 100%;
  position: relative;
  z-index: 100;
}
.site-logo .top {
  font-family: proxima-nova, sans-serif;
  color: black;
  font-size: 25px;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 3px;
  letter-spacing: 1.4px;
}
.site-logo .bottom {
  font-family: proxima-nova, sans-serif;
  color: #b31923;
  font-size: 58px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.site-logo img {
  display: none;
}
.site-logo img {
  transition: all 200ms ease-in-out;
  padding: 2px 0;
  -o-object-fit: contain;
  object-fit: contain;
  width: 180.94px;
  height: auto;
}
@media screen and (max-width: 940px) {
  .site-logo img {
    height: 40px;
    display: inline;
  }
  .site-logo .top, .site-logo .bottom {
    display: none;
  }
}

.site-branding-container {
  position: fixed;
}
.site-branding-container .site-branding {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 0px;
}
.site-branding-container .site-branding .bottom-header-container, .site-branding-container .site-branding .top-header-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
}
.site-branding-container .site-branding .top-header-container {
  justify-content: center;
  padding-bottom: 25px;
}
.site-branding-container .site-branding .bottom-header-container {
  position: relative;
  justify-content: flex-end;
}
.site-branding-container .site-branding .header-menu {
  height: 100%;
  z-index: 20;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-branding-container .site-branding .header-menu .menu-container {
  width: 100%;
}
.site-branding-container .site-branding .header-menu .menu-container .menu-menu-1-container {
  width: 100%;
  height: 100%;
}
.site-branding-container .site-branding .header-menu .menu-container .menu-menu-1-container .menu-menu-1 {
  width: 100%;
  height: 100%;
}
.site-branding-container .site-branding .header-menu .main-menu {
  width: 100%;
  display: flex;
  justify-content: center;
}
.site-branding-container .site-branding .header-menu .main-menu li {
  list-style: none;
  padding: 10px 15px;
}
.site-branding-container .site-branding .header-menu .main-menu li a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-branding-container .site-branding .header-menu .main-menu li ul.sub-menu {
  display: none;
  position: absolute;
  max-width: 315px;
}
.site-branding-container .site-branding .header-menu .main-menu li:hover a {
  padding-bottom: 8px;
}
.site-branding-container .site-branding .header-menu .main-menu li:hover ul.sub-menu {
  display: flex;
  flex-direction: column;
  padding: 5px;
  padding-top: 10px;
  background-color: white;
  padding-top: 0px;
  margin-top: 10px;
  border-top: 2px solid #b31923;
}
.site-branding-container .site-branding .header-menu .main-menu li:hover ul.sub-menu li.menu-item {
  padding: 3px 0px;
  margin-bottom: 7px;
}
.site-branding-container .site-branding .header-menu .main-menu li:hover ul.sub-menu li.menu-item a {
  color: #000000;
  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-transform: none;
  margin-bottom: 0;
  line-break: auto;
}
.site-branding-container .site-branding .header-menu .main-menu li:hover ul.sub-menu li.menu-item:hover a {
  border-bottom: 1px solid #b31923;
}
.site-branding-container .site-branding .header-menu .main-menu #menu-item-202 {
  border: 1px solid white;
}
.site-branding-container.render_white_text_dark_bg {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
.site-branding-container.render_white_text_dark_bg .site-branding .header-menu .main-menu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.site-branding-container.render_white_text_dark_bg .site-branding .header-menu .main-menu li a {
  color: white;
}
.site-branding-container.render_white_text_dark_bg .site-branding .header-menu .main-menu li:hover a {
  padding-bottom: 8px;
}
.site-branding-container.render_white_text_dark_bg .site-branding .header-menu .main-menu li:hover ul.sub-menu {
  background-color: black;
}
.site-branding-container.render_white_text_dark_bg .site-branding .header-menu .main-menu li:hover ul.sub-menu li.menu-item a {
  color: white;
}
.site-branding-container.render_white_text_dark_bg .site-branding .header-menu .main-menu li:hover ul.sub-menu li.menu-item:hover a {
  border-bottom: 1px solid #b31923;
}
.site-branding-container.render_white_text_dark_bg.render_bg {
  background-color: #000;
}
.site-branding-container.render_dark_text_white_bg {
  background-color: white;
  border-bottom: 5px solid #b31923;
}
.site-branding-container.render_dark_text_white_bg .site-branding .header-menu .main-menu li a {
  color: black;
}
.site-branding-container.render_dark_text_white_bg .site-branding .header-menu #menu-item-202 {
  border: 1px solid black;
}
.site-branding-container.render_dark_text_white_bg .site-branding .mobile-burger-container #burger-icon-container span {
  background: black;
}
.site-branding-container.render_dark_text_white_bg.render_bg {
  background-color: white;
}
@media screen and (max-width: 940px) and (min-width: 768px) {
  .site-branding-container #menu-item-202 {
    border: none !important;
  }
}
@media screen and (max-width: 768px) {
  .site-branding-container #menu-item-202 {
    border: none !important;
  }
}

/*
    Target Elements for Mobile
*/
@media screen and (max-width: 940px) {
  .site-branding-container {
    width: 100%;
    position: fixed;
  }
  .site-branding-container .site-branding {
    flex-direction: row;
    padding: 10px 1vw;
    /* MENU BURGER CONTAINER */
    /* OPEN MENU */
  }
  .site-branding-container .site-branding .top-header-container {
    flex-direction: column;
    padding-bottom: 0px;
  }
  .site-branding-container .site-branding .top-header-container .top, .site-branding-container .site-branding .top-header-container .bottom {
    display: none;
  }
  .site-branding-container .site-branding .bottom-header-container {
    flex-direction: row-reverse;
    align-items: center;
  }
  .site-branding-container .site-branding .bottom-header-container .menu-container {
    display: none;
  }
  .site-branding-container .site-branding .mobile-burger-container {
    z-index: 200;
    width: 28px;
    max-width: 28px;
    height: 22px;
  }
  .site-branding-container .site-branding .mobile-burger-container #burger-icon-container {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 2%;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  .site-branding-container .site-branding .mobile-burger-container #burger-icon-container span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: white;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .site-branding-container .site-branding .mobile-burger-container #burger-icon-container span:nth-child(1) {
    top: 0px;
  }
  .site-branding-container .site-branding .mobile-burger-container #burger-icon-container span:nth-child(2), .site-branding-container .site-branding .mobile-burger-container #burger-icon-container span:nth-child(3) {
    top: 33%;
  }
  .site-branding-container .site-branding .mobile-burger-container #burger-icon-container span:nth-child(4) {
    top: 66%;
  }
  .site-branding-container .site-branding .mobile-burger-container #burger-icon-container.open span:nth-child(1) {
    top: 33%;
    width: 0%;
    left: 50%;
  }
  .site-branding-container .site-branding .mobile-burger-container #burger-icon-container.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  .site-branding-container .site-branding .mobile-burger-container #burger-icon-container.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .site-branding-container .site-branding .mobile-burger-container #burger-icon-container.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .site-branding-container .site-branding .menu-container.open {
    z-index: 100;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .site-branding-container .site-branding .menu-container.open .menu-menu-1 {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .site-branding-container .site-branding .menu-container.open #menu-menu-1 {
    height: 90%;
    position: absolute;
    bottom: 0;
    padding-bottom: 25px;
    display: inline-block;
    overflow: scroll;
  }
  .site-branding-container .site-branding .menu-container.open #menu-menu-1 li.menu-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
  }
  .site-branding-container .site-branding .menu-container.open #menu-menu-1 li.menu-item.menu-item-has-children {
    padding-bottom: 25px;
  }
  .site-branding-container .site-branding .menu-container.open #menu-menu-1 li.menu-item a {
    color: #212121;
    font-weight: 500;
    padding-bottom: 10px;
  }
  .site-branding-container .site-branding .menu-container.open #menu-menu-1 li.menu-item ul.sub-menu {
    background-color: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    border-top: unset;
  }
  .site-branding-container .site-branding .menu-container.open #menu-menu-1 li.menu-item ul.sub-menu li.menu-item {
    padding: 0;
    height: 100%;
  }
  .site-branding-container .site-branding .menu-container.open #menu-menu-1 li.menu-item ul.sub-menu li.menu-item a {
    padding-bottom: 10px;
    font-weight: 300;
    line-height: 17px;
  }
  .site-branding-container .site-branding .menu-container.open #menu-menu-1 li.menu-item:hover .menu-item {
    margin: 0;
  }
  .site-branding-container .site-branding .menu-container.open #menu-menu-1 li.menu-item:hover .menu-item a {
    border-bottom: none;
    padding-bottom: 0px;
    font-weight: 300;
  }
  .site-branding-container .site-branding #burger-icon-container.open span {
    background: black;
  }
  .site-branding-container.render_dark_bg.render_bg {
    background-color: white;
  }
  .site-branding-container.render_white_bg.render_bg {
    background-color: black;
  }
}
#footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .image_container {
  padding: 25px 0px;
}
#footer .image_container img {
  width: 160px;
  height: auto;
}
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 5px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
  height: 1px;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

.home {
  /* ALL SECTION CONTAINER */
}
.home [class*=row-container] {
  padding-bottom: 90px;
  /*
      Target Elements from mid-width to mobile-width
  */
  /*
      Target Elements for Mobile
  */
}
.home [class*=row-container] .wp-block-group__inner-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  z-index: 1;
}
.home [class*=row-container] .title-container {
  max-width: 430px;
}
.home [class*=row-container] .title-container .wp-block-group__inner-container {
  padding: 0;
  justify-content: flex-start;
  flex-direction: column;
}
.home [class*=row-container] .title-container .sub_title.montserrat_font {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  /* or 29px */
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  font-variant: small-caps;
}
.home [class*=row-container] .title-container .sub_title, .home [class*=row-container] .title-container .section_title {
  padding-bottom: 45px;
}
.home [class*=row-container] .title-container .section_title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  /* or 29px */
  text-transform: uppercase;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  font-variant: small-caps;
}
.home [class*=row-container] .title-container .title {
  font-weight: 400;
  font-size: 36px;
  line-height: 150%;
  color: #313131;
}
.home [class*=row-container] .title-container .montserrat_font {
  font-size: 18px;
  line-height: 160%;
}
.home [class*=row-container] .title-container .text_red {
  color: #CD163F !important;
}
.home [class*=row-container] .text-container, .home [class*=row-container] .blurb-container {
  max-width: 675px;
  display: flex;
  align-items: flex-start;
}
.home [class*=row-container] .text-container .wp-block-group__inner-container, .home [class*=row-container] .blurb-container .wp-block-group__inner-container {
  justify-content: flex-start;
  flex-direction: column;
  padding: 0;
}
.home [class*=row-container] .text-container .lora_font, .home [class*=row-container] .blurb-container .lora_font {
  font-weight: 400;
  font-size: 36px;
  line-height: 150%;
  padding-bottom: 25px;
  color: #606061;
}
.home [class*=row-container] .text-container .montserrat_font, .home [class*=row-container] .blurb-container .montserrat_font {
  padding-bottom: 25px;
}
.home [class*=row-container] .text-container .text_blurb, .home [class*=row-container] .blurb-container .text_blurb {
  font-size: 20px;
  line-height: 180%;
  color: black;
}
.home [class*=row-container] .text-container p, .home [class*=row-container] .blurb-container p {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  padding-bottom: 15px;
  color: #606061;
}
.home [class*=row-container] .text-container p.sub_title_text, .home [class*=row-container] .blurb-container p.sub_title_text {
  /* or 29px */
  color: black;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.home [class*=row-container] .text-container p.sub_title_text:not(:first-of-type), .home [class*=row-container] .blurb-container p.sub_title_text:not(:first-of-type) {
  padding-top: 25px;
}
.home [class*=row-container] .text-container a, .home [class*=row-container] .blurb-container a {
  text-decoration: none;
  padding-bottom: 0;
  margin-bottom: 25px;
}
.home [class*=row-container] .text-container.link_layout_container, .home [class*=row-container] .blurb-container.link_layout_container {
  margin-top: 74px;
}
.home [class*=row-container].soft_bg {
  background-color: #F8F5F0;
}
.home [class*=row-container].dark_bg_layout {
  background-color: #313131;
  color: white;
}
.home [class*=row-container].dark_bg_layout .title-container, .home [class*=row-container].dark_bg_layout .text-container, .home [class*=row-container].dark_bg_layout .blurb-container {
  color: white;
}
.home [class*=row-container].dark_bg_layout .title-container p, .home [class*=row-container].dark_bg_layout .title-container a, .home [class*=row-container].dark_bg_layout .text-container p, .home [class*=row-container].dark_bg_layout .text-container a, .home [class*=row-container].dark_bg_layout .blurb-container p, .home [class*=row-container].dark_bg_layout .blurb-container a {
  color: white;
}
.home [class*=row-container].about_expertise_container {
  padding-top: 90px;
}
@media screen and (max-width: 940px) and (min-width: 768px) {
  .home [class*=row-container] {
    padding: 90px 1vw;
    padding: 90px 1vw;
  }
  .home [class*=row-container] .wp-block-group__inner-container {
    flex-direction: column;
    align-items: center;
  }
  .home [class*=row-container] .title-container, .home [class*=row-container] .blurb-container {
    width: 100%;
    margin-bottom: 50px;
    max-width: 500px;
  }
  .home [class*=row-container] .text-container {
    width: 100%;
    padding-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .home [class*=row-container] {
    padding: 90px 2vw;
  }
  .home [class*=row-container] .wp-block-group__inner-container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .home [class*=row-container] .header-container {
    width: 100%;
    padding-bottom: 45px;
  }
  .home [class*=row-container] .header-container .wp-block-group__inner-container {
    width: 100%;
    align-items: flex-start;
  }
  .home [class*=row-container] .text-container, .home [class*=row-container] .blurb-container {
    margin-top: 45px;
    width: 100%;
  }
  .home [class*=row-container] .text-container p, .home [class*=row-container] .text-container a, .home [class*=row-container] .blurb-container p, .home [class*=row-container] .blurb-container a {
    font-weight: 300;
    font-size: 13px;
    line-height: 180%;
  }
  .home [class*=row-container] .text-container .wp-block-group__inner-container, .home [class*=row-container] .blurb-container .wp-block-group__inner-container {
    align-items: flex-start;
  }
  .home [class*=row-container] .text-container .text_blurb, .home [class*=row-container] .text-container a, .home [class*=row-container] .blurb-container .text_blurb, .home [class*=row-container] .blurb-container a {
    font-weight: 300;
    font-size: 13px;
    line-height: 180%;
  }
  .home [class*=row-container] .text-container .lora_font, .home [class*=row-container] .blurb-container .lora_font {
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
  }
  .home [class*=row-container] .title-container .title {
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
  }
}
.home .break-container {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  max-height: 800px;
}
.home .break-container .wp-block-group__inner-container {
  width: 100%;
}
.home .break-container .wp-block-image {
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}
.home .break-container .wp-block-image img {
  object-fit: cover;
  max-width: none;
  height: 100%;
  width: 100%;
}
.home .break-container .quote-container-inner {
  background-color: white;
  max-width: 500px;
  position: absolute;
  top: 50%;
  transform: translate3d(-5%, -50%, 10px);
  height: auto;
  width: 500px;
  right: 5%;
  padding-bottom: 40px;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .break-container .quote-container-inner .wp-block-group__inner-container {
  padding: 0px 50px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home .break-container .quote-container-inner .wp-block-group__inner-container .sub_title {
  padding-bottom: 25px;
}
.home .break-container .quote-container-inner .wp-block-group__inner-container .btn_next_icon {
  margin-top: 25px;
}
.home .break-container .quote-container-inner .wp-block-group__inner-container .lora_font {
  font-weight: 400;
  font-size: 36px;
  line-height: 150%;
}
.home .break-container.dark_bg_layout .quote-container-inner {
  background-color: #313131;
  color: white;
}
.home .break-container.dark_bg_layout .quote-container-inner .sub_title, .home .break-container.dark_bg_layout .quote-container-inner .btn_next_icon a {
  color: white;
}
@media screen and (max-width: 940px) and (min-width: 768px) {
  .home .break-container .quote-container-inner, .home .break-container.two .quote-container-inner {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
  .home .break-container .break-img-container img, .home .break-container.two .break-img-container img {
    min-height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .home .break-container {
    max-height: unset;
  }
  .home .break-container .quote-container-inner, .home .break-container.two .quote-container-inner {
    position: relative;
    left: unset;
    top: unset;
    transform: translate(0%, 0%);
    width: 100%;
    right: unset;
    max-width: unset;
  }
  .home .break-container .quote-container-inner .wp-block-group__inner-container, .home .break-container.two .quote-container-inner .wp-block-group__inner-container {
    padding: 0px 20px;
  }
  .home .break-container .quote-container-inner .wp-block-group__inner-container .lora_font, .home .break-container.two .quote-container-inner .wp-block-group__inner-container .lora_font {
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
  }
  .home .break-container .break-img-container img, .home .break-container.two .break-img-container img {
    min-height: unset;
    object-fit: contain;
  }
}
.home .images_gallery {
  width: 100%;
  z-index: -1;
}
.home .images_gallery .lightslider-container {
  width: 100%;
  height: 100%;
}
.home .images_gallery .lSSlideWrapper {
  z-index: -1;
  height: 100%;
}
.home .images_gallery .lSSlideWrapper #home_slider_container {
  overflow: hidden;
}
.home .images_gallery .lSSlideWrapper #home_slider_container img {
  width: 100%;
  position: relative;
  object-fit: contain;
}
.home #content {
  padding-top: 90px;
  box-shadow: 0 0 10px 10px #dddddd;
}
.mobile_only {
  display: none;
}

.page-template-template-single, .post-type-archive-sponsors {
  /* ALL SECTION CONTAINER */
  /*
      Target Elements from mid-width to mobile-width
  */
  /*
      Target Elements for Mobile
  */
}
.page-template-template-single ul, .page-template-template-single ol, .post-type-archive-sponsors ul, .post-type-archive-sponsors ol {
  list-style: disc;
}
.page-template-template-single ul li, .page-template-template-single ol li, .post-type-archive-sponsors ul li, .post-type-archive-sponsors ol li {
  margin-left: 20px;
}
.page-template-template-single .hero-text-container, .post-type-archive-sponsors .hero-text-container {
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  overflow: hidden;
}
.page-template-template-single .hero-text-container .wp-block-group__inner-container, .post-type-archive-sponsors .hero-text-container .wp-block-group__inner-container {
  position: absolute;
  bottom: 5%;
}
.page-template-template-single .hero-text-container .wp-block-group__inner-container p, .post-type-archive-sponsors .hero-text-container .wp-block-group__inner-container p {
  padding-bottom: 8%;
  color: #fff;
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 75px;
  text-shadow: 3px 6px 4px rgba(0, 0, 0, 0.5);
}
.page-template-template-single .hero-banner-container, .post-type-archive-sponsors .hero-banner-container {
  position: relative;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page-template-template-single .hero-banner-container, .post-type-archive-sponsors .hero-banner-container {
    height: 50vh;
  }
  .page-template-template-single .hero-text-container, .post-type-archive-sponsors .hero-text-container {
    height: 50vh;
    width: 95%;
    margin: 0 auto;
  }
  .page-template-template-single .hero-text-container .blurb-links, .post-type-archive-sponsors .hero-text-container .blurb-links {
    width: 100%;
  }
  .page-template-template-single .hero-text-container .wp-block-group__inner-container, .post-type-archive-sponsors .hero-text-container .wp-block-group__inner-container {
    position: absolute;
    bottom: 8%;
  }
  .page-template-template-single .hero-text-container .wp-block-group__inner-container p, .post-type-archive-sponsors .hero-text-container .wp-block-group__inner-container p {
    font-size: 50px;
    line-height: 60px;
  }
}
.page-template-template-single [class*=row-container], .post-type-archive-sponsors [class*=row-container] {
  padding-bottom: 90px;
  /*
      Target Elements from mid-width to mobile-width
  */
  /*
      Target Elements for Mobile
  */
}
.page-template-template-single [class*=row-container] .wp-block-group__inner-container, .post-type-archive-sponsors [class*=row-container] .wp-block-group__inner-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  z-index: 1;
}
.page-template-template-single [class*=row-container] .title-container, .post-type-archive-sponsors [class*=row-container] .title-container {
  max-width: 430px;
}
.page-template-template-single [class*=row-container] .title-container .wp-block-group__inner-container, .post-type-archive-sponsors [class*=row-container] .title-container .wp-block-group__inner-container {
  padding: 0;
  justify-content: flex-start;
  flex-direction: column;
}
.page-template-template-single [class*=row-container] .title-container .sub_title.montserrat_font, .post-type-archive-sponsors [class*=row-container] .title-container .sub_title.montserrat_font {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  /* or 29px */
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  font-variant: small-caps;
}
.page-template-template-single [class*=row-container] .title-container .sub_title, .page-template-template-single [class*=row-container] .title-container .section_title, .post-type-archive-sponsors [class*=row-container] .title-container .sub_title, .post-type-archive-sponsors [class*=row-container] .title-container .section_title {
  padding-bottom: 45px;
}
.page-template-template-single [class*=row-container] .title-container .section_title, .post-type-archive-sponsors [class*=row-container] .title-container .section_title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  /* or 29px */
  text-transform: uppercase;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  font-variant: small-caps;
}
.page-template-template-single [class*=row-container] .title-container .title, .post-type-archive-sponsors [class*=row-container] .title-container .title {
  font-weight: 400;
  font-size: 36px;
  line-height: 150%;
  color: #313131;
}
.page-template-template-single [class*=row-container] .title-container .montserrat_font, .post-type-archive-sponsors [class*=row-container] .title-container .montserrat_font {
  font-size: 18px;
  line-height: 160%;
}
.page-template-template-single [class*=row-container] .title-container .text_red, .post-type-archive-sponsors [class*=row-container] .title-container .text_red {
  color: #CD163F !important;
}
.page-template-template-single [class*=row-container] .text-container, .page-template-template-single [class*=row-container] .blurb-container, .post-type-archive-sponsors [class*=row-container] .text-container, .post-type-archive-sponsors [class*=row-container] .blurb-container {
  max-width: 675px;
  display: flex;
  align-items: flex-start;
}
.page-template-template-single [class*=row-container] .text-container .wp-block-group__inner-container, .page-template-template-single [class*=row-container] .blurb-container .wp-block-group__inner-container, .post-type-archive-sponsors [class*=row-container] .text-container .wp-block-group__inner-container, .post-type-archive-sponsors [class*=row-container] .blurb-container .wp-block-group__inner-container {
  justify-content: flex-start;
  flex-direction: column;
  padding: 0;
}
.page-template-template-single [class*=row-container] .text-container .lora_font, .page-template-template-single [class*=row-container] .blurb-container .lora_font, .post-type-archive-sponsors [class*=row-container] .text-container .lora_font, .post-type-archive-sponsors [class*=row-container] .blurb-container .lora_font {
  font-weight: 400;
  font-size: 36px;
  line-height: 150%;
  padding-bottom: 25px;
  color: #606061;
}
.page-template-template-single [class*=row-container] .text-container .montserrat_font, .page-template-template-single [class*=row-container] .blurb-container .montserrat_font, .post-type-archive-sponsors [class*=row-container] .text-container .montserrat_font, .post-type-archive-sponsors [class*=row-container] .blurb-container .montserrat_font {
  padding-bottom: 25px;
}
.page-template-template-single [class*=row-container] .text-container .text_blurb, .page-template-template-single [class*=row-container] .blurb-container .text_blurb, .post-type-archive-sponsors [class*=row-container] .text-container .text_blurb, .post-type-archive-sponsors [class*=row-container] .blurb-container .text_blurb {
  font-size: 20px;
  line-height: 180%;
  color: black;
}
.page-template-template-single [class*=row-container] .text-container p, .page-template-template-single [class*=row-container] .blurb-container p, .post-type-archive-sponsors [class*=row-container] .text-container p, .post-type-archive-sponsors [class*=row-container] .blurb-container p {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  padding-bottom: 15px;
  color: #606061;
}
.page-template-template-single [class*=row-container] .text-container p.sub_title_text, .page-template-template-single [class*=row-container] .blurb-container p.sub_title_text, .post-type-archive-sponsors [class*=row-container] .text-container p.sub_title_text, .post-type-archive-sponsors [class*=row-container] .blurb-container p.sub_title_text {
  /* or 29px */
  color: black;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.page-template-template-single [class*=row-container] .text-container p.sub_title_text:not(:first-of-type), .page-template-template-single [class*=row-container] .blurb-container p.sub_title_text:not(:first-of-type), .post-type-archive-sponsors [class*=row-container] .text-container p.sub_title_text:not(:first-of-type), .post-type-archive-sponsors [class*=row-container] .blurb-container p.sub_title_text:not(:first-of-type) {
  padding-top: 25px;
}
.page-template-template-single [class*=row-container] .text-container a, .page-template-template-single [class*=row-container] .blurb-container a, .post-type-archive-sponsors [class*=row-container] .text-container a, .post-type-archive-sponsors [class*=row-container] .blurb-container a {
  text-decoration: none;
  padding-bottom: 0;
  margin-bottom: 25px;
}
.page-template-template-single [class*=row-container] .text-container.link_layout_container, .page-template-template-single [class*=row-container] .blurb-container.link_layout_container, .post-type-archive-sponsors [class*=row-container] .text-container.link_layout_container, .post-type-archive-sponsors [class*=row-container] .blurb-container.link_layout_container {
  margin-top: 74px;
}
.page-template-template-single [class*=row-container].soft_bg, .post-type-archive-sponsors [class*=row-container].soft_bg {
  background-color: #F8F5F0;
}
.page-template-template-single [class*=row-container].dark_bg_layout, .post-type-archive-sponsors [class*=row-container].dark_bg_layout {
  background-color: #313131;
  color: white;
}
.page-template-template-single [class*=row-container].dark_bg_layout .title-container, .page-template-template-single [class*=row-container].dark_bg_layout .text-container, .page-template-template-single [class*=row-container].dark_bg_layout .blurb-container, .post-type-archive-sponsors [class*=row-container].dark_bg_layout .title-container, .post-type-archive-sponsors [class*=row-container].dark_bg_layout .text-container, .post-type-archive-sponsors [class*=row-container].dark_bg_layout .blurb-container {
  color: white;
}
.page-template-template-single [class*=row-container].dark_bg_layout .title-container p, .page-template-template-single [class*=row-container].dark_bg_layout .title-container a, .page-template-template-single [class*=row-container].dark_bg_layout .text-container p, .page-template-template-single [class*=row-container].dark_bg_layout .text-container a, .page-template-template-single [class*=row-container].dark_bg_layout .blurb-container p, .page-template-template-single [class*=row-container].dark_bg_layout .blurb-container a, .post-type-archive-sponsors [class*=row-container].dark_bg_layout .title-container p, .post-type-archive-sponsors [class*=row-container].dark_bg_layout .title-container a, .post-type-archive-sponsors [class*=row-container].dark_bg_layout .text-container p, .post-type-archive-sponsors [class*=row-container].dark_bg_layout .text-container a, .post-type-archive-sponsors [class*=row-container].dark_bg_layout .blurb-container p, .post-type-archive-sponsors [class*=row-container].dark_bg_layout .blurb-container a {
  color: white;
}
.page-template-template-single [class*=row-container].about_expertise_container, .post-type-archive-sponsors [class*=row-container].about_expertise_container {
  padding-top: 90px;
}
@media screen and (max-width: 940px) and (min-width: 768px) {
  .page-template-template-single [class*=row-container], .post-type-archive-sponsors [class*=row-container] {
    padding: 90px 1vw;
    padding: 90px 1vw;
  }
  .page-template-template-single [class*=row-container] .wp-block-group__inner-container, .post-type-archive-sponsors [class*=row-container] .wp-block-group__inner-container {
    flex-direction: column;
    align-items: center;
  }
  .page-template-template-single [class*=row-container] .title-container, .page-template-template-single [class*=row-container] .blurb-container, .post-type-archive-sponsors [class*=row-container] .title-container, .post-type-archive-sponsors [class*=row-container] .blurb-container {
    width: 100%;
    margin-bottom: 50px;
    max-width: 500px;
  }
  .page-template-template-single [class*=row-container] .text-container, .post-type-archive-sponsors [class*=row-container] .text-container {
    width: 100%;
    padding-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-template-single [class*=row-container], .post-type-archive-sponsors [class*=row-container] {
    padding: 90px 2vw;
  }
  .page-template-template-single [class*=row-container] .wp-block-group__inner-container, .post-type-archive-sponsors [class*=row-container] .wp-block-group__inner-container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .page-template-template-single [class*=row-container] .header-container, .post-type-archive-sponsors [class*=row-container] .header-container {
    width: 100%;
    padding-bottom: 45px;
  }
  .page-template-template-single [class*=row-container] .header-container .wp-block-group__inner-container, .post-type-archive-sponsors [class*=row-container] .header-container .wp-block-group__inner-container {
    width: 100%;
    align-items: flex-start;
  }
  .page-template-template-single [class*=row-container] .text-container, .page-template-template-single [class*=row-container] .blurb-container, .post-type-archive-sponsors [class*=row-container] .text-container, .post-type-archive-sponsors [class*=row-container] .blurb-container {
    margin-top: 45px;
    width: 100%;
  }
  .page-template-template-single [class*=row-container] .text-container p, .page-template-template-single [class*=row-container] .text-container a, .page-template-template-single [class*=row-container] .blurb-container p, .page-template-template-single [class*=row-container] .blurb-container a, .post-type-archive-sponsors [class*=row-container] .text-container p, .post-type-archive-sponsors [class*=row-container] .text-container a, .post-type-archive-sponsors [class*=row-container] .blurb-container p, .post-type-archive-sponsors [class*=row-container] .blurb-container a {
    font-weight: 300;
    font-size: 13px;
    line-height: 180%;
  }
  .page-template-template-single [class*=row-container] .text-container .wp-block-group__inner-container, .page-template-template-single [class*=row-container] .blurb-container .wp-block-group__inner-container, .post-type-archive-sponsors [class*=row-container] .text-container .wp-block-group__inner-container, .post-type-archive-sponsors [class*=row-container] .blurb-container .wp-block-group__inner-container {
    align-items: flex-start;
  }
  .page-template-template-single [class*=row-container] .text-container .text_blurb, .page-template-template-single [class*=row-container] .text-container a, .page-template-template-single [class*=row-container] .blurb-container .text_blurb, .page-template-template-single [class*=row-container] .blurb-container a, .post-type-archive-sponsors [class*=row-container] .text-container .text_blurb, .post-type-archive-sponsors [class*=row-container] .text-container a, .post-type-archive-sponsors [class*=row-container] .blurb-container .text_blurb, .post-type-archive-sponsors [class*=row-container] .blurb-container a {
    font-weight: 300;
    font-size: 13px;
    line-height: 180%;
  }
  .page-template-template-single [class*=row-container] .text-container .lora_font, .page-template-template-single [class*=row-container] .blurb-container .lora_font, .post-type-archive-sponsors [class*=row-container] .text-container .lora_font, .post-type-archive-sponsors [class*=row-container] .blurb-container .lora_font {
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
  }
  .page-template-template-single [class*=row-container] .title-container .title, .post-type-archive-sponsors [class*=row-container] .title-container .title {
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
  }
}
.page-template-template-single #content, .post-type-archive-sponsors #content {
  background-color: #fff;
  padding: 3em 7em;
  padding-top: 150px;
  box-shadow: 0 0 10px 10px #dddddd;
}
.page-template-template-single .content, .post-type-archive-sponsors .content {
  padding-top: 20px;
}
.page-template-template-single .section_sponsor_type_container .sponsor_type_title, .post-type-archive-sponsors .section_sponsor_type_container .sponsor_type_title {
  text-align: center;
  padding: 25px 0px 12.5px 0px;
  font-size: 30px;
  font-weight: 600;
}
.page-template-template-single .section_sponsor_type_container .sponsor_listing_section_container, .post-type-archive-sponsors .section_sponsor_type_container .sponsor_listing_section_container {
  display: flex;
  width: 95%;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-bottom: 90px;
}
.page-template-template-single .section_sponsor_type_container .sponsor_listing_section_container .sponsor_card_container, .post-type-archive-sponsors .section_sponsor_type_container .sponsor_listing_section_container .sponsor_card_container {
  text-decoration: none;
  max-width: 300px;
  width: 100%;
  color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.page-template-template-single .section_sponsor_type_container .sponsor_listing_section_container .sponsor_card_container .sponsor_image_container, .post-type-archive-sponsors .section_sponsor_type_container .sponsor_listing_section_container .sponsor_card_container .sponsor_image_container {
  width: 100%;
  object-fit: contain;
  height: 264px;
  width: 264px;
}
.page-template-template-single .section_sponsor_type_container .sponsor_listing_section_container .sponsor_card_container .sponsor_title, .post-type-archive-sponsors .section_sponsor_type_container .sponsor_listing_section_container .sponsor_card_container .sponsor_title {
  color: #d91e29;
}
.contact_form_section_container {
  background-color: #313131;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  padding: 90px 0px;
  /*
      Target Elements from mid-width to mobile-width
  */
  /*
      Target Elements for Mobile
  */
}
.contact_form_section_container .contact_info_container {
  color: white;
  max-width: 450px;
}
.contact_form_section_container .contact_info_container a {
  text-decoration: none;
  color: white;
}
.contact_form_section_container .contact_info_container .field {
  padding-left: 25px;
  position: relative;
  padding-bottom: 25px;
}
.contact_form_section_container .contact_info_container .field.lora_font {
  font-weight: 400;
  font-size: 50px;
}
.contact_form_section_container .contact_info_container .field.pin:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-90%);
  height: 34px;
  width: 26px;
  display: flex;
  background-image: url("/wp-content/themes/savanna/assets/images/pin.svg");
}
.contact_form_section_container .contact_info_container .field.phone:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-90%);
  height: 30px;
  width: 24px;
  display: flex;
  background-image: url("/wp-content/themes/savanna/assets/images/phone.svg");
}
.contact_form_section_container .contact_info_container .field.mail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-90%);
  height: 25px;
  width: 27px;
  display: flex;
  background-image: url("/wp-content/themes/savanna/assets/images/mail.svg");
}
@media screen and (max-width: 940px) and (min-width: 768px) {
  .contact_form_section_container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_section_container {
    flex-direction: column;
    padding: 90px 2vw;
  }
  .contact_form_section_container .contact_info_container {
    padding-top: 25px;
    padding-left: 2vw;
    padding-left: 2vw;
  }
  .contact_form_section_container .contact_info_container .field.pin:before, .contact_form_section_container .contact_info_container .field.phone:before, .contact_form_section_container .contact_info_container .field.mail:before {
    transform: translateX(-40%) scale(0.5);
  }
}

.contact_section_container {
  width: 700px;
  padding: 4vw;
  border: 1px solid rgba(232, 232, 232, 0.15);
  /*
      Target Elements from mid-width to mobile-width
  */
  /*
      Target Elements for Mobile
  */
}
@media screen and (max-width: 940px) and (min-width: 768px) {
  .contact_section_container {
    max-width: 700px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact_section_container {
    width: 100%;
  }
}

.contact-form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.contact-form .form_field {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  color: white;
}
.contact-form .form_field .upload_wrapper {
  border: 1px solid #D4D4D4;
  border-radius: 5px;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 5px 5px;
}
.contact-form .form_field .bottom {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.55px;
  line-height: 14px;
  padding-top: 10px;
  color: #848484;
}
.contact-form .form_field label {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 34px;
}
.contact-form .form_field .text_input {
  background-color: #313131;
  font-family: montserrat, sans-serif;
  color: white;
  height: 40px;
  width: 100%;
  max-width: 700px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #D4D4D4;
}
.contact-form .form_field .text_input:focus {
  outline: none;
}
.contact-form .form_field .text_input::placeholder {
  color: white;
}
.contact-form .form_field .message {
  height: 200px;
}
.contact-form .half_fields {
  max-width: 700px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-form .half_fields .form_field.half_field {
  width: 49%;
}
.contact-form .half_fields .form_field.half_field .text_input {
  width: 100%;
}
.contact-form .third_fields {
  max-width: 700px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-form .third_fields .form_field.city {
  width: 49%;
}
.contact-form .third_fields .form_field.city .text-input {
  width: 100%;
}
.contact-form .third_fields .form_field.zip {
  width: 34%;
}
.contact-form .third_fields .form_field.zip .text-input {
  width: 100%;
}
.contact-form .third_fields .form_field.state {
  width: 15%;
}
.contact-form .btn {
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 25px;
  border: none;
  cursor: pointer;
  font-family: montserrat, sans-serif;
  padding: 12.5px 25px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.05em;
  background-color: #b31923;
  transition: all 300ms ease-in;
}
.contact-form .btn:hover {
  color: white;
}

.contact_message_container.render {
  text-align: center;
  padding: 25px 0px;
}
.contact_message_container.render p {
  font-size: 24px;
}

.contact_message_container {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 110;
  display: none;
  align-items: center;
  justify-content: center;
}
.contact_message_container .wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  max-height: 454px;
  max-width: 812px;
  background-color: black;
  padding: 5%;
}
.contact_message_container .wrapper .icon_container {
  display: flex;
  justify-content: flex-end;
}
.contact_message_container .wrapper .icon_container .close_logo {
  background-image: url("/wp-content/themes/savanna/assets/images/close_icon.png");
  background-size: contain;
  height: 24px;
  width: 24px;
}
.contact_message_container .wrapper .text_container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact_message_container .wrapper .text_container p {
  color: white;
  font-size: 24px;
  letter-spacing: 0.14px;
  line-height: 38px;
  text-align: center;
}
.contact_message_container .wrapper .text_container p:first-of-type {
  font-size: 34px;
  padding-bottom: 45px;
}
.contact_message_container.render {
  display: flex;
}

.image_break_container img {
  width: 100%;
  height: auto;
}

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