/*
Font
*/
@import url(https://fonts.googleapis.com/css?family=Muli:300,400,500,700&display=swap);

body {
    /*font-family: 'Muli','Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: Muli,sans-serif;
    overflow-y: scroll;
    font-size: 16px;
}
.container-fluid {
    max-width: 1280px;
}

a.navbar-brand {

    color: #fff!important;
    font-size: 17px;
    font-weight: 700!important;
    font-family: Muli,sans-serif;
    padding: 6px 0;
	margin-left: 0!important;
    line-height: inherit;
    height: auto;
}
/* NAVBAR with border under and same paddding as NLC */
.navbar.main.navbar-static-top.navbar-inverse {
    background-color: #37424A !important;
    border-bottom: 2px solid #009AA6;
    padding-top: 10px;
    padding-bottom: 6px;
}
/*
 * HEADER CONTENT
 */


/* Space the header container content */

#header {
    padding-top: 10px;
    margin-top: 30px;
}


/* Set size constraints and positioning of site logo */

#header .brand-image {
    max-width: 470px;
    min-width: 200px;
    max-height: 100%;
    margin: 0 0 0 -20px;
}


/* Set size constraints for North Lincs logo */

#header .north-lincs-logo {
    max-height: 70px;
    margin-right: 30px;
}


/* Masthead */

#logo a {
    color: #000000;
    text-decoration: none;
}

#dtmenu {
    display: block;
}

#masthead {
    width: 100%;
    margin: auto;
    overflow: hidden;
    background: #0b8183;
    min-height: 72px;
}

#masthead-inner {
    max-width: 1200px;
    margin: auto;
}

nav#primary {
    clear: both;
    border-radius: 5px;
    background: none repeat scroll 0 0 #737373;
    display: block;
    font-size: 1em;
    overflow: visible;
    position: absolute;
    width: 10em;
    z-index: 11;
    height: 25px;
}

#menu-a-z {
    background: #b4dbd3;
    height: auto;
    overflow: hidden;
    width: 1024px;
    margin: auto;
    padding-bottom: 3px;
    border-bottom: 4px solid #b4dbd3;
}

#primarynav ul.navigation ul {
    top: 9.6em;
    width: 50%;
}

#content-outer {
    border-radius: 0 0 0 0;
    clear: right;
    display: block;
    margin-bottom: 0;
    overflow: auto;
}

#breadcrumb {
    display: block;
    padding: 0.8% 0 0 1%;
    background: #339999;
}

#content {
    float: right;
    width: 75%;
    margin-bottom: 12px;
}

#sidenav {
    float: left;
    margin: 0 2% 0 0;
    width: 22%;
}

#style-nav .style-no {
    margin: 0;
}

#style-nav .style-no {
    border: medium none;
    border-radius: 0 0 0 0;
    margin: 12px 0;
    padding: 0.7em;
}

.menu-tab.mt-alpha {
    width: 100%!important;
    float: left!important;
    border-right: 1px solid #ffffff;
}

.menu-tab.mt-beta {
    width: 50%!important;
    float: right!important;
    border-right: 1px solid #fff;
}

.element-columns-alpha-outer {
    z-index: 0;
}

#logo {
    float: left;
    text-align: left;
    margin-top: 1.5rem;
    margin-bottom: 0;
}

@media only screen and (max-width: 500px) {
    #headerstuff #logo img {
        width: 100%;
        height: auto;
    }
}

#return-link {
    text-align: center;
}


/*
 * NAVIGATION
 */


/* keep border radius on nav menu button for mobile */

.btn-group>.btn:first-child:not(:last-child):not(.menu-collapse) {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}


/* Make the navigation bar background not blue */

#navigation .btn-group {
    border-radius: 4px;
    background-color: #a4aeb5;
    border-radius: 0;
}



/* Make the navigation bar buttons grey */

#navigation .btn-group .btn {
    color: black;
    text-shadow: none;
    border: 1px white solid;
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-radius: 0;
    margin: 0;
}

#navigation .btn-group>.btn:last-child {
    border-right: none;
}

.btn-primary {
    background-color: #a4aeb5 !important
}

/* Highlight the active navigation item */

#navigation .btn-group .btn.active, #navigation .btn-group .btn:hover {
    text-decoration: underline;
    text-transform: none!important;
}


#navigation .btn-group .btn.active .caret {
    border-top-color: #a4aeb5;
    border-bottom-color: #a4aeb5;
    color: #a4aeb5;
}

#SelfToolbar .login-link,
#toolbar .login-link {
    padding: 10px 20px 10px;
    color: white;
    margin-top: 0;
    float: right;
}


/*
 * LEGACY ACHIEVEFORMS
 */


/* Fix page layout */

.page-legacyform #SelfToolbar {
    max-height: 50px;
}

.page-legacyform #SelfToolbar .navbar.main {
    min-height: 50px;
}

.page-legacyform #navigation {
    float: none;
    clear: both;
}

.page-legacyform #navigation .navbar {
    float: none;
}


/* Fix field layouts */

.page-legacyform .formouter label {
    display: inline;
    line-height: 20px;
    vertical-align: text-top;
    padding: 5px 8px 0 5px;
}

.page-legacyform #footer {
    margin: 0 auto;
    background: none;
    padding: 0.66em;
}

.service-groups ul.menu li {
    width: 50%;
}

@media (max-width: 768px) {
    a#NLC-Link.btn.btn-lg.btn-primary.top {
        padding: 8px;
        margin-bottom: 20px;
        background-color: #a4aeb5;
        border: 1px solid #ffffff;
        font-weight: bold;
        margin-top: 1.5rem;
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    a#NLC-Link.btn.btn-lg.btn-primary.top {
        padding: 8px;
        margin-bottom: 20px;
        background-color: #a4aeb5;
        border: 1px solid #ffffff;
        font-weight: bold;
        float: right;
        margin-top: 1.5rem;
    }
}


/* Input box border style */

.page-legacyform .bws .dataelr .aftextinput {
    border: 1px solid #BBB !important;
    border-radius: 2px;
    padding: 7px 3px;
}


/*
 * FOOTER
*/

#style-extras {
    background: none repeat scroll 0 0 #404040;
    color: #000000;
    margin: auto;
    width: 100%;
}

#style-extras .style-eo {
    max-width: 1200px;
    font-size: 16px;
    background: #404040;
    margin: auto;
    text-align: center;
}

.clear,
.cls {
    clear: both;
    overflow: hidden;
    width: 100%;
}

#style-extras .flinks {
    float: left;
    width: 100%;
}

#snv-flinks {
    display: block;
    float: left;
    padding: 5px 0;
}

#style-extras .flinks ul,
#style-extras .flinks li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#social-media {
    min-width: 260px;
    float: none;
}

#style-extras .flinks li {
    border-left: 1px solid #fff;
    font-size: 16px;
    padding: 0 5px!important;
}

#style-extras .flinks li a:link,
#style-extras .flinks li a:visited {
    color: #fff;
}

.span8.col-md-12 {
    text-align: left!important;
}

.flinks li.first {
    border-left: medium none !important;
}

.intro-header-text {
    font-family: 'Open Sans', Arial;
    font-size: 3em;
}

/*ms testing*/
@media only print,only screen and (min-width:768px) {
._AF .btn, .achieveforms-container .btn {
    font-size: 12px!important;
}
}
.container {
	width: 100%;
	max-width: 1280px;
}
#navigation .navbar {
	padding: 0 15px !important;
}
.navbar-header .navbar-brand:hover {
    color: hsla(0,0%,100%,.7) !important;
}
.navbar-header .navbar-brand:focus {
    color: #000000!important;
}
body a:focus, body button:focus {
    background-color: #ebb700!important;
    color: #000000!important;
    text-decoration: none;
    outline: 0;
}
.navbar-nav {
    margin: 0;
}

.navbar .navbar-header {
	margin: 0;
}

@media (min-width: 576px) {
    .navbar.main.navbar-static-top.navbar-inverse {
        padding-top: 8px;
    }
    a.navbar-brand {
        font-size: 23px;
    }
}

.AF-Category-InvestIn #navigation{
	visibility: hidden;
}

.AF-Category-InvestIn #session-badge{
	visibility: hidden;
}


/* Embrace Network - Application Form */

.embraceLabel{
	font-size: 23px;
        color: #2bbd51 !important;
}

/* Embrace Network - Application Form */

/*.AF-Category-EarlyHelp .currentAction .textarea {
    background-color: yellow !important;
}

.AF-Category-EarlyHelp  {     background-color: red; }

 iframe[data-category="AF-Category-EarlyHelp"] {  background-color: yellow;}*/
.thumbnail img {
    width: 55px;
    height: 75px!important;
    margin-top: 10px;
}

