/* IMPORT FONTS ------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Aleo:300,300i,400,400i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap");

/* RESET MISC. ITEMS --------------------------------------------------------------- */

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

input,
textarea,
select,
legend {
  font-family: "Aleo", sans-serif, serif !important;
}

input[type="password"] {
  font-family: "Aleo", sans-serif, serif !important;
}

input,
textarea,
select,
a {
  outline: none;
} /* removes the on focus/active blue border in safari + firefox */

a:hover,
a:link,
a:visited {
  color: #45a041;
}

a:hover {
  text-decoration: underline;
}

textarea {
  resize: none;
} /* removes ability to resize field in css3 */

legend,
fieldset {
  border: 0px;
  padding: 0px;
  height: auto;
  margin: 0px;
}

body {
  background-color: #ffffff;
  background-image: none;
  font-family: "Aleo", sans-serif, serif !important;
  font-size: 1.6rem;
  line-height: 2rem;
}

@media (min-width: 616.1px) {
  body {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.regular {
  font-size: 1.6rem;
  line-height: 2rem;
}

small {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.text-center {
  text-align: center;
}

/* ADD VERTICAL SCROLLBARS TO EVERY PAGE */
html {
  overflow-y: scroll;
  font-size: 10px;
}

/* COLOUR SCHEMES ------------------------------------------------------- */
.primary-blue {
  color: #0082ca;
}

.primary-green {
  color: #45a041;
}

.primary-yellow {
  color: #ffd600;
}

.primary-red {
  color: #f5333f;
}

.primary-pink {
  color: #e50695;
}

.secondary-green-blue {
  color: #0082ca;
}

.secondary-green-yellow {
  color: #45a041;
}

.secondary-red-yellow {
  color: #ffd600;
}

.secondary-red-pink {
  color: #f5333f;
}

.foundation-green-dark {
  color: #124734;
}

.foundation-green-default {
  color: #006e63;
}

.foundation-green-light {
  color: #00afaa;
}

.greyscale-darkest {
  color: #101010;
}

.greyscale-dark {
  color: #4c4c4c;
}

.greyscale-medium {
  color: #999999;
}

.greyscale-light {
  color: #cccccc;
}

.greyscale-lighter {
  color: #dedede;
}

.greyscale-lighest {
  color: #f2f2f2;
}

.greyscale-white {
  color: #ffffff;
}

/* SITE FONTS ----------------------------------------------------------- */

body,
td,
p,
li,
a,
blockquote {
  font-family: "Aleo", sans-serif, serif !important;
  font-weight: 400;
}

sup {
  font-size: 60%;
  line-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 100%;
  color: #0082ca;
}

h1 {
  font-size: 3.2rem;
}

@media (min-width: 616.1px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.4rem;
}

@media (min-width: 616.1px) {
  h3 {
    font-size: 2.8rem;
  }
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

.display {
  font-weight: 300;
  line-height: 100%;
  color: #0082ca;
}

.display.display-1 {
  font-size: 5.6rem;
}

@media (min-width: 616.1px) {
  .display.display-1 {
    font-size: 9.6rem;
  }
}

.display.display-2 {
  font-size: 8.8rem;
}

.display.display-3 {
  font-size: 7.2rem;
}

.display.display-4 {
  font-size: 2.8rem;
}

@media (min-width: 616.1px) {
  .display.display-4 {
    font-size: 5.6rem;
  }
}

.display.display-5 {
  font-size: 2.8rem;
}

@media (min-width: 616.1px) {
  .display.display-5 {
    font-size: 4rem;
  }
}

.display.display-6 {
  font-size: 2.8rem;
}

p {
  line-height: 1.5em;
  margin-bottom: 20px;
}

/* BUTTON STYLES ---------------------------------------------------- */
.lwab-button {
  font-size: 1.6rem;
  line-height: 100%;
  padding: 1.8rem 2rem;
  color: #ffffff;
  background-color: #45a041;
  border-radius: 0.4rem;
  text-align: center;
  display: inline-block;
}

@media (min-width: 616.1px) {
  .lwab-button {
    font-size: 2rem;
  }
}

.lwab-button:link,
.lwab-button:hover,
.lwab-button:visited {
  color: #ffffff;
  text-decoration: none;
}

.lwab-button.lwab-button-yellow {
  background-color: #ffd600;
  color: #101010;
}

.lwab-button.lwab-button-yellow:hover {
  color: #101010;
  text-decoration: none;
}

.lwab-button.lwab-button-blue {
  background-color: #0082ca;
  color: #ffffff;
}

.lwab-button.lwab-button-blue:hover {
  color: #ffffff;
  text-decoration: none;
}

.lwab-button.lwab-button-white {
  background-color: #ffffff;
  color: #45a041;
}

.lwab-button.lwab-button-white:link,
.lwab-button.lwab-button-white:hover,
.lwab-button.lwab-button-white:visited {
  color: #45a041;
  text-decoration: none;
}

.lwab-button img {
  margin-right: 0.5rem;
  height: 1.3rem;
}

.lwab-dropdown .lwab-button span:after {
  content: "\25BE";
  margin-left: 2rem;
  color: #ffffff;
}

.lwab-dropdown .lwab-button.lwab-button-white span:after {
  color: #45a041;
}

.lwab-dropdown {
  position: relative;
}

.lwab-dropdown .dropdown-menu {
  display: none;
  border: 1px solid #45a041;
  border-radius: 0.5rem;
  margin-top: 1rem;
  background-clip: padding-box;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 5rem, 0);
  z-index: 8888;
}

.lwab-dropdown.lwab-dropdown-white .dropdown-menu {
  border-color: #ffffff;
}

.lwab-dropdown .dropdown-menu.show {
  display: block;
}

.lwab-dropdown .dropdown-menu a {
  display: block;
  padding: 1rem;
  min-width: 25rem;
}

.lwab-dropdown .dropdown-menu a:hover {
  text-decoration: none;
  background-color: #45a041;
  color: #ffffff;
}

/* LWAB LINKS -------------------------------------------- */
.lwab-links {
  margin-top: 4rem;
  border: 1px solid #45a041;
}

.lwab-links.no-margin {
  margin: 0;
}

.lwab-links .links-header {
  background-color: #45a041;
  padding: 2rem;
}

.lwab-links .links-header h3 {
  color: #ffffff;
}

.lwab-links .links-content {
  padding: 2rem;
}

/* LWAB LAYOUT ------------------------------------------- */
@media (min-width: 616.1px) {
  .WaLayoutRow .WaLayoutItem {
    padding: 0 1rem;
  }

  .valign-middle .WaLayoutRow .WaLayoutItem {
    vertical-align: middle;
  }
}

[class*="gadgetStyle"] .gadgetContentEditableArea {
  overflow: visible !important;
}

/* LWAB Gadget Slideshow ---------------------------------- */
.WaGadgetSlideshow {
}

/* LWAB Upcoming Event State  -------------------- */
.gadgetStyle001 {
  margin-top: 2rem;
  border: 1px solid #45a041;
}

.gadgetStyle001 .gadgetStyleTitle {
  background-color: #45a041;
}

.gadgetStyle001 .gadgetStyleTitle h4 {
  color: #ffffff;
}

/* LWAB Event State Calendar Slideshow -------------------- */
.WaGadgetEventsStateCalendar .weekButtonLink,
.WaGadgetEventsStateCalendar .monthButtonLink,
.WaGadgetEventsStateCalendar .yearButtonLink {
  color: #45a041 !important;
}

.WaGadgetEventsStateCalendar .EventListCalendar td.EventListCalendarHeader,
.WaGadgetEventsStateCalendar .EventListCalendar a.yearViewHeader {
  color: #0082ca !important;
}

.WaGadgetEventsStateCalendar
  .EventListCalendar
  td[class*="EventListCalendarItem"]
  .eventTime {
  color: #ffd600 !important;
  font-size: 1.6rem;
}

.WaGadgetEventsStateCalendar
  .EventListCalendar
  td[class*="EventListCalendarItem"]
  div[valign="top"],
.WaGadgetEventsStateCalendar
  .EventListCalendar
  td[class*="EventListCalendarItem"]
  .event-container {
  margin: 1rem -0.9rem;
  padding: 0.4rem 0.9rem 0.5rem 0.9rem;
  background-color: #bd8d46;
  border-radius: 0.5rem;
}

.WaGadgetEventsStateCalendar
  .EventListCalendar
  td[class*="EventListCalendarItem"]
  div[valign="top"]
  a,
.WaGadgetEventsStateCalendar
  .EventListCalendar
  td[class*="EventListCalendarItem"]
  .event-container
  a {
  color: #ffffff;
}

/* LWAB HOMEPAGE TEMPLATE ------------------------------------------- */

/* Testimonials */
@media only screen and (max-width: 616px) {
  .testimonials-mobile {
    display: block;
  }

  .testimonials-desktop {
    display: none;
  }
}

@media (min-width: 616.1px) {
  .testimonials-mobile {
    display: none;
  }

  .testimonials-desktop {
    display: block;
  }
}

.adminContentView .testimonials-desktop,
.adminContentView .testimonials-mobile {
  display: block !important;
}

@media only screen and (max-width: 616px) {
  .WaGadgetMenuHorizontal[class*="menuStyle"] .menuInner .menuButton {
    color: #ffd600;
  }
}

@media only screen and (max-width: 616px) {
  .zoneHeader3 .WaLayoutTable .WaLayoutItem ~ .WaLayoutItem {
    margin-top: 0;
  }
}

#header-buttons-container {
  padding-bottom: 2rem;
}

#header-logo {
  padding-top: 2rem;
}

@media (min-width: 616.1px) {
  #header-buttons-container {
    padding-top: 1.6rem;
  }

  #header-logo {
    padding-bottom: 2rem;
  }
}

.header-buttons {
  margin-top: 1rem;
  text-align: center;
}

@media (min-width: 616.1px) {
  .header-buttons {
    text-align: right;
  }
}

.WaGadgetSiteSearch .searchBoxFieldContainer:before {
  top: 43%;
}

.footer-partner-buttons {
  text-align: center;
}

.header-buttons a,
.footer-partner-buttons a {
  margin-left: 1.6rem;
}

.header-buttons a:first-child,
.footer-partner-buttons a:first-child {
  margin-left: 0;
}

.header-buttons a:hover,
.footer-partner-buttons a:hover {
  text-decoration: none;
}

@media (min-width: 616.1px) {
  .header-buttons a {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}

.program-item img {
  height: 180px;
  width: auto;
  /*margin-left: 20px;*/
}

.sponsors-logos {
  text-align: center;
}
.sponsors-logos img {
  width: 50%;
}

@media (min-width: 616.1px) {
  .sponsors-logos {
    text-align: left;
  }
  .sponsors-logos img {
    width: 100%;
  }
}

/* LWAB HEADLINE STYLES --------------------------------------------- */
.headline {
  border-left: 0.8rem solid #45a041;
  margin: 4rem 0;
  padding-left: 3.2rem;
}

.headline.callout {
}

.headline.no-margin-top {
  margin-top: 0;
}

.headline.no-margin {
  margin: 0;
}

/* LWAB MISC STYLES ---------------------------------------------- */
.header-background-image {
  min-height: 40rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.button-container a {
  margin-right: 1rem;
}

.button-container a:last-child {
  margin-right: 0;
}

/* LWAB SOCIAL STYLES -------------------------------------------- */
.WaGadgetSocialProfile.gadgetThemeStyle li a {
  background-position: 0 0 !important;
}

.WaGadgetSocialProfile.gadgetThemeStyle li a.Facebook,
.WaGadgetSocialProfile.gadgetThemeStyle li a.Facebook:hover {
  background-image: url("/resources/Pictures/2020-redesign/ico_gry_social_facebook.png") !important;
}

.WaGadgetSocialProfile.gadgetThemeStyle li a.Twitter,
.WaGadgetSocialProfile.gadgetThemeStyle li a.Twitter:hover {
  background-image: url("/resources/Pictures/2020-redesign/ico_gry_social_twitter.png") !important;
}

.WaGadgetSocialProfile.gadgetThemeStyle li a.LinkedIn,
.WaGadgetSocialProfile.gadgetThemeStyle li a.LinkedIn:hover {
  background-image: url("/resources/Pictures/2020-redesign/ico_gry_social_linkedin.png") !important;
}

.WaGadgetSocialProfile.gadgetThemeStyle li a.YouTube,
.WaGadgetSocialProfile.gadgetThemeStyle li a.YouTube:hover {
  background-image: url("/resources/Pictures/2020-redesign/ico_gry_social_youtube.png") !important;
}

.WaGadgetSocialProfile.gadgetThemeStyle li a.Instagram,
.WaGadgetSocialProfile.gadgetThemeStyle li a.Instagram:hover {
  background-image: url("/resources/Pictures/2020-redesign/ico_gry_social_instagram.png") !important;
}

/* LAYOUT OVERRIDES ---------------------------------------------- */

/* HEADERS ------------------------------------------------------- */
.zoneHeader2 {
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.adminContentView .zoneHeader2 {
  position: relative;
}

.zoneHeader3 {
  margin-top: 8rem;
}

.zoneHeader2,
.zoneHeader5,
.zoneHeader2 .top-menu .menuBackground {
  background: #45a041;
}

.zoneFooter2 {
  border-top: 4rem solid #45a041;
  background-color: #ffffff;
}

.zoneHeader2 .WaPlaceHolder > div {
  /* padding: 27px 0; */
  height: 8rem;
  padding: 0;
}

.zoneHeader5 {
  margin-bottom: 4rem;
}

.zoneHeader5 h1 {
  color: #ffffff;
}

.zoneHeader4 .full-bg-image {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 40rem;
}

.zoneHeader4 .WaLayoutRow .WaLayoutItem {
  padding: 0;
}

.header-table {
  display: block;
  width: 100%;
}

.header-table .header-table-row {
  display: block;
}

.header-table .header-table-row .header-table-cell-50 {
  width: 100%;
  display: block;
}

.header-table .header-table-row .header-table-cell-100 {
  width: 100%;
  display: block;
}

.header-table .header-table-row .header-table-cell-search {
  margin-bottom: 2rem;
}

.WaGadgetSiteSearch .searchBoxOuter.alignRight {
  text-align: center;
}

@media (min-width: 616.1px) {
  .header-table {
    display: table;
  }

  .header-table .header-table-row {
    display: table-row;
  }

  .header-table .header-table-row .header-table-cell-50 {
    width: 50%;
    display: table-cell;
    vertical-align: top;
  }

  .header-table .header-table-row .header-table-cell-100 {
    width: 100%;
    display: table-cell;
  }

  .header-table .header-table-row .header-table-cell-search {
    margin-bottom: 0;
  }

  .WaGadgetSiteSearch .searchBoxOuter.alignRight {
    text-align: right;
  }
}

/* FOOTERS ------------------------------------------------------- */
.zoneFootnote {
  background: #f2f2f2;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 6rem;
}

.zoneFootnote sup {
  font-size: 100%;
}

.zoneFooter2 {
  padding: 4rem 0;
}

.zoneFooter3 {
  background: #4c4c4c;
}

.zoneFooter3 ul {
  margin: 0;
}

.zoneFooter3 ul#footer-menu li {
  display: block;
  list-style-type: none;
  padding: 0;
}

.WaGadgetSocialProfile .alignRight {
  text-align: left !important;
}

@media (min-width: 616.1px) {
  .zoneFooter3 ul#footer-menu li {
    display: inline;
    padding: 0 1rem;
  }

  .zoneFooter3 ul#footer-menu li:first-child {
    padding-left: 0;
  }

  .zoneFooter3 ul#footer-menu li:last-child {
    padding-right: 0;
  }

  .WaGadgetSocialProfile .alignRight {
    text-align: right !important;
  }
}

/* MAIN MENU ----------------------------------------------------- */

/* remove top and bottom border */
.WaGadgetMenuHorizontal.menuStyle001 .stickness,
.WaGadgetMenuHorizontal.menuStyle002 .stickness {
  border: none;
}

.WaGadgetMenuHorizontal.menuStyle002 {
  border-top: none;
}

/* remove 5px transparent bottom border */
.WaGadgetMenuHorizontal.menuStyle002 .menuInner {
  border-bottom: none;
}

.WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel {
  margin: 0 auto;
}

@media only screen and (max-width: 616px) {
  .WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel {
    margin: 1.2rem auto 0;
    overflow-y: scroll;
    height: 90vh;
    max-height:90vh;
  }
}

.WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel > li > .item > a {
  color: #ffffff;
  font-weight: bold;
  padding: 0 2rem;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 100%;
  height: 1.6rem;
}

.WaGadgetMenuHorizontal.menuStyle002
  .menuInner
  ul.firstLevel
  > li
  > .item
  > a:hover,
.WaGadgetMenuHorizontal.menuStyle002
  .menuInner
  ul.firstLevel
  > li.sel
  > .item
  > a {
  color: #ffffff;
}

.WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel > li > .item > a {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.WaGadgetMenuHorizontal.menuStyle002
  .menuInner
  ul.firstLevel
  > li
  > .item
  > a:hover
  > span,
.WaGadgetMenuHorizontal.menuStyle002
  .menuInner
  ul.firstLevel
  > li.sel
  > .item
  > a
  > span,
.WaGadgetMenuHorizontal.menuStyle002
  .menuInner
  ul.firstLevel
  > li
  > .item:hover
  > a {
  color: #ffd600;
}

.WaGadgetMenuHorizontal.menuStyle002
  .menuInner
  ul.firstLevel
  > li
  > .item
  > a
  > span {
  padding: 0;
}

.WaGadgetMenuHorizontal.menuStyle002
  .menuInner
  ul.firstLevel
  > li.dir
  > .item
  > a
  > span:before {
  display: none;
}

.WaGadgetMenuHorizontal.menuStyle002 .menuInner ul ul {
  top: 8rem;
  margin: 0;
  background-color: #348f41;
}

.WaGadgetMenuHorizontal.menuStyle002 .menuInner ul ul li {
  border-top: 0.1rem solid #45a041;
}

.WaGadgetMenuHorizontal.menuStyle002 .menuInner ul ul li:first-child {
  border-top: none;
}

.WaGadgetMenuHorizontal.menuStyle002 .menuInner ul ul li > .item:hover > a,
.WaGadgetMenuHorizontal.menuStyle002 .menuInner ul ul li.sel > .item > a {
  background-color: #006d46;
  color: #ffd600;
}

.WaGadgetMenuHorizontal.menuStyle002
  .menuInner
  ul.firstLevel
  > li.sel
  > .item
  > a
  > span:after {
  bottom: 7px;
}

/* remove dropdown menu indicator */
.WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel > li:first-child {
  display: none;
}

@media only screen and (max-width: 616px) {
  .WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel {
    background: #348f41;
  }

  .WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel > li {
    border-top-color: #348f41;
  }

  .WaGadgetMenuHorizontal.menuStyle002
    .menuInner
    ul.firstLevel
    > li
    > .item
    > a {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .WaGadgetMenuHorizontal[class*="menuStyle"] .menuInner ul ul {
    padding-bottom: 0;
  }

  .WaGadgetMenuHorizontal[class*="menuStyle"] .menuInner ul ul li > .item > a {
    padding: 1rem 2rem;
  }

  .WaGadgetMenuHorizontal.menuStyle002 .menuInner ul ul {
    background-color: #45a041;
  }

  .WaGadgetMenuHorizontal.menuStyle002 .menuInner ul ul li {
    border-top-color: #45a041;
  }

  .WaGadgetMenuHorizontal[class*="menuStyle"]
    .menuInner
    ul.firstLevel
    > li.sel
    > .item
    > a:after,
  .WaGadgetMenuHorizontal[class*="menuStyle"]
    .menuInner
    ul
    ul
    li.sel
    > .item
    > a:after {
    display: none;
  }

  .WaGadgetMenuHorizontal[class*="menuStyle"]
    .menuInner
    ul
    ul
    li.sel
    > .item:hover
    > a {
    background-color: #006d46;
  }
}

/* VERTICAL MENU -------------------------------------------------- */

.WaGadgetMenuVertical .menuInner {
  border-left: none;
  border-right: none;
}

.WaGadgetMenuVertical .menuInner ul.firstLevel > li > .item > a {
  font: 300 16px / normal "Aleo", sans-serif, serif;
}

/* MOBILE MENU PANEL -------------------------------------------- */

.mobilePanelContainer {
  display: none;
}

.WaGadgetMobilePanel .mobilePanel {
  background: #00baa3;
  position: fixed;
  z-index: 2;
  width: 100%;
}

.WaGadgetMobilePanel .mobilePanel .mobilePanelButton {
  color: #ffffff;
}

/* MOBILE STYLES -------------------------------------------- */
.mobile-hide {
  display: none !important;
}

@media (min-width: 616.1px) {
  .mobile-hide {
    display: block;
  }

  ul li.mobile-hide {
    display: inline !important;
  }
}

/* PAGE: TERMS OF USE -------------------------------------- */
.terms-content ol {
  counter-reset: item;
  margin-left: 0;
}

.terms-content ol li {
  display: block;
  margin-bottom: 3rem;
}

.terms-content ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

/* PAGE: Chapters ------------------------------------------- */
.chapter-community-info {
  margin-top: 2.4rem;
}

.chapter-community-info .info-container {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.chapter-community-info .info-container a {
  display: flex;
}

.chapter-community-info .info-container img {
  margin-right: 1rem;
}
