/*
	Theme Name: GRLF theme
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	/*font-size:62.5%;*/
	box-sizing: border-box;
}


.clear:after {
	clear:both;
}
.clear {
	/* *zoom:1; */
}
img {
	max-width:100%;
	vertical-align:bottom;
}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/




/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}


/*------------------------------------*\
    Webdev's GRLF CSS
\*------------------------------------*/

body {
	margin:0;
	padding:0;
	background:#17244d;
	position:relative;
}

/*
==================
Headers
==================
*/

h1, h2, h3, h4, h5, h6 {
	margin:0 0 18px;
	width:100%;
	font:bold 40px/1.4 Roboto, arial, sans-serif;
	color:#17244d;
}

h2 {
	font:bold 33px/1.4 Roboto, arial, sans-serif;
}

h3 {
	font:bold 30px/1.4 Roboto, arial, sans-serif;
}

h3 {
	font:bold 30px/1.4 Roboto, arial, sans-serif;
}

h4 {
	font:bold 24px/1.4 Roboto, arial, sans-serif;
}

h5 {
	font:bold 18px/1.4 Roboto, arial, sans-serif;
}

h6 {
	font:bold 16px/1.4 Roboto, arial, sans-serif;
}


.center-text {
	text-align:center;
}
/*
==================
Header Area and Main Nav
==================
*/
header {
	width:100%;
	height:53px;
	display:table;
	background:url('img/header-bg.png') repeat-x 0 0;
}

#header-container {
	margin:0 auto;
	max-width:1000px;
	width:100%;
	height:53px;
	display:table;
	position:relative;
	z-index:999;
}

#header-container #logo {
	width:320px;
	height:85px;
	float:left;
	position: absolute;
	left:0;
}

#header-container #logo a {
	width:320px;
	height:85px;
	background:url('img/logo.jpg') no-repeat 0 0;
	background-size:contain;
	display:table;
}

nav#desktop-nav {
	margin-top:14px;
	width:auto;
	float:right;
	display:block;
}

nav#desktop-nav ul {
	margin:0;
	padding:0;
	width:100%;
	display:block;
	list-style:none;
}

nav#desktop-nav ul li {
	margin:0;
	padding:0 40px;
	width:auto;
	display:inline;
	float:left;
}

nav#desktop-nav ul li:last-child {
	padding-right:0;
}

nav#desktop-nav ul li a {
	margin:0;
	width:100%;
	color:#fff;
	font:bold 16px/1.4 Roboto, arial, sans-serif;
	display:table;
	text-decoration:none;
}

header.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
}

/*
==================
Page Content
==================
*/

#page-content-container {
	margin:0 auto;
	width:100%;
	display:table;
	background:#fff;
}

#page-content-container.max-width {
	padding:0;
	width:100%;
}
.content-centerer {
	margin:0 auto 40px;
	max-width:1000px;
	width:100%;
	display:table;
}

a.read-more-link {
	color:#d2232a;
	font:bold 14px/1.4 'PT Serif', arial, sans-serif;
}


a.read-more-link:hover {
	color:#a50c12;
}

/*
==================
Homepage Hero Image Section
==================
*/

#hero-section {
	padding-top:0;
	width:100%;
	height:100%;
	background:url('img/hero-img.jpg') no-repeat center 0;
	background-size:cover;
	display:table;
	position:relative;
}

.hero-msg {
	padding:70px 70px 70px 180px;
	max-width:680px;
	width:100%;
	background:url('img/trans-blue-bg.png') repeat 0 0;
	display:table;
	position: absolute;
	z-index:50;
	top:150px;
	left: 0;
	color:#fff;
	font:normal 14px/1.4 'PT Serif', georgia, serif;
}

.hero-msg h1 {
	margin:0 0 18px;
	width:100%;
	font:bold 40px/1.4 Roboto, arial, sans-serif;
	color:#fff;
}

.hero-msg p {
	width:100%;
	font:normal 14px/1.4 'Pt serif', sans-serif;
	color:#fff;
}

#hero-section .content-centerer {
	margin-bottom:0;
}

/*
==================
Homepage Events Section
==================
*/

div#events-section {
	padding:40px 0;
	width:100%;
	height:481px;
	background:url('img/evt-home-bg.jpg') no-repeat center 0;
	display:table;
	background-size:cover;
}

.site-content-left,
.site-content-right
{
	width:46%;
	float:left;
}

.site-content-right {
	float:right;
}

.site-content-left ul#events-list-container {
	margin-bottom:0;
	padding:20px 0 0;
	width:100%;
	display:table;
	border-top:1px solid #ccc3ba;
	float:left;
	list-style:none;
}

ul#events-list-container li {
	margin-bottom:13px;
	padding:0 0 13px 10px;
	width:100%;
	display:block;
	float:left;
	border-bottom:1px solid #ccc3ba;
}

ul#events-list-container li .evt-date {
	margin:0 0 18px;
	width:20%;
	font:bold 30px/0.8 Roboto, arial, sans-serif;
	color:#353535;
	float:left;
	text-align:center;
}

ul#events-list-container li .evt-date > span {
	font-size:20px;
}

ul#events-list-container li .evt-info {
	width:78%;
	font:normal 14px/1.4 'PT Serif', arial, sans-serif;
	float:right;
}

ul#events-list-container li .evt-info strong {
	font:bold 18px/1.5 'PT Serif', arial, sans-serif;
}

ul#events-list-container li .evt-info a {
	color:#d2232a;
	font-weight:bold;
}



#contact-form-container {
	width:100%;
	height:auto;
	float:left;
}

/*=====hidden executive info=====*/
ul#exec-list-hidden,
div#exec-bio-hidden
{
	display:none;
}


/*
==================
Homepage Executive Section
==================
*/

#exec-committee {
	padding-top:40px;
	width:100%;
	display:table;
	background:#fff;
}

ul#exec-list {
	margin:0;
	padding:0;
	width:100%;
	display:flex;
	list-style:none;
	background:#cdcdcd;
}

ul#exec-list li {
	/*width:200px;
	height:200px;*/
	display:inline;
	float:left;
	background:#cdcdcd;
	flex-basis:20%;
}

ul#exec-list li a {
	margin:0;
	width:100%;
	height:100%;
	display:table;
	position:relative;
	background:#cdcdcd;
	outline:none;
}

ul#exec-list li img {
	width:100%;
	height:auto;
	display:table;
}

ul#exec-list li a > p {
	width:100%;
	font:normal 16px/normal 'Roboto', arial, sans-serif;
	color:#fffaf5;
	text-align:center;
	position:absolute;
	z-index:10;
	bottom:8px;
}

.carrot-tip {
	width:100%;
	height:19px;
	background:url('img/pointer-arrow.png') no-repeat center 0;
	position:absolute;
	bottom:0;
	z-index:5;
	display:none;
}

ul#exec-list li.selected-exec a > .carrot-tip {
	display:block;
}

div.exec-bio-container {
	padding:30px 10px 18px;
	width:100%;
	height:auto;
	position:relative;
}

div.exec-bio-container a.item-closer {
	width:21px;
	height:21px;
	background:url('img/close-btn.png') no-repeat 0 0;
	position:absolute;
	right:50px;
	display:table;
	text-indent:-9999px;
}

div.exec-bio-container .bio {
	margin:0 auto;
	width:100%;
	max-width:1000px;
	display:table;
}

div.exec-bio-container .bio h5 {
	font:normal 18px/1.4 'PT Serif', arial, sans-serif;
	color:#353535;
}

div.exec-bio-container .bio h3, div.exec-bio-container .bio h5 {
	margin-bottom:2px;
}

div.exec-bio-container .bio h5 {
	margin-bottom:20px;
}

ul.social-media {
	margin:0;
	padding:0;
	width:auto;
	display:table;
	float:left;
	list-style:none;
}


div.bio ul.social-media li,
ul.social-media li
{
	margin:0 0 0 13px;
	width: 29px;
	height:29px;
	float:left;
	display:inline;
}

div.bio ul.social-media li.twitter,
ul.social-media li.twitter
{
	background:url('img/icon-twitter.png') no-repeat 0 0;
}

div.bio ul.social-media li.linked-in,
ul.social-media li.linked-in {
	background:url('img/icon-linkedin.png') no-repeat 0 0;
}

div.bio ul.social-media li:first-child,
ul.social-media li:first-child {
	margin-left:0;
}

div.bio ul.social-media li a,
ul.social-media li a
{
	width:100%;
	height:100%;
	background:transparent;
	display:table;
	text-indent:-9999px;
}

div.exec-bio-container {
	display:none;
}

.bio.hidden-element {
	display:none;
}

div.exec-bio-container.selected {
	margin-bottom:0;
	display:table !important;
	background:#fff;
}

/*=====carousel slider =====*/
#sponsor-carousel-container h4
{
	margin:0 auto 20px;
	max-width:1000px;
	width:100%;
	text-align:center;
	color:#fff;
	display:table;
	font-size:30px;
}

#sponsor-carousel-container > a {
	margin:0 auto;
	width:auto;
	display:table;
	color:#a3b0d8;
	font:normal 14px/1.4 'PT Serif', georgia, serif;
}

#sponsor-carousel-container {
	padding:20px 0;
	width:100%;
	display:table;
	background:#0c1430;
}

p.sponsor-type {
	margin:0 0 10px;
	width:100%;
	font:normal 14px/1.4 'PT Serif', georgia, serif;
	color:#a3b0d8;
	text-align:center;
}

/* Tiny carousel responsive */
#slider1 {
	height: 1%;
	margin: 30px auto 0;
	overflow: hidden;
	position: relative;
	padding: 0 50px 10px;
}

#slider1 .viewport {
	height: 121px;
	overflow: hidden;
	position: relative;
}

#slider1 .buttons
{
	border-radius: 35px;
	display: block;
	position: absolute;
	top: 35%;
	left: 0;
	width: 35px;
	height: 35px;
	color: #a3b0d8;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	text-decoration: none;
	font-size: 22px;
}

#slider1 .next {
	right: 0;
	left: auto;
	top: 35%;
}

#slider1 .buttons:hover {
	color: #a3b0d8;
}

#slider1 .disable {
	visibility: hidden;
}

#slider1 .overview {
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	width: 240px;
	left: 0;
	top: 0;
}

#slider1 .overview li {
	float: left;
	margin: 0 20px 0 0;
	padding: 1px;
	height: 121px;
	width: 360px;
}

#slider1 ul.overview li img {
	margin:0 auto;
	display:table;
}


/* Tiny Carousel no-responsive
#slider1 {
    margin: 0 auto;
    padding: 0 0 10px;
    width: auto;
    display: table;
    height: 1%;
    overflow: hidden;

}
#slider1 .viewport {
    float: left;
    width: 935px;
    height: 125px;
    overflow: hidden;
    position: relative;
}

#slider1 .buttons {
    border-radius: 35px;
    display: block;
    margin: 30px 10px 0 0;
    float: left;
    width: 35px;
    height: 35px;
    position: relative;
    color: #a3b0d8;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}
#slider1 .next {
    margin: 30px 0 0 10px;
}
#slider1 .buttons:hover {
    color: #a3b0d8;
}
#slider1 .disable { visibility: hidden; }
#slider1 .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 240px; left: 0; top: 0; }
#slider1 .overview li { float: left; margin: 0 20px 0 0; padding: 1px; height: 121px; width: 300px; }

#slider1 ul.overview li img {
    margin:0 auto;
    display:table;
}
*/


/*===general page features====*/
#featured-image {
	margin:0 0 40px;
	padding:0;
	width:100%;
	height:164px;
	background:transparent url('img/header-img.jpg') no-repeat center 0;
	background-size:cover;
	display:table;
}

h6.sponsor-heading {
	margin:0 0 20px;
	padding-top:22px;
	width:100%;
	border-top:1px solid #cccccc;
	font-size:17px;
	color:#353535;
	float:left;
	text-transform:capitalize;
}

ul.sponsors-list {
	margin:0 0 20px;
	padding:0;
	width:100%;
	list-style:none;
	float:left;
}

ul.sponsors-list li {
	margin-bottom:45px;
	width:100%;
	display:block;
	float:left;
}

ul.sponsors-list li div.sponsor-img-container {
	width:15%;
	float:left;
}

ul.sponsors-list li div.sponsor-img-container a {
	outline:none;
}

ul.sponsors-list li p {
	margin:0 0 0 18px;
	float:left;
	width:70%;
	font:normal 14px/1.4 'PT Serif', georgia, serif;
	color:#353535;
}

/*===executive page style===*/
#executive-columns {
	width:100%;
	display:table;
}

#executive-columns > img {
	float:left;
}

#executive-columns #executive-bio-content {
	width:70%;
	float:right;
	display:table;
}

#executive-bio-content h1 {
	margin-bottom:5px;
	font-size:30px;
}

#executive-bio-content h5 {
	font:normal 20px/1.4 'PT Serif', georgia, serif;
	color:#353535;
}

#executive-bio-content p {
	font:normal 14px/1.4 'PT Serif', georgia, serif;
}

/*==== event page ====*/
#event-content,
#past-event-content
{
	margin:0;
	max-width:47%;
	width:100%;
	display:table;
	float:left
}

#event-content ul#events-list-container li .evt-date,
#past-event-content ul#events-list-container li .evt-date
{
	width:auto;
}


#event-content ul#events-list-container li .evt-info
#past-event-content ul#events-list-container li .evt-info
{
	float:left;
	margin-left:20px;
}
/*======footer area======*/
#footer-container {
	margin:0 auto;
	padding:30px 0;
	max-width:1000px;
	width:100%;
	display:table;
	font:normal 10px/1.4 Roboto, arial, sans-serif;
	color:#a3b0d8;
}

#copyright {
	width:auto;
	float:left;
}

#footer-links {
	width:auto;
	float:right;
}

#footer-links ul {
	margin:0;
	padding:0;
	width:auto;
	list-style:none;
}

#footer-links ul li {
	margin-left:10px;
	display:inline;
	float:left;
}

#footer-links ul li a {
	margin:0;
	color:#a3b0d8;
	float:left;
	text-decoration:none;
}

#hero-section-mobile, #grlf-mobile-navigation,
#mobile-nav-list, #mobile-exec-committee.mobile-execs,
#grlf-mobile-navigation-close
{
	display:none;
}


div#back-to-top {
	width:80px;
	height:58px;
	display:none;
	background:url('img/back-to-top-button.png') no-repeat 0 0;
	background-size:contain;
	position:fixed;
	z-index:500;
	bottom:269px;
	right:20px;
	cursor:pointer;
}

.read-more-link.clear {
	margin:11px 0;
	clear:both;
	float:left;
}

#event-content h3,
#past-event-content h3
{
	padding-left:40px;
}

/*===== Single Event Page =====*/
#single-date-container {
	margin: 0 0 18px;
	width: 10%;
	font: bold 30px/0.8 Roboto, arial, sans-serif;
	color: #353535;
	float: left;
	text-align: center;
}

#single-date-container span {
	font-size:20px;
}

div#event-center-content {
	margin-left:25px;
	width:60%;
	float:left;
}

div#event-center-content h1 {
	font: bold 30px/normal Roboto, arial, sans-serif;
	color:#17244d;
}

div#event-center-content p {
	margin:0 0 18px;
	color:#353535;
	font:normal 14px/1.4 'PT Serif', georgia, serif;
}

#event-right-content {
	margin-left:25px;
	width:22%;
	float:left;
}

#event-right-content p {
	font:normal 14px/1.4 'PT Serif', georgia, serif;
}

#event-right-content p strong {
	margin-bottom:20px;
	font: bold 18px/normal Roboto, arial, sans-serif;
}


/*=========contact form========*/
#contact-form-container form,
#contact-form-container form input[type="email"],
#contact-form-container form input[type="text"],
#contact-form-container form textarea
{
	width:100% !important;
	float:left;
}

#contact-form-container form input[type="email"],
#contact-form-container form input[type="text"] {
	margin-bottom:13px;
	padding:8px;
	height:35px;
	border:1px solid #e9e9e9;
}

#contact-form-container form textarea {
	margin-bottom:20px;
	padding:8px;
	border:1px solid #e9e9e9;
	height:90px;
}

#contact-form-container form input[type="submit"] {
	padding:16px 40px;
	color:#fff;
	background:#d2232a;
	font: bold 17px/normal Roboto, arial, sans-serif;
	border:none;
}

#contact-form-container form input[type="submit"]:hover {
	background:#a50c12;
}

#slider1 .buttons a {
	outline:none;
}

#slider1 .buttons i {
	font-weight: bold;
	font-size: 44px;
}

a.read-more-link:after,
ul#events-list-container li .evt-info a:after,
#sponsor-carousel-container > a.sponsorlink:after
{
	font-family: FontAwesome;
	content: " \f105";
}

.content-centerer.full-width {
	max-width:1370px;
}

#sponsors-list-container {
	padding-left:10px;
	max-width:74%;
	width:100%;
	float:left;
}

#sponsor-desktop-content,
#sponsor-mobile-content
{
	margin-left:20px;
	width:23%;
	float:left;
}

#sponsor-desktop-content h3,
#sponsor-mobile-content h3
{
	margin-bottom:2px;
	font: bold 17px/1.4 'Roboto', arial, sans-serif;
	color:#353535;
}

#sponsor-desktop-content p,
#sponsor-mobile-content p
{
	font: normal 14px/1.4 'PT Serif', georgia, serif;
}

#sponsor-mobile-content {
	margin:0 0 18px;
	width:100%;
	display:none;
}

#content-top {
	margin-bottom:18px;
	width:100%;
	display:table;
}

/*===== Responsive =====*/
@media only screen and (min-width:1600px) {
	.hero-msg {
		margin:0 auto;
		left:auto;
	}
}

@media only screen and (max-width:1024px) {
	#slider1 .overview li {
		width:300px;
	}
}


@media only screen and (max-width:1000px) {
	nav#desktop-nav {
		padding-right:8px;
	}

	.content-centerer {
		padding-left:10px;
		padding-right:10px;
	}



}

@media only screen and (max-width:935px) {
	#executive-columns > img {
		float:none;
		margin:0 auto 13px;
		display:table;
	}

	#executive-columns #executive-bio-content {
		width:100%;
		display:table;
		float:none;
		text-align:center;
	}

	#executive-columns #executive-bio-content ul.social-media,
	.read-more-link.clear
	{
		margin:0 auto 20px;
		float:none;
		display:table;
	}

	#hero-section .content-centerer {
		display:none;
	}


	#hero-section-mobile {
		padding:30px 0;
		width:100%;
		display:table;
		background:#0c2465;
	}

	#hero-section-mobile .hero-msg {
		left:0;
		padding:0;
		position:static;
	}
}

@media only screen and (max-width:830px) {
	nav#desktop-nav {
		display:none;
	}

	#grlf-mobile-navigation,
	#grlf-mobile-navigation.close
	{
		width:12px;
		height:12px;
		background:url('img/mobile-menu.png') no-repeat 0 0;
		position:relative;
		top:18px;
		right:16px;
		display:table;
		float:right;
		cursor:pointer;
	}

	#grlf-mobile-navigation.close {
		background:url('img/nav-close-btn.png') no-repeat 0 0;
	}

	#mobile-nav-list {
		width:100%;
		position:absolute;
		z-index:10;
		top:37px;
	}

	#mobile-nav-list > ul {
		padding:20px;
		width:100%;
		background:url('img/header-bg.png');
		list-style:none;
		display:table;
	}

	#mobile-nav-list > ul li {
		margin:0 0 10px;
		padding:0;
		width:100%;
		display:inline-block;
		float:left;
	}

	#mobile-nav-list ul > li a {
		margin:0;
		width:100%;
		color:#fff;
		font:bold 16px/1.4 Roboto, arial, sans-serif;
		display:table;
		text-align:right;
		text-decoration:none;
	}

	#header-container #logo {
		width:265px;
		height:55px;
		top:-2px;
	}

	#header-container #logo a {
		width:265px;
		height:55px;
		background:url('img/mobile-logo.png') no-repeat 0 0;
	}
}

@media only screen and (max-width:768px) {
	.content-centerer {
		padding:0 10px;
		display:block;
	}

	#slider1 .overview li {
		width:312px;
	}

	ul#events-list-container li .evt-date {
		font-size: 24px;
	}


	#exec-committee.desktop-execs {
		display:none;
	}

	#mobile-exec-committee.mobile-execs {
		display:block;
	}

	#mobile-exec-committee.mobile-execs #exec-list {
		margin:0 auto;
		width:auto;
		flex-flow:row wrap;
	}

	ul#exec-list li {
		flex-basis:25%;
	}

	#event-content,
	#past-event-content
	{
		margin:0 auto 20px;
		max-width:100%;
		width:100%;
		float:none;
	}
}

@media only screen and (max-width:720px) {
	#slider1 .overview li {
		width:312px;
	}

	.site-content-left, .site-content-right {
		width:100%
	}

	.site-content-left {
		margin-bottom:25px;
	}

	.site-content-left h3,
	.site-content-right h3 {
		text-align:center;
	}

	.site-content-left > a.read-more-link {
		margin:0 auto;
		display:table;
		float:none;
	}

	#sponsor-desktop-content {
		display:none;
	}

	h6.sponsor-heading {
		text-align:center;
	}

	#sponsor-mobile-content {
		display:block;
	}

	#sponsors-list-container,
	#sponsor-mobile-content {
		padding-left:0;
		width:100%;
		max-width:100%;
	}
}

@media only screen and (max-width:700px) {
	#single-date-container {
		width:auto;
		margin-bottom:8px;
		padding: 13px 33px;
		clear: both;
		display: table;
		font-size: 24px;
		background:#17244d;
		color:#fff;
		line-height:1.1;
	}

	div#event-center-content,
	#event-right-content
	{
		margin:0 0 25px;
		width:100%;
	}
}

@media only screen and (max-width:640px) {
	ul.sponsors-list li div.sponsor-img-container {
		margin:0 auto 11px;
		display:table;
		float:none;
	}

	ul.sponsors-list li p {
		width:100%;
		text-align:center;
	}
}

@media only screen and (max-width:480px) {
	ul.sponsors-list li div.sponsor-img-container {
		width:100%;
	}

	ul.sponsors-list li div.sponsor-img-container a {
		margin: 0 auto;
		float: none;
		display: table;
	}

	ul.sponsors-list li p {
		margin-left:0;
	}

	#slider1 .overview li {
		width: 349px;
	}

	ul#events-list-container li .evt-date {
		font-size: 20px;
	}

	ul#events-list-container li .evt-info strong {
		font-size:16px;
	}

	#contact-form-container form input[type="submit"] {
		width:100%;
	}

	ul#exec-list li {
		flex-basis:50%;
	}

	#footer-container {
		padding:30px 10px;
	}

	#copyright {
		margin-bottom:11px;
		text-align:center;
	}

	#footer-links {
		width: auto;
		float: none;
		margin: 10px auto 10px;
		display: table;
	}

}

@media only screen and (max-width:410px) {
	#slider1 .overview li {
		width:248px;
	}
}

@media only screen and (max-width:360px) {
	#event-content ul#events-list-container li .evt-date {
		padding: 13px 33px;
		clear: both;
		display: table;
		float: none;
		margin: 0 auto 7px;
		font-size: 24px;
		background:#17244d;
		color:#fff;
	}

	#event-content ul#events-list-container li .evt-info {
		float: none;
		margin: 0 auto;
		text-align: center;
		width:100%;
	}

	ul#events-list-container li .evt-info strong {
		font-size:21px;
	}
}

@media only screen and (max-width:330px) {
	#slider1 .overview li {
		width:200px;
	}
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#353535 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
