/* ----- CSS Reset ----- */
@import url('https://fonts.googleapis.com/css?family=Hind|Heebo&display=swap');

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}

body {
    line-height: 1;
}

button {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

img {
    display: block;
    max-width: 100%;
    height: auto;
}

:focus {
    outline: none;
}

abbr {
    text-decoration: none;
}

button, input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], input[type="number"], input[type="submit"], textarea, select {
    font-family: Arial, sans-serif;
    font-weight: normal;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator, input[type="date"]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
}

input {
    font-family: Arial, sans-serif;
    font-size: 14px;
}

textarea {
    overflow: auto;
    resize: none;
}

/* ----- Fonts ----- */
@font-face {
    font-family: 'Sk-Modernist';
    font-display: swap;
    src: url('hugo/fonts/sk-modernist-regular-webfont.eot');
    src: url('/hugo/fonts/sk-modernist-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/hugo/fonts/sk-modernist-regular-webfont.woff') format('woff'), url('/hugo/fonts/sk-modernist-regular-webfont.ttf') format('truetype'), url('/hugo/fonts/sk-modernist-regular-webfont.svg#webfont') format('svg');
}

@font-face {
    font-family: 'Sk-Modernist-Bold';
    font-display: swap;
    src: url('/hugo/fonts/sk-modernist-bold-webfont.eot');
    src: url('/hugo/fonts/sk-modernist-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/hugo/fonts/sk-modernist-bold-webfont.woff') format('woff'), url('/hugo/fonts/sk-modernist-bold-webfont.ttf') format('truetype'), url('/hugo/fonts/sk-modernist-bold-webfont.svg#webfont') format('svg');
}

strong {
    font-family: 'Sk-Modernist-Bold';
    font-weight: normal;
}

em {
    font-style: italic;
}

h4, h5, h6 {
    font-family: 'Sk-Modernist-Bold';
    font-weight: normal;
}

sub {
    vertical-align: sub;
}

sup {
    vertical-align: super;
}

sub, sup {
    font-size: 0.5em;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: inherit;
}

/* ----- Global ----- */
body {
    font-family: 'Sk-Modernist', Arial, sans-serif;
    font-size: 20px;
    color: #FFF;
    background: #202020;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a {
    color: #575757;
    text-decoration: none;
    outline: none;
    transition: color 0.2s ease;
}

a:hover, a:active, a:focus {
    color: #ee8131;
    text-decoration: underline;
}

h1, h2, h3 {
    margin: 0 0 15px 0;
    font-family: 'Sk-Modernist-Bold', Arial, sans-serif;
    color: #ee8131;
}

h1 {
    font-size: 48px;
    line-height: 54px;
}

h2 {
    font-size: 38px;
    line-height: 44px;
}

h3 {
    font-size: 28px;
    line-height: 34px;
}

h1 span, h2 span, h3 span {
    display: inline-block;
    background: linear-gradient(135deg, #ee8131 0%, #e45a30 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

hr {
    width: 100%;
    height: 1px;
    margin: 30px 0;
    border: none;
    background: #e4e4e4;
}

#page-wrap {
    min-width: 320px;
}

.wrapper {
    width: 1260px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.wrapper::after {
    clear: both;
    display: block;
    content: '';
}

.video-wrap {
    max-width: 940px;
    margin: 0 auto 15px auto;
}

.video-wrap .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}

.video-wrap .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map-wrap {
    height: 300px;
}

.map-wrap iframe {
    width: 100%;
    height: 100%;
}

.hidden {
    position: absolute!important;
    left: -9999px!important;
}

.cols-wrap {
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    display: flex;
    flex-flow: row wrap;
    margin: 0 -25px;
}

.cols-wrap .col {
    width: 50%;
    padding: 0 25px;
    box-sizing: border-box;
}

.cols-wrap .col-max {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
}

/* ----- Buttons ----- */
.button {
    display: inline-block;
    height: 40px;
    margin: 0;
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none!important;
    border-radius: 20px;
    transition: all 0.3s ease !important;
    overflow: hidden;
}

button.button {
    box-sizing: content-box;
}

.button.theme-a {
    color: #FFF;
    background: #ee8131;
    background: linear-gradient(135deg, #ee8131 0%, #e45a30 100%);
}

.button.theme-a:hover, .button.theme-a:active, .button.theme-a:focus {
    color: #202020;
}

/* ----- Social ----- */
.social-links {
    font-size: 0;
    text-align: center;
}

.social-links li {
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    text-align: left;
}

.social-links li:first-child {
    margin-left: 0;
}

.social-links li:last-child {
    margin-right: 0;
}

.social-links li a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: center center no-repeat rgba(255,255,255,0);
    box-sizing: border-box;
    border-radius: 3px;
    transition: background-color 0.2s ease!important;
}

.social-links li a:hover, .social-links li a:active, .social-links li a:focus {
    background-color: rgba(255,255,255,0.25);
}

.social-links li.twitter a {
    background-image: url('/hugo/img/social-icons/icon-x.svg');
    background-size: 20px;
}

.social-links li.linkedin a {
    background-image: url('/hugo/img/social-icons/icon-linkedin.svg');
    background-size: 20px;
}

/* ----- Pagination ----- */
.pagination {
    margin: 0 0 20px 0;
    padding: 30px 0 0 0;
    font-size: 0;
    text-align: center;
}

.pagination::after {
    clear: both;
    display: block;
    content: '';
}

.pagination li {
    display: inline-block;
    margin: 0 3px;
    font-size: 14px;
    font-weight: 700;
    vertical-align: top;
}

.pagination li a, .pagination li span {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #FFF!important;
    text-decoration: none!important;
    background-color: #ee8131;
    transition: background-color 0.2s ease!important;
}

.pagination li .current {
    color: #7f7f7f!important;
    background-color: #f4f4f4;
}

.pagination li a:hover, .pagination li a:active, .pagination li a:focus {
    color: #FFF;
    background-color: #575657;
}

.pagination li .icon {
    text-indent: -9999px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 15px;
    overflow: hidden;
}

.pagination li .first, .pagination li .last {
    background-image: url('/hugo/img/bg-pagination-double-arrow.svg');
}

.pagination li .prev, .pagination li .next {
    background-image: url('/hugo/img/bg-pagination-single-arrow.svg');
}

.pagination li .first, .pagination li .prev {
    transform: rotate(180deg);
}

/* ----- Editable Content ----- */
.editable-content a {
    text-decoration: underline;
}

.editable-content h4, .editable-content h5, .editable-content h6 {
    margin: 0 0 15px 0;
    line-height: 1.4em;
}

.editable-content *:not(hr) + h2, .editable-content *:not(hr) + h3 {
    padding-top: 20px;
}

.editable-content p {
    margin: 0 0 15px 0;
    line-height: 1.4em;
    font-family: "Hind";
}

.editable-content ul, .editable-content ol {
    margin: 0 0 15px 0;
    line-height: 1.4em;
}

.editable-content ul li, .editable-content ol li {
    margin: 0 0 5px 0;
}

.editable-content ul li {
    position: relative;
    padding-left: 20px;
    list-style: none;
}

.editable-content ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\2022';
}

.editable-content ol li {
    margin-left: 20px;
    padding-left: 10px;
    list-style: decimal;
}

.editable-content ul li ul, .editable-content ol li ol {
    margin: 0;
    padding-top: 10px;
}

.editable-content ul li ul li {
    padding-left: 20px;
    list-style: none;
}

.editable-content ol li ol li {
    padding-left: 5px;
    list-style: lower-alpha;
}

.editable-content blockquote {
    font-style: italic;
}

.editable-content img {
    margin: 0 0 20px 0;
}

.editable-content img.alignleft {
    float: left;
    margin-right: 30px;
}

.editable-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
}

.editable-content img.alignright {
    float: right;
    margin-left: 30px;
}

.button {
    margin-top: 10px;
    font-family: "heebo";
}

.editable-content table {
    max-width: 960px;
    margin: 20px auto;
    text-align: left;
    font-size: 16px;
    line-height: 1.4em;
    border: solid #f1f1f1;
    border-width: 1px 0 0 1px;
    background: #FFF;
    box-sizing: border-box;
    border-collapse: collapse;
}

.editable-content table th, .editable-content table td {
    padding: 5px 10px;
    border: solid #f1f1f1;
    border-width: 0 1px 1px 0;
}

.editable-content table th {
    padding: 10px;
    font-weight: 700;
    background-color: #f1f1f1;
}

/* Added by fred  */

h2.person-name {
    color: #575757;
    padding: 15px 10px 0px 0px;
}


/* ----- Forms ----- */
.form-wrap {
    padding: 100px 0;
    color: #575757;
    background: #f4f4f4;
}

#contact-form {
    max-width: 740px;
    margin: 0 auto;
}

#login-form {
    max-width: 540px;
    margin: 0 auto;
}

.content-form h2 {
    margin: 0 0 20px 0;
    text-align: center;
}

.content-form fieldset {
    min-width: 0;
}

.content-form .info {
    margin: 0 0 15px 0;
    font-size: 12px;
    line-height: 1.4em;
}

.content-form ::placeholder {
    color: #666;
    font-family: 'Sk-Modernist';
}

.content-form :-ms-placeholder {
    color: #666;
    font-family: 'Sk-Modernist';
}

.content-form .field {
    position: relative;
    margin: 0 0 15px 0;
}

.content-form .field::after {
    clear: both;
    display: block;
    content: '';
}

.content-form .field:not(.checkbox):not(.multicheckbox):not(.multiradio):not(.file) label {
    position: absolute;
    left: -9999px;
}

.content-form .text input, .content-form .textarea textarea {
    float: left;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 10px 15px;
    line-height: 20px;
    font-size: 15px;
    color: #000;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: #FFF;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.content-form .textarea textarea {
    height: 140px;
    padding: 15px;
    line-height: normal;
}

.content-form .text input:focus, .content-form .textarea textarea:focus {
    border-color: #42abe8;
}

.content-form .controls {
    margin: 0;
    text-align: center;
}

.content-form .controls .info {
    margin: 0 0 20px 0;
}

.content-form .controls .info a {
    text-decoration: underline;
}

/* ----- Validation ----- */
.validate-form .error-field div.error {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    border-radius: 50%;
    background: url('/hugo/img/bg-error.svg') center center no-repeat #ff5c5c;
    background-size: 10px;
}

.validate-form .error-field p.info {
    color: #ff5c5c;
}

.validate-form .controls p.error {
    margin: 0 0 10px 0;
    padding: 5px 10px;
    color: #FFF;
    font-size: 14px;
    background: #ff5c5c;
}

.validate-form p.success {
    display: none;
    color: #58d180;
    font-weight: bold;
    font-size: 18px;
}

/* ----- Header ----- */
#header {
    z-index: 2000;
    position: fixed;
    top: -1px;
    right: 0;
    left: 0;
    min-width: 320px;
    height: 110px;
    border: solid rgba(255,255,255,0.15);
    border-width: 1px 0;
    background: transparent;
    overflow: hidden;
    transition: all 0.3s ease;
}

#header.active {
    height: 70px;
    background: #e45a30;
}

#header .wrapper {
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    display: flex;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: 100%;
    padding: 0;
}

#header #main-logo {
    display: block;
    width: 185px;
    padding: 10px 30px;
    font-size: 0;
    text-align: center;
    box-sizing: border-box;
}

#header #main-logo img {
    display: inline-block;
    height: 70px;
    font-size: 14px;
    transition: height 0.3s ease;
}

#header.active #main-logo img {
    height: 50px;
}

#header #main-nav #menu-primary li a {
    display: block;
    padding: 5px 0;
    color: rgba(255,255,255,0.5);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    box-sizing: border-box;
}

#header #main-nav #menu-primary li a:hover, #header #main-nav #menu-primary li a:active, #header #main-nav #menu-primary li a:focus, #header #main-nav #menu-primary li.current-menu-item a {
    color: rgba(255,255,255,1);
    text-decoration: none;
}

#header #main-nav #menu-primary li.current-menu-item a {
    border-bottom-color: #ee8131;
}

/* ----- Banner ----- */
#banner {
    position: relative;
    padding: 195px 0 85px 0;
    text-align: center;
    background: url('/hugo/img/banner-internal.jpg') center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.front-page #banner {
    padding: 325px 0 215px 0;
    background-image: url('/hugo/img/banner-home.jpg');
}

.front-page #strapline {
    max-width: 800px;
    margin: auto;
    font-family: "Heebo";

}

#banner .wrapper {
    z-index: 1;
    position: relative;
}

#banner h1 {
    font-size: 64px;
    line-height: normal;
}

body:not(.front-page) #banner h1 {
    margin: 0;
}

#banner .bg-video {
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

#banner .bg-video::-webkit-media-controls-start-playback-button {
    display: none!important;
    position: absolute!important;
    left: -9999px!important;
    opacity: 0!important;
    -webkit-appearance: none;
}

/* ----- Content ----- */

.title-image {
    width: 1260px;
    height: 400px;
    object-fit: cover;
    object-position: 50% 30%;
}

#content {
    padding: 100px 0 80px 0;
    color: #575757;
    background: #FFF;
}

.front-page #content, .login #content {
    padding: 0;
}

#content h1 a:not(:hover):not(:active):not(:focus), #content h2 a:not(:hover):not(:active):not(:focus), #content h3 a:not(:hover):not(:active):not(:focus) {
    text-decoration: none;
}

/* Main */
#main .intro-section {
    padding: 0 0 80px 0;
    text-align: center;
}


.front-page #main .intro-section {
    padding-top: 100px;
}

#main .intro-section .content {
    max-width: 940px;
    margin: 0 auto;
}

#main .icons-list {
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    display: flex;
    flex-flow: row wrap;
    margin: 0 -10px;
}

#main .icons-list li {
    width: 25%;
    margin: 0 0 30px 0;
    padding: 0 10px 0 0;
    text-align: left;
    box-sizing: border-box;
}

#main .features-section-research .icons-list li {
    width: 50%;
    margin: 0 0 30px 0;
    padding: 0 70px;
    text-align: left;
    box-sizing: border-box;
}

#main .icons-list li h3 {
    padding-top: 50px;
    font-size: 20px;
    line-height: 1.1em;
    font-family: 'Sk-Modernist';
    color: #575757;
    background: top left no-repeat;
    background-size: 40px;
}

#main .features-section {
    z-index: 2;
    position: relative;
    padding: 0 0 100px 0;
    text-align: center;
}

#main .features-section h2 {
    margin: 0 0 50px 0;
}

#main .features-section .icons-list {
    max-width: 1040px;
    margin: 0 auto;
}

#main .features-section .icons-list li {
    margin: 0 0 70px 0;
}

#main .features-section-research {
    z-index: 2;
    position: relative;
    padding: 0 0 0px 0;
    padding-top: 100px;
    text-align: center;
}

#main .features-section-research h2 {
    margin: 0 0 50px 0;
}

#main .features-section-research .icons-list {
    max-width: 1040px;
    margin: 0 auto;
}

#main .features-section-research .icons-list li {
    margin: 0 0 70px 0;
}

#main .features-section-research .icons-list li h3{
    font-weight: bold;
}

#main .features-section-research .icons-list li p {
    font-family: Hind;
    /* font-size: 0.9em; */
}

#main .features-section .icons-list li:nth-child(1) h3 {
    background-image: url('/hugo/img/features-icons/features-list-icon-1.png');
}

#main .features-section .icons-list li:nth-child(2) h3 {
    background-image: url('/hugo/img/features-icons/features-list-icon-2.png');
}

#main .features-section .icons-list li:nth-child(3) h3 {
    background-image: url('/hugo/img/features-icons/features-list-icon-3.png');
}

#main .features-section .icons-list li:nth-child(4) h3 {
    background-image: url('/hugo/img/features-icons/features-list-icon-4.png');
}

#main .features-section .icons-list li:nth-child(5) h3 {
    background-image: url('/hugo/img/features-icons/features-list-icon-5.png');
}

#main .features-section .icons-list li:nth-child(6) h3 {
    background-image: url('/hugo/img/features-icons/features-list-icon-6.png');
}

#main .features-section .icons-list li:nth-child(7) h3 {
    background-image: url('/hugo/img/features-icons/features-list-icon-7.png');
}

#main .features-section .icons-list li:nth-child(8) h3 {
    background-image: url('/hugo/img/features-icons/features-list-icon-8.png');
}

#main .features-section-research .icons-list li:nth-child(1) h3 {
    background-image: url('/hugo/img/features-icons/research/icon-1.png');
}

#main .features-section-research .icons-list li:nth-child(2) h3 {
    background-image: url('/hugo/img/features-icons/research/icon-2.png');
}

#main .features-section-research .icons-list li:nth-child(3) h3 {
    background-image: url('/hugo/img/features-icons/research/icon-3.png');
}

#main .features-section-research .icons-list li:nth-child(4) h3 {
    background-image: url('/hugo/img/features-icons/research/icon-4.png');
}

#main .features-section-research .icons-list li:nth-child(5) h3 {
    background-image: url('/hugo/img/features-icons/research/icon-5.png');
}

#main .features-section-research .icons-list li:nth-child(6) h3 {
    background-image: url('/hugo/img/features-icons/research/icon-6.png');
}

#main .features-section-research .icons-list li:nth-child(7) h3 {
    background-image: url('/hugo/img/features-icons/research/icon-7.png');
}

#main .features-section-research .icons-list li:nth-child(8) h3 {
    background-image: url('/hugo/img/features-icons/research/icon-8.png');
}

#main .quotes-section {
    padding: 20px 0;
    margin: 20px 0;
    background: #f4f4f4;
}

body.front-page #main .quotes-section {
    margin-top: -120px;
    padding: 220px 0 80px 0;
}

#main .quotes-section blockquote {
    margin: 0 0 50px 0;
    font-size: 64px;
    line-height: 70px;
    font-family: 'Sk-Modernist-Bold';
}

#main .quotes-section blockquote p {
    color: #ee8131;
    background: linear-gradient(135deg, #ee8131 0%, #e45a30 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#main .quotes-section h2, #main .quotes-section a {
    float: left;
    width: 25%;
    padding-right: 10px;
    color: #575757;
    box-sizing: border-box;
}

#main .quotes-section .content {
    float: right;
    width: 75%;
    padding-left: 10px;
    box-sizing: border-box;
}

#main .txt-img-blocks {
    padding: 0 0 20px 0;
}

.about #main .txt-img-blocks {
    padding: 0 0 50px 0;
}

#main .txt-img-blocks .block {
    position: relative;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    display: flex;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin: 50px 0 0 0;
}

#main .txt-img-blocks .block::after {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 50%;
    left: 0;
    content: '';
    background: url('/hugo/img/bg-pattern.png') 0 0 repeat;
}

#main .txt-img-blocks .block:first-child {
    margin: 0;
}

#main .txt-img-blocks .block .col-2 {
    padding: 40px;
    color: #FFF;
}

#main .txt-img-blocks .icons-list {
    margin: 30px 0 0 0;
}

#main .txt-img-blocks .icons-list li {
    width: 50%;
}

#main .txt-img-blocks .icons-list li h3 {
    color: #e45a30;
    font-weight: bold;
    margin-bottom: 5px;
}

#main .txt-img-blocks .icons-list li h3 ~ p {
    font-size: 12px;
}

.posts-list {
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    display: flex;
    flex-flow: row wrap;
    margin: -50px -10px 20px -10px;
}

.up-next .posts-list {
    margin: 0;
}

.posts-list .post {
    width: 420px;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.posts-list .post:not(:nth-child(-n+3)) {
    margin: 20px 0 0 0;
}

.post .wrap {
    position: relative;
    display: block;
    color: #FFF;
    overflow: hidden;
}

.post .wrap::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}

.posts-wrap .posts-list {
    display: block;
}

.post .wrap:hover, .post .wrap:active, .post .wrap:focus {
    color: #ee8131;
}

.post .wrap .details {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
}

.post .wrap .details h2 {
    margin: 0 0 5px 0;
    font-size: 20px;
    line-height: 26px;
    color: #FFF;
    transition: color 0.3s ease;
}

.post .wrap:hover .details h2, .post .wrap:active .details h2, .post .wrap:focus .details h2 {
    color: #ee8131;
}

.post .wrap .details p {
    font-size: 16px;
    line-height: 1.4em;
}

.post-wrap header {
    margin: 0 0 30px 0;
    border-bottom: 1px solid #e4e4e4;
}

.post-wrap header .social-share {
    padding: 15px 0 10px 0;
    border-top: 1px solid #e4e4e4;
}

#main .blog-section {
    z-index: 1;
    position: relative;
    padding: 100px 0;
    color: #FFF;
    overflow: hidden;
}

#main .blog-section::before {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: -100vw;
    content: '';
    background: #551831;
}

#main .blog-section .wrapper {
    z-index: 1;
    position: relative;
}

#main .blog-section .content {
    position: relative;
    float: left;
    width: 420px;
    padding: 100px 50px 0 0;
    box-sizing: border-box;
}

#main .blog-section .posts-wrap {
    float: left;
    width: 820px;
}

#main .blog-section .posts-wrap .posts-list {
    display: block;
    width: calc(50vw + 205px);
    margin: 0 0 0 -10px;
}

#main .blog-section .posts-wrap .posts-list .post {
    margin: 0;
}

.flickity-button {
    top: auto;
    bottom: -50px;
    width: 30px;
    height: 30px;
    border: 2px solid #ee8131;
    background: none;
    transform: none;
    box-shadow: none;
    transition: background 0.2s ease;
}

.flickity-button:hover, .flickity-button:active, .flickity-button:focus {
    background: #ee8131;
}

.flickity-button.next {
    right: auto;
    left: 50px;
}

.flickity-button svg path {
    fill: #ee8131;
    transition: fill 0.2s ease;
}

.flickity-button:hover svg path, .flickity-button:active svg path, .flickity-button:focus svg path {
    fill: #FFF;
}

#main .team-section {
    text-align: center;
}

#main .team-section h2 {
    margin: 0 0 30px 0;
}

#main .team-list {
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    display: flex;
    flex-flow: row wrap;
    -ms-flex-align: center;
    justify-content: center;
    margin: 0 -10px;
}

#main .team-list li {
    width: 33.33%;
    margin: 0 0 30px 0;
    padding: 0 10px;
    box-sizing: border-box;
}

#main .team-list li .thumb {
    display: inline-block;
    margin: 0 0 15px 0;
}

#main .team-list li h2 {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
}

#main .team-list li h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.3em;
}

#main .profile-section .col-1 {
    width: 34.5%;
}

#main .profile-section .col-2 {
    width: 65.5%;
}

#main .profile-section .photo {
    padding: 50px;
    background: url('/hugo/img/bg-pattern.png') 0 0 repeat;
}

#main .profile-section header {
    margin: 0 0 30px 0;
    border-bottom: 1px solid #e4e4e4;
}

#main .profile-section header h2 {
    margin: 0;
}

#main .profile-section header h3 {
    margin: 0 0 15px 0;
    color: #575757;
}

#main .profile-section header .contact {
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    display: flex;
    flex-flow: row wrap;
    padding: 10px 0;
    border-top: 1px solid #e4e4e4;
}

#main .profile-section header .contact p {
    margin: 0 10px;
    padding: 5px 0;
}

#main .profile-section header .contact p:first-child {
    margin-left: 0;
}

#main .profile-section header .contact p:last-child {
    margin-right: 0;
}

#main .contact-section {
    padding: 0 0 20px 0;
}

#main .contact-section .col-1 {
    width: 30%;
}

#main .contact-section .col-2 {
    width: 70%;
}

/* ----- Partners Page ----- */

body.partners #main > div:not(:first-child) {
    margin: 30px 0;
}

div.blog-pullout {
    display: flex;
    margin: 12px 0;
    justify-content: space-evenly;
}

div.blog-pullout img.logo {
    max-width: 200px;
    max-height: 120px;
    margin: 20px;
}

ul.partners {
    margin: 20px 60px;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}

ul.partners li {
    display: flex;
    justify-content: center;
    flex: 1 0 21%;
}

div.partner-quote {
    display: flex;
    background: whitesmoke;
    margin: 12px 0;
}

div.partner-quote a, ul.partners li a, div.blog-pullout a {
    align-self: center;
}

div.partner-quote a img.logo, ul.partners li img.logo {
    max-width: 200px;
    max-height: 120px;
    margin: 20px;
}

ul.partners li img {
    margin: 20px auto;
}

div.partner-quote blockquote {
    font-size: 1.2em;
    width: 60%;
    margin: 40px auto;
    font-style: italic;
    position: relative;
}

div.partner-quote blockquote > * {
    font-style: normal;
}

div.partner-quote blockquote::before {
    content: "\201C";
    font-size: 3em;
    position: absolute;
    left: -40px;
    top: -10px;
}

div.partner-quote blockquote::after{
    content: '';
}

div.partner-quote blockquote span {
    display: block;
    color: #333333;
    font-style: normal;
    font-weight: bold;
    font-size: smaller;
    margin-top: 18px;
}

div.partner-quote blockquote p {
    margin-top: 10px;
    text-align: left;
}

@media (max-width:1279px) {

    body.partners #main > div:not(:first-child) {
        margin: 15px 0;
    }

    ul.partners {
        margin: 20px;
    }

    div.partner-quote a img.logo, ul.partners li img.logo {
        max-width: 120px;
        max-height: 60px;
    }

    div.blog-pullout img.logo {
        max-width: 90px;
    }

    div.partner-quote blockquote {
        font-size: 1em;
        margin: 20px auto;
    }
}

/* ----- Footer ----- */
.banner-img {
    width: 100%;
}

#footer {
    padding: 50px 0;
    color: #FFF;
    font-size: 16px;
    line-height: 1.5em;
    background: #202020;
}

#footer a {
    color: #FFF;
    transition: color 0.2s ease;
}

#footer a:hover, #footer a:active, #footer a:focus {
    color: #ee8131;
    text-decoration: none;
}

#footer .cols-wrap {
    margin: 0;
}

#footer .cols-wrap:first-of-type {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

#footer .col {
    padding: 0;
    align-self: flex-end;
}

#footer .col-1 {
    width: 60%;
}

#footer .col-2 {
    width: 40%;
    text-align: right;
}

#footer .social-links {
    margin: 0 0 10px 0;
    text-align: right;
}

#footer img {
    margin: 0px 10px;
    max-height: 80px;
}

#footer .image-wrap {
    display: flex;
    justify-content: center;
    flex-direction: row
}

.team-list .thumb span {
    width: 295px;
    height: 295px;
    display: block;
    background-color: #f1f0f0;
}

.team-list h3 a {
    color: #ee8235;
}

code {
    font-family: monospace;
}

pre {
    background: #ededed;
    padding: 16px 0px;
    margin-bottom: 16px;
    overflow-x: auto;
}

.up-next .posts-wrap .posts-list .is-selected {
    max-width:100%;
}

.up-next{
    border-top: 1px solid #e4e4e4;
}

.blogwrap {
    max-width:820px;
}

.supersc-new {
    font-size: 18px;
    vertical-align: super;
    font-family: Hind;
    color:white;
    -webkit-text-fill-color: white;

}

#main .queens-section-wrap {
    z-index: 1;
    margin-bottom: -80px;
}

#main .queens-award-section {
    z-index: 1;
    position: relative;
    margin-bottom: -80px;
    padding: 60px 0px 150px 0;
    text-align: center;
    background: #f4f4f4
}

#main .queens-award-section img {
    max-width: 200px;
    padding-left: 0px;
    padding-right: 0px;
    display:inline;
}

#main .queens-award-section h2 {
    margin:0px 0 30px 0;

}


#main .queens-award-section .button {
    margin: 30px 0 40px 0;

}

#main .queens-award-section .content {
    float: right;
    width: 65%;
    padding-left: 0px;
    padding-right: 120px;
    padding-top: 60px;
    box-sizing: border-box;
    display:inline;
    text-align: justify;
}

.container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.container-item-image {
    max-width: 40%;
    margin-right: 20px;
}

.container-item-text-block {
    max-width: 45%;
    margin-right: 30px;
}

.container-item-text-block p {
    margin: 0 0 15px 0;
    line-height: 1.4em;
    font-family: "Hind";
}

.container-item-form {
    width: 50%;
    text-align: center;
    margin-left: 0px;
    margin-top: 15px;
}

.button-wrap-center {
    text-align: center;
}

.button-wrap-left {
    text-align: left;
}

.vacancies-section {
    margin-bottom: 4em;
}

.vacancies-section .wrapper {
    padding: 0px;
}

.vacancies-section .content h2, .vacancies-section .content p, .vacancies-section .posts-wrap {
    text-align: center;
}

.vacancies-section .posts-wrap .post {
    display: inline-block;
}


/* make quotes indented */
.editable-content blockquote p, .editable-content blockquote ul li {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    padding: 15px 20px;
}

/* If quote has a citation, remove the gap */
.editable-content blockquote p:has(+ ul) {
    margin-bottom: 0px;
}

.editable-content blockquote ul li, .editable-content blockquote ul li::before {
    /* no italic */
    font-style: normal;
    font-size: smaller;
    content: none;
    padding-top: 0px;
}

/* Justify text on both sides to look nicer */
.editable-content p {
    text-align: justify;
}

.footnotes li {
    font-size: 0.8em;
    line-height: 1.4em;
    margin: 0 0 10px 0;
}