/*fonts*/
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Roboto Medium';
	src: url('../fonts/Roboto-Medium.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}


* {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #222838;
}


body {
	background-image: url(/public/image/esa-background.png);
	background-size: cover;
    background-position: center;
}

header {
	margin-top: 40px;
}
header .logo {
    position: relative;
    bottom: 20px;
}

header .logo img {
	vertical-align: bottom;
    margin-bottom: -10px;   

}

header .logo .logo-text,
.top-menu .navbar .navbar-nav>li>a {
	color: #fff;
	font-family: 'Roboto Medium';
	text-transform: uppercase;
}

header .logo .logo-text {
    margin-left: 5px;
}

/*.top-menu * {
    color: #fff;
    text-transform: uppercase;
}*/

/*.top-menu .navbar .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
}*/

.top-menu {
    margin-left: -15px;
    margin-right: -15px;
}

.top-menu .navbar {
    background: none;
    border: none;
    margin-bottom: 0px;
}

.top-menu .navbar .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.top-menu .navbar-brand {
    display: none;
}

.top-menu .nav.navbar-nav>li {
    /*background: rgba(22, 21, 73, 0.50);*/
    margin-right: 5px;
}

.top-menu .nav.navbar-nav>li:before {
    content: "";
    /*background: rgba(22, 21, 73, 0.35);*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
}

.top-menu .dropdown-menu {
    border: none;
    padding: 0px;
    min-width: 300px;
}

.top-menu .dropdown-menu>li>a {
    padding: 10px 20px;
    text-transform: uppercase;
}


.banner {
	position: relative;
}

.banner-image {
	background-image: url(/public/image/ESA_GroupPhotograph.jpg);
	background-size: cover;
    background-position: center center;
	/*height: 400px;*/ 
    height: 700px;
    height: 550px;
}

.banner-text-box {
    width: 80%;
    min-height: 150px;
    background: rgba(255, 255, 255, 0.69);
    position: absolute;
    bottom: -20px;
    border-bottom: 20px solid;
}

.banner-text {
	padding: 15px 60px;
}

.banner-text h1 {
	text-transform: uppercase;
	margin-bottom: 3px;
}

.banner-text h2 {
	font-size: 28px;
	margin-top: 5px;
}

.content-section {
	padding-top: 55px;
    padding-bottom: 50px;
}

.content-section .banner-image {
    height: 400px;
}

.content-block {
	position: relative;
    /*margin-top: 30px;*/
    margin-bottom: 30px;
}

.content-block.no-margin-top,
.content-block.no-top-margin {
    margin-top: 0px;
}

.content-block.no-bottom-margin {
    margin-bottom: 0px;
}

.content-block.no-top-padding {
    padding-top: 0px;
}

.content-block.header, 
.content-block.footer {
    padding: inherit;
    background: inherit;
}

.content-block h1,
.content-block h2,
.content-block h3,
.content-block h4,
.profile .profile-text h4,
.profile .vcard-text h4,
.v-card .vcard-text h3,
.v-card .vcard-text .btn {
    /*text-transform: uppercase;
    text-transform: none;*/
}

.member-profiles h2,
.member-profiles h3,
.profile .profile-text h3,
 .profile .profile-text h4 {
    font-family: 'Roboto Medium';
}

.member-profiles .row {
    margin-left: 0px;
    margin-right: 0px;
}

.profile .profile-text h3 {
    font-size: 22px;
    margin-bottom: 25px;
}

.profile .profile-text h4 {
    font-size: 16px;
}

.member-profiles .content-block {
    background: none;
    padding-left: 0px;
    padding-bottom: 0px;
}

.member-profiles .content-block:before {
    border: none;
}

.member-profiles .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.member-profiles .row .col-md-3:first-child {
    padding-left: 0px;
}

.member-profiles .row .col-md-3:last-child {
    padding-right: 0px;
}

.profile .profile-button {
    border: none;
    padding: 0px;
    width: 100%;
    transition: all .3s cubic-bezier(.42,.8,.58,1.2);
}

.profile .profile-button:hover
/*.profile .profile-button:focus*/ {
    box-shadow: 0 14px 25px 3px rgba(0, 0, 0, 0.3);
    transform: scale(1.04) translateY(-6px);
}

.profile .profile-text .vcard-text {
    padding: 10px 20px;
    text-align: left;
    min-height: 180px;
}

/* member modal*/

.member-profiles .modal-dialog {
    width: fit-content;
    max-width: 85%;
}

.member-profiles .modal-dialog img {
    width: 100%;
}

.member-profiles .modal-body {
    overflow: hidden;
}

.member-profiles .modal-body .profile-description {
    margin: 50px 0px 20px;
}


.v-card {
	margin-bottom: 40px;
}

.h-card {
    background: #fff;
}

.v-card .thumbnail-image {
	/*height: 200px;*/
    height: 250px;
	overflow: hidden;
}

.h-card .thumbnail-image{
    height: 100%;
}

.v-card .thumbnail-image:after,
.h-card .vcard-text:before,
.content-block:before {
    content: " ";
    border-bottom: 20px solid;
    width: 80%;
    height: 20px;
    position: absolute;
    /*top: 200px;*/
    top: 250px;
    left: 15px;
}

.h-card .vcard-text:before {
    /*content: " ";
    border-bottom: 20px solid;
    width: 80%;
    height: 20px;
    position: absolute;*/
    top: 0px;
    left: -15px;
}

.h-card .thumbnail-image:after,
.profile .thumbnail-image:after {
    border: none;
}


.content-block.no-top-border:before{
    content: "";
    border-bottom: none;
    width: 0px;
    height: 0px;
}

.content-block:before {
	top: 0px;
	left: 0px;
}

.v-card .thumbnail-image img {
	width: 100%;
}

.v-card .vcard-text, 
.content-block,
.board-documents {
    padding: 35px 50px;
    background: #fff;
}

/*.v-card .vcard-text h3,
.v-card .vcard-text .btn {
	text-transform: uppercase;
}*/

.solutions-spotlight {
    position: relative;
}

.solutions-spotlight .spotlight-gallery .show-on-small {
    display: none;
}

.solutions-spotlight .spotlight-gallery .show-on-big {
    display: block;
}

.solutions-spotlight .main-spotlight img,
.solutions-spotlight .spotlight-gallery img {
    width: 100%
}

.solutions-spotlight .main-spotlight .spotlight-text {
    width: 80%;
    position: absolute;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.69);
    padding: 10px 30px 10px 30px;
    border-bottom: 20px solid #fff;
    bottom: -20px;
}

.solutions-spotlight .main-spotlight .spotlight-text img {
    width: 50%;
}

.solutions-spotlight .spotlight-gallery .col-md-4 {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px 5px 10px 0px;
    width: 32%;
}

.solutions-spotlight .spotlight-gallery .spotlight-item {
    position: relative;
    overflow: hidden;
    background: rgba(152, 255, 241, 0.7);
}

.solutions-spotlight .spotlight-gallery .spotlight-item img {
    opacity: 0.7;
}

.solutions-spotlight .spotlight-gallery .spotlight-item:after {
    /*content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;    
    display: block;    
    background: rgba(152, 255, 241, 0.2);
    transition: all .3s ease;*/
}

.solutions-spotlight .spotlight-gallery .spotlight-item .spotlight-text {
    position: absolute;
    bottom: 0;
    right: 100%;
    background: rgba(15, 111, 98, 1);
    height: 100%;
    width: 100%;
    text-align: center;
    /*padding-top: 13%;*/
    transition: all .3s ease;
}

.solutions-spotlight .spotlight-gallery .spotlight-item .spotlight-text h2 {
    color: #fff;
    font-size: 18px;
    /*font-weight: normal;*/
    /*margin: 18%;*/
    top: 37%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
}

.solutions-spotlight .spotlight-gallery .spotlight-item:hover:after {
    width: 0px;
}

.solutions-spotlight .spotlight-gallery .spotlight-item:hover .spotlight-text {
    right: 0px;    
}

.site-map .nav-sitemap {
    display: flex;
}

.site-map .nav-sitemap li {
    flex: 1;
}

.site-map .nav-sitemap li:nth-child(1) {
    flex: 0;
}

.site-map .nav-sitemap li:nth-child(4) {
    flex: 3;
}

.footer:before {
    content: " ";
    border-top: 50px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    position: absolute;
    top: -50px;
}

.footer {
    margin-top: 90px;
    min-height: 100px;
    position: relative;
    padding-bottom: 10px;
}

.footer .logo {
    padding-top: 15px;
}

.footer .logo img {
    width: 85px;
}

.footer h2 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer .links ul {
    padding-left: 0px;
    list-style: none;
}

.footer .links ul li {
    margin-bottom: 5px;
}

.footer .connect-with-us {
    padding: 0px;
}

.footer .connect-with-us a {
    /* border: 2px solid #fff; */
    /*border-radius: 50%;*/
    /* padding: 5px 12px; */
    margin: 2px;
    margin-bottom: 10px;
    /*font-size: 22px; */
    display: inline-block;
}

.footer .connect-with-us a span {
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 10px;
    font-size: 18px;
    transition: all 0.3s ease;
}

.footer .connect-with-us a span:hover {
    color: #848484;    
}

.footer .connect-with-us a span.fa-facebook {
    padding: 10px 14px;
}

.footer .connect-with-us a span.fa-google-plus {
    padding: 10px 8px;
}

.footer .connect-with-us a span.fa-linkedin {
    padding: 10px 11px;
}

.footer .sign-up form input {
    width: 100%;
    margin-bottom: 13px;
    padding: 5px;
    border: none;
    border-radius: 1px;
    background: rgba(255, 255, 255, 0.7);
}

.footer .sign-up .btn {
    text-transform: uppercase;
    padding: 3px 10px;
    background: rgba(255, 255, 255, 0.75);
}

.footer h2,
.footer p,
.footer li,
.footer input,
.footer button,
.footer a,
.footer .sign-up .btn {
    font-size: 13px;
}



/*colours*/
/*************/

.top-menu .navbar-default .navbar-nav>.open>a:hover,
.top-menu .navbar-default .navbar-nav>.open>a:focus,
.top-menu .dropdown-menu>li>a,
.top-menu .caret {
    color: #fff;
}

.top-menu .nav.navbar-nav>li {
    background: rgba(22, 21, 73, 0.50);    
}

.top-menu .nav.navbar-nav>li:before {
    background: rgba(22, 21, 73, 0.35);    
}

.top-menu .dropdown-menu {
    background: #2e2d76;
}

.top-menu .nav.navbar-nav>li:hover, 
.top-menu .navbar-default .navbar-nav>.open>a,
.top-menu .dropdown-menu>li>a:focus, 
.top-menu .dropdown-menu>li>a:hover,
.top-menu .dropdown-menu>.active>a,
.top-menu .navbar-default .navbar-nav>.active>a
 {
    background: #161549;
}

.top-menu .dropdown-menu>li>a {
    border-top: 2px solid #161549;
}


.content-section {
	background: #e7e5ef; /* purple - default */
}

.content-section.ocean-aqua {
	background: #cde6eb;
}

.content-section.lucy-teal {
	background: #c9E4e0;
}

.content-section.tie-blue {
	background: #cde2f0;
}

.banner-text-box,
.v-card .thumbnail-image:after,
.h-card .vcard-text:before,
.content-block:before {
	border-color: #5d5aa8; /* purple - default */
}

.banner.ocean-aqua .banner-text-box,
.banner-text-box.ocean-aqua,
.v-card.ocean-aqua .thumbnail-image:after,
.h-card.ocean-aqua .vcard-text:before,
.content-block.ocean-aqua:before,
.content-section.ocean-aqua .banner-text-box,
.content-section.ocean-aqua .content-block:before,
.content-section.ocean-aqua .v-card .thumbnail-image:after,
.content-section.ocean-aqua .h-card .vcard-text:before,
.content-section.ocean-aqua .solutions-spotlight .main-spotlight .spotlight-text {
	border-color: #086c85; 
}

.content-section.ocean-aqua .solutions-spotlight .spotlight-gallery .spotlight-item .spotlight-text {
    background: #086c85;
}

.content-section.ocean-aqua .solutions-spotlight .spotlight-gallery .spotlight-item:after {
    /*background: rgba(8, 108, 133, 0.36);*/
    background: rgba(8, 108, 133, 0.15);
}

.banner.lucy-teal .banner-text-box,
.banner-text-box.lucy-teal,
.v-card.lucy-teal .thumbnail-image:after,
.h-card.lucy-teal .vcard-text:before,
.content-block.lucy-teal:before,
.content-section.lucy-teal .banner-text-box,
.content-section.lucy-teal .content-block:before,
.content-section.lucy-teal .v-card .thumbnail-image:after,
.content-section.lucy-teal .h-card .vcard-text:before,
.content-section.lucy-teal .solutions-spotlight .main-spotlight .spotlight-text {
	border-color: #0f6f62; 
}

.banner.tie-blue .banner-text-box,
.banner-text-box.tie-blue,
.v-card.tie-blue .thumbnail-image:after,
.h-card.tie-blue .vcard-text:before,
.content-block.tie-blue:before,
.content-section.tie-blue .banner-text-box,
.content-section.tie-blue .content-block:before,
.content-section.tie-blue .v-card .thumbnail-image:after,
.content-section.tie-blue .h-card .vcard-text:before {
	border-color: #29688f; 
}

.banner-text-box h1,
.content-block h1,
.content-block h2,
.content-block h3,
.content-block h4,
.v-card .vcard-text h3,
.v-card .vcard-text .btn,
.footer .sign-up .btn,
.content-section .btn {
	color: #5d5aa8; /* purple - default*/
}

/*.v-card .vcard-text .btn {
	border-color: #5d5aa8;  ** purple - default ** 
}

.v-card.ocean-aqua .vcard-text .btn {
	border-color: #086c85; 
}

.v-card.lucy-teal .vcard-text .btn {
	border-color: #0f6f62;
}

.v-card.tie-blue .vcard-text .btn {
	border-color: #29688f;
}*/

.banner.ocean-aqua .banner-text-box h1,
.banner-text-box.ocean-aqua h1,
.content-block.ocean-aqua h1,
.content-block.ocean-aqua h2,
.content-block.ocean-aqua h3,
.content-block.ocean-aqua h4,
.v-card.ocean-aqua .vcard-text h3,
.v-card.ocean-aqua .vcard-text .btn,
.content-section.ocean-aqua .v-card .vcard-text h3,
.content-section.ocean-aqua .banner .banner-text-box h1,
.content-section.ocean-aqua .content-block h1,
.content-section.ocean-aqua .content-block h2,
.content-section.ocean-aqua .content-block h3,
.content-section.ocean-aqua .content-block h4 {
	color: #086c85;
}

.banner.lucy-teal .banner-text-box h1,
.banner-text-box.lucy-teal h1,
.content-block.lucy-teal h1,
.content-block.lucy-teal h2,
.content-block.lucy-teal h3,
.content-block.lucy-teal h4,
.v-card.lucy-teal .vcard-text h3,
.v-card.lucy-teal .vcard-text .btn,
.content-section.lucy-teal .v-card .vcard-text h3,
.content-section.lucy-teal .banner .banner-text-box h1,
.content-section.lucy-teal .content-block h1,
.content-section.lucy-teal .content-block h2,
.content-section.lucy-teal .content-block h3,
.content-section.lucy-teal .content-block h4 {
	color: #0f6f62;
}

.banner.tie-blue .banner-text-box h1,
.banner-text-box.tie-blue h1,
.content-block.tie-blue h1,
.content-block.tie-blue h2,
.content-block.tie-blue h3,
.content-block.tie-blue h4,
.v-card.tie-blue .vcard-text h3,
.v-card.tie-blue .vcard-text .btn,
.content-section.tie-blue .v-card .vcard-text h3,
.content-section.tie-blue .banner .banner-text-box h1,
.content-section.tie-blue .content-block h1,
.content-section.tie-blue .content-block h2,
.content-section.tie-blue .content-block h3,
.content-section.tie-blue .content-block h4 {
	color: #29688f;
}

.content-block.no-background {
    background: none;
}

.v-card .vcard-text .btn,
.content-section .btn {
	border-color: #5d5aa8; /* purple - default */
	background: #e7e5ef; /* purple - default */
}

.v-card .vcard-text .btn:hover,
.v-card .vcard-text .btn:focus,
.content-section .btn:hover,
.content-section .btn:focus {
	background-color: #5d5aa8;
	color: #fff;
}

.v-card.ocean-aqua .vcard-text .btn,
.content-section.ocean-aqua .v-card .vcard-text .btn {
	background: #cde6eb;
	border-color: #086c85;
}

.v-card.ocean-aqua .vcard-text .btn:hover,
.v-card.ocean-aqua .vcard-text .btn:focus,
.content-section.ocean-aqua .v-card .vcard-text .btn:hover,
.content-section.ocean-aqua .v-card .vcard-text .btn:focus {
	background-color: #086c85;
}

.v-card.lucy-teal .vcard-text .btn,
.content-section.lucy-teal .v-card .vcard-text .btn {
	background: #c9E4e0;
	border-color: #0f6f62;
}

.v-card.lucy-teal .vcard-text .btn:hover,
.v-card.lucy-teal .vcard-text .btn:focus,
.content-section.lucy-teal .v-card .vcard-text .btn:hover,
.content-section.lucy-teal .v-card .vcard-text .btn:focus {
	background: #0f6f62;
}

.v-card.tie-blue .vcard-text .btn,
.content-section.tie-blue .v-card .vcard-text .btn {
	background: #cde2f0;
	border-color: #29688f;
}

.v-card.tie-blue .vcard-text .btn:hover,
.v-card.tie-blue .vcard-text .btn:focus,
.content-section.tie-blue .v-card .vcard-text .btn:hover,
.content-section.tie-blue .v-card .vcard-text .btn:focus {
	background: #29688f;
}

.footer h2,
.footer p,
.footer li,
.footer .logo,
.footer a,
.footer .connect-with-us a span {
    color: #fff;
}

/*END colours*/
/****************/



/*Responsive*/
/****************/
@media (max-width: 991px) {
    header .logo {
        bottom: 1px;
    }

    header .logo img {
        margin-bottom: -40px;
    }

    .top-menu .nav.navbar-nav>li:before {
        height: 125%;
        top: -125%;
    }

    .banner-text-box {
        width: 100%;
    }

    .banner-text {
        padding: 15px;
        padding-left: 60px;
    }

    .v-card .thumbnail-image {
        height: 300px;        
    }

    .profile .profile-button {
        background: #fff;
    }

    .v-card.profile .thumbnail-image {
        /*height: 300px;*/
        min-height: 310px;
        width: 240px;
        display: table-cell;
    }

    .v-card.profile .profile-text {
        display: table-cell;
    }

    .v-card .thumbnail-image:after {
        top: 300px;
    }

    .h-card .vcard-text:before {
        top: -1px;
        left: 15px;
    }

    .solutions-spotlight .spotlight-gallery {
        margin-left: 10px;
        margin-right: 10px;
    }

    .solutions-spotlight .spotlight-gallery .show-on-big {
        display: none;
    }

    .solutions-spotlight .spotlight-gallery .show-on-small {
        display: block;
    }

    .solutions-spotlight .spotlight-gallery .spotlight-item:after {
        display: none;
    }
    .solutions-spotlight .main-spotlight .spotlight-text {
        width: 100%;
        position: relative;
        bottom: 0px;
        margin-bottom: 15px;
    }

    .solutions-spotlight .spotlight-gallery .col-md-4 {
        padding: 0px 5px 10px 5px;
        display: table-cell;
    }

    .footer:before {
        border: none;
    }

    .footer {
        margin-top: 10px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .top-menu {
        width: 100%;
        margin: 0px;
        margin-bottom: -6px;
    }

    .top-menu .navbar-toggle:before {
        content: "";
        background: rgba(22, 21, 73, 0.35);
        width: 100%;
        height: 169%;
        position: absolute;
        top: -169%;
        left: 0px;
    }

    .top-menu .navbar-toggle {
        border: none;
        padding: 15px 30px;
        margin: 0px;
        border-radius: 0px;
        margin-bottom: 0px;
        background: rgba(22, 21, 73, 0.50);
    }

    .top-menu .navbar-nav {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .top-menu .nav.navbar-nav>li:before {
        display: none;
    }

    .top-menu .navbar-collapse {
        padding-right: 0px;
        border: none;
        margin-bottom: 6px;
        overflow: hidden;
        margin-right: -16px;
    }

    .top-menu .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .top-menu .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }

    /*.top-menu .navbar-default .navbar-nav>.open>a {
        background: 
    }*/

    .top-menu .navbar-default .navbar-toggle:focus, 
    .top-menu .navbar-default .navbar-toggle:hover {
        background: rgba(22, 21, 73, 0.50);
    }

    .top-menu .nav.navbar-nav>li:hover,
    .top-menu .navbar-default .navbar-nav>.open>a {
        background: #2e2d76;
    }

    .top-menu .navbar-default .navbar-nav .open .dropdown-menu>.active>a {
        background: #161549;
    }

    .top-menu .dropdown-menu>li>a {
    border-top: none;
    }

    .banner-text {
        padding-left: 15px;
    }

    .solutions-spotlight .spotlight-gallery .spotlight-item .spotlight-text h2 {
        font-size: 13px;
        top: 33%;
    }
}

@media (max-width: 480px) {
    body {
        min-width: 320px;
    }

    .v-card.profile {
        /* margin-bottom: 40px; */
        width: 100%;
        margin: 0px auto 40px;
    }

    .content-section .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .v-card .vcard-text,
    .content-block {
        padding: 35px 15px;        
    }

    .member-profiles .content-block {
        padding-left: 15px;
        padding-right: 15px;
    }

    .v-card .thumbnail-image:after, 
    .h-card .vcard-text:before, 
    .content-block:before {
        width: 100%;
    }

    .v-card .thumbnail-image img {
        width: auto;
        max-width: initial;
    }

    .v-card.profile .thumbnail-image img {
        width: inherit;
    }

    .v-card.profile .thumbnail-image {
        display: block;
        min-height: 410px;
        width: 100%
    }

    .solutions-spotlight .spotlight-gallery .spotlight-item .spotlight-text h2 {
        font-size: 10px;
        top: 25%;
    }

    .member-profiles .modal-dialog {
        max-width: 90%;
    }

}