/*
* Fonts
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,400&display=swap");
body {
  font-family: "Roboto", sans-serif;
  background: #E1E8EC;
}
body.active {
  position: fixed;
  width: 100%;
}

/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone, img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

header {
  height: 74px;
  background: #012E3B;
  width: 100%;
  box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 3;
}
header .logo {
  margin: 16px 0 0;
  display: inline-block;
}
header h2 {
  display: inline-block;
  line-height: 74px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-left: 37px;
}
header .menu {
  list-style: none;
}
header .menu li {
  display: inline-block;
}
header .menu li a {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 74px;
  font-size: 20px;
  font-weight: 500;
  margin: 0 23px;
}
header .menu li:last-child a {
  margin-right: 0;
}

@media screen and (min-width: 1280px) {
  .container-fluid {
    max-width: 95%;
  }
}
@media screen and (max-width: 1279px) {
  .container-fluid {
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 768px) {
  .container-fluid {
    max-width: calc(100% - 20px);
  }
}
.home-header {
  background: #012E3B url("../../images/top-header-bg.svg") center 56px no-repeat;
  background-size: 70%;
  height: 500px;
}
.home-header .container, .home-header .container-fluid {
  text-align: center;
}
.home-header .container h1, .home-header .container-fluid h1 {
  font-size: 105px;
  font-weight: 100;
  color: #FCBC00;
  line-height: 100px;
  text-transform: uppercase;
  width: 100%;
  max-width: 1490px;
  display: inline-block;
  margin: 89px 0 0;
}
.home-header .search-form {
  width: 812px;
  margin: 68px auto 0;
  height: 68px;
  position: relative;
}
.home-header .search-form #s {
  width: 100%;
  height: 68px;
  border: none;
  font-size: 30px;
  padding: 0 18px;
  border-radius: 10px;
  color: #002E3B;
}
.home-header .search-form #searchsubmit {
  width: 52px;
  height: 50px;
  background: transparent url("../../images/search-icon.svg") center center no-repeat;
  border: none;
  position: absolute;
  top: 8px;
  right: 20px;
  z-index: 2;
  cursor: hover;
}

footer {
  background: #002E3B;
  height: 327px;
  padding-top: 70px;
}
footer p {
  color: #fff;
}
footer .widget {
  padding-bottom: 20px;
}
footer .widget h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
footer .widget a {
  color: #fff;
}
footer .widget a:hover {
  color: #38C8AF;
}
footer .widget p {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}
footer .social a {
  padding: 0 5px;
}

.resource .resource-title {
  text-align: center;
  height: 371px;
}
.resource .resource-title h1 {
  margin-top: 88px;
  font-size: 105px;
  text-transform: uppercase;
  font-weight: 100;
}
.resource .resource-title h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 300;
}

.side-navigation {
  border-radius: 10px;
  background: #002E3B;
  padding: 30px 0;
}
.side-navigation h3 {
  color: #fff;
  font-size: 30px;
  margin: 0 30px;
}
.side-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.side-navigation ul li {
  color: #fff;
  display: block;
}
.side-navigation ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 0 30px;
  display: inline-block;
  padding: 10px 0;
}
.side-navigation ul li a::before {
  content: " ";
  height: 11px;
  width: 11px;
  background: url("../../images/list-parent.png");
  display: inline-block;
  margin: 0 11px 0 -15px;
}
.side-navigation ul li.menu-item-has-children {
  position: relative;
}
.side-navigation ul li.menu-item-has-children::after {
  content: " ";
  position: absolute;
  width: 14px;
  height: 11px;
  cursor: pointer;
  right: 20px;
  top: 18px;
  background: url("../../images/list-collapsed.png");
  transition: all 0.3s;
}
.side-navigation ul li.current-menu-item > a {
  color: #38C8AF;
}
.side-navigation ul li.current-menu-item > a::before {
  background: url("../../images/list-parent-active.png");
}
.side-navigation ul li.current-menu-parent::after, .side-navigation ul li.current-menu-item::after, .side-navigation ul li.active::after {
  transform: rotate(180deg);
}
.side-navigation ul li.current-menu-parent ul, .side-navigation ul li.current-menu-item ul, .side-navigation ul li.active ul {
  max-height: 600px;
  overflow-y: scroll;
}
.side-navigation ul li ul {
  background: #011A21;
  width: 100%;
  margin: 0;
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.side-navigation ul li ul.active {
  max-height: 600px;
  overflow-y: scroll;
}
.side-navigation ul li ul li {
  margin: 0 30px;
}
.side-navigation ul li ul li a {
  font-size: 16px;
}
.side-navigation ul li ul li a::before {
  background: url("../../images/list-child.png");
}
.side-navigation ul li ul li.current-menu-item a::before {
  background: url("../../images/list-child-active.png");
}

.resource-contents {
  background-repeat: repeat;
  padding: 42px 0;
}
.resource-contents .content {
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.resource-contents .content h1 {
  font-size: 47px;
  color: #005C84;
  padding: 0 0 25px;
  margin: 0 0 34px;
  border-bottom: 4px solid #6BB396;
  display: inline-block;
}
.resource-contents .content .child-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.resource-contents .content .child-list li {
  margin: 10px 0;
}
.resource-contents .content .child-list li a {
  font-size: 20px;
}
.resource-contents .content p {
  font-size: 20px;
}

.page-content {
  margin: 42px 0;
  background: #fff;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.page-content h1 {
  font-size: 47px;
  color: #005C84;
  padding: 0 0 25px;
  margin: 0 0 34px;
  border-bottom: 4px solid #6BB396;
  display: inline-block;
}

.homepage-resources {
  padding-top: 42px;
  padding-bottom: 42px;
}

.resource-box {
  position: relative;
  margin-bottom: 30px;
}
.resource-box .resource-thumb {
  width: 100%;
  height: 238px;
  overflow: hidden;
}
.resource-box .resource-thumb img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  max-width: 100%;
  height: 238px;
}
.resource-box .desc {
  position: relative;
  z-index: 3;
  background: #002E3B;
  padding: 30px;
  width: 100%;
}
.resource-box .desc .uos-logo {
  position: absolute;
  top: -60px;
  left: 10px;
}
.resource-box .desc h3 {
  margin: 4px 0 14px;
}
.resource-box .desc h3 a {
  color: #fff;
  font-weight: 100;
  text-decoration: none;
  font-size: 24px;
  text-transform: uppercase;
  word-break: break-word;
}
.resource-box .desc p {
  font-size: 16px;
  color: #fff;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .chosen-container-multi .chosen-choices, .with_frm_style .chosen-container-single .chosen-single {
  font-size: 20px;
  height: 44px;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
  background: #002E3B;
  height: 44px;
  font-size: 20px;
  transition: all 0.3s;
}

.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover, .frm_style_formidable-style.with_frm_style input[type=submit]:hover, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  color: #fff;
  background: #005C84;
}

.mobile-menu {
  width: 100vw;
  height: 100vh;
  background: #002E3B;
  position: fixed;
  top: 74px;
  z-index: 1000;
  left: -100vw;
  transition: all 0.3s;
}
.mobile-menu.active {
  left: 0;
}
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu ul li a {
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 10px 20px 10px 20px;
}

.result-title {
  font-size: 30px;
  margin: 30px 0;
}

.result-container {
  background-color: #002E3B;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.result-container .result-parent {
  display: flex;
}
.result-container .result-parent .parent-thumb {
  width: 300px;
  height: 200px;
  overflow: hidden;
}
.result-container .result-parent .parent-thumb img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.result-container .result-parent .parent-title-desc {
  padding: 30px;
  margin: 0 10px;
  border-bottom: 1px solid #707070;
  width: 100%;
}
.result-container .result-parent .parent-title-desc h3 {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 30px;
}
.result-container .result-parent .parent-title-desc p {
  font-size: 20px;
}
.result-container .result-parent .parent-title-desc .explore-btn {
  display: inline-block;
  width: 114px;
  height: 42px;
  line-height: 40px;
  font-weight: bold;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid transparent;
  font-size: 20px;
  color: #012E3B;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}
.result-container .result-parent .parent-title-desc .explore-btn:hover {
  border-color: #005C84;
}
.result-container .result-children {
  padding: 30px 20px;
}
.result-container .result-children .result-text {
  font-size: 24px;
  font-weight: 100;
  display: block;
  margin: 0 0 10px;
}
.result-container .result-children h4 {
  margin-bottom: 10px;
}
.result-container .result-children h4 a {
  color: #FCBC00;
  font-size: 25px;
}

@media screen and (max-width: 1480px) {
  .home-header .container h1, .home-header .container-fluid h1 {
    font-size: 90px;
  }
}
@media screen and (max-width: 1300px) {
  .home-header .container h1, .home-header .container-fluid h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .result-container .result-parent {
    display: flex;
    flex-direction: column;
  }
  .result-container .result-parent .parent-thumb {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .result-container .result-parent .parent-thumb img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
  .result-container .result-parent .parent-title-desc {
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid #707070;
    width: 100%;
  }
  .result-container .result-parent .parent-title-desc h3 {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 30px;
  }
  .result-container .result-parent .parent-title-desc p {
    font-size: 20px;
  }
  .result-container .result-parent .parent-title-desc .explore-btn {
    display: inline-block;
    width: 114px;
    height: 42px;
    line-height: 40px;
    font-weight: bold;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid transparent;
    font-size: 20px;
    color: #012E3B;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
  }
  .result-container .result-parent .parent-title-desc .explore-btn:hover {
    border-color: #005C84;
  }
  .result-container .result-children {
    padding: 30px 20px;
  }
  .result-container .result-children .result-text {
    font-size: 24px;
    font-weight: 100;
    display: block;
    margin: 0 0 10px;
  }
  .result-container .result-children h4 {
    margin-bottom: 10px;
  }
  .result-container .result-children h4 a {
    color: #FCBC00;
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .home-header {
    background: #012E3B url("../../images/top-header-bg.svg") center 56px no-repeat;
    background-size: 100%;
    height: 260px;
  }
  .home-header .container, .home-header .container-fluid {
    text-align: center;
  }
  .home-header .container h1, .home-header .container-fluid h1 {
    font-size: 40px;
    font-weight: 100;
    color: #FCBC00;
    line-height: 40px;
    text-transform: uppercase;
    width: 100%;
    max-width: 1490px;
    display: inline-block;
    margin: 38px 0 0;
  }
  .home-header .search-form {
    width: 100%;
    margin: 20px auto 0;
    height: 68px;
    position: relative;
  }
  .home-header .search-form #s {
    width: 100%;
    height: 48px;
    border: none;
    font-size: 20px;
    padding: 0 18px;
    border-radius: 10px;
    color: #002E3B;
  }
  .home-header .search-form #searchsubmit {
    width: 52px;
    height: 50px;
    background: transparent url("../../images/search-icon.svg") center center no-repeat;
    border: none;
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 2;
    cursor: hover;
    transform: scale(0.8);
  }
  .resource .resource-title {
    height: 180px;
  }
  .resource .resource-title h1 {
    margin-top: 38px;
    font-size: 40px;
    line-height: 40px;
  }
  .resource .resource-title h2 {
    font-size: 20px;
    margin-top: 20px;
  }
  .resource-contents {
    background-repeat: repeat;
    padding: 42px 0;
  }
  .resource-contents .content {
    padding: 20px 15px;
  }
  .resource-contents .content h1 {
    font-size: 30px;
    color: #005C84;
    padding: 0 0 25px;
    margin: 0 0 34px;
    border-bottom: 4px solid #6BB396;
    display: inline-block;
    text-align: center;
  }
  .resource-contents .content .child-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .resource-contents .content .child-list li {
    margin: 10px 0;
  }
  .resource-contents .content .child-list li a {
    font-size: 20px;
  }
  .resource-contents .content p {
    font-size: 20px;
  }
  footer {
    height: auto;
    text-align: center;
  }
  footer .widget {
    margin: 20px 0;
  }
  footer .widget h4 {
    margin-bottom: 10px;
  }
  .side-navigation {
    border-radius: 10px;
    background: #002E3B;
    padding: 20px 0;
    position: relative;
    margin: 0 0 30px;
  }
  .side-navigation::after {
    content: " ";
    position: absolute;
    width: 14px;
    height: 11px;
    cursor: pointer;
    right: 30px;
    top: 33px;
    background: url("../../images/list-collapsed.png");
    transform: scale(1.4);
    transition: all 0.3s;
  }
  .side-navigation h3 {
    color: #fff;
    font-size: 30px;
    margin: 0 30px;
    position: relative;
    z-index: 4;
  }
  .side-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 0;
    transition: all 0.3s;
    overflow: hidden;
  }
  .side-navigation.active > ul {
    max-height: 1000px;
  }
  .side-navigation.active::after {
    transform: scale(1.4) rotate(180deg);
  }
}
.mobile-menu-trigger {
  position: absolute;
  left: 15px;
  top: 25px;
  width: 40px;
  height: 30px;
  -webkit-transform: rotate(0deg) scale(0.9);
  -moz-transform: rotate(0deg) scale(0.9);
  -o-transform: rotate(0deg) scale(0.9);
  transform: rotate(0deg) scale(0.9);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 9000;
  cursor: pointer;
}
.mobile-menu-trigger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.mobile-menu-trigger span:nth-child(1) {
  top: 0px;
}
.mobile-menu-trigger span:nth-child(2), .mobile-menu-trigger span:nth-child(3) {
  top: 12px;
}
.mobile-menu-trigger span:nth-child(4) {
  top: 24px;
}
.mobile-menu-trigger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.mobile-menu-trigger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu-trigger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-menu-trigger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
