﻿@font-face {
	font-family: 'ProximaNovaExtraCondensedThin';
	src: url("/Style Library/CI/fonts/proximanovaexcn-thin-webfont.eot");
	src: url("/Style Library/CI/fonts/proximanovaexcn-thin-webfont.eot?#iefix") format("embedded-opentype"), url("/Style Library/CI/fonts/proximanovaexcn-thin-webfont.woff2") format("woff2"), url("/Style Library/CI/fonts/proximanovaexcn-thin-webfont.woff") format("woff"), url("/Style Library/CI/fonts/proximanovaexcn-thin-webfont.ttf") format("truetype"), url("/Style Library/CI/fonts/proximanovaexcn-thin-webfont.svg#proxima_nova_extra_condenseTh") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNovaExtraCondensedBold';
	src: url("/Style Library/CI/fonts/proximanovaexcn-bold-webfont.eot");
	src: url("/Style Library/CI/fonts/proximanovaexcn-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/Style Library/CI/fonts/proximanovaexcn-bold-webfont.woff2") format("woff2"), url("/Style Library/CI/fonts/proximanovaexcn-bold-webfont.woff") format("woff"), url("/Style Library/CI/fonts/proximanovaexcn-bold-webfont.ttf") format("truetype"), url("/Style Library/CI/fonts/proximanovaexcn-bold-webfont.svg#proxima_nova_excnbold") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNovaExtraCondensedReg';
	src: url("/Style Library/CI/fonts/proximanovaexcn-regular-webfont.eot");
	src: url("/Style Library/CI/fonts/proximanovaexcn-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/Style Library/CI/fonts/proximanovaexcn-regular-webfont.woff2") format("woff2"), url("/Style Library/CI/fonts/proximanovaexcn-regular-webfont.woff") format("woff"), url("/Style Library/CI/fonts/proximanovaexcn-regular-webfont.ttf") format("truetype"), url("/Style Library/CI/fonts/proximanovaexcn-regular-webfont.svg#proxima_nova_excnregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNovaExtraCondensedLight';
	src: url("/Style Library/CI/fonts/proximanovaexcn-light-webfont.eot");
	src: url("/Style Library/CI/fonts/proximanovaexcn-light-webfont.eot?#iefix") format("embedded-opentype"), url("/Style Library/CI/fonts/proximanovaexcn-light-webfont.woff2") format("woff2"), url("/Style Library/CI/fonts/proximanovaexcn-light-webfont.woff") format("woff"), url("/Style Library/CI/fonts/proximanovaexcn-light-webfont.ttf") format("truetype"), url("/Style Library/CI/fonts/proximanovaexcn-light-webfont.svg#proxima_nova_extra_condenseLt") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNovaSemiBold';
	src: url("/Style Library/CI/fonts/proximanova-semibold-webfont.eot");
	src: url("/Style Library/CI/fonts/proximanova-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/Style Library/CI/fonts/proximanova-semibold-webfont.woff2") format("woff2"), url("/Style Library/CI/fonts/proximanova-semibold-webfont.woff") format("woff"), url("/Style Library/CI/fonts/proximanova-semibold-webfont.ttf") format("truetype"), url("/Style Library/CI/fonts/proximanova-semibold-webfont.svg#proxima_novasemibold") format("svg");
	font-weight: normal;
	font-style: normal;
}

.extraCondensedThin {
	font-family: 'ProximaNovaExtraCondensedThin' !important;
}

.extraCondensedLight {
	font-family: 'ProximaNovaExtraCondensedLight' !important;
}

.extraCondensedRegular {
	font-family: 'ProximaNovaExtraCondensedReg' !important;
}

.extraCondensedBold {
	font-family: 'ProximaNovaExtraCondensedBold' !important;
}

/*
@media (max-width: $breakSmall)
{
}
@media (min-width: $breakSmall) and (max-width: $breakMedium) 
{
}
@media (min-width: $breakMedium) and (max-width: $breakLarge)
{
}
@media (min-width: $breakLarge)
{
}
*/

.NIS_playButton_S {
	cursor: pointer;
	margin: 10px;
	-webkit-transition: ALL 0.1s; /* Safari */
	transition: ALL 0.1s;
}

.NIS_playButtonHover_S {
	cursor: pointer;
	margin: 0px;
	-webkit-transition: ALL 0.1s; /* Safari */
	transition: ALL 0.1s;
}

.NIS_playButton {
	cursor: pointer;
	width: 75px;
	height: 75px;
	margin: 10px;
	-webkit-transition: ALL 0.1s; /* Safari */
	transition: ALL 0.1s;
}

.NIS_playButtonHover {
	cursor: pointer;
	width: 95px;
	height: 95px;
	margin: 0px;
	-webkit-transition: ALL 0.1s; /* Safari */
	transition: ALL 0.1s;
}

.NISVideoControlAmbient {
	background-repeat: no-repeat;
	background-position: right top;
	background-color: black;
	width: 100%;
}

.NISVideoControlAmbient #hero {
	z-index: 1;
	position: relative;
	color: white;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: table;
}

.NISVideoControlAmbient #hero video {
	display: inline-block;
	top: -33px;
	right: 0;
	position: absolute;
	width: 100%;
}

.NISVideoControlAmbient #hero .contentsPlaceholder {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientTitle {
	font-size: 34px;
	color: white;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 70px;
	text-transform: uppercase;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientTitle .NISVideoSmallTitle {
	font-family: "Proxima Nova Light";
	color: white;
	text-align: center;
	margin: 0px auto;
	text-transform: uppercase;
	text-shadow: 0 0 70px #42584a, 0 0 60px #42584a;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientTitle .NISVideoTitle {
	font-family: "Proxima Nova Bold";
	color: white;
	text-align: center;
	margin: 0px auto;
	text-shadow: 0 0 60px #6d7d8c;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientTitle .NISVideoSubTitle {
	font-family: "Proxima Nova Bold";
	color: white;
	text-align: center;
	margin: 0px;
	line-height: 35px;
	text-transform: uppercase;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientSignup {
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 150px;
	margin: 0 auto;
	padding: 25px;
	text-align: center;
	display: table;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISStarring {
	font-size: 25px;
	text-transform: uppercase;
	font-family: "Proxima Nova Bold";
	text-align: center;
	width: 100%;
	padding: 74px 0px 0px 0px;
	text-shadow: 0 0 15px #757171;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientNames {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 24px 0px 90px 0px;
	text-shadow: 0 0 15px #757171;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientNames a {
	color: white;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientNames .NISNames {
	display: inline-block;
	padding: 10px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientNames .NISNames .NISFirstName {
	text-transform: uppercase;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientNames .NISNames .NISLastName {
	text-transform: uppercase;
}

.NISmosaic {
	color: white;
	background-color: #273036;
}

.NISmosaic #mansoryDesktop {
	width: 100%;
}

.NISmosaic #mansoryDesktop .contentA,
.NISmosaic #mansoryDesktop .contentB,
.NISmosaic #mansoryDesktop .contentC,
.NISmosaic #mansoryDesktop .contentD,
.NISmosaic #mansoryDesktop .contentE,
.NISmosaic #mansoryDesktop .contentF,
.NISmosaic #mansoryDesktop .contentG,
.NISmosaic #mansoryDesktop .contentH,
.NISmosaic #mansoryDesktop .contentI,
.NISmosaic #mansoryDesktop .contentJ,
.NISmosaic #mansoryDesktop .contentK,
.NISmosaic #mansoryDesktop .contentL,
.NISmosaic #mansoryDesktop .contentM {
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #273036;
}

.NISmosaic #mansoryDesktop .contentA a,
.NISmosaic #mansoryDesktop .contentB a,
.NISmosaic #mansoryDesktop .contentC a,
.NISmosaic #mansoryDesktop .contentD a,
.NISmosaic #mansoryDesktop .contentE a,
.NISmosaic #mansoryDesktop .contentF a,
.NISmosaic #mansoryDesktop .contentG a,
.NISmosaic #mansoryDesktop .contentH a,
.NISmosaic #mansoryDesktop .contentI a,
.NISmosaic #mansoryDesktop .contentJ a,
.NISmosaic #mansoryDesktop .contentK a,
.NISmosaic #mansoryDesktop .contentL a,
.NISmosaic #mansoryDesktop .contentM a {
	color: white;
}

.NISmosaic #mansoryDesktop .contentA .NISContentPlaceholder,
.NISmosaic #mansoryDesktop .contentB .NISContentPlaceholder,
.NISmosaic #mansoryDesktop .contentC .NISContentPlaceholder,
.NISmosaic #mansoryDesktop .contentD .NISContentPlaceholder,
.NISmosaic #mansoryDesktop .contentE .NISContentPlaceholder,
.NISmosaic #mansoryDesktop .contentF .NISContentPlaceholder,
.NISmosaic #mansoryDesktop .contentG .NISContentPlaceholder,
.NISmosaic #mansoryDesktop .contentH .NISContentPlaceholder,
.NISmosaic #mansoryDesktop .contentI .NISContentPlaceholder,
.NISmosaic #mansoryDesktop .contentJ .NISContentPlaceholder,
.NISmosaic #mansoryDesktop .contentK .NISContentPlaceholder,
.NISmosaic #mansoryDesktop .contentL .NISContentPlaceholder,
.NISmosaic #mansoryDesktop .contentM .NISContentPlaceholder {
	display: table;
	height: 100%;
	width: 100%;
}

.NISmosaic #mansoryDesktop .contentA .NISContentPlaceholder .NISMosaicContents,
.NISmosaic #mansoryDesktop .contentB .NISContentPlaceholder .NISMosaicContents,
.NISmosaic #mansoryDesktop .contentC .NISContentPlaceholder .NISMosaicContents,
.NISmosaic #mansoryDesktop .contentD .NISContentPlaceholder .NISMosaicContents,
.NISmosaic #mansoryDesktop .contentE .NISContentPlaceholder .NISMosaicContents,
.NISmosaic #mansoryDesktop .contentF .NISContentPlaceholder .NISMosaicContents,
.NISmosaic #mansoryDesktop .contentG .NISContentPlaceholder .NISMosaicContents,
.NISmosaic #mansoryDesktop .contentH .NISContentPlaceholder .NISMosaicContents,
.NISmosaic #mansoryDesktop .contentI .NISContentPlaceholder .NISMosaicContents,
.NISmosaic #mansoryDesktop .contentJ .NISContentPlaceholder .NISMosaicContents,
.NISmosaic #mansoryDesktop .contentK .NISContentPlaceholder .NISMosaicContents,
.NISmosaic #mansoryDesktop .contentL .NISContentPlaceholder .NISMosaicContents,
.NISmosaic #mansoryDesktop .contentM .NISContentPlaceholder .NISMosaicContents {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.NISmosaic #mansoryMobile .contentA,
.NISmosaic #mansoryMobile .contentB,
.NISmosaic #mansoryMobile .contentC,
.NISmosaic #mansoryMobile .contentD,
.NISmosaic #mansoryMobile .contentE,
.NISmosaic #mansoryMobile .contentF,
.NISmosaic #mansoryMobile .contentG,
.NISmosaic #mansoryMobile .contentH,
.NISmosaic #mansoryMobile .contentI,
.NISmosaic #mansoryMobile .contentJ,
.NISmosaic #mansoryMobile .contentK,
.NISmosaic #mansoryMobile .contentL,
.NISmosaic #mansoryMobile .contentM {
	background-size: cover;
	height: 227px;
	background-color: #273036;
}

.NISmosaic #mansoryMobile .contentA a,
.NISmosaic #mansoryMobile .contentB a,
.NISmosaic #mansoryMobile .contentC a,
.NISmosaic #mansoryMobile .contentD a,
.NISmosaic #mansoryMobile .contentE a,
.NISmosaic #mansoryMobile .contentF a,
.NISmosaic #mansoryMobile .contentG a,
.NISmosaic #mansoryMobile .contentH a,
.NISmosaic #mansoryMobile .contentI a,
.NISmosaic #mansoryMobile .contentJ a,
.NISmosaic #mansoryMobile .contentK a,
.NISmosaic #mansoryMobile .contentL a,
.NISmosaic #mansoryMobile .contentM a {
	color: white;
}

.NISmosaic #mansoryMobile .contentA .NISContentPlaceholder,
.NISmosaic #mansoryMobile .contentB .NISContentPlaceholder,
.NISmosaic #mansoryMobile .contentC .NISContentPlaceholder,
.NISmosaic #mansoryMobile .contentD .NISContentPlaceholder,
.NISmosaic #mansoryMobile .contentE .NISContentPlaceholder,
.NISmosaic #mansoryMobile .contentF .NISContentPlaceholder,
.NISmosaic #mansoryMobile .contentG .NISContentPlaceholder,
.NISmosaic #mansoryMobile .contentH .NISContentPlaceholder,
.NISmosaic #mansoryMobile .contentI .NISContentPlaceholder,
.NISmosaic #mansoryMobile .contentJ .NISContentPlaceholder,
.NISmosaic #mansoryMobile .contentK .NISContentPlaceholder,
.NISmosaic #mansoryMobile .contentL .NISContentPlaceholder,
.NISmosaic #mansoryMobile .contentM .NISContentPlaceholder {
	display: table;
	height: 100%;
	width: 100%;
}

.NISmosaic #mansoryMobile .contentA .NISContentPlaceholder .NISMosaicContents,
.NISmosaic #mansoryMobile .contentB .NISContentPlaceholder .NISMosaicContents,
.NISmosaic #mansoryMobile .contentC .NISContentPlaceholder .NISMosaicContents,
.NISmosaic #mansoryMobile .contentD .NISContentPlaceholder .NISMosaicContents,
.NISmosaic #mansoryMobile .contentE .NISContentPlaceholder .NISMosaicContents,
.NISmosaic #mansoryMobile .contentF .NISContentPlaceholder .NISMosaicContents,
.NISmosaic #mansoryMobile .contentG .NISContentPlaceholder .NISMosaicContents,
.NISmosaic #mansoryMobile .contentH .NISContentPlaceholder .NISMosaicContents,
.NISmosaic #mansoryMobile .contentI .NISContentPlaceholder .NISMosaicContents,
.NISmosaic #mansoryMobile .contentJ .NISContentPlaceholder .NISMosaicContents,
.NISmosaic #mansoryMobile .contentK .NISContentPlaceholder .NISMosaicContents,
.NISmosaic #mansoryMobile .contentL .NISContentPlaceholder .NISMosaicContents,
.NISmosaic #mansoryMobile .contentM .NISContentPlaceholder .NISMosaicContents {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.NISmosaic td {
	width: 25%;
	position: relative;
}

.NISmosaic td:after {
	content: '';
	display: block;
	margin-top: 100%;
}

.NISQuiz {
	margin: 0px auto;
}

.slickNext {
	height: 240px;
	position: relative;
	right: 0px;
	color: white;
	display: table;
	float: right;
	text-align: right;
}

.slickPrev {
	height: 240px;
	position: relative;
	left: 0px;
	color: white;
	display: table;
	float: left;
	text-align: left;
}

.slickTitle1 {
	font-size: 24px;
	line-height: 32px;
	text-align: center;
}

.slickTitle2 {
	font-size: 40px;
	line-height: 34px;
	text-align: center;
}

.slickArrow {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

.slickArrowPlaceholder {
	height: 75px;
	width: 75px;
	font-size: 27px;
	text-indent: -28px;
	padding: 12px;
}

.INNLanding {
	width: 100%;
	background-color: #273036;
	color: white;
}

.INNLanding .INNLandingContents {
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
	padding: 25px;
}

.INNLanding .INNLandingChuteCarousel {
	background-color: white;
	height: 205px;
}

.INNHeader {
	width: 100%;
}

.INNPromo {
	width: 100%;
	background-color: #273036;
}

.INNPromo .INNPromoContents {
	color: white;
	width: 90%;
	max-width: 1180px;
	margin: 0px auto;
	text-align: center;
	padding: 25px 0px;
}

.INNPromo .INNPromoContents .PromoText {
	font-size: 21px;
	font-family: "Proxima Nova Light";
	padding-bottom: 10px;
}

.INNPromo .INNPromoContents .PromoText .INNSubmitButton {
	width: 260px;
}

.NISCircleSectioName {
	text-transform: uppercase;
	color: #0f95d3;
}

.NISIcon {
	font-size: 80px !important;
	margin-top: 9px !important;
	padding-bottom: 0px !important;
}

.NISIconCaption {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Proxima Nova Bold', sans-serif;
}

.wall {
	padding-top: 10px !important;
}

.NISSocialShareFB,
.NISSocialShareTW,
.NISSocialShareLI,
.NISSocialShareEM {
	background-color: #0f95d3;
	width: 50px;
	height: 45px;
	padding: 5px 0px 0px 15px;
	position: fixed;
	left: 0px;
	color: white;
	z-index: 200;
}

.NISSocialShareFBCounter,
.NISSocialShareTWCounter,
.NISSocialShareLICounter,
.NISSocialShareEMCounter {
	background-color: #0f95d3;
	width: 80px;
	height: 45px;
	padding: 0px 0px 0px 0px;
	position: fixed;
	left: -72px;
	color: white;
	-webkit-transition: left 0.2s; /* Safari */
	transition: left 0.2s;
	z-index: 200;
}

.NISSocialShareFB,
.NISSocialShareFBCounter {
	top: 200px;
}

.NISSocialShareTW,
.NISSocialShareTWCounter {
	top: 250px;
}

.NISSocialShareLI,
.NISSocialShareLICounter {
	top: 300px;
}

.NISSocialShareEM,
.NISSocialShareEMCounter {
	top: 350px;
}

.NISSharer {
	display: table-cell;
	vertical-align: middle;
}

.SSicon-facebook:before {
	content: "\e626";
	color: white;
	font-size: 20px;
}

.SSicon-linkedin:before {
	content: "\e602";
	color: white;
	font-size: 20px;
}

.SSicon-email:before {
	content: "\e600";
	color: white;
	font-size: 20px;
}

.SSicon-twitter:before {
	content: "\e607";
	color: white;
	font-size: 20px;
}

.NISCounter {
	width: 65px;
	text-align: center;
	display: inline-block;
	font-size: 19px;
	color: white;
}

.NISSocialShareActive {
	left: 50px;
	-webkit-transition: left 0.2s; /* Safari */
	transition: left 0.2s;
}

.NISSocialShareMobile {
	position: fixed;
	width: 100%;
	height: 50px;
	bottom: 0px;
	left: 0px;
	background-color: #0f95d3;
	z-index: 9;
}

.NISSocialSharePlaceHolder {
	height: 50px;
	background-color: white;
}

.NISSocialShareMobileContents {
	width: 300px;
	margin: 13px auto;
}

.global-footer__actions {
	z-index: 300;
	position: relative;
}

.wistia_signUp {
	position: relative;
	text-align: center;
}

/*--Images Carousel Full Page ---*/

.ImagesCarouselFullPape_ImageWithButton {
	background-color: black;
	height: 600px;
}

.ImagesCarouselFullPape_ImageWithButton .ImageSmall {
	height: 100%;
}

.ImagesCarouselFullPape_ImageWithButton .ImageMedium {
	height: 100%;
}

.ImagesCarouselFullPape_ImageWithButton .ImageLarge {
	height: 100%;
}

.ImagesCarouselFullPape_ImageWithButton:after {
	content: '';
	display: block;
	height: 600px;
	position: relative;
	width: 100%;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiÔÇªSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIi");
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(20%, transparent), color-stop(50%, transparent), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), transparent 20%, transparent 50%, #000000);
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.5), transparent 20%, transparent 50%, #000000);
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), transparent 20%, transparent 50%, #000000);
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), transparent 20%, transparent 50%, #000000);
	top: -600px;
}

.button-floatTop {
	text-align: center;
	position: relative;
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 0px;
	top: 0px;
	z-index: 1000;
}

.button-alignCenter {
	text-align: center;
}

.button-alignLeft {
	text-align: left;
}

.button-alignRight {
	text-align: right;
}

.buttonBlockControl {
	min-height: 0px !important;
}

.ambientVideoAlignleft {
	left: 0;
}

.ambientVideoAlignright {
	right: 0;
}

.AmbientVideoTextPlaceholder {
	background: transparent;
	bottom: 10px;
	left: 0;
	margin: auto;
	padding-bottom: 1em;
	position: absolute;
	right: 0;
}

.contactUsGrid {
	width: 100%;
}

.contactUsGrid .contactUsLeftCell {
	text-align: center;
	padding-bottom: 30px;
}

.contactUsGrid .contactUsLeftCell .contactUsLeftCellContents {
	background-image: url("/Style%20Library/CI/images/Contact_Us_970px.jpg");
	background-size: cover;
	background-position: center;
	margin: 0 auto;
}

.contactUsFormGrid {
	display: block;
	width: 100%;
	max-width: 474px;
	margin: 0 auto;
}

.contactUsFormGrid .contactUsFormCellB {
	display: block;
	width: 100%;
	padding-top: 25px;
}

.contactUsFormGrid .contactUsFormCellB select.contactUsDepartment {
	transition: all 0.2s;
	background-color: #f4f4f4;
	border: 1px solid #dddddd;
	border-radius: 0;
	color: #465560;
	display: inline-block;
	line-height: 1.5;
	padding: .5em;
	vertical-align: middle;
	height: 49px;
	padding: 0 1em !important;
	font-size: 100%;
	font-family: 'Proxima Nova Light';
	background-image: url("http://vm-sp13dev/style%20library/ci/images/shadow.png?1401208016");
	background-repeat: no-repeat;
}

.contactUsSockGrid {
	height: auto;
}

.contactUsSockGrid .gridLeft,
.contactUsSockGrid .gridRight {
	text-align: center;
	vertical-align: top;
	height: 100%;
	padding: 30px;
}

.contactUsSockGrid .gridCenter {
	text-align: center;
	vertical-align: top;
	height: 100%;
	padding: 30px 0px;
}

.textarea-error,
.select-error {
	border: 2px solid #d62323 !important;
	color: #d62323 !important;
	line-height: 1.375 !important;
}

.contactUsForm_ErorsAbove {
	color: #d62323;
	margin: 0px;
	font-family: 'Proxima Nova', sans-serif;
	visibility: hidden;
}

.departmentPlaceHolder {
	color: #A2ADB4 !important;
}

/*
@media (max-width: $VRbreakSmall)
{
}
@media (min-width: $VRbreakSmall) and (max-width: $VRbreakMedium) 
{
}
@media (min-width: $VRbreakMedium) and (max-width: $VRbreakLarge)
{
}
@media (min-width: $VRbreakLarge)
{
}
*/

.VRAmbientPlaceholder {
	overflow: hidden;
	background-color: #0f95d3;
}

.VRhero {
	z-index: 1;
	position: relative;
	color: white;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: table;
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
}

.VRhero video {
	display: none;
	top: 0px;
	right: 0;
	position: absolute;
	width: 100%;
	min-width: 1100px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 2000px;
}

.VRhero .contentsPlaceholder {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.VRhero .contentsPlaceholder .VRTitle {
	text-align: center;
}

.VRhero .contentsPlaceholder .VRTitle .VRTitleLine1 {
	font-family: ProximaNovaSemiBold, sans-serif;
	font-size: 16px;
}

.VRhero .contentsPlaceholder .VRTitle .VRTitleLine2 {
	font-family: ProximaNovaExtraCondensedBold, sans-serif;
}

.VRhero .contentsPlaceholder .VRTitle .VRTitleLine3 {
	font-family: ProximaNovaExtraCondensedBold, sans-serif;
	font-size: 24px;
	color: #ffc600;
}

.VRhero .contentsPlaceholder .VRTitle .VRTitleLine4 {
	font-family: ProximaNovaSemiBold, sans-serif;
	font-size: 16px;
}

.VRhero .contentsPlaceholder .VRPrizes {
	display: table;
	margin: 0 auto;
}

.VRhero .contentsPlaceholder .VRPrizes .VRPrizesLeft,
.VRhero .contentsPlaceholder .VRPrizes .VRPrizesRight {
	font-family: ProximaNovaExtraCondensedBold, sans-serif;
	font-size: 24px;
	width: 50%;
	text-align: center;
}

.VRhero .contentsPlaceholder .VRPrizes .VRPrizesLeft .PrizeTitle,
.VRhero .contentsPlaceholder .VRPrizes .VRPrizesRight .PrizeTitle {
	color: #ffc600;
	line-height: 21px;
}

.VRhero .contentsPlaceholder .VRPrizes .VRPrizesLeft .PrizeWinners,
.VRhero .contentsPlaceholder .VRPrizes .VRPrizesRight .PrizeWinners {
	font-family: ProximaNovaSemiBold, sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}

.VRhero .contentsPlaceholder .VRAmbientSignup {
	margin: 0 auto;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRsignupMobile {
	height: 110px;
	text-align: center;
	width: 100%;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRsignupMobile .VRinputfield {
	padding: 13px 12px 11px;
	background: white;
	margin: 1px;
	font-size: 11px;
	line-height: 11px;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRsignupMobile .VRinputfield:focus {
	background: #0f95d3;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRsignupMobile .VRinputfieldName {
	width: 96px;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRsignupMobile .VRinputfieldEmail {
	width: 249px;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRsignupMobile .VRinputfieldZip {
	width: 74px;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRsignupMobile .VRSignUpButton {
	padding: 14px 19px;
	font-family: 'Proxima Nova Regular', sans-serif;
	font-size: 11px;
	line-height: 11px;
	margin: 1px;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRsignupMobile .VRSignUpButton:hover {
	background-color: #1A5EAB !important;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRsignupRegular {
	text-align: center;
	width: 100%;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRsignupRegular .VRinputfield {
	padding: 12px;
	margin: 0px 3px 0px 0px;
	font-size: 11px;
	line-height: 11px;
	background: white;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRsignupRegular .VRinputfield:focus {
	background: #0f95d3;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRsignupRegular .VRinputfieldName {
	width: 96px;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRsignupRegular .VRinputfieldEmail {
	width: 197px;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRsignupRegular .VRinputfieldZip {
	width: 74px;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRsignupRegular .VRSignUpButton:hover {
	background-color: #1A5EAB !important;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRsignupRegular .VRSignUpButton {
	font-family: 'Proxima Nova Bold', sans-serif;
	font-size: 11px;
	line-height: 11px;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRthankyou {
	text-align: center;
	height: 73px;
	text-transform: uppercase;
	font-family: 'Proxima Nova Bold', sans-serif;
	font-size: 11px;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRthankyou .VRThankyouShare {
	width: 74px;
	height: 32px;
	display: inline-block;
	background-position: center;
	background-size: 74px 32px;
	background-image: url("/Style Library/images/VRShare.svg");
	margin: 5px 5px;
	cursor: pointer;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRthankyou .VRThankyouTweet {
	width: 74px;
	height: 32px;
	display: inline-block;
	background-position: center;
	background-size: 74px 32px;
	background-image: url("/Style Library/images/VRTweet.svg");
	margin: 5px 5px;
	cursor: pointer;
}

.VRhero .contentsPlaceholder .VRTerms {
	font-family: 'Proxima Nova Light';
	font-size: 11px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.VRhero .contentsPlaceholder .VRTerms a:hover,
.VRhero .contentsPlaceholder .VRTerms a:active,
.VRhero .contentsPlaceholder .VRTerms a:link,
.VRhero .contentsPlaceholder .VRTerms a:visited {
	color: white;
	text-decoration: underline;
}

.VRhero .contentsPlaceholder .VRArrowDown {
	display: block;
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 3px;
	z-index: 10;
}

.VRhero .contentsPlaceholder .VRArrowDown img {
	cursor: pointer;
	width: 36px !important;
	height: 14px !important;
}

.VRSponsors {
	background-color: #0f95d3;
	color: white;
	display: block;
	width: 100%;
}

.VRSponsors .VRSponsorsContents {
	display: table;
	margin: 0 auto;
}

.VRSponsors .VRSponsorsContents .VRSponsorsLeft,
.VRSponsors .VRSponsorsContents .VRSponsorsRight {
	vertical-align: middle;
	font-family: 'Proxima Nova Light', sans-serif;
	font-size: 16px;
	text-align: center;
}

.VRSponsors .VRSponsorsContents .VRSponsorsLeft .VRSponsorsVrse,
.VRSponsors .VRSponsorsContents .VRSponsorsRight .VRSponsorsVrse {
	background-image: url("/Style Library/images/vrseLogo.svg");
	background-position: center;
	width: 214px;
	height: 90px;
	background-repeat: no-repeat;
}

.VRSponsors .VRSponsorsContents .VRSponsorsLeft .VRSponsorsTiffany,
.VRSponsors .VRSponsorsContents .VRSponsorsRight .VRSponsorsTiffany {
	background-image: url("/Style Library/images/tiffanyLogo.svg");
	background-position: center;
	width: 157px;
	height: 31px;
	background-repeat: no-repeat;
	margin: 10px auto 0px;
}

.VRBlueBox {
	background-color: #0f95d3;
	color: white;
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxTitle {
	text-align: center;
	font-family: 'ProximaNovaExtraCondensedThin';
	text-transform: uppercase;
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxItemContents {
	display: table;
	width: 100%;
	margin: 0 auto;
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxItemContents .VRBlueBoxItem {
	text-align: center;
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxItemContents .VRBlueBoxItem .VRBlueBoxItemIcon {
	width: 92px;
	height: 92px;
	margin: 0 auto;
	background-position: center;
	background-size: 92px 92px;
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxItemContents .VRBlueBoxItem .VRBlueBoxItemCoral {
	background-image: url("/Style Library/images/VRcoral.svg");
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxItemContents .VRBlueBoxItem .VRBlueBoxItemSharks {
	background-image: url("/Style Library/images/VRsharks.svg");
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxItemContents .VRBlueBoxItem .VRBlueBoxItemFish {
	background-image: url("/Style Library/images/VRfish.svg");
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxItemContents .VRBlueBoxItem .VRBlueBoxItemMangroves {
	background-image: url("/Style Library/images/VRmangroves.svg");
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxItemContents .VRBlueBoxItem .VRBlueBoxItemText {
	font-family: ProximaNovaExtraCondensedBold, sans-serif;
	font-size: 48px;
	line-height: 40px;
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxItemContents .VRBlueBoxItem .VRBlueBoxItemCaption {
	font-family: ProximaNovaSemiBold, sans-serif;
	font-size: 16px;
}

.MapFloatingText {
	display: block;
}

.MapFloatingText .MapFloatingTextTitle {
	font-family: ProximaNovaSemiBold, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.MapFloatingText .MapFloatingTextContents {
	font-family: 'Proxima Nova Light', sans-serif;
	font-size: 16px;
	line-height: 24px;
	padding: 13px 0px;
}

.MapFloatingText .MapFloatingTextLink {
	font-family: ProximaNovaSemiBold, sans-serif;
	font-size: 14px;
}

.VRMap {
	width: 100%;
	height: 435px;
}

.VRVideo {
	display: table;
	width: 100%;
	max-width: 1440px;
	margin: 0px auto;
}

.VRVideo .VRVideoLeft,
.VRVideo .VRVideoRight,
.VRVideo .VRVideoExtraLeft {
	vertical-align: middle;
	height: 100%;
}

.VRVideo .VRVideoRight {
	text-align: center;
}

.VRVideo .VRVideoRight .VRVideoPlaceholder {
	display: table;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("/Style Library/CI/images/VRTeaserThumbnail.jpg");
	width: 100%;
	height: 357px;
	background-color: #4a4a4a;
}

.VRVideo .VRVideoRight .VRVideoPlaceholder .VRVideoContentsPlaceholder {
	display: table-cell;
	vertical-align: middle;
	background-size: 54px 54px;
	background-image: url("/Style Library/CI/images/VRPlay.svg");
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	-webkit-transition: background-size 0.1s; /* Safari */
	transition: background-size 0.1s;
}

.VRVideo .VRVideoRight .VRVideoPlaceholder .VRVideoContentsPlaceholder .VRVideoWatchText {
	color: white;
	font-family: 'ProximaNovaSemiBold';
	font-size: 16px;
	padding-top: 100px;
}

.VRVideo .VRVideoRight .VRVideoPlaceholder .VRVideoContentsPlaceholder:hover {
	background-size: 64px 64px;
	-webkit-transition: background-size 0.1s; /* Safari */
	transition: background-size 0.1s;
}

.VRTextInner {
	font-size: 16px;
	font-family: 'Proxima Nova Light';
	line-height: 24px;
}

.wistia_embed {
	margin: 0 auto;
}

.VRPopup {
	height: 100vh;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	z-index: 100000;
	left: 0;
	display: none;
}

.VRPopup .VRPopupContents {
	display: table-cell;
	vertical-align: middle;
}

.VRPopup .VRPopupContents .VRPopupContentsVideo {
	color: white;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	margin: 0 auto;
}

.VRPopup .VRPopupContents .VRPopupClose {
	text-align: right;
	margin: 0px auto;
}

.VRPopup .VRPopupContents .VRPopupClose .VRPopupCloseX {
	width: 20px;
	margin: 0 0 0 auto;
	cursor: pointer;
	color: white;
}

.VRBodyTitle {
	font-family: 'ProximaNovaExtraCondensedThin';
	text-align: center;
	color: #1882c8;
	text-transform: uppercase;
}

.VRBodySubTitle {
	font-family: 'Proxima Nova Light';
	text-align: center;
	color: #5c5c61;
}

.VRBodyTextVideo {
	text-align: center;
	padding: 0px 0px 53px;
	font-family: 'Proxima Nova Light', sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.VRBodyText {
	text-align: center;
	padding: 0px 0px 53px;
	font-family: 'Proxima Nova Light', sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.VRBodyTextAt {
	color: #0193d7;
	font-family: 'Proxima Nova Bold';
}

.VRBodyTextShare,
.VRBodyTextTweet {
	display: inline-block;
	background-color: #0193d7;
	color: white;
	font-size: 19px;
	margin: 17px 5px;
	cursor: pointer;
}

.VRBodyTextShare:before {
	content: "\e626";
	font-family: 'icomoon';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-transform: none;
}

.VRBodyTextTweet:before {
	content: "\e607";
	font-family: 'icomoon';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-transform: none;
}

.VRCTA {
	background-color: #f26e26;
	color: white;
	font-family: 'Proxima Nova Bold';
	font-size: 14px;
	width: 100%;
}

.VRCTAContents {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	display: block;
	padding: 22px 0px 0px;
	text-align: center;
}

.VRCTADonate:link,
.VRCTADonate:visited {
	color: #f67d4b;
	background-color: white;
	padding: 13px 26px;
	display: inline;
	font-size: 11px;
	margin: 0px 0px 0px 20px;
	-webkit-transition: All 0.2s; /* Safari */
	transition: All 0.2s;
	cursor: pointer;
}

.VRCTADonate:hover {
	background-color: #F79421;
	color: white;
	-webkit-transition: All 0.2s; /* Safari */
	transition: All 0.2s;
}

.bounce {
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 60px;
	height: 25px;
	margin-left: -30px;
	animation: bounce 1s infinite;
	-webkit-animation: bounce 1s infinite;
	-moz-animation: bounce 1s infinite;
	-o-animation: bounce 1s infinite;
	cursor: pointer;
}

.VR360VideoPlaceholder {
	display: block;
	color: white;
	overflow: hidden;
	background-color: #181c1f;
}

.VR360VideoPlaceholder .VR360hero {
	display: table;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
	color: white;
	width: 100%;
	height: 100%;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	background-repeat: no-repeat;
}

.VR360VideoPlaceholder .VR360hero .VR360VideoPlayer {
	background-color: black;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s; /* Safari */
	transition: opacity 0.5s;
}

.VR360VideoPlaceholder .VR360hero .VR360VideoPlayer .VR360VideoPlayerContentsPlaceholder {
	display: table;
	width: 100%;
	height: 100%;
}

.VR360VideoPlaceholder .VR360hero .VR360VideoPlayer .VR360VideoPlayerContentsPlaceholder .VR360VideoPlayerContents {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
}

.VR360VideoPlaceholder .VR360hero .VR360VideoPlayer .VR360VideoPlayerContentsPlaceholder .VR360VideoPlayerContents .VR360VideoPlayerClose {
	color: white;
	margin: 0 auto;
}

.VR360VideoPlaceholder .VR360hero .VR360VideoPlayer .VR360VideoPlayerContentsPlaceholder .VR360VideoPlayerContents .VR360VideoPlayerClose .VR360VideoPlayerCloseButton {
	width: 20px;
	margin: 0 0 0 auto;
	cursor: pointer;
}

.VR360VideoPlaceholder .VR360hero .VR360VideoPlayerActive {
	opacity: 1;
	z-index: 3;
	-webkit-transition: opacity 0.5s; /* Safari */
	transition: opacity 0.5s;
}

.VR360VideoPlaceholder .VR360hero video {
	display: none;
	top: 0px;
	right: 0;
	position: absolute;
	width: 100%;
	min-width: 1100px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 2000px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title {
	display: block;
	width: 100%;
	text-align: center;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UpperTitle {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/Style Library/images/ci-vr-reverse.svg");
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360MainTitle {
	font-family: ProximaNovaExtraCondensedBold, sans-serif;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder {
	display: none;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360CompatibleSubtitle {
	font-family: 'Proxima Nova Regular', sans-serif;
	font-size: 16px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360Play {
	display: table;
	width: 82px;
	height: 82px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360Play .VR360PlayButton {
	display: table-cell;
	vertical-align: middle;
	background-image: url("/Style Library/CI/images/VRPlay.svg");
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	-webkit-transition: background-size 0.05s; /* Safari */
	transition: background-size 0.05s;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360Play .VR360PlayButton:hover {
	-webkit-transition: background-size 0.05s; /* Safari */
	transition: background-size 0.05s;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360Logos .VR360VrseLogo {
	background-image: url("/Style Library/images/vrseLogo2.svg");
	background-position: center;
	width: 162px;
	height: 31px;
	background-repeat: no-repeat;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360Logos .VR360TiffanyLogo {
	background-image: url("/Style Library/images/tiffanyLogo.svg");
	background-position: center;
	width: 282px;
	height: 40px;
	background-repeat: no-repeat;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder {
	display: none;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop .VR360Alert {
	display: table;
	width: 70px;
	height: 70px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop .VR360Alert .VR360AlertButton {
	display: table-cell;
	vertical-align: middle;
	background-image: url("/Style Library/CI/images/VRAlert.svg");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: background-size 0.05s; /* Safari */
	transition: background-size 0.05s;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop .VR360AlertMessage {
	display: block;
	margin: 0 auto;
	width: 570px;
	font-family: ProximaNovaSemiBold, sans-serif;
	font-size: 16px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop .VR360AlertButtons {
	display: table;
	width: 290px;
	margin: 0 auto;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop .VR360AlertButtons .VR360AlertButtonLeft {
	display: table-cell;
	width: 50%;
	padding: 0px 5px 0px 0px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop .VR360AlertButtons .VR360AlertButtonRight {
	display: table-cell;
	width: 50%;
	padding: 0px 0px 0px 5px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop .VR360Logos .VR360VrseLogo2 {
	background-image: url("/Style Library/images/vrseLogo2.svg");
	background-position: center right;
	width: 219px;
	height: 31px;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 14px 0px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop .VR360Logos .VR360TiffanyLogo2 {
	background-image: url("/Style Library/images/tiffanyLogo.svg");
	background-position: center;
	background-size: 208px 40px;
	width: 282px;
	height: 40px;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 9px 10px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360UncompatibleSubtitle {
	font-family: 'Proxima Nova Regular', sans-serif;
	font-size: 16px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360Alert2 {
	display: table;
	width: 70px;
	height: 70px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360Alert2 .VR360AlertButton2 {
	display: table-cell;
	vertical-align: middle;
	background-image: url("/Style Library/CI/images/VRAlert.svg");
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	-webkit-transition: background-size 0.05s; /* Safari */
	transition: background-size 0.05s;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360AlertMessage2 {
	display: block;
	margin: 0 auto;
	color: #ffc600;
	font-family: ProximaNovaSemiBold, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360AlertMessage2b {
	display: block;
	margin: 0 auto;
	font-family: ProximaNovaSemiBold, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: white;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360AlertButtons2 {
	display: table;
	width: 210px;
	margin: 0 auto;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360AlertButtons2 .VR360AlertButtonCenter2 {
	display: table-cell;
	width: 50%;
	padding: 0px 5px 0px 0px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360Logos2 .VR360VrseLogo2 {
	background-image: url("/Style Library/images/vrseLogo2.svg");
	background-position: center;
	width: 162px;
	height: 31px;
	background-repeat: no-repeat;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360Logos2 .VR360TiffanyLogo2 {
	background-image: url("/Style Library/images/tiffanyLogo.svg");
	background-position: center;
	width: 282px;
	height: 40px;
	background-repeat: no-repeat;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360VideoSock {
	position: absolute;
	width: 100%;
	display: block;
	text-align: center;
	height: 60px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360VideoSock .VR360SockAbout {
	font-family: 'Proxima Nova Bold';
	font-size: 14px;
	cursor: pointer;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360VideoSock .bounce img {
	cursor: pointer;
	width: 36px !important;
	height: 14px !important;
}

.VR360Plugins {
	width: 100%;
	background-color: #273036;
	color: white;
	padding: 16px 0px;
	font-family: 'Proxima Nova Thin', sans-serif;
	font-size: 16px;
}

.VR360Plugins .VR360PluginsContents {
	text-align: center;
	line-height: 23px;
}

.VR360Plugins .VR360PluginsContents .BTNVrse {
	width: 106px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 5px;
}

.VR360Plugins .VR360PluginsContents .BTNAppStore {
	display: inline-block;
	vertical-align: middle;
}

.VR360Plugins .VR360PluginsContents .BTNGPlay {
	display: inline-block;
	vertical-align: middle;
}

.VR360PluginsBTS {
	background-color: #0f95d3;
	display: block !important;
}

.VR360Accordeon {
	width: 100%;
	background-color: #0f95d3;
	display: block;
	overflow: hidden;
	color: white;
}

.VR360Accordeon .VR360AccordeonTitle {
	text-align: center;
	font-family: 'Proxima Nova Light';
}

.VR360Accordeon .VR360AccordeonContentsRetracted {
	text-align: center;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	height: 50px;
	opacity: 1;
	-webkit-transition: opacity 0.5s; /* Safari */
	transition: opacity 0.5s;
}

.VR360Accordeon .VR360AccordeonContentsRetracted .VR360PrizesIconHeadset {
	vertical-align: middle;
	background-size: 54px 54px;
	background-image: url("/Style Library/CI/images/VR360IconHeadset.svg");
	background-repeat: no-repeat;
	background-position: center center;
	width: 54px;
	height: 54px;
	cursor: pointer;
}

.VR360Accordeon .VR360AccordeonContentsRetracted .VR360AccordeonRetractedClicktoExpand {
	font-family: 'Proxima Nova Bold';
	font-size: 14px;
	cursor: pointer;
	width: 227px;
	margin: 0 auto;
}

.VR360Accordeon .VR360AccordeonContentsRetracted .VR360AccordeonRetractedArrow {
	cursor: pointer;
	width: 36px;
	height: 14px;
	margin: 15px auto;
}

.VR360Accordeon .VR360AccordeonContentsRetractedActive {
	opacity: 0;
	-webkit-transition: opacity 0.5s; /* Safari */
	transition: opacity 0.5s;
}

.VR360Accordeon .VR360AccordeonContentsExpanded {
	text-align: center;
	max-width: 510px;
	width: 100%;
	margin: 0 auto;
	height: 285px;
	opacity: 0;
	display: none;
	position: relative;
	top: -45px;
	-webkit-transition: opacity 0.5s; /* Safari */
	transition: opacity 0.5s;
}

.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder {
	display: table;
	width: 100%;
}

.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderLeft {
	font-family: ProximaNovaExtraCondensedBold, sans-serif;
	font-size: 24px;
	width: 50%;
	text-align: left;
	vertical-align: top;
}

.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderLeft .VR360Prizesplaceholder {
	display: table;
	width: 245px;
	margin: 0 auto;
}

.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderLeft .VR360Prizesplaceholder .VR360PrizesplaceholderLeft {
	display: table-cell;
	width: 70px;
	vertical-align: top;
}

.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderLeft .VR360Prizesplaceholder .VR360PrizesplaceholderLeft .VR360PrizesIconHeadset {
	vertical-align: middle;
	background-size: 54px 54px;
	background-image: url("/Style Library/CI/images/VR360IconHeadset.svg");
	background-repeat: no-repeat;
	background-position: center center;
	width: 54px;
	height: 54px;
}

.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderLeft .VR360Prizesplaceholder .VR360PrizesplaceholderLeft .VR360PrizesIconCardboad {
	vertical-align: middle;
	background-size: 54px 54px;
	background-image: url("/Style Library/CI/images/VR360IconCardboard.svg");
	background-repeat: no-repeat;
	background-position: center center;
	width: 54px;
	height: 54px;
}

.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderLeft .VR360Prizesplaceholder .VR360PrizesplaceholderRight {
	display: table-cell;
	width: 200px;
	vertical-align: middle;
}

.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderLeft .VR360Prizesplaceholder .VR360PrizesplaceholderRight .VR360PrizeTitle {
	color: #ffc600;
	line-height: 21px;
	padding: 6px 0px 0px;
}

.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderLeft .VR360Prizesplaceholder .VR360PrizesplaceholderRight .VR360PrizeWinners {
	font-family: ProximaNovaSemiBold, sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}

.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderRight {
	vertical-align: top;
}

.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderRight .VR360AccordeonError {
	font-size: 13px;
	color: white;
	visibility: hidden;
}

.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderRight .VR360AccordeonField .VR360formFields {
	background-color: white;
	background-image: none;
	width: 197px;
	color: #62686f;
	font-family: 'Proxima Nova Regular', sans-serif;
	font-size: 11px;
	padding: 10px;
	margin: 0px 0px 4px 0px;
}

.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderRight .VR360Terms {
	font-size: 11px;
	line-height: 14px;
	font-family: 'Proxima Nova Light';
	width: 193px;
	margin: 5px auto;
}

.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderRight .VR360Terms a:hover,
.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderRight .VR360Terms a:active,
.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderRight .VR360Terms a:link,
.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderRight .VR360Terms a:visited {
	color: white;
	text-decoration: underline;
}

.VR360Accordeon .VR360AccordeonContentsExpandedActive {
	opacity: 1;
	-webkit-transition: opacity 0.5s; /* Safari */
	transition: opacity 0.5s;
}

.VR360AccordeonExpanded {
	-webkit-transition: height 0.5s; /* Safari */
	transition: height 0.5s;
}

.VR360Infographics {
	background-color: white;
	color: #0f95d3;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsTitle {
	font-family: 'ProximaNovaExtraCondensedThin';
	text-align: center;
	color: #107fcd;
	text-transform: uppercase;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents {
	display: table;
	width: 100%;
	margin: 0 auto;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents .VR360InfographicsItem {
	text-align: center;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents .VR360InfographicsItem .VR360InfographicsItemIcon {
	margin: 0 auto;
	background-position: center;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents .VR360InfographicsItem .VR360InfographicsItemCoral {
	background-image: url("/Style Library/images/VRcoralReverse.svg");
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents .VR360InfographicsItem .VR360InfographicsItemSharks {
	background-image: url("/Style Library/images/VRsharksReverse.svg");
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents .VR360InfographicsItem .VR360InfographicsItemFish {
	background-image: url("/Style Library/images/VRfishReverse.svg");
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents .VR360InfographicsItem .VR360InfographicsItemMangroves {
	background-image: url("/Style Library/images/VRmangrovesReverse.svg");
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents .VR360InfographicsItem .VR360InfographicsItemText {
	font-family: ProximaNovaExtraCondensedBold, sans-serif;
	font-size: 48px;
	line-height: 40px;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents .VR360InfographicsItem .VR360InfographicsItemCaption {
	font-family: ProximaNovaSemiBold, sans-serif;
	font-size: 16px;
	color: #4a4a4e;
}

.VR360Map {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.VR360MapFloatingPlaceholderA,
.VR360MapFloatingPlaceholderB {
	max-width: 1200px;
	margin: 0 auto;
}

.VR360MapFloatingPlaceholderA .VR360MapFloating,
.VR360MapFloatingPlaceholderB .VR360MapFloating {
	display: table;
	font-size: 12px;
	font-family: 'Proxima Nova Light';
}

.VR360MapFloatingPlaceholderA .VR360MapFloating .VR360MapFLoatingTable .VR360MapFloatingContentsHighlight,
.VR360MapFloatingPlaceholderB .VR360MapFloating .VR360MapFLoatingTable .VR360MapFloatingContentsHighlight {
	color: #1894d4;
}

.VR360ThreeColumns {
	display: table;
}

.VR360ThreeColumns .VR360ThreeColumnsLeft,
.VR360ThreeColumns .VR360ThreeColumnsCenter,
.VR360ThreeColumns .VR360ThreeColumnsRight {
	vertical-align: top;
}

.VR360ThreeColumnsTitle {
	font-family: ProximaNovaSemiBold, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #5c5c61;
}

.VR360ThreeColumnsContents {
	font-family: 'Proxima Nova Light';
	font-size: 16px;
	line-height: 24px;
	color: #5c5c61;
}

.VR360ThreeColumnsImage {
	font-family: 'Proxima Nova Light';
	font-size: 16px;
	line-height: 24px;
	color: #5c5c61;
	height: 270px;
	background-repeat: no-repeat;
	background-position: center top;
}

.VR360ThreeColumnsQuote {
	font-family: 'Proxima Nova Light';
	color: #0193d7;
}

.VR360ThreeColumnsQuoteCredits {
	font-family: 'Proxima Nova Regular', sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.VR360ThreeColumnsImageCredits {
	font-family: 'Proxima Nova Light';
	font-size: 11px;
	line-height: 16px;
}

.VR360ThreeColunsFullWidth {
	width: 100%;
	text-align: center;
}

.VR360ThreeColunsFullWidth a:hover,
.VR360ThreeColunsFullWidth a:active,
.VR360ThreeColunsFullWidth a:link,
.VR360ThreeColunsFullWidth a:visited {
	text-decoration: none;
	color: #0193D7;
	font-family: 'Proxima Nova Bold';
	font-size: 14px;
}

.VR360_donate {
	text-align: center;
}

.VR360_donate h1 {
	text-align: center;
	font-family: 'ProximaNovaExtraCondensedThin';
	color: #107fcd;
	margin: 12px;
}

.VR360_donate .VR360DonateText {
	font-size: 16px;
	line-height: 24px;
}

.VR360_donate .VR360donateForm .VR360donateContents .VR360donateAmountField {
	font-family: 'Proxima Nova Regular', sans-serif;
	font-size: 11px;
	padding: 14px;
	height: 39px;
	background-image: url("/Style Library/images/VR360DonateFieldBackgroundWhite.jpg");
	background-position: top right;
	color: #424242;
}

.VR360_donate .VR360donateForm .VR360donateContents .VR360donateAmountField ::-webkit-input-placeholder {
	color: #424242;
	font: 12px verdana, arial, sans-serif;
}

.VR360_donate .VR360donateForm .VR360donateContents .VR360donateAmountField :-moz-placeholder {
	color: #6e6e6e;
	font: 12px verdana, arial, sans-serif;
}

.VR360BTS {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.VR360BTSFloating {
	display: block;
}

.VR360BTSFloating .VR360BTSFloatingTitle {
	font-family: 'ProximaNovaExtraCondensedThin';
	padding: 0px 0px 12px 0px;
}

.VR360BTSFloating .VR360BTSFloatingContents {
	font-family: 'Proxima Nova Light';
	font-size: 16px;
	line-height: 24px;
}

.VR360BTSFloatingRight {
	color: white;
	z-index: 2;
	line-height: 46px;
	font-family: 'Proxima Nova Bold';
	font-size: 14px;
}

.VR360BTSFloatingRight a:hover,
.VR360BTSFloatingRight a:active,
.VR360BTSFloatingRight a:link,
.VR360BTSFloatingRight a:visited {
	text-decoration: none;
}

.VR360mosaic {
	color: white;
	background-color: #273036;
}

.VR360mosaic #mansoryDesktop {
	width: 100%;
}

.VR360mosaic #mansoryDesktop .contentA,
.VR360mosaic #mansoryDesktop .contentB,
.VR360mosaic #mansoryDesktop .contentC,
.VR360mosaic #mansoryDesktop .contentD,
.VR360mosaic #mansoryDesktop .contentE {
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #273036;
	cursor: pointer;
}

.VR360mosaic #mansoryDesktop .contentA .VR360ContentPlaceholder,
.VR360mosaic #mansoryDesktop .contentB .VR360ContentPlaceholder,
.VR360mosaic #mansoryDesktop .contentC .VR360ContentPlaceholder,
.VR360mosaic #mansoryDesktop .contentD .VR360ContentPlaceholder,
.VR360mosaic #mansoryDesktop .contentE .VR360ContentPlaceholder {
	display: table;
	height: 100%;
	width: 100%;
}

.VR360mosaic #mansoryDesktop .contentA .VR360ContentPlaceholder .VR360MosaicContents,
.VR360mosaic #mansoryDesktop .contentB .VR360ContentPlaceholder .VR360MosaicContents,
.VR360mosaic #mansoryDesktop .contentC .VR360ContentPlaceholder .VR360MosaicContents,
.VR360mosaic #mansoryDesktop .contentD .VR360ContentPlaceholder .VR360MosaicContents,
.VR360mosaic #mansoryDesktop .contentE .VR360ContentPlaceholder .VR360MosaicContents {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.VR360mosaic #mansoryMobile {
	width: 100%;
}

.VR360mosaic #mansoryMobile .contentA,
.VR360mosaic #mansoryMobile .contentB,
.VR360mosaic #mansoryMobile .contentC,
.VR360mosaic #mansoryMobile .contentD,
.VR360mosaic #mansoryMobile .contentE {
	background-size: cover;
	height: 227px;
	background-color: #273036;
	cursor: pointer;
}

.VR360mosaic #mansoryMobile .contentA .VR360ContentPlaceholder,
.VR360mosaic #mansoryMobile .contentB .VR360ContentPlaceholder,
.VR360mosaic #mansoryMobile .contentC .VR360ContentPlaceholder,
.VR360mosaic #mansoryMobile .contentD .VR360ContentPlaceholder,
.VR360mosaic #mansoryMobile .contentE .VR360ContentPlaceholder {
	display: table;
	height: 100%;
	width: 100%;
}

.VR360mosaic #mansoryMobile .contentA .VR360ContentPlaceholder .VR360MosaicContents,
.VR360mosaic #mansoryMobile .contentB .VR360ContentPlaceholder .VR360MosaicContents,
.VR360mosaic #mansoryMobile .contentC .VR360ContentPlaceholder .VR360MosaicContents,
.VR360mosaic #mansoryMobile .contentD .VR360ContentPlaceholder .VR360MosaicContents,
.VR360mosaic #mansoryMobile .contentE .VR360ContentPlaceholder .VR360MosaicContents {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.VR360mosaic td {
	width: 25%;
	position: relative;
	border: 0;
}

.VR360mosaic td:after {
	content: '';
	display: block;
	margin-top: 100%;
}

.VR360DonorsLogos {
	width: 270px;
	margin: 0 auto;
	text-align: center;
}

.VR360DonorsLogos .VR360DonorsLogosTiffany {
	display: inline-block;
	margin: 40px 0px 18px 0px;
}

.VR360DonorsLogos .VR360DonorsLogosGlassybaby {
	display: inline-block;
	margin: 0px 5px 0px 0px;
}

.VR360DonorsLogos .VR360DonorsLogosVice {
	display: inline-block;
	margin: 0px 0px 0px 19px;
}

.VR360DonorsLogos .VR360DonorsLogosYoutube {
	display: inline-block;
	margin: 27px 24px 27px 10px;
}

.VR360DonorsLogos .VR360DonorsLogosAspen {
	display: inline-block;
	margin: 13px 12px 0px 31px;
}

.VR360BtnBlue {
	font-family: 'Proxima Nova Bold';
	font-size: 11px;
	line-height: 12px;
	padding: 13px 15px 11px 16px;
	width: 200px;
}

.VR360BtnWhite {
	background-color: #ffc600;
	color: #107fcd;
	font-family: 'Proxima Nova Bold';
	font-size: 11px;
	width: 197px;
	margin: 0 auto;
	padding: 14px;
	-webkit-transition: background-color 0.5s; /* Safari */
	transition: background-color 0.5s;
	cursor: pointer;
}

.VR360BtnWhite:hover {
	background-color: #FFAD26;
	-webkit-transition: background-color 0.5s; /* Safari */
	transition: background-color 0.5s;
	cursor: pointer;
}

.VR360BtnDonate {
	font-family: 'Proxima Nova Bold';
	font-size: 11px;
	width: 129px;
	background-color: #f46e10;
	padding: 14px;
	-webkit-transition: background-color 0.5s; /* Safari */
	transition: background-color 0.5s;
}

.VR360BtnDonate:hover {
	background-color: #E6673E;
	-webkit-transition: background-color 0.5s; /* Safari */
	transition: background-color 0.5s;
}

.VR360BodyTitle {
	font-family: 'ProximaNovaExtraCondensedThin';
	text-align: center;
	color: #107fcd;
	text-transform: uppercase;
}

.VR360SliderBodyTitle {
	font-family: 'ProximaNovaExtraCondensedThin';
	text-align: center;
	color: #107fcd;
	text-transform: uppercase;
}

.VR360BodyTitleCTA {
	font-family: 'ProximaNovaExtraCondensedThin';
	text-align: center;
	color: #107fcd;
	text-transform: uppercase;
}

.VR360BodySubTitle {
	font-family: 'Proxima Nova Light';
	text-align: center;
	color: #5c5c61;
}

.VR360BodyText {
	font-family: 'Proxima Nova Light';
	text-align: center;
}

.VR360RowDivider {
	background: url("/Style Library/CI/images/divider.png?1401208016") 50% 100% no-repeat;
	height: 16px;
	margin: 0px 0px 50px 0px;
}

.VR360RowDividerAll {
	background: url("/Style Library/CI/images/divider.png?1401208016") 50% 100% no-repeat;
	height: 16px;
	margin: 0px 0px 50px 0px;
}

.VR360MosaicPlayButton {
	width: 55px;
	height: 55px;
}

.VR360MosaicPlayButtonHover {
	width: 75px;
	height: 75px;
}

.VR360MosaicPlayButtonL {
	width: 75px;
	height: 75px;
}

.VR360MosaicPlayButtonLHover {
	width: 95px;
	height: 95px;
}

.VR360PopupContentsVideo {
	color: white;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	margin: 0 auto;
}

.VR360PopupClose {
	text-align: right;
	margin: 0px auto;
}

.VR360PopupClose .VRPopupCloseX {
	width: 20px;
	font-size: 25px;
	margin: 0 0 0 auto;
	cursor: pointer;
	color: white;
}

.VR360ambientvideoReplacer {
	background-image: url("/Style Library/images/VR360AmbientPoster.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}

.SupplyShiftTableContainer {
	border-top: solid 1px #4ca950;
}

.SupplyShiftTable {
	display: table;
	width: 100%;
}

.SupplyShiftCell100 {
	display: inline-block;
	width: 100%;
}

.SupplyShiftTextTitle {
	font-family: 'Proxima Nova Bold';
	font-size: 24px;
	color: #3f9c3f;
}

.SupplyShiftTextSubtitle {
	font-family: ProximaNovaSemiBold, sans-serif;
	font-size: 16px;
	color: #3f9c3f;
	padding: 0px 0px 8px 0px;
}

.SupplyShiftTextContents {
	font-family: 'Proxima Nova Light';
	font-size: 16px;
	color: #4a4a4e;
}

.CISharksContainer {
	background-color: black;
	display: block;
	margin: 0px auto;
}

.CISharksContainer #SharksMap {
	display: block;
	height: 100%;
	width: 100%;
}

.SharksCarousel .SharksCarouselItem {
	margin: 20px 5px;
}

.SharksCarousel .SharksCarouselItem .SharksCarouselItemTable {
	display: table;
	width: 100%;
}

.SharksCarousel .SharksCarouselItem .SharksCarouselItemTable .SharksCarouselItemTableLeft {
	background-repeat: no-repeat;
}

.SharksCarousel .SharksCarouselItem .SharksCarouselItemTable .SharksCarouselItemTableRight .SharkNameContainer .SharkNameBullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	float: left;
	border-radius: 50%;
	margin: 6px 6px 6px 0px;
}

.SharksCarousel .SharksCarouselItem .SharksCarouselItemTable .SharksCarouselItemTableRight .SharkNameContainer .Sharkname {
	font-family: 'Proxima Nova Bold';
	font-size: 14px;
	line-height: 24px;
}

.SharksCarousel .SharksCarouselItem .SharksCarouselItemTable .SharksCarouselItemTableRight .SharkDetailContents {
	font-family: 'Proxima Nova Light';
	color: #5c5c61;
	font-size: 11px;
	line-height: 16px;
}

.SharksCarousel .SharksCarouselItem .SharksCarouselItemTable .SharksCarouselItemTableRight .SharksDetailsContentsPadding {
	padding: 0px 0px 23px 0px;
}

.SharksCarousel .SharksCarouselItem .SharksCarouselItemTable .SharksCarouselItemTableRight .SharkDetailTitle {
	font-family: 'Proxima Nova Bold';
	font-size: 11px;
	color: #5c5c61;
	line-height: 16px;
}

.slick-current {
	-webkit-transition: All 0.1s; /* Safari */
	transition: All 0.1s;
}

.sharksArrowNext {
	text-indent: -9px;
	text-align: left;
	padding: 12px 18px;
}

.sharksArrowPrev {
	text-indent: 7px;
	text-align: right;
	padding: 12px 12px;
}

.SharksImagesCredits {
	
	text-align: center;
	padding: 0px 10px;
	width: 100%;
	font-size: 11px;
}

@media (min-width: 320px) {

.ImagesCarouselFullPape_ImageWithButton .ImageSmall {
	display: block;
}

.ImagesCarouselFullPape_ImageWithButton .ImageMedium {
	display: none;
}

.ImagesCarouselFullPape_ImageWithButton .ImageLarge {
	display: none;
}

.CarouselNewsletterEmailField {
	width: 208px !important;
}

.CarouselButtons {
	width: 207px !important;
	margin-top: 0px;
}

.contactUsGrid {
	display: block;
}

.contactUsGrid .contactUsLeftCell {
	display: block;
	width: 100%;
}

.contactUsGrid .contactUsLeftCell .contactUsLeftCellContents {
	display: block;
	width: 90%;
	height: 300px;
}

.contactUsGrid .contactUsRightCell {
	display: block;
	width: 100%;
}

.contactUsFormGrid .contactUsFormCellA {
	display: block;
	padding-top: 25px;
	width: 100%;
	text-align: center;
}

.contactUsFormGrid .contactUsFormCellA input {
	width: 290px;
}

.contactUsFormGrid .contactUsFormCellB {
	text-align: center;
}

.contactUsFormGrid .contactUsFormCellB input,
.contactUsFormGrid .contactUsFormCellB textarea,
.contactUsFormGrid .contactUsFormCellB select {
	width: 290px;
}

.contactUsSockGrid {
	display: block;
}

.contactUsSockGrid .gridLeft,
.contactUsSockGrid .gridRight {
	width: 100%;
	display: block;
}

.contactUsSockGrid .gridCenter {
	width: 100%;
	display: block;
	border-top: 2px dotted #ddd;
	border-bottom: 2px dotted #ddd;
}

}

@media (min-width: 590px) and (max-width: 998px) {

.NISIconCaption {
	color: #0f95d3;
	margin-top: 18px;
}

}

@media (min-width: 680px) {

.contactUsFormGrid .contactUsFormCellA {
	display: inline-block;
	padding-top: 0px;
	width: 50%;
	text-align: left;
}

.contactUsFormGrid .contactUsFormCellA input {
	width: 230px;
}

.contactUsFormGrid .contactUsFormCellB {
	text-align: left;
}

.contactUsFormGrid .contactUsFormCellB input,
.contactUsFormGrid .contactUsFormCellB textarea,
.contactUsFormGrid .contactUsFormCellB select {
	width: 467px;
}

}

@media (min-width: 767px) {

.VRhero .contentsPlaceholder .VRAmbientSignup .VRsignupMobile {
	display: none;
}

.MapFloatingText {
	text-align: left;
	width: 346px;
	background-color: white;
	height: 356px;
	padding: 47px 45px;
	position: absolute;
	top: 38px;
	left: 50px;
	z-index: 2;
	-webkit-box-shadow: 0px 6px 13px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 6px 13px -4px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 6px 13px -4px rgba(0, 0, 0, 0.75);
}

}

@media (min-width: 767px) and (max-width: 1000px) {

.VRAmbientPlaceholder {
	height: 422px;
}

.VRhero {
	background-image: url("/Style Library/CI/images/VRAmbientBgTabletMobile.jpg");
	background-size: 1100px 600px;
}

.VRhero .contentsPlaceholder .VRTitle .VRTitleLine1 {
	line-height: 28px;
}

.VRhero .contentsPlaceholder .VRTitle .VRTitleLine2 {
	font-size: 60px;
	line-height: 50px;
}

.VRhero .contentsPlaceholder .VRTitle .VRTitleLine3 {
	font-size: 24px;
	padding-bottom: 18px;
	line-height: 24px;
}

.VRhero .contentsPlaceholder .VRTitle .VRTitleLine4 {
	padding-bottom: 19px;
}

.VRhero .contentsPlaceholder .VRPrizes {
	padding: 0px 0px 26px;
	width: 485px;
}

.VRhero .contentsPlaceholder .VRPrizes .VRPrizesLeft {
	padding: 0px 0px 0px 23px;
}

.VRhero .contentsPlaceholder .VRPrizes .VRPrizesRight {
	padding: 0px 79px 0px 13px;
	border-left: 1px white solid;
}

.VRhero .contentsPlaceholder .VRPrizes .VRPrizesLeft,
.VRhero .contentsPlaceholder .VRPrizes .VRPrizesRight {
	display: table-cell;
	width: 50%;
}

.VRhero .contentsPlaceholder .VRAmbientSignup {
	width: 700px;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRsignupRegular {
	display: block;
	height: 66px;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRsignupRegular .VRSignUpButton {
	padding: 14px 10px;
}

.VRhero .contentsPlaceholder .VRTerms {
	width: 100%;
}

.VRSponsors .VRSponsorsContents {
	height: 133px;
	width: 530px;
}

.VRSponsors .VRSponsorsContents .VRSponsorsLeft,
.VRSponsors .VRSponsorsContents .VRSponsorsRight {
	width: 50%;
	display: table-cell;
	height: 100%;
}

.VRSponsors .VRSponsorsContents .VRSponsorsLeft .VRSponsorsVrse,
.VRSponsors .VRSponsorsContents .VRSponsorsRight .VRSponsorsVrse {
	margin: 0px 4px 0px auto;
}

.VRBlueBox {
	padding-bottom: 0px;
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxTitle {
	padding: 27px 0px 16px;
	font-size: 48px;
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxItemContents {
	max-width: 1160px;
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxItemContents .VRBlueBoxItem {
	display: table-cell;
	width: 25%;
	padding: 0px 30px;
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxItemContents .VRBlueBoxItem .VRBlueBoxItemText {
	padding: 20px 0px 11px;
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxItemContents .VRBlueBoxItem .VRBlueBoxItemCaption {
	line-height: 18px;
	padding: 0px 0px 43px;
}

.VRVideo {
	padding: 0px 0px 0px 0px;
}

.VRVideo .VRVideoLeft,
.VRVideo .VRVideoRight,
.VRVideo .VRVideoExtraLeft {
	display: block;
	width: 100%;
}

.VRVideo .VRVideoExtraLeft {
	display: block;
}

.VRVideo .VRVideoLeft {
	padding: 0px;
	max-width: 620px;
	margin: 0 auto;
}

.VRVideo .VRVideoRight {
	display: none;
}

.VRTextInner {
	text-align: center;
}

.wistia_embed {
	height: 374px;
	width: 620px;
}

.VRPopup .VRPopupContents .VRPopupContentsVideo {
	width: 760px;
	height: 427px;
}

.VRPopup .VRPopupContents .VRPopupClose {
	width: 760px;
}

.VRBodyTitle {
	font-size: 48px;
	padding: 50px 0px 17px 0px;
	line-height: 42px;
}

.VRBodySubTitle {
	font-size: 24px;
	padding: 0px 0px 21px;
	line-height: 33px;
}

.VRBodyTextVideo {
	padding: 0px 0px 0px;
}

.VRBodyText {
	padding: 0px 0px 50px;
	max-width: 600px;
	margin: 0 auto;
}

.VRBodyTextInner {
	padding: 0px 0px 17px;
}

.VRBodyTextShare,
.VRBodyTextTweet {
	border-radius: 17px;
	padding: 7px;
	width: 34px;
	height: 34px;
}

.VRCTA {
	height: 102px;
}

.VRCTAHelper {
	display: block;
}

.VR360VideoPlaceholder {
	height: 422px;
}

.VR360VideoPlaceholder .VR360hero {
	background-image: url("/Style Library/images/VR360AmbientBgM.jpg");
	background-size: 1000px 422px;
	background-position: center right;
}

.VR360VideoPlaceholder .VR360hero .VR360VideoPlayer {
	height: 422px;
}

.VR360VideoPlaceholder .VR360hero .VR360VideoPlayer .VR360VideoPlayerContentsPlaceholder .VR360VideoPlayerContents {
	width: 714px;
}

.VR360VideoPlaceholder .VR360hero .VR360VideoPlayer .VR360VideoPlayerContentsPlaceholder .VR360VideoPlayerContents iframe {
	height: 402px;
	width: 714px;
}

.VR360VideoPlaceholder .VR360hero .VR360VideoPlayer .VR360VideoPlayerContentsPlaceholder .VR360VideoPlayerContents .VR360VideoPlayerClose {
	width: 714px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title {
	margin: 10px auto 28px auto;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UpperTitle {
	width: 162px;
	height: 44px;
	background-size: 140px 44px;
	margin: 0px auto 24px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR60RemoveHelper {
	display: none;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360MainTitle {
	font-size: 48px;
	line-height: 50px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360CompatibleSubtitle {
	line-height: 28px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360Play {
	margin: 11px auto 0px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360Play .VR360PlayButton {
	background-size: 54px 54px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360Play .VR360PlayButton:hover {
	background-size: 64px 64px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360Logos .VR360VrseLogo {
	margin: 15px auto 0px;
	background-size: 145px 27px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360Logos .VR360TiffanyLogo {
	background-size: 208px 40px;
	margin: 17px auto 0px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop {
	display: none;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop .VR360Alert {
	margin: 31px auto 0px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop .VR360Alert .VR360AlertButton {
	background-size: 54px 54px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop .VR360AlertMessage {
	margin: 31px auto 0px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop .VR360Logos {
	margin: 31px auto 0px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile {
	display: block;
	padding-bottom: 33px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360UncompatibleSubtitle {
	line-height: 28px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360Alert2 {
	margin: 0px auto 0px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360Alert2 .VR360AlertButton2 {
	background-size: 54px 54px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360AlertMessage2 {
	margin: 0px auto 0px;
	padding: 20px 15px 0px;
	width: 100%;
	max-width: 530px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360AlertMessage2b {
	margin: 0px auto 6px;
	padding: 0 15px;
	width: 100%;
	max-width: 530px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360AlertButtons2 {
	display: inline-block;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360Logos2 .VR360VrseLogo2 {
	margin: 15px auto 0px;
	background-size: 145px 27px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360Logos2 .VR360TiffanyLogo2 {
	background-size: 208px 40px;
	margin: 15px auto;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR60RemoveHelper2 {
	display: block;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360VideoSock {
	bottom: 9px;
}

.VR360Plugins {
	display: none;
}

.VR360Plugins .VR360PluginsContents .BTNAppStore {
	width: 161px;
	height: 48px;
	margin: 10px 0px 0px 0px;
}

.VR360Plugins .VR360PluginsContents .BTNGPlay {
	width: 161px;
	height: 48px;
	margin: 10px 0px 0px 0px;
}

.VR360AppsTitle {
	color: #ffc600;
	font-size: 19px;
	line-height: 42px;
}

.VR360AppsHelper {
	display: block;
}

.VR360Accordeon {
	height: 208px;
}

.VR360Accordeon .VR360AccordeonTitle {
	height: 40px;
	width: 100%;
	font-size: 24px;
	margin: 28px auto 0px auto;
}

.VR360Accordeon .VR360AccordeonContentsRetracted .VR360PrizesIconHeadset {
	margin: 6px auto 17px;
}

.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderLeft {
	display: table-cell;
	width: 50%;
	padding: 23px 0px 0px 0px;
}

.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderLeft .VR360Prizesplaceholder {
	padding: 0px 0px 31px 0px;
}

.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderRight {
	display: table-cell;
	width: 50%;
}

.VR360AccordeonExpanded {
	height: 360px;
}

.VR360Slider {
	padding: 39px 0px 0px;
}

.VR360Infographics {
	padding-bottom: 0px;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsTitle {
	font-size: 48px;
	padding: 39px 0px 40px 0px;
	line-height: 42px;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents {
	max-width: 1160px;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents .VR360InfographicsItem {
	display: table-cell;
	width: 25%;
	padding: 0px 30px;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents .VR360InfographicsItem .VR360InfographicsItemIcon {
	background-size: 92px 92px;
	width: 92px;
	height: 92px;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents .VR360InfographicsItem .VR360InfographicsItemText {
	padding: 20px 0px 11px;
	font-size: 48px;
	line-height: 40px;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents .VR360InfographicsItem .VR360InfographicsItemCaption {
	line-height: 18px;
	padding: 0px 0px 35px;
}

.VR360Map {
	background-image: url("/Style Library/images/VR360MapM.jpg");
	height: 580px;
	background-size: 1000px 580px;
}

.VR360MapFloatingPlaceholderA {
	display: none;
}

.VR360MapFloatingPlaceholderB {
	display: block;
	margin: 0px 0px 37px;
}

.VR360MapFloatingPlaceholderA .VR360MapFloating,
.VR360MapFloatingPlaceholderB .VR360MapFloating {
	padding: 20px 35px;
	text-align: left;
}

.VR360MapFloatingPlaceholderA .VR360MapFloating .VR360MapFLoatingTable,
.VR360MapFloatingPlaceholderB .VR360MapFloating .VR360MapFLoatingTable {
	padding: 0px 25px;
}

.VR360MapFloatingPlaceholderA .VR360MapFloating .VR360MapFLoatingTableLeft,
.VR360MapFloatingPlaceholderB .VR360MapFloating .VR360MapFLoatingTableLeft {
	width: 50%;
	display: table-cell;
}

.VR360MapFloatingPlaceholderA .VR360MapFloating .VR360MapFLoatingTableRight,
.VR360MapFloatingPlaceholderB .VR360MapFloating .VR360MapFLoatingTableRight {
	width: 50%;
	display: table-cell;
}

.VR360MapFloatingPlaceholderA .VR360MapFloatingSock,
.VR360MapFloatingPlaceholderB .VR360MapFloatingSock {
	display: block;
	background-image: url("/Style Library/images/VR360MapSockM.jpg");
	background-size: 1000px 50px;
	background-position: center center;
	width: 100%;
	height: 25px;
}

.VR360ThreeColumns {
	width: 100%;
	text-align: left;
}

.VR360ThreeColumns .VR360ThreeColumnsLeft,
.VR360ThreeColumns .VR360ThreeColumnsCenter,
.VR360ThreeColumns .VR360ThreeColumnsRight {
	display: table-cell;
	width: 33.33%;
}

.VR360ThreeColumnsTitle {
	padding: 10px 10px 0px;
}

.VR360ThreeColumnsContents {
	padding: 10px 10px 10px;
}

.VR360ThreeColumnsImage {
	padding: 10px 10px 0px;
}

.VR360ThreeColumnsImage {
	background-image: url("/Style Library/images/VR360CoralM.jpg");
	background-size: 270px 270px;
}

.VR360ThreeColumnsQuote {
	padding: 10px 10px 0px;
	text-align: left;
	font-size: 24px;
	line-height: 33px;
}

.VR360ThreeColumnsQuoteCredits {
	padding: 0px 10px 0px;
}

.VR360ThreeColumnsImageCredits {
	padding: 7px 10px 0px;
}

.VR360ThreeColunsFullWidth {
	margin: 32px 0px 38px 0px;
}

.VR360_donate {
	padding: 0px 0px 50px 0px;
}

.VR360_donate h1 {
	font-size: 48px;
	line-height: 42px;
}

.VR360_donate .VR360DonateText {
	margin: 0px 0px 28px 0px;
}

.VR360_donate .VR360donateForm .VR360donateContents .VR360FormFormatHelper {
	display: none;
}

.VR360_donate .VR360donateForm .VR360donateContents .VR360donateAmountField {
	width: 183px;
}

.VR360BTS {
	background-image: url("/Style Library/images/VR360BTSBackgroundM.jpg");
	height: 411px;
}

.VR360BTSFloating {
	width: 346px;
	bottom: 43px;
	text-align: left;
	padding: 0px 0px 0px 48px;
	position: absolute;
	z-index: 2;
}

.VR360BTSFloating .VR360BTSFloatingTitle {
	color: white;
	font-size: 48px;
	line-height: 42px;
}

.VR360BTSFloating .VR360BTSFloatingContents {
	color: white;
}

.VR360BTSFloatingRight {
	display: block;
	float: right;
	position: relative;
	bottom: 80px;
	padding: 0px 83px;
}

.VR360BTSFloatingRight a:hover,
.VR360BTSFloatingRight a:active,
.VR360BTSFloatingRight a:link,
.VR360BTSFloatingRight a:visited {
	color: white;
}

.VR360BTSFloatingRight img {
	display: inline-block;
}

.VR360mosaic #mansoryDesktop {
	display: none;
}

.VR360mosaic #mansoryMobile {
	display: block;
}

.VR360mosaic #mansoryMobile .contentA {
	background: #273036 url("/Style Library/images/VR360making-valens-reef-1000x226.jpg") no-repeat center center;
}

.VR360mosaic #mansoryMobile .contentB {
	background: #273036 url("/Style Library/images/VR360camera-placement-1000x226.jpg") no-repeat center center;
}

.VR360mosaic #mansoryMobile .contentC {
	background: #273036 url("/Style Library/images/VR360audio-1000x226.jpg") no-repeat center center;
}

.VR360mosaic #mansoryMobile .contentD {
	background: #273036 url("/Style Library/images/VR360communicating-under-water-1000x226.jpg") no-repeat center center;
}

.VR360mosaic #mansoryMobile .contentE {
	background: #273036 url("/Style Library/images/VR360valen-and-friends-1000x226.jpg") no-repeat center center;
}

.VR360BtnDonate {
	margin: 0px 0px 0px 5px;
}

.VR360BodyTitle {
	font-size: 48px;
	padding: 39px 0px 4px 0px;
	line-height: 42px;
}

.VR360SliderBodyTitle {
	font-size: 48px;
	padding: 39px 0px 4px 0px;
	line-height: 42px;
	text-align: left;
}

.VR360BodyTitleCTA {
	font-size: 48px;
	padding: 50px 0px 20px 0px;
	line-height: 42px;
}

.VR360BodySubTitle {
	font-size: 24px;
	padding: 0px 20px 19px;
	line-height: 33px;
}

.VR360BodyText {
	font-size: 16px;
	padding: 0px 20px 19px;
}

.VR360RowDivider {
	display: none;
}

.VR360RowDividerAll {
	display: block;
}

.VR360PopupContentsVideo {
	width: 760px;
	height: 427px;
}

.VR360PopupClose {
	width: 760px;
}

.VR360ambientvideoReplacer {
	background-size: 100% auto;
}

.CISharksContainer {
	height: 580px;
	width: 100%;
}

.SharksCarousel .SharksCarouselItem .SharksCarouselItemTable .SharksCarouselItemTableLeft {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	height: 200px;
}

.SharksCarousel .SharksCarouselItem .SharksCarouselItemTable .SharksCarouselItemTableRight {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding: 0px 15px;
}

.sharksArrowNext {
	margin: -40px -40px 0px 0px;
}

.sharksArrowPrev {
	margin: -40px 0px 0px -40px;
}

}

@media (min-width: 768px) {

.wistia_responsive_padding {
	height: 680px;
	position: relative;
}

.wistia_responsive_padding2 {
	height: 530px;
	position: relative;
}

.NIS_titlePlaceholder {
	vertical-align: middle;
	height: 100%;
	display: table-cell;
}

.NIS_videoTitle {
	font-family: "Proxima Nova Bold";
	font-size: 160px;
	color: white;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 128px;
	text-shadow: 0 0 30px #4c7390;
}

.NIS_videoSmallTitle {
	font-family: "Proxima Nova Light";
	font-size: 30px;
	color: white;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 50px;
	text-transform: uppercase;
	text-shadow: 0 0 15px #4c7390, 0 0 45px #4c7390;
}

.NIS_signUp {
	font-family: "Proxima Nova Light";
	font-size: 24px;
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
	width: 601px;
	height: 150px;
	margin: 0 auto;
	padding: 21px 25px 25px 25px;
}

.emailSignupLogos {
	display: inline-block;
	width: 270px;
}

.newsletterSignUpButton,
.donateNowButton,
.NISSignUpButton {
	width: 160px;
	margin: 0px 0px 0px 0px;
	font-size: 0.875rem;
}

.newletterFieldsPlaceholder {
	max-width: 740px;
	width: 100%;
	margin: 0 auto;
}

.donatePlaceHolder {
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
}

.newsletterEmailField {
	width: 300px;
	height: 49px;
	margin: 0 10px;
	padding: 0 1em !important;
}

.NISdonateField {
	width: 300px;
	height: 49px;
	margin: 0px 10px;
	background-image: url(/Style%20Library/NIS/images/donateAmount_bg.png) !important;
	padding: 9px 100px 0px 38px  !important;
	color: #465560;
	font-size: 19px;
}

.wistia_signUp {
	top: -120px;
}

.ImagesCarouselFullPape_ImageWithButton .ImageSmall {
	display: none;
}

.ImagesCarouselFullPape_ImageWithButton .ImageMedium {
	display: block;
}

.ImagesCarouselFullPape_ImageWithButton .ImageLarge {
	display: none;
}

.CarouselNewsletterEmailField {
	width: 285px !important;
}

.CarouselButtons {
	width: auto !important;
	margin-top: -1px;
}

.AmbientVideoTextPlaceholder {
	bottom: 80px;
}

.SupplyShiftTableContainer {
	margin: 0px auto 25px;
	padding: 23px 0px 4px;
	max-width: 768px;
}

.SupplyShiftCell25 {
	display: table-cell;
	width: 25%;
}

.SupplyShiftCell100 {
	padding: 12px 0px 0px;
}

.SupplyShiftTextSubtitle {
	display: block;
}

.SupplyShiftTextContents {
	display: block;
}

.SupplyShiftHelper {
	display: none;
}

}

@media (min-width: 768px) and (max-width: 998px) {

.NIS_playButton_S {
	width: 55px;
	height: 55px;
}

.NIS_playButtonHover_S {
	width: 75px;
	height: 75px;
}

.NIS_playButton {
	width: 75px;
	height: 75px;
}

.NIS_playButtonHover {
	width: 95px;
	height: 95px;
}

.NISVideoControlAmbient {
	background-image: url("/Style Library/NIS/images/ambientVideo_SkyMedium.jpg");
}

.NISVideoControlAmbient #hero video {
	min-width: 1980px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientTitle .NISVideoSmallTitle {
	padding: 23px 0px 0px 0px;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 11px;
	max-width: 332px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientTitle .NISVideoTitle {
	font-size: 120px;
	line-height: 100px;
	max-width: 500px;
	padding: 0px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientTitle .NISVideoSubTitle {
	font-size: 24px;
	line-height: 30px;
	padding: 0px 0px 80px 0px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientSignup {
	font-size: 24px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientNames {
	width: 88%;
	max-width: 530px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientNames .NISNames .NISFirstName {
	font-size: 25px;
	line-height: 20px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientNames .NISNames .NISLastName {
	font-size: 30px;
}

.NISmosaic #mansoryDesktop {
	display: none;
}

.NISmosaic #mansoryDesktop .contentA {
	background: #273036 url("/Style Library/NIS/images/NIShome_mosaic_medium.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentB {
	background: #273036 url("/Style Library/NIS/images/ice_mosaic_medium.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentC {
	background: #273036 url("/Style Library/NIS/images/ocean_mosaic_medium.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentD {
	background: #273036 url("/Style Library/NIS/images/coral_mosaic_medium.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentE {
	background: #273036 url("/Style Library/NIS/images/flower_mosaic_medium.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentF {
	background: #273036 url("/Style Library/NIS/images/mothernature_mosaic_medium.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentG {
	background: #273036 url("/Style Library/NIS/images/redwood_mosaic_medium.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentH {
	background: #273036 url("/Style Library/NIS/images/water_mosaic_medium.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentI {
	background: #273036 url("/Style Library/NIS/images/soil_mosaic_medium.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentJ {
	background: #273036 url("/Style Library/NIS/images/rainforest_mosaic_medium.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentK {
	background: #273036 url("/Style Library/NIS/images/NISSky_mosaic_medium.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentL {
	background: #273036 url("/Style Library/NIS/images/amazon_mosaic_medium.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentM {
	background: #273036 url("/Style Library/NIS/images/NISmountain_mosaic_medium.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L {
	font-size: 35px;
	line-height: 35px;
	text-shadow: 0 0 25px #6d7d8c, 0 0 25px #6d7d8c, 0 0 20px #415699;
}

.NISmosaic #mansoryDesktop .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L {
	font-size: 35px;
	line-height: 35px;
	text-shadow: 0 0 25px #6d7d8c, 0 0 25px #6d7d8c, 0 0 20px #415699;
}

.NISmosaic #mansoryDesktop .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L {
	font-size: 35px;
	line-height: 35px;
	text-shadow: 0 0 60px #6d7d8c;
}

.NISmosaic #mansoryDesktop .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle3 {
	font-size: 35px;
	line-height: 35px;
	text-shadow: 0 0 25px #6d7d8c, 0 0 25px #6d7d8c, 0 0 20px #415699;
}

.NISmosaic #mansoryDesktop .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle2 {
	font-size: 35px;
	line-height: 35px;
	text-shadow: 0 0 60px #6d7d8c;
}

.NISmosaic #mansoryMobile {
	display: block;
}

.NISmosaic #mansoryMobile .contentA {
	background: #273036 url("/Style Library/NIS/images/NIShome_mosaic_medium.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentB {
	background: #273036 url("/Style Library/NIS/images/ice_mosaic_medium.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentC {
	background: #273036 url("/Style Library/NIS/images/ocean_mosaic_medium.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentD {
	background: #273036 url("/Style Library/NIS/images/coral_mosaic_medium.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentE {
	background: #273036 url("/Style Library/NIS/images/flower_mosaic_medium.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentF {
	background: #273036 url("/Style Library/NIS/images/mothernature_mosaic_medium.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentG {
	background: #273036 url("/Style Library/NIS/images/redwood_mosaic_medium.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentH {
	background: #273036 url("/Style Library/NIS/images/water_mosaic_medium.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentI {
	background: #273036 url("/Style Library/NIS/images/soil_mosaic_medium.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentJ {
	background: #273036 url("/Style Library/NIS/images/rainforest_mosaic_medium.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentK {
	background: #273036 url("/Style Library/NIS/images/NISSky_mosaic_medium.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentL {
	background: #273036 url("/Style Library/NIS/images/amazon_mosaic_medium.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentM {
	background: #273036 url("/Style Library/NIS/images/NISmountain_mosaic_medium.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L {
	font-size: 25px;
	line-height: 25px;
	text-shadow: 0 0 25px #6d7d8c, 0 0 25px #6d7d8c, 0 0 20px #415699;
}

.NISmosaic #mansoryMobile .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L {
	font-size: 35px;
	line-height: 35px;
	text-shadow: 0 0 25px #6d7d8c, 0 0 25px #6d7d8c, 0 0 20px #415699;
}

.NISmosaic #mansoryMobile .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L {
	font-size: 50px;
	line-height: 50px;
	text-shadow: 0 0 60px #6d7d8c;
}

.NISmosaic #mansoryMobile .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle3 {
	font-size: 25px;
	line-height: 25px;
	text-shadow: 0 0 25px #6d7d8c, 0 0 25px #6d7d8c, 0 0 20px #415699;
}

.NISmosaic #mansoryMobile .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle2 {
	font-size: 50px;
	line-height: 50px;
	text-shadow: 0 0 60px #6d7d8c;
}

.NISQuiz {
	width: 760px;
}

.INNLanding {
	font-size: 55px;
	height: 460px;
	line-height: 55px;
}

.INNHeader {
	background: #fff url("/Style Library/NIS/images/INNHeader_XLarge.jpg") no-repeat center top;
	height: 260px;
}

.INNPromo .INNPromoContents .PromoTitle {
	font-size: 50px;
	line-height: 50px;
	padding: 10px 0px 20px 0px;
}

.NISSocialShareFB,
.NISSocialShareTW,
.NISSocialShareLI,
.NISSocialShareEM {
	display: none;
}

.NISSocialShareFBCounter,
.NISSocialShareTWCounter,
.NISSocialShareLICounter,
.NISSocialShareEMCounter {
	display: none;
}

.NISSocialShareMobile {
	display: block;
}

.AmbientVideoPlaceholder {
	height: 685px;
}

}

@media (min-width: 998px) and (max-width: 1921px) {

.NIS_playButton_S {
	width: 55px;
	height: 55px;
}

.NIS_playButtonHover_S {
	width: 75px;
	height: 75px;
}

.NIS_playButton {
	width: 75px;
	height: 75px;
}

.NIS_playButtonHover {
	width: 95px;
	height: 95px;
}

.NISVideoControlAmbient {
	background-image: url("/Style Library/NIS/images/ambientVideo_Sky.jpg");
}

.NISVideoControlAmbient #hero video {
	min-width: 1920px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientTitle .NISVideoSmallTitle {
	padding: 80px 0px 0px 0px;
	font-size: 34px;
	line-height: 70px;
	letter-spacing: 14px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientTitle .NISVideoTitle {
	font-size: 130px;
	line-height: 80px;
	max-width: 1920px;
	padding: 0px 0px 5px 0px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientTitle .NISVideoSubTitle {
	font-size: 29px;
	line-height: 30px;
	padding: 0px 0px 80px 0px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientSignup {
	font-size: 24px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientNames {
	width: 88%;
	max-width: 870px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientNames .NISNames .NISFirstName {
	font-size: 35px;
	line-height: 24px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientNames .NISNames .NISLastName {
	font-size: 37px;
}

.NISmosaic #mansoryDesktop {
	display: table;
}

.NISmosaic #mansoryDesktop .contentA {
	background: #273036 url("/Style Library/NIS/images/NIShome_mosaic_large.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentB {
	background: #273036 url("/Style Library/NIS/images/ice_mosaic_large.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentC {
	background: #273036 url("/Style Library/NIS/images/ocean_mosaic_large.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentD {
	background: #273036 url("/Style Library/NIS/images/coral_mosaic_large.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentE {
	background: #273036 url("/Style Library/NIS/images/flower_mosaic_large.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentF {
	background: #273036 url("/Style Library/NIS/images/mothernature_mosaic_large.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentG {
	background: #273036 url("/Style Library/NIS/images/redwood_mosaic_large.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentH {
	background: #273036 url("/Style Library/NIS/images/water_mosaic_large.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentI {
	background: #273036 url("/Style Library/NIS/images/soil_mosaic_large.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentJ {
	background: #273036 url("/Style Library/NIS/images/rainforest_mosaic_large.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentK {
	background: #273036 url("/Style Library/NIS/images/NISSky_mosaic_large.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentL {
	background: #273036 url("/Style Library/NIS/images/amazon_mosaic_large.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentM {
	background: #273036 url("/Style Library/NIS/images/NISmountain_mosaic_large.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L {
	font-size: 35px;
	line-height: 35px;
	text-shadow: 0 0 25px #6d7d8c, 0 0 25px #6d7d8c, 0 0 20px #415699;
}

.NISmosaic #mansoryDesktop .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L {
	font-size: 35px;
	line-height: 35px;
	text-shadow: 0 0 25px #6d7d8c, 0 0 25px #6d7d8c, 0 0 20px #415699;
}

.NISmosaic #mansoryDesktop .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L {
	font-size: 53px;
	line-height: 53px;
	text-shadow: 0 0 60px #6d7d8c;
}

.NISmosaic #mansoryDesktop .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle3 {
	font-size: 25px;
	line-height: 25px;
	text-shadow: 0 0 25px #6d7d8c, 0 0 25px #6d7d8c, 0 0 20px #415699;
}

.NISmosaic #mansoryDesktop .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle2 {
	font-size: 40px;
	line-height: 40px;
	text-shadow: 0 0 60px #6d7d8c;
}

.NISmosaic #mansoryMobile {
	display: none;
}

.NISmosaic #mansoryMobile .contentA {
	background: #273036 url("/Style Library/NIS/images/NIShome_mosaic_large.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentB {
	background: #273036 url("/Style Library/NIS/images/ice_mosaic_large.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentC {
	background: #273036 url("/Style Library/NIS/images/ocean_mosaic_large.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentD {
	background: #273036 url("/Style Library/NIS/images/coral_mosaic_large.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentE {
	background: #273036 url("/Style Library/NIS/images/flower_mosaic_large.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentF {
	background: #273036 url("/Style Library/NIS/images/mothernature_mosaic_large.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentG {
	background: #273036 url("/Style Library/NIS/images/redwood_mosaic_large.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentH {
	background: #273036 url("/Style Library/NIS/images/water_mosaic_large.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentI {
	background: #273036 url("/Style Library/NIS/images/soil_mosaic_large.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentJ {
	background: #273036 url("/Style Library/NIS/images/rainforest_mosaic_large.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentK {
	background: #273036 url("/Style Library/NIS/images/NISSky_mosaic_large.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentL {
	background: #273036 url("/Style Library/NIS/images/amazon_mosaic_large.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentM {
	background: #273036 url("/Style Library/NIS/images/NISmountain_mosaic_large.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L {
	font-size: 35px;
	line-height: 35px;
	text-shadow: 0 0 25px #6d7d8c, 0 0 25px #6d7d8c, 0 0 20px #415699;
}

.NISmosaic #mansoryMobile .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L {
	font-size: 35px;
	line-height: 35px;
	text-shadow: 0 0 25px #6d7d8c, 0 0 25px #6d7d8c, 0 0 20px #415699;
}

.NISmosaic #mansoryMobile .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L {
	font-size: 53px;
	line-height: 53px;
	text-shadow: 0 0 60px #6d7d8c;
}

.NISmosaic #mansoryMobile .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle3 {
	font-size: 35px;
	line-height: 35px;
	text-shadow: 0 0 25px #6d7d8c, 0 0 25px #6d7d8c, 0 0 20px #415699;
}

.NISmosaic #mansoryMobile .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle2 {
	font-size: 53px;
	line-height: 53px;
	text-shadow: 0 0 60px #6d7d8c;
}

.NISQuiz {
	width: 800px;
}

.INNLanding {
	font-size: 55px;
	height: 460px;
	line-height: 55px;
}

.INNHeader {
	background: #fff url("/Style Library/NIS/images/INNHeader_XLarge.jpg") no-repeat center top;
	height: 260px;
}

.INNPromo .INNPromoContents .PromoTitle {
	font-size: 55px;
	line-height: 55px;
	padding: 10px 0px 0px 0px;
}

.NISIconCaption {
	color: #0f95d3;
	margin-top: 18px;
}

.NISSocialShareFB,
.NISSocialShareTW,
.NISSocialShareLI,
.NISSocialShareEM {
	display: table;
}

.NISSocialShareFBCounter,
.NISSocialShareTWCounter,
.NISSocialShareLICounter,
.NISSocialShareEMCounter {
	display: table;
}

.NISSocialShareMobile {
	display: none;
}

.AmbientVideoPlaceholder {
	height: 685px;
}

}

@media (min-width: 1000px) {

.ImagesCarouselFullPape_ImageWithButton .ImageSmall {
	display: none;
}

.ImagesCarouselFullPape_ImageWithButton .ImageMedium {
	display: none;
}

.ImagesCarouselFullPape_ImageWithButton .ImageLarge {
	display: block;
}

.CarouselNewsletterEmailField {
	width: 285px !important;
}

.CarouselButtons {
	width: auto !important;
	margin-top: -1px;
}

.contactUsGrid {
	display: table;
}

.contactUsSockGrid {
	display: table;
}

.contactUsSockGrid .gridLeft,
.contactUsSockGrid .gridRight {
	width: 35%;
	display: table-cell;
}

.contactUsSockGrid .gridCenter {
	border-right: 0.5px solid #ddd;
	border-left: 0.5px solid #ddd;
	border-top: none;
	border-bottom: none;
	width: 30%;
	display: table-cell;
}

}

@media (min-width: 1000px) and (max-width: 1600px) {

.VRAmbientPlaceholder {
	height: 545px;
}

.VRhero {
	background-image: url("/Style Library/CI/images/VRAmbientVideoPoster.jpg");
	background-size: 100% auto;
}

.VRhero .contentsPlaceholder .VRTitle .VRTitleLine1 {
	line-height: 32px;
}

.VRhero .contentsPlaceholder .VRTitle .VRTitleLine2 {
	font-size: 72px;
	line-height: 55px;
}

.VRhero .contentsPlaceholder .VRTitle .VRTitleLine3 {
	font-size: 24px;
	padding-bottom: 35px;
	line-height: 24px;
}

.VRhero .contentsPlaceholder .VRTitle .VRTitleLine4 {
	padding-bottom: 33px;
}

.VRhero .contentsPlaceholder .VRPrizes {
	padding: 0px 0px 18px;
	width: 485px;
}

.VRhero .contentsPlaceholder .VRPrizes .VRPrizesLeft {
	padding: 0px 4px 0px 0px;
}

.VRhero .contentsPlaceholder .VRPrizes .VRPrizesRight {
	padding: 0px 67px 0px 13px;
	border-left: 1px white solid;
}

.VRhero .contentsPlaceholder .VRPrizes .VRPrizesLeft,
.VRhero .contentsPlaceholder .VRPrizes .VRPrizesRight {
	display: table-cell;
	width: 50%;
}

.VRhero .contentsPlaceholder .VRAmbientSignup {
	width: 900px;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRsignupRegular {
	display: block;
	height: 73px;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRsignupRegular .VRSignUpButton {
	padding: 14px 10px;
}

.VRhero .contentsPlaceholder .VRTerms {
	width: 100%;
}

.VRSponsors .VRSponsorsContents {
	height: 133px;
	width: 530px;
}

.VRSponsors .VRSponsorsContents .VRSponsorsLeft,
.VRSponsors .VRSponsorsContents .VRSponsorsRight {
	width: 50%;
	display: table-cell;
	height: 100%;
}

.VRSponsors .VRSponsorsContents .VRSponsorsLeft .VRSponsorsVrse,
.VRSponsors .VRSponsorsContents .VRSponsorsRight .VRSponsorsVrse {
	margin: 0px 4px 0px auto;
}

.VRBlueBox {
	padding-bottom: 0px;
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxTitle {
	padding: 27px 0px 26px;
	font-size: 48px;
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxItemContents {
	max-width: 876px;
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxItemContents .VRBlueBoxItem {
	display: table-cell;
	width: 25%;
	padding: 0px 0px;
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxItemContents .VRBlueBoxItem .VRBlueBoxItemText {
	padding: 20px 0px 10px;
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxItemContents .VRBlueBoxItem .VRBlueBoxItemCaption {
	line-height: 18px;
	padding: 0px 0px 43px;
}

.VRVideo {
	padding: 31px 0px 55px 0px;
}

.VRVideo .VRVideoLeft,
.VRVideo .VRVideoRight,
.VRVideo .VRVideoExtraLeft {
	display: table-cell;
	width: 50%;
}

.VRVideo .VRVideoExtraLeft {
	display: none;
}

.VRVideo .VRVideoLeft {
	padding: 0px 55px;
}

.VRVideo .VRVideoRight {
	display: table-cell;
}

.VRTextInner {
	text-align: left;
}

.VRPopup .VRPopupContents .VRPopupContentsVideo {
	width: 900px;
	height: 506px;
}

.VRPopup .VRPopupContents .VRPopupClose {
	width: 900px;
}

.VRBodyTitle {
	font-size: 48px;
	padding: 50px 0px 17px 0px;
	line-height: 42px;
}

.VRBodySubTitle {
	font-size: 24px;
	padding: 0px 0px 21px;
	line-height: 33px;
}

.VRBodyTextVideo {
	padding: 0px 0px 0px;
}

.VRBodyText {
	padding: 0px 0px 50px;
	max-width: 600px;
	margin: 0 auto;
}

.VRBodyTextInner {
	padding: 0px;
}

.VRBodyTextShare,
.VRBodyTextTweet {
	border-radius: 17px;
	padding: 7px;
	width: 34px;
	height: 34px;
}

.VRCTA {
	height: 60px;
}

.VRCTAHelper {
	display: none;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360CompatibleSubtitle {
	line-height: 32px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360UncompatibleSubtitle {
	line-height: 32px;
}

.CISharksContainer {
	height: 690px;
	width: 100%;
}

.SharksCarousel .SharksCarouselItem .SharksCarouselItemTable .SharksCarouselItemTableLeft {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	height: 245px;
}

.SharksCarousel .SharksCarouselItem .SharksCarouselItemTable .SharksCarouselItemTableRight {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding: 0px 15px;
}

.sharksArrowNext {
	margin: -20px -40px 0px 0px;
}

.sharksArrowPrev {
	margin: -20px 0px 0px -40px;
}

}

@media (min-width: 1000px) and (max-width: 1920px) {

.VR360VideoPlaceholder {
	height: 545px;
}

.VR360VideoPlaceholder .VR360hero {
	background-image: url("/Style Library/images/VR360AmbientBgL.jpg");
	background-size: 1920px 545px;
	background-position: center right;
}

.VR360VideoPlaceholder .VR360hero .VR360VideoPlayer {
	height: 545px;
}

.VR360VideoPlaceholder .VR360hero .VR360VideoPlayer .VR360VideoPlayerContentsPlaceholder .VR360VideoPlayerContents {
	width: 933px;
}

.VR360VideoPlaceholder .VR360hero .VR360VideoPlayer .VR360VideoPlayerContentsPlaceholder .VR360VideoPlayerContents iframe {
	height: 525px;
	width: 933px;
}

.VR360VideoPlaceholder .VR360hero .VR360VideoPlayer .VR360VideoPlayerContentsPlaceholder .VR360VideoPlayerContents .VR360VideoPlayerClose {
	width: 933px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title {
	margin: 0px auto 12px auto;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UpperTitle {
	width: 162px;
	height: 44px;
	background-size: 162px 44px;
	margin: 0px auto 28px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR60RemoveHelper {
	display: block;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360MainTitle {
	font-size: 72px;
	line-height: 55px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360Play {
	margin: 22px auto 0px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360Play .VR360PlayButton {
	background-size: 54px 54px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360Play .VR360PlayButton:hover {
	background-size: 64px 64px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360Logos .VR360VrseLogo {
	margin: 32px auto 0px;
	background-size: 162px 31px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360Logos .VR360TiffanyLogo {
	background-size: 208px 40px;
	margin: 21px auto 0px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop {
	display: block;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop .VR360Alert {
	margin: 27px auto 0px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop .VR360Alert .VR360AlertButton {
	background-size: 54px 54px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop .VR360AlertMessage {
	margin: 9px auto 20px;
	line-height: 24px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop .VR360Logos {
	margin: 46px 0px 0px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile {
	display: none;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360Alert2 {
	margin: 9px auto 0px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360Alert2 .VR360AlertButton2 {
	background-size: 54px 54px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360AlertMessage2 {
	margin: 9px auto 20px;
	line-height: 24px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360AlertMessage2b {
	margin: 9px auto 20px;
	line-height: 24px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360AlertButtons2 {
	display: inline-block;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360Logos2 .VR360VrseLogo2 {
	margin: 37px auto 0px;
	background-size: 162px 31px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360Logos2 .VR360TiffanyLogo2 {
	background-size: 208px 12px;
	margin: 21px auto 0px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR60RemoveHelper2 {
	display: none;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360VideoSock {
	bottom: 20px;
}

.VR360Plugins {
	display: block;
}

.VR360Plugins .VR360PluginsContents .BTNAppStore {
	width: 119px;
	height: 36px;
	margin: 0px 10px 0px 30px;
}

.VR360Plugins .VR360PluginsContents .BTNGPlay {
	width: 119px;
	height: 36px;
	margin: 0px 10px 0px;
}

.VR360AppsTitle {
	color: white;
	font-size: 16px;
	line-height: 23px;
}

.VR360AppsHelper {
	display: none;
}

.VR360Accordeon {
	height: 208px;
}

.VR360Accordeon .VR360AccordeonTitle {
	height: 40px;
	width: 100%;
	font-size: 24px;
	margin: 35px auto 0px auto;
}

.VR360Accordeon .VR360AccordeonContentsRetracted .VR360PrizesIconHeadset {
	margin: 3px auto 15px;
}

.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderLeft {
	display: table-cell;
	width: 50%;
	padding: 15px 0px 0px 0px;
}

.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderLeft .VR360Prizesplaceholder {
	padding: 0px 0px 31px 0px;
}

.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderRight {
	display: table-cell;
	width: 50%;
}

.VR360AccordeonExpanded {
	height: 360px;
}

.VR360Slider {
	padding: 68px 0px 0px;
}

.VR360Infographics {
	padding-bottom: 0px;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsTitle {
	font-size: 48px;
	padding: 68px 20px 54px 20px;
	line-height: 42px;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents {
	max-width: 876px;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents .VR360InfographicsItem {
	display: table-cell;
	width: 25%;
	padding: 0px 0px 22px;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents .VR360InfographicsItem .VR360InfographicsItemIcon {
	background-size: 92px 92px;
	width: 92px;
	height: 92px;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents .VR360InfographicsItem .VR360InfographicsItemText {
	padding: 20px 0px 10px;
	font-size: 48px;
	line-height: 40px;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents .VR360InfographicsItem .VR360InfographicsItemCaption {
	line-height: 18px;
	padding: 0px 0px 43px;
}

.VR360Map {
	background-image: url("/Style Library/images/VR360MapL.jpg");
	height: 690px;
	background-size: 1920px 690px;
	margin: 0px 0px 73px;
}

.VR360MapFloatingPlaceholderA {
	display: block;
}

.VR360MapFloatingPlaceholderB {
	display: none;
}

.VR360MapFloatingPlaceholderA .VR360MapFloating,
.VR360MapFloatingPlaceholderB .VR360MapFloating {
	text-align: left;
	width: 260px;
	background-color: white;
	height: 560px;
	padding: 25px 25px;
	position: relative;
	top: 65px;
	left: 10px;
	z-index: 2;
	-webkit-box-shadow: 0px 6px 13px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 6px 13px -4px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 6px 13px -4px rgba(0, 0, 0, 0.75);
}

.VR360MapFloatingPlaceholderA .VR360MapFloating .VR360MapFLoatingTable,
.VR360MapFloatingPlaceholderB .VR360MapFloating .VR360MapFLoatingTable {
	padding: 0px;
}

.VR360MapFloatingPlaceholderA .VR360MapFloating .VR360MapFLoatingTableLeft,
.VR360MapFloatingPlaceholderB .VR360MapFloating .VR360MapFLoatingTableLeft {
	display: none;
}

.VR360MapFloatingPlaceholderA .VR360MapFloating .VR360MapFLoatingTableRight,
.VR360MapFloatingPlaceholderB .VR360MapFloating .VR360MapFLoatingTableRight {
	display: none;
}

.VR360MapFloatingPlaceholderA .VR360MapFloatingSock,
.VR360MapFloatingPlaceholderB .VR360MapFloatingSock {
	display: none;
}

.VR360ThreeColumns {
	width: 100%;
	max-width: 1000px;
	text-align: left;
}

.VR360ThreeColumns .VR360ThreeColumnsLeft,
.VR360ThreeColumns .VR360ThreeColumnsCenter,
.VR360ThreeColumns .VR360ThreeColumnsRight {
	display: table-cell;
	width: 33.33%;
}

.VR360ThreeColumnsTitle {
	padding: 10px 28px 0px;
}

.VR360ThreeColumnsContents {
	padding: 10px 28px 10px;
}

.VR360ThreeColumnsImage {
	padding: 10px 14px 0px 36px;
}

.VR360ThreeColumnsImage {
	background-image: url("/Style Library/images/VR360CoralM.jpg");
	background-size: 270px 270px;
}

.VR360ThreeColumnsQuote {
	padding: 10px 28px 0px;
	text-align: left;
	font-size: 24px;
	line-height: 33px;
}

.VR360ThreeColumnsQuoteCredits {
	padding: 0px 28px 0px;
}

.VR360ThreeColumnsImageCredits {
	padding: 7px 15px 0px 25px;
}

.VR360ThreeColunsFullWidth {
	margin: 53px 0px 61px 0px;
}

.VR360_donate {
	padding: 0px 0px 69px 0px;
}

.VR360_donate h1 {
	font-size: 48px;
	line-height: 42px;
}

.VR360_donate .VR360DonateText {
	margin: 0px 0px 28px 0px;
}

.VR360_donate .VR360donateForm .VR360donateContents .VR360FormFormatHelper {
	display: none;
}

.VR360_donate .VR360donateForm .VR360donateContents .VR360donateAmountField {
	width: 183px;
}

.VR360BTS {
	background-image: url("/Style Library/images/VR360BTSBackgroundL.jpg");
	height: 411px;
}

.VR360BTSFloating {
	width: 346px;
	bottom: 43px;
	text-align: left;
	padding: 0px 0px 0px 48px;
	position: absolute;
	z-index: 2;
}

.VR360BTSFloating .VR360BTSFloatingTitle {
	color: white;
	font-size: 48px;
	line-height: 42px;
}

.VR360BTSFloating .VR360BTSFloatingContents {
	color: white;
}

.VR360BTSFloatingRight {
	display: block;
	float: right;
	position: relative;
	bottom: 80px;
	padding: 0px 83px;
}

.VR360BTSFloatingRight a:hover,
.VR360BTSFloatingRight a:active,
.VR360BTSFloatingRight a:link,
.VR360BTSFloatingRight a:visited {
	color: white;
}

.VR360BTSFloatingRight img {
	display: inline-block;
}

.VR360mosaic #mansoryDesktop {
	display: table;
}

.VR360mosaic #mansoryDesktop .contentA {
	background: #273036 url("/Style Library/images/VR360making-valens-reef-960x960.jpg") no-repeat center center;
}

.VR360mosaic #mansoryDesktop .contentB {
	background: #273036 url("/Style Library/images/VR360camera-placement-480x480.jpg") no-repeat center center;
}

.VR360mosaic #mansoryDesktop .contentC {
	background: #273036 url("/Style Library/images/VR360audio-480x480.jpg") no-repeat center center;
}

.VR360mosaic #mansoryDesktop .contentD {
	background: #273036 url("/Style Library/images/VR360communicating-under-water-480x480.jpg") no-repeat center center;
}

.VR360mosaic #mansoryDesktop .contentE {
	background: #273036 url("/Style Library/images/VR360valen-and-friends-480x480.jpg") no-repeat center center;
}

.VR360mosaic #mansoryMobile {
	display: none;
}

.VR360BtnDonate {
	margin: 0px 0px 0px 5px;
}

.VR360BodyTitle {
	font-size: 48px;
	padding: 68px 20px 9px 20px;
	line-height: 42px;
}

.VR360SliderBodyTitle {
	font-size: 48px;
	padding: 68px 20px 9px 20px;
	line-height: 42px;
	text-align: left;
}

.VR360BodyTitleCTA {
	font-size: 48px;
	padding: 68px 20px 25px 20px;
	line-height: 42px;
}

.VR360BodySubTitle {
	font-size: 24px;
	padding: 0px 20px 27px;
	line-height: 33px;
}

.VR360BodyText {
	font-size: 16px;
	padding: 0px 20px 35px;
}

.VR360RowDivider {
	display: none;
}

.VR360RowDividerAll {
	display: block;
}

.VR360PopupContentsVideo {
	width: 900px;
	height: 506px;
}

.VR360PopupClose {
	width: 900px;
}

.VR360ambientvideoReplacer {
	background-size: 100% auto;
}

}

@media (min-width: 1100px) {

.contactUsGrid .contactUsLeftCell {
	display: table-cell;
	width: 50%;
}

.contactUsGrid .contactUsLeftCell .contactUsLeftCellContents {
	display: table-cell;
	width: 560px;
	height: 532px;
}

.contactUsGrid .contactUsRightCell {
	display: table-cell;
	width: 50%;
}

}

@media (min-width: 1600px) {

.VRAmbientPlaceholder {
	height: 682px;
}

.VRhero {
	background-image: url("/Style Library/CI/images/VRAmbientVideoPoster.jpg");
	background-size: 100% auto;
}

.VRhero .contentsPlaceholder .VRTitle .VRTitleLine1 {
	line-height: 36px;
}

.VRhero .contentsPlaceholder .VRTitle .VRTitleLine2 {
	font-size: 72px;
	line-height: 53px;
}

.VRhero .contentsPlaceholder .VRTitle .VRTitleLine3 {
	font-size: 32px;
	padding-bottom: 50px;
	line-height: 45px;
}

.VRhero .contentsPlaceholder .VRTitle .VRTitleLine4 {
	padding-bottom: 27px;
}

.VRhero .contentsPlaceholder .VRPrizes {
	padding: 10px 0px 15px;
	width: 485px;
}

.VRhero .contentsPlaceholder .VRPrizes .VRPrizesLeft {
	padding: 0px 0px 0px 21px;
}

.VRhero .contentsPlaceholder .VRPrizes .VRPrizesRight {
	padding: 0px 67px 8px 13px;
	border-left: 1px white solid;
}

.VRhero .contentsPlaceholder .VRPrizes .VRPrizesLeft,
.VRhero .contentsPlaceholder .VRPrizes .VRPrizesRight {
	display: table-cell;
	width: 50%;
}

.VRhero .contentsPlaceholder .VRAmbientSignup {
	width: 1000px;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRsignupRegular {
	display: block;
	height: 73px;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRsignupRegular .VRSignUpButton {
	padding: 14px 10px;
}

.VRhero .contentsPlaceholder .VRTerms {
	width: 100%;
}

.VRSponsors .VRSponsorsContents {
	height: 133px;
	width: 530px;
}

.VRSponsors .VRSponsorsContents .VRSponsorsLeft,
.VRSponsors .VRSponsorsContents .VRSponsorsRight {
	width: 50%;
	display: table-cell;
	height: 100%;
}

.VRSponsors .VRSponsorsContents .VRSponsorsLeft .VRSponsorsVrse,
.VRSponsors .VRSponsorsContents .VRSponsorsRight .VRSponsorsVrse {
	margin: 0px 4px 0px auto;
}

.VRBlueBox {
	padding-bottom: 0px;
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxTitle {
	padding: 16px 0px 44px;
	font-size: 60px;
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxItemContents {
	max-width: 1160px;
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxItemContents .VRBlueBoxItem {
	display: table-cell;
	width: 25%;
	padding: 0px 0px;
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxItemContents .VRBlueBoxItem .VRBlueBoxItemText {
	padding: 20px 0px 10px;
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxItemContents .VRBlueBoxItem .VRBlueBoxItemCaption {
	line-height: 18px;
	padding: 0px 0px 53px;
}

.VRVideo {
	padding: 31px 0px 55px 0px;
}

.VRVideo .VRVideoLeft,
.VRVideo .VRVideoRight,
.VRVideo .VRVideoExtraLeft {
	display: table-cell;
	width: 50%;
}

.VRVideo .VRVideoExtraLeft {
	display: none;
}

.VRVideo .VRVideoLeft {
	padding: 0px 55px;
}

.VRVideo .VRVideoRight {
	display: table-cell;
}

.VRTextInner {
	text-align: left;
}

.VRPopup .VRPopupContents .VRPopupContentsVideo {
	width: 1800px;
	height: 1012px;
}

.VRPopup .VRPopupContents .VRPopupClose {
	width: 1800px;
}

.VRBodyTitle {
	font-size: 60px;
	line-height: 60px;
	padding: 69px 0px 24px 22px;
}

.VRBodySubTitle {
	font-size: 32px;
	line-height: 41px;
	padding: 0px 0px 26px;
}

.VRBodyTextVideo {
	padding: 0px 0px 0px;
}

.VRBodyText {
	padding: 0px 0px 69px;
	max-width: 740px;
	margin: 0 auto;
}

.VRBodyTextInner {
	padding: 0px;
}

.VRBodyTextShare,
.VRBodyTextTweet {
	border-radius: 21px;
	padding: 9px;
	width: 40px;
	height: 40px;
}

.VRCTA {
	height: 60px;
}

.VRCTAHelper {
	display: none;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360CompatibleSubtitle {
	line-height: 36px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360UncompatibleSubtitle {
	line-height: 36px;
}

.CISharksContainer {
	height: 690px;
	width: 100%;
}

.SharksCarousel .SharksCarouselItem .SharksCarouselItemTable .SharksCarouselItemTableLeft {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	height: 245px;
}

.SharksCarousel .SharksCarouselItem .SharksCarouselItemTable .SharksCarouselItemTableRight {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding: 0px 15px;
}

.sharksArrowNext {
	margin: -20px -40px 0px 0px;
}

.sharksArrowPrev {
	margin: -20px 0px 0px -40px;
}

}

@media (min-width: 1920px) {

.VR360VideoPlaceholder {
	height: 682px;
}

.VR360VideoPlaceholder .VR360hero {
	background-image: url("/Style Library/images/VR360AmbientBgXL.jpg");
	background-size: 3840px 682px;
	background-position: center right;
}

.VR360VideoPlaceholder .VR360hero .VR360VideoPlayer {
	height: 682px;
}

.VR360VideoPlaceholder .VR360hero .VR360VideoPlayer .VR360VideoPlayerContentsPlaceholder .VR360VideoPlayerContents {
	width: 1180px;
}

.VR360VideoPlaceholder .VR360hero .VR360VideoPlayer .VR360VideoPlayerContentsPlaceholder .VR360VideoPlayerContents iframe {
	height: 664px;
	width: 1180px;
}

.VR360VideoPlaceholder .VR360hero .VR360VideoPlayer .VR360VideoPlayerContentsPlaceholder .VR360VideoPlayerContents .VR360VideoPlayerClose {
	width: 1180px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title {
	margin: 0px auto 6px auto;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UpperTitle {
	width: 183px;
	height: 71px;
	background-size: 183px 71px;
	margin: 0px auto 40px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR60RemoveHelper {
	display: block;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360MainTitle {
	font-size: 72px;
	line-height: 53px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360Play {
	margin: 35px auto 0px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360Play .VR360PlayButton {
	background-size: 69px 69px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360Play .VR360PlayButton:hover {
	background-size: 82px 82px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360Logos .VR360VrseLogo {
	margin: 63px auto 0px;
	background-size: 162px 31px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360Logos .VR360TiffanyLogo {
	background-size: 208px 40px;
	margin: 21px auto 0px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop {
	display: block;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop .VR360Alert {
	margin: 43px auto 44px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop .VR360Alert .VR360AlertButton {
	background-size: 69px 69px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop .VR360AlertMessage {
	margin: 9px auto 20px;
	line-height: 24px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop .VR360Logos {
	margin: 34px 0px 85px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile {
	display: none;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360Alert2 {
	margin: 9px auto 0px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360Alert2 .VR360AlertButton2 {
	background-size: 69px 69px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360AlertMessage2 {
	margin: 9px auto 20px;
	line-height: 24px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360AlertMessage2b {
	margin: 9px auto 20px;
	line-height: 24px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360AlertButtons2 {
	display: inline-block;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360Logos2 .VR360VrseLogo2 {
	margin: 63px auto 0px;
	background-size: 162px 31px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360Logos2 .VR360TiffanyLogo2 {
	background-size: 208px 12px;
	margin: 21px auto 0px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR60RemoveHelper2 {
	display: none;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360VideoSock {
	bottom: 20px;
}

.VR360Plugins {
	display: block;
}

.VR360Plugins .VR360PluginsContents .BTNAppStore {
	width: 119px;
	height: 36px;
	margin: 0px 10px 0px 30px;
}

.VR360Plugins .VR360PluginsContents .BTNGPlay {
	width: 119px;
	height: 36px;
	margin: 0px 10px 0px;
}

.VR360AppsTitle {
	color: white;
	font-size: 16px;
	line-height: 23px;
}

.VR360AppsHelper {
	display: none;
}

.VR360Accordeon {
	height: 208px;
}

.VR360Accordeon .VR360AccordeonTitle {
	height: 40px;
	width: 100%;
	font-size: 32px;
	margin: 21px auto 0px auto;
}

.VR360Accordeon .VR360AccordeonContentsRetracted .VR360PrizesIconHeadset {
	margin: 14px auto 16px;
}

.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderLeft {
	display: table-cell;
	width: 50%;
	padding: 20px 0px 0px 0px;
}

.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderLeft .VR360Prizesplaceholder {
	padding: 0px 0px 31px 0px;
}

.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderRight {
	display: table-cell;
	width: 50%;
}

.VR360AccordeonExpanded {
	height: 410px;
}

.VR360Slider {
	padding: 59px 0px 0px;
}

.VR360Infographics {
	padding-bottom: 0px;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsTitle {
	font-size: 60px;
	line-height: 60px;
	padding: 59px 22px 39px 22px;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents {
	max-width: 1160px;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents .VR360InfographicsItem {
	display: table-cell;
	width: 25%;
	padding: 0px 0px;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents .VR360InfographicsItem .VR360InfographicsItemIcon {
	background-size: 110px 110px;
	width: 110px;
	height: 110px;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents .VR360InfographicsItem .VR360InfographicsItemText {
	padding: 20px 0px 2px;
	font-size: 60px;
	line-height: 60px;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents .VR360InfographicsItem .VR360InfographicsItemCaption {
	line-height: 18px;
	padding: 0px 0px 53px;
}

.VR360Map {
	background-image: url("/Style Library/images/VR360MapXL.jpg");
	height: 690px;
	background-size: 3840px 690px;
	margin: 0px 0px 64px;
}

.VR360MapFloatingPlaceholderA {
	display: block;
}

.VR360MapFloatingPlaceholderB {
	display: none;
}

.VR360MapFloatingPlaceholderA .VR360MapFloating,
.VR360MapFloatingPlaceholderB .VR360MapFloating {
	text-align: left;
	width: 260px;
	background-color: white;
	height: 560px;
	padding: 25px 25px;
	position: relative;
	top: 65px;
	left: 0px;
	z-index: 2;
	-webkit-box-shadow: 0px 6px 13px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 6px 13px -4px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 6px 13px -4px rgba(0, 0, 0, 0.75);
}

.VR360MapFloatingPlaceholderA .VR360MapFloating .VR360MapFLoatingTable,
.VR360MapFloatingPlaceholderB .VR360MapFloating .VR360MapFLoatingTable {
	padding: 0px;
}

.VR360MapFloatingPlaceholderA .VR360MapFloating .VR360MapFLoatingTableLeft,
.VR360MapFloatingPlaceholderB .VR360MapFloating .VR360MapFLoatingTableLeft {
	display: none;
}

.VR360MapFloatingPlaceholderA .VR360MapFloating .VR360MapFLoatingTableRight,
.VR360MapFloatingPlaceholderB .VR360MapFloating .VR360MapFLoatingTableRight {
	display: none;
}

.VR360MapFloatingPlaceholderA .VR360MapFloatingSock,
.VR360MapFloatingPlaceholderB .VR360MapFloatingSock {
	display: none;
}

.VR360ThreeColumns {
	width: 100%;
	max-width: 1200px;
	text-align: left;
}

.VR360ThreeColumns .VR360ThreeColumnsLeft,
.VR360ThreeColumns .VR360ThreeColumnsCenter,
.VR360ThreeColumns .VR360ThreeColumnsRight {
	display: table-cell;
	width: 33.33%;
}

.VR360ThreeColumnsTitle {
	padding: 10px 28px 0px;
}

.VR360ThreeColumnsContents {
	padding: 10px 28px 10px;
}

.VR360ThreeColumnsImage {
	padding: 10px 14px 0px 36px;
}

.VR360ThreeColumnsImage {
	background-image: url("/Style Library/images/VR360CoralM.jpg");
	background-size: 300px 270px;
}

.VR360ThreeColumnsQuote {
	padding: 10px 34px 0px;
	text-align: left;
	font-size: 32px;
	line-height: 41px;
}

.VR360ThreeColumnsQuoteCredits {
	padding: 0px 37px 0px;
}

.VR360ThreeColumnsImageCredits {
	padding: 7px 14px 0px 44px;
}

.VR360ThreeColunsFullWidth {
	margin: 68px 0px 55px 0px;
}

.VR360_donate {
	padding: 0px 0px 68px 0px;
}

.VR360_donate h1 {
	font-size: 60px;
	line-height: 42px;
}

.VR360_donate .VR360DonateText {
	margin: 27px 0px 36px 0px;
}

.VR360_donate .VR360donateForm .VR360donateContents .VR360FormFormatHelper {
	display: none;
}

.VR360_donate .VR360donateForm .VR360donateContents .VR360donateAmountField {
	width: 183px;
}

.VR360BTS {
	background-image: url("/Style Library/images/VR360BTSBackgroundXL.jpg");
	height: 605px;
}

.VR360BTSFloating {
	width: 420px;
	bottom: 90px;
	text-align: left;
	padding: 0px 0px 0px 48px;
	position: absolute;
	z-index: 2;
}

.VR360BTSFloating .VR360BTSFloatingTitle {
	color: white;
	font-size: 60px;
	line-height: 42px;
}

.VR360BTSFloating .VR360BTSFloatingContents {
	color: white;
}

.VR360BTSFloatingRight {
	display: block;
	float: right;
	position: relative;
	bottom: 120px;
	padding: 0px 0px;
}

.VR360BTSFloatingRight a:hover,
.VR360BTSFloatingRight a:active,
.VR360BTSFloatingRight a:link,
.VR360BTSFloatingRight a:visited {
	color: white;
}

.VR360BTSFloatingRight img {
	display: inline-block;
}

.VR360mosaic #mansoryDesktop {
	display: table;
}

.VR360mosaic #mansoryDesktop .contentA {
	background: #273036 url("/Style Library/images/VR360making-valens-reef-1920x1920.jpg") no-repeat center center;
}

.VR360mosaic #mansoryDesktop .contentB {
	background: #273036 url("/Style Library/images/VR360camera-placement-960x960.jpg") no-repeat center center;
}

.VR360mosaic #mansoryDesktop .contentC {
	background: #273036 url("/Style Library/images/VR360audio-960x960.jpg") no-repeat center center;
}

.VR360mosaic #mansoryDesktop .contentD {
	background: #273036 url("/Style Library/images/VR360communicating-under-water-960x960.jpg") no-repeat center center;
}

.VR360mosaic #mansoryDesktop .contentE {
	background: #273036 url("/Style Library/images/VR360valen-and-friends-960x960.jpg") no-repeat center center;
}

.VR360mosaic #mansoryMobile {
	display: none;
}

.VR360BtnDonate {
	margin: 0px 0px 0px 5px;
}

.VR360BodyTitle {
	font-size: 60px;
	line-height: 60px;
	padding: 59px 22px 6px 22px;
}

.VR360SliderBodyTitle {
	font-size: 60px;
	line-height: 60px;
	padding: 59px 22px 6px 22px;
	text-align: left;
}

.VR360BodyTitleCTA {
	font-size: 60px;
	line-height: 60px;
	padding: 59px 22px 30px 22px;
}

.VR360BodySubTitle {
	font-size: 32px;
	line-height: 41px;
	padding: 0px 0px 20px;
}

.VR360BodyText {
	font-size: 16px;
	padding: 0px 0px 35px;
}

.VR360RowDivider {
	display: none;
}

.VR360RowDividerAll {
	display: block;
}

.VR360PopupContentsVideo {
	width: 1800px;
	height: 1012px;
}

.VR360PopupClose {
	width: 1800px;
}

.VR360ambientvideoReplacer {
	background-size: 100% auto;
}

}

@media (min-width: 1921px) {

.NIS_playButton_S {
	width: 55px;
	height: 55px;
}

.NIS_playButtonHover_S {
	width: 75px;
	height: 75px;
}

.NIS_playButton {
	width: 75px;
	height: 75px;
}

.NIS_playButtonHover {
	width: 95px;
	height: 95px;
}

.NISVideoControlAmbient {
	background-image: url("/Style Library/NIS/images/ambientVideo_Sky.jpg");
}

.NISVideoControlAmbient #hero video {
	min-width: 2560px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientTitle .NISVideoSmallTitle {
	padding: 90px 0px 0px 0px;
	font-size: 34px;
	line-height: 70px;
	letter-spacing: 20px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientTitle .NISVideoTitle {
	font-size: 160px;
	line-height: 128px;
	max-width: 2560px;
	padding: 0px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientTitle .NISVideoSubTitle {
	font-size: 29px;
	line-height: 30px;
	padding: 0px 0px 80px 0px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientSignup {
	font-size: 24px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientNames {
	width: 88%;
	max-width: 870px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientNames .NISNames .NISFirstName {
	font-size: 35px;
	line-height: 24px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientNames .NISNames .NISLastName {
	font-size: 37px;
}

.NISmosaic #mansoryDesktop {
	display: table;
}

.NISmosaic #mansoryDesktop .contentA {
	background: #273036 url("/Style Library/NIS/images/NIShome_mosaic_xlarge.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentB {
	background: #273036 url("/Style Library/NIS/images/ice_mosaic_xlarge.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentC {
	background: #273036 url("/Style Library/NIS/images/ocean_mosaic_xlarge.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentD {
	background: #273036 url("/Style Library/NIS/images/coral_mosaic_xlarge.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentE {
	background: #273036 url("/Style Library/NIS/images/flower_mosaic_xlarge.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentF {
	background: #273036 url("/Style Library/NIS/images/mothernature_mosaic_xlarge.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentG {
	background: #273036 url("/Style Library/NIS/images/redwood_mosaic_xlarge.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentH {
	background: #273036 url("/Style Library/NIS/images/water_mosaic_xlarge.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentI {
	background: #273036 url("/Style Library/NIS/images/soil_mosaic_xlarge.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentJ {
	background: #273036 url("/Style Library/NIS/images/rainforest_mosaic_xlarge.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentK {
	background: #273036 url("/Style Library/NIS/images/NISSky_mosaic_xlarge.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentL {
	background: #273036 url("/Style Library/NIS/images/amazon_mosaic_xlarge.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentM {
	background: #273036 url("/Style Library/NIS/images/NISmountain_mosaic_xlarge.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L {
	font-size: 35px;
	line-height: 35px;
	text-shadow: 0 0 25px #6d7d8c, 0 0 25px #6d7d8c, 0 0 20px #415699;
}

.NISmosaic #mansoryDesktop .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L {
	font-size: 35px;
	line-height: 35px;
	text-shadow: 0 0 25px #6d7d8c, 0 0 25px #6d7d8c, 0 0 20px #415699;
}

.NISmosaic #mansoryDesktop .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L {
	font-size: 53px;
	line-height: 53px;
	text-shadow: 0 0 60px #6d7d8c;
}

.NISmosaic #mansoryDesktop .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle3 {
	font-size: 35px;
	line-height: 35px;
	text-shadow: 0 0 25px #6d7d8c, 0 0 25px #6d7d8c, 0 0 20px #415699;
}

.NISmosaic #mansoryDesktop .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle2 {
	font-size: 35px;
	line-height: 35px;
	text-shadow: 0 0 60px #6d7d8c;
}

.NISmosaic #mansoryMobile {
	display: none;
}

.NISmosaic #mansoryMobile .contentA {
	background: #273036 url("/Style Library/NIS/images/NIShome_mosaic_xlarge.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentB {
	background: #273036 url("/Style Library/NIS/images/ice_mosaic_xlarge.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentC {
	background: #273036 url("/Style Library/NIS/images/ocean_mosaic_xlarge.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentD {
	background: #273036 url("/Style Library/NIS/images/coral_mosaic_xlarge.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentE {
	background: #273036 url("/Style Library/NIS/images/flower_mosaic_xlarge.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentF {
	background: #273036 url("/Style Library/NIS/images/mothernature_mosaic_xlarge.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentG {
	background: #273036 url("/Style Library/NIS/images/redwood_mosaic_xlarge.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentH {
	background: #273036 url("/Style Library/NIS/images/water_mosaic_xlarge.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentI {
	background: #273036 url("/Style Library/NIS/images/soil_mosaic_xlarge.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentJ {
	background: #273036 url("/Style Library/NIS/images/rainforest_mosaic_xlarge.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentK {
	background: #273036 url("/Style Library/NIS/images/NISSky_mosaic_xlarge.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentL {
	background: #273036 url("/Style Library/NIS/images/amazon_mosaic_xlarge.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentM {
	background: #273036 url("/Style Library/NIS/images/NISmountain_mosaic_xlarge.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L {
	font-size: 35px;
	line-height: 35px;
	text-shadow: 0 0 25px #6d7d8c, 0 0 25px #6d7d8c, 0 0 20px #415699;
}

.NISmosaic #mansoryMobile .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L {
	font-size: 25px;
	line-height: 25px;
	text-shadow: 0 0 25px #6d7d8c, 0 0 25px #6d7d8c, 0 0 20px #415699;
}

.NISmosaic #mansoryMobile .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L {
	font-size: 35px;
	line-height: 35px;
	text-shadow: 0 0 60px #6d7d8c;
}

.NISmosaic #mansoryMobile .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle3 {
	font-size: 35px;
	line-height: 35px;
	text-shadow: 0 0 25px #6d7d8c, 0 0 25px #6d7d8c, 0 0 20px #415699;
}

.NISmosaic #mansoryMobile .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle2 {
	font-size: 35px;
	line-height: 35px;
	text-shadow: 0 0 60px #6d7d8c;
}

.NISQuiz {
	width: 800px;
}

.INNLanding {
	font-size: 55px;
	height: 460px;
	line-height: 55px;
}

.INNHeader {
	background: #fff url("/Style Library/NIS/images/INNHeader_XLarge.jpg") no-repeat center top;
	height: 260px;
}

.INNPromo .INNPromoContents .PromoTitle {
	font-size: 55px;
	line-height: 55px;
	padding: 10px 0px 0px 0px;
}

.NISIconCaption {
	color: #0f95d3;
	margin-top: 18px;
}

.NISSocialShareFB,
.NISSocialShareTW,
.NISSocialShareLI,
.NISSocialShareEM {
	display: table;
}

.NISSocialShareFBCounter,
.NISSocialShareTWCounter,
.NISSocialShareLICounter,
.NISSocialShareEMCounter {
	display: table;
}

.NISSocialShareMobile {
	display: none;
}

.AmbientVideoPlaceholder {
	height: 1000px;
}

}

@media (min-width: 2000px) {

.SharksCarousel .SharksCarouselItem .SharksCarouselItemTable .SharksCarouselItemTableLeft {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	height: 245px;
	background-position: center right !important;
}

}

@media (max-width: 768px) {

.NIS_playButton_S {
	width: 55px;
	height: 55px;
}

.NIS_playButtonHover_S {
	width: 75px;
	height: 75px;
}

.NIS_playButton {
	width: 75px;
	height: 75px;
}

.NIS_playButtonHover {
	width: 95px;
	height: 95px;
}

.NISVideoControlAmbient {
	background-image: url("/Style Library/NIS/images/NISLandingBg_SkySmall.jpg");
}

.NISVideoControlAmbient #hero video {
	min-width: 768px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientTitle .NISVideoSmallTitle {
	padding: 23px 0px 5px 0px;
	font-size: 26px;
	line-height: 25px;
	letter-spacing: 7px;
	max-width: 320px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientTitle .NISVideoTitle {
	font-size: 80px;
	line-height: 67px;
	max-width: 768px;
	padding: 20px 0px 0px 0px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientTitle .NISVideoSubTitle {
	font-size: 20px;
	line-height: 20px;
	padding: 0px 0px 80px 0px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientSignup {
	font-size: 24px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientNames {
	width: 88%;
	max-width: 768px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientNames .NISNames .NISFirstName {
	font-size: 25px;
	line-height: 20px;
}

.NISVideoControlAmbient #hero .contentsPlaceholder .NISAmbientNames .NISNames .NISLastName {
	font-size: 30px;
}

.NISmosaic #mansoryDesktop {
	display: none;
}

.NISmosaic #mansoryDesktop .contentA {
	background: #273036 url("/Style Library/NIS/images/NIShome_mosaic_small.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentB {
	background: #273036 url("/Style Library/NIS/images/ice_mosaic_small.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentC {
	background: #273036 url("/Style Library/NIS/images/ocean_mosaic_small.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentD {
	background: #273036 url("/Style Library/NIS/images/coral_mosaic_small.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentE {
	background: #273036 url("/Style Library/NIS/images/flower_mosaic_small.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentF {
	background: #273036 url("/Style Library/NIS/images/mothernature_mosaic_small.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentG {
	background: #273036 url("/Style Library/NIS/images/redwood_mosaic_small.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentH {
	background: #273036 url("/Style Library/NIS/images/water_mosaic_small.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentI {
	background: #273036 url("/Style Library/NIS/images/soil_mosaic_small.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentJ {
	background: #273036 url("/Style Library/NIS/images/rainforest_mosaic_small.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentK {
	background: #273036 url("/Style Library/NIS/images/NISSky_mosaic_small.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentL {
	background: #273036 url("/Style Library/NIS/images/amazon_mosaic_small.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentM {
	background: #273036 url("/Style Library/NIS/images/NISmountain_mosaic_small.jpg") no-repeat center center;
}

.NISmosaic #mansoryDesktop .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryDesktop .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L {
	font-size: 35px;
	line-height: 35px;
	text-shadow: 0 0 25px #6d7d8c, 0 0 25px #6d7d8c, 0 0 20px #415699;
}

.NISmosaic #mansoryDesktop .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryDesktop .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L {
	font-size: 20px;
	line-height: 20px;
	text-shadow: 0 0 25px #6d7d8c, 0 0 25px #6d7d8c, 0 0 20px #415699;
}

.NISmosaic #mansoryDesktop .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryDesktop .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L {
	font-size: 35px;
	line-height: 35px;
	text-shadow: 0 0 60px #6d7d8c;
}

.NISmosaic #mansoryDesktop .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryDesktop .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryDesktop .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle3 {
	font-size: 35px;
	line-height: 35px;
	text-shadow: 0 0 25px #6d7d8c, 0 0 25px #6d7d8c, 0 0 20px #415699;
}

.NISmosaic #mansoryDesktop .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryDesktop .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle2 {
	font-size: 35px;
	line-height: 35px;
	text-shadow: 0 0 60px #6d7d8c;
}

.NISmosaic #mansoryMobile {
	display: block;
}

.NISmosaic #mansoryMobile .contentA {
	background: #273036 url("/Style Library/NIS/images/NIShome_mosaic_small.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentB {
	background: #273036 url("/Style Library/NIS/images/ice_mosaic_small.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentC {
	background: #273036 url("/Style Library/NIS/images/ocean_mosaic_small.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentD {
	background: #273036 url("/Style Library/NIS/images/coral_mosaic_small.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentE {
	background: #273036 url("/Style Library/NIS/images/flower_mosaic_small.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentF {
	background: #273036 url("/Style Library/NIS/images/mothernature_mosaic_small.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentG {
	background: #273036 url("/Style Library/NIS/images/redwood_mosaic_small.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentH {
	background: #273036 url("/Style Library/NIS/images/water_mosaic_small.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentI {
	background: #273036 url("/Style Library/NIS/images/soil_mosaic_small.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentJ {
	background: #273036 url("/Style Library/NIS/images/rainforest_mosaic_small.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentK {
	background: #273036 url("/Style Library/NIS/images/NISSky_mosaic_small.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentL {
	background: #273036 url("/Style Library/NIS/images/amazon_mosaic_small.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentM {
	background: #273036 url("/Style Library/NIS/images/NISmountain_mosaic_small.jpg") no-repeat center center;
}

.NISmosaic #mansoryMobile .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L,
.NISmosaic #mansoryMobile .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle1L {
	font-size: 25px;
	line-height: 25px;
	text-shadow: 0 0 25px #6d7d8c, 0 0 25px #6d7d8c, 0 0 20px #415699;
}

.NISmosaic #mansoryMobile .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L,
.NISmosaic #mansoryMobile .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle3L {
	font-size: 20px;
	line-height: 20px;
	text-shadow: 0 0 25px #6d7d8c, 0 0 25px #6d7d8c, 0 0 20px #415699;
}

.NISmosaic #mansoryMobile .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L,
.NISmosaic #mansoryMobile .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle2L {
	font-size: 50px;
	line-height: 50px;
	text-shadow: 0 0 60px #6d7d8c;
}

.NISmosaic #mansoryMobile .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle3,
.NISmosaic #mansoryMobile .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle1,
.NISmosaic #mansoryMobile .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle3 {
	font-size: 25px;
	line-height: 25px;
	text-shadow: 0 0 25px #6d7d8c, 0 0 25px #6d7d8c, 0 0 20px #415699;
}

.NISmosaic #mansoryMobile .contentA .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentB .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentC .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentD .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentE .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentF .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentG .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentH .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentI .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentJ .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentK .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentL .NISContentPlaceholder .NISMosaicContents .MosaicTitle2,
.NISmosaic #mansoryMobile .contentM .NISContentPlaceholder .NISMosaicContents .MosaicTitle2 {
	font-size: 50px;
	line-height: 50px;
	text-shadow: 0 0 60px #6d7d8c;
}

.NISQuiz {
	width: 300px;
}

.INNLanding {
	font-size: 31px;
	height: 400px;
	line-height: 31px;
}

.INNHeader {
	background: #fff url("/Style Library/NIS/images/INNHeader_Small.jpg") no-repeat center top;
	height: 230px;
}

.INNPromo .INNPromoContents .PromoTitle {
	font-size: 36px;
	line-height: 36px;
	padding: 0px 0px 10px 0px;
}

.NISSocialShareFB,
.NISSocialShareTW,
.NISSocialShareLI,
.NISSocialShareEM {
	display: none;
}

.NISSocialShareFBCounter,
.NISSocialShareTWCounter,
.NISSocialShareLICounter,
.NISSocialShareEMCounter {
	display: none;
}

.NISSocialShareMobile {
	display: block;
}

.AmbientVideoPlaceholder {
	height: 425px;
}

.SupplyShiftTableContainer {
	margin: 0px auto 12px;
	padding: 12px 0px 4px;
	max-width: 300px;
}

.SupplyShiftCell25 {
	display: block;
	width: 100%;
}

.SupplyShiftCell100 {
	padding: 12px 0px 0px;
}

.SupplyShiftTextSubtitle {
	display: inline-block;
	width: 150px;
	vertical-align: top;
}

.SupplyShiftTextContents {
	display: inline-block;
	width: 150px;
	padding: 0px 0px 6px 0px;
}

.SupplyShiftHelper {
	display: block;
	height: 10px;
}

}

@media (max-width: 767px) {

.wistia_responsive_padding {
	height: 600px;
	position: relative;
}

.wistia_responsive_padding2 {
	height: 370px;
	position: relative;
}

.NIS_titlePlaceholder {
	vertical-align: middle;
	height: 100%;
	display: table-cell;
}

.NIS_videoTitle {
	font-family: "Proxima Nova Bold";
	font-size: 75px;
	color: white;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 70px;
	text-shadow: 0 0 60px #6d7d8c;
}

.NIS_videoSmallTitle {
	font-family: "Proxima Nova Light";
	font-size: 21px;
	color: white;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 6px;
	line-height: 25px;
	text-transform: uppercase;
	text-shadow: 0 0 25px #6d7d8c, 0 0 25px #6d7d8c, 0 0 20px #415669;
}

.NIS_signUp {
	font-family: "Proxima Nova Light";
	font-size: 24px;
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 150px;
	margin: 0 auto;
	padding: 21px 5px 25px 5px;
}

.emailSignupLogos {
	display: inline-block;
	width: 100%;
}

.newsletterSignUpButton,
.donateNowButton,
.NISSignUpButton {
	width: 285px;
	margin: 10px 0px 0px 0px;
	font-size: 1.625em;
	padding: 0.45em 1.3em;
}

.donatePlaceHolder {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}

.newletterFieldsPlaceholder {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}

.newsletterEmailField {
	width: 285px;
	height: 49px;
	margin: 0px;
	padding: 0em 1em  !important;
}

.NISdonateField {
	width: 285px;
	height: 49px;
	margin: 0px !important;
	background-image: url(/Style%20Library/NIS/images/donateAmount_bg.png) !important;
	padding: 9px 100px 0px 38px !important;
	color: #465560;
	font-size: 19px;
}

.wistia_signUp {
	top: -58px;
}

.VRAmbientPlaceholder {
	height: 586px;
}

.VRhero {
	background-image: url("/Style Library/CI/images/VRAmbientBgTabletMobile.jpg");
	background-size: 1100px 600px;
}

.VRhero .contentsPlaceholder .VRTitle .VRTitleLine1 {
	line-height: 29px;
}

.VRhero .contentsPlaceholder .VRTitle .VRTitleLine2 {
	font-size: 60px;
	line-height: 55px;
}

.VRhero .contentsPlaceholder .VRTitle .VRTitleLine3 {
	font-size: 24px;
	padding-bottom: 14px;
	line-height: 24px;
}

.VRhero .contentsPlaceholder .VRTitle .VRTitleLine4 {
	padding-bottom: 21px;
}

.VRhero .contentsPlaceholder .VRPrizes {
	padding: 0px 0px 15px;
	width: 300px;
}

.VRhero .contentsPlaceholder .VRPrizes .VRPrizesLeft {
	padding: 0px 0px;
}

.VRhero .contentsPlaceholder .VRPrizes .VRPrizesRight {
	padding: 13px 0px 0px;
}

.VRhero .contentsPlaceholder .VRPrizes .VRPrizesLeft,
.VRhero .contentsPlaceholder .VRPrizes .VRPrizesRight {
	display: inline-block;
	width: 100%;
}

.VRhero .contentsPlaceholder .VRAmbientSignup {
	width: 300px;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRsignupMobile {
	display: block;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRsignupRegular {
	display: none;
	height: 73px;
}

.VRhero .contentsPlaceholder .VRAmbientSignup .VRsignupRegular .VRSignUpButton {
	padding: 14px;
}

.VRhero .contentsPlaceholder .VRTerms {
	width: 250px;
}

.VRSponsors .VRSponsorsContents {
	height: 238px;
	width: 300px;
}

.VRSponsors .VRSponsorsContents .VRSponsorsLeft,
.VRSponsors .VRSponsorsContents .VRSponsorsRight {
	width: 100%;
	display: block;
}

.VRSponsors .VRSponsorsContents .VRSponsorsLeft .VRSponsorsVrse,
.VRSponsors .VRSponsorsContents .VRSponsorsRight .VRSponsorsVrse {
	margin: 27px auto;
}

.VRBlueBox {
	padding-bottom: 26px;
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxTitle {
	padding: 30px 0px 21px;
	line-height: 42px;
	font-size: 48px;
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxItemContents {
	max-width: 1160px;
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxItemContents .VRBlueBoxItem {
	display: block;
	width: 115px;
	margin: 0 auto;
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxItemContents .VRBlueBoxItem .VRBlueBoxItemText {
	padding: 22px 0px 9px;
}

.VRBlueBox .VRBLueBoxContents .VRBLueBoxItemContents .VRBlueBoxItem .VRBlueBoxItemCaption {
	line-height: 24px;
	padding: 0px 0px 39px;
}

.MapFloatingText {
	padding: 35px 0px;
	text-align: center;
}

.VRVideo {
	padding: 0px 0px 0px 0px;
}

.VRVideo .VRVideoLeft,
.VRVideo .VRVideoRight,
.VRVideo .VRVideoExtraLeft {
	display: block;
	width: 100%;
}

.VRVideo .VRVideoExtraLeft {
	display: block;
}

.VRVideo .VRVideoLeft {
	padding: 0px 15px;
	max-width: 620px;
	margin: 0 auto;
}

.VRVideo .VRVideoRight {
	display: none;
}

.VRTextInner {
	text-align: center;
}

.wistia_embed {
	height: 196px;
	width: 300px;
}

.VRPopup .VRPopupContents .VRPopupContentsVideo {
	width: 300px;
	height: 168px;
}

.VRPopup .VRPopupContents .VRPopupClose {
	width: 300px;
}

.VRBodyTitle {
	font-size: 48px;
	padding: 27px 0px 18px 0px;
	line-height: 42px;
}

.VRBodySubTitle {
	font-size: 24px;
	padding: 0px 0px 20px;
	line-height: 33px;
}

.VRBodyTextVideo {
	padding: 0px 0px 0px;
}

.VRBodyText {
	padding: 0px 0px 27px;
	max-width: 600px;
	margin: 0 auto;
}

.VRBodyTextInner {
	padding: 0px 0px 17px;
}

.VRBodyTextShare,
.VRBodyTextTweet {
	border-radius: 17px;
	padding: 7px;
	width: 34px;
	height: 34px;
}

.VRCTA {
	height: 122px;
}

.VRCTAHelper {
	display: block;
}

.VR360VideoPlaceholder {
	height: 525px;
}

.VR360VideoPlaceholder .VR360hero {
	background-image: url("/Style Library/images/VR360AmbientBgS.jpg");
	background-size: 768px 525px;
	background-position: center right;
}

.VR360VideoPlaceholder .VR360hero .VR360VideoPlayer {
	height: 525px;
}

.VR360VideoPlaceholder .VR360hero .VR360VideoPlayer .VR360VideoPlayerContentsPlaceholder .VR360VideoPlayerContents {
	width: 100%;
}

.VR360VideoPlaceholder .VR360hero .VR360VideoPlayer .VR360VideoPlayerContentsPlaceholder .VR360VideoPlayerContents iframe {
	height: 95%;
	width: 100%;
}

.VR360VideoPlaceholder .VR360hero .VR360VideoPlayer .VR360VideoPlayerContentsPlaceholder .VR360VideoPlayerContents .VR360VideoPlayerClose {
	width: 100%;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title {
	margin: 24px auto 0px auto;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UpperTitle {
	width: 162px;
	height: 44px;
	background-size: 140px 44px;
	margin: 0px auto 24px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR60RemoveHelper {
	display: none;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360MainTitle {
	font-size: 48px;
	line-height: 50px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360CompatibleSubtitle {
	width: 100%;
	margin: 0 auto;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360Play {
	margin: 10px auto 0px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360Play .VR360PlayButton {
	background-size: 54px 54px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360Play .VR360PlayButton:hover {
	background-size: 64px 64px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360Logos .VR360VrseLogo {
	margin: 33px auto 0px;
	background-size: 145px 27px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360CompatiblePlaceholder .VR360Logos .VR360TiffanyLogo {
	background-size: 208px 40px;
	margin: 21px auto 0px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop {
	display: none;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop .VR360Alert {
	margin: 10px auto 0px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop .VR360Alert .VR360AlertButton {
	background-size: 54px 54px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop .VR360AlertMessage {
	margin: 10px auto 0px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleDesktop .VR360Logos {
	margin: 10px auto 0px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile {
	display: block;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360UncompatibleSubtitle {
	width: 100%;
	margin: 0 auto;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360Alert2 {
	margin: 0px auto 0px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360Alert2 .VR360AlertButton2 {
	background-size: 54px 54px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360AlertMessage2 {
	margin: 0px auto 0px;
	padding: 35px 15px 0px;
	width: 270px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360AlertMessage2b {
	margin: 0px auto 18px;
	padding: 0 15px;
	width: 300px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360AlertButtons2 {
	display: table;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360Logos2 .VR360VrseLogo2 {
	margin: 15px auto 0px;
	background-size: 145px 27px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360Title .VR360UncompatiblePlaceholder .VR360UncompatibleMobile .VR360Logos2 .VR360TiffanyLogo2 {
	background-size: 208px 40px;
	margin: 15px auto 54px;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR60RemoveHelper2 {
	display: block;
}

.VR360VideoPlaceholder .VR360hero .VR360contentsPlaceholder .VR360VideoSock {
	bottom: 9px;
}

.VR360Plugins {
	display: none;
}

.VR360Plugins .VR360PluginsContents .BTNAppStore {
	width: 161px;
	height: 48px;
	margin: 10px 0px 0px 0px;
}

.VR360Plugins .VR360PluginsContents .BTNGPlay {
	width: 161px;
	height: 48px;
	margin: 10px 0px 0px 0px;
}

.VR360AppsTitle {
	color: #ffc600;
	font-size: 19px;
	line-height: 42px;
}

.VR360AppsHelper {
	display: block;
}

.VR360Accordeon {
	height: 250px;
}

.VR360Accordeon .VR360AccordeonTitle {
	height: auto;
	width: 90%;
	max-width: 420px;
	font-size: 24px;
	line-height: 34px;
	margin: 32px auto 0px auto;
}

.VR360Accordeon .VR360AccordeonContentsRetracted .VR360PrizesIconHeadset {
	margin: 14px auto 24px;
}

.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderLeft {
	display: inline-block;
	width: 100%;
	padding: 23px 0px 0px 0px;
}

.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderLeft .VR360Prizesplaceholder {
	padding: 0px 0px 31px 0px;
}

.VR360Accordeon .VR360AccordeonContentsExpanded .VR360AccordeonExpandedPlaceholder .VR360AccordeonExpandedPlaceholderRight {
	display: inline-block;
	width: 100%;
}

.VR360AccordeonExpanded {
	height: 660px;
}

.VR360Slider {
	padding: 32px 0px 0px;
}

.VR360Infographics {
	padding-bottom: 26px;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsTitle {
	font-size: 48px;
	padding: 32px 15px 48px;
	line-height: 42px;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents {
	max-width: 1160px;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents .VR360InfographicsItem {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents .VR360InfographicsItem .VR360InfographicsItemIcon {
	background-size: 92px 92px;
	width: 92px;
	height: 92px;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents .VR360InfographicsItem .VR360InfographicsItemText {
	padding: 22px 0px 9px;
	font-size: 48px;
	line-height: 40px;
}

.VR360Infographics .VR360InfographicsContents .VR360InfographicsItemContents .VR360InfographicsItem .VR360InfographicsItemCaption {
	line-height: 24px;
	padding: 0px 0px 39px;
}

.VR360Map {
	background-image: url("/Style Library/images/VR360MapS.jpg");
	height: 307px;
	background-size: 770px 307px;
}

.VR360MapFloatingPlaceholderA {
	display: none;
}

.VR360MapFloatingPlaceholderB {
	display: block;
	margin: 0px 0px 39px;
}

.VR360MapFloatingPlaceholderA .VR360MapFloating,
.VR360MapFloatingPlaceholderB .VR360MapFloating {
	padding: 35px 15px;
	text-align: left;
}

.VR360MapFloatingPlaceholderA .VR360MapFloating .VR360MapFLoatingTable,
.VR360MapFloatingPlaceholderB .VR360MapFloating .VR360MapFLoatingTable {
	padding: 0px 0px;
}

.VR360MapFloatingPlaceholderA .VR360MapFloating .VR360MapFLoatingTableLeft,
.VR360MapFloatingPlaceholderB .VR360MapFloating .VR360MapFLoatingTableLeft {
	width: 100%;
	margin: 0px 0px 14px 0px;
	display: block;
}

.VR360MapFloatingPlaceholderA .VR360MapFloating .VR360MapFLoatingTableRight,
.VR360MapFloatingPlaceholderB .VR360MapFloating .VR360MapFLoatingTableRight {
	width: 100%;
	display: block;
}

.VR360MapFloatingPlaceholderA .VR360MapFloatingSock,
.VR360MapFloatingPlaceholderB .VR360MapFloatingSock {
	display: block;
	background-image: url("/Style Library/images/VR360MapSockM.jpg");
	background-size: 768px 25px;
	background-position: center center;
	width: 100%;
	height: 25px;
}

.VR360ThreeColumns {
	width: 100%;
	text-align: center;
}

.VR360ThreeColumns .VR360ThreeColumnsLeft,
.VR360ThreeColumns .VR360ThreeColumnsCenter,
.VR360ThreeColumns .VR360ThreeColumnsRight {
	display: block;
	width: 100%;
}

.VR360ThreeColumnsTitle {
	padding: 0px 0px 0px;
}

.VR360ThreeColumnsContents {
	padding: 0px 0px 32px;
}

.VR360ThreeColumnsImage {
	padding: 0px;
}

.VR360ThreeColumnsImage {
	background-image: url("/Style Library/images/VR360CoralS.jpg");
	background-size: 770px 270px;
}

.VR360ThreeColumnsQuote {
	padding: 0px 0px 0px;
	text-align: center;
	font-size: 24px;
	line-height: 33px;
}

.VR360ThreeColumnsQuoteCredits {
	padding: 0px 0px 58px 0px;
}

.VR360ThreeColumnsImageCredits {
	padding: 7px 0px 0px 0px;
}

.VR360ThreeColunsFullWidth {
	margin: 25px 0px 62px 0px;
}

.VR360_donate {
	padding: 0px 0px 27px 0px;
}

.VR360_donate h1 {
	font-size: 48px;
	line-height: 42px;
}

.VR360_donate .VR360DonateText {
	margin: 0px 0px 28px 0px;
}

.VR360_donate .VR360donateForm .VR360donateContents .VR360FormFormatHelper {
	display: block;
}

.VR360_donate .VR360donateForm .VR360donateContents .VR360donateAmountField {
	width: 131px;
}

.VR360BTS {
	background-image: url("/Style Library/images/VR360BTSBackgroundS.jpg");
	height: 290px;
	background-size: 768px 290px;
	background-position: center left;
}

.VR360BTSFloating {
	padding: 38px 0px 13px;
	text-align: center;
}

.VR360BTSFloating .VR360BTSFloatingTitle {
	color: #107fcd;
	font-size: 48px;
	line-height: 42px;
}

.VR360BTSFloating .VR360BTSFloatingContents {
	color: #4a4a4e;
}

.VR360BTSFloatingRight {
	display: block;
	text-align: center;
	padding: 0px 15px 55px;
}

.VR360BTSFloatingRight a:hover,
.VR360BTSFloatingRight a:active,
.VR360BTSFloatingRight a:link,
.VR360BTSFloatingRight a:visited {
	color: #107fcd;
}

.VR360BTSFloatingRight img {
	display: none;
}

.VR360mosaic #mansoryDesktop {
	display: none;
}

.VR360mosaic #mansoryMobile {
	display: block;
}

.VR360mosaic #mansoryMobile .contentA {
	background: #273036 url("/Style Library/images/VR360making-valens-reef-768x226.jpg") no-repeat center center;
}

.VR360mosaic #mansoryMobile .contentB {
	background: #273036 url("/Style Library/images/VR360camera-placement-768x226.jpg") no-repeat center center;
}

.VR360mosaic #mansoryMobile .contentC {
	background: #273036 url("/Style Library/images/VR360audio-768x226.jpg") no-repeat center center;
}

.VR360mosaic #mansoryMobile .contentD {
	background: #273036 url("/Style Library/images/VR360communicating-under-water-768x226.jpg") no-repeat center center;
}

.VR360mosaic #mansoryMobile .contentE {
	background: #273036 url("/Style Library/images/VR360valen-and-friends-768x226.jpg") no-repeat center center;
}

.VR360BtnDonate {
	margin: 3px 0px 0px 0px;
}

.VR360BodyTitle {
	font-size: 48px;
	padding: 32px 24px 11px;
	line-height: 42px;
}

.VR360SliderBodyTitle {
	font-size: 48px;
	padding: 32px 24px 11px;
	line-height: 42px;
	text-align: center;
}

.VR360BodyTitleCTA {
	font-size: 48px;
	padding: 32px 15px 11px;
	line-height: 42px;
}

.VR360BodySubTitle {
	font-size: 24px;
	padding: 0px 15px 25px;
	line-height: 33px;
}

.VR360BodyText {
	font-size: 16px;
	padding: 0px 15px 25px;
}

.VR360RowDivider {
	display: block;
}

.VR360RowDividerAll {
	display: block;
}

.VR360PopupContentsVideo {
	width: 300px;
	height: 168px;
}

.VR360PopupClose {
	width: 300px;
}

.VR360ambientvideoReplacer {
	background-size: auto 100%;
}

.CISharksContainer {
	height: 307px;
	width: 95%;
}

.SharksCarousel .SharksCarouselItem .SharksCarouselItemTable .SharksCarouselItemTableLeft {
	display: block;
	vertical-align: top;
	width: 100%;
	height: 254px;
}

.SharksCarousel .SharksCarouselItem .SharksCarouselItemTable .SharksCarouselItemTableRight {
	display: block;
	vertical-align: top;
	width: 100%;
	padding: 15px 15px 0px;
}

.sharksArrowNext {
	margin: -14px -40px 0px 0px;
}

.sharksArrowPrev {
	margin: -14px 0px 0px -40px;
}

}

@media (max-width: 590px) {

.NISIconCaption {
	color: white;
	margin-top: 0px;
}

}

@media (max-width: 460px) {

.VR360Accordeon .VR360AccordeonTitle {
	height: auto;
	width: 90%;
	max-width: 300px;
	font-size: 24px;
	line-height: 34px;
	margin: 20px auto 0px auto;
}

}

@-webkit-keyframes bounce {

0%,100% {
	-webkit-transform: translateY(0);
}

70% {
	-webkit-transform: translateY(-10px);
}

}

@-moz-keyframes bounce {

0%,100% {
	-moz-transform: translateY(0);
}

70% {
	-moz-transform: translateY(-10px);
}

}

@-o-keyframes bounce {

0%,100% {
	-o-transform: translateY(0);
}

70% {
	-o-transform: translateY(-10px);
}

}

@keyframes bounce {

0%,100% {
	transform: translateY(0);
}

70% {
	transform: translateY(-10px);
}

}

.cartodb-mobile .aside .layer-container>h3{display:none;}