@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600i,700';

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Open Sans","Helvetica",Helvetica,Arial,sans-serif;
    color: #2d313e;
    background-color: #fff;
}

.header.wrapper {
    background-color: #333645;
    background: url("/img/esa/background-header.jpg") repeat-x #42485b;
}

.banner.wrapper, nav.clientNavigation, footer {
    max-width: 72.5rem;
    margin: 0 auto;
    width: 100%;
}

a, a:link, a:focus, a:active, a:visited {
    color: #00a5a7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.topbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0.9375em 0 0.9375em;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
}

.topbar a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.topbar a:hover {
	text-decoration: underline;
}

.topbar ul, .footerbar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.topbar ul li, .footerbar ul li {
	display: inline-block;
}

li.followus {
    padding: 0 5px 0 15px;
    text-transform: uppercase;
}

.redbutton a, p.redbutton {
border-width: 0;
    cursor: pointer;
    font-family: inherit;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.5em;
    padding-right: 1em;
    padding-bottom: 0.6em;
    padding-left: 1em;
    font-size: 1em;
    background-color: #2E323E;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 0 rgba(255,255,255,0.5) inset;
    -moz-box-shadow: 0 0 0 rgba(255,255,255,0.5) inset;
    box-shadow: 0 0 0 rgba(255,255,255,0.5) inset;
    margin: 0 2px 10px;
    text-decoration: none !important;
    background-color: #FF4F38;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

.redbutton a:hover, p.redbutton:hover, .social a:hover {
    background-color: #da2f19 !important;
    color: #fff;
}

.social a {
    color: white;
    background: #FF4F38;
    padding-top: 2px;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    margin-top: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

.logo {
	margin: 0 auto;
    overflow: hidden;
    margin-bottom: 10px;
    max-width: 800px;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
}

.logo img {
    width: 100%;
    height: auto;
    max-width: 130px;
}

.site-slogan {
    color: white;
    font-size: 25px;
    font-style: italic;
    font-weight: 100;
    font-family: "Open Sans","Helvetica",Helvetica,Arial,sans-serif;
    color: #f7f7f7;
    transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    margin:  0;
}

#site-name {
    margin-top: 20px;
    margin-left: 15px;
    font-size: 32px;
    transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    color: #fff;
    vertical-align: top;
    display: inline-block;
}

input.btn {
    border-width: 0;
    cursor: pointer;
    font-family: inherit;
    font-weight: normal;
    line-height: normal;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    font-size: .8em;
    background-color: #2E323E;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 0 rgba(255,255,255,0.5) inset;
    -moz-box-shadow: 0 0 0 rgba(255,255,255,0.5) inset;
    box-shadow: 0 0 0 rgba(255,255,255,0.5) inset;
    margin: 0 2px 10px;
    padding: 3px 13px;
    text-decoration: none !important;
}


/*========================================
=            ClientNavigation            =
========================================*/

.nav.wrapper {
	background-color: #2D313D;
    min-height: 60px;
    margin-bottom: 20px;
}

.clientNavigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.clientNavigation > ul {
	flex-wrap: nowrap;
    display: flex;
    justify-content: flex-start;
    line-height: 60px;
}

.clientNavigation ul li {
	position: relative;
	flex-grow: 1;
}

.clientNavigation ul li a, .clientNavigation ul li a:link, .clientNavigation ul li a:visited, .clientNavigation ul li a:active, .clientNavigation ul li a:focus {
	text-transform: uppercase;
    font-family: "adelle",serif;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    display: block;
    text-align: center;
}

.clientNavigation ul li a:hover {
	background-color: #6B6E77;
}

.clientNavigation ul ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    box-sizing: border-box;
    width: 13.75rem;
    list-style: none;
    background-color: #565A65;
}


.clientNavigation ul li:hover > ul {
	display: block;
}

.clientNavigation ul ul > li {
	margin: 0;
    padding: 0;
    position: relative;
    display: inline;
}

.clientNavigation ul.subnav li > a{
    font-family: "Open Sans","Helvetica",Helvetica,Arial,sans-serif;
    display: block;
    position: relative;
    padding-top: 0.45rem;
    padding-right: 1rem;
    padding-bottom: 0.45rem;
    padding-left: 1rem;
    text-transform: none;
    line-height: 1.2rem;
    text-align: left;
}
/*=====  End of ClientNavigation  ======*/


/*======================================
=            Footer Section            =
======================================*/

.footer.wrapper {
    background: #2D313D;
    padding: 20px 0 30px;
    color: #fff;
    font-size: 11px;
}

.footerbar {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
}
/*=====  End of Footer Section  ======*/


@media (max-width: 740px) {
    .topbar, .nav.wrapper {
        display: none;
    }
}