@font-face {
  font-family: AvenirHeavy;
  src: url(../fonts/AvenirHeavy.ttf);
}

@font-face {
  font-family: AvenirRegular;
  src: url(../fonts/AvenirRegular.ttf);
}

@font-face {
  font-family: AvenirMedium;
  src: url(../fonts/AvenirMedium.ttf);
}

@font-face {
  font-family: TrajanProBold;
  src: url(../fonts/TrajanProBold.ttf);
}

@font-face {
  font-family: TrajanPro3Bold;
  src: url(../fonts/TrajanPro3-Bold.ttf);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  color: #757578;
  font-family: 'AvenirMedium', sans-serif;
  font-weight: normal;
}

body.active-mobile-menu {
  height: 100vh;
}

[dir="rtl"] body {
  font-family: 'Tajawal', sans-serif;
  font-weight: 500;
}

@media (max-width: 960px) {
  body {
    font-size: 16px;
  }
}

.hidden {
  display: none;
}

main {
  min-height: 500px;
}

@media (max-width: 960px) {
  main {
    margin-top: 0;
  }
}

a,
a:visited,
a:focus,
a:active {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

p strong {
  font-weight: 700;
}

.italic-text {
  font-style: italic;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mobile-view {
  display: block;
}

@media (min-width: 960px) {
  .mobile-view {
    display: none;
  }
}

.desktop-view {
  display: none;
}

@media (min-width: 960px) {
  .desktop-view {
    display: block;
  }
}


/*------------------------------------*\
  # CMS-STYLING-TABS
\*------------------------------------*/

.path-user .block-local-tasks-block .tabs {
  margin-top: 60px;
}

.block-local-tasks-block .tabs {
  background-color: transparent;
}

.block-local-tasks-block .tabs.primary {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.block-local-tasks-block .tabs.primary li {
  text-align: center;
  font-size: 0.8em;
  padding: 14px 20px;
  background-color: #007c81;
  min-width: 10%;
  border: 1px solid #41a89e;
}

@media (max-width: 960px) {
  .block-local-tasks-block .tabs.primary li {
    width: 80%;
  }
}

.block-local-tasks-block .tabs.primary li a {
  color: #ffffff;
}

.block-local-tasks-block .tabs.primary li.is-active {
  background-color: #fff;
}

.block-local-tasks-block .tabs.primary li.is-active a {
  color: #007c81;
}


/*------------------------------------*\
#LAYOUT
\*------------------------------------*/

.layout-container {
  margin: 0;
}

.outer-container {
  width: 100%;
}

.inner-container {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .inner-container {
    width: 90%;
  }
}


/*------------------------------------*\
  # HEADER
\*------------------------------------*/

header {
  position: relative;
}

.header-container {
  height: 170px;
  position: relative;
}

.header-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/header-background.jpg);
  background-size: cover;
  z-index: 1;
}

.header-menu-background {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background: #007478;
  z-index: 2;
}

.header-content-wrapper {
  width: 90%;
  margin: 0 auto;
  height: 170px;
  position: relative;
  z-index: 3;
}

.block-branding {
  width: 120px;
  margin-right: 20px;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}

[dir="rtl"] .block-branding {
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: 20px;
}

.main-menu-wrapper {
  position: absolute;
  bottom: 0;
  left: 140px;
  z-index: 5;
}

[dir="rtl"] .main-menu-wrapper {
  left: auto;
  right: 140px;
}

.header-user-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
}

[dir="rtl"] .header-user-menu {
  right: auto;
  left: 20px;
}

.header-actions--mobile {
  display: none;
}

.header-actions--mobile .header-burger-menu {
  width: 20px;
  height: 16px;
  background-image: url(../images/burger-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

@media (max-width: 960px) {
  .header-container {
    height: 80px;
    position: static;
  }
  .header-background {
    height: 80px;
  }
  .header-menu-background {
    display: none;
  }
  .header-content-wrapper {
    height: 80px;
  }
  .block-branding {
    width: auto;
    line-height: 0;
  }
  .block-branding img {
    max-height: 100px;
    width: auto;
  }
  .header-actions--mobile {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
  }
  [dir="rtl"] .header-actions--mobile {
    right: auto;
    left: 20px;
  }
  .header-user-menu {
    width: auto;
    margin-top: 0;
  }
}


/*------------------------------------*\
  # USER MENU
\*------------------------------------*/

.header-user-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #ffffff;
  font-size: 0.65em;
}

.user-menu ul {
  display: flex;
  margin-right: 5px;
}

[dir="rtl"] .user-menu ul {
  margin-right: 0;
  margin-left: 5px;
}

.user-menu ul li a {
  padding: 0 5px;
  border-right: 1px solid #ffffff;
}

[dir="rtl"] .user-menu ul li a {
  border-left: 1px solid #ffffff;
  border-right: none;
}

@media (max-width: 960px) {
  .header-user-menu {
    display: none;
  }
}


/*------------------------------------*\
  # MAIN MENU
\*------------------------------------*/

.main-menu {
  display: flex;
  align-items: center;
}

.main-menu>li {
  margin: 0 20px;
  position: relative;
  height: 40px;
}

.main-menu>li:first-child {
  margin-left: 0;
}

[dir="rtl"] .main-menu>li:first-child {
  margin-left: 20px;
  margin-right: 0;
}

.main-menu>li ul {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  background: rgb(117, 92, 140);
  background: linear-gradient(180deg, rgba(117, 92, 140, 1) 50%, rgba(255, 255, 255, 1) 100%);
  padding: 20px 0 60px 0;
  width: max-content;
  width: -webkit-max-content;
  width: -o-max-content;
  width: -moz-max-content;
  z-index: 1;
  text-align: left;
  min-width: 150px;
}

[dir="rtl"] .main-menu>li ul {
  left: auto;
  right: 0;
  text-align: right;
}

.main-menu>li ul li {
  margin-bottom: 10px;
  padding: 0 20px;
}

.main-menu>li>a,
.main-menu>li>span {
  color: #ffffff;
  font-family: TrajanProBold;
  font-size: 0.75em;
}

[dir="rtl"] .main-menu>li>a,
[dir="rtl"] .main-menu>li>span {
  font-family: 'Tajawal', sans-serif;
}

.main-menu>li ul a,
.main-menu>li ul span {
  color: #ffffff;
  font-family: AvenirHeavy;
  font-size: 0.75em;
}

[dir="rtl"] .main-menu>li ul a,
[dir="rtl"] .main-menu>li ul span {
  font-family: 'Tajawal', sans-serif;
}

.main-menu>li:hover > ul {
  display: block;
}

/* LEVEL 3 MENU */
.main-menu>li ul li > ul  {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background: rgb(117, 92, 140);
  background: linear-gradient(180deg, rgba(117, 92, 140, 1) 50%, rgba(255, 255, 255, 1) 100%);
  padding: 20px 0 60px 0;
  width: max-content;
  width: -webkit-max-content;
  width: -o-max-content;
  width: -moz-max-content;
  z-index: 1;
  text-align: left;
  min-width: 150px;
}
[dir="rtl"] .main-menu>li ul li > ul  {
  left: auto;
  right: 100%;
}
.main-menu>li:hover ul li ul  {
  display: none;
}
.main-menu>li ul li:hover ul {
  display: block;
}
.main-menu>li ul li.menu-item--expanded {
  position: relative;
  padding-right: 30px;
}
[dir="rtl"] .main-menu>li ul li.menu-item--expanded {
  padding-right: 20px;
  padding-left: 30px;
}

.main-menu>li ul li.menu-item--expanded::before,
.main-menu>li ul li.menu-item--expanded::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 10px;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
}
[dir="rtl"] .main-menu>li ul li.menu-item--expanded::before,
[dir="rtl"] .main-menu>li ul li.menu-item--expanded::after  {
  right: auto;
  left: 10px;
  transform-origin: 1px 50%;
}
.main-menu>li ul li.menu-item--expanded::before {
  transform: rotate(45deg);
}
.main-menu>li ul li.menu-item--expanded::after {
  transform: rotate(-45deg);
}

@media (max-width: 960px) {
  .main-menu-wrapper {
    display: none;
    top: 80px;
    left: 0;
    width: 100%;
    background: #007c81;
    z-index: 1;
    margin-top: 0;
    bottom: auto;
    height: auto;
  }
  .main-menu-wrapper.active {
    display: block;
  }
  .main-menu {
    text-align: center;
    display: block;
  }
  .main-menu>li {
    margin: 10px 0 20px;
    height: auto;
  }
  .main-menu>li>a,
  .main-menu>li>span {
    font-size: 1.5em;
  }
  .main-menu li ul {
    display: block;
    position: static;
    background: none;
    width: auto;
    padding: 10px 0;
    text-align: center;
  }
  .main-menu li ul li ul {
    display: block;
    position: static;
    background: none;
    width: auto;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .main-menu>li ul li.menu-item--expanded::before,
  .main-menu>li ul li.menu-item--expanded::after {
    content: none;
  }
}


/*------------------------------------*\
  # LANGUAGES
\*------------------------------------*/

.language-list a.is-active {
  display: none;
}

.language-list a {
  font-family: 'Tajawal', sans-serif;
  color: #ffffff;
}


/*------------------------------------*\
  # FOOTER
\*------------------------------------*/

.main-footer {
  margin-top: 60px;
}

.footer-container {
  position: relative;
}

.footer-social-links {
  background: #41a89e;
  padding: 20px 0;
}

.footer-social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-social-icon {
  margin: 0 30px;
  display: block;
  height: 25px;
  background-image: url(../images/social-icons.png);
  background-size: cover;
}

.footer-social-icon.footer-social-icon__facebook {
  background-position: -1px 0px;
  width: 13px;
}

.footer-social-icon.footer-social-icon__twitter {
  background-position: -36px 0px;
  width: 24px;
}

.footer-social-icon.footer-social-icon__instagram {
  background-position: -82px 0px;
  width: 25px;
}

.footer-social-icon.footer-social-icon__youtube {
  background-position: -135px 0px;
  width: 33px;
}

.footer-social-icon.footer-social-icon__linkedin {
  background-position: -197px 0px;
  width: 26px;
}

.footer-menu-container {
  background: #007c81;
  padding: 50px 0;
}

.footer-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-menu li {
  margin: 0 25px;
}

.footer-menu li a {
  font-size: 0.8em;
  color: #ffffff;
}

.footer-menu li a.is-active,
.footer-menu li a:hover {
  font-weight: 700;
  border-bottom: 1px solid #ffffff;
}

.footer-copyrights {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  color: #ffffff;
  font-size: 0.8em;
}

@media (max-width: 960px) {
  .footer-social-icon {
    margin: 0 20px;
  }
}


/*------------------------------------*\
  # ACCESS DENIED / PAGE NOT FOUND
\*------------------------------------*/

.access-denied-page,
.not-found-page {
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}


/*------------------------------------*\
  # PARAGRAPHS
\*------------------------------------*/

.paragraph-block {
  padding: 15px 0;
  text-align: justify;
}

.paragraph-block.center {
  text-align: center;
}

.paragraph-block.left {
  text-align: left;
}

.paragraph-block.right {
  text-align: right;
}

.paragraph-block__inner-image {
  display: flex;
}

.paragraph-block__inner-image img {
  max-width: 100%;
  height: auto;
}

.paragraph-block__inner-image.right {
  justify-content: flex-end;
}

.paragraph-block__inner-image.left {
  justify-content: flex-start;
}

.paragraph-block__inner-image.center {
  justify-content: space-around;
}

.paragraph-block__title {
  margin-bottom: 10px;
}

.paragraph-block__title h3 {
  font-family: TrajanProBold;
  font-size: 1.2em;
  color: #007c81;
}

[dir="rtl"] .paragraph-block__title h3 {
  font-family: 'Tajawal', sans-serif;
}

.paragraph-block p {
  margin-bottom: 15px;
}
.paragraph-block p:last-child {
  margin: 0;
}

.paragraph-block__body ul {
  list-style: disc;
  list-style-position: outside;
  padding: 0 0 0 35px;
  margin-bottom: 20px;
}

[dir="rtl"] .paragraph-block__body ul {
  padding: 0 35px 0 0;
}

.paragraph-block__body ul li {
  margin-bottom: 15px;
}

.paragraph-block ul li p {
  margin-bottom: 15px;
}

.paragraph-block__body ol {
  list-style: decimal;
  list-style-position: outside;
  padding: 0 0 0 35px;
  margin-bottom: 20px;
}

[dir="rtl"] .paragraph-block__body ol {
  padding: 0 35px 0 0;
}

.paragraph-block__body ol li {
  margin-bottom: 15px;
}

.paragraph-block ol li p {
  margin-bottom: 15px;
}

.paragraph-block a {
  color: #007c81;
  text-decoration: none;
}

.paragraph-block a:hover {
  text-decoration: underline;
  padding-bottom: 5px;
}

.paragraph-block em {
  font-style: italic;
}

.folded-text-title {
  position: relative;
  width: max-content;
  width: -o-max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  max-width: 80%;
}

.folded-text-title:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #007c81 transparent transparent transparent;
  position: absolute;
  top: 10px;
  right: -60px;
  transition: all 0.5s ease;
}

[dir="rtl"] .folded-text-title:after {
  right: auto;
  left: -60px;
}

.folded-text-title.active:after {
  border-width: 0 10px 8px 10px;
  border-color: transparent transparent #007c81 transparent;
}

.paragraph-block .folded-text-body {
  display: none;
}

@media (max-width: 960px) {
  .paragraph-block__inner-image img {
    width: auto;
  }
}


/* Keydates */

.keydates-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 30px 0 10px;
  position: relative;
  margin-bottom: 30px;
}

[dir="rtl"] .keydates-container {
  padding: 0 10px 0 30px;
}

.keydates__title {
  font-family: TrajanProBold;
  font-size: 1.26em;
  flex: 1;
  color: #755c8c;
  display: flex;
  align-items: center;
}

[dir="rtl"] .keydates__title {
  font-family: 'Tajawal', sans-serif;
}

.paragraph-block__keydate {
  margin: 0 15px;
  flex: 1;
  padding: 0;
  background: #e9eeee;
  text-align: center;
  position: relative;
}

.paragraph-block__keydate:after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: -30px;
  background: #755c8c;
}

[dir="rtl"] .paragraph-block__keydate:after {
  right: auto;
  left: -30px;
}

.keydates-container:after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 16px;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  border-color: #755c8c;
  border-style: solid;
  border-width: 2px 0 0 2px;
}

[dir="rtl"] .keydates-container:after {
  right: auto;
  left: 16px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.keydate__date {
  font-family: AvenirHeavy;
  font-size: 0.75em;
  background: #755c8c;
  color: #ffffff;
  padding: 10px;
}

[dir="rtl"] .keydate__date {
  font-family: 'Tajawal', sans-serif;
}

.keydate__title {
  font-family: AvenirRegular;
  font-size: 0.75em;
  padding: 10px;
}

[dir="rtl"] .keydate__title {
  font-family: 'Tajawal', sans-serif;
}

@media (max-width: 960px) {
  .keydates-container {
    display: block;
    padding: 0;
    margin-bottom: 60px;
  }
  .keydates__title {
    justify-content: center;
  }
  .paragraph-block__keydate {
    margin: 30px;
  }
  .paragraph-block__keydate:after {
    width: 2px;
    height: 30px;
    top: 100%;
    right: 50%;
  }
  .keydates-container:after {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    right: calc(50% - 10px);
    top: auto;
    bottom: -27px;
  }
  .keydate__date,
  .keydate__title {
    font-size: 0.9em;
  }
}


/* View Reference Paragraph */

.paragraph-block__view .paragraph-block__title {
  margin-bottom: 60px;
  text-align: center;
}

.paragraph-block__view .paragraph-block__title h3 {
  font-family: AvenirHeavy;
}

[dir="rtl"] .paragraph-block__view .paragraph-block__title h3 {
  font-family: 'Tajawal', sans-serif;
}

.paragraph-block__view .paragraph-block__title.node__title h3 {
  font-family: TrajanProBold;
  font-size: 1.3em;
  color: #755c8c;
}

[dir="rtl"] .paragraph-block__view .paragraph-block__title.node__title h3 {
  font-family: 'Tajawal', sans-serif;
}


/* Map Embed Paragraph */
.paragraph-block__map-embed.crystal_background  {
  padding: 50px 0;
  background-color: #afd8d4;
}
.map-embed__inner-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.crystal_background .map-embed__inner-content   {
  flex-direction: row-reverse;
}
.paragraph-block__map-embed.crystal_background .paragraph-block__title  {
  text-align: start;
  cursor: default;
}
.paragraph-block__map-embed.crystal_background .paragraph-block__title h3 {
  color: #735b8b;
}
.map-embed-info {
  width: 35%;
}
.crystal_background .map-embed-info {
  width: 40%;
}
.map-embed-map {
  width: 60%;
}
.crystal_background .map-embed-map {
  width: 40%;
}

.map-embed__inner-content .paragraph-block p {
  margin-bottom: 15px;
}

@media (max-width: 960px) {
  .map-embed__inner-content {
    display: block;
  }
  .map-embed-info {
    width: 100%;
  }
  .map-embed-map {
    width: 100%;
  }
}


/* Princess SM Icons */

.princess-social-links {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.princess-social-links__item {
  padding: 0 10px;
  border-right: 1px solid #755c8c;
}

[dir="rtl"] .princess-social-links__item {
  border-right: none;
  border-left: 1px solid #755c8c;
}

.princess-social-links__item:last-child {
  border: none;
}

.princess-social-links__item img {
  margin-right: 5px;
}

[dir="rtl"] .princess-social-links__item img {
  margin-right: 0;
  margin-left: 5px;
}

.princess-social-links__item a {
  text-decoration: none;
  color: #755c8c;
}

.princess-social-links__item a:hover {
  color: #007c81;
}

@media (max-width: 960px) {
  .princess-social-links {
    display: block;
  }
  .princess-social-links__item {
    margin-bottom: 10px;
    border-right: none;
  }
}


/*------------------------------------*\
  # GRID VIEW
\*------------------------------------*/

.grid-view .view-content {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.grid-view .view-content::after {
  content: "";
  flex: inherit;
  width: 30%;
}

.grid-view.justify-space-around .view-content {
  justify-content: space-around;
}

.grid-view.justify-space-around .view-content::after {
  content: none;
}

.grid-view .view-content .inner-grid-row {
  flex: 0 0 30%;
  margin-bottom: 60px;
  background: #d3e8e7;
  max-width: 500px;
}


.grid-view.view-display-id-winners .view-content  {
  justify-content: center;
  gap: 5%;
}
.grid-view.view-display-id-winners .view-content::after {
  content: none;
}

.grid-view.view-display-id-winners .view-content .inner-grid-row {
  flex: none;
  margin-bottom: 60px;
  background: #d3e8e7;
  max-width: 500px;
  width: 30%;
}

.one-colomn-grid-view .view-content .inner-grid-row {
  width: 100%;
  flex: 100%;
}

.four-items-grid-view .view-content .inner-grid-row {
  flex: 0 0 23%;
}

.two-items-grid-view .view-content .inner-grid-row {
  flex: 0 0 48%;
}

.grid-view .view-content .inner-grid-row img {
  max-width: 100%;
  height: auto;
  max-height: 300px;
}

.paragraph-block a.inner-grid-item__node-link {
  text-decoration: none;
}

.inner-grid-row:hover {
  box-shadow: 0 6px 18px 0px #4d4e4e;
  transition: 0.3s;
}

.inner-grid-item__image {
  line-height: 0;
}

.inner-grid-item__content {
  background: #d3e8e7;
  padding: 15px;
  text-align: left;
}

[dir="rtl"] .inner-grid-item__content {
  text-align: right;
}

.inner-grid-item__title {
  color: #007c81;
  margin-bottom: 15px;
}

.inner-grid-item__subtitle {
  font-size: 0.87em;
  color: #007c81;
}

.view-display-id-sponsors.grid-view .view-content {
  justify-content: center;
  gap: 60px;
}

.view-display-id-sponsors.grid-view .view-content .inner-grid-row {
  margin-bottom: 0;
}

.view-display-id-sponsors.grid-view .view-content::after {
  content: none;
}

@media (max-width: 960px) {
  .grid-view .view-content {
    justify-content: center;
  }
  .grid-view .view-content .inner-grid-row {
    flex: 0 0 100%;
  }
  .four-items-grid-view .view-content .inner-grid-row {
    flex: 0 0 46%;
  }
}


/*------------------------------------*\
  # BASIC PAGE
\*------------------------------------*/

.coming-soon-container {
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: TrajanProBold;
  font-size: 1.4em;
  color: #fff;
  background-color: rgba(65, 168, 158, 0.5);
  margin-top: 130px;
}

[dir="rtl"] .coming-soon-container {
  font-family: 'Tajawal', sans-serif;
}

.node__page.top-bottom-margin {
  margin: 100px 0;
}

.image-container {
  margin-bottom: 40px;
}

.image-container img {
  width: 100%;
  height: auto;
}

.node__title {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 25px;
}

.node__title h1 {
  font-family: TrajanProBold;
  font-size: 1.3em;
  color: #755c8c;
}

[dir="rtl"] .node__title h1 {
  font-family: 'Tajawal', sans-serif;
}

.node__content {
  font-size: 0.85em;
  color: #757578;
}


/*------------------------------------*\
  # BOARD MEMBER
\*------------------------------------*/

.node__no-header-image {
  margin-top: 80px;
}

.inline-image {
  max-width: 40%;
  float: left;
  margin: 0 25px 25px 0;
  line-height: 0;
}

[dir="rtl"] .inline-image {
  float: right;
  margin: 0 0 25px 25px;
}

.inline-image img {
  width: 100%;
  height: auto;
}

.node__inline-content {
  text-align: justify
}

.node__board-member__title {
  margin-bottom: 15px;
}

.node__board-member__title h1 {
  font-family: AvenirHeavy;
  font-size: 1.09em;
  color: #007c81;
  text-align: left;
}

[dir="rtl"] .node__board-member__title h1 {
  font-family: 'Tajawal', sans-serif;
  text-align: right;
}

.node__board-member__subtitle {
  color: #007c81;
  margin-bottom: 15px;
}

.node__body p {
  margin-bottom: 20px;
}

.node__body ul {
  list-style: disc;
  list-style-position: outside;
  padding: 0 0 0 35px;
}

[dir="rtl"] .node__body ul {
  padding: 0 35px 0 0;
}

.node__body ul li {
  margin-bottom: 15px;
}

.node__body ul li p {
  margin-bottom: 15px;
}

.node__body a {
  color: #007c81;
  text-decoration: none;
}

.node__body a:hover {
  text-decoration: underline;
  padding-bottom: 5px;
}

/*------------------------------------*\
  # WINNER PAGE
\*------------------------------------*/
.winner-inner-content   {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.winner-video-section {
  border-top: 1px solid #41a89e;
  padding-top: 50px;
}
.paragraph-block__video .paragraph-inner-content  {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.paragraph-block.paragraph-block__video .paragraph-block__title {
  font-family: AvenirHeavy;
  font-size: 1.09em;
  color: #007c81;
  text-align: start;
  margin: 0;
  cursor: text;
}
[dir="rtl"] .paragraph-block__video .paragraph-block__title  {
  font-family: 'Tajawal', sans-serif;
  text-align: right;
}
.paragraph-block__video .paragraph-block__text {
  font-size: 0.85em;
  color: #757578;
}



/* Grid View */

.board-member-grid-content {
  background: #d3e8e7;
  padding: 15px;
}

@media (max-width: 960px) {
  .inline-image {
    max-width: 100%;
    float: none;
  }
}


/*------------------------------------*\
  # ANNOUNCEMENTS
\*------------------------------------*/

.header__title {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}

.header__title h2 {
  font-family: TrajanProBold;
  font-size: 1.5em;
  color: #755c8c;
}

[dir="rtl"] .header__title h2 {
  font-family: 'Tajawal', sans-serif;
}

.header__subtitle {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}

.header__subtitle h3 {
  font-family: TrajanProBold;
  font-size: 1.2em;
  color: #755c8c;
}

[dir="rtl"] .header__subtitle h3 {
  font-family: 'Tajawal', sans-serif;
}

.announcement-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.announcement-content-wrapper {
  width: 65%;
}

.announcement-other-wrapper {
  width: 30%;
  margin-bottom: 30px;
}

.announcement-other-view {
  padding: 40px;
  background: #cee5e3;
}

.full-width-image {
  width: 100%;
  margin-bottom: 25px;
  line-height: 0;
}

.full-width-image img {
  width: 100%;
  height: auto;
}

.node__announcement__title {
  text-align: left;
  margin-bottom: 10px;
  width: 100%;
}

[dir="rtl"] .node__announcement__title {
  text-align: right;
}

.node__announcement__title h1 {
  font-family: AvenirHeavy;
  text-transform: none;
  font-size: 1.13em;
  color: #007c81;
}

[dir="rtl"] .node__announcement__title h1 {
  font-family: 'Tajawal', sans-serif;
}

.node__date {
  font-size: 0.78em;
  color: #007c81;
  margin-bottom: 15px;
}


/* Other Announcements View */

.node__announcement__mini-grid .inner-grid-item__content {
  background: #ffffff;
}

.node__announcement__mini-grid .inner-grid-item__title {
  font-size: 0.87em;
}

.node__announcement__mini-grid .inner-grid-item__date {
  font-size: 0.75em;
  color: #808181;
}


/* Announcements Grid View */

.announcements-grid-view.grid-view .view-content .inner-grid-row {
  background: #f0f0f0;
}

.node__announcement__grid .inner-grid-item__content {
  background: #f0f0f0;
  padding: 15px;
}

.node__announcement__grid .inner-grid-item__inner-content {
}

.node__announcement__grid .inner-grid-item__title {
}

.node__announcement__grid .inner-grid-item__date {
  font-size: 0.75em;
  color: #007c81;
  margin-bottom: 15px;
}

.node__announcement__grid .inner-grid-item__body {
  font-size: 0.8em;
  color: #808181;
}

@media (max-width: 960px) {
  .announcement-wrapper {
    display: block;
  }
  .announcement-content-wrapper {
    width: 100%;
  }
  .announcement-other-wrapper {
    width: 100%;
  }
  .node__announcement__grid .inner-grid-item__body {
    font-size: 0.9em;
  }
}


/*------------------------------------*\
  # PHOTO ALBUM
\*------------------------------------*/

.node__album__title {
  text-align: left;
  margin-bottom: 15px;
  width: 100%;
}

[dir="rtl"] .node__album__title {
  text-align: right;
}

.node__album__title h1 {
  font-family: AvenirHeavy;
  text-transform: none;
  color: #007c81;
}

[dir="rtl"] .node__album__title h1 {
  font-family: 'Tajawal', sans-serif;
}

.album-images-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.album-main {
  width: 75%;
}

.album-navigation {
  width: 20%;
  position: relative;
}

.album-navigation .slick-vertical .slick-slide {
  line-height: 0;
  margin-bottom: 25px;
}

.album-navigation button.slick-arrow {
  position: absolute;
  left: 0;
  text-indent: -3000px;
  background: rgba(0, 0, 0, .5);
  border: none;
  outline: 0;
  z-index: 1;
  width: 100%;
  height: 30px;
}

button.slick-arrow:after {
  content: '';
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 12px;
  left: calc(50% - 6px);
}

.album-navigation button.slick-prev {
  top: 0;
}

.album-navigation button.slick-prev:after {
  transform: rotate(-225deg);
}

.album-navigation button.slick-next {
  bottom: 0;
}

.album-navigation button.slick-next:after {
  transform: rotate(-45deg);
  top: auto;
  bottom: 12px;
}


/* Album Grid View */

.node__media__grid .inner-grid-item__content {
  background: #d3e8e7;
  padding: 15px;
}

.node__media__grid .inner-grid-item__inner-content {
}

.node__media__grid .inner-grid-item__title {
}

.node__media__grid .inner-grid-item__date {
  font-size: 0.75em;
  color: #007c81;
  margin-bottom: 15px;
}

.node__media__grid .inner-grid-item__body {
  font-size: 0.8em;
  color: #808181;
}


/*.paragraph-block__view + .paragraph-block__view {
  padding: 40px 0;
  background: #f0f0f0;
}/*


/*------------------------------------*\
  # AWARD CATEGORY
\*------------------------------------*/

.node__award-category {
  padding-bottom: 100px;
}

.categories-grid-view .inner-grid-row {
  background: #d3e8e7;
}
.categories-grid-view .view-content {
  justify-content: center;
  gap: 1%;
}
.categories-grid-view .view-content:after   {
  content: none;
}
.inner-grid-item__content.award-category--mini-grid-content {
  padding: 60px 0 30px 0;
  position: relative;
}

.award-category__mini-grid__inner-content {
  text-align: center;
}

.inner-grid-item__icon {
  width: 80px;
  height: 80px;
  background: #007c81;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -40px;
  left: calc(50% - 40px);
}

.grid-view .view-content .inner-grid-row .inner-grid-item__icon img {
  max-width: 100%;
  height: auto;
}

.award-category__mini-grid__inner-content .inner-grid-item__title {
  font-family: TrajanProBold;
  color: #755c8c;
  margin: 0 auto;
  width: 75%;
}

[dir="rtl"] .award-category__mini-grid__inner-content .inner-grid-item__title {
  font-family: 'Tajawal', sans-serif;
}


/* Block Mode */

.grid-view.categories-grid-view .inner-grid-row {
  background: none;
  line-height: 0;
}

.node__award-category__block {
  display: block;
  width: 100%;
}

.node__award-category__block img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}


/* No Link Mode */

.node__award-category__no-link {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.award-category__icon {
  margin: 0 auto 20px;
}

.award-category__icon img {
  width: 100%;
}

.award-category__title {
  font-family: TrajanProBold;
}

[dir="rtl"] .award-category__title {
  font-family: 'Tajawal', sans-serif;
}


/* Forms View */

.forms-view .inner-grid-row {
  padding: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.forms-view .inner-grid-row:hover {
  box-shadow: none;
}

.forms-view .award-category__title {
  display: none;
}

.node__form__title-only {
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}

.node__form__title-only a {
  text-decoration: none;
  color: rgb(117, 92, 140);
}

.node__form__title-only .inner-grid-item__title {
  margin-bottom: 5px;
}

.node__form__title-only .inner-grid-item__title h4 {
  color: rgb(117, 92, 140);
}

.node__form__title-only .inner-grid-item__title h4:hover {
  color: rgb(117, 92, 140);
}


/* Sponsors View */

.view-display-id-sponsors.grid-view .view-content .inner-grid-row {
  flex: inherit;
  width: max-content;
  background: none;
}


/*------------------------------------*\
  # APPLY NOW
\*------------------------------------*/

.apply-now-wrapper {
  position: fixed;
  right: 0;
  top: 50%;
  width: 125px;
  height: 96px;
  background-image: url(../images/ApplyNow-EN.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

[dir="rtl"] .apply-now-wrapper {
  background-image: url(../images/ApplyNow-AR.png);
  right: auto;
  left: 0;
  justify-content: flex-end;
}

.apply-now-wrapper a {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 960px) {
  .apply-now-wrapper {
    width: 100px;
    height: 74px;
  }
}


/*------------------------------------*\
  # HOME PAGE
\*------------------------------------*/

.homepage main {
}

.homepage img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.homepage .header-menu-background {
  top: 0;
}

.home-section {
  padding: 60px 0;
}

.home-section__title {
  font-family: TrajanProBold;
  font-size: 1.4em;
  color: #755c8c;
  margin-bottom: 25px;
  text-align: center;
}

[dir="rtl"] .home-section__title {
  font-family: 'Tajawal', sans-serif;
}

.home-section__description {
  font-size: 0.87em;
  margin-bottom: 20px;
  text-align: center;
}

.home-section__description img {
  width: auto;
}

.home-section__main {
  padding: 0;
  position: relative;
}

.home-section__main .inner-container {
  position: relative;
}

.home-section__main .main-menu-wrapper {
  position: absolute;
  bottom: 9px;
  width: 100%;
  left: 0;
  right: 0;
}

[dir="rtl"] .home-section__main .main-menu-wrapper {
  bottom: 12px;
}

.homepage .home-section__main .main-menu {
  width: 100%;
  justify-content: space-between;
}

.homepage .home-section__main .main-menu>li {
  margin: 0 5px;
  padding: 5px;
  background: #007c81;
  flex: 1;
  text-align: center;
}

.home-section__main .main-menu>li ul {
  top: 40px;
}
.home-section__main .main-menu>li ul li ul {
  top: 0;
}

@media (max-width: 960px) {
  .homepage .main-menu-wrapper {
    display: none;
  }
  .homepage .main-menu-wrapper {
    display: none;
    top: -8px;
    bottom: auto;
  }
  .homepage .main-menu-wrapper.active {
    display: block;
  }
}

.home-section__categories {
  background: #ffffff;
}

.categories-section__categories-wrapper {
  margin-top: 100px;
}

.home-section__categories .home-section__description {
  text-align: justify;
}

.home-section__message {
  background: #c1e0dd;
  position: relative;
}

.message-section__mobile-background {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.message-section-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.message-section__image {
  width: 30%;
}

.message-section__info {
  width: 65%;
}

.home-section__message .home-section__description {
  text-align: justify;
}

.home-section__message .home-section__title {
  text-align: left;
}

[dir="rtl"] .home-section__message .home-section__title {
  text-align: right;
}

.message-section__link {
  display: flex;
  justify-content: space-around;
}

.message-section__link a {
  display: block;
  width: fit-content;
  padding: 5px 15px;
  background: #755c8c;
  color: #ffffff;
  font-family: AvenirHeavy;
  font-size: 0.75em;
  text-decoration: none;
}

[dir="rtl"] .message-section__link a {
  font-family: 'Tajawal', sans-serif;
}

.message-section__link a:hover {
  background: #007c81;
}

@media (max-width: 960px) {
  .message-section-wrapper {
    display: block;
  }
  .message-section__image {
    width: 90%;
    margin: 0 auto 30px;
  }
  .message-section__info {
    width: 90%;
    margin: 0 auto;
  }
  .message-section__mobile-background {
    display: block;
  }
}

.home-section__video {
  background: #41a89e;
}

.home-section__video .home-section__title {
  color: #ffffff;
}

.home-section__research {
  background: #c1e0dd;
}

.home-section__research .inner-container {
  position: relative;
}

.home-section__research .home-section__title {
  color: #ffffff;
}

.research-section__info {
  position: absolute;
  bottom: 5%;
  width: 90%;
  left: 5%;
  background: rgba(117, 92, 140, .76);
  padding: 2%;
  color: #ffffff;
}

.research-section__info a {
  color: #41a89e;
  text-decoration: none;
}

.research-section__info a:hover {
  text-decoration: underline;
}

@media (max-width: 960px) {
  .research-section__info {
    position: static;
    margin-bottom: 40px;
    background: none;
    color: #757578;
    width: 100%;
    padding: 0;
  }
  .home-section__research .home-section__title {
    color: #755c8c;
  }
}


/*------------------------------------*\
  # WEBFORMS
\*------------------------------------*/

.node__application .node__content {
  min-height: 400px;
}

.webform-form-wrapper {
  font-size: 0.8em;
  margin: 10px 0 80px 0;
}

.webform-submission-information {
  background-color: rgba(240, 240, 241, 0.5);
  color: #000;
  padding: 10px;
  margin-bottom: 50px;
}

.webform-submission-information .details-wrapper {
  display: block !important;
  padding: 10px 20px;
}

.webform-form-wrapper input[type="checkbox"],
.webform-form-wrapper input[type="radio"] {
  width: 18px;
  height: 18px;
}

.webform-form-wrapper i {
  font-size: 0.9em;
  font-family: AvenirRegular;
  font-style: italic;
}

[dir="rtl"] .webform-form-wrapper {
  font-family: 'Tajawal', sans-serif;
}

.node__application .webform-form-wrapper {
  font-family: 'AvenirMedium', sans-serif;
  direction: ltr;
}

.webform-section .webform-section-wrapper {
  padding: 0 10px;
}

.webform-section>h3 {
  padding: 10px 20px;
  background: #9888ae;
  margin: 20px 0;
  color: #ffffff;
  font-size: 1.1em;
}

.webform-section .webform-section h3 {
  background: #afd8d5;
  color: #757578;
}

.webform-section .webform-section {
  /*padding: 0 10px;*/
}

.webform-form-wrapper .form-item {
  margin: 15px 0;
}

.webform-type-radios {
  display: flex;
  align-items: center;
}

.webform-type-radios .form-item {
  margin: 0 20px;
}

.form-type-textfield,
.form-type-textarea,
.form-type-tel,
.form-type-email,
.form-type-url,
.form-type-number,
.form-type-date,
.form-type-select,
.webform-type-webform-select-other {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.form-type-textfield label,
.form-type-tel label,
.form-type-email label,
.form-type-url label,
.form-type-number label,
.form-type-date label,
.form-type-select label,
.webform-type-webform-select-other legend {
  width: 25%;
}

.form-type-textarea label {
  width: 100%;
  margin-bottom: 10px;
}

.form-type-textfield input,
.form-type-tel input,
.form-type-email input,
.form-type-url input,
.form-type-number input,
.form-type-date input,
.form-type-select select {
  width: 70%;
  border: none;
  padding: 2px 10px;
  background: #f0f0f1;
  font-size: 0.95em;
  height: 30px;
}

.form-type-select select.multiple-select {
  height: auto;
}

.webform-type-webform-select-other .fieldset-wrapper {
  width: 70%;
  border: none;
  padding: 2px 10px;
  background: #f0f0f1;
  font-size: 0.95em;
}

.webform-type-webform-select-other .fieldset-wrapper {
  padding: 0;
}

.webform-type-webform-select-other .form-type-select select {
  width: 100%;
}

.webform-form-wrapper .form-item.webform-select-other-input {
  margin: 15px 10px;
}

.webform-select-other-input input {
  border: 1px solid #9888ae;
}

.form-type-textarea .form-textarea-wrapper {
  width: 100%;
}

.form-type-textarea .form-textarea-wrapper textarea {
  padding: 2px 10px;
  background: #f0f0f1;
  resize: none;
  width: 100%;
  border: none;
  font-size: 0.95em;
  font-family: AvenirRegular;
}

.form-item .description {
  font-size: 0.9em;
  font-family: 'AvenirRegular';
  font-style: italic;
}

span.file {
  font-size: 0.95em;
  font-family: AvenirRegular;
}

.form-type-managed-file {
  padding: 10px;
  background: #afd8d5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-type-managed-file .form-managed-file {
  width: 70%;
}

.form-type-managed-file label {
  width: 25%;
}

.form-type-managed-file .description {
  width: 70%;
  margin-left: auto;
  font-size: 0.9em;
  font-family: AvenirRegular;
  font-style: italic;
}

.form-type-managed-file .webform-element-description strong {
  font-weight: 700;
}

.form-type-managed-file .webform-element-description ul {
  list-style: disc;
  list-style-position: inside;
  padding: 10px;
}

.form-type-managed-file .webform-element-description ol {
  list-style: decimal;
  list-style-position: inside;
  padding: 10px;
}

.webform-type-radios,
.webform-type-checkboxes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.webform-type-radios legend,
.webform-type-checkboxes legend {
  width: 25%;
}

.webform-type-radios .fieldset-wrapper,
.webform-type-checkboxes .fieldset-wrapper {
  width: 70%;
}

.text-count-wrapper {
  font-size: 0.85em;
  font-style: italic;
}

.c-status-message-wrapper {
  font-size: 0.9;
  font-style: italic;
}

.c-status-message {
  background: rgba(20, 82, 66, 08);
}

.c-status-message--error {
  background: rgba(215, 34, 34, 0.8);
  color: #ffffff;
}

.messages--error.file-upload-js-error {
  font-size: 0.85em;
  font-style: italic;
  background: rgba(215, 34, 34, 0.8);
  color: #ffffff;
}

.budget-template {
  font-weight: bold;
}

.budget-template a {
  font-size: 1.1em;
  color: #755c8c;
}

.add-applicant-button {
  padding: 10px;
  background: #afd8d5;
  display: flex;
  flex-wrap: wrap;
}

.webform-form-wrapper .add-applicant-button input[type="checkbox"] {
  width: 30px;
  height: 30px;
  margin: 0 20px;
}

.add-applicant-button label {
  padding: 5px 20px;
  background: #007c81;
  margin-bottom: 10px;
  display: inline-flex;
  color: #ffffff;
}

.add-applicant-button .description {
  font-size: 0.9em;
  font-family: AvenirRegular;
  font-style: italic;
  width: 100%;
}

.webform-table {
  margin-top: 15px;
  width: 100%;
}

.webform-table thead {
  height: 30px;
  background: #cee5e3;
}

.webform-section tr.odd {
  background: #e9e9e9;
}

.webform-section tr.even {
  background: #dddddd;
}

.webform-table tr td,
.webform-table tr th {
  border: 1px solid #b3b3b4;
  display: table-cell;
  vertical-align: middle;
}

.webform-table tr td>.form-item:first-child,
.webform-table tr td>div>.form-item:first-child {
  margin: 0;
}

.webform-table td .form-type-textfield input,
.webform-table td .form-type-number input {
  background: transparent;
  width: 100%;
}

#edit-uploaded-documents .webform-section-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#edit-uploaded-documents span.file {
  display: block;
  margin: 5px 10px;
  padding: 5px 20px;
  background-color: #e9e9e9;
  width: 45%;
}

.terms-agree-wrapper {
  background: #cee5e3;
  margin: 20px 0 40px;
  padding: 20px 20px 40px;
}

.terms-agree-wrapper.webform-section>h3 {
  background: transparent;
  color: #757578;
  padding: 0;
  margin: 0 0 30px 0;
}

.terms-agree-wrapper strong {
  font-weight: 700;
  font-size: 1.2em;
}

.form-actions {
  display: flex;
  justify-content: center;
}

.form-actions .form-submit {
  margin: 0 20px;
  padding: 10px;
  font-size: 0.9em;
  border: none;
}

.form-actions .webform-button--submit {
  background: #755c8c;
  color: #ffffff;
}

.form-actions .webform-button--draft {
}

.form-actions .form-submit:hover {
  background: #007c81;
  color: #ffffff;
}

#edit-attachements-note {
  margin-top: 40px;
  padding: 20px;
  background: rgba(65, 168, 158, 0.2);
}

.form-type-processed-text ol {
  list-style: decimal inside;
  padding: 0 10px;
  margin: 10px 0;
}

.form-type-processed-text ul {
  list-style: disc inside;
  padding: 0 10px;
  margin: 10px 0;
}

.webform-access-denied {
  display: none;
}


/* Contact us form */

.contact-us-form {
  font-size: 1.2em;
}

.bordered-form-item.form-type-textfield,
.bordered-form-item.form-type-email,
.bordered-form-item.form-type-tel,
.bordered-form-item.form-type-number,
.bordered-form-item.form-type-textarea,
.bordered-form-item.form-type-select {
  height: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #c6c6c7;
  width: 100%;
  padding: 0 10px;
}

.bordered-form-item.form-type-textarea {
  height: auto;
}

.bordered-form-item.inline-form-item.form-type-textfield,
.bordered-form-item.inline-form-item.form-type-email,
.bordered-form-item.inline-form-item.form-type-tel,
.bordered-form-item.inline-form-item.form-type-number {
  width: 50%;
  float: left;
}

[dir="rtl"] .bordered-form-item.inline-form-item.form-type-textfield,
[dir="rtl"] .bordered-form-item.inline-form-item.form-type-email,
[dir="rtl"] .bordered-form-item.inline-form-item.form-type-tel,
[dir="rtl"] .bordered-form-item.inline-form-item.form-type-number {
  float: right;
}

.bordered-form-item.form-type-textfield input,
.bordered-form-item.form-type-email input,
.bordered-form-item.form-type-tel input,
.bordered-form-item.form-type-number input,
.bordered-form-item.form-type-textarea textarea,
.bordered-form-item.form-type-select select {
  border: none;
  background: transparent;
}

.contact-us-form .form-actions {
  justify-content: flex-end;
}

.contact-us-form .form-actions .form-submit {
  margin: 0;
}

.form-field__label.form-required::after,
.fieldset-legend.form-required::after {
  display: inline-block;
  margin-right: 0.15em;
  margin-left: 0.15em;
  content: "*";
  color: #d72222;
  font-size: 0.875rem;
}

input.error,
select.error,
textarea.error {
  border: 1px solid #d72222 !important;
}

.c-status-message__text ul,
.simple-status-messages ul {
  list-style: disc inside;
}

.c-status-message__text li {
  margin: 5px 20px;
  text-align: left;
}

[dir="rtl"] .c-status-message__text li {
  text-align: right;
}

.c-status-message__text i {
  display: none;
}

[dir="rtl"] .simple-status-messages {
  right: auto;
  left: 10px;
}

[dir="rtl"] .simple-status-messages .status-messages {
  padding: 15px 35px 15px 20px;
  background-position-x: calc(100% - 10px);
}

[dir="rtl"] .simple-status-messages .messages--status {
  border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
  box-shadow: 8px 0px 0 #77b259
}

[dir="rtl"] .simple-status-messages .messages--warning {
  border-color: #f4daa6 transparent #f4daa6 #f4daa6;
  box-shadow: 8px 0px 0 #e09600
}

[dir="rtl"] .simple-status-messages .messages--error {
  border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
  box-shadow: 8px 0px 0 #e62600
}

.simple-status-messages .status-message-close span {
  font-size: 30px;
  opacity: 0.5;
}

[dir="rtl"] .simple-status-messages .status-message-close span {
  left: 5px;
  right: auto;
}

@media (max-width: 960px) {
  .form-type-textfield label,
  .form-type-tel label,
  .form-type-email label,
  .form-type-url label,
  .form-type-number label,
  .form-type-date label,
  .form-type-select label,
  .webform-type-webform-select-other legend {
    width: 100%;
  }
  .form-type-textfield input,
  .form-type-tel input,
  .form-type-email input,
  .form-type-url input,
  .form-type-number input,
  .form-type-date input,
  .form-type-select select,
  .webform-type-webform-select-other .fieldset-wrapper {
    width: 100%;
  }
  .webform-type-radios legend,
  .webform-type-checkboxes legend {
    width: 100%;
  }
  .webform-type-radios .fieldset-wrapper,
  .webform-type-checkboxes .fieldset-wrapper {
    width: 100%;
  }
  .form-type-managed-file label {
    width: 100%;
  }
  .form-type-managed-file .form-managed-file {
    width: 100%;
  }
  .form-type-managed-file .description {
    width: 100%;
  }
  .bordered-form-item.inline-form-item.form-type-textfield,
  .bordered-form-item.inline-form-item.form-type-email,
  .bordered-form-item.inline-form-item.form-type-tel,
  .bordered-form-item.inline-form-item.form-type-number {
    width: 100%;
    float: none;
  }
}

.ui-dialog.webform-confirmation-modal:not(.ui-dialog-off-canvas) {
  border: none;
  min-height: 500px;
  background: url(../images/Thank-you.png);
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ui-dialog.webform-confirmation-modal .ui-dialog-titlebar {
  background: transparent;
  border: none;
  text-indent: -9999px;
  position: static;
}

.ui-dialog.webform-confirmation-modal .ui-dialog-titlebar .ui-dialog-title {
  display: none !important;
}

.ui-dialog.webform-confirmation-modal .ui-widget-content.ui-dialog-content {
  display: none !important;
}

.ui-dialog.webform-confirmation-modal .ui-dialog-titlebar-close {
}


/*------------------------------------*\
  # Pager
\*------------------------------------*/

.pager {
  text-align: center;
  margin: 50px 0 100px;
}

.pager li {
  width: auto;
}

.pager li a {
  font-size: 0.6em;
  border: solid 1px #979797;
  background-color: #d8d8d8;
  padding: 2px 45px;
}


/*------------------------------------*\
  # FORMS
\*------------------------------------*/

.user-form {
  margin: 100px 0;
  font-size: 0.8em;
}

.form-container {
  width: 80%;
  margin: 0 auto;
  display: table;
}

@media (max-width: 960px) {
  .form-container {
    width: 100%;
    display: block;
  }
}

.form-container .form-type-textfield,
.form-container .form-type-password,
.form-container .form-type-email {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0;
  height: 70px;
  padding: 0;
  border: 1px solid #755c8c;
}

.form-container .form-item .form-item {
  width: 100%;
  margin: 0;
}

.form-container .form-item label {
  margin-left: 2%;
  width: 25%;
}

.form-container .form-item input {
  width: 70%;
  height: 40px;
  padding: 5px 1%;
  border: none;
  background: transparent;
  outline: none;
}

.form-container .form-item .description,
.form-container .form-item .js-password-confirm-message {
  display: none;
}

.form-container .form-type-checkbox {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.form-container .form-type-checkbox label {
  margin: 0 10px;
}

.form-container .form-type-checkbox input {
  height: 25px;
  width: 25px;
}

.form-container .form-actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.form-container .form-actions .form-submit {
  padding: 5px 40px;
  background: #755c8c;
  border: none;
  color: #ffffff;
}


/*------------------------------------*\
  # USER PROFILE
\*------------------------------------*/

.profile {
  margin: 100px 0;
  font-size: 0.8em;
  font-family: AvenirMedium;
}

.user-profile {
  width: 80%;
  margin: 0 auto;
  display: table;
}

.user-profile .field {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0;
  height: 70px;
  padding: 0;
  border: 1px solid #755c8c;
}

.user-profile .field__label {
  width: auto;
  margin: 0 40px;
}

.user-profile .field__item {
  width: auto;
}

.forms-main-wrapper {
  margin: 100px 0;
}


/*------------------------------------*\
  # CONFERENCE PAGES
\*------------------------------------*/

.page-node-type-conference-landing-page .header-background {
  background-image: url(../images/conference-header-background.jpg);
}

.page-node-type-conference-landing-page .header-menu-background {
  background: #725b87;
}

.page-node-type-conference-landing-page .footer-social-links {
  background: #9786a8;
}

.page-node-type-conference-landing-page .footer-menu-container {
  background: #725b87;
}

.node__conference-page {
  margin-bottom: 60px;
}

.node__conference-page .inner-container {
}

.node__conference-page .node__title {
  margin: 80px 0 60px;
}

.node__conference-page .node__title h1 {
  color: #007478;
}

.paragraph-block .paragraph-block__title {
  margin: 50px 0 30px;
  text-align: center;
  font-size: 1.3em;
  cursor: pointer;
}

.paragraph-block .paragraph-block__title h3 {
  color: #007478;
}

.paragraph-block__speech {
  padding: 100px 0;
  background-color: #e8e3ea;
}
.paragraph-block__speech.green_background  {
  background-color: #2e9c96;
}
.paragraph-block__inner-speech {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.paragraph-block__inner-speech .content-image {
  width: 25%;
}

.paragraph-block__inner-speech .content-text {
  width: 65%;
}

.paragraph-block__inner-speech .content-image img {
  max-width: 100%;
  height: auto;
}

.paragraph-block__inner-speech .content-text strong {
  color: #735c8a;
}

.paragraph-block__speech.green_background .content-text {
  color: white;
}
.paragraph-body-title {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: bold;
}
.paragraph-body-subtitle {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
}

@media (max-width: 960px) {
  .paragraph-block__inner-speech {
    flex-direction: column;
  }
  .paragraph-block__inner-speech .content-image {
    width: 100%;
    margin-bottom: 30px;
  }
  .paragraph-block__inner-speech .content-text {
    width: 100%;
  }
}

.paragraph-block__list-items {
  padding: 100px 0;
  background-color: #e8e3ea;
}

.paragraph-block__list-items .field--name-field-short-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.paragraph-block__list-items .field--name-field-short-items .field__item {
  display: list-item;
  list-style: disc;
  width: 45%;
  margin-bottom: 20px;
}

@media (max-width: 960px) {
  .paragraph-block__list-items .field--name-field-short-items {
    justify-content: center;
    align-items: center;
  }
  .paragraph-block__list-items .field--name-field-short-items .field__item {
    width: 80%;
  }
}

.paragraph-block__text-button {
  margin-bottom: 50px;
}

.paragraph-block__text-button .paragraph-block__body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.paragraph-block__button {
  margin: 25px 0;
}

.paragraph-block__button a {
  width: fit-content;
  padding: 5px 20px;
  background-color: #725b87;
  color: #ffffff;
}

.node__conference-team-member {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 700px;
}

.node__conference-team-member .member-image {
  width: 41%;
  line-height: 0;
}

.node__conference-team-member .member-info {
  width: 59%;
  background: #e8e3ea;
  color: #745a8a;
  padding: 20px;
}

.node__conference-team-member .member-image img {
  width: 100%;
  height: auto;
}

.node__conference-team-member .member-info .node__title {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: left;
}

.node__conference-team-member .member-info .node__title h3 {
  font-size: 15px;
  font-weight: bold;
}

.node__conference-team-member .member-body p {
  margin: 0 0 5px 0;
  font-size: 11.5px;
  line-height: 15px;
  text-align: left;
}

.view-display-id-keynote_speakers .view-content,
.view-display-id-scientific_committee .view-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.view-display-id-keynote_speakers .view-content .views-row,
.view-display-id-scientific_committee .view-content .views-row {
  width: 47.5%;
  margin-bottom: 60px;
}

@media (max-width: 960px) {
  .node__conference-team-member .member-image {
    width: 100%;
    line-height: 0;
  }
  .node__conference-team-member .member-info {
    width: 100%;
  }
  .view-display-id-keynote_speakers .view-content .views-row,
  .view-display-id-scientific_committee .view-content .views-row {
    width: 100%;
  }
}

.view-display-id-diamond_sponsors .view-content,
.view-display-id-platinum_sponsors .view-content,
.view-display-id-gold_sponsors .view-content,
.view-display-id-silver_sponsors .view-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.view-display-id-diamond_sponsors .view-content {
  justify-content: center;
}

.view-display-id-diamond_sponsors .view-content .views-row {
  width: 45%;
}

.view-display-id-platinum_sponsors .view-content .views-row {
  width: 28%;
}

.view-display-id-gold_sponsors .view-content .views-row {
  width: 25%;
}

.view-display-id-silver_sponsors .view-content .views-row {
  width: 21%;
}

.node__conference-sponsor {
  text-align: center;
}

.node__conference-sponsor img {
  max-width: 100%;
  height: auto;
}

.view-display-id-conference_venue .view-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.view-display-id-conference_venue .view-content .views-row {
  width: 100%;
}

.node__conference-hotel__featured {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.node__conference-hotel__featured .hotel-image {
  width: 25%;
  line-height: 0;
}

.node__conference-hotel__featured .hotel-image img {
  width: 100%;
  height: auto;
}

.node__conference-hotel__featured .hotel-info {
  width: 75%;
  background: #e8e3ea;
  padding: 70px;
}

.node__conference-hotel__featured .hotel-info .node__title {
  display: none;
}

.node__conference-hotel__featured .hotel-info strong {
  color: #735c8a;
}

@media (max-width: 960px) {
  .node__conference-hotel__featured .hotel-image {
    width: 100%;
    line-height: 0;
  }
  .node__conference-hotel__featured .hotel-info {
    width: 100%;
  }
}

.view-display-id-nearby_hotels .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.view-display-id-nearby_hotels .view-content .views-row {
  width: 25%;
}

.node__conference-hotel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.node__conference-hotel .hotel-image {
  width: 100%;
  line-height: 0;
}

.node__conference-hotel .hotel-image img {
  width: 100%;
  height: auto;
}

.node__conference-hotel .hotel-info {
  width: 100%;
  background: #e8e3ea;
  padding: 30px;
  text-align: center;
}

.node__conference-hotel .hotel-info .node__title {
  padding: 0;
  margin: 0 0 10px;
  color: #725b87;
  font-weight: bold;
}

.node__conference-hotel .hotel-info strong {
  color: #735c8a;
}

.node__conference-hotel .hotel-info .hotel-link {
  text-align: center;
  margin-top: 30px;
}

.node__conference-hotel .hotel-info .hotel-link a {
  width: fit-content;
  padding: 5px 20px;
  background-color: #725b87;
  color: #ffffff;
}

@media (max-width: 960px) {
  .view-display-id-nearby_hotels .view-content .views-row {
    width: 100%;
    margin-bottom: 60px;
  }
}

/** Paragraph: Image with text box  **/
.paragraph-block__image-text-box  {
  padding: 0;
}
.paragraph-block__full-image  {
  position: relative;
  padding: 0;
  line-height: 0;
}
.paragraph-block__full-image  img   {
  max-width: 100%;
  height: auto;
}
.paragraph-block__image__content  {
  position: absolute;
  bottom: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  line-height: 1.5;
}
.paragraph-block__image__body {
  font-family: TrajanPro3Bold;
  font-size: 26px;
  padding: 50px;
  background: #007f82;
  color: white;
  text-align: center;
  width: fit-content;
}
.paragraph-block__image__body span  {
  font-family: TrajanProBold;
  font-size: 22px;
}
.paragraph-block__body hr {
  margin: 30px 0;
  color: #4ba5a6;
}
@media (max-width: 1440px) {
  .paragraph-block__image__content  {
    bottom: 90px;
  }
  .paragraph-block__image__body {
    font-size: 25px;
    padding: 30px;
  }
  .paragraph-block__image__body span  {
    font-size: 22px;
  }
  .paragraph-block__body hr {
    margin: 30px 0;
  }
}
@media (max-width: 1280px) {
  .paragraph-block__image__content  {
    bottom: 70px;
  }
  .paragraph-block__image__body {
    font-size: 24px;
    padding: 40px;
  }
  .paragraph-block__image__body span  {
    font-size: 21px;
  }
  .paragraph-block__body hr {
    margin: 25px 0;
  }
}
@media (max-width: 1024px) {
  .paragraph-block__image__content  {
    bottom: 40px;
  }
  .paragraph-block__image__body {
    font-size: 22px;
    padding: 20px;
  }
  .paragraph-block__image__body span  {
    font-size: 19px;
  }
  .paragraph-block__body hr {
    margin: 20px 0;
  }
}
@media (max-width: 960px) {
  .paragraph-block__image__content  {
    position: static;
  }
  .paragraph-block__image__body {
    font-size: 26px;
    padding: 40px;
    width: 100%
  }
  .paragraph-block__image__body span  {
    font-size: 22px;
  }
  .paragraph-block__body hr {
    margin: 30px 0;
  }
}

/** Paragraph: highlighted text  **/
.paragraph-block__highlighted-text  {
  background-color: #4ba5a6;
  padding: 40px;
}
.paragraph-block__highlighted-text .paragraph-block__body {
  color: #735b8b;
  font-size: 25px;
  font-family: TrajanPro3Bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/**  Registration form -- Webform  **/

.forum-form-wrapper {
  margin-top: 100px;
}

.forum-form-wrapper .form-title {
  font-family: TrajanProBold;
  font-size: 2em;
  color: #007478;
  padding: 50px 0;
  text-align: center;
}

.forum-form-wrapper .webform-section {
  margin-bottom: 100px;
}

.forum-form-wrapper .webform-section>h3 {
  background-color: #e8e3ea;
  text-transform: uppercase;
  color: #9888ae;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 20px;
}

.forum-form-wrapper .form-type-textfield,
.forum-form-wrapper .form-type-textarea,
.forum-form-wrapper .form-type-tel,
.forum-form-wrapper .form-type-email,
.forum-form-wrapper .form-type-url,
.forum-form-wrapper .form-type-number,
.forum-form-wrapper .form-type-date,
.forum-form-wrapper .form-type-select,
.forum-form-wrapper .webform-type-webform-select-other,
.forum-form-wrapper .webform-radios-other,
.forum-form-wrapper .form-type-radios,
.forum-form-wrapper .form-type-checkboxes {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #9888ae;
  margin: 0;
}

.forum-form-wrapper.webform-form-wrapper .form-item .forum-form--field-label {
  width: 50%;
  color: #9888ae;
  border-right: 1px solid #9888ae;
  padding: 20px;
  background-color: #ededed;
  height: 100%;
}

.forum-form-wrapper .form-type-textfield input,
.forum-form-wrapper .form-type-tel input,
.forum-form-wrapper .form-type-email input,
.forum-form-wrapper .form-type-url input,
.forum-form-wrapper .form-type-number input,
.forum-form-wrapper .form-type-date input,
.forum-form-wrapper .form-type-select select,
.forum-form-wrapper .form-radios,
.forum-form-wrapper .form-checkboxes {
  width: 49%;
  border: none;
  padding: 2px 5px;
  background: transparent;
  height: 50px;
  outline: thin #9888ae;
}

.forum-form-wrapper .two-columns-container {
  display: flex;
}

.forum-form-wrapper .two-columns-container>div {
  width: 50%;
}

.forum-form-wrapper .iti {
  width: 50%;
  display: flex;
}

.forum-form-wrapper .iti__flag-container {
  width: 30%;
  position: static;
}

.forum-form-wrapper .iti .form-tel {
  width: 70%;
}

.forum-form-wrapper .form-type-radios .form-radios,
.forum-form-wrapper .webform-radios-other .form-radios {
  display: flex;
  justify-content: space-around;
}

.forum-form-wrapper .form-item-arabic-prefix .form-radios {
  font-family: 'Tajawal', sans-serif;
}

.forum-form-wrapper .webform-section-wrapper>.form-item-events-attending>.forum-form--field-label {
  width: 100%;
  border-bottom: 1px solid #9888ae;
  text-align: center;
}

.forum-form-wrapper .webform-section-wrapper>.form-item-events-attending .form-radios {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}

.forum-form-wrapper .webform-section-wrapper>.form-item-events-attending .form-radios .form-item-events-attending {
  width: calc(100% / 3);
  border-right: 1px solid #9888ae;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.forum-form-wrapper .form-type-managed-file {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 1px solid #9888ae;
}

.forum-form-wrapper .form-type-managed-file .description {
  width: auto;
}

.forum-form-wrapper .form-type-managed-file .form-managed-file {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.forum-form-wrapper .form-type-webform-markup {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  color: #9888ae;
}
.forum-form-wrapper .form-type-textarea {
  flex-direction: column;
  gap: 20px;
}
.forum-form-wrapper.webform-form-wrapper .form-type-textarea .forum-form--field-label {
  border: none;
  background: transparent;
  text-align: center;
}

@media (max-width: 960px) {
  .forum-form-wrapper.webform-form-wrapper .form-item .forum-form--field-label {
    width: 100%;
  }
  .forum-form-wrapper .form-type-textfield input,
  .forum-form-wrapper .form-type-tel input,
  .forum-form-wrapper .form-type-email input,
  .forum-form-wrapper .form-type-url input,
  .forum-form-wrapper .form-type-number input,
  .forum-form-wrapper .form-type-date input,
  .forum-form-wrapper .form-type-select select,
  .forum-form-wrapper .form-radios {
    width: 100%;
  }
  .forum-form-wrapper .two-columns-container {
    display: flex;
    flex-direction: column;
  }
  .forum-form-wrapper .two-columns-container>div {
    width: 100%;
  }
  .forum-form-wrapper .iti {
    width: 100%;
  }
  .forum-form-wrapper .form-type-radios .form-radios,
  .forum-form-wrapper .webform-radios-other .form-radios {
    height: auto;
  }
}


/* Forum Form View Template */

.forum-form-view-wrapper .webform-section {
  margin-bottom: 50px;
}

.forum-form-view-wrapper .form-item .form-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.forum-form-view-wrapper .webform-section .webform-section {
  margin: 0;
  padding: 0;
}

.forum-form-view-wrapper .webform-section .webform-section-wrapper {
  width: 70%;
}

.forum-form-view-wrapper .webform-section .webform-section-wrapper .webform-section-wrapper {
  width: 100%;
  padding: 0;
}