@charset "utf-8";
/*
Theme Name: Fury Coaching Theme
Theme URI: http://furycoaching.com
Author: Beyond Marketing, LLC
Author URI: http://dropzone.marketing/
Description: Developed specifically for Fury Coaching
Version: 1.0
*/
/* RESET */
	html, body, div, span, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, code, del, em, img, strike, strong,
	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, section, summary, button, input, select, textarea,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-family: inherit;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		}
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
		}
	body {
		line-height: 1;
		}
	table {
		border-collapse: collapse;
		border-spacing: 0;
		}
	:focus {
		outline: 0;
		}
/* HTML */
	html {
		background: #fff;
		font-size: 10px;
		overflow-y: scroll;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		}
	body {
		color: #222;
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		height: 100%;
		margin: 0 auto;
		}
	html.menu-open {
		overflow: hidden;
		}
	html.menu-open body {
		overflow: hidden;
		}
	a {
		color: #016fe4;
		text-decoration: none;
		}
	a:hover {
		color: #003b7a;
		}
	h1, h3, h4, h5, h6 {
		text-transform: uppercase;
		}
	h1, h2, h3, h4, h5, h6 {
		line-height: 1.2em;
		position: relative;
		}
	h1 {
		font-weight: 700;
		font-size: 6em;
		margin-top: 10px;
		}
	h2 {
		color: #777;
		font-size: 3em;
		font-weight: 300;
		}
	h3 {
		font-size: 3em;
		font-weight: 600;
		margin: 50px 0 10px 0;
		padding: 0;
		text-transform: uppercase;
		}
	h4 {
		font-size: 2em;
		font-weight: 700;
		margin: 20px 0 10px 0;
		position: relative;
		text-transform: uppercase;
		}
	h5 {
		font-size: 1.5em;
		font-weight: 700;
		line-height: 1.2em;
		margin: 20px 0 10px;
		}
	h6 {
		font-size: 1.4em;
		font-weight: 700;
		line-height: 1.2em;
		margin: 20px 0 10px;
		}
	strong,b {
		font-weight: 700;
		}
	em,i {
		font-style: italic;
		}
	img {
		height: auto;
		max-width: 100%;
		}
	button,
	input,
	select,
	textarea {
		border-radius: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing:border-box;
		box-sizing: border-box;
		}
	button,
	input[type=text],
	input[type=password],
	input[type=submit],
	select,
	textarea {
		-webkit-appearance: none;
		}
	sup {
		vertical-align: baseline;
		position: relative;
		top: -0.4em;
		}
/* LAYOUT */
	#top {
		overflow: hidden;
		position: relative;
		}
	#header {
		background: #222;
		position: fixed;
		width: 100%;
		z-index: 10;
		}
	#header,
	#header-holder,
	#logo,
	#nav {
		height: 100px;
		}
	#logo {
		float: left;
		width: 130px;
		}
	#logo a {
		background: url(assets/images/logo.png) left top no-repeat;
		background-size: cover;
		display: block;
		height: 100%;
		overflow: hidden;
		text-indent: -9180px;
		width: 100%;
		}
	html.no-backgroundsize #logo a {background-image: url(assets/images/logo-alt.png);}
	#nav {
		margin-left: 130px;
		}
	#nav-sub {
		height: 60px;
		}
	#nav-sub-holder {
		float: right;
		margin-top: 18px;
		}
	#menu-social {
		float: left;
		font-size: 18px;
		margin: 0;
		list-style: none;
		overflow: hidden;
		padding: 0;
		}
	#menu-social>li {
		display: inline-block;
		margin: 0;
		padding: 0 0 0 5px;
		}
	#menu-social>li>a {
		color: #999;
		display: block;
		height: 24px;
		line-height: 24px;
		text-align: center;
		width: 24px;
		}
	#menu-social>li>a:hover {
		color: #fff;
		}
	#menu-search {
		float: left;
		margin-left: 5px;
		}
	#menu-search>input,
	#menu-search>button {
		background: none;
		border: none;
		margin: 0;
		padding: 0;
		}
	#menu-search>input {
		background: #232323;
		border: 1px solid #333;
		color: #ccc;
		font-size: 14px;
		font-weight: 300;
		height: 24px;
		line-height: 14px;
		padding: 5px;
		width: 125px;
		}
	#menu-search ::-webkit-input-placeholder {color: #777;}
	#menu-search :-moz-placeholder {color: #777;}
	#menu-search ::-moz-placeholder {color: #777;opacity: 1;}
	#menu-search :-ms-input-placeholder {color: #777;}
	#menu-search>button {
		background: #333;
		color: #bbb;
		cursor: pointer;
		font-size: 14px;
		height: 24px;
		line-height: 24px;
		text-align: center;
		width: 24px;
		}
	#menu-cta,
	#menu-toggle {
		float: left;
		list-style: none;
		margin: 0 0 0 5px;
		padding: 0;
		}
	#menu-cta>li,
	#menu-toggle>li {
		float: left;
		margin: 0 0 0 5px;
		padding: 0;
		}
	#menu-cta>li>a,
	#menu-toggle>li>a {
		background: #016fe4;
		color: #fff;
		font-size: 12px;
		font-weight: 900;
		height: 12px;
		display: block;
		padding: 6px 12px;
		position: relative;
		text-transform: uppercase;
		}
	#menu-toggle>li>a {
		background: #ed7d1a;
		}
	#menu-cta>li>a:hover,
	#menu-toggle>li>a:hover {
		background: #fff;
		color: #016fe4;
		}
	#nav-menu {
		height: 40px;
		}
	#nav-menu>ul {
		background: #333;
		float: right;
		line-height: 1em;
		list-style: none;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		}
	#nav-menu>ul>li {
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
		}
	#nav-menu>ul>li>a {
		color: #999;
		font-size: 12px;
		font-weight: 700;
		height: 12px;
		display: block;
		padding: 14px;
		position: relative;
		text-transform: uppercase;
		}
	#nav-menu>ul>li.current-menu-item>a,
	#nav-menu>ul>li.current-menu-ancestor>a,
	#nav-menu>ul>li.current-page-ancestor>a,
	#nav-menu>ul>li.current_page_parent>a,
	#nav-menu>ul>li:hover>a {
		color: #fff;
		}
	#nav-menu>ul>li.current-menu-item>a,
	#nav-menu>ul>li.current-menu-ancestor>a,
	#nav-menu>ul>li.current-page-ancestor>a,
	#nav-menu>ul>li.current_page_parent>a {
		background: #444;
		}
	#nav-menu>ul li ul {
		background: #ed7d1a;
		border-radius: 0 0 3px 3px;
		font-size: 12px;
		font-weight: 400;
		left: 50%;
		list-style: none;
		margin: 0 0 0 -75px;
		opacity: 0;
		padding: 5px 0;
		position: absolute;
		text-align: center;
		text-transform: none;
		visibility: hidden;
		width: 150px;
		z-index: 10;
		}
	#nav-menu>ul li ul:before{
		border-color: transparent transparent #ed7d1a transparent;
		border-style: solid;
		border-width: 6px;
		content: '';
		display: block;
		left: 50%;
		margin-left: -6px;
		pointer-events: none;
		position: absolute;
		top: -12px;
		}
	#nav-menu>ul>li:hover>a {
		background: #016fe4;
		}
	#nav-menu>ul li:hover>ul {
		visibility: visible;
		opacity: 1;
		}
	#nav-menu>ul>li ul>li {
		margin: 0;
		padding: 0;
		}
	#nav-menu>ul>li ul a {
		color: #fff;
		display: block;
		padding: 10px;
		}
	#nav-menu>ul ul li:hover>a {
		color: #222;
		}
	#contentholder {
		background: #fff;
		margin: 100px 0 0;
		position: relative;
		}
/* SUBSCRIBE */
	#subscribe {
		color: #fff;
		}
	#subscribe h4 {
		font-weight: 300;
		}
	#subscribe form {
		margin: 20px 0;
		}
	#subscribe p {
		display: inline-block;
		}
	#subscribe p strong {
		font-size: 1.8em;
		text-transform: uppercase;
		}
	#subscribe p label {
		display: none;
		}
	#subscribe input {
		border: 1px solid #ed7d1a;
		display: inline-block;
		font-size: 1.4em;
		line-height: 1.4em;
		margin: 5px;
		width: 100%;
		}
	#subscribe input[type=text],
	#subscribe input[type=email] {
		background: #fff;
		max-width: 150px;
		padding: 10px;
		}
	#subscribe input[type=submit] {
		background-color: #ed7d1a;
		color: #fff;
		cursor: pointer;
		font-weight: 700;
		padding: 10px 20px;
		text-transform: uppercase;
		}
	#subscribe input[type=submit]:hover {
		background-color: #fff;
		color: #ed7d1a;
		}
/* FOOTER */
	#footer {
		color: #98c5f4;
		}
	#footer h3 {
		font-size: 2.5em;
		}
	#footer h3 strong {
		color:  #fff;
		}
	#footer h3 span {
		font-size: 0.9em;
		font-weight: 300;
		}
	#footer a {
		color:  #fff;
		}
	#footer a:hover {
		color:  #98c5f4;
		}
	.footer-block {
		float: left;
		overflow: hidden;
		width: 25%;
		}
/* MOBILE */
	#menu-toggle {
		display: none;
		float: right;
		}
	#menu-mobile {
		background: #333;
		color: #fff;
		height: 0;
		left: 0;
		overflow: hidden;
		overflow-y: scroll;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1000;
		}
	html.menu-open #menu-mobile {
		height: 100%;
		}
	#menu-mobile-holder {
		margin: 0;
		position: relative;
		}
	#menu-mobile-title {
		border-bottom: 1px solid #111;
		height: 55px;
		overflow: hidden;
		}
	#menu-mobile-logo {
		float: left;
		padding: 5px 20px;
		}
	#menu-mobile-logo>a {
		display: block;
		}
	#menu-mobile-logo>a>img {
		height: 45px;
		width: auto;
		}
	#menu-mobile-close {
		float: right;
		}
	#menu-mobile-close>a {
		color: #fff;
		display: block;
		font-size: 20px;
		height: 55px;
		line-height: 55px;
		text-align: center;
		width: 55px;
		}
	#menu-mobile-items {
		font-size: 20px;
		list-style: none;
		margin: 0;
		padding: 0;
		}
	#menu-mobile-items>li {
		margin: 0;
		padding: 0;
		}
	#menu-mobile-items>li a {
		border-bottom: 1px solid #444;
		color: #016fe4;
		display: block;
		padding: 15px 0 15px 20px;
		}
	#menu-mobile-items>li a:hover {
		background: #fff;
		}
	#menu-mobile-items>li>a {
		font-weight: 900;
		position: relative;
		text-transform: uppercase;
		}
	#menu-mobile-items>li>a>i.fam {
		color: #016fe4;
		right: 20px;
		position: absolute;
		}
	#menu-mobile-items>li>ul {
		display: none;
		font-size: 0.9em;
		font-weight: 400;
		}
	#menu-mobile-items>li>ul.mm-show {
		display: block;
		}
	#menu-mobile-items>li>ul>li>a {
		padding-left: 40px;
		}
/* SLIDES */
	#slides {
		overflow: hidden;
		position: relative;
		z-index: 1;
		}
	#slides-sizer {
		font: normal 0/0 sans-serif;
		z-index: -1;
		}
	#slides-items,
	#slides-items>li {
		height: 100%;
		list-style: none;
		margin: 0;
		overflow: hidden;
		padding: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1;
		}
	#slides-items>li {
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		}
	.slides-text {
		bottom: 150px;
		position: absolute;
		width: 100%;
		}
	.slides-text-block {
		color: #fff;
		overflow: hidden;
		}
	.slides-text-block h1 {
		color: #fff;
		font-size: 7.6em;
		font-weight: 700;
		margin: 5px 0;
		max-width: 60%;
		text-shadow: 0 0 15px rgba(0,0,0,0.3)
		}
	.slides-text p {
		margin: 10px 0 0;
		}
	#slides li.slides-normal {
		opacity: 0;
		z-index: 0;
		transition: opacity 350ms ease-in-out;
		}
	html.no-csstransforms #slides li.slides-normal {display: none;}
	#slides li.slides-current {
		opacity: 1;
		z-index: 1;
		}
	html.no-csstransforms #slides li.slides-current {display: block;}
	#slides-nav {
		background: rgba(1,111,228,0.5);
		bottom: 0;
		height: 50px;
		overflow: hidden;
		position: absolute;
		width: 100%;
		z-index: 4;
		}
	#slides-nav>ul {
		float: right;
		list-style: none;
		padding: 0;
		width: 50%;
		}
	#slides-nav>ul>li {
		display: inline-block;
		margin: 0;
		padding: 17px 0 0 10px;
		}
	#slides-nav>ul>li:first-child {
		margin-left: 25px;
		}
	#slides-nav a {
		background: #016fe4;
		border-radius: 3px;
		display: block;
		height: 16px;
		overflow: hidden;
		text-indent: -180px;
		width: 16px;
		}
	#slides-nav li.slides-current a {
		background: #fff;
		}
	#slides-nav a:hover,
	#slides-nav li.slides-current a:hover {
		background: #ed7d1a;
		}
/* BG */
	.section {
		position: relative;
		}
	.section-padding {
		padding: 0 50px;
		}
	.section-content {
		margin: 0 auto;
		max-width: 1200px;
		position: relative;
		}
	.section-top {
		margin-top: 10px;
		}
	.section-normal {
		z-index: 2;
		}
	.section-light {
		background: #fafafa;
		}
	.section-footer {
		background: #016fe4;
		}
	.section-border {
		background: linear-gradient(0deg,rgba(1,111,228,0.5),rgba(1,111,228,0.5)) no-repeat;
		background-size: 100% 50px;
		z-index: 2;
		}
	.section-split {
		float: left;
		position: relative;
		width: 50%;
		}
	.section-split-right {
		float: right;
		}
	.section-split-left .section-half {
		float: right;
		width: 100%;
		}
	.section-block {
		background: #016fe4;
		margin-top: -120px;
		overflow: hidden;
		position: relative;
		}
	.section-half {
		max-width: 600px;
		}
	.section-cover {
		background: rgba(237,125,26,0.85);
		}
	.section-photo {
		background-attachment: fixed;
		background-color: #ed7d1a;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #fff;
		}
	.section-photo .more {
		border-color: #ed7d1a;
		}
/* CONTENT */
	.content100,.content80,.content75,.content70,.content67,.content60,.content50,.content40,.content33,.content30,.content25,.content20,.content17,
	.inner100,.inner80,.inner75,.inner70,.inner67,.inner60,.inner50,.inner40,.inner33,.inner30,.inner25,.inner20,.inner17 {
		float: left;
		}
	.content,.inner {width: 100%;}
	.content100,.inner100 {width: 100%;}
	.content80,.inner80 {width: 80%;}
	.content75,.inner75 {width: 75%;}
	.content70,.inner70 {width: 70%;}
	.content67,.inner67 {width: 66.7%;}
	.content60,.inner60 {width: 60%;}
	.content50,.inner50 {width: 50%;}
	.content40,.inner40 {width: 40%;}
	.content33,.inner33 {width: 33.3%;}
	.content30,.inner30 {width: 30%;}
	.content25,.inner25 {width: 25%;}
	.content20,.inner20 {width: 20%;}
	.content17,.inner17 {width: 16.6%;}
	.content-header {
		border-bottom: 5px solid #eaeaea;
		margin: 20px 0;
		padding-bottom: 20px;
		}
	.content-footer {
		margin: 50px 20px;
		}
	.content-full {
		margin: 50px 0;
		}
	.content-bottom {
		margin-bottom: 50px;
		}
	.content-small {
		margin: 25px 0;
		}
	.content-left {
		margin: 50px 50px 50px 0;
		}
	.content-right {
		margin: 50px 0 50px 50px;
		}
	.inner-line {
		border-top: 1px solid #f7f7f7;
		padding-top: 50px;
		}
	.inner-gap {
		margin: 50px 0;
		}
	.inner-buffer {
		margin: 10px 0;
		}
	.inner-left {
		margin: 0 25px 0 0;
		}
	.inner-right {
		margin: 0 0 0 25px;
		}
/* CONTENT DISPLAY */
	.contentblock {
		font-size: 1.5em;
		}
	.contentblock h1,
	.contentblock h2,
	.contentblock h3,
	.contentblock h4,
	.contentblock h5,
	.contentblock h6,
	.cb-ee h1,
	.cb-ee h2,
	.cb-ee h3,
	.cb-ee h4,
	.cb-ee h5,
	.cb-ee h6 {
		border: none;
		color: #333;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.2em;
		margin: 30px 0 10px;
		padding: 0;
		text-transform: uppercase;
		}
	.contentblock h1,
	.cb-ee h1 {
		font-size: 3rem;
		}
	.contentblock h2,
	.cb-ee h2 {
		font-size: 2.5rem;
		}
	.contentblock h3,
	.cb-ee h3 {
		font-size: 2rem;
		}
	.contentblock h4,
	.cb-ee h4 {
		font-size: 1.8rem;
		}
	.contentblock h5,
	.cb-ee h5 {
		font-size: 1.6rem;
		}
	.contentblock h6,
	.cb-ee h6 {
		font-size: 1.4rem;
		}
	.contentblock p,
	.cb-ee p {
		line-height: 2em;
		margin: 10px 0;
		text-align: justify;
		}
	.contentblock ul,
	.contentblock ol {
		margin: 10px 0;
		padding: 0;
		text-align: left;
		}
	.contentblock li {
		line-height: 1.2em;
		margin: 5px 0 5px 35px;
		padding: 0 0 0 5px;
		}
	.contentblock img[align="left"] {
		float: left;
		margin: 0 25px 5px 0;
		}
	.contentblock img[align="right"] {
		float: right;
		margin: 0 0 5px 25px;
		}
	.contentblock img[align="middle"],
	.contentblock img[align="center"] {
		display: block;
		margin: 10px auto;
		}
	.contentblock blockquote {
		border-left: 1px solid #016fe4;
		color: #016fe4;
		font-weight: 300;
		margin: 20px 0 20px 0;
		padding: 15px 20px;
		font-size: 1.6em;
		line-height: 1.3em;
		text-align: left;
		}
	.contentblock blockquote p {
		line-height: 1.3em;
		}
	.contentblock blockquote p:first-child,
	.contentblock blockquote p:last-child {
		display: inline;
		}
	.contenttext {
		font-size: 1.4em;
		}
	.contenttext p {
		font-weight: 300;
		line-height: 1.6em;
		margin: 10px 0;
		text-align: left;
		}
	.contentp {
		font-size: 1.2em;
		line-height: 1.6em;
		}
/* CRUMBS */
	.crumbs {
		color: #999;
		font-size: 1em;
		list-style: none;
		margin: 0;
		padding: 0;
		white-space: nowrap;
		}
	.crumbs>li {
		display: inline-block;
		margin: 0;
		padding: 0;
		}
	.crumbs>li + li::before {
		content: '/';
		color: #cfcfcf;
		padding: 0 5px;
		}
	.crumbs>li a {
		color: #999;
		}
	.crumbs>li a:hover {
		color: #016fe4;
		}
/* PAGE MENU */
	.pagemenu {
		border: 1px solid #eaeaea;
		margin: 20px 0;
		}
	.pagemenu h4 {
		background: #016fe4;
		border: none;
		color: #fff;
		font-size: 1.5em;
		font-weight: 600;
		line-height: 1em;
		letter-spacing: 0;
		margin: 5px 5px 0;
		padding: 10px;
		text-transform: uppercase;
		}
	.pagemenu ul {
		list-style: none;
		margin: 0 5px;
		padding: 0;
		}
	.pagemenu>ul {
		font-size: 1.2em;
		}
	.pagemenu>ul>li {
		margin: 0;
		padding: 0;
		}
	.pagemenu>ul li+li {
		border-top: 1px solid #eaeaea;
		}
	.pagemenu>ul>li a,
	.pagemenu>ul>li>span {
		display: block;
		padding: 10px;
		line-height: 1.5em;
		}
	.pagemenu>ul>li.recentcomments>a,
	.pagemenu>ul>li a {
		color: #555;
		}
	.pagemenu>ul>li.recentcomments a {
		display:inline !important;
		padding:0 !important;
		margin:0 !important;
		}
	.pagemenu>ul>li a:hover {
		color: #016fe4;
		}
	.pagemenu>ul ul {
		border: 1px solid #eaeaea;
		font-size: 0.9em;
		margin-bottom: 10px;
		}
	.pagemenu-current>a,
	.pagemenu .current_page_item>a,
	.pagemenu .current-cat>a {
		font-weight: 700;
		}
	.pagemenu li.recentcomments {
		line-height: 1.4em;
		padding: 10px;
		}
	.pagemenu>ul>li.recentcomments>a {
		display: inline;
		padding: 0;
		}
	.pagemenu>ul>li.recentcomments>a:hover {
		background: none;
		color: #016fe4;
		display: inline;
		padding: 0;
		}
	.pagemenu>ul>li.recentcomments>span {
		color: #555;
		display: inline;
		padding: 0;
		}
	.pagemenu input,
	.pagemenu select {
		background: none;
		border: none;
		color: #555;
		line-height: 1.2em;
		margin: 8px 8px;
		padding: 0;
		width: calc(100% - 20px);
		}
	.pagemenu select option {
		margin: 0;
		padding: 5px;
		}
/* FILE LIST */
	.file-list {
		margin: 20px 0;
		list-style: none;
		padding: 0;
		}
	.file-list-item {
		margin: 10px 0;
		padding: 0;
		}
	.file-list-link {
		background: #fafafa;
		border: 1px solid #eaeaea;
		border-radius: 10px;
		color: #555;
		display: block;
		}
	.file-list-icon {
		color: #ccc;
		float: left;
		font-size: 2.2em;
		padding-top: 11px;
		text-align: center;
		width: 50px;
		}
	.file-list-info {
		border-left: 1px solid #eaeaea;
		margin: 0 0 0 50px;
		padding: 10px;
		}
	.file-list-title {
		font-size: 1.4em;
		margin: 0;
		padding: 5px 0;
		}
	.file-list-text {
		font-size: 1.2em;
		font-weight: 300;
		line-height: 1.6em;
		text-align: left;
		}
	.file-list-text p + p {
		margin-top: 5px;
		}
	.file-list-link:hover .file-list-title,
	.file-list-link:hover .file-list-icon {
		color: #016fe4;
		}
/* ICONLINE */
	.iconline {
		font-size: 1.3em;
		margin: 15px 0;
		overflow: hidden;
		}
	.iconline-icon {
		color: #ed7d1a;
		display: block;
		float: left;
		font-size: 18px;
		height: 25px;
		line-height: 25px;
		overflow: hidden;
		width: 25px;
		text-align: center;
		}
	.iconline p {
		line-height: 1.4em;
		margin: 5px 0 0 40px;
		}
/* LINE MENUS */
	.linemenu {
		font-size: 1.2em;
		list-style: none;
		margin: 0;
		overflow: hidden;
		padding: 0;
		}
	.linemenu li {
		float: left;
		margin: 0;
		padding: 0;
		}
	.linemenu li + li:before {
		content: '/';
		color: #cfcfcf;
		padding: 0 10px;
		}
	.linemenu a {
		color: #444;
		line-height: 1.6em;
		}
	.linemenu a:hover {
		color: #016fe4;
		}
/* LINK LIST */
	.linklist {
		list-style: none;
		margin: 10px 0;
		overflow: hidden;
		padding: 0;
		}
	.linklist li {
		display: inline-block;
		margin: 0 5px 5px 0;
		padding: 0;
		}
	.linklist a {
		color: #fff;
		display:  block;
		padding: 5px;
		}
	.linklist a:hover {
		color: #016fe4;
		}
	.linklist-alt a {
		background: #005dbf;
		color: #fff;
		display:  block;
		font-size: 1.2em;
		padding: 0.6em;
		text-transform: uppercase;
		}
	.linklist-alt a:hover {
		background: #fff;
		color: #016fe4 !important;
		}
/* PAGINATION */
	.site-navigation {
		border-top: 5px solid #f7f7f7;
		clear: both;
		color: #777;
		font-size: 1.3em;
		margin: 40px 0;
		}
	.site-navigation-pages {
		margin-top: -5px;
		text-align: center;
		}
	.site-navigation-pages>span.page-numbers,
	.site-navigation-pages>a,
	.site-navigation-pages>div.page-numbers {
		border-top: 5px solid transparent;
		display: inline-block;
		font-weight: 400;
		padding: 5px 10px;
		text-transform: uppercase;
		}
	.site-navigation-pages a {
		color: #777;
		}
	.site-navigation-pages>span.page-numbers.current,
	.site-navigation-pages>a:hover,
	.site-navigation-pages>div.page-numbers:hover {
		border-top: 5px solid #016fe4;
		color: #016fe4;
		}
	.site-navigation-pages>div.page-numbers:hover>a {
		color: #016fe4;
		}
/* SPONSORS */
	.sponsors {
		margin: 20px 0;
		list-style: none;
		overflow: hidden;
		text-align: center;
		}
	.sponsors.sponsors-wide.sponsors-2 .sponsors-item {width: 50%;}
	.sponsors.sponsors-wide.sponsors-3 .sponsors-item {width: 33.3%;}
	.sponsors.sponsors-wide.sponsors-4 .sponsors-item {width: 25%;}
	.sponsors.sponsors-wide.sponsors-5 .sponsors-item {width: 20%;}
	.sponsors.sponsors-wide.sponsors-6 .sponsors-item {width: 16.6%;}
	.sponsors.sponsors-wide.sponsors-7 .sponsors-item {width: 14.28%;}
	.sponsors.sponsors-wide.sponsors-8 .sponsors-item {width: 12.5%;}
	.sponsors-item {
		display: inline-block;
		vertical-align: middle;
		width: 33.3%;
		}
	.sponsors-link {
		display: block;
		margin: 20px;
		text-align: center;
		vertical-align: middle;
		}
	.sponsors-link:hover {
		opacity: 0.9;
		}
/* ITEMS */
	.items {
		display: inline-block;
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: left;
		width: 100%;
		}
	.items.items-gap {
		margin: 20px 0 0;
		}
	.items-item {
		float: left;
		margin: 0 auto;
		max-width: 600px;
		padding: 0;
		width: 50%;
		}
	.items-gap.items-3 .items-item {width: 33.3%;}
	.items-gap.items-4 .items-item,
	.items-full.items-4 .items-item {width: 25%;}
	.items-holder {
		background: #fafafa;
		border: 1px solid #eaeaea;
		display: block;
		margin: 20px;
		}
	.items-sizer {
		/*overflow: hidden;*/
		}
	.items-link {
		display: block;
		position: relative;
		}
	.items-image {
		border-bottom: 1px solid #eaeaea;
		font: normal 0/0 sans-serif;
		height: auto;
		margin: 0 auto;
		position: relative;
		}
	.items-image-item {
		display: block;
		overflow: hidden;
		position: relative;
		z-index: 1;
		}
	.items-image-cover {
		background-color: rgba(1,111,228,0);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 100%;
		left: 0;
		position: absolute;
		width: 100%;
		top: 0;
		z-index: 1;
		}
	.items-link:hover .items-image-cover {
		background-color: rgba(1,111,228,0.1);
		}
	.items-header {
		color: #555;
		font-size: 1.5em;
		margin: 0;
		padding: 10px;
		}
	.items-link:hover .items-header {
		color: #016fe4;
		}
	.items-info,
	.items-button {
		padding: 0 10px 10px;
		}
	.items-info p {
		margin: 0;
		}
	.items-info p+p {
		margin-top: 5px;
		}
	.items-date {
		background: #016fe4;
		color: #fff;
		left: -5px;
		padding: 5px;
		position: absolute;
		text-align: center;
		top: -5px;
		z-index: 3;
		}
	.items-date span {
		display: block;
		line-height: 1em;
		padding: 5px;
		}
	.items-date-day {
		border-bottom: 1px solid #005dbf;
		font-size: 1.4rem;
		font-weight: 700;
		}
	.items-date-month {
		font-size: 1rem;
		font-weight: 300;
		text-transform: uppercase;
		}
/* ITEM IMAGES */
	.itemimages {
		margin: 0;
		list-style: none;
		overflow: hidden;
		padding: 0;
		}
	.itemimages-item {
		float: left;
		width: 50%;
		}
	.itemimages-holder {
		margin: 20px;
		}
	.itemimages-item:first-child .itemimages-holder {
		margin-right: 10px;
		}
	.itemimages-item:last-child .itemimages-holder {
		margin-left: 10px;
		}
	.itemimages-link {
		color: #fff;
		display: block;
		text-align: center;
		}
	.itemimages-header {
		font-size: 1.6em;
		margin: 15px 0 0;
		}
/* ITEMS LIST */
	.itemslist {
		margin: 10px 0;
		list-style: none;
		overflow: hidden;
		padding: 0;
		}
	.itemslist-item {
		margin: 10px 0;
		padding: 0;
		}
	.itemslist-item + .itemslist-item {
		border-top: 1px solid #005dbf;
		padding-top: 10px;
		}
	.itemslist-link {
		display: block;
		overflow: hidden;
		}
	.itemslist-link:hover {
		border-color: #016fe4;
		color: #016fe4;
		}
	.itemslist-image {
		float: left;
		width: 40%;
		}
	.itemslist-info {
		float: left;
		width: 60%;
		}
	.itemslist-header,
	.itemslist-text {
		margin: 0 0 0 10px;
		}
	.itemslist-header {
		font-size: 1.2em;
		margin-top: 5px;
		}
	.itemslist-text {
		color: #98c5f4;
		line-height: 1.1em;
		}
	.itemslist-small .itemslist-image {
		width: 20%;
		}
	.itemslist-small .itemslist-info {
		width: 80%;
		}
/* HEADERS */
	.boxheader {
		margin-bottom: 20px;
		overflow:  hidden;
		padding: 0;
		position: relative;
		text-align:  center;
		}
	.boxheader:after {
		background: #ddd;
		content: '';
		height: 1px;
		left: 0;
		position: absolute;
		top: 50%;
		width: 100%;
		z-index: 0;
		}
	.boxheader span {
		background: #fff;
		border: 1px solid #ddd;
		display: inline-block;
		letter-spacing: 0.1em;
		padding: 5px 10px;
		position:  relative;
		z-index: 1;
		}
	.header-box {
		background: #fff;
		border-left: 5px solid #333;
		margin-top: 50px;
		padding: 15px 10px;
		}
	.header-box h3 {
		margin: 0 0 5px;;
		padding: 0;
		}
/* TABLES */
	.contentblock table,
	.listtable {
		border: none;
		border-collapse: collapse;
		margin: 15px 0;
		padding: 0;
		}
	.contentblock table td,
	.contentblock table th,
	.listtable td,
	.listtable th {
		border: 1px solid #999;
		margin: 0;
		padding: 10px;
		vertical-align: middle;
		}
	.listtable td {
		font-size: 1.3em;
		}
	.contentblock table thead tr,
	.listtable thead tr {
		background: #9f9f9f;
		}
	.contentblock table thead td,
	.contentblock table thead th,
	.listtable thead td,
	.listtable thead th {
		color: #fff;
		font-weight: 700;
		text-align: left;
		}
	.contentblock table tbody td,
	.listtable tbody td {
		line-height: 1.3em;
		}
	.listtable tbody td {
		font-size: 1.3em;
		}
	.listtable tbody td p {
		margin: 0;
		}
	.listtable tbody td p+p {
		margin-top: 5px;
		}
	.contentblock table tbody tr,
	.contentblock table tbody tr:nth-child(odd),
	.listtable tbody tr,
	.listtable tbody tr:nth-child(odd) {
		background: #f1f1f1;
		}
	.contentblock table tbody tr:nth-child(even),
	.listtable tbody tr:nth-child(even) {
		background: #f7f7f7;
		}
/* LISTS */
	.normallist {
		font-size: 1.4em;
		margin: 10px 0;
		padding: 0;
		text-align: left;
		}
	.normallist li {
		line-height: 1.4em;
		margin: 0 0 0 25px;
		padding: 0 0 0 5px;
		}
	.datelist {
		list-style: none;
		margin: 10px 0;
		padding: 0;
		text-align: center;
		}
	.datelist li {
		margin: 15px 0;
		padding: 0;
		}
	.datelist li + li {
		border-top: 1px solid #f3f3f3;
		padding-top: 5px;
		}
	.datelist span,
	.datelist a {
		display: block;
		margin: 10px 0;
		}
	.datelist span {
		font-size: 1.3em;
		}
	.datelist a {
		font-size: 1.6em;
		font-weight: 600;
		}
	.sitemap {
		font-size: 1.4em;
		margin: 10px 0;
		padding: 0;
		text-align: left;
		}
	.sitemap>li>a {
		font-size: 1.1em;
		font-weight: 700;
		}
	.sitemap li {
		margin: 5px 0 5px 25px;
		padding: 0 0 0 5px;
		}
	.titlelist {
		margin: 30px 0;
		}
	.titlelist dt {
		background: #f7f7f7;
		border-radius: 5px;
		font-size: 1.8em;
		font-weight: 600;
		line-height: 1.2em;
		margin: 30px 0 10px 0;
		padding: 15px;
		}
	.titlelist dd {
		margin: 10px 0 10px 15px;
		}
	.titlelist dd p+p {
		margin-top: 5px;
		}
/* FRAME */
	.frame {
		background: #fff;
		border: 1px solid #f7f7f7;
		margin: 20px 0;
		max-width: 100%;
		overflow: hidden;
		}
	.frame-pad {
		margin: 10px;
		}
	.objectframe {
		font: normal 0/0 sans-serif;
		max-width: 100%;
		overflow: hidden;
		padding-bottom: 56.25%;
		position: relative;
		}
	.objectframe iframe,
	.objectframe embed,
	.objectframe object {
		height: 100% !important;
		left: 0;
		position: absolute;
		top: 0;
		width: 100% !important;
		}
/* IMAGES */
	.comment-content img,
	.entry-content img,
	.entry-summary img,
	.wp-caption {
		max-width: 100%;
		}
	.comment-content img[height],
	.entry-content img,
	.entry-summary img,
	img[class*="align"],
	img[class*="wp-image-"],
	img[class*="attachment-"] {
		height: auto;
		}
	img.size-full,
	img.size-large,
	.wp-post-image,
	.post-thumbnail img {
		height: auto;
		max-width: 100%;
		}
/* OBJECTS */
	embed,
	iframe,
	object,
	video {
		margin-bottom: 10px;
		max-width: 100%;
		}
	p > embed,
	p > iframe,
	p > object,
	span > embed,
	span > iframe,
	span > object {
		margin-bottom: 0;
		}
/* ALIGNMENT */
	.alignleft {
		float: left;
		}
	.alignright {
		float: right;
		}
	.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
	blockquote.alignleft,
	img.alignleft {
		margin: 10px 25px 10px 0;
		}
	.wp-caption.alignleft {
		margin: 10px 15px 10px 0;
		}
	blockquote.alignright,
	img.alignright {
		margin: 10px 0 10px 25px;
		}
	.wp-caption.alignright {
		margin: 10px 0 10px 15px;
		}
	blockquote.aligncenter,
	img.aligncenter,
	.wp-caption.aligncenter {
		margin-top: 10px;
		margin-bottom: 10px;
		}
/* ASSISTIVE TEXT */
	.screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute;
		}
	.screen-reader-text:focus {
		background-color: #f1f1f1;
		border-radius: 3px;
		clip: auto;
		color: #333;
		display: block;
		font-size: 14px;
		font-weight: bold;
		height: auto;
		line-height: normal;
		padding: 15px 23px 14px;
		position: absolute;
		left: 5px;
		top: 5px;
		text-decoration: none;
		text-transform: none;
		width: auto;
		z-index: 100000;
		}
/* CAPTION */
	.wp-caption {
		margin-bottom: 10px;
		}
	.wp-caption img[class*="wp-image-"] {
		display: block;
		margin: 0;
		}
	.wp-caption {
		color: #555;
		}
	.wp-caption-text {
		box-sizing: border-box;
		font-size: 10px;
		font-style: italic;
		line-height: 1.5;
		margin: 9px 0;
		padding-right: 10px;
		text-align: center !important;
		}
	.wp-smiley {
		border: 0;
		margin-bottom: 0;
		margin-top: 0;
		padding: 0;
		}
/* OEMBED */
	.twitter-tweet {
		margin: 20px 0 !important;
		}
/* GALLERY */
	.gallery {
		margin: 20px 0;
		overflow: hidden;
		}
	.gallery br {
		display: none;
		}
	.gallery-item {
		float: left;
		overflow: hidden;
		width: 20%;
		}
	.gallery-columns-1 .gallery-item {width:100%;}
	.gallery-columns-2 .gallery-item {width:50%;}
	.gallery-columns-3 .gallery-item {width:33.3%;}
	.gallery-columns-4 .gallery-item {width:25%;}
	.gallery-columns-5 .gallery-item {width:20%;}
	.gallery-icon {
		border: 1px solid #ccc;
		font: normal 0/0 sans-serif;
		display: block;
		margin: 10px;
		}
	.gallery-icon a {
		display: block;
		padding: 5px;
		}
	.gallery-icon a:hover {
		background: #f7f7f7;
		}
	.gallery-caption {
		display: none;
		}
/* POST */
	.format-gallery .items-image-cover {
		background-image: url(assets/images/post-gallery.png);
		}
	.format-video .items-image-cover {
		background-image: url(assets/images/post-video.png);
		}
	.post-info {
		font-size: 1em;
		font-style: italic;
		list-style: none;
		margin: 0;
		overflow: hidden;
		padding: 0;
		}
	.post-info li {
		display: inline-block;
		line-height: 1.3em;
		margin: 0;
		padding: 0 5px 0 0;
		}
	.post-info li+li {
		border-left: 2px solid #f7f7f7;
		padding-left: 5px;
		}
	.post-object,
	.post-holder {
		margin: 20px 0;
		}
/* AUTHOR */
	.author-info {
		border: 1px solid #f7f7f7;
		}
	.author-holder {
		overflow: hidden;
		margin: 15px;
		}
	.author-avatar {
		float: left;
		}
	.author-description {
		margin-left: 115px;
		}
	.author-info h3 {
		background: #016fe4;
		border: none;
		color: #fff;
		font-size: 1.4em;
		margin: 0 0 10px;
		padding: 10px;
		overflow: hidden;
		}
	.author-info h3:after {
		display: none;
		}
	.author-info p {
		margin: 0;
		}
	.author-info p+p {
		margin-top: 5px;
		}
/* COMMENTS */
	.comments-area {
		margin: 0;
		}
	.comment-list {
		list-style: none;
		margin: 30px 0 20px 0;
		}
	.comment {
		margin: 0;
		padding: 0;
		}
	.comment-author {
		font-size: 1.4em;
		}
	.comment-metadata {
		font-size: 1.1em;
		margin: 5px 0;
		}
	.comment-list .reply {
		margin-top: 10px;
		}
	.comment-author .fn {
		font-weight: 900;
		}
	.comment-author a {
		color: #333;
		}
	.comment-list .trackback a,
	.comment-list .pingback a,
	.comment-metadata a {
		color: #777;
		}
	.comment-author a:hover,
	.comment-list .pingback a:hover,
	.comment-list .trackback a:hover,
	.comment-metadata a:hover {
		color: #016fe4;
		}
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		border-top: 1px solid #f7f7f7;
		margin-bottom: 20px;
		padding: 20px 10px 10px;
		}
	.comment-author {
		position: relative;
		text-transform: uppercase;
		}
	.comment-author .avatar {
		border: 1px solid #f7f7f7;
		padding: 2px;
		position: absolute;
		top: 0;
		left: 0;
		}
	.bypostauthor > article {
		background: #fff;
		}
	.says {
		display: none;
		}
	.comment-author,
	.comment-awaiting-moderation,
	.comment-content,
	.comment-list .reply,
	.comment-metadata {
		padding-left: 75px;
		}
	.comment-reply-link,
	.comment-edit-link {
		border: 1px solid #f7f7f7;
		background: #fff;
		display: inline-block;
		}
	.comment-reply-link {
		padding: 6px;
		text-transform: uppercase;
		}
	.comment-edit-link {
		padding: 3px;
		margin-left: 5px;
		}
	.comment-content {
		font-size: 1.4em;
		line-height: 1.5em;
		word-wrap: break-word;
		}
	.comment-content p {
		margin: 0 0 10px 0;
		}
	.comment-content ul,
	.comment-content ol {
		margin: 0 0 20px 20px;
		}
	.comment-content li > ul,
	.comment-content li > ol {
		margin-bottom: 0;
		}
	.comment-content > :last-child {
		margin-bottom: 0;
		}
	.comment-list .children {
		list-style: none;
		margin-left: 70px;
		}
/* COMMENTS REPLY */
	.comment-respond {
		margin: 20px 0;
		}
	.comment-respond h3 {
		background: #333;
		border: none;
		color: #fff;
		font-size: 1.4em;
		margin: 0;
		padding: 10px;
		}
	.comment-form {
		background: #f7f7f7;
		margin: 0;
		overflow: hidden;
		padding: 10px 20px;
		}
	.comment-form p {
		line-height: 1.3em;
		margin: 15px 0;
		}
	.comment-notes,
	.comment-form .form-allowed-tags {
		font-size: 1.2em;
		}
	.comment-form label {
		display: block;
		font-size: 14px;
		margin: 5px 0;
		}
	.comment-form-comment label {
		display: none;
		}
	.comment-form .logged-in-as,
	.comment-form .form-allowed-tags,
	.comment-form .form-submit {
		margin: 10px 0;
		}
/* MAP */
	#map,
	.acf-map {
		width: 100%;
		height: 450px;
		border: 1px solid #f7f7f7;
		margin: 20px 0;
		}
	#map img,
	.acf-map img {
		max-width: inherit !important;
		}
/* IMAGES */
	.img {
		height: auto;
		max-width: 100%;
		}
	.imagebox {
		font: normal 0/0 sans-serif;
		margin: 20px 0;
		overflow: hidden;
		position: relative;
		}
/* QUOTE */
	.quote {
		padding: 0 0 0 25px;
		}
	.quote-text {
		font-weight: 300;
		margin: 10px 0;
		font-size: 1.4em;
		text-indent: -13px;
		}
	.quote-text p:first-child:before {
		color: #016fe4;
		content: '\201C';
		font-size: 2em;
		left: -10px;
		position: relative;
		top: 10px;
		}
	.quote-big .quote-text {
		font-size: 4em;
		font-weight: 600;
		text-align: center;
		}
	.quote-small .quote-text {
		font-size: 1.8em;
		}
/* GENERAL */
	.centerline {
		font-size: 1.6em;
		font-weight: 700;
		line-height:50px;
		text-transform: uppercase;
		}
	.centerline a {
		color: #fff;
		}
	.centerline a:hover {
		color: #003b7a;
		}
	.centerline i {
		padding-right: 5px;
		}
	.relative {
		position: relative;
		}
	.overflow {
		overflow: hidden;
		}
	.fi {
		margin-top: 0;
		}
	.nowrap {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		}
	.mobile {
		display: none !important;
		}
	.hide {
		display: none;
		}
	.indent {
		margin-left: 20px;
		}
	.gap-line {
		border-top: 1px solid #eaeaea;
		margin: 40px 0;
		padding-top: 40px;
		}
	.gap {
		margin: 20px 0;
		}
	.gap-top {
		margin-top: 20px;
		}
	.gap-alt {
		margin: 10px 0;
		}
	.more {
		border-top: 1px solid #f7f7f7;
		font-size: 1em;
		line-height: 1em;
		padding: 5px 0 0 0;
		text-align: right;
		}
	.clear {
		font: normal 0/0 sans-serif;
		clear: both;
		}
	.clearfix:after,
	.section:after,
	.section-padding:after,
	.content:after,
	.inner:after,
	.contenttext:after,
	.contentblock:after,
	.items:after {
		content: '';
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
		}
/* BUTTONS */
	input.submit,
	.button,
	.formbutton,
	.reg-col a {
		background: none;
		border: 1px solid #016fe4;
		border-radius: 3px;
		color: #016fe4;
		cursor: pointer;
		display: block;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1em;
		padding: 0.75em 1.3em;
		text-align: center;
		text-transform: uppercase;
		}
	.button-light {
		border-color: #fff;
		color: #fff;
		}
	.button-alt {
		border-color: #333;
		font-weight: 300;
		color: #333;
		}
	input.submit:hover,
	.button:hover,
	.button-light:hover,
	.button-alt:hover,
	.formbutton:hover,
	.reg-col a:hover {
		background: #016fe4;
		border-color: #016fe4;
		color: #fff;
		}
	.formbutton,
	.button-inline {
		display: inline-block;
		}
	.button-small {
		font-size: 1.2em;
		padding: 0.6em 0.75em 0.5em;
		}
	.button i {
		padding-right: 10px;
		}
/* FORMS */
	.gform_wrapper .gform_fields {
		list-style: none;
		margin: 20px 0;
		padding: 0;
		}
	.gform_wrapper .gfield {
		margin: 20px 0;
		padding: 0;
		}
	.gform_wrapper .gfield_label {
		color: #016fe4;
		display: block;
		font-size: 1.4rem;
		font-weight: 700;
		margin: 10px 0 5px;
		text-transform: uppercase;
		}
	.gform_wrapper .gfield_required {
		color: #ed7d1a;
		padding-left: 4px;
		}
	.gform_wrapper .ginput_container {
		margin: 5px 0;
		}
	.gform_wrapper .ginput_container input,
	.gform_wrapper .ginput_container select {
		vertical-align: middle;
		}
	.gform_wrapper .ginput_container .instruction,
	.gform_wrapper .gfield_description {
		color: #777;
		font-size: 1rem;
		margin: 5px 0;
		}
	.gform_wrapper .ginput_container .instruction.validation_message,
	.gform_wrapper .gfield_description.validation_message {
		color: #ed7d1a;
		font-weight: 700;
		}
	.gform_wrapper .ginput_container input,
	.gform_wrapper .ginput_container select,
	.gform_wrapper .ginput_container textarea,
	.comment-form input[type=text],
	.comment-form input[type=email],
	.comment-form input[type=url],
	.comment-form textarea,
	.forminput,
	.formselect {
		background: #fcfcfc;
		border: 1px solid #ddd;
		border-radius: 5px;
		color: #333;
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 1.3em;
		margin: 0;
		min-width: 100px !important;
		padding: 10px;
		}
	.gform_wrapper .ginput_container input,
	.gform_wrapper .ginput_container select,
	.gform_wrapper .ginput_container textarea,
	.comment-form input[type=text],
	.comment-form input[type=email],
	.comment-form input[type=url],
	.comment-form textarea {
		width: 100%;
		}
	.forminput option,
	.formselect option {
		color: #333;
		}
	.gform_wrapper .validation_error {
		color: #ed7d1a;
		font-size: 1.4rem;
		font-weight: 700;
		}
	.form-action {
		border-collapse: collapse;
		display: table;
		font-size: 1.4em;
		line-height: 1.3em;
		width: 100%;
		}
	.form-action-input {
		background: #fafafa;
		border: 1px solid #bbb;
		border-right: 0;
		border-radius: 5px 0 0 5px;
		display: table-cell;
		padding: 9px;
		width: calc(80% - 40px);
		}
	.form-action-location {
		background: #bbb;
		color: #fff;
		cursor: pointer;
		display: block;
		font-weight: 700;
		display: table-cell;
		padding: 10px;
		text-transform: uppercase;
		width: 40px;
		}
	.form-action-location:hover {
		background: #888;
		color: #fff;
		}
	.form-action-button {
		background: #016fe4;
		border-radius: 0 5px 5px 0;
		color: #fff;
		cursor: pointer;
		display: block;
		font-weight: 700;
		display: table-cell;
		padding: 10px;
		text-transform: uppercase;
		width: 20%;
		}
	.form-action-button:hover {
		background: #333;
		color: #fff;
		}
	::-webkit-input-placeholder {
		color: #aaa;
		}
	:-moz-placeholder {
		color: #aaa;
		}
	::-moz-placeholder {
		color: #aaa;
		opacity: 1;
		}
	:-ms-input-placeholder {
		color: #aaa;
		}
	input:invalid {
		box-shadow: none !important;
		-webkit-box-shadow: none !important;
		}
/* WIDTHS */
	.w5 {width: 5%;}
	.w10 {width: 10%;}
	.w15 {width: 15%;}
	.w20 {width: 20%;}
	.w25 {width: 25%;}
	.w30 {width: 30%;}
	.w35 {width: 35%;}
	.w40 {width: 40%;}
	.w45 {width: 45%;}
	.w50 {width: 50%;}
	.w60 {width: 60%;}
	.w70 {width: 70%;}
	.w75 {width: 75%;}
	.w80 {width: 80%;}
	.w90 {width: 90%;}
	.w100 {width: 100%;}
/* TEXT COLORS */
	.light {color: #777;}
	.highlight {color: #ed7d1a;}
	.sep {color: #ed7d1a;font-weight: 800;}
/* TEXT */
	.normalcase {text-transform: none;}
	.uppercase {text-transform: uppercase;}
	.italics {font-style: italic;}
	.normal {font-style: normal;}
	.bold {font-weight: 700;}
	.unbold {font-weight: 400;}
	.thin {font-weight: 300;}
	.strike {text-decoration: line-through;}
	.xsmall {font-size: .8em;}
	.small {font-size: .9em;}
	.medium {font-size: 1em;}
	.large {font-size: 1.2em;}
	.xlarge {font-size: 1.3em;}
	.xxlarge {font-size: 1.5em;}
	.big {font-size: 2em;font-weight: 300;}
	.right {text-align: right !important;}
	.center {text-align: center !important;}
	.justify {text-align: justify !important;}
@media screen and (max-height: 1000px) {
	#slides-sizer img {
		max-height: 600px;
		}
	.slides-text-block h1 {
		font-size: 6em;
		}
}
@media screen and (max-width: 1240px), screen and (max-height: 900px) {
	html {font-size: 9px;}
	h1 {font-size: 4.8em;}
	h2 {font-size: 2.4em;}
	h3 {font-size: 2.4em;}
	h4 {font-size: 1.6em;}
	h5 {font-size: 1.4em;}
	h6 {font-size: 1.3em;}
	#header,
	#header-holder,
	#logo,
	#nav {
		height: 70px;
		}
	#logo {
		width: 91px;
		}
	#nav {
		margin-left: 91px;
		}
	#nav-sub {
		height: 40px;
		}
	#nav-sub-holder {
		margin-top: 8px;
		}
	#nav-menu {
		height: 30px;
		}
	#nav-menu>ul>li>a {
		font-size: 10px;
		height: 10px;
		padding: 10px;
		}
	#nav-menu>ul li ul {
		font-size: 11px;
		margin: 0 0 0 -65px;
		width: 130px;
		}
	#nav-menu>ul>li ul a {
		padding: 7px;
		}
	#contentholder {
		margin-top: 70px;
		}
	#slides-sizer img {
		max-height: 550px;
		}
	.slides-text-block h1 {
		font-size: 6em;
		}
	.scroll-image,
	.section-photo {
		background-attachment: scroll !important;
		background-position: center center !important;
		}
	.content-type-split .content50 .content-left {
		margin-right: 25px;
		}
	.content-type-split .content50 .content-right {
		margin-left: 25px;
		}
}
@media screen and (max-width: 1050px) {
	.section-copyright {
		padding-bottom: 50px !important;
		}
	.content-type-main .content75 .content-left {
		margin: 50px 25px 50px 0;
		}
	.content-type-main .content25 .content-right {
		margin: 50px 0 50px 25px;
		}
}
@media screen and (max-width: 900px) {
	html {overflow-x: hidden;}
	html {font-size: 8.5px;}
	h1 {font-size: 3.8em;}
	h2 {font-size: 1.9em;}
	h3 {font-size: 1.9em;}
	h4 {font-size: 1.5em;}
	h5 {font-size: 1.3em;}
	h6 {font-size: 1.2em;}
	#nav-menu {
		display: none;
		}
	#nav-sub {
		height: 70px;
		}
	#nav-sub-holder {
		margin-top: 23px;
		}
	#menu-cta>li>a,
	#menu-toggle>li>a {
		padding: 6px;
		}
	#menu-toggle {
		display: block;
		}
	.slides-text-block h1 {
		font-size: 4em;
		max-width: 80%;
		}
	#slides-nav {
		height: 30px;
		text-align: center;
		}
	#slides-nav>ul {
		display: inline-block;
		float: none;
		width: auto;
		}
	#slides-nav>ul>li {
		margin: 0 !important;
		padding: 7px 5px 0 5px;
		}
	#subscribe p strong {
		font-size: 1.4em;
		}
	#subscribe input {
		font-size: 1.2em;
		line-height: 1.2em;
		}
	#subscribe input[type=text],
	#subscribe input[type=email] {
		max-width: 120px;
		}
	.section-padding {
		padding-left: 20px;
		padding-right: 20px;
		}
	.section-border {
		background: none;
		}
	.section-color {
		background: rgba(1,111,228,0.5);
		}
	.section-split {
		float: none;
		width: auto;
		}
	.section-split-right {
		float: none;
		}
	.section-split-right .section-padding {
		padding: 0;
		}
	.section-split-left .section-half {
		float: none;
		width: 100%;
		}
	.section-block {
		margin-top: 0;
		}
	.section-half {
		max-width: 100%;
		}
	.content.content-type-main {
		overflow: hidden;
		}
	.content-type-main .content75,
	.content-type-main .content25 {
		float: none;
		width: 100%;
		}
	.content-full,
	.content-type-main .content75 .content-left,
	.content-type-main .content25 .content-right {
		margin: 20px 0;
		}
	.items-full.items-4 .items-item {
		width: 50%;
		}
	.footer-block {
		width: 50%;
		}
	.sponsors-link {
    	margin: 10px;
		}
	.quote-big .quote-text {
		font-size: 3em;
		}
}
@media screen and (max-width: 750px) {
	#header,
	#header-holder,
	#logo,
	#nav {
		height: 50px;
		}
	#logo {
		width: 65px;
		}
	#nav {
		margin-left: 65px;
		}
	#nav-sub {
		height: 50px;
		}
	#nav-sub-holder {
		margin-top: 13px;
		}
	#contentholder {
		margin-top: 50px;
		}
	#subscribe p {
		display: block;
		}
	#subscribe input {
		max-width: 300px;
		}
	#subscribe input[type=text],
	#subscribe input[type=email] {
		background: #fff;
		max-width: 300px;
		}
	.slides-text {
		bottom: 75px;
		}
	.items-gap.items-3 .items-item {
		width: 50%;
		}
	.gallery-item {
		width: 33.3% !important;
		}
	.gallery-item dt {
		padding: 10px 10px 5px 10px;
		}
	.comment-author .avatar {
		display: none;
		}
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		margin-bottom: 10px;
		padding: 10px 5px px;
		}
	.comment-author,
	.comment-awaiting-moderation,
	.comment-content,
	.comment-list .reply,
	.comment-metadata {
		padding-left: 0;
		}
	.comment-list .children {
		margin-left: 30px;
		}
	.not-mobile {
		display: none !important;
		}
	.mobile {
		display: block !important;
		}
}
@media screen and (max-width: 600px) {
	#menu-cta {
		display: none;
		}
	.content.content-type-split {
		overflow: hidden;
		}
	.content-type-split .content50,
	.content-type-split .content50 {
		float: none;
		width: 100%;
		}
	.content-type-split .content50 .content-left,
	.content-type-split .content50 .content-right {
		margin: 20px 0;
		}
}
@media screen and (max-width: 500px) {
	.slides-text {
		bottom: 50px;
		}
	.slides-text-block h1 {
		font-size: 3em;
		}
	.section-padding {
    	padding: 0 10px;
		}
	.items-item {
		float: none !important;
		width: auto !important;
		}
	.alignleft,
	.alignright {
		float: none;
		}
	.gallery-item {
		width: 50% !important;
		}
	.quote-big .quote-text {
		font-size: 2em;
		}
	.centerline {
		font-size: 1.3em;
		line-height: 40px;
		}
	.sponsors.sponsors-wide.sponsors-6 .sponsors-item {width: 33.3%;}
	.sponsors.sponsors-wide.sponsors-7 .sponsors-item {width: 25%;}
	.sponsors.sponsors-wide.sponsors-8 .sponsors-item {width: 25%;}
	.footer-block {
		float: none;
		width: auto;
		}
	.content-footer {
		margin: 0 20px;
		}
}
@media screen and (max-width: 450px) {
	#menu-social {
		display: none;
		}
	.items-gap {
		margin: 0;
		}
}
@media \0screen {
	html.no-backgroundsize #top {
		min-width: 980px;
		}
	#slides-sizer img,
	.contentblock img,
	.items-image img,
	.imagebox img {
		width: auto;
		}
}
/* FIXES */
button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
	}