@charset "UTF-8";
/* CSS Document */

/* LEGACY STYLES */
ul.doublePod {}
li.col1-2, 
li.col2-2, 
li.col1-3, 
li.col2-3, 
li.col3-3 { background:url(/images/bkgBottGrad.gif) repeat-x bottom; overflow:hidden; border:1px solid #ccd2d8; min-height:420px; position:relative; width:410px; margin-bottom:25px;}

.head {font-family: 'LoewHeavy'; font-size: 34px; color:#104C97; text-transform: none; margin-top: 30px; margin-bottom: 5px; text-align: left;  font-weight: 500; line-height: 1.2; display: block;}

.subhead,
.subHead {font-family: 'LoewHeavy'; font-size: 30px; color:#104C97; text-transform: none; margin-top: 30px; margin-bottom: 5px; text-align: left;  font-weight: 500; line-height: 1.2; display: block;}

.subhead a,
.subHead a {color:#104C97; text-decoration:none;}

#headline {margin-bottom: 20px;}
#headline .subHead {font-family: 'LoewRegular'; font-style: italic; font-size:22px; margin-top:0;}

.terthead {font-family: 'LoewHeavy'; font-size: 28px; color:#104C97; text-transform: none; margin-top: 30px; margin-bottom: 5px; text-align: left;  font-weight: 500; line-height: 1.2; display: block;}

.accent01 {font-family: "LoewHeavy", Helvetica, Arial, sans-serif; font-size: 18px; color: #104C97; margin-bottom: .5rem; font-weight: 500; line-height: 1.2; margin-top: 0;}

.accent01Med {color:#104C97; font-size:23px;}

.accent02 {color:#104C97;}

.accent02Med {color:#104C97; font-size:13px;}

h3.bottCurvedShadow { font-size:23px; line-height:100%; color:#104C97; text-transform:uppercase; text-align:center; background:url(/images/imgBottCurvedShadow.png) no-repeat bottom; width:100%; padding:23px 0px 38px 0px; margin-bottom:20px;}

.doublePod a.lnkSecondaryHead, 
.triplePod a.lnkSecondaryHead { text-transform:uppercase; line-height:110%; font-weight:bold; color:#104C97; display:block; margin-bottom:20px;}

.doublePod a.lnkSecondaryHead:hover, 
.triplePod a.lnkSecondaryHead:hover { color:#104C97;}

.doublePod .lnkSecondaryHead, 
.doublePod p { padding:0px 40px 0px 40px;}

.doublePod .btnBlank, 
.triplePod .btnBlank { color:#FFF; line-height: 105%; padding:10px; position:absolute; bottom:0px; left:0; margin:0; background:#333; text-decoration: none;}
	

ul.stripped.triplePod {overflow:hidden;}
li.col1-3, li.col2-3, 
li.col3-3 { text-align:center; float:left; width:262px; margin:0px 37px 30px 0px; padding:0px;}
.triplePod li { min-height:350px;}
.triplePod .lnkSecondaryHead, 
.triplePod p { padding:0px 40px 0px 40px;}
.triplePod li:nth-child(3), 
.triplePod li:nth-child(6),  
.triplePod li:nth-child(9),  
.triplePod li:nth-child(12) { margin-right:0px;}
#pagebuilder .triplePod h3.bottCurvedShadow { font-size:16px; line-height:100%; color:#104C97; text-transform:uppercase; text-align:center; background:url(/images/imgBottCurvedShadowSm.png) no-repeat bottom; width:100%; padding:15px 0px 30px 0px; margin-bottom:10px;}
.mkLogo { margin:0px 0px 20px 0px;}


.wrappedImage.floatRight {
    float: right;
    margin: 0px 0px 10px 15px;
    padding:4px;
    border:5px solid #FFF;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.34);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.34);
}



/* ----------------- Timeline ----------------- */

#historyTimeline {
    position: relative;
}

/* -- Global -- */
#timeline_container {
	position:relative;
	background-color:#efeee9;
	border:4px solid #104C97;
	opacity: 0;
    margin:0 auto;
}

#timeline {
	/* set your own css here, if needed */
}

#timeline .hidden {
	display: none;
}
/* -- End Global -- */



/* -- Viewport -- */
#timeline .viewport {
	overflow: hidden;
	position: relative;
	background: url(/images/bkgTImeline.jpg) no-repeat 0 0;
}

#timeline .viewport .images {
	position: absolute;
	padding: 0px 15px;
	margin: 0px;
}

#timeline .viewport .images img {
	float: left;
	margin:15px;
	/*max-width:125px;*/
}
#timeline .viewport .images img.box { border:6px solid #FFF; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6); -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6); -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6); margin-top:25px;}

#timeline .viewport .images img.rotateLft {-webkit-transform: rotate(-8deg); -moz-transform: rotate(-8deg);}

#timeline .viewport .images img.rotateRt {-webkit-transform: rotate(8deg); -moz-transform: rotate(8deg);}

#timeline .viewport .images img.bleed { margin:0px 15px; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.9); -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.9); -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.9);}

/* -- End Viewport -- */



/* -- Milestones -- */
#timeline .milestones {
	overflow: hidden;
	position: relative;
	border-top: 4px solid #104C97;
}

#timeline .milestones .content {
	position: absolute;
	padding: 0px;
	margin: 0px;
}

#timeline .column_first {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 14px 0px 0px 20px;
}

#timeline .column {
	float: left;
	padding: 0px 0px 0px 10px;
	margin: 14px 0px 0px 30px;
	height: 200px;
	border-left: 1px solid #ccc;
}

#timeline .c100 { width: 100px; }
#timeline .c125 { width: 125px; }
#timeline .c150 { width: 150px; }
#timeline .c175 { width: 175px; }
#timeline .c200 { width: 200px; }
#timeline .c225 { width: 225px; }
#timeline .c250 { width: 250px; }
#timeline .c275 { width: 275px; }
#timeline .c300 { width: 300px; }
#timeline .c325 { width: 325px; }
#timeline .c350 { width: 350px; }
#timeline .c375 { width: 375px; }
#timeline .c400 { width: 400px; }
#timeline .c425 { width: 425px; }
#timeline .c450 { width: 450px; }
#timeline .c475 { width: 475px; }
#timeline .c500 { width: 500px; }
#timeline .c525 { width: 525px; }
#timeline .c550 { width: 550px; }
#timeline .c575 { width: 575px; }


#timeline span {
	display: block;
}

#timeline .date {
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;
	color: #104C97;

}

#timeline .txt {
	font-size: 11px;
	line-height: 110%;
	color: #4c6175;
	margin: 8px 0px 0px 0px;
}

#timeline .thumb_description {
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
	color: #6f6f6f;
	clear: left;
}

#timeline .thumb {
	margin: 14px 0px 0px 0px;
}

#timeline .video_rollover, #timeline .image_rollover {
	position:relative;
	float:left;
}

#timeline .video_rollover span, #timeline .image_rollover span {
	left: 0px;
	top: 0px;
	display: none;
	position: absolute;
}
#timeline .video_rollover span, #timeline .image_rollover span {
	background: url('/images/thumb_video_hover.png') no-repeat;
	width: 113px;
	height: 67px;
}

#timeline .image_rollover span {
	background: url('/images/thumb_image_hover.png') no-repeat;
	width: 113px;
	height: 67px;
}

#timeline .link {
	font-size: 12px;
	font-weight: 700;
}

#timeline .link a {
	color: #4c6175;	
}
	
#timeline .link a:hover {
	color: #104C97;
	text-decoration: underline;
}

#timeline .big_link {
	font-size: 11px;
	font-weight: 700;
	margin: 10px 0px 0px 0px;
	padding: 1px 5px 2px 5px;
	float: left;
	background-color: #104C97;
}

#timeline .big_link a {
	color: #104C97;	
	text-decoration: none;
}
	
#timeline .big_link a:hover {
	color: #fff;
}

/* -- End Milestones -- */



/* -- Scrollbar -- */
#timeline .scrollbar{
	background: transparent url(/images/scrollbar_background.png) repeat-x 0 0;
	position: absolute;
}

#timeline .dragger {
	background: transparent url(/images/scrollbar_dragger.png) no-repeat 0 0;
	cursor: pointer;
	position: absolute;
}

#timeline .mark {
	background: transparent url(/images/scrollbar_mark.png) no-repeat 0 0;
	cursor: pointer;
	height: 21px;
	width: 13px;
	left: 600px;
	position: absolute;
	display: none;
	opacity: 0;
}
/* -- End Scrollbar -- */



/* -- Miscellaneous -- */
#timeline .drag_icon {
	cursor:url(/images/drag_icon.png), e-resize;
}

#timeline .audio_player {
	position: absolute;
	top: 1px;
	right: 7px;
	display:none;
}
/* -- End Miscellaneous -- */


.industryFirst {background:url(/images/imgHistCartouche.png) no-repeat top left; text-indent:20px;}

.industryFirstLegend { font-size:11px; line-height:110%; padding:20px 0px 0px 0px; text-align: center;}
	.industryFirstLegend .industryFirst { display:inline-block;}