body {
	font-family: "Lato", sans-serif!important;
}
section p,
section ul {
	color:#000!important;
}
section h1,
section h2,
section h3,
section h4 {
	color:#000!important;
}


@media (max-width:991px) {
.desktop-only-break {
	display:none;
}
}
@media (max-width:375px) {
.top-spacer {
	height:100px;
}
}
@media (min-width:376px) and (max-width:768px) {
.top-spacer {
	height:100px;
}
}
@media (min-width:769px) {
.top-spacer {
	height:150px;
}
}

/* Animated Burger Menu */

.navbar-dark .navbar-toggler {
    color: #FFF;
    border-color: #FFF!important;
}
.burger-button {
	outline:none!important;
}

@media (max-width: 991px) {
.burger-button {
top: 55px;
}
}
@media (max-width: 768px) {
.burger-button {
top: 40px;
}
}

.burger-button {
border:8px solid #FFF;
overflow:auto;
width: 60px;
height:65px;
position: fixed;
right: 20px;
padding:5px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.burger-button span{
display: block;
position: absolute;
height: 4px;
width: 100%;
border-radius: 0px;
opacity: 1;
right: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}


.animated-burger-button span {
background: #F00;
}



.animated-burger-button span:nth-child(1) {
top: 0px;
}

.animated-burger-button span:nth-child(2) {
top: 12px;
}

.animated-burger-button span:nth-child(3) {
top: 24px;
}

.animated-burger-button.open span:nth-child(1) {
top: 14px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-burger-button.open span:nth-child(2) {
opacity: 0;
}

.animated-burger-button.open span:nth-child(3) {
top: 14px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}


#homepagevid{
	/*position:absolute;*/
	top:178px;
}

video {
    object-fit: cover;
    width: 100vw;
    top: 0;
    left: 0;
}
@media (max-width:768px) {
#homepagevid {
	height:auto!important;
}
}
@media (min-width:769px) {
#homepagevid {
	height:72vh!important;
}
}
@media (max-width:768px) {
.strapline-block h2 {
	font-size:1.2rem;
}
.strapline-block img {
	height:24px;
	width:auto;
}
}
@media (min-width:769px) {
.strapline-block h2 {
	font-size:1.6rem;
}
.strapline-block img {
	height:36px;
	width:auto;
}
}

.bg-dark {
	background-color:#1e3f74!important;
	color:#FFF;
	box-shadow: 0px 6px 6px rgba(0,0,0,0.3);
	padding:10px 30px 10px 30px;
}
.header-logo {
	top:30px;
	left:30px;
}
@media (max-width:768px) {
.menu-spacer {
	height:100px;
	width:100px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.menu-spacer.shrink {
	height:100px;
	width:100px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
}
@media (min-width:769px) {
.menu-spacer {
	height:130px;
	width:130px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.menu-spacer.shrink {
	height:100px;
	width:100px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
}
@media (max-width:375px) {
.header-logo {
	margin-top:5px;
	z-index:3000;
	position:fixed!important;
	height:50px;
	width:auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
}
@media (min-width:376px) and (max-width:768px) {
.header-logo {
	margin-top:5px;
	z-index:3000;
	position:fixed!important;
	height:50px;
	width:auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
}
@media (min-width:769px) {
.header-logo {
	z-index:3000;
	position:fixed!important;
	height:80px;
	width:auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.header-logo.shrink {
	margin-top:-5px;
	z-index:3000;
	position:fixed!important;
	height:65px;
	width:auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.contact-number {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.contact-number.shrink {
	margin-top:-14px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar-toggler {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar-toggler.shrink {
	margin-top:-10px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
}


.nav-item {
	font-size:20px;
	text-transform:uppercase;
	font-weight:900;
	font-style: normal;
	
}
.nav-link {
	padding:0px!important;
	margin-right:20px;
	border-bottom:3px solid #FFF;
}
.active .nav-link {
	color:#F00!important;
}
.nav-item a.active  {
	color:#F00!important;
}
.nav-link {
	color:#000!important;
	text-decoration:none!important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	font-weight:900!important;
}
.nav-link:hover {
	color:#F00!important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

@media (min-width: 992px) {
.active .nav-link,
.nav-item a.active,
.nav-link:hover{
	border-bottom:3px solid #F00;
}
}
p, ul {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
}
strong {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-style: normal;
}
h1, h2, h3, h4, h5 {
	font-family: "Lato", sans-serif;
	line-height:100%;
}
h1, h2, h3, h4, h5 {
	font-weight:900;
	font-style: normal;
	text-transform:uppercase;
}
h1, h2 {
	margin-bottom:40px;
}

@media (min-width:769px) {
h1 {
	font-size:3rem;
}
h2 {
	font-size:2.4rem;
}
h2.bigger {
	font-size:2.8rem;
}
h4 {
	font-size:1.4rem;
}
}
@media (max-width:768px) {
h1 {
	font-size:2rem;
}
h2 {
	font-size:1.8rem;
}
h2.bigger {
	font-size:2rem;
}
h4 {
	font-size:1.2rem;
}
}
a:link,
a:active,
a:visited{
	color:inherit;
	text-decoration:underline;
}
a:hover{
	color:inherit;
	text-decoration:none;
}
a.lightblue:link,
a.lightblue:active,
a.lightblue:visited{
	color:#55b4d8;
	text-decoration:underline;
}
a.lightblue:hover{
	color:#352763;
	text-decoration:none;
}
a.tel-link:link,
a.tel-link:active,
a.tel-link:visited,
a.tel-link:hover{
	color:inherit;
	text-decoration:none!important;
}
.smaller {
	font-size:80%;
}
@media (max-width:768px) {
section {
	padding:30px 0px;
	border-bottom:2px dashed #F00;
}
section.no-line {
	padding:30px 0px;
	border-bottom:2px solid #FFF;
}
section.dark.no-line {
	padding:30px 0px;
	border-bottom:2px solid #000;
}
}
@media (min-width:769px) {
section {
	padding:80px 0px;
	border-bottom:2px dashed #F00;
}
section.no-line {
	padding:80px 0px;
	border-bottom:2px solid #FFF;
}
section.no-line {
	padding:80px 0px;
	border-bottom:2px solid #000;
}
}
section.dark {
	background:#000;
}
section.dark h1,
section.dark h2,
section.dark p,
section.dark ul li {
	color:#FFF!important
}

footer {
	background-color:#333;
	padding:60px 0px 60px 0px;
	color:#CCC;
}
footer span{
	color:#FFF;
}
footer a{
	color:#FFF!important;
}
footer .smaller a{
	color:inherit!important;
}
footer h4{
	color:#006633 ;
	margin:0px 0px 0px 0px;
}
footer p{
	margin:0px 0px 0px 0px;
}
.ul-special-container {
	margin:0px auto;
	width:auto;
	overflow:auto;
	position:relative;
	display: table;
}
.ul-special-inner-container {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
ul.special {
	float:left;
	overflow:auto;
	width:auto;
	padding:0px 30px;
	text-align:left;
	margin-bottom: 0px;
}
.dark-blue-text{
	color:#1e3f74!important;
}

.white-text{
	color:#FFF!important;
}
/*.carousel-inner {
	background:#000;
}*/
.carousel-item {
	height:60vh;
	background-size: cover; 
}
.carousel-item h2{
	color:#FFF;
	margin:0px 0px 10px 0px;
	font-size:52px;
	/*text-shadow: 1px 1px 4px rgba(0,0,0,0.5);*/
}
.carousel-item h3{
	color:#FFF;
	margin:0px 0px 0px 0px;
	font-size:28px;
	/*text-shadow: 1px 1px 4px rgba(0,0,0,0.5);*/
}
.carousel-item p{
	color:#FFF;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1;
	z-index:11;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
    opacity: 1;
	z-index:11;
}
/*.carousel-control-prev {
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.carousel-control-next{
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}*/
.carousel-control-prev-icon,.carousel-control-next-icon {
	opacity:0.5;
	width: 44px;
    height: 87px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.carousel-control-prev-icon:hover,.carousel-control-next-icon:hover {
	opacity:1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.carousel-control-prev-icon{
	background-image: url('../images/arrow-left-wht.png');
}
.carousel-control-next-icon {
	background-image: url('../images/arrow-right-wht.png');
}
.btn {
	font-family: "Lato", sans-serif;
	margin-bottom:4px;
	font-weight:900;
	white-space:normal !important;
	border-radius:10px;
	padding: 10px 15px!important;
    line-height: 1!important;
}
.btn-lg {
	border-radius:15px;
	padding: 15px 20px!important;
}
.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}
a.btn-primary,
.btn-primary{
	color:#FFF;
	background:#F00;
	border:4px solid #F00;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-decoration:none!important;
}
a.btn-primary:hover,
.btn-primary:hover{
	color:#FFF!important;
	background:#000!important;
	border:4px solid #000!important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-decoration:none!important;
}
.form-group label {
	font-family: "Lato", sans-serif;
	margin:15px 0px 5px 0px;
	color:#FFF;
}
.form-control {
    font-family: "Lato", sans-serif;
	display: block;
    width: 100%!important;
    padding: 0.375rem 0.75rem;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #FFF;
    background-color: #161616;
    background-clip: padding-box;
    border:1px solid #000;
	border-bottom:1px solid #FFF;
    border-radius: 0;
    outline:none!important;
    box-shadow:none!important;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	margin-bottom:8px;
}
.form-control:focus{
    border:1px solid #4f6690;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.form-control::placeholder {
	color: #69726a;
	opacity: 1;
}
label {
	font-weight:normal;
}

.gallery-item img {
    border: 5px solid #FFF!important;
    max-width: 100%;
    height: auto;
}
.gallery-item {
	margin-bottom:0px!important;
	margin-top:0px!important;
}
video {
  width: 100%;
  height: auto;
}


.wpcf7-submit {
	font-family: "Unna", serif;
	font-size:18px;
	margin-bottom:4px;
	font-weight:400;
	white-space:normal !important;
	border-radius:0px;
	padding: 5px 10px!important;
    line-height: 1!important;
	color:#1e3f74;
	background:#FFF;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.wpcf7-submit:hover {
	cursor:pointer;
	color:#FFF;
	background:#4f6690;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
	color:#f5f5f5;
	background:#CCC;
	border:4px solid #CCC;
}
.wpcf7-not-valid {
	border:1px solid #F00!important;
}
.wpcf7-not-valid-tip {
    color: #F00!important;
    font-size: 1em;
    font-weight: normal;
    display: block;
}
.wpcf7 form .wpcf7-response-output {
    font-family: "Lato", sans-serif!important;
    margin-bottom: 4px!important;
    font-weight: 700!important;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450!important; /* Green */
	color:#46b450!important;
	border: 1px solid #46b450!important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #F00!important; /* Red */
	color: #F00!important;
	border: 1px solid #F00!important;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28!important; /* Orange */
	color: #f56e28!important;
	border: 1px solid #f56e28!important
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900!important; /* Yelloe */
	color: #ffb900!important;
	border: 1px solid #ffb900!important;
}

.wpcf7-spinner {
    display: block;
	margin: 0 auto;
}

select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-color: #f5f5f5;
  padding-right: 2.5rem; /* space for arrow */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23333' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 20px;
}
label {
	width:100%;
}
.btn-primary:disabled {
    color: #fff;
    background-color: #CCC;
    border-color: #CCC;
}
.wpcf7-submit {
  box-shadow: none!important;
}

* { box-sizing: border-box; }

/* ---- button ---- */

.button {
  display: inline-block;
  text-shadow: none;
  cursor: pointer;
	margin-bottom:5px;
}

.button.is-checked {
  color:#3c3c3b;
	background:#CCC;
	border:4px solid #CCC;
  text-shadow: none;
}

.btn-primary:focus,
.button:active {
  box-shadow: none!important;
}

/* ---- isotope ---- */

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ui group */

.ui-group {
  display: inline-block;
}

.ui-group .button-group {
  display: inline-block;
	margin-bottom:20px;
}
@media (min-width:1200px){
.item-block {
width:25%;
}
}
@media (min-width:991px) and (max-width:1199px){
.item-block {
width:33%;
}
}
@media (min-width:421px) and (max-width:990px){
.item-block {
width:50%;
}
}
@media (max-width:420px){
.item-block {
width:100%;
}
}
	
	.item-block {
		padding:0px 5px 20px 5px;
		font-size:16px;
		color:#333333!important;
		
	}

.cookie-notice-container {
	font-family: "Unna", serif;
}
#cn-accept-cookie {
	color:#3c3c3b!important;
}
#cn-close-notice {
	display:none!important;
}
.testimonial-block {
	/*margin-top:60px;*/
	background:#EEEEEE;
	font-size:110%!important;
	padding:20px 30px 30px 30px;
}
.testimonial-block p {
	margin:0px;
}
.testimonial-block .arrow{
	max-height:48px;
	margin:0px;
}




@media (min-width:768px){
.gallery-columns-4 .gallery-item {
    width: 25%!important;
}
}
@media (min-width:420px) and (max-width:767px){
.gallery-columns-4 .gallery-item {
    width: 50%!important;
}
}
@media (max-width:419px){
.gallery-columns-4 .gallery-item {
    width: 100%!important;
}
}
.wpcf7-list-item-label,
.wp-caption-text {
	font-size:90%;
}

.greenbox {
	background:#006633;
	padding:30px 20px;
	border-radius:10px;
	margin:0px auto 20px auto;
	max-width:240px;
}
.greenbox h2{
	color:#FFFFFF!important;
	font-size:300%;
	margin:0px;
}
.greenbox p{
	color:#FFFFFF!important;
	font-size:140%;
	margin:0px;
	line-height:100%;
}

.sector-title {
	font-size:120%;
	color:#282359;
	margin-top:0px;
	margin-bottom:40px;
	line-height:120%;
}
.sector-box {
	background:#FFFFFF;
	padding:20px;
	box-shadow: 0px 6px 6px rgba(0,0,0,0.3);
	height:90%;
}
@media (min-width:991px){
.feature-block {
	padding:0px 20px;
}
.feature-block-centre {
	padding:0px 20px;
	border-right:1px solid #56a6db;
	border-left:1px solid #56a6db;
}
}
@media (max-width:990px){
.feature-block {
	padding:20px 0px;
	margin: 0px 15px;
}
.feature-block-centre {
	padding:20px 0px;
	border-top:1px solid #56a6db;
	border-bottom:1px solid #56a6db;
	margin: 0px 15px;
}
}
/*Blog Home Page Slider */
.projects-slider{
	padding:0px;
}

/* Owl Carousel Arrows */
.projects-slider .owl-prev,
.projects-slider .owl-next {
    position: absolute;
    top: 0;
    display: block;
    width: 44px;
    height: 100%;
    border: 0;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    background: transparent no-repeat center center;
    font-size: 0;
    outline: none !important;
}

/* Custom arrow images */
.projects-slider .owl-prev {
    background-image: url('../images/arrow-left.png')!important;
    left: -65px;  /* adjust horizontal position */
	background-position:center center!important;
	background-repeat:no-repeat!important;
}

.projects-slider .owl-next {
    background-image: url('../images/arrow-right.png')!important;
    right: -65px; /* adjust horizontal position */
	background-position:center center!important;
	background-repeat:no-repeat!important;
}

/* Hover/focus effect */
.projects-slider .owl-prev:hover,
.projects-slider .owl-prev:focus,
.projects-slider .owl-next:hover,
.projects-slider .owl-next:focus {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

/* Hide span inside button */
.projects-slider .owl-prev span,
.projects-slider .owl-next span {
    display: none;
}

@media (max-width:767px){
.projects-slider .owl-prev,
.projects-slider .owl-next {
    display:none!important;
}
.projects-slider .article p.bigger{
	font-size:90%;
}
.projects-slider .article p.even-bigger{
	font-size:90%;
}
}
.projects-slider .article-text {
	text-align:center;
	width:100%!important;
	color:#1e3f74;
	border: solid transparent 15px;
	padding:15px;
	background:#FFF;
	height:100%!important;
	background-clip: padding-box;
	/*border-radius:40px;*/
}
.projects-slider .article-text h4{
	min-height:48px;
	padding:0px 40px;
}



.slick-slide {
	opacity:1!important;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.slick-slide:hover {
	opacity:1!important;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.slick-center {
	opacity:1!important;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.projects-slider a {
    text-decoration: none!important;
}

.cta-box {
	margin:40px 0px;
	padding:30px 20px;
	background:#352763;
	color:#FFF;
	
}
.cta-box-grey {
	margin:40px 0px;
	padding:30px 20px;
	background:#f5f5f5;
	
}
.cta-box-white {
	padding:20px;
	border:1px solid #999697;
	border-radius:20px;
	background:#FFF;
	
}
.cta-box-green {
	padding:20px;
	border:1px solid #4EA455;
	border-radius:20px;
	background:#4EA455;
	
}
.other-box {
	padding:0px;
	color:#FFF;
    outline:1px solid #56a6db;
    outline-offset:-10px;
}
.no-border {
	border:none!important;
}
.same-height {
	height:100%!important;
}
@media (min-width:769px){
.show-on-desktop {
	position:absolute;
	margin-top:20px;
	margin-left:20px;
	height:100px;
	width:auto;
}
.show-on-mobile {
	display:none!important;
}
}
@media (max-width:768px){
.show-on-desktop {
	display:none!important;
}
.show-on-mobile {
	display:block!important;
}
}
.termly-styles-logo-cc6217 {
	display:none!important;
}

.section_3_block h2{
	color:#352763;
}
.section_3_block p{
	font-size:120%;
}

.news-block {
	height:100%;
	background:#FFF;
	box-shadow: 0px 6px 20px rgba(0,0,0,0.3);
	margin-bottom:30px;
}
.news-block-image {
	background-size:cover!important;
	background-position:center center!important;
	background-repeat:no-repeat!important;
	text-align:center;
	width:100%!important;
	padding:60px 30px 60px 30px;
	background:#FFF;
	padding-bottom:40%;
	/*border-top-left-radius: 20px;
	border-top-right-radius: 20px;*/
	margin-bottom:0px;
	/*box-shadow: 0px 6px 6px rgba(0,0,0,0.3);*/
}
.news-block-text {
	text-align:left;
	width:100%!important;
	padding:15px 30px;
	background:#FFF;
	/*border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;*/
	margin-bottom:0px;
	/*box-shadow: 0px 6px 6px rgba(0,0,0,0.3);*/
}
.attractor-box {
	display: table;
	border:4px solid #EEEEEE;
	color:#352763;
	text-align:center;
	width:100%!important;
	padding:20px 15px 20px 15px;
	background:#FFF;
	border-radius: 10px;
	margin-bottom:0px;
	box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.2);
	margin-bottom:30px;
}
.attractor-box-magenta {
	display: table;
	border:4px solid #d44980;
	color:#FFF;
	text-align:center;
	width:100%!important;
	padding:20px 15px 20px 15px;
	background:#d44980;
	border-radius: 10px;
	margin-bottom:0px;
	box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.3);
	margin-bottom:30px;
}
.attractor-box-lightblue {
	display: table;
	border:4px solid #55b4d8;
	color:#FFF;
	text-align:center;
	width:100%!important;
	padding:20px 15px 20px 15px;
	background:#55b4d8;
	border-radius: 10px;
	margin-bottom:0px;
	box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.3);
	margin-bottom:30px;
}
.attractor-box,
.attractor-box-magenta,
.attractor-box-lightblue {
	min-height:190px;
}

.attractor-box-new {
	margin-top:30px;
	display: table;
	border: solid transparent 15px;
	color:#FFF!important;
	text-align:center;
	width:100%!important;
	padding:20px 30px 30px 30px;
	background:#1e3f74;
	border-radius: 30px;
	margin:0px;
	min-height:100%;
	background-clip:padding-box;
}

.attractor-box-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.attractor-box-inner-with-icon {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.attractor-box-inner h3,
.attractor-box-inner-with-icon h4,
.attractor-box-inner-with-icon p{
	margin:0px;
}
.attractor-box-inner h3{
	line-height:105%!important;
}
.attractor-box-inner-with-icon h4{
	line-height:110%!important;
	min-height:60px;
}
.attractor-box-inner-with-icon p{
	font-size:105%;
	line-height:120%!important;
	min-height:60px;
}
.attractor-box-inner-with-icon img{
	height:60px;
	width:auto;
	margin-bottom:15px;
}
.featured-member-image {
	width:100%;
	height:100%;
	background:#d44980;
	min-height:300px;
}
@media (min-width:769px){
.featured-member-image {
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}
}
@media (max-width:768px){
.featured-member-image {
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
}
.featured-member-text {
	width:100%;
	background:#f6fbfe;
	padding:30px;
}
.slick-track
{
    position: relative!important;
    top: 0!important;
    left: 0!important;
    display: flex!important;
    align-items: center!important;
}

.member-attractor-box {
	border:4px solid #f5f5f5;
	width:100%!important;
	padding:40px;
	background:#fff;
	border-radius: 10px;
	margin-bottom:30px;
	box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.2);
}
.member-attractor-box-grey {
	border:4px solid #f5f5f5;
	width:100%!important;
	padding:20px;
	background:#f5f5f5;
	border-radius: 10px;
	margin-bottom:40px;
	box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.2);
}
.member-attractor-box-grey p{
	margin:0px;
}
.member-attractor-box-grey a:link,
.member-attractor-box-grey a:visited,
.member-attractor-box-grey a:active{
	text-decoration:none;
	color:#212529!important;
}
.member-attractor-box-grey a:hover{
	text-decoration:underline;
	color:#212529!important;
}

.member-attractor-box a:link,
.member-attractor-box a:visited,
.member-attractor-box a:active{
	text-decoration:underline;
	color:#352763!important;
}
.member-attractor-box a:hover{
	text-decoration:none;
	color:#352763!important;
}
.member-attractor-box a.tel:link,
.member-attractor-box a.tel:visited,
.member-attractor-box a.tel:active{
	text-decoration:none;
	color:#352763!important;
}
.member-attractor-box a.tel:hover{
	text-decoration:none;
	color:#352763!important;
}
.lead {
	font-weight:400;
}

#navbarCollapse li.btn-primary {
	margin-top:20px!important;
}
#navbarCollapse li.btn-primary a{
	color:#FFF!important;
}
.cookieadmin-poweredby {
	display:none!important;
}

.hero-section h1,
.hero-section p{
    color:#FFF!important;
}

/* Keep content above image */
.hero-section .container {
    position: relative;
    z-index: 1;
}

.two-column-list {
    columns: 2;
    column-gap: 30px;
}

.cookieadmin_footer p {
	margin-left:0px!important;
	margin-right:0px!important;
	font-size: 80%!important;
}
button.cookieadmin_btn {
    font-size: 80%!important;
}
.cookieadmin-poweredby {
	display:none!important;
}
.cookieadmin_center {
    font-family: 'Open Sans', sans-serif!important;
}
.cookieadmin_preference_title {
    font-size: 16px!important;
}
#cookieadmin_notice_title {
    font-size:14px!important;
	margin-bottom: 5px;
}
#cookieadmin_notice {
	font-size:12px!important;
}
.cookieadmin_preference {
    font-size: 12px!important;
}
.cookieadmin_cookie_modal label, 
.cookieadmin_cookie_modal input {
    font-size: 12px!important;
}
.cookieadmin_desc {
    font-size: 12px!important;
}
.cookieadmin-modal-cookies-list {
    font-size: 11px !important;
}
button.cookieadmin_re_consent {
    display:none!important;
}
.cookieadmin-cookie-header {
    font-size: 12px!important;
}
.cookieadmin-cookie-duration {
    font-size: 12px!important;
}
.cookieadmin-cookie-description {
    font-size: 12px!important;
}


/* Desktop only */
@media (min-width:992px) {

    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition:
            opacity .25s ease,
            transform .25s ease,
            visibility .25s;
        margin-top: 30px;
        pointer-events: none;
    }

    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    .navbar .dropdown-toggle::after {
        display: none;
    }
}

/* Desktop only */
@media (min-width: 992px) {

    .navbar .dropdown {
        position: relative;
    }

    /* Invisible hover bridge */
    .navbar .dropdown::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 20px;
    }
	
	.navbar .dropdown-menu {
        margin-top: 24px;
        border: none;
        border-radius: 10px;
        box-shadow: 0 12px 30px rgba(0,0,0,.15);
        overflow: visible;
		background:#EEEEEE;
    }

    /* The little arrow */
    .navbar .dropdown-menu::before {
        content: "";
        position: absolute;
        top: -12px;
        left: 30px;               /* Move this to line up with the menu item */
        width: 20px;
        height: 20px;
        background: #EEEEEE;
        transform: rotate(45deg);
        box-shadow: -3px -3px 8px rgba(0,0,0,.04);
        z-index: -1;
    }
}

@media (max-width: 991px) {

    .navbar .dropdown-menu {
        display: block !important;
        position: static;
        float: none;
        border: 0;
        box-shadow: none;
        padding-left: 1rem;
        background: transparent;
    }

    .navbar .dropdown-toggle::after {
        display: none;
    }
	.dropdown-item {
		padding:0px;
		margin-bottom:6px;
	}
	.navbar-nav {
		margin:20px 0px;
	}
}

.dropdown-item {
	color:#000!important;
	text-decoration:none!important;
	background:none!important;
	font-weight: 900;
	font-style: normal;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.active .dropdown-item,
.dropdown-item.active {
	color:#F00!important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.dropdown-item:hover {
	color:#F00!important;
	background:none!important;
	font-weight: 900;
	font-style: normal;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

/* Active main navigation item */
.navbar .current-menu-item > .nav-link,
.navbar .current-menu-parent > .nav-link,
.navbar .current-menu-ancestor > .nav-link {
    color: #F00 !important;
	border-bottom: 3px solid #F00!important;
}

.navbar .current_page_item > .dropdown-item{
	color:#F00!important;
}
.navbar .current_page_item > .nav-link{
	border-bottom: 3px solid #F00!important;
}
/* Active dropdown item */
.navbar .dropdown-menu .current-menu-item > .dropdown-item {
    color: #F00;
}


/* Dropdown item hover */
.navbar .dropdown-menu .dropdown-item:hover {
    color: #F00;
}

@media (min-width:769px){#map{width:100%;height:650px;max-height:65vh;margin-bottom:0px;position:relative;overflow:auto;}
}
@media (max-width:768px){#map{width:100%;height:550px;max-height:80vh;margin-bottom:0px;position:relative;overflow:auto;}
}


/* WP Numbered Pagination */

.navigation{
	text-align:center;
}
.navigation ul{
	padding:0;
	margin:0;
	margin-top:60px;
}
.navigation li a,
.navigation li.active a,
.navigation li.disabled {
    text-decoration:none!important;
    cursor: pointer;
	margin:0;
	font-weight:normal;
}
 
.navigation li {
    color: #666;
	display: inline;
	font-weight:700;
	background-color: #CCC;
	padding: 15px 20px;
	margin: 0px 4px;
	border-radius:0px;
	font-family: "Lato", sans-serif!important;
	font-weight: 900!important;
	font-style: normal;
}
 	
.navigation li:hover,
.navigation li.active {
	color: #FFF;
	background-color: #000;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	list-style:none!important;
}

.navigation ul li::before {
  display: none!important; /* Needed to add space between the bullet and the text */ 
}
.navigation ul li a,
.navigation ul li a:link,
.navigation ul li a:active,
.navigation ul li a:visited {
    text-decoration: none!important;
}

.newssidebar ul li {
	list-style:none;
	margin-left:-30px;
}

.newssidebar ul.no-left-margin li {
	list-style:none;
	margin-left:10px;
}

.newssidebar ul li a:link,
.newssidebar ul li a:visited,
.newssidebar ul li a:active {
    color: inherit;
    text-decoration: underline;
}
.newssidebar ul li a:hover {
    color: inherit;
    text-decoration: none;
}
.cookieadmin_re_consent {
	display:none!important;
}
.cookieadmin-poweredby {
	display:none!important;
}
.cookieadmin_btn,
.cookieadmin_preference_title,
.stitle{
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.cookieadmin_desc,
.cookieadmin_remark,
#cookieadmin_preference {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.qbutton  {
	width:100%;
	font-family: "Lato", sans-serif;
    margin-bottom: 4px;
    font-weight: 900;
    white-space: normal !important;
    line-height: 1 !important;
	border-radius: 15px;
    padding: 15px 20px !important;
	color: #000;
    background: #FFF;
    border: 4px solid #FFF;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-decoration: none !important;
}

.wpcf7-submit {
	width:100%;
	font-family: "Lato", sans-serif;
    margin-bottom: 4px;
    font-weight: 900;
	font-size:20px;
    white-space: normal !important;
    line-height: 1 !important;
	border-radius: 15px;
    padding: 15px 20px !important;
	color: #FFF;
    background: #F00;
    border: 4px solid #F00;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-decoration: none !important;
}
.wpcf7-submit:hover {
	color: #000;
    background: #FFF;
    border: 4px solid #FFF;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-decoration: none !important;
}
.wpcf7-submit:disabled {
	opacity:0.5;
	color: #000;
    background: #FFF;
    border: 4px solid #FFF;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-decoration: none !important;
}

.blog-content h2,
.basic-section-content h2 {
	margin-top:40px!important;
	margin-bottom:20px!important;
}

.blog-content h3 {
	margin-top:40px!important;
	margin-bottom:20px!important;
}