/*
	Byrd Polar Center - US Polar Rock Repository website, https://prr.osu.edu
	default.css file, v3.0
	Author: Wesley Haines, Mike Gravina, Erica Maletic
*/

:root {
	--gradient-blue: linear-gradient(to bottom, #4888de 0%, #0045a4 100%);
	--gradient-green: linear-gradient(to bottom, #4bae35 0%, #00760d 100%);
}

html, body {
	min-height: 100%;
	font-size: 11pt;
}

body {
	background: #c9d8eb;
	background-image: linear-gradient(to bottom, #839ec1 0%, #c9d8eb 100%);
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	line-height: 1.22;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1rem;
	overflow-y: scroll;
}

a {
	color: #960000;
	text-decoration: underline;
}

a:hover {
	color: #002f9f;
}

a.btn {
	text-decoration: none;
}

#header a {
	color: #fff;
}

#header a:hover {
	color: #f0f0f0;
}

img, form, ul {
	border: 0;
	margin: 0;
	padding: 0;
}

img {
	vertical-align: bottom;
}

td {
	vertical-align: top;
}

th {
	vertical-align: top;
	font-weight: bold;
	font-size: 12pt;
	background: var(--gradient-blue);
}

ul {
	list-style-position: outside;
}

li {
	padding: 0;
	margin: 0.5em 0 0.5em 1.2em;
}

#bg_page
{
/*
	background: transparent url('../images/bg_blackburn_camp.jpg') no-repeat center top; */
	width: auto;
}

#page {
	max-width: 1440px;
	background-color: #fff;
	margin: 0 auto;
}

#header {
	font-family: 'proximanova', 'Source Sans Pro', sans-serif;
	position: relative;
	color: #fff;
	width: 100%;
}

#header_hero {
	position: relative;
/*	padding-bottom: 16.666666%; */
	padding-bottom: 15.6%;
	background-color: #484262;
	background-image: url('../images/bg_header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#header_text_wrapper {
	position: absolute;
	margin-left: 30%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
/*	padding-bottom: 17.196666%; */
/*	padding-bottom: 16.666666%; */
/*	padding-bottom: 15%; */
	background-color: rgba(44,48,56,0.54);
	border-left: 1px solid rgba(255,255,255,0.53);
}

#header_text {
	position: absolute;
	padding: 2.7% 6%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	line-height: 1 !important;
}

#header_line1 {
	font-size: 15pt;
	margin-bottom: 6pt;
}
#header h1 {
	margin-top: 0;
	margin-bottom: 6pt;
	font-size: 30pt;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 0.94;
}
#header_line3 {
/*	font-weight: 600; */
	font-size: 15pt;
}


h1 {
	font-family: 'proximanova', 'Source Sans Pro', sans-serif;
	font-size: 22pt;
	font-weight: 600;
	margin: 0.2em 0 1.0em 0;
}

h2 {
	font-size: 20pt;
	font-family: 'proximanova', 'Source Sans Pro', sans-serif;
	font-weight: 600;
	padding-bottom: 0.1em;
	border-bottom: 1px solid #707070;
	margin-top: 1.0em;
	margin-bottom: 0.6em;
}

h3 {
	background-color: #ddd;
	text-align: center;
	padding: 0.3em 0;
	font-size: 13pt;
	font-weight: normal;
	margin: 0 auto 14px !important;
	border-radius: 10px;
}

.float_left h2, .float_left h3, .float_right h2, .float_right h3, .float_left p, .float_right p, .box_frame h2, .box_frame h3 {
	margin-top: 0;
}

h3, h4, h5 {
	font-size: 13pt;
	margin: 1.5em 0 0.6em 0;
}

h4 {
	margin: 0;
}

h5 {
	font-size: 11pt;
}

#content {
	position: relative;
	padding: 15px;
}

p {
	margin: 0 0 1em 0;
}


#footer {
	padding: 30px 60px;
	color: white;
	background-color: #393939;
	min-height: 80px;/* For NSF logo */
	font-size: 10pt;
}

#footer a {
	color: white;
	font-weight: bold;
}

/* Menu */
#mainmenu_nav {
	margin: 0;
	padding: 0;
	background-color: #495864;
}
#mainmenu {
	flex-grow: 1;
}
#mainmenu li {
	margin: 0;
	text-align: center;
	font-weight: bold;
	font-size: 11pt;
	flex-grow: 0;
	flex-shrink: 0;
	min-width: 220px;
}
#mainmenu li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15pt;
	font-weight: 600;
}
#mainmenu .dropdown-menu {
	margin-top: 0;
	border-radius: 0 0 0.25rem 0.25rem;
	background-color: #495864;
	padding: 5px 1px;
	border-width: 0;
}
#mainmenu .dropdown-menu a.dropdown-item {
	text-transform: none;
}
#mainmenu .dropdown-menu a.dropdown-item:hover {
	background-color: #f0f0f0;
	color: #495864;
}
/* End Menu */


address {
	margin: 1em 0;
}

.clear {
	clear: both;
}

.float_left, .gallery {
	float: left;
	clear: left;
	margin: 0 10px 10px 0;
}

.float_right {
	float: right;
	clear: right;
	margin: 0 0 10px 10px;
}

img.frame, .box_frame, .caption {
	border: 1px solid #707070;
	padding: 1px;
}

.box_frame, .caption {
	padding: 5px;
	background-color: #f0f0f0;
}

.box_frame {
	margin: 0 0 1em 0;
}

.caption {
	font-style: italic;
	font-size: 10pt;
}

.caption img {
	display: block;
	margin-bottom: 3px;
}

.gallery {
	clear: none;
}

.center {
	text-align: center;
}

div.inline_js {
	margin: 1em 0;
}



/* Messages and alerts */
.notice {
	color: red;
	font-weight: bold;
}

.error {
	border: 1px solid black;
	background-color: #ffff60;
	padding: 10px;
	margin: 1em 0;
}

.success {
	border: 1px solid black;
	background-color: #33ff33;
	padding: 10px;
	margin: 1em 0;
}

fieldset legend
{
	font-size: 12pt;
	margin-bottom: 5px;
}

.form_table label
{
	display: inline;
	padding: 0 10px 0 0;
}

.form_table td
{
	vertical-align: middle;
}

.form_section
{
	margin: 1em 0;
}

input[type="radio"], input[type="checkbox"], input[type="submit"], input[type="button"]
{
	cursor: pointer;
}

input[type="radio"], input[type="checkbox"]
{
	border: 0;
	outline: none;
}

.box_round {
	padding: 10px;
	border: 1px solid #707070;
	background-color: white;
	border-radius: 8px;
	font-size: 10pt;
}

.with_header {
	padding: 0;
}

.with_header > p {
	margin: 10px;
}

.btn-primary {
	background-color: #960000;
	border-color: #830000;
}
.btn-primary:hover {
	background-color: #830000;
	border-color: #700000;
}

.btn-flex-group {
	display: flex;
	flex-wrap: wrap;
}

.btn-flex-group .btn {
	margin: 0 3px 6px 0;
	padding: 0.375rem 0.68rem;
}

.box_round.with_header .btn-primary {
	display: block;
	width: 100%;
	border-radius: 7px;
}

/* @deprecated */
.button_box_top {
	display: block;
	background: var(--gradient-blue);
	padding: 10px;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: white;
	line-height: 20px;
	border: none;
	border-radius: 10px;
}

a.button_box_top:hover {
	color: white;
	text-decoration: none;
	background: #14346f;
}

.button_green, .button_blue {
	display: block;
	background: var(--gradient-green);
	padding: 8px;
	font-size: 18px;
/*	text-transform: uppercase; */
	text-decoration: none;
	text-align: center;
	color: white;
	line-height: 18px;
	border: 1px solid #808080;
	border-radius: 10px;
}

a.button_green:hover {
	color: white;
	text-decoration: none;
/*	background: #14346f; */
}

.button_blue
{
	background: var(--gradient-blue);
}

a.button_blue:hover {
	color: white;
	text-decoration: none;
	background: #14346f;
}

input[type="submit"].button_green
{
	display: inline;
	font-size: 14pt;
	font-weight: bold;
	line-height: 18px;
}

.cell1 {
	background-color: #e0e0e0;
}

.cell2 {
	background-color: #f0f0f0;
}

#header .addthis_toolbox
{
	position: absolute;
	right: 3px;
	bottom: 5px;
	height: auto;
	width: 72px;
	overflow: hidden;
	z-index: 2;
}

.mooquee-position
{
/*	overflow: hidden; */
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

.mooquee-wrapper
{
	padding: 10px 0;
	background-color: #000;
	display: none;
}

.mooquee
{
	white-space: nowrap;
	font-size: 14pt;
	font-weight: bold;
	overflow: hidden;
	position: relative;
	background-color: transparent;
	color: #fff;
}

.mooquee-text
{
	position: absolute;
}

.well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    padding: 10px;
    margin-bottom: 1.0em;
}


@media screen and (max-width: 991px) {
	#header_text_wrapper {
		margin-left: 0;
		border-left-width: 0;
	}
	
	#header_text {
		padding: 2%;
	}
	
	#header_line1 {
		font-size: 11pt;
		margin-bottom: 3pt;
	}
	
	#header h1 {
		font-size: 16pt;
		margin-bottom: 0;
	}
	
	#header_line3 {
		font-size: 11pt;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	#header_text br {
		display: none;
	}
	
	#footer {
		padding: 20px 20px;
	}
}

