@charset "UTF-8";
/**
 * CSS: Site styles
 * @package gsd-framework
 * /

 /**
 *	1) Reset, Grid
 *	2) 3rd Party
 *	3) Base Fonts
 *	4) WP & Floats
 *	5) Stylised Headers
 *  6) Buttons
 *  7) Vacancies Table
 *  8) Cookie Layer
 *  9) Catapults Menu
 *  10) Google Translate
 *  11) Header
 *  12) Search
 *  13) Big Red
 *  14) Big Red Navigation
 *  15) Footer
 *  16) Credits
 *  17) Banners/Panels
 *  18) Page
 *  19) Breadcrumbs & Social
 *  20) Sidebar
 *  21) Modal - Tour & Blanket
 *  22) Listing
 *	23) Single page
 *	24) Board members
 *	25) Lightbox
 *	26) Single markets
 *	27) Strips
 */

/**----------------------------------------------
	1) RESET | GRID
-----------------------------------------------*/
address, blockquote, cite, dfn, em, mark, q, var {
    font-style: italic
}

dt, mark, strong, th {
    font-weight: 700
}

.clearfix, address, article, aside, blockquote, body, canvas, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, menu, nav, ol, p, pre, section, summary, ul {
    display: block
}

a, abbr, address, article, aside, audio, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

ins, mark {
    background-color: #ff9;
    color: #000
}

html {
    overflow-y: scroll
}

body, html {
    height: 100%
}

body {
    font-size: 100%;
    line-height: 1.5
}

:focus {
    outline: 0
}

nav ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

sub, sup {
    font-size: smaller
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #efefef;
    margin: 16px 0;
    padding: 0
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th, td {
    text-align: left
}

caption {
    position: absolute;
    left: -9999em
}

input, select {
    vertical-align: middle
}

textarea {
    overflow: auto
}

button, input[type=button], input[type=submit], label {
    cursor: pointer
}

button {
    width: auto;
    overflow: visible
}

a img {
    border: none
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clear {
    clear: both
}

input, select, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0
}

select::-ms-expand {
    display: none;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    cursor: pointer;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

b, strong {
    font-weight: bold !important;
}

.grid {
    width: 95%;
    max-width: 1280px;
    margin: 0px auto;
}

.inner-grid {
    width: 90%;
    max-width: 1280px;
    margin: 0px auto;
}

.grid:after,
.grid-full:after,
.inner-grid:after, {
    clear: both;
    content: "";
    display: table;
}

.grid [class*="col-"],
.grid-full [class*="col-"] {
    float: left;
}

.inner-grid [class*="col-"] {
    float: left;
}

.inner-grid-true [class*="col-"] {
    float: left;
}

.inner-grid-true div:last-of-type {
    padding-right: 0px;
}

[class*="fixed-"] {
    float: left;
}

.col-100 {
    width: 100%
}

.col-90 {
    width: 90%
}

.col-85 {
    width: 85%
}

.col-80 {
    width: 80%
}

.col-75 {
    width: 75%
}

.col-70 {
    width: 70%
}

.col-66 {
    width: 66.66%
}

.col-65 {
    width: 65%
}

.col-64 {
    width: 64%
}

.col-60 {
    width: 60%
}

.col-55 {
    width: 55%
}

.col-50 {
    width: 50%
}

.col-45 {
    width: 45%
}

.col-40 {
    width: 40%
}

.col-35 {
    width: 35%
}

.col-33 {
    width: 33.33%
}

.col-30 {
    width: 30%
}

.col-25 {
    width: 25%
}

.col-20 {
    width: 20%
}

.col-15 {
    width: 15%
}

.col-10 {
    width: 10%
}

.col-5 {
    width: 5%
}

.mobile-only {
    display: none !important;
}

.screen-only {
    display: block !important;
}

/**----------------------------------------------
	2) THIRD PARTY
-----------------------------------------------*/
.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    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 {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -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 {
    top: 0;
    left: 0
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.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-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.banner-carousel .slick-next, .banner-carousel .slick-prev {
    border: 0;
    display: block;
    height: 60px;
    position: absolute;
    top: 48%;
    width: 60px;
    z-index: 99;
    text-indent: -100000px
}

.banner-carousel .slick-prev {
    background: url(../images/carousel-left-hover.png) center center no-repeat rgba(0, 0, 0, 0);
    left: -40px;
    opacity: .5
}

.banner-carousel .slick-next {
    background: url(../images/carousel-right-hover.png) center center no-repeat rgba(0, 0, 0, 0);
    opacity: .5;
    right: -40px
}

.banner-carousel .slick-next:hover, .banner-carousel .slick-prev:hover {
    opacity: 1
}

.slick-dots {
    position: absolute;
    right: 50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    z-index: 80;
    bottom: 30px
}

.slick-dots li {
    position: relative;
    padding: 0;
    cursor: pointer;
    height: 10px;
    width: 10px;
    background: #A7A8AD;
    display: inline-block;
    margin: 0 5px
}

.slick-dots li.slick-active {
    background: #fff
}

.slick-dots li a {
    height: 100%;
    width: 100%;
    display: block
}

.slick-dots li button {
    display: none
}

/**----------------------------------------------
	3) BASE FONTS
-----------------------------------------------*/
@font-face {
    font-family: "Helvetica Reg";
    src: url("../../../library/fonts/helvetica-light-webfont.woff") format('woff');
}

@font-face {
    font-family: 'Helvetica Bold';
    src: url('../../../library/fonts/HelveticaNeueLTPro-Md.woff2') format('woff2'),
    url('../../../library/fonts/HelveticaNeueLTPro-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica Neue";

}

body {
    font-family: 'Helvetica Reg';
    color: #333333;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    moz-osx-font-smoothing: grayscale;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Bold';
}

p, a, li, address, span, th, td, input, select, textarea {
    line-height: 34px;
    font-size: 24px;
    color: #000;
    font-weight: 300;
    font-family: 'Helvetica Reg';
}

a, a:visited {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

select {
    cursor: pointer;
}

/**----------------------------------------------
	4) WP AND FLOATS
-----------------------------------------------*/
.alignright {
    border: 1px solid #c5c5c5;
    float: right;
    margin: 0 0 10px 10px;
    padding: 3px;
}

.alignleft {
    border: 1px solid #c5c5c5;
    float: left;
    margin: 0 10px 0 10px;
    padding: 3px;
}

.push-left {
    float: left;
}

.push-right {
    float: right;
}

.right {
    text-align: right;
}

.shortcode-button {
    margin: 0px 0px 20px !important;
}

/**----------------------------------------------
	5) STYLISED HEADERS
-----------------------------------------------*/
.highlight {
    display: inline;
    padding: 0.5rem;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

.sa-new-title {
    font-size: 44px;
}

.sa-new-title .highlight {
    background: #58585A;
    color: white;
    box-shadow: 0.5rem 0 0 #58585A, -0.5rem 0 0 #58585A;
}

.sa-new-sub-title {
    font-size: 26px;
}

.sa-new-sub-title .highlight {
    background: #e5281b;
    color: white;
    box-shadow: 0.5rem 0 0 #e5281b, -0.5rem 0 0 #e5281b;
}

.sa-h1-title span, .sa-h2-title span, .sa-h3-title span, .sa-h4-title span {
    font-size: 38px;
    font-weight: bold;
    color: #e5281b;
}

.sa-h1-title, .sa-title {
    font-size: 38px;
    line-height: 60px;
}

.sa-h1-title .highlight, .sa-title .highlight {
    background: #58585A;
    color: white;
    box-shadow: 0.5rem 0 0 #58585A, -0.5rem 0 0 #58585A;
}

.sa-h2-title {
    font-size: 44px;
    line-height: 74px;
}

.sa-h2-title .highlight {
    background: #e5281b;
    color: white;
    box-shadow: 0.5rem 0 0 #e5281b, -0.5rem 0 0 #e5281b;
}

.sa-h3-title {
    font-size: 44px;
    line-height: 74px;
}

.sa-h3-title .highlight {
    background: #58585A;
    color: white;
    box-shadow: 0.5rem 0 0 #58585A, -0.5rem 0 0 #58585A;
}

.sa-h4-title {
    font-size: 38px;
    line-height: 74px;
    color: #fff;
}

.sa-h4-title .highlight {
    background: #58585A;
    color: white;
    box-shadow: 0.5rem 0 0 #58585A, -0.5rem 0 0 #58585A;
}

.sa-h5-title {
    font-size: 26px;
}

.sa-h5-title .highlight {
    background: #e5281b;
    color: white;
    box-shadow: 0.5rem 0 0 #e5281b, -0.5rem 0 0 #e5281b;
}

.sa-h6-title {
    font-size: 22px;
    font-weight: 900;
}

.sa-h6-title .highlight {
    background: #666;
    color: white;
    box-shadow: 0.5rem 0 0 #666, -0.5rem 0 0 #666;
}

.sa-subtitle {
    font-size: 26px;
}

.sa-subtitle .highlight {
    background: #e5281b;
    color: white;
    box-shadow: 0.5rem 0 0 #e5281b, -0.5rem 0 0 #e5281b;
}

.clear-pad {
    height: 15px;
}

/**----------------------------------------------
	6) BUTTONS
-----------------------------------------------*/
.sa-button {
    font-family: 'Helvetica Bold';
    font-size: 18px;
    background-color: #e5281b;
    color: #fff;
    display: inline-block;
    padding: 14px 25px;
    margin-right: 15px;
    text-decoration: none;
}

.sa-button:hover {
    background-color: #333;
    color: #fff;
}

.sa-button i {
    margin-right: 5px;
    margin-left: 20px;
}

.sa-button-outline {
    border: 1px solid #fff;
}

.sa-button-red {
    background-color: #e5281b;
    color: #fff;
}

.sa-button-red i {
    margin-left: 10px;
}

.sa-button-grey {
    background-color: #efefef;
    color: #333;
}

.sa-button-grey i {
    margin-left: 10px;
}

.sa-button-mid-grey {
    background-color: #999;
    color: #fff;
}

.sa-button-mid-grey i {
    margin-left: 10px;
}

.sa-button-black {
    background-color: #58585A;
    color: #fff;
}

.sa-button-black i {
    margin-left: 10px;
}

.sa-button-footer {
    border: 5px solid #fff;
    font-size: 20px;
    padding: 8px 20px;
    max-width: 240px;
    width: 240px;
    text-align: left;
    background-color: #e5281b;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 60px;
    display: block;
    box-shadow: 2px 2px 2px
    #888888:
}

#footer .sa-button-footer i {
    float: right;
    margin: 5px;
}

#footer .sa-button-footer:hover {
    color: #fff;
}

div#footer-address {
    padding-top: 40px;
}

div#footer-address p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 0px 0px 20px;
}

div#footer p span {
    color: #EA5349;
}

div#footer-address p a {
    color: #fff;
}

div#footer-address p.less-padding {
    padding: 0px 0px 10px;
}

/**----------------------------------------------
	7) VACANCIES TABLE
-----------------------------------------------*/
table.shortcode-table {
    min-width: 50%;
    margin: 30px 0 50px 0;
}

table.shortcode-table tr {

}

table.shortcode-table tr th {
    font-weight: bold;
    padding: 10px;
}

}
table.shortcode-table tr td {

}

table.shortcode-table tr td {
    padding: 10px;
}

table.shortcode-table tr:nth-child(odd) {
    background-color: #f2f2f2;
}

table.shortcode-table tr:nth-child(even) {

}

/**----------------------------------------------
	8) COOKIE LAYER
-----------------------------------------------*/
div#cookie-layer {
    position: fixed;
    bottom: 0px;
    padding: 0px;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    z-index: 100;
    box-sizing: border-box;
}

div#cookie-layer span {
    padding: 12px 12px;
    margin: 0px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: block;
}

div#cookie-layer span a {
    color: #fff;
    text-decoration: underline;
}

div#cookie-layer span a:hover {
    text-decoration: none;
}

div#cookie-layer span a#cookie-continue {
    background: rgb(255, 255, 255);
    color: #000;
    padding: 7px 15px;
    display: inline-block;
    margin-left: 20px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
}

div#cookie-layer span a#cookie-continue:hover {
    text-decoration: underline;
}

/**----------------------------------------------
	9) MENU
-----------------------------------------------*/
#sa-catapults-menu {
    width: 100%;
    display: block;
    min-height: 44px;
    border-bottom: 1px solid #eee;
}

#sa-catapults-menu .sa-catapults-menu {
    display: none;
}

#sa-catapults-menu .trigger-wrapper {
    background-color: #eee;
    display: block;
    width: 100%;
    padding: 12px;
    min-height: 41px;
}

#sa-catapults-menu .trigger-catapults-menu {
    float: left;
    margin-left: 10px;
    line-height: 18px;
    font-size: 12px;
    color: #6c6c6c;
    text-decoration: none;
}

#sa-catapults-menu .trigger-catapults-menu:hover {
    text-decoration: none;
}

#sa-catapults-menu .sa-hamburger {
    float: left;
    display: inline-block;
    cursor: pointer;
    min-width: 40px;
}

#sa-catapults-menu .sa-hamburger div {
    width: 30px;
    height: 3px;
    background-color: #ccc;
    margin: 3px 0;
    transition: 0.4s;
}

#sa-catapults-menu .sa-hamburger .bar2 {
    width: 25px;
}

#sa-catapults-menu .sa-hamburger .bar3 {
    width: 15px;
}

#sa-catapults-menu .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-3px, 6px);
    transform: rotate(-45deg) translate(-3px, 6px);
    width: 20px;
}

#sa-catapults-menu .change .bar2 {
    opacity: 0;
}

#sa-catapults-menu .change .bar3 {
    width: 20px;
    -webkit-transform: rotate(45deg) translate(-3px, -6px);
    transform: rotate(45deg) translate(-3px, -6px);
}

#sa-catapults-menu .sa-catapults-menu {
    width: 100%;
    max-width: 1280px;
    padding-left: 30px;
    padding-right: 50px;
    padding-top: 25px;
    padding-bottom: 30px;
}

#sa-catapults-menu .sa-catapults-menu li {
    display: inline-block;
    float: left;
    width: 28%;
    line-height: 28px;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    margin-right: 30px;
}

#sa-catapults-menu .sa-catapults-menu a {
    color: #999;
    text-decoration: none;
}

#sa-catapults-menu .sa-catapults-menu a:hover {
    color: #666;
    text-decoration: underline;
}

/**----------------------------------------------
	10) GOOGLE TRANSLATE
-----------------------------------------------*/
#google-translate {
    float: right;
    width: 280px;
}

#google-translate .google {
    float: left;
}

#google-translate select, #google_language_translator {
    display: none;
}

#flags {
    float: left;
}

#google_language_translator, #flags {
    text-align: right !important;
}

#flags ul {
    float: right !important;
}

#flags li {
    text-align: right !important;
    float: right !important;
    line-height: 5px;
    margin-left: 10px;
}

/**----------------------------------------------
	11) HEADER
-----------------------------------------------*/
#sa-standard-header {
    width: 100%;
    display: block;
    height: 122px;
    padding: 0px;
    webkit-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #eee;
    position: relative;
    background-color: #fff;
    z-index: 999;
    overflow: hidden;
}

#sa-featured-header {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

#sa-menu .logo, #sa-featured-header .logo, #sa-standard-header .logo {
    float: left;
}

#sa-featured-header .logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9999;
}

#sa-standard-header .logo img, #sa-featured-header .logo img {
    margin: 20px;
}

#sa-featured-header .logo {
    margin: 40px;
    width: 250px;
    height: 80px;
}

#sa-featured-header .logo img {

}

.coe img {
    max-height: 65px;
}

#sa-standard-header .logo {
    margin: 10px;
}

#sa-standard-header .trigger-menu, #sa-featured-header .trigger-menu {
    position: absolute;
    right: 0;
    top: 45px;
    background-color: #e5281b;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Helvetica Bold';
    text-decoration: none;
    width: 160px;
}

#sa-standard-header .trigger-menu {
    top: 30px;
}

#sa-featured-header .sticky {
    position: fixed;
    right: 0px;
    top: 89px;
    z-index: 100;
}

#sa-standard-header .trigger-menu:hover,
#sa-featured-header .trigger-menu:hover {
    background-color: #333;
}

#sa-standard-header .sa-hamburger, #sa-featured-header .sa-hamburger {
    display: inline-block;
    cursor: pointer;
    min-width: 40px;
    vertical-align: top;
    line-height: 30px;
}

#sa-standard-header .sa-hamburger div,
#sa-featured-header .sa-hamburger div {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 3px 0;
    transition: 0.4s;
}

#sa-standard-header .sa-hamburger .bar2,
#sa-featured-header .sa-hamburger .bar2 {
    width: 25px;
}

#sa-standard-header .sa-hamburger .bar3,
#sa-featured-header .sa-hamburger .bar3 {
    width: 15px;
}

#sa-standard-header .change .bar1,
#sa-featured-header .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-3px, 6px);
    transform: rotate(-45deg) translate(-3px, 6px);
    width: 20px;
}

#sa-standard-header .change .bar2,
#sa-featured-header .change .bar2 {
    opacity: 0;
}

#sa-standard-header .change .bar3,
#sa-featured-header .change .bar3 {
    width: 20px;
    -webkit-transform: rotate(45deg) translate(-3px, -6px);
    transform: rotate(45deg) translate(-3px, -6px);
}

/**----------------------------------------------
	12) SEARCH
-----------------------------------------------*/
#sa-search {
    padding-top: 30px;
    padding-left: 100px;
    float: left;
    width: 60%;
}

#sa-search div.input-wrapper {
    position: relative;
    padding-top: 13px;
    color: #666;
}

#sa-search input[type="text"] {
    float: left;
    border: 0;
    border-bottom: 2px solid #efefef;
    font-size: 18px;
    padding: 8px 75px 8px 40px;
    line-height: 28px;
    width: 50%;
    letter-spacing: 1px;
    font-weight: 400;
    color: #666;
    -webkit-transition: width .35s ease-in-out;
    transition: width .35s ease-in-out;
    display: block;
}

#sa-search .input-wrapper:before {
    font-family: "Font Awesome 5 Free";
    content: "\f002";
    font-weight: 900;
    color: #999;
    top: 22px;
    left: 0px;
    position: absolute;
    font-size: 1.2em;
}

#sa-search input[type=text]:focus {
    width: 80%;
    border-color: #ccc;
}

#sa-search input::-webkit-input-placeholder {
    color: #ccc;
}

#sa-search input:focus::-webkit-input-placeholder {
    color: #ccc;
}

#sa-search input:-moz-placeholder {
    color: #ccc;
}

#sa-search input:focus:-moz-placeholder {
    color: #ccc;
}

#sa-search input::-moz-placeholder {
    color: #ccc;
}

#sa-search input:focus::-moz-placeholder {
    color: #ccc;
}

#sa-search input:-ms-input-placeholder {
    color: #ccc;
}

#sa-search input:focus:-ms-input-placeholder {
    color: #ccc;
}

.sa-search-results,
.sa-menu-body {
    min-height: 450px;
}

.access-search {
    display: none;
}

/**----------------------------------------------
	13) BIG RED
-----------------------------------------------*/
#sa-menu {
    position: fixed;
    width: 100%;
    left: 0;
    height: 100%;
    top: -2000px;
    background-color: #e5281b;
    padding: 20px 40px 240px 40px;
    z-index: 99999999999;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

#sa-menu .trigger-menu-close {
    float: right;
    color: #fff;
    margin: 20px 0;
    cursor: pointer;
}

#sa-menu .sa-menu-header {
    margin: 30px 0;
}

#sa-menu .logo {
    width: 243px;
    height: 80px;
    display: block;
    margin-top: 0px;
}

#sa-menu .logo-coe-white img {
    width: 280px;
}

#sa-menu #sa-search {
    width: 100%;
    padding-right: 80px;
    float: right;
    padding-top: 10px;
}

#sa-menu input[type="text"] {
    background-color: #e5281b;
    border-bottom: 2px solid #fff;
    min-width: 50%;
    width: 60%;
    font-size: 24px;
    line-height: 34px;
}

#sa-menu input[type=text]:focus {
    width: 80%;
    border-color: #fff;
    border-bottom: 2px solid #fff;
}

#sa-menu .input-wrapper:before {
    color: #fff;
    font-size: 1.5em;
}

#sa-menu input::-webkit-input-placeholder {
    color: #F8ACA7;
}

#sa-menu input:focus::-webkit-input-placeholder {
    color: #F8ACA7;
}

#sa-menu input:-moz-placeholder {
    color: #F8ACA7;
}

#sa-menu input:focus:-moz-placeholder {
    color: #F8ACA7;
}

#sa-menu input::-moz-placeholder {
    color: #F8ACA7;
}

#sa-menu input:focus::-moz-placeholder {
    color: #F8ACA7;
}

#sa-menu input:-ms-input-placeholder {
    color: #F8ACA7;
}

#sa-menu input:focus:-ms-input-placeholder {
    color: #F8ACA7;
}

#sa-menu h5 {
    font-family: 'Helvetica Bold';
    font-size: 40px;
    line-height: 54px;
    color: #fff;
    max-width: 420px;
    display: block;
    padding-bottom: 40px;
}

#sa-menu .sa-menu-body-centres h5 {
    font-size: 30px;
    line-height: 44px;
}

#sa-menu span {
    font-size: 22px;
    line-height: 28px;
    padding: 30px 0;
    display: block;
    color: #fff;
    max-width: 420px;
}

#sa-menu .sa-button,
#sa-menu .social-container {
    float: left;
}

#sa-menu .social-container {
    margin-left: 35px;
}

#sa-menu .social-container i {
    color: #fff;
    margin: 9px 10px;
    font-size: 1.7em;
}

.sa-menu-body {
    max-width: 1600px;
    margin: 0px auto;
    padding: 50px 0 40px 0;
}

#sa-menu .current-menu-item > a, #sa-menu .current-menu-ancestor > li > a {
    text-decoration: underline;
    cursor: pointer;
}

#sa-menu p a, #sa-menu i, #sa-menu p {
    color: #fff;
}

#sa-menu i {
    margin-right: 10px;
}

#sa-menu .spacer {
    width: 30%;
    border-bottom: 1px solid #fff;
    height: 5px;
    margin: 10px 0 10px 0;
}

#sa-menu .trigger-menu-close:hover, .social-container a:hover {
    opacity: 0.7;
}

.menu-centres-navigation-container #menu-item-41 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}

#centres-navigation #menu-centres-navigation a {
    text-decoration: none;
}

/**----------------------------------------------
	14) NAVIGATION
-----------------------------------------------*/
#sa-navigation, #centres-navigation {

}

#sa-navigation .wp-navigation, #centres-navigation .wp-navigation {
    padding: 0px 0 20px 60px;
    border-left: 1px solid #fff;
    min-height: 350px;
}

#sa-navigation li, #centres-navigation li {

}

#sa-navigation li a, #centres-navigation li a {
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    line-height: 38px;
}

#sa-navigation li a:hover, #centres-navigation li a:hover {
    text-decoration: underline;
    cursor: pointer;
}

#sa-navigation .wp-navigation, #centres-navigation .wp-navigation {
    position: relative;
}

#sa-navigation .sub-menu {
    display: none;
    position: absolute;
    left: 350px;
    top: 0px;
    border-left: 1px solid #fff;
    padding-left: 60px;
    min-height: 400px;
}

/**----------------------------------------------
	14a) Centres NAVIGATION
-----------------------------------------------*/


/**----------------------------------------------
	15) FOOTER
-----------------------------------------------*/
#footer {
    min-height: 400px;
    background-color: #E5281B;
    display: block;
    padding: 60px 60px 50px 60px;
    position: relative;
}

#footer .push-right {
    text-align: center;
}

#footer .social-container {
    /*	margin-left: 30px;*/
    margin-bottom: 20px;
}

#footer i {
    color: #fff;
    margin: 0px 20px 0 0;
}

#footer .less-padding, #footer .less-padding a {
    color: #fff;
    text-decoration: none;
}

#footer .less-padding i {
    margin-left: 0;
    margin-right: 5px;
}

#footer .innovate-logo {
    position: absolute;
    bottom: 80px;
    right: 60px;
}


/**----------------------------------------------
	16) CREDITS
-----------------------------------------------*/
.credits {
    max-width: 75%;
}

.credits h6 {
    color: #fff;
}

#menu-credits, #menu-credits-1 {
    margin-top: 15px !important;
}

#menu-credits li, #menu-credits-1 li {
    list-style: none !important;
    display: inline-block !important;
    padding: 0 8px 0px 0px !important;
    margin: 0px 6px 0px 0px !important;
    border-right: 1px solid #EA5349 !important;
    font-size: 11px !important;
    line-height: 13px !important;
}

#menu-credits li:first-child, #menu-credits-1 li:first-child {
    border-left: 0px !important;
    padding-left: 0px !important;
}

#menu-credits li:last-child, #menu-credits-1 li:last-child {
    border: none !important;
}

#menu-credits li a, #menu-credits-1 li a {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

#menu-credits li a:hover, #menu-credits-1 li a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

#footer small, #footer small a, #footer small span {
    color: #fff;
    opacity: 0.6;

    text-decoration: none;
}

#menu-credits li a, #menu-credits-1 li a, #footer .mini-credits, #footer .mini-credits a {
    font-size: 12px;
}


/**----------------------------------------------
	17) BANNERS
-----------------------------------------------*/
#panel-wrapper {
    background-color: #333;
}

#panel-wrapper, #panel-wrapper .panel {
    height: 850px !important;
    position: relative;
}

#video-panel-wrapper {
    height: 750px !important;
    position: relative;
    overflow: hidden;
    height: auto;
    background-color: #000;
}

#video-panel-wrapper video#video-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0.5;
}

#panel-wrapper .panel-content,
#video-panel-wrapper .panel-content {
    width: 580px;
    padding: 130px 50px 30px 180px;
    left: 150px;
    display: table-cell;
    vertical-align: middle;
}

#panel-wrapper span,
#video-panel-wrapper span {
    color: #e5281b;
    font-size: 65px;
    line-height: 75px;
    font-family: 'Helvetica Bold';
}

#panel-wrapper .panel {
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.4);
    display: table;
}

#panel-wrapper .panel-content h3,
#video-panel-wrapper .panel-content h3 {
    font-size: 65px;
    line-height: 70px;
    font-family: 'Helvetica Bold';
    margin-bottom: 15px;
    padding-bottom: 0px;
    color: #fff;
}

#panel-wrapper .panel-content p,
#video-panel-wrapper .panel-content p {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 25px;
    display: block;
    color: #fff;
}

.panel-next {
    position: absolute;
    top: 400px;
    right: 20px;
    padding: 20px 20px 20px 20px;
    cursor: pointer;
    z-index: 99;
    color: #fff;
}

.panel-prev {
    position: absolute;
    top: 400px;
    left: 20px;
    padding: 20px 20px 20px 20px;
    cursor: pointer;
    z-index: 99;
    color: #fff;
}

/**----------------------------------------------
	18) PAGE
-----------------------------------------------*/
#sa-page {
    padding: 0 60px;
    width: 100%;
    margin: 0px auto 0 auto;
    display: block;
}

#sa-page hr {
    margin: 30px 0;
}

.sa-tab {
    width: 7px;
    height: 100px;
    background-color: #e5281b;
    position: absolute;
    top: 240px;
    left: 0;
}


.page-id-5349 .strip-cta,
.page-id-5349 .strip-newsletter {
    margin: 0px;
}


.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table .table {
    background-color: #fff;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: #7abaff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
    border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
    border-color: #8fd19e;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
    border-color: #86cfda;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
    border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
    border-color: #ed969e;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #95999c;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-md > .table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
    border: 0;
}


/* WIDE OR COLUMN */
.sa-page-single-wide, .sa-page-single {
    width: 90%;
    max-width: 1380px;
    margin: 40px auto;
    margin-top: 40px !important;
}

#sa-page-single {
    padding-right: 5%;
}

#sa-page-single h1.sa-h1-title, #sa-page-single h2.sa-new-sub-title {
    margin-left: 8px;
}

#sa-page-single #format-content {
    margin-top: 40px;
}

.sa-page-single-wide #format-content {
    margin-top: 40px;
}

/* TOPIC & CATEGORY TABS */
.sa-page-single .sa-block,
.sa-page-single-wide .sa-block {
    background-color: #e5281b;
    min-width: 100px;
    float: left;
    margin-right: 15px;
    text-transform: uppercase;
    padding: 10px;
    color: #fff;
    z-index: 999;
    text-align: center;
    font-size: 11px;
    margin-bottom: 10px;
}

.sa-page-single .sa-block a,
.sa-page-single-wide .sa-block a {
    color: #fff;
    text-decoration: none;
}

/* POSTED BY */
.sa-page-single-wide address.sa-author, .sa-page-single-wide address.sa-author a,
.sa-page-single address.sa-author, .sa-page-single address.sa-author a {
    font-size: 11px;
    text-transform: uppercase;
    color: #666;
    text-shadow: 0 0 #fff;
    text-decoration: none;

}

.sa-page-single-wide address.sa-author, .sa-page-single address.sa-author {
    margin: 10px 0;
    padding: 5px;
}

.events-template-default address.sa-author {
    font-size: 20px;
    font-family: 'Helvetica Bold';
}

/* BODY CONTENT */
#format-content h2,
#format-content h3,
#format-content h4,
#format-content h5,
#format-content h6 {
    margin-bottom: 20px;
    margin-top: 30px;
    color: #666;
}

#format-content h2 {
    font-size: 26px;
}

#format-content h3 {
    font-size: 20px;
}

#format-content h4 {
    font-size: 18px;
}

#format-content h5 {
    font-size: 16px;
}

#format-content h6 {
    font-size: 14px;
}

#format-content p {
    margin-bottom: 20px;
}

#format-content ul {
    margin-bottom: 20px;
}

#format-content li {
    list-style-position: inside;
    margin: 10px 0 10px 0;
}

#format-content a {
    color: #831810;
}

#format-content a:hover {
    text-decoration: underline;
}

#format-content small {
    font-size: 10px;
    color: #666;
}

/* WIDE - VIDEO & GALLERY */
.sa-page-single-wide .single-video video,
.sa-page-single-wide .single-video iframe,
.sa-page-single-wide .single-gallery {
    margin: 20px 0;
    width: 100%;
}

.single-gallery-wide {
    margin: 0px 0 0px 0 !important;
    background-color: #efefef;
    padding: 10px;
}

.single-gallery-wide div#gallery-thumbs {
    margin-top: 0px !important;
}

.featured-image-wide, .sa-page-single-wide .single-video video {
    background-color: #efefef;
    padding: 10px 10px 0 10px;
}

.sa-page-single-wide .single-video video {
    padding-bottom: 10px;
}

#facilities-panel {

}

#facilities-panel .sa-button {
    float: none;
    width: 100%;
    font-size: 26px;
    margin-top: 20px;
    background-color: #e5281b;
    font-family: 'Helvetica Bold';
    -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, .1);
    font-weight: 900;
}

.sa-page-header,
#sa-content {
    padding: 40px 60px 20px 60px;
}

#sa-content {
    padding: 30px 50px;
    max-width: 1380px;
    margin: 0 auto;
}

#sa-page-title,
#sa-content {
    padding-top: 30px;
}

#sa-page-title {
    padding-bottom: 20px;
    padding-left: 60px;
}

.resource-titles #sa-page-title {
    padding-left: 10px;
}

.page-template-template-our-facilities #sa-page-title,
.single-facilities #sa-page-title,
.sa-resources-single #sa-page-title {
    padding-left: 10px;
}

#sa-content {
    padding-bottom: 80px;
}

#sa-content h2.sa-h2-title {
    font-size: 28px;
    background: #e5281b !important;
    line-height: 45px;
    border: 0 solid #e5281b;
    border-width: 0.2em;
    box-shadow: -10px 0 0 0 #e5281b;
    margin-bottom: 30px;
}

#sa-content {

}

#sa-content h3, #sa-content h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    font-family: 'Helvetica Bold';
    margin-bottom: 20px;
    color: #58585A;
}

#sa-content h4 {
    margin-top: 20px;
}

#sa-content p {
    margin-bottom: 20px;

}

#sa-content .col-60 {
    padding-right: 80px;
}

.strip-odd {
    background: #efefef;
}

/**----------------------------------------------
	19) BREADCRUMBS / SOCIAL
-----------------------------------------------*/
.sa-breadcrumbs {
    color: #999;
}

.sa-breadcrumbs span {
    color: #999;
    font-size: 14px;
}

.sa-breadcrumbs a {
    font-size: 14px;
    color: #999;
    text-decoration: none;
}

.sa-breadcrumbs a:hover {
    text-decoration: underline;
}

#social-share-text {
    float: right;
    margin: 6px 10px 0px;
    font-size: 14px;
    color: #fff;
}

.sa-social-share {
    float: right;
}

#st-1 .st-btn[data-network='facebook'], #st-1 .st-btn[data-network='linkedin'], #st-1 .st-btn[data-network='twitter'], #st-1 .st-btn[data-network='messenger'], #st-1 .st-btn[data-network='pinterest'], #st-1 .st-btn[data-network='email'], #st-1 .st-btn[data-network='sharethis'], #st-2 .st-btn[data-network='facebook'], #st-2 .st-btn[data-network='twitter'], #st-2 .st-btn[data-network='messenger'], #st-2 .st-btn[data-network='linkedin'], #st-2 .st-btn[data-network='pinterest'], #st-2 .st-btn[data-network='email'], #st-2 .st-btn[data-network='sharethis'], #st-3 .st-btn[data-network='facebook'], #st-3 .st-btn[data-network='twitter'], #st-3 .st-btn[data-network='linkedin'], #st-3 .st-btn[data-network='messenger'], #st-3 .st-btn[data-network='pinterest'], #st-3 .st-btn[data-network='email'], #st-3 .st-btn[data-network='sharethis'], #st-4 .st-btn[data-network='facebook'], #st-4 .st-btn[data-network='twitter'], #st-4 .st-btn[data-network='linkedin'], #st-4 .st-btn[data-network='messenger'], #st-4 .st-btn[data-network='pinterest'], #st-4 .st-btn[data-network='email'], #st-4 .st-btn[data-network='sharethis'], #st-5 .st-btn[data-network='facebook'], #st-5 .st-btn[data-network='linkedin'], #st-5 .st-btn[data-network='messenger'], #st-5 .st-btn[data-network='twitter'], #st-5 .st-btn[data-network='pinterest'], #st-5 .st-btn[data-network='email'], #st-5 .st-btn[data-network='sharethis'], #st-5 .st-btn[data-network='linkedin'], #st-6 .st-btn[data-network='facebook'], #st-6 .st-btn[data-network='messenger'], #st-6 .st-btn[data-network='twitter'], #st-6 .st-btn[data-network='pinterest'], #st-6 .st-btn[data-network='email'], #st-6 .st-btn[data-network='sharethis'], #st-6 .st-btn[data-network='linkedin'] {
    background-color: #ccc !important;
    margin-bottom: 5px;
}


/**----------------------------------------------
	20) SIDEBAR
-----------------------------------------------*/
#sidebar {
    padding-top: 40px;
}

#sidebar h6 {
    margin-left: 8px;
}

#sidebar address {
    font-style: normal;
}

#sidebar img {
    width: 100%;
}

.wp-navigation-np {
    height: 60px;
    display: block;
    border-bottom: 1px solid #efefef;
}

.wp-navigation-np a {
    color: #e5281b;
}

.page-content {
    text-align: center;
    width: 100%;
}

.page-content .sa-resources-single {
    margin: 0 auto;
    text-align: left;
}

.related-strip {
    margin-top: 80px;
}

.sa-single-links ul {
    margin-top: 25px;
}

#format-content .sa-button {
    margin-top: 30px;
}

#format-content .sa-button-grey {
    color: #333;
}

#format-content .sa-button-grey:hover {
    color: #fff;
    background-color: #e5281b;
    text-decoration: none;
}

/**----------------------------------------------
	21) MODAL
-----------------------------------------------*/
#tour-overlay-wrapper {
    background-color: rgba(0, 0, 0, 0.57);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 100%;
    display: none;
    text-align: center;
    padding-top: 80px;
    z-index: 100000000;
    display: none;
}

#tour-overlay {
    display: none;
    background: url(../../../../wp-content/themes/gsd-framework/library/images/overlay-red-strip.png) 0px 32px no-repeat #fff;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    text-align: left;
    min-height: 500px;
    position: relative;
    padding: 20px;
}

#tour-overlay iframe {
    width: 100%;
    background: no-repeat url(../images/sa-loader.gif) center center;
    min-height: 500px;
}

#close-tour {
    width: 35px;
    height: 40px;
    box-sizing: border-box;
    background: white;
    color: black;
    text-decoration: none;
    position: absolute;
    top: 15px;
    right: 15px;
    transition: .2s ease-in-out;
    z-index: 60;
    font-size: 30px;
    line-height: 30px;
    text-align: right;
}

.sa-faciltities .sa-subtitle {
    margin-top: 50px;
    margin-left: 10px;
}

.tour-360-text {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    font-family: 'Helvetica Bold';
    padding: 10px 25px;
    background-color: #666;
    display: block;
    text-align: left;
}

.tour-360-text:hover {
    text-decoration: underline;
}

.sa-facilities-sidebar .sa-button {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    font-family: 'Helvetica Bold';
    padding: 10px 25px;
    display: block;
    text-align: left;
    margin-right: 0px;
    margin-top: 5px;
    background-color: #666;
    text-transform: capitalize;
}

.tour-360-text i, .sa-facilities-sidebar .sa-button i {
    float: right;
    display: block;
    padding: 10px 0px 10px 25px;
}

.blanket {
    background: rgba(37, 37, 39, 0.9);
    width: 100%;
    height: 190%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10000;
    display: none;
}

.blanket-board-members {
    position: fixed;
}

.blanket-board-members .blanket-inner {
    height: 600px;
    overflow-x: auto;
    margin-top: 20px;
}

.blanket-inner {
    margin: 80px auto 0px;
    max-width: 800px;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.4);
    position: relative;
    background-color: #fff;
    text-align: left;
    border-radius: 0px;
    padding: 40px;
    display: none;
}

.blanket-inner-video {
    padding: 0;
    background-color: #333;
    max-width: 70%;
}

.blanket p {
    color: #333;
    padding: 0 0 0px 0;
    margin: 0 auto;
}

.close-overlay {
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    z-index: 100000;
    top: 20px;
    right: 20px;
    cursor: pointer;
    f
}

.close-overlay i {
    font-weight: 700;
    color: #333;
    font-size: 28px;
}

.blanket-inner-video .close-overlay i {
    color: #fff;
}

.blanket video {
    width: 100%;
}

/**----------------------------------------------
	22) LISTING
-----------------------------------------------*/
.sa-resources-events {
    padding-bottom: 300px;
}

.events-padding {
    padding-bottom: 300px;
}

.post-type-archive-events #filter-date {
    display: none;
}

.sa-resources-events-filters {
    text-align: right;
    padding-top: 25px;
    display: block;
}

.sa-select {
    border: 0;
    line-height: 20px;
    margin-left: 40px;
    border-bottom: 2px solid #efefef;
    font-size: 18px;
    padding: 8px 50px 8px 5px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #666;
    background: no-repeat url(../images/bg-select.png) top right;
}

.sa-select option {
    padding-left: 10px;
}

.sa-select:focus {
    border-bottom: 2px solid #ccc;
}

.sa-resources-events-listing {
    display: flex;
    flex-wrap: wrap;
}

.coe-ajax .sa-resources-events-item-wrapper {
    display: none;
}

.sa-resources-events-listing > .sa-resources-events-item-wrapper {
    flex-basis: 33.3333%;
    padding-right: 40px;
    padding-bottom: 40px;
}

.sa-resources-events-item {
    min-height: 350px;
    text-align: left;
    background-color: #333;
    background-size: cover;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin: 0 0px;
}

.sa-resources-tab {
    background-color: #e5281b;
    min-width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    padding: 10px;
    color: #fff;
    z-index: 99;
    text-align: center;
    font-size: 12px;
}

.sa-resources-tab a {
    color: #fff;
    text-decoration: none;
}

.sa-resources-events-item:hover .imagepod-image {
    transform: scale(1.2);
}

.sa-resources-events-item .imagepod-image {
    width: 100%;
    display: block;
    min-height: 300px;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.sa-resources-events-item .imagepod-alpha {
    background: repeat-x url(../images/bg-carousel-alpha.png) -40px;
    width: 100%;
    min-height: 350px;
    display: block;
    position: relative;
}

.sa-resources-events-item h3, .sa-resources-events-item .imagepod-content p, .sa-resources-events-item .imagepod-content a,
.strip-news-events-block .imagepod-content h3, .strip-news-events-block .imagepod-content p, .strip-news-events-block .imagepod-content a {
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 3px #333;
    font-size: 22px;
    line-height: 20px;
}

.sa-resources-events-item .imagepod-content, .strip-news-events-block .imagepod-content {
    text-decoration: none;
}

.sa-resources-events-item .imagepod-content h3, .strip-news-events-block .imagepod-content h3 {
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-right: 80px;
    font-size: 26px;
    line-height: 28px;
}

.sa-resources-events-item h3 span, .strip-news-events-block .imagepod-content span {
    font-size: 26px;
    line-height: 28px;
    color: #e5281b;
    font-family: 'Helvetica Bold';
    margin-right: 10px;
}

.sa-resources-events-item h3 a, .strip-news-events-block .imagepod-content h3 a {
    font-family: 'Helvetica Bold';
}

.sa-resources-events-item .imagepod-content p, .strip-news-events-block .imagepod-content a {
    font-weight: 300;
    color: #ccc;
    padding-right: 30px;
}

.sa-resources-events-item .imagepod-content, .strip-news-events-block .imagepod-content {
    position: absolute;
    bottom: 20px;
    left: 25px;
    width: 100%;
}

.sa-resources-events-listing p.short-description, p.capacity {
    color: #fff;
    font-size: 16px;
}

.sa-resources-events-listing p.capacity {
    color: #fff;
}

.sa-author {
    line-height: 20px;
    font-style: normal;
    color: #999;
    float: left;
    width: 80%;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 3px #333;
}

.imagepod-content .sa-author a {
    color: #ccc;
}

.imagepod-content .sa-author a:hover {
    text-decoration: underline;
}

.sa-author i {
    color: #ccc;
    font-style: normal;
}

.author-image {
    float: left;
    margin-right: 20px;
}

.sa-resources-events-item .author-image img, .strip-news-events-block .author-image img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid #ccc;
}

.sa-author-post-box {
    background-color: #efefef;
    padding: 10px 40px 10px 20px;
    display: inline-block;
}

.sa-event-date {
    font-size: 20px;
}

#sa-ajax-listing {
    width: 100%;
}

#sa-ajax-loader {
    background: no-repeat url(../images/sa-loader.gif) top center;
    width: 100%;
    min-height: 100px;
    display: none;
}

.sa-ajax-loader {
    background: no-repeat url(../images/sa-loader.gif) top center;
    width: 100%;
    min-height: 100px;
    display: none;
}

.results-text {
    display: block;
    width: 80%;
    margin: 20px 0;
    text-align: left;
}

#results-text {
    padding-bottom: 20px;
    font-style: italic;
    color: #999;
    display: block;
}

.sa-load-more-wrapper, .sa-past-events {
    text-align: center;
}

.sa-past-events {
    margin-top: 20px;
    display: block;
}

.sa-load-more {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    text-align: left;
    min-width: 390px;
}

.sa-load-more:hover {
    background-color: #333;
}

.sa-load-more i {
    float: right;
    padding-top: 5px;
}

.sa-no-results {
    text-align: center;
    margin: 20px auto 60px auto;
}

.sa-no-results a {
    color: #333;
    margin-top: 20px;
    text-decoration: none;
}

.bg-catapult {
}

.bg-scottish {
    background-color: #9FC400;
}

.bg-north-east {
    background-color: #F0B400;
}

.bg-east-midlands {
    background-color: #00A6E2;
}

.bg-south-coast {
    background-color: #8C5AA1;
}

.bg-south-west {
    background-color: #E3740F;
}

/**----------------------------------------------
	23) SINGLE PAGE
-----------------------------------------------*/
.sa-single-content {
    /*padding: 40px 80px;*/
}

.sa-single-content .col-70 {
    padding: 40px 80px;
}

.sa-single-content .col-30 {
    padding: 40px 80px;
}

#events-info-panel {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #efefef;
    display: block;
}

#sidebar #events-info-panel address {
    display: none;
}

#sidebar #events-info-panel .location-map {
    margin-top: 20px;
    margin-bottom: 20px;
}

#sidebar #events-info-panel a {
    color: #e5281b;
}

#sidebar #events-info-panel .website-address {
    border-top: 1px solid #efefef;
    padding-top: 30px;
    margin-bottom: 70px;
    display: block;
}

#events-enquiry-panel {
    background-color: #fff;
    display: block;
    position: relative;
    margin-top: 0px;
    margin-bottom: 40px;
    padding: 0;
}

#events-enquiry-panel img {
    width: 100%;
    background-color: #efefef;
    display: block;
}

#events-enquiry-panel #cta-form {
    padding: 30px;
    display: none;
}

#events-enquiry-panel input[type="text"],
#events-enquiry-panel textarea,
#events-enquiry-panel select {
    border: 1px solid #ddd;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#events-enquiry-panel .sa-button-wrapper {
    padding: 10px;
}

#events-enquiry-panel .sa-button {
    float: none;
    width: 100%;
    font-size: 26px;
    margin-top: 20px;
    background-color: #e5281b;
    font-family: 'Helvetica Bold';
    -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, .1);
    font-weight: 900;
}

#sa-page-single .vcard {
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    display: block;
    max-width: 750px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 70px;
}

#sa-page-single .sa-tab {
    height: 60px;
    top: 20px;
}

#sa-page-single .push-right i {
    color: #4875B4;
}

#sa-page-single .push-right a:hover {
    opacity: 0.8;
}

#sa-page-single .push-left i {
    margin-right: 10px;
}

#sa-page-single .push-left a:hover {
    text-decoration: underline;
}

#sa-page-single .author-information {
    padding: 20px 30px;

}

#sa-page-single .author-information .author-image {
    float: left;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    margin-right: 40px;
    background-size: cover;
    background-color: #ccc;
}

#sa-page-single .author-information-detail {
    width: 60%;
}

#sa-page-single .strip-cta .vcard .multiple-author-information-detail {
    width: 45%;
}

#sa-page-single .author-information .fn {
    font-family: 'Helvetica Bold';
    color: #666;
    font-size: 22px;
    margin-top: 15px;
}

#sa-page-single .author-information .title {
    color: #e5281b;
    font-size: 18px;
    margin-bottom: 10px;
}

#sa-page-single .author-information .email,
#sa-page-single .author-information .telephone {
    color: #666;
    text-decoration: none;
    display: block;
    clear: both;
    margin-bottom: 10px;
}

#sa-page-single .vcard .trigger-sa-bio {
    color: #D3023;
    text-decoration: none;
}

#sa-page-single .author-bio {
    padding: 10px 30px 30px 30px;
    color: #666;
}

#sa-page-single .author-bio .more {
    display: none;
}

#sa-page-single .bio-footer {
    background-color: #efefef;
    min-height: 30px;
    width: 100%;
    display: block;
}

#sa-page .sa-categories {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #efefef;
    display: block;
    margin-bottom: 50px;
}

#sa-page .sa-categories ul {

}

#sa-page .sa-categories li {
    list-style: none;
    border-bottom: 1px solid #efefef;
    padding: 15px 15px 15px 0;
    display: block;
}

#sa-page .sa-categories li a {
    color: #666;
    text-decoration: none;
}

#sa-page .sa-categories li small {
    color: #ccc;
}

#sa-page .sa-categories li a:hover,
#sa-page .sa-categories li a:hover small,
#sa-content .sa-categories li a:hover {
    color: #e5281b;
    text-decoration: underline;
}

#sa-page .sa-categories li i {
    margin-right: 20px;
    color: #ccc;
}

#sa-page .sa-categories li small {
    margin-left: 10px;
    color: #ccc;
}

#sa-page .sa-categories li:last-child {
    border: 0px;
}

div#sa-single-gallery {

}

div#sa-single-gallery a,
div#sa-single-gallery a img {
    display: block;
    max-height: 77px;
}

div#sa-single-gallery div#gallery-thumbs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 10px;
}

div#sa-single-gallery div#gallery-thumbs figure {
    flex-basis: 25%;
}

div#sa-single-gallery div#gallery-thumbs figure a {
    margin-right: 10px;
}

div#sa-single-gallery div#gallery-thumbs figure:last-of-type a {
    margin-right: 0px;
}

div#sa-single-gallery figcaption {
    display: none;
}

div#sa-single-gallery .wide-figure {
    flex-basis: 10% !important;
}

div#sa-single-gallery .wide-figure img {
    width: 100%;
    max-height: auto;
}

/**----------------------------------------------
	24) BOARD MEMBERS
-----------------------------------------------*/
div#board-members {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

div#board-members div.author-box {
    flex-basis: 50%;
    margin: 0px;
    padding: 0px 0px 50px;
}

div#board-members div.author-box:last-of-type:nth-child(odd) {
    padding-left: 25px;
}

div#board-members div.author-box:nth-child(odd) {
    padding-right: 25px;
}

div#board-members div.author-box:nth-child(even) {
    padding-left: 25px;
}

div#board-members div.author-box div.vcard {
    margin-top: 0px;
    height: 100%;
}

div#board-members div.author-box div.vcard .sa-tab {
    top: 40px;
}

div#board-members div.author-box div.vcard div.author-information div.author-image,
div#board-members div.blanket div.author-image {
    float: right;
    margin-right: 0;
    width: 100px;
    height: 100px;
}

div#board-members div.author-box div.vcard div.author-information p {
    margin-top: 20px;
}

div#board-members div.author-box div.vcard div.author-information a {
    color: #666;
}

div#board-members div.author-box div.vcard div.author-information .fn a {
    color: #666;
    text-decoration: none;
    font-family: 'Helvetica Bold';
    font-weight: 900;
}

div#board-members div.blanket h2 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.readmore {
    display: none;
}

div#board-members .fa-linkedin {
    color: #316EB0;
}

/**----------------------------------------------
	25) LIGHTBOX
-----------------------------------------------*/
div.lightbox-target {
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
    z-index: 2;
}

div.lightbox-target img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 0%;
    max-width: 0%;
    border: 3px solid white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

a.lightbox-close {
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: white;
    color: black;
    text-decoration: none;
    position: absolute;
    top: 0px;
    right: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

a.lightbox-close:before {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.lightbox-close:after {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

div.lightbox-target:target {
    opacity: 1;
    top: 0;
    bottom: 0;
}

div.lightbox-target:target img {
    max-height: 100%;
    max-width: 100%;
}

div.lightbox-targetbox:target a.lightbox-close {
    top: 0px;
}


/**----------------------------------------------
	Tabbed Header
-----------------------------------------------*/
#sa-tabbed-header {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 988;
}

#sa-tabbed-header .tab-wrapper {
    padding: 60px 60px 20px 60px;
}

#sa-tabbed-header .sa-h1-title {
    background-color: transparent;
    border-width: 0;
    font-size: 46px;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    margin-bottom: 20px;
}

#sa-tabbed-header .sa-h1-title:after {
    background-color: transparent;
    border-width: 0;
}

#sa-tabbed-header .sa-h1-title span {
    font-size: 48px;
    font-weight: bold;
    margin-right: 15px;
}

/**----------------------------------------------
	26) SINGLE MARKETS
-----------------------------------------------*/
#sa-markets-header {
    min-height: 500px;
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

#sa-markets-header .sa-h1-title {
    background-color: transparent;
    position: absolute;
    bottom: 40px;
    left: 80px;
    border-width: 0;
    font-size: 48px;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
}

#sa-markets-header .sa-h1-title:after {
    background-color: transparent;
    border-width: 0;
}

#sa-markets-header .sa-h1-title span {
    font-size: 48px;
    font-weight: bold;
    margin-right: 15px;
}

.sa-director-intro {
    margin-bottom: 45px;
    padding: 30px 0 30px 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    display: block;
    margin-left: 40px;
}

.sa-director-image {
    float: left;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    margin-right: 40px;
    background-size: cover;
    background-color: #ccc;
    border: 1px solid #efefef;
}

.sa-director-intro-content {
    float: left;
    max-width: 800px;
    margin-top: 10px;
}

.sa-director-intro-content p {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
}

.sa-director-intro-content p small {
    opacity: 0.8;
    font-size: 18px;
}

.single-markets #sa-page-single .sa-tab {
    top: 810px;
    height: 180px;
}

.single-market-button {
    text-align: center;
}

.single-market-button a {
    margin: 0 auto;
}

/**----------------------------------------------
	27) STRIPS
-----------------------------------------------*/

/** CTA Strip */
div#cta-author-panel {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
}

div#cta-author-panel div.author-panel {
    flex-basis: 50%;
    padding-right: 20px;
    padding-bottom: 20px;
    /*flex-grow: 1;*/
    transition: 0.5s;
}

div#cta-author-panel.author-panel-items-1 div.author-panel {
    flex-grow: 1 !important;
}

div#cta-author-panel:not(.author-panel-items-1) div.author-panel div.vcard {
    margin: 0px;
    max-width: 100%;
    height: 100%;
    border-bottom: 30px solid #3A3A3D;
}

div#cta-author-panel:not(.author-panel-items-1) div.author-panel div.vcard div.bio-footer {
    display: none;
}

div#cta-author-panel:not(.author-panel-items-1) div.sa-tab {
    top: 0px;
}

div#cta-author-panel:not(.author-panel-items-1) .author-information {
    display: flex;
}

div#cta-author-panel:not(.author-panel-items-1) .author-information div.author-image {
    width: 75px;
    height: 75px;
    flex-grow: 0;
    margin-right: 20px;
}

div#cta-author-panel:not(.author-panel-items-1) .author-information div.author-information-detail {
    flex-grow: 1;
}

div#cta-author-panel .author-information div.author-information-detail a {
    color: #fff;
}

div#cta-author-panel:not(.author-panel-items-1) .author-information div.author-information-detail a {
    display: none;
}

div#cta-author-panel:not(.author-panel-items-1) .author-information a.push-right {
    width: 32px;
    flex-grow: 0;
}

div#cta-author-panel:not(.author-panel-items-1) div.author-bio {
    padding-top: 0px;
}

div#cta-author-panel div.more {
    padding-bottom: 10px;
}

div#cta-author-panel .trigger-sa-bio {
    /*	display: inline-block;
	background: rgba(255, 255, 255, 0.2);
	padding: 2px 10px;*/
}

div#cta-author-panel .trigger-sa-bio i {
    margin-left: 5px;
    font-size: 12px;
}

ul#alternative-contact {
    list-style-type: none;
    display: flex;
    padding-bottom: 40px;
}

ul#alternative-contact li {
    padding: 10px;
    background: #515153;
    margin-right: 20px;
}

ul#alternative-contact li i {
    margin-right: 5px;
}

ul#alternative-contact li,
ul#alternative-contact li a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
}


#strip-title {
    font-size: 48px;
}

.strip-0 {
    margin-top: 20px !important;
}

.strip-content-wrapper {
    padding: 20px 0;
}

.strip-content-wrapper.columns-2,
.strip-content-wrapper.columns-3 {
    column-fill: balance;
    column-gap: 40px;
    padding-top: 40px;
}

.strip-content-wrapper.columns-2 {
    column-count: 2;
}

.strip-content-wrapper.columns-3 {
    column-count: 3;
}

.strip-content-wrapper.columns-2 p,
.strip-content-wrapper.columns-3 p {
    margin-top: 0px;
    margin-bottom: 20px;
}


/**----------------------------------------------
	STRIPS // COE LOGOS
-----------------------------------------------*/

#strip-coe-logos {
    padding: 40px 60px;
}

#strip-coe-logos h4 {
    margin-bottom: 30px;
    color: #58585A;

}

#strip-coe-logos img {
    margin: 20px;
    transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    opacity: 1;
}

#strip-coe-logos img:hover {
    opacity: 0.6;
}

#strip-coe-logos .strip-coe-logos-wrapper {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}


#sa-menu .strip-coe-logos-wrapper {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
    width: 90%;
}

#sa-menu .strip-coe-logos-wrapper a {
    width: 33%;
    text-align: center;
    padding: 50px 20px;
}

#sa-menu .strip-coe-logos-wrapper a img {
    width: 100%;
    max-width: 300px;

}


/**----------------------------------------------
	STRIPS // COE TWITTER ICONS
-----------------------------------------------*/

#coe-social-wrapper {
    display: block;
    clear: both;
    padding: 40px 60px 100px 60px;
}

#coe-social-wrapper h4 {
    margin-bottom: 15px;
    color: #58585A;
    display: block;
}

#coe-social-wrapper .centre-twitters {
    margin-top: 0px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}

#coe-social-wrapper .centre-twitters a {
    text-decoration: none;
    margin-right: 30px;
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    padding: 0 20px;
    border-radius: 4px;
}

#coe-social-wrapper i {
    margin: 20px 10px 20px 0px;
}

/* #coe-social-wrapper .coe-twitter-0  {
    background-color: #a2c309;
    font-size: 1.3em !important;
} */
#coe-social-wrapper .coe-twitter-0 {
    background-color: #f9b200;
    font-size: 1.3em !important;
}

/* #coe-social-wrapper .coe-twitter-2  {
	background-color: #00a6dd;
    font-size: 1.3em !important;
} */
#coe-social-wrapper .coe-twitter-1 {
    background-color: #895b9c;
    font-size: 1.3em !important;
}

#coe-social-wrapper .coe-twitter-2 {
    background-color: #ec7106;
    font-size: 1.3em !important;
}


.centre-footer-logo {
    margin-bottom: 45px;
}


/**----------------------------------------------
	STRIPS // COE NEWS & EVENTS
-----------------------------------------------*/

#strip-news-events {
    padding: 60px 0px 40px 0;
    display: block;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#strip-news-events .strip-news-events-block {
    width: 45%;
    margin: 0 20px;
    border-top: 4px solid #E5281B;
    min-height: 450px;
    background-color: #efefef;
    text-align: left;
    position: relative;
    background-size: cover;
}

#strip-news-events .strip-news-events-block h4 {
    text-shadow: 1px 1px 3px #333;
}

#strip-news-events .strip-news-events-block span {
    margin-right: 20px;
}

#strip-news-events .imagepod-alpha {
    width: 100%;
    min-height: 450px;
    background-size: cover;
    background-image: url(../images/bg-carousel-alpha.png);
    background-repeat: no-repeat;
    background-position: bottom;
    display: block;
}

#strip-news-events .imagepod-content h3 {
    padding-bottom: 15px;
}


/**----------------------------------------------
	STRIPS // RIGHT CONTENT
-----------------------------------------------*/
.strip-right-content {
    padding: 40px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.strip-right-content img,
.strip-left-content img {
    align-self: center
}

.strip-right-content .flex-col, .strip-right-content .flex-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.strip-right-content .col-55 {
    background-size: cover;
    background-position: top left;
}

.strip-right-content-content {
    padding: 20px 80px 40px 80px;
}

.strip-right-content-content h1 {

}

.strip-right-content-content p {
    margin-top: 20px;
}

.strip-right-content-content p a {
    color: #831810;
    text-decoration: none;
}

.strip-right-content-content p a:hover {
    text-decoration: underline;
}

.strip-right-content-content ul {
    list-style-position: inside;
    margin: 20px 0;
}

.strip-right-content-content li {
    margin-bottom: 15px;
}

.strip-right-content-content .sa-button {
    margin-top: 20px;
}

.strip-right-content video {
    width: 95%;
    margin-left: 30px;
}

.strip-right-content iframe {
    width: 95%;
    margin-left: 30px;
}

.strip-right-content img.strip-image {
    max-width: 100%;
}

/**----------------------------------------------
	STRIPS // LEFT CONTENT
-----------------------------------------------*/
.strip-left-content {
    padding: 40px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.strip-left-content .col-45, .strip-left-content .col-55 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.strip-left-content .col-55 {
    background-size: cover;
    background-position: top left;
}

.strip-left-content-content {
    padding: 40px 80px 40px 60px;
}

.strip-left-content-content h1 {

}

.strip-left-content-content p {
    margin-top: 20px;
}

.strip-left-content-content p a {
    color: #831810;
    text-decoration: none;
}

.strip-left-content-content p a:hover {
    text-decoration: underline;
}

.strip-left-content-content ul {
    list-style-position: inside;
    margin: 20px 0;
}

.strip-left-content-content li {
    margin-bottom: 15px;
}

.strip-left-content-content .sa-button {
    margin-top: 20px;
}

.strip-left-content video {
    width: 95%;
    margin-left: 30px;
}

.strip-left-content iframe {
    width: 95%;
    margin-left: 30px;
}

.strip-left-content img.strip-image {
    max-width: 100%;
}

/**----------------------------------------------
	STRIPS // HORIZONTAL POD CONTENT
-----------------------------------------------*/
div.pod-wrapper {
    width: 100%;
    padding: 0px 20px 40px 60px;
}

div.pod-wrapper .strip-content-wrapper {
    padding: 0px;
}

div.pod-wrapper p {
    padding: 20px 0px 20px;
}

div.pod-content-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap; /* NEW */
    justify-content: center;
}

div.pod-content-wrapper div.pod-content {
    margin: 1%;
    padding: 40px 50px;
    flex-grow: 1;
    flex-basis: 0;
    /*background-color: #e5281b;*/
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    text-align: left;
    /*justify-content: center;*/
}

div.pod-content-wrapper div.pod-content .sa-tab {
    top: 40px;
}

div.pod-content-wrapper div.pod-content a.pod-button {
    margin: 15px 0 0 0;
}

div.pod-content-wrapper div.pod-content.red {
    background-color: #fff;
}

div.pod-content-wrapper div.pod-content.red a.pod-button {
    /*background-color: #333;*/
}

div.pod-content-wrapper div.pod-content.grey {
    background-color: #fff;
}

div.pod-content-wrapper div.pod-content.grey a.pod-button {
    /*	background-color: #525254;*/
    float: left;
}

div.pod-content-wrapper div.pod-content h4,
div.pod-content-wrapper div.pod-content p {
    color: #666;
}

div.pod-wrapper a {
    color: #e5281b;
    text-decoration: none;
}

div.pod-wrapper a:hover {
    text-decoration: underline;
}

div.pod-content-wrapper div.pod-content h4 {
    font-size: 26px;
    margin: 0px 0 10px 0;
}

div.pod-content-wrapper div.pod-content ul {
    margin-left: 20px;
    list-style-position: inside;
}

/**----------------------------------------------
	STRIPS // VERTICAL POD CONTENT
------------------------------------------------*/
#format-content div.vertical-pod-content-wrapper {

}

#format-content div.vertical-pod-content-wrapper div.vertical-pod-content {
    margin: 1%;
    padding: 40px 50px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    text-align: left;
    margin-top: 25px;
}

#format-content div.vertical-pod-content-wrapper div.vertical-pod-content .sa-tab {
    top: 40px;
}

#format-content div.vertical-pod-content-wrapper div.vertical-pod-content a.pod-button {
    margin: 15px 0 0 0;
}

#format-content div.vertical-pod-content-wrapper div.vertical-pod-content.red {
    background-color: #fff;
}

#format-content div.vertical-pod-content-wrapper div.vertical-pod-content.red a.pod-button {
    background-color: #333;
}

#format-content div.vertical-pod-content-wrapper div.vertical-pod-content.grey {
    background-color: #fff;
}

#format-content div.vertical-pod-content-wrapper div.vertical-pod-content.grey a.pod-button {
    /*	background-color: #525254;*/
    float: left;
}

#format-content div.vertical-pod-content-wrapper div.vertical-pod-content h4,
#format-content div.vertical-pod-content-wrapper div.vertical-pod-content p {
    color: #666;
    text-decoration: none;
}

#format-content div.vertical-pod-content-wrapper div.vertical-pod-content a {
    font-weight: 900;
    font-family: 'Helvetica Bold';
    color: #666;
    text-decoration: none;
}

#format-content div.vertical-pod-content-wrapper div.vertical-pod-content a:hover {
    color: #e5281b;
    text-decoration: underline;
}

#format-content div.vertical-pod-content-wrapper div.vertical-pod-content p {
    margin-bottom: 0px;
}

#format-content div.vertical-pod-content-wrapper div.vertical-pod-content h4 {
    font-size: 26px;
    margin: 0px 0 10px 0;
}


/**----------------------------------------------
	STRIPS // CONTENT BLOCK
------------------------------------------------*/
.block-content-wrapper {
    padding: 0px 100px;
}

.block-content-wrapper h1 {
    margin: 40px 0;
    color: #333;
}

.block-content-wrapper h1 span {
    color: rgb(237, 48, 35);
}

.block-content-header img {
    width: 100%;
}

.block-content {
    padding: 60px 40px 60px 0;
}

.block-content p {
    margin-bottom: 30px;
}

.block-content-list {
    padding: 60px 40px;
}

.block-content-list li {
    list-style: none;
    margin-bottom: 15px;
}

.block-content-list li img {
    max-width: 40px;
    margin-right: 10px;
    vertical-align: middle;
}

.block-content .sa-button {
    margin-top: 25px;
}

.block-content-wrapper .col-50 {
    margin-right: 5%;
}


/**----------------------------------------------
	STRIPS // CONTENT BLOCK
------------------------------------------------*/
.strip-quote {
    background-color: #efefef;
    padding-top: 60px;
    padding-bottom: 60px;
}

.strip-quote blockquote {
    max-width: 900px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.strip-quote blockquote footer {
    margin-top: 20px;
    font-style: normal;
}


/**----------------------------------------------
	STRIPS // CTA
------------------------------------------------*/
.strip-cta {
    /* background-color: #434345; */
    margin: 80px 0;
    padding: 80px 60px 120px 60px;
}

.cta-content-wrapper {
    padding: 20px 10%;
    display: block;
}

.cta-content-wrapper .sa-button {
    margin-top: 15px;
}

.strip-cta:not('text-black') p {
    color: #fff;
    max-width: 500px;
}

.strip-cta.text-black p {
    color: black;
}

.strip-cta.text-black .btn-hollow__text {
    color: black;
}

/* .strip-cta form {
	margin-top: 30px;
}
.strip-cta input[type="text"],
.strip-cta select,
.strip-cta textarea{
	width: 100%;
	max-width: 500px;
	margin-bottom: 15px;
	padding: 10px;
	border: 0;
}
.strip-cta select {
	background-repeat: no-repeat;
	background-image: url(../images/bg-select-black.png);
	background-position: top right;
}
.strip-cta input[type=button], .strip-cta input[type=submit] {
	border: 0;
	float: left;
} */
.strip-cta .sa-tab {
    top: 50px;
}

.strip-cta .vcard {
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    display: block;
    max-width: 95%;
    position: relative;
    margin-top: 20px;
    background-color: #515153;
}

.strip-cta .vcard .author-information {
    padding: 30px 50px 20px 50px;
}

.strip-cta .vcard .author-information .author-image {
    float: left;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    margin-right: 40px;
    background-size: cover;
    background-color: #ccc;
}

.strip-cta .vcard .author-information-detail {
    width: 60%;
}

.strip-cta .vcard .multiple-author-information-detail {
    width: 45%;
}

.strip-cta .vcard .author-information .fn {
    font-family: 'Helvetica Bold';
    color: #fff;
    font-size: 22px;
    margin-top: 15px;
}

.strip-cta .vcard .author-information .title {
    color: #e5281b;
    font-size: 18px;
    margin-bottom: 10px;
}

.strip-cta .vcard .author-information .email,
.strip-cta .vcard .author-information .telephone {
    color: #ccc;
    text-decoration: none;
    display: block;
    clear: both;
    margin-bottom: 10px;
}

.strip-cta .vcard .author-information .email i,
.strip-cta .vcard .author-information .telephone i {
    margin-right: 15px;
    color: #ccc;
}

.strip-cta .vcard .author-information .email:hover,
.strip-cta .vcard .author-information .telephone:hover {
    text-decoration: underline;
}

.strip-cta .vcard .author-information .push-right i {
    color: #fff;
}

.strip-cta .vcard .trigger-sa-bio {
    color: #fff;
    text-decoration: none;
}

.strip-cta .vcard .author-bio {
    padding: 10px 50px 30px 50px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.strip-cta .vcard .author-bio .more {
    display: none;
    margin-top: 0px;
    color: #ccc;
}

.strip-cta .vcard .bio-footer {
    background-color: #3A3A3D;
    min-height: 30px;
    width: 100%;
    display: block;
}

/**----------------------------------------------
	STRIPS // CAROUSEL
------------------------------------------------*/
.strip-carousel {
    padding: 60px 100px;
    display: block;
}

.strip-carousel-title {
    display: block;
    width: 450px;
}

.strip-carousel-content {
    max-width: 800px;
    margin-top: 20px;
}

.sa-carousel {
    margin-top: 60px;
    margin-bottom: 60px;
}

.sa-carousel-item {
    min-height: 450px;
    text-align: left;
    margin: 0 10px;
    background-color: #000;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.sa-carousel-item:hover .imagepod-image {
    transform: scale(1.2);
}

.sa-carousel-item .imagepod-image {
    width: 100%;
    display: block;
    min-height: 450px;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    line-height: 40px;
    transition: all .5s;
}

.sa-carousel-item .imagepod-alpha {
    background: repeat-x url(../images/bg-carousel-alpha.png) bottom;
    width: 100%;
    min-height: 450px;
    display: block;
    position: relative;
}

.sa-carousel-item h4, .sa-carousel-item .imagepod-content p, .sa-carousel-item .imagepod-content a {
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 0;

}

.sa-carousel-item .imagepod-content h4 {
    position: relative;
    padding-bottom: 5px;
    line-height: 38px;
}

.sa-carousel-item h4 span {
    color: #e5281b;
    font-family: 'Helvetica Bold';
    margin-right: 10px;
    font-size: 36px;
    line-height: 40px;
}

.sa-carousel-item .imagepod-content p {
    font-weight: 300;
    color: #ccc;
    padding-right: 30px;
    margin-top: 15px;
}

.sa-carousel-item .imagepod-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.strip-carousel .panel-prev {
    width: 45px;
    height: 87px;
    padding: 28px 0 0 13px;
    top: 200px;
    left: -60px;
    color: #666;
    background: no-repeat url(../images/carousel-left.png);
}

.strip-carousel .panel-next {
    width: 45px;
    height: 87px;
    padding: 28px 0 0 13px;
    top: 200px;
    right: -60px;
    color: #666;
    background: no-repeat url();
    background: no-repeat url(../images/carousel-right.png);
}

.marketSwiper .panel-next {
    width: 45px;
    height: 87px;
    padding: 28px 0 0 13px;
    top: 200px;
    right: -60px;
    color: #666;
    background: no-repeat url();
    background: no-repeat url(../images/carousel-right.png);
}

.marketSwiper .panel-prev {
    width: 45px;
    height: 87px;
    padding: 28px 0 0 13px;
    top: 200px;
    left: -60px;
    color: #666;
    background: no-repeat url(../images/carousel-left.png);
}

.market-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background-color: #666;
    border-radius: 0px;
}

.market-pagination .swiper-pagination-bullet-active {
    background-color: #e5281b;
}


.carousel-facilities .panel-prev {
    top: 130px;
}

.carousel-facilities .panel-next {
    top: 130px;
}

.carousel-facilities .sa-resources-events-item .imagepod-content h3 {
    font-size: 30px;
    line-height: 34px;
}

/**----------------------------------------------
	STRIPS // NEWSLETTER
------------------------------------------------*/
.strip-newsletter {
    display: block;
    min-height: 480px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 80px 0 0 0;
}

.strip-newsletter .col-100 {
    padding: 100px 60px 140px 60px;
    min-height: 480px;
    background: no-repeat url(../images/bg-newsletter-alpha.png);
}

.strip-newsletter span {
    color: #e5281b;
}

.strip-newsletter p {
    color: #fff;
    max-width: 550px;
    margin: 20px 0 20px 0;
}

#newsletter-signup {
    background-color: #fff;
    float: left;
    padding-right: 5px;
}

.strip-newsletter input[type=text] {
    line-height: 55px;
    padding-left: 20px;
    border: 0px;
    width: 528px;
}

.strip-newsletter button {
    height: 100%;
    background-color: #e5281b;
    border: 0;
    width: 45px;
    height: 46px;
    color: #fff;
}

/**----------------------------------------------
	STRIPS // VIDEO
------------------------------------------------*/
.strip-video {
    padding: 0px 80px;
    margin: 80px 0;
    display: block;
    background-color: #efefef;
    text-align: center;
}

.strip-video video {
    background: transparent url('https://sa.catapult.org.uk/wp-content/uploads/2018/08/gsd-catapult-satelitte-homepage.jpg') no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 auto;
}

.strip-video iframe {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 auto;
}

/**----------------------------------------------
	STRIPS // STATS
------------------------------------------------*/
.strip-stats {
    padding: 80px 60px;
    display: block;
    text-align: center;
    background-color: #eee;
}

.strip-stats h3 {
    margin-left: auto;
    margin-right: auto;
}

.strip-stats .stats-strip-subtitle p {
    font-size: 22px;
    margin-top: 15px;
}

.strip-stats .col-25 {
    text-align: center;
    margin-top: 60px;
}

.strip-stats i {
    color: #e5281b;
    font-size: 90px;
    margin-bottom: 30px;
}

.strip-stats h5 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 30px;
    line-height: 40px;
    margin-top: 10px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    color: #58585A;
}

.strip-stats p {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 48px;
    line-height: 40px;
    color: #999;
    font-family: 'Helvetica Bold';
    font-weight: bold;
}

.stat-icon {
    max-width: 175px;
}

/**----------------------------------------------
	STRIPS // BLANK
-----------------------------------------------*/
.strip-blank iframe {
    display: block;
    margin: 0px auto;
    max-width: 1080px;
}

/**----------------------------------------------
	STRIPS // TWITTER
-------------------------------------------------*/
div#tweets-container,
div#tweets-container div.row,
div#tweets-container div.row div.col-6,
div#tweets-container div.row div.col-12 {
    padding: 0px;
    margin: 0px;
}

div#tweets-container div.row div.col-6 img {
    display: block;
}

div#tweets-container div.row div.text-tweet {
    padding: 50px 50px 50px 100px !important;
    background-color: #1DA1F2;
    position: relative;
}

div#tweets-container div.col-6 div.row #text-tweet-1,
div#tweets-container div.col-6 div.row #text-tweet-2,
div#tweets-container div.col-12 div.row #text-tweet-1,
div#tweets-container div.col-12 div.row #text-tweet-3,
div#tweets-container div.col-12 div.row #text-tweet-4,
div#tweets-container div.col-12 div.row #text-tweet-6 {
    background: #38ADF3;
}

.text-tweet:before {
    font-family: FontAwesome;
    position: absolute;
    top: 40px;
    left: 40px;
    content: "\f099";
    font-size: 40px;
    color: #fff;
}

div#tweets-container div.row div.text-tweet p.text {
    margin-bottom: 20px;
}

div#tweets-container div.row div.text-tweet p.author {
    font-size: 14px;
}

div.text-tweet p {
    color: #fff;
}

div.text-tweet p a {
    text-decoration: underline;
}

div.text-tweet p a {
    text-decoration: none;
}

div.image-tweet {
    position: relative;
}

div.overlay {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 30px;
    background: rgba(88, 88, 90, 0.75);
}

div.overlay p {
    color: #fff;
}


/**----------------------------------------------
	CENTRE FORMS
-------------------------------------------------*/

#form-centres {

}

#form-centres #marketing-consent {
    max-width: 500px;
}

#form-centres #marketing-consent h3 {
    font-size: 18px;
}

#form-centres #marketing-consent p, #form-centres #marketing-consent a {
    font-size: 14px;
    line-height: 20px;

}

#form-centres div.form-row input[type="text"], #form-centres div.form-row select, #form-centres div.form-row textarea {
    padding: .575rem .95rem;
}

/**----------------------------------------------
	PARTNER BLOCK
-------------------------------------------------*/
.strip-partners-block {
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
}

.strip-partners-container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.strip-partners-heading {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.strip-parnters-block-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.strip-partners-block-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border: 1px solid #eaeaea;
    margin: -1px 0 0 -1px;

    position: relative;
    overflow: hidden;
    width: 25%;
    padding: 40px;
}

.strip-partners-block-item-link {
    display: block;
    padding-top: 16.66%;
    padding-bottom: 16.66%;
}

.strip-partners-block-item-image {
    transition: all .3s ease;
    height: 200px;
    width: 100%;
    max-width: 100%;
    max-height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit:contain", 'object-fit: contain; object-position: center;';
}

.strip-partners-block-item-2 {
    width: 50%;
    padding: 20px;
}

.strip-partners-block-item-3 {
    width: 33.3333333%;
}

.strip-partners-block-item-4 {
    width: 25%;
}

.strip-partners-block-wrapper-2 {
    width: 50%;
    margin: 0 auto;
}

.strip-partners-block-wrapper-3 {
    width: 66.66666667%;
    margin: 0 auto;
}

.strip-partners-block-wrapper-4 {
    width: 83.33333333%;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .strip-partners-block-item-2 {
        width: 66.66666667%;
    }

    .strip-partners-block-item-3 {
        width: 33.3333333%;
    }

    .strip-partners-block-item-4 {
        width: 33.3333333%;
    }
}

@media only screen and (max-width: 560px) {
    .strip-partners-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .strip-partners-block-item-2,
    .strip-partners-block-item-3,
    .strip-partners-block-item-4 {
        width: 50%;
        padding: 20px;
    }

    .strip-partners-block-wrapper-4,
    .strip-partners-block-wrapper-3,
    .strip-partners-block-wrapper-2 {
        width: 100%;
    }
}

/**----------------------------------------------
	SINGLE EVENT
-------------------------------------------------*/
.event-card {
    position: relative;
    width: 100%;
}

.event-card-featured-image {
    position: relative;
}

.event-card-featured-image:before {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 50%;
    background: #ED3023;
}

.event-card-content {
    padding: 30px;
    background: #ffffff;
    border: 2px solid #EFEFEF;
}

.event-card-content h4 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.21;
    color: #1A1D2B;
    margin-bottom: 10px;
}

.event-card-content .datetime {
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #898C99;
    margin-bottom: 30px;
}

.event-card-content .sa-button {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.38rem;
    line-height: 1.18;
}

.event-location {
    position: relative;
    margin: 30px 0;
}

.event-location:before {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 79.55%;
    background: #58585A;
}

.event-location iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.object-cover--absolute {
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/**----------------------------------------------
	MEDIA 1680
-------------------------------------------------*/
@media only screen and (max-width: 1680px) {
    #panel-wrapper, #panel-wrapper .panel {
        height: 750px !important;
    }

    #video-panel-wrapper {
        height: 750px !important;
    }

    #panel-wrapper .panel-content,
    #video-panel-wrapper .panel-content {
        top: 200px;
    }

}

/**----------------------------------------------
	MEDIA 1440
-------------------------------------------------*/
@media only screen and (max-width: 1440px) {
    div#cta-author-panel div.author-panel {
        flex-basis: 100%;
    }
}


/**----------------------------------------------
	MEDIA 1280
-------------------------------------------------*/
@media only screen and (max-width: 1280px) {

    #panel-wrapper .panel-content, #video-panel-wrapper .panel-content {
        padding-left: 80px;
    }

    #menu-credits, #menu-credits-1 {
        display: flex !important;
        flex-wrap: wrap;
    }

    #menu-credits li a, #menu-credits-1 li a, #footer .mini-credits, #footer .mini-credits a {
        font-size: 12px !important;
    }


}

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

    .mobile-only {
        display: block !important;
    }

    .screen-only {
        display: none !important;
    }

    #sa-menu {
        position: absolute;
    }

    .sa-menu-body .col-30 {
        width: 35%;
    }

    .sa-menu-body .col-70 {
        width: 100%;
    }

    .sa-menu-body .col-60 {
        width: 100%;
    }

    /** Header */
    #sa-featured-header {
        margin-bottom: 0px;
    }

    #sa-navigation .sub-menu {
        left: 300px;
        margin: 20px 0 30px 0;
    }

    .sa-page-header {
        padding: 40px 40px 20px;
    }

    #social-share-text {
        display: none;
    }

    #sa-menu {
        height: auto;
    }

    /* #sa-menu #sa-search {
		display: none;
	} */
    #sa-menu .col-30 {
        width: 47%;
    }

    #sa-navigation .wp-navigation, #centres-navigation .wp-navigation {
        border-left: 0;
        padding-left: 20px;
    }

    /** Strips layout */
    div.strip-right-content,
    div.strip-left-content,
    div.strip-carousel,
    div.strip-newsletter,
    div.pod-wrapper,
    div.strip-cta,
    div.sa-single-content {
        padding: 0px 40px;
        margin: 0px !important;
    }

    div.strip-newsletter {
        padding: 0px;
    }

    div.pod-wrapper {
        padding: 40px;
    }

    .strip-right-content .col-50,
    .strip-left-content .col-45,
    .strip-left-content .col-50,
    .strip-newsletter .col-100,
    .strip-cta .col-45,
    .strip-cta .col-55,
    #sa-page-single,
    #sidebar,
    .sa-single-content .col-70,
    .sa-single-content .col-30 {
        float: none;
        width: 100%;
        padding: 40px 0px;
    }

    .strip-cta .col-55 {
        padding: 0px;
    }

    .strip-newsletter .col-100 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .sa-single-links ul li {
        list-style-type: none;
    }

    #sa-catapults-menu .sa-catapults-menu li {
        width: 45%;
    }

    /* div#sa-search-ajax-return .col-4:nth-child(1),
	div#sa-search-ajax-return .col-4:nth-child(2),
	div#sa-search-ajax-return .col-4:nth-child(3){
		padding-left: 40px !important;
		padding-right: 40px !important;
	} */
    .strip-video {
        margin: 0px;
        padding: 0px;
    }

    .strip-carousel .slick-dots {
        display: flex;
        position: static;
        justify-content: center;
        padding: 20px 0px 0px;
    }

    .strip-carousel .slick-dots li {

    }

    .strip-carousel .slick-dots li.slick-active {
        background: #e5281b;
    }

    .sa-h4-title {
        line-height: 44px;
    }

    div#cta-author-panel {
        padding-bottom: 40px;
    }

    div#cta-author-panel div.author-panel {
        flex-basis: 100%;
        padding: 0px;
    }


    /** Strip content */
    .strip-content-wrapper {
        padding-bottom: 0px;
    }

    .strip-content-wrapper p:last-of-type() {
        padding-bottom: 0px;
    }

    .strip-right-content video {
        width: 100%;
        margin: 0px;
    }

    .strip-right-content-content,
    .strip-left-content-content {
        padding: 0px;
    }

    .strip-left-content .flex-col,
    .strip-right-content .flex-col {
        min-height: 600px;
        background-size: contain;
        margin-top: 40px;
    }

    .strip-carousel-title,
    .sa-carousel {
        padding: 40px 0px 0px;
        margin: 0px;
    }

    .sa-carousel {
        margin: 0px 0px 40px;
    }

    .strip-carousel-content {
        display: none;
    }

    .sa-carousel-item {
        margin: 0px;
    }

    div.pod-content-wrapper {
        margin-top: 0px;
        flex-wrap: wrap;
        padding-top: 40px;
    }

    div.pod-content-wrapper div.pod-content {
        flex-basis: 45%;
        margin-bottom: 40px;
    }

    div.pod-content-wrapper div.pod-content {
        margin-right: 20px;
    }

    div.pod-content-wrapper div.pod-content:nth-child(2n+2) {
        margin-right: 0px;
        margin-left: 20px;
    }

    .cta-content-wrapper {
        padding: 0px;
    }

    .strip-cta .vcard {
        max-width: 100%;
        margin-bottom: 40px;
    }

    #sa-page-single {
        padding: 0px;
    }

    div.sa-director-intro {
        margin: 0px;
        text-align: center;
    }

    div.sa-director-intro div.sa-director-image {
        margin: 0px auto 20px;
        float: none;
    }

    div.sa-director-intro div.sa-director-intro-content {
        float: none;
        max-width: 100%;
        margin: 0px;
    }

    .sa-resources-events-listing > .sa-resources-events-item-wrapper {
        flex-basis: 50%;
    }

    .sa-resources-events-listing > .sa-resources-events-item-wrapper {

    }

    .sa-resources-events-listing > .sa-resources-events-item-wrapper:nth-child(2n+2) {

    }

    .resource-titles,
    .sa-resources-events-filters {
        width: 100%;
        float: none;
    }

    #frm-filters {
        width: 100%;
    }

    #frm-filters .sa-select {
        margin-right: 40px;
        margin-left: 0px;
    }

    .events-padding {
        padding-bottom: 0px;
    }

    #sa-page {
        padding: 0px 40px 40px;
        margin-top: 0px !important;
    }

    #sa-tabbed-header .sa-h1-title, #sa-tabbed-header .sa-h1-title span {
        font-size: 34px;
    }

    #sa-tabbed-header .tab-wrapper {
        padding: 60px 60px 20px 30px;
    }

    .block-content-wrapper {
        padding: 0 30px;
    }

    .strip-quote {
        padding: 30px 30px;
    }

    .strip-quote .sa-h3-title {
        font-size: 44px;
        line-height: 54px;
    }

    .block-content-wrapper .col-50, .block-content-wrapper .col-45 {
        width: 100%;
    }

    .block-content, .block-content-list {
        padding: 20px 40px 0px 0;
    }

    .block-content-list ul {
        margin-bottom: 20px;
    }

    .block-content-list .sa-button {
        margin-top: 20px;
        margin-bottom: 40px;
        display: inline-block !important;
    }

    /** Single markets */
    .single-markets #sa-page {
        padding-bottom: 0px;
    }

    .single-markets .strip-right-content .col-50 {
        padding-top: 0px;
    }

    .single-markets .pod-wrapper {
        padding-top: 0px;
    }

    #sa-markets-header {
        min-height: 250px;
    }

    #sa-markets-header .sa-h1-title {
        font-size: 32px;
        left: 20px;
    }

    .single-markets .strip-cta .vcard .author-bio .more {
        /*display: block;*/
    }

    .single-markets .trigger-sa-bio {
        /*display: none;*/
    }

    .single-markets .strip-carousel-title {
        padding-top: 0px;
    }

    .single-markets .strip-cta .vcard .author-information-detail {
        width: 100%;
    }

    /** Partnerships and engagement */
    .page-id-5052 .pod-wrapper {
        padding-top: 0px;
    }

    /** Careers */
    .page-id-34 #sidebar {
        display: none;
    }

    /** Our capabilities */
    .page-id-5052 .col-50.push-left,
    .page-id-51 .col-50.push-left,
    .page-id-55 .col-50.push-left,
    .page-id-57 .col-50.push-left,
    .page-id-59 .col-50.push-left {
        padding-top: 0px;
    }

    /** Working with government */
    .page-id-55 .pod-wrapper,
    .page-id-57 .pod-wrapper,
    .page-id-59 .pod-wrapper {
        padding-top: 0px;
    }

    .page-id-55 .pod-wrapper,
    .page-id-57 .pod-wrapper,
    .page-id-59 .pod-wrapper {
        padding-bottom: 0px;
    }

    .page-id-55 .strip-cta,
    .page-id-57 .strip-cta,
    .page-id-59 .strip-cta {
        margin-top: 40px !important;
    }

    .page-id-55 .strip-carousel .strip-carousel-title,
    .page-id-57 .strip-carousel .strip-carousel-title,
    .page-id-59 .strip-carousel .strip-carousel-title {
        padding-top: 0px;
    }

    #sa-page #sidebar {
        padding-top: 0px;
    }

    #sa-page-single .vcard {
        max-width: 100%;
    }

    img.mobile-only {
        margin-bottom: 40px;
    }

    #newsletter-signup {
        float: none;
    }

    .strip-newsletter input[type="text"] {
        width: 88%;
    }

    .strip-newsletter button {
        width: 10%;
    }

    .strip-cta h4,
    .strip-cta p {
        text-align: center;
        max-width: 100%;
    }

    .strip-cta .cta-content-wrapper {
        text-align: center;
    }

    .strip-cta .vcard .author-information {
        padding-bottom: 0px;
    }

    .strip-cta .vcard .author-bio {
        padding-top: 0px;
    }

    .strip-cta .vcard .trigger-sa-bio {
        padding-top: 0px;
    }

    .video-wrapper a {
        min-height: 300px !important;
    }

    #strip-news-events .strip-news-events-block {
        width: 90%;
        margin-bottom: 30px;
    }

    /** Footer */
    #footer .push-left,
    #footer .push-right {
        width: 100%;
        text-align: center;
        float: none;
    }

    #footer small span {
        display: none;
    }

    #footer .sa-button-footer {
        margin: 40px auto;
    }

    #menu-credits li, #menu-credits-1 li,
    #footer small {
        display: block !important;
        width: 100% !important;
        border-left: 0px !important;
        text-align: center !important;
    }

    #menu-credits li a, #menu-credits-1 li a {
        border: none !important;
    }

    #footer small {
        padding-top: 40px;
    }

    #footer small a {
        display: block;
        clear: both;
    }

    #footer span {
        display: block;
        width: 100%;
        clear: both;
        color: #fff;
    }

    #menu-credits li, #menu-credits-1 li {
        border: none !important;
    }

    #coe-social-wrapper .centre-twitters a {
        margin-bottom: 20px;
    }

}

/**----------------------------------------------
	MEDIA 768
-------------------------------------------------*/
@media only screen and (max-width: 768px) {

    .sa-breadcrumbs,
    .sa-social-share {
        float: none;
        width: 100%;
    }

    .sa-breadcrumbs {
        margin-bottom: 20px;
    }

    .sa-social-share {
        margin-bottom: 10px;
    }

    #sa-standard-header .logo {
        /* width: 50%; */
    }

    #sa-standard-header .logo img {
        /* width: 100%; */
    }

    #sa-menu .col-30 {
        width: 80%;
    }

    /** Header */
    /* #sa-search{
		display: none;
	} */
    .sa-menu-header .col-20 {
        display: none;
    }

    .sa-menu-header .col-70 {
        width: 100%;
    }

    #sa-menu #sa-search {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }

    #sa-menu input[type="text"] {
        width: 100%;
    }

    #sa-menu .trigger-menu-close {
        margin-bottom: 0px;
    }

    #sa-navigation .sub-menu {
        position: static;
        margin-bottom: 40px;
        min-height: 0px;
    }

    .sa-menu-body .col-70 {
        width: 100%;
    }

    .sa-menu-body {
        padding-top: 0px;
    }

    #sa-navigation .wp-navigation, #centres-navigation .wp-navigation {
        min-height: 100px;
    }

    #sa-featured-header .logo {
        width: 50%;
        margin-left: 0px;
        margin-right: 0px;
        background-size: contain;
        margin-top: 20px;
    }

    #sa-featured-header .logo img {
        width: 100%;
    }

    #panel-wrapper .panel-content,
    #video-panel-wrapper .panel-content,
    #panel-wrapper .panel {
        width: 100%;
        display: block;
    }

    #panel-wrapper .panel-content,
    #video-panel-wrapper .panel-content {
        padding: 240px 80px 30px;
    }

    #panel-wrapper .panel-content h3,
    #video-panel-wrapper .panel-content h3 {
        font-size: 46px;
        line-height: 50px;
    }

    .sa-resources-events-listing > .sa-resources-events-item-wrapper {
        flex-basis: 100%;
    }

    .sa-resources-events-listing > .sa-resources-events-item-wrapper {

    }

    .sa-resources-events-listing .sa-resources-events-item-wrapper:last-of-type {

    }

    .sa-resources-events-listing > .sa-resources-events-item-wrapper:nth-child(2n+2) {

    }

    .sa-load-more-wrapper {
        padding-top: 40px;
    }

    .single-facilities #sidebar,
    .single-events #sidebar,
    .single-post #sidebar,
    .page-id-1934 #sidebar {
        padding: 0px;
    }

    .single-post #sa-page .sa-categories {
        margin: 0px;
    }

    .sa-resources-events {
        padding-bottom: 0px;
    }

    #frm-filters .sa-select {
        width: 100%;
        display: block;
        margin: 0px 0px 10px;
    }

    .sa-resources-events-listing > .sa-resources-events-item-wrapper {
        flex-basis: 100% !important;

    }

    div#board-members div.author-box,
    div#board-members div.author-box:last-of-type,
    div#board-members div.author-box:nth-child(odd),
    div#board-members div.author-box:nth-child(even) {
        flex-basis: 100%;
        margin: 0px;
        padding: 0px 0px 50px !important;
    }

    /** Enquiry */
    #gsd-eq-container .col-12.col-lg-4.right img,
    #gsd-eq-container .col-12.col-lg-4.right br {
        display: none;
    }

    #gsd-eq-container #f-name,
    #gsd-eq-container #postcode {
        margin-bottom: 20px;
    }

    #checkboxes div {
        flex-basis: 50% !important;
    }

    /** States strip */
    .strip-stats .col-25 {
        width: 100%;
    }

    div.pod-content-wrapper {
        display: block;
    }

    div.pod-content-wrapper div.pod-content {
        margin-right: 0px !important;
        margin-left: 0px !important;
        flex-basis: 100%;
    }

}

@media (max-width: 767px) {
    body.page-template-page-cluster-directory br {
        display: block !important;
    }
}

body.page-template-page-cluster-directory .content-wrapper a {
    color: #fff;
}


.search-page .search-hero {
    background-color: #E22526;
}

.search-page .search-hero .search-hero-content {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 clamp(16px, 4vw, 80px) !important;
}

.search-page .search-hero .search-hero-content h1 {
    font-size: 2rem;
    line-height: 120%;
    letter-spacing: -0.01rem;
    color: #fff;
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    padding: 130px 0 70px 0;
    text-align: left;
}

.search-page .search-results {
    max-width: 1920px;
    margin: 0 auto;
    gap: 4rem;
    padding: 24px clamp(16px, 4vw, 80px) !important;
}

.search-page .search-results .spinner {
        border: 4px solid #f3f3f3;
        border-top: 4px solid #E22526;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        animation: spin 1s linear infinite;
        margin-bottom: 16px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.search-page .search-results .filters {
    display: flex;
    flex-direction: column;
    gap: 20px;

}

.search-page .search-results .filters-desktop {
    display: none;
}

.search-page .search-results .filters-mobile {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #DBDBDB;

}

.search-page .search-results .filters-mobile .filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-page .search-results .filters-mobile .filter-header svg {
    display: none;
}

.search-page .search-results .filters-mobile .filter-header svg.show {
    display: block;
}

.search-page .search-results .filters-mobile .filters.open {
    display:flex;
}

.search-page .search-results .filters-mobile .filters {
    display:none;
}

.search-page .search-results .selections-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.search-page .search-results .results-information {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.search-page .search-results .results-information-hidden, .search-page .search-results .selections-container-hidden, .sort-container-mobile-hidden {
    visibility: hidden;
    height: 0;
}

.search-page .search-results .sort-container.mobile {
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
    align-items: center;
}

.search-page .search-results .sort-container.desktop {
    display: none;
}

.search-page .search-results .sort-container p {
    font-size: 16px;
}

.search-page .search-results .search-results-list {
    display: flex;
    flex-direction: column;
    gap: 57px;
}

.search-page .search-results .search-results-list .category {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 16px 0;
}

.search-page .search-results .search-results-list .category .category-title {
    align-items: center;
    display: flex;
    gap: 24px;
}

.search-page .search-results .search-results-list .category .category-title h2 {
    font-size: 1.5rem;
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    line-height: 150%;
}

.search-page .search-results .search-results-list .category .category-title a {
    font-size: 1rem;
    font-family: 'Helvetica', sans-serif;
    line-height: 150%;
}

.search-page .search-results .card-list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem
}

.search-page .search-results .card-list .card {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.search-page .search-results .card-list a {
    text-decoration: none;
}

.search-page .search-results .card-list a :hover {
    text-decoration: underline;
}

.search-page .search-results .card-list .card img, .search-page .search-results .card-list .card .thumbnail {
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
    height: auto;
}
.search-page .search-results .card-list .card .card-content {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.search-page .search-results .card-list .card .card-content .card-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-page .search-results .card-list .card .card-content .card-info p {
    font-size: 13px;
    font-family: 'Helvetica', sans-serif;
    line-height: 160%;
}

.search-page .search-results .card-list .card .card-content .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 120%;
    font-family: 'Helvetica', sans-serif;
}

.search-page .search-results .card-list .card .card-content .excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #6B7280;
    font-size: 15px;
    font-family: 'Helvetica', sans-serif;
    font-weight: normal;
    line-height: 160%;
}

.search-page .search-input {
    padding: 0 clamp(16px, 4vw, 80px) !important;
}

.search-page .custom-search-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #000A66;
    padding: 16px;
    border-radius: 8px;
    max-width: 880px;
    margin: -36px auto auto;
    position: relative;
    background: white;
    height: 72px;
}

.search-page .custom-search-wrapper input.facetwp-search {
    border: none;
    outline: none;
    flex: 1;
    font-size: 18px;
    padding: 0 0.5rem;
    line-height: 120%;
    font-family: 'Helvetica', serif;
    width: 100%;
}

.search-page .custom-search-icon {
    flex-shrink: 0; /* Prevent the SVG from shrinking */
    display: flex;
    align-items: center;
}

.search-page .custom-search-icon svg {
    width: 40px;
    height: 40px;
}

.search-page .facetwp-type-search {
    margin: 0;
    width: 100%;
}

.search-page .facetwp-input-wrap {
    width: 100%;
}

.search-page .facetwp-input-wrap .facetwp-icon {
    display: none;
}

.search-page .facetwp-checkbox {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2226%22%20viewBox%3D%220%200%2025%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%220.25%22%20y%3D%221%22%20width%3D%2224%22%20height%3D%2224%22%20rx%3D%224%22%20fill%3D%22%23F9FAFB%22%2F%3E%3Crect%20x%3D%220.25%22%20y%3D%221%22%20width%3D%2224%22%20height%3D%2224%22%20rx%3D%224%22%20stroke%3D%22%23111111%22%20stroke-width%3D%220.5%22%2F%3E%3C%2Fsvg%3E") !important;
    background-size: 24px;
    padding-left: 30px;
}

.search-page .facetwp-checkbox.checked {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2029%2029%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%222.25%22%20y%3D%222.5%22%20width%3D%2224%22%20height%3D%2224%22%20rx%3D%224%22%20fill%3D%22%23E22526%22%2F%3E%3Cmask%20id%3D%22path-2-inside-1_4_1961%22%20fill%3D%22white%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.6399%207.91015C23.9023%208.17268%2024.0498%208.52872%2024.0498%208.89995C24.0498%209.27117%2023.9023%209.62721%2023.6399%209.88974L12.4399%2021.0897C12.1773%2021.3522%2011.8213%2021.4996%2011.4501%2021.4996C11.0789%2021.4996%2010.7228%2021.3522%2010.4603%2021.0897L4.86028%2015.4897C4.60526%2015.2257%204.46415%2014.8721%204.46734%2014.505C4.47053%2014.1379%204.61776%2013.7868%204.87734%2013.5272C5.13691%2013.2676%205.48804%2013.1204%205.85512%2013.1172C6.2222%2013.114%206.57584%2013.2551%206.83988%2013.5101L11.4501%2018.1203L21.6603%207.91015C21.9228%207.64769%2022.2789%207.50024%2022.6501%207.50024C23.0213%207.50024%2023.3773%207.64769%2023.6399%207.91015Z%22%2F%3E%3C%2Fmask%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.6399%207.91015C23.9023%208.17268%2024.0498%208.52872%2024.0498%208.89995C24.0498%209.27117%2023.9023%209.62721%2023.6399%209.88974L12.4399%2021.0897C12.1773%2021.3522%2011.8213%2021.4996%2011.4501%2021.4996C11.0789%2021.4996%2010.7228%2021.3522%2010.4603%2021.0897L4.86028%2015.4897C4.60526%2015.2257%204.46415%2014.8721%204.46734%2014.505C4.47053%2014.1379%204.61776%2013.7868%204.87734%2013.5272C5.13691%2013.2676%205.48804%2013.1204%205.85512%2013.1172C6.2222%2013.114%206.57584%2013.2551%206.83988%2013.5101L11.4501%2018.1203L21.6603%207.91015C21.9228%207.64769%2022.2789%207.50024%2022.6501%207.50024C23.0213%207.50024%2023.3773%207.64769%2023.6399%207.91015Z%22%20fill%3D%22%232E2D2B%22%2F%3E%3Cpath%20d%3D%22M23.6399%207.91015L25.7615%205.78915L25.7609%205.7885L23.6399%207.91015ZM24.0498%208.89995L27.0498%208.89995L24.0498%208.89995ZM23.6399%209.88974L25.7612%2012.0111L25.7615%2012.0107L23.6399%209.88974ZM12.4399%2021.0897L14.5609%2023.2114L14.5612%2023.2111L12.4399%2021.0897ZM10.4603%2021.0897L8.33896%2023.2111L8.33928%2023.2114L10.4603%2021.0897ZM4.86028%2015.4897L2.70242%2017.5739L2.72053%2017.5926L2.73896%2017.6111L4.86028%2015.4897ZM6.83988%2013.5101L8.9612%2011.3888L8.94277%2011.3704L8.92402%2011.3523L6.83988%2013.5101ZM11.4501%2018.1203L9.32876%2020.2417L11.4501%2022.363L13.5714%2020.2417L11.4501%2018.1203ZM21.6603%207.91015L19.5393%205.7885L19.539%205.78882L21.6603%207.91015ZM22.6501%207.50024L22.6501%2010.5002L22.6501%207.50024ZM21.5182%2010.0311C21.2183%209.7311%2021.0498%209.3242%2021.0498%208.89995L27.0498%208.89995C27.0498%207.73323%2026.5864%206.61427%2025.7615%205.78915L21.5182%2010.0311ZM21.0498%208.89995C21.0498%208.47569%2021.2183%208.06879%2021.5182%207.76874L25.7615%2012.0107C26.5864%2011.1856%2027.0498%2010.0667%2027.0498%208.89995L21.0498%208.89995ZM21.5186%207.76842L10.3186%2018.9684L14.5612%2023.2111L25.7612%2012.0111L21.5186%207.76842ZM10.3189%2018.9681C10.6189%2018.6682%2011.0258%2018.4996%2011.4501%2018.4996V24.4996C12.6168%2024.4996%2013.7358%2024.0363%2014.5609%2023.2114L10.3189%2018.9681ZM11.4501%2018.4996C11.8743%2018.4996%2012.2812%2018.6682%2012.5813%2018.9681L8.33928%2023.2114C9.1644%2024.0363%2010.2834%2024.4996%2011.4501%2024.4996V18.4996ZM12.5816%2018.9684L6.9816%2013.3684L2.73896%2017.6111L8.33896%2023.2111L12.5816%2018.9684ZM7.01815%2013.4056C7.3096%2013.7074%207.47087%2014.1115%207.46722%2014.5311L1.46745%2014.4789C1.45743%2015.6326%201.90092%2016.744%202.70242%2017.5739L7.01815%2013.4056ZM7.46722%2014.5311C7.46358%2014.9506%207.29531%2015.3519%206.99866%2015.6485L2.75602%2011.4059C1.94022%2012.2217%201.47748%2013.3253%201.46745%2014.4789L7.46722%2014.5311ZM6.99866%2015.6485C6.702%2015.9452%206.3007%2016.1134%205.88119%2016.1171L5.82905%2010.1173C4.67539%2010.1273%203.57181%2010.5901%202.75602%2011.4059L6.99866%2015.6485ZM5.88119%2016.1171C5.46167%2016.1207%205.05751%2015.9595%204.75575%2015.668L8.92402%2011.3523C8.09417%2010.5508%206.98272%2010.1073%205.82905%2010.1173L5.88119%2016.1171ZM4.71856%2015.6315L9.32876%2020.2417L13.5714%2015.999L8.9612%2011.3888L4.71856%2015.6315ZM13.5714%2020.2417L23.7816%2010.0315L19.539%205.78882L9.32876%2015.999L13.5714%2020.2417ZM23.7813%2010.0318C23.4812%2010.3317%2023.0743%2010.5002%2022.6501%2010.5002L22.6501%204.50024C21.4834%204.50024%2020.3644%204.96363%2019.5393%205.7885L23.7813%2010.0318ZM22.6501%2010.5002C22.2258%2010.5002%2021.8189%2010.3317%2021.5189%2010.0318L25.7609%205.7885C24.9358%204.96363%2023.8168%204.50024%2022.6501%204.50024L22.6501%2010.5002Z%22%20fill%3D%22white%22%20mask%3D%22url(%23path-2-inside-1_4_1961)%22%2F%3E%3C%2Fsvg%3E') !important;
}

.search-page .facetwp-display-value, .search-page .facetwp-counter {
    font-size: 18px;
    color: #2E2D2B;
}

.search-page .facetwp-pagination {
    margin: auto;
}

.search-page .facetwp-pager .facetwp-page {
    margin: 0;
    padding: 9px 16px;
    text-decoration: none!important;
    font-size: 18px;
    font-weight: normal;
}

.search-page .facetwp-pager .facetwp-page.prev, .search-page .facetwp-pager .facetwp-page.next {
    border:1px solid #4E4E4E;
    border-radius: 8px;
}

.search-page .facetwp-pager .facetwp-page:hover {
    text-decoration: underline;
}

.search-page .facetwp-pager .facetwp-page.active {
    border-bottom: 1px solid #E22526;
}

.search-page .facetwp-facet-sort_posts, .search-page .facetwp-facet-post_types, .search-page .facetwp-facet-clear_filters {
    margin: 0;
}

.search-page .facetwp-reset{
    font-size: 16px;
    line-height: 160%;
    color:  #2E2D2B;
}

.search-page .facetwp-facet-sort_posts select{
    font-size: 16px;
    border: 1px solid #D1D5DB;
    border-radius: 4px;
    font-weight: bold;
    appearance: none; /* hide native dropdown arrow */
    background: white url("data:image/svg+xml,%3Csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M6.25%209L12.25%2015L18.25%209'%20stroke='%23006A52'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 0.5rem center;
    background-size: 1.5rem;
    padding: 4px 2.5rem 4px 12px;
}

.search-page .facetwp-selection-label {
    display: none;
}

.search-page .facetwp-selection-value {
    font-size: 16px;
    color: white;
    margin: 0;
    line-height: 160%;
    padding: 4px 12px;
    background: #E22526;
    border-radius: 999px;
    background-image: none!important;
}

.search-page .facetwp-counts {
    font-size: 18px;
    line-height: 150%;
    color: #2E2D2B;
}

.search-page .no-results {
    padding: 32px 0;
}



@media all and (min-width: 768px) {
    .search-page .search-hero .search-hero-content h1 {
        font-size: 5rem;
        padding: 200px 0 72px 0;
        text-align: center;
    }

    .search-page .search-results {
        display: grid;
        padding: 72px clamp(16px, 4vw, 80px) !important;
        grid-template-columns: 310px 1fr;
    }

    .search-page .search-results .card-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .search-page .search-results .filters h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .search-page .search-results .filters-desktop {
        padding-top: 40px;
        display: flex;
        padding-bottom: 20px;
        align-self: flex-start;
        border-bottom: 1px solid #DBDBDB;
    }

    .search-page .search-results .filters-mobile {
        display: none;
    }

    .search-page .search-results .results-information {
        margin-bottom: 34px;
    }

    .search-page .search-results .sort-container.mobile {
        display: none;
    }

    .search-page .search-results .sort-container.desktop {
        display: flex;
        align-items: center;
        gap:8px;
    }

    .search-page .facetwp-counts {
        font-size: 24px;
    }
}

@media all and (min-width: 1280px) {
    .search-page .search-results .card-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}


.site-navigation-container {
    position: relative;
}

.site-navigation-container .search-container {
    position: relative;
    z-index: 99999;
    background: white;
    display: flex;
    justify-content: center;
    gap: 0;
    flex-direction: column;
    align-items: flex-end;
    border-radius: 0 0 8px 8px;
    padding: 16px;
}



.site-navigation-container .search-container.hidden {
    display: none;
}

.site-navigation-container .search-container .search {
    border: 1px solid;
    padding: 8px 12px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    justify-content: space-between;
}

.site-navigation-container .search-container .search input {
    font-size: 16px;
    font-family: 'Helvetica', sans-serif;
    line-height: 120%;
}

.site-navigation-container .search-container .cancel-search-btn {
    font-size: 16px;
    padding: 16px 12px;
    line-height: 120%;
    font-family: 'Helvetica', sans-serif;
    font-weight: bolder;
}

#mega-toggle-block-2 {
    display: flex;
    align-items: center;
}

@media all and (min-width: 1024px) {
    .site-navigation-container .search-container {
        position: absolute;
        inset: 0;
        flex-direction: row;
        align-items: center;
        border-radius: 8px;
        padding: 0;
    }
    .site-navigation-container .search-container .search {
        max-width: 480px;
    }
    .site-navigation-container .search-container {
        gap: 16px;
    }
}
