/*
Theme Name: oak
Theme URI: http://twistedesign.co.uk
Description: Twisted Design
Version: 0.0.1
Author: Straw Jonny
Author URI: https://strawjonny.com
*/

/*------------------------------------*\
MAIN
\*------------------------------------*/

@font-face {
  font-family: "GothamBold";
  src: url("./fonts/Gotham-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamBook";
  src: url("./fonts/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "VAGRounded";
  src: url("./fonts/VAG-Rounded-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-font-smoothing:antialiased;
  font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
  font-size:62.5%;
}
body {
  font-family: 'GothamBook', sans-serif;
  color:#444;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -1px;
}
body.open {
  min-height: 100vh;
  background-attachment: fixed;
}
/* clear */
.clear:before,
.clear:after {
  content:' ';
  display:table;
}

.clear:after {
  clear:both;
}
.clear {
  *zoom:1;
}
img {
  max-width:100%;
  vertical-align:bottom;
}
a {
  color:#444;
  text-decoration:none;
}
a:hover {
  color:#444;
}
a:focus {
  outline:0;
}
a:hover,
a:active {
  outline:0;
}
input:focus {
  outline:0;
  border:1px solid #04A4CC;
}

.startinghide {
  opacity: 0;
}


/*------------------------------------*\
STRUCTURE
\*------------------------------------*/

h2 {
  font-size: 7rem;
  line-height: 7rem;
  font-family: 'GothamBold', sans-serif;
  letter-spacing: -1.5px;
}

h3 {
  font-size: 4rem;
  line-height: 4rem;
  font-family: 'GothamBold', sans-serif;
  letter-spacing: -1.5px;
}
h4 {
  font-family: 'GothamBold', sans-serif;
  letter-spacing: -1.5px;
}
h4.sow-headline {
  font-size: 3rem;
  line-height: 3rem;
}


body {
  transition: background-color 1s ease;
  overflow-x: hidden;
  background-image:url("./img/menustart.png");
}

body.open {
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-image 3s ease 1s;
}

/* wrapper */
.wrapper {
  max-width: 100%;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
/* header */


/* logo */
.logo img {
  height: 150px;
}
.logo-trust img, .trust-logo img {
  height: 100px;
  background-color: #6f6e70;
  padding: 10px;
}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
  padding-bottom: 50px;
  padding-top: 50px;
  color: white;
  margin-top: 50px;
}

.home .footer {
  margin-top: 0 !important;
}

.textwidget ul {
  padding: 0;
  margin-left: 20px;
}

.highlight {
  color: #f6bb00;
  font-weight: 700;
}

.footer .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.footer img {
  max-height: 150px;
}

.footer .left {
  display: flex;
  flex-direction: column;
}

.footer .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer .right hr {
  border-color: white;
  background-color: white;
  border: solid 1px;
  margin: 30px 40% 30px 0;
}


.footer h2 {
  margin-top: 0;
}

.footer a {
  color: white;
}

.full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.topbar {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  justify-content: space-between;
  font-weight: 900;
  font-size: 1.5rem;
  background: linear-gradient(#000 0%, rgba(84, 84, 84, 0) 100%);
}



.topbar a, nav.primary a {
  font-family: GothamBold, sans-serif;
}

.main-nav > ul > li > a {
  color: white;
}

.topbar .left, .topbar .right {
  display: flex;
}

.topbar .primary > ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.topbar .primary ul li {
  margin-right: 50px;
}

.menu-btn {
  margin-right: 50px;
  font-size: 2rem;
}

.navigation-buttons {
  margin-left: 20px;
  margin-right: 20px;
}

.desktop-navigation .main-nav {
  margin-top: 50px;
}

header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: left top, center center;
  background-repeat: repeat-y, no-repeat;
  background-size: contain, cover;
  padding-bottom: 250px;
  margin-bottom: 50px;
  position: relative;
}

.home header {
  margin-bottom: 0;
}

.header-content {
  padding: 0 5%;
}

header h1 {
  max-width: 70%;
  color: white;
  font-size: 7rem;
  font-weight: 700;
  line-height: 8rem;
  font-family: 'GothamBold', sans-serif;
  margin-top: 75px;
}

.home header h1 {
  margin-top: 200px;
  margin-right: 300px;
}

.news-slider-controls {
  margin-left: 2%;
}

.pull-quote p, .pull-quote li {
  font-size: 30px;
  margin-right: 200px;
  font-weight: 800;
}

.floating-trustlogo {
  display:none;
  position: absolute;
  right: 0;
  margin-top: -175px;
  background-color: #707072;
  padding: 20px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  transition: padding-right 1s ease, padding-left 1s ease;
}

.floating-trustlogo img {

}

.floating-trustlogo:hover {
  padding-right: 50px;
  padding-left: 20px;
}

.home .floating-trustlogo {
  display: block;
}
/*
.sub-menu:before {

height: 30px;
width: 100%;
background-image: url("/wp-content/themes/oak/img/triangle.png");
background-size: contain;
background-position: left center;
background-repeat: no-repeat;
content: "";
display: block;
}*/

@media only screen and (min-width:1140px) {

  body.siteorigin-panels-before-js .siteorigin-panels-stretch {
    margin-left: 0 calc(-5% - 15px) !important;
    margin-right: 0 calc(-5% - 15px) !important;
    padding-left: 0 calc(5% + 15px) !important;
    padding-right: 0 calc(5% + 15px) !important;
  }

  .navicon, .trust-logo {
    display: none !important;
  }

  .footer-break {
    display: none;
  }


}

@media only screen and (max-width:1139px) {

  body.siteorigin-panels-before-js .siteorigin-panels-stretch {
    margin: 0 -5% !important;
    padding: 0 5% !important;
  }

  .logo img {
    height: 125px;
  }

  .sub-menu {
    display: none;
  }


  .main-nav {
    display: none;
  }

  .topbar .primary {
    display: none;
  }

  header h1 {
    font-size: 4rem;
    max-width: 90%;
    line-height: 5rem;
  }

  h2 {
    font-size: 5rem;
    line-height: 1.2em !important;
  }

  header {
    transition: padding-bottom 1s ease; 
  }

  body.open header {
    padding-bottom: 20px;
  }

  h3 {
    font-size: 3rem;
  }

  h4 {
    font-size: 2rem;
  }

  .pull-quote p, .pull-quote li {
    font-size: 30px;
    margin-right: 0;
  }

  .news-slider-controls {
    margin-left: 6%;
  }

  .header-rightside {
    display: flex;
    flex-direction: column;
  }

  .logo-trust {
    display: none;
  }

  .trust-logo img {
    height: 75px;
  }

  .navigation-socials {
    display: none;
  }

  .footer .wrapper {
    justify-content: space-around;
  }

  .wrapper {
    width: 90%;
    margin: 0 5%;
  }

  article .policies {
    flex-direction: column;
  }

  .policy-box, .home .policy-box {
    width: 100% !important;
  }

  .footer-logo {
    display: none;
  }

  .cta-image {
    display: none;
  }

  .footer .wrapper {
    flex-wrap: wrap;
  }

  footer .wrapper .name {
    width: 100% !important;
    text-align: center;
    align-items: center !important;
  }

  .footer-break {
    flex-basis: 100%;
    height: 0;
  }

  .postbox {
    flex-direction: column;
  }

  .postbox .left, .postbox .right {
    width: 100% !important;
  }

  .search-trigger {
    margin-top: 0 !important;
    margin-right: -5px;
  }

}

/* Navigation */

.navicon {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.navicon a {
  font-size: 3rem;
  transition: color 1s;
  align-self: flex-end;
  margin-top: 20px;
}

.open .navicon a {
  color: white !important;
}

nav>ul {
  margin: 0 30px;
}

.primary ul {
  list-style: none;
}

nav.primary {
  padding: 10px 0;
}

nav a {
  color: white;
  font-size: 2rem;
  font-weight: 700;
}

nav a:hover {
  color: white;
}

nav ul {
  padding: 0;

}

nav li {
  padding-top: 10px;
  padding-bottom: 10px;
}

nav>ul>li>a {
  margin-left: 10px;
}

.sub-menu li {
  border-top-width: 0 !important;
  border-top-style: none !important;
  padding-bottom: 0;
  padding-top: 15px;
}

.sub-menu a {
  font-weight: 400;
}

/*
.sub-menu a:before {
content: "- ";
margin-right: 10px;
}
*/

.primary-nav .menu-item-has-children>a:after, nav.primary .menu-item-has-children>a:after {
  margin-left: 10px;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f0d7";
  color: white;
  font-size: 2rem;
}

.menu-item-has-children>a.open:after {
  content: "\f0d8" !important;
}

.main-nav > ul {
  display: flex;
  list-style: none;
  align-items: center;
}

.main-nav > ul li {
  margin-right: 20px;
  font-size: 18px;
  font-family: 'GothamBold', sans-serif;
}

.main-nav .menu-item-has-children:hover .sub-menu {
  display: flex !important;
  flex-direction: column;
  padding: 30px;
  margin-left: -30px;
  z-index: 100;
}

.main-nav .sub-menu {
  display: none;
  list-style: none;
  position: absolute;
  background-color: white;
  padding: 0;
}

.main-nav .sub-menu li {
  padding: 5px; 
}

.topbar .left .logo {
  padding-top: 30px;
}

.desktop-navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}


/*------------------------------------*\
PAGES
\*------------------------------------*/



/*------------------------------------*\
IMAGES
\*------------------------------------*/



/*------------------------------------*\
TYPOGRAPHY
\*------------------------------------*/





/*------------------------------------*\
RESPONSIVE
\*------------------------------------*/


@media only screen and (max-width:1024px) {

}
@media only screen and (min-width:1025px) {

}


/*------------------------------------*\
MISC
\*------------------------------------*/

::selection {
  background:#04A4CC;
  color:#FFF;
  text-shadow:none;
}
::-webkit-selection {
  background:#04A4CC;
  color:#FFF;
  text-shadow:none;
}
::-moz-selection {
  background:#04A4CC;
  color:#FFF;
  text-shadow:none;
}

/*------------------------------------*\
WORDPRESS CORE
\*------------------------------------*/

.alignnone {
  margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display:block;
  margin:5px auto 5px auto;
}
.alignright {
  float:right;
  margin:5px 0 20px 20px;
}
.alignleft {
  float:left;
  margin:5px 20px 20px 0;
}
a img.alignright {
  float:right;
  margin:5px 0 20px 20px;
}
a img.alignnone {
  margin:5px 20px 20px 0;
}
a img.alignleft {
  float:left;
  margin:5px 20px 20px 0;
}
a img.aligncenter {
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.wp-caption {
  background:#FFF;
  border:1px solid #F0F0F0;
  max-width:96%;
  padding:5px 3px 10px;
  text-align:center;
}
.wp-caption.alignnone {
  margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin:5px 20px 20px 0;
}
.wp-caption.alignright {
  margin:5px 0 20px 20px;
}
.wp-caption img {
  border:0 none;
  height:auto;
  margin:0;
  max-width:98.5%;
  padding:0;
  width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size:11px;
  line-height:17px;
  margin:0;
  padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
PRINT
\*------------------------------------*/

@media print {
  * {
    background:transparent !important;
    color:#000 !important;
    box-shadow:none !important;
    text-shadow:none !important;
  }
  a,
  a:visited {
    text-decoration:underline;
  }
  a[href]:after {
    content:" (" attr(href) ")";
  }
  abbr[title]:after {
    content:" (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content:"";
  }
  pre,blockquote {
    border:1px solid #999;
    page-break-inside:avoid;
  }
  thead {
    display:table-header-group;
  }
  tr,img {
    page-break-inside:avoid;
  }
  img {
    max-width:100% !important;
  }
  @page {
    margin:0.5cm;
  }
  p,
  h2,
  h3 {
    orphans:3;
    widows:3;
  }
  h2,
  h3 {
    page-break-after:avoid;
  }
}


@media only screen and (max-width:1024px) {

  .blog-featured {
    flex-direction: column;
    padding: 30px 5% !important;
    background: linear-gradient(180deg, rgba(213,56,137,0.8) 0%, rgba(213,56,137,0.8) 80%, rgba(255,255,255,0) 100%) !important;
  }

  .blog-featured-image, .blog-featured-text {
    width: 100% !important;
  }

  .blog-featured-text {
    margin-top: 0 !important;
  }

  .blog-featured-text h2 {
    line-height: 1.2;
  }

  .blog-featured-date {
    display: none;
  }

  .blog-list {
    flex-direction: column;
  }

  .blog-item {
    width: 100% !important;
    margin-bottom: 30px;
  }

  .blog-post-image, .blog-post-title {
    width: 100% !important;
  }

  .blog-post-title h1 {
    margin: 0 !important;
    font-size: 5rem !important;
  }

  .contactform input, .contactform textarea {
    width: 100% !important;
  }

}

.page-title {
  text-align: center;
  font-size: 5rem;
}

.blog-featured {
  display: flex;
  justify-content: space-between;
}

.blog-featured h2 {
  margin: 0;
}

.blog-featured-image {
  width: 39%;
}
.blog-featured-text {
  width: 59%;
}

.blog-featured-text {
  display: flex;
  flex-direction: column;
}

.blog-featured-date, .blog-featured-text a {

}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}

.blog-item {
  width: 30%;
  display: flex;
  flex-direction: column;
}

.blog-item img {
  border-radius: 5px;
}

.blog-item h3 {
  margin: 0;
}

.blog-item a {
  font-weight: 700;
}

.blog-featured-content {
  margin: 30px 0 50px 0;
}

.blog-featured-date {
  font-weight: 700;
}

.blog-post-image {
  width: 39%;
}

.blog-post-title {
  width: 59%;
  font-size: 4rem;
}

.main-header {
  text-align: center;
  text-transform: capitalize;
}

.contactform input, .contactform textarea {
  padding: 10px;
  width: 90%;
  border-width: 0;
  outline: none;
}

.contactform input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 800;
}
.contactform input::-moz-placeholder { /* Firefox 19+ */
  font-weight: 800;
}
.contactform input:-moz-placeholder { /* Firefox 18- */
  font-weight: 800;
}

.contactform input[type="submit"] {
  width: 100%;
  font-weight: 800;
}

.map {
  width: 100%;
}

.blog-post-content p, .blog-post-content ul, .blog-post-content h3 {
  margin: 20px 0;
}

video {
  width: 100%    !important;
  height: auto   !important;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
}

#container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.so-widget-sow-image h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 20px;
}

hr {
  border: 1px solid;
}

control label {
  margin-bottom: 10px;
}

.control input, .control select {
  padding: 5px;
}

input, texarea {
  padding: 10px;
}

input[type="submit"] {
  background-color: white;
  border-width: 0;
  padding: 10px;
  margin: 10px 0;
  font-weight: 800;
  transition: color 1s, background-color 1s;
}




.enquiry-form form, .enquiry-form input, .enquiry-form select, .enquiry-form textarea {
  width: 100%;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: #46b450;
  text-align: center;
  background-color: white;
}

.navigation-socials {
  margin: 0 20px;
  font-size: 2.5rem;
}

.navigation-socials a {
  margin-right: 10px;
  transition: color 1s;
}

.open .navigation-socials a {
  color: white;
}

a.facebook:hover {
  color: #3b5998;
}

a.instagram:hover {
  color: #517fa4;
}

@media only screen and (max-width:1024px) {
  .navigation-socials {
    margin-left: 10px;
    font-size: 2rem;
  }
  .navigation-socials a {
    margin-right: 5px;
  }

}

article .policies {
  display: flex;
  flex-wrap: wrap;
}

.policy-box {
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center center;
  height:400px;
  width: 25%;
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-color 1s ease, background-image 1s ease;
  border: 5px solid white;
}

.home .policy-box {
  width: 50%;
}

.three_policies .policy-box {
  width: 33%;
}

.policy-box .top {
  height: 50%;
  padding: 30px;
}

.policy-box img {
  opacity: 0;
  transition: opacity 1s ease;
  max-height: 150px;
}

.policy-box:hover img {
  opacity: 1;
}

.policy-box .bottom {
  display: flex;
  flex-direction: column;
  height: 50%;
  padding: 30px;
}

.policy-box .bottom h4 {
  text-align: left;
  color: white;
}

.policy-box i {
  color: white;
  align-self: flex-end;
}

.postbox {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
}

.postbox .left {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-right: 50px;
}

.postbox .right {
  display: flex;
  flex-direction: column-reverse;
  width: 50%;
  background-position: center center;
  background-size: cover;
  align-items: flex-end;
}

.postbox .more-button {
  padding: 20px 30px;
  font-weight: 800;
  transition: background-color 0.5s ease;
}

.postbox .more-button i {
  margin-left: 10px;
}

.postbox .more-button p {
  margin: 0;
  padding: 0;
}

.preview-more {
  transition: color 0.5s ease;
}

.postbox .date {
  font-size: 3rem;
  font-weight: 700;
  margin: 20px 0;
}

.postbox .date {
  display: flex;

}

.postbox .date .monthyear {
  line-height: 3rem;
  margin-left: 10px;
  margin-top: 10px;
}

.postbox .date .day {
  font-size: 10rem;
  line-height: 10rem;
}

.postbox h4 {
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
  font-size: 4rem;
}

.post-page .date .date-title {
  font-weight: 700;
}

.post-page .date {
  font-weight: 800;
}

table th {
  font-weight: 800;
  text-align: left;
}

table td, table th {
  padding: 10px;
}

table td {
  border: solid 1px #bbbbbb;
}

.curriculum-list h3 {
  font-weight: 400;
}

.wpcf7 input, .wpcf7 textarea {
  width: 100%;
}

.twistedu_statbox h4 {
  font-family: 'Lato', sans-serif;
}

.legacy-policies {
  display: flex;
  flex-direction: column;
}

.legacy-policies .policy-box {
  background-image: none !important;
  width: 100%;
  height: auto;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  flex-direction: row;
  cursor: pointer;
}

.legacy-policies .policy-box a {
  color: white;
}

.homepage-news-grid {
  width: 100%;
  display: grid;
  overflow: hidden;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
}

.news-box-image {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.news-box-top .more-button {
  color: white;
  padding: 10px 20px;
  margin-top: -20px;
  transition: background-color 0.5s ease;
}

.news-box-top .more-button a {
  color: white;
}

.news-box-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.news-box-bottom h4 {
  font-size: 3rem;
  line-height: 4rem;
  padding: 0;
  margin: 20px 0;
}

.homepage-news-grid {
  width: 100%;
  display: grid;
  overflow: hidden;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
}

.newspage-grid {
  width: 100%;
  display: grid;
  overflow: hidden;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
}

.news-box-top {
  height: 40vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.news-box-image {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.news-box-top .more-button {
  color: white;
  padding: 10px 20px;
  margin-top: -20px;
}

.news-box-top .more-button a {
  color: white;
}

.news-box-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 30px;
}

.news-box-bottom h4 {
  font-size: 3rem;
  line-height: 4rem;
  padding: 0;
  margin: 20px 0;
}

.news-box-bottom p {
  margin-top: 0;
}

@media only screen and (min-width:1140px) {

  .newspage-grid {
    grid-auto-flow: row dense;
  }

  .news-box-top:nth-child(6n+1) {
    grid-column: 1;
  }

  .news-box-top:nth-child(6n+3) {
    grid-column: 2;
  }

  .news-box-top:nth-child(6n+5) {
    grid-column: 3;
  }

  .news-box-bottom:nth-child(6n+2) {
    grid-column: 1;
  }

  .news-box-bottom:nth-child(6n+4) {
    grid-column: 2;
  }

  .news-box-bottom:nth-child(6n+6) {
    grid-column: 3;
  }

}
@media only screen and (max-width:1139px) {

  .homepage-news-grid {
    grid-template-columns: 1fr;
  }

  .newspage-grid {
    grid-template-columns: 1fr;
  }

  .home header {
    padding-bottom: 100px;
  }

  .home header h1 {
    margin-bottom: 0;
    margin-right: 250px;
    margin-top: 0;
  }

  .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-top: 50px;
  }

  .floating-trustlogo {
    background-color: #707072;
    padding: 20px;
    max-width: 150px;
    margin-top: 0;
  }

  .floating-trustlogo:hover {
    padding-left: 20px !important;
    padding-right: 20px !important
  }

  .home .floating-trustlogo  {
    position: absolute;
    bottom: 20px;
    max-height: 70px;
  }
  
  
  .floating-trustlogo img {
    height: 60px;
    margin-top: -15px;
  }

  .sub-menu a {
    font-family: GothamBook, sans-serif !important;
  }

  footer .wrapper .footer-logo {
    align-items: center;
  }

}

.curriculum .sow-accordion .policies {
  margin-top: 30px;
  margin-bottom: 20px;
}

.timeline-date {
  display: none !important;
}

.cd-timeline-item-title {
  font-size: 3rem;
}

.applicationform .small-btn {
  padding: 10px 30px;
  color: white;
  transition: background-color 1s ease, color 1s ease;
}

.applicationform .small-btn:hover {
  padding: 10px 30px;
  background-color: white;
}

.review-table td {
  padding: 8px 5px;
}

.cookie-button {
  background-color: white;
  padding: 5px 10px;
  font-weight: 800;
  border-radius: 5%;
}

.ow-button-base a {
  padding: 10px !important;
  padding-inline: 14px 14px !important;
  border-radius: 0 !important;
}

.news-slider {
  max-width: 100%;
}



.news-slider-controls i {
  background-color: #00000070;
  color: white;
  border-radius: 50%;
  padding: 10px 14px;
  transition: background-color 0.5s ease;
}

.news-slider-controls i:hover {
  background-color: #000000;
}


.home-loop-post {
  width: 25%;
  aspect-ratio: 1 / 1;
  display: block;
  margin: 40px;
}

.home-loop-post-image, .home-loop-post-overlay {
  width: 100%;
  height: 100%;
}

.home-loop-post-image {
  background-size: cover;
  background-repeat: no-repeat;
}

.home-loop-post-overlay {
  padding: 30px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}

.home-loop-post h3 {
  color: white;
  margin: 0;
}

.underline {
  text-decoration: underline;

}

.twisted-socials {
  display: flex;
  align-items: center;
}

.twisted-socials i {
  margin-right: 15px;
  border-radius: 50%;
  font-size: 2rem;
}

.twisted-socials i.fa-facebook-f {
  padding: 10px 14px;
}

.twisted-socials i.fa-x-twitter {
  padding: 10px 10.5px;
}

.twisted-socials i.fa-youtube {
  padding: 10px 8px;
}

.twisted-socials i.fa-instagram {
  padding: 10px 12px;
}

.slick-dots {
  display: flex;
}

.slick-dots li {
  margin-right: 20px;
  cursor: pointer;
}

.slick-dots li button {
  display: none;
}

.slick-dots li::marker {
  font-size: 4rem;
  color: #e5e5e5;
  transition: color 0.5s ease;
}

.contactform {
  padding: 20px;
}

.sow-accordion-open-button .sow-icon-ionicons::before {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f061" !important;
  padding: 24px;
  transition: all .2s ease-in-out; 
}

.sow-accordion-close-button .sow-icon-ionicons::before {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f062" !important;
  padding: 23px;
  transition: all .2s ease-in-out; 
}




.sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
  padding-right: 0 !important;
}

.sow-accordion .sow-accordion-panel {
  margin-bottom: 20px;
}

.twisted_links {
  display: flex;
  flex-direction: column;
}

.linkbox {
  width: 100%;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  margin-bottom: 20px;
  font-size: 2rem;
}

.linkbox h4 {
  margin: 0;
  font-size: 2rem;
}


.linkbox i { 
  transition: all .2s ease-in-out; 
  margin-left: 10px;
}

.linkbox:hover i { 
  transform: scale(1.2); 
}





.so-widget-sow-editor table {
  width: 100%;
}

.preview-text {
  color: #444;
}

.home .prefooter {
  display:none;
}

.prefooter {
  width: 100%;
  height: 150px;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(39,39,39,1) 90%);
  margin-top: 50px;
}

footer .wrapper .name {
  width: 30%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}

footer .wrapper .footer-logo {
  width: 30%;
  display: flex;
  justify-content: center;
}

footer .wrapper .footer-oak-logo {
  width: 30%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
}

.post-more {
  margin-bottom: 50px;
}

.footer-oak-logo img {
  margin-bottom: 30px;
}

article .nobackgrounds tbody tr {
  background-color: transparent !important;
}

.search input {
  width: 95%;
  margin-bottom: 10px;
}

.search-submit {
  padding: 10px 20px;
  font-size: 1.5rem;
}

.search-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}

.search-dropdown-container {
  display: flex;
  flex-direction: column;
  color: white;
  padding: 20px 5% 20px 5%;
}

.search-dropdown-close {
  align-self: flex-end;
  font-size: 3rem;
}

.search-dropdown-close i {
 color: white; 
  cursor: pointer;
}

.search-dropdown-searchbar {
  display: flex;
  align-items: center;
}

.search-dropdown h3 {
  color: white;
  padding: 0;
  font-size: 3rem;
  margin: 0;
}

.search-dropdown-searchbar input {
  width: 80%;
  padding: 15px 20px;
  font-size: 1.5rem;
}

.search-submit-button {
 font-size: 3rem;
  color: white;
  cursor: pointer;
  margin-left: 20px;
}

.search-submit-button:hover {
 color: white; 
}

.sow-accordion-panel-content img {
  height: 100%;
}

.pp_details {
 min-height: 45px;
}