* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html, body {
  margin: 0px;
  padding: 0px;
}
body {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  background-color:#000009;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: auto;
	font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
}

body, td, th {
	color:#dfdfdf;
	font-family: 'Quattrocento Sans', Arial, sans-serif;
  font-size: 16px;
	font-weight: 400;
}

p {margin:0; padding:0 0 1em 0; line-height:1.8em;}
img {border:none;}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: 'Quattrocento', Times New Roman, serif;
  margin: 0px;
  padding: 0px 0px 12px 0px;
}

a, a:active {
	color:#66a1fb;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: underline;
}
a:hover {
	color:#fff200;
  -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.container {
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  width: 1280px;
}


/* BACKGROUND */
.shadow-top {
	background-image: url(../images/background-shadow-top.png);
	background-repeat: repeat-x;
	background-position: top left;
	width: 100%;
}
.shadow-bottom {
	background-image: url(../images/background-shadow-bottom.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 100%;
}
.flowers-top {
	width: 100%;
}

/* HEADER */
.theheader {
  background-color: transparent;
	width: 100%;
}
.spacer-header {}
.spacer-header img {width: 100%; height: auto;}
.logo {
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 2;
	top: 0;
}
.logo img {width: 20%; height: auto; vertical-align: top;}

.navmenubox1 {float: left; width:40%;}
.navmenubox2 {float: right; width:40%;}


.nav-body {
	background-color: #352a1f;
	background-image: none;
	background-repeat: repeat-x;
	background-position: top left;
	padding: 0px 0px 0px 0px;
	height: 93px;
	width: 898px;
	width: calc(100% - 376px);
  width: -o-calc(100% - 376px);
  width: -webkit-calc(100% - 376px);
  width: -moz-calc(100% - 376px);
	float: left;
}

.nav-deco {float: left; vertical-align: top;}

.headernavbar {
  text-align: center;
	width:1350px;
	margin: auto;
	margin-bottom: -40px;
}

.partnerlogos {
	position: absolute;
	z-index: 2000;
	top: 20px;
	left: 20px;
}

/* Header on Scroll */
.fixed {
  position: fixed;
  top: 0;
	width: 100%;
  z-index: 9999;
  left: 0;
}


/* FOOTER */
.thefooter {
  background-color: transparent;
  text-align:center;
	margin: 20px 0px 0px 0px;
}
.thefooter .container {
	background-image: url(../images/bar-footer.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px 0px 20px 0px;
}

.footer-home {padding: 10px 0px 0px 0px; background-image: none;}

.copyright {
		text-align: center;
  font-weight: 300;
  color: #4366cd;
  font-size: 14px;
	padding: 10px 20px 20px 20px;
	line-height: 26px;
}
.copyright a {color: #4366cd; text-decoration: underline;}
.copyright a:hover {color: #fff; text-decoration: underline;}

.copyright .alignright {padding: 0px; margin: 0px 0px 0px 10px;}
.copyright .alignright img {vertical-align: middle;}

.copyright-partnerlogo {width:40px; height: auto; margin-top: 5px;}


/* MAIN */
.thebody {
	padding-bottom: 0px;
}

.mainbody {
	position: relative;
	width: 100%;
}

.mainbody-blog {
	width: 100%;
	background-image: url(../images/background-blog.png);
	background-repeat: repeat-y;
	background-size: 100% auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 40px 40px 40px;
}
.mainbody-blog-deco {width: 100%; vertical-align: top; padding: 0px 5px 0px 5px;}
.mainbody-blog-deco img {width: 100%; height: auto; vertical-align: top;}


/*==========  CONTENT STYLES  ==========*/

/* INSIDE PAGE */
.sectiontitle {
	width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 68px 0px;
  font-size: 20px;
  line-height: normal;
  color: #000;
  font-weight: bold;
	background-image: url(../images/sectiontitle.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.sectiontitle-bg {
	width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 10px 20px 10px 20px;
	background-color: #fff200;
}
.standardpage {padding: 0px 20px 40px 20px; font-size: 17px;}
	
.page-content {
  margin: 0px;
  padding: 0px 0px 0px 0px;
}
.search-page {
	padding: 100px 0px 300px 0px;
	text-align: center;
}


/* SIDEBAR */
.sb-padding {
	padding: 0px 20px 0px 0px;
}
.widget {
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 14px;
  color:#7dcdf0;
}
.widget h2 {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
	margin: 0px 0px 0px 0px;
  padding: 0px 0px 11px 0px;
  text-transform: uppercase;
	font-weight: normal;
	font-family: 'Quattrocento Sans', Arial, sans-serif;
}

.widget ul {
	margin: 0px 0px 0px 0px;
	padding: 15px 10px 10px 20px;
	background-image: url(../images/bar-sidebar.png);
	background-repeat: repeat-y;
	background-position: left;
}
.widget ul li {
  list-style-type: none;
  margin: 0px 0px 8px 0px;
  padding: 0px 10px 7px 15px;
	font-size: 18px;
  line-height: 28px;
	background-image: url(../images/icon-sb.png);
	background-repeat: no-repeat;
	background-position: top left;
	font-family: 'Quattrocento', Times New Roman, serif;
}
.widget ul li a {color:#7295e8; text-decoration: none;}
.widget ul li a:hover {color: #fff; text-decoration: underline;}

.widget input[type=text], .widget .searchform input[type=text] {
  background-color: #0f367c;
  border: 1px solid #0f367c;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  font-family: 'Overlock', Arial, sans-serif;
	color: #cbeffe;
	font-style: italic;
}

.widget .searchform {
  background-color: #0f367c;
  border: none;
  clear: both;
  margin-bottom: 10px;
}

.widget .searchform input[type=text] {
  height: 32px;
  border: none;
  background-color: transparent;
  width: 80%;
  width: calc(100% - 80px);
  width: -o-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
	color: #cbeffe;

}

.widget #searchsubmit {
  padding: 6px 8px 6px 8px;
	width: 80px;
  float: right;
  height: 32px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  border: none;
  color: #fff;
  font-family: 'Quattrocento Sans', Arial, sans-serif;
	cursor: pointer;
	background: #f0a247;
}
.widget .screen-reader-text {display: none;}
.widget #searchsubmit:hover {background-color: #000;}

.widget select, .eventtaxonomy-links select{
  background-color: #41538b;
  border:1px solid #41538b;
  margin: 0px 0px 20px 0px;
  padding: 10px 10px 9px 10px;
	font-style: italic;
  font-size: 16px;
  color:#96aae8;
  width: 100%;
  font-family: 'Quattrocento Sans', Arial, sans-serif;
}

.sb-map {
	margin-bottom: 30px;
	background: #0084c8;
		background: -moz-linear-gradient(top, #0084c8 0%, #3bb0ea 100%);
		background: -webkit-linear-gradient(top, #0084c8 0%,#3bb0ea 100%);
		background: linear-gradient(to bottom, #0084c8 0%,#3bb0ea 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0084c8', endColorstr='#3bb0ea',GradientType=0 );
		-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.35);
box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.35);
		padding: 5px 5px 5px 5px;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: bold;
}
	.sb-map img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	.sb-map a {color: #001c53; text-decoration: none;}
	.sb-map a:hover {color: #fff;}
	
	.sb-map-heading {padding: 5px 10px 5px 10px;}
	
.sb-tagline {width: 100%; margin: 0px 0px 20px 0px;}
	.sb-tagline img {width: 100%; height: auto;}


/* WIDGET STYLES */
.widget ul li span.post-date {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
	color: #6790da;
	font-family: 'Overlock', Arial, sans-serif;
}


/* BLOG */
.blog-body {width: 78%; float: left; padding: 0px 20px 0px 0px;}
.blog-sidebar {width: 22%; float: right; margin-top: -90px;}



/* BLOG POST - BODY */
.newspost {
  padding: 0px 20px 0px 20px;
}
.news-titledate {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}
	.box-column .news-titledate {margin: 0px 0px 10px 0px;}
	
.news-date {
  font-size: 12px;
  text-transform: uppercase;
  color: #7295e8;
  padding: 0px 0px 5px 0px;
  font-weight: normal;
}
	.news-date i {color: #9dddf9; margin-right: 3px;}
	
	.news-single .news-date {font-size: 15px;}
	
.news-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  padding: 0px 0px 0px 0px;
  font-family: 'Quattrocento', Times New Roman, serif;
  color: #afe9ff;
}
	.news-single .news-title {font-size: 28px; padding-bottom: 10px; line-height: 40px;}

.news-title a {color: #afe9ff; text-decoration: none;}
.news-title a:hover {color: #fff200; text-decoration: underline;}

.news-contentbody {padding: 0px 0px 0px 0px;}
	.box-column .news-contentbody {font-size: 14px;}
	
	.news-single .news-contentbody {font-size: 17px;}

.news-meta {
  padding: 15px 0px 20px 0px;
  color: #31a9e4;
  font-size: 14px;
	font-family: 'Overlock', Arial, sans-serif;
}
  .news-meta i {color: #31a9e4;}
  .news-meta strong {font-weight: 400;}
  .news-meta a {color: #31a9e4; text-decoration: underline;}
  .news-meta a:hover {color:#fff; text-decoration: underline;}
  .news-meta p {margin: 0px; padding: 0px 0px 5px 0px;}



/* BLOG POST NEXT-BACK */
.nextback-box {margin: 30px 0px 30px 0px;}
.nextback-box .barsep {margin: 0px;}
.nextback {
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  font-size: 22px;
  line-height: 22px;
  font-family: 'Overlock', Arial, sans-serif;
  text-transform: none;
}

.nextback .backlink {
  text-align: left;
  width: 48%;
  float: left;
}

.nextback .nextlink {
  text-align: right;
  width: 48%;
  float: right;
}
.nextback a {color: #f0a247; text-decoration: none;}
.nextback a:hover {color: #fff;}

.nextback .backlink a, .nextback .nextlink a {background-repeat: no-repeat; display: inline-block;}
.nextback .backlink a {
  background-image: url(../images/post-back.gif);
  background-position: top left;
  padding: 0px 0px 0px 20px;
}

.nextback .nextlink a {
  background-image: url(../images/post-next.gif);
  background-position: top right;
  padding: 0px 20px 0px 0px;
}


/* ARCHIVE PAGES */
.newsarchive-item {
  margin: 0px 0px 40px 0px;
  padding: 0px 20px 30px 20px;
	background-image: url(../images/bar-sep.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: auto;
}
.blogarchive-item .blog-tagscategs {padding: 10px 0px 0px 0px;}

.blogarchive-item .blog-titledate {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
	background-image:none;
}



/* SEARCH RESULTS */
.searchtext-desc {
  margin: -20px 0px 20px 0px;
  padding: 0px 0px 20px 0px;
  font-size: 20px;
}

.thesearchresults {}
.thesearchresults .blog-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  padding: 0px 0px 10px 0px;
}



/* PAGE NAVI */
.pagination {padding: 20px 0px 20px 0px; color: #9dddf9;}

.wp-pagenavi {
	clear: both;
	font-family: 'Overlock', Arial, sans-serif;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #5faacb !important;
	padding: 3px 5px;
	margin: 2px;
}
.wp-pagenavi a {
  border: 1px solid #5faacb;
	color: #5faacb;
}
.wp-pagenavi span:first-child {
  border: none !important;
  padding: 4px 6px;
  color: #9dddf9 !important;
	font-weight: 500;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #535fd2;
}
.wp-pagenavi a:hover {
  border-color: #f0a247 !important;
  background-color: #f0a247 !important;
  color: #fff;
}

.wp-pagenavi span.current {
	font-weight: bold;
	color: #fff;
	background-color: #5faacb;
	border: 1px solid #5faacb;
}


/* 404 PAGE */
.errorpage {
  text-align: left;
}
.errorpage .searchform {
}

.errorpage .searchform input[type=text] {
  height: 32px;
	color:#fff;
  background-color: #0084c8;
  border: 1px solid #0084c8;
  width: 80%;
  padding: 8px 10px 8px 10px;
}

.errorpage #searchsubmit {
  background-color: #3bb0ea;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  border: none;
  margin-left: 0px;
  padding: 6px 8px 6px 8px;
}
.errorpage .screen-reader-text {display: none;}
.errorpage #searchsubmit:hover {background-color: #d92e2d; color: #fff;}



/* CONTACT FORM */
.theform {
  margin: 20px auto 20px auto;
  padding: 0px;
}
  .theform h3 {font-weight: 400; margin: 0px; padding:20px 0px 20px 0px;}
.form-item {
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 30px 0px;
}

.form-item p {margin: 0px; padding: 0px;}
.form-item-label {
  font-size: 16px;
  padding: 0px 0px 8px 0px;
  color: #fcc37f;
	font-family: 'Overlock', Arial, sans-serif;
  font-weight: 500;
	text-transform: uppercase;
}
  .form-item-label span {font-size: 11px; color: #fee57b; padding-left: 5px; font-weight: normal;  text-transform: uppercase; font-style: italic;}
.form-item input, .form-item textarea {
  width:100%;
  padding:10px;
  font-size:15px;
  line-height: 22px;
  color: #0b2852;
  font-family: 'Roboto Slab', Georgia, Times New Roman, serif;
  border: 1px solid #bfe7f9;
  background-color: #7dcdf0;
}
.form-item textarea {height: 120px;}

.form-item input[type="radio"] {width: auto;}
.wpcf7-radio {margin: 0px 20px 0px 0px;}

.theform-button {text-align: left;}
.theform-button input {
  cursor: pointer;
  width: auto;
  text-decoration: none;
  padding: 12px 20px 10px 20px;
  text-transform:uppercase;
  color: #fff;
  font-weight: bold;
  font-size:18px;
  font-family: 'Overlock', Arial, sans-serif;
  border: none;
background: #f0a247;
background: -moz-linear-gradient(top, #f0a247 0%, #ff8133 100%);
background: -webkit-linear-gradient(top, #f0a247 0%,#ff8133 100%);
background: linear-gradient(to bottom, #f0a247 0%,#ff8133 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0a247', endColorstr='#ff8133',GradientType=0 );
-webkit-box-shadow: 2px 4px 8px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 2px 4px 8px 0px rgba(0,0,0,0.5);
box-shadow: 2px 4px 8px 0px rgba(0,0,0,0.5);
}
.theform-button input:hover {
background: #ffde7f;
background: -moz-linear-gradient(top, #ffde7f 0%, #feb841 100%);
background: -webkit-linear-gradient(top, #ffde7f 0%,#feb841 100%);
background: linear-gradient(to bottom, #ffde7f 0%,#feb841 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde7f', endColorstr='#feb841',GradientType=0 );
color: #956b49;
}
.form-1col {padding-right: 20px; box-sizing: border-box;}
.form-2col {width: 50%; float: left; padding-right: 20px; box-sizing: border-box;}


/* EVENTS PAGE */
.eventslisting {
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	border-spacing: 0;
  border-collapse: collapse;
}

.eventslisting tr:nth-child(even) {
  background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.30);
}
.eventslisting tr table tr:nth-child(even) {background-color: transparent;}
.eventslisting tr:nth-child(odd) {
  background: rgb(48, 48, 48);
	background: rgba(48, 48, 48, 0.30);
}
.eventslisting tr table tr:nth-child(odd) {background-color: transparent;}

.eventslisting tr td {
	margin: 0px 0px 0px 0px;
	padding:10px;
}
.theeventlistingdetails tr td {
	margin: 0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	font-size: 14px;
	color: #c3ebfd;
}

.elisting-title {
	font-size: 28px !important;
	font-weight: 500;
	font-family: 'Overlock', Arial, sans-serif;
	color: #fff5c3;
}
.elisting-title a {color: #9dddf9; text-decoration: none;}
.elisting-title a:hover {color: #fee57b; text-decoration: underline;}
.elisting-label {
	color: #fcc37f;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px 0px 5px 0px;
}
.eventdetailes-item {
	padding: 0px 0px 20px 0px;
}
.eventdetailes-item .elisting-label {
	display: inline-block;
	padding: 0px 5px 0px 0px;
	font-size: 14px;
}
td.eventsentry-date {width: 33%; color: #fcc37f !important;}
td.eventsentry-time {width: 30%; color: #fcc37f !important;}
td.eventsentry-venue {width: 37%; color: #fcc37f !important;}

.eventphotographic {
	float: left;
	margin: 0px 30px 30px 0px;
	width: 30%;
}
.eventphotographic img {width: 100%; height: auto;
border: 2px solid #3c2c71;
}

.eventslisting tr td.eventlisting-photo {width: 25%; vertical-align: top; padding: 20px 10px 20px 20px;}
.eventslisting tr td.eventlisting-photo img {width: 100%; height: auto;
border: 2px solid #3c2c71;
}

.eventtaxonomy-links {margin: 0px 0px 0px 0px; padding: 0px 0px 40px 0px;}
.eventtaxonomy-links select {
	width: auto;
	margin-right: 0px;
	font-size: 16px;
  background-color: #0f367c;
  border:1px solid #0f367c;
	margin: 0px;
  padding: 10px 10px 10px 10px;
  color:#cbeffe;
  font-family: 'Overlock', Arial, sans-serif;
}

.eventtax-title{
	text-align: center;
		font-size: 35px;
	line-height: 45px;
	  font-weight: 500;
  padding: 0px 0px 40px 0px;
  font-family: 'Cormorant', Georgia, Times New Roman, sans-serif;
  color: #cd97fc;
}


/*==========  ELEMENT STYLES  ==========*/
.bar {
  width: 100%;
  height:1px;
  margin: 30px 0px 30px 0px;
	background-color: #ddd5c6;
	clear: both;
}

/* NEWSLETTER */

.newsletter {
  text-align: center;
  width: 60%;
	margin: auto;
	padding: 10px 0px 10px 0px;
}

.mc-field-group {
  width: 100%;
  width: calc(100% - 180px);
  width: -o-calc(100% - 180px);
  width: -webkit-calc(100% - 180px);
  width: -moz-calc(100% - 180px);
  float: left;
}
.mc-field-group label {display: none;}
.mc-field-group input {
  width: 100%;
  border:none;
  height: 42px;
  line-height:42px;
  background-image: url(../images/mlistbg.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0px 10px 0px 40px;
  font-size: 16px;
  font-family: 'Roboto Slab', Georgia, Times New Roman, serif;
	font-style: normal;
	font-weight: 300;
  background-color: #07225f;
  color: #46a9e2;
}
.input-group {
	display: block;
	text-align: left;
	padding: 10px 0px 20px 0px;
	color: #7dcdf0;
	font-family: 'Overlock', Arial, sans-serif;
	font-size: 16px;
	font-style: italic;
}
.input-group a {color: #7dcdf0;}
.input-group a:hover {color: #fff;}
.input-group input[type="checkbox"] {
	display: inline;
	text-align: left;
	float: left;
}
.input-group label {
	display: inline;
	text-align: left;
	float: left;
}

.mlistbutton {width: 180px; float: right; height: 42px;}
.mlistbutton input {
  cursor: pointer;
  width: 100%;
  height: 42px;
  line-height: 40px;
  vertical-align: middle;
  border: 1px solid #07225f;
  background-color: #46a9e2;
  font-family: 'Overlock', Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
	font-weight: bold;
  color: #07225f;
}
.mlistbutton input:hover {
  background-color: #f0a247;
  color: #fff;
}



.newsletterbox-text {
	width: 100%;
	display: block;
	text-align: center;
	font-family: 'Cormorant', Georgia, Times New Roman, serif;
	font-style: italic;
	font-size: 14px;
	color: #434857;
	vertical-align: top;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 20px 0px;
}
	.newsletterbox-text h3 {
		font-style: normal;
		color: #697889;
		font-size: 24px;
		text-transform: none;
		padding: 0px 0px 0px 0px;
		font-variant: small-caps;
	}
.newsletterbox-form {
	width: 85%;
	margin: auto;
}



/*==========  ABOUT PAGE  ==========*/
.aboutpage {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	display: table;
	width: 100%;
	  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.aboutpage-col1 {
	display: table-cell;
	width: 32%;
	vertical-align: top;
}
	.aboutpage-col1 img {width: 100%; height: auto;}
.aboutpage-col2 {
	display: table-cell;
	width: 68%;
	vertical-align: top;
	padding: 0px 20px 0px 20px;
}
.aboutpage-col2 img {width: 95%; height: auto;}
p.aboutbottomimg {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

.aboutpage-title {
	width: 100%;
  text-align: left;
  margin: 0px 0px 20px 0px;
  padding: 20px 0px 0px 0px;
  font-size: 48px;
  line-height: normal;
  color: #fee57b;
  font-weight: normal;
 font-family: 'Quattrocento', Times New Roman, serif;

}

.aboutpage-title span {
	display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 30px 0px;
	background-image: url(../images/page-title.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

/*==========  RESOURCES PAGE  ==========*/
.resourcespage {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: table;
}
.resourcespage-col1 {
	display: table-cell;
	width: 61%;
	vertical-align: top;
	padding: 0px 20px 0px 20px;
}
	
.resourcespage-col2 {
	display: table-cell;
	width: 39%;
	vertical-align: top;
}
.resourcespage-col2 img {width: 100%; height: auto;}


/*==========  CONTACT PAGE  ==========*/
.contactpage {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: table;
}
.contactpage-col1 {
	display: table-cell;
	width: 73%;
	vertical-align: top;
	padding: 0px 20px 0px 20px;
}
	
.contactpage-col2 {
	display: table-cell;
	width: 27%;
	vertical-align: top;
}
.contactpage-col2 img {width: 100%; height: auto;}


/*==========  HOME PAGE STYLES  ==========*/
.homebody {
	  width: 100%;
	height: 100%;
  position: relative;
}

.home-header-box {
	position: fixed;
  left: 0; top: 0px; right: 0;
	z-index: 9999; 
}

.home-content {
	position: absolute;
  left: 0; top: 0px; right: 0;
	z-index: 5; 
}

.home-spacer {width: 100%; vertical-align: top; padding-bottom:60px;}
.home-spacer img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.home-logo-mobile {display: none; text-align: center;}
.home-logo-mobile img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.home-bottomstuff {
	width: 100%;
}
	.home-bottomstuff .bar-main {margin: 0px;}

.home-stuffcontent {width: 100%; clear: both; padding: 20px 40px 20px 40px;}
.home-news {width: 68%; float: left; padding: 0px 40px 0px 0px;}
.home-video {width: 32%; float: right; padding: 10px 0px 10px 0px;}

	.videobox {
		background: #0084c8;
		background: -moz-linear-gradient(top, #0084c8 0%, #3bb0ea 100%);
		background: -webkit-linear-gradient(top, #0084c8 0%,#3bb0ea 100%);
		background: linear-gradient(to bottom, #0084c8 0%,#3bb0ea 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0084c8', endColorstr='#3bb0ea',GradientType=0 );
		padding: 5px 5px 5px 5px;
	}
	
	.video-morelink {
		text-align: center;
		font-size: 15px;
		text-transform: uppercase;
		width: 100%;
		padding: 10px 10px 10px 10px;
		color: #fff;
	}
	.video-morelink a {color: #fff200;}
	.video-morelink a:hover {color: #000;}

.home-news-box {
	width: 100%;
	display: table;
}
.home-news-box .box-column {
	width: 28%;
	display: table-cell;
	padding: 20px 0px 10px 0px;
}
.home-news-box .bar-column {
	width: 8%;
	display: table-cell;
	background-image: url(../images/bar-vertical.png);
	background-repeat: repeat-y;
	background-position: center;
}

/* panel styles */
.changedivbackground {
  background: rgb(26, 17, 70);
	background: rgba(26, 17, 70, 0.75);
	padding: 10px;
}
.changedivbackground .bar-main {display: none;}

/*==========  CLIENT-SPECIFIC CONTENT STYLES  ==========*/

.bar-main {
	background-image: url(../images/bar-main.png);
	background-repeat: repeat-x;
	background-position: center;
	width: 100%;
	height: 4px;
	margin: 30px 0px 30px 0px;
}


/*==========  STYLE OVERRIDES  ==========*/

.nosidebar {width: 90%; margin: auto;}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*==========  IMAGES  ==========*/
img.alignnone {margin: 20px 0px 20px 0px;}
img.alignright {float:right; margin:20px 0 20px 20px;}
img.alignleft {float:left; margin:20px 20px 20px 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:20px 0 20px 20px}
a img.alignleft {float:left; margin:20px 20px 20px 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

img.responsive {width: 100%; height: auto;}

/* ALIGNMENTS */

/* img.alignnone, img.alignright, img.alignleft, img.aligncenter {
  outline: 1px solid white;
  outline-offset: -4px;
}
*/
.center, .centered {text-align: center; margin: auto;}
.alignright {float:right; margin:20px 0 20px 20px;}
.alignleft {float:left; margin:20px 20px 20px 0}


/* COLORS */
.white {color: #fff;}
.yellow {color: #fff200;}



/* CLEARFIX */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1; /* ie 6/7 */
}