@charset "utf-8";
/* CSS Document */

/*** iPad in portrait ***/


/*@media screen and
(min-width: 961px) and (max-width: 1300px),
(min-width: 961px) and (max-width: 1024px) and (orientation:landscape),
(min-width: 961px) and (max-width: 1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio: 2)*/

/*** phones in portrait mode, non-retina  (min-width: 768px) and (max-width: 980px) and ( orientation:portrait ),***/
@media screen and 
(min-width: 768px) and (max-width: 980px),
(min-width: 768px) and (max-width: 980px) and ( orientation:portrait ) and (-webkit-min-device-pixel-ratio: 2)

{

.base-videoHeight {
    height: 93%;
}

/*** BASE STYLES ***/

.heroMarquee
{
	position:relative;
	display:block;
	margin:0 auto;
	width:100%;
	height:370px;	
}

/*** global logo styles ***/
.global-Logo-LG
{
	position:absolute;
	display:block;
	width:165px;
	height:120px;
	top:8%;
	left:65px;
	margin:0 auto;
	cursor:pointer;
	background:url(/dms-inline/images/shared/VSP-Global-logos.png) -165px 0 no-repeat;
	z-index:30;		
}

.global-bkgd-LG
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;	
	background:url(/dms-inline/images/global/home/globalLanding-bkgd.jpg) no-repeat top right;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/globalLanding-bkgd.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/globalLanding-bkgd.jpg', sizingMethod='scale')";	
}


.global-navLogo
{
	display:block;
	width:138px;
	height:82px;
	margin:0 auto;
	cursor:pointer;
	background:url(/dms-inline/images/shared/vspLogo.png) 0 0 no-repeat;	
}

.global-navLogo-mobile
{
	
	position:absolute;
	top:10px;
	left:20px;
	margin:0;
	width:50px;
	height:37px;	
	z-index:1000001;
	background:url(/dms-inline/images/shared/VSP-Global-logos.png) no-repeat -928px 0;
	cursor:pointer;
}

.navPane > .global-navLogo-mobile
{
	background:url(/dms-inline/images/shared/VSP-Global-logos.png) no-repeat -869px 0;
}


.hide-in-nav
{
	z-index:100000;
	/*background:url("/dms-inline/images/shared/VSP-Global-logos.png") no-repeat scroll -930px 0 rgba(0, 0, 0, 0);*/
}

.missionLogo
{
	display:none;
	
}

.lobBlock
{
	position:relative;
	width:100%;
	
}

.lobBlockSection
{
	position:relative;
	width:100%;
	/*height:100% !important;*/
	
}

.missionBlock
{
	position:relative;
	width:100%;
	height:20%;
	background-color:white;
	
}

.missionBlockMobile
{
	display:none;
}


/*.missionStatement
{
	position:relative;
	float:left;
	height:100%;
	width:80%;
	color:#325564;
	font-size:1.7em;
	line-height:1.5em;
	font-weight:bold;
	letter-spacing:2px;
	margin:0 0 0 1.9em;	
	padding:28px 0 0 0;
	text-align:center;
	box-sizing:border-box;
}*/



/*** TILE IMAGE STYLES ****/

.lobSection
{
	position:relative;
	float:left;
	display:block;
	width:50%;
	height:33%;
	box-sizing:border-box;
	
}

.lobImageTile
{
	width: 100%;
	height:100%;
	display: inline-block;
	vertical-align: middle;
	color: transparent;
	background-size: 100% 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;	
}

.lobLabel
{
	position:absolute;
	display:block;
	width:70%;
	height:18%;
	margin :auto;
	top:0;
	right: 0 ;
	bottom : 0 ;
	left : 0 ;
	padding:8px 5px 8px 5px;
	/*box-sizing:border-box;*/
	border:1px solid white;
	color:white;
	font-size:1.1em;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:3px;
	cursor:pointer;
	z-index:30;
	
}

.eyewear
{	
	background:url(/dms-inline/images/global/home/eyewear-tile.jpg) no-repeat center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/eyewear-tile.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/eyewear-tile.jpg', sizingMethod='scale')";
	cursor:pointer;
}

.visioncare
{	
	background:url(/dms-inline/images/global/home/visioncare-tile.jpg) no-repeat top center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/visioncare-tile.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/visioncare-tile.jpg', sizingMethod='scale')";
	cursor:pointer;
}

.optics
{	
	background:url(/dms-inline/images/global/home/optics-tile.jpg) no-repeat top center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/optics-tile.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/optics-tile.jpg', sizingMethod='scale')";
	cursor:pointer;
}

.retail
{	
	background:url(/dms-inline/images/global/home/retail-tile.jpg) no-repeat top center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/retail-tile.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/retail-tile.jpg', sizingMethod='scale')";
	cursor:pointer;
}

.practice
{	
	background:url(/dms-inline/images/global/home/practice-tile.jpg) no-repeat top center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/practice-tile.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/practice-tile.jpg', sizingMethod='scale')";
	cursor:pointer;
}

.philanthropy
{	
	background:url(/dms-inline/images/global/home/philanthropy-tile.jpg) no-repeat top center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/philanthropy-tile.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/philanthropy-tile.jpg', sizingMethod='scale')";
	cursor:pointer;
}

.lobOverlay
{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.4);
	z-index:50;	
}

.overlayLobLabel
{
	position:absolute;
	display:block;
	width:70%;
	height:17%;
	margin :auto;
	top:14%;
	right: 0 ;
	/*bottom : 0 ;*/
	left : 0 ;
	padding:8px 5px 8px 5px;
	/*box-sizing:border-box;*/
	border:1px solid white;
	color:white;
	font-size:1.1em;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:3px;
	cursor:pointer;
	z-index:30;
	
}


.overlayBlurb
{
	position:absolute;
	text-align:center;
	display:block;
	width:80%;
	color:white;
	margin :auto;
	top:45%;
	right: 0 ;
	/*bottom : 0 ;*/
	left : 0 ;
	font-size:1em;
	line-height:1.2em;
	z-index:50;
	
}

.learnMore
{
	position:absolute;
	text-align:center;
	display:block;
	width:60%;
	color:#325564;
	margin :auto;
	/*top:205px;*/
	right: 0 ;
	bottom : 10%;
	left : 0 ;
	z-index:50;
	padding:10px 0 8px 0;
	background-color:white;
	font-weight:bold;
	cursor:pointer;
}

.tworowLabel
{
	height:32%;	
}

/*** blueOverlay styles ***/

.blueOverlay
{
	display:none;
}

.blueOverlayMobileText
{
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:45%;
	background-color: rgba(47, 186, 227, 0.9);
	z-index:1000;
	padding:20px 0;
	/*filter: url(#blur-5);*/
	
}

.missionStatement
{
	position:relative;
	display:block;
	/*top:20%;*/
	left:8%;
	/*height:500px;*/
	margin:0 auto;
	width:75%;
	font-size:1.6em;
	line-height:1.5em;
	letter-spacing:0px;
	text-align:left;
	box-sizing:border-box;
}


.missionStatementText
{
	/*height:500px;*/
	display:block;
	margin-top:25px;
}

.missionStatementLabel
{
	position:relative;
	margin-top:20px;
	width:80%;
	top:24%;
	left:8%;
	font-size:1.6em;
	border:none;
	/*padding:5px;*/
	cursor:pointer;
	text-align:left;	
}

.missionStatement2
{
	left:8%;
/*	height:120px;*/
	
}

.home-blueButtonCTA
{
	display:none;
	/*float:right;
	display:inline-block;
	margin:10px 0 0 4px;
	width:30px;
	height:40px;
	background:url(/dms-inline/images/global/button-arrows.png) no-repeat -17px 0;*/
}

/*** VIDEO CONTROL STYLES ***/

video
{
	width:auto;
	height:auto;
	min-width: 100%;
	min-height: 100%;	
	border-top:1px solid #999;
}

.playButton, .playButton2, .playButton3, .playButton4
{
	position:absolute;
	display:block;
	width:52px;
	height:52px;
	top:90px;
	right:25px;
	background:url(/dms-inline/images/scroller/video-controls.png) no-repeat 0 0;
	z-index:1000000;
}

.pauseButton, .pauseButton2, .pauseButton3, .pauseButton4
{
	position:absolute;
	display:block;
	width:52px;
	height:52px;
	top:90px;
	right:25px;
	background:url(/dms-inline/images/scroller/video-controls.png) no-repeat -53px 0;
	z-index:1000000;
}


/*.LOBheader
{
	font-size:28px;
	color:white;
	margin:0 0 80px 0;
	padding:0 0 15px 0;
	border-bottom:1px solid white;
	letter-spacing:4px;
}

.copyText
{
	color: #FFFFFF;
    	font-size: 16px;
    	line-height: 30px;
    	width: 470px;
	
}

.LOBcta
{
	margin:40px 0 40px 0;
	padding:0 0 20px 0;
	border-bottom:1px solid white;
	font-size:14px;
	text-transform:uppercase;
	color:white;
	letter-spacing:2px;
	
}

.LOBlogo
{
	margin:0 0 35px 0;
}

.quoteText
{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:24px;
	font-style:italic;
	line-height:34px;
	letter-spacing:2px;
	margin:0 0 20px 0;
	padding:0 0 0 16px;	
}

.byLine
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:20px;
	margin:0 0 0 0;
	padding:0 0 0 16px;
}

.byLinePosition
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:18px;
	font-weight:bold;
	margin:0 0 8px 0;
	padding:0 0 0 25px;
}*/


/*** NAV STYLES ***/

.topNavBlock, .subNavBlock
{

	display:none;
}

.topNavBlockMobile
{
	display:block;	
}

.menuIcon
{
	display:block;
	position:absolute;
	right:20px;
	top:20px;
	background:url(/dms-inline/images/global/utility/menuIcons.png) no-repeat 0 0;
	width:35px;
	height:35px;
	cursor:pointer;
}

.navPane
{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:white;
	z-index:100000000;
	margin:0 0 0 0;
}

.navCloseIcon
{
	position:absolute;
	top:20px;
	right:21px;
	width:35px;
	height:35px;	
	z-index:100000001;
	background:url(/dms-inline/images/global/utility/menuIcons.png) no-repeat -39px 0;
	cursor:pointer;
	
}

.navBlock
{
	position:relative;
	display:block;
	width:50%;
	top:40px;
	z-index:100000001;
	margin:0 auto;
}

.global-mainNav, .global-tacticalNav
{
	display:block;
	margin:35px auto 0 auto;
	
}

.global-subNav
{
	display:block;
	margin:0 0 20px 0;
	text-align:left;
	float:left;
	
}


.global-mainNavElement, .global-tacticalNavElement
{
	position:relative;
	display:block;
	text-transform:uppercase;
	float:left;
	font-size:0.9em;
	color:#325564;
	padding:16px 0 16px 30px;
	border-bottom:1px solid #DBDBDB;
	text-align:left;
	cursor:pointer;
	clear:both;
	text-decoration:none;
}

.global-subNavElement
{
	display:block;
	font-size:0.8em;
	color:#325564;
	padding:10px 0 10px 45px;
	border-right:none;
	text-align:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	cursor:pointer;
	text-decoration:none;
}

.global-subNavElement:hover
{
	text-decoration:underline;
}

.global-subNavElement:last-child
{
	border:none;
}


.global-tacticalNav
{
	
	margin:0 auto 0 auto;
}

.global-tacticalNavElement
{
	background-color:#EBEBEB;
	font-size:0.7em;
	text-decoration:none;
	color:#00b9f2;
	padding:12px 0 12px 30px;
}

.global-tacticalNavElement:last-child
{
	border:none;
}

/*** landing page styles ***/

.home
{
	border-bottom:1px solid white;
}

.landingMarquee
{
	position:relative;
	display:block;
	margin:0 auto;
	width:100%;
	height:100%;
	top:0px;	
	color: #FFFFFF;
}

.landingHeaderH1
{
	position:absolute;
	top:55%;
	left:65px;
	font-size:3.2em;
    	font-weight: bold;
	text-shadow: 3px 3px 7px #666666;
	z-index:30;
}

.landingSubheadH2
{
	position:absolute;
	top:68%;
	left:65px;
	font-size:3em;
    	font-weight: bold;
	text-shadow: 3px 3px 7px #666666;
	text-transform: uppercase;
	z-index:30;
}

.landingButton, .scrollInitButton
{
	position : absolute;
	width:50%;
	margin : auto;
	right: 0 ;
	bottom : 0px ;
	left : 0 ;
	box-sizing:border-box;
	font-size:1.0em;
	font-weight:bold;
	text-transform:uppercase;
	color:white;
	letter-spacing:2px;
	/*text-shadow: 3px 3px 7px #666666;*/
	text-align:center;
	cursor:pointer;
	z-index:30;
	background-color:#8B3B96;
	padding:10px 15px 10px 15px;
}

/*.arrow-down {
	position : absolute;
	width:41px;
	margin :auto;
	right: 0 ;
	bottom : -9px ;
	left : 0 ;
	width: 0; 
	height: 0; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 10px solid #8B3B96;
	cursor:pointer;
	z-index:30;
}*/

/*** Marquee section styles ****/
/*.marqueeImageSection
{
	position:relative;
	display:block;
	width:100%;
}

.heroMarquee
{
	position:relative;
	display:block;
	margin:0 auto;
	width:100%;
	height:100%;	
}

.marqueeTextInset
{
	position:absolute;
	display:block;
	box-sizing:border-box;
	top:100px;
	margin:0;
	width:65%;
	background-color: rgba(0, 0, 0, .35);
	padding:60px 0 60px 4%;
	z-index:10000;
}

.marqueeTextInset h1
{
	font-size:3.5em;
	color:white;
	margin:0;
	padding:0;
}

.marqueeTextInset p
{
	width:75%;
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B';
	font-weight: 400;
	font-style: normal;
	font-size:1.1em;
	line-height:1.5em;
	color:white;
	margin:16px 0 0 0;
	letter-spacing:0px;
	
}

.marqueeTextInset p.anchorRightMargin, h1.anchorRightMargin
{
	margin:16px 0 0 140px;
}

.blueButton
{
	float:left;
	padding:10px 12px 6px 12px;
	background-color:#00baf2;
	font-size:0.8em;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	letter-spacing:1px;
	color:white;
	border-radius:3px;
	margin:0 40px 0 10px;
}

.blueButtonCTA
{
	display:inline-block;
	margin:0 0 0 4px;
	width:11px;
	height:18px;
	background:url(/dms-inline/images/global/button-arrows.png) no-repeat 0 -2px;	
}*/


/*** Blue marquee styles ****/

.blueMarquee-icon
{
	float:right;
	margin: 70px 0 0 0;
    	position: relative;
    	right: 15%;
	width:55%;
	height:55%;
	
}

.blueMarquee-copyContainer
{
	float:none;
	margin:70px auto 50px auto;
}

.blueCTAMarquee-copyContainer {
   	font-size: 1.2em;
    	text-align: left;
    	/*width: 90%;*/
}

.blueCTAMarquee-copyContainer {
    font-size: 1.5em;
    text-align:center;
    margin:20px 0 0 0;
}

.listTileBlock
{
	position:relative;
	width:70%;
	height:250px;
	display:block;
	margin: 30px auto;
	
}

.learnMoreList
{
	width:50%;
	display:block;
}

/*** FOUR COLUMN PARAGRAPH styles ***/

.fourColumnContent, .threeColumnContent
{
	width:100%;
}

.learnMoreLink
{
	text-align:left;
}


/*** FEATURE STORY STYLES ***/

.mobile-clinics-Featured-BKGD
{
	background: url("/dms-inline/images/global/global-outreach/mobile-clinics-Featured-BKGD.jpg") no-repeat scroll -160px center #010600;
   	height: auto;	
}

.alternate-Featured-BKGD {
    	background: url("/dms-inline/images/global/mockup-images/alternate-Featured-BKGD.jpg") no-repeat scroll -290px center #8b8986;
    	height: auto;
}

.eyeHealth-Featured-BKGD
{
	background: url("/dms-inline/images/global/global-outreach/eyeHealth-Featured-bgkd.jpg") no-repeat scroll -130px top #010600;
	height:auto;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/global-outreach/eyeHealth-Featured-bgkd.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/global-outreach/eyeHealth-Featured-bgkd.jpg', sizingMethod='scale')";	
}

.featureMarquee-copyContainer
{
	margin: 5% 0 5% 0;
}

/*** FEATURED VIDEO STORIES ***/

/*.videoThumbnail
{
    width: 95%;
}*/

/*** FACTS-BASED MODULE ***/
.regMarquee-icon
{
	display:block;
    	position: relative;
	/*margin:0 0 20px 20px;*/
	right: -5%;
}

.regMarquee-logo
{
	display: block;
    position: relative;
	width: 80%;
	margin: 0 auto 20px auto;
}

.regMarquee-copyContainer
{
	position: relative;
	float:left;
	margin: 70px 0 0 0;
    	left:0;
	padding-top:1px;
}

.blue-regMarquee-icon
{
	float:right;
	right:10%;
	display:block;
    	position: relative;
	margin:70px auto 0 auto;
	width:155px;
	height:155px;
}

.regMarquee-para
{
	position:relative;
	margin:0 0 30px 0;
}

/*** Military column ***/

.arrowColumn
{
	display:block;
}

.threeColumnHeaders
{
	display:none;
}

/*.blueLeadColumn
{
    background-color: #00b9f2;
    padding: 8% 8% 8% 4%;
}*/

/*.blueColumnBlock
{
    margin:0;
    font-size:0.9em;
    position:relative;
}*/

.blueColumnBlock ul
{
    font-size:0.9em;
    position:relative;
    margin: 10px 0 15px 20%;
}

.militaryMarginLeft
{
    margin-left: 16%;
}

.paddingLeft180 {
    padding-left: 40px;
}

/*** DOWNLOAD STYLES ***/

.downloadBlock {
    float: left;
    margin: 0 auto 50px;
    position: relative;
    width: 50%;
}

.takeActionBlock
{
  	text-align: center;
	height:250px;
}

.takeActionBlock:before
{
  	content: '';
  	display: inline-block;
  	height: 100%;
  	vertical-align: middle;
  	margin-right: -0.25em; /* Adjusts for spacing */
}

.ie8 .takeActionBlock:before, .ie9 .takeActionBlock:before
{
  	content: '';
  	display: inline-block;
  	height: 250px;
  	vertical-align: middle;
  	margin-right: -0.25em; /* Adjusts for spacing */
}


/*.blueSecondRowHeader
{
	display:block;
}*/

/*** EVENT-DATE STYLES ***/

/*.hide-on-desktop
{
	display:none !important;
}*/

.eventDate
{
	 float:right;
	 margin:0 45px 0 0;
}



}

@media screen and
(min-width: 961px) and (max-width: 1300px)
{
		
/*** global logo styles ***/
.global-Logo-LG
{
	position:absolute;
	display:block;
	width:165px;
	height:120px;
	top:8%;
	left:65px;
	margin:0 auto;
	cursor:pointer;
	background:url(/dms-inline/images/shared/VSP-Global-logos.png) -165px 0 no-repeat;
	z-index:30;	
}

.global-bkgd-LG
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:20;
	background:url(/dms-inline/images/global/home/globalLanding-bkgd.jpg) no-repeat top right;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/globalLanding-bkgd.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/globalLanding-bkgd.jpg', sizingMethod='scale')";
}


.global-navLogo
{
	display:block;
	width:138px;
	height:82px;
	margin:0 auto;
	cursor:pointer;
	background:url(/dms-inline/images/shared/vspLogo.png) 0 0 no-repeat;
	float:none;	
}

.global-navLogo-mobile
{
	
	position:absolute;
	top:10px;
	left:20px;
	margin:0;
	width:50px;
	height:37px;	
	z-index:1000001;
	background:url(/dms-inline/images/shared/VSP-Global-logos.png) no-repeat -928px 0;
	cursor:pointer;
}

.navPane > .global-navLogo-mobile
{
	background:url(/dms-inline/images/shared/VSP-Global-logos.png) no-repeat -869px 0;
}


.hide-in-nav
{
	z-index:100000;
	/*background:url("/dms-inline/images/shared/VSP-Global-logos.png") no-repeat scroll -930px 0 rgba(0, 0, 0, 0);*/
}

.missionLogo
{
	position:absolute;
	/*float:left;*/
	display:block;
	top:20%;
	/*left:15%;*/
	/*width:138px;*/
/*	height:auto;*/
	/*margin:70px 0 0 90px;*/
	cursor:pointer;
	/*background:url(/dms-inline/images/shared/vspLogo.png) left center no-repeat;*/
	
}

/* .contentBlock
{
	width:25%;
	top:150px;
	left:100px;
}
 */
/*** landing page styles ***/

.home
{
	border-bottom:1px solid white;
}

.landingMarquee
{
	position:relative;
	display:block;
	margin:0 auto;
	width:100%;
	height:100%;
	top:0px;	
	color: #FFFFFF;
}

.landingHeaderH1
{
	position:absolute;
	top:57%;
	left:65px;
	font-size:3.6em;
    	font-weight: bold;
	text-shadow: 3px 3px 7px #666666;
	z-index:30;
}

.landingSubheadH2
{
	position:absolute;
	top:68%;
	left:65px;
	font-size:3.2em;
    	font-weight: bold;
	text-shadow: 3px 3px 7px #666666;
	text-transform: uppercase;
	z-index:30;
}

/*.landingButton
{
	position : absolute;
	width:300px;
	margin : auto;
	right: 0 ;
	bottom : 80px ;
	left : 0 ;
	font-size:1.2em;
	font-weight:bold;
	color:white;
	letter-spacing:2px;
	text-shadow: 3px 3px 7px #666666;
	/*padding:15px;*
	/*border:1px solid white;*
	text-align:center;
	cursor:pointer;
	z-index:30;
}*/

.landingButton, .scrollInitButton
{
	position : absolute;
	width:50%;
	margin : auto;
	right: 0 ;
	bottom : 0px ;
	left : 0 ;
	box-sizing:border-box;
	font-size:1.0em;
	font-weight:bold;
	text-transform:uppercase;
	color:white;
	letter-spacing:2px;
	/*text-shadow: 3px 3px 7px #666666;*/
	text-align:center;
	cursor:pointer;
	z-index:30;
	background-color:#8B3B96;
	padding:10px 15px 10px 15px;
}

/*.arrow-down {
	position : absolute;
	width:41px;
	margin :auto;
	right: 0 ;
	bottom : -9px ;
	left : 0 ;
	width: 0; 
	height: 0; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 10px solid #8B3B96;
	cursor:pointer;
	z-index:30;
}*/


/*.landingButton:hover
{
	background-color:#CDCDCD;
	color:#325564;
}*/

.landingButtonArrow
{
	position : absolute;
	width:41px;
	margin :auto;
	right: 0 ;
	bottom : 45px ;
	left : 0 ;
	background:url(/dms-inline/images/global/utility/navControls.png) no-repeat -118px 0;
	cursor:pointer;
	z-index:30;
}


.lobBlock
{
	position:relative;
	width:100%;
	
}

.missionBlock
{
	position:relative;
	width:100%;
	height:20%;
	background-color:white;
	
}

.missionBlockMobile
{
	display:none;
}


.lobLabel
{
	position:absolute;
	display:block;
	width:70%;
	height:12%;
	margin :auto;
	top:0;
	right: 0 ;
	bottom : 0 ;
	left : 0 ;
	padding:8px 5px 8px 5px;
	/*box-sizing:border-box;*/
	border:1px solid white;
	color:white;
	font-size:1.3em;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:3px;
	cursor:pointer;
	z-index:30;
	
}

/*** TILE IMAGE STYLES ****/

.lobSection
{
	position:relative;
	float:left;
	display:block;
	height:50%;
	box-sizing:border-box;
	
}

.lobImageTile
{
	width: 100%;
	height:100%;
	display: inline-block;
	vertical-align: middle;
	color: transparent;
	background-size: 100% 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;	
}


.eyewear
{	
	background:url(/dms-inline/images/global/home/eyewear-tile.jpg) no-repeat center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/eyewear-tile.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/eyewear-tile.jpg', sizingMethod='scale')";
	cursor:pointer;
}

.visioncare
{	
	background:url(/dms-inline/images/global/home/visioncare-tile.jpg) no-repeat top center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/visioncare-tile.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/visioncare-tile.jpg', sizingMethod='scale')";
	cursor:pointer;
}

.optics
{	
	background:url(/dms-inline/images/global/home/optics-tile.jpg) no-repeat top center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/optics-tile.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/optics-tile.jpg', sizingMethod='scale')";
	cursor:pointer;
}

.retail
{	
	background:url(/dms-inline/images/global/home/retail-tile.jpg) no-repeat top center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/retail-tile.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/retail-tile.jpg', sizingMethod='scale')";
	cursor:pointer;
}

.practice
{	
	background:url(/dms-inline/images/global/home/practice-tile.jpg) no-repeat top center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/practice-tile.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/practice-tile.jpg', sizingMethod='scale')";
	cursor:pointer;
}

.philanthropy
{	
	background:url(/dms-inline/images/global/home/philanthropy-tile.jpg) no-repeat top center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/philanthropy-tile.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/philanthropy-tile.jpg', sizingMethod='scale')";
	cursor:pointer;
}

.lobOverlay
{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.4);
	z-index:50;	
}

.overlayLobLabel
{
	position:absolute;
	display:block;
	width:70%;
	height:17%;
	margin :auto;
	top:14%;
	right: 0 ;
	/*bottom : 0 ;*/
	left : 0 ;
	padding:8px 5px 8px 5px;
	/*box-sizing:border-box;*/
	border:1px solid white;
	color:white;
	font-size:1.3em;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:3px;
	cursor:pointer;
	z-index:30;
	
}


.overlayBlurb
{
	position:absolute;
	text-align:center;
	display:block;
	width:60%;
	color:white;
	margin :auto;
	top:45%;
	right: 0 ;
	/*bottom : 0 ;*/
	left : 0 ;
	font-size:1.1em;
	line-height:1.2em;
	z-index:50;
	
}

.learnMore
{
	position:absolute;
	text-align:center;
	display:block;
	width:60%;
	color:#325564;
	margin :auto;
	/*top:205px;*/
	right: 0 ;
	bottom : 10%;
	left : 0 ;
	z-index:50;
	padding:10px 0 8px 0;
	background-color:white;
	font-weight:bold;
	cursor:pointer;
}

.tworowLabel
{
	height:18%;	
}

/*** blueOverlay styles ***/

.blueOverlay
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(47, 186, 227, 0.9);
	z-index:1000;
	/*filter: url(#blur-5);*/
}

.blueOverlayMobileText
{
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:45%;
	background-color: rgba(47, 186, 227, 0.9);
	z-index:1000;
	padding:20px 0;
	/*filter: url(#blur-5);*/
	
}

/*.blur-1 {
    background-color: #cc7799;
    filter: url(#blur-1);
}*/

.missionStatement
{
	position:relative;
	display:block;
	top:15%;
	left:35%;
	/*height:500px;*/
	width:60%;
	font-size:3em;
	line-height:1.4em;
	letter-spacing:0px;
	text-align:left;
	box-sizing:border-box;
}


.missionStatementText
{
	/*height:500px;*/
	display:block;
	margin-top:525px;
}

.missionStatementLabel
{
	position:relative;
	margin-top:20px;
	width:60%;
	top:23%;
	left:20%;
	font-size:2.2em;
	border:2px solid white;
	padding:15px 6px 15px 50px;
	cursor:pointer;	
}

.missionStatement2
{
	left:30.6%;
/*	height:120px;*/
	
}

.home-blueButtonCTA
{
	float:right;
	display:inline-block;
	margin:10px 0 0 4px;
	width:25px;
	height:40px;
	background:url(/dms-inline/images/global/utility/button-arrows.png) no-repeat -17px 0;
}

/*** VIDEO CONTROL STYLES ***/

video
{
	width:auto;
	height:auto;
	min-width: 100%;
	min-height: 100%;	
	border-top:1px solid #999;
}

.playButton, .playButton2, .playButton3, .playButton4
{
	position:absolute;
	display:block;
	width:52px;
	height:52px;
	top:90px;
	right:25px;
	background:url(/dms-inline/images/scroller/video-controls.png) no-repeat 0 0;
	z-index:1000000;
}

.pauseButton, .pauseButton2, .pauseButton3, .pauseButton4
{
	position:absolute;
	display:block;
	width:52px;
	height:52px;
	top:90px;
	right:25px;
	background:url(/dms-inline/images/scroller/video-controls.png) no-repeat -53px 0;
	z-index:1000000;
}


/*.LOBheader
{
	font-size:28px;
	color:white;
	margin:0 0 80px 0;
	padding:0 0 15px 0;
	border-bottom:1px solid white;
	letter-spacing:4px;
}

.copyText
{
	color: #FFFFFF;
    	font-size: 16px;
    	line-height: 30px;
    	width: 470px;
	
}

.LOBcta
{
	margin:40px 0 40px 0;
	padding:0 0 20px 0;
	border-bottom:1px solid white;
	font-size:14px;
	text-transform:uppercase;
	color:white;
	letter-spacing:2px;
	
}

.LOBlogo
{
	margin:0 0 35px 0;
}

.quoteText
{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:24px;
	font-style:italic;
	line-height:34px;
	letter-spacing:2px;
	margin:0 0 20px 0;
	padding:0 0 0 16px;	
}

.byLine
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:20px;
	margin:0 0 0 0;
	padding:0 0 0 16px;
}

.byLinePosition
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:18px;
	font-weight:bold;
	margin:0 0 8px 0;
	padding:0 0 0 25px;
}*/


/*** NAV STYLES ***/

.topNavBlock, .subNavBlock
{

	display:none;
}

.topNavBlockMobile
{
	display:block;
	/*border:1px solid red;*/	
}

.menuIcon
{
	display:block;
	position:absolute;
	right:20px;
	top:20px;
	background:url(/dms-inline/images/global/utility/menuIcons.png) no-repeat 0 0;
	width:35px;
	height:35px;
	cursor:pointer;	
}

.navPane
{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:white;
	z-index:100000000;
	margin:0 0 0 0;
	overflow-y:auto;
}

.navCloseIcon
{
	position:absolute;
	top:20px;
	right:20px;
	width:35px;
	height:35px;	
	z-index:100000001;
	background:url(/dms-inline/images/global/utility/menuIcons.png) no-repeat -39px 0;
	cursor:pointer;
}

.navBlock
{
	position:relative;
	display:block;
	width:50%;
	top:40px;
	z-index:100000001;
	margin:0 auto;
}

.global-mainNav, .global-tacticalNav
{
	display:block;
	margin:35px auto 0 auto;
	width:100%;
	
}

.global-subNav
{
	display:block;
	margin:0 0 20px 0;
	text-align:left;
	float:left;
	
}


.global-mainNavElement, .global-tacticalNavElement
{
	position:relative;
	display:block;
	text-transform:uppercase;
	float:left;
	font-size:0.9em;
	color:#325564;
	padding:16px 0 16px 30px;
	border-bottom:1px solid #DBDBDB;
	text-align:left;
	cursor:pointer;
	clear:both;
	text-decoration:none;
	width:100%;
}

.global-subNavElement
{
	display:block !important;
	font-size:0.8em;
	color:#325564;
	padding:10px 0 10px 45px;
	border-right:none;
	text-align:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	cursor:pointer;
	text-decoration:none;
	width:100%;
}

.global-subNavElement:hover
{
	text-decoration:underline;
}

.global-subNavElement:last-child
{
	border:none;
}


.global-tacticalNav
{
	
	margin:0 auto 0 auto;
}

.global-tacticalNavElement
{
	background-color:#EBEBEB;
	font-size:0.7em;
	text-decoration:none;
	color:#00b9f2;
	padding:12px 0 12px 30px;
}

.global-tacticalNavElement:last-child
{
	border:none;
}

.mobile-nav-style {
    background-color: #00baf2 !important;
    border: medium none !important;
    color: white !important;
    display: block;
    text-decoration: none;
    float:left;
    width:100%;
}


/*** Marquee section styles ****/
.marqueeImageSection
{
	position:relative;
	display:block;
	width:100%;
}

.heroMarquee
{
	position:relative;
	display:block;
	margin:0 auto;
	width:100%;
	height:500px;	
}

.heroMarqueeHeight {
        height: 560px;
}

.marqueeImageSection img
{
	display: none;
}

.marqueeTextInset
{
	position:absolute;
	display:block;
	box-sizing:border-box;
	top:60px;
	margin:0;
	width:55%;
	background-color: rgba(0, 0, 0, .35);
	padding:30px 0 20px 3%;
	z-index:10000;
}

.marqueeTextInset img
{
	display: block;
	left: 0;
	position: relative;
	top: 0;
	z-index: 1000000;
}

.marqueeTextInset h1
{
	font-size:2.0em;
	color:white;
	margin:0;
	padding:0;
}

.marqueeTextInset p
{
	width:90%;
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B';
	font-weight: 400;
	font-style: normal;
	font-size:0.9em;
	line-height:1.5em;
	color:white;
	margin:16px 0 0 0;
	letter-spacing:0px;
	padding-bottom:20px;
}

.marqueeTextInset p.anchorRightMargin, h1.anchorRightMargin
{
	margin:16px 0 0 140px;
}

.blueButton
{
	/*float:left;
	padding:10px 12px 6px 12px;
	background-color:#00baf2;
	font-size:0.8em;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	letter-spacing:1px;
	color:white;
	border-radius:3px;
	margin:0 40px 0 0;*/
}

.blueButtonCTA
{
	display:inline-block;
	margin:0 0 0 4px;
	width:11px;
	height:18px;
	background:url(/dms-inline/images/global/utility/button-arrows.png) no-repeat 0 -2px;	
}

.mobile-purple-arrow
{
	display:none;	
}

.desktop-purple-arrow
{
	display:block;	
}


/*** use to customize Marquee block ***/
/*.careers-bkgd-LG
{
	background:url(/dms-inline/images/global/mockup-images/globalLanding-bkgd.jpg) no-repeat 0 0;
	background-size:100% 100%;
}*/

.anchorLeft
{
	left:0;
}

.anchorRight
{
	right:0;
	padding:30px 0 0px 100px;
}

/*** END Marquee section styles ***/

/*** Blue marquee styles ****/

.blueMarquee-icon
{
	float:right;
	margin: 70px 0 0 0;
    	position: relative;
    	right: 15%;
	width:55%;
	height:55%;
	
}

.blueMarquee-copyContainer
{
	float:none;
	margin:70px auto 50px auto;
}


.blueCTAMarquee-copyContainer {
    font-size: 1.5em;
    text-align:left;
}

/*** LIST TILE styles ***/

.listTileBlock
{
	position:relative;
	width:55%;
	height:250px;
	display:block;
	margin: 30px auto;
	
}

.learnMoreList
{
	width:50%;
	display:block;
}


/*** FOUR COLUMN PARAGRAPH styles ***/

/*.fourColumnContent, .threeColumnContent
{
	width:100%;
}*/

.learnMoreLink
{
	text-align:left;
}


/*** FEATURE STORY STYLES ***/

.mobile-clinics-Featured-BKGD
{
	background: url("/dms-inline/images/global/global-outreach/mobile-clinics-Featured-BKGD.jpg") no-repeat scroll -110px center #010600;
   	height: auto;	
}

.alternate-Featured-BKGD {
    	background: url("/dms-inline/images/global/mockup-images/alternate-Featured-BKGD.jpg") no-repeat scroll -260px center #8b8986;
    	height: auto;
}

.eyeHealth-Featured-BKGD
{
	background: url("/dms-inline/images/global/global-outreach/eyeHealth-Featured-bgkd.jpg") no-repeat scroll -110px top #010600;
	height:auto;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/charitable-fund/eyeHealth-Featured-bgkd.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/charitable-fund/eyeHealth-Featured-bgkd.jpg', sizingMethod='scale')";	
}

.featureMarquee-copyContainer
{
	margin: 5% 0 5% 0;
}

/*** FACTS-BASED MODULE ***/
.regMarquee-icon
{
	display: block;
    	float: right;
    	position: relative;
    	right: 10%;
}

.regMarquee-logo
{
	display: block;
    position: relative;
	width: 80%;
	float: right;
	margin: 0 20px 0 0;
}

.regMarquee-copyContainer
{
	position: relative;
	float:left;
	margin: 70px 0 0 0;
    	left:0;
	padding-top:1px;
}

.blue-regMarquee-icon
{
	float:right;
	right:10%;
	display:block;
    	position: relative;
	margin:70px auto 0 auto;
	width:230px;
	height:230px;
}

.regMarquee-para
{
	position:relative;
	margin:0 0 30px 0;
}

/*** Military column ***/


/*.blueColumnBlock
{
    margin:0;
    font-size:0.9em;
    position:relative;
}*/

.blueColumnBlock ul
{
    font-size:0.9em;
    position:relative;
}

.militaryMarginLeft
{
    margin-left: 5%;
}

.arrowColumn
{
	display:table-cell;
}

.threeColumnHeaders
{
	/*display:block;*/
	height:60px;
}

/*.blueLeadColumn {
    background-color: #00b9f2;
    padding: 70px 0 75px 100px;
}*/

.paddingLeft180 {
    padding-left: 100px;
}

/*** DOWNLOAD STYLES ***/

.downloadBlock {
    float: left;
    margin: 0 auto 50px;
    position: relative;
    /*width: 20%;*/
}

.takeActionBlock
{
  	text-align: center;
	height:250px;
}

.takeActionBlock:before
{
  	content: '';
  	display: inline-block;
  	height: 100%;
  	vertical-align: middle;
  	margin-right: -0.25em; /* Adjusts for spacing */
}

.takeActionHeader
{
	font-size: 1em;
}

/*.blueSecondRowHeader
{
	display:block;
}*/

/*** EVENT-DATE STYLES ***/

/*.hide-on-desktop
{
	display:none !important;
}*/

.eventDate
{
	 float:right;
	 margin:0 45px 0 0;
}

/***************************************************
****************************************************
History Page
****************************************************
***************************************************/

.mobile-button-container 
{
	background: #fff;
	padding: 16px 0 17px;
}

.responsive-menu-icon 
{
	background: #26bff3;
	border: none;
	border-radius: 1px;
	color: #fff;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	outline: none;
	padding: 7px 7px 7px 8px;
	text-transform: uppercase;
}
	
.decades-navigation 
{
	background: none;
	width: 100%;
	margin: 0 auto;
}

.decades-navigation ul 
{
	background: #26bff3;
	display: none;
	margin: 0 auto;
	padding: 15px 0;
	width: 142px;
}
	
.decades-navigation ul li 
{
	display: block;
	margin: 0 auto;
}
	
.decades-navigation ul li a,
.decades-navigation ul li a.first 
{
	border-bottom: 1px solid #fff;	
	border-left: none;
	border-right: none;
	border-top: none;
	color: #fff;
	margin: 5px auto;
	padding: 7px;
}
	
.history-marquee 
{
	padding: 20px;
}
	
}


@media screen and
(min-width: 961px) and (max-width: 1024px) and (orientation:landscape),
(min-width: 961px) and (max-width: 1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio: 2)
{



.base-videoHeight {
    height: 94.5%;
}

/*** global logo styles ***/
.global-Logo-LG
{
	position:absolute;
	display:block;
	width:165px;
	height:120px;
	top:8%;
	left:65px;
	margin:0 auto;
	cursor:pointer;
	background:url(/dms-inline/images/shared/VSP-Global-logos.png) -165px 0 no-repeat;
	z-index:30;	
}

.global-bkgd-LG
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:20;
	background:url(/dms-inline/images/global/home/globalLanding-bkgd.jpg) no-repeat top right;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/globalLanding-bkgd.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/globalLanding-bkgd.jpg', sizingMethod='scale')";
}


.global-navLogo
{
	display:block;
	width:138px;
	height:82px;
	margin:0 auto;
	cursor:pointer;
	background:url(/dms-inline/images/shared/vspLogo.png) 0 0 no-repeat;
	float:none;	
}


.missionLogo
{
	position:absolute;
	/*float:left;*/
	display:block;
	top:20%;
	/*left:15%;*/
	/*width:138px;*/
/*	height:auto;*/
	/*margin:70px 0 0 90px;*/
	cursor:pointer;
	/*background:url(/dms-inline/images/shared/vspLogo.png) left center no-repeat;*/
	
}

/* .contentBlock
{
	width:25%;
	top:150px;
	left:100px;
}
 */
/*** landing page styles ***/

.home
{
	border-bottom:1px solid white;
}

.landingMarquee
{
	position:relative;
	display:block;
	margin:0 auto;
	width:100%;
	height:100%;
	top:0px;	
	color: #FFFFFF;
}

.landingHeaderH1
{
	position:absolute;
	top:57%;
	left:65px;
	font-size:3.6em;
    	font-weight: bold;
	text-shadow: 3px 3px 7px #666666;
	z-index:30;
}

.landingSubheadH2
{
	position:absolute;
	top:68%;
	left:65px;
	font-size:3.2em;
    	font-weight: bold;
	text-shadow: 3px 3px 7px #666666;
	text-transform: uppercase;
	z-index:30;
}

/*.landingButton
{
	position : absolute;
	width:300px;
	margin : auto;
	right: 0 ;
	bottom : 80px ;
	left : 0 ;
	font-size:1.2em;
	font-weight:bold;
	color:white;
	letter-spacing:2px;
	text-shadow: 3px 3px 7px #666666;
	/*padding:15px;*
	/*border:1px solid white;*
	text-align:center;
	cursor:pointer;
	z-index:30;
}*/

.landingButton, .scrollInitButton
{
	position : absolute;
	width:50%;
	margin : auto;
	right: 0 ;
	bottom : 0px ;
	left : 0 ;
	box-sizing:border-box;
	font-size:1.0em;
	font-weight:bold;
	text-transform:uppercase;
	color:white;
	letter-spacing:2px;
	/*text-shadow: 3px 3px 7px #666666;*/
	text-align:center;
	cursor:pointer;
	z-index:30;
	background-color:#8B3B96;
	padding:10px 15px 10px 15px;
}

/*.arrow-down {
	position : absolute;
	width:41px;
	margin :auto;
	right: 0 ;
	bottom : -9px ;
	left : 0 ;
	width: 0; 
	height: 0; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 10px solid #8B3B96;
	cursor:pointer;
	z-index:30;
}*/


/*.landingButton:hover
{
	background-color:#CDCDCD;
	color:#325564;
}*/

.landingButtonArrow
{
	position : absolute;
	width:41px;
	margin :auto;
	right: 0 ;
	bottom : 45px ;
	left : 0 ;
	background:url(/dms-inline/images/global/utility/navControls.png) no-repeat -118px 0;
	cursor:pointer;
	z-index:30;
}


.lobBlock
{
	position:relative;
	width:100%;
	
}

.missionBlock
{
	position:relative;
	width:100%;
	height:20%;
	background-color:white;
	
}

.missionBlockMobile
{
	display:none;
}


.lobLabel
{
	position:absolute;
	display:block;
	width:70%;
	height:17%;
	margin :auto;
	top:0;
	right: 0 ;
	bottom : 0 ;
	left : 0 ;
	padding:8px 5px 8px 5px;
	/*box-sizing:border-box;*/
	border:1px solid white;
	color:white;
	font-size:1.3em;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:3px;
	cursor:pointer;
	z-index:30;
	
}

/*** TILE IMAGE STYLES ****/

.lobSection
{
	position:relative;
	float:left;
	display:block;
	height:33%;
	box-sizing:border-box;
	
}

.lobImageTile
{
	width: 100%;
	height:100%;
	display: inline-block;
	vertical-align: middle;
	color: transparent;
	background-size: 100% 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;	
}


.eyewear
{	
	background:url(/dms-inline/images/global/home/eyewear-tile.jpg) no-repeat center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/eyewear-tile.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/eyewear-tile.jpg', sizingMethod='scale')";
	cursor:pointer;
}

.visioncare
{	
	background:url(/dms-inline/images/global/home/visioncare-tile.jpg) no-repeat top center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/visioncare-tile.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/visioncare-tile.jpg', sizingMethod='scale')";
	cursor:pointer;
}

.optics
{	
	background:url(/dms-inline/images/global/home/optics-tile.jpg) no-repeat top center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/optics-tile.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/optics-tile.jpg', sizingMethod='scale')";
	cursor:pointer;
}

.retail
{	
	background:url(/dms-inline/images/global/home/retail-tile.jpg) no-repeat top center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/retail-tile.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/retail-tile.jpg', sizingMethod='scale')";
	cursor:pointer;
}

.practice
{	
	background:url(/dms-inline/images/global/home/practice-tile.jpg) no-repeat top center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/practice-tile.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/practice-tile.jpg', sizingMethod='scale')";
	cursor:pointer;
}

.philanthropy
{	
	background:url(/dms-inline/images/global/home/philanthropy-tile.jpg) no-repeat top center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/philanthropy-tile.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/home/philanthropy-tile.jpg', sizingMethod='scale')";
	cursor:pointer;
}

.lobOverlay
{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.4);
	z-index:50;	
}

.overlayLobLabel
{
	position:absolute;
	display:block;
	width:70%;
	height:17%;
	margin :auto;
	top:14%;
	right: 0 ;
	/*bottom : 0 ;*/
	left : 0 ;
	padding:8px 5px 8px 5px;
	/*box-sizing:border-box;*/
	border:1px solid white;
	color:white;
	font-size:1.3em;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:3px;
	cursor:pointer;
	z-index:30;
	
}


.overlayBlurb
{
	position:absolute;
	text-align:center;
	display:block;
	width:60%;
	color:white;
	margin :auto;
	top:45%;
	right: 0 ;
	/*bottom : 0 ;*/
	left : 0 ;
	font-size:1.1em;
	line-height:1.2em;
	z-index:50;
	
}

.learnMore
{
	position:absolute;
	text-align:center;
	display:block;
	width:60%;
	color:#325564;
	margin :auto;
	/*top:205px;*/
	right: 0 ;
	bottom : 10%;
	left : 0 ;
	z-index:50;
	padding:10px 0 8px 0;
	background-color:white;
	font-weight:bold;
	cursor:pointer;
}

.tworowLabel
{
	height:27%;	
}


/*** blueOverlay styles ***/

.blueOverlay
{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(47, 186, 227, 0.9);
	z-index:1000;
	/*filter: url(#blur-5);*/
}

/*.blueOverlayMobileText
{
	display:none;

	
}*/

.blueOverlayMobile 
{
	display:none;
	position:relative;

}

/*.blur-1 {
    background-color: #cc7799;
    filter: url(#blur-1);
}*/

.missionStatement
{
	position:relative;
	display:block;
	top:15%;
	left:35%;
	height:50%;
	width:60%;
	font-size:3em;
	line-height:1.4em;
	letter-spacing:0px;
	text-align:left;
	box-sizing:border-box;
}


.missionStatementText
{
	/*height:500px;*/
	display:block;
	margin-top:525px;
}

.missionStatementLabel
{
	position:relative;
	margin-top:20px;
	width:60%;
	top:23%;
	left:20%;
	font-size:2.2em;
	border:2px solid white;
	padding:15px 6px 15px 50px;
	cursor:pointer;	
}

.missionStatement2
{
	left:30.6%;
/*	height:120px;*/
	
}

.home-blueButtonCTA
{
	float:right;
	display:inline-block;
	margin:10px 0 0 4px;
	width:25px;
	height:40px;
	background:url(/dms-inline/images/global/utility/button-arrows.png) no-repeat -17px 0;
}

/*** VIDEO CONTROL STYLES ***/

video
{
	width:auto;
	height:auto;
	min-width: 100%;
	min-height: 100%;	
	border-top:1px solid #999;
}

.playButton, .playButton2, .playButton3, .playButton4
{
	position:absolute;
	display:block;
	width:52px;
	height:52px;
	top:90px;
	right:25px;
	background:url(/dms-inline/images/scroller/video-controls.png) no-repeat 0 0;
	z-index:1000000;
}

.pauseButton, .pauseButton2, .pauseButton3, .pauseButton4
{
	position:absolute;
	display:block;
	width:52px;
	height:52px;
	top:90px;
	right:25px;
	background:url(/dms-inline/images/scroller/video-controls.png) no-repeat -53px 0;
	z-index:1000000;
}


/*.LOBheader
{
	font-size:28px;
	color:white;
	margin:0 0 80px 0;
	padding:0 0 15px 0;
	border-bottom:1px solid white;
	letter-spacing:4px;
}

.copyText
{
	color: #FFFFFF;
    	font-size: 16px;
    	line-height: 30px;
    	width: 470px;
	
}

.LOBcta
{
	margin:40px 0 40px 0;
	padding:0 0 20px 0;
	border-bottom:1px solid white;
	font-size:14px;
	text-transform:uppercase;
	color:white;
	letter-spacing:2px;
	
}

.LOBlogo
{
	margin:0 0 35px 0;
}

.quoteText
{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:24px;
	font-style:italic;
	line-height:34px;
	letter-spacing:2px;
	margin:0 0 20px 0;
	padding:0 0 0 16px;	
}

.byLine
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:20px;
	margin:0 0 0 0;
	padding:0 0 0 16px;
}

.byLinePosition
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:18px;
	font-weight:bold;
	margin:0 0 8px 0;
	padding:0 0 0 25px;
}*/


/*** NAV STYLES ***/

.topNavBlock, .subNavBlock
{

	display:none;
}

.topNavBlockMobile
{
	display:block;
	/*border:1px solid red;*/	
}

.menuIcon
{
	display:block;
	position:absolute;
	right:20px;
	top:20px;
	background:url(/dms-inline/images/global/utility/menuIcons.png) no-repeat 0 0;
	width:35px;
	height:35px;
	cursor:pointer;	
}

.navPane
{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:white;
	z-index:100000000;
	margin:0 0 0 0;
	overflow-y:auto;
}

.navCloseIcon
{
	position:absolute;
	top:20px;
	right:20px;
	width:35px;
	height:35px;	
	z-index:100000001;
	background:url(/dms-inline/images/global/utility/menuIcons.png) no-repeat -39px 0;
	cursor:pointer;
}

.navBlock
{
	position:relative;
	display:block;
	width:50%;
	top:40px;
	z-index:100000001;
	margin:0 auto;
}

.global-mainNav, .global-tacticalNav
{
	display:block;
	margin:35px auto 0 auto;
	width:100%;
	
}

.global-subNav
{
	display:block;
	margin:0 0 20px 0;
	text-align:left;
	float:left;
	
}


.global-mainNavElement, .global-tacticalNavElement
{
	position:relative;
	display:block;
	text-transform:uppercase;
	float:left;
	font-size:0.9em;
	color:#325564;
	padding:16px 0 16px 30px;
	border-bottom:1px solid #DBDBDB;
	text-align:left;
	cursor:pointer;
	clear:both;
	text-decoration:none;
	width:100%;
}

.global-subNavElement
{
	display:block;
	font-size:0.8em;
	color:#325564;
	padding:10px 0 10px 45px;
	border-right:none;
	text-align:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	cursor:pointer;
	text-decoration:none;
	width:100%;
}

.global-subNavElement:hover
{
	text-decoration:underline;
}

.global-subNavElement:last-child
{
	border:none;
}


.global-tacticalNav
{
	
	margin:0 auto 0 auto;
}

.global-tacticalNavElement
{
	background-color:#EBEBEB;
	font-size:0.7em;
	text-decoration:none;
	color:#00b9f2;
	padding:12px 0 12px 30px;
}

.global-tacticalNavElement:last-child
{
	border:none;
}

.mobile-nav-style {
    background-color: #00baf2 !important;
    border: medium none !important;
    color: white !important;
    display: block;
    text-decoration: none;
    float:left;
    width:100%;
}


/*** Marquee section styles ****/
.marqueeImageSection
{
	position:relative;
	display:block;
	width:100%;
}

.heroMarquee
{
	position:relative;
	display:block;
	margin:0 auto;
	width:100%;
	height:500px;	
}

.heroMarqueeHeight {
    height: 560px;
}


.marqueeImageSection img
{
	display: none;
}

.marqueeTextInset
{
	position:absolute;
	display:block;
	box-sizing:border-box;
	top:60px;
	margin:0;
	width:65%;
	background-color: rgba(0, 0, 0, .35);
	padding:30px 0 30px 3%;
	z-index:10000;
}

.marqueeTextInset img
{
	display: block;
	left: 0;
	position: relative;
	top: 0;
	z-index: 1000000;
}

.marqueeTextInset h1
{
	font-size:2.0em;
	color:white;
	margin:0;
	padding:0;
}

.marqueeTextInset p
{
	width:90%;
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B';
	font-weight: 400;
	font-style: normal;
	font-size:0.9em;
	line-height:1.5em;
	color:white;
	margin:16px 0 0 0;
	letter-spacing:0px;
	padding-bottom:10px;
	
}

.marqueeTextInset p.anchorRightMargin, h1.anchorRightMargin
{
	margin:16px 0 0 140px;
}

.blueButton
{
	/*float:left;
	padding:10px 12px 6px 12px;
	background-color:#00baf2;
	font-size:0.8em;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	letter-spacing:1px;
	color:white;
	border-radius:3px;
	margin:0 40px 0 0;*/
}

.blueButtonCTA
{
	display:inline-block;
	margin:0 0 0 4px;
	width:11px;
	height:18px;
	background:url(/dms-inline/images/global/utility/button-arrows.png) no-repeat 0 -2px;	
}

.mobile-purple-arrow
{
	display:none;	
}

.desktop-purple-arrow
{
	display:block;	
}


/*** use to customize Marquee block ***/
/*.careers-bkgd-LG
{
	background:url(/dms-inline/images/global/mockup-images/globalLanding-bkgd.jpg) no-repeat 0 0;
	background-size:100% 100%;
}*/

.anchorLeft
{
	left:0;
}

.anchorRight
{
	right:0;
	padding:30px 0 0px 100px;
}

/*** END Marquee section styles ***/

/*** Blue marquee styles ****/

.blueMarquee-icon
{
	float:right;
	margin: 70px 0 0 0;
    	position: relative;
    	right: 15%;
	width:55%;
	height:55%;
	
}

.blueMarquee-copyContainer
{
	float:none;
	margin:70px auto 50px auto;
}


.blueCTAMarquee-copyContainer {
    font-size: 1.5em;
    text-align:center;
}

/*** LIST TILE styles ***/

.listTileBlock
{
	position:relative;
	width:55%;
	height:250px;
	display:block;
	margin: 30px auto;
	
}

.learnMoreList
{
	width:50%;
	display:block;
}


/*** FOUR COLUMN PARAGRAPH styles ***/

/*.fourColumnContent, .threeColumnContent
{
	width:100%;
}*/

.learnMoreLink
{
	text-align:left;
}


/*** FEATURE STORY STYLES ***/

.mobile-clinics-Featured-BKGD
{
	background: url("/dms-inline/images/global/global-outreach/mobile-clinics-Featured-BKGD.jpg") no-repeat scroll -110px center #010600;
   	height: auto;	
}

.alternate-Featured-BKGD {
    	background: url("/dms-inline/images/global/mockup-images/alternate-Featured-BKGD.jpg") no-repeat scroll -260px center #8b8986;
    	height: auto;
}

.eyeHealth-Featured-BKGD
{
	background: url("/dms-inline/images/global/global-outreach/eyeHealth-Featured-bgkd.jpg") no-repeat scroll -110px top #010600;
	height:auto;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/charitable-fund/eyeHealth-Featured-bgkd.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dms-inline/images/global/charitable-fund/eyeHealth-Featured-bgkd.jpg', sizingMethod='scale')";	
}

.featureMarquee-copyContainer
{
	margin: 5% 0 5% 0;
}

/*** FACTS-BASED MODULE ***/
.regMarquee-icon
{
	display: block;
    	float: right;
    	position: relative;
    	right: 10%;
}

.regMarquee-logo
{
	display: block;
    position: relative;
	width: 80%;
	margin: 0 0 20px 0;
}

.regMarquee-copyContainer
{
	position: relative;
	float:left;
	margin: 70px 0 0 0;
    	left:0;
	padding-top:1px;
}

.blue-regMarquee-icon
{
	float:right;
	right:10%;
	display:block;
    	position: relative;
	margin:70px auto 0 auto;
	width:230px;
	height:230px;
}

.regMarquee-para
{
	position:relative;
	margin:0 0 30px 0;
}

/*** Military column ***/


/*.blueColumnBlock
{
    margin:0;
    font-size:0.9em;
    position:relative;
}*/

.blueColumnBlock ul
{
    font-size:0.9em;
    position:relative;
    margin: 10px 0 15px 20%;
}

.militaryMarginLeft
{
    margin-left: 5%;
}

.arrowColumn
{
	display:table-cell;
}

.threeColumnHeaders
{
	/*display:block;*/
	height:60px;
}

/*.blueLeadColumn {
    background-color: #00b9f2;
    padding: 70px 0 75px 100px;
}*/

.paddingLeft180 {
    padding-left: 100px;
}

/*** DOWNLOAD STYLES ***/

.downloadBlock {
    float: left;
    margin: 0 auto 50px;
    position: relative;
    /*width: 20%;*/
}

.takeActionBlock
{
  	text-align: center;
	height:250px;
}

.takeActionBlock:before
{
  	content: '';
  	display: inline-block;
  	height: 100%;
  	vertical-align: middle;
  	margin-right: -0.25em; /* Adjusts for spacing */
}

.takeActionHeader
{
	font-size: 1em;
}

/*.blueSecondRowHeader
{
	display:block;
}*/

/*** EVENT-DATE STYLES ***/

/*.hide-on-desktop
{
	display:none !important;
}*/

.eventDate
{
	 float:right;
	 margin:0 45px 0 0;
}

/***************************************************
****************************************************
History Page
****************************************************
***************************************************/

.mobile-button-container 
{
	background: #fff;
	padding: 16px 0 17px;
}

.responsive-menu-icon 
{
	background: #26bff3;
	border: none;
	border-radius: 1px;
	color: #fff;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	outline: none;
	padding: 7px 7px 7px 8px;
	text-transform: uppercase;
}
	
.decades-navigation 
{
	background: none;
	width: 100%;
	margin: 0 auto;
}

.decades-navigation ul 
{
	background: #26bff3;
	display: none;
	margin: 0 auto;
	padding: 15px 0;
	width: 142px;
}
	
.decades-navigation ul li 
{
	display: block;
	margin: 0 auto;
}
	
.decades-navigation ul li a,
.decades-navigation ul li a.first 
{
	border-bottom: 1px solid #fff;	
	border-left: none;
	border-right: none;
	border-top: none;
	color: #fff;
	margin: 5px auto;
	padding: 7px;
}
	
.history-marquee 
{
	padding: 20px;
}

}

@media screen and
(min-width: 961px) and (max-width: 1023px) 
{
.blueOverlayMobile 
{
	display:block !important;
	position:relative;

}

.lobBlockSection .blueOverlay
{
	display:none;
}

.missionStatement
{
	
	box-sizing: border-box;
	display: block;
	font-size: 1.6em;
	left: 8%;
	letter-spacing: 0;
	line-height: 1.5em;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 75%; 
}


.missionStatement2 {
    left: 8%;
}

.missionStatementLabel {
    border: medium none;
    cursor: pointer;
    font-size: 1.6em;
    left: 8%;
    margin-top: 20px;
    position: relative;
    text-align: left;
    top: 24%;
    width: 80%;
    padding:0;
}

.missionLogo {
    display: none;
}	
	

.home-blueButtonCTA {
    display: none;
}
	
}