/* Body
-------------------------------------------------------- */
body {
	/*background-color:#EEE;*/
  	font-size: 19px;
	font-weight: 400;
	line-height: 1.625;
	letter-spacing: -.4px;
}

.site-header {
	background-color: #04192C;
	box-shadow: 0 0 20px rgba(0, 0, 0, .05);
	padding: 0 40px;
	z-index: 9999;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #fff;
	text-decoration: none
}

header .genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 600;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none
}


header .genesis-nav-menu a:focus,
header .genesis-nav-menu a:hover,
header .genesis-nav-menu .current-menu-item>a,
header .genesis-nav-menu .sub-menu .current-menu-item>a:focus,
header .genesis-nav-menu .sub-menu .current-menu-item>a:hover {
	color: #212844;
	text-decoration: none;
	background-color: #fff
}


header .genesis-nav-menu .sub-menu,
header .genesis-nav-menu .sub-menu a {
	width: 100%
}

header #menu-menu li:last-child>a {
	font-weight: 700!important;
	font-size: .85em
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    color: #212844;
    font-weight: 700;
}

.entry-title h1 {
    font-size: 2em;
}

.site-inner{
    background-color:#FFF;
}

header .menu-toggle {
    color: #FFF;	
}

/* StickyNavBar @ https://sridharkatakam.com/set-sticky-widget-genesis/
-------------------------------------------------------- */
/*
@media only screen and (min-width: 1024px) {

    .content-sidebar-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .sidebar-primary .widget:last-child {
        position: -webkit-sticky;
        position: sticky;
        top: 122px;
    }

    .admin-bar .sidebar-primary .widget:last-child {
        top: 122px;
    }

}
*/

.sub-menu {
	color:#000;
}

.typeform-container {
	border:1px solid black;
	margin-bottom:20px;
}

.breadcrumb {
    margin-bottom: 20px;
}

#menu-header .sub-menu span {
    color: #212944;
}

