@charset "UTF-8";
/* CSS Document */

#logo img {
    height: 46px;
}
.rightVid{
	overflow: hidden;
	float:right;
	width:48%;
	padding:0 0 0 2%;
	max-height:311px;
	background-color:#000;
}
.rightVid iframe{
	margin-top:-5px;
	width: 101%;
}
.leftVid{
	overflow: hidden;
	float:left;
	width:48%;
	padding:0 2% 0 0;	
	max-height:310px;
	background-color:#000;
}
.leftVid iframe{
	margin-top:-5px;
	width: 101%;
}
.rightGrid{
	float:right;
	width:50%;
	min-height:311px;
}

.rightGrid img{
	width:100%;
	height:auto;
}
.leftGrid{
	float:left;
	width:50%;
	min-height:311px;
}
.leftGrid img{
	width:100%;
	height:auto;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert {
    border-width: 1px;
}
a {
    color: #009d9a;
}
.eventImage {
/*
    float: right;
    margin: 0 0 20px 20px;
*/
}

ul.eventsKey{
	list-style:none;	
	overflow:auto;
	margin:0 0 20px;
	padding:0 0 20px 0;
	border-bottom:1px solid #7b7b7b;
}
ul.resourceKey{
	list-style:none;	
	overflow:auto;
	margin:20px 0 20px;
	padding:20px 0 20px 0;
}
.eventsKey li{
	float:left;
	width:14.285%;
	text-align:center;	
	position:relative;
	font-size:11px;
	color:#7b7b7b;
}
.resourceKey li{
	float:left;
	width:25%;
	text-align:center;	
	position:relative;
	font-size:11px;
	color:#7b7b7b;
}
.eventKey{
	display:block;
	width:20px;
	height:20px;
	border-radius:50%;	
	margin:auto;
}
iframe{
	width:100%;	
}
.owl-carousel .owl-nav.disabled {
					display: block;
				}
#who-we-work-with h4 a {
	color: #fff;
}
.owl-stage {
	display: flex;
	align-items: center;
}
.wideContainer {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
.background-white{
	background-color:#fff;	
}
.background-grey{
	background-color:#424242;	
}

.black-text{
	color:#000 !important;	
}
.white-text{
	color:#fff !important;	
}
.listContainer{
	overflow:hidden;	
}
.recent_life_part { margin-bottom: 40px;}
.recent_life_container { margin: auto; max-width: 1520px;}
.recent_life_row { float: left;}
.recent_life_row.row1 { width: 23.16%; margin-right: 0.53%;}
.recent_life_row.row2 { width: 20.72%; margin-right: 0.53%;}
.recent_life_row.row3 { width: 28.62%; margin-right: 0.53%;}
.recent_life_row.row4 { width: 24.93%;}
.recent_life_img.img1 { margin-bottom: 8px;}
.row2 .recent_life_img.img_bl { background: #009d9a none repeat scroll 0 0; margin-top: 8px; min-height: 95px;}
.recent_life_row3_in1 { margin-bottom: 12px;}	
.recent_life_row3_in1 .recent_life_inner_left { float: left; margin-right: 1.83%; width: 68%;}
.recent_life_row3_in1 .recent_life_inner_right { background: #009d9a none repeat scroll 0 0; float: left; min-height: 197px; width: 30.17%;}
.recent_life_row4_in1 .recent_life_inner_left { float: left; width: 54.09%; margin-right: 1.58%;}
.recent_life_row4_in1 .recent_life_inner_right { float: left; width: 44.33%;}
.recent_life_img.img8 { margin: 8px 0;}
.recent_life_row4_in2 .recent_life_inner_left { float: left; width: 76.25%; margin-right: 1.58%;}
.recent_life_row4_in2 .recent_life_inner_right { background: #009d9a none repeat scroll 0 0; float: left; min-height: 178px; width: 22.17%;}
.recent_life_part h3 { color: #fff; font-family: "GarrisonSans"; font-size: 30px; line-height: 30px; margin: 0 0 30px; text-align: center; text-transform: uppercase;}
.recent_life_part h3 span { color: #009d9a; }
.recent_life_img img { height: auto; max-width: none; width: 100%;}


.bounceThis{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.bounceThis:hover{
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
}
.benefits-container {
}
.benefits-container li {
    padding: 20px;
    border-bottom: 1px solid #e1e1e1;
}
.largeBtn {
    padding: 20px 20px 15px 20px;
    font-size: 20px;
}
.primaryDrop{
	left:-180px !important;	
	width:230px !important;
}
.leftDrop{
	margin:0 0 0 48px !important;	
}
.tertiaryDrop{
	left: 343px !important;
	top: -224px ;	

}
li.triggerTertiary:hover .tertiaryDrop{
	top: 224px !important;		
}
.footerLogo{
	height:50px;
	margin:0 10px;
	width:100px
}	
.footerLogo img{
	height:40px;	
}
.groupLogo img{
	height:60px;	
}
.text-teal{
	color:#009d9a !important;	
}
.background-teal {
    background-color: #009d9a;
}
.border-teal {
    border-color: #009d9a !important;
}
.background-white {
    background-color: #fff;
	color:#000;
}
.border-white {
    border-color: #fff !important;
}



.third-level-menu
{
	width: 100%;
	float: left;
	background-color: #dedde1;
    position: absolute;
    top: 0;
    right: -261px;
    width: 260px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none !important;
}
.fourth-tier{
	top:165px;
}
.third-level-menu > li
{
    float: left;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #c8c8ca;
}
.third-level-menu > li:hover { 
	background-color: #009d9a;
}
.third-level-menu li a{
	float: left;
	display: inline-block;
	width: 100%;
	padding: 10px 20px;
	color: #545454;
	text-decoration: none;	
}
.third-level-menu li a:hover{
	color:#fff;	
}
.top-level-menu li:hover{
	background-color: #009d9a;
	color:#fff;
}
.top-level-menu li:hover > ul
{
    display: inline !important;
}
#servicesNav .second-level-menu {	
	left: -110px !important;
}
#nav ul.nav > li ul li a{
	font-size:12px;	
	padding:10px;
}

.columnPadding{
	padding:0 20px;	
}
@media only screen and (max-width : 1023px) {
	ul.nav > li:last-child {
		padding-bottom: 70px;
	}
	.third-level-menu {
		background-color: #dedde1;
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		display: block !important;
		padding:0 0 0 30px;
	}
}

@media only screen and (max-width : 700px) {
	.col-6{
		width:100%;	
	}
	#banner-home .text p{
		display:block !important;	
	}
}