/* Misc */

h1 {
	color: #2b4678;
    margin: 0 0 20px 0;
	font-size: 32px;
	font-weight: 600;
}	

.page-id-36 h1 {
    display: none;	
}

h2, h3, h4, h5, h6, .fakeh {
    color: #2b4678;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 15px;
	margin-top: 0;
	font-weight: 600;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

/* Navigation */

a.nav-toggle{
    display:none;
}

.navbar{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width:100%;
    margin:0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4fb6dc+0,4090ca+50,2e67b7+100 */
	background: rgb(68,115,197);
    background: linear-gradient(180deg, rgba(68,115,197,1) 0%, rgba(37,67,119,1) 100%);
}
li#menu-item-40 {
    background: #194baa;
}
.menu-header-menu-container {
    width: 100%;
    max-width: 1500px;
    margin: 0px auto;
}

.menu {
    display: flex;
    margin: 0px;
    padding: 0px;
    list-style: none;
	justify-content:center;
}

.menu > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 60px;
    font-size: 15px;
    color: #fff;
    padding: 0px 18px;
    text-decoration: none;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}



.menu > li > a:hover {
	background-color:#83bd49;
    color: #fff;
}

.menu > li.current-menu-item > a, .menu > li.current-page-ancestor > a {
	background-color:#79bd47;
    color: #fff;
}

.navbar .menu>li.menu-item-has-children>a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    margin-left: 10px;
    font-size: 18px;
    font-weight: 900;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    color: #fff;
}

.menu li ul.sub-menu {
    overflow:hidden;
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    width: 265px;
    padding: 0;
    background: #fff;
    color: #666;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);  	
}

ul.sub-menu > li {
	list-style: none;
}

ul.sub-menu > li > a {
    display: block;
    padding: 10px 15px;
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    line-height: 19px;
    border-bottom: 1px solid #d4d4d4;
}

li#menu-item-1256 ul {
    width: 165px;
}	

li#menu-item-776 ul {
    width: 220px;
}

ul.sub-menu > li > a:hover {
    color: #ffffff;
	background-color: #164093;
}

.navbar ul li:hover ul{
	display: block;
    visibility:visible;   
}
li#menu-item-788 ul {
    width: 365px;
}

li#menu-item-788 ul li {
    float: left;
    width: 50%;
}

li#menu-item-788 ul li:nth-child(odd) {
    border-right: 1px solid #d4d4d4;
}

li#menu-item-804 ul {
    width: 250px;
}

li#menu-item-784 ul {
    width: 228px;
}

.page-id-770 li#menu-item-804 a {
    background-color: #007ad2;
}

.page-id-770 li#menu-item-804 a:hover {
    background-color: #1E98F0;
}

/* General Styling */

input, textarea {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;	
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input.submit {
    background: #1e87f0;
    color: #fff;
    border: 0;
    padding: 15px 25px;
    font-size: 19px;
}

a.back2top, a.back2top:visited {
    z-index: 201;
    position: fixed;
    bottom: 22px;
    right: 22px;
    overflow: hidden;
    font-family: "Font Awesome 5 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 40px;
    height: 40px;
    color: white;
    background: #000;
    font-size: 22px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 3px;
    font-weight: 900;
}

a.back2top:after {
    content: "\f077";
    margin-top: 4px;
    display: block;
}

a.back2top:hover,a.back2top:active{
    opacity:.8;
}

/* Sitecontent/ Sidebar */


.fullsitecontent,
.sitecontent,
.sitecontentleft{
    position:relative;
    margin:40px 0;
    padding: 0;
    display:block;
    float:right;
    width:73%;
    height:auto;
    min-height:480px;
    background:#fff;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.fullsitecontent{
    width:100%;
    float:none;
}

.sitecontentleft {
    float: left;
    margin-right: 3%;
    width: -webkit-calc(97% - 320px);
    width: -moz-calc(97% - 320px);
    width: calc(97% - 320px);
}

.sitecontent p,.sitecontentleft p,.fullsitecontent p{
    text-align:justify;
    margin-top: 0;
}

.sitecontent li, .sitecontentleft li, .fullsitecontent li {
	font-size: 17px;
}


p.cta{
    text-align:center;
    font-style:italic;
    font-weight:bold;
    color:#900;
}

.fullsitecontent .doubleul,
.sitecontentleft .doubleul,
.sitecontent .doubleul{
    margin-right:30px;
    float:left;
	margin-top: 0;
	margin-bottom: 0;
}

.fullsitecontent .doubleul2,
.sitecontentleft .doubleul2,
.sitecontent .doubleul2{
    float:left;
	margin-top: 0;	
}
ul.doubleul {
    float: left;
}
.doubleul2 {
	 float:left;
	margin-top: 0;
}

.fullsitecontent ul,
.sitecontentleft ul,
.sitecontent ul {
	margin-top: 0;		
}

.fullsitecontent ul li,
.sitecontentleft ul li,
.sitecontent ul li {
	margin-bottom: 8px;		
}

.phright{
    float:right;
    margin:0 0 20px 20px;
	border: 2px solid #194baa;
	border-radius: 5px;
}

.phleft{
    float:left;
    margin:10px 20px 20px 0;
	border: 2px solid #194baa;
	border-radius: 5px;
}

aside{
    position:relative;
    display:block;
    float:left;
    margin:40px 0 60px 0;
    padding:0;
    width: 300px;
    height:auto;
    min-height:480px;
}

aside a:hover img {
	opacity: .75;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #D8000C;
    background-color: #FFBABA;
    border: 0;
    padding: 10px;
	margin-top: 6px;
	font-size: 15px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 0;
    padding: 10px;
	margin-top: 6px;	
	font-size: 15px;	
}
div.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before {
    font: 26px/30px 'Font Awesome 5 Free';
    margin-right: 16px;
    vertical-align: middle;
	font-weight: 900;
}
div.wpcf7-mail-sent-ok:before {
    content:'\f00c';
}
div.wpcf7-validation-errors:before {
    content:'\f057';
}
span.wpcf7-not-valid-tip {
    color: red;
}
.wpcf7-not-valid {
    border: 1px solid #ff0000 !important;
}

.consultation-form span.wpcf7-not-valid-tip {
    display: none;
}

.screen-reader-response {
	display: none;
}

.uk-dotnav > * > * {
    border: 1px solid #C3DE3C;	
	width: 15px;
	height: 15px;
}

.uk-dotnav > .uk-active > * {
    background-color: #C3DE3C;	
    border: 1px solid #fff;		
}

.uk-dotnav > * > :hover{
    background-color: rgba(255, 255, 255, 0.6);
}

.uk-close {
    color: #fff;
}

label.hiddenlabel {
    display: block;
    font-size: 13px;
    padding: 0 0 0 1px;
    margin: 0 0 4px;
    line-height: 18px;
    color: #000;
    float: left;
}

label.hiddenlabel {
    position: absolute;
    float: none;
    margin: 0;
    padding: 0;
}
@media screen and (max-width:1431px){
	.menu > li > a {
		 padding: 0px 10px;
	}	
}
@media screen and (max-width:1253px){
	.menu > li > a {
		font-size: 13px;
	}
}

@media screen and (max-width:1150px){
	.menu > li > a {
		padding: 0 6px;
	}	
}

@media screen and (max-width:1060px){
    nav.closed,.navbar ul li::before{
        display:none;
    }

    a.nav-toggle{
        display:block;
        text-decoration:none;
	    padding: 16px 24px;
        color:#fff;
        font-weight:700;
        position:relative;
        font-size:16px;
	    outline: none;
        -webkit-transition:all 0.2s ease-in-out;
        -moz-transition:all 0.2s ease-in-out;
        -o-transition:all 0.2s ease-in-out;
        -ms-transition:all 0.2s ease-in-out;
        transition:all 0.2s ease-in-out;
		background: #003c8b;
    }

	a.nav-toggle:before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f0c9";
		font-size: 23px;
		margin-right: 10px;
		vertical-align: middle;
		margin-top: -4px;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
	}
	
    .navbar{
        z-index:100;
	    padding: 0;
		opacity: 1;
    }

    nav.opened{
        width:100%;
        display:block;
        position:relative;
        height:auto;
    }

    nav.opened ul{
        width:100%;
        display:block;
        position:relative;
        height:auto;
        margin:0; 
        padding:0;
        top:auto;
        left:auto;
        border:1px solid #000;
        border-top:none;
        background:#113f8a;
        border-radius:0 0 4px 4px;
        overflow:hidden;
    }

    nav.opened ul ul{
	    width: 100% !important;
        visibility:visible;
        border-radius:0;
        padding:0;
        border:none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    nav.opened ul li{
        float:none;
        display:block;
        width:100%;
        height:auto;
        position:relative;
        background:none;
        visibility:visible;
    }

	nav.opened ul li a {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		background: none !important;
		display: block;
		width: 100%;
		border-bottom: 1px solid #ffffff;
		padding: 13px 15px;
		margin: 0;
		font-size: 16px;
		height: auto;
		color: #fff;
	}

    nav.opened ul li a:hover {
        background:#83be5a !important;
		color: #fff;
    }

    nav.opened ul li.menu-item-52 a{
        border-bottom:none;
    }

    nav.opened ul ul a{
        text-indent:15px;
    }

    nav.opened ul ul a::before {
        content: '- ';
    }
	
	.navbar .menu > li.menu-item-has-children > a:after {
		display: none !important;
	}	

	.menu > li.current-menu-item > a, .menu > li.current-page-ancestor > a {
		color: #ffffff;
	}	

	.menu li ul.sub-menu {
		display: none;
	}	
	
	.navbar ul li:hover ul {
		display: none;
	}	
	
	.menu li ul.sub-menu {
		display: none;
		visibility: visible;
		position: relative;
	}	
	
	.menu > li > a {
		font-size: 16px;
	}	
	
	nav.opened ul ul li a {
		color: #000;
	}
	
	nav.opened ul ul a {
		border-bottom: 1px solid #b7b7b7;
	}	

	nav.opened ul ul a {
		border-bottom: 1px solid #b7b7b7;
		padding: 9px 15px;
		font-size: 15px;
	}	
	
	.needthedrop, .needthedrop2, .needthedrop3, .needthedrop4, .needthedrop5, .needthedrop6, .needthedrop7 {
		cursor: pointer;
		display: block;
		width: 450px;
		height: 38px;
		position: absolute;
		z-index: 20;
		right: 8px;
		top: 5px;
	}

	.needthedrop:after, .needthedrop2:after, .needthedrop3:after, .needthedrop4:after, .needthedrop5:after, .needthedrop6:after, .needthedrop7:after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f078";
		float: right;
		color: #fff;
		font-size: 27px;
		padding-right: 10px;
	}
	
	.menu li ul.sub-menu {
		background: #fff;
		box-shadow: none;
	}
	
	nav.opened ul ul a {
		border-bottom: 1px solid #a5a5a5;
		padding: 14px 15px;
	}
	
	.navbar .menu li#menu-item-40 a {
		padding: 10px 15px;
	}	
	
	li#menu-item-804 ul {
		width: 100%;
	}	
}


@media screen and (max-width: 940px) {
	.sitecontentleft {
		width: 100%;
		margin: 20px 0;
        float: none;		
	}

	aside {
		width: 100%;
		float: none;
	}
}

@media screen and (max-width:690px){
	.needthedrop, .needthedrop2, .needthedrop3, .needthedrop4, .needthedrop5, .needthedrop6, .needthedrop7 {
		width: 350px;
	}
}

@media screen and (max-width:590px){
	.needthedrop, .needthedrop2, .needthedrop3, .needthedrop4, .needthedrop5, .needthedrop6, .needthedrop7 {
		width: 250px;
	}
}

@media screen and (max-width:490px){
	.needthedrop, .needthedrop2, .needthedrop3, .needthedrop4, .needthedrop5, .needthedrop6, .needthedrop7 {
		width: 150px;
	}
	
	.fullsitecontent .doubleul, .sitecontentleft .doubleul, .sitecontent .doubleul{
		margin-bottom: 0;
	}	
}

@media screen and (max-width:420px){
	li#menu-item-788 ul li	{
		float: none;
		width: 100%;
	}
	
	li#menu-item-788 ul li:nth-child(odd) {
		border-right: none;
	}	
}

@media screen and (max-width:390px){
	.needthedrop, .needthedrop2, .needthedrop3, .needthedrop4, .needthedrop5, .needthedrop6, .needthedrop7 {
		width: 75px;
	}
	
	li#menu-item-809 li {
		float: none;
		width: 100% !important;
		border-right: 0 !important;
	}	
}