.glyphicon-spin,
a .glyphicon-spin {
  display: inline-block;
}
.alert a,
.field--label,
.file {
  font-weight: 700;
}
.file,
.file-link {
  width: 100%;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.panel-title:focus,
.panel-title:hover,
a .glyphicon-spin {
  text-decoration: none;
}
.image-widget.row,
.region-help .block,
.tabledrag-changed-warning {
  overflow: hidden;
}
.alert-sm {
  padding: 5px 10px;
}
.alert-success a,
.alert-success a:focus,
.alert-success a:hover {
  color: #2b542c;
}
.alert-info a,
.alert-info a:focus,
.alert-info a:hover {
  color: #245269;
}
.alert-warning a,
.alert-warning a:focus,
.alert-warning a:hover {
  color: #66512c;
}
.alert-danger a,
.alert-danger a:focus,
.alert-danger a:hover {
  color: #843534;
}
@-webkit-keyframes glyphicon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes glyphicon-spin {
  0% {
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes glyphicon-spin {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.glyphicon-spin {
  -webkit-animation: glyphicon-spin 1s infinite linear;
  -o-animation: glyphicon-spin 1s infinite linear;
  animation: glyphicon-spin 1s infinite linear;
}
html.js .btn .ajax-throbber {
  margin-left: 0.5em;
  margin-right: -0.25em;
}
html.js .form-item .input-group-addon .glyphicon {
  color: #777;
  opacity: 0.5;
  -webkit-transition:
    150ms color,
    150ms opacity;
  -o-transition:
    150ms color,
    150ms opacity;
  transition:
    150ms color,
    150ms opacity;
}
html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
  color: #337ab7;
  opacity: 1;
}
html.js .form-item .input-group-addon .input-group-addon {
  background-color: #fff;
}
html.js .ajax-new-content:empty {
  display: none !important;
}
.field--label-inline .field--items,
.field--label-inline .field--label {
  float: left;
}
.field--label-inline .field--items,
.field--label-inline .field--label,
.field--label-inline > .field--item {
  padding-right: 0.5em;
}
[dir="rtl"] .field--label-inline .field--items,
[dir="rtl"] .field--label-inline .field--label {
  padding-left: 0.5em;
  padding-right: 0;
}
.field--label-inline .field--label::after {
  content: ":";
}
.file {
  display: table;
  font-size: 75%;
  margin: 5px 0;
}
.file-icon,
.file-link,
.file-size,
.file > .tabledrag-changed {
  display: table-cell;
  vertical-align: middle;
}
.file > span {
  background: #fff;
  color: #337ab7;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.file > span:first-child {
  border-left: 1px solid #ccc;
}
.file > span:last-child {
  border-right: 1px solid #ccc;
}
.file > .tabledrag-changed {
  background: #fcf8e3;
  border-radius: 0;
  color: #8a6d3b;
  padding: 0 1em;
  top: 0;
}
.file > .tabledrag-changed,
.file > .tabledrag-changed:last-child {
  border: 1px solid #f7e1b5;
}
.file-icon {
  font-size: 150%;
  padding: 0.25em 0.5em;
  text-align: center;
}
.file-link a,
.file-link a:active,
.file-link a:focus,
.file-link a:hover {
  color: inherit;
}
.file-size {
  padding: 0 1em;
  text-align: right;
  white-space: pre;
}
.filter-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  padding: 10px;
  height: 51px;
}
.filter-help {
  float: right;
  line-height: 1;
  margin: 0.5em 0 0;
}
.nav.nav-tabs.filter-formats {
  margin-bottom: 15px;
}
table .checkbox.form-no-label,
table .radio.form-no-label {
  margin-bottom: 0;
  margin-top: 0;
}
.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.form-inline .select-wrapper {
  width: auto;
}
.input-group .select-wrapper {
  display: table-cell;
}
.input-group .select-wrapper:first-child .form-control:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.input-group .select-wrapper:last-child .form-control:first-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em;
}
.select-wrapper select::-ms-expand {
  opacity: 0;
}
.select-wrapper:after {
  color: #337ab7;
  content: "â–¼";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.5em;
  padding-right: 0.5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}
.has-glyphicons .select-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e114";
  display: inline-block;
  font-family: "Glyphicons
Halflings";
}
.has-error .select-wrapper:after {
  color: #a94442;
}
.has-success .select-wrapper:after {
  color: #3c763d;
}
.has-warning .select-wrapper:after {
  color: #8a6d3b;
}
.form-required:after {
  background-image: url(/themes/bootstrap/css/images/required.svg);
  -webkit-background-size: 10px 7px;
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  line-height: 1;
  height: 7px;
  width: 10px;
}
.form-actions .btn,
.form-actions .btn-group {
  margin-right: 10px;
}
.form-actions .btn-group .btn {
  margin-right: 0;
}
a.icon-before .glyphicon {
  margin-right: 0.25em;
}
a.icon-after .glyphicon {
  margin-left: 0.25em;
}
.btn.icon-before .glyphicon {
  margin-left: -0.25em;
  margin-right: 0.25em;
}
.btn.icon-after .glyphicon {
  margin-left: 0.25em;
  margin-right: -0.25em;
}
body {
  position: relative;
}
body.navbar-is-static-top {
  margin-top: 0;
}
body.navbar-is-fixed-top {
  margin-top: 65px;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 65px;
}
@media screen and (max-width: 767px) {
  body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar,
  body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar {
    position: fixed;
  }
  body.toolbar-vertical.navbar-is-fixed-bottom header,
  body.toolbar-vertical.navbar-is-fixed-top header {
    z-index: 500;
  }
  body.toolbar-vertical.navbar-is-fixed-top header {
    top: 39px;
  }
}
@media screen and (min-width: 768px) {
  body {
    margin-top: 15px;
  }
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px;
  }
}
.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}
.node-preview-container {
  margin-top: -15px;
}
.node-preview-form-select {
  padding: 15px;
}
.panel-title {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
.panel-title,
.panel-title:focus,
.panel-title:hover,
.panel-title:hover:focus {
  color: inherit;
}
.progress-wrapper {
  margin-bottom: 15px;
}
.progress-wrapper:last-child .progress {
  margin-bottom: 5px;
}
.progress-wrapper .message {
  font-weight: 700;
  margin-bottom: 5px;
}
.progress-wrapper .percentage,
.progress-wrapper .progress-label {
  font-size: 12px;
}
.progress-wrapper .progress-bar {
  min-width: 2em;
}
.tabledrag-toggle-weight {
  float: right;
  margin: 1px 2px 1px 10px;
}
.tabledrag-changed-warning {
  margin: 0;
}
.tabledrag-handle {
  color: #777;
  cursor: move;
  float: left;
  font-size: 125%;
  line-height: 1;
  margin: -10px 0 0 -10px;
  padding: 10px;
}
.tabledrag-handle:focus,
.tabledrag-handle:hover {
  color: #337ab7;
}
.indentation {
  float: left;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  padding: 0.42em 0 0.42em 0.6em;
  width: 20px;
}
[dir="rtl"] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}
.local-actions {
  margin: 10px 0 10px -5px;
}
.tabs--secondary {
  margin: 10px 0 5px;
}
.tabbable {
  margin-bottom: 20px;
}
.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary,
.tabs-left > .nav-tabs .summary,
.tabs-right > .nav-tabs .summary {
  color: #777;
  font-size: 12px;
}
.tab-pane > .panel-heading {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:focus,
.tabs-below > .nav-tabs > li > a:hover {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:focus,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd;
}
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.form-group:last-child,
.panel:last-child,
.popover ol:last-child,
.popover ul:last-child,
p:last-child {
  margin-bottom: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 4px 4px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 10px 15px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:focus,
.tabs-left > .nav-tabs > .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eee #eee #eee #ddd;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:focus,
.tabs-right > .nav-tabs > .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
}
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 1031;
}
body.toolbar-fixed .navbar-fixed-top {
  top: 39px;
}
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
  top: 79px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
  left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
  margin-left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed
  .toolbar-tray {
  padding-bottom: 40px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed
  .toolbar-tray,
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed
  .toolbar-tray
  > .toolbar-lining:before {
  width: 240px;
}
.ui-autocomplete {
  background: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: inherit;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  list-style: none;
  min-width: 160px;
  padding: 5px 0;
  text-align: left;
  z-index: 1000;
}
.ui-autocomplete .ui-menu-item {
  border: 0;
  border-radius: 0;
  clear: both;
  color: #333;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  outline: 0;
  padding: 3px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item.ui-state-hover {
  background: #f5f5f5;
  color: #262626;
}
.ui-autocomplete .ui-menu-item.ui-state-active,
.ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #337ab7;
  color: #fff;
}
ol,
ul {
  padding-left: 1.5em;
}
.page-header {
  margin-top: 0;
}
.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #e5e5e5;
}
.region-help > .glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.control-group .help-inline,
.help-block {
  color: #777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.control-group .help-inline:first-child,
.help-block:first-child {
  margin-top: 0;
}
@font-face {
  font-family: lato_regular;
  src: url(/themes/custom/bfcjobs/fonts/Lato-Regular.ttf);
}
@font-face {
  font-family: montserrat_black;
  src: url(/themes/custom/bfcjobs/fonts/Montserrat-Black.ttf);
}
@media (max-width: 974px) {
  body {
    margin-top: 75px;
  }
  body.user-logged-in {
    margin-top: 0px;
  }
}
@media (min-width: 975px) {
  body {
    margin-top: 75px;
  }
  body.user-logged-in {
    margin-top: 75px;
  }
}
.no-pad {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}
.no-pad-left {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.no-pad-right {
  padding-right: 0 !important;
  margin-right: 0 !important;
}
.imageOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  display: block;
}
#globalNavbar .navbar {
  font-family: "Montserrat", sans-serif;
  border: none;
  border-radius: 0px;
}

#globalNavbar .navbar-default .navbar-nav > .open > a {
  color: #fff !important;
  background-color: #43328d;
}
#globalNavbar .navbar-default .navbar-nav > .open > a:hover {
  color: #fff !important;
  background-color: #333132 !important;
}
#globalNavbar .navbar.affix-top {
  border-radius: 0px;
  background-color: #43328d;
  margin-bottom: 0px;
  width: 100%;
  z-index: 101;
  -webkit-transition:
    background-color 0.35s,
    top 0.35s,
    left 0.35s,
    bottom 0.35s,
    right 0.35s;
  -moz-transition:
    background-color 0.35s,
    top 0.35s,
    left 0.35s,
    bottom 0.35s,
    right 0.35s;
  -o-transition:
    background-color 0.35s,
    top 0.35s,
    left 0.35s,
    bottom 0.35s,
    right 0.35s;
  transition:
    background-color 0.35s,
    top 0.35s,
    left 0.35s,
    bottom 0.35s,
    right 0.35s;
}
#globalNavbar .navbar.affix {
  border-radius: 0px;
  background-color: #43328d;
  margin-bottom: 0px;
  width: 100%;
  z-index: 1001;
}
#globalNavbar .navbar a.navbar-brand {
  display: block;
  padding: 0;
  height: auto;
}

#globalNavbar .navbar.affix-top .navbar-nav > li > a,
 #globalNavbar .navbar.affix .navbar-nav > li > a {
  font-family: "Montserrat", sans-serif;
font-weight:600;
}
#globalNavbar .navbar.affix-top .navbar-nav > li > a:hover {
  color: #d3d5ea;
}

#globalNavbar .navbar-fixed-top .navbar-collapse {
  max-height: 500px;
}
#globalNavbar .navbar.affix-top .navbar-nav > li > a {
  color: #fff;
}
#globalNavbar .navbar.affix .navbar-nav > li > a {
  color: #fff;
}
@media (max-width: 767px) {
  #globalNavbar .navbar .navbar-nav {
    text-align: center;
    margin: 0px -15px;
  }
  #globalNavbar .navbar span.icon-bar {
    background-color: #43328d;
  }
  #globalNavbar .navbar button.navbar-toggle {
    border-radius: 0;
    background-color: transparent;
    border: 0;
    font-size: 1.5em;
    width: auto;
    margin-top: 22px;
    margin-right: 20px;
  }
  #globalNavbar .navbar .navbar-collapse li {
    border-bottom: 1px solid #ebebeb;
  }
  #globalNavbar
    .navbar.affix-top
    .navbar-collapse.collapse.in
    ul.navbar-nav
    li
    a:hover {
    background: #43328d;
    color: #fff;
  }
  #globalNavbar
    .navbar.affix-top
    .navbar-collapse.collapse.in
    li.dropdown.open
    ul.dropdown-menu {
    padding: 0px;
    background: #ebebeb;
    border-radius: 0;
  }
  #globalNavbar
    .navbar.affix-top
    .navbar-collapse.collapse.in
    li.dropdown.open
    ul
    a {
    text-align: center;
  }
  #globalNavbar
    .navbar.affix-top
    .navbar-collapse.collapse.in
    li.dropdown.open
    ul.dropdown-menu
    a {
    color: #333132;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #globalNavbar
    .navbar.affix-top
    .navbar-collapse.collapse.in
    li.dropdown.open
    ul.dropdown-menu
    li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  #globalNavbar .navbar.affix .navbar-collapse li {
    border-bottom: 1px solid #ddd;
  }
  #globalNavbar .navbar.affix span.icon-bar {
    background-color: #fff;
  }
  #globalNavbar
    .navbar.affix
    .navbar-collapse.collapse.in
    ul.navbar-nav
    li
    a:hover {
    background: #43328d;
    color: #fff;
  }
  #globalNavbar
    .navbar.affix
    .navbar-collapse.collapse.in
    li.dropdown.open
    ul.dropdown-menu {
    padding: 0px;
    background: #ebebeb;
    border-radius: 0;
  }
  #globalNavbar
    .navbar.affix
    .navbar-collapse.collapse.in
    li.dropdown.open
    ul
    a {
    text-align: center;
  }
  #globalNavbar
    .navbar.affix
    .navbar-collapse.collapse.in
    li.dropdown.open
    ul.dropdown-menu
    a {
    color: #333132;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #globalNavbar
    .navbar.affix
    .navbar-collapse.collapse.in
    li.dropdown.open
    ul.dropdown-menu
    li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #globalNavbar .navbar .navbar-nav {
    font-size: 85%;
  }
}
@media (min-width: 768px) {
  #globalNavbar .navbar .navbar-nav {
    margin: 24px 0;
  }

  #globalNavbar .navbar ul.dropdown-menu {
    border: 1px solid #ccc;
    padding: 0px;
  }
  #globalNavbar .navbar ul.dropdown-menu > li > a {
    padding: 8px 20px;
    border-bottom: 1px solid #ebebeb;
  }
  #globalNavbar .navbar ul.dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #333132;
  }
}
#page-closure #page-closure-header {
  background: #001722;
  padding-top: 15px;
  padding-bottom: 13px;
  position: relative;
  display: table;
  width: 100%;
  color: #fff;
}
#page-closure #page-closure-header .years img {
  float: left;
}
#page-closure #page-closure-header .years span.bar {
  font-size: 1.5em;
  vertical-align: middle;
  line-height: 40px;
  padding: 10px 10px 10px 30px;
}
#page-closure #page-closure-header .years span.celebration {
  font-size: 1.1em;
  vertical-align: middle;
  line-height: 45px;
  padding-left: 10px;
  padding-top: 5px;
  margin-top: 10px;
}
#page-closure #page-closure-header .social-media-icons ul {
  list-style-type: none;
  margin: 0px;
}
#page-closure #page-closure-header .social-media-icons ul li {
  display: inline-block !important;
}
@media (max-width: 767px) {
  #page-closure #page-closure-header .social-media-icons ul li {
    margin-right: 7px;
  }
}
@media (min-width: 768px) {
  #page-closure #page-closure-header .social-media-icons ul li {
    margin-right: 12px;
  }
}
/*#page-closure #page-closure-header .social-media-icons ul li a {
  display: block;
  height: 40px;
  width: 40px;
  padding: 0;
  margin: 0;
  text-indent: -99999px;
  background: #fff;
  transition: background-position 0.2s ease-in;
  -webkit-transition: background-position 0.2s ease-in;
  -moz-transition: background-position 0.2s ease-in;
  -o-transition: background-position 0.2s ease-in;
  transition: background-position 0.2s ease-in;
}
#page-closure #page-closure-header .social-media-icons ul li a.facebook {
  background: url("https://www.blackpool.ac.uk/themes/custom/bfc/img/sm_facebook.png")
    no-repeat center top;
}
#page-closure #page-closure-header .social-media-icons ul li a.instagram {
  background: url("https://www.blackpool.ac.uk/themes/custom/bfc/img/sm_instagram.png")
    no-repeat center top;
}
#page-closure #page-closure-header .social-media-icons ul li a.linkedin {
  background: url("https://www.blackpool.ac.uk/themes/custom/bfc/img/sm_linkedin.png")
    no-repeat center top;
}
#page-closure #page-closure-header .social-media-icons ul li a.twitter {
  background: url("https://www.blackpool.ac.uk/themes/custom/bfc/img/sm_twitter.png")
    no-repeat center top;
}
#page-closure #page-closure-header .social-media-icons ul li a.snapchat {
  background: url("https://www.blackpool.ac.uk/themes/custom/bfc/img/sm_snapchat.png")
    no-repeat center top;
}
#page-closure #page-closure-header .social-media-icons ul li a.facebook:hover,
#page-closure #page-closure-header .social-media-icons ul li a.instagram:hover,
#page-closure #page-closure-header .social-media-icons ul li a.linkedin:hover,
#page-closure #page-closure-header .social-media-icons ul li a.twitter:hover,
#page-closure #page-closure-header .social-media-icons ul li a.snapchat:hover {
  background-position: center bottom;
}*/
#page-closure #page-closure-content {
  background: #43328d;
  padding: 0px;
  position: relative;
  display: table;
  width: 100%;
  color: #fff;
}
#page-closure #page-closure-content .embedWrap {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
#page-closure #page-closure-content .embedWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page-closure #page-closure-content .contactDetails h2 {
  color: rgb(255, 255, 255);
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 7px;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
#page-closure #page-closure-content .contactDetails h2::after {
  content: url(/themes/custom/bfcjobs/img/header_white_bar.jpg);
  display: block;
}
#page-closure #page-closure-content .contactDetails p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 28px;
}
#page-closure #page-closure-content .contactDetails {
  padding: 30px 15px;
}
#page-closure #page-closure-content .contactDetails a {
  color: #fff;
}
#page-closure #logo-party {
  background: #001722;
  padding: 30px 0px;
}
#page-closure #logo-party .item {
  color: #fff;
  text-align: center;
  background: #001722;
  margin: 0px 20px;
  height: 185px;
  position: relative;
}
#page-closure #logo-party .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#content-main ul.nav-tabs li a {
  color: #333132;
}
#content-main ul.nav-tabs li.active a,
#content-main ul.nav-tabs li.active a:focus,
#content-main ul.nav-tabs li.active a:active {
  background: #ebebeb;
  color: #43328d;
  cursor: pointer;
}
#content-main ul.nav-tabs li a {
  border: 1px solid #ebebeb;
}
.file {
  font-size: 100%;
  margin-top: 10px;
}
.file-icon span.icon {
  color: #43328d;
}
.file-size {
  color: #43328d !important;
}
#page-closure #footer {
  background: #001722;
  padding: 40px;
  overflow: hidden;
}
#page-closure #footer p {
  margin: 0;
  color: #fff;
  margin: 0;
}
@media (min-width: 768px) {
  #page-closure #footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #page-closure #footer ul li {
    float: left;
    margin: 0px 10px;
    line-height: normal;
  }
  #page-closure #footer ul li a {
    color: #fff;
  }
}
@media (max-width: 767px) {
  #page-closure #footer p {
    margin: 0;
    color: #43328d;
    font-size: 95%;
  }
  #page-closure #footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #page-closure #footer ul li {
    margin: 5px 0px;
    line-height: normal;
    font-size: 95%;
  }
  #page-closure #footer ul li a {
    color: #fff;
  }
}
body.path-frontpage #hero .jumbotron {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-size: cover !important;
  margin-bottom: 0px;
}
body.path-frontpage #hero .jumbotron .hero_copy {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 51;
}

body.path-frontpage #hero .jumbotron h2,
body.path-frontpage #hero .jumbotron p {
  text-align: center;
  color: #fff;
  text-shadow: #333132 0.1em 0.1em 0.2em;
}
body.path-frontpage #hero .jumbotron h2 {
  font-family: "Bebas Neue", sans-serif;
}
body.path-frontpage #hero .jumbotron p {
  font-family: "Montserrat", sans-serif;
}
body.path-frontpage #hero .jumbotron a.btn {
  font-family: "Montserrat", sans-serif;
  background: #43328d;
  text-align: center;
  border: 1px solid #43328d;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  padding: 9px 12px;
}
@media (max-width: 767px) {
  body.path-frontpage #hero .jumbotron {
    height: 400px;
  }
  body.path-frontpage #hero .jumbotron .hero_copy {
    width: 90%;
  }
  body.path-frontpage #hero .jumbotron h2 {
    font-size: 32px;
  }
  body.path-frontpage #hero .jumbotron p {
    font-size: 18px;
  }
  body.path-frontpage #hero .jumbotron a.btn {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  body.path-frontpage #hero .jumbotron {
    height: 600px;
  }
  body.path-frontpage #hero .jumbotron .hero_copy {
    width: 80%;
  }
  body.path-frontpage #hero .jumbotron h2 {
    font-size: 60px;
  }
  body.path-frontpage #hero .jumbotron p {
    font-size: 28px;
  }
  body.path-frontpage #hero .jumbotron a.btn {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body.path-frontpage #hero .jumbotron {
    height: 600px;
  }
  body.path-frontpage #hero .jumbotron .hero_copy {
    width: 80%;
  }
  body.path-frontpage #hero .jumbotron h2 {
    font-size: 60px;
  }
  body.path-frontpage #hero .jumbotron p {
    font-size: 28px;
  }
  body.path-frontpage #hero .jumbotron a.btn {
    margin-top: 30px;
  }
}
@media (min-width: 1025px) {
  body.path-frontpage #hero .jumbotron {
    height: 600px;
  }
  body.path-frontpage #hero .jumbotron h2 {
    font-size: 70px;
  }
  body.path-frontpage #hero .jumbotron p {
    font-size: 28px;
  }
  body.path-frontpage #hero .jumbotron a.btn {
    margin-top: 30px;
  }
}
body.path-frontpage #content-top {
  background: rgb(36, 36, 36);
  overflow: hidden;
  position: relative;
  font-family: "Montserrat", sans-serif;
}
body.path-frontpage #content-top .row .latest-vacancies,
body.path-frontpage #content-top .row .welcome {
  height: 100%;
}
body.path-frontpage #content-top .row .welcome {
  background: rgb(36, 36, 36);
}
body.path-frontpage #content-top .row .latest-vacancies {
  background: rgb(49, 49, 49);
}
body.path-frontpage #content-top h2 {
  color: #fff;
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 7px;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
body.path-frontpage #content-top h2::after {
  content: url(/themes/custom/bfcjobs/img/header_red_bar.jpg);
  display: block;
}
body.path-frontpage #content-top p {
  color: #fff;
  font-size: 15px;
  line-height: 28px;
}
body.path-frontpage #content-top p span {
  margin-top: -15px;
  display: block;
}
body.path-frontpage #content-top .latest-vacancies table {
  margin-bottom: 0;
}
body.path-frontpage #content-top .latest-vacancies .view-empty {
  color: #fff;
}
body.path-frontpage #content-top .latest-vacancies table thead {
  color: #43328d;
}
body.path-frontpage #content-top .latest-vacancies table thead tr th {
  padding: 0px 8px 8px 0px;
}
body.path-frontpage
  #content-top
  .latest-vacancies
  table.table-striped
  > tbody
  > tr:nth-of-type(2n + 1) {
  background-color: rgb(49, 49, 49);
}
body.path-frontpage #content-top .latest-vacancies table tbody tr td {
  color: #fff;
}
body.path-frontpage #content-top .latest-vacancies table tbody tr td a {
  color: #fff;
}
body.path-frontpage #content-top .latest-vacancies .view-footer {
  display: block;
}
body.path-frontpage #content-top .latest-vacancies .view-footer a {
  color: #43328d;
  margin-top: 10px;
}
body.path-frontpage #content-top .latest-vacancies table tbody a:hover {
  text-decoration: none;
  color: #43328d;
}
body.path-frontpage #content-top .latest-vacancies table tbody a:hover {
  text-decoration: none;
  color: #43328d;
}
@media (max-width: 767px) {
  body.path-frontpage #content-top .row .welcome {
    padding: 40px 15px 40px 15px;
  }
  body.path-frontpage #content-top .row .latest-vacancies {
    padding: 40px 30px 40px 30px;
  }
  body.path-frontpage #content-top .latest-vacancies .table-responsive {
    width: 100%;
    border: 1px solid #333132;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  body.path-frontpage #content-top .row .welcome {
    padding: 40px 15px 40px 15px;
  }
  body.path-frontpage #content-top .row .latest-vacancies {
    padding: 40px 30px 40px 30px;
  }
  body.path-frontpage #content-top .latest-vacancies .table-responsive {
    width: 100%;
    border: 1px solid #333132;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body.path-frontpage #content-top .row .welcome {
    padding: 40px 15px 40px 15px;
  }
  body.path-frontpage #content-top .row .latest-vacancies {
    padding: 40px 30px 40px 30px;
  }
  body.path-frontpage #content-top .latest-vacancies .table-responsive {
    width: 100%;
    border: 1px solid #333132;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  body.path-frontpage #content-top .row .welcome {
    padding: 40px 15px 40px 25px;
  }
  body.path-frontpage #content-top .row .latest-vacancies {
    padding: 40px 40px 40px 40px;
  }
  body.path-frontpage #content-top .latest-vacancies table {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  body.path-frontpage #content-top .row .welcome {
    padding: 40px 15px 40px 0px;
  }
  body.path-frontpage #content-top .row .latest-vacancies {
    padding: 40px 40px 40px 40px;
  }
  body.path-frontpage #content-top .latest-vacancies table {
    width: 60%;
  }
}
body.path-frontpage #content-main {
  background: #fff;
  overflow: hidden;
  padding: 40px 0px 50px 0px;
}
body.path-frontpage #content-main h2 {
  color: rgb(36, 36, 38);
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 7px;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  border-bottom: none !important;
}
body.path-frontpage #content-main h2::after {
  content: url(/themes/custom/bfcjobs/img/header_red_bar.jpg);
  display: block;
}
body.path-frontpage #content-main .pod {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
body.path-frontpage #content-main .pod .podCopy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 90%;
  z-index: 20;
}
body.path-frontpage #content-main .pod .podCopy a {
  font-weight: 700;
  display: block;
  color: #fff;
  line-height: 42px;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
body.path-frontpage #content-main .pod .podCopy a:visited {
  text-decoration: none;
}
body.path-frontpage #content-main .pod .podCopy a:hover {
  text-decoration: none;
}
body.path-frontpage #content-main .pod .podCopy a:active,
body.path-frontpage #content-main .pod .podCopy a:focus {
  text-decoration: none;
}
body.path-frontpage #content-main .pod .podOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
body.path-frontpage #content-main a.podOverlay:hover,
body.path-frontpage #content-main .podCopy:hover ~ .podOverlay {
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  body.path-frontpage #content-main .title h2 {
    padding-left: 15px;
  }
  body.path-frontpage #content-main .mobilePod {
    background: rgba(212, 9, 64, 1);
    margin: 0px 15px 15px 15px;
  }
  body.path-frontpage #content-main .mobilePod:last-child {
    background: rgba(212, 9, 64, 1);
    margin: 0px 15px 0px 15px;
  }
  body.path-frontpage #content-main .mobilePod a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 40px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 22px;
  }
  body.path-frontpage #content-main .mobilePod a:hover {
    text-decoration: none;
    background: rgba(212, 9, 64, 0.2);
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body.path-frontpage #content-main .title h2 {
    padding-left: 15px;
  }
  body.path-frontpage #content-main .pod .podCopy a {
    line-height: 36px;
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  body.path-frontpage #content-main .title h2 {
    padding-left: 15px;
  }
  body.path-frontpage #content-main .pod .podCopy a {
    line-height: 26px;
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  body.path-frontpage #content-main .title h2 {
    padding-left: 15px;
  }
  body.path-frontpage #content-main .pod .podCopy a {
    line-height: 42px;
    font-size: 28px;
  }
}
body.path-frontpage #content-bottom {
  min-height: 400px;
  background: url(https://media.blackpool.ac.uk/sites/default/files/styles/1200w/public/2017-12/Header%20Living%20in%20Lancashire.jpg?itok=AxtgUxe_)
    center center/cover no-repeat fixed;
  position: relative;
}
body.path-frontpage #content-bottom .subHeroCopy {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
body.path-frontpage #content-bottom .subHeroCopy h2 {
  text-align: center;
  color: #fff;
  text-shadow: #333132 0.1em 0.1em 0.2em;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
}
body.path-frontpage #content-bottom .subHeroCopy a.fom {
  font-family: "Montserrat", sans-serif;
  background: #43328d;
  text-align: center;
  border: 1px solid #43328d;
  text-transform: uppercase;
  padding: 9px 12px;
  position: absolute;
  left: 50%;
  margin-top: 30px;
  transform: translateX(-50%);
  font-weight: bold;
}
@media (max-width: 767px) {
  body.path-frontpage #content-bottom .subHeroCopy h2 {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  body.path-frontpage #content-bottom .subHeroCopy h2 {
    font-size: 55px;
  }
}
body.page-node-type-page #page-content #content-top {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  body.page-node-type-page #page-content #content-main {
    padding: 20px 0px 40px 0px;
  }
  body.path-current-vacancies #page-content #content-main {
    padding: 20px 0px 40px 0px;
  }
}
@media (max-width: 767px) {
  body.page-node-type-page #page-content #content-main {
    padding: 20px 0px 30px 0px;
  }
  body.path-current-vacancies #page-content #content-main {
    padding: 20px 0px 30px 0px;
  }
}
#content-main p {
  font-family: "Montserrat", sans-serif;
  line-height: 24px;
  margin: 7px 0px;
}


#content-main .view-header p {   
  margin: 8px 0px 24px;
}
#content-main ul,
ol {
  margin: 20px 0px;
  font-family: "Montserrat", sans-serif;
}
#content-main ul li,
ol li {
  margin: 5px 0px;
}
#content-main ul.nav.nav-tabs li,
ol.nav.nav-tabs li {
  margin: 0px 0px;
}
#content-main h1 {
  color: #333132;
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: 700;
  display: block !important;
}

#content-main h2 {
  color: #333132;
  font-size: 24px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
#content-main h3 {
  color: #333132;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 7px;
  display: block;
}
#content-main h4 {
  color: #333132;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
#content-main a {
  color: #43328d;
}
 
#content-main a:hover {
  text-decoration: underline;
}
#content-main a:active {
  color: #43328d;
  text-decoration: underline;
}
body.user-logged-in #page-hero {
  margin-bottom: 20px;
}
body.page-node-type-page #page-hero .jumbotron,
body.path-current-vacancies #page-hero .jumbotron {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-size: cover !important;
  margin-bottom: 0px;
}

#page-hero .jumbotron.hero-default {
  background: url(https://media.blackpool.ac.uk/sites/default/files/styles/1200w/public/2016-10/_RP_0548.jpg?itok=bk426R2H)
    center center no-repeat;
}
#page-hero .jumbotron.about_us_hero {
  background: url(https://media.blackpool.ac.uk/sites/default/files/styles/1200w/public/2017-10/About%20the%20College.jpg?itok=rZI5FtEr)
    center 30% no-repeat;
}
#page-hero .jumbotron.application_hero {
  background: url(https://media.blackpool.ac.uk/sites/default/files/styles/1200w/public/2017-11/Application%20process.jpg?itok=4FqC-1xh)
    center 32% no-repeat;
}
#page-hero .jumbotron.facilities_hero {
  background: url(https://media.blackpool.ac.uk/sites/default/files/styles/1200w/public/2017-10/Facilities.jpg?itok=O2xv02Fn)
    center 30% no-repeat;
}
#page-hero .jumbotron.benefits_hero {
  background: url(https://media.blackpool.ac.uk/sites/default/files/styles/1200w/public/2017-10/Benefits.jpg?itok=qa72URYO)
    center 60% no-repeat;
}
#page-hero .jumbotron.living_in_lancs_hero {
  background: url(https://media.blackpool.ac.uk/sites/default/files/styles/1200w/public/2017-10/Living%20in%20Lancashire.jpg?itok=CSP6P8a-)
    center center no-repeat;
}
#page-hero .jumbotron.mission_hero {
  background: url(https://media.blackpool.ac.uk/sites/default/files/styles/1200w/public/2017-10/Missions%20and%20values.jpg?itok=zIh44SN9)
    center 30% no-repeat;
}
#page-hero .jumbotron.dbs_hero {
  background: url(https://media.blackpool.ac.uk/sites/default/files/styles/1200w/public/2017-10/Applying%20for%20DBS.jpg?itok=iHLPzEIR)
    center 65% no-repeat;
}
#page-hero .jumbotron.equal_opps_hero {
  background: url(https://media.blackpool.ac.uk/sites/default/files/styles/1200w/public/2017-10/Equal%20opportunities.jpg?itok=9didVnzZ)
    center center no-repeat;
}
#page-hero .jumbotron.faq_hero {
  background: url(https://media.blackpool.ac.uk/sites/default/files/styles/1200w/public/2017-10/FAQs.jpg?itok=FGv2I0_t)
    center 25% no-repeat;
}
#page-hero .jumbotron.disabled_applicants_hero {
  background: url(https://media.blackpool.ac.uk/sites/default/files/styles/1200w/public/2017-10/Info%20for%20disabled.jpg?itok=4X58yMuw)
    center 55% no-repeat;
}
#page-hero .jumbotron.contact_hero {
  background: url(https://media.blackpool.ac.uk/sites/default/files/styles/1200w/public/2017-10/Contact%20details.jpg?itok=22TQqL3U)
    center center no-repeat;
}
#page-hero .jumbotron.find_us_hero {
  background: url(https://media.blackpool.ac.uk/sites/default/files/styles/1200w/public/2017-10/How%20to%20find%20us.jpg?itok=MqY5pxnR)
    center center no-repeat;
}
#page-hero .jumbotron.travel_hero {
  background: url(https://media.blackpool.ac.uk/sites/default/files/styles/1200w/public/2017-10/Travel%20and%20parking.jpg?itok=g7MtxNV9)
    center center no-repeat;
}
#page-hero .jumbotron.interest_hero {
  background: url(https://media.blackpool.ac.uk/sites/default/files/styles/1200w/public/2017-10/Expression%20of%20interest.jpg?itok=VVu2paF1)
    center center no-repeat;
}

#page-hero .jumbotron.apprenticeships {
  background: url(https://media.blackpool.ac.uk/sites/default/files/styles/1200w/public/2018-03/Accounting-apprenticeship-6.jpg?itok=HQUrf0yv)
    center 30% no-repeat;
}
body.page-node-type-page .field--name-field-hero-image {
  display: none;
}
@media (min-width: 768px) {
  body.page-node-type-page #sidebar-right > div {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  body.page-node-type-page #sidebar-right > div {
    margin-top: 0px;
  }
}
body.page-node-type-page .campusLocation {
  padding: 20px;
  margin-bottom: 20px;
  background: #f4f4f4;
}
body.page-node-type-page .campusLocation a {
  display: block;
}
@media (max-width: 767px) {
  .campusLocation a {
    margin: 15px 0px;
  }
}
body.page-node-type-page .campusLocation h4 {
  margin-bottom: 0px !important;
  padding: 0 0 7px 0;
  font-size: 1em;
  color: #000;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  width: 100%;
  font-weight: bold;
}
.block-grey-box {
  background: #333132;
  padding: 30px;
  color: #fff;
}
@media (min-width: 768px) {
  .block-grey-box {
    margin: 0px 0px 15px 0px;
  }
}
@media (max-width: 767px) {
  .block-grey-box {
    margin: 0px 0px 30px 0px;
  }
}
.block-grey-box p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.block-grey-box h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 0;
  margin-top: 0;
}
.block-views-blocklatest-vacancies-block-1,
.block-views-blockvacancies-closing-soon-block-1 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.block-views-blocklatest-vacancies-block-1 h2.block-title,
.block-views-blockvacancies-closing-soon-block-1 h2.block-title {
  color: #333132;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 7px;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  border-bottom: 1px solid #808080;
}
.block-views-blocklatest-vacancies-block-1 .view-latest-vacancies table,
.block-views-blockvacancies-closing-soon-block-1
  .view-vacancies-closing-soon
  table {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .block-views-blocklatest-vacancies-block-1
    .view-latest-vacancies
    .table-responsive,
  .block-views-blockvacancies-closing-soon-block-1
    .view-vacancies-closing-soon
    .table-responsive {
    border: none;
  }
  .block-views-blocklatest-vacancies-block-1
    .view-latest-vacancies
    .table-responsive
    table
    tr
    th:nth-child(2),
  .block-views-blockvacancies-closing-soon-block-1
    .view-vacancies-closing-soon
    .table-responsive
    table
    tr
    th:nth-child(2),
  .block-views-blocklatest-vacancies-block-1
    .view-latest-vacancies
    .table-responsive
    table
    tr
    td:nth-child(2),
  .block-views-blockvacancies-closing-soon-block-1
    .view-vacancies-closing-soon
    .table-responsive
    table
    tr
    td:nth-child(2) {
    display: none;
  }
}
.block-views-blocklatest-vacancies-block-1
  .view-latest-vacancies
  table
  thead
  tr
  th,
.block-views-blocklatest-vacancies-block-1
  .view-latest-vacancies
  table
  tbody
  tr
  td,
.block-views-blockvacancies-closing-soon-block-1
  .view-vacancies-closing-soon
  table
  thead
  tr
  th,
.block-views-blockvacancies-closing-soon-block-1
  .view-vacancies-closing-soon
  table
  tbody
  tr
  td {
  font-size: 90%;
  padding: 8px 8px 8px 0px;
}
.block-views-blocklatest-vacancies-block-1
  .view-latest-vacancies
  table
  thead
  tr
  th {
  color: #43328d;
}
.block-views-blocklatest-vacancies-block-1
  .view-latest-vacancies
  table
  tbody
  tr
  td
  a {
  color: #333132;
  display: block;
}
.block-views-blockvacancies-closing-soon-block-1
  .view-vacancies-closing-soon
  table
  thead
  tr
  th {
  color: #43328d;
}
.block-views-blockvacancies-closing-soon-block-1
  .view-vacancies-closing-soon
  table
  tbody
  tr
  td
  a {
  color: #333132;
  display: block;
}
.block-views-blocklatest-vacancies-block-1
  .view-latest-vacancies
  table
  tbody
  tr
  td
  a:hover {
  color: #43328d;
  text-decoration: none;
}
.block-views-blocklatest-vacancies-block-1
  .view-latest-vacancies
  table
  tbody
  tr
  td
  a:hover {
  color: #43328d;
}
.block-views-blockvacancies-closing-soon-block-1
  .view-vacancies-closing-soon
  table
  tbody
  tr
  td
  a:hover {
  color: #43328d;
}
.view-footer a {
  color: #43328d;
  font-size: 90%;
  margin: 5px 25px 5px 0px;
}
body.path-current-vacancies form#views-exposed-form-current-vacancies-page-1 {
  margin: 20px 0px;
  background: #ebebeb;
  border: 2px solid #e6e6e6;
}
body.path-current-vacancies
  form#views-exposed-form-current-vacancies-page-1
  label {
  font-family: "Montserrat", sans-serif;
  line-height: 16px;
}
body.path-current-vacancies
  form#views-exposed-form-current-vacancies-page-1
  .select-wrapper
  select {
  border-radius: 0px;
  font-size: 14px;
}
body.path-current-vacancies
  form#views-exposed-form-current-vacancies-page-1
  button {
  border-radius: 0px;
  border: 1px solid #333132;
  padding: 5px 17px;
  margin: 0px 0px 0px 10px;
}
@media (max-width: 767px) {
  body.path-current-vacancies form#views-exposed-form-current-vacancies-page-1 {
    font-size: 12px;
    padding: 12px;
  }
  body.path-current-vacancies
    form#views-exposed-form-current-vacancies-page-1
    label {
    width: 60px;
  }
  body.path-current-vacancies
    form#views-exposed-form-current-vacancies-page-1
    .select-wrapper
    select {
    font-size: 13px;
  }
  body.path-current-vacancies
    form#views-exposed-form-current-vacancies-page-1
    .select-wrapper {
    margin: 0px 15px 0px 0px;
  }
  body.path-current-vacancies
    form#views-exposed-form-current-vacancies-page-1
    button {
    float: right;
    background: #333132;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body.path-current-vacancies form#views-exposed-form-current-vacancies-page-1 {
    font-size: 14px;
    padding: 20px;
  }
  body.path-current-vacancies
    form#views-exposed-form-current-vacancies-page-1
    .select-wrapper {
    margin: 0px 15px 0px 0px;
  }
  body.path-current-vacancies
    form#views-exposed-form-current-vacancies-page-1
    button {
    margin: 0px 15px 0px 0px;
    right: 0;
    background: #333132;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  body.path-current-vacancies form#views-exposed-form-current-vacancies-page-1 {
    font-size: 12px;
    padding: 10px;
  }
  body.path-current-vacancies
    form#views-exposed-form-current-vacancies-page-1
    .select-wrapper {
    margin: 0px 0px 0px 0px;
  }
  body.path-current-vacancies
    form#views-exposed-form-current-vacancies-page-1
    .select-wrapper
    select {
    font-size: 12px;
  }
  body.path-current-vacancies
    form#views-exposed-form-current-vacancies-page-1
    #edit-field-campus-value {
    width: 178px;
  }
  body.path-current-vacancies
    form#views-exposed-form-current-vacancies-page-1
    button {
    margin: 0px 0px 0px 5px;
    right: 0;
    background: #333132;
  }
}
@media (min-width: 1025px) {
  body.path-current-vacancies form#views-exposed-form-current-vacancies-page-1 {
    font-size: 12px;
    padding: 15px;
  }
  body.path-current-vacancies
    form#views-exposed-form-current-vacancies-page-1
    .select-wrapper {
    margin: 0px 15px 0px 0px;
  }
  body.path-current-vacancies
    form#views-exposed-form-current-vacancies-page-1
    button {
    margin: 0px 0px 0px 0px;
    background: #333132;
  }
}
body.path-current-vacancies #page-content {
  margin-bottom: 40px;
}
body.path-current-vacancies .vacancy .v-internal-only {
  font-style: italic;
}
body.path-current-vacancies .vacancy {
  padding: 20px;
  border-bottom: 2px solid #ccc;
  margin: 5px 0px 0px 0px;
  position: relative;
  overflow: hidden;
}
body.path-current-vacancies .v-details a.v-title {
  color: #43328d;
  display: block;
  padding-bottom: 5px;
}
body.path-current-vacancies .v-cta a.v-btn-full-details {
  background: #43328d;
  border: 1px solid #43328d;
  border-radius: 0px;
  color: #fff !important;
  margin-top: 25px;
  float: right;
}
@media (max-width: 767px) {
  body.path-current-vacancies .vacancy {
    padding: 10px 0px;
  }
  body.path-current-vacancies .vacancy .v-details-mobile span {
    font-weight: bold;
  }
  body.path-current-vacancies .vacancy a.v-title {
    font-size: 25px;
  }
  body.path-current-vacancies .vacancy a.v-title:hover {
    text-decoration: none;
  }
  body.path-current-vacancies .v-details a.v-title span {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  body.path-current-vacancies .vacancy {
    padding: 20px 20px;
  }
  body.path-current-vacancies .vacancy a.v-title {
    font-size: 18px;
  }
  body.path-current-vacancies .v-details table {
    margin-bottom: 0px;
    font-size: 90%;
    font-family: "Montserrat", sans-serif;
  }
  body.path-current-vacancies .v-details table td:first-child {
    padding: 8px 8px 8px 0px;
  }
  body.path-current-vacancies .v-details table td {
    border-top: none;
  }
  body.path-current-vacancies .v-details table span {
    font-style: italic;
    color: #a0a0a0;
  }
}
body.path-current-vacancies ul.pagination li a {
  font-family: "Montserrat", sans-serif;
  border-radius: 0;
  color: #333132 !important;
  border: 1px solid #eee;
}
body.path-current-vacancies ul.pagination li.is-active a {
  font-family: "Montserrat", sans-serif;
  border-radius: 0;
  color: #fff !important;
  background: #43328d;
  border: 1px solid #43328d;
}
.block-views-blockcurrent-apprenticeship-vacancies-block-1 {
  margin-bottom: 40px;
}
.block-views-blockcurrent-apprenticeship-vacancies-block-1 .view-header h2 {
  color: #333132;
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  border-bottom: 1px solid #808080;
  margin-top: 0px;
}
.block-views-blockcurrent-apprenticeship-vacancies-block-1 .view-content a {
  color: #43328d;
}
.profilePicture {
  background: url(https://media.blackpool.ac.uk/sites/default/files/styles/500_wide_compressed/public/2016-10/Bev_Robinson-Hero-About_The_College.jpg?itok=rqopH7zu)
    center center/cover no-repeat;
  height: 100%;
}
.facilities div[class*="col-"] {
  margin-bottom: 30px;
}
.facilities .facility {
  position: relative;
}
@media (min-width: 1025px) {
  .facilities .facility .facility-attachment .upper {
    height: 170px;
  }
  .facilities .facility .facility-attachment .lower {
    height: 130px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .facilities .facility .facility-attachment .upper {
    height: 220px;
  }
  .facilities .facility .facility-attachment .lower {
    height: 160px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .facilities .facility .facility-attachment .upper {
    height: 220px;
  }
  .facilities .facility .facility-attachment .lower {
    height: 160px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .facilities .facility .facility-attachment .upper {
    height: auto;
  }
  .facilities .facility .facility-attachment .lower {
    height: auto;
  }
}
.facilities .facility .facility-attachment .upper {
  width: 100%;
  padding: 20px 15px;
  background: #333132;
}
.facilities .facility .facility-attachment .upper p {
  font-size: 90%;
}
.facilities .facility .facility-attachment .upper p,
.facilities .facility .facility-attachment .upper h3 {
  text-align: center;
  margin-top: 0px !important;
}
.facilities .facility .facility-attachment .upper p {
  color: #ccc;
}
.facilities .facility .facility-attachment .upper h3 {
  color: #fff !important;
}
.facilities .facility .facility-attachment .lower {
  width: 100%;
  padding: 20px;
  background: #22211f;
  position: relative;
}
.facilities .facility .facility-attachment .lower p {
  text-align: center;
  color: #fff;
  font-size: 90%;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.facilities .facility .facility-attachment .lower i.glyphicon {
  height: 20px;
  width: 20px;
  vertical-align: middle;
  text-align: center;
  line-height: 20px;
  background: #43328d;
  border-radius: 50%;
  color: #fff;
  font-size: 75%;
  display: block;
  margin: -30px auto 10px auto;
}
#livinginlancashire_accordion {
  margin: 20px 0px 20px 0px;
}
#livinginlancashire_accordion h3.ui-accordion-header {
  margin: 0px 0px 2px 0px;
  padding: 10px;
  text-transform: capitalize;
  border-radius: 0 !important;
  color: #fff;
  background: #333132;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #333132 !important;
}
#livinginlancashire_accordion h3.ui-accordion-header.ui-state-active {
  background: #43328d;
  border: 1px solid #43328d !important;
  border-radius: 0 !important;
}
#livinginlancashire_accordion h3 span.ui-icon {
  float: left;
  margin-right: 10px;
}
#livinginlancashire_accordion > div {
  padding: 15px;
  border-radius: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
#livinginlancashire_accordion > div p {
  font-size: 14px;
}
#apprenticeships > h2 {
  color: #333132;
  font-size: 28px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  border-bottom: none;
  margin-top: 0px;
  text-align: center;
}
#apprenticeships .appPod {
  padding: 20px;
  background: #f5f5f5;
  overflow: auto;
  margin: 30px 0px 0px 0px;
  text-align: center;
}
#apprenticeships img {
  width: 100px;
  margin: 0 auto 20px auto;
  display: block;
}
#apprenticeships .appPod img {
  width: 75px;
}
#apprenticeships-faq .panel-heading {
  padding: 0px;
  background-color: #d1d2d4;
  border-radius: 0px;
}
#apprenticeships-faq .panel-heading h4 {
  margin: 0px;
  padding: 0px;
  line-height: 25px;
}
#apprenticeships-faq .panel {
  border-radius: 0px;
}
#apprenticeships-faq .panel .panel-heading a {
  padding: 10px 15px;
  display: block;
  color: #333132;
}
#apprenticeships-faq .panel .panel-heading a:hover {
  color: #43328d;
}
#apprenticeships-faq .panel .panel-body {
  background-color: #f2f2f2;
}
.gdprOverlay .col-xs-10 h3 {
  margin-top: 0px;
}
.gdprOverlay .col-xs-10 a {
  color: #fff;
  text-decoration: underline;
}
.gdprOverlay .col-xs-10 a:visited {
  color: #fff;
  text-decoration: underline;
}
.gdprOverlay .col-xs-10 a:hover {
  color: #ccc;
  text-decoration: underline;
}
.gdprOverlay .col-xs-10 a:active,
.gdprOverlay a:focus {
  color: #fff;
  text-decoration: underline;
}
.gdprOverlay .col-xs-2 i {
  font-size: 1.5em;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 767px) {
  .gdprOverlay {
    position: fixed;
    background: #126dfa;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 20px;
    width: 90%;
    min-height: 150px;
    height: auto;
    z-index: 2002;
    color: #fff;
    -webkit-box-shadow: 0 -12px 12px 0px rgba(0, 0, 0, 0.275);
    box-shadow: 0 -12px 12px 0px rgba(0, 0, 0, 0.275);
  }
  .gdprOverlay .col-xs-10 p {
    font-size: 15px;
  }
  .gdprOverlay .col-xs-2 i {
    line-height: 0px;
  }
}
@media (min-width: 768px) {
  .gdprOverlay {
    position: fixed;
    background: #126dfa;
    bottom: 0;
    left: 0;
    padding: 40px;
    width: 100%;
    min-height: 150px;
    height: auto;
    z-index: 2002;
    color: #fff;
    -webkit-box-shadow: 0 -12px 12px 0px rgba(0, 0, 0, 0.275);
    box-shadow: 0 -12px 12px 0px rgba(0, 0, 0, 0.275);
  }
  .gdprOverlay .col-xs-10 p {
    font-size: 18px;
  }
  .gdprOverlay .col-xs-2 i {
    line-height: 80px;
  }
}
body.path-user #page-content {
  padding-top: 40px;
}
body.path-admin #content-main {
  padding: 40px 0px;
}
body.path-user #page-closure {
  padding-top: 40px;
}
body.page-node-type-job-vacancy #page-hero .jumbotron {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-size: cover !important;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  body.page-node-type-job-vacancy #page-hero .jumbotron {
    height: 300px;
  }
}
@media (max-width: 767px) {
  body.page-node-type-job-vacancy #page-hero .jumbotron {
    height: 200px;
  }
}
@media (min-width: 768px) {
  body.page-node-type-job-vacancy #content-main {
    padding: 20px 0px 40px 0px;
  }
}
@media (max-width: 767px) {
  body.page-node-type-job-vacancy #content-main {
    padding: 20px 0px 30px 0px;
  }
  body.page-node-type-job-vacancy #content-main #job-vacancy ul {
    margin: 0px !important;
  }
}
body.page-node-type-job-vacancy
  #content-main
  #job-vacancy
  .vacancy-documentation
  .file {
  font-size: 100%;
  margin-top: 10px;
}
body.page-node-type-job-vacancy
  #content-main
  #job-vacancy
  .vacancy-documentation
  .file-icon
  span.icon {
  color: #43328d;
}
body.page-node-type-job-vacancy
  #content-main
  #job-vacancy
  .vacancy-documentation
  .file-size {
  color: #43328d;
}
div.search-advanced {
  display: none;
}
a.search-help-link {
  display: none;
}
#search-form h2 {
  background-color: #e8e9eb;
  font-size: 18px;
  padding: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.search-page-form input {
  border: none;
  padding: 5px;
  height: 50px;
  border-bottom: solid 2px #000;
  border-bottom-left-radius: 0px;
}
.search-page-form .input-group input.form-control,
.search-page-form .input-group input.form-control:focus {
  box-shadow: none;
  border-color: #000;
}
.search-page-form button {
  border-radius: 0px;
  border-color: #d30a40;
  background-color: #d30a40;
  padding: 11px 30px;
  font-size: 18px;
  margin-left: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
