@import url("http://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700");

@font-face {
  font-family: 'neutra';
  src: url('library/fonts/NeutrafaceText-Book.eot'); /* IE9 Compat Modes */
  src: url('library/fonts/NeutrafaceText-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('library/fonts/NeutrafaceText-Book.woff') format('woff'), /* Modern Browsers */
       url('library/fonts/NeutrafaceText-Book.svg#9b3b14b87de1b75395cecdb217ce8804') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}
@font-face {
  font-family: 'neutra';
  src: url('library/fonts/NeutrafaceText-BookItalic.eot'); /* IE9 Compat Modes */
  src: url('library/fonts/NeutrafaceText-BookItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('library/fonts/NeutrafaceText-BookItalic.woff') format('woff'), /* Modern Browsers */
       url('library/fonts/NeutrafaceText-BookItalic.svg#9b3b14b87de1b75395cecdb217ce8804') format('svg'); /* Legacy iOS */
       
  font-style:   italic;
  font-weight:  400;
}

@font-face {
  font-family: 'neutra';
  src: url('library/fonts/NeutraText-Bold.eot'); /* IE9 Compat Modes */
  src: url('library/fonts/NeutraText-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('library/fonts/NeutraText-Bold.woff') format('woff'), /* Modern Browsers */
       url('library/fonts/NeutraText-Bold.svg#9b3b14b87de1b75395cecdb217ce8804') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  bold;
}

@font-face {
  font-family: 'neutra';
  src: url('library/fonts/NeutrafaceText-BoldItalic.eot'); /* IE9 Compat Modes */
  src: url('library/fonts/NeutrafaceText-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('library/fonts/NeutrafaceText-BoldItalic.woff') format('woff'), /* Modern Browsers */
       url('library/fonts/NeutrafaceText-BoldItalic.svg#9b3b14b87de1b75395cecdb217ce8804') format('svg'); /* Legacy iOS */
       
  font-style:   italic;
  font-weight:  900;
}

/* COLORS */


/* ORANGE */
#per-slide-template > div,
.colored,
.fill,
.resultstable th,
.navbar-default .navbar-toggle .icon-bar {
	background: #4e437d;
}
.home h1,
.home h2,
header h2:not(.dek),
.footer h2,
.post_content blockquote p,
.pager a,
form sup,
h3 {
	color: #6859a6;
}
a.outline {
	border-color: #EB5A4E;
}
form .btn-default {
	background: #EB5A4E;
	color: white;
	border-radius: 0;
	border: 0;
	font-size: 16px !important;
}

/* BLUE */
h1.page-title {
	color: #059ba8;
}
.alt-bg {
	background: #059ba8;
	color: white;
}

/* WHITE */
.container h2{
	color:white;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
}

/* GREY */
.selectboxit-container * {
color: #939598;
}
.grey{
	background-color: #e5e5e5;
}

.grey h2 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 100;
	color: #404041;
	padding: 55px 0;
}

nav {
		z-index: 1000;
}

.fixed {
	position: fixed;
	top: 0;
}

#navbar {
	text-align: center;
}

.navbar-nav {
	float: none;
	display: inline-block;
}

.navbar {
  border-radius: 0px;
  }

.navbar-default .navbar-nav>li>a,
#per-slide-template a {
	color: white;
	
}

body {
  position: relative;
}


body,
header h2.dek,
.search input,
.home h1 small {
	font-family: "Roboto Slab";
	font-size: 16px;
	line-height: 24px;
	padding: 0;
	text-rendering: optimizeLegibility;
	font-weight: 300;
}

a {
	color: inherit;
	text-decoration: none;
}
a:hover,
#sidebar1 .current_page_item > a,
#content .post_content a {
	color: inherit;
	text-decoration: underline;
}

.navbar-default {
	background: none;
	border: 0;
}

.social .nav>li>a {
	padding: 2px;
}

.colored,
.page-header,
h1.page-title,
.home .section h2,
.btn.huge,
.footer h2,
footer h2,
.home h1,
#menu-footer a,
.attribution p,
h3,
.social .title {
	font-family: neutra;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase; 
}
.colored {
	font-size: 24px;
}

nav{
	width:100%;
} 

div.colored{
	position:absolute;
	width:100%;
}

.home h1 small {
	display: block;
	text-transform: none;
	color: inherit;
	font-size: 24px;
	line-height: 34px;
}

h3 {
	margin-top: 50px;
}

.dashedlines {
	position: relative;
	margin: 70px 0
}

.dashedlines:before, .dashedlines:after {
   position: absolute;
   font-weight:normal;
  left: 50%;
  top: -40px;
  margin: 0 0 0 -25px;
  content: "\2014 \2014";
}
.dashedlines:after {
	top: auto;
	bottom: -50px;
}
h2.dashedlines {
	font-weight: 100;
	color: #6859a6;
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	
}

.hero {
	width: 100%;
	height: auto;
	margin-top: 44px;
}

.home h1 {
	font-size: 40px !important;
	text-align: center;
	margin-bottom: 50px;
}

p {
	margin-bottom: 12px;
}

h1.page-title {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 18px;
}
h1{
	margin-top:50px;
}
#content {
	padding-top: 40px;
}
#content .post_content ul {
	margin-bottom: 22px;
}
#content .post_content p + ul {
	margin-top: -20px;
}

.secondcolored h2,
footer h2 {
	font-family: neutra !important;
	font-size: 18px !important;
	color: black !important;
	text-align: center;
	font-weight: normal !important;
	line-height: 44px;
	min-height: 44px;
	margin-bottom: 0;
	letter-spacing: .08em;
	font-weight: 400;
}
.secondcolored h2 strong,
footer h2 strong {
	white-space: nowrap;
	font-size: 20px;
	letter-spacing: normal; 
}

footer h2 {
	color: white !important;
}

.footer-links .menu {
	padding: 0;
	text-align: center;
}
.footer-links .menu li {
	float: none;
	display: inline;
}

.footer h2 {
	text-align: right;
	margin-top: 0;
}
.sports-events tr {
	font-weight: 400;
}
footer .colored,
form .btn-default {
	font-weight: normal;
}

.attribution {
	text-align: center;
}

.attribution * {
	display: inline-block;
	text-align: left;
	vertical-align: text-top;
}
.attribution p {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: normal;
}

.page h2, h3, h4  {
	font-size: 18px;
}
.page .post_content ul{
	font-weight: 300;
}

.btn.huge {
	display: block;
	color: white;
	border-radius: 0;
	font-size: 28px;
	font-weight: 100;
	white-space: normal;
}

.btn.huge strong {
	font-weight: 900;
}

.btn.huge:hover {
	opacity: .8;
}


.cycle-slideshow {
	margin-bottom: 15px;
}




.photos img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

#per-slide-template {
	padding-top: 6px;
	margin-top: -6px;
	overflow: hidden;
}

#per-slide-template >div {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

#per-slide-template > div:not(:last-child) {
	border-right: 1px solid white;
}

#per-slide-template > div.cycle-pager-active:before {
	content: " ";
	width: 0; 
	height: 0;
	display: block;
	margin: 0 auto;
	margin-top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #EB5A4E;
}
.post header h1 {
	font-size: 60px;
}
header h2 {
	margin-top: 0;
}
header h2.dek,
#sports h2 {
	font-size: 18px;
}
h3,
.widgettitle,
a.outline {
	font-size: 16px;
	line-height: 1.5em;
}
.row .outline {
	width: 100%;
	
}
.outline .fill,
.outline.completefill {
	display: block;
	margin: 10px -12px -12px;
	padding: 12px;
	text-align: center;
	color: white;
}
.row .outline.completefill {
	display: flex;
  align-items: center;
  justify-content: center;
}
.outline.completefill {
	line-height: 29px;
	margin: 20px 0 0 0;
	overflow: hidden;
}
.page-template-default .outline.completefill {
	margin-top: 0;
}
.outline .visual {
	padding: 0;
}
.smaller {
	font-size: 19px;
}
h2,
header h3,
.post_content blockquote p {
	font-size: 18px;
}
a.outline {
	display: inline-block;
	padding: 10px 12px 6px;
	margin-top: 20px;
	margin-bottom: 15px;
	border-width: 7px;
	border-style: solid;
	line-height: 1em;
	cursor: pointer;
	text-decoration: none !important;
	text-align: center;
}
a.outline.full {
	display: block;
	text-align: center;
} 
.slide {
	position: relative;
}
/*
.slide:not(:first-child) {
	display: none;
}
*/
.slide h3 {
	font-size: 50px;
	margin: 5px 0 0 0;
	line-height: .8em;
	min-height: 80px;
}
.slide p {
	font-size: 15px;
	line-height: 18px;
	min-height: 42px;
}
.slide .description p, .description {
	margin-top: 6px;
	font-size: 11px;
	font-style: italic;
}
.description  {
	margin-bottom: 20px;
}
.slide .holder {
	background: rgba(255,255,255,.9);
	font-size: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
}

.widget ul {
	padding: 0;
}
.widget li {
	list-style: none;
}
.post_content p,
.widget li {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 22px;
}
.post_content p strong {
	font-weight: 700;
}
blockquote {
	border: 0;
	padding: 0;
}

#per-slide-template a {
	font-size: 20px;
	letter-spacing: 0.05em;
	padding: 20px 10px;
	line-height: normal;
	display: block;
	min-height: 80px;
}

.navbar {
	margin-bottom: 0;
	background: #6859a6;
}

.navbar-brand,
.navbar-header {
	float: none;
	text-align: center;
}
header .meta {
	margin: 10px;
}

.navbar-brand img {
	margin: 40px 0;
	display: inline-block;
}
.ad img {
	width: 100%;
	height: auto;
}

.nav>li>a {
	padding: 15px;
}

#navbar {
	padding: 0;
}

/* CYCLE */
.slide .overlay {
	background: #EB5A4E;
	padding: 10px 20px;
	color: white;
}
.slide .overlay cite {
	color: black;
	display: block;
	min-height: 16px;
}
.slide .overlay p {
	margin-bottom: 0;
}
#per-slide-template {
	z-index: 1000;
	position: relative;
	font-size: 40px;
	text-align: center;
	color: #B2B2B2;
	margin-top: 5px;
	cursor: pointer;
}
#per-slide-template span.cycle-pager-active {
	color: #EB5A4E;
}

/* Category */
.page-header {
		margin: 0;

}
.page-header h1 {
	border-bottom: 0;
	background: #F3766A;
	margin: 0;
	padding: 0;
	height: 100px;
	line-height: 100px;
	font-size: 50px;
	color: white;
	text-align: center;
	font-weight: 900;
}

/* FOOTER */
footer {
	background: #404040;
	color: white;
	height:60px;
}
footer p {
	margin-bottom: 15px;
}
#inner-footer {
	margin: 20px 0;
}
footer .colored {
	text-align: center;
	padding-top: 10px;
}
.footerimg {
	text-align: center;
}
footer img {
	height: 35px;
	display: inline-block;
	margin: 0 0 20px;
}
hr {
	border-top: 1px solid #fedca6;
}
hr.heavy {
	border-top: 5px solid black;  
}

/* PAGE */
.single #main {
	margin-bottom: 20px;
}
.single #main article {
	padding-bottom: 80px;
}
.textlinks p.rule:last-child,
.widget li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.home #main {
	border-right: 0;
}
.section h2 {
	margin-top: 0;
}
.rule,
.widget li {
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.post_content {
	margin-bottom: 10px;
}
header.rule {
	padding-bottom: 7px;
	margin-bottom: 10px;
}
p.rule,
.widget li {
	padding-bottom: 12px;
	margin-bottom: 12px; 
}

.form-control {
	border-radius: 0;
	height: 34px;
}
.wpcf7-list-item label {
	display: block;
	font-weight: 300;
}
input[type="radio"], input[type="checkbox"] {
	margin-right: 8px;
}

/* POST */
.visual.video a:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("images/video.svg") no-repeat center center;
	background-size: 33%;
}

/* 5 columns for footer */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

.navigation >div {
	position: absolute;
	top: 45%;
	left: 0;
	height: 22px;
	width: 20px;
	background: rgba(255,255,255,.7) url("images/arrow-left.svg") no-repeat center center;
	z-index: 1000;
	background-size: 25%;
	border-radius: 0 5% 5% 0;
	z-index: 1000;
	cursor: pointer;
}
.navigation div.cycle-next {
	right: 0;
	left: auto;
	border-radius: 5% 0 0 5%;	
	background-image: url("images/arrow-right.svg");
}

.carousel-holder {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: 10px;
}

.carousel-holder .prev,
.carousel-holder .next,
.pagination .prev,
.pagination .next {
	top: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	border-width: 16px;
	margin-top: -20px;
	z-index: 1000;}
.carousel-holder .prev,
.pagination .prev {
	left: -16px;
	border-right-color: #059BA8;
}
.pagination .prev {
	left: -42px;
	top: 0;
	margin-top: -1px;
}
.carousel-holder .next,
.pagination .next {
	right: -16px;
	border-left-color: #059BA8;
}
.pagination .next {
	right: -42px;
	top: 0;
	margin-top: -1px;
}
#sidebar1 {
	padding-bottom:20px;
}

.navbar-default .navbar-toggle {
	border: 0;
}

.navbar-toggle .icon-bar {
  width: 25px;
  height: 4px;
}
.navbar-toggle {
	margin-top: 15px;
}


h2{
	text-align:center;
	color:white;
	font-style:bold !important;
	margin: 20px 0 20px 0;
}

div.photos#photos{
	padding-bottom:50px;
}

#div2{
	width:820px;
	background-color:#0E694F;
	text-align:left;
	padding: 30px 40px 30px 40px;
	margin-left: 60px;
	margin-bottom: 50px;
}

.row{
	margin-top:20px;
}

.no-flexbox .home #main a {
	display: table;
}
.no-flexbox .home #main a div {
	display: table-cell;
	vertical-align: middle;
}

header .social {
	position: absolute;
	z-index: 1000;
}
#photos .social {
	text-align: center;
}

.social.right {
	text-align: right;
	margin-bottom: 30px;
}

i.fa:before  {
	color: #6859a6;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	font-size: 16px;
	text-align: center;
	margin-right: 3px;
	line-height: 28px;
	display: inline-block;
	background:white;
}
.social {
	margin: 10px;
}

.social .title {
	background: rgba(0,0,0,.2);
	color: white;
	display: inline-block;
	clear: both;
	padding: 0 10px;
	font-size: 14px;
	margin-bottom: 10px;
	
}
header .social .links {
	margin-left: 10px;
}

#photos .social i:before {
	color: #059ba8;
}

a:hover i.fa:before {
	opacity: .7;
}


