.l-container,
.l-page {
  margin: 0 auto;
  width: 100%;
}

.l-container--small,
.l-page--small {
  max-width: 36em;
}

.l-container--medium,
.l-page--medium {
  max-width: 48em;
}

.l-container--large,
.l-page--large {
  max-width: 62em;
}

.l-container--extra-large,
.l-page--extra-large {
  max-width: 75em;
}

.l-container--overlay,
.l-page--overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.c-footer {
  text-align: center;
}

.c-social {
  margin-bottom: 2.5em;
}

.o-heading:last-child,
.o-list:last-child {
  margin-bottom: 0;
}

.o-heading {
  color: #404040;
  font-size: 1.25em;
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 48em) {
  .o-heading {
    font-size: 1.5em;
  }
}

.o-heading:empty {
  margin-bottom: 0;
  visibility: hidden;
}

.o-heading--extra-small {
  font-size: 0.75em;
  line-height: 1.2;
}

@media only screen and (min-width: 48em) {
  .o-heading--extra-small {
    font-size: 0.875em;
  }
}

.o-heading--small {
  font-size: 1em;
  line-height: 1.2;
}

@media only screen and (min-width: 48em) {
  .o-heading--small {
    font-size: 1.125em;
  }
}

.o-heading--large {
  font-size: 1.75em;
}

@media only screen and (min-width: 48em) {
  .o-heading--large {
    font-size: 2.25em;
  }
}

.o-heading--extra-large {
  font-size: 2em;
}

@media only screen and (min-width: 36em) and (max-width: 47.9375em) {
  .o-heading--extra-large {
    font-size: 2.25em;
  }
}

@media only screen and (min-width: 48em) {
  .o-heading--extra-large {
    font-size: 3em;
  }
}

.o-heading--inherit {
  color: inherit;
}

.o-heading--highlight {
  color: #f18406;
}

.o-heading--increase-extra-large-margin {
  margin-bottom: 2.5em;
}

.o-heading--increase-extra-margin {
  margin-bottom: 1.5em;
}

.o-heading--increase-margin {
  margin-bottom: 0.75em;
}

.o-heading--reduce-margin {
  margin-bottom: 0.25em;
}

.u-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.u-grid--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.u-grid--list {
  list-style: none;
  margin: 0;
}

.u-grid--gutter-5 {
  margin: 0 -0.3125em;
}

.u-grid--gutter-5 > .u-grid__item {
  margin: 0 0.3125em;
}

.u-grid__item {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.u-grid__item--auto {
  -webkit-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.o-button {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  display: inline-block;
  padding: 0 1.5em;
  text-align: center;
  vertical-align: middle;
  width: auto;
  background-color: #4b8bcd;
  border: 2px solid #4b8bcd;
  color: #fff;
  font-size: 1em;
  font-weight: 900;
  line-height: 2.75;
  text-decoration: none;
}

.o-button:hover {
  background-color: #5f98d3;
  border-color: #5f98d3;
  color: #fff;
  cursor: pointer;
}

.o-button:active {
  background-color: #3272b3;
  border-color: #3272b3;
  color: #fff;
}

@media only screen and (max-width: 36em) {
  .o-button {
    display: block;
    padding: 0 0.5em;
    width: 100%;
  }
}

.o-button:focus {
  outline: 5px auto #0478ed;
}

.o-button--circle {
  font-size: 1.5em;
}

.o-button--circle,
.o-button--circle-small {
  height: 2em;
  line-height: 2em;
  padding: 0;
  width: 2em;
}

.o-button--circle-small {
  font-size: 1.125em;
}

.o-button--circle,
.o-button--circle-small {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.o-button--linkedin {
  background-color: #fff;
  border: none;
  color: #404040;
}

.o-button--linkedin:hover {
  background-color: #0077b5;
  border-color: #0077b5;
  color: #fff;
}

.o-button--twitter {
  background-color: #fff;
  border: none;
  color: #404040;
}

.o-button--twitter:hover {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #fff;
}

.o-button--whatsapp {
  background-color: #fff;
  border: none;
  color: #404040;
}

.o-button--whatsapp:hover {
  background-color: #25d366;
  border-color: #25d366;
  color: #fff;
}

.o-button--youtube {
  background-color: #fff;
  border: none;
  color: #404040;
}

.o-button--youtube:hover {
  background-color: #cd201f;
  border-color: #cd201f;
  color: #fff;
}

.o-button--facebook {
  background-color: #fff;
  border: none;
  color: #404040;
}

.o-button--facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.o-text:last-child,
.o-text p:last-child {
  margin-bottom: 0;
}

.o-text {
  margin-bottom: 1.5em;
}

.o-text p {
  margin-bottom: 1.25em;
  color: #404040 !important;
}

.o-text p small {
  font-size: 0.875em;
}

.o-text--small {
  font-size: 0.875em;
}

.o-list--unstyled {
  list-style: none;
  margin: 0;
}

.o-list--inline {
  margin: 0 -0.5em;
}

.o-list--inline li {
  display: inline-block;
  margin: 0 0.5em 1.25em;
}

.o-link {
  border-bottom: 0.0625em solid;
  color: currentColor;
  padding-bottom: 0.0625em;
  text-decoration: none;
}

.o-link:hover {
  border-color: #4b8bcd;
  color: #4b8bcd;
}

.o-link:focus {
  outline: 5px auto #0478ed;
}

.o-link--external {
  border: none;
  color: #4b8bcd;
  font-weight: 700;
}

.o-link--external:hover {
  color: #3272b3;
}

.o-link--external:after {
  font-family: FontAwesome;
  font-size: 0.8em;
  content: "\F054";
  padding-left: 0.5em;
}

[data-class="arabic"] .o-link--external:after {
  content: "\F053";
  float: right;
  position: relative;
  top: 2px;
}

footer .o-link--external {
  color: #fff;
}

.o-link--donate {
  border: none;
  color: #4b8bcd;
  font-weight: 700;
}

.o-link--donate:hover {
  color: #3272b3;
}

.o-link--donate:after {
  font-family: FontAwesome;
  font-size: 14px;
  content: "\F0DA";
  padding-left: 8px;
}

[data-class="arabic"] .o-link--donate:after {
  content: "\F0D9";
  float: right;
  position: relative;
  top: 2px;
  padding-left: 0;
  padding-right: 8px;
}

footer .o-link--donate {
  color: #fff;
}

.l-section--border {
  border-top: 10px solid #fff;
}

.l-section--dark {
  background-color: #f18406;
  color: #404040 !important;
}

.l-section--large {
  padding: 1.25em;
}

@media only screen and (min-width: 23.4375em) {
  .l-section--large {
    padding: 1.875em;
  }
}

@media only screen and (min-width: 48em) {
  .l-section--large {
    padding: 1.875em 2.5em;
  }
}

.l-section--extra-large {
  padding: 1.25em;
}

@media only screen and (min-width: 23.4375em) {
  .l-section--extra-large {
    padding: 1.875em;
  }
}

@media only screen and (min-width: 48em) {
  .l-section--extra-large {
    padding: 3.75em 5em;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-grid--gutter-5.u-grid--collapse-gutter {
    margin: 0;
  }

  .u-grid--gutter-5.u-grid--collapse-gutter > .u-grid__item {
    margin: 0;
  }
}
