	@import url("css/navigation-style-1.css");

	
	html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,a,img,small,sub,b,dl,dd,dt,ul,li,label,article,details,footer,header,menu,nav,input,textarea,select{	
		background:transparent;
		border:0;
		outline:0;
		padding:0;
		margin:0;
	}
	
	
	html,body{
		font-family: 'Montserrat', sans-serif;
		font-size:13px;
		height:100%;
		width:100%;
		color:#000;
		font-weight:400;
	}
	
	body{
		overflow-x:hidden
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-weight: 900;
		font-family: 'Montserrat', sans-serif;
		text-transform:uppercase;
		color:#222222;
	}	
	
	h1 {
		font-size:36px;
		letter-spacing:3px;
		color:#222222;
		text-transform:uppercase;
		margin-bottom: 15px;
	}
	
	
	b {
		color:#222;
	}
	
	.container {
		width:1000px;
		margin:0 auto;
		padding:100px 20px;
	}
	
	.small-width {
		width:980px;
	}
	
	.no-padding {
		padding:0!important;
	}
	
	a:hover, a:active, a:focus {
	  outline: 0;
	}
	
	a {
        color: #8dc7f0;
		text-decoration: none;
        -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
           -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
            -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
             -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
                transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    }
	
	li {
		list-style:none;
	}
	
	a {
		outline: 0;
	}
	
	a:hover {
		text-decoration:none;
	}

	.left {
		float: left;
	}
	
	.right {
		float: right;
	}	
	
	.one_half {
    	width: 48%;
	}	

	.one_third {
		width: 30.6%;
	}	

	.one_fourth {
		width: 22%;
	}	

	.one_fifth {
		width: 16.8%;
	}	

	.one_sixth {
		width: 13.33%;
	}	

	.two_fifth {
		width: 37.6%;
	}	

	.two_fourth {
		width: 45%;
	}		

	.two_third {
		width: 65.33%;
	}	

	.three_fifth {
		width: 58.4%;
	}	

	.three_fourth {
		width: 74%;
	}	

	.four_fifth {
		width: 79.2%;
	}	

	.five_sixth {
		width: 82.67%;
	}	

	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		float: left;
		margin-bottom: 20px;
		margin-right: 4%;
		position: relative;
	}	

	.last {
		margin-right:0px!important;
	}
	
	.section-title {
		text-align:center;
		width:800px;
		margin:0 auto;
		margin-bottom:60px;
		color:#FFFFFF;
		
	}
	.section-title h1 {
		color:#FFF; 
		font-size:4em;}
		
	.section-title h2 {
		color:#FFF; 
		margin-bottom:.5em;
	}
	
	#results .section-title h2, #results .section-title h4 {
		text-align:left;
		margin-top:20px;
		}
	
	.section-title p {
		margin-bottom:.8em;
		font-size:1.2em;
		text-align:left;
		line-height:1.8em;
		font-weight:300;
	}
	
	#results .section-title p.results {
		text-align:center;
	}
	
	#results .section-title ol {
		text-align:left;
	}
	
	#results ol, #results li {list-style-type: decimal;font-size: 1.1em;line-height:1.8em;font-weight:300} 
	
	#results .button {font-size:1.1em;text-transform:uppercase; padding:.55em; border1: 1px solid #cdd74c;text-align:center;margin-left:5px;}

	#results a .button {		
	background-color:#173656;
    color:#cdd74c;
	
	
}

	#results a .button:hover {
	background-color: rgba(205, 216, 76, 1);
    color:#173656;
	}
	
	.section-title p img {
		margin:3em 0 3em 0;
	}
	
	.border {
		background: none repeat scroll 0 0 #999999;
		display: block;
		height: 2px;
		margin: 0 auto;
		width: 100px;
		margin-bottom:40px;
	}
	
	
	
	.mask {
		background-color:#031c33;
		width:100%;
		height:100%;
		position:fixed;
		z-index:100000;
	}
	
	#loader {
		background:url(images/cmer-loading.gif) center center no-repeat;
		height: 80px;
		width: 80px;
		left: 50%;
		top: 50%;
		position: absolute;
		margin: -40px 0 0 -40px;
	}

	

	
/* Toggle */
	
	.toggle-wrap {
		float:left;
		width:100%;
	}

	.toggle-title {
		background: #e5e5e5;
		cursor: pointer;
		padding: 10px;
		border-radius: 3px;
		margin-bottom: 5px;
		display: block;
		font-size:13px;
	}
	
	.toggle-title a {
		color: #666;
		text-decoration: none;
	}
	
	.toggle-title a:hover {
		color:#222222;
	}
		
	.toggle_container {
		padding-bottom: 10px;
		padding-top: 5px;
		padding-left: 10px;
		padding-right: 10px;
		font-size:13px;
	}
	
	.toggle-active {
		color:#fff;
		background: #222222;
	}
	
	.toggle-active a {
		color:#FFF;
	}
	
	.toggle-active a:hover {
		color:#FFF;
	}
	

	
/*  Social Media  */
	
	.st_sharethis_fb{
	background: url("images/fb.png") no-repeat scroll left top transparent;}
	
	.st_sharethis_tw{
	background: url("images/tw.png") no-repeat scroll left top transparent;
	
}
	
	

	
	
	
/*  Buttons  */
	
	
	
	a.cmer-button {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: inline-block;
	background-color: #a2a939;
	color: #FFF;
	margin-top: 36px;
	}
	
	a.cmer-button:hover {
	background-color: #a2a939;
	color: #FFF;
	}
	
	.small {
		font-size:12px;
		line-height:14px;
		padding:5px 9px 7px 9px;
		line-height:12px;
	}
	
	.medium {
		font-size:18px;
		line-height:14px;
		padding:12px 15px;
		line-height:18px;
		background-color:transparent !important;
		border: 1px solid #cdd74c;
		border-radius:3px;
	}
	a.medium {
		color: #cdd74c;
	}
	.large {
		font-size:22px;
		height:60px;
		width: 370px;
		line-height:60px;
		text-align:center;
		background-color:transparent !important;
		border: 1px solid #cdd74c;
		border-radius:5px;
		
		
	}
	a.large {color: #cdd74c;}
	
	.rotateCCW {
		font-size:22px;
		height:60px;
		width: 280px;
		line-height:60px;
		text-align:center;
	}
	
	#supportsample .rotateCCW, #swimmer-getinvolved .rotateCCW, #swimmer-learnmore .rotateCCW {width:350px;}
	
	a.large:hover {
		background-color:#cdd74c;
		color: #cdd74c;
		
	}
	


/* Section pages styles */

	section {
		position: relative;
		background-color: #d4ecfc;
		z-index: 1;
	}
	
	#home {
		height: 100%;
		position: relative;
		width: 100%;
	}
	
	
	#home.parallax-slider {
		height:auto;
	}
	
	#adoptasite {
		background-color:#27668f;
	}
	#supporters {
		background-color:#031c33;
	}
	#supportsample {
		background-color:#031c33;
	}
	
	#supportsample p {
		color:#FFF;
	}
	
	
	#fukushima {
	background-color: #27668f;
		
	}
	
	#fukushima h1, #fukushima h2, #fukushima p {
	color: #FFFFFF;
	}
	
	#educate {
		background-color:#fff;
		text-align:center;
	}
	
	#educate h1, #educate h2, #educate p {
		color:#031c33;
	}
	
	#educate h2 {
		color:#173656;
		margin-top:55px;
	}
	
	#educate a{
	   color: #27668f;	
	}
	
	#educate a:hover{
		 color: #8dc7f0;
	}
	
	
	#events h1, #events h2, #events p {
		color:#031c33;
	}
	
	#events h3, #events h4 {
		text-align:left;
	}	
	#help {
		background-color:#173656;
	}
	
	footer {
		background-color:#fff;
	}
	

/* swimmer page */
	
	
	
#help h3 {
text-align:left;
color: #fff;	
}
	
#swimmer {
		position:relative;
		width:100%;
		background-color: #031c33;
	}
	
	video#bgvid {
    opacity: .6;
}
	
#swimmer .container {
		margin-top:-50px;
		top:-50px;
		padding:40px 0px 60px 0px;
		border-radius:3px;
	}	
	
#swimmer h1 {
		margin-bottom:.6em;
		color:#031c33;
		font-size:4.70em;
		color:#fff;
		margin-top:2em;
		line-height:1.5em;
		font-weight:300;
			
	}	
	
		#swimmer .longest {font-size:1.7em;line-height:1.2em;}

	#swimmer h3 {color:#8dc7f0;text-transform:none;font-weight:300;font-size:2.6em;margin-bottom:.25em;}
	
#swimmer p {
		color:#ffffff;
		font-size:1.6em;
		line-height:2.2em;
		font-weight:normal;
		font-weight:300;
		text-align:center;
	}
	
#swimmer p a {color:#fff; text-decoration:underline; text-decoration-style:dotted;}
#swimmer p a:hover {color:#cdd74c; }
	
a.swimmer-showLink, a.swimmer-hideLink{
	
	font-family: 'Source Sans Pro', sans-serif;
		font-weight:400;
		letter-spacing:.1em;
		text-transform:uppercase;
		display:inline-block;	
		background-color:#a2a939;
		color:#FFF;
		margin-top:15px;
		text-align:center;
		font-size:28px;
		height:40px;
		width: 250px;
		line-height:40px;	
		background:#A2a939;
		
}

#swimmer-getinvolved {
		background-color:#031c33;
	}
	
#swimmer-getinvolved p {
		color:#FFF;
		font-size:1.3em;
		line-height:2em;
	}
	
#swimmer-getinvolved ol {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
    text-align:left;
	font-size:1.3em;
    margin: 1.5em 0 0 0;
    margin-left: 3em;
    padding: 0;
     
    counter-reset: li-counter;
}
#swimmer-getinvolved ol > li{
    position: relative;
    margin-bottom: 2em;
    padding-left: 0.5em;
    min-height: 3em;
	line-height:1.8em;
    border-left: 2px solid #a2a939;
}
#swimmer-getinvolved ol > li:before {
    position: absolute;
    top: 0;
    left: -.85em;
    width: 0.8em;
     
    font-size: 3.5em;
    line-height: 1;
    font-weight: 300;
    text-align: center;
    color:#a2a939;
 
    content: counter(li-counter);
    counter-increment: li-counter;
}
	
#swimmer-getinvolved h1 {
		margin-bottom:1em;	
	}
	
	
#swimmer-radband {
		background-color:#27668f;
	}
	
#swimmer-radband h1 {
		margin-bottom:1em;
		color:#031c33;			
	}
	
#swimmer-radband p {
		color:#031c33;
		font-size:1.3em;
	}
	
#swimmer-radband img {border:1px solid #555;}
	
#swimmer-howwedoit {
		background-color:#173656;
	}
	
#swimmer-howwedoit h1{
		margin-bottom:1em;
		color:#cdd94d;		
	}
	
#swimmer-howwedoit h3{
		margin-bottom:0;
		color:#cdd74c;
		font-size:1.5em;		
	}
	
#swimmer-howwedoit p{	
		font-size:1.3em;
	}
#swimmer-howwedoit .one_third p{
		font-size:1em;
		
	}

	
#swimmer-howwedoit img {
	width: 80px;margin-bottom:.8em;
}
	
#swimmer-learnmore {
		background-color:#031c33;
	}
	
#swimmer-learnmore h1{
		margin-bottom:1em;
		color:#ffffff;	
	}
	
#swimmer-learnmore p{
		font-size:1.3em;
		margin-bottom:1em;
	}




#longestswim {
	height:210px;
	background-color:#031c33;
	background:url(images/homepage-strip.jpg) no-repeat;
	background-position:center top;
	
}
#longestswim section {
	background-color:transparent !important;
}

#longestswim .container {
	padding:60px 20px;
	max-width:500px;
}
#longestswim p {color:#fff;text-align:center;font-size:1.5em;line-height:1.7em;
}
.green {color:#cdd74c;font-size:1.5;text-transform:uppercase;}

#longestswim p.button {font-size:1em;text-transform:uppercase; margin:1em auto; padding:.25em; border: 1px solid #cdd74c; width:11em;  }

#longestswim a p.button {
	background-color: rgba(3, 28, 51, .5);
    color:#cdd74c;
}

#longestswim a p.button:hover {
	background-color: rgba(205, 216, 76, 1);
    color:#031c33;
	
}

	
/* help page */
	
	#helpussection {
		background-color: #d4ecfc;
	}
	
	#helpus-header {
		text-align:center;
		padding:80px 0 50px 0;
	}
	
	#helpus {
		position:relative;
		width:100%;
		background-color: #d4ecfc;
		color:#031c33;
	}
	
	#helpus .container {
		margin-top:-50px;
		top:-50px;
		padding:40px 0px 60px 0px;
		border-radius:3px;
	}	
	
	#helpus p, #helpus h1 {
		margin-bottom:1em;
		color:#031c33;
	}	
	
	#helpus .section-title {margin-top:55px;}
	
	
/* Location */

	.location-item {
		float:left;
		margin:20px 0;
		width:100%;
	}
	
	.location-item a {color:#8dc7f0;}
	
	.location-item h5 {
		text-transform:uppercase;
		color:#FFF;
		margin:0px 0;
		
	}
	
	.location-item.text-right {
		text-align:right;
		color:#fff;
	}
	.location-item.text-left {
		text-align:left;
		color:#fff;
	}
	
	.location-item.text-right .fa-stack {
		cursor:pointer;
		margin-left:20px;
		margin-right:0px;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
		color:#27668f;
	}
	
	.location-item.text-left .fa-stack {
		cursor:pointer;
		margin-right:20px;
		margin-left:0px;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
		color:#27668f;
	}
	
	.location-item .fa-stack-1x, .location-item .fa-stack-2x {
  		left: 0px;
		top: 0px;}
	
	
	
	.location-item.text-right .fa-stack:hover, .location-item.text-left .fa-stack:hover {
		color:#8dc7f0;
	}
	
	.location-item .location-icon {
		font-size:27px!important;
	}
	
	
	.element_from_top {
		top: -50px;
		padding-right: 0px;
		opacity: 0;
		position: relative;
	}
	
	.element_from_bottom {
		bottom: -50px;
		padding-left: 0px;
		opacity: 0;
		position: relative;
	}
	
	.element_from_left {
		left: -80px;
		padding-right: 0px;
		opacity: 0;
		position: relative;
	}
	
	.element_from_right {
		right: -80px;
		padding-left: 0px;
		opacity: 0;
		position: relative;
	}
	
	.element_fade_in {
		opacity: 0;
		position: relative;
		padding-left: 0px;
		right: 0px;
		
	}
	
	
	
/*	--------------------------------------------------
   	Video
   	Mad props to http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/
	-------------------------------------------------- */
	
	.flex-video {
		position: relative;
		padding-bottom: 67.5%;
		height: 0;
		margin-bottom: 16px;
		overflow: hidden;
	}
	
	.flex-video.widescreen { padding-bottom: 56.25%;  }
	.flex-video.vimeo { padding-top: 0; }
	
	.flex-video iframe,
	.flex-video object,
	.flex-video embed,
	.flex-video video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	video#bgvid {
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background: url(polina.jpg) no-repeat;
background-size: cover;
}
	
	video { display: block; }
	
	


/* Parallax Styles */

	.parallax {
		text-align: center;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed !important;
	}
	
	.parallax-overlay {
	background-color: rgba(3,28,51,0.85);
	}
	


	
	
	
	
	
	
/* Home Pattern And Image Parallax */	
	

	.home-pattern {
		background:url(images/home_pattern.png) repeat;
		width:100%;
		height:100%;
	}
	
	.pattern {
		background:url(images/pattern.png) repeat;
		width:100%;
		height:100%;
	}
		
	#home-center {
	height: 100%;
	display: table;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	}	
	
	.div-align-center {
		display: table-cell;
		vertical-align: middle;
		text-align:center;
	}
	
	.ultralarge {
		color:#fff;
		text-align:center;
		font-family: 'Montserrat', sans-serif;
		font-size:60px;
		line-height:80px;
		letter-spacing:0;
	}
	
	.ultralarge .text-color {
		color:#CDD74c;
		font-size:100px;
		line-height:100px;
	}
	
	.four-zero-four {
		color:#fff;
		text-align:center;
		font-family: 'Montserrat', sans-serif;
		font-size:180px;
		line-height:180px;
		letter-spacing:0;
	}
	
	.below-four-zero-four {
		margin-bottom:40px!important;
	}
	
	.text-slide-vertical {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 900;
		
	}
	
	.text-slide-vertical li {
		line-height:80px;
	}
	
	.text-slide-vertical li .text-color {color:#cdd74c; font-size:100px; line-height:100px;}
	
	.bullet {
		margin: 0 10px;
		opacity: 0.9;
		color:#fff;
	}
	
	.div-align-center p{
		margin-bottom:20px;
	}
	
	p.after-slider {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:30px;
		font-style:italic;
		text-align:center;
		padding-top:20px;
		margin-bottom:40px;
	}
	
	
	






/* Home Fullwidth Parallax Slider */


	ul.fullwidth-slider {
		position: relative;
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		background-color: #222222;
		z-index: 0;
		-webkit-backface-visibility: visible;
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	ul.fullwidth-slider li.slide {
		position: relative;
		display: none;
		overflow: hidden;
		float: left;
		width: 100%;
		height: 100%;
		z-index: 0;
		background-attachment:absolute ;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		-webkit-backface-visibility: visible;
	}
	
	ul.fullwidth-slider li.slide .caption {
		position: relative;
		height: 100%;
		width:100%;
	}
	
	ul.fullwidth-slider li.slide .caption .caption-inside {
		position: absolute;
		top: 0px;
		width:100%;  
	}
	
	ul.fullwidth-slider li.slide .caption .slide-caption {
		height: 100%;  
		z-index: 0;
		display: table;
		position: relative;
		top: 0;
		width:80%;
		margin-left:10%;
	  	margin-right:10%;  
	}
	
	ul.fullwidth-slider li.slide .caption .slide-caption .vertical-align-middle{
	  	display: table-cell;
	  	vertical-align: middle;
	  	text-align:center;
	}
	
	.vertical-align-middle p {
		margin:20px 0;
		color:#fff;
	}
	
	.vertical-align-middle.dark p, .vertical-align-middle.dark h1 {
		color:#222;
	}

	ul.fullwidth-slider, ul.fullwidth-slider .caption-inside {
		height: 700px;
	}
	
	.parallax-slider .bx-wrapper .bx-next {
		right:50px;
	}
	
	.parallax-slider .bx-wrapper .bx-prev {
		left:50px;
	}





/* Home Full Screen Slider */

	#fullscreen-slider {
		display:none;
	}
	
	#cycle-loader {
		height:32px;
		left:50%;
		margin:-8px 0 0 -8px;
		position:absolute;
		top:50%;
		width:32px;
		z-index:999;
	}
	
	#slider_left {
		top:50%;
		height:60px;
		position:absolute;
		left:50px;
		width:32px;
		z-index:1000;
		margin-top:-30px;
		cursor:pointer;
	}
	
	#slider_right {
		top:50%;
		height:60px;
		position:absolute;
		right:50px;
		width:32px;
		z-index:1000;
		margin-top:-30px;
		cursor:pointer;
	}
	
	#slider_left:hover, #slider_right:hover {
		margin-top:-28px;
	}
	#slider_left:active, #slider_right:active {
		margin-top:-28px;
	}
	
	.slide-content {
		height: 100%;  
		display: table;
		position: absolute;
		top: 0;
		left:0;
		right:0;
		width:80%;
		margin-left:10%;
		margin-right:10%;
	}
	
	p.light {
	color: #fff!important;
	font-size: 1.8em;
	line-height: 1.7em;
	margin: 20px 100px;
	}
	
	.dark {
		color:#222222;
	}
	
	.slide-content h1 {
		color:inherit;
		font-size:100px;
		line-height:100px;
		margin:10px 0;
		letter-spacing:1px;
	}
	
	.slide-content p {
		margin:10px 0;
	}
	
	.slide-content a {
		margin:10px 0;
	}
	
	
	
/* Home Full Screen Video */	
	

	
	.video-section {
		background-image: url('images/video-placeholder.jpg');
	}
	
	#video-volume {
		bottom: 30px;
		color: #FFFFFF;
		cursor: pointer;
		font-size: 24px;
		margin-left: -10px;
		left:50%;
		position: absolute;
		width: 20px;
		z-index:10;
	}
	
	
/* Supporters */


	#supporters .section-title {margin-top:35px; margin-bottom:30px;}
	#supporters .container { padding-top: 50px; padding-bottom: 80px;}
	#supporters p {font-size:.95em; color:#8dc7f0;}


#scroll {
	width: 100%;
	height: 380px;
	overflow: auto;
	position: relative;
	padding: 15px;
	margin-top: 3px;
	margin-bottom: 25px;
	padding-bottom:5px;
	z-index:0;
	background-color:#173656;
}

#scroll h5 {color:#8dc7f0; text-align:left;}

#scroll p {margin-bottom:8px; line-height:normal; font-size:.9em; font-weight:300; color:#fff;}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 8px;
background-color: #205375;
}
.vscrollerbar {
width: 8px;
background-color: #6897b6;
-moz-border-radius:8px;
-webkit-border-radius:8px;
-opera-border-radius:8px;
-khtml-border-radius:8px;
border-radius:8px;
background-image:-moz-linear-gradient(0% 100px 90deg, #8dc7f0, #6896b6); 
background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#8dc7f0), to(#6896b6));
}
	
	
	
	

/* How you can help */

	ul.helpbuttons {
		margin:10px 0 20px 0;
		clear:both;
		display:block;
		overflow:hidden;
	}
	
	ul.helpbuttons li {
		display:inline-block;
		width:200px;
		width:150px;
		margin:10px;
		padding:20px 20px;
		position:relative;
   		overflow:hidden;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
		background-color: #a2a939;
		color:#fff;
		text-align:center;
	}
	ul.helpbuttons li:hover {
  		background-color: #cdd74c;
}
	ul.helpbuttons li img {height:50px; width:auto;display: inline-block; text-align:center; max-width: 70px;}
	
	
  
	
/* ul.helpbuttons li:hover:before {
   content:"";
   position:absolute;
   top:0;
   right:0;
   border-width:0 32px 32px 0;
   border-style:solid;
   border-color:#a2a939 #173656;
}*/

	ul.helpbuttons li:first-child, ul.helpbuttons li:last-child {
		margin-left:10px;
	}
	
	ul.helpbuttons li:last-child {
		margin-right:0px;
	}
	
	
	ul.helpbuttons li h5 {
		text-transform:uppercase;
		color:#fff;
		margin-top:10px;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
		font-weight:300;
		font-size:18px;
		line-height:1.7em;
	}
	

	ul.helpbuttons li:hover h5 {
		color:#fff;
	}
	
	ul.helpbuttons li:hover p {
		color:#fff;
		opacity:0.5
	}
	
	
	
/* Parallax Quote */
	
	
	
	.quote h1 {
		color:#FFF;
		padding:30px 0 10px 0;
		line-height:40px;
		letter-spacing:0.5px;
	}
	
	.quote p {
		color:#FFF;
		opacity:0.5;
	}
	
	h1 span.quote-img  {
	}

	h1 span.quote-img img {
		width:21px;
		height:auto;
		padding:10px;
		margin-bottom:12px;
		opacity:0.5;
		
	}
	
/* SHOW & HIDE */	
	.more {
	display: none;
}

a.showLink, a.hideLink {
	text-decoration: none;
	padding-left: 8px;
	font-weight: bold;
	font-size:.95em;
	white-space:nowrap;
}
	
	
	
/* for map*/

#top {
	position: relative;
	width: 780px;
	margin: 10px auto 25px auto;
	height: 490px;
	background-image: url(images/map2.png);
	background-repeat: no-repeat;
}

#top p {
	font-size: 1em;
	line-height: 1.4em;

}

#top .items {
	width: 251px;
	position: absolute;
	bottom: 6px;
	right: 6px;
	

}
#top .items img {
	float:left;
	margin-bottom:45px;
	margin-right: 15px;
}


#top .items h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #333;
}

.click {
	position: absolute;
	top: 262px;
	left: 256px;
	display: block;
	text-decoration: none;
	width: 301px;
	height: 37px;
	color: #CDD74C;
	background-color: transparent !important;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	
	}
	
#fish {
	position: relative;
	width: 720px;
	margin: 0 auto;
	height: 552px;
	background-image: url(http://www.whoi.edu/home/oceanus_images/cube/cube-r3.png);
	background-repeat: no-repeat;
}

#fish p {
	font-size: 1em;
	line-height: 1.3em;

}
.items p {
	color: #333;
	font-size:.95em;


}

.moreinfo {
	position: absolute;
	display: block;
	text-indent: -10000px;
	text-decoration: none;
	width: 15px;
	height: 15px;
	background-color: #CDD74C;
	color:#fff;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	}
	
#moreinfo1 {
	top: 189px;
	left: 664px;
	}
	
#moreinfo2 {
	top: 204px;
	left: 659px;
	}
	
	
#moreinfo3 {
	top: 297px;
	left: 668px;
	}
	
#moreinfo4 {
	top: 271px;
	left: 653px;
	}
	
#moreinfo5 {
	top: 312px;
	left: 345px;
	}
	
#moreinfo6 {
	top: 456px;
	left: 403px;
	}
	
#moreinfo7 {
	top:273px;
	left:401px;
	}
	
#moreinfo8 {
	top:129px;
	left:315px;
	}
	
#moreinfo9 {
	top: 124px;
	left: 193px;
	}
	
#moreinfo10 {
	top: 97px;
	left: 35px;
	}
	
.moreinfoFish {
	position: absolute;
	display: block;
	text-indent: -10000px;
	text-decoration: none;
	width: 24px;
	height: 24px;}

#morefish1 {
	top: 63px;
	left: 4px;
	}
	
#morefish2 {
	top: 170px;
	left: 79px;
	}
	
	
#morefish3 {
	top: 210px;
	left: 144px;
	}
	
#morefish4 {
	top: 154px;
	left: 336px;
	}
	
#morefish5 {
	top: 312px;
	left: 345px;
	}
	
#morefish6 {
	top: 456px;
	left: 403px;
	}

	

.floatingpanel-orig {
	position: relative;
	display: block;
	margin-top:	25px;
	margin-left:-30px;
	width:355px;
	height:	300px;
	width:200px;
	height:	145px;
	padding-top:80px;
	padding-left:20px;
	padding-right:40px;
	background:	transparent url(images/floatingpanel-200.png) no-repeat top left;
	text-indent:0px;
	color:	#333333;
	display:none;
	font-size: 12px;
	line-height:1.4em;}
	
.floatingpanel {
	position: relative;
	display: block;
	margin-top:	25px;
	margin-left:-10px;
	width:195px;
	height:	145px;
	padding-top:48px;
	padding-left:15px;
	padding-right:25px;
	background:	transparent url(images/floatingpanel-200.png) no-repeat top left;
	text-indent:0px;
	color:	#333333;
	display:none;	
	z-index:1000;
	}
.floatingpanel-left {
	position: relative;
	display: block;
	margin-top:	25px;
	margin-left:-25px;
	margin-left:-160px;
	width:200px;
	height:	155px;
	padding-top:45px;
	padding-left:10px;
	padding-right:10px;
	background:	transparent url(images/floatingpanel-200-left.png) no-repeat top left;
	text-indent:0px;
	color:	#333333;
	display:none;
	z-index:1000;
	}	
.floatingpanel-long {
	position: relative;
	display: block;
	margin-top:	25px;
	margin-left:-30px;
	width:200px;
	height:	200px;
	padding-top:45px;
	padding-left:10px;
	padding-right:10px;
	background:	transparent url(images/floatingpanel-200-long.png) no-repeat top left;
	text-indent:0px;
	color:	#333333;
	display:none;	
	}		
	
.floatingpanel-top {
	position: relative;
	display: block;
	margin-top:	20px;
	margin-left:-10px;
	width:370px;
	height:	148px;
	padding-top:12px;
	padding-left:10px;
	padding-right:10px;
	background:	transparent url(images/floatingpanel-400-top.png) no-repeat top left;
	text-indent:0px;
	color:	#333333;
	display:none;	
	top:-148px;
	}

.floatingpanel-top-left {
	position: relative;
	display: block;
	margin-top:	20px;
	margin-left:-32px;
	width:200px;
	height:	155px;
	padding-top:12px;
	padding-left:10px;
	padding-right:10px;
	background:	transparent url(images/floatingpanel-200-top-left.png) no-repeat top left;
	text-indent:0px;
	color:	#333333;
	display:none;	
	top:-160px;
	left:-131px;
	}
	
a:hover .floatingpanel {
		display:block;
		color:#003;
		text-decoration: none;
}
	
a:hover .floatingpanel-left {
		display:block;
		color:#003;
		text-decoration: none;
}	

a:hover .floatingpanel-long {
		display:block;
		color:#003;
		text-decoration: none;
}	


a:hover .floatingpanel-top {
		display:block;
		color:#003;
		text-decoration: none;
}

a:hover .floatingpanel-top-left {
		display:block;
		color:#003;
		text-decoration: none;
}


.floatingpanel h2, .floatingpanel-left h2, .floatingpanel-long h2, .floatingpanel-top h2, .floatingpanel-top-left h2 {
	margin:	0;
	padding:0;
	color: #a2a939;
	padding-right: 50px;
	font-size: .9em;
	font-weight:bold;
}
	

.floatingpanel p, .floatingpanel-left p, .floatingpanel-long p, .floatingpanel-top p, .floatingpanel-top-left p {
	margin:	0px;
	color:	#010D33;
	padding-right: 20px;
	
	
}
	

.floatingpanel img {
	float: left;
	margin-right: 10px;
}

.floatingpanel .link {
	color: #a2a939;


}

	

	
	
/* Footer */			
	
	
	footer {
		box-shadow: 0px -1px 5px rgba(0,0,0,0.15);
		z-index:100;
		position:relative;
		padding:40px 0;
		text-align:center;
	}
	
	footer .one_third h4 {
		text-align:left;
		}
		
	footer .one_third p {
		text-align:left;
		margin-bottom:.5em;
		}
	footer .one_third .last {
		margin-right: 0%;
	}
	
	footer .one_third p {
		margin-bottom:.3em;
		padding-left:1em;
	}
	
	footer p {
		margin-bottom:.5em;
	}
	
	footer .copyright {
		clear:both;
		
	}
	
	#menu_top {
		height:50px;
		width:40px;
		border-radius:3px;
		left:50%;
		margin-left:-20px;
		margin-top:-65px;
		position:absolute;
		cursor:pointer;
	}
	
	#menu_top_inside {
	background-image: url(images/menu_bottom_top_bg.png);
	background-size: 18px 11px;
	background-position: 0 0;
	height: 22px;
	left: 9px;
	position: absolute;
	top: 19px;
	transition: background-position 0.3s linear 0s;
	width: 18px;
	}
	
	#menu_top:hover #menu_top_inside {
		-webkit-animation: bottom_top_over .3s linear infinite;
		-moz-animation: bottom_top_over .3s linear infinite;
		-o-animation: bottom_top_over .3s linear infinite;
		animation: bottom_top_over .3s linear infinite;
	}

	@-webkit-keyframes bottom_top_over { 0% { background-position: 0px 0px; }  100% { background-position: 0px -11px; } }
	@-moz-keyframes bottom_top_over { 0% { background-position: 0px 0px; }  100% { background-position: 0px -11px; } }
	@keyframes bottom_top_over { 0% { background-position: 0px 0px; }  100% { background-position: 0px -11px; } }
	
	
	

/* Locations */

	ul.locations {
		margin:0;
		clear:both;
		display:block;
		overflow:hidden;
	}
	
	ul.locations li {
		display:inline-block;
		width:188px;
		
		margin-right:10px;
		margin-top:20px;
		/*padding:20px 20px;*/
		position:relative;
   		overflow:hidden;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
		background-color: #a2a939;
		background-color: transparent;
		color:#fff;
		text-align:center;
		border: 1px solid #27668f;
		border-radius:3px;
		height:290px;
		
	}
	ul.locations li:hover {
  		/*background-color: #cdd74c;*/
}
	ul.locations li img {height:50px; width:auto;display: inline-block; text-align:center; max-width: 70px;}
	
	
  
	
/* ul.helpbuttons li:hover:before {
   content:"";
   position:absolute;
   top:0;
   right:0;
   border-width:0 32px 32px 0;
   border-style:solid;
   border-color:#a2a939 #173656;
}*/

	/*ul.locations li:first-child, ul.locations li:last-child {
		margin-left:50px;
	}*/
	
	ul.locations li:last-child {
		margin-right:0px;
	}
	
	
	ul.locations li h5 {
		text-transform:uppercase;
		color:#fff;
		margin-bottom:10px;
		/*background-color:#27668f;*/
		border-bottom:1px solid #27668f;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
		font-weight:300;
		padding:5px 0 5px 20px;
		font-size:18px;
		line-height:1.7em;
		text-align:left;
	
	}
	

	ul.locations li:hover h5 {
		color:#fff;
	}
	
	ul.locations li p {
		padding-left:20px;	
	}
	
	ul.locations li:hover p {
		color:#fff;
		opacity:1.0;
		
	}
	
	
	
	/* Events */
	
	
	#events a{
	   color: #27668f;	
	}
	
	#events a:hover{
		 color: #8dc7f0;
	}

	ul.news {
		margin:10px 0 20px 0;
		clear:both;
		display:block;
		overflow:hidden;
	
		
	}
	
	ul.news li {
		display:inline-block;
		width:210px;
		margin:0 20px 0 0;
		padding:20px 20px;
		position:relative;
   		overflow:hidden;
		/*transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
		background-color: #a2a939;*/
		background-color:#27668f;
		color:#fff;
		text-align:center;
		border-radius:3px;
		height:390px;
	
	}
	
	
	ul.news li:hover {
  		opacity:1.0
}
	ul.news li img {height:50px; width:auto;}
	
	
  
	
/* ul.helpbuttons li:hover:before {
   content:"";
   position:absolute;
   top:0;
   right:0;
   border-width:0 32px 32px 0;
   border-style:solid;
   border-color:#a2a939 #173656;
}*/

	
	
	ul.news li:last-child {
		margin-right:0px;
	}
	
	
	ul.news li h5 {
		text-transform:uppercase;
		color:#fff;
		margin-bottom:4px;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
		font-weight:300;
		font-size:18px;
		line-height:1.7em;
	}
	

	ul.news li:hover h5 {
		color:#fff;
	}
	
	/*ul.events li:hover p {
		color:#fff;
		opacity:0.5
	}*/
	
	ul.news .item {
		overflow:hidden;
		margin-bottom:10px;	
	}
	
	ul.news .item img{
		float:left;
		margin-right:5px;	
	}
	ul.news .item {
		overflow:hidden;
		margin-bottom:10px;	
	}
	
	ul.news .item h5{
		text-align:left;
		font-size:14px;	
		margin-bottom:0px;
	}
	
	#events .news a{
		color: #8dc7f0;
	}
	#events .news a:hover {
		color: #ffffff;	
	}
	
.updates {
	background-color: #27668f;	
	padding:5px 10px;
	margin-bottom:10px;
}

.updates h3{
	color: #fff;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}
.updates p{
	color: #ededed;	
}

.updates a {
	  color: #8dc7f0;
}

.updates a:hover {
	 color: #27668f;	
}



/* Responsive Media Querries */		

@media only screen and (max-width: 1400px) {	

/* How you can help */


	
	ul.helpbuttons li {
		width:80px;
		margin:6px;
		padding:10px 15px;
	}
	
	ul.helpbuttons li h5 {
		font-size:14px;
		line-height:1.7em;
	}

	

	.container {
		width:720px;
	}
	
	
	.location-item h5 {
  margin-top: 25px;
}
	
	.text-slide-vertical {
		font-size:60px;
	}
	
	.text-slide-vertical li {
		line-height:80px;
	}

	.small-screen-left, .small-screen-right {
		top: 100px;
		width: 300px;
	}
	
	.slide-content h1 {
		font-size:80px;
		line-height:80px;
	}
	
	.big-screen {
		width: 500px;
	}
	
	.our-team li {
		margin: 0 20px;
	}
	
	ul.helpbuttons li {
		padding: 30px 10px;
		width: 185px;
		width: 120px;
	}
	
	
	p.light {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 20px 50px 20px 50px;
	}
	
	ul.helpbuttons li {
		width: 150px;
		width: 120px;
		height:110px;
	}
	
	
	
}


@media only screen and (max-width: 1024px) {
	
	ul.news li {
			width:150px;
			margin-right:10px;
			height:330px;
		}
	
	
	h1, h2, h3 {
  		line-height: 1.3em;
}

	.section-title h1 {
  		font-size: 3em;
}

p.light {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 10px 50px 20px 50px;
	}
	
	
ul.fullwidth-slider li.slide .caption .slide-caption .vertical-align-middle
{padding-top:25px;}
	
.container {
		width:600px;
	}
	
	.text-slide-vertical {
		font-size:60px;
	}
	
	.text-slide-vertical li {
		line-height:80px;
	}
	
	.slide-content h1 {
		font-size:60px;
		line-height:60px;
	}
	
	ul.fullwidth-slider li.slide {
		background-position: center 0px!important;
	}
	
	ul.fullwidth-slider li.slide .caption .caption-inside {
		position: relative;
		width:100%;
		height:100%;  
	}

	
	#slider_left {
		top:90%;
		height:60px;
		position:absolute;
		left:50px;
		width:32px;
		z-index:1000;
		margin-top:-30px;
		cursor:pointer;
	}
	
	#slider_right {
		top:90%;
		height:60px;
		position:absolute;
		right:50px;
		width:32px;
		z-index:1000;
		margin-top:-30px;
		cursor:pointer;
	}
	
	#slider_left:hover, #slider_right:hover {
		margin-top:-28px;
	}
	
	#slider_left:active, #slider_right:active {
		margin-top:-28px;
	}
	
	.ultralarge {
		font-size:60px;
		line-height:70px;
	}	
	
	.ultralarge .text-color {
		color:#CDD74c;
		font-size:80px;
		line-height:70px;
	}
	
	a.cmer-button {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight:400;
		letter-spacing:.1em;
		text-transform:uppercase;
		display:inline-block;	
		background-color:#a2a939;
		color:#FFF;
		margin-top:15px;
	}
	
	.large {
		font-size:16px;
		letter-spacing:normal;
		height:50px;
		width: 280px;
		line-height:50px;
		padding-left:0px;
		background: none;
	}
	a:hover.large {background-color:#a2a939;}
	
	
	ul.fullwidth-slider li.slide .caption .slide-caption .vertical-align-middle
{display:block;margin-left:-15px;padding-top:15px;}
	

	
	.element_from_left {
		left: 0px;
		opacity: 1;
	}
	
	.element_from_right {
		right: 0px;
		opacity: 1;
	}
	
	.element_fade_in {
		opacity: 1;
		right: 0px;		
	}
	
	.parallax {
		background-position: center top !important;
		background-attachment: scroll !important;
		height: auto;
		margin: 0 auto;		
		width: 100%;
	}
	
	.one_half {
    	width: 100%;
		margin-bottom: 10px;
	}	

	.one_third {
		width: 100%;
	}	

	.one_fourth {
		width: 100%;
	}	

	.one_fifth {
		width: 100%;
	}	

	.one_sixth {
		width: 100%;
	}	

	.two_fifth {
		width: 100%;
	}	

	.two_fourth {
		width: 100%;
	}		

	.two_third {
		width: 100%;
	}	

	.three_fifth {
		width: 100%;
	}	

	.three_fourth {
		width: 100%;
	}	

	.four_fifth {
		width: 100%;
	}	

	.five_sixth {
		width: 100%;
	}	

	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		margin-bottom: 0px;
		margin-right: 0%;
	}	
	
	.section-title {
		width:100%;
	}
	
	ul.helpbuttons li {
		padding: 7px 7px;
		width: 120px;
			width: 80px;
		height:120px;
	}
	ul.helpbuttons li h5 {
		font-size:13px;
		line-height:1.6em;
	}
	.location-item .right {
		float: left;
	}
	
	.location-item.text-right {
		text-align: left;
	}
	
	.location-item.text-right .fa-stack {
		margin-left: 0px;
		margin-right: 20px;
	}
	
	
	.section-title p {
		font-size:1em;
		
	}

	#results ol, #results li {list-style-type: decimal;font-size: 1em;line-height:1.8em;font-weight:300} 	
	

}





@media only screen and (max-width: 767px) {
	
	.container {
		width:480px;
	}
	
	.text-slide-vertical {
		font-size:30px;
	}
	
	.text-slide-vertical li {
		line-height:40px;
	}
	
	.slide-content h1 {
		font-size:40px;
		line-height:40px;
	}
	
	.ultralarge {
		font-size:40px;
		line-height:40px;
	}
	.ultralarge .text-color {
		font-size:60px;
		line-height:50px;
	}
	.section-title h1 {
		font-size:28px;
		margin-bottom: 5px;}
		
	.section-title h2 {
		font-size:20px;
	}
	a.cmer-button {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight:400;
		text-align:center;
		margin:0px;
		
	}
	
	.large {
		font-size:12px;
		height:40px;
		width: 190px;
		line-height:40px;
		padding-left:0px;
		background: none;
		background-color:#A2a939;
	}
	
	.rotateCCW {
		font-size:18px;
		height:40px;
		width: 190px;
		line-height:40px;
		text-align:left;
		padding-left:0px;
		background: none;
		background:#A2a939;
	}
	
	#supportsample .rotateCCW {width:250px;}

	
	
	ul.helpbuttons li {
		padding: 0px;
		width:inherit;
		margin:0;
		margin-bottom:15px;
		width:70%;
  		height:35px;
	}
	
	ul.helpbuttons li img {
		display:none;
	}
	ul.helpbuttons li:first-child, ul.helpbuttons li:last-child {
		margin-left:0px;
	}
	ul.helpbuttons li:first-child {
		margin-top:10px;
	}
	ul.helpbuttons li h5 {
		line-height:20px;

}
	
	
	
	#educate h2 {
		margin-top: 15px;
	}
	
	.section-title p img {
 	 margin-top: .5em;
 	 margin-bottom: .5em;
}

.location-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

ul.fullwidth-slider, ul.fullwidth-slider .caption-inside {
		height: 600px;
	}

.location-item h5
{
  margin-top: 10px;
}



	p.light {
	font-size: 1.1em;
	  margin: 10px;}
	
	.vertical-align-middle p {
  margin: 0px;
  color: #ffffff;
}
	.hidesmall {display:none;}
	

}

{
#bgvid { display: none; }



@media only screen and (max-width: 479px) {
	
	.container {
		width:auto;
		padding: 25px;
	}
	
	#helpus .container {padding: 25px;}
	
	.text-slide-vertical {
		font-size:30px;
	}
	
	.text-slide-vertical li {
		line-height:40px;
	}
	
	.slide-content h1 {
		font-size:20px;
		line-height:30px;
	}
	
	.ultralarge {
		font-size:20px;
		line-height:20px;
	}
	
	.ultralarge .text-color {
		font-size:40px;
		line-height:40px;
	}
	
	p.light {
	font-size: 1em;
	line-height:1.4em;
	  margin-bottom: 5px;}
	  
	a.cmer-button {
		  display:block;
		margin:0 auto;}
	
	.rotateCCW {
   width: 190px;
	}
	
	ul.helpbuttons li {
		padding: 0px;
		width:inherit;
		margin:0;
		margin-bottom:8px;
		width:90%;
  		height:30px;
	}
	
	ul.helpbuttons li img {
		display:none;
	}
	ul.helpbuttons li:first-child, ul.helpbuttons li:last-child {
		margin-left:0px;
	}
	ul.helpbuttons li:first-child {
		margin-top:10px;
	}
	ul.helpbuttons li h5 {
		line-height:13px;
		font-size:12px;

}
	
	
	.section-title h1 {
		font-size:24px;letter-spacing:1px;}
		
	.section-title h2 {
		font-size:18px;
	}
	
	ul.fullwidth-slider, ul.fullwidth-slider .caption-inside {
		height: 550px;
	}
	
	.parallax-slider .bx-wrapper .bx-next {
		right:0px;
		padding-top:25px;
	}
	
	#educate h2 {
 	 	margin-top: 15px;
}

.quote h1 {font-size:24px;}
footer {padding: 15px}
	
	
	
	#show {
		display:none!important;
	}
	
	
	.hidesmall {display:none;}
}
.body {
	padding: 20px;
}



#longestswim {
	height:210px;
	background-color:#031c33;
	/*background:url(images/homepage-strip.jpg) no-repeat;*/
	background-position:center top;
	
}
#longestswim section {
	background-color:transparent !important;
}

#longestswim .container {
	padding:60px 20px;
	max-width:500px;
}
#longestswim p {color:#fff;text-align:center;font-size:1.5em;line-height:1.7em;
}
.green {color:#cdd74c;font-size:1.5;text-transform:uppercase;}

#longestswim p.button {font-size:1em;text-transform:uppercase; margin:1em auto; padding:.25em; border: 1px solid #cdd74c; width:11em;  }

#longestswim a p.button {
	background-color: rgba(3, 28, 51, .5);
    color:#cdd74c;
}

#longestswim a p.button:hover {
	background-color: rgba(205, 216, 76, 1);
    color:#031c33;
	
}