/*@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular-webfont.woff') format('woff'), url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light-webfont.woff') format('woff'), url('../fonts/Roboto-Light-webfont.ttf') format('truetype'), url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

:root {
    --blue: #124259;
    --dark-blue: #222f43;
    --light-blue: #1d5167;
    --red: #a51208;
    --light-red: #e90b08;
    --darker-red: #790504;
    --grey: #4a4a4a;
    --light-grey: #d9d7dc;
    --admin-yellow: rgb(255 223 73 / 80%);
}

body {
    margin: 0px;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.5em;
    font-family: Roboto;
    min-width: 985px;
}

#mainpanel {
    margin: 40px 20px;
}

h1 {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #2a2a2a;
    font-weight: normal;
    font-size: 2.5rem;
     line-height: 1.1em; 
    font-family: Roboto;
}

h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #1d5167;
    font-weight: normal;
    font-size: 1.8em;
    line-height: 1.25em;
}

    h2:first-child {
        margin-top: 10px;
    }

h3 {
    margin-top: 10px;
    color: #222222;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.25em;
}

p {
    margin: 14px 0px;
    font-size: 1.1rem;
    font-family: 'Roboto', Arial, Sans-Serif;
}

a:link, a:active, a:visited {
    color: #aa130d;
    text-decoration: none;

}

/*a:link, a:active, a:visited:hover{
    color: var(--light-red);
}*/

a img {
    border: 0px;
}

.clearer {
    clear: both;
    height: 0px;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}

hr {
    height: 1px;
    overflow: hidden;
    color: #666666;
    background-color: #666666;
    line-height: 1px;
    border: none;
}

img.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 4px;
    display: block;
}

img.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 4px;
    display: block;
}

img.aligncenter {
    text-align: center;
    margin: 1em auto 5px auto;
    clear: both;
    display: block;
}

img.fullwidth {
    margin: 0;
    display: block;
}

a.editor_link{
    /*color: var(--admin-yellow);*/
}
/*-----------------------------------------------------------------------------------------------*/
#header {
    padding: 10px 0 7px 0;
    overflow: visible;
    left: 0;
    margin:0 auto;
    background-color: #fff;
    z-index: 9;
    display: flex;
    justify-content: center;
}

.header_wrapper {
    width: 100%;
}



nav_items_wrapper {
}

#navcontainer {
    padding: 30px 20px 0 20px;
}

.logo_wrapper {
    padding: 15px 0 0px 30px;
}

.logo {
    float: left;
}

.social-links {
    display:flex;
    padding-top: 30px;
}

.minibasket {
    margin-bottom: 15px;
}

.btn-basket {
    background-color: var(--grey) !important;
    white-space: normal;
}
.btn-checkout {
    white-space: normal;
    padding:13px !important;
}

#top {
    position: relative;
}

.wrapper {
    margin: 0px auto;
    width: 985px;
}

.imageblocks {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 2em;
}

.imageblock {
    display: flex;
    height: 250px;
    margin: 20px 0 20px 0;
}
.block a:not(.editor_link) {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 5;
}

.imageblock_image {
    width: 55%;
    overflow: hidden;
    padding-right: 20px;
}

.imageblock_image_reverse {
    width: 45%;
    overflow: hidden;
    padding-left: 20px;
}

    .imageblock_image_reverse .image p {
        margin-top: 0;
    }


.imageblock_large {
    display: flex;
    position:relative;
}

.image_wrap {
    position: absolute;
    width: 100%;
}

.image_wrap p {
    position: absolute;
    bottom: 10px;
}

.image_wrap img {
    height: 600px;
    width: 60%;
    object-fit: cover;
}

.image p a.editor_link {
    position: relative;
    top: -50px;
}

.text p a.editor_link {
    position: relative;
    top: -40px;
}

.image-overlay {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    height: 600px;
}

.overlay {
    width: 20%;
    background-image: linear-gradient(to right,rgba(217, 215, 220,0), rgba(217, 215, 220,1));
}

.imageblock_text {
    position: relative;
    right: 0;
    top: 0;
    flex-direction: column;
    display: flex;
    padding: 0 20px 0 20px;
    text-align: right;
    height: 100%;
    width: 50%;
    background:var(--light-grey);

    
}

    .imageblock_text p {
        color: #000;
        padding: 10px 30px 0 30px;
        width: 50%;
    }

    .imageblock_text h1 {
        padding: 30px 30px 0 30px;
        width: 50%;
    }


.image{
    height:100%;
}

.image h1 {
    margin: 0;
    height: 100%;
    width: 100%;
}

.image h1 img {
    height: 100% !important;
    width: 100% !important;
    object-fit:cover;
   object-position: 50% 70%;

}


.image_wrap h1 {
    margin-top: 0;
    margin-bottom: 0;
}

p img {
    width: 100%;
}

    .image_wrap p {
    margin-top: 0;
    margin-bottom: 0;
}

    .image_wrap p a {
        position: absolute;
        bottom: 30px;
        left:20px;
    }


.imageblock_content {
    width: 55%;
    background-color: var(--blue);
    color: #fff;
}

.content-right {
    display: flex;
    justify-content: end;
}

    .centerContent h1 {
        padding: 0px 0 10px 0px !important;
    }
    .centerContent h2 {
        opacity: 1 !important;
        padding: 30px 0 0 0;
    }

    .centerContent p a.btn-red {
        padding: 10px 20px 10px 20px;
        margin-right: 20px;
    }


p.partnersAndFriends img {
    margin: 40px;
}


.text {
    width: 70%;
    margin: 30px 0 0 0px;
}

    .text h1 {
        color: #fff;
        width: 100%;
    }

    .text h2 {
        color: #fff;
        opacity: 0.8;
        margin: 0;
        padding-bottom: 20px;
    }

.map-bg {
    background: url(../images//map-bg.png) top center no-repeat;
}

.social-wall {
    margin-top: 4em;
}

.btn {
    color: #fff;
    white-space: normal;
}
.marginBottomButton {
    margin-bottom: 10px !important;
}

.checkbox {
    position: relative;
    display: block;
}

    .checkbox label {
        display: inline-block;
        position: absolute;
    }
    .checkbox input {
        margin-right: 10px;
    }

.btn-red {
    background-color: var(--red);
    padding: 13px;
    color: #fff !important;
    font-size: 1rem;
    border: 0;
    text-decoration: none;
    white-space: normal;
    max-width: 160px;
    cursor: pointer;
}

.btn-red:hover {
    background-color: var(--light-red);
}
    .btn-red:disabled {
        background-color: var(--darker-red);
    }

.page_home .btn-red {
    margin: 0 auto;
}

table.grey-responsive {
    border-spacing: 0 20px;
}

    table.grey-responsive tr {
        background-color: var(--light-grey);
    }
table.grey-responsive td p{
    font-size: 1rem;
}


.leftcol {
    float: left;
    width: 596px;
}

    .leftcol p {
        font-size: 1.1em;
    }

.box_heading {
    background: #1d5167;
    padding: 5px 10px;
}

.box_wug .box_heading {
    background: #5f5f5f url('../images/box_wug.png') top right no-repeat;
}

.box_content p {
    margin: 5px 0;
    font-size: 0.9em;
}

.box_heading h2 {
    margin: 0;
    color: #fff;
    font-size: 1.5em;
}

.box_content {
    padding: 5px 10px;
}

.box_left_col {
    float: left;
    width: 250px;
    font-size: 0.8em;
    color: #1d5167;
}

    .box_left_col p {
        margin: 5px 0;
        font-size: 1.1em;
    }

.box_right_col {
    float: right;
    width: 315px;
    font-size: 0.8em;
    color: #5f5f5f;
    text-align: right;
}

    .box_right_col p {
        margin: 5px 0;
        font-size: 1.1em;
    }

.email_signup_box {
    border: 1px solid #d1d1d1;
    background: #fff url('../images/textbox_shadow.png') top left repeat-x;
    padding: 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    text-align: left;
    margin-top: 11px;
}

/*==============Blocks section on home page/*==============*/
.blocks {
    display: flex;
    justify-content: space-between;
    margin: -12em 0 2em;
}

    .blocks .block {
        width: 30%;
        height: 150px;
        color: #fff;
        background-color: var(--blue);
        position: relative;
        padding: 0.8em 0.8em;
        margin:10px;
        overflow: hidden;
    }

        .blocks .block:hover {
            background-color: var(--red);
        }

        .blocks .block .block_text {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-size: cover;
            background-position: center;
            transition: all .3s ease;
        }

        .blocks .block h2 {
            color: #fff;
            font-size: 1.3rem;
            margin-top: -20px;
        }

        .blocks .block a:link {
            position: absolute;
            bottom: 0;
            padding: 10px;
            z-index: 10;
        }
/*==============END Blocks section/*==============*/
.Mission-Blocks {
    display: flex;
}

.MissionBlock {
    width: 33%;
    height: 250px;
    color: #fff;
    background-color: var(--dark-blue);
    position: relative;
    margin: 10px;
    overflow: hidden;
    transition: all .3s ease;
}

.Mission-Blocks .MissionBlock .block_lower {
    max-height: 0;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    transition: all .3s ease;
}

.MissionBlock .block_icon{
    margin-top:50px;
}

.MissionBlock .block_icon img {
    transition: all .3s ease;
}

.MissionBlock .block_title {
    transition: all 3s ease;
}

.MissionBlock .block_text {
    max-height: 0;
    opacity: 0;
    transition: top 3s ease;
    position: absolute
}

    .MissionBlock.hovering .block_title {
        max-height: 0;
        opacity: 0;
    }

    .Mission-Blocks .hovering .block_icon img {
        max-height: 0;
        opacity: 0;
    }

    .MissionBlock.hovering a.editor_link {
        color: #000;
    }

    .MissionBlock.hovering .block_text {
        opacity: 1;
        max-height: 300px;
        
        top:25px;
    }

/*hide everything inside .block_icon exept .editor_link*/
.MissionBlock.hovering .block_icon *:not(p, a.editor_link) {
    max-height: 0;
    opacity: 0;
}
.MissionBlock a.editor_link {
    z-index:99;
    position:relative;
}


    .MissionBlock:hover {
        background-color: var(--red);
    }

    .MissionBlock h2 {
        padding: 0;
        margin: 0;
        color: #fff;
        font-size: 1.6rem;
        line-height: 1.8rem;
    }
    .MissionBlock p {
        color: #fff;
        font-size: 1.3rem;
        margin: 0;
        line-height: 1.4rem;
        padding: 0 15px;
    }



.workshop_blocks {
    display: flex;
    justify-content: space-between;
    margin: 2em 0 1em;
    grid-gap: 10px;
    width: 90vw;
    margin-left: calc(50% - 45vw);
}
.workshop_block {
    /*width: 30%;*/
    flex: 0 0 30%;
    height: auto;
    color: #fff;
    position: relative;
    padding: 3em 2em;
    overflow: hidden;
}

    .workshop_block .block_image{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        filter: brightness(0.7);
        opacity: .2;
        transition: all .3s ease;
    }

    .workshop_block.hovering .block_image {
        opacity: 1;
        filter: brightness(1);
    }

    .workshop_blocks .workshop_block .block_image .editor_link {
        position: relative;
        top: -200px;
    }

    .workshop_blocks .workshop_block .block_image p {
        width: 100%;
        height: 100%;
    }

    .workshop_blocks .workshop_block .block_image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        object-position: bottom;
    }

    .workshop_block .block_title {
        z-index: 1;
        position: relative;
    }
        .workshop_block .block_title p{
            color:#000;
    }

    .workshop_block.hovering .block_title *:not(p, a.editor_link) {
        opacity: 0;
    }


.email_signup_box img {
    position: absolute;
    top: -13px;
    left: -5px;
}

.email_signup_box .textbox_email {
    width: 180px;
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    padding: 0;
    padding-right: 30px;
    margin: 0;
    background: transparent;
    color: #454545;
    margin-left: 60px;
    font-family: 'Roboto', Arial, Sans-Serif;
    line-height: 24px;
    height: 24px;
    font-size: 1.4em;
}

    .email_signup_box .textbox_email::-webkit-input-placeholder {
        color: #999;
        font-style: italic;
    }

    .email_signup_box .textbox_email:-moz-placeholder {
        color: #999;
        font-style: italic;
    }

    .email_signup_box .textbox_email::-moz-placeholder {
        color: #999;
        font-style: italic;
    }

    .email_signup_box .textbox_email:-ms-input-placeholder {
        color: #999;
        font-style: italic;
    }

.email_signup_box .button_join {
    position: absolute;
    -webkit-appearance: none;
    right: 2px;
    top: 3px;
    border: 0;
    outline: 0;
    background: #1d5167;
    color: #fff;
    font-size: 1.3em;
    padding: 5px 10px;
    margin: 0;
    line-height: 19px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
}

    .email_signup_box .button_join:hover {
        background: #21779b;
    }

.topContent{
    width:100%
}
.bottomContent {
    width: 100%
}


.rightcol {
    float: right;
    width: 348px;
}

.strapline {
    font-family: 'Roboto', Arial, Sans-Serif;
    font-size: 1.4em;
    line-height: 1.2em;
    color: #1c1c1c;
}

.homepage_news {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 348px;
    border: 1px solid transparent;
}

.news_header {
    color: #fff;
    font-size: 0.85em;
    padding: 5px 10px;
    background: url('../images/blue-80.png');
    background: rgba(74,102,107,0.8);
    transition: background 0.5s;
}

.expanded .news_header {
    background: rgb(74,102,107);
}

.expanded {
    border: 1px solid #777;
}

.news_header h2 {
    color: #fff;
    margin: 0;
    font-size: 1.6em;
}

.news_header .triangle {
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #ffffff;
    margin-top: 4px;
    float: right;
}

.expanded .news_header .triangle {
    border-width: 10px 6px 0 6px;
    border-color: #ffffff transparent transparent transparent;
}

.news_content {
    padding: 10px;
    background: #fff;
}

    .news_content h3 a {
        font-family: 'Roboto', Arial, Sans-Serif;
        color: #2a2a2a;
    }

    .news_content .module_inline_content a {
        color: #1d5167;
        font-weight: bold;
    }

.expanding_content {
    overflow: hidden;
}

#banner {
    height: 250px;
    margin-bottom: 20px;
    padding: 30px 0 15px 0;
    /* background: url('../../_resources/images/lower-banner.jpg')  center no-repeat;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
    #banner::after {
        background: black;
        content: "";
        opacity: 0.2;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #banner p, #banner h1 {
        display: inline;
        color: #fff;
        bottom: 100px;
        text-align: center;
        position: absolute;
        align-content: center;
        z-index:9;
    }

.rightcol .box {
    margin-bottom: 25px;
}
/*-----------------------------------------------------------------------------------------------*/
.back-to-top-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -30px;
    background: var(--red);
    height: 30px;
    width: 30px;
    padding:5px;
    display: flex;
    justify-content: center;
}

    .back-to-top-btn img {
        height: 30px;
        width: 30px;
        background: var(--red);
    }

.social_bookmarks {
    float: right;
    text-align: right;
    margin-top: 4px;
    position: relative;
    padding: 15px 0px 0 0;
}



.twitter_box {
    position: absolute;
    bottom: 40px;
    right: 18px;
}

.speech_bubble {
    position: absolute;
    bottom: 80px;
    right: 55px;
    white-space: nowrap;
    padding: 0px 20px;
    background: #fff;
    border: 1px solid #a8a8a8;
    font-family: 'Roboto', Arial, Sans-Serif;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.18);
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 1.2em;
    line-height: 40px;
}

a.tweets_click {
    text-decoration: none;
    color: #4a4a4a;
}

.speech_bubble_triangle {
    bottom: -22px;
    right: 15px;
    position: absolute;
}

.speech_bubble_close {
    top: -10px;
    right: -10px;
    position: absolute;
}

.tweets_container {
    width: 330px;
    display: none;
    padding: 20px 0;
}

/*.social_links {
    margin-right: -13px;
}*/

.social_link {
    margin-left: 20px;
}


.footer_wrapper {
    margin:0 auto;
}

#footer {
    margin-top: 20px;
    background-color: var(--blue);
    font-size: 0.9em;
    padding: 10px 0;
    height: 300px;
    width: 100%;
    color:#fff;
}


<%-- .page_privacy_policy #footer {
    position: absolute;
    bottom: 0;
}--%>

.page_terms_and_conditions #footer {
    position: absolute;
    bottom: 0;
}
/*.case_study #footer {
    position: absolute;
    bottom: 0;
}*/


/*.page_login #footer {
    position: absolute;
    bottom: 0;
}*/
/*table.login-table{
    border: 5px solid red;
}
.login-table td{
    border: 1px solid green;
}
*/
.login-table td label {
    font-size: 1.2rem;
}

#footer .footer_separator {
    padding: 0 5px;
}

    #footer .footer_address {
        display: block;
        margin-top: 5px;
    }

#footer a:not(.editor_link) {
    color: #fff;
    font-size:1rem;
    text-decoration:none;
    font-family: 'Roboto', Arial, Sans-Serif;
}
#footer a:not(.editor_link):hover{
    color:var(--red);
}

.footer_item {
    color: #fff;
    padding: 10px 30px 0 0px;
    font-size: 1rem;
}

.footer_menu .footer_item {
    padding: 10px 0 0 15px;
}

.footer_logo {
    padding: 20px 0 0 0px;
}


.footer_menu {
}

    .footer_menu ul {
        display: flex;
        list-style-type: none;
        font-size: 1rem;
        font-weight: 700;
    }

        .footer_menu ul li:nth-last-of-type(n+2) {
            padding: 0 10px 0 10px;
        }

.social_bookmarks a.social_link img {
    padding-top: 15px;
}


/*-----------------------------------------------------------------------------------------------*/
[data-editable-modal] {
    cursor: pointer;
}

.editable_modal {
    position: fixed;
    height: 100%;
    width: 100%;
    display: none;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99;
}

.editable_modal_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 200px);
    text-align: center;
    margin: auto;
    padding: 15px;
    background: #fff;
}



.editable_modal_close {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #000;
    font-size: 2em;
    cursor: pointer;
    transition: color 0.3s linear;
}

.editable_modal_close:hover {
    color: #b72124;
}
/*--------------Editor Styles--------------*/
.heading2 {
    color: var(--red);
}

.redHeading1 {
    color: var(--red);
}

.redHeading2 {
    color: var(--red);
}

.redHeading4 {
    color: var(--red);
}

hr.red-line {
    width: 15%;
    height: 1.2px;
    background-color: var(--red);
    margin: 30px;
    position: relative;
    left: 45%;
}

.red-quotes {
    color: var(--light-blue);
    font-size: 1.8rem;
}

    .red-quotes:before {
        content: " \201C";
        font-size: 5rem;
        top: 10px;
        right: 15px;
        position: relative;
        font-weight: bold;
        color: var(--red);
    }

    .red-quotes:after {
        content: "\201E";
        font-size: 5rem;
        position: relative;
        top: -15px;
        left: 15px;
        font-weight: bold;
        color: var(--red);
    }

.red-list li::marker {
    color: var(--red);
}

.red-list-square li {
    display: flex;
}

    .red-list-square li h3 {
        width: 90%;
    }

    .red-list-square li:before {
        background: var(--red);
        content: " ";
        width: 1rem;
        height: 1rem;
        position: relative;
        top: 15px;
        right: 15px;
    }
/*-------------------END-------------------*/
