/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Header
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*-----------------------------
# Functions
------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	/*font-size: 2em;*/
	font-size: 38px;
	margin: 0.67em 0;
}

h2 {
	/*font-size: 2em;*/
}

h3 {
	/*font-size: 2em;*/
}

.gradient_blue_background h4{
	font-weight:500;
	color: #fff !important;
}

.gradient_blue_background p{
	font-weight:400;
	color: #fff !important;
}

h5 {
	/*font-size: 2em;*/
}

h6 {
	/*font-size: 2em;*/
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: #004D44;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
	color: #004D44;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: none;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

div#contact-us-block {
    border-top-right-radius: 16px;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
}

div#contact-us-block.enquire {
    background-color: #fff;
    
}

div#contact-us-block.enquire .vc_column-inner{
    
}

div#contact-us-block.enquire h3,
.gform_confirmation_message{
    color: #145647;
}

.gform_confirmation_message{
   /* text-align: center;*/
}

div#contact-us-block.enquire .gform_wrapper label{
    display: none !important;
}
/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea{
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #004D44;
	font-weight: bold;
}

.single .entry-content img.alignright {
    margin-bottom: 20px;
}

.single h1, .single h2, .single h3, .single h4, .single h5, .single h6 {
	    display: inline-block;
}

.h3,.h3{font-size: 1.75rem;
} 

.page-child .gradient_blue_background h1{

	color:white !important;
}

.media-library-attachments h6:before{
    display: inline-block;
    margin-right: 10px;
    font: normal normal normal 14px/1 FontAwesome, 'Montserrat', sans-serif;
    font-size: inherit;
    content: "\F016";
}

.media-library-attachments h6{
    font-weight: 500 !important;
}


.page-id-34 h3,
.page-id-927 h3,
.page-title>*,
.post-title>*{
color: #145647 !important;
}

.page-child h1, .page-child h2, .page-child h3,
.page-child h4, .page-child h5, .page-child h6,
#contact-us-page h1, #contact-us-page h2, #contact-us-page h3,
.page-id-19 h1{
    color: #004D44;
	padding-left: 0 !important;
}

.single .post-thumbnail img.wp-post-image {
    width: 100%;
}

.gradient_blue_background 
.page-child .gradient_blue_background h1, 
.page-child .gradient_blue_background h2, 
.page-child .gradient_blue_background h3, 
.page-child .gradient_blue_background h4, 
.page-child .gradient_blue_background h5, 
.page-child .gradient_blue_background h6 {
    color: #fff;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
	font-weight: 600; 
}

blockquote {
	margin: 0 1.5em;
}

.navyblue blockquote{
    /*color: #2A4391;*/
}

.darkgreen blockquote{
    color: #145647;
}

.entry-footer .cat-links {
   display:none;
}
 .text-center blockquote
 {
    text-align: center;
}
    
 .text-left blockquote
{
    text-align: left;
}
    
blockquote{
    line-height: 1.45;
    position: relative;
    margin: 0 auto;
}

blockquote p,
blockquote h3{
  display: inline-block;
}

blockquote p{
    font-size: 28px;

}
blockquote h3 {
  
  font-size: 40px;
}

/*blockquote:before, blockquote:after {
    color: #2A4391;
    display: block;
    font-size: 35px;
    position: absolute;
}

blockquote:before {
  content: open-quote;
  left: 10px;
  top: 0px;
}

blockquote:after {
  bottom: -7px;
  content: close-quote;
  right: 25px;
}*/

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
	font-family: "Montserrat", sans-serif;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
	margin-left: 0;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don"t overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #004D44;
	border-radius: 0px;
	background: #004D44;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #fff;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #004D44;
	border: 1px solid #CCC;
	border-radius: 0px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #004D44;
	border: 1px solid #004D44;
}


select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}



/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.top-head{
    background-color: #fff;
    padding-bottom: 11px;
    /*height: 11px;*/
}

.top_blue_scripe p,
 .projects-bottom p{
	font-size: 20px;
    /*padding-right: 182px;*/
}
.top_blue_scripe{
	margin-bottom:0 !important;
}
.post.type-post.category-news,
.post.type-post.category-projects{
	border-top-right-radius: 16px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
    padding: 31px !important;
    margin-top: 39px;
}
.post.category-news .entry-header,
.post.category-media-releases .entry-header,
.post.category-projects .entry-header{
	padding-top: 30px;
	margin-top: 0; 
    font-size: 16px;
    margin-bottom: 22px;
    text-align: left;
}

.post.type-post.category-news .entry-title,
.post.category-media-releases .entry-header,
.post.type-post.category-projects .entry-title{
	font-size: 25px;
	margin-top: 0; 
	margin-bottom: 20px;
	line-height: 1.2;
}

/*--------------------------------------------------------------
## Search Page
--------------------------------------------------------------*/

.search-results #primary.content-area .col-sm-6.equalheight{
	border-top-right-radius: 0px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
    transition: 0.3s;
    background-color: #fff;
    margin-right: 30px;
    max-width: 45%;
}

.search-results .status-publish.hentry {
    padding-left: 20px !important;
    padding-bottom: 20px !important;
}

.search-results .status-publish.hentry header {
    padding-top: 20px !important;
}

.search-results .status-publish.hentry .entry-summary {
    padding-bottom: 10px;
}

.search-results #primary.content-area  .col-sm-6.equalheight:hover{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.10);
}


.search-results #primary.content-area article header{
	margin-top: 0;
    font-size: 16px;
    margin-bottom: 22px;
    text-align: left;
}
.search-results #primary.content-area article header{
    /*padding: 0px;*/
}

.search-results #primary.content-area article header .entry-title{
	font-size: 18px;
	/*margin-top: 0; 
	margin-bottom: 20px;*/
	line-height: 1.2;
}

.search-results .page.type-page.status-publish.hentry {
    border-top-right-radius: 16px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
    margin-top: 39px;
    margin-bottom: 39px;
    background-color: #fff;
    transition: 0.3s;
}

.search-results .vc_btn3.vc_btn3-size-md
{
    right: 0px;
    font-size: 16px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}
.search-results .entry-post-link.vc_btn3-right{
    text-align: right;
}

.search-results .entry-title>* {
    color: #145647;
}

.search-results .content-area a {
    text-decoration:none
}

/* Projects Page*/
.searchandfilter ul {
    padding-left: 0;
}

.entry-meta{
font-size:13px;

    color: #004D44;
    font-weight: 500;
} 

.entry-meta.date div:before {
    content: 'Posted on ';
    /*padding-left: 6px;*/
}

.entry-meta.author div:before {
    content: ' by ';
    padding-left: 4px;
}

.project-date-end:before{
    content: '-';
    padding-left: 0px;
    padding-right: 6px;
}

.projects-date,
.project-date-start{
    padding-left: 6px;
    padding-right: 6px;
}

.project-meta p span:first-child{
    padding-right: 6px;
}

.date, .author,
.project-date-start,
.project-date-end{
    display: inline-block;
}

.vc_grid-pagination .vc_grid-active a {
    font-weight: bold;
}
.vc_grid-pagination a {
    opacity: 1 !important;
}
.bluetripbutton button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-custom{
	color: #ffffff;
    background: #2c84c0;
    font-size: 16px !important;
	padding-top: 10px;
    padding-bottom: 10px;
}


#home-sol-heading h1{
	margin-bottom: -35px !important;
}

#contact-block > .vc_column-inner{
}

#contact-block iframe{
    bottom: 0;
}
option.gf_placeholder {
    display: none !important;
    text-indent: -9999px;
    height: 0;
    width: 0;
    padding: 0;
}
.inContent_image{
	width: 400px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-bottom: 22px;
	border-top-right-radius: 16px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
    padding: 0 !important;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #333333; /* Not Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 20px 15px 20px 32px;
    text-decoration: none;
	font-size: 16px;
	font-weight: 300;
	text-transform: capitalize;
    color: #ffffff;
    display: block;
    transition: 0.1s;
}

/* When you mouse over the navigation links, change their color */
.sidenav li a:hover {
	color: #f1f1f1;
	background: #34c2e0;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
	right: 0;
	padding: 10px 20px;
	color: #ffffff;
}

.sidenav .closebtn:hover {
	background: #34c2e0;
	color: #ffffff;
}
#Africa_icons .mid-blocks > .vc_column-inner {
	padding-bottom: 0 !important;
    height: max-content;
}
#Africa_icons .mid-blocks .wpb_single_image{
	 margin-bottom: 0 !important;
}
#Africa_icons .mid-blocks > .vc_column-inner img{
	padding: 22px;
	transition: all 0.5s;
	background-color: white;

}
#Africa_icons .mid-blocks > .vc_column-inner img:hover{
	transition: all 0.5s;
	background-color: #b7e7ff;
}
ul#Sidenav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidenav h6 {
	padding: 8px 8px 8px 32px;
	color: #ffffff;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 35px 0 30px 0px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 10px;}
    .sidenav a {font-size: 16px;}
}
@media (min-width:768px) and (max-width: 992px){
	.mid-blocks .vc_column-inner p{
    	font-size: 10px;
	}
	
	.mid-blocks .vc_column-inner h5{
    	font-size: 12px;
	}

	.mid-blocks .wpb_text_column {
		padding: 0 10px !important;
	}

} 


span.side-menu {
    display: inline-block;
    float: right;
}

.menu-main-nav-container {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    text-align: left;
}

.sidebarIconToggle {
    transition: all 0.5s;
    box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	float: right;
    z-index: 99;
    height: 100%;
    width: 100%;
	margin-top: 32px;
	right: 0;
    width: 36px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 5px;
	width: 100%;
	margin-bottom: 3px;
    background-color: #34c2e0;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

.page #wprmenu_bar .hamburger-inner, 
.page #wprmenu_bar .hamburger-inner::before, 
.page #wprmenu_bar .hamburger-inner::after {
	border-radius: 0;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

 a:hover, a:focus, a:active {
	color:#145647;
} 

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Main Navigation Styles */
.main-navigation {
	clear: both;
	display: block;
	float: left;
	text-align: right;
	width: 100%;
	margin: 0;
}

.main-navigation ul ul.sub-menu {
    width: 290px;
    background: #34c2e0;
}

.main-navigation ul ul.sub-menu li {
    display: block;
    width: 100%;
}

.main-navigation li.menu-item-has-children ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
    top: 0%;
}

.main-navigation ul ul.sub-menu li a {
	padding: 10px 20px;
	font-weight: 300;
	color: #ffffff;
	font-size: 14px;
}
.main-navigation ul ul.sub-menu li a:hover {
	color: #333333;
	font-weight: 500;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 80%;
	left: -999em;
	z-index: 99999;
	transition: top 0.3s ease;
}

.main-navigation li.menu-item-has-children:hover ul{
	top: 100%;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation li a:hover,
.main-navigation li a:focus, 
.main-navigation li a:active{
	font-weight: 600;
	color: #17503F;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	text-transform: capitalize;
	padding: 35px 10px;
	font-weight: 500;
	font-size: 15px;
}

@media (max-width: 1199px) {
	.main-navigation a {
		padding: 35px 5px;
		font-size: 14px;
	}

	.sidebarIconToggle {
		margin-top: 28px;
	}
}



.main-navigation li.current_page_item a {
	color: #34c2e0;
	font-weight: 600;
}

/* Side Nav Styles */

#bsi-sidenav ul ul.sub-menu {
	width: auto;
	z-index: 0;
	background: #34c2e0;
	padding-top: 15px;
	padding-bottom: 15px;
}

#bsi-sidenav li.menu-item-has-children:hover {
	background: #34c2e0;
	font-weight: 600 !important;
}

#bsi-sidenav ul ul.sub-menu li a:hover {
	color: #333333;
	font-weight: 600;
}

#bsi-sidenav ul ul.sub-menu li {
	width: 100%;
}

#bsi-sidenav ul ul.sub-menu li a {
	font-weight: 300;
	color: #ffffff;
	padding: 10px 10px 10px 32px;
}

#bsi-sidenav ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#bsi-sidenav ul ul.sub-menu {
	float: left;
	position: relative;
	top: 0;
	opacity: 0;
	left: -999em;
	display: none;
	transition: opacity 20s ease;
}

#bsi-sidenav li.menu-item-has-children:hover > ul.sub-menu{
	opacity: 1;
	display: block;
}

#bsi-sidenav ul ul ul {
	left: -999em;
	top: 0;
}

#bsi-sidenav ul ul li:hover > ul,
#bsi-sidenav ul ul li.focus > ul {
	left: 100%;
}

#bsi-sidenav ul li:hover > ul,
#bsi-sidenav ul li.focus > ul {
	left: auto;
}

#bsi-sidenav li {
	float: left;
	position: relative;
	width: 100%;
}

#bsi-sidenav li.menu-item-has-children:after {
    content: "";
    width: 0;
    display: block;
    margin: 0 auto;
    position: absolute;
	left: 8%;
	transition: width 0.5s ease;
}

#bsi-sidenav li.menu-item-has-children:hover::after {
	width: 86%;
	border-bottom: 2px solid #ffffff;
}

#bsi-sidenav li.menu-item-has-children > a:after {
    content: "\203A";
    display: block;
    color: #ffffff;
    font-size: 50px;
    position: absolute;
    right: 0;
    top: -11px;
    right: 6%;
    transition: transform 0.5s ease;
}

#bsi-sidenav li.menu-item-has-children:hover > a:after {
	transform: rotate(90deg);
	top: -5px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul,
#bsi-sidenav.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul,
	#bsi-sidenav ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.onlinebookingschedule .wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    overflow: hidden;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header#masthead {
    background-color: #fff;
}

.top-head .call-to-action{
    border-bottom: 1px solid #D8D8D8;
    font-weight: bold;
}

.top-head .call-to-action a{
    font-size: 16px;
}

.top-head .call-to-action a.avenglink{
    line-height: 48px;
}

.call-to-action {
	padding-top: 10px;
	padding-bottom: 10px;
}

.call-to-action ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.call-to-action li,
.call-to-action li a,
.call-to-action a {
	color: #34c2e0;
	display: inline-block;
	padding: 0;
	margin-right: 10px;
}


ul.social-links {
    float: right;
}

ul.social-links li {
	margin-right: 0;
}
ul.social-links li a {
	margin-right: 2px;
}

ul.social-links li a:hover i, ul.social-links li a:focus i, ul.social-links li a:active i,
ul.social-links li i:hover, ul.social-links li i:focus, ul.social-links li i:active{
    color:#004D44;
}

.call-to-action #search-form input[type="text"]
{
    border: 1px solid #D8D8D8 !important;
    box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);
    padding: 10px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

.call-to-action #search-form input[type="text"]:focus,
.call-to-action #search-form input[type="text"]:hover,
.call-to-action #search-form input[type="text"]:active
{
    border: 1px solid #D8D8D8 !important;
    box-shadow: 0 0 5px #D8D8D8;
}

.call-to-action li i {
	padding: 5px;
}

.site-branding .custom-logo {
	margin: 10px 0px;
}

img.custom-logo {
    width: 90%;
}

.header-banner {
	position: relative;
	padding-bottom: 5px;
	background-color: #004D44;
	/*background-image: -webkit-gradient(linear, left top, right top, color-stop(9%, #2a4391), to(#42bffe));
    background-image: -webkit-linear-gradient(left, #2a4391 9%, #42bffe 100%);
    background-image: -o-linear-gradient(left, #2a4391 9%, #42bffe 100%);
    background-image: -ms-linear-gradient(left, #2a4391 9%, #42bffe 100%);
    background-image: -moz-linear-gradient(left, #2a4391 9%, #42bffe 100%);
    background-image: linear-gradient(to right, #2a4391 9%, #42bffe 100%);*/
}

.header-banner img {
	width: 100%;
}

.header-banner #slider {
    position: absolute;
    /*bottom: 60px;*/
    width: 100%;
    text-align: center;
    display: inline-block;
   top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1440px){
	.header-banner #slider{
		/*bottom:0px;*/
	}
}


.header-banner ul.slides {
	width: 100%;
	margin: 0;
	list-style: none;
}

.header-banner ul li {
	list-style: none;
	    text-align: center;
}

.header-banner ul.slides a,
.header-banner ul.slides p,
.header-banner ul.slides h3 {
	color: white;
	
}

.header-banner .text-slide-title,
.nivoSlider .nivo-caption .col-md-12.slides h3{
	text-transform: capitalize;
	margin: 15px 0 8px;
	font-size: 52px;
	line-height: 76px;
	text-shadow: 5px 5px 14px rgba(8,53,40,0.41);
	font-weight: bold;
}

/*.header-banner .text-slide-title:after{
	content: "";
    background: #00bbe3;
    width: 37px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -25px;
}*/

.header-banner p,
.nivoSlider .nivo-caption .col-md-12.slides p{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	font-size: 25px;
	line-height: 31px;
	text-shadow:  5px 5px 14px rgba(8,53,40,0.41);
	font-weight: 400;
	/*float: left;*/
	max-width: 90%;
}

@media (max-width: 769px) {
    .header-banner p{
        display: none;
    }
    
    .header-banner h3 {
        font-size: 20px !important;
    }
    
    .nivoSlider .nivo-caption{
        padding-top: 0px !important;
    }

    .header-banner .text-slide-title {
        font-size: 25px;
    	line-height: normal;
    }
    

    
    .nivo-caption .container {
    top: 20% !important;
    }

    .flex-direction-nav,
    ol.flex-control-nav.flex-control-paging,
    .header-banner ul.slides a {
        /*display: none !important;*/
    }
    
    .flex-direction-nav a{
         top: 70% !important;
         
        }

    #solution.left-solution {
        margin-right: 0 !important;
    }

    div#solution-blocks {
        margin: 5px;
    }

    #solution {
        padding: 0 !important;
    }

    .call-to-action li, .call-to-action li a, .call-to-action a {
        margin-bottom: 5px;
        font-size: 14px !important;
    }
        
        .top-head .call-to-action a.avenglink {
    line-height: 16px;
    }
    
    
 .top-head .call-to-action .col-sm-6,
    ul.social-links{
    float:left !important;
    }

}

.header-banner ul.slides a:hover{
	text-decoration: none;
	background-color: #145647;
}

.header-banner ul.slides a{
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    background: #004D44;
    padding: 6px 30px;
   /*	float: left;*/
}
.header-banner ul.slides a:empty{
	display:none;
}

@media (max-width: 1034px) {
    .header-banner #slider {
        /*top: 0%;*/
    }
/*	.header-banner .text-slide-title:after{
		content:none;
	
	}*/
	header#masthead {
    border-top: 11px solid #145647;
    margin-top: 30px;
    }
}

/*--------------------------------------------------------------
# Rotating slider
--------------------------------------------------------------*/

.metaslider {
    padding-bottom: 0px !important;
}

.nivoSlider .nivo-caption{
    /*height: 100%;*/
    opacity: 1;
    top: 0;
    background: transparent !important;
}

.nivoSlider .nivo-caption .col-md-12.slides a.banner-link,
.nivoSlider .nivo-caption .col-md-12.slides p,
.nivoSlider .nivo-caption .col-md-12.slides h3{
	color: white;
}

.nivoSlider .nivo-caption .container{

}

.nivoSlider .nivo-caption .col-md-12.slides h3{
	text-transform: capitalize;
	margin: 15px 0 8px;
	font-size: 52px;
	line-height: 76px;
	text-shadow: 5px 5px 14px rgba(8,53,40,0.41);
	font-weight: bold;
}

.nivoSlider .nivo-caption .col-md-12.slides p{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	font-size: 25px;
	line-height: 31px;
	text-shadow:  5px 5px 14px rgba(8,53,40,0.41);
	font-weight: 400;
	max-width: 90%;
}

.nivoSlider .nivo-caption .col-md-12.slides a.banner-link{
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    background: #004D44;
    padding: 15px 30px;
    border-bottom: none;
}

.nivoSlider .nivo-caption .col-md-12.slides a.banner-link:hover{
	text-decoration: none;
	background-color: #145647;
}

.nivo-caption .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /*-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);*/
}

.header-banner div.nivoSlider:hover div.nivo-directionNav a{
background-color: transparent !important;

}

/*--------------------------------------------------------------
# Mobile - Hamburger menu
--------------------------------------------------------------*/

#wprmenu_bar{
    background-color: #fff !important;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.center-align {
    justify-content: center;
}

.text-justify{
text-align: justify;
}


#posts .vc_col-sm-12.vc_gitem-col.vc_gitem-col-align- {
	padding: 15px;
}

#posts .vc_grid-item-mini.vc_clearfix {
	border-top-right-radius: 16px;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	margin: 5px 10px !important;
	background-color: #fff;
	transition: 0.3s;
}

.category article.post {
    margin-top: 0px !important;
}


.post.type-post.status-publish.format-standard.hentry {
    border-top-right-radius: 16px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
    padding: 0px !important;
    margin-top: 39px;
    margin-bottom: 39px;
    background-color: #fff;
    transition: 0.3s;
}

.single .col-sm-3 aside{
    margin-top: 39px;
}

.post.category-blog .post-thumbnail img{
    border-top-right-radius: 16px;
}

.post header.entry-header {
    text-align: left;
    margin-top: 30px;
    padding-left: 31px;
    padding-right: 31px;
    padding-top: 1px;
}

.post .entry-content
{
    padding: 1px 31px 0px 31px;
}

.post .entry-summary
{
    padding: 1px 31px 0px 31px;
}


.post .entry-footer
{
    padding: 0px 31px 31px 31px;
}

#posts .vc_grid-item-mini.vc_clearfix .vc_gitem-zone{
border-top-right-radius: 16px;
}

.mid-blocks .vc_grid-item-mini{
	/*border-top-right-radius: 16px;*/
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	padding: 0 !important;
	padding-bottom: 44px !important;
	transition: 0.3s;
	background-color: #fff;

}

/*Equal Height Columns*/
#posts .vc_pageable-slide-wrapper {
	/*display: -ms-flex;
	display: -webkit-flex;
	display: flex;*/
	
}

#posts .vc_pageable-slide-wrapper > div.vc_grid-item {

}

#posts .vc_pageable-slide-wrapper > div.vc_grid-item:first-child {

}

#posts .vc_grid-item-mini.vc_clearfix h3 {
    font-weight: 500;
    font-size: 22px;
    text-align: left !important;
}

#posts a {
	color: #4097d3;
}


@media (max-width: 1025px) {
	#search-icon {
		display: none !important;
	}
}

#execs .mid-blocks .fancybox-inline.profile-pop{
	position: relative;
	bottom: -35px;
}

#execs .mid-blocks:hover .vc_column-inner{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.10);
}

.mid-blocks:hover .fancybox-inline.profile-pop {
	right: 0;
}

#search-form {
	position: absolute;
    width: 65%;
    z-index: 999999;
    background: #ffffff;
    padding: 4px 0px 0px 0px;
    /*box-shadow: 0px 3px 2px rgba(0,0,0,0.3);
    right: 28%;*/
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

#search-icon {
    cursor: pointer;
    padding: 15px;
    display: inline-block;
    font-size: 18px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    
}

#primary {
	margin-bottom: 0px;
}

.home #primary,
.home article {
    margin-bottom: 0;
}

/*Hide Top Header*/
/*.page-id-247 header.entry-header,*/
.page-id-32 header.entry-header,
.home header.entry-header
{
	display: none;
}

.img-middle .col-sm-2{
    display: flex;
    align-items: center;
}
header.entry-header {
	text-align: center;
	margin-top: 60px;
}

header.entry-header h1,
.page-id-19 h1.glance{
	text-transform: capitalize;
	font-weight: 500;
	font-size: 40px;
	margin-bottom: 40px;
	margin-top: 30px;
	line-height: 49px;
}

header.entry-header h6 {
	font-size: 17px;
	margin-bottom: 40px;
}


#profile-width,
.fancybox-hidden,
#learnershipprogrammes{
	 width: 1255px;
} 


.programme table, .programme th, .programme td {
    border: 1px solid #ccc;
}

.programme th, .programme td {
    padding: 8px;
}

.programme table caption {
    caption-side: top;
    font-weight: bolder;
    font-size: 22px;
    color: #145647 !important;
}

@media (max-width: 1366px){
#profile-width,
.fancybox-hidden,
#learnershipprogrammes{
	 width: 1015px;
} 
}

.single #primary  {
margin-top: 30px;
}

#fancybox-content .profile-width .wpb_column.vc_column_container.vc_col-sm-12:first-child{
    padding: 37px;
    padding-right: 0;
	padding-bottom: 0;
}
#fancybox-content .profile-width .wpb_column.vc_column_container.vc_col-sm-12:last-child{
	padding: 37px;
    padding-left: 0;
}

#fancybox-content .profile-width .wpb_single_image img{
	border-top-right-radius: 30px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
}


#posts h4 a {
     color: #4097d3; 
     font-size: 19px; 
     font-weight: 400;
} 


/*--------------------------------------------------------------
# Content
## Contact Us
--------------------------------------------------------------*/


.left_label{
    display: inline-block;
    padding-top: 16px !important;
    width: 97% !important;
    padding-bottom: 5px;
}

.left_label ul, .left_label ul li, .left_label ul li label{
    width: auto !important;
}

.left_label ul li{
   margin-right: 20px !important;
}

.left_label ul li label{
   max-width: none !important;
}

.hidden_label{
    margin-top: 0px !important;
}
 
.mid-blocks-contactform .ginput_container_textarea textarea{
    margin-top: 10px;
}

.left_label label{
	color: #145647;
	font-size: 14px !important;
	font-weight: 500 !important;
}

.left_label label.gfield_label {
    float: left;
    margin-top: 10px;
    margin-right: 20px;
}

.left_label .ginput_container_radio {
    float: left;
    margin-top: 0px !important;
}

#contact-block {
    border-top-right-radius: 16px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
    padding: 0px;
	margin-bottom: 10px;
	background-color: #fff;
}

/*--------------------------------------------------------------
## Projects

-----------------------------------------------*/

.projects-bottom section#text-6 {
    padding: 30px 0px 60px;
    background-image: url("/wp-content/uploads/2020/01/Contactstrip.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.projects-bottom p{
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #fff;
}

.projects-bottom .btn-lt a{
    padding: 15px 20px; 
}

.chosen-container{
    width: 215px !important;
}

.searchandfilter select{
    min-width: 215px !important;
}
.project-meta {
    border-bottom: 1px solid #384D62;
    margin-bottom: 20px;
    color: #004D44;
    font-weight: 500;
}
article.category-projects img {
    width: 100%;
}

span.project-date-start {
    padding-left: 0px;
}

.search-results article.category-projects img {
    height: 300px;
    width: 100%;
    position: relative;
    float: left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 20px;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

a.page-numbers,
span.page-numbers.current{
    background: #2a2a2a!important;
    border: #2a2a2a!important;
    color: #fff;
    padding: 3px 10px;
    line-height: 1.42857143;
    font-size: 10px;
}

span.page-numbers.current{
    font-weight: bold;
}
.container.pag {
    margin-bottom: 30px;
}



@media (min-width: 960px) {
#contact-block {
    width: 24%;
	}
}

#contact-block {
    margin-right: 15px;
}

#contact-block .region_field p:first-child{
    /*min-height: 135px;*/
}

#contact-block p{
	margin-bottom: 10px;
}



@media (max-width: 1024px) {
	/* .page-id-14 .vc_col-sm-6 {
	width: 48%;
	} */

	#contact-block {
		margin-right: 15px;
	}
}

#contact-block.last-block {
	margin-right: 0 !important;
}

#contact-block .wpb_wrapper .row {
	padding: 20px;
	margin: 0;
}

#contact-block .col-sm-6 {
	padding: 0;
}

#content-block .vc_column-inner {
	padding: 0;
}

#contact-block .gform_wrapper {
	margin-top: 0;
}


#footer-sidebar4 #media_image-2 img{
    padding-top: 10px;
    position: absolute;
    bottom: 30px;
}

#contact-us-block .gform_wrapper input,
#contact-us-block .gform_wrapper textarea,
#contact-us-block .gform_wrapper select {
	border-radius: 0;
	border: 1px solid #4097d3;
}

#contact-us-block .gform_wrapper label,
.page-id-2214 .gform_wrapper label{
	display: none !important;
}

#contact-us-block .gform_footer input[type=submit],
.page-id-2214 .gform_footer input[type=submit],
div#contact-us-block.enquire input[type=submit]{
	border: none;
    background: #4097d3;
    color: #ffffff;
    padding: 9px 15px;
	float: right;
}

#contact-us-block .gform_wrapper .gform_footer {
	margin: 0 !important;
}

#contact-us-block .gform_wrapper select {
 	padding: 6px 4px !important;
}

#page .entry-content span.contact-text {
    font-size: 13px;
}

#page .entry-content #contact-block h3,
#page .entry-content #contact-block h2,
#page .entry-content #contact-block h1 {
 	color: #436078;
}

#contact-block .gform_wrapper form {
	padding: 20px;
}

#contact-block .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0px;
}

#contact-block .gform_body .gfield_label {
	display: none;
}

#contact-block .gform_body input[type="text"], 
#contact-block .gform_body input[type="email"], 
#contact-block .gform_body input[type="url"], 
#contact-block .gform_body input[type="password"], 
#contact-block .gform_body input[type="search"], 
#contact-block .gform_body input[type="number"], 
#contact-block .gform_body input[type="tel"], 
#contact-block .gform_body input[type="range"], 
#contact-block .gform_body input[type="date"], 
#contact-block .gform_body input[type="month"], 
#contact-block .gform_body input[type="week"], 
#contact-block .gform_body input[type="time"], 
#contact-block .gform_body input[type="datetime"], 
#contact-block .gform_body input[type="datetime-local"], 
#contact-block .gform_body input[type="color"], 
#contact-block .gform_body textarea {
	border-radius: 0;
	border: 1px solid #004D44;
}

#footer-newsletter, div#page{
	background-color: #F3F2F2;
}


.exitpopup-modal-window {
    background-color: #F3F2F2 !important;
}

#news-letter-form {
	background: #ffffff;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	border-top-right-radius: 16px;
}

#news-letter-form .gform_wrapper form {
	text-align: center;
	position: relative;
}

#news-letter-form .top_label .gfield_label {
	display: none;
}

#news-letter-form input[type=submit] {
	position: absolute;
    top: 0;
    right: 25%;
	border-radius: 0;
	border: none;
	background: #4097d3;
	color: #ffffff;
	padding: 9px;
}

.exitpopup-modal-window, #exitpopup-modal .modal-title {
    border-top-right-radius: 16px !important;
}

#exitpopup-modal .modal-body center h1{
    text-align: center !important;
    font-size: 25px !important;
    color: #145647 !important;
    margin: 0.67em 0 !important;
}

#exitpopup-modal .modal-body center p{
    text-align: center !important;
    color: #145647 !important;
    font-size: 14px !important;
}

#exitpopup-modal .modal-body .gform_body .top_label .gfield_label {
    display: none !important;
}

#exitpopup-modal .modal-body .gform_body input[type=email] {
    color: #666 !important;
    padding: 6px 4px !important;
    border: 1px solid #4097d3 !important;
    width: 60% !important;
}


#exitpopup-modal .modal-body .gform_footer.top_label input[type=submit] {
    position: absolute;
    top: 57%;
    right: 24%;
    border-radius: 0;
    border: none;
    background: #4097d3;
    color: #ffffff;
    padding: 9px;
    border: 1px solid #4097d3;
}

#news-letter-form input[type="text"] {
	border: 1px solid #4097d3;
	border-radius: 0;
}

#contact-block .gform_wrapper .gform_footer input[type=submit] {
	border-radius: 0;
	border: none;
	background: #34c2e0;
	color: #ffffff;
	float: right;
	padding: 10px 35px;
	text-transform: uppercase;
	margin-right: 0;
}

#contact-block .gform_wrapper .gform_footer {
	margin: 0;
	padding: 0;
	display: inline-block;
}

embed, iframe, object {
    max-width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
}
.gradient_blue_background{

	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #004D44), to(#5C8F8C));
    background-image: -webkit-linear-gradient(left, #004D44 50%, #5C8F8C 100%);
    background-image: -o-linear-gradient(left, #004D44 50%, #5C8F8C 100%);
    background-image: -ms-linear-gradient(left, #004D44 50%, #5C8F8C 100%);
    background-image: -moz-linear-gradient(left, #004D44 50%, #5C8F8C 100%);
    background-image: linear-gradient(to right, #004D44 50%, #5C8F8C 100%);
	color:white;
}

#maps {
	border-top: 1px solid #34c2e0;
}

@media (min-width: 768px) {
	.page-id-14 .vc_col-sm-6 {
	width: 48%;
	}
}

#solution-blocks h1 {
	color: #145647;
	font-size: 20px;
	font-weight: 600;
}
#solution-blocks p {
	font-size: 14px;
}

#solution {
	width: 48%;
}

@media (max-width: 767px) {
	#solution {
		width: 100%;
	}
}

@media only screen and (max-width: 479px) {
	 .pp_content, #pp_full_res img{ 
    	 width: 100% !important; 
	 }
	 
	 .vc_mobile .page-id-19.cbp-spmenu-push {
    overflow-x: visible !important;
    }
}


#solution {
	border: 0 solid #eceff2;
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	border-top-right-radius: 15px;
	padding: 20px;
	margin-bottom: 20px;
}

#solution .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:focus, 
#solution .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:hover {
   	color: #ffffff !important;
	background-color: transparent !important;
}

#solution.left-solution {
	margin-right: 20px;
}

#solution:hover {
	cursor: pointer;
	background: #4097d3;
	color: #ffffff;
}

#solution:hover h1 {
	color: #ffffff;
}

#solution:hover .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline,
#solution:hover .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:after {
	color: #ffffff;
	border-color: #ffffff;
}

#solution .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline {
	padding: 10px 35px;
}

#solution .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:after {
	content: "\203A";
	display: block;
	color: #34c2e0;
	font-size: 40px;
	position: absolute;
	right: 0;
	top: -9px;
    right: 8%;
}
.top_blue_scripe h1{
	font-size: 42px;
}

.top_blue_scripe h2{
	font-size: 35px;
	padding: 7px 0px 0px 0px;
}
.top_blue_scripe h3,
.projects-bottom h3{
	font-size: 30px;
	margin-top: 30px;
	color: #fff;
}

/*.top_blue_scripe:after{
	content: "";
    background: #00bbe3;
    width: 37px;
    height: 20px;
    position: absolute;
     left: 15px;
    top: -55px;
}*/

.gradient_blue_background .btn-lt,
.projects-bottom  .btn-lt{
	font-weight: 600;
	margin-top: 30px;
}

.gradient_blue_background .btn-lt a,
.projects-bottom .btn-lt a{

	box-shadow: 0px 15px 10px -15px #111; 
}

#solution .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:hover::after {
	color: #ffffff;
}

#solution .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline {
	color: #34c2e0;
	border-color: #34c2e0;
	text-transform: uppercase;
	border: 1.5px solid #34c2e0;
	font-weight: 600;
}

#solution .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:hover {
	background: #2c84c0;
	color: #ffffff;
}

.wpb-js-composer #solutions-page-accordions .vc_tta.vc_tta-style-outline .vc_tta-panel-body, 
.wpb-js-composer #solutions-page-accordions .vc_tta.vc_tta-style-outline .vc_tta-panel-heading {
	border-bottom: 0;
	border-color: #145647;
	color: #34c2e0;
	border-width: 1.5px;
}

.wpb-js-composer #solutions-page-accordions .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a {
	color: #145647;
	font-weight: 600;
	font-size: 19px;
}

.wpb-js-composer #solutions-page-accordions .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title:hover > a {
 color: #ffffff;
}

.wpb-js-composer #solutions-page-accordions .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title:hover {
	background-color: #145647;
}

.wpb-js-composer #solutions-page-accordions .vc_tta-color-turquoise.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, 
.wpb-js-composer #solutions-page-accordions .vc_tta-color-turquoise.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
	border-color: #ffffff;
}

.wpb-js-composer #solutions-page-accordions .vc_tta .vc_tta-controls-icon:after, .wpb-js-composer .vc_tta .vc_tta-controls-icon:before,
.wpb-js-composer #solutions-page-accordions .vc_tta .vc_tta-controls-icon:after, .wpb-js-composer .vc_tta .vc_tta-controls-icon:after{
	border-color: #587791 !important;
}

.wpb-js-composer #solutions-page-accordions .vc_tta .vc_tta-controls-icon:after, .wpb-js-composer .vc_tta .vc_tta-controls-icon:before {
	transition: none !important;
}

.wpb-js-composer .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-controls-icon::after, 
.wpb-js-composer .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-controls-icon::before {
	border-color: initial !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title {
	background-color: #ffffff;
	color: #587791;
}


.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title a {
	color: #587791 !important;
}

#solutions-page-accordions .vc_general.vc_tta.vc_tta-accordion.vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-shape-square.vc_tta-o-shape-group.vc_tta-controls-align-left {
	border-bottom: 1.5px solid #34c2e0;
}

#solutions-page-accordions .vc_tta-panels p {
	color: initial;
}

.wpb-js-composer #solutions-page-accordions .vc_tta.vc_tta-style-outline .vc_tta-panel-body {
	padding-top: 30px !important;
}
/* .wpb-js-composer #solutions-page-accordions .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
    -webkit-transform: rotate(45deg) translate(-25%,-25%);
    -ms-transform: rotate(45deg) translate(-25%,-25%);
    transform: rotate(-45deg) translate(-25%,-25%);
} */

/* .wpb-js-composer #solutions-page-accordions .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-controls-icon::after, 
.wpb-js-composer #solutions-page-accordions .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-controls-icon::before {
	border-color: #34c2e0;
} */

/* .wpb-js-composer #solutions-page-accordions .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus, 
.wpb-js-composer #solutions-page-accordions .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
.wpb-js-composer #solutions-page-accordions .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover a{
	background-color: #34c2e0;
	color: #ffffff !important;
} */


.wpb-js-composer .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-controls-icon::after, 
.wpb-js-composer .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-controls-icon::before {

}

.partners>*{

    text-align: center !important;
}

.partners .mid-blocks .vc_column-inner{
    padding-bottom: 0px !important;
    font-weight: 500 !important;
}

.mid-blocks .vc_column-inner{
	/*border-top-right-radius: 16px;*/
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	padding: 0 !important;
	padding-bottom: 44px !important;
	transition: 0.3s;
	background-color: #fff;
	overflow: hidden;

}

.mid-blocks .col-sm-6{
	padding: 0px;
	margin-bottom: 30px;

}

.mid-blocks .col-sm-6 article{
	border-top-right-radius: 0px !important;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	padding-right: 30px;
	padding-bottom: 30px;
	transition: 0.3s;
	background-color: #fff;
	overflow: hidden;
	margin-right: 25px;
	margin-top: 0px !important;

}

    


.mid-blocks-contactform .vc_column-inner{
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	transition: 0.3s;
	padding: 44px 20px 44px 44px !important;
	background-color: #fff;
	overflow: hidden;

}


/*.mid-blocks .vc_column-inner .wpb_video_wrapper iframe{
	border-top-right-radius: 16px !important;
}*/


#post-36 .mid-blocks .wpb_single_image img,
#accreditations .mid-blocks .wpb_single_image img{
    padding: 30px;
}

#accreditations .mid-blocks .vc_column-inner{
    padding-bottom: 0px !important;
}

.circled.wpb_content_element{
    margin-bottom: 20px !important;
}
.circled {
	border-top-right-radius: 16px;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	padding: 0 !important;
	transition: 0.3s;
	background-color: #fff;

}

.search-results .mid-blocks article.post.type-post.status-publish.format-standard.hentry{
    margin-bottom: 0;
    padding-bottom: 30px !important;
    box-shadow: none !important;
    margin-right: 0px !important;
}


.mid-blocks.projects .vc_grid-item-mini {
    min-height: 500px;
}

.search-results .mid-blocks .col-sm-6 article:hover{
    -webkit-transform: none  !important;
    -ms-transform: none  !important;
    transform: none  !important;
    box-shadow: none  !important;
}



.mid-blocks:hover .vc_column-inner, .mid-blocks-contactform:hover .vc_column-inner,
.mid-blocks:hover .vc_grid-item-mini, .circled:hover,
.mid-blocks .col-sm-6 article:hover{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.10);
}



.circled figure {
   display:table !important;
   padding: 20px;
}
.circled figure figcaption {
   display:table-cell !important;
   vertical-align:middle !important;
    width: 50%;
    padding-left: 10px;
    font-size: 13px !important;
}
.circled figure div {
   /*display:table-cell !important;*/
}

.group-structure-parent {
    width: 110px;
    margin: 0px auto;
    padding: 10px 6px;
    line-height: 16px;
    font-size: 0.7rem;
    height: 70px;
    word-wrap: normal;
    background: #aecdeb;
    color: #436078;
    text-align: center;
    text-decoration: none;
}

.group-structure-parent a {
    text-decoration: none;
    color: #436078;
}

.group-structure-child {
    width: 107px;
    border-radius: 6px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 70px;
    word-wrap: normal;
    background: #cedeed;
    color: #436078;
    text-align: center;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 6px;
    font-size: 0.7rem;
}

.group-structure-child a {
text-decoration: none;
color: #436078;
}

.group-structure-child-mid {
  padding-top: 20px;
}

.mid-blocks-shadow,aside#secondary section{
	border-top-right-radius: 0px;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	transition: 0.3s;
	background-color: #fff;
}

aside#secondary section{
padding: 20px;
}

@media (min-width: 768px) {
.mid-blocks .vc_column-inner img {
	max-height: 257px;
	}
	

	
}

.mid-blocks .vc_column-inner img {
	/*border-top-right-radius: 16px;*/
}


.mid-blocks .vc_column-inner {
    background-size: cover !important;
	position: relative;
}

.mid-blocks .vc_column-inner h1 {
    font-weight: 700;
    font-size: 25px;
    text-align: left !important;
}

.mid-blocks .wpb_text_column {
	padding: 0 20px;
}

.mid-blocks .vc_column-inner h3 {
    font-weight: 500;
    font-size: 22px;
    text-align: left !important;
    color: #004D44;
    margin-bottom: 15px;
    
}

.onlinebookingschedule .vc_column-inner {
    color: #fff;
}

.btn-lt a{
    background-color: #FDB528 !important;
    color: #fff !important;
}


.btn-lt a:hover, .btn-lt a:focus, .btn-lt a:active{
    background-color: #FDB528 !important;
    background-image: linear-gradient(to bottom right, #FDB528, #f6c667) !important;
     color: #fff;
}

.btn-drk a {
    background-color: #004D44 !important;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
}

.btn-drk a:hover, .btn-drk a:focus, .btn-drk a:active {
    background-color: #FDB528 !important;
    background-image: linear-gradient(to bottom right, #FDB528, #f6c667) !important;
     color: #fff;
}


.blurb p{
    margin-bottom: 0px !important;
}

.mid-blocks .vc_gitem-zone-mini .vc_btn3.vc_btn3-size-md
{
    right: 0px;
    font-size: 16px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}
.mid-blocks .vc_column-inner .vc_btn3.vc_btn3-size-md{
    font-size: 16px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
	position: absolute;
    bottom: 23px;
    top: auto;
    width: max-content;
    right: 0px;
    width:-moz-max-content;
    width:-webkit-max-content;
    width: intrinsic;
}

.mid-blocks article .btn-drk a
{
 
    font-size: 16px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
}

.mid-blocks .wpb_single_image.wpb_content_element {
margin-bottom: 15px !important;
}

.mid-blocks .vc_column-inner p {
    text-align: left !important;
}
.mid-blocks .vc_column-inner .media_block p{
    min-height: 43px;
}

.mid-blocks .fancybox-inline.profile-pop {
    display: inline-block;
    padding: 10px 20px;
    background: #4097d3;
    color: #ffffff;
    position: absolute;
    bottom: 23px;
    top: auto;
}

.mid-blocks .wpb_raw_code.wpb_content_element.wpb_raw_html {
    position: absolute;
    bottom: 10px;
    float: right;
    right: 0;
}

.mid-blocks .fancybox-inline.profile-pop:hover {
	text-decoration: none;
}

.mid-blocks .vc_btn3-container.vc_btn3-center {
    text-align: right;
}

.mid-blocks .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
    font-size: 20px;
    padding: 10px 30px;
}

.mid-blocks .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover {
    background-color: #4097d3;
    background: #4097d3;
    color: #ffffff;
}
 
@media (max-width: 641px) {
    #news-letter-form input[type=submit] {
    right: 0% !important;
    top: 47px;
    }

    #news-letter-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: auto;
    min-height: auto;
    }
    
    footer #media_image-2 img {
    margin-top: 0 !important;
    }

    footer #footer-copyright {
    padding-top: 15px;
    }

    /*#footer-sidebar4 #media_image-3 img{
    bottom: -15px;
    margin-bottom: 0;
    }*/
    
    section#media_image-3,
    section#bsisocial_widget-2{
    width: 100%;
    float:left;
    margin-bottom: 35px;
    
    }
    
        .header-banner .nivo-controlNav{
        display: none !important;
    }
   
   aside#secondary section, .mid-blocks.vc_col-sm-6, .mid-blocks.vc_col-sm-4{
    margin: 15px !important;
    }
    
    
    #news-letter-form,
    .mid-blocks-shadow{
    margin: 5px !important;
    }
    
    .mid-blocks.vc_col-sm-12 {
    padding: 15px;
    }
    #contact-block {
    margin: 15px;
    }
    #contact-us-block .vc_col-sm-12 .vc_column-inner{
        padding:10px !important;
    }
    
    div#contact-us-block {
    border-top-right-radius: 16px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
    margin: 0px;
    }
    
    .post header.entry-header,
    .post .entry-content,
    .post .entry-footer{
    padding-left: 0px !important;
    padding-right: 0px !important;
    }
    /* #wprmenu_bar {
    margin-top: 25px !important;
    }
    #wprmenu_bar.active {
   margin-top: 5px !important;
    }*/
    
    header#masthead {
    border-top: 11px solid #145647;
    margin-top: 30px;
    }
    
    .search-results #primary.content-area .col-sm-6.equalheight,
    .search-results #primary.content-area .col-sm-3{
    flex: 0 0 100%;
    max-width: 100%;
    }
    
    .search-results #primary.content-area article header{
    padding-left: 31px !important;
    }
    
        .mid-blocks-contactform .vc_column-inner{
        margin-left: 0px !important;
    }

} 
 
img.aveng-logo {
    width: 80%;
}

.mid-blocks .vc_btn3, 
.mid-blocks .vc_btn3.vc_btn3-style-flat {
    background-color: #004D44;
    color: #ffffff;
    font-size: 20px;
}

.mid-blocks .vc_btn3:hover, 
.mid-blocks .vc_btn3.vc_btn3-style-flat:hover {
    background: #145647;
    color: #ffffff;
}

#home-sol-heading h1 {
    color: #34c2e0;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
}

#bio-line {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    color: #587791;
}

#bio-line .vc_sep_line {
	border-color:  #587791 !important;
}

#partners  p {
	text-align: center;
}
#partners img.alignnone.size-medium {
    width: auto;
    margin: 20px;
}

#bio h3 {
    color: #436078;
    font-size: 23px;
}

.blog .entry-title a {
    color:#34c2e0;
}

.blog .entry-title a:hover {
    color: #34c2e0;
}

.blog .entry-title a:hover, .blog .entry-title a:focus, .blog .entry-title a:active {
    color: #34c2e0;
    text-decoration: none;
}

.blog #primary .entry-footer a {
    color: #34c2e0;
    margin: 10px;
}

#africa-logo {
	width: 30%;
	float: right;
	margin-bottom: 0 !important;
}

#breadcrumbs {
	margin: 0;
	padding: 2px 0;
    position: relative;
    z-index: 44;
}

#breadcrumbs a {
	color: #ffffff;
}

#breadcrumbs span {
	font-size: 11px !important;
	color: #ffffff;
}

.breadcrumb_last {
   	color: #ffffff;
	font-weight: 600;
} 
 
@media (max-width:560px) {
 .mid-blocks.wpb_column.vc_column_container.vc_col-sm-3 {
    width: 92%;
    margin: 0 auto;
	}
	    .search-results #primary.content-area .col-sm-6.equalheight{
    background-color: #fff;
    margin-right: 0px;
    max-width: 90%;
    }
    
    .search-results .mid-blocks article.post.type-post.status-publish.format-standard.hentry{
    margin-right:0px;
    }
    .search-results #primary.content-area article header{
    padding-left: 31px !important;
    
    }
} 

.accordion .vc_tta-panel{
    border-bottom: 1px solid #ccc !important;
}

.accordion .vc_tta-panel:last-child {
    border-bottom: 1px solid transparent !important;
}

.accordion .vc_tta-panel.vc_active{
}

.accordion .vc_tta-panels{
    background-color: #F3F2F2 !important;
}
.accordion .vc_tta-panels .vc_tta-panel-body{
    background-color: #fff !important;
}


.accordion .vc_tta-panel.vc_active .vc_tta-panel-heading{
    border-bottom: 1px solid #ccc !important;
}



.accordion h4{
    background-color: #F3F2F2 !important;
    font-size: 16px;
    font-weight: bolder;
}

.accordion h4 a {
    color: #587791 !important;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin:0px;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


.space h3{
    padding: 35px 35px 0 35px;
}
.space h3.vc_custom_heading{
	padding-left: 35px !important;
}

.values h5{
   padding-top: 14px;
}
.space div.wpb_text_column{
    padding: 0px 35px;
}
.space div.btn-drk{
    padding: 0px 0px 35px 0px;
}


.overlap-top,
.overlap-both{
	top: -35px;
	z-index: 2;
	position: relative;
}


.overlap-bottom{
	bottom: -35px;
	z-index: 2;
	position: relative;
}

.overlap-below{
    z-index: 1;
}

.overlap-both {
    margin-bottom: -70px;
}


	
	
.page #tribe-bar-form #tribe-bar-views,
.page .tribe-bar-views-inner,
.page #tribe-bar-views .tribe-bar-views-list,
.page #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
	background: #436078;
	color: #ffffff;
}

div#tribe-bar-views,
ul.tribe-bar-views-list {
    padding: 0 !important;
}

.page .tribe-bar-views-list span.tribe-icon-month {
	background-image: 
}

.page #tribe-bar-form .tribe-bar-submit input[type=submit] {
	background: #2a7db6;
}

.page #tribe-bar-form {
	background: #EEEEEE;
}

.page #tribe-bar-form input[type=text] {
	border-bottom: solid 1px #436078;
}

.page .tribe-events-calendar th {
	background: #2a7db6;
	color: #ffffff;
	padding: 15px;
}

.page  #tribe-events-content table.tribe-events-calendar,
.page #tribe-events-content .tribe-events-calendar td {
	border-bottom: none;
	border-top: none;
}

.page .tribe-events-calendar th {
	border: 1px solid #fff;
	border-bottom: none;
}

.tribe-events-calendar tbody {
	background: #F6F6F6;
}

.page .tribe-events-calendar div[id*=tribe-events-daynum-], 
.page .tribe-events-calendar div[id*=tribe-events-daynum-] a {
 	background-color: #436078;
	 color: #ffffff;
}

.page .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], 
.page .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	background-color: #2A4492;
}

.page .tribe-events-calendar td div[id*=tribe-events-daynum-] {
	padding: 10px;
}

.page #tribe-events-header .tribe-events-sub-nav a,
.page .tribe-events-nav-pagination .tribe-events-sub-nav a {
	color: #34c2e0;
}

.page .tribe-events-month-event-title a {
	color: #34c2e0;
}

.page .tribe-events-calendar .tribe-events-tooltip {
	padding: 15px;
}

.page .tribe-events-calendar .tribe-events-tooltip h3.entry-title.summary {
	font-size: 20px;
	color: #2A4492;
}

.page #tribe-events .tribe-events-button:hover, 
.page .tribe-events-button.tribe-active:hover, 
.page .tribe-events-button.tribe-inactive, 
.page .tribe-events-button:hover {
	background: #2c84c0;
	color: #fff;
}

.page .tribe-events-page-title,
#tribe-events .tribe-events-single-event-title {
	color: #42bffe;
	font-weight: 700;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.page #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover,
.page #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover,
.page #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover {
	background: #2a7db6;
}

.page .tribe-events-notices {
	border-radius: 0;
}

.tribe-events-title-bar {
    margin-top: 60px;
}

#tribe-events .tribe-events-back {
	margin-top: 20px;	
}

#tribe-events .tribe-events-back a {
	color: #34c2e0;
}

#tribe-events #tribe-events-content {
	margin-bottom: 0;
}

.page #tribe-events .tribe-events-button, 
.page .tribe-events-button {
	background: #4097d3;
	padding: 10px 25px;
	color: #ffffff;
	border-radius: 0;
}

.page .tribe-events-calendar .tribe-events-tooltip .tribe-events-event-body {
	padding: 0;
}

.page .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], 
.page .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a {
	color: #ffffff;
}

.shadow_border{
	 border-top-right-radius: 16px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
}

.wpb_single_image.shadow_border{
    height: 162px;
    max-height: 162px;
    display: table;
    width: 100%;
}
.wpb_single_image.shadow_border .wpb_wrapper{
    max-width: 100%;
    display: table-cell;
    vertical-align: middle;
	text-align:center;
}

.page #tribe-events-content .tribe-events-calendar td {
	border-color: #fff;
}

::-webkit-input-placeholder{
	color: #AAAAAA;
}
::-moz-placeholder {
	color: #AAAAAA;
}
:-ms-input-placeholder{
	color: #AAAAAA;
}
:-moz-placeholder{
	color: #AAAAAA;
}
::placeholder{
	color: #AAAAAA;
}



/*--------------------------------------------------------------
# Milestones Page
--------------------------------------------------------------*/

h3.content-title-cmt {
    display: none;
}

.meta-details {
    display: none;
}

.cool-timeline .content-details ul li {
    list-style-position: outside !important;
    text-align: left;
    margin-bottom: 5px;
}

/*.cool_timeline h1.timeline-main-title {
    display: none;
}*/

/*--------------------------------------------------------------
# Become a Xerox partner Page
--------------------------------------------------------------*/
/*body .gform_wrapper ul li.gfield.address .address_city, 
body .gform_wrapper ul li.gfield.address .address_state {
    margin-top: 16px;
}*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	background: #fff;
}

#footer-sidebar {
	margin-top: 50px;
	/*margin-bottom: 20px;*/
}

footer .row {
	margin: 0;
}

div#footer-sidebar1 {
	padding-left: 0;
}

h2.widget-title{
	font-size: 20px;
	font-weight: 600;
    border-bottom: 1px solid #145647;
    padding-bottom: 20px;
}
footer .widget-title {
	font-size: 20px;
	font-weight: 600;
	width: 100%;
	margin-bottom: 15px;
}

footer .widget-title:after {
    content: "";
    display: block;
    /*border-bottom: 1px solid #115745;*/
    width: 80%;
    margin-top: 10px;
}

footer .textwidget a {
	color: white;
}

/*#footer-sidebar4 #media_image-3 img {
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    margin-bottom: 1.5em;
}*/
footer .textwidget a:hover,
.site-footer #footer-sidebar1 a:hover{
	font-weight: 500;
	text-decoration: none;
	color: #115745;
}

footer #media_image-2 img {
    width: 80% !important;
   /*margin-top: 1.5em;)*/
}

footer #footer-copyright p{
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    color: #A2A2A2;
    margin-bottom: 0;
}

footer #footer-copyright {
    border-top: 1px solid #D8D8D8;
    padding-top: 15px;
}

.widget_bsisocial_widget i {
	color: #6C777E;
	padding: 12px 12px;
	width: 40px;
    height: 40px;
    font-size: 22px;
    text-align: center;
    line-height: 22px;
    text-decoration: none;
}

.widget_bsisocial_widget a:hover i{
    color: #185B49;
}

.widget_bsisocial_widget i.fa-facebook-f {
	padding: 11px 14px;
}

.widget_bsisocial_widget a{
	background: #34c2e0;
	display: inline-block;
	margin-right: 10px;
    border-radius: 37px;
}

.widget_bsisocial_widget a:hover {
	background: #4E4E4F;
}

span.footer-icons {
    display: inline-block;
    width: 25px;
	vertical-align: top;
	margin-top: -2px;
}

span.contact-text {
    display: inline-block;
	margin-left: 10px;
}

span.contact-text p {
	margin-bottom: 0;
	line-height: 1.5em;
	color: #4E4E4F;
}
.paddress, .phone, .email{
    position: relative;
    left: 40px;
    width: 76%
}
.paddress p, .phone p, .email p{
    font-size:13px;
}
.email a{
    color: #587791;
}

.email a:hover, .email a:focus, .email a:active{
    color: #587791;
    font-weight: 300;
    text-decoration: none;
}

.contact-us p{
    font-size: 13px;
}

.home .contact-us p {
	font-size: 20px;
	line-height: 31px;
	font-weight: 300;
}

.paddress:before {
    background: url(/wp-content/uploads/2018/11/three-buildings.png) no-repeat 0 0;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    content: " ";
    margin: 0;
    position: absolute;
    left: -28px;
}

.phone:before {
    background: url(/wp-content/uploads/2018/11/smartphone-call.png) no-repeat 0 0;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    content: " ";
    margin: 0;
    position: absolute;
    left: -28px;
}

.email:before {
    background: url(/wp-content/uploads/2018/11/close-envelope.png) no-repeat 0 0;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    content: " ";
    margin: 0;
    position: absolute;
    left: -28px;
}

.site-footer p,
.site-footer a {
	font-size: 13px;
}
.site-footer #footer-sidebar1 a {
	color: #fff;
}


.abp table{
    width: 100%;
    border: 1px solid #42bffe !important;
}

.abp table td, .abp table th {
    border: 1px solid #42bffe;
    padding: 10px;
}

.abp table tbody tr{
    background-color: #fff;
}

.abp table tr:nth-child(even){
    background-color: #F1F8FF;
}

.abp table tbody tr:hover{
    background-color: #f2f2f2;
}

.abp thead{
    background-color: #42bffe;
    color: #fff;
}
.abp tbody{}
.abp tbody td:first-child{
    font-weight: 500;
}
.abp tbody td {
    vertical-align: top;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text{
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
 @font-face {
	font-family: "flexslider-icon";
	src: url("fonts/flexslider-icon.eot");
	src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
	font-weight: normal;
	font-style: normal;
  }
  /* ====================================================================================================================
   * RESETS
   * ====================================================================================================================*/
  .flex-container a:hover,
  .flex-slider a:hover {
	outline: none;
  }
  .slides,
  .slides > li,
  .flex-control-nav,
  .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  .flex-pauseplay span {
	text-transform: capitalize;
  }
  /* ====================================================================================================================
   * BASE STYLES
   * ====================================================================================================================*/
  .flexslider {
	margin: 0;
	padding: 0;
  }
  .flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
  }
  .flexslider .slides img {
	width: 100%;
	display: block;
  }
  .flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
  }
  html[xmlns] .flexslider .slides {
	display: block;
  }
  * html .flexslider .slides {
	height: 1%;
  }
  .no-js .flexslider .slides > li:first-child {
	display: block;
  }
  /* ====================================================================================================================
   * DEFAULT THEME
   * ====================================================================================================================*/
  .flexslider {
	margin: 0 0 60px;
	position: relative;
	zoom: 1;
  }
  .flexslider .slides {
	zoom: 1;
  }
  .flexslider .slides img {
	height: auto;
	-moz-user-select: none;
  }
  .flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
  }
  .loading .flex-viewport {
	max-height: 300px;
  }
  @-moz-document url-prefix() {
	.loading .flex-viewport {
	  max-height: none;
	}
  }
  .carousel li {
	margin-right: 5px;
  }
  .flex-direction-nav {
	*height: 0;
  }
  .flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 120px;
	margin: -90px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	/* color: rgba(0, 0, 0, 0.8); */
	color: #ffffff;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }
  .flex-direction-nav a:before {
	font-size: 100px;
	display: inline-block;
	content: "\2039";
	/* color: rgba(0, 0, 0, 0.8); */
	color: #ffffff;
  }
  .flex-direction-nav a.flex-next:before {
	content: "\203A";
  }
  .flex-direction-nav .flex-prev {
	left: -50px;
  }
  .flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
  }
  .flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
  }
  .flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
  }
  .flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
  }
  .flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
  }
  .flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
  }
  .flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
  }
  .flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: "\f004";
  }
  .flex-pauseplay a:hover {
	opacity: 1;
  }
  .flex-pauseplay a.flex-play:before {
	content: "\f003";
  }
  .flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -60px;
	text-align: center;
  }
  .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	display: inline;
  }
  .flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: inline-block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
  }
  .flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
  }
  .flex-control-paging li a.flex-active {
	background: #ffffff;
	background: #ffffff;
	cursor: default;
  }
  .flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
  }
  .flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
  }
  .flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
  }
  .flex-control-thumbs img:hover {
	opacity: 1;
  }
  .flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
  }
  /* ====================================================================================================================
   * RESPONSIVE
   * ====================================================================================================================*/
  @media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
	  opacity: 1;
	  left: 10px;
	}
	.flex-direction-nav .flex-next {
	  opacity: 1;
	  right: 10px;
	}

  }
  
