/*
Theme Name: Seriously Creative
Theme URI: http://SeriouslyCreative.ca/
Description:  SeriouslyCreative
Author: Seriously Creative
Version: 1.1
Tags: Seriously Creative
*/
@charset "utf-8";
/* CSS Document */

body{
	position:relative;
	padding:0;
	margin:0;
	background-color:#eeffee;
	color:#0F5473;
	font-family: Arial, Helvetica, sans-serif
}
p{margin:1em 0 1em 0;}
.left{float:left;}
.right, .alignright{float:right;}
.alignleft{float:left; margin:0 10px 5px 0;}
.clear{clear:both;}
.margin_right{margin-right:10px;}
.margin_left{margin:0 0 10px 10px;}
.inline{display:inline-block;}
.center{
	text-align:center;
	margin:0 auto;
}
.underline{
	text-decoration: underline;
}
div{box-sizing: border-box;}
h1{
}
#main_body_text h1:first-child, #main_content h1:first-child {margin-top: 0;}
a img{border:none;}
a {
	color:inherit;
}
.content_wrapper a{
	color:#000;
	text-decoration: none;
}
.content_wrapper a:hover{
	text-decoration: underline;
}
#banner a, #footer a{color:#fff;}
img.floatLeft{
	float:left;
	margin:0 10px 10px 0;
}
#container{
	position:relative;
	margin:0px auto;
	width:100%;
	max-width: 1920px;
	font-size:17px;
/*	line-height: 1.3em;*/

	background-color:#eeffee;
}
#banner h1{display: block;margin: 0;}
#banner h1 span {
   display: inline-block;
}
#banner h1 span::first-letter {
   color: #1A1C8F;
}
#banner_logo_mobile{
	position: relative;
	clear: both;
	margin-top: 10px;
	display: none;
}
#banner_middle_mobile{
	position: relative;
	
	text-align: center;
	display: none;
}
#banner{
	position:relative;
	width:100%;
	background-color:#89AF20;
	height:auto;
	color:#fff;
	display: flex;
	line-height: 1.5em;
	font-size:20px;
	padding: 10px 10px 0;
	min-height: 150px;
	margin: 0 auto;
	max-width: 1024px;
}
#banner_ad_left{
	position: relative;
	flex:  1;
	max-width: 200px;
	text-align: left;
}
#banner_middle{
	position: relative;
	flex:  2;
	padding: 20px 200px 0 210px;
}
#banner_ad_right{
	position: relative;
	flex:  1;
	max-width: 200px;
	text-align: center;
}
#menu{
	position: absolute;
  width: 100%;
	display: block;
  text-align: left;
	font-size: 16px;
	margin-top: 20px;
	height: auto;
	bottom: 0;
	left: 190px;
	padding-left: 20px;
}

hr{
	border:10px solid #0F5473;
  margin-left: calc(-100vw / 2 + 1220px / 2);
  margin-right: calc(-100vw / 2 + 1220px / 2);
}
#main_body_text{
	margin: 0 auto 30px;
}
#main_body_text img{
	max-width: 50%;
	height: auto;
}
#main_body a{
	text-decoration:underline;
	color:#010;
}
#main_content img.alignright {
	margin: 0 0 0 20px;
		background-color:#FFF;
}

#footer{
	position:relative;
	width:100%;
	background-color:#89AF20;
	color:#fff;
	height:auto;
/*	line-height: 50px;  */
	padding: 20px 20px;
	font-size:14px;
	text-align:center;
		margin: 0 auto;
	max-width: 1024px;
}
#credits{
	position:relative;
	width:100%;
	font-size:10px;
	text-align:center;
}

.banner_image{
	position: relative;
	text-align: center;
	border-bottom:1px solid #89AF20;
	min-height: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	display: none !important;
}
.banner_image img{
	width: 100%;
	height:auto;
}
.banner_image  .title{
	position: relative;
	top:0;
	left:0;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 80px;
	padding-top: 20px;
	font-size: 44px;

}
.banner_image  .title h2{
	color: #89AF20;
	text-shadow:  -1px -1px 0 #1A1C8F,
                1px -1px 0 #1A1C8F,
                -1px 1px 0 #1A1C8F,
                1px 1px 0 #1A1C8F;
	margin: 0px auto;
}
#one_column{
	position: relative;
	width:100%;
	max-width: 1024px;
	display: block;
	padding: 20px;
	background-color:#FFF;
}
#two_columns{
	position: relative;
	width:100%;
	display: flex;
	background-color:#FFF;
}
#two_columns #left_div{
	flex:1;
	min-width: 200px;
	max-width: 200px;
}
#two_columns #main_content{
	flex:8;
}
#three_columns{
	position: relative;
	width:100%;
	display: flex;
	background-color:#FFF;
}
#three_columns #left_div{
	flex:1;
	min-width: 200px;
	max-width: 200px;
}
#three_columns #main_content{
	flex:8;
	padding: 0 20px;
}
#three_columns #right_div{
	flex:1;
	min-width: 200px;
	max-width: 200px;
}
#left_div, #right_div{
	text-align: center;
	padding: 0 10px;
}

#left_div > *{
	display: block;
	margin-bottom: 10px;
}
#right_div > *{
	margin-bottom: 10px;
}
#main_body_text p:first-of-type{
	margin-top: 0;
}
.content_wrapper{
	max-width: 1024px;
	margin: 0 auto;
	padding: 20px 0;
}
table table tr:first-child td{
	background-color: #89AF20;
	color:#fff;
	font-weight: bold;
}
table table tr td:first-child{
	color:#000;
	font-weight: bold;
	width:242px;
	text-align: left;
}
table{ border-collapse: collapse;}
table table tr td {
  border: 1px solid black;
	padding: 4px;
}




table#roster_table tr:first-child td{
	background-color: #89AF20;
	color:#fff;
	font-weight: bold;
}
table#roster_table tr td:first-child{
	color:#000;
	font-weight: bold;
	width:auto;
	text-align: left;
}
table#roster_table{ border-collapse: collapse;}
table#roster_table tr td {
  border: 1px solid black;
	padding: 4px;
	width:auto;
}





input, textarea{max-width: 100%;}
#custom_menu_icon{padding:10px !important}
div.wprm-wrapper{overflow: auto !important;}
.bigger_menu{font-size: 1.3em;}