@import url("animations.css");
@import url("responsive.css");
body {
	background: #D0000E;
	color: #ddd;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: black;
	font-weight: bolder;
	/* text-shadow: 0px 0.2em 10px rgba(0, 0, 0, 0.4); */
}
a img {
	border: 0px;
}
a {
	color: #F00;
}
.btn {
    border-radius: 5px 5px 5px 5px; 
    border: 0.2px solid #a30000;
    border-width: 2px;
    padding: 7px;
    font-size: 16px;
    text-decoration:none;
    background-color: #E4383F;
    color:white;-
    webkit transition: a;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}
a.btn:hover {
    background-color: rgb(238, 238, 238);
    border-color: #a3191f;
    color: black;
}

a:hover {
	color: rgb(255, 255, 255);
    transition: color .4s;
    text-decoration: none;
}
#wrap {
	width: 100%;
	max-width: 1500px;
	margin: auto;
}
#header {
	background: no-repeat;
	background-position: 30% 25%;
	height: 340px;
	position: relative;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
#navbar {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50px;
	background: #444;
	background: rgba(44, 44, 44, 1);
	color: white;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navbar>li {
	float: left;
	position: relative;
}
#navbar>li>a {
	display: inline-block;
	color: white;
	text-decoration: none;
	height: 50px;
	padding: 0px 10px 0px 10px;
	line-height: 50px;
	background: transparent;
	-webkit-transition: background 0.125s ease-in;
	-webkit-transition-property: background-color, box-shadow;
	-moz-transition: background 0.125s ease-in;
	-moz-transition-property: background-color, box-shadow;
    -ms-transition: background 0.125s ease-in;
    -ms-transition-property: background-color, box-shadow;
	transition: background 0.125s ease-in;
	transition-property: background-color, box-shadow;
}
#navbar>li>a:hover {
	background: #f00;
	background: rgba(255, 0, 0, 0.8);
	box-shadow: 0px 5px 20px rgba(255, 0, 0, 0.5);
}
#navbar>li>ul {
	position: absolute;
	top: 50px;
	left: 0px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background: #444;
	z-index: 100;
	-webkit-transition: transform 0.125s ease-in;
    -webkit-transform: scaleY(0.00001);
    -webkit-transform-origin: 0px 0px;
    -ms-transition: transform 0.125s ease-in;
    -ms-transform: scaleY(0.00001);
    -ms-transform-origin: 0px 0px;
	transform: scaleY(0.00001);
	transform-origin: 0px 0px;
	transition: transform 0.125s ease-in;
}
#navbar>li:hover>ul {
	-webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
#navbar>li>ul>li {
	white-space: nowrap;
}
#navbar>li>ul>li>a {
	display: block;
	width: 100%;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	color: white;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: background 0.125s ease-in;
	-webkit-transition-property: background-color, box-shadow;
	-moz-transition: background 0.125s ease-in;
	-moz-transition-property: background-color, box-shadow;
    -ms-transition: background 0.125s ease-in;
    -ms-transition-property: background-color, box-shadow;
	transition: background 0.125s ease-in;
	transition-property: background-color, box-shadow;
}
#navbar>li>ul>li>a:hover {
	background: #f00;
	box-shadow: 0px 0px 20px rgba(255, 0, 0, 0.75);
}
#navbar>li>ul>li>a:active {
	opacity: 0.5;
}

#menu-button {
	background: rgba(44, 44, 44, 0.8);
	display: none;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	padding: 0px 10px 0px 10px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#menu-button:hover {
	background: #f00;
	box-shadow: 0px 0px 20px rgba(255, 0, 0, 0.75);
}
#menu-button.hidden {
	display: none !important;
}

#close-menu-button {
	position: absolute;
	right: 21px;
	top: 0px;
	cursor: pointer;
	z-index: 51;
}
#close-menu-button.hidden {
	display: none;
}

#more {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 5px;
}
#more-items {
	list-style: none;
	padding: 0px;
	margin: 4px 12px 4px 12px;
	height: 29px;
}
#more-items li {
	float: left;
	margin: 0px;
	margin-right: 5px;
}
#more .button {
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	padding: 2px;
	font-size: 12px;
}
#more .button img {
	vertical-align: middle;
}

.block {
	margin: 5%
}


#logo {
	position: absolute;
	bottom: 54px;
	left: 10px;
}
#logo img#mobile-logo {
	display: none;
}
#content {
	background: #eee;
	padding: 10px;
	margin-bottom: 3%;
	color: black;
    font-weight: 500;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#footer {
  text-align: center;
	position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
	background-color: #CF2027;
	padding: 5px;
	font-weight: 900;
}
.one-column {
	width: 100%;
	margin: 10px auto 0px auto;
	overflow: hidden;
}
.one-column>.column {
	width: calc(100% - 10px);
	margin: 0px 5px 0px 5px;
	position: relative;
}
.two-column {
	width: 100%;
	margin: 5px auto 5px auto;
	overflow: hidden;
}
.two-column>.column {
	float: left;
	padding: 0px;
	width: calc(50% - 10px);
	margin: 5px;
}
.three-column {
	width: 100%;
	margin: 5px auto 5px auto;
	overflow: hidden;
}
.three-column>.column {
	width: calc(33.333333333% - 10px);
	float: left;
	margin: 5px;
	padding: 0px;
	position: relative;
}
.four-column {
	width: 100%;
	margin: 5px auto 5px auto;
	overflow: hidden;
}
.four-column>.column {
	width: calc(25% - 10px);
	float: left;
	margin: 5px;
	padding: 0px;
	position: relative;
}
.clear {
	clear: both;
}
.carousel {
	overflow: hidden;
	position: relative;
	padding: 5px;
	background: white;
}
.carousel-image {
	vertical-align: middle;
}
.carousel-item {
	background: white;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	line-height: 100%;
	opacity: 0;
	
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity: 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.box {
    background: rgb(130, 132, 135);
	padding: 10px;
	position: relative;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.box h2, .box h3, .box h4, .dialog h2, .dialog h3, .dialog h4 {
	padding: 0px;
	margin: 0px;
}
.column .box {
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}

.box.sponsor {
	background: white;
}


.box.sponsor img {
    margin-right: 10px;
    margin-bottom: 10px;
    border-bottom: 3px solid transparent;
    transition: 0.2s ease;
    white-space: nowrap;
}

.box.sponsor img:hover {
  border-bottom: 3px solid red;  
}
}
.button {
	display: inline-block;
	padding: 5px;
	background: red;
	color: white;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #a30000;
	border-radius: 3px;
	box-shadow: 0px 1px 5px rgba(255, 255, 255, 0.5) inset;
	background: #dd0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #dd0000 0%, #a30000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd0000), color-stop(100%,#a30000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dd0000 0%,#a30000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dd0000 0%,#a30000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dd0000 0%,#a30000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dd0000 0%,#a30000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd0000', endColorstr='#a30000',GradientType=0 ); /* IE6-9 */
	outline: 0px !important;
}
.button:hover {
	box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.9) inset;
	color: white;
}
.button:active {
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.75) inset;
	color: #d44;
	color: rgba(255, 255, 255, 0.5);
}
.bulletless {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
.bulletless li {
	margin: 3px 0px 3px 0px;
	padding-left: 0px;
}
address {
	font-style: normal;
}
.large-quote {
	font-size: 22px;
	font-style: italic;
}
.dialog {
	position: fixed;
	/* width: 50%; */
	left: 25%;
	top: 20px;
	max-height: 100%;
	overflow: hidden;
	background: #7E8083;
	z-index: 1001;
	padding: 5px;
	box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
}
.thumbnail {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}
.hero {
	font-size: 22px;
}
.pdf-list {
	list-style-image: url(images/pdf-icon.png);
}
#sponsors-box {
	text-align: center;
}
#sponsors-box a {
	text-decoration: none;
}
#sponsors-box img {
	height: 40px;
}
#lightbox-dialog {
	background: white url(images/loading.gif) no-repeat;
	background-position: center center;
	min-height: 200px;
}
#lightbox-image {
	margin: auto;
}
#lightbox-controls {
	position: absolute;
	bottom: 5px;
	z-index: 10;
}
.thumbnails-grid {
	width: 100%;
}
.thumbnail-item {
	float: left;
	margin: 5px;
}
input.full-width, textarea.full-width {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.banner-ad {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	height: 300px;
}
.banner-text {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #444;
	background: rgba(44, 44, 44, 0.8);
	color: white;
	font-size: 24px;
	cursor: pointer;
	padding: 25px;
}
.banner-text a {
	color: white;
	text-decoration: none;
}
.tabstrip {
	text-align: left;
}
.tabstrip .tab {
	display: inline-block;
	text-decoration: none;
	color: white;
	/* border-radius: 5px 5px 0px 0px; */
	border: 1px solid #a30000;
	border-bottom: 0px;
	padding: 5px;
	
	background: #dd0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #dd0000 0%, #a30000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd0000), color-stop(100%,#a30000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dd0000 0%,#a30000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dd0000 0%,#a30000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dd0000 0%,#a30000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dd0000 0%,#a30000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd0000', endColorstr='#a30000',GradientType=0 ); /* IE6-9 */
}
.tabstrip .tab.active, .tabstrip .tab:hover {
	/* box-shadow: 0px 1px 15px rgba(255, 255, 255, 0.9) inset; */
    background:white;
    color: black;
}
.tabpage {
	border-top: 1px solid #a30000;
	background: #828487; /* #ddd */
	padding: 5px;
}

.gallery-image {
    margin-right: auto;
    margin-left: auto;
    height: 350px;
    filter: grayscale(25%);
    width: 100%;
    display: block;
}

.gallery-image:hover {
    filter: grayscale(0%);
}

.gallery-item {
    display: block;
    max-width: 300px;
    padding: 4px;
    margin-bottom: 20px;
    margin: 1%;
    line-height: 1.40;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.people-row {
    display: -webkit-flex;
    display: flex;
    width: 95%;
    margin: 4%;
    height: 25%;
}

.gallery-content-inner {
   padding: 9px;
   color: #333;
}

.small-icon {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-top: -4px;
}
.medium-icon {
	width: 32px;
	height: 32px;
	vertical-align: middle;
}
.button:active .small-icon, .button:active .medium-icon {
	opacity: 0.5;
}

#social-media-content {
	opacity: 0;
	font-size: 28px;
	height: 100px;
	overflow: hidden;
	
	position: relative;	
	z-index: 50;
	
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
#social-media-content.shown {
	opacity: 1;
}
#social-media-content.with-image {
	color: white;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
#social-media-content.medium {
	font-size: 22px;
}
#social-media-content.long {
	font-size: 18px;
}

#social-media-meta {
	opacity: 0;
	font-size: 12px;
	
	position: relative;
	z-index: 50;
	
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
#social-media-meta.shown {
	opacity: 1;
}
#social-media-meta.with-image {
	color: white;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

#social-media-loading {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 5px;
	display: none;
}

#social-media-image {
	opacity: 0;
		
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	
	z-index: 49;
	
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
#social-media-image.shown {
	opacity: 1;
	
	-webkit-transform: scale(1);
	transform: scale(1);
}

.social-media.button {
	overflow: hidden;
	position: relative;
	max-width: 32px;
	white-space: nowrap;
	z-index: 50;
	
	-webkit-transition: max-width 0.5s ease-in;
	transition: max-width 0.5s ease-in;
}
.social-media.button span {
	/*position: absolute;
	left: 42px;
	top: 5px;*/
	display: inline-block;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	opacity: 0;
	
	-webkit-transition: opacity 0.5s ease-in;
	transition: opacity 0.5s ease-in;
}
.social-media.button.current {
	max-width: 150px;
	
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.social-media.button.current span {
	opacity: 1;
	
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
p#socialmedia {
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
    border-collapse: collapse;
    z-index: 50;
    position: relative;
    margin-top: 232px;
    white-space: inherit;
}
