@import '../cssb/bootstrap.min.css';
.row {
  --bs-gutter-x: 40px;
}
.font1 {
  font-family: 'Mont', sans-serif;
}
.container {
  max-width: 1200px;
}
.row .row {
  margin-left: -20px;
  margin-right: -20px;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}
.bgcover {
  background-position: center;
  background-size: cover;
}
.block {
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.devurl:before {
  position: absolute;
  top: -140px;
  left: -140px;
  width: 200px;
  padding-top: 175px;
  color: #fff;
  content: 'DEV';
  font-size: 14px;
  font-weight: bold;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 100000;
  text-align: center;
  background: #f00;
  height: 200px;
}
.clearul {
  margin: 0;
  padding: 0;
}
.clearul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*foundation animated accordion*/
.accordion .accordion-navigation > .content,
.accordion dd > .content {
  max-height: 0;
  display: block;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
  max-height: 1000px;
  opacity: 1;
}
p:last-child {
  margin-bottom: 0;
}
.valignout {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}
.valignin {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  display: table-cell;
}
figure {
  padding: 0;
  margin: 0;
}
.op0 {
  opacity: 0;
}
.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#cboxOverlay {
  background-color: #000;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxNext,
#cboxPrevious {
  position: absolute;
  bottom: 0;
  margin: 0;
  right: 0;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  padding: 0;
}
#cboxNext:after,
#cboxPrevious:after {
  display: none;
}
#cboxPrevious {
  right: 42px;
}
#cboxClose {
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  background: none !important;
  color: #fff;
  padding: 10px;
  text-align: center;
}
#cboxClose:after {
  display: none;
}
/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  -webkit-transition-property: left, top, -webkit-transform;
  transition-property: left, top, -webkit-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
.btn {
  font-family: 'Mont', sans-serif;
  background: #252B49;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  white-space: nowrap;
}
.btn:hover {
  background: #34589B;
  color: #fff;
}
.btn.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
}
.boxshadow {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 25px rgba(0, 0, 0, 0.15);
}
body {
  font-family: 'Mont', sans-serif;
  background: #FAFAFA;
}
header {
  position: fixed;
  height: 100vh;
  background: #252B49;
  width: 260px;
  z-index: 10;
  padding: 20px;
  overflow-y: auto;
}
header .logo {
  display: block;
  position: relative;
  height: 70px;
  width: 120px;
  margin-bottom: 60px;
  background: url('../img/logo.svg') center / contain no-repeat;
}
header .logo:after {
  content: '';
  display: block;
  border-bottom: solid 1px #fff;
  width: 106px;
  position: absolute;
  top: 90px;
  left: 0;
}
header .homebtn {
  font-family: 'Mont', sans-serif;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px;
  border: 1px solid #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .homebtn:hover {
  background: #00AE8F;
  color: #fff;
  border-color: #00AE8F;
}
header h3 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Mont', sans-serif;
  margin-top: 40px;
}
header ul {
  margin: 0;
  padding: 0;
}
header ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
header ul li {
  margin-bottom: 15px;
}
header ul a {
  display: inline-block;
  color: #fff;
  font-family: 'Mont', sans-serif;
  font-size: 18px;
  text-decoration: none;
  padding-left: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header ul a img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 45px;
}
header ul a:hover {
  color: #00AE8F;
}
header ul .not {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 1px solid #fff;
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
  text-align: center;
}
header .banner {
  background: #fff;
  border-radius: 10px;
  padding: 30px 30px 40px;
  display: block;
  color: #252B49;
  text-decoration: none;
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}
header .banner:after {
  width: 0;
  height: 0px;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 30px #E8E8E8 solid;
  border-bottom: 30px #E8E8E8 solid;
  border-top: 30px transparent solid;
  border-left: 30px transparent solid;
}
header .banner .not {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 1px solid #252B49;
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
  text-align: center;
}
header .banner img {
  margin-bottom: 20px;
}
.content {
  padding-left: 280px;
  position: relative;
  padding-top: 140px;
  max-width: 1380px;
  padding-bottom: 50px;
}
.content > .container {
  margin-left: unset;
  margin-right: unset;
}
.content.wide {
  max-width: unset;
}
.content .top {
  position: fixed;
  left: 260px;
  height: 100px;
  right: 0;
  top: 0;
  background: #fff;
  padding: 0 40px;
  z-index: 5;
}
.content .left {
  float: left;
}
.content .right {
  float: right;
}
.content .searchform {
  position: relative;
}
.content .searchform input {
  border: 2px solid #252B49;
  height: 40px;
  border-radius: 20px;
  padding-left: 20px;
  margin-bottom: 0;
}
.content .searchform button {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  height: 40px;
  width: 40px;
}
.content .form input,
.content .form textarea {
  border: 2px solid #252B49;
  height: 50px;
  border-radius: 20px;
  padding-left: 20px;
  margin-bottom: 15px;
  width: 100%;
}
.content .form textarea {
  height: unset;
}
.content .form input[type='checkbox'] {
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  margin-right: 15px;
}
.content .form input[type="submit"] {
  font-family: 'Mont', sans-serif;
  background: #252B49;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  white-space: nowrap;
}
.content .form input[type="submit"]:hover {
  background: #34589B;
  color: #fff;
}
.content .form input[type="submit"].btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
}
.content .welcome {
  padding-right: 80px;
  position: relative;
  text-align: right;
}
.content .welcome .avatar {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #252B49;
  background-position: center;
  background-size: cover;
  right: 0;
  top: -10px;
}
.content .welcome p {
  font-size: 20px;
  margin-bottom: 0;
}
.content .welcome .tag {
  background: #34589B;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  border-radius: 10px;
  display: inline-block;
  padding: 4px 10px 2px;
}
.content h1 {
  font-size: 48px;
  font-weight: bold;
  color: #20293C;
  margin-bottom: 20px;
}
.content h1 .not {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 1px solid #252B49;
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
  text-align: center;
  vertical-align: top;
  padding-top: 5px;
  margin-top: 18px;
}
.content p {
  color: #404040;
  font-size: 18px;
}
.content h3 {
  color: #34589B;
  font-size: 24px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 15px;
}
.content h3:first-child {
  margin-top: 0;
}
.content ul.tabnavigation {
  margin: 0;
  padding: 0;
}
.content ul.tabnavigation li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content ul.tabnavigation li {
  display: inline-block;
  margin-right: 20px;
}
.content ul.tabnavigation li a {
  font-size: 24px;
  color: #34589B;
  padding: 5px 15px;
  text-decoration: none;
  border-radius: 5px;
  position: relative;
}
.content ul.tabnavigation li.current a {
  background: #34589B;
  color: #fff;
  font-weight: bold;
}
.content ul.tabnavigation li.current a:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  content: '';
  display: block;
  border-top: 10px #34589B solid;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.access {
  margin-top: 50px;
  margin-bottom: 50px;
}
.access a {
  background: #1C2E5F;
  border-radius: 10px;
  min-height: 256px;
  padding: 60px 40px 20px;
  display: block;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 25px rgba(0, 0, 0, 0.15);
}
.access a:after {
  width: 0;
  height: 0px;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 50px #2C467F solid;
  border-bottom: 50px #2C467F solid;
  border-top: 50px transparent solid;
  border-left: 50px transparent solid;
}
.access a img {
  display: block;
  margin-bottom: 15px;
}
.access .col:nth-child(2) a {
  background: #1F264A;
}
.access .col:nth-child(2) a:after {
  border-right-color: #323A62;
  border-bottom-color: #323A62;
}
.access .col:nth-child(3) a {
  background: #171C37;
}
.access .col:nth-child(3) a:after {
  border-right-color: #252B49;
  border-bottom-color: #252B49;
}
.upcoming {
  margin-top: 50px;
  margin-bottom: 50px;
}
.upcoming .col {
  margin-bottom: 40px;
}
.upcoming a {
  background: #4B8494;
  border-radius: 10px;
  min-height: 256px;
  padding: 100px 40px 80px;
  display: block;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  height: 100%;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 25px rgba(0, 0, 0, 0.15);
}
.upcoming a .ico {
  font-weight: bold;
  font-size: 144px;
  left: 30%;
  top: -70px;
  opacity: 0.2;
  position: absolute;
}
.upcoming a .det {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 40px;
  font-size: 14px;
}
.upcoming a .det strong {
  font-size: 18px;
}
.upcoming a:after {
  width: 0;
  height: 0px;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 50px #5899A4 solid;
  border-bottom: 50px #5899A4 solid;
  border-top: 50px transparent solid;
  border-left: 50px transparent solid;
}
.upcoming .history {
  background: #EF7D00;
}
.upcoming .history:after {
  border-right-color: #CA6B1E;
  border-bottom-color: #CA6B1E;
}
.upcoming .science {
  background: #009640;
}
.upcoming .science:after {
  border-right-color: #447E42;
  border-bottom-color: #447E42;
}
.upcoming .arts {
  background: #D7007F;
}
.upcoming .arts:after {
  border-right-color: #980B6F;
  border-bottom-color: #980B6F;
}
.upcoming .geography {
  background: #00A0B6;
}
.upcoming .geography:after {
  border-right-color: #4B8494;
  border-bottom-color: #4B8494;
}
.upcoming .bespoke {
  background: #1F2543;
}
.upcoming .bespoke:after {
  border-right-color: #252B49;
  border-bottom-color: #252B49;
}
.notificationtoast {
  position: fixed;
  top: 150px;
  right: 50px;
  background: #3CB691;
  border-radius: 10px;
  padding: 20px ;
  color: #fff;
  font-size: 24px;
  z-index: 10;
  max-width: 500px;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.notificationtoast.in {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.notificationtoast p {
  margin-bottom: 0;
  line-height: 1.4;
}
.notificationtoast .close {
  width: 26px;
  height: 26px;
  position: absolute;
  top: -13px;
  right: -13px;
  background: #F16363;
  color: #fff;
  text-align: center;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.15));
  border-radius: 100%;
  font-size: 18px;
  padding-top: 1px;
}
.notificationtoast .btn {
  position: absolute;
  right: -20px;
  background: #5D5FEF;
  border-radius: 10px;
  padding: 10px 40px;
  color: #fff;
  font-size: 24px;
}
.singledata {
  margin-top: 30px;
  margin-bottom: 50px;
}
.singledata > div {
  margin-bottom: 10px;
}
.singledata .cat {
  display: inline-block;
  border-radius: 5px;
  background: #4B8494;
  color: #fff;
  padding: 5px 15px;
  font-size: 24px;
  min-height: 48px;
  vertical-align: top;
}
.singledata .date {
  min-height: 48px;
  font-size: 14px;
  background: #5899A4;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  padding: 10px 5px 5px 15px;
  color: #fff;
}
.singledata .date strong {
  font-size: 18px ;
}
.singledata .date .add {
  height: 36px;
  display: inline-block;
  background: #fff;
  color: #20293C;
  font-size: 16px;
  padding: 6px 15px;
  border-radius: 5px;
  vertical-align: top;
  text-decoration: none;
  font-weight: bold;
  margin-left: 20px;
  margin-top: -3px;
}
.singledata .date .add i {
  margin-right: 10px;
  display: inline-block;
}
.singledata .date .addeventatc {
  margin-left: 20px;
  vertical-align: top;
  display: inline-block;
  margin-top: -7px;
}
.singledata .type {
  display: inline-block;
  border-radius: 5px;
  background: #73B9C5;
  color: #fff;
  padding: 12px 20px 0;
  font-size: 18px;
  min-height: 48px;
  vertical-align: top;
}
.coursetabs {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #C8D3E9;
  margin-bottom: 50px;
}
.coursetabs li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.coursetabs li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: -2px;
}
.coursetabs li a {
  text-decoration: none;
  color: #575757;
  font-size: 20px;
  font-weight: bold;
  display: block;
  padding-bottom: 5px;
}
.coursetabs li a.active {
  color: #5381D7;
  border-bottom: 5px solid #5381D7;
}
.videoslider .flex {
  padding-bottom: 60%;
  position: relative;
}
.videoslider .flex iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.videoslider .thumbs {
  padding-top: 20px;
  overflow-y: auto;
  white-space: nowrap;
  padding-bottom: 10px;
}
.videoslider .thumbs a {
  width: 178px;
  margin-right: 10px;
  display: inline-block;
  text-decoration: none;
}
.videoslider .thumbs a .img {
  padding-bottom: 60%;
  background: #fff;
  display: block;
  background-size: cover;
  background-position: center;
}
.videoslider .thumbs a .text {
  height: 150px;
  background: #252B49;
  color: #fff;
  text-align: center;
  display: block;
  white-space: normal;
  padding: 10px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.videoslider .thumbs a.active .text {
  background: #34589B;
}
.videoslider .thumbs::-webkit-scrollbar {
  height: 6px;
  padding: 0 10px;
}
.videoslider .thumbs::-webkit-scrollbar-track {
  background-color: #c8d3e9;
  border-radius: 0px;
}
.videoslider .thumbs::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #5381d7;
}
.downloads {
  margin: 0;
  padding: 0;
}
.downloads li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.downloads li {
  border-bottom: 1px solid #E2E2E2;
  padding: 15px 0;
  position: relative;
  padding-right: 200px;
  color: #404040;
  font-size: 18px;
}
.downloads li a {
  background: #5381D7;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  padding: 7px 15px;
  font-weight: bold;
}
.downloads li a.view {
  background: #509349;
}
.downloads li .buttons {
  position: absolute;
  top: 10px;
  right: 0;
}
.resourcescats {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.resourcescats li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.resourcescats li {
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 10px;
}
.resourcescats li a {
  width: 225px;
  color: #34589B;
  font-size: 24px;
  font-weight: bold;
  background: #5899A4;
  border-radius: 10px;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 5px;
}
.resourcescats li a span {
  padding-top: 12px;
  display: block;
  border-radius: 7px;
  background: #f5f5f5;
  height: 65px;
}
.resourcescats li a.active {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 25px rgba(0, 0, 0, 0.15);
  color: #fff;
}
.resourcescats li a.active span {
  background: none;
}
.catsfiler {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-size: 0;
}
.catsfiler li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.catsfiler li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
.catsfiler li a {
  background: #B0AFB0;
  border-radius: 10px;
  padding: 10px 15px;
  color: #fff;
  font-weight: bold;
  display: block;
  text-decoration: none;
  font-size: 24px;
}
.catsfiler li a.active {
  background: #34589B;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 25px rgba(0, 0, 0, 0.15);
}
.selectionbc {
  font-size: 24px;
  color: #B0AFB0;
  margin-top: 30px;
}
.selectionbc span {
  color: #333;
}
.selectionbc .year {
  color: #34589B;
}
.selectionbc .period {
  color: #252B49;
}
.selectionbc .geography {
  color: #00A0B6;
}
#resources {
  margin-top: 30px;
  position: relative;
}
#resources .downloadall {
  background: #ed7c21;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  padding: 7px 15px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
}
#resources .panel {
  margin-bottom: 30px;
}
#coursetabscontent form {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
}
#coursetabscontent form h3 {
  font-weight: bold;
  color: #252B49;
}
#coursetabscontent form .incriment {
  border-radius: 100%;
  background: #252B49;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding-top: 9px;
  display: inline-block;
}
#coursetabscontent form .controls input {
  height: 40px;
  display: inline-block;
  margin: 0 10px;
  width: 60px;
  text-align: center;
}
#coursetabscontent form select {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 20px;
}
body .woocommerce-message {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
a.woocommerce-loop-product__link {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
a.woocommerce-loop-product__link .price {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #111;
  margin-bottom: 20px;
}
.woocommerce-loop-product__title {
  color: #252B49;
  padding: 10px 0;
  text-decoration: none;
}
.added_to_cart.wc-forward {
  font-family: 'Mont', sans-serif;
  background: #252B49;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  white-space: nowrap;
  background: #00A0B6;
  display: inline-block;
  text-decoration: none;
  padding: 0.375rem 0.75rem;
  margin-top: 10px;
}
.added_to_cart.wc-forward:hover {
  background: #34589B;
  color: #fff;
}
.added_to_cart.wc-forward.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
}
.woocommerce .button {
  font-family: 'Mont', sans-serif;
  background: #252B49;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  padding: 0.375rem 0.75rem;
  border: none;
}
.woocommerce .button:hover {
  background: #34589B;
  color: #fff;
}
.woocommerce .button.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
}
.woocommerce .col.product {
  margin-bottom: 20px;
  background: #fff;
  padding: 20px;
}
.woocommerce .products.row {
  margin-top: 30px;
}
.woocommerce-cart-form {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.woocommerce-cart-form .shop_table {
  width: 100%;
}
.woocommerce-cart-form .product-thumbnail a {
  display: block;
  max-width: 150px;
}
.woocommerce-cart-form td,
.woocommerce-cart-form th {
  padding: 10px;
}
.woocommerce-cart-form .product-name a {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  pointer-events: none;
  text-decoration: none;
}
input.quantity {
  max-width: 80px;
}
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-order-details,
.woocommerce-customer-details {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.cart_totals table,
.woocommerce-checkout-review-order table,
.woocommerce-order-details table,
.woocommerce-customer-details table {
  width: 100%;
}
.cart_totals table td,
.woocommerce-checkout-review-order table td,
.woocommerce-order-details table td,
.woocommerce-customer-details table td,
.cart_totals table th,
.woocommerce-checkout-review-order table th,
.woocommerce-order-details table th,
.woocommerce-customer-details table th {
  padding: 10px;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.woocommerce .select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
}
p.woocommerce-thankyou-order-received {
  font-size: 32px;
  font-weight: bold;
  color: #252B49;
}
#filterform input[type="text"] {
  width: 300px;
  height: 40px;
}
#filterform .col {
  margin-bottom: 20px;
  max-height: 250px;
  overflow: auto;
}
#filterform h5 {
  font-size: 18px;
  font-weight: bold;
}
#filterform label.checkbox {
  display: block;
  margin-bottom: 5px;
}
#filterform label.inline {
  display: inline-block;
  margin: 0 10px 5px;
}
#vocaresults {
  margin-top: 20px;
}
#vocaresults th,
#vocaresults td {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}
#vocaresults th:first-child,
#vocaresults td:first-child {
  text-align: left;
}
.woocommerce .product img,
.woocommerce-page .product img {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .content {
    padding-left: 260px;
  }
  .resourcescats li {
    padding-right: 10px;
  }
  .resourcescats li a {
    width: 170px;
    font-size: 20px;
  }
  .resourcescats li a span {
    height: 55px;
  }
  .catsfiler li a {
    font-size: 20px;
  }
  .selectionbc {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  header {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .menuopen header {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .content {
    padding-left: 0;
  }
  .content .top {
    left: 180px;
    padding-left: 20px;
    padding-right: 80px;
  }
  .content .top:before {
    width: 180px;
    height: 100%;
    background: #252B49 url('../img/logo.svg') center no-repeat;
    background-size: 120px auto;
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
  }
  .content .welcome p {
    font-size: 18px;
  }
  .mobilemenu {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #34589B;
    border-radius: 100%;
    padding: 15px 12px 0;
  }
  .mobilemenu span {
    display: block;
    height: 2px;
    background: #fff;
    margin-bottom: 7px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .menuopen .mobilemenu span:nth-child( 1 ) {
    -webkit-transform: translateY(9px) rotate(225deg);
            transform: translateY(9px) rotate(225deg);
  }
  .menuopen .mobilemenu span:nth-child( 2 ) {
    -webkit-transform: translateY(0px) rotate(-225deg);
            transform: translateY(0px) rotate(-225deg);
  }
  .menuopen .mobilemenu span:nth-child( 3 ) {
    -webkit-transform: rotate(360deg) scaleX(0);
            transform: rotate(360deg) scaleX(0);
  }
  .singledata .cat {
    font-size: 20px;
    padding-top: 9px;
  }
}
@media only screen and (max-width: 768px) {
  .content {
    padding-top: 100px;
  }
  .content .top {
    left: 140px;
    height: 80px;
  }
  .content .top:before {
    width: 140px;
    background-size: 100px auto;
  }
  .content .top .left {
    display: none;
  }
  .content .welcome {
    padding-right: 0;
  }
  .content .welcome p {
    font-size: 16px;
    line-height: 1.2;
  }
  .content .welcome .avatar {
    display: none;
  }
  .content h1 {
    font-size: 32px;
  }
  .content ul.tabnavigation li a {
    font-size: 20px;
  }
  .singledata .date .add {
    margin: 5px 0 0 0 ;
  }
  .resourcescats {
    white-space: nowrap;
    overflow-y: auto;
  }
  .resourcescats li a {
    width: auto;
    font-size: 18px;
    height: auto;
  }
  .resourcescats li a span {
    padding: 7px 10px ;
    height: auto;
  }
  .catsfiler {
    white-space: nowrap;
    overflow-y: auto;
  }
  .catsfiler li a {
    font-size: 18px;
  }
  .downloads li {
    padding-right: 110px;
    font-size: 16px;
  }
  .downloads li a {
    font-size: 16px;
    padding: 7px 10px;
  }
}
