@import url('https://fonts.googleapis.com/css2?family=Lusitana:wght@400;700&family=Poppins:wght@500&display=swap');


/* ############ GLOBAL ############ */

html, body {
    font: normal 10px/1.4 arial,sans-serif;
    font-family: 'Lusitana', serif;
    color:#5a5953;
    cursor: default;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
    background-color:#ffffff;
    line-height: 1.4;
    font-weight: 500;
}
html {
    overflow-y: scroll;
    scroll-behavior: smooth;
}
* {
    box-sizing: border-box;
}
p {
    color:#5a5953;
    font-size:1.8rem;
    font-family: 'Lusitana', serif;
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
p strong{

    font-family: 'Lusitana', serif;
    font-weight: 700;
}
.main-container p {
    margin-bottom: 2rem;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    -webkit-margin-before: 0.0em;
    -webkit-margin-after: 0.0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-family: '';
    line-height: 1.2;
    color:#bb1742;
    margin-top:0px;
    margin-bottom:0px;
    font-family: 'Poppins', sans-serif;
}
h1{

}
h2{

}
h3{

}
h4{

}
h5{

}
h6{

}
img {
    max-width: 100%;
    vertical-align: bottom;
}
.main-container p {
    margin-bottom:2rem;
}
ol, ul, li {
    list-style: none;
}
ul, menu, dir, li {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
:focus {
    outline: -webkit-focus-ring-color auto 1px;
}
a {
    text-decoration: none;
  /*color: #ffffff;*/
}
a:hover{
    opacity:0.7;
}
a:focus {
    outline: unset;
    outline-offset: unset;
}
a:focus, a:hover {
    color: unset;
    text-decoration: unset;
}
p a{
    text-decoration: none;
    color: #bb1742;
}
p a:hover{
    text-decoration: underline;
    color: #bb1742;
    opacity: 1;
}
a.button {
    border-radius: 0;
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    border: 1px solid #bb1742;
    color: #bb1742;
    text-transform: uppercase;
    padding: 1.3rem 3rem 1.2rem 3rem;
    text-decoration: none;
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 4.5rem;
    display: table;
}
.clearfix:after{
    display:table;
    clear:both;
    content:"";
}
.container-fluid {
    padding-right: 90px;
    padding-left: 90px;
}
.container{
    width:100%;
    max-width:1470px;
    margin:0 auto;
    padding-left:90px;
    padding-right:90px;
    float:none;
}
.desktop{
    display:block !important;
}
.mobile{
    display:none !important;
}
.desktop-tablet{
    display:block !important;
}
.tablet-desktop{
    display:none !important;
}
b,
strong{
    font-weight:normal;
}



header.navbar {
    background-color: #ffffff;
    border: none;
    border-top: 0.9rem solid #bb1742;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    border-radius: 0;
    position: relative;
    min-height: 1px;
    margin-bottom: 0px;
    position: relative;
}
/* Logo */
header.navbar a.aa-logo{
    width:20.6rem;
    display:inline-block;
    margin-top: 0.9rem;
    margin-bottom: 0.4rem;
    position: relative;
}
header.navbar a.hb-link{
    width: 13rem;
    display: inline-block;
    position: relative;
    left: 5.4rem;
    top: -0.5rem;
}
#block-logo-block{
    display:inline-block;
}

/* Main nav */
@media only screen and (min-width: 1100px) {
    .navbar-toggle {
        display: none;
    }
    header.navbar #navbar-collapse{
        padding: 0;
        position: absolute;
        bottom: 2.9rem;
        right: 90px;
    }
    header.navbar ul.nav{
        margin-right: 0px;
    }
    header.navbar ul.nav > li > a {
        position: relative;
        display: block;
        padding: 0px 0px;
        font-family: 'Poppins', sans-serif;
        font-size:1.7rem;
        color:#acaca9;
        margin-right:6rem;
        text-transform:uppercase;
    }
    .navbar-default .navbar-nav > .open > a, 
    .navbar-default .navbar-nav > .open > a:hover, 
    .navbar-default .navbar-nav > .open > a:focus {
        color: #acaca9;
        background-color: #ffffff;
    }
    .navbar-default .navbar-nav > .active > a, 
    .navbar-default .navbar-nav > .active:hover > a, 
    .navbar-default .navbar-nav > .active:focus > a {
        color: #5a5953;
        background-color: #ffffff;
        opacity:1;
    }
    .navbar-default .navbar-nav > li:hover > a, 
    .navbar-default .navbar-nav > li:focus > a {
        color: #5a5953;
        background-color: #ffffff;
        opacity:1;
    }
    header.navbar ul.nav > li:last-child > a {
        margin-right: 0rem;
    }
    /* Hover over and sub-menu reveal */
    .open > .dropdown-menu {
        display: none;
    }
    header.navbar ul.nav li.open > ul.dropdown-menu,
    header.navbar ul.nav li:hover > ul.dropdown-menu {
        display: block;
    }
    header.navbar ul.nav li > ul.dropdown-menu {
        position: absolute;
        top: 100%;
        left: -20px;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 7px 0 0 0;
        margin: 0px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0);
        border-radius: 0px;
        -webkit-box-shadow: none; 
        box-shadow: none;
    }
    header.navbar ul.nav li > ul.dropdown-menu > li > a {
        display: block;
        padding: 0.5rem 2rem;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #5a5953;
        /*white-space: pre-wrap;*/
        font-family: 'Poppins', sans-serif;
        font-size: 1.4rem;
        border-top: 1px solid #eaeaea;
        text-transform:uppercase;
    }
    header.navbar ul.nav li > ul.dropdown-menu > li:last-child > a {
        border-bottom: 1px solid #eaeaea;
    }
    header.navbar ul.nav > li > ul.dropdown-menu > li.active > a, 
    header.navbar ul.nav > li > ul.dropdown-menu > li.active > a:hover, 
    header.navbar ul.nav > li > ul.dropdown-menu > li.active > a:focus,
    header.navbar ul.nav > li > ul.dropdown-menu > li > a:hover, 
    header.navbar ul.nav > li > ul.dropdown-menu > li > a:focus {
        color: #ffffff;
        text-decoration: none;
        opacity:1;
        border-top: 1px solid #eaeaea;
    }
    header.navbar ul.nav > li:nth-child(1) > ul.dropdown-menu > li.active > a, 
    header.navbar ul.nav > li:nth-child(1) > ul.dropdown-menu > li.active > a:hover, 
    header.navbar ul.nav > li:nth-child(1) > ul.dropdown-menu > li.active > a:focus,
    header.navbar ul.nav > li:nth-child(1) > ul.dropdown-menu > li > a:hover, 
    header.navbar ul.nav > li:nth-child(1) > ul.dropdown-menu > li > a:focus {
        background-color: #bb1742;
        /*border-top: 1px solid #bb1742;*/
        opacity:1;
        color:#ffffff;
    }
    header.navbar ul.nav > li:nth-child(2) > ul.dropdown-menu > li.active > a, 
    header.navbar ul.nav > li:nth-child(2) > ul.dropdown-menu > li.active > a:hover, 
    header.navbar ul.nav > li:nth-child(2) > ul.dropdown-menu > li.active > a:focus,
    header.navbar ul.nav > li:nth-child(2) > ul.dropdown-menu > li > a:hover, 
    header.navbar ul.nav > li:nth-child(2) > ul.dropdown-menu > li > a:focus,
    header.navbar ul.nav > li:nth-child(2) > ul.dropdown-menu > li.active > ul.dropdown-menu > li.active > a, 
    header.navbar ul.nav > li:nth-child(2) > ul.dropdown-menu > li.active > ul.dropdown-menu > li.active > a:hover, 
    header.navbar ul.nav > li:nth-child(2) > ul.dropdown-menu > li.active > ul.dropdown-menu > li.active > a:focus,
    header.navbar ul.nav > li:nth-child(2) > ul.dropdown-menu > li > ul.dropdown-menu > li > a:hover, 
    header.navbar ul.nav > li:nth-child(2) > ul.dropdown-menu > li > ul.dropdown-menu > li > a:focus  {
        background-color: #00668a;
        /*border-top: 1px solid #00668a;*/
        opacity:1;
        color:#ffffff;
    }
    header.navbar ul.nav > li:nth-child(3) > ul.dropdown-menu > li.active > a, 
    header.navbar ul.nav > li:nth-child(3) > ul.dropdown-menu > li.active > a:hover, 
    header.navbar ul.nav > li:nth-child(3) > ul.dropdown-menu > li.active > a:focus,
    header.navbar ul.nav > li:nth-child(3) > ul.dropdown-menu > li > a:hover, 
    header.navbar ul.nav > li:nth-child(3) > ul.dropdown-menu > li > a:focus {
        background-color: #f08001;
        /*border-top: 1px solid #f08001;*/
        opacity:1;
        color:#ffffff;
    }
    header.navbar ul.nav > li:nth-child(4) > ul.dropdown-menu > li > a.is-active,
    header.navbar ul.nav > li:nth-child(4) > ul.dropdown-menu > li.active > a, 
    header.navbar ul.nav > li:nth-child(4) > ul.dropdown-menu > li.active > a:hover, 
    header.navbar ul.nav > li:nth-child(4) > ul.dropdown-menu > li.active > a:focus,
    header.navbar ul.nav > li:nth-child(4) > ul.dropdown-menu > li > a:hover, 
    header.navbar ul.nav > li:nth-child(4) > ul.dropdown-menu > li > a:focus {
        background-color: #228573;
        /*border-top: 1px solid #f08001;*/
        opacity:1;
        color:#ffffff;
    }
    /*body.page-node-type-page.section-what-we-do header.navbar ul.nav li > ul.dropdown-menu > .active > a, 
    body.page-node-type-page.section-what-we-do header.navbar ul.nav li > ul.dropdown-menu > .active > a:hover, 
    body.page-node-type-page.section-what-we-do header.navbar ul.nav li > ul.dropdown-menu > .active > a:focus,
    body.page-node-type-page.section-what-we-do header.navbar ul.nav li > ul.dropdown-menu > li > a:hover, 
    body.page-node-type-page.section-what-we-do header.navbar ul.nav li > ul.dropdown-menu > li > a:focus {
        background-color: #bb1742;
        border-top: 1px solid #bb1742;
    }*/
    /* Second level dropdown menu */
    header.navbar ul.nav li > ul.dropdown-menu li  > ul.dropdown-menu {
        position: absolute;
        top: -1px;
        left: calc(100% - 1px);
        z-index: 1000;
        display: none; 
        float: left;
        min-width: 160px;
        padding: 0px 0 0 0;
        margin: 0px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0);
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    header.navbar ul.nav li > ul.dropdown-menu li:hover  > ul.dropdown-menu {
        display: block;
        max-width: 219px;
        width: 100%;
    }
    header.navbar ul.nav li > ul.dropdown-menu li:hover  > ul.dropdown-menu li{
    }
    header.navbar ul.nav li > ul.dropdown-menu li:hover  > ul.dropdown-menu li a{
        white-space: normal;
    }


}

/* GUTTER MENU */
#block-top-right-menu-block{
    position:absolute;
    top:2.4rem;
    right:90px;
}
#block-top-right-menu-block .social-surround{
    display:inline-block;
    margin-right:8px;
    position: relative;
    top: -4px;
}
#block-top-right-menu-block a.social-icon img{ 
    height:1.8rem;
    display:inline-block;
    margin-right:1.1rem;
}
#block-top-right-menu-block a.refer-contact{
    font-family: 'Poppins', sans-serif;
    color:#bb1742;
    font-size:1.7rem;
    text-transform:uppercase;
    display:inline-block;
}
#block-top-right-menu-block .divider{
    width:1px;
    height:19px;
    display:inline-block;
    background-color:#bb1742;
    margin-left:2rem;
    margin-right:2rem;
    position: relative;
    top: 0.3rem;
}
#block-top-right-menu-block a.donate{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color:#bb1742;
    color:#ffffff;
    font-size:1.7rem;
    text-transform:uppercase;
    display:inline-block;
    padding:1.6rem 3.5rem 1.6rem 3.5rem;
    margin-left:3.2rem;
}


/* HERO */
#block-hero-block{
    margin-left: -90px;
    margin-right: -90px;
    padding-left: 90px;
    padding-right: 90px;
    background-color: #bb1742;
    padding-top: 4.5rem;
    padding-bottom: 3.75rem;
}
body.section-who-we-are #block-hero-block{
    background-color: #bb1742;
}
body.statelessness #block-hero-block,
body.section-what-we-do #block-hero-block{
    background-color: #00668a;
}
body.section-support-us #block-hero-block{
    background-color: #f08001;
}
body.section-support-us #block-hero-block{
    background-color: #f08001;
}
body.path-resources #block-hero-block{
    background-color: #228573;
}
body.page-node-type-resource #block-hero-block {
    background-color: #228573;
}
#block-hero-block img.page-icon {
    width: auto;
    height: 23rem;
    max-height: 50vw;
    margin: 0 auto;
    display: block;
}
#block-hero-block h1{
    color: #ffffff;
    font-size: 3.6rem;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 0px;
    margin: 0px;
    border-bottom: none;
    margin-top: 3.7rem;
}


/* DONATE */
form.donate-form{
    border:1px solid #cccccc;
    padding:4.5rem;
    width:100%;
    max-width:55rem;
    float:right;
    float:none;
    margin:0 auto;
    margin-bottom: 6rem;
}
form.donate-form .inner{
    margin-left:-1rem;
    margin-right:-1rem;
    width:calc(100% + 2rem);
    display:flex;
    flex-wrap:wrap;
}
form.donate-form .inner .donate-element{
    margin-left:1rem;
    margin-right:1rem;
    display:inline-block;
    text-align:center;
    border:1px solid #cccccc;
    font-size:2rem;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color:#5a5953;
    padding:1.5rem 0rem;
}
form.donate-form .inner .donate-element.active,
form.donate-form .inner .donate-element:hover{
    border:1px solid #5a5953;
    color:#ffffff;
    background-color:#5a5953;
}
form.donate-form .frequency-area .donate-element{
    width:calc(50% - 2rem);
}
form.donate-form .amount-area .donate-element{
    width:calc(33.333333% - 2rem);
}
form.donate-form .frequency-area,
form.donate-form .amount-area{
    margin-bottom:3rem;
}
form.donate-form p{
    margin-bottom:3rem;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    text-align:center;
    text-transform: uppercase;
}
form.donate-form .form-item-value input{
    font-family: 'Poppins', sans-serif;
    color:#bb1742;
    padding:1.5rem 1.5rem 1.5rem 5rem;
    border:1px solid #cccccc;
    font-size:2rem;
    height:auto;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
    position:relative;
    width:100%;
}
form.donate-form .form-item-value{
    position:relative;
    margin-bottom:3rem;
}
form.donate-form .form-item-value:before{
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color:#bb1742;
    font-size:2rem;
    content:'£';
    position:absolute;
    left:3rem;
    top:1.6rem;
    z-index:10;
}
form.donate-form ::placeholder {
    color:#bb1742;
    opacity: 1; /* Firefox */
}
form.donate-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#bb1742;
}
form.donate-form ::-ms-input-placeholder { /* Microsoft Edge */
    color:#bb1742;
}
form.donate-form .form-submit{
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    text-transform:uppercase;
    color:#ffffff;
    padding:1.5rem 1.5rem 1.5rem 1.5rem;
    background-color:#bb1742;
    width:100%;
    font-size:2rem;
    border:1px solid #bb1742;
    border-radius:0px;
}
form.donate-form .form-submit:hover{
    opacity:0.7;
}
form.donate-form .form-item.form-item-recurring.form-group {
    display: none;
}



/* HOMEPAGE */
article.home-page{
    margin-left: -90px;
    margin-right: -90px;
    padding-top: 14.5rem;
    padding-bottom: 16rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
article.home-page .inner{
    max-width: 1070px;
    margin: 0 auto;
}
article.home-page .inner h1{
    text-align:center;
    max-width: 950px;
    margin: 0 auto;
    margin-bottom: 4.5rem;
}
article.home-page .inner h1 span{
    display:inline;
    background-color:#bb1742;
    color:#ffffff;
    text-align:center;
    line-height:2.3;
    font-size: 2.6rem;
    text-transform: uppercase;
    padding: 0.8rem 0rem;
    box-shadow: 0px 0px 0px 8px #bb1742;
    box-shadow: 1.5rem 0px #bb1742, -1.5rem 0px #bb1742;
}
article.home-page .inner .field--name-body p{
    color: #ffffff;
    text-align: center;
}
article.home-page .inner .field--name-body h2 {
    font-size: 2.6rem;
    color: #ffffff;
    line-height: 1.55;
    margin-bottom: 3rem;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 3rem;
    letter-spacing: 0.1rem;
}
article.home-page .inner .field--name-body h3 {
    font-size: 2.1rem;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 3rem;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
}
article.home-page .inner .field--name-body h4 {
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 1.55;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    letter-spacing: 0.1rem;
    font-family: 'Poppins', sans-serif;
}
article.home-page .inner .field--name-body h5 {
    font-size: 2.1rem;
    color: #ffffff;
    line-height: 1.55;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    font-family: 'Poppins', sans-serif;
}
article.home-page .inner .field--name-body h6 {
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 1.55;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    font-family: 'Poppins', sans-serif;
}
article.home-page .inner .field--name-body p strong {
    font-weight: normal;
    font-family: 'Lusitana', serif;
    font-weight: 700;
}
article.home-page .inner .field--name-body p a {
    color: #ffffff;
    text-decoration: underline;
}
article.home-page .inner .field--name-body p a:hover {
    color: #ffffff;
    opacity: 1;
    text-decoration: underline;
}
article.home-page .inner .field--name-body ol,
article.home-page .inner .field--name-body ul{
    display: inline-block;
    margin: 0 auto;
    max-width: 65rem;
    margin-top:2.7rem;
    margin-bottom:2.7rem;
}
article.home-page .inner .field--name-body ol li,
article.home-page .inner .field--name-body ul li {
    color: #ffffff;
    font-size: 1.8rem;
    font-family: 'Lusitana', serif;
    display: block;
    display: list-item;
    /*list-style-position: inside;*/
    list-style-type: disc;
    margin-bottom: 1.1rem;
    text-align:left;
}
article.home-page .inner .field--name-body ol li{
    list-style-type: decimal;
}
article.home-page .inner .field--name-body ol li a,
article.home-page .inner .field--name-body ul li a{
    color: #ffffff;
    font-family: 'Lusitana', serif;
    font-weight: 700;
}
article.home-page .inner .field--name-body ol > li:last-child:after,
article.home-page .inner .field--name-body ul > li:last-child:after {
    margin-bottom:2rem;
}
article.home-page .inner .field--name-body hr {
    border: 0;
    border-top: none;
    width: 5.4rem;
    height: 3.2rem;
    display: block;
    margin: 0 auto;
    background-image: url('../images/line_break_icon.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 3rem;
    margin-bottom: 2.8rem;
}
/* Homepage hero menu */
body.path-frontpage .region-content{
    position: relative;
}
body.path-frontpage .region-content nav ul.menu{
    position: absolute;
    bottom: 6rem;
}
body.path-frontpage .region-content nav ul.menu {
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}
body.path-frontpage .region-content nav ul.menu > li {
    float: none;
    width: auto;
}
body.path-frontpage .region-content nav ul.menu > li > a {
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #ffffff;
}
body.path-frontpage .region-content nav ul.menu > li.active > a {
    text-decoration: underline;
}
body.path-frontpage .region-content nav ul.menu > li > a:after {
    content: '|';
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #ffffff;
    margin-left: 2rem;
    margin-right: 2rem;
}
body.path-frontpage .region-content nav ul.menu > li:last-child > a:after{
    display: none;
}
body.path-frontpage .region-content nav ul.menu > li > a:hover{
    text-decoration: underline;
    background-color: transparent;
    opacity: 1;
}





/* BASIC PAGE */
body.page-node-type-page article.full.page {
    padding-top: 10rem;
}
body.page-node-type-page .field--name-body {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0rem;
}
body.statelessness .statelessness-content-body .field--name-field-body .align-center img,
body.statelessness .statelessness-content-body .field--name-field-body img,
body.page-node-type-page .field--name-body .align-center img,
body.page-node-type-page .field--name-body img{
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
body.statelessness .statelessness-content-body .field--name-field-body .align-left img,
body.page-node-type-page .field--name-body .align-left img{
    margin-left: 0;
    margin-right: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
body.statelessness .statelessness-content-body .field--name-field-body .align-left,
body.page-node-type-page .field--name-body .align-left{
    float: none;
}
body.statelessness .statelessness-content-body .field--name-field-body .align-right img,
body.page-node-type-page .field--name-body .align-right img{
    margin-left: auto;
    margin-right: 0;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
body.statelessness .statelessness-content-body .field--name-field-body .align-right,
body.page-node-type-page .field--name-body .align-right{
    float: none;
}
body.statelessness .statelessness-content-body .field--name-field-body h2,
body.page-node-type-page .field--name-body h2 {
    font-size: 2.6rem;
    color: #bb1742;
    line-height: 1.55;
    margin-bottom: 3rem;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 3rem;
    letter-spacing: 0.1rem;
}
body.statelessness .statelessness-content-body .field--name-field-body h2 a,
body.page-node-type-page .field--name-body h2 a{
    font-size: 2.6rem;
    color: #bb1742;
    line-height: 1.55;
    margin-bottom: 3rem;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 3rem;
    letter-spacing: 0.1rem;
    text-decoration:underline;
}
body.statelessness .statelessness-content-body .field--name-field-body h3,
body.page-node-type-page .field--name-body h3 {
    font-size: 2.1rem;
    color: #bb1742;
    line-height: 1.4;
    margin-bottom: 3rem;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
}
body.statelessness .statelessness-content-body .field--name-field-body h4,
body.page-node-type-page .field--name-body h4 {
    font-size: 1.8rem;
    color: #bb1742;
    line-height: 1.55;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    letter-spacing: 0.1rem;
    font-family: 'Poppins', sans-serif;
}
body.statelessness .statelessness-content-body .field--name-field-body h5,
body.page-node-type-page .field--name-body h5 {
    font-size: 2.1rem;
    color: #bb1742;
    line-height: 1.55;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    font-family: 'Poppins', sans-serif;
}
body.statelessness .statelessness-content-body .field--name-field-body h6,
body.page-node-type-page .field--name-body h6 {
    font-size: 1.8rem;
    color: #bb1742;
    line-height: 1.55;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    font-family: 'Poppins', sans-serif;
}
body.statelessness .statelessness-content-body .field--name-field-body p strong,
body.page-node-type-page .field--name-body p strong {
    font-weight: normal;
    font-family: 'Lusitana', serif;
    font-weight: 700;
}
body.statelessness .statelessness-content-body .field--name-field-body p a,
body.page-node-type-page .field--name-body p a {
    color: #bb1742;
}
body.statelessness .statelessness-content-body .field--name-field-body p a:hover,
body.page-node-type-page .field--name-body p a:hover {
    color: #bb1742;
    opacity: 1;
    text-decoration: underline;
}
body.page-node-type-page .field--name-body ol,
body.page-node-type-page .field--name-body ul{
    display: inline-block;
    margin: 0 auto;
    max-width: 65rem;
    margin-top:2.7rem;
    margin-bottom:2.7rem;
}
body.statelessness .statelessness-content-body .field--name-field-body ol,
body.statelessness .statelessness-content-body .field--name-field-body ul{
    display: inline-block;
    margin: 0 auto;
    max-width: 80rem;
    margin-top:2.7rem;
    margin-bottom:2.7rem;
}
body.statelessness .statelessness-content-body .field--name-field-body ol li,
body.statelessness .statelessness-content-body .field--name-field-body ul li,
body.page-node-type-page .field--name-body ol li,
body.page-node-type-page .field--name-body ul li {
    color: #5a5953;
    font-size: 1.8rem;
    font-family: 'Lusitana', serif;
    display: block;
    display: list-item;
    /*list-style-position: inside;*/
    list-style-type: disc;
    margin-bottom: 1.1rem;
    text-align:left;
}
body.statelessness .statelessness-content-body .field--name-field-body ol li,
body.page-node-type-page .field--name-body ol li{
    list-style-type: decimal;
}
body.statelessness .statelessness-content-body .field--name-field-body ol li a,
body.statelessness .statelessness-content-body .field--name-field-body ul li a,
body.page-node-type-page .field--name-body ol li a,
body.page-node-type-page .field--name-body ul li a{
    color: #bb1742;
    font-family: 'Lusitana', serif;
    font-weight: 700;
}
body.statelessness .statelessness-content-body .field--name-field-body ol > li:last-child:after,
body.statelessness .statelessness-content-body .field--name-field-body ul > li:last-child:after,
body.page-node-type-page .field--name-body ol > li:last-child:after,
body.page-node-type-page .field--name-body ul > li:last-child:after {
    margin-bottom:2rem;
}
body.statelessness .statelessness-content-body .field--name-field-body hr,
body.page-node-type-page .field--name-body hr {
    border: 0;
    border-top: none;
    width: 5.4rem;
    height: 3.2rem;
    display: block;
    margin: 0 auto;
    background-image: url('../images/line_break_icon.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 4rem;
    margin-bottom: 3.8rem;
}
body.statelessness .statelessness-content-body .field--name-field-body h4,
body.page-node-type-page .field--name-body h4{
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}
body.statelessness .statelessness-content-body .field--name-field-body h4 a,
body.page-node-type-page .field--name-body h4 a {
    border-radius: 0;
    background-color: #ffffff;
    margin-left: 15px;
    margin-right: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    border: 1px solid #bb1742;
    color: #bb1742;
    text-transform: uppercase;
    padding: 1.3rem 1.5rem 1.2rem 1.5rem;
    text-decoration: none;
    min-width: 27rem;
    text-align: center;
    margin-bottom: 1.5rem;
}
body.statelessness .statelessness-content-body .field--name-field-body h4 a:hover,
body.page-node-type-page .field--name-body h4 a:hover {
    background-color: #bb1742;
    color: #ffffff;
    opacity: 1;
}

body.section-who-we-are .region-content nav ul.menu,
body.page-node-type-page .region-content nav ul.menu{
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    padding-top: 7rem;
    padding-bottom: 8.5rem;
}
body.section-who-we-are .region-content nav ul > li,
body.page-node-type-page .region-content nav ul > li{
    float: none;
    width: auto;
}
body.section-who-we-are .region-content nav ul > li > a,
body.page-node-type-page .region-content nav ul > li > a{
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #bb1742;
    margin-bottom: 2rem;
}
body.section-who-we-are .region-content nav ul > li.active > a,
body.page-node-type-page .region-content nav ul > li.active > a{
    text-decoration: underline;
}
body.section-who-we-are .region-content nav ul > li > a:after,
body.page-node-type-page .region-content nav ul > li > a:after{
    content: '|';
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #bb1742;
    margin-left: 2rem;
    margin-right: 2rem;
}
body.section-who-we-are .region-content nav ul > li:last-child > a:after,
body.page-node-type-page .region-content nav ul > li:last-child > a:after{
    content: '';
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #bb1742;
    margin-left: 0rem;
    margin-right: 0rem;
    display: none;
}
body.section-who-we-are .region-content nav ul > li > a:hover,
body.page-node-type-page .region-content nav ul > li > a:hover{
    text-decoration: underline;
    background-color: transparent;
    opacity: 1;
}
body.section-who-we-are .region-content nav ul > li > a:hover:after,
body.page-node-type-page .region-content nav ul > li > a:hover:after{
    text-decoration: underline;
}


/* PARAGRAPH STORY */
.paragraph--type--story{
    margin-left: -90px;
    margin-right: -90px;
    padding-left: 90px;
    padding-right: 90px;
    background-color: #fdf5e6;
    margin-top: 8rem;
}
.paragraph--type--story .inner{
    max-width: 88rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 7rem;
    margin-bottom: 2rem;
}
.paragraph--type--story .inner .story-title {
    display: table;
    margin: 0 auto;
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.paragraph--type--story .inner .story-title .field--name-field-title{
    font-size: 3rem;
    font-family: 'Poppins', sans-serif;
    color: #cb003f;
    text-transform: uppercase;
    min-width: 43.6rem;
    min-height: 12.2rem;
    display: inline-block;
    margin: 0 auto;
    background-image: url(../images/client_story_title_icon.jpg);
    background-image: url(../images/client_story_title_icon.svg);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 4.5rem 9rem 3rem 3rem;
    text-align: center;
    background-size: contain;
}
.paragraph--type--story .inner .field--name-field-body{
    text-align: center;
}
.paragraph--type--story .inner .field--name-field-body p{
    color: #bb1742;
}
.paragraph--type--story .inner .field--name-field-body h2 {
    font-size: 2.44rem;
    color: #bb1742;
    line-height: 1.55;
    margin-bottom: 3rem;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 3rem;
    letter-spacing: 0rem;
}
.paragraph--type--story .inner .field--name-field-body h3 {
    font-size: 2.1rem;
    color: #bb1742;
    line-height: 1.4;
    margin-bottom: 3rem;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
}
.paragraph--type--story .inner .field--name-field-body h4 {
    font-size: 1.8rem;
    color: #bb1742;
    line-height: 1.55;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    letter-spacing: 0.1rem;
    font-family: 'Poppins', sans-serif;
}
.paragraph--type--story .inner .field--name-field-body h5 {
    font-size: 2.1rem;
    color: #bb1742;
    line-height: 1.55;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    font-family: 'Poppins', sans-serif;
}
.paragraph--type--story .inner .field--name-field-body h6 {
    font-size: 1.8rem;
    color: #bb1742;
    line-height: 1.55;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    font-family: 'Poppins', sans-serif;
}
.paragraph--type--story .inner .field--name-field-body p strong {
    font-weight: normal;
    font-family: 'Lusitana', serif;
    font-weight: 700;
}
.paragraph--type--story .inner .field--name-field-body p a {
    color: #bb1742;
}
.paragraph--type--story .inner .field--name-field-body p a:hover {
    color: #bb1742;
    opacity: 1;
    text-decoration: underline;
}
.paragraph--type--story .inner .field--name-field-body ol,
.paragraph--type--story .inner .field--name-field-body ul{
    display: inline-block;
    margin: 0 auto;
    max-width: 65rem;
    margin-top:2.7rem;
    margin-bottom:2.7rem;
}
.paragraph--type--story .inner .field--name-field-body ol li,
.paragraph--type--story .inner .field--name-field-body ul li {
    color: #5a5953;
    font-size: 1.8rem;
    font-family: 'Lusitana', serif;
    display: block;
    display: list-item;
    /*list-style-position: inside;*/
    list-style-type: disc;
    margin-bottom: 1.1rem;
    text-align:left;
    color: #bb1742;
}
.paragraph--type--story .inner .field--name-field-body ol li{
    list-style-type: decimal;
}
.paragraph--type--story .inner .field--name-field-body ol li a,
.paragraph--type--story .inner .field--name-field-body ul li a{
    color: #bb1742;
    font-family: 'Lusitana', serif;
    font-weight: 700;
}
.paragraph--type--story .inner .field--name-field-body ol > li:last-child:after,
.paragraph--type--story .inner .field--name-field-body ul > li:last-child:after {
    margin-bottom:2rem;
}
.paragraph--type--story .inner .field--name-field-body hr {
    border: 0;
    border-top: none;
    width: 5.4rem;
    height: 3.2rem;
    display: block;
    margin: 0 auto;
    background-image: url('../images/line_break_icon.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 3rem;
    margin-bottom: 2.8rem;
}
.paragraph--type--story .inner .field--name-field-body blockquote {
    background-color: #fdf5e6;
    border-left: 0px solid #eeeeee;
    margin: 0 auto;
    padding: 9rem 0 0 0rem;
    position: relative;
    margin-top: 6rem;
    background-image: url(../images/quote66.svg);
    background-size: 7rem;
    background-position: top center;
    background-repeat: no-repeat;
}
.paragraph--type--story .inner .field--name-field-body blockquote p {
    color: #bb1742;
    font-size: 3rem;
    padding: 0rem 0 9rem 0;
    background-image: url(../images/quote99.svg);
    background-size: 7rem;
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-bottom: 0;
}


/* PARAGRAPH RESEARCH/TILE */
.paragraph--type--tiles{
    margin-top: 3.5rem;
}
.paragraph--type--tile {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
    text-align: center;
    padding: 3rem;
    margin-bottom: 2rem;
    background-color: #fdf5e6;
}
.paragraph--type--tile .field--name-field-title{
    font-size: 2.1rem;
    color: #bb1742;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.5rem;
}
.paragraph--type--tile .field--name-field-body{

}
.paragraph--type--tile .field--name-field-body h2 {
    font-size: 2.44rem;
    color: #bb1742;
    line-height: 1.55;
    margin-bottom: 3rem;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 3rem;
    letter-spacing: 0rem;
}
.paragraph--type--tile .field--name-field-body h3 {
    font-size: 2.1rem;
    color: #bb1742;
    line-height: 1.4;
    margin-bottom: 3rem;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
}
.paragraph--type--tile .field--name-field-body h4 {
    font-size: 1.8rem;
    color: #bb1742;
    line-height: 1.55;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    letter-spacing: 0.1rem;
    font-family: 'Poppins', sans-serif;
}
.paragraph--type--tile .field--name-field-body h5 {
    font-size: 2.1rem;
    color: #bb1742;
    line-height: 1.55;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    font-family: 'Poppins', sans-serif;
}
.paragraph--type--tile .field--name-field-body h6 {
    font-size: 1.8rem;
    color: #bb1742;
    line-height: 1.55;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    font-family: 'Poppins', sans-serif;
}
.paragraph--type--tile .field--name-field-body p strong {
    font-weight: normal;
    font-family: 'Lusitana', serif;
    font-weight: 700;
}
.paragraph--type--tile p a {
    color: #bb1742;
}
.paragraph--type--tile p a:hover {
    color: #bb1742;
    opacity: 1;
    text-decoration: underline;
}
.paragraph--type--tile .field--name-field-body ol,
.paragraph--type--tile .field--name-field-body ul{
    display: inline-block;
    margin: 0 auto;
    max-width: 65rem;
    margin-top:2.7rem;
    margin-bottom:2.7rem;
}
.paragraph--type--tile .field--name-field-body ol li,
.paragraph--type--tile .field--name-field-body ul li {
    color: #5a5953;
    font-size: 1.8rem;
    font-family: 'Lusitana', serif;
    display: block;
    display: list-item;
    /*list-style-position: inside;*/
    list-style-type: disc;
    margin-bottom: 1.1rem;
    text-align:left;
}
.paragraph--type--tile .field--name-field-body ol li{
    list-style-type: decimal;
}
.paragraph--type--tile .field--name-field-body ol li a,
.paragraph--type--tile .field--name-field-body ul li a{
    color: #bb1742;
    font-family: 'Lusitana', serif;
    font-weight: 700;
}
.paragraph--type--tile .field--name-field-body ol > li:last-child:after,
.paragraph--type--tile .field--name-field-body ul > li:last-child:after {
    margin-bottom:2rem;
}
.paragraph--type--tile .field--name-field-body hr {
    border: 0;
    border-top: none;
    width: 5.4rem;
    height: 3.2rem;
    display: block;
    margin: 0 auto;
    background-image: url('../images/line_break_icon.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 3rem;
    margin-bottom: 2.8rem;
}
.paragraph--type--tile .field--name-field-body blockquote {
    background-color: #fdf5e6;
    border-left: 0px solid #eeeeee;
    margin: 0 auto;
    padding: 9rem 0 0 0rem;
    position: relative;
    margin-top: 6rem;
    margin-bottom: 4rem;
    background-image: url(../images/quote66.svg);
    background-size: 7rem;
    background-position: top center;
    background-repeat: no-repeat;
}
.paragraph--type--tile .field--name-field-body blockquote p {
    color: #bb1742;
    font-size: 3rem;
    padding: 0rem 0 9rem 0;
    background-image: url(../images/quote99.svg);
    background-size: 7rem;
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-bottom: 0;
}









/* TEAM PAGE */
.view-our-team .view-filters form{
    margin-left: -90px;
    margin-right: -90px;
}
.view-our-team  .view-filters form .forum-filters{
    background-color: #bb1742;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 3.3rem;
}
.view-our-team .view-filters form .forum-filters a{
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    color: #ffffff;
    text-transform: uppercase;
    padding: 1.5rem 3rem 1.4rem 3rem;
    border: 1px solid #ffffff;
    border-radius: 0;
    background-color: #bb1742;
    margin: 0 0.6rem;
    min-width: 21rem;
    text-align: center;
    margin-bottom: 1.2rem;
}
.view-our-team .view-filters form .forum-filters a.selected,
.view-our-team .view-filters form .forum-filters a:hover {
    color: #bb1742;
    background-color: #ffffff;
    opacity: 1;
}
.view-our-team .view-content {
    max-width: 1390px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 11rem;
    padding-bottom: 6rem;
}
.view-our-team .view-content .views-row {
    display: block;
    width: 33.33333333%;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    margin-bottom: 9rem;
}
.view-our-team .view-content .views-row article.team.teaser{
    margin-bottom:6rem;
    height:100%;
    position:relative;
}
.view-our-team .view-content .views-row article.team.teaser .content{
    position:relative;
    height:100%;
}
.view-our-team .view-content .views-row article.team.teaser .specialism-banner{
    min-height:11.2rem;
    background-color: #bb1742;
}
.view-our-team .view-content .views-row article.team.teaser .specialism-banner img{
    height: 7rem;
    width: auto;
    margin-left: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.view-our-team .view-content .views-row article.team.teaser .portrait-area{
    width:100%;
    height:0;
    padding-bottom:100%;
    background-color:#e8e8e8;
    background-size:cover;
    background-position:center top;
    background-repeat:no-repeat;
    background-image: url(../images/team_profile_red.png);
}
.view-our-team .view-content .views-row article.team.teaser .name{
    display:flex;
    flex-wrap: wrap;
    margin-top:2rem;
    margin-bottom:0.7rem;
}
.view-our-team .view-content .views-row article.team.teaser .name .field--name-field-first-name,
.view-our-team .view-content .views-row article.team.teaser .name .last-name{
    font-size:2.1rem;
    font-family: 'Poppins', sans-serif;
    color:#bb1742;
    text-transform:uppercase;
}
.view-our-team .view-content .views-row article.team.teaser .name .field--name-field-first-name{
    margin-right:0.5rem;
}
.view-our-team .view-content .views-row article.team.teaser .field--name-field-job-title {
    font-size:1.8rem;
    font-family: 'Poppins', sans-serif;
    color:#bb1742;
    line-height:1.2;
    margin-bottom:1rem;
}
.view-our-team .view-content .views-row article.team.teaser .field--name-field-specialism-s- {
    font-size:1.4rem;
    font-family: 'Poppins', sans-serif;
    color:#bb1742;
    text-transform:uppercase;
    margin-bottom:1rem;
}
.view-our-team .view-content .views-row article.team.teaser .read-more{
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    color: #bb1742;
    text-transform: uppercase;
    padding: 1.5rem 4rem 1.4rem 4rem;
    border: 1px solid #bb1742;
    border-radius: 0;
    background-color: #ffffff;
    margin: 0 0.6rem 0 0;
    text-align: center;
    margin-bottom: 0rem;
    position: absolute;
    bottom: 0rem;
}
.view-our-team .view-content .views-row article.team.teaser .read-more:hover{
    color: #ffffff;
    background-color: #bb1742;
    opacity:1;
}
/*body.path-who-we-are .view-our-team .view-content .views-row article.teaser.team-member  .portrait-area{
    display:none;
}*/
/* FANCY BOX */
.fancybox-slide {
    overflow: scroll;
}
/* Team pop-up */
body.path-who-we-are .fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    width: calc(100% - 12rem);
    max-width:116.4rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8.4rem 8.4rem 4.8rem 8.4rem;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
body.path-who-we-are .fancybox-content .inside{
    display:flex;
    flex-wrap:wrap;
    margin-left:-2.5rem;
    margin-right:-2.5rem;
}
body.path-who-we-are .fancybox-content .lhs{
    width:40%;
    padding:0 2.5rem;
}
body.path-who-we-are .fancybox-content .lhs .inner{
    width:100%;
    height:0;
    padding-bottom:100%;
    background-color:#e8e8e8;
    background-size:cover;
    background-position: center top;
    background-repeat:no-repeat;
}
body.path-who-we-are .fancybox-content .no-portrait .lhs{
    display:none;
}
body.path-who-we-are .fancybox-content .rhs{
    width:60%;
    padding:0 2.5rem;
}
body.path-who-we-are .fancybox-content .rhs .name{
    display:flex;
    flex-wrap: wrap;
    margin-bottom:0.7rem;
}
body.path-who-we-are .fancybox-content .rhs .name .field--name-field-first-name,
body.path-who-we-are .fancybox-content .rhs .name .last-name{
    font-size:2.1rem;
    font-family: 'Poppins', sans-serif;
    color:#bb1742;
    text-transform:uppercase;
}
body.path-who-we-are .fancybox-content .rhs .name .field--name-field-first-name{
    margin-right:0.5rem;
}
body.path-who-we-are .fancybox-content .rhs .field--name-field-job-title {
    font-size:1.8rem;
    font-family: 'Poppins', sans-serif;
    color:#bb1742;
    line-height:1.2;
    margin-bottom:1.2rem;
}
body.path-who-we-are .fancybox-content .rhs .field--name-field-specialism-s- {
    font-size:1.4rem;
    font-family: 'Poppins', sans-serif;
    color:#bb1742;
    text-transform:uppercase;
    margin-bottom:1rem;
}
body.path-who-we-are .fancybox-content .contact-links{
    display:flex;
    width:100%;
    padding-top:2.4rem;
    border-top:1px solid #bb1742;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    margin-top: 6rem;
}
body.path-who-we-are .fancybox-content .email{
    background-image:url('../images/icon_email.svg');
    background-size:contain;
    height:2.3rem;
    width:3.3rem;
    margin-right:3rem;
    background-position:center;
    background-repeat:no-repeat;
    display:block;
}
body.path-who-we-are .fancybox-content .twitter{
    background-image:url('../images/icon_twitter.svg');
    background-size:contain;
    height:2.3rem;
    width:2.7rem;
    margin-right:3rem;
    background-position:center;
    background-repeat:no-repeat;
    display:block;
}
body.path-who-we-are .fancybox-content .linkedin{
    background-image:url('../images/icon_linkedin.svg');
    background-size:contain;
    height:2.3rem;
    width:2.3rem;
    margin-right:3rem;
    background-position:center;
    background-repeat:no-repeat;
    display:block;
}
body.path-who-we-are .fancybox-content .no-portrait .rhs{
    width:100%;
    padding:0 2.5rem;
}
body.path-who-we-are .fancybox-content .field--name-body p{
    margin-bottom: 1.5rem;
}
body.path-who-we-are .fancybox-content .field--name-body a{
    color: #bb1742;
}








/* JOIN US - JOB OPPORTUNITIES OVERVIEW PAGE */
body.node-19 h2.opportunity-title{
    font-size:2.6rem;
    text-transform:uppercase;
    text-align:center;
    margin-top:6.5rem;
    margin-bottom:6.5rem;
}
.opportunities-container{
    padding-left:0;
    padding-right:0;
    max-width:1170px;
    margin:0 auto;
}
.opportunities-container .opportunities-row{
    display:flex;
    flex-wrap:wrap;
    margin-left:-30px;
    margin-right:-30px;
}
.opportunities-container .opportunity.teaser{
    padding-left:30px;
    padding-right:30px;
    margin-bottom:6rem;
    position:relative;
}
.opportunities-container .opportunity.teaser .content{
    position:relative;
    height:100%;
}
.opportunities-container .opportunity.teaser .title-banner {
    min-height: 11.5rem;
    background-color: #cb003f;
    display: table;
    background-image: url(../images/icon_opportunity.jpg);
    background-size: 4.1rem;
    background-position: left +2.5rem top 3.8rem;
    background-repeat: no-repeat;
    width: 100%;
    padding-right: 3rem;
}
.opportunities-container .opportunity.teaser .title-banner h2 {
    color: #ffffff;
    padding-left: 9rem;
    font-size: 1.9rem;
    line-height: 1.2;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding-top: 0.3rem;
    font-family: 'Poppins', sans-serif; 
    font-size: 1.9rem;
    text-transform: uppercase
}
.opportunities-container .opportunity.teaser .field--name-body {
    padding-top:2.5rem;
    margin-left:0;
    text-align: left;
    padding-bottom: 9rem;
    font-size: 1.8rem;
}
.opportunities-container .opportunity.teaser .field--name-body p:last-child{
    margin-bottom:0;
}
.opportunities-container .opportunity.teaser a.full-details {
    border-radius: 0;
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    border: 1px solid #cb003f;
    color: #cb003f;
    text-transform: uppercase;
    padding: 1.3rem 4.5rem 1.2rem 4.5rem;
    text-decoration: none;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.opportunities-container .report-writing.opportunities-container{
    margin-bottom: 6rem;
}
.opportunities-container .report-writing.opportunities-container h2.opportunity-title{
    max-width:90rem;
    margin:0 auto;
    margin-bottom:3rem;
    margin-top:3rem;
}   
.opportunities-container .report-writing.opportunities-container p.report-writing{
    text-align:center;
}
.opportunities-container .report-writing.opportunities-container p.report-writing a{
    text-decoration:underline;
    color:#5a5953;
}


/* JOIN US FULL OPPORTUNITY PAGE*/
article.opportunity.full .content{
    max-width:970px;
    margin:0 auto;
    padding-top:10rem;
    padding-bottom:9rem;
}
article.opportunity.full .content h2{
    font-size:3rem;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom:4rem;
    color: #cb003f;
}
article.opportunity.full .content .details{
    display:flex;
    flex-wrap:wrap;
    margin-bottom: 2rem;
}
article.opportunity.full .content .details > div{
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
article.opportunity.full .content .field--name-body .field--label,
article.opportunity.full .content .details .field .field--label{
    font-size:1.9rem;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom:0.5rem; 
    color: #cb003f;   
    font-weight:normal;
}
article.opportunity.full .content .field--name-body .field--label{
    margin-bottom:2rem;
}
article.opportunity.full .content .details .field .field--item{
    font-size:1.8rem;
    font-family: 'Lusitana', serif;
    margin-bottom:2rem; 
    color: #5a5953;
}
article.opportunity.full .content .field--name-body h3{
    margin-bottom: 1rem;
}
article.opportunity.full .content .field--name-body p{
    color: #5a5953;
    font-size: 1.8rem;
    font-family: 'Lusitana', serif;
}
article.opportunity.full .content .field--name-body p a{
    color: #bb1742;
}
article.opportunity.full .content .field--name-body p a:hover{
    text-decoration: underline;
}
article.opportunity.full .content .field--name-body ol{
    display: block;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 1.8rem;
}
article.opportunity.full .content .field--name-body ol li{
    color: #5a5953;
    font-size: 1.8rem;
    font-family: 'Lusitana', serif;
    display: block;
    display: list-item;
    /* list-style-position: inside; */
    list-style-type: decimal;
    margin-bottom: 1.1rem;
    text-align: left;
}
article.opportunity.full .content .field--name-body ol li a{
    color: #5a5953;
}
article.opportunity.full .content .field--name-body ul{
    display: block;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 1.8rem;
}
article.opportunity.full .content .field--name-body ul li{
    color: #5a5953;
    font-size: 1.8rem;
    font-family: 'Lusitana', serif;
    display: block;
    display: list-item;
    /* list-style-position: inside; */
    list-style-type: disc;
    margin-bottom: 1.1rem;
    text-align: left;
}
article.opportunity.full .content .field--name-body ul li a{
    color: #5a5953;
}
article.opportunity.full .content .equal-opportunities-statement{

}

article.opportunity.full .content .equal-opportunities-statement{
    border: 2px solid #eaeaea;
    padding: 2.5rem 3rem 0.5rem 3rem;
}
article.opportunity.full .content .equal-opportunities-statement h3 {
    font-size: 1.9rem;
    font-size: 1.9rem;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: #cb003f;
    font-weight: normal;
}
article.opportunity.full .content p.full-description{
    font-size:2.2rem;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom:0;
    color: #cb003f;
    margin-top: 5rem;
}
article.opportunity.full .content p.full-description a{
    color: #cb003f;
    text-decoration:underline;
}
article.opportunity.full .form-surround{
    margin-left:-90px;
    margin-right:-90px;
    padding-left:90px;
    padding-right:90px;
    padding-top:7rem;
    padding-bottom:10rem;
    background-color:#f5f6f6;
}
article.opportunity.full .form-surround form{
    max-width:970px;
    margin:0 auto;
}
article.opportunity.full .form-surround form h2{
    font-size:2.4rem;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom:2rem;
    color: #cb003f;
}
article.opportunity.full .form-surround form .form-control {
    font-family: 'Lusitana', serif;
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px 6px 0px;
    font-size: 1.8rem;
    line-height: 1.42857143;
    color: #000000;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    border-bottom: 1px solid #000000;
}
article.opportunity.full .form-surround form .form-item-telephone .form-control{
    padding-left:5.5rem;
}

article.opportunity.full .form-surround form .form-type-webform-document{
    display:flex;
    flex-wrap:wrap;
}
article.opportunity.full .form-surround form .form-type-webform-document-file.form-item-upload-cv{
    margin-top:3rem;
    margin-bottom:1rem;
}
article.opportunity.full .form-surround form .form-type-webform-document-file.form-item-supporting-documents{
    margin-bottom:2.5rem;
}
article.opportunity.full .form-surround form .form-type-webform-document-file .js-webform-document-file{
    display:flex;
}
article.opportunity.full .form-surround form .form-item-upload-supporting-documents.form-type-webform-document-file .js-webform-document-file{
    display:block;
}
article.opportunity.full .form-surround form .form-item-upload-supporting-documents.form-type-webform-document-file .js-webform-document-file span.file {
    border-right:1px solid #cb003f;
}

article.opportunity.full .form-surround form .form-type-webform-document-file .js-webform-document-file .webform-file-button{
    color: #cb003f;
    background-color: transparent;
    border-color: #cb003f;
    border: 0.1rem solid #cb003f;
    /*padding: 0.8rem 2rem 0.6rem 2rem;*/
    padding: 0.6rem 3rem 0.4rem 3rem;
    font-size: 1.7rem;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    min-width: 27rem;
    letter-spacing: 0rem;
    margin: 0;
    font-weight: normal;
    text-align: center;
}
article.opportunity.full .form-surround form .form-type-webform-document-file .js-webform-document-file .webform-file-button:hover{
    opacity:0.7;
    cursor:pointer;
}
article.opportunity.full .form-surround form .form-type-webform-document-file .js-webform-document-file button.form-submit {
    color: #cb003f;
    background-color: transparent;
    border-color: #cb003f;
    border: 0.1rem solid #cb003f;
    padding: 0.6rem 3rem 0.4rem 3rem;
    font-size: 1.6rem;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    /*min-width: 16rem;*/
    /*display: inline-block;*/
    margin-top: 0rem;
    margin-bottom: 0rem;
    letter-spacing: 0rem;
    /*height:3.6rem;*/
    min-width: 27rem;
}
article.opportunity.full .form-surround form .form-type-webform-document-file .js-webform-document-file button:hover{
    opacity:0.7;
}
article.opportunity.full .form-surround form .form-type-webform-document-file .js-webform-document-file span.file {
    display: table;
    font-size: 1.4rem;
    font-weight: normal;
    margin: 0;
    width: auto;
    height: 3.6rem;
}
article.opportunity.full .form-surround form .form-type-webform-document-file .js-webform-document-file span.file > span {
    color: #cb003f;
    border-bottom: 0.1rem solid #cb003f;
    border-top: 0.1rem solid #cb003f;
    height: 3.6rem;
}
article.opportunity.full .form-surround form .form-type-webform-document-file .js-webform-document-file span.file > span:first-child {
    border-left: 0.1rem solid #cb003f;
}
article.opportunity.full .form-surround form .form-type-webform-document-file .js-webform-document-file span.file > span:last-child {
    border-right: 0px solid #cb003f;
}
article.opportunity.full .form-surround form .form-type-webform-document-file .js-webform-document-file span.file > span.file-link {
    padding-right:1rem;
}
article.opportunity.full .form-surround form .form-type-webform-document-file .js-webform-document-file span.file > span.file-size {
    display:none;
}
article.opportunity.full .form-surround form .form-type-webform-document-file .js-webform-document-file span.file .file-icon {
    display: table-cell;
    font-size: 1.4rem;
    padding: 0.1em 1rem 0em 0.5rem;
    text-align: center;
    vertical-align: middle;
}
article.opportunity.full .form-surround form .form-type-webform-document-file .js-webform-document-file span.file .file-icon .text-primary {
    color: #cb003f;
}
article.opportunity.full .form-surround form .form-type-webform-document-file .js-webform-document-file button.form-submit span{
    display:none;
}
article.opportunity.full .form-surround form .btn-primary:active:hover {
    color: #cb003f;
    background-color: transparent;
    border-color: #cb003f;
}

article.opportunity.full .form-surround form .checkbox label a,
article.opportunity.full .form-surround form .checkbox label {
    font-size:1.6rem;
    color:#5a5953;
    margin-top:1rem;
}
article.opportunity.full .form-surround form .checkbox label a{
    text-decoration:underline;
}
article.opportunity.full .form-surround form .form-actions button.form-submit{
    font-size: 1.9rem;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #cb003f;
    display: inline-block;
    border: none;
    padding: 7px 60px;
    line-height: 1.42857143;
    border-radius: 0px;
    letter-spacing:0.2rem;
    margin-top:3rem;
    min-width: 27rem;
}
article.opportunity.full .form-surround form .form-actions button.form-submit:hover{
    color: #ffffff;
    background-color: #cb003f;
    opacity:0.7;
}
article.opportunity.full .form-surround form .form-control ::placeholder {
    color:#5a5953;
    font-weight: normal;
    opacity: 1; /* Firefox */
}
article.opportunity.full .form-surround form .form-control :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#5a5953;
    font-weight: normal;
}
article.opportunity.full .form-surround form .form-control ::-ms-input-placeholder { /* Microsoft Edge */
    color:#5a5953;
    font-weight: normal;
}
article.opportunity.full .form-surround form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5a5953;
  font-weight: normal;
}
article.opportunity.full .form-surround form .form-control ::-moz-placeholder { /* Firefox 19+ */
  color: #5a5953;
  font-weight: normal;
}
article.opportunity.full .form-surround form .form-control :-moz-placeholder { /* Firefox 18- */
  color: #5a5953;
  font-weight: normal;
}










/* RESOURCES */
/* RESOURCES OVERVIEW */
body.path-resources form.resources-filter-form{
    margin-left: -90px;
    margin-right: -90px;
    padding-left: 90px;
    padding-right: 90px;
    background-color: #228573;
    padding-bottom: 3.5rem;
}
body.path-resources form.resources-filter-form .inner-area{
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
}
body.path-resources form.resources-filter-form .inner-area .row{
    display: flex;
    flex-wrap: wrap;
}
body.path-resources form.resources-filter-form .inner-area .form-item-topic,
body.path-resources form.resources-filter-form .inner-area .form-item-type{
    width:25%;
    padding-left:15px;
    padding-right:15px;
}
body.path-resources form.resources-filter-form .inner-area .form-control{
    font-family: 'Poppins', sans-serif; 
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 6rem;
    padding: 6px 3rem;
    font-size: 1.4rem;
    line-height: 1.42857143;
    color: #5a5953;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: one;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
body.path-resources form.resources-filter-form .inner-area .select-wrapper:after {
    color: #5a5953;
    /*content: '▼';*/
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-top: -0.5em;
    padding-right: 2.5em;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
}
body.path-resources form.resources-filter-form .inner-area .form-item-search{
    width: 37.5%;
    padding-left:15px;
    padding-right:15px;
}
body.path-resources form.resources-filter-form .inner-area button.form-submit{
    height: 6rem;
    width: calc(12.5% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    padding-left:5px;
    padding-right:5px;
    margin-bottom: 15px;
    border:2px solid #ffffff;
    background-color: transparent;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    text-align: center;
    border-radius: 0;
}
body.path-resources form.resources-filter-form .inner-area .form-item-search .form-control{
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border-bottom: 1px solid #ffffff;
    padding-left:6rem;
    background-image:url('../images/icon_search.svg');
    background-size:3.6rem;
    background-position:left center;
    background-repeat:no-repeat;
}
body.path-resources form.resources-filter-form .inner-area .form-item-search .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
}
body.path-resources form.resources-filter-form .inner-area .form-item-search .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}
body.path-resources form.resources-filter-form .inner-area .form-item-search .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
}
/* Resources tiles & Related resources tiles */
.path-frontpage #block-related-resources-block{
    margin-top: 8.5rem;
}
#block-related-resources-block h3{
    font-family: 'Poppins', sans-serif;
    font-size: 2.8rem;
    color: #cb003f;
    text-transform: uppercase;
    text-align:center;
}
#block-related-resources-block .inner-area,
body.path-resources .main-container .inner-area{
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    margin-top:12rem;
    margin-bottom:4rem;
}
body.path-resources .main-container .inner-area{
    margin-bottom:0rem;
}
#block-related-resources-block .inner-area{
    margin-top:8rem;
}
#block-related-resources-block .resources-row,
body.path-resources .resources-row{
    margin-left:-4rem;
    margin-right:-4rem;
    display: flex;
    flex-wrap: wrap;
}
#block-related-resources-block .resources-row .resource.teaser,
body.path-resources .resources-row .resource.teaser{
    padding-left:4rem;
    padding-right:4rem;
    padding-bottom: 5.5rem;
    margin-bottom:10rem;
}
#block-related-resources-block .resources-row article.resource.teaser .banner,
body.path-resources .resources-row article.resource.teaser .banner {
    height: 11.1rem;
    padding: 1.2rem;
    margin-bottom: 3rem;
    background-position: left +1.7rem top +1.3rem;
    background-size: auto 8.5rem;
    background-repeat: no-repeat;
}
#block-related-resources-block .resources-row article.resource.teaser:nth-child(4n+1) .banner,
body.path-resources .resources-row article.resource.teaser:nth-child(4n+1) .banner {
    background-color: #f08001;
}
#block-related-resources-block .resources-row article.resource.teaser:nth-child(4n+2) .banner,
body.path-resources .resources-row article.resource.teaser:nth-child(4n+2) .banner {
    background-color: #cb003f;
}
#block-related-resources-block .resources-row article.resource.teaser:nth-child(4n+3) .banner,
body.path-resources .resources-row article.resource.teaser:nth-child(4n+3) .banner {
    background-color: #00668a;
}
#block-related-resources-block .resources-row article.resource.teaser:nth-child(4n+4) .banner,
body.path-resources .resources-row article.resource.teaser:nth-child(4n+4) .banner {
    background-color: #228573;
}
#block-related-resources-block .resources-row article.resource.teaser h2.title,
body.path-resources .resources-row article.resource.teaser h2.title {
    font-family: 'Poppins', sans-serif;
    font-size: 2.2rem;
    color: #cb003f;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
}
#block-related-resources-block .resources-row article.resource.teaser .field--name-field-author,
#block-related-resources-block .resources-row article.resource.teaser .field--name-field-date,
body.path-resources .resources-row article.resource.teaser .field--name-field-author, 
body.path-resources .resources-row article.resource.teaser .field--name-field-date {
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    color: #cb003f;
    margin-bottom: 0.3rem;
}
#block-related-resources-block .resources-row article.resource.teaser .field--name-field-date,
body.path-resources .resources-row article.resource.teaser .field--name-field-date {
    margin-bottom: 0.7rem;
}
#block-related-resources-block .resources-row article.resource.teaser .read-more,
body.path-resources .resources-row article.resource.teaser .read-more{
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    color: #cb003f;
    text-transform: uppercase;
    padding: 1.5rem 4rem 1.4rem 4rem;
    border: 1px solid #cb003f;
    border-radius: 0;
    background-color: #ffffff;
    margin: 0 0.6rem 0 0;
    text-align: center;
    margin-bottom: 0rem;
    position: absolute;
    bottom: 0rem;
}
#block-related-resources-block .resources-row article.resource.teaser .read-more:hover,
body.path-resources .resources-row article.resource.teaser .read-more:hover {
    color: #ffffff;
    background-color: #cb003f;
    opacity: 1;
}
#block-related-resources-block .resources-row article.resource.teaser ul li,
body.path-resources .resources-row article.resource.teaser ul li{
    color: #5a5953;
    font-size: 1.8rem;
    font-family: 'Lusitana', serif;
    margin-bottom:1rem;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 0px 1.5rem;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #cb003f;
    text-decoration: none;
    background-color: #fff;
    border: none;
    border-left: 1px solid #cb003f;
    font-size:2.2rem;
    font-family: 'Poppins', sans-serif;
    z-index: 3;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0rem;
    margin-bottom:12rem;
    border-radius: 0px;
}
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus,
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    z-index: 3;
    color: #cb003f;
    cursor: default;
    background-color: #ffffff;
    border-color: #cb003f;
    text-decoration:underline;
}
.pagination > li.pager__item--first > a,
.pagination > li.pager__item--previous > a,
.pagination > li.pager__item--next > a,
.pagination > li.pager__item--last > a{
    border: none;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -1px;
    margin-right: -1px;
    z-index: 5;
    padding-right: 3rem;
    padding-left: 3rem;
}
.pagination > li.pager__item--first > a span,
.pagination > li.pager__item--previous > a span,
.pagination > li.pager__item--next > a span,
.pagination > li.pager__item--last > a span{
    display:none;
}
.pagination > li.pager__item--first > a,
.pagination > li.pager__item--last > a{
    width:3.8rem;
    height:3.5rem;
}
.pagination > li.pager__item--first > a{
    background-image:url(../images/arrow_left_left.jpg);
}
.pagination > li.pager__item--last > a{
    background-image:url(../images/arrow_right_right.jpg);
}
.pagination > li.pager__item--previous > a,
.pagination > li.pager__item--next > a{
    width:2.1rem;
    height:3.5rem;
}
.pagination > li.pager__item--previous > a{
    background-image:url(../images/arrow_left.jpg); 
}
.pagination > li.pager__item--next > a{
    background-image:url(../images/arrow_right.jpg);
}
.pagination > li:first-child > a{
    border-left:0;
}
.pagination > li:first-child > a{
    border-right:0;
}


/* RESOURCES FULL */
article.resource.full{
    width:100%;
    max-width:1340px;
    margin: 0 auto;
    margin-top:13rem;
    padding-bottom:8rem;
    border-bottom:1px solid #bb1742;
    margin-bottom: 8.5rem;
}
article.resource.full .banner{
    height:11.1rem;
    padding:1.2rem;
    margin-bottom:3.8rem;
    background-color:#bb1742;
    background-position:left +1.7rem top +1.3rem;
    background-size:auto 8.5rem;
    background-repeat: no-repeat;
}
article.resource.full h2.title{
    font-family: 'Poppins', sans-serif; 
    font-size: 2.2rem;
    color: #bb1742;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
}
article.resource.full h2{
    font-family: 'Poppins', sans-serif;
    font-size: 2.2rem;
    color: #bb1742;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}
article.resource.full h3{
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    color: #bb1742;
    text-transform:uppercase;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}
article.resource.full h4{
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    color: #5a5953;
    text-transform:uppercase;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}
article.resource.full h5{
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    color: #bb1742;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}
article.resource.full h6{
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    color: #5a5953;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}
article.resource.full .field--name-field-author,
article.resource.full .field--name-field-additional-credits,
article.resource.full .field--name-field-publication,
article.resource.full .field--name-field-date{
    font-family: 'Poppins', sans-serif; 
    font-size: 1.8rem;
    color: #bb1742;
    margin-bottom: 0rem;
}
article.resource.full .field--name-field-author,
article.resource.full .field--name-field-additional-credits{
    display:inline-block;
}
article.resource.full .field--name-field-additional-credits{
    margin-left:0.5rem;
}
article.resource.full .field--name-field-additional-credits:before{
    content:'(';
    font-family: 'Poppins', sans-serif; 
    font-size: 1.8rem;
    color: #bb1742;
}
article.resource.full .field--name-field-additional-credits:after{
    content:')';
    font-family: 'Poppins', sans-serif; 
    font-size: 1.8rem;
    color: #bb1742;
}
article.resource.full .field--name-field-date{
    margin-bottom: 0.7rem;
}
article.resource.full .field--name-body{
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 8rem;
}
article.resource.full .field--name-body p { 
    page-break-inside: avoid; /* For Firefox. */
    -webkit-column-break-inside: avoid; /* For Chrome & friends. */
    break-inside: avoid; /* For standard browsers like IE. :-) */
    color:#5a5953;
}
article.resource.full .field--name-body ul,
article.resource.full .field--name-body ol{
    margin-left:2rem;
}
article.resource.full .field--name-body ul li { 
    font-family: 'Lusitana', serif;
    page-break-inside: avoid; /* For Firefox. */
    -webkit-column-break-inside: avoid; /* For Chrome & friends. */
    break-inside: avoid; /* For standard browsers like IE. :-) */
    color:#5a5953;
    margin-bottom:1rem;
    font-size:1.8rem;
    padding-left: 1.5rem;
    background-image:url('../images/bullet-point.jpg');
    background-size:0.6rem;
    background-position: left top +1rem;
    background-repeat:no-repeat;
}
article.resource.full .field--name-body ol li { 
    page-break-inside: avoid; /* For Firefox. */
    -webkit-column-break-inside: avoid; /* For Chrome & friends. */
    break-inside: avoid; /* For standard browsers like IE. :-) */
    color:#5a5953;
    margin-bottom:1rem;
    font-size:1.8rem;
    display: list-item;
    list-style-type: decimal;
}
article.resource.full .field--name-body a { 
    color:#bb1742;
    font-size:1.8rem;
}
article.resource.full .field--name-body a:hover {
    text-decoration:underline;
    opacity: 1;
}
/* Video */
article.resource.full .field--name-body .field--name-field-media-oembed-video{
    position: relative;
    padding-bottom: 56.25%;
    height: 0px;
    width: 100%;
    display: inline-block;
}
article.resource.full .field--name-body .field--name-field-media-oembed-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


article.resource.full .external-link{
    display: inline-block;
    margin-top: 7rem;
    color:#cb003f;
}
article.resource.full .external-link a{
    display: inline-block;
    margin-top: 7rem;
    color:#cb003f;
    text-decoration:underline;
}
article.resource.full .download{
    width:5.3rem;
    height:5.7rem;
    display:inline-block;
    background-image:url('../images/icon_download.svg');
    background-size:contain;
    background-position:center;
    margin-top:7rem;
    margin-right: 4.5rem;
}

/* RESOURCES TEASER */
article.resource.teaser .field--name-body,
article.resource.teaser .field--name-body a {
    color: #505953;
    font-size: 1.8rem;
}








/* CONTACT PAGE */
body.page-node-type-contact-us .contact-container {
    margin-top: 12rem;
    margin-bottom: 7rem;
    padding-left: 0;
    padding-right: 0;
    max-width: 1120px;
}
body.page-node-type-contact-us .contact-container .field {
    position: relative;
    margin-bottom: 5rem;
    padding-left: 8.5rem;
}
body.page-node-type-contact-us .contact-container .field--name-field-address p{
    margin-bottom: 0;
}
body.page-node-type-contact-us .contact-container .field--name-field-address p:last-child{
    margin-top: 1.5rem;
}
body.page-node-type-contact-us .field--label {
    font-family: 'Poppins', sans-serif;
    font-size: 2.2rem;
    color: #bb1742;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: normal;
}
body.page-node-type-contact-us .contact-container .field--name-field-getting-here h3{
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
}
body.page-node-type-contact-us .field--label:before {
    content: ' ';
    width: 7rem;
    height: 7rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 0rem;
    top: -1.9rem;
}
body.page-node-type-contact-us .field--name-field-email .field--label:before {
    background-image: url(/themes/custom/aa/images/contact-us/contact_icon_email.svg);
}
body.page-node-type-contact-us .field--name-field-address .field--label:before {
    background-image: url(/themes/custom/aa/images/contact-us/contact_icon_address.svg);
}
body.page-node-type-contact-us .field--name-field-phone .field--label:before {
    background-image: url(/themes/custom/aa/images/contact-us/contact_icon_phone.svg);
}
body.page-node-type-contact-us .field--name-field-getting-here .field--label:before {
    background-image: url(/themes/custom/aa/images/contact-us/contact_icon_getting_here.svg);
}
body.page-node-type-contact-us .field--item {
    color: #5a5953;
    font-size: 1.8rem;
    font-family: 'Lusitana', serif;
}
body.page-node-type-contact-us .contact-container .field.field--name-field-address a{
    color: #bb1742;
}
body.page-node-type-contact-us .contact-container .field.field--name-field-address a:hover{
    text-decoration: underline;
    opacity: 1;
}
/* Form */
.field--name-field-form .field--item{
    color: #5a5953;
    font-size: 1.8rem;
    font-family: 'Lusitana', serif;
}
form.webform-submission-contact-form{
    width:100%;
    max-width:1470px;
    margin:0 auto;
    float:none;
    margin-bottom:16rem;
}
form.webform-submission-contact-form .form-inner{
    display: flex;
    flex-wrap: wrap;
    margin-left:-15px;
    margin-right:-15px;
}
form.webform-submission-contact-form .form-item.form-type-select,
form.webform-submission-contact-form .form-item.form-type-textfield,
form.webform-submission-contact-form .form-item.form-type-email,
form.webform-submission-contact-form .form-item.form-type-tel{
    width:33.33333333%;
    display:inline-block;
    padding-left:15px;
    padding-right:15px;
}
form.webform-submission-contact-form .select-wrapper:after {
    color: #5a5953;
    font-size: 1.4rem;
}
form.webform-submission-contact-form .form-inner .form-item{
    margin-bottom:4.5rem;
}
.iti {
    width: 100%;
}
form.webform-submission-contact-form .form-inner .form-item-message{
    margin-bottom:2rem;
}
form.webform-submission-contact-form .form-inner .form-item-consent-pp-tc{
    margin-bottom:4.5rem;   
}
form.webform-submission-contact-form .form-inner .form-item-message{
    margin-top:3rem;
}
form.webform-submission-contact-form .form-inner .form-item-message,
form.webform-submission-contact-form .form-inner .form-item-consent-pp-tc{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
form.webform-submission-contact-form .iti--allow-dropdown input{
    width:100%;
    padding-left: 5.5rem;
}
form.webform-submission-contact-form .form-control {
    display: block;
    width: 100%;
    height: 4.8rem;
    padding: 0px 0px 0px 0px;
    font-size: 1.6rem;
    line-height: 1.42857143;
    color: #5a5953;
    background-color: #fff;
    background-image: none;
    border: 0px solid #acaca9;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    border-bottom: 1px solid #acaca9;
}
form.webform-submission-contact-form .form-control::placeholder {
    color: #5a5953;
}
form.webform-submission-contact-form .form-inner .form-item-message label{
    font-size: 1.6rem;
    color: #5a5953; 
    font-weight:normal;
}
form.webform-submission-contact-form textarea.form-control{
    border: 1px solid #acaca9;
    height: auto;
    min-height:30rem;
    padding: 1.5rem;
}
form.webform-submission-contact-form .form-inner .form-type-checkbox label{
    font-size: 1.6rem;
    color: #5a5953; 
    font-weight:normal;
    padding-left: 3.6rem;
}
form.webform-submission-contact-form .form-inner .form-type-checkbox label a{
    text-decoration:underline;
    color: #5a5953; 
}
form.webform-submission-contact-form .form-inner .form-type-checkbox label input{
    width: 2.8rem;
    height: 2.8rem;
    margin-top: -0.3rem;
    margin-left: -3.6rem;
}
form.webform-submission-contact-form button.form-submit{
    border-radius:0;
    background-color:#ffffff;
    margin-left: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:1.8rem;
    border:1px solid #bb1742;
    color:#bb1742;
    text-transform:uppercase;
    padding:1.3rem 1.5rem 1.3rem 1.5rem;
    text-decoration:none;
    min-width:23rem;
    text-align:center;
}
form.webform-submission-contact-form button.form-submit:hover{
    color: #ffffff;
    background-color: #bb1742;
    opacity:1;
}










/* QUOTE BLOCK */
#block-quote-block{
    margin-left: -90px;
    margin-right: -90px;
}
#block-quote-block .outer{
    padding-left: 90px;
    padding-right: 90px;
    display: table;
    min-height: 43.8rem;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#block-quote-block .outer .inner{
    display: table-cell;
    vertical-align: middle;
}
#block-quote-block .outer .inner .quote{
    padding-top: 9rem;
    padding-bottom: 9rem;
    font-family: 'Lusitana', serif;
    font-size: 4.8rem;
    color: #ffffff;
    text-align: center;
    line-height: 1.2;
    max-width: 1070px;
    margin: 0 auto;
}
#block-quote-block .outer .inner .quote p{
    font-family: 'Lusitana', serif;
    font-size: 4.8rem;
    color: #ffffff;
    text-align: center;
    line-height: 1.2;
    max-width: 1070px;
    margin: 0 auto;
}



/* FOOTER */
footer.footer{
    background-color:#5A5953;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 0px solid #E5E5E5;
}
footer.footer .logo-area{
    display: flex;
    align-items: flex-end;
    column-gap: 1.5rem;
}
footer.footer .footer-rhs .fr-logo {
    width: 20.4rem;
    display: block;
}
footer.footer .footer-rhs .living-wage-employer {
    width: 9rem;
}
/* SUPPORT US BLOCK */
#block-support-us-block{
    margin-left: -90px;
    margin-right: -90px;
    padding-left: 90px;
    padding-right: 90px;
    background-color: #ffffff;
}
#block-support-us-block .inner-area{
    padding-top: 10.7rem;
    padding-bottom: 11rem;
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
}
#block-support-us-block h3.support-us{
    color: #bb1742;
    font-size: 2.6rem;
    line-height: 1.55;
    text-transform: uppercase;
    margin: 0 auto;
    letter-spacing: 0.1rem;
    margin-bottom: 2.2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}
#block-support-us-block p {
    margin-bottom: 2rem;
}
/* FOOTER FOUNDATION BLOCK */
footer.footer #block-footer-block{
    position:relative;
}
footer.footer .footer-lhs{
    padding-top:12rem;
    padding-bottom:7rem;
    display:flex;
    flex-wrap:wrap;
    position: relative;
}
footer.footer .footer-lhs .address,
footer.footer .footer-lhs .details{
    position: relative;
    display:flex;
}
footer.footer .footer-lhs .logo-section{
    position: relative;
    display: flex;
}
footer.footer .footer-lhs a.footer-logo{
    width:22.2rem;
    display:block;
    position: relative;
    bottom: -0.2rem;
    margin-top: auto;
    margin-bottom: 0;
}
footer.footer .footer-lhs ul{
    margin-left:5.5rem;
    font-family: 'Poppins', sans-serif;
    color:#ffffff;
    font-size:1rem;
    margin-top:auto;
}
footer.footer .footer-lhs ul li a{
    color:#ffffff;
}
footer.footer .footer-lhs ul li a:hover{
    text-decoration:underline;
    opacity:1;
}
footer.footer .footer-rhs{
    position: absolute;
    right: 0;
    bottom: 7rem;
    z-index: 10;
    display:flex;
    align-items: end;
}
@media only screen and (min-width: 991px){
    footer.footer .footer-rhs{
        flex-direction: column;
        row-gap: 2rem;
    }
}
footer.footer .footer-rhs .by-section{
    display:block;
    float:right;
    clear:both;
}
footer.footer .footer-rhs p.by {
    font-family: 'Poppins', sans-serif;
    font-size:1rem;
    color:#ffffff;
    text-align:right;
}
footer.footer .footer-rhs p.by a {
    font-family: 'Poppins', sans-serif;
    font-size:1rem;
    color:#ffffff;
    text-decoration:none;
}
footer.footer .footer-rhs p.by a:hover {
    text-decoration:underline;
    opacity:1;
}


/* TRANSLATE BLOCK */
#block-gtranslate-block{
    position: absolute;
    top: 3.7rem;
    right: 47.5rem;
}
.gtranslate select{
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    cursor: default;
    margin: 0em;
    color: #bb1742;
    color: #acaca9;
    font-size: 1.3rem;
    text-transform: uppercase;
    border-radius: 0px;
    border: 1px solid #bb1742;
    border: 1px solid #acaca9;
    font-family: 'Poppins', sans-serif;
    padding: 0.2rem 0.5rem;
}


/* LEGAL PAGE */
body.page-node-type-legal-page #block-hero-block h1{
    margin-bottom:3.7rem;
}
body.page-node-type-legal-page .field--name-body {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0rem;
    margin-top: 10rem;
    text-align: left;
    margin-bottom: 14rem;
}
body.page-node-type-legal-page .field--name-body h2 {
    font-size: 2.6rem;
    color: #bb1742;
    line-height: 1.55;
    margin-bottom: 3rem;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 1.5rem;
    letter-spacing: 0.1rem;
    margin-top: 4rem;
}
body.page-node-type-legal-page .field--name-body h3 {
    font-size: 2.1rem;
    color: #bb1742;
    line-height: 1.4;
    margin-bottom: 3rem;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}
body.page-node-type-legal-page .field--name-body h4 {
    font-size: 1.8rem;
    color: #bb1742;
    line-height: 1.55;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.1rem;
    font-family: 'Poppins', sans-serif;
}
body.page-node-type-legal-page .field--name-body h5 {
    font-size: 2.1rem;
    color: #bb1742;
    line-height: 1.55;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif;
}
body.page-node-type-legal-page .field--name-body h6 {
    font-size: 1.8rem;
    color: #bb1742;
    line-height: 1.55;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif;
}
body.page-node-type-legal-page .field--name-body p strong {
    font-weight: normal;
    font-family: 'Lusitana', serif;
    font-weight: 700;
}
body.page-node-type-legal-page .field--name-body p a {
    color: #bb1742;
}
body.page-node-type-legal-page .field--name-body p a:hover {
    color: #bb1742;
    opacity: 1;
    text-decoration: underline;
}
body.page-node-type-legal-page .field--name-body ol,
body.page-node-type-legal-page .field--name-body ul{
    display: block;
    margin: 0 auto;
    max-width: none;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 2rem;
}
body.page-node-type-legal-page .field--name-body ol li,
body.page-node-type-legal-page .field--name-body ul li {
    color: #5a5953;
    font-size: 1.8rem;
    font-family: 'Lusitana', serif;
    display: block;
    display: list-item;
    /*list-style-position: inside;*/
    list-style-type: disc;
    margin-bottom: 1.1rem;
    text-align:left;
}
body.page-node-type-legal-page .field--name-body ol li{
    list-style-type: decimal;
}
body.page-node-type-legal-page .field--name-body ol li a,
body.page-node-type-legal-page .field--name-body ul li a{
    color: #bb1742;
    font-family: 'Lusitana', serif;
}
body.page-node-type-legal-page .field--name-body ol li a:hover,
body.page-node-type-legal-page .field--name-body ul li a:hover{
    text-decoration: underline;
    opacity: 1;
}
body.page-node-type-legal-page .field--name-body ol > li:last-child:after,
body.page-node-type-legal-page .field--name-body ul > li:last-child:after {
    margin-bottom:2rem;
}
body.page-node-type-legal-page .field--name-body hr {
    border: 0;
    border-top: none;
    width: 5.4rem;
    height: 3.2rem;
    display: block;
    margin: 0 auto;
    background-image: url('../images/line_break_icon.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 4rem;
    margin-bottom: 3.8rem;
}



.webform-submission-form strong.error.form-item--error-message {
    color: #cb003f;
    font-size: 1.6rem;
    margin-top: 0.25rem;
}

.webform-confirmation-modal.ui-widget.ui-widget-content {
    border: none;
}
.webform-confirmation-modal.ui-widget.ui-widget-content {
    border: none;
    border-radius: 0;
    padding: 0;
}
.webform-confirmation-modal.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
    background-color: #f08001;
    border-radius: 0;
    border: none;
    padding: 2rem;
}
.webform-confirmation-modal.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    margin: 0px 0 0 0;
    padding: 1px;
    height: 20px;
    background-color: transparent;
    border: none;
    background-image: url(../images/close.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.webform-confirmation-modal.ui-dialog .ui-dialog-titlebar-close:focus {
    outline: none;
}
.webform-confirmation-modal.ui-dialog .ui-dialog-title {
    float: none;
    margin: 0;
    white-space: normal;
    width: 100%;
    overflow: auto;
    text-overflow: ellipsis;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 2.1rem;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding-right: 30px;
    line-height: 1.2;
}
.webform-confirmation-modal.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 3rem;
    background: none;
    overflow: auto;
    color: red;
    color: #5a5953;
    font-size: 1.8rem;
    font-family: 'Lusitana', serif;
    text-align: center;
}

.form-required:after {
    display: none;
}






/* EQUALITY, DIVERSITY, INCLUSION QUESTIONNAIRE */
body.path-equality-diversity-inclusion-form form.equality-diversity-inclusion-form .intro{
    width:100%;
    max-width:84rem;
    margin:0 auto;
    padding-top:8rem;
    border-bottom: 2px solid #cb003f;
    padding-bottom: 4rem;
}
body.path-equality-diversity-inclusion-form form.equality-diversity-inclusion-form .intro h2{
    font-size: 2.6rem;
    color: #cb003f;
    line-height: 1.2;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
body.path-equality-diversity-inclusion-form form.equality-diversity-inclusion-form .intro ul{
    list-style-type: disc;
    margin-bottom:2rem;
    padding-left:2rem;
}
body.path-equality-diversity-inclusion-form form.equality-diversity-inclusion-form .intro ul li{
    display: list-item;
    list-style-type: disc;
    font-size:1.8rem;
}

body.path-equality-diversity-inclusion-form form.equality-diversity-inclusion-form .surrounder{
    width:100%;
    max-width:84rem;
    margin:0 auto;
    padding-top:6rem;
    padding-bottom:12rem;
}
form.equality-diversity-inclusion-form .form-page-title .form-item label{
    line-height: 1.2;
    color: #cb003f;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
}
form.equality-diversity-inclusion-form .form-item{
    margin-bottom:2rem;
}
form.equality-diversity-inclusion-form .form-item.form-disabled{
    opacity:0.5;
}
form.equality-diversity-inclusion-form .surrounder > h2{
    margin-bottom:2rem;
}
form.equality-diversity-inclusion-form .surrounder > p{
    margin-bottom:1.5rem;
}
form.equality-diversity-inclusion-form .surrounder > p.pre-p{
    margin-bottom:3rem;
}
form.equality-diversity-inclusion-form .form-item label{
    font-weight:normal;
    font-size: 1.6rem;
    line-height: 1.42857143;
    color: #5a5953;
}
form.equality-diversity-inclusion-form .form-item .form-control {
    display: block;
    width: 100%;
    height: 4rem;
    padding: 6px 12px;
    font-size: 1.6rem;
    line-height: 1.42857143;
    color: #5a5953;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
form.equality-diversity-inclusion-form .form-item input,
form.equality-diversity-inclusion-form .form-item select{
    font-weight:normal;
    font-size: 1.6rem;
    line-height: 1.42857143;
    color: #5a5953;   
}
form.equality-diversity-inclusion-form .select-wrapper:after {
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-top: -0.5em;
    padding-right: 0.5em;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e114';
    display: inline-block;
    font-family: 'Glyphicons Halflings';    
    color: #5a5953;
    font-size: 1.2rem;
}

form.equality-diversity-inclusion-form #edit-actions {
    display:flex;
}
form.equality-diversity-inclusion-form button.btn{
    border-radius: 0;
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    border: 1px solid #cb003f;
    color: #cb003f;
    text-transform: uppercase;
    padding: 1.3rem 1.5rem 1.3rem 1.5rem;
    text-decoration: none;
    min-width: 23rem;
    text-align: center;
    margin-left:0;
    margin-top: 3rem;
    margin-right:1rem;
}
/*form.equality-diversity-inclusion-form button#edit-next-p1,
form.equality-diversity-inclusion-form button#edit-next-p2,
form.equality-diversity-inclusion-form button#edit-next-p3,
form.equality-diversity-inclusion-form button#edit-next-p4,
form.equality-diversity-inclusion-form button#edit-next-p5{
    margin-left:auto;
    margin-right:0;
}*/
form.equality-diversity-inclusion-form button.btn:hover {
    color: #ffffff;
    background-color: #cb003f;
    opacity: 1;
}
form.equality-diversity-inclusion-form legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
    line-height: inherit;
    border: 0;
    border-bottom: 0px solid #e5e5e5;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.42857143;
    color: #5a5953;
}
form.equality-diversity-inclusion-form legend span span{
    font-family: 'Lusitana', serif;
    font-weight: 700;
    text-decoration:underline;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 5px auto #6c0424;
    outline-offset: 0px;
}
/* Thank you for filling in the diversity page */
body.path-asylum-aid .hero{
    margin-left: -90px;
    margin-right: -90px;
    padding-left: 90px;
    padding-right: 90px;
    background-color: #cb003f;
    padding-top: 4.5rem;
    padding-bottom: 3.75rem;
}
body.path-asylum-aid #block-hero-block h1.page-header{
    color: #ffffff;
    font-size: 3.6rem;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 0px;
    margin: 0px;
    border-bottom: none;
    padding-top: 26.7rem;
    min-width:23rem;
    background-image:url('https://www.asylumaid.org.uk/sites/default/files/2021-07/join_us_0.svg');
    background-size:23rem;
    background-position:top center;
    background-repeat:no-repeat;
    margin-top:0;
}
body.path-asylum-aid .intro{
    width: 100%;
    max-width: 84rem;
    margin: 0 auto;
    padding-top: 10rem;
    padding-bottom: 10rem;
    /*border-bottom: 2px solid #cb003f;
    margin-bottom: 20rem;*/
    min-height: 50vh;
    align-items: center;
    display: flex;
    ustify-content: center;
}
body.path-asylum-aid .intro h2{
    font-size: 2.6rem;
    color: #cb003f;
    line-height: 1.2;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    text-align:center;
    display: flex;
    align-items: center;
}

/* Dashboard */
body.path-diversity-form #block-hero-block {
    margin-left: 0px;
    margin-right: 0px;
}
body.path-diversity-form #block-hero-block h1.page-header{
    color: #ffffff;
    font-size: 3.6rem;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 0px;
    margin: 0px;
    border-bottom: none;
    padding-top: 26.7rem;
    min-width:23rem;
    background-image:url('https://www.asylumaid.org.uk/sites/default/files/2021-07/join_us_0.svg');
    background-size:23rem;
    background-position:top center;
    background-repeat:no-repeat;
    margin-top:0;
}
body.path-diversity-form .main-container.container-fluid{
    padding-left:0;
    padding-right:0;
}
body.path-diversity-form .main-container.container-fluid .row{
    margin-left:0;
    margin-right:0;
}
body.path-diversity-form .main-container.container-fluid .row > .col-sm-12{
    padding-left:0;
    padding-right:0;
}
body.path-diversity-form .main-container.container-fluid .row > .col-sm-12 > .region-header{
    background-color:#eaeaea;
}
body.path-diversity-form .main-container.container-fluid .row section.col-sm-12{
    padding-left:0;
    padding-right:0;
}
body.path-diversity-form .main-container.container-fluid .hero h1{
    width: 100%;
/*    max-width: 1020px;*/
    margin: 0 auto;
    padding-left: 90px;
    padding-right: 90px;
    float: none;
    padding-bottom: 0rem;
    border-bottom: none;
    padding-top: 5rem;
}
form.diversity-filters-form{
    background-color:#eaeaea;
    padding-top: 4rem;
}
form.diversity-filters-form .inner-area.container{
/*    max-width: 1020px;*/
    max-width:100%;
}
form.diversity-filters-form .inner-area.container .row{
    margin-left:-15px;
    margin-right:-15px;
    display:flex;
    flex-wrap:wrap;
}
form.diversity-filters-form .inner-area.container .row .diversity-filters-col{
    padding-left:15px;
    padding-right:15px;
    width:20%;
    margin-top: auto;
}

form.diversity-filters-form .form-item{
    margin-bottom:1rem;
}
form.diversity-filters-form .form-item label{
    font-weight:normal;
    line-height: 1.42857143;
    color: #5a5953;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    color: #acaca9;
    text-transform: uppercase;
}
form.diversity-filters-form .form-item .form-control {
    display: block;
    width: 100%;
    height: 4rem;
    padding: 6px 12px;
    font-size: 1.6rem;
    line-height: 1.42857143;
    color: #5a5953;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
form.diversity-filters-form .form-item input,
form.diversity-filters-form .form-item select{
    font-weight:normal;
    font-size: 1.6rem;
    line-height: 1.42857143;
    color: #5a5953;   
}
form.diversity-filters-form .select-wrapper:after {
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-top: -0.5em;
    padding-right: 0.5em;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e114';
    display: inline-block;
    font-family: 'Glyphicons Halflings';    
    color: #5a5953;
    font-size: 1.2rem;
}
form.diversity-filters-form button.btn{
    border-radius: 0;
    background-color: transparent;
    background-color: #ffffff;
    background-color: rgba(203,0,63,1);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    border: 1px solid rgba(203,0,63,1);
    color: #ffffff;
    text-transform: uppercase;
    padding: 1.3rem 1.5rem 1.3rem 1.5rem;
    text-decoration: none;
    text-align: center;
    margin-right:15px;
    margin-left:15px;
    height: 4rem;
    padding: 6px 12px;
    width:calc(20% - 30px);
    margin-top: auto;
    margin-bottom:1rem;
}
form.diversity-filters-form button.btn:hover {
    opacity: 0.7;
}
.dashboard-nav{
/*    margin: 0 auto;*/
    display: table;
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding-top: 5rem;
    /*padding-left:90px;
    padding-right:90px;*/
}
.dashboard-nav a{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color:#ccc;
    font-size: 2.7rem;
/*    text-transform: uppercase;*/
/*    border-bottom:2px solid #ccc;*/
    margin-left:0rem;
    margin-right:3rem;
}
.dashboard-nav a:hover{
    color:#cb003f;
    opacity:1;
}
.dashboard-nav a.active{
    color:#cb003f;
    border-bottom:2px solid #cb003f;
}
.dashboard-nav a.active:hover{
    opacity:1;
}
.pre-table{
    position:relative;
    background-color:#ffffff;
    padding-left:90px;
    padding-right:90px;
}
.pre-table a.download{
    position:absolute;
    right:90px;
    top:6.3rem;
    font-family: 'Poppins', sans-serif;
    text-decoration:underline;
    font-weight: 400;
    color:#cb003f;
    font-size: 1.6rem;
    text-transform: uppercase;
}
.pre-table a.download:hover{
    color:#cb003f;
    opacity:0.7;
}
.table-responsive{
    /*margin-left:-15px;
    margin-right:-15px;*/
    max-height: 80vh;
    overflow-y: auto;
}
.table-responsive .table{
    border-left:2px solid #eaeaea;
    border-bottom: 2px solid #eaeaea;
    margin-bottom:0;
    margin-left:90px;
    margin-right: 90px;
}
.table-responsive .table thead tr th, 
.table-responsive .table tbody tr td{
    padding: 0.8rem;
    line-height: 1.2;
    vertical-align: top;
    border-top: 1px solid #eaeaea;
    font-size:1.4rem;
    min-width: 6rem;
    border-right: 1px solid #eaeaea;
}
.table > thead > tr > th {
    border-bottom: 1px solid #eaeaea;
}
.table-responsive .table thead tr th{
    font-weight:normal;
    font-family: 'Poppins', sans-serif; 

}
.table > thead:first-child > tr:first-child > th{
    font-family: 'Poppins', sans-serif;
    border-top: 2px solid #eaeaea;
    margin-bottom: 66px;
    color: #ffffff;
    font-size: 1.2rem;
    letter-spacing:0.1rem;
    white-space: nowrap;
    text-transform: uppercase;
    background-color: #cb003f;
}

/* CHARTS */
.charts-surround{
/*    max-width: 1020px;*/
    max-width:100%;
/*    padding-top: 3rem;*/
    padding-bottom: 8rem;
}
body.path-diversity-form .main-container.container-fluid .charts-surround .row {
    margin-left: -15px;
    margin-right: -15px;
}
.chart_wrap {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow:hidden;
}
.chart_wrap .chart{
    position: absolute;
    top: 1rem;
    left: 0;
    width:100%;
    height:100%;
}
.chart_wrap h4{
    position: absolute;
    z-index: 10;
    /* display: none; */
    font-size: 2.1rem;
    width: 100%;
    border-top: 2px solid #eaeaea;
    padding-top: 2rem;
}


/* STATELESSNESS */
body.statelessness #block-system-menu-block-main{
    min-height: 20rem;
}
body.statelessness #block-system-menu-block-main .menu--main li a{
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    color: #ffffff;
    text-transform: uppercase;
    padding: 1.5rem 3rem 1.4rem 3rem;
    border: 1px solid #bb1742;
    border-radius: 0;
    color: #bb1742;
    background-color: #ffffff;
    margin: 0 0.6rem;
    min-width: 21rem;
    text-align: center;
    margin-bottom: 1.2rem;
}
body.statelessness #block-system-menu-block-main .menu--main li a::after{
    content: none;
}
body.statelessness #block-system-menu-block-main .menu--main li a.is-active, body.statelessness #block-system-menu-block-main .menu--main li a:hover {
    color: #ffffff;
    background-color: #bb1742;
    opacity: 1;
    text-decoration: none;
}

body.statelessness article.full.page{
    padding-top: 0rem;
}
body.statelessness .field--name-body{
    margin-bottom:8rem;
}
body.node-7.statelessness .field--name-field-enhancements-{
    max-width: 100%;
    padding-bottom:0;
}
body.statelessness .field--name-field-enhancements- {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0rem;
}
body.statelessness .field--name-field-enhancements-{
    padding-bottom:8rem;
}
body.statelessness .statelessness-title{
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    color: #ffffff;
    text-transform: uppercase;
    padding: 1.5rem 3rem 1.4rem 3rem;
    border: 1px solid #ffffff;
    border-radius: 0;
    color: #ffffff;
    background-color: #00668a;
    min-width: 100%;
    text-align: center;
    margin-bottom: 1.2rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    border: 1px solid #00668a;
    color: #00668a;
    background-color: #ffffff;
}
body.statelessness .statelessness-title.active{
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: #00668a;
}
body.statelessness .statelessness-content-body{
    padding-top:2rem;
    padding-bottom:2rem;
    display: none;
    text-align: center;
}
body.statelessness .statelessness-content-body blockquote {
    padding: 4rem 3rem;
    margin: 0 0 2rem;
    font-size: 1.8rem;
    border-left: 0.5rem solid rgba(0,102,138,1);
    background-color: rgba(0,102,138,0.1);
}
body.statelessness .statelessness-content-body blockquote p{
    font-size:1.8rem;
}
body.statelessness .statelessness-content-body blockquote a{
    font-size:1.8rem;
}

body.statelessness .paragraph--type--story .inner {
    margin-bottom: 0rem;
}
body.statelessness .statelessness-content-body .field--name-field-body h3 {
    font-size: 2.1rem;
    color: #bb1742;
    line-height: 1.4;
    margin-bottom: 3rem;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
}



/* MEDIA QUERIES */

@media only screen and (max-width: 1399px) {

    .view-our-team .view-content .views-row {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    #block-related-resources-block .resources-row, body.path-resources .resources-row {
        margin-left: -15px;
        margin-right: -15px;
    }
    #block-related-resources-block .resources-row .resource.teaser, body.path-resources .resources-row .resource.teaser {
        padding-left: 15px;
        padding-right: 15px;
    }

}


@media only screen and (max-width: 1299px) {

    header.navbar ul.nav > li > a {
        margin-right: 4rem;
    }
    header.navbar #navbar-collapse {
        bottom: 2.8rem;
    }

}


@media only screen and (max-width: 1199px) {

    html, body {
        font: normal 9.75px/1.4 arial,sans-serif;
    }

    #block-quote-block .outer,
    .container-fluid,
    .container{
        padding-left:60px;
        padding-right:60px;
    }  

    .paragraph--type--story,
    article.home-page,
    #block-support-us-block,
    #block-hero-block{
        margin-left: -60px;
        margin-right: -60px;
        padding-left: 60px;
        padding-right: 60px;
    }

    body.section-who-we-are .main-container .region-content .view-filters form{
        margin-left: -60px;
        margin-right: -60px;
    }

    header.navbar #navbar-collapse,
    #block-top-right-menu-block {
        right: 60px;
    }

    header.navbar ul.nav > li > a {
        margin-right: 4rem;
    }

    /* TEAM PAGE */
    .view-our-team .view-content .views-row {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* RESOURCE OVERVIEW */
    body.path-resources form.resources-filter-form {
        margin-left: -60px;
        margin-right: -60px;
        padding-left: 60px;
        padding-right: 60px;
    }

    /* RESOURCE PAGE */
    article.resource.full .field--name-body {
        column-gap: 60px;
    }

    /* QUOTE BLOCK */
    #block-quote-block{
        margin-left: -60px;
        margin-right: -60px;
    }

    /* TRANSLATE BLOCK */
    #block-gtranslate-block {
        right: 45.5rem;
    }

}


@media only screen and (max-width: 991px) {

    html, body {
        font: normal 9.5px/1.4 arial,sans-serif;
    }

    #block-quote-block .outer,
    .container-fluid,
    .container{
        padding-left:30px;
        padding-right:30px;
    }

    .paragraph--type--story,
    article.home-page,
    #block-support-us-block,
    #block-hero-block{
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    body.section-who-we-are .main-container .region-content .view-filters form{
        margin-left: -30px;
        margin-right: -30px;
    }

    header.navbar #navbar-collapse,
    #block-top-right-menu-block {
        right: 30px;
    }

    /* TEAM PAGE */
    .view-our-team .view-content .views-row {
        width: 50%;
    }

    /* RESOURCE OVERVIEW */
    body.path-resources form.resources-filter-form {
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
    } 
    body.path-resources form.resources-filter-form .inner-area .form-item-type {
        width: 50%;
    }
    body.path-resources form.resources-filter-form .inner-area .form-item-topic {
        width: 50%;
    }
    body.path-resources form.resources-filter-form .inner-area .form-item-search {
        width: 75%;
    }
    body.path-resources form.resources-filter-form .inner-area button.form-submit {
        width: calc(25% - 30px);
    }

    /* RESOURCE FULL */
    article.resource.full .field--name-body {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        column-gap: 0rem;
    }

    /* QUOTE BLOCK */
    #block-quote-block{
        margin-left: -30px;
        margin-right: -30px;
    }
    #block-quote-block .outer .inner .quote p {
        font-size: 3.6rem;
    }

    /* SUPPORT BLOCK */
    #block-support-us-block h3.support-us{
        text-align: center;
    }
    #block-support-us-block p {
        text-align: center;
    }
    #block-support-us-block a.button{
        margin: 0 auto;
        margin-top: 4rem;
        margin-bottom: 6rem;
    }

    /* TRANSLATE BLOCK */
    #block-gtranslate-block {
        position: absolute;
        top: 8.9rem;
        right: 30px;
    }

    /* CONTACT PAGE */
    form.webform-submission-contact-form .form-item.form-type-select, form.webform-submission-contact-form .form-item.form-type-textfield, form.webform-submission-contact-form .form-item.form-type-email, form.webform-submission-contact-form .form-item.form-type-tel {
        width: 50%;
    }



    /* FOUNDATION FOOTER */
    footer.footer .footer-lhs .address, 
    footer.footer .footer-lhs .details,
    .logo-section{
        width: 100%;
        margin-bottom: 4.5rem;
    }
    footer.footer .footer-lhs ul {
        margin-left: 0rem;
    }
    footer.footer .footer-rhs {
        position: relative;
        right: auto;
        bottom: 0rem;
        z-index: 10;
        width: 100%;
        margin-bottom: 8rem;
        justify-content: space-between;
    }
    footer.footer .footer-rhs .by-section {
        display: block;
        float: none;
        clear: both;
    }
    footer.footer .footer-rhs p.by {
        text-align: left;
    }
    footer.footer .footer-lhs {
        padding-bottom: 0rem;
    }


    /* DIVERSITY FORM DASHBOARD */
    body.path-diversity-form .main-container.container-fluid .hero h1 {
        padding-bottom: 1.75rem;
    }
    form.diversity-filters-form .inner-area.container .row .diversity-filters-col {
        width: 50%;
    }
    form.diversity-filters-form button.btn {
        width: calc(50% - 30px);
        margin-top: 2.5rem;
    }

}


@media only screen and (max-width: 767px) {

    html, body {
        font: normal 9px/1.4 arial,sans-serif;
    }

    #block-quote-block .outer,
    .container-fluid,
    .container{
        padding-left:15px;
        padding-right:15px;
    }

    .paragraph--type--story,
    article.home-page,
    #block-support-us-block,
    #block-hero-block{
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    body.section-who-we-are .main-container .region-content .view-filters form,
    #block-quote-block{
        margin-left: -15px;
        margin-right: -15px;
    }

    #block-top-right-menu-block {
        right: 15px;
        top: 4px !important;
    }
    #block-top-right-menu-block .social-surround {
        display: none;
    }
    #block-top-right-menu-block a.donate, 
    #block-top-right-menu-block a.refer-contact {
        background-color: transparent;
        font-family: 'Poppins', sans-serif;
        color: #bb1742;
        font-size: 1.2rem;
        text-transform: uppercase;
        display: inline-block;
        padding: 0;
        margin-left: 0;
    }
    #block-top-right-menu-block .divider {
        width: 1px;
        height: 13px;
        display: inline-block;
        background-color: #bb1742;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        position: relative;
        top: 2px;
    }
    .divider.mobile {
        display: inline-block !important;
    }

    /* DONATE FORM */
    form.donate-form {
        padding: 3rem;
    }
    form.donate-form .inner .donate-element {
        font-size: 1.6rem;
    }

    /* HOMEPAGE */
    article.home-page .inner h1 span {
        line-height: 1.8;
        font-size: 1.9rem;
    }
    article.home-page {
        padding-top: 4.5rem;
        padding-bottom: 19rem;
    }
    body.path-frontpage .region-content nav ul.menu > li {
        float: none;
        width: 100%;
        text-align: center;
    }
    body.path-frontpage .region-content nav ul.menu > li > a:after {
        display: none;
    }
    body.path-frontpage .region-content nav ul.menu > li > a {
        line-height: 1.7;
    }
    body.path-frontpage .region-content nav ul.menu {
        bottom: 3rem;
    }

    /* RESOURCE OVERVIEW */
    body.path-resources form.resources-filter-form {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* RESOURCE FULL */
    article.resource.full .download {
        margin-right: 3rem;
    }

    /* QUOTE BLOCK */
    #block-quote-block .outer {
        min-height: 1rem;
    }
    #block-quote-block .outer .inner .quote p {
        font-size: 3rem;
    }

    /* TRANSLATE BLOCK */
    #block-gtranslate-block {
        position: absolute;
        top: 3.7rem;
        right: 15px;
    }
    .gtranslate select {
        font-size: 1.2rem;
    }

    /* CONTACT PAGE */
    form.webform-submission-contact-form .form-item.form-type-select, form.webform-submission-contact-form .form-item.form-type-textfield, form.webform-submission-contact-form .form-item.form-type-email, form.webform-submission-contact-form .form-item.form-type-tel {
        width: 100%;
    }
    body.page-node-type-page .region-content nav ul > li {
        float: none;
        width: 100%;
    }
    body.page-node-type-page .region-content nav ul > li > a {
        text-align: center;
    }
    body.page-node-type-page .region-content nav ul > li > a:after {
        display: none;
    }
    body.page-node-type-page .region-content nav ul > li > a {
        margin-bottom: 0.75rem;
    }

    article.opportunity.full .content .details > div {
        width: 100%;
    }

    /* DIVERSITY FORM DASHBOARD */
    form.diversity-filters-form .inner-area.container .row {
        margin-left: -7px;
        margin-right: -7px;
    }
    form.diversity-filters-form .inner-area.container .row .diversity-filters-col {
        padding-left: 7px;
        padding-right: 7px;
    }

}


@media only screen and (max-width: 600px){

    body.path-resources form.resources-filter-form .inner-area .form-item-topic, 
    body.path-resources form.resources-filter-form .inner-area .form-item-type {
        width: 100%;
    }
    body.path-resources form.resources-filter-form .inner-area .form-item-search {
        width: 100%;
    }
    body.path-resources form.resources-filter-form .inner-area button.form-submit {
        width: calc(100% - 30px);
    }

    .paragraph--type--story .inner .story-title .field--name-field-title {
        min-width: auto;
        min-height: auto;
        background-size: contain;
        padding: 4.5rem 9rem 7rem 3rem;
    }
    .paragraph--type--story .inner .field--name-field-body h2 {
        font-size: 2.1rem;
    }

}


@media only screen and (max-width: 550px){

    /* TEAM PAGE */
    .view-our-team .view-content .views-row {
        width: 100%;
    }

}


@media only screen and (max-width: 450px) {

    /* DIVERSITY FORM DASHBOARD */
    form.diversity-filters-form .inner-area.container .row .diversity-filters-col {
        width: 100%;
    }
    form.diversity-filters-form button.btn {
        width: 100%;
    }

}



/* RESPONSIVE NAV */
@media only screen and (max-width: 1099px) {

    header.navbar #navbar-collapse{
        right: 0px;
    }
    header.navbar #navbar-collapse {
        bottom: 0rem;
    }
    header.navbar a.aa-logo {
        margin-bottom: 3rem;
    }
    .navbar-nav {
        float: none;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
        width: 100%;
    }
    .container-fluid > .navbar-collapse {
        margin-right: -60px;
        margin-left: -60px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    .navbar-nav > li {
      float: none;
    }
    /* HEADER */
    .navbar-toggle {
        display: block;
    }
    header.navbar #block-top-right-menu .social-surround {
        display: none;
    }
    header.navbar #block-top-right-menu a.donate,
    header.navbar #block-top-right-menu a.refer-contact {
        background-color: transparent;
        font-family: 'Poppins', sans-serif;
        color: #bb1742;
        font-size: 1.2rem;
        text-transform: uppercase;
        display: inline-block;
        padding:0;
        margin-left:0;
    }
    header.navbar #block-top-right-menu .divider {
        width: 1px;
        height: 13px;
        display: inline-block;
        background-color: #bb1742;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        position: relative;
        top: 2px;
    }
    header.navbar {
        padding-bottom: 0;
    }

    /* Hamburger menu */
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 0px;
        margin-right: 0px;
        margin-top: 0;
        margin-bottom: 0;
        background-color: transparent;
        background-image: none;
        border: none;
        border-radius: 4px;
        position: absolute;
        top: 122px;
        right: 60px;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 40px;
        height: 4px;
        border-radius: 1px;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 7px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #bb1742;
    }
    .navbar-default .navbar-toggle:hover, 
    .navbar-default .navbar-toggle:focus {
        background-color: #ffffff;
    }

    /* Navigation */
    .navbar-collapse {
        border-top: none;
    }
    header.navbar ul.nav.navbar-nav {
        margin: 0px -15px;
    }
    header.navbar ul.nav > li > a{
        width:100%;
    }
    header.navbar ul.nav > li:first-child > a {
        border-top: 0px solid #eaeaea;
    }
    header.navbar ul.nav > li > a {
        position: relative;
        display: block;
        font-family: 'Poppins', sans-serif;
        font-size: 1.7rem;
        margin-right: 8.4rem;
        text-transform: uppercase;
        color: #5a5953;
        background-color: #ffffff;
        border-top: 1px solid #eaeaea;
    }
    header.navbar ul.nav > li > ul.dropdown-menu{
        padding:0;
        display: block;
        position: relative;
        float: none;
        border: 0px solid #ccc;
        border: 0px solid rgba(0, 0, 0, 0.15);
        border-radius: 0px;
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 0%);
        box-shadow: 0 6px 12px rgb(0 0 0 / 0%);
    }
    header.navbar ul.nav > li > ul.dropdown-menu > li > a {
        position: relative;
        display: block;
        font-family: 'Poppins', sans-serif;
        font-size: 1.7rem;
        margin-right: 8.4rem;
        /*text-transform: uppercase;*/
        color: #5a5953;
        background-color: #ffffff;
        border-top: 1px solid #eaeaea;
        width:100%;
    }
    header.navbar ul.nav > li > ul.dropdown-menu > li > ul.dropdown-menu{
        padding:0;
        display: block;
        position: relative;
        float: none;
        border: 0px solid #ccc;
        border: 0px solid rgba(0, 0, 0, 0.15);
        border-radius: 0px;
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 0%);
        box-shadow: 0 6px 12px rgb(0 0 0 / 0%);
    }
    header.navbar ul.nav > li > ul.dropdown-menu > li > ul.dropdown-menu > li > a {
        position: relative;
        display: block;
        font-family: 'Poppins', sans-serif;
        font-size: 1.4rem;
        margin-right: 8.4rem;
        text-transform: uppercase;
        color: #5a5953;
        background-color: #f2f2f2;
        border-top: 1px solid #eaeaea;
        width: 100%;
        padding: 3px 40px;
    }

    header.navbar ul.nav li a.is-active, 
    header.navbar ul.nav li a.is-active, 
    header.navbar ul.nav li a.is-active {
        text-decoration:underline;
    }

    header.navbar ul.nav > li:nth-child(1) a{
        background-color:#bb1742;
        color:#ffffff;
    }
    header.navbar ul.nav > li:nth-child(2) a{
        background-color:#00668a;
        color:#ffffff;
    }
    header.navbar ul.nav > li:nth-child(3) a{
        background-color:#f08001;
        color:#ffffff;
    }
    header.navbar ul.nav > li:nth-child(4) a{
        background-color:#228573;
        color:#ffffff;
    }

}

@media only screen and (max-width: 991px) {


    /* Hamburger menu */
    .navbar-toggle {
        right: 30px;
    }
    .container-fluid > .navbar-collapse {
        margin-right: -30px;
        margin-left: -30px;
    }
    #block-top-right-menu-block {
        top: 16px;
    }

}

@media only screen and (max-width: 767px) {

    .container-fluid > .navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
    }
    /* HEADER */
    .navbar-toggle {
        display: block;
    }
    header.navbar #navbar-collapse{
        right: 0px;
    }
    header.navbar a.aa-logo{
        width: 136px;
        left: 15px;
        margin-top: 15px;
        margin-bottom: 17px;
    }
    header.navbar a.hb-link{
        width: 86px;
        top: -3px;
    }
    .navbar-toggle {
        top: 90px;
        right: 15px;
    }

}

@media only screen and (max-width: 399px) {

    header.navbar a.aa-logo {
        width: 116px;
    }
    header.navbar a.hb-link {
        width: 73px;
        left: 31px;
        top: -2px;
    }
    .navbar-toggle {
        top: 78px;
    }

}