@charset "UTF-8";
body {
    font-family: 'Lato', sans-serif; 
	margin: 0px;
	
}

#adWrapper__300x250 {
	width: 300px;
	height: 250px;
	/* border: 1px solid #000000;*/
	background-color: #565252;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow:hidden;
}
#mainContent {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	width:300px;
	height:250px;
	overflow:hidden;
}
#click4Audio {
	    position: absolute;
    top: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #a5eaf8;
    font-size: 22px;
    text-align: center;
    width: 300px;
    height: 213px;
    opacity: .5;
    padding-top: 130px;
}
#videoWrapper {
	position: absolute;
	top: 59px;
	  width: 300px;
  height: 191px;
  overflow:hidden;
}
#mainVideo{
	position:absolute;
  left: -80px;
  width: 458px;
  
}
/* Video Controls */

.controls {
	position: absolute;
	left: 0px;
	top: 252px;
	height: 30px;
	width: 500px;
	background-color: rgba(0,0,0,0.670588);
	opacity:0;
}
.playButton,.pauseButton {
	position: absolute;
    width: 30px;
    height: 30px;
   
	
}
#playHolder{
position: absolute;
    width: 30px;
    height: 30px;
}
.playButton {
	display:none;
}

.nextButton{
	position: absolute;
    width: 30px;
    height: 30px;
    left: 30px;
    top: 0px;
}
.muteButton {
	position: absolute;
    width: 30px;
    height: 30px;
    left: 60px;
    top: 0px;
	
}
.muteOnButton {
	position: absolute;
    width: 30px;
    height: 30px;
    left: 60px;
    top: 0px;
	display:none;
}
.hdButton {
      position: absolute;
      right: 0px;
      top: 0px;
      width: 30px;
      height: 30px;
      
    }
	
.progressBar {
	position: absolute;
    width: 500px;
    height: 7px;
    left: 0;
    top: -11px;
    padding: 0px;
    margin: 0px;
}
#progressBar::-moz-progress-bar {
	 background-color:#f23670;
  		
      box-shadow: rgba(0, 0, 0, 0.247059) 0px 2px 5px inset;
      
}
progress[value] {
      -webkit-appearance: none;
      border: none;
      width: 500px;
      height: 5px;
      position: absolute;
      top: 6px;
    }
	progress[value]::-moz-progress-bar {
   	
      box-shadow: rgba(0, 0, 0, 0.247059) 0px 2px 5px inset;
	  background-color:#f23670;
       background-color: rgba(105, 205, 226,.50);
}
    progress[value]::-webkit-progress-bar {
     /* border-radius: 2px;*/
      box-shadow: rgba(0, 0, 0, 0.247059) 0px 2px 5px inset;
       background-color: rgba(105, 205, 226,.50);
    }
    progress[value]::-webkit-progress-value {
      /*border-radius: 2px;*/
      background-color: rgb(242, 54, 112);
    }
	progress[value]::-moz-progress-value {
      /*border-radius: 2px;*/
      background-color: rgb(242, 54, 112);
    }
	.videoLabel{
	position: absolute;
  width: 13px;
  height: 7px;
  text-align: left;
  border-image-source: none;
  border-color: transparent;
  color: #9fa09b;
  font-size: 12px;
      top: 5px;
    right: 82px;
    opacity: .3;
  font-family: 'Lato', sans-serif;
	}

#video1{
position: absolute;
  width: 13px;
  height: 7px;
  text-align: left;
  
  color: #9fa09b;
  font-size: 12px;
  top: 5px;
  right: 40px;
  font-family: 'Lato', sans-serif;
  opacity:.3;
}
#video2{
position: absolute;
  width: 13px;
  height: 7px;
  text-align: left;
  
  color: #9fa09b;
  font-size: 12px;
 top: 5px;
    right: 27px;
  font-family: 'Lato', sans-serif;
   opacity:.3;
}
#lineSep{
position: absolute;
  width: 13px;
  height: 7px;
  text-align: left;
  
  color: #9fa09b;
  font-size: 15px;
  top: 4px;
    right: 33px;
  font-family: 'Lato', sans-serif;
   opacity:.5;
}
input[type="range"] {
      position: relative;
      -webkit-appearance: none;
    }
    input[type="range"]:focus {
      outline: none;
    }
    input[type="range"]::-webkit-slider-runnable-track {
      width: 202px;
      height: 2px;
      margin-top: -2px;
      cursor: pointer;
     background-color: rgba(105, 205, 226,.50);
    }
    input[type="range"]::-webkit-slider-thumb {
      height: 5px;
      width: 20px;
      cursor: pointer;
      -webkit-appearance: none;
      margin-top: -2px;
      background-color: rgba(105, 205, 226,.50);
    }
   
	
	
  


#introBanner {
	position: absolute;
	top: 0px;
	
	height: 59px;
	width: 300px;
	background:url('introBanner.jpg');
}
#introBanner__logo {
	position: absolute;
	left: 5px;
	top: 5px;
}
#introBanner__date {
	position: absolute;
   top: 3px;
    right: 10px;
	color:white;
	font-family: 'Lato', sans-serif;
font-weight:900;
font-size:15px;
    text-align: center;
    width: 101px;
}
#resolve {
	width: 300px;
	height: 250px;
	background: url('brickBG.jpg');
	position: absolute;
	display: none;
	opacity: 0;
	top:2px;
}
#resolve__logo{
	    position: absolute;
    top: 76px;
    left: 21px;
    background-image: url('logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 256px;
    height: 100%;
}
#resolve__cta{
position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: url('textureBack.jpg');
    background-repeat: no-repeat;
    width: 123px;
    height: 24px;
	color:white;
	font-family: 'Lato', sans-serif;
font-weight:900;
font-size:15px;
text-align:center;
padding-top:3px;
}
#resolve__date{
position: absolute;
   top: 210px;
    right: 5px;
	color:white;
	font-family: 'Lato', sans-serif;
font-weight:900;
font-size:15px;
}
#resolve__background{
    position: absolute;
    width: 300px;
    height: 250px;
	background-image: url('brickBG.jpg');
	opacity:0;
	transform: matrix(1.5, 0, 0, 1.5, 0, 0);
	
}
#resolve__legal{
 position: absolute;
    top: 40px;
    left: -37px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 7px;
    color: #a5eaf8;
    letter-spacing: .3px;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
	opacity:.28;
}
#resolve__women{
     position: absolute;
    width: 300px;
    height: 185px;
    background-image: url('women.png');
    background-repeat: no-repeat;
    bottom: 2px;
	
}
#fbIconPath,#twitIconPath,#instaIconPath,#fbIconPath2,#twitIconPath2,#instaIconPath2,#fbIconPath3,#twitIconPath3,#instaIconPath3{
	fill:#a5eaf8;
}
#resolve__replay {
	position: absolute;
	top: 0px;
	left: 275px;
	width: 24px;
	height: 24px;
	color:#a5eaf8;
}

#resolve__social--Hash{
        position: absolute;
    top: 0px;
    left: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #a5eaf8;
    letter-spacing: .3px;
}
#resolve__social--fb,#introBanner__social--fb,#expand__social--fb{
position: absolute;
    top: 13px;
    left: 16px;
    width: 14px;
	height:20px;
}
#resolve__social--twitter,#introBanner__social--twitter,#expand__social--twitter{
position: absolute;
   top: 13px;
    left: 30px;
    width: 21px;
	height:20px;
}
#resolve__social--insta,#introBanner__social--insta,#expand__social--insta{
position: absolute;
    top: 13px;
    left: 52px;
    width: 15px;
	height:20px;
}
#introBanner__social--Hash, #resolve__social--Hash,#expand__social--Hash {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #a5eaf8;
	
}
#introBanner__social--Hash{
position: absolute;
left:-2px;
top:-2px;
}
#introBanner__social, #resolve__social {
	width: 120px;
	height:40px;
	position: absolute;
}
#introBanner__social {
	    left: 199px;
    top: 21px;
}
#fbIconPath,#twitIconPath,#instaIconPath{
	fill:#a5eaf8;
}
#resolve__social {
	left: 229px;
	top: 214px;
}
#preload {
	width: 28px;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}
#resolve__animation--bf {
	position: absolute;
	top: 5px;
	left: 10px;
}
#resolve__animation--hero {
	position: absolute;
	top: 35px;
	left: 10px;
}
#resolve__animation--marine {
	position: absolute;
	top: 65px;
	left: 10px;
}
#resolve__bottomBG {
	position: absolute;
	background-image: url(barTexture.jpg);
	width: 300px;
	height: 25px;
	top: 225px;
	left: 0px;
}
#resolve__hitter {
	width: 300px;
	height: 250px;
	position: absolute;
}
#introBanner__hitter {
	width: 300px;
	height: 70px;
	position: absolute;
}

#expand{
position: absolute;
		background-image: url('resolve_1.jpg');
	width: 500px;
	height: 250px;
	top: 0px;
	left: 0px;
	display:none;
}
#mainVideoExpand{
    position: absolute;
    left: -48px;
	top:0px;
}
#nav{
position: absolute;
    height: 20px;
    width: 500px;
    background-color: #f23670;
    bottom: 0px;
}
#videoWrapperExpand{
	position: absolute;
    left: 0px;
	top:-32px;
}
#tipsHolder{
position: absolute;
    width: 500px;
    height: 250px;
}
.shadow{
position: absolute;
    width: 500px;
    height: 250px;
	background-color:black;
	opacity:.3;
}
#tip1Shadow{
opacity:0;
}
.tipNum{
font-family: 'Lato', sans-serif;
    font-weight: 900;
	color:white;
	font-size:15px;
	position: absolute;
    top: 82px;
    left: 56px;
	
}
#tips2 > div.tipNum{
    top: 76px;
    left: 80px;
}
#tips3 > div.tipNum{
left: 76px;
top: 79px;

}
#tips4 > div.tipNum{
top: 80px;
    left: 79px;
}
.logo{
	position: absolute;
    width: 167px;
    height: 47px;
    background-image: url('whiteLogo.png');
    top: 12px;
    left: 12px;
}
#tips2 > div.logo{
left: 16px;
}
#tips3 > div.logo{
left: 16px;
}
#tips4 > div.logo{
left: 28px;
}
#tips1,#tips2,#tips3,#tips4{
position: absolute;
    width: 334px;
    height: 250px;
	background-image: url('tip1_bg_gradient.jpg');
	overflow:hidden;
	-webkit-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.45);
-moz-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.45);
box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.45);
}
#tips2{
	background-image: url('tip2_bg_gradient.jpg');
	left: 58px;
}
#tips3{
	background-image: url('tip3_bg_gradient.jpg');
	left: 118px;
}
#tips4{
	background-image: url('tip4_bg_gradient.jpg');
	left: 166px;
}
.lady{
position: absolute;
width:196px;
height:250px;
right:0px;
background-repeat: no-repeat;
}
#tips1 > div.lady{
background-image: url('tip1_girl.png');
}
#tips2 > div.lady{
background-image: url('tip2_girl.png');
    background-position-x: 20px;
}
#tips3 > div.lady{
background-image: url('tip3_girl.png');
    background-position-x: 35px;
}
#tips4 > div.lady{
background-image: url('tip4_girl.png');
background-position-x: 30px;
}
.tip{
border-bottom: 3px #123488 double;
    border-top: 3px #123488 double;
    position: absolute;
    top: 106px;
    left: 18px;
    width: 118px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    
    text-align: center;
}
#tips1 > div.tip{
	top:106px;
	left: 18px;
    width: 118px;
	padding-top: 5px;
}
#tips2 > div.tip{
    top: 101px;
    left: 19px;
    width: 164px;
}
#tips3 > div.tip{
    top: 101px;
    left: 19px;
    width: 154px;
}
#tips4 > div.tip{
	    left: 41px;
    width: 120px;
}
#tips1 > div.tip > div.line1,#tips1 > div.tip > div.line2{
        font-size: 25px;
    color: #e53675;
    padding-bottom: 3px;
	}
#tips1 > div.tip > div.line4,#tips1 > div.tip > div.line3{
	COLOR: #5d3d99;
    font-size: 30px;
	padding-bottom: 5px;
}
#tips2 > div.tip > div.line1{
    font-size: 26px;
    color: #5d3d99;
	padding-top: 6px;
	}
#tips2 > div.tip > div.line3{
 padding-top: 2px;
 font-size: 26px;
    color: #5d3d99;
}
#tips2 > div.tip > div.line2{
	font-size: 18px;
    font-weight: 900;
    color: #e53675;
	
}
#tips2 > div.tip > div.line4{
font-size: 18px;
    font-weight: 900;
    color: #e53675;
	    padding-top: 2px;
    padding-bottom: 4px;
}


#tips3 > div.tip > div.line1{
       font-size: 20px;
    color: #513482;
    padding-top: 4px;
    line-height: 14px
	}

#tips3 > div.tip > div.line2{
	    font-size: 20px;
    font-weight: 900;
    
    color: #efe231;
    
	
}
#tips3 > div.tip > div.line3{
     padding-top: 0px;
    font-size: 20px;
    color: #513482;
    line-height: 14px;
}
#tips3 > div.tip > div.line4{
font-size: 20px;
    font-weight: 900;
    color: #efe231;
}
#tips3 > div.tip > div.line5{
	   font-size: 28px;
    font-weight: 900;
    color: #efe231;
    padding-bottom: 5px;
    
	
}
#tips4 > div.tip > div.line1{
   font-size: 32px;
    color: #5d3d99;
	padding-top: 9px;
	}

#tips4 > div.tip > div.line2{
	    font-size: 25px;
    font-weight: 900;
    color: #a5eaf8;
    padding-top: 7px;
	
}
#tips4 > div.tip > div.line3{
 
 font-size: 33px;
    color: #efe231;
	padding-top: 7px;
    padding-bottom: 13px;
}
#expand__date{
    position: absolute;
    right: 9px;
    color: white;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 13px;
}
#expand__social {
	width: 120px;
    height: 40px;
    position: absolute;
    left: 182px;
}
#expand__social--fb{
	    position: absolute;
   top: -1px;
    left: 101px;
    width: 14px;
    height: 14px;
	}
	#expand__social--twitter{
	       position: absolute;
    top: -1px;
    left: 118px;
    width: 21px;
    height: 20px;
	}
	#expand__social--insta{
	       position: absolute;
        top: -1px;
    left: 141px;
    width: 15px;
    height: 20px
	}
#button1,#button2{
	position: absolute;
    color: white;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 12px;
	
}
#button1{
left: 14px;
}
#button2{
	left:77px;
}
.whiteLine{
font-size: 9px;
    opacity: .4;
    padding-left: 7px;
     vertical-align: top;
	 color:white;
}
#resolveExpand{
    background: aliceblue;
    position: absolute;
    top: 0px;
    width: 500px;
    height: 300px;
}
#resolve__backgroundE{
    position: absolute;
    width: 500px;
    height: 250px;
    background-image: url('brickWall.jpg');
    opacity: 1;
}
#resolve__logoE{
position: absolute;
    top: 11px;
    left: 13px;
    background-image: url('logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 216px;
    height: 100%;
}
#resolve__legalE{
    position: absolute;
    top: 175px;
    right: -38px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 7px;
    color: #a5eaf8;
    letter-spacing: .3px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: .28;
}
#resolve__womenE{
    position: absolute;
    width: 300px;
    height: 229px;
    background-image: url('girls.png');
    background-repeat: no-repeat;
    top: 39px;
    left: 198px;
}
#resolve__pavement{
   position: absolute;
    width: 500px;
    height: 129px;
    background-image: url('pavement.jpg');
    background-repeat: no-repeat;
    bottom: 0px;
    left: 0px;
}
#resolve__dateE{
position: absolute;
    top: 94px;
    left: 31px;
    color: white;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 15px;
	    text-align: center;
    width: 179px;
}
#resolve__tagE{
    position: absolute;
    top: 77px;
    color: #69cde2;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 15px;
    text-align: center;
    width: 242px;
}
#resolve__ctaE{
    position: absolute;
    top: 169px;
    left: 45px;
    background-image: url('textureBack.jpg');
    background-repeat: no-repeat;
    width: 148px;
    height: 24px;
    color: white;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 15px;
    text-align: center;
    padding-top: 3px;
}
#resolve__namesHolder{
    position: absolute;
    top: 5px;
    width: 160px;
}
.fnameEnd{
 font-size: 9px;
    /* position: absolute; */
    float: left;
    vertical-align: top;
    height: 30px;
    display: inline;
    padding-top: -3px;
}
.lnameEnd{
     font-size: 13px;
    /* position: absolute; */
    float: left;
    vertical-align: baseline;
    height: 30px;
    display: inline;
	    padding-left: 2px;
}
.resolve__names{
color: #a5eaf8;
font-weight: 900;
    font-size: 13px;
    text-align: center;
	    clear: both;
    height: 40px;
    width: 160px;
    position: absolute;
	letter-spacing: .2px;
}
#resolve__namesHolder > div:nth-child(1){
        top: -4px;
    left: 269px;
	}
#resolve__namesHolder > div:nth-child(2){
          top: 12px;
    left: 280px;
	}
#resolve__namesHolder > div:nth-child(3){
           top: -4px;
    left: 391px;
	}
	#resolve__namesHolder > div:nth-child(4){
           top: 12px;
    left: 379px;
	}
	
	#resolve__namesHolder > div:nth-child(4) > p.fnameEnd > span{
		font-size:6px;
	}
#closeBut{
    position: absolute;
    width: 15px;
    height: 18px;
    background: #ed3271;
    top: 0px;
    right: 0px;
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    vertical-align: top;
    margin-top: -3px;
    
}


