/*
	Theme Name: Transparency18 Theme
	Theme URI: transparency18.com
	Description: Transparency18
	Version: 1.4.3
	Author: Jonathan Sellers
	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;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

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

a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:none;
}


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*a:link,
a:visited,
a:hover,
a:active {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
*/

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



/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
	position: relative;
	min-height: 100%;
	margin: 0;
}
body {
	font: 300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0 0 425px 0;
	padding: 0;
	height: 100%;
}



/* //////// CLASS FOR USE ON HOME PAGE OR ANYWHERE ELSE NEEDED FOR TWO SEPARATE //////// */
@media only screen and (min-width: 768px) {

.desktop {
	display: block;
}

.mobile {
	display: none;
}

}

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

.desktop {
	display: none;
}

.mobile {
	display: block;
}

}
/* //////// CLASS FOR USE ON HOME PAGE OR ANYWHERE ELSE NEEDED FOR TWO SEPARATE //////// */





article#post-361 iframe {
	width: 100%;
	pointer-events: none;
}





/* wrapper */
.wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

/* header */
header {
	width: 100%;
	height: 165px;
	position: relative;
	background: #01050b url('img/bg_main.png') no-repeat center top;
	background-size: 1284px auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* logo */
header .logo {
	display: inline-block;
	position: relative;
	margin: 15px 0 0 3%;
}

header .logo img {
	max-width: 284px;
	height: auto;
}

/* nav */
header nav {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	float: right;
	width: 60%;
	text-align: right
}

header nav ul {
	position: relative;
	margin: 55px 3% 0 0;
	display: block;
}

header nav ul li {
	position: relative;
	display: inline-block;
}

header nav ul li a:link,
header nav ul li a:visited {
	position: relative;
	display: block;
	text-decoration: none;
	color: #FFF;
	font: normal 17px/42px 'TitilliumWeb-Regular';
	text-transform: uppercase;
	padding: 0 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header nav ul li a:hover,
header nav ul li a:active {
	color: #CCC;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* TICKETS LINK */
header nav ul li#menu-item-360 a:link,
header nav ul li#menu-item-360 a:visited {
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header nav ul li#menu-item-360 a:hover,
header nav ul li#menu-item-360 a:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #0063a6;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}



header.home {
	height: 750px;
}

header.home p#home_page_main_title {
	color: #FFF;
	font: normal 67px/81px 'TitilliumWeb-Regular';
	margin: 200px auto 0 auto;
	text-align: center;
	padding: 0 2%;
}

header.home p#home_page_secondary_title {
	color: #FFF;
	font: normal 31px/42px 'TitilliumWeb-Regular';
	margin: 0 auto;
	text-align: center;
	padding: 0 2%;
}

header.home p#home_page_learn_more {
	text-align: center;
	display: block;
	margin: 70px auto 0 auto;
}

header.home p#home_page_learn_more a:link,
header.home p#home_page_learn_more a:visited {
	color: #FFF;
	background: #0063a6;
	font: normal 28px/31px 'TitilliumWeb-Regular';
	display: inline-block;
	padding: 20px 30px;
	margin: 0 auto;
	border-radius: 3px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header.home p#home_page_learn_more a:hover,
header.home p#home_page_learn_more a:active {
	background: #009abf;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}





/* DROPDOWN */
header nav ul li ul.sub-menu {
	display: none;
	margin: 0;
	z-index: 9999;
	background-color: rgba(51, 51, 51, 0.7);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header nav ul li:hover ul.sub-menu {
	display: block;
	width: auto;
	left: 0;
	position: absolute;
	white-space: nowrap;
	padding: 11px 16px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header nav ul li:hover ul.sub-menu li {
	display: block;
	text-align: left;
}

header nav ul li:hover ul.sub-menu li span {
	float: right;
	padding: 2px 5px;
	text-align: center;
	font-size: .8rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}

header nav ul li:hover ul.sub-menu li a {
	font: normal 17px/35px 'TitilliumWeb-Regular';
	padding: 0;
	margin: 0;
	color: #FFF;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/*header nav ul li ul.sub-menu lihover {
	background-color: transparent;
	color: #FBB03B
}*/

header nav ul li ul.sub-menu li a:hover {
	color: #FBB03B !important;
	background-color: transparent;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


header nav ul li:hover ul li:hover span {
	background-color: transparent;
}








/* HIDE THESE LINKS IN THE HEADER NAV - SHOW IN THE FOOTER */
header nav ul li#menu-item-345,
header nav ul li#menu-item-344,
header nav ul li#menu-item-343,
header nav ul li#menu-item-340 {
	display: none;
}











/* footer */
footer {
	clear: both;
	width: 100%;
	height: 425px;
	bottom: 0;
	position: absolute;
	background: #000;
	font-size: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

footer div#footer_top {
	width: 100%;
	background: #000 url('img/bg_footer.png') no-repeat center top;
	text-align: center;
	height: 143px;
	display: block;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

footer div#footer_top p {
	font: normal 18px/21px 'TitilliumWeb-Bold';
	color: #FFF;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	padding: 0 2%;
	margin: 0 auto;
	width: 100%;
}

footer div#footer_bottom {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

footer div#footer_bottom div#left {
	display: inline-block;
	width: 33%;
	padding: 16px 3%;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

footer div#footer_bottom div#left img {
	width: 180px;
	height: auto;
	display: block;
	margin: 15px 0 0 0;
}

footer div#footer_bottom div#left a#logo {
	text-decoration: none;
	background: none;
	display: block;
	padding: 0;
	margin: 0;
}

footer div#footer_bottom div#left a:link,
footer div#footer_bottom div#left a:visited {
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font: normal 17px/40px 'TitilliumWeb-Regular';
	padding: 0 10px;
	background: #0063a6;
	display: inline-block;
	width: auto;
	margin: 20px 0;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

footer div#footer_bottom div#left a:hover,
footer div#footer_bottom div#left a:active {
	background: #FBB03B;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

footer div#footer_bottom div#left p#date {
	display: block;
	position: relative;
	color: #e6e6e6;
	margin: 10px 0 15px 0;
	font: normal 18px/22px 'TitilliumWeb-Bold';
}

footer div#footer_bottom div#left p#location {
	display: block;
	position: relative;
	color: #808080;
	margin: 15px 0 0 0;
	font: normal 12px/15px 'TitilliumWeb-Bold';
	text-transform: uppercase;
}


footer div#footer_bottom div#center {
	display: inline-block;
	position: relative;
	width: 34%;
	text-align: center;
	padding: 16px 3%;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

footer div#footer_bottom div#center div#top {
	position: relative;
	height: 120px;
	vertical-align: top;
}

footer div#footer_bottom div#center div#bottom {
	position: relative;
	height: auto;
	vertical-align: bottom;
}

footer div#footer_bottom div#center div#top p {
	margin: 14px auto 7px auto;
}

footer div#footer_bottom div#center p {
	color: #808080;
	font: normal 12px/15px 'TitilliumWeb-Bold';
	text-transform: uppercase;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
}

footer div#footer_bottom div#center a {
	text-decoration: none;
	border: none;
	background: none;
}

footer div#footer_bottom div#center a {
	text-decoration: none;
	border: none;
	background: none;
}

footer div#footer_bottom div#center div#top img {
	max-width: 90%;
}

footer div#footer_bottom div#center img {
	max-width: 100%;
	display: inline-block;
	margin: 5px 8px;
}








footer div#footer_bottom div#right {
	display: inline-block;
	width: 33%;
	text-align: right;
	position: relative;
	padding: 16px 3%;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

footer div#footer_bottom div#right ul {
	display: inline-block;
	width: auto;
	text-align: left;
	margin: 16px 0;
	vertical-align: top;
}

footer div#footer_bottom div#right ul li:nth-child(1) {
	display: none;
}

footer div#footer_bottom div#right ul li:nth-child(4),
footer div#footer_bottom div#right ul li:nth-child(5) {
	margin: 15px 0 0 0;
}


footer div#footer_bottom div#right ul li {
	display: inline-block;
	width: 50%;
}

footer div#footer_bottom div#right ul.sub-menu {
	margin: 3px 0;
}

footer div#footer_bottom div#right ul.sub-menu li,
footer div#footer_bottom div#right ul.sub-menu li:nth-child(1),
footer div#footer_bottom div#right ul.sub-menu li:nth-child(4),
footer div#footer_bottom div#right ul.sub-menu li:nth-child(5) {
	display: block;
	width: 100%;
	margin: 0;
}


footer div#footer_bottom div#right ul li a:link,
footer div#footer_bottom div#right ul li a:visited {
	display: block;
	color: #b3b3b3;
	text-transform: uppercase;
	font: normal 11px/13px 'TitilliumWeb-SemiBold';
	pointer-events: none !important;
	white-space: nowrap;
}

footer div#footer_bottom div#right ul li a:hover,
footer div#footer_bottom div#right ul li a:active {
	color: #b3b3b3;
}

footer div#footer_bottom div#right ul.sub-menu li a:link,
footer div#footer_bottom div#right ul.sub-menu li a:visited {
	color: #808080;
	text-decoration: none;
	font: normal 17px/20px 'TitilliumWeb-Regular';
	pointer-events: auto !important
}

footer div#footer_bottom div#right ul.sub-menu li a:hover,
footer div#footer_bottom div#right ul.sub-menu li a:active {
	color: #FFF;
}

/*footer div#footer_bottom div#right div#links {
	color: #666666;
	font: normal 17px/20px 'TitilliumWeb-Regular';
	width: 300px;
	text-align: left;
	margin: 20px 0 0 0;
	float: right;
	display: block;
}


footer div#footer_bottom div#right div#links a:link,
footer div#footer_bottom div#right div#links a:visited {
	color: #FFF;
	text-decoration: underline;
	font: normal 12px/15px 'TitilliumWeb-Regular';
	text-transform: uppercase;
}*/



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



h1 {
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font: normal 34px/100px 'TitilliumWeb-Regular';
	background: #0063a6;
	text-align: left;
	padding: 0 3%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1000;
}

h3 {
	font: normal 33px/40px 'TitilliumWeb-Regular';
	color: #000;
	margin: 30px 0;
}

article {
	font: normal 18px/36px 'TitilliumWeb-Regular';
	color: #000;
	text-align: left;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

article b,
article strong {
	font: normal 18px/33px 'TitilliumWeb-Bold';
}

article em {
	font-style: italic;
}

article p {
	margin: 22px 0;
	display: block;
}

article ul {
	list-style: disc outside none;
	margin: 22px 0;
	padding-left: 30px;
}

article ul li {
	padding: 5px 0 5px 30px;
}

article ul li ul.second_tier {
	list-style: circle outside none;
	margin: 15px 0;
	padding-left: 7px;
}

article ul li ul.second_tier li {
	padding: 2px 0 2px 15px;
}

article img.banner_image {
	max-width: 100%;
	height: auto;
}

article a.sponsors_img_links:link,
article a.sponsors_img_links:visited {
	display: inline-block;
	width: 32%;
	text-decoration: none;
	border: none;
	background: none;
	padding: 0;
}

article a.sponsors_img_links:link img,
article a.sponsors_img_links:visited img {
	max-width: 100%;
	background: none;
	margin: 0;
	padding: 0;
}



article a:link,
article a:visited {
	padding: 0 10px;
	background: #0063a6;
	color: #FFF;
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

article a:hover,
article a:active {
	background: #009abf;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

article a > img {

}

article a.no_style {
	padding: 0;
	background: none;
	color: #FFF;
	display: inline-block;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
}



.padding {
	padding: 0 3%;
}





/* HOME PAGE */

.hero_buttons {
	color: #fff;
	background-color: #336699;
	padding: 20px 30px;
	text-align: center;
	margin: 40px 25% 0 25%;
	width: 50%;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
}

.hero_buttons > a {
	color: #fff;
}

.hero_buttons > a:hover {
	color: black;
	background-color: #538ab7 !important;
}

@media (min-width: 980px) {
	.hero_buttons {
		margin: 40px 37.5% 0 37.5%;
		width: 25%;
	}
}

/* HOME PAGE - DESKTOP */
@media only screen and (min-width: 1000px) {

article div.home_page_levels {
	display: block;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 0;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	opacity: 0;
}

article div.home_page_levels:last-child {
	margin: 0 0 40px 0;
}

article div.home_page_levels div.left {
	position: relative;
	display: inline-block;
	float: left;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

article div.home_page_levels div.right {
	position: relative;
	display: inline-block;
	float: right;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

article div.home_page_levels:nth-child(2) div.left,
article div.home_page_levels:nth-child(4) div.left {
}


article div.home_page_levels:nth-child(1)  div.left h4 {
	color: #0071bc;
	font: normal 33px/40px 'TitilliumWeb-Regular';
	margin: 0;
	padding: 30px 45px 0 0;
	text-align: right;
}

article div.home_page_levels:nth-child(3)  div.left h4 {
	color: #0071bc;
	font: normal 33px/40px 'TitilliumWeb-Regular';
	margin: 0;
	padding: 40px 45px 0 0;
	text-align: right;
}

article div.home_page_levels:nth-child(1)  div.left p,
article div.home_page_levels:nth-child(3)  div.left p {
	color: #333;
	font: normal 19px/23px 'TitilliumWeb-Regular';
	padding: 0 45px 0 0;
	margin: 5px 0 0 0;
	text-align: right;
}

article div.home_page_levels:nth-child(1) div.right ul {
	margin: 0;
	padding: 55px 0 0 190px;
	text-align: left;
}

article div.home_page_levels:nth-child(3) div.right ul {
	margin: 0;
	padding: 65px 0 0 190px;
	text-align: left;
}

article div.home_page_levels:nth-child(1) div.right ul li,
article div.home_page_levels:nth-child(3) div.right ul li {
	font: normal 16px/35px 'TitilliumWeb-Bold';
	color: #808080;
	margin: 0;
	text-align: left;
}



article div.home_page_levels:nth-child(2) div.left ul {
	margin: 0;
	padding: 55px 185px 0 0;
	text-align: left;
	float: right;
}

article div.home_page_levels:nth-child(4) div.left ul {
	margin: 0;
	padding: 75px 185px 0 0;
	text-align: left;
	float: right;
}

article div.home_page_levels:nth-child(2) div.left ul li,
article div.home_page_levels:nth-child(4) div.left ul li {
	font: normal 16px/35px 'TitilliumWeb-Bold';
	color: #808080;
	margin: 0;
	text-align: left;
}

article div.home_page_levels:nth-child(2)  div.right h4 {
	color: #0071bc;
	font: normal 33px/40px 'TitilliumWeb-Regular';
	margin: 0;
	padding: 30px 0 0 45px;
	text-align: left;
}

article div.home_page_levels:nth-child(4)  div.right h4 {
	color: #0071bc;
	font: normal 33px/40px 'TitilliumWeb-Regular';
	margin: 0;
	padding: 50px 0 0 45px;
	text-align: left;
}

article div.home_page_levels:nth-child(2)  div.right p,
article div.home_page_levels:nth-child(4)  div.right p {
	color: #333;
	font: normal 19px/23px 'TitilliumWeb-Regular';
	padding: 0 0 0 45px;
	margin: 5px 0 0 0;
	text-align: left;
}

article div.home_page_levels ul li {
	padding: 0 0 0 30px;
}

article div.home_page_levels:nth-child(1) ul li:nth-child(1) {
	list-style: none outside none;
	background: url("img/home_pg_icons_1_1.png") no-repeat left center;
}

article div.home_page_levels:nth-child(1) ul li:nth-child(2) {
	list-style: none outside none;
	background: url("img/home_pg_icons_1_2.png") no-repeat left center;
}


article div.home_page_levels:nth-child(2) ul li:nth-child(1) {
	list-style: none outside none;
	background: url("img/home_pg_icons_2_1.png") no-repeat left center;
}

article div.home_page_levels:nth-child(2) ul li:nth-child(2) {
	list-style: none outside none;
	background: url("img/home_pg_icons_2_2.png") no-repeat left center;
}


article div.home_page_levels:nth-child(3) ul li:nth-child(1) {
	list-style: none outside none;
	background: url("img/home_pg_icons_3_1.png") no-repeat left center;
}

article div.home_page_levels:nth-child(3) ul li:nth-child(2) {
	list-style: none outside none;
	background: url("img/home_pg_icons_3_2.png") no-repeat left center;
}


article div.home_page_levels:nth-child(4) ul li:nth-child(1) {
	list-style: none outside none;
	background: url("img/home_pg_icons_4_1.png") no-repeat left center;
}

article div.home_page_levels:nth-child(4) ul li:nth-child(2) {
	list-style: none outside none;
	background: url("img/home_pg_icons_4_2.png") no-repeat left center;
}






article div.home_page_levels:nth-child(1) {
	background: url(https://transparency18.com/wp-content/themes/transparency18_theme/img/circles_home_pg_full_1.png) no-repeat center top;
	background-size: 334px auto;
	height: 206px;
}

article div.home_page_levels:nth-child(2) {
	background: url(https://transparency18.com/wp-content/themes/transparency18_theme/img/circles_home_pg_full_2.png) no-repeat center top;
	background-size: 334px auto;
	height: 206px;
}

article div.home_page_levels:nth-child(3) {
	background: url(https://transparency18.com/wp-content/themes/transparency18_theme/img/circles_home_pg_full_3.png) no-repeat center top;
	background-size: 334px auto;
	height: 215px;
}

article div.home_page_levels:nth-child(4) {
	background: url(https://transparency18.com/wp-content/themes/transparency18_theme/img/circles_home_pg_full_4.png) no-repeat center top;
	background-size: 334px auto;
	height: 207px;
}


}









@media only screen and (min-width: 768px) and (max-width: 999px) {

article div.home_page_levels {
	display: block;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 0;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	opacity: 0;
}

article div.home_page_levels:last-child {
	margin: 0 0 40px 0;
}

article div.home_page_levels div.left {
	position: relative;
	display: inline-block;
	float: left;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

article div.home_page_levels div.right {
	position: relative;
	display: inline-block;
	float: right;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

article div.home_page_levels:nth-child(2) div.left,
article div.home_page_levels:nth-child(4) div.left {
}


article div.home_page_levels:nth-child(1)  div.left h4 {
	color: #0071bc;
	font: normal 30px/36px 'TitilliumWeb-Regular';
	margin: 0;
	padding: 10px 30px 0 0;
	text-align: right;
}

article div.home_page_levels:nth-child(3)  div.left h4 {
	color: #0071bc;
	font: normal 30px/36px 'TitilliumWeb-Regular';
	margin: 0;
	padding: 20px 30px 0 0;
	text-align: right;
}

article div.home_page_levels:nth-child(1)  div.left p,
article div.home_page_levels:nth-child(3)  div.left p {
	color: #333;
	font: normal 16px/23px 'TitilliumWeb-Regular';
	padding: 7px 30px 0 0;
	margin: 5px 0 0 0;
	text-align: right;
}

article div.home_page_levels:nth-child(1) div.right ul {
	margin: 0;
	padding: 55px 0 0 155px;
	text-align: left;
}

article div.home_page_levels:nth-child(3) div.right ul {
	margin: 0;
	padding: 70px 0 0 155px;
	text-align: left;
}

article div.home_page_levels:nth-child(1) div.right ul li,
article div.home_page_levels:nth-child(3) div.right ul li {
	font: normal 14px/17px 'TitilliumWeb-Bold';
	color: #808080;
	margin: 10px 0;
	text-align: left;
	padding: 0 0 0 23px;
}



article div.home_page_levels:nth-child(2) div.left ul {
	margin: 0;
	padding: 55px 158px 0 0;
	text-align: left;
	float: right;
}

article div.home_page_levels:nth-child(4) div.left ul {
	margin: 0;
	padding: 55px 155px 0 0;
	text-align: left;
	float: right;
}

article div.home_page_levels:nth-child(2) div.left ul li,
article div.home_page_levels:nth-child(4) div.left ul li {
	font: normal 14px/17px 'TitilliumWeb-Bold';
	color: #808080;
	margin: 10px 0;
	text-align: left;
	padding: 0 0 0 23px;
}

article div.home_page_levels:nth-child(2)  div.right h4 {
	color: #0071bc;
	font: normal 30px/36px 'TitilliumWeb-Regular';
	margin: 0;
	padding: 30px 0 0 30px;
	text-align: left;
}

article div.home_page_levels:nth-child(4)  div.right h4 {
	color: #0071bc;
	font: normal 30px/36px 'TitilliumWeb-Regular';
	margin: 0;
	padding: 50px 0 0 30px;
	text-align: left;
}

article div.home_page_levels:nth-child(2)  div.right p,
article div.home_page_levels:nth-child(4)  div.right p {
	color: #333;
	font: normal 16px/23px 'TitilliumWeb-Regular';
	padding: 0 0 0 30px;
	margin: 5px 0 0 0;
	text-align: left;
}

article div.home_page_levels ul li {
	padding: 0 0 0 30px;
}

article div.home_page_levels:nth-child(1) ul li:nth-child(1) {
	list-style: none outside none;
	background: url("img/home_pg_icons_1_1.png") no-repeat left center;
	background-size: 15px auto;
}

article div.home_page_levels:nth-child(1) ul li:nth-child(2) {
	list-style: none outside none;
	background: url("img/home_pg_icons_1_2.png") no-repeat left center;
	background-size: 15px auto;
}


article div.home_page_levels:nth-child(2) ul li:nth-child(1) {
	list-style: none outside none;
	background: url("img/home_pg_icons_2_1.png") no-repeat left center;
	background-size: 15px auto;
}

article div.home_page_levels:nth-child(2) ul li:nth-child(2) {
	list-style: none outside none;
	background: url("img/home_pg_icons_2_2.png") no-repeat left center;
	background-size: 15px auto;
}


article div.home_page_levels:nth-child(3) ul li:nth-child(1) {
	list-style: none outside none;
	background: url("img/home_pg_icons_3_1.png") no-repeat left center;
	background-size: 15px auto;
}

article div.home_page_levels:nth-child(3) ul li:nth-child(2) {
	list-style: none outside none;
	background: url("img/home_pg_icons_3_2.png") no-repeat left center;
	background-size: 15px auto;
}


article div.home_page_levels:nth-child(4) ul li:nth-child(1) {
	list-style: none outside none;
	background: url("img/home_pg_icons_4_1.png") no-repeat left center;
	background-size: 15px auto;
}

article div.home_page_levels:nth-child(4) ul li:nth-child(2) {
	list-style: none outside none;
	background: url("img/home_pg_icons_4_2.png") no-repeat left center;
	background-size: 15px auto;
}






article div.home_page_levels:nth-child(1) {
	background: url(https://transparency18.com/wp-content/themes/transparency18_theme/img/circles_home_pg_full_1.png) no-repeat center top;
	background-size: 300px auto;
	height: 185px;
}

article div.home_page_levels:nth-child(2) {
	background: url(https://transparency18.com/wp-content/themes/transparency18_theme/img/circles_home_pg_full_2.png) no-repeat center top;
	background-size: 300px auto;
	height: 185px;
}

article div.home_page_levels:nth-child(3) {
	background: url(https://transparency18.com/wp-content/themes/transparency18_theme/img/circles_home_pg_full_3.png) no-repeat center top;
	background-size: 300px auto;
	height: 193px;
}

article div.home_page_levels:nth-child(4) {
	background: url(https://transparency18.com/wp-content/themes/transparency18_theme/img/circles_home_pg_full_4.png) no-repeat center top;
	background-size: 300px auto;
	height: 186px;
}


}


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

/* HOME PAGE - MOBILE */
article div.home_page_levels {
	display: block;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	padding: 0 0 0 170px;
	margin: 20px auto;
	width: 65%;
	height: 210px;
}


article div.home_page_levels:nth-child(1) {
	background: url(https://transparency18.com/wp-content/themes/transparency18_theme/img/circles_home_pg_1.png) no-repeat left top;
	background-size: 160px auto;
}

article div.home_page_levels:nth-child(2) {
	background: url(https://transparency18.com/wp-content/themes/transparency18_theme/img/circles_home_pg_2.png) no-repeat left top;
	background-size: 160px auto;
}

article div.home_page_levels:nth-child(3) {
	background: url(https://transparency18.com/wp-content/themes/transparency18_theme/img/circles_home_pg_3.png) no-repeat left top;
	background-size: 160px auto;
}

article div.home_page_levels:nth-child(4) {
	background: url(https://transparency18.com/wp-content/themes/transparency18_theme/img/circles_home_pg_4.png) no-repeat left top;
	background-size: 160px auto;
}

article div.home_page_levels h4 {
	color: #0071bc;
	font: normal 30px/36px 'TitilliumWeb-Regular';
	margin: 5px 0;
	padding: 30px 0 0 0;
}

article div.home_page_levels p {
	color: #333;
	font: normal 14px/17px 'TitilliumWeb-Regular';
	padding: 0;
	margin: 5px 0;
}

article div.home_page_levels ul {
	list-style: square outside none;
	margin: 5px 0;
	padding-left: 0;
}

article div.home_page_levels ul li {
	font: normal 14px/17px 'TitilliumWeb-Bold';
	color: #808080;
	margin: 8px 0;
	padding: 0 0 0 20px;
}


article div.home_page_levels:nth-child(1) ul li:nth-child(1) {
	list-style: none outside none;
	background: url("img/home_pg_icons_1_1.png") no-repeat left center;
	background-size: 15px auto;
}

article div.home_page_levels:nth-child(1) ul li:nth-child(2) {
	list-style: none outside none;
	background: url("img/home_pg_icons_1_2.png") no-repeat left center;
	background-size: 15px auto;
}


article div.home_page_levels:nth-child(2) ul li:nth-child(1) {
	list-style: none outside none;
	background: url("img/home_pg_icons_2_1.png") no-repeat left center;
	background-size: 15px auto;
}

article div.home_page_levels:nth-child(2) ul li:nth-child(2) {
	list-style: none outside none;
	background: url("img/home_pg_icons_2_2.png") no-repeat left center;
	background-size: 15px auto;
}


article div.home_page_levels:nth-child(3) ul li:nth-child(1) {
	list-style: none outside none;
	background: url("img/home_pg_icons_3_1.png") no-repeat left center;
	background-size: 15px auto;
}

article div.home_page_levels:nth-child(3) ul li:nth-child(2) {
	list-style: none outside none;
	background: url("img/home_pg_icons_3_2.png") no-repeat left center;
	background-size: 15px auto;
}


article div.home_page_levels:nth-child(4) ul li:nth-child(1) {
	list-style: none outside none;
	background: url("img/home_pg_icons_4_1.png") no-repeat left center;
	background-size: 15px auto;
}

article div.home_page_levels:nth-child(4) ul li:nth-child(2) {
	list-style: none outside none;
	background: url("img/home_pg_icons_4_2.png") no-repeat left center;
	background-size: 15px auto;
}





}




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

/* HOME PAGE - MOBILE */
article div.home_page_levels {
	width: 85%;
}

}




/* Demo Videos */



.page-id-1062  h1 {
	display: none !important;
}

.content-sponsor {
	text-align: center;
	background: #fff !important;
	padding: 50px 0;
	font-size: 24px !important;
	margin-bottom: 25px;
	border-bottom: 1px solid #f9f9f9;
}

.content-sponsor > a {
	background: #fff !important;
	color: #333 !important;
}

.content-sponsor img {
	width: 200px !important;
	margin: auto;
}

.demo-links {
	padding: 20px;
	text-align: center;
	/*background-color: red; */
}

.demo-links > a {
	font-size: 24px;
	background: #fff !important;
	color: #336699 !important;
	padding: 5px 0 !important;
}

@media (min-width: 768px) {
	.demo-links {
		width: 50%;
		float: left !important;
	}
}

@media (min-width: 980px) {
	.demo-links{
		width: 33.333333%;
	}
}

/* End Demo Videos */

/* Session Videos */


.page-id-1091  h1 {
	display: none !important;
}

.max-wide {
	max-width: 800px;
	margin: auto;
}

.section-title {
	font-size: 32px;
	max-width: 800px;
	margin: 50px auto;
}

.presentation {
	max-width: 800px;
	margin: 25px auto;
	padding: 50px 5% 30px 5%;
	background-color: #f7f7f7;
}

.presentation-margin {
	margin: 0 25px !important;
}

.session-title {
	font-size: 32px;
}

.session-title > a {
	background: #f7f7f7 !important;
	color: #336699 !important;
	padding: 0 !important;
}

.session-title > a:hover {
	color: #333 !important;
}

.speaker {
	font-size: 24px;
	margin: 15px 0 35px 0;
}


/* End Session Videos */



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



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

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

header nav ul li a:link,
header nav ul li a:visited {
	padding: 0 14px;
}

}

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

footer div#footer_bottom div#center div#bottom img {
	width: 40%;
}

}

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

header .logo img {
	max-width: 250px;
	width: 100%;
}

header.home {
	height: 550px;
	background: #000 url('img/bg_main.png') no-repeat center bottom;
	background-size: auto 150%;
}

header.home p#home_page_main_title {
	font: normal 42px/48px 'TitilliumWeb-Regular';
	margin: 80px auto 0 auto;
}

header.home p#home_page_secondary_title {
	color: #FFF;
	font: normal 22px/27px 'TitilliumWeb-Regular';
	margin: 30px auto 0 auto;
}

header.home p#home_page_learn_more {
	margin: 45px auto 0 auto;
}

header.home p#home_page_learn_more a:link {
	color: #FFF;
	background: #0063a6;
	font: normal 22px/27px 'TitilliumWeb-Regular';
	display: inline-block;
	padding: 15px 20px;
}



/* HOME PAGE */
/*article div.home_page_levels {
	padding: 0 0 0 160px;
	width: 60%;
	height: 155px
}

article div.home_page_levels:nth-child(1) {
	background-size: 150px auto;
}

article div.home_page_levels:nth-child(2) {
	background-size: 150px auto;
}

article div.home_page_levels:nth-child(3) {
	background-size: 150px auto;
}

article div.home_page_levels:nth-child(4) {
	background-size: 150px auto;
}

article div.home_page_levels h4 {
	color: #0071bc;
	font: normal 30px/37px 'TitilliumWeb-Regular';
	padding: 30px 0 0 0;
	margin: 5px 0;
}

article div.home_page_levels p {
	color: #333;
	font: normal 16px/19px 'TitilliumWeb-Regular';
	padding: 0;
	margin: 5px 0;
}

article div.home_page_levels ul {
	list-style: square outside none;
	margin: 5px 0;
	padding-left: 16px;
}

article div.home_page_levels ul li {
	font: normal 13px/13px 'TitilliumWeb-Bold';
	color: #808080;
	margin: 0;
	padding: 3px 0 3px 3px;
}

*/
}



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

footer div#footer_bottom div#right ul li a:link,
footer div#footer_bottom div#right ul li a:visited {
	display: block;
	color: #b3b3b3;
	text-transform: uppercase;
	font: normal 11px/13px 'TitilliumWeb-SemiBold';
	pointer-events: none !important;
	white-space: nowrap;
}

footer div#footer_bottom div#right ul.sub-menu li a:link,
footer div#footer_bottom div#right ul.sub-menu li a:visited {
	color: #808080;
	text-decoration: none;
	font: normal 14px/17px 'TitilliumWeb-Regular';
	pointer-events: auto !important
}

}






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

/*article div.home_page_levels {
	padding: 0 0 0 160px;
	width: 100%;
	height: 165px
}*/

/* logo */
header .logo {
	display: inline-block;
	position: relative;
	margin: 24px 0 0 4%;
}

header .logo img {
	max-width: 250px;
	height: auto;
	-webkit-filter: drop-shadow(0 0 3px #353535);
	filter: drop-shadow(0 0 3px #353535);
}

article div.home_page_levels:last-child {
	margin: 0 0 40px 0;
}

body {
	margin: 0 0 770px 0;
}

footer {
	height: 770px;
}

footer div#footer_bottom div#left {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px;
}

footer div#footer_bottom div#left img {
	margin: 0 auto;
}

footer div#footer_bottom div#left a:link,
footer div#footer_bottom div#left a:visited {
	margin: 20px 0 5px 0;
}

footer div#footer_bottom div#left p#date {
	margin: 8px 0;
}

footer div#footer_bottom div#center {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px;
}


footer div#footer_bottom div#center div#bottom img {
	width: auto;
	max-width: 100%;
}


footer div#footer_bottom div#center div#top {
	height: auto;
}

footer div#footer_bottom div#center div#bottom {
	position: relative;
	height: auto;
	vertical-align: bottom;
	margin: 15px 0 0 0;
}

footer div#footer_bottom div#center div#top p {
	margin: 7px auto;
}

footer div#footer_bottom div#center p {
	text-align: center;
}






footer div#footer_bottom div#right {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0 10px 10px 10px;
}

footer div#footer_bottom div#right ul {
	text-align: center;
}

footer div#footer_bottom div#right div#links {
	text-align: center;
	margin: 0 auto;
	float: none;
}

}








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

/* logo */
header .logo {
	display: inline-block;
	position: relative;
	margin: 24px 0 0 4%;
}

header .logo img {
	max-width: 250px;
	height: auto;
}

/* HOME PAGE */
article div.home_page_levels {
	padding: 0 0 0 130px;
	width: 90%;
	height: 125px;
}

article div.home_page_levels:nth-child(1) {
	background-size: 120px auto;
}

article div.home_page_levels:nth-child(2) {
	background-size: 120px auto;
}

article div.home_page_levels:nth-child(3) {
	background-size: 120px auto;
}

article div.home_page_levels:nth-child(4) {
	background-size: 120px auto;
}

article div.home_page_levels h4 {
	color: #0071bc;
	font: normal 27px/32px 'TitilliumWeb-Regular';
	padding: 15px 0 0 0;
	margin: 5px 0;
}

article div.home_page_levels p {
	font: normal 14px/18px 'TitilliumWeb-Regular';
	padding: 0;
	margin: 5px 0;
}

article div.home_page_levels ul {
	margin: 5px 0;
	padding-left: 0;
}

article div.home_page_levels ul li {
	font: normal 12px/12px 'TitilliumWeb-Bold';
	padding: 0 0 0 20px;
	margin: 7px 0;
}

header.home {
	height: 550px;
}

header.home p#home_page_main_title {
	font: normal 37px/43px 'TitilliumWeb-Bold';
	margin: 60px auto 0 auto;
}

header.home p#home_page_secondary_title {
	color: #FFF;
	font: normal 19px/24px 'TitilliumWeb-Regular';
	margin: 0 auto;
}

header.home p#home_page_learn_more {
	margin: 20px auto 0 auto;
}

header.home p#home_page_learn_more a:link {
	color: #FFF;
	background: #0063a6;
	font: normal 19px/24px 'TitilliumWeb-Regular';
	display: inline-block;
	padding: 15px 20px;
}


article a.sponsors_img_links {
	display: block;
	width: 75%;
	text-decoration: none;
	border: none;
	text-align: center;
	margin: 20px auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

article a.sponsors_img_links img {
	max-width: 100%;
	margin: 0 auto;
}

article a.sponsors_img_links:nth-child(2) img {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}

}





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

/* logo */
header .logo {
	display: inline-block;
	position: relative;
	margin: 20px 0 0 5%;
}

header .logo img {
	max-width: 220px;
	height: auto;
}


/* HOME PAGE */
article div.home_page_levels {
	padding: 0 0 0 115px;
	width: 95%;
	min-height: 110px;
	height: auto;
}

article div.home_page_levels:nth-child(1) {
	background-size: 110px auto;
}

article div.home_page_levels:nth-child(2) {
	background-size: 110px auto;
}

article div.home_page_levels:nth-child(3) {
	background-size: 110px auto;
}

article div.home_page_levels:nth-child(4) {
	background-size: 110px auto;
}

article div.home_page_levels h4 {
	color: #0071bc;
	font: normal 24px/27px 'TitilliumWeb-Regular';
	padding: 5px 0 0 0;
	margin: 5px 0;
}

article div.home_page_levels p {
	font: normal 14px/18px 'TitilliumWeb-Regular';
	padding: 0;
	margin: 5px 0;
}

article div.home_page_levels ul {
	margin: 5px 0;
	padding-left: 0;
}

article div.home_page_levels ul li {
	font: normal 11px/11px 'TitilliumWeb-Bold';
	padding: 0 0 0 20px;
	margin: 7px 0;
}

article div.home_page_levels:nth-child(1) ul li:nth-child(1) {
	list-style: none outside none;
	background: url("img/home_pg_icons_1_1.png") no-repeat left center;
	background-size: 15px auto;
}

article div.home_page_levels:nth-child(1) ul li:nth-child(2) {
	list-style: none outside none;
	background: url("img/home_pg_icons_1_2.png") no-repeat left center;
	background-size: 15px auto;
}


article div.home_page_levels:nth-child(2) ul li:nth-child(1) {
	list-style: none outside none;
	background: url("img/home_pg_icons_2_1.png") no-repeat left center;
	background-size: 15px auto;
}

article div.home_page_levels:nth-child(2) ul li:nth-child(2) {
	list-style: none outside none;
	background: url("img/home_pg_icons_2_2.png") no-repeat left center;
	background-size: 15px auto;
}


article div.home_page_levels:nth-child(3) ul li:nth-child(1) {
	list-style: none outside none;
	background: url("img/home_pg_icons_3_1.png") no-repeat left center;
	background-size: 15px auto;
}

article div.home_page_levels:nth-child(3) ul li:nth-child(2) {
	list-style: none outside none;
	background: url("img/home_pg_icons_3_2.png") no-repeat left center;
	background-size: 15px auto;
}


article div.home_page_levels:nth-child(4) ul li:nth-child(1) {
	list-style: none outside none;
	background: url("img/home_pg_icons_4_1.png") no-repeat left center;
	background-size: 15px auto;
}

article div.home_page_levels:nth-child(4) ul li:nth-child(2) {
	list-style: none outside none;
	background: url("img/home_pg_icons_4_2.png") no-repeat left center;
	background-size: 15px auto;
}



}


@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/* Sponsor Page */


.home-sponsors {
	margin-top: 150px !important;
}

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.sponsor-logo {
	width: 100%;
	margin: auto;
	overflow: auto;
}

.sponsor-logo > a:link {
	background-color: #ffffff;
}

.sponsor-logo > a:hover {
	background-color: #ffffff;
}

.sponsor-logo > a:visited {
	background-color: #ffffff;
}

@media (min-width: 750px) {
	.sponsor-logo{
		width: 50%;
		float: left;
		overflow: clear;
	}
}

@media (min-width: 980px) {
	.sponsor-logo{
		width: 25%;
	}
}

@media (min-width: 1290px) {
	.sponsor-logo{
		margin-top: 20px;
	}
}

/*------------------------------------*\
    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 {

}

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

@media print {
	* {
		background:transparent !important;
		color:#000 !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;
	}
}