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

/*================================GLOBAL=======================================*/
/*=============================================================================*/

*{
	margin:0;
	padding:0;
}

body{
	height:100%;
	width:100%;
	background-color:#003063;
}

iframe{
	background:none transparent;
}

.headerOuterWrapper{
	position: fixed;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 125px;
	min-width:944px;
	background-color:rgba(255,255,255,1);
	border-bottom:1px solid #eee;
	z-index: 10000;
}

.headerInnerWrapper{
	position:relative;
	display: block;
	margin:0 auto;
	align:center;
	width: 100%;
	/*border:1px solid red;*/
}

#menuWrapper{
	position: relative;
	display: inline-block;
	float:left;
	width:40%; 
	/*border:1px solid #ccc;*/
}

#menuInnerWrapper{
	position: relative;
	display: inline-block;
	float:left; 
	margin-left:40px;
	/*border:1px solid red;*/
}

#hamMenuInnerWrapper{
	display:none;
}

#globalLogoWrapper{
	position:relative;
	display: inline-block;
	width:20%;
	float:left;
	z-index: 500;
	/*border:1px solid red;*/
}

#globalLogo{
	position:relative;
	display: block;
	top:10px;
	width:200px;
	height:200px;
	margin:0 auto;
	align:center;
	z-index: 500;
}

#topTelWrapper{
	position: relative;
	display: inline-block;
	float:right;
	width:33%; 
	/*border:1px solid #ccc;*/
}

#topTel{
	position: relative;
	display: block;
	float:right;
	margin:10px 40px 0px 0px;
	text-align: right;
}



.container{
	position:relative;
	display: block;
	clear:both;
	width:100%;
	margin:0 auto;
	align:center;
	margin-top:125px;
	min-width:944px;
	min-height:700px;
	background-image: url("../images/global/contentBg.jpg");
	background-position: bottom;
	background-repeat: repeat-y;
	background-color:#fff;
}

.pageTopRowWrapper{
	position:relative;
	display: inline-block;
	clear:both;
	min-height:100px;
	width:100%;
	margin:0 auto;
	align:center;
	background-color:#fff;
	background-position: center;
	padding:0px;
	/*border:1px solid red; */
}

.pageTopRowInnerWrapper{
	position:relative;
	display: block;
	max-width:1300px;
	padding:150px 40px 0px;
	margin:0 auto;
	align:center;
	/*border:1px solid green;*/
}

.pageTopRowInnerWrapperNews{
	position:relative;
	display: block;
	max-width:1300px;
	padding:50px 40px 0px;
	margin:0 auto;
	align:center;
	/*border:1px solid green;*/
}

.pageSecondRowWrapper{
	position:relative;
	display: block;
	width:100%;
	margin:0 auto;
	align:center;
	min-height:300px;
	padding:40px 0px 60px 0px;
}

.pageSecondRowInnerWrapper{
	position:relative;
	display: block;
	max-width:1300px;
	padding:0px 40px 50px;
	margin:0 auto;
	align:center;
	min-height:200px;
}

.pageSecondRowInnerWrapperTiled{
	position:relative;
	display: block;
	min-width:864px;
	padding:0px 40px;
	margin:0 auto;
	align:center;
	min-height:300px;
}

.eventSponsorWrapperTiled{
	position:relative;
	display: block;
	min-width:864px;
	padding:0px;
	margin:0 auto;
	align:center;
	min-height:300px;	 
}

.eventSponsorListOuterWrapper{
	display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
	overflow: auto;
	/*border:1px solid red;*/
}

.pageThirdRowWrapper{
	position:relative;
	display: block;
	width:100%;
	margin:0 auto;
	align:center;
	min-height:300px;
	padding:60px 0px;
}

.pageFourthRowWrapper{
	position:relative;
	display: block;
	width:100%;
	margin:0 auto;
	align:center;
	min-height:500px;
	padding:60px 0px;
}

.pageSubheadWrapper{
	position:relative;
	display: block;
	width:944px;
	margin:40px 0px 0px -40px;
	min-height: 40px;
	align:center;
}

.pageSubheadInner{
	position:relative;
	display: block;
	width:864px;
	padding:20px 40px 0px 40px;
	align:center;
}

.pageSubheadBottom{
	position:relative;
	display: block;
	width:944px;
	height:81px;
	padding:0px;
	align:center;
}

.headBlock{
	float:left;
	height:32px;
	width:26px;
	margin:11px 12px 0px 0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e30613+1,9c1006+100 */
background: #e30613; /* Old browsers */
background: -moz-linear-gradient(top,  #e30613 1%, #9c1006 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e30613 1%,#9c1006 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e30613 1%,#9c1006 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30613', endColorstr='#9c1006',GradientType=0 ); /* IE6-9 */

}






/*===================================FOOTER====================================*/
/*=============================================================================*/


#footer{
	position: relative;
	display:block;
	float: left;
	clear: both;
	margin:-5px auto;
	align:center;
	padding:0px;
	width: 100%;
	min-height: 200px;
	min-width:944px;
	background-color:#9c1006;
	border-top:1px solid #eee;
}

.footerInner{
	position: relative;
	display: block;
	min-width:944px;
	max-width: 100%;
	margin:0px auto;
	align:center;
}

.footerColumn{
	position: relative;
	display: inline-block;
	min-height:220px;	
}

#footerColumn1Outer{
	width:40%;
	float:left;
	min-height:220px;
	margin:60px auto;
}

#footerColumn2Outer{
	width:20%;
	float:left;
	min-height:220px;
	margin:60px auto 0;
}

#footerColumn3Outer{
	width:40%;
	float:right;
	height:220px;
	margin:60px auto;
	text-align: right;
}

.bottMenu{
	margin-left:40px;
	font-size: 12px;
	line-height: 18px;
	padding:0px;
	text-align: left;
}

.socMed{
	position: relative;
	display: block;
	clear:both;
	height:50px;
	width: 125px;
	margin:70px auto 30px;
	align:center;
}

.socMedIcon{
	position: relative;
	display: inline-block;
	height:50px;
	width: 50px;
	-webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

#fb{
	float:left;
	margin:0px 25px 0px 0px;
}

#twitt{
	align:center;
	margin:0px auto;
}

.socMedIcon img{
	height:50px;
	width: 50px;
}

.addressWrapper{
	position: relative;
	margin:230px 40px 0px 0px;
	position: relative;
	display: inline-block;
	float:right;
	text-align:right;
}


/*===========================================FOOTERBASE=====================================*/
/*==========================================================================================*/

#footerbase{
	position: relative;
	display: block;
	float:left;
	clear: left;
	margin:0 auto;
	padding:20px 0px;
	width: 100%;
	height: 40px;
	min-width:944px;
	border-top:1px solid #aaa;
	background: #004f9f; /* Old browsers */
	background: -moz-linear-gradient(top,  #004f9f 0%, #003063 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #004f9f 0%,#003063 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #004f9f 0%,#003063 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f9f', endColorstr='#003063',GradientType=0 ); /* IE6-9 */
}


#footerbaseInner{
	position: relative;
	display: block;
	min-width:944px;
	max-width: 100%;
	margin:10px auto;
	height:40px;
	align:center;
}

.footerbaseColLeft{
	position: relative;
	display: inline-block;
	float:left;
	width: 40%;
	margin:10px 0px 0px 40px;
	height: 20px;
	text-align: left;
	color:#fff;
}

.footerbaseColRight{
	position: relative;
	display: inline-block;
	float:right;
	width: 40%;
	margin:0px 40px 0px 0px;
	padding-top:20px;
	height: 20px;
	text-align: right;
	color:#fff;
}

#footerbaseColumnRightInner{
	position: relative;
	display: inline-block;
	float:right;
	height: 20px;
	text-align: center;
	color:#fff;
}

/*=============================================HOME=========================================*/
/*==========================================================================================*/

#frontpageSlideOuterWrapper{
	position:relative;
	display: block;
	width:100%;
	margin:0 auto;
	padding:0px;
	align:center;
}

#frontpageSlideInnerWrapper{
	position:relative;
	display: block;
	width:100%;
	margin:0px auto;
	align:center;
	height:800px;
	background-image: url("../images/home/frontPage.png");
	
}

.homeSlide1{ background-image: url("../images/home/1.jpg");} 

.homeSlide2{ background-image: url("../images/home/3.jpg");}

.homeSlide3{ background-image: url("../images/home/2.jpg");}


.slideTextWrapper1,.slideTextWrapper2,.slideTextWrapper3,.slideTextWrapper4,.slideTextWrapper5{
    position: relative;
    display: block;
    width: 40%;
    border-radius: 5px;
    padding: 20px;
}

.slideTextWrapper1{
	top:30%;
	left:15%;
}

.slideTextWrapper2{
	top:40%;
	left:55%;
}

.slideTextWrapper3{
	top:40%;
	left:15%;
}

/*=======================Crucial Difference============================*/
/*=================================================================*/

#crucialMainPicWrapper{
	max-width:1500px;
	max-height:591px;
	min-width:700px;
}


/*============================Heart=================================*/
/*=================================================================*/

#heartMainPicWrapper{
	margin-top:-60px;
	float:right;
	max-width:600px;
	max-height:700px;
	min-width:300px;
}

/*============================Strategy===============================*/
/*=================================================================*/ 

#strategyMainPicWrapper{
	margin-top:-60px;
	float:right;
	max-width:600px;
	max-height:700px;
	min-width:300px;	
}

/*=========================Business & Staff============================*/
/*=================================================================*/ 

#staffMainPicWrapper{
	margin:0px 50px 70px 0px;
	float:left;
	max-width:600px;
	max-height:700px;
	min-width:300px;
}

/*=====================Single Customer View===========================*/
/*=================================================================*/ 

#custViewMainPicWrapper{
	margin:50px auto;
	align:center;
	max-width:1208px;
	max-height:794px;
	min-width:300px;
	/*border:1px solid red;*/
}

/*=====================Sustaining & Evolving===========================*/
/*=================================================================*/ 

#evolveMainPicWrapper{
	margin:50px auto;
	align:center;
	max-width:1000px;
	max-height:376px;
	min-width:300px;
	/*border:1px solid red;*/
}

/*=====================Tech Implementation===========================*/
/*=================================================================*/ 

#techMainPicWrapper{
	margin:50px auto;
	align:center;
	max-width:1000px;
	max-height:580px;
	min-width:300px;
	/*border:1px solid red;*/
}

/*============================Approach=============================*/
/*=================================================================*/ 

#appMainPicWrapper{
	margin:50px 0px;
	float:right;
	align:right;
	max-width:550px;
	max-height:250px;
	min-width:300px;
	/*border:1px solid red;*/
}

/*============================Delivering=============================*/
/*=================================================================*/ 

#deliverMainPicWrapper{
	margin:50px auto;
	align:center;
	max-width:1500px;
	max-height:591px;
	min-width:700px;
	/*border:1px solid red;*/
}

/*==========================Clients==================================*/
/*=================================================================*/ 

#contentProviders{
	width:200px;
	height:200px;
	margin:-20px 50px 30px 0px;
	float:left;
}

#artsHeritage{
	width:200px;
	height:200px;
	margin:0px 0px 30px 40px;
	float:right;
}

#membership{
	width:370px;
	height:150px;
	margin:0px 50px 30px 0px;
	float:left;}

#zooBotanical{
	width:270px;
	height:200px;
	margin:0px 0px 30px 40px;
	float:right;
}

/*===========================BLOG=================================*/
/*=================================================================*/

#blogTimelineOuterWrapper{
	position: relative;
	display: block;
	margin:0 auto;
	align:center;	
	max-width:1300px;
	min-width:720px;
	height:600px;
	overflow-y: scroll;
	/*border:1px solid red;*/
}

.blogItemOuterWrapper{
	position: relative;
	display: inline-block;
	width:100%;
	height:170px;
	border-bottom:1px solid #ccc;
}

.blogItemOuterWrapper{
	position: relative;
	display: inline-block;
	width:100%;
	padding:30px 0px 0px 0px;
}

.blogItemOuterWrapper{
	position: relative;
	display: inline-block;
	width:100%;
	min-height:170px;
	max-height:200px;
	border-bottom:1px solid #ccc;
}

.blogItemInnerWrapperLeft{
	float:left;
	height:120px;
	width:120px;
	margin: 0px 30px 0px 0px;
}

.blogItemInnerWrapperRight{
	overflow:hidden;
	height:170px;
}

.blogPic{
	position: relative;
	display: block;
	float:left;
	height:120px;
	width:120px;
	border:1px solid #003063;
	overflow: hidden;
}

.blogPic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.blogDate{
	position: relative;
	display: block;
	float:left;
	margin-bottom:5px;
}

.blogTitle{
	position: relative;
	display: block;
	float:left;
	clear:left;
	margin-bottom:5px;
}

.blogDesc{
	position: relative;
	display: block;
	float:left;
	clear:left;
}

/*========================FULL ARTICLE==============================*/
/*================================================================*/



#fullBlogTimelineOuterWrapper{
	position: relative;
	display: block;
	margin:0 auto;
	align:center;	
	max-width:1300px;
	min-width:720px;
	min-height:600px;
}

.fullBlogTitleWrapper{
	position:relative;
	display: block;
	max-width:700px;
	padding:150px 40px 0px;
	margin:0 auto;
	align:center;
}


.fullBlogMainPic{
	position: relative;
	display: block;
	margin:0 auto;
	align:center;	
	width:700px;
	
}

.fullBlogMainPic img{
	width:100%;
	border:2px solid #ccc;
}

.fullBlogText{
	position: relative;
	display: block;
	margin:40px auto;
	align:center;	
	width:700px;
	min-height:300px;
}

.fullBlogText p{
	margin:10px;
}

.addThis1{
	margin-left:10px;
}

/*========================CONTACT US==============================*/
/*================================================================*/


/*==========================SITEMAP===============================*/
/*===============================================================*/


/*======================PRIVACY NOTICE===========================*/
/*==============================================================*/







