body {
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  font-weight: 500;
}

.title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.875em;
}

.heading {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.125em;
}

.textblock {
  font-size: 0.875em;
}
.textblock > p,
.textblock > ul,
.textblock > header {
  margin: 1em auto;
}

.textblock > p,
.textblock > ul li {
  line-height: 1.5em;
  padding: 0.5em 0;
}

.textblock > ul {
  padding: 0 1em 0 3em;
}

.textblock > ul li {
  padding-bottom: 0.5em;
}

@media screen and (min-width: 40em) {
  .title {
    font-size: 1em;
  }

  .textblock {
    font-size: 1em;
  }
}
@media screen and (min-width: 48em) {
  .title {
    font-size: 1.125em;
  }

  .textblock {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 64em) {
  .title {
    font-size: 1.375em;
  }

  .textblock {
    font-size: 1.375em;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media screen and (min-width: 80em) {
  .title {
    font-size: 2vw;
    letter-spacing: 0.1vw;
  }
}
body {
  padding: 0;
  margin: auto;
}
body main section {
  margin: 0;
}

html:lang(ar) body main section header {
  direction: rtl;
}
html:lang(ar) body main section header h2 {
  text-align: right;
}
html:lang(ar) body main section header .subheading {
  text-align: right;
}
html:lang(ar) body main section p, html:lang(ar) body main section ul li {
  direction: rtl;
  text-align: right;
}
html:lang(ar) body main .directory .item {
  direction: rtl;
}

@media screen and (min-width: 32em) {
  .block img.decoration {
    float: left !important;
  }
}
main, #pagefooter {
  width: 18em;
  margin: 0 auto;
}

@media screen and (min-width: 34em) {
  main, #pagefooter {
    width: 30em;
  }
}
@media screen and (min-width: 48em) {
  main, #pagefooter {
    width: 40em;
  }
}
@media screen and (min-width: 64em) {
  main, #pagefooter {
    width: 56em;
  }
}
@media screen and (min-width: 80em) {
  main, #pagefooter {
    width: 64em;
  }
}
.footermenu {
  display: flex;
  flex-direction: row;
  height: 1em;
  width: 18em;
  margin: 0 auto 1em auto;
  padding: 2em 0 0.5em 0;
}
.footermenu li {
  list-style: none;
  margin: 0.5em 0.5em;
  font-size: 0.875em;
  flex-grow: 1;
  text-align: center;
}
.footermenu li a {
  color: black;
  text-decoration: none;
}
.icon--with-label {
  padding: 0.25em 0.25em 0.25em 1.5em;
  background-size: 1em 1em;
  background-position: 0.25em 0.375em;
  background-repeat: no-repeat;
  border-radius: 0.25em;
}

.icon--with-label:hover {
  background-color: #F9A327;
}

.icon--home {
  background-image: url("/inline/icons/home.svg");
}

.icon--facebook {
  background-image: url("/inline/icons/facebook-square.svg");
}

.icon--contact {
  background-image: url("/inline/icons/envelope.svg");
}

.icon--without-label {
  padding: 0.25em 0.25em 0.25em 1.5em;
  background-size: 1.5em 1.5em;
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 0.25em;
}

.socialmenu {
  position: absolute;
  top: -0.25em;
  right: 0.5em;
  display: flex;
  flex-direction: row;
  height: 2em;
}
.socialmenu li {
  list-style: none;
  height: 1.5em;
  width: 1.5em;
  opacity: 0.6;
  margin-left: 0.5em;
}
.socialmenu li:hover {
  opacity: 1;
}

@media screen and (min-width: 30em) {
  .footermenu {
    width: 22em;
  }
  .footermenu li {
    font-size: 1em;
  }
}
@media screen and (min-width: 48em) {
  .footermenu {
    width: 32em;
  }
  .footermenu li {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 64em) {
  .footermenu {
    width: 48em;
  }
  .footermenu li {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 80em) {
  .footermenu {
    width: 64em;
  }
  .footermenu li {
    font-size: 1.75em;
  }
}
a {
  color: #C2540A;
}

a:visited {
  color: #9B4308;
}

a:active {
  color: #F47927;
}

a:hover {
  color: #F47927;
}

section {
  padding: 1em;
}

.textblock > p {
  margin: 0 auto;
}

#objective {
  border-width: 1px 0 0 0;
  border-color: white;
  border-style: solid;
}

.block--orange-light {
  background-color: #F9A327;
  color: white;
}
.block--orange-light .heading {
  color: white;
}
.block--orange-light img.decoration {
  border-color: #F47927;
}

.block--orange-dark {
  background-color: #F47927;
  color: white;
}
.block--orange-dark .heading {
  color: white;
}
.block--orange-dark img.decoration {
  border-color: #F9A327;
}

.title {
  background-color: #F9A327;
  color: white;
  line-height: 1.5em;
  padding: 0.5em 0.5em;
  margin: 0;
  text-align: center;
}

.heading {
  color: #F47927;
  letter-spacing: 2px;
}

.subheading {
  color: #F9A327;
  margin-bottom: 1em;
}

#values .heading,
#objective .heading {
  color: white;
}

div.hero {
  width: 100vw;
  height: 25vw;
  background-image: url("/inline/heroSouadWide@0.5x.jpg");
  background-repeat: no-repeat;
  background-size: 100vw 26.25vw;
}

div.logo {
  height: 27px;
  background-image: url("/inline/logoHorizontal640.jpg");
  background-repeat: no-repeat;
  background-size: 120px 27px;
  margin: 0.5em 0;
}

@media screen and (min-width: 21em) {
  div.hero {
    background-image: url("/inline/heroSouadWide@1x.jpg");
  }
}
@media screen and (min-width: 40em) {
  div.logo {
    height: 54px;
    background-size: 240px 54px;
  }

  div.hero {
    background-image: url("/inline/heroSouadWide@2x.jpg");
  }
}
.block img.decoration {
  display: none;
}

.splashblockgroup {
  position: relative;
  width: 20em;
  margin: 2em auto;
}

.splashblocks {
  position: relative;
  top: 0;
  left: 0;
  transition: opacity 1s ease;
}

.splashblocks--hidden {
  display: none;
}

.splashblock {
  width: 18em;
  margin: 0.5em auto;
}
.splashblock p {
  line-height: 2em;
}

#splashblock--arabic {
  direction: rtl;
}
#splashblock--arabic p {
  text-align: right;
}

ul.cloud {
  margin: 0;
  padding: 0.5em;
}
ul.cloud li {
  list-style: none;
  line-height: 2em;
}

@media screen and (min-width: 32em) {
  .splashblockgroup {
    width: 30em;
  }

  .splashblocks {
    font-size: 1.125em;
    padding: 2em 0;
  }

  .splashblock {
    margin: 0 auto;
    position: relative;
    width: 20em;
  }

  .block img.decoration {
    display: block;
    border-width: 12px;
    border-style: solid;
    border-radius: 96px;
    float: right;
    width: 144px;
    height: 144px;
  }

  .textblock img.decoration {
    margin: 0 0 2em 2em;
  }

  .splashblock:nth-child(1) {
    position: relative;
    left: -4em;
  }

  .splashblock:nth-child(2) {
    position: relative;
    left: 4em;
  }

  .splashblock:nth-child(3) {
    position: relative;
    left: -2em;
  }

  .splashblock:nth-child(2) {
    top: -1em;
  }

  .splashblock:nth-child(3) {
    top: -2em;
  }
}
@media screen and (min-width: 48em) {
  .splashblockgroup {
    width: 45em;
  }

  .splashblocks {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 64em) {
  .splashblockgroup {
    width: 54em;
  }

  .splashblocks {
    font-size: 1.5em;
  }

  .block img.decoration {
    width: 160px;
    height: 160px;
  }
}
@media screen and (min-width: 80em) {
  .splashblockgroup {
    width: 78em;
  }

  .splashblocks {
    font-size: 1.75em;
  }

  .splashblock {
    width: 24em;
  }
}
.callbutton {
  position: relative;
  text-align: center;
  padding: 1em;
  font-size: 1.5em;
  margin: 1em auto;
  border-radius: 0.5em;
  color: white;
  background-color: #F47927;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  width: 8em;
}

.callbutton:hover {
  color: white;
  background-color: #F9A327;
}

.callbutton:active {
  color: white;
  background-color: #F9A327;
  top: 1px;
  left: 1px;
}

.callbutton:visited {
  color: white;
}

.pagetitle {
  font-size: 2em;
  color: #F9A327;
  margin: 2em 0;
  text-align: center;
  border-width: 0.25em 0;
  border-color: #F47927;
  border-style: solid;
  padding: 0.5em;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .pagetitle {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 64em) {
  .pagetitle {
    font-size: 3em;
  }
}
@media screen and (min-width: 80em) {
  .pagetitle {
    font-size: 3.5em;
  }
}
#homemap {
  margin: 4em auto;
  width: 18em;
  text-align: center;
}

.copyright {
  text-align: center;
  padding: 4em 0 1em 0;
}
.copyright p {
  color: #AAA;
  text-transform: lowercase;
}

.transnote {
  border: 2px solid red;
  background-color: rgba(255, 0, 0, 0.6);
  color: black;
  font-size: 1.5em;
  padding: 1em;
  margin: 2em;
  text-align: center;
}

.directory {
  padding: 2em;
}

.directory .item {
  padding-bottom: 1em;
}

.item__language {
  font-style: italic;
}

.directory--videos {
  width: 100%;
  margin: 1em auto;
  box-sizing: border-box;
}
.directory--videos .item--video {
  width: 12em;
  text-align: center;
  margin: 0 auto 3em auto;
  cursor: pointer;
}
.directory--videos .item--video img {
  margin-bottom: 1em;
  border: 1px solid black;
  width: 160px;
  height: 120px;
}
.directory--videos .item--video .item__language {
  padding-bottom: 3em;
}

@media screen and (min-width: 32em) {
  @supports (display: grid) {
    .directory--videos {
      display: grid;
      grid-gap: 2em;
      grid-template-columns: repeat(auto-fill, minmax(12em, 1fr));
    }
  }
}
@media screen and (min-width: 48em) {
  .directory--videos .item--video {
    width: 17em;
  }
  .directory--videos .item--video img {
    width: 240px;
    height: 180px;
  }

  @supports (display: grid) {
    .directory--videos {
      grid-template-columns: repeat(auto-fill, minmax(17em, 1fr));
    }
  }
}
@media screen and (min-width: 64em) {
  .directory--videos .item--video {
    width: 22em;
  }
  .directory--videos .item--video img {
    width: 320px;
    height: 240px;
  }

  @supports (display: grid) {
    .directory--videos {
      grid-template-columns: repeat(auto-fill, minmax(22em, 1fr));
    }
  }
}
.sectionmenu {
  border-radius: 1em;
  background-color: #F47927;
  padding: 0.75em;
  margin: 2em auto;
}
.sectionmenu ul {
  border-radius: 0.75em;
  background-color: white;
  margin: 0;
  padding: 1em;
}
.sectionmenu ul li {
  list-style: none;
  display: block;
  text-align: center;
  height: 3em;
  border-radius: 0.5em;
}
.sectionmenu ul li a {
  text-decoration: none;
}
.sectionmenu ul li:hover {
  cursor: pointer;
  background-color: #F9A327;
}

@supports (display: flex) {
  .sectionmenu ul {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
  }
  .sectionmenu ul li {
    background-image: url("/inline/icons/file.svg");
    background-repeat: no-repeat;
    background-size: 2em 2em;
    background-position: center 1.25em;
    padding-top: 3.55em;
  }
  .sectionmenu ul li.sectionmenu__item--about {
    background-image: url("/inline/icons/info-circle.svg");
  }
  .sectionmenu ul li.sectionmenu__item--documents {
    background-image: url("/inline/icons/file.svg");
  }
  .sectionmenu ul li.sectionmenu__item--videos {
    background-image: url("/inline/icons/video.svg");
  }

  @media screen and (min-width: 34em) {
    .sectionmenu ul {
      flex-direction: row;
    }
    .sectionmenu ul li {
      flex-grow: 1;
    }
  }
}
.languages {
  width: 18em;
  margin: 0 auto;
}
.languages ul {
  padding: 0.25em;
  display: flex;
  flex-direction: row;
}
.languages ul li {
  border-width: 2px;
  border-style: none solid none solid;
  border-color: black;
  border-radius: 0.25em;
  margin: 0.5em;
  padding: 0.25em;
  list-style: none;
  text-align: center;
  height: 2em;
  box-sizing: border-box;
  width: 6em;
  font-size: 0.875em;
  flex-grow: 1;
}
.languages ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: black;
}
.languages ul li:hover {
  background-color: #F9A327;
  border-width: 2px;
  border-style: solid;
  border-color: #F47927;
}

@media screen and (min-width: 30em) {
  .languages {
    width: 28em;
  }
  .languages ul li {
    font-size: 1em;
  }
}

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