@font-face {
    font-family: "eurofurence";
    src: url("fonts/eurof55-webfont.eot");
    src: url("fonts/eurof55-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/eurof55-webfont.woff2") format("woff2"), url("fonts/eurof55-webfont.woff") format("woff"), url("fonts/eurof55-webfont.ttf") format("truetype"),
        url("fonts/eurof55-webfont.svg#eurofurence_regular") format("svg");
    font-weight: normal;
    font-style: normal;
    line-height: 1;
}
.social-navigation a:before {
    font-family: "Genericons";
}
.social-navigation a[href*="codepen.io"]:before {
    content: "\f216";
}
.social-navigation a[href*="digg.com"]:before {
    content: "\f221";
}
.social-navigation a[href*="dribbble.com"]:before {
    content: "\f201";
}
.social-navigation a[href*="dropbox.com"]:before {
    content: "\f225";
}
.social-navigation a[href*="facebook.com"]:before {
    content: "\f203";
}
.social-navigation a[href*="flickr.com"]:before {
    content: "\f211";
}
.social-navigation a[href*="foursquare.com"]:before {
    content: "\f226";
}
.social-navigation a[href*="plus.google.com"]:before {
    content: "\f206";
}
.social-navigation a[href*="github.com"]:before {
    content: "\f200";
}
.social-navigation a[href*="instagram.com"]:before {
    content: "\f215";
}
.social-navigation a[href*="linkedin.com"]:before {
    content: "\f208";
}
.social-navigation a[href*="path.com"]:before {
    content: "\f219";
}
.social-navigation a[href*="pinterest.com"]:before {
    content: "\f210";
}
.social-navigation a[href*="getpocket.com"]:before {
    content: "\f224";
}
.social-navigation a[href*="polldaddy.com"]:before {
    content: "\f217";
}
.social-navigation a[href*="reddit.com"]:before {
    content: "\f222";
}
.social-navigation a[href*="skype.com"]:before {
    content: "\f220";
}
.social-navigation a[href*="stumbleupon.com"]:before {
    content: "\f223";
}
.social-navigation a[href*="tumblr.com"]:before {
    content: "\f214";
}
.social-navigation a[href*="twitter.com"]:before {
    content: "\f202";
}
.social-navigation a[href*="vimeo.com"]:before {
    content: "\f212";
}
.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
    content: "\f205";
}
.social-navigation a[href*="youtube.com"]:before {
    content: "\f213";
}
.social-navigation a[href^="mailto:"]:before {
    content: "\f410";
}
.social-navigation a[href*="spotify.com"]:before {
    content: "\f515";
}
.social-navigation a[href*="twitch.tv"]:before {
    content: "\f516";
}
.wpcf7-form {
    position: relative;
    padding-top: 50px;
}
.wpcf7-form [type="text"],
.wpcf7-form [type="email"],
.wpcf7-form [type="number"],
.wpcf7-form [type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
    border: none;
    font-size: 17px;
    margin: 0;
    background: transparent;
    color: white;
    box-shadow: none;
    border-bottom: 2px solid #c33247;
    font-family: "eurofurence";
}
.wpcf7-form [type="text"]:focus::-webkit-input-placeholder,
.wpcf7-form [type="email"]:focus::-webkit-input-placeholder,
.wpcf7-form [type="number"]:focus::-webkit-input-placeholder,
.wpcf7-form [type="tel"]:focus::-webkit-input-placeholder,
.wpcf7-form textarea:focus::-webkit-input-placeholder,
.wpcf7-form select:focus::-webkit-input-placeholder {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.wpcf7-form [type="text"]:focus:-ms-input-placeholder,
.wpcf7-form [type="email"]:focus:-ms-input-placeholder,
.wpcf7-form [type="number"]:focus:-ms-input-placeholder,
.wpcf7-form [type="tel"]:focus:-ms-input-placeholder,
.wpcf7-form textarea:focus:-ms-input-placeholder,
.wpcf7-form select:focus:-ms-input-placeholder {
    transform: scale(0);
    opacity: 0;
}
.wpcf7-form [type="text"]:focus::-ms-input-placeholder,
.wpcf7-form [type="email"]:focus::-ms-input-placeholder,
.wpcf7-form [type="number"]:focus::-ms-input-placeholder,
.wpcf7-form [type="tel"]:focus::-ms-input-placeholder,
.wpcf7-form textarea:focus::-ms-input-placeholder,
.wpcf7-form select:focus::-ms-input-placeholder {
    transform: scale(0);
    opacity: 0;
}
.wpcf7-form [type="text"]:focus::placeholder,
.wpcf7-form [type="email"]:focus::placeholder,
.wpcf7-form [type="number"]:focus::placeholder,
.wpcf7-form [type="tel"]:focus::placeholder,
.wpcf7-form textarea:focus::placeholder,
.wpcf7-form select:focus::placeholder {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.wpcf7-form option {
    color: black;
}
.wpcf7-form [type="submit"],
.wpcf7-form [type="button"] {
    font-family: "eurofurence";
    border: none;
    background: #88c3b0;
    color: white;
    padding: 0.85em 1em;
    font-size: 1.4rem;
    display: block;
    width: 100%;
    text-transform: lowercase;
    cursor: pointer;
}
.wpcf7-form [type="checkbox"] {
    border: 2px solid white;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 0.35rem 0 0;
    position: relative;
    flex-shrink: 0;
    outline: none;
}
.wpcf7-form [type="checkbox"]:checked {
    box-shadow: inset 0 0 0 2px #ce4155, inset 0 0 0 20px white;
}
.wpcf7-form textarea {
    height: 100px;
}
.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder,
.wpcf7-form select,
.wpcf7-form label {
    color: white;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: 0.15s all ease;
}
.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder,
.wpcf7-form select,
.wpcf7-form label {
    color: white;
    transform: scale(1);
    transform-origin: left center;
    transition: 0.15s all ease;
}
.wpcf7-form input::-ms-input-placeholder,
.wpcf7-form textarea::-ms-input-placeholder,
.wpcf7-form select,
.wpcf7-form label {
    color: white;
    transform: scale(1);
    transform-origin: left center;
    transition: 0.15s all ease;
}
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder,
.wpcf7-form select,
.wpcf7-form label {
    color: white;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: 0.15s all ease;
}
.wpcf7-form .checkboxes {
    display: flex;
    flex-wrap: wrap;
}
.wpcf7-form .checkboxes .wpcf7-list-item {
    width: 100%;
    margin: 0 0 1rem;
    padding-right: 0.5rem;
}
/*ARF CSS START*/
li.menu-hide {
    display: none;
}
.page-id-167 .page-intro {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
}
@media (min-width: 64rem) {
    .wpcf7-form .checkboxes .wpcf7-list-item {
        width: 50%;
    }
}
.wpcf7-form .checkboxes label {
    font-size: 17px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: "eurofurence";
}
.wpcf7-form p {
    padding: 0 1rem;
}
.wpcf7-form p.mini-heading {
    font-family: "eurofurence";
    text-align: center;
    font-size: 17px;
    background: #c33247;
    margin-left: 1rem;
    margin-right: 1rem;
}
.wpcf7-form p:last-of-type {
    padding: 0;
    margin: 0;
}
.wpcf7-form .ajax-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
}
div.wpcf7-response-output {
    margin: 0 !important;
    background: #112a38;
    color: white;
    border: none !important;
    padding: 1rem 2rem !important;
    text-align: center;
}
span.wpcf7-not-valid-tip {
    background: #c33247;
    color: white !important;
    padding: 0 0.5rem;
}
div.wpcf7-response-output,
span.wpcf7-not-valid-tip {
    font-size: 13px !important;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-video {
    margin-top: -6rem;
    margin-bottom: 2rem;
}
@media (min-width: 40rem) {
    .home-video {
        margin-bottom: 5rem;
        margin-top: -10rem;
    }
}
.button {
    background: #88c3b0;
    color: white;
    font-family: "eurofurence";
    text-transform: lowercase;
}
.button:hover {
    background: #66b299;
}
body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #000;
    line-height: 1.4;
    background: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "eurofurence" !important;
}
a {
    text-decoration: none;
}
.object-fit {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.object-fit.cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.responsive-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    display: none;
    background: rgba(17, 42, 56, 0.9);
}
@media (min-width: 64rem) {
    .header {
        display: block;
    }
    .header .site-logo {
        margin-left: 3rem;
    }
}
body.logged-in.admin-bar .header {
    top: 32px;
}
body.logged-in.admin-bar .mobile-header {
    top: 46px;
}
.site-logo {
    max-width: 150px;
}
.site-logo svg {
    display: block;
    width: 100%;
}
.site-logo #words {
    fill: white;
}
.top-bar {
    padding: 0;
    background: transparent;
    font-size: 0.8rem;
    color: white;
}
.top-bar a {
    color: inherit;
}
.top-bar ul {
    background: transparent;
}
.top-bar .button {
    margin: 0;
    font-size: inherit;
    background: #ce4155;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.top-bar .top-contact {
    text-transform: lowercase;
    font-weight: 600;
    margin-right: 1rem;
}
.top-bar .top-contact .icon {
    line-height: inherit;
    font-size: 1.5em;
    vertical-align: middle;
    opacity: 0.5;
    margin-left: 1em;
}
.top-bar .top-ctas {
    display: flex;
}
.top-bar .top-ctas .button {
    margin-left: 2px;
    background: #88c3b0;
}
#menu-main-menu {
    font-family: "eurofurence";
    text-transform: lowercase;
    font-size: 1.2rem;
    margin: 0.5rem 2rem 0.5rem 0;
}
#menu-main-menu > li {
    margin-left: 3rem;
}
#menu-main-menu > li > .sub-menu {
    position: absolute;
    z-index: 2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: none;
}
/*#menu-main-menu > li > .sub-menu > .menu-item-has-children {
    text-transform: uppercase;
} */
#menu-main-menu > li > .sub-menu .sub-menu {
    margin-bottom: 1.5rem;
    text-transform: lowercase;
}
#menu-main-menu > li > .sub-menu .sub-menu a {
    padding: 0.5rem 1rem;
}
#menu-main-menu a {
    color: white;
}
#menu-main-menu .menu-item-has-children {
    position: relative;
}
#menu-main-menu .menu-item-has-children:hover .sub-menu {
    display: block;
}
#menu-main-menu .sub-menu {
    list-style: none;
    background: white;
    margin: 0;
}
#menu-main-menu .sub-menu a {
    white-space: nowrap;
    color: #112a38;
}
main {
    position: relative;
    z-index: 1;
}
main p a {
    color: #ce4155;
}
main p img.alignleft,
main p img.alignright {
    margin: 0 auto;
    display: block;
}
.blog-fig {
    position: relative;
    width: 75%;
    height: 0;
    padding-bottom: calc(80% / 25 * 8);
    margin: 0 auto;
}
.blog-fig>img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
    object-fit: fill;
    object-position: center center;
}
@media (min-width: 48rem) {
    main p img.alignright {
        float: right;
        margin-left: 2rem;
        margin-bottom: 4rem;
    }
    main p img.alignleft {
        float: left;
        margin-right: 2rem;
        margin-bottom: 4rem;
    }
}
.hero {
    background: #112a38;
    color: white;
    position: relative;
    margin-bottom: 5rem;
    background-size: cover;
}
.first-head {
    margin-bottom: 60px;
}
@media (min-width: 40rem) {
    .hero {
        height: 20rem;
    }
}
.hero.jumbo {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 40rem) {
    .hero.jumbo {
        min-height: 100vh;
        padding: 7rem 0 7rem;
    }
    .hero.jumbo .hero__heading {
        padding: 0;
    }
}
.hero__bg {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0;
}
.hero__heading {
    position: relative;
    z-index: 2;
    padding: 6rem 0 2rem;
    font-family: "eurofurence";
}
@media (min-width: 40rem) {
    .hero__heading {
        padding: 10rem 0 0;
    }
}
@media (min-width: 64rem) {
    .hero__heading {
        padding: 11rem 0 0;
    }
}
.hero__cta {
    background: #88c3b0;
    font-family: "eurofurence";
    text-transform: lowercase;
    font-size: 1.4rem;
    margin-top: 1em;
    position: relative;
}
body .hero .hero__text {
    font-size: 2rem;
    line-height: 1;
}
@media (min-width: 40rem) {
    body .hero h1.hero__text {
        font-size: 2.3rem !important;
    }
}
.hero__text .lead {
    font-size: 1.5em;
    display: block;
    line-height: 1;
}
@media (min-width: 40rem) {
    .hero__text .lead {
        font-size: 1.3em;
    }
}
.hero__form {
    background: #ce4155;
}
@media (max-width: 40rem) {
    .hero .text-cell {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-height: 50vh;
    }
}
.aligncenter {
    margin: 3rem auto;
    display: block;
    max-width: 100%;
}
.aligncenter img {
    width: 100%;
}
.wp-caption-text {
    font-size: 0.75rem;
    background: #f2f2f2;
    padding: 0.5em 1em;
}
@media (min-width: 40rem) {
    .page-intro {
        font-size: 1.2rem;
        margin-bottom: 5rem;
    }
}
@media (min-width: 40rem) {
    .page-intro p {
        font-weight: bold;
        line-height: 1.4;
    }
}
.page-intro p:first-child {
    font-size: 1.6rem;
    font-weight: normal;
    font-family: "eurofurence";
    line-height: 1;
}
@media (min-width: 40rem) {
    .page-intro p:first-child {
        font-size: 2.5rem;
    }
}
.reveal {
    background: #ce4155;
    border: none;
    color: white;
    min-width: 350px;
}
@media (max-width: 64rem) {
    .reveal {
        -webkit-overflow-scrolling: touch;
        padding-bottom: 100px;
    }
}
.reveal-overlay {
    background: rgba(17, 42, 56, 0.75);
}
.close-button {
    color: inherit;
    font-size: 1rem;
    top: 1.3rem;
}
.close-button:hover {
    color: #862331;
}
.contact-page .contact-form {
    background: #ce4155;
    color: white;
    padding-bottom: 1rem;
    margin-top: 2rem;
}
@media (min-width: 64rem) {
    .contact-page .contact-form {
        margin-top: 0;
    }
}
@media (min-width: 64rem) {
    .contact-page .wpcf7-form {
        margin-top: 0;
    }
}
.contact-page address {
    font-style: normal;
}
.contact-page .locations {
    margin-top: 2rem;
}
.contact-page .contact-social {
    margin-top: 2rem;
}
.contact-page .contact-social .fb-like {
    margin-top: 2rem;
}
.contact-page .contact-social a {
    padding: 0;
    margin-right: 1rem;
}
.contact-page .contact-social a:before {
    background: #88c3b0;
    font-size: 1rem;
    border-radius: 50%;
    height: 2.5rem;
    width: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    display: block;
    color: white;
}
@media (min-width: 40rem) {
    .welcome {
        text-align: center;
    }
}
.welcome h2 {
    margin-bottom: 1em;
}
.welcome ul {
    list-style: none;
    margin: 3rem auto;
    padding: 0;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 800px;
    position: relative;
}
@media (min-width: 40rem) {
    .welcome ul {
        justify-content: center;
    }
}
.welcome ul li {
    margin: 1rem 0;
    padding: 1rem;
    padding-left: 5rem;
    position: relative;
    text-align: left;
}
@media (min-width: 40rem) {
    .welcome ul li {
        width: 50%;
    }
}
.welcome ul li:after {
    display: block;
    content: "";
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    position: absolute;
    top: 1rem;
    left: 2rem;
    background-color: white;
    border: 1px solid #ce4155;
    z-index: 2;
    background-image: url(img/tick.svg);
    background-size: 70%;
    background-position: center 60%;
    background-repeat: no-repeat;
}
.partners {
    margin-top: 4rem;
}
.partners img {
    max-width: 7rem;
    margin: 0 auto;
    display: block;
}
.home-services {
    margin-top: 5rem;
}
.section-title {
    margin-bottom: 1em;
}
.home-services .responsive-embed,
.sectors .responsive-embed {
    background: #112a38;
    background-size: cover;
    margin: 0;
}
.home-services .responsive-embed img,
.sectors .responsive-embed img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.home-services .responsive-embed .service-overlay,
.sectors .responsive-embed .service-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "eurofurence";
    color: white;
    font-size: 1.5rem;
/*     text-transform: lowercase; */
    padding: 1rem;
    line-height: 1;
}
.sectors {
    margin-top: 3rem;
}
.sectors .responsive-embed img {
    opacity: 0.6;
}
.testimonial {
    margin-bottom: 4rem;
}
.testimonial .cite {
    font-weight: bold;
    font-size: 0.8rem;
}
.cta-box {
    padding: 2rem 2rem 1rem;
}
@media (min-width: 40rem) {
    .cta-box {
        margin-top: 5rem;
    }
}
.accreditations {
    margin: 5rem 0;
    text-align: center;
}
@media (min-width: 40rem) {
    .accreditations {
        margin: 5rem 0 -5rem;
    }
}
.accreditations img {
    height: 90px;
    width: auto;
    display: inline-block;
    margin: 1rem;
}
.mobile-header {
    background: #112a38;
    padding: 0.5rem 1rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    display: block;
}
@media (min-width: 64rem) {
    .mobile-header {
        display: none;
    }
}
.mobile-logo {
    max-width: none;
}
.mobile-logo svg {
    height: 40px;
    width: auto;
}
.mobile-toggle {
    color: white;
}
.mobile-menu {
    padding: 50px 0 120px;
    background-color: #112a38;
    padding-left: 1rem;
    padding-right: 3rem;
    color: white;
    font-family: "eurofurence";
    text-transform: lowercase;
}
.mobile-menu a:not(.close-button) {
    color: inherit;
    padding: 0 1rem;
    display: inline-block;
}
.mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}
.mobile-menu ul li li.menu-item-has-children {
    text-transform: uppercase;
}
.mobile-menu ul li li {
    text-transform: lowercase;
}
.mobile-menu .menu-item {
    font-size: 2rem;
}
.mobile-menu .sub-menu {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.mobile-menu .sub-menu .menu-item {
    font-size: 1.4rem;
    white-space: nowrap;
    width: 100%;
}
.mobile-menu a.paybill {
    font-size: 2rem;
    margin-top: 2rem;
    background: transparent;
    display: block;
    text-align: left;
    text-transform: uppercase;
}
.blog-archive-article.cell {
    background: #112a38;
    padding: 0;
}
.blog-archive-img {
    margin-bottom: 0;
}
.blog-archive-title {
    color: white;
    padding: 1rem;
    line-height: 1.2;
}
.footer-cta {
    background: #ce4155;
    font-family: "eurofurence";
    color: white;
    text-align: center;
    padding: 2rem 0;
    font-size: 1rem;
    margin-top: 5rem;
}
@media (min-width: 40rem) {
    .footer-cta {
        margin-top: 10rem;
        font-size: 1.4rem;
    }
}
.footer-cta a {
    color: inherit;
    display: inline-block;
    background: #c33247;
    padding: 0 0.5em;
    margin-left: 0.1em;
}
.footer {
    background: #112a38;
    color: white;
    font-size: 12px;
}
.footer a {
    color: inherit;
}
@media (max-width: 40rem) {
    .footer {
        padding: 3rem 0;
    }
    .footer .grid-x,
    .footer .menu {
        justify-content: center;
    }
}
.footer .social-navigation {
    margin: 0.5rem 0;
}
.footer .social-navigation a {
    padding: 0;
    margin-left: 0.5rem;
}
.footer .social-navigation a:before {
    background: #88c3b0;
    font-size: 1rem;
    border-radius: 50%;
    height: 2.5rem;
    width: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    display: block;
}
.copyright {
    padding: 0 0 0.5rem 1rem;
    opacity: 0.5;
    font-size: 11px;
    font-weight: 600;
}
@media (max-width: 40rem) {
    .copyright {
        text-align: center;
    }
}
.sitecredit {
    background: black;
    padding: 0.5rem;
    font-size: 11px;
}

@media only screen and (max-width: 992px) and (min-width: 640px)  {
body .hero h1.hero__text {
    font-size: 2.1rem;
}
.hero__text .lead {
    font-size: 1.3em;
    margin-bottom: 7px;
}
}

@media only screen and (max-width: 639px)  {
.first-head {
    margin-bottom: 40px;
}
}


/* 2025 - Menu width fix */

@media (min-width: 64rem) {
	#menu-item-4158 > ul > li > a {
		width: 248px;
		white-space: normal !important;
	}
}