/* General Styling */

.page_name {
  display: none;
}

.center {
  text-align: center;
}

/* Background colors */

.bg-light-gray {
  background-color: #EDEEEF;
}

/* Text Stylings */

.italic {
  font-style: italic;
}

.txt-white {
  font-family: Lato;
  color: #FFFFFF;
}

.txt-dark-gray {
  font-family: Lato;
  color: #2B323A;
}

.txt-why-join-head {
  font-family: Lato;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.26px;
  line-height: 48px;
  padding: 20px;
}

.txt-why-join-subhead {
  font-family: Lato;
  font-size: 20px;
  letter-spacing: 0.14px;
  line-height: 26px;
  padding-bottom: 30px;
}

.txt-why-join-module-head {
  font-family: 'proxima_nova_altbold', Georgia, sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.23px;
  line-height: 43px;
  padding: 20px 0px 10px 0px;
}

a.join-button.join-bottom {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}

a.join-button.join-bottom:active,
a.join-button.join-bottom:hover,
a.join-button.join-bottom:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Container/Div stylings */

.menu_box .rootMenu li.item:last-child {
  display: none;
}
.menu_box .rootMenu li.item.child-3 span:after {
  display: none;
}
.ar-banner-container {
  height:auto;
  background-size: auto;
}
.ar-banner-wrapper {
  height: auto;
}
.ar-banner-frame {
  margin: auto;
  padding-top: 200px;
}
.header-banner-dynamic-container {
  background-color: rgb(34,36,48);
  opacity: 0.95;
  margin-left: 15px;
  width: 34%;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.32);
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.32);
  visibility: visible;
}
.ar-banner-content-wrapper {
  background-color: rgb(110,0,4);
  opacity: 0.95;
  margin-right: 15px;
  display: block;
  width: 66%;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.32);
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.32);
  visibility: visible;
}
.login_inner_wrapper label {
  font-size: 17px;
  font-weight: normal;
}
.login_button {
  font-size: 18px;
}
.ar-banner-content-text {
  color: #FFFFFF;
  padding: 50px 40px;
}
.banner-content-text-heading {
  font-size: 50px;
  font-weight: 300;
}
.banner-content-text {
  font-size: 22px;
  font-weight: 300;
}
.header-banner-dynamic-container-title {
  text-transform: uppercase;
  padding: 40px 0px 15px 0px;
}

.login_lightbox {
  padding-bottom: 40px;
}

.container-full {
  padding-top: 20px;
}

.container-col3 {
  display: flex;
}

.section-col3 {
  flex: 1;
  -webkit-flex: 1; /* Safari 6.1+ */
  -ms-flex: 1; /* IE 10 */ 
  border: 0px;
  margin: 15px;
  text-align: left;
}

.section-col3-padding {
  padding: 10px 30px 30px 30px;
}

.why-img img {
  width: 100%;
}

.join-container {
  background-color: #CD232A;
  font-family: 'Proxima Nova', Georgia, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 25px;
}

.join-anchor {
  display: table;
  margin: auto;
  padding: 20px 50px;
  font-size: 22px;
  font-weight: 800;
}

/* Responsive Styling */

@media screen and (max-width: 990px) {
  .banner-content-text-heading {
    font-size: 46px;
    line-height: 60px;
  }
  .banner-content-text {
    font-size: 20px;
  }
  .ar-banner-container {
    background-size: contain;
  }
  .header-banner-dynamic-container,
  .ar-banner-content-wrapper {
    margin: auto !important;
    height: auto !important;
    width: 100%;
  }
  .header-banner-dynamic-wrapper {
    margin: 0px auto !important;
    max-width: 100% !important;
    padding: 0px 15px 40px 15px !important;
  }
  .header-banner-dynamic-container-title {
    padding: 40px 0px 0px 0px;
  }
  .ar-banner-wrapper {
    height: auto;
    flex-direction: column;
  }
  .ar-banner-frame {
    padding-top: 150px;
  }
  .container-col3 {
    flex-direction: column;
  }
}