@charset "UTF-8";
/* VARIABLES */
/* #dddddd  #e9eff2 */
*, html, body {
  margin: 0;
  padding: 0;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  color: #454545;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 24px;
}
#content {
  flex: 1 0 auto;
}
/* HEADER */
.header {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 100%;
}
.header > .row {
  justify-content: space-between;
}
.header #logo {
  float: left;
  margin-right: 20px;
  margin-left: 30px;
}
.header #logo svg {
  width: 120px;
  height: auto;
  margin: 15px 0;
}
.header .header-right {
  float: right;
  display: block;
  position: absolute;
  top: 77px;
  width: 100%;
  background: #fff;
  left: 0;
  right: 0;
  z-index: 250;
}
.header .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 30px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
}
.header .navbar-toggle .icon-bars {
  display: inline-block;
  margin-right: 5px;
}
.header .navbar-toggle .icon-bars .icon-bar {
  background: #5583a1;
  width: 18px;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin-top: 4px;
}
.header .navbar-toggle .icon-menu {
  float: right;
  display: inline-block;
  color: #5583a1;
  text-transform: uppercase;
}
.header .navbar-collapse {
  border-top: none;
}
.header .find-centre {
  display: none;
}
.header #header-btns {
  margin: 0;
  height: 65px;
}
.header #header-btns #options-box {
  width: 100%;
  margin: 0;
  background: #5583a1;
  display: inline-block;
  float: left;
  border-bottom: thin solid #fff;
}
.header #header-btns #options-box a i.fas {
  color: #fff;
}
.header #header-btns #options-box a:last-child .header-icon {
  border-right: none;
}
.header #header-btns #options-box a:hover .header-icon {
  background: #00777f;
}
.header #header-btns #options-box .smlinks {
  display: none;
}
.header ul.navbar-nav {
  margin: 0;
  display: block;
}
.header ul.navbar-nav li a {
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 10px;
  color: #5583a1;
  display: block;
}
.header ul.navbar-nav li a:hover {
  text-decoration: none;
  background-color: #dddddd;
}
.header ul.navbar-nav > .menu-item-has-children > a::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  right: 10px;
}
.header ul.navbar-nav > .menu-item-has-children > a.arrow-up {
  background: #eee;
  border-bottom: none;
}
.header ul.navbar-nav > .menu-item-has-children > a.arrow-up::before {
  transform: rotate(90deg);
}
.header ul.navbar-nav > .menu-item-has-children > ul.sub-menu {
  display: none;
}
.header ul.navbar-nav > .menu-item-has-children > ul.sub-menu.visible {
  display: block;
  position: static !important;
  transform: none !important;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header ul.navbar-nav > .menu-item-has-children > ul.sub-menu.visible li a {
  border-bottom: 1px solid #f0f0f0;
  padding: 14px 10px 14px 30px;
  font-size: 15px;
  white-space: normal;
  color: #193c69;
}
.header ul.navbar-nav > .menu-item-has-children > ul.sub-menu.visible li a:hover {
  background: #f5f5f5;
}
.header ul.navbar-nav > .menu-item-has-children > ul.sub-menu.visible li.sub-menu-title > a {
  cursor: default;
  font-weight: 900;
}
.header ul.navbar-nav > .menu-item-has-children > ul.sub-menu.visible li.sub-menu-title > a:hover, .header ul.navbar-nav > .menu-item-has-children > ul.sub-menu.visible li.sub-menu-title > a:focus, .header ul.navbar-nav > .menu-item-has-children > ul.sub-menu.visible li.sub-menu-title > a:active {
  background: transparent;
}
.header ul.navbar-nav > .menu-item-has-children > ul.sub-menu.visible li.menu-item-has-children ul.sub-menu a {
  display: block;
  font-size: 14px;
  padding: 13px 10px 13px 60px;
  color: #5583a1;
}
.header ul.navbar-nav > .menu-item-has-children > ul.sub-menu.visible li.menu-item-has-children ul.sub-menu a::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: relative;
  left: -5px;
}
/** End HEader */
/* Main container */
.sig-container h1, .sig-container h3 {
  text-align: center;
  color: #5583a1;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 500;
}
.sig-container h3 {
  text-align: left;
}
.sig-container h2 {
  color: #454545;
  font-weight: bold;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.sig-container a:not(.home-icons) {
  color: #5583a1;
  transition: all 0.3s ease;
  text-decoration: none;
}
.sig-container a:hover, .sig-container a:focus {
  color: #436880;
}
.sig-container .qlinks > .panel-grid-cell > .so-panel {
  margin-bottom: 20px !important;
  display: flex;
  justify-content: center;
}
.sig-container .qlinks > .panel-grid-cell > .so-panel .home-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border-radius: 50% !important;
  border: none !important;
  background: #399785 !important;
  transition: all 0.3s ease;
}
.sig-container .qlinks > .panel-grid-cell > .so-panel .home-icons > span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  text-align: center;
}
.sig-container .qlinks > .panel-grid-cell > .so-panel .home-icons > span [class^="sow-icon-"] {
  margin: 0 !important;
}
.sig-container .qlinks > .panel-grid-cell > .so-panel .home-icons:hover, .sig-container .qlinks > .panel-grid-cell > .so-panel .home-icons:focus {
  background: #2b7264 !important;
}
.sig-container .qlinks > .panel-grid-cell > .so-panel a:not(.home-icons) {
  font-size: 1.2rem;
}
.sig-container img {
  max-width: 100%;
  height: auto;
}
.sig-container .ms-slide img {
  max-width: none;
}
.sig-container .home-news-item .thumb {
  height: 100px;
  text-align: center;
  margin-bottom: 20px;
  padding: 5px;
  box-sizing: content-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sig-container .home-news-item .thumb img {
  width: auto;
  max-height: 100px;
  vertical-align: middle;
}
.sig-container .home-news-item .news-title {
  color: #555;
  display: block;
  margin-bottom: 10px;
  min-height: 50px;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}
.sig-container .home-news-item .news-date {
  color: #399785;
  font-size: 11px;
  float: right;
}
/* Main page template container */
.sig-page-container {
  margin-top: 50px;
}
.sig-page-container h1 {
  text-align: left;
}
.sig-page-container ul:not(#myTab) {
  margin-left: 30px;
}
.sig-page-container .tablepress.qualification_table tfoot th {
  background-color: transparent;
}
.sig-page-container .btn-bsl {
  color: #333333;
  background: #ffffff;
  border: thin solid #ccc;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 6px 12px 6px 24px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
}
.sig-page-container .btn-bsl::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: relative;
  left: -10px;
  font-size: 14px;
  color: #399785;
}
.sig-page-container .btn-bsl:hover, .sig-page-container .btn-bsl:focus {
  background: #f5f5f5;
}
.sig-page-container .panel-group {
  margin-bottom: 20px;
}
.sig-page-container .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  border-color: #dddddd;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.sig-page-container .panel-group .panel .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
  border-bottom: 0;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.sig-page-container .panel-group .panel .panel-heading .panel-title {
  color: #454545;
  padding: 0 0 0 9px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}
.sig-page-container .panel-group .panel .panel-heading .panel-title::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: relative;
  left: -10px;
  top: -1px;
  font-size: 14px;
  color: #399785;
}
.sig-page-container .panel-group .panel .panel-heading[aria-expanded="true"] .panel-title::before {
  transform: rotate(90deg);
}
.sig-page-container .panel-group .panel .panel-body {
  border: 1px solid #dddddd;
  border-top: none;
  padding: 15px;
}
.sig-page-container .nav-tabs > li.active > a, .sig-page-container .nav-tabs > li.active > a:hover, .sig-page-container .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.sig-page-container .nav li a {
  color: #193c69;
}
.sig-page-container .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.sig-page-container .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.sig-page-container .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected {
  outline: none;
}
.sig-page-container table.table.table-bordered {
  background: #fff;
}
.sig-page-container .school-logos img {
  max-height: 100px;
}
.sig-page-container .supporters-logos img {
  max-height: 150px;
}
.sig-page-container .pagination {
  margin-left: 15px !important;
}
.sig-page-container .pagination li.page-item .page-link {
  line-height: 24px;
  color: #5583a1;
}
.sig-page-container .pagination li.page-item.active a.page-link {
  background: #399785;
  border: thin solid #399785;
}
.sig-page-container .pagination li.page-item.active a.page-link span.current {
  color: #fff;
}
.sig-page-container .pagination-default {
  margin-left: 15px !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.sig-page-container .pagination-default .page-numbers {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  line-height: 24px;
  color: #5583a1;
}
.sig-page-container .pagination-default .page-numbers:focus, .sig-page-container .pagination-default .page-numbers:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.sig-page-container .pagination-default .page-numbers:first-child {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.sig-page-container .pagination-default .page-numbers:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.sig-page-container .pagination-default .page-numbers.current {
  background: #399785;
  border: thin solid #399785;
  color: #fff;
}
.sig-page-container .blue-banner {
  background: #5583a1;
  color: #fff;
  overflow: hidden;
}
.sig-page-container .blue-banner h1, .sig-page-container .blue-banner p, .sig-page-container .blue-banner a {
  color: #fff;
}
.sig-page-container .blue-banner a {
  text-decoration: underline;
}
.sig-page-container .blue-banner #included {
  background: #fff;
  color: #454545 !important;
  font-weight: 400;
  padding: 30px 0 0 0;
  margin-top: -30px;
  position: relative;
  z-index: 0;
}
.sig-page-container .blue-banner #included:after {
  position: absolute;
  content: "";
  height: 100%;
  background: #fff;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 200vw;
}
.sig-page-container .green-widget {
  position: relative;
  background: #399785;
  color: #fff;
  margin: 20px 0 80px 0;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
}
.sig-page-container .green-widget strong, .sig-page-container .green-widget ul li {
  color: #fff;
}
.sig-page-container .green-widget a {
  text-decoration: none;
}
.sig-page-container .green-widget .course-cost {
  text-align: center;
  font-size: 20px;
  margin-top: -10px;
  margin-bottom: -10px;
}
.sig-page-container .green-widget ul {
  margin-left: 15px !important;
  padding: 0;
  list-style: none;
}
.sig-page-container .green-widget ul li {
  padding: 0 0 0 20px;
  margin: 0;
  position: relative;
}
.sig-page-container .green-widget ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #324d5e;
}
.sig-page-container .green-banner {
  background: #399785;
}
.sig-page-container .green-banner h3 {
  color: #fff;
}
.sig-page-container .green-banner > .panel-grid-cell {
  display: flex;
  justify-content: center;
}
.sig-page-container .green-banner > .panel-grid-cell > .so-panel {
  margin-bottom: 0 !important;
}
.sig-page-container .green-banner > .panel-grid-cell #BSLbegin {
  margin-right: 20px;
}
@media screen and (min-width: 766px) {
  .sig-page-container .green-widget {
    margin: 20px 0 -80px 0;
  }
}
/** modals **/
.modal .modal-header {
  display: block;
}
.modal .modal-body iframe {
  width: 100%;
  height: 300px;
}
.modal .modal-body video {
  margin: 0 auto;
}
.modal-backdrop {
  z-index: 500;
}
.main-nav, .main-nav.active {
  display: table;
  margin: 0 auto;
  padding: 0;
}
.main-nav > ul, .main-nav.active > ul {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav > ul > li, .main-nav.active > ul > li {
  display: block;
  position: relative;
}
.main-nav ul li:last-child {
  padding-right: 0;
}
.main-nav ul li:last-child:after {
  display: none;
}
.main-nav ul li a, .main-nav ul li a:visited, .main-nav.active ul li a, .main-nav.active ul li a:visited {
  font-size: 16px;
  font-weight: 400;
  display: block;
  text-decoration: none;
  color: #a1a1a1;
  padding: 6px 12px;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
}
.main-nav ul li:hover a, .main-nav.active ul li:hover a {
  color: #a6103d;
}
.main-nav ul li:hover ul, .main-nav.active ul li:hover ul {
  /*display: block; */
}
.main-nav ul li:hover ul li a, .main-nav.active ul li:hover ul li a {
  font-size: 18px;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px 30px;
  background: #454545;
  white-space: nowrap;
}
.main-nav ul li:hover ul li a:hover, .main-nav.active ul li:hover ul li a:hover {
  background-color: #193c69;
  color: #FFF;
}
.main-nav ul li:hover ul li ul, .main-nav.active ul li:hover ul li ul {
  display: none;
}
.main-nav ul li ul.dropdown-menu, .main-nav.active ul li ul.dropdown-menu {
  display: none;
  list-style: none;
  position: absolute;
  left: 0;
  z-index: 5000;
  height: auto;
  background: #fff;
  position: relative;
  width: 100%;
  border: none;
  padding: 0;
}
.main-nav ul li ul li, .main-nav.active ul li ul li {
  width: 100%;
}
.main-nav ul li ul li ul, .main-nav.active ul li ul li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
}
.main-nav ul li ul li ul li a, .main-nav.active ul li ul li ul li a {
  font-size: 18px;
  display: block;
  text-decoration: none;
  color: #454545;
  padding: 15px 30px;
  white-space: nowrap;
}
.main-nav ul li ul li ul li a:hover, .main-nav.active ul li ul li ul li a:hover {
  color: #193c69;
}
.main-nav ul li ul li:hover a, .main-nav.active ul li ul li:hover a {
  color: #193c69;
}
.main-nav ul li ul li:hover ul, .main-nav.active ul li ul li:hover ul {
  display: block;
}
.main-nav ul li ul li:hover ul li a, .main-nav.active ul li ul li:hover ul li a {
  font-size: 18px;
  display: block;
  text-decoration: none;
  color: #193c69;
  padding: 15px 30px;
  background: #fff;
  white-space: nowrap;
}
.main-nav ul li ul li:hover ul li a:hover, .main-nav.active ul li ul li:hover ul li a:hover {
  color: #193c69;
}
#login-box {
  width: 230px;
  height: 70px;
  margin: 10px 0 0;
  display: none;
  padding-left: 10px;
}
.header-icon {
  height: 65px;
  width: 20%;
  text-align: center;
  float: left;
  margin: 5px 0 5px 5px;
  margin: 0;
  color: #fff;
  padding: 10px 0;
  box-sizing: border-box;
  border-right: 1px solid #5cb2b8;
  background: transparent;
  transition: all 0.3s ease;
}
.show-login p {
  letter-spacing: -0.02rem;
}
.login-icon {
  height: 65px;
  width: 70px;
  text-align: center;
  float: left;
  margin: 5px 0 5px 5px;
  background: #FFF;
  padding: 10px 0;
  color: #5583a1;
}
.header-icon p {
  font-size: 10px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
}
.fa {
  color: #454545;
}
.fa-4x {
  color: #FFF;
  -webkit-transition: margin-top 0.3s;
  /* Safari */
  transition: margin-top 0.3s;
}
.fa-4x:hover {
  margin-top: -5px;
}
.footer .col-xs-2 p {
  text-align: center;
}
.login-icon {
  height: 65px;
  width: 100px;
  text-align: center;
  float: left;
  margin: 0 0 5px 5px;
  background: #FFF;
  padding: 10px 0;
  color: #5583a1;
}
.login-icon p {
  font-size: 12px;
  color: #454545;
  text-transform: capitalize;
}
.login-icon:hover {
  border-bottom: 3px solid #5583a1;
}
.small, .small a, .small span {
  font-size: 12px;
  margin-top: 0 !important;
}
#options-box a {
  color: #454545;
  text-decoration: none;
}
#options-box a:hover header-icon {
  color: #5583a1;
  background: red;
}
.log-in-btn {
  float: right;
  margin: 13px 10px;
  padding: 8px 12px;
  background: #5583a1;
  color: #FFF;
  border: #5583a1;
  font-size: 16px;
}
.log-in-btn:hover {
  background: #193c69;
  border: #193c69;
  color: #FFF;
}
.qualification_table {
  margin-top: 10px;
  margin-bottom: 30px;
  width: 100%;
}
.qualification_table th, .qualification_table td {
  padding: 2px;
  border: 1px solid silver;
  font-size: 10px;
  line-height: 12px;
}
.qualification_table th {
  background-color: #d9edf7;
  font-weight: 700;
  vertical-align: middle;
}
.menu-hover {
  background: #FFFFFF;
  background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #ffffff)) !important;
  background: -webkit-linear-gradient(top, #dddddd 0%, #ffffff 100%) !important;
  background: -o-linear-gradient(top, #dddddd 0%, #ffffff 100%) !important;
  background: -ms-linear-gradient(top, #dddddd 0%, #ffffff 100%) !important;
  background: linear-gradient(to bottom, #dddddd 0%, #ffffff 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dddddd", endColorstr="#ffffff",GradientType=0) !important;
  color: #454545 !important;
}
/* MAIN CONTENT */
/*homepage banner find centre */
#find-centre-banner {
  height: 30%;
  background: url("../images/banners/signature-banner-bg2.jpg");
  background-position: top center;
  background-size: cover;
  margin-top: 65px;
}
#find-centre-banner .row {
  margin-left: 0;
  margin-right: 0;
}
#find-centre-banner .row .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
#find-centre-banner #centre_form {
  margin: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
}
#find-centre-banner #centre_form h1 {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
#find-centre-banner #centre_form .filters {
  display: flex;
  flex-direction: column;
}
#find-centre-banner #centre_form label {
  display: none;
}
#find-centre-banner #centre_form #toggle_course_mode {
  padding-right: 12px;
}
#find-centre-banner #centre_form .filters .search {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#find-centre-banner #centre_form .search-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: thin solid rgba(255, 255, 255, 0.2);
  margin-top: 10px;
  padding-top: 10px;
}
#searchCourses {
  color: #fff;
}
#searchCourses .label {
  display: block;
  text-align: left;
  padding: 0 0 5px 0;
  font-size: 1.05rem;
  font-weight: 300;
  /*border-bottom: thin solid rgba(255,255,255,.25);  */
  border-radius: 0;
  margin: 10px 0 5px 0;
  color: #fff;
}
#find-centre-banner #centre_form #searchCourses .filter #start_date, #find-centre-banner #centre_form #searchCourses .filter #end_date {
  width: 48%;
  display: inline-block;
}
#find-centre-banner #centre_form #searchCourses .filter #end_date {
  float: right;
}
#find-centre-banner #centre_form #searchCourses .filter .days-time {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#find-centre-banner #centre_form #searchCourses .filter label {
  display: block;
  font-weight: 400;
  margin-right: 10px;
  color: #fff;
}
#find-centre-banner #centre_form .search-filters .search-course {
  color: #fff;
  position: relative;
}
#find-centre-banner #centre_form .search-filters .search-course.collapsed:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -1px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: none;
}
#find-centre-banner #centre_form .search-filters .search-course:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -1px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-top: none;
}
.main-text a {
  color: #5583a1;
}
.main-text a:hover, .main-text a:visited {
  text-decoration: underline;
  color: #5583a1;
}
.table-text {
  margin-bottom: 30px;
  font-size: 14px;
}
.table-text a {
  color: #5583a1;
  font-size: 14px;
}
.table-text a:hover, .table-text a:visited {
  text-decoration: underline;
  color: #5583a1;
}
.main-list {
  padding: 15px 15px 15px 30px;
  color: #454545;
  text-align: left;
}
.main-list a {
  color: #5583a1;
}
.main-list a:hover, .main-list a:visited {
  text-decoration: underline;
  color: #5583a1;
}
.main-list li {
  line-height: 30px;
}
.content-img {
  background-size: cover;
  width: 100%;
  height: 100%;
}
.img-left {
  padding-left: 0;
  padding-bottom: 10px;
}
.img-right {
  padding-right: 0;
  padding-bottom: 10px;
  float: right;
}
/*********** Page template sidebar ************/
.sidebar-h4 {
  margin: 0 0 5px 5px;
  color: #1a3c69;
  font-weight: 500;
  text-align: right;
}
.sidebar, .menu-quick-links-container {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: right;
}
.sidebar ul, .menu-quick-links-container ul {
  list-style: none;
}
.sidebar .news-item, .menu-quick-links-container .news-item {
  margin-bottom: 15px;
  display: block;
}
.sidebar .news-item a.news-title, .menu-quick-links-container .news-item a.news-title {
  font-size: 15px;
  font-weight: 300;
  min-height: 0;
  margin-bottom: 0;
  color: #5583a1;
  transition: all 0.3s ease;
}
.sidebar .news-item a.news-title:hover, .menu-quick-links-container .news-item a.news-title:hover {
  color: #193c69;
}
.sidebar .news-item .news-date, .menu-quick-links-container .news-item .news-date {
  display: block;
  float: none;
  font-size: 12px;
  color: #399785;
}
.sidebar li.menu-item a, .menu-quick-links-container li.menu-item a {
  font-size: 15px;
  font-weight: 300;
}
.sidebar form, .menu-quick-links-container form {
  margin-top: 10px;
}
.sidebar form label, .menu-quick-links-container form label {
  display: none;
}
.sidebar #accordion .panel-default, .sidebar #accordion .panel-heading, .sidebar #accordion .panel-body {
  border: none;
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.side-link, .side-link:hover {
  color: #888;
  font-weight: 300;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.side-link:hover {
  color: #193c69;
}
.side-link span {
  color: #5583a1;
}
.banner1 {
  background: url("../img/siders/sig_side_banner1.jpg");
  background-position: center;
  background-size: cover;
  border: 1px solid #efefef;
  height: 400px;
}
.banner2 {
  background: url("../img/siders/sig_side_banner2.jpg");
  background-position: center;
  background-size: cover;
  border: 1px solid #efefef;
  height: 220px;
}
.banner3 {
  background: url("../img/siders/MPU-240x240.gif");
  background-position: center;
  background-size: cover;
  border: 1px solid #efefef;
  height: 220px;
  display: none;
}
.tab-content {
  overflow: auto;
  border: 1px solid #ddd;
  border-top: 0;
  padding: 20px;
  margin: 0 0 20px;
  border-radius: 0px 0px 4px 4px;
}
.panel-title {
  line-height: 1.5;
}
.well h3, .panel-title a, .panel-title a:hover, .side-link:hover {
  color: #193c69;
}
.nav li a {
  color: #193c69;
}
.submit-arrow {
  font-size: 14px;
}
#course_finder {
  padding-right: 20px;
}
.btn-primary {
  background-color: #399785 !important;
  border-color: #399785 !important;
  color: #fff !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  border-radius: 4px !important;
}
.btn-primary:hover {
  background-color: #007981 !important;
  border-color: #007078 !important;
  color: #fff !important;
}
.pay-invoice {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.panel-title a:focus {
  text-decoration: none;
}
.cpd-hrs input[type=text] {
  width: 100px;
}
.bslicon {
  width: 45px;
  margin-right: 10px;
  float: left;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.smallicon {
  width: 25px !important;
}
.bslicon:hover, .bslicon:focus, .bslicon:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.sptr-box {
  height: 200px;
  line-height: 200px;
  text-align: center;
}
.sptr-box img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.panel-heading.clickable {
  cursor: pointer;
}
.panel-heading.clickable h4 {
  color: #454545;
  padding: 5px 0;
}
.panel-body img {
  max-width: 100%;
}
/* HOME PAGE CONTENT BOXES */
.home-boxes {
  width: 100%;
  padding: 0;
  margin: 20px 0 50px;
}
.home-box {
  padding: 0;
  margin: 0 0 50px;
  width: 100%;
  float: left;
}
.home-box.second, .home-box.third, .home-box.fourth {
  margin-left: 2%;
}
.home-box.first, .home-box.second, .home-box.third {
  margin-right: 2%;
}
.box-content {
  width: 100%;
  height: 250px;
  border-top: 3px solid #399785;
  overflow: hidden;
}
.promo-1 {
  height: 100%;
  width: 100%;
  background-image: url("../img/content/smallbox-awards.jpg");
  background-position: center;
  background-size: cover;
  transition: all 0.2s ease-in-out;
}
.promo-2 {
  height: 100%;
  width: 100%;
  background-image: url("../img/content/smallbox-gcse.jpg");
  background-position: center;
  background-size: cover;
  transition: all 0.2s ease-in-out;
}
.promo-1:hover, .promo-2:hover {
  transform: scale(1.05);
}
/* FOOTER */
.footer {
  width: 100%;
  background: #454545;
  border-top: 4px solid #399785;
}
.footer p {
  color: #FFF;
  padding: 20px;
  font-size: 14px;
  line-height: 1.5;
}
.footer p a {
  font-size: 14px;
  padding: 0;
  line-height: 1.5;
  color: #399785;
}
.career {
  display: none;
}
/* GENERIC CSS CLASSES */
h1 {
  color: #5583a1;
  /* sig green */
}
h1.page-title {
  color: #5583a1;
  margin-bottom: 20px;
}
h1.page-title span {
  font-size: inherit;
  color: #5583a1;
}
body.author h1.page-title span.vcard {
  font-weight: 700;
}
.doc-icon {
  width: 25px;
  margin-right: 10px;
}
.sig-green {
  color: #399785;
}
.sig-pink {
  color: #193c69;
}
h2, h3, h4 {
  color: #454545;
  font-weight: bold;
}
.required {
  color: #DD0000;
}
p {
  color: #454545;
}
label {
  font-size: 14px;
  line-height: 20px;
}
select {
  margin-bottom: 15px;
}
.no-pad {
  padding: 0 !important;
}
.left-pad-nil {
  padding-left: 0;
}
.right-pad-nil {
  padding-right: 0;
}
.left-pad-xs {
  padding-left: 10px;
}
.left-pad-sm {
  padding-left: 20px;
}
.right-pad-xs {
  padding-right: 10px;
}
.right-pad-sm {
  padding-right: 20px;
}
.btm-pad-xs {
  padding-bottom: 10px;
}
.btm-pad-sm {
  padding-bottom: 20px;
}
.top-pad-nil {
  padding-top: 0;
}
.top-mar-xs {
  margin-top: 10px;
}
.top-mar-sm {
  margin-top: 20px;
}
.top-mar-md {
  margin-top: 30px;
}
.top-mar-lg {
  margin-top: 60px;
}
.btm-mar-nil {
  margin-bottom: 0;
}
.btm-mar-xs {
  margin-bottom: 10px;
}
.btm-mar-sm {
  margin-bottom: 20px;
}
.btm-mar-md {
  margin-bottom: 30px;
}
.btm-mar-lg {
  margin-bottom: 60px;
}
.bsl-img {
  margin: 0 0 20px 20px;
}
.no-mar {
  margin: 0 !important;
}
.top-mar-nil {
  margin-top: 0;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
.flt-right {
  float: right;
}
.flt-left {
  float: left;
}
.help-block {
  font-size: 14px;
  line-height: 18px;
  margin-top: 3px;
  font-style: italic;
}
.span-rotate {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.span-default {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.green-well {
  margin: 30px 0 20px;
  background: #5583a1;
  border: 1px solid #25725a;
}
.green-well p, .green-well label, .green-well h3 {
  color: #fff;
  margin: 0;
}
.green-well h3 {
  margin-bottom: 20px;
}
.green-well label {
  font-size: 16px;
}
.green-well select {
  margin-bottom: 0;
}
.pale-well {
  margin: 30px 0 20px;
  background: #eeeeee;
  border: 1px solid #dddddd;
}
.pale-well h3 {
  color: #454545;
  margin-top: 0;
}
.pale-well .panel-heading {
  background: #5583a1;
}
.pale-well .panel-heading h4 {
  color: #FFF;
}
.nav-chevron {
  margin-top: 4px;
}
.alert {
  display: none;
}
.office-map {
  padding: 0 0 20px 20px;
  float: right;
}
/* GCSE PAGE */
.gcse-school {
  position: relative;
  padding: 10px 0 0;
  text-align: center;
  float: left;
  font-weight: bold;
  height: 160px;
}
.gcse-school img {
  max-height: 100px;
  max-width: 180px;
}
.gcse-school p {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
/* SLIDING LOGO BAR */
#logo-container {
  height: 135px;
  width: 840px;
  padding: 0;
  margin: 30px auto 0;
}
.scroll-img {
  height: 135px;
  width: 770px;
  overflow: hidden;
  margin: 0;
  float: left;
}
.scroll-img ul {
  padding: 0;
  width: 1150px;
  margin: 0;
}
.scroll-img ul li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 10px;
}
.scroll-img ul li a {
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.scroll-img ul li a img {
  width: 180px;
  height: 135px;
}
#site-menu-right, #site-menu-left {
  cursor: pointer;
}
#site-menu-left {
  float: left;
  width: 20px;
  height: 40px;
  float: left;
  margin: 48px 0;
}
#site-menu-right {
  float: left;
  width: 20px;
  height: 40px;
  float: left;
  margin: 48px 0 48px 10px;
}
.scroll-header {
  text-align: center;
  color: #9d0f47;
  line-height: 22px;
  font-size: 18px;
  margin: 30px 0 0;
}
/* Inspire page */
.inspire-logo {
  width: 80%;
  margin: 20px 10%;
}
h4.intro {
  text-align: center;
  margin: 20px 0;
}
.col.issue {
  text-align: center;
  margin-top: 20px;
}
.col.issue a {
  display: block;
  transition: all 0.3s ease;
  background: #fff;
  padding: 20px;
}
.col.issue a:hover, .col.issue a:focus {
  background: #f5f5f5;
}
.col.issue img {
  border: 1px solid #ccc;
}
#sidebar {
  position: fixed;
  left: -30px;
  bottom: 8%;
  width: 50px;
  height: 200px;
  background: transparent;
  transition: all 0.8s ease;
  margin: 10px;
}
#sidebar:hover {
  left: -10px;
}
#sidebar .icon {
  width: 50px;
  height: 50px;
  float: right;
  margin: 0;
  padding: 0;
}
#sidebar .icon.fb {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), url(../img/icons/facebook-side-icon.png);
  background-size: 100%;
  background-position: center;
  transition: all 0.25s ease;
}
#sidebar .icon.twtr {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), url(../img/icons/twitter-side-icon.png);
  background-size: 100%;
  background-position: center;
  transition: all 0.25s ease;
}
#sidebar .icon.email {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), url(../img/icons/email-side-icon.png);
  background-size: 100%;
  background-position: center;
  transition: all 0.25s ease;
}
#sidebar .icon.phone {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), url(../img/icons/phone-side-icon.png);
  background-size: 100%;
  background-position: center;
  transition: all 0.25s ease;
}
ul.bulleted {
  list-style: none;
  margin-left: 20px;
  border-left: 2px solid #5583a1;
  padding-left: 20px;
}
ul.bulleted > li > h4.content-h4 {
  position: relative;
}
ul.bulleted > li > h4:before {
  position: absolute;
  left: -35px;
  top: -5px;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  color: #fff;
  background: #5583a1;
  content: "1";
  z-index: 1;
  text-align: center;
  line-height: 27px;
  font-style: normal;
}
ul.bulleted > li > h4.p2:before {
  content: "2";
}
ul.bulleted > li > h4.p3:before {
  content: "3";
}
ul.bulleted > li > h4.p4:before {
  content: "4";
}
ul.required-docs {
  margin-left: 20px;
  margin-bottom: 20px;
}
#content a {
  color: #5583a1;
}
#content ul {
  margin-left: 20px;
}
/*.videos iframe{
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
}*/
.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#centre_form_page #centre_form {
  margin: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
#centre_form_page #centre_form h1 {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
#centre_form_page #centre_form .filters {
  display: flex;
  flex-direction: column;
}
#centre_form_page #centre_form label {
  display: none;
}
#centre_form_page #centre_form #course_finder {
  padding-right: 12px;
}
.involved img {
  width: 100% !important;
  height: auto !important;
}
#centre_form_goals {
  background: #f5f5f5;
  padding: 3rem;
  border-radius: 3px;
  margin-bottom: 10px;
}
.row.board-member img {
  width: 100%;
  height: auto;
}
/*  NEWS LIST*/
.master-slider-parent {
  margin-top: 25px;
}
.master-slider-parent .ms-thumb-list, .master-slider-parent .ms-thumb-frame, .master-slider-parent .ms-thumb {
  height: 115px !important;
}
.author-bio {
  /*background: #f5f5f5;
    padding: 30px;*/
  margin-bottom: 30px;
}
.news-list-item {
  background: #f5f5f5;
  padding: 2px;
  margin-bottom: 30px;
}
.news-list-item .news-featured-image a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: relative;
}
.news-list-item .news-featured-image a.placeholder {
  background: #fff;
  padding: 40px 30px;
}
.news-list-item .news-featured-image a.placeholder img {
  opacity: 0.5;
  max-width: 200px;
  width: 100%;
}
.news-list-item .news-featured-image a.news-thumbnail {
  padding: 30px;
  background: #fff;
}
.news-list-item .news-featured-image .cat {
  position: absolute;
  top: 3px;
  background: black;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0 15px;
  right: 18px;
}
.news-list-item .news-featured-image .cat.News {
  background: #1d3663;
}
.news-list-item .news-featured-image .cat.Blogs {
  background: #399785;
}
.news-list-item .news-list-content {
  padding: 20px;
}
.news-list-item .news-list-content h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
}
.news-list-item .news-list-content span.news-date {
  margin-bottom: 15px;
  display: flex;
  font-size: 0.9rem;
  letter-spacing: 0.25px;
  color: #399785;
}
.news-list-item .news-list-content p:last-of-type {
  margin-bottom: 0;
}
.news-list-item .news-list-content .item-extras {
  margin-top: 15px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 0.9rem;
}
.news-list-item .news-list-content .item-extras a.read-more {
  font-weight: 700;
  position: relative;
  margin-right: 12px;
}
.news-list-item .news-list-content .item-extras a.read-more:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  right: -12px;
  font-size: 12px;
  top: 1px;
}
.category-news-list-item {
  height: calc(100% - 30px);
}
span.entry-date {
  font-style: italic;
  margin: 0 0 15px 0;
  display: block;
}
.sfsi_shortcode_container {
  float: none !important;
}
.form-horizontal .form-group {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 15px;
}
.form-horizontal .form-group label {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.sig-tabs .sow-tabs .sow-tabs-tab-container {
  background-color: #5583a1 !important;
}
.sig-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title {
  color: #fff;
}
.sig-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:hover .sow-tabs-title {
  color: #5583a1;
}
.sig-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-tab-selected .sow-tabs-title {
  color: #5583a1;
}
#careers-tab {
  display: flex;
  flex-wrap: wrap;
}
#careers-tab > .panel-grid-cell {
  width: 16.667%;
}
#careers-tab .careers-tab-icons {
  background: #399785;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
#careers-tab .careers-tab-icons span.sow-icon-fontawesome {
  color: #fff;
  font-size: 25px;
  margin: 0;
}
.single-careers .video {
  margin: 10px 0;
}
.single-careers .features h4 {
  font-size: 0.85rem;
}
.single-careers .features .feature {
  font-size: 1.5rem;
}
.single-careers .features .far, .single-careers .features .fas {
  font-size: 1.8rem;
  color: #5583a1;
}
@media screen and (min-width: 293px) and (max-width: 768px) {
  #content {
    margin-top: 50px;
  }
}
@media screen and (min-width: 400px) {
  .qlink {
    width: 160px;
  }
  .show-login p {
    letter-spacing: normal;
  }
  .header-icon p {
    font-size: 11px;
  }
}
@media screen and (min-width: 698px) {
  .qlink {
    width: 200px;
  }
  .qualification_table th, .qualification_table td {
    padding: 10px;
    border: 1px solid silver;
    min-width: 100px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) {
  /* HEADER */
  .container {
    width: 750px;
  }
  .header {
    margin-left: auto;
    margin-right: auto;
  }
  .header > .row {
    margin-left: -30px;
    margin-right: -30px;
    display: contents;
  }
  .header > .row #logo {
    position: relative;
    z-index: 1000;
    margin-left: 0;
  }
  .header .navbar-toggle {
    display: none;
  }
  .header .header-right {
    float: none;
    position: relative;
    display: block;
    top: 0;
    width: 100%;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 250;
  }
  .header .header-right #header-btns {
    float: right;
    width: auto;
  }
  .header #header-btns #options-box {
    height: auto;
    background: #fff;
  }
  .header #header-btns #options-box a i.fas {
    color: #454545;
    transition: all 0.3s ease;
  }
  .header #header-btns #options-box a .header-icon {
    transition: all 0.3s ease;
    background: #fff;
    width: 76px;
    color: #454545;
    border-right: none;
  }
  .header #header-btns #options-box a .header-icon p {
    color: #454545;
    font-size: 12px;
  }
  .header #header-btns #options-box a .show-login {
    width: 96px;
  }
  .header #header-btns #options-box a:hover .header-icon {
    background: #fff;
    color: #399785;
  }
  .header #header-btns #options-box a:hover .header-icon i.fas {
    color: #399785;
  }
  .header #header-btns #options-box a:hover .header-icon p {
    color: #399785;
    font-size: 12px;
  }
  .header #header-btns #options-box .smlinks {
    display: inline-block;
    float: left;
    top: 32px;
    position: relative;
    margin-right: 20px;
  }
  .header #header-btns #options-box .smlinks a.sociali {
    margin-left: 1px;
  }
  .header #header-btns #options-box .smlinks a.sociali i.fab {
    color: #399785;
    font-size: 16px;
  }
  .header .collapse.navbar-collapse {
    display: flex !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    background: #5583a1;
    clear: both;
  }
  .header .collapse.navbar-collapse .navbar-nav {
    display: flex;
    flex-direction: row;
  }
  .header .collapse.navbar-collapse .navbar-nav > li {
    display: inline-block;
  }
  .header .collapse.navbar-collapse .navbar-nav > li > a {
    color: #fff;
    padding: 13px 10px;
    border-bottom: none;
    transition: all 0.3s ease-out;
  }
  .header .collapse.navbar-collapse .navbar-nav > li > a:hover, .header .collapse.navbar-collapse .navbar-nav > li a:focus {
    background: #00777f;
  }
  .header .collapse.navbar-collapse .navbar-nav > .menu-item-has-children {
    position: relative;
  }
  .header .collapse.navbar-collapse .navbar-nav > .menu-item-has-children > a {
    padding: 13px 25px 13px 10px;
  }
  .header .collapse.navbar-collapse .navbar-nav > .menu-item-has-children > a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    position: absolute;
    right: 8px;
    transform: rotate(90deg);
    font-size: 14px;
  }
  .header .collapse.navbar-collapse .navbar-nav > li.menu-item-has-children > a.arrow-up {
    background: #00777f;
  }
  .header .collapse.navbar-collapse .navbar-nav > li.menu-item-has-children > ul.sub-menu.visible {
    list-style: none;
    display: block;
    position: absolute !important;
    z-index: 1000;
    float: left;
    min-width: 160px;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    border-radius: 0 0 4px 4px;
  }
  .header .collapse.navbar-collapse .navbar-nav > li.menu-item-has-children > ul.sub-menu.visible li a {
    display: block;
    padding: 10px 14px;
    white-space: nowrap;
  }
  .header .collapse.navbar-collapse .navbar-nav > li.menu-item-has-children > ul.sub-menu.visible li ul.sub-menu {
    list-style: none;
  }
  .header .collapse.navbar-collapse .navbar-nav > li.menu-item-has-children > ul.sub-menu.visible li ul.sub-menu > li a {
    padding: 10px 14px 10px 28px;
    font-size: 15px;
  }
  .header .collapse.navbar-collapse .navbar-nav > li.menu-item-has-children > ul.sub-menu.visible li:last-of-type a.link {
    border-bottom: none;
    border-radius: 0 0 4px 4px;
  }
  .header:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 50px;
    background: #5583a1;
    width: 100%;
    padding: 0 -50%;
    top: 77px;
  }
  #find-centre-banner {
    margin-top: 0;
  }
  #find-centre-banner #centre_form {
    margin: 50px;
    max-width: 45%;
    float: right;
    background: rgba(0, 0, 0, 0.5);
  }
  .sig-page-container {
    margin-top: 20px;
  }
}
@media screen and (min-width: 781px) and (max-width: 992px) {
  #careers-tab > .panel-grid-cell {
    width: 33%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
  .header > .row #logo svg {
    width: 180px;
  }
  .header > .row .header-right .find-centre {
    display: flex;
    float: right;
    clear: right;
    margin: 5px 16px 5px 0;
  }
  .header > .row .header-right .find-centre a {
    display: flex;
    align-items: center;
    margin: 0 0 0 10px;
    color: #5583a1;
  }
  .header > .row .header-right .find-centre a i.fas {
    color: #399785;
    font-size: 28px;
    margin: 0 5px 0 0;
  }
  .header > .row .header-right .find-centre a:hover {
    color: #399785;
    text-decoration: none;
  }
  .header > .row .header-right .find-centre img {
    max-width: 28px;
  }
  .header > .row .collapse.navbar-collapse {
    clear: none;
    width: 100%;
    justify-content: flex-end;
    background: #fff;
    padding-right: 5px;
  }
  .header > .row .collapse.navbar-collapse > ul.navbar-nav {
    margin: 8px 0;
  }
  .header > .row .collapse.navbar-collapse > ul.navbar-nav > li > a {
    color: #5583a1;
    padding: 0 40px 0 0;
  }
  .header > .row .collapse.navbar-collapse > ul.navbar-nav > li > a:hover {
    background: transparent;
    color: #00777f;
  }
  .header > .row .collapse.navbar-collapse > ul.navbar-nav > li:last-of-type > a {
    padding: 0 12px 0 0;
  }
  .header > .row .collapse.navbar-collapse > ul.navbar-nav > li.menu-item-has-children > a {
    background: #fff;
  }
  .header > .row .collapse.navbar-collapse > ul.navbar-nav > li.menu-item-has-children > a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    position: absolute;
    right: 22px;
    transform: rotate(90deg);
    font-size: 14px;
  }
  .header > .row .collapse.navbar-collapse > ul.navbar-nav > li.menu-item-has-children > a.arrow-up {
    color: #00777f;
  }
  .header:after {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1170px;
    max-width: 1170px;
  }
  .header > .row #logo svg {
    width: 280px;
  }
  .header > .row .collapse.navbar-collapse {
    position: absolute;
    top: 99px;
  }
  .header > .row .collapse.navbar-collapse > ul.navbar-nav > li.menu-item-has-children > a {
    padding: 0 40px 0 0;
  }
  #find-centre-banner #centre_form {
    margin: 100px;
    width: 480px;
  }
}
#menu-hall-of-fame, #menu-hall-of-fame-2, #menu-shortlist, #menu-tickets {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  list-style: none;
  margin: 10px 0;
  flex-direction: column;
}
#menu-hall-of-fame a, #menu-hall-of-fame-2 a, #menu-shortlist a, #menu-tickets a {
  color: #fff;
  font-weight: 400;
  font-size: 1.1rem;
  margin: 15px 0;
  padding: 0 15px;
}
#venue, #nomination, #shortlist, #ticket, #involved, #sponsors, #shortlisted {
  font-size: 0.9rem;
  margin-bottom: -30px;
}
#venue *, #nomination *, #shortlist *, #ticket *, #involved *, #sponsors *, #shortlisted * {
  color: #fff;
}
#venue h2, #venue h3, #nomination h2, #nomination h3, #shortlist h2, #shortlist h3, #ticket h2, #ticket h3, #involved h2, #involved h3, #sponsors h2, #sponsors h3, #shortlisted h2, #shortlisted h3 {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 5px;
}
#venue h2, #nomination h2, #shortlist h2, #ticket h2, #involved h2, #sponsors h2, #shortlisted h2 {
  font-size: 2rem;
  color: #616161;
}
#venue h3, #nomination h3, #shortlist h3, #ticket h3, #involved h3, #sponsors h3, #shortlisted h3 {
  font-size: 1.5rem;
}
#venue ul, #nomination ul, #shortlist ul, #ticket ul, #involved ul, #sponsors ul, #shortlisted ul {
  margin-left: 30px;
}
#shortlisted {
  margin: 30px 0;
}
#shortlisted * {
  color: #616161;
}
#venue {
  background: radial-gradient(transparent 50%, #fff 50.2%);
  background-size: 900% 200%;
  background-position-x: 43%;
  background-repeat: no-repeat;
  background-position-y: 29%;
}
#nomination {
  background: linear-gradient(165deg, #cdbb70 50%, #616161 50.1% 100%);
}
#shortlist h2, #ticket h2, #involved h2, #sponsors h2 {
  color: #cdbb70;
}
.page-template-hall-of-fame #involved .widget_sow-icon {
  display: inline-flex;
  margin: -20px 15px 10px 0;
}
@media screen and (min-width: 780px) {
  #menu-hall-of-fame, #menu-hall-of-fame-2, #menu-shortlist, #menu-tickets {
    flex-direction: row;
  }
  #menu-hall-of-fame a, #menu-hall-of-fame-2 a, #menu-shortlist a, #menu-tickets a {
    border-right: thin solid #fff;
  }
  #menu-hall-of-fame li:last-of-type a, #menu-hall-of-fame-2 li:last-of-type a, #menu-shortlist li:last-of-type a, #menu-tickets li:last-of-type a {
    border-right: none;
  }
  #venue {
    background-size: 300% 200%;
  }
}
body.page-template-world-cup .world-cup {
  padding: 30px 0 60px 0;
}
body.page-template-world-cup .world-cup h3.widget-title {
  color: #3f071d;
  font-weight: bold;
}
body.page-template-world-cup .world-cup .countries .so-panel {
  box-shadow: 8px 8px 4px rgba(138, 21, 56, 0.85);
}
body.page-template-world-cup .world-cup .countries .so-panel video {
  display: block;
  margin-bottom: -1px;
}
