/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF TWELVE   ============================================================================= */

.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
	width: 91.53%;
}

.span_10_of_12 {
	width: 83.06%;
}

.span_9_of_12 {
	width: 74.6%;
}

.span_8_of_12 {
	width: 66.13%;
}

.span_7_of_12 {
	width: 57.66%; 
}

.span_6_of_12 {
	width: 49.2%; 
}

.span_5_of_12 {
	width: 40.73%; 
}

.span_4_of_12 {
	width: 32.26%; 
}

.span_3_of_12 {
	width: 23.8%;
}

.span_2_of_12 {
	width: 15.33%; 
}

.span_1_of_12 {
	width: 6.86%; 
}


/*  GO FULL WIDTH AT LESS THAN 767 PIXELS */

@media only screen and (max-width: 767px) {
	.span_12_of_12 {
		width: 100%; 
	}
	.span_11_of_12 {
		width: 100%; 
	}
	.span_10_of_12 {
		width: 100%; 
	}
	.span_9_of_12 {
		width: 100%; 
	}
	.span_8_of_12 {
		width: 100%; 
	}
	.span_7_of_12 {
		width: 100%; 
	}
	.span_6_of_12 {
		width: 100%; 
	}
	.span_5_of_12 {
		width: 100%; 
	}
	.span_4_of_12 {
		width: 100%; 
	}
	.span_3_of_12 {
		width: 100%; 
	}
	.span_2_of_12 {
		width: 100%; 
	}
	.span_1_of_12 {
		width: 100%; 
	}
    .col{
        margin-left: 0;
    }
}
.inline{
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0;
}
.bg-image{
    background-repeat: no-repeat;
    background-position: center;
}
.contain{
    background-size: contain;
}
.cover{
    background-size: cover;
}
* html {
	font-size: 75%
}
html {
	font-size: 12px;
	line-height: 1.5em
}
.pie {
	behavior: url("/PIE.php");
	position: relative
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
body {
	font-size: 12px;
	font-family: sans-serif;
	line-height: 18px;
	*font-size: small
}
pre, code, kbd, samp {
	font-family: monospace, sans-serif
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
ul, ol {
	margin-left: 1.8em
}
ol {
	list-style-type: decimal
}
td {
	vertical-align: top
}
sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	bottom: -0.25em
}
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	top: -0.5em
}
a:hover, a:active {
	outline: none
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	padding: 15px
}
label, input[type="button"], input[type="submit"], input[type="image"], button {
	cursor: pointer
}
button, input, select, textarea {
	width: auto;
	overflow: visible;
	margin: 0;
	font-size: 100%;
	font-family: sans-serif;
	vertical-align: baseline
}
textarea {
	overflow: auto;
	vertical-align: text-top
}
input::-moz-focus-inner, button::-moz-focus-inner {
	border: 0;
	padding: 0
}
::-moz-selection {
	background: #999;
	color: #fff;
	text-shadow: none
}
::selection {
	background: #999;
	color: #fff;
	text-shadow: none
}
a:link {
	-webkit-tap-highlight-color: #999
}
.ie7 img {
	-ms-interpolation-mode: bicubic
}
.ie6 legend, .ie7 legend {
	margin-left: -7px
}
nav ul, nav li {
	margin: 0;
	list-style: none;
	list-style-image: none
}
.ir {
	text-indent: -119988px;
	overflow: hidden;
	text-align: left;
	direction: ltr;
	background-repeat: no-repeat
}
.hidden {
	display: none;
	visibility: hidden
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}
.clearfix {
	zoom: 1
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table
}
.clearfix:after {
	clear: both
}
body, select, input, textarea {
	color: #444
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold
}
a, a:active {
	color: #222
}
a:hover {
	color: #3c3c3c
}
strong, th {
	font-weight: bold
}
small {
	font-size: 92%
}
input:invalid, textarea:invalid {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 0 5px 0 red;
	-moz-box-shadow: 0 0 5px 0 red;
	box-shadow: 0 0 5px 0 red
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
	background-color: #f0dddd
}
body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif
}
ul {
	margin-left: 0
}
ul li {
	list-style: none
}
@media only screen and (max-width: 767px) {
	a.enews-button {
		margin-top: 87px
	}
	body.page-id-12 section#rei-oklahoma .entry-title, body.page-id-12 section#rei-womens-business-center .entry-title, body.page-id-12 section#rei-business-lending .entry-title, body.page-id-12 section#rei-down-payment .entry-title, body.page-id-12 section#rei-nabc .entry-title {
		zoom: 50%
	}
	body.page-id-12 section#rei-oklahoma img, body.page-id-12 section#rei-womens-business-center img, body.page-id-12 section#rei-business-lending img, body.page-id-12 section#rei-down-payment img, body.page-id-12 section#rei-nabc img {
		max-width: 100% !important;
		margin: 0 auto !important;
		display: block !important;
		float: none !important;
		height: auto !important
	}
	#logo {
		zoom: 70%
	}
	#footer {
		text-align: center;
		margin-top: 24px
	}
	#footer .small-logo a {
		margin: 0 auto
	}
	#footer .social {
		text-align: center
	}
	#footer .search {
		margin: 24px
	}
	#footer .search input[type=text] {
		width: 99%
	}
	#footer .foot-left, #footer .foot-right {
		display: block;
		text-align: center;
		line-height: 2.5em
	}
	#footer .bottom {
		margin-top: 30px
	}
	#footer .bottom section {
		padding-bottom: 40px
	}
	#footer .bottom section h3 {
		background: #e9ddcc
	}
	#wpcf7-f4-p17-o1 p {
		text-align: center
	}
	#wpcf7-f4-p17-o1 input, #wpcf7-f4-p17-o1 textarea {
		width: 90%;
		margin: 9px auto 0 auto;
		display: block
	}
	.pages .page .container {
		padding: 15px;
	/*	text-align: center*/
	}
	h1.entry-title {
		text-align: center
	}
	nav#access {
		display: none;
		position: absolute;
		top: 47px;
		left: 0;
		width: 100%;
        background-color: rgba(64,194,204,.9);
        box-shadow: 0 5px 10px rgba(0,0,0,.25);
	}
	nav#access>li {
		width: 90%;
		display: inline-block
	}
	nav#access>li>a {
		background: rgba(255, 255, 255, 0.85);
		line-height: 40px
	}
	.mobile-menu {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		font-family: "franklin-gothic-urw-comp";
		text-decoration: none;
		font-size: 30px;
		color: #545454;
		background: rgba(138, 211, 205, 0.75);
		line-height: 50px;
		padding: 0;
		text-transform: uppercase;
		text-align: center
	}
	.mobile-menu:hover {
		color: #fff
	}
	.mobile-tabs {
		display: block
	}
	.footer-left, .footer-right {
		display: block;
		text-align: center !important;
		width: 100% !important
	}
}
.clearfix {
	*zoom: 1
}
.clearfix:after {
	content: "";
	display: table;
	clear: both
}
#header .site-width, #footer .site-width, #content, .wrap {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto
}
@media only screen and (min-width: 767px) {
	#ninja_forms_form_2_wrap .field-wrap label {
		display: block;
		width: 100px;
		float: left
	}
	#ninja_forms_form_2_wrap .ninja-forms-all-fields-wrap {
		width: 314px
	}
	#ninja_forms_form_1_wrap input[type=submit] {
		margin-left: 256px
	}
	.alignleft {
		display: inline;
		float: left;
		margin-right: 1em
	}
	.alignright {
		display: inline;
		float: right;
		margin-left: 1em
	}
	.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto
	}
	#description {
		width: 1036px;
		margin: 0 auto
	}
	#header h1, #header h2 {
		padding-top: 60px
	}
	#footer .top section {
		display: inline;
		float: left
	}
	#footer .top .small-logo {
		margin-right: 115px
	}
	#footer .top .search {
		width: 365px;
		display: inline;
		float: left
	}
	#footer .top .search input[type=text] {
		width: 323px;
		font-size: 32px
	}
	#footer .top .social {
		display: inline;
		float: right
	}
	#footer .bottom section {
		display: inline;
		float: left
	}
	#footer .bottom section h3 {
		margin-right: 10px
	}
	#footer .bottom section .location {
		min-height: 130px
	}
	#footer .bottom section.middle {
		width: 855px
	}
	#footer .bottom section.middle .location {
		width: 33%;
		display: inline;
		float: left
	}
	#footer .bottom section.first, #footer .bottom section.last {
		width: 266px
	}
	#footer .foot-left, #footer .foot-right {
		margin-top: 30px
	}
	.pages .page .container h4.even {
		display: inline;
		float: right
	}
	.pages .page .container h4.odd {
		display: inline;
		float: left
	}
	.pages .page .container h4.half-width {
		width: 47%
	}
	.left-content {
		width: 590px;
		display: inline;
		float: left
	}
	.left-content .locations-secondary .even, .left-content .locations-other .even {
		display: inline;
		float: right
	}
	.left-content .locations-secondary .odd, .left-content .locations-other .odd {
		display: inline;
		float: left
	}
	.left-content .locations-secondary .location-detail, .left-content .locations-other .location-detail {
		margin-bottom: 40px
	}
	.right-content {
		width: 407px;
		display: inline;
		float: right
	}
	.right-content input[type=text], .right-content textarea, .right-content input[type=email] {
		width: 375px
	}
	.right-content input[type=submit] {
		display: inline;
		float: right
	}
	.entry-content h2.subtitle, .left-content h2.subtitle {
		margin-left: 15px;
		margin-right: 133px;
		margin-top: 45px;
		margin-bottom: 22px
	}
	body.page-id-16 .entry-content .subtitle {
		margin-top: 0;
		margin-right: 70%;
		margin-left: -30px;
		text-indent: 20px
	}
	.pages .page .container {
		padding: 57px
	}
	.pages .page .container hr {
		margin: 26px -32px
	}
	body.page-id-11 .pages .page .container {
		padding: 57px 170px
	}
	body.page-id-11 .pages .page .container .entry-title {
		margin: 0 -100px
	}
	body.page-id-11 .pages .page .container hr {
		margin: 26px 0 26px -123px
	}
	header.parent-title h1.entry-title {
		margin: 20px 44px 35px 44px
	}
	nav#access .menu-main-menu-container>ul>li {
		display: inline-block
	}
	.mobile-menu, .mobile-tabs {
		display: none
	}
	ul.events li .left {
		display: inline;
		float: left;
		width: 330px;
		min-height: 330px
	}
	ul.events li .right {
		display: inline;
		float: right;
		width: 571px
	}
	body.single-guru_slides .hentry img {
		float: left;
		margin-right: 22px
	}
	#ninja_forms_form_1 label {
		width: 230px;
		display: block;
		display: inline;
		float: left;
		text-align: right;
		padding-right: 20px
	}
}

body.home article.hentry {
	font-size: 20px;
	line-height: 24px;
	background: rgba(255, 255, 255, 0.8);
	padding: 22px 40px
}
body.home article.hentry h2 {
	font-size: 28px
}
body.home article.hentry h2 a {
	text-decoration: none;
	line-height: 40px;
	font-family: "franklin-gothic-urw-comp";
	font-weight: 400
}
#description {
	background: rgba(255, 255, 255, 0.7);
	font-size: 20px;
	margin-top: 50px;
	margin-bottom: 40px
}
#description>div {
	text-align: center;
	padding: 22px 10px
}
#rei-oklahoma .entry-title {
	background: rgba(255, 255, 255, 0.75) url(../images/reiok-logo.png) no-repeat 50% 50% !important;
	height: 160px;
	text-indent: -9999px
}
#rei-oklahoma .entry-title span {
	display: none
}
section#rei-womens-business-center .entry-title {
	background: url(../images/reiwbc-logo.png) no-repeat 50% 50% !important;
	height: 160px;
	text-indent: -9999px
}
section#rei-womens-business-center .entry-title span {
	display: none
}
section#rei-business-lending .entry-title {
	background: url(../images/reibl-logo.png) no-repeat 50% 50% !important;
	height: 160px;
	text-indent: -9999px
}
section#rei-business-lending .entry-title span {
	display: none
}
section#rei-down-payment .entry-title {
	background: url(../images/reidpa-logo.png) no-repeat 50% 50% !important;
	height: 160px;
	text-indent: -9999px
}
section#rei-down-payment .entry-title span {
	display: none
}
section#rei-nabc .entry-title {
	background: url(../images/reinabc-logo.png) no-repeat 50% 50% !important;
	height: 160px;
	text-indent: -9999px
}
section#rei-nabc .entry-title span {
	display: none
}
body.page-id-12 .tabs li a {
	font-size: 26px
}
#content table tr td {
	padding: 10px;
	font-size: 30px
}
.visit-site {
	text-align: center;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #000;
	text-decoration: none;
	background: #5CC5BF;
	display: block;
	width: 240px;
	margin: 0 auto
}
.visit-site:active, .visit-site:visited {
	color: #fff
}
.fc-event-skin {
	background: #8AD3CD !important;
	border-width: 0 !important;
	text-shadow: 1px 1px 0 #000;
	line-height: 23px;
	color: #000;
	padding: 5px;
	overflow: hidden
}
.fc-event-title {
	color: #444;
	text-shadow: 0px 0px 0 #fff
}
#pwbox-554 {
	margin: 0 15px
}
.download {
	text-align: center;
	display: inline;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	background: #eee
}
.download h3 {
	margin: 0 0 15px 0;
	background: #ddd
}
.download a {
	background: url(../images/pdf.png);
	display: block;
	text-indent: -9999px;
	width: 128px;
	height: 128px
}
.download p {
	font-size: 14px
}
.download:hover {
	background: #fff
}
.download:hover h3 {
	background: #333;
	color: #fff !important
}
body.page-id-15 .hentry input[type=submit] {
	font-family: "franklin-gothic-urw-comp";
	text-decoration: none;
	font-size: 30px;
	color: #545454;
	background: rgba(138, 211, 205, 0.75);
	line-height: 50px;
	padding: 0 16px;
	text-transform: uppercase;
	margin-right: 20px;
	border-width: 0;
	display: inline;
	float: right;
	margin-top: 20px
}
.ninja-forms-error-msg, .ninja-forms-field-error p {
	color: #990000 !important
}
.ninja-forms-field-error p {
	font-size: 20px;
	padding-left: 250px;
	margin-top: -20px;
	padding: 0 !important
}
.ninja-forms-success-msg p {
	color: #009900 !important
}
.ninja-forms-form input[type=text] {
	font-size: 18px;
	line-height: 30px;
	text-indent: 4px
}
#ninja_forms_form_2_wrap .submit-wrap {
	float: right
}
input[type="submit"], .blog-feed .entry-content a {
	background: #5cc5bf;
	border-width: 0;
	color: #fff;
	font-family: "franklin-gothic-urw-comp";
	width: auto;
	padding: 10px 24px;
	text-transform: uppercase
}
input[type="submit"]:hover {
	background-color: #82d2ce
}
a.enews-button {
	background-color: #5cc5bf;
	display: block;
	float: right;
	color: #FFF;
	font-size: 22px;
	padding: .5em 1em;
	text-decoration: none
}
a.enews-button:hover {
	background-color: #82d2ce
}
div.wpcf7-mail-sent-ok {
	background-color: #5cc5bf;
	color: #FFF
}
div.wpcf7-validation-errors {
	background-color: #f7e700;
	color: #000
}
span.wpcf7-not-valid-tip-no-ajax {
	color: #FFF !important;
	text-align: center;
	width: 30%
}
#header {
	background: #efefef;
    display: inline-block;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
}
#header h1 a, #header h2 a {
	margin: 0 auto 43px auto;
	display: block;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	width: 418px;
	height: 67px;
	background-position: 0 0;
	text-indent: -9999px
}
nav#access ul#menu-main-menu {
	text-align: center
}
nav#access ul#menu-main-menu>li {
	position: relative
}
nav#access ul#menu-main-menu>li>a {
	display: block;
	font-size: 1.1em;
	text-transform: uppercase;
	font-family: "tk-franklin-gothic-urw", sans-serif;
	color: #555;
	padding: 4em 1.2em;
	text-decoration: none
}
@media screen and (max-width: 780px){
    nav#access ul#menu-main-menu>li>a{
        padding: 4em 1em;
    }
}
.fix-on-scroll nav#access ul#menu-main-menu>li>a{
    padding: 1.2em;
}
@media screen and (max-width: 900px){
    .fix-on-scroll nav#access ul#menu-main-menu>li>a{
        padding: 1.5em 1em;
    }
}
@media screen and (max-width: 780px){
    nav#access ul#menu-main-menu>li>a{
        padding: 4em 1em;
    }
}
nav#access ul#menu-main-menu>li.current-menu-item a, nav#access ul#menu-main-menu>li a:hover, nav#access ul#menu-main-menu>li.current-page-ancestor a {
	background: #fff;
	color: #000
}
nav#access ul#menu-main-menu>li .sub-menu {
	display: none;
	position: absolute;
	top: 124px;
    background: #A9A9A9;
	z-index: 99998;
	width: 100%;
}
.fix-on-scroll nav#access ul#menu-main-menu>li .sub-menu{
    top: 58px;
}
@media screen and (max-width: 1024px){
    nav#access ul#menu-main-menu>li>a{
        font-size: 1em;
        padding: 4em 1em;
    }
}
@media screen and (max-width: 900px){
    nav#access ul#menu-main-menu>li>a{
        font-size: .9em;
        padding: 4em .5em;
    }
}
@media screen and (max-width: 767px){
    nav#access ul#menu-main-menu>li>a{
        padding: 1.5em;
    }
    nav#access ul#menu-main-menu>li .sub-menu{
        top: 58px;
    }
}
nav#access ul#menu-main-menu>li .sub-menu hr {
	background: url(../images/sprite.png) 50% 100%;
	height: 14px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%
}
nav#access ul#menu-main-menu>li .sub-menu ul {
	padding-top: 10px
}
nav#access ul#menu-main-menu>li .sub-menu ul li {
	display: block;
	border-bottom: 1px solid #333333
}
nav#access ul#menu-main-menu>li .sub-menu ul li a {
	font-family: "franklin-gothic-urw";
	color: black;
	padding: 10px 15px;
	text-align: left;
	text-decoration: none;
	display: block
}
nav#access ul#menu-main-menu>li .sub-menu ul li.current-menu-item, nav#access ul#menu-main-menu>li .sub-menu ul li a:hover {
	background: #40C2CC;
}
nav#access ul#menu-main-menu>li:hover .sub-menu {
	display: block
}
#rotator {
	border: 16px solid rgba(255, 255, 255, 0.5);
	margin: 20px 0 50px 0
}
#rotator>.container {
	border: 4px solid #333333;
	min-height: 477px
}
#rotator>.container>div.current {
	cursor: default
}
#rotator>.container>div {
	display: inline;
	float: left;
	cursor: pointer;
	width: 93px;
	min-height: 477px;
	position: relative
}
#rotator>.container>div .shadow {
	z-index: 9999;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: block;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	width: 14px;
	height: 477px;
	background-position: -487px 0;
	text-indent: -9999px
}
#rotator>.container>div .small-logo {
	position: absolute;
	top: 70%;
	left: 50%;
	text-indent: -9999;
	zoom: 80%
}
#rotator>.container>div .left {
	display: none;
	width: 453px
}
#rotator>.container>div .left h3 {
	font-size: 50px;
	white-space: nowrap;
	color: #fff;
	font-family: "franklin-gothic-urw-comp";
	font-weight: normal;
	line-height: 60px;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
	margin-left: 25px
}
#rotator>.container>div .left .top {
	position: relative;
	line-height: 155px;
	height: 155px;
	background: rgba(255, 255, 255, 0.75)
}
#rotator>.container>div .left .top .large-logo {
	position: absolute;
	top: 50%;
	left: 50%
}
#rotator>.container>div .left .bottom {
	min-height: 222px;
	padding: 40px 20px 0 30px
}
#rotator>.container>div .left .bottom p {
	font-size: 26px;
	line-height: 30px;
	font-family: "franklin-gothic-urw-comp";
	color: #fff;
	font-weight: 100;
	text-shadow: 1px 1px 3px #000
}
#rotator>.container>div .left .bottom ul {
	margin-top: 25px;
	text-align: right
}
#rotator>.container>div .left .bottom ul li {
	display: inline
}
#rotator>.container>div .left .bottom ul li a {
	background: #fff;
	font-size: 20px;
	color: #555555;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "franklin-gothic-urw-comp"
}
#rotator>.container>div .left .bottom ul li a:hover {
	background: #333;
	color: #fff
}
#rotator>.container div.current {
	background: transparent !important
}
#rotator>.container div.rei-business-lending {
	background: #007fc5
}
#rotator>.container div.rei-business-lending .small-logo {
	margin-top: -38px;
	margin-left: -38px;
	display: block;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	width: 76px;
	height: 76px;
	background-position: -1px -184px;
	text-indent: -9999px
}
#rotator>.container div.rei-business-lending .large-logo {
	margin-top: -59px;
	margin-left: -59px;
	display: block;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	width: 119px;
	height: 119px;
	background-position: -1px -385px;
	text-indent: -9999px
}
#rotator>.container div.rei-business-lending .bottom {
	background: rgba(0, 127, 197, 0.75)
}
#rotator>.container div.rei-business-lending:hover {
	background: #fff
}
#rotator>.container div.rei-business-lending:hover .small-logo {
	display: block;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	width: 76px;
	height: 76px;
	background-position: -1px -276px;
	text-indent: -9999px
}
#rotator>.container div.rei-womens-business-center {
	background: #a6b340
}
#rotator>.container div.rei-womens-business-center .small-logo {
	margin-top: -31px;
	margin-left: -48px;
	display: block;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	width: 97px;
	height: 62px;
	background-position: -359px -187px;
	text-indent: -9999px
}
#rotator>.container div.rei-womens-business-center .large-logo {
	margin-top: -47px;
	margin-left: -76px;
	display: block;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	width: 152px;
	height: 97px;
	background-position: -134px -536px;
	text-indent: -9999px
}
#rotator>.container div.rei-womens-business-center .bottom {
	background: rgba(166, 179, 64, 0.75)
}
#rotator>.container div.rei-womens-business-center:hover {
	background: #fff
}
#rotator>.container div.rei-womens-business-center:hover .small-logo {
	display: block;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	width: 97px;
	height: 62px;
	background-position: -359px -280px;
	text-indent: -9999px
}
#rotator>.container div.rei-oklahoma {
	background: #66c7be
}
#rotator>.container div.rei-oklahoma .small-logo {
	margin-top: -34px;
	margin-left: -34px;
	display: block;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	width: 67px;
	height: 67px;
	background-position: -97px -188px;
	text-indent: -9999px
}
#rotator>.container div.rei-oklahoma .large-logo {
	margin-top: -53px;
	margin-left: -53px;
	display: block;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	width: 106px;
	height: 106px;
	background-position: -151px -391px;
	text-indent: -9999px
}
#rotator>.container div.rei-oklahoma .bottom {
	background: rgba(102, 199, 190, 0.75)
}
#rotator>.container div.rei-oklahoma:hover {
	background: #fff
}
#rotator>.container div.rei-oklahoma:hover .small-logo {
	display: block;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	width: 67px;
	height: 67px;
	background-position: -97px -280px;
	text-indent: -9999px
}
#rotator>.container div.rei-down-payment {
	background: #cf3945
}
#rotator>.container div.rei-down-payment .small-logo {
	margin-top: -39px;
	margin-left: -19px;
	display: block;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	width: 39px;
	height: 79px;
	background-position: -199px -174px;
	text-indent: -9999px
}
#rotator>.container div.rei-down-payment .large-logo {
	margin-top: -62px;
	margin-left: -31px;
	display: block;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	width: 62px;
	height: 124px;
	background-position: -312px -369px;
	text-indent: -9999px
}
#rotator>.container div.rei-down-payment .bottom {
	background: rgba(207, 57, 69, 0.75)
}
#rotator>.container div.rei-down-payment:hover {
	background: #fff
}
#rotator>.container div.rei-down-payment:hover .small-logo {
	display: block;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	width: 39px;
	height: 79px;
	background-position: -199px -266px;
	text-indent: -9999px
}
#rotator>.container div.rei-native-american-business-center {
	background: #e15f55
}
#rotator>.container div.rei-native-american-business-center .small-logo {
	margin-top: -32px;
	margin-left: -31px;
	display: block;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	width: 62px;
	height: 63px;
	background-position: -279px -186px;
	text-indent: -9999px
}
#rotator>.container div.rei-native-american-business-center .large-logo {
	margin-top: -49px;
	margin-left: -49px;
	display: block;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	width: 98px;
	height: 99px;
	background-position: -9px -534px;
	text-indent: -9999px
}
#rotator>.container div.rei-native-american-business-center .bottom {
	background: rgba(225, 95, 85, 0.75)
}
#rotator>.container div.rei-native-american-business-center:hover {
	background: #fff
}
#rotator>.container div.rei-native-american-business-center:hover .small-logo {
	display: block;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	width: 62px;
	height: 63px;
	background-position: -279px -278px;
	text-indent: -9999px
}
#footer {
	background: #c0c0c0;
    padding: 2em 1em;
    display: grid;
}
#footer .top {
	margin-bottom: 0px
}
#footer .top .small-logo a {
	display: block;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	width: 286px;
	height: 46px;
	background-position: -1px -74px;
	text-indent: -9999px
}
#footer .top .search legend, #footer .top .search label {
	display: none
}
#footer .top .search input[type=text] {
	font-size: 25px;
	text-transform: uppercase;
	color: #555555;
	line-height: 42px;
	font-family: "franklin-gothic-urw-comp";
	text-indent: 16px;
	border-width: 0;
	margin-right: 42px
}
#footer .top .search input[type=submit] {
	display: inline;
	float: right;
	z-index: 9999;
	position: relative;
	bottom: 43px;
	border: 8px solid #5CC5BF;
	background-color: #5CC5BF;
	display: block;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	width: 42px;
	height: 42px;
	background-position: -253px -131px;
	text-indent: -9999px
}
#footer .top .social li {
	display: inline-block;
	margin: 0 8px
}
#footer .top .social li a {
	content: " ";
	vertical-align: middle
}
#footer .top .social li.youtube a {
	display: block;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	width: 44px;
	height: 31px;
	background-position: -1px -132px;
	text-indent: -9999px
}
#footer .top .social li.facebook a {
	display: block;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	width: 16px;
	height: 32px;
	background-position: -68px -130px;
	text-indent: -9999px
}
#footer .top .social li.twitter a {
	display: block;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	width: 36px;
	height: 29px;
	background-position: -112px -132px;
	text-indent: -9999px
}
#footer .top .social li.email a {
	display: block;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	width: 35px;
	height: 34px;
	background-position: -166px -129px;
	text-indent: -9999px
}
#footer .top .social li.map a {
	display: block;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	width: 23px;
	height: 35px;
	background-position: -219px -129px;
	text-indent: -9999px
}
#footer .bottom section {
	font-family: "franklin-gothic-urw-comp"
}
#footer .bottom section h3 {
	margin-bottom: 9px;
	line-height: 35px;
	color: #111111;
	font-size: 19px;
	font-weight: 200;
	text-transform: uppercase;
	border-bottom: 2px solid #555555
}
#footer .bottom section .location {
	font-size: 17px;
	line-height: 1.4em;
	color: #111
}
#footer .bottom section .location h4 {
	font-weight: 200
}
#front-page-entry {
	min-height: 700px
}
header.parent-title h1.entry-title {
	font-size: 80px;
	font-family: "franklin-gothic-urw-comp";
	line-height: 80px;
	background: rgba(255, 255, 255, 0.75);
	font-weight: 400;
	text-indent: 40px;
	text-transform: uppercase;
	color: #545454
}
header.parent-title h1.entry-title span {
	font-size: 60px
}
ul.tabs {
	margin-bottom: -0.5em;
	padding: 0 1em;
}
ul.tabs li {
	display: inline-block
}
ul.tabs li a {
	background: rgba(138, 211, 205, 0.75);
	padding: .75em .5em;
	margin-right: 0.5em;
    margin-bottom: 1em;
	color: white !important;
    text-decoration: none;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: .05em;
    background-color: rgba(64,194,204,1);
    border-radius: 0.5em;
    display: inline-block;
    transition: all ease-in-out .125s;
    text-shadow: none;
}
ul.tabs li a:hover {
    background-color: #555;
}
ul.tabs li:first-child:before, ul.tabs li a {
    font-family: "franklin-gothic-urw-comp";
	text-decoration: none;
	font-size: 1.4em;
	text-transform: uppercase;
}
/*ul.tabs li:first-child:before{
    content: "Event Categories:";
    margin-right: 0.5em;
}*/
ul.tabs li a.current, ul.tabs li a:hover {
	background: #40C2CC;
}
select.mobile-tabs {
	width: 90%;
	margin: 0 auto;
	font-size: 22px;
	margin-top: 15px
}
.pages .page {
	padding: 15px;
	background: rgba(255, 255, 255, 0.75)
}
.pages .page .container {
	overflow: hidden;
	border: 4px solid #555555;
	font-size: 22px;
	font-family: "franklin-gothic-urw-comp";
	line-height: 30px;
	color: #525252
}
.pages .page .container .entry-title {
	line-height: 40px;
	color: #545454;
	font-size: 35px;
	font-family: "franklin-gothic-urw-comp";
	font-weight: 200
}
.pages .page .container hr {
	border-color: #333
}
.pages .page .container h4.blue-btn {
	text-decoration: none;
	display: block
}
.pages .page .container h4.blue-btn a {
	-webkit-transition: 0.3s;
	display: block;
	color: #545454;
	font-size: 27px;
	padding: 0 8px;
	margin-bottom: 10px
}
.pages .page .container p a.blue-btn, .pages .page .container h4.blue-btn a {
	font-family: "franklin-gothic-urw-comp";
	text-decoration: none;
	background: rgba(138, 211, 205, 0.75);
	font-weight: 200
}
.pages .page .container p a.blue-btn:hover, .pages .page .container h4.blue-btn a:hover {
	background: rgba(255, 255, 255, 0.8)
}
.pages .page .container p a.blue-btn {
	font-size: 20px;
	line-height: 36px;
	color: #333;
	display: inline-block;
	margin: 45px 0;
	padding: 0 16px
}
.pages .page .container h2, .pages .page .container h3, .pages .page .container p, .pages .page .container ul li {
	color: #464646
}
.pages .page .container>h2 {
	margin-bottom: 35px;
	font-size: 30px;
	font-weight: 200
}
.pages .page .container>h3 {
	font-size: 22px;
	margin-top: 30px;
	margin-bottom: 5px
}
.pages .page .container ul li {
	list-style: circle;
	margin-left: 35px
}
body.page-id-17 .pages .page .container {
	padding: 15px 0
}
.entry-content h2.subtitle, .left-content h2.subtitle {
	color: #535353;
	font-size: 35px;
	font-family: "franklin-gothic-urw-comp";
	font-weight: normal;
	line-height: 60px;
	border-bottom: 1px solid #000;
	padding: 0 10px;
	margin-bottom: 22px
}
.left-content {
	border-right: 1px solid #000;
	padding: 0 29px
}
.left-content .locations-primary {
	border-bottom: 1px solid #000;
	padding-bottom: 30px;
	margin-bottom: 30px
}
.left-content .locations-primary .location-detail h3 {
	font-weight: normal;
	font-size: 17px;
	font-family: "franklin-gothic-urw-comp";
	text-transform: uppercase;
	color: #111111
}
.left-content .locations-primary .location-detail img {
	margin: 17px 0;
	width: 100%
}
.left-content .locations-primary .location-detail p {
	line-height: 1.3em;
	color: #111111;
	font-size: 17px
}
.left-content .locations-secondary {
	border-bottom: 1px solid #000;
	margin-bottom: 30px
}
.left-content .locations-secondary .location-detail h3, .left-content .locations-other .location-detail h3 {
	font-weight: normal;
	line-height: normal;
	text-transform: uppercase
}
.left-content .locations-secondary .location-detail h3, .left-content .locations-secondary .location-detail h4, .left-content .locations-secondary .location-detail p, .left-content .locations-other .location-detail h3, .left-content .locations-other .location-detail h4, .left-content .locations-other .location-detail p {
	font-size: 17px;
	color: #111111;
	padding: 0
}
.left-content .locations-secondary .location-detail h4, .left-content .locations-other .location-detail h4 {
	font-weight: normal;
	line-height: normal;
	font-size: 17px;
	white-space: nowrap
}
.left-content .locations-secondary .location-detail img, .left-content .locations-other .location-detail img {
	width: 100%;
	margin: 13px auto
}
.right-content .wpcf7 form {
	margin-top: 90px
}
.right-content .wpcf7 form input[type=text], .right-content .wpcf7 form textarea, .right-content .wpcf7 form input[type=email] {
	margin-top: 9px;
	border-width: 0;
	box-shadow: inset 1px 1px 4px #888
}
.right-content .wpcf7 form input[type=text]:hover, .right-content .wpcf7 form textarea:hover, .right-content .wpcf7 form input[type=email]:hover {
	box-shadow: inset 1px 1px 7px #555
}
.right-content .wpcf7 form input[type=submit] {
	margin-top: 12px;
	background: #8AD3CD;
	border-width: 0;
	line-height: 50px;
	color: #fff;
	font-family: "franklin-gothic-urw-comp";
	width: auto;
	margin-right: 24px;
	padding: 0 33px;
	text-transform: uppercase
}
.right-content .wpcf7 form input[type=submit]:hover {
	background: #52beb5;
	text-shadow: 1px 1px 0 #2f7c76
}
.right-content .wpcf7 form p {
	font-family: "franklin-gothic-urw-comp";
	font-size: 35px;
	color: #535353;
	margin-bottom: 22px
}
.map-link {
	position: relative;
	text-decoration: none
}
.map-link .icon {
	position: absolute;
	right: -40px;
	top: 0;
	display: block;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	width: 23px;
	height: 35px;
	background-position: -219px -129px;
	text-indent: -9999px
}
body.page-id-16 .entry-content h3 {
	margin: 16px 10px
}
body.page-id-16 .entry-content h3, body.page-id-16 .entry-content h4 {
	font-weight: normal;
	font-size: 30px;
	color: #545454
}
body.search article.post {
	margin-bottom: 40px
}
body.single .page .container {
	position: relative
}
body.single .page .container .entry-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	background: rgba(92, 197, 191, 0.1)
}
body.single .page .container .nav-previous {
	position: absolute;
	left: 28px;
	bottom: 0
}
body.single .page .container .nav-previous a {
	font-size: 16px;
	text-decoration: none
}
body.single .page .container .nav-next {
	position: absolute;
	right: 28px;
	bottom: 0
}
body.single .page .container .nav-next a {
	font-size: 16px;
	text-decoration: none
}
ul.events {
	margin: 0;
	list-style: none
}
ul.events li {
	list-style: none !important;
	margin: 0 !important;
	border-bottom: 2px solid #000 !important;
	position: relative
}
ul.events li .left .body, ul.events li .right .body {
	min-height: 215px;
	padding-bottom: 20px
}
ul.events li .left {
	margin-right: 17px
}
ul.events li .left .days-left {
	padding: 0;
	display: inline;
	font-size: 45px;
	font-weight: 200;
	text-transform: uppercase;
	font-family: "franklin-gothic-ext-comp-urw";
	color: #525252
}
ul.events li .left .body {
	position: relative;
	border: 19px solid #7DD1CE;
	background: #fff;
	padding: 10px;
	margin-top: 7px
}
ul.events li .left .body h3 {
	text-align: center;
	color: #535353;
	font-size: 30px;
	line-height: 36px;
	font-family: "franklin-gothic-ext-comp-urw";
	text-transform: uppercase
}
ul.events li .left .body .month {
	position: absolute;
	left: 8px;
	top: 16px;
	font-size: 68px;
	font-family: "franklin-gothic-ext-comp-urw";
	color: #7DD1CE;
	font-weight: 100;
	letter-spacing: 2px;
	cursor: pointer;
	text-transform: uppercase
}
ul.events li .left .body .day {
	text-align: center;
	font-size: 151px;
	line-height: 263px;
	font-family: "franklin-gothic-ext-comp-urw";
	color: #535353;
	font-weight: 200;
	cursor: pointer;
	text-transform: uppercase
}
ul.events li .left .city {
	margin-top: 12px;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #525252;
	font-family: "franklin-gothic-ext-comp-urw";
	font-size: 48px
}
ul.events li h3.register {
	position: absolute;
	right: 0;
	bottom: -46px
}
ul.events li h3.register.add-to-ical {
	right: 112px
}
ul.events li h3.register a {
	color: #535353;
	padding: 0 15px;
	display: inline;
	line-height: 39px;
	font-size: 35px;
	font-family: "franklin-gothic-ext-comp-urw";
	background: #7DD1CE;
	text-decoration: none;
	font-weight: 100;
	text-transform: uppercase
}
ul.events li h3.register a:hover {
	background: #b6e5e3
}
ul.events li .right {
	position: relative;
	padding-top: 55px
}
ul.events li .right h3.event-title {
	display: inline
}
ul.events li .right h3.event-title a {
	display: inline;
	font-family: "franklin-gothic-ext-comp-urw";
	font-size: 65px;
	color: #535353;
	text-decoration: none;
	font-weight: normal
}
ul.events li .right .body {
	margin-top: 20px;
	position: relative;
	background: #535353;
	padding: 15px;
	color: #fff
}
ul.events li .right .body h3 a {
	font-size: 55px;
	font-family: "franklin-gothic-urw-comp";
	font-weight: normal;
	line-height: 50px;
	background: none;
	color: #535353
}
ul.events li .right .body p {
	margin: 0;
	color: #fff;
	font-family: "helvetica";
	font-size: 18px;
	line-height: 28px;
	font-weight: 100
}
ul.events li .right .body .add-to-calendar {
	position: absolute;
	top: 10px;
	right: 20px;
	border: 1px solid #FFD24D;
	background: #FFBF00;
	color: #B7390E;
	font-family: "franklin-gothic-urw-comp";
	line-height: 32px;
	font-size: 22px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 10px;
	font-weight: bold
}
ul.events li .right .body .read-more {
	position: absolute;
	right: 9px;
	bottom: 9px
}
ul.events li .right .body .read-more a {
	display: block;
	line-height: 31px;
	font-size: 35px;
	background: #fff;
	color: #535353;
	text-transform: uppercase;
	font-family: "franklin-gothic-ext-comp-urw";
	text-decoration: none;
	font-weight: 200;
	padding: 0 31px 0 11px
}
ul.events li .right .body .read-more a .icon {
	float: right;
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -11px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 11px 0 11px 13px;
	border-color: transparent transparent transparent #535353
}
body.page-id-13 .page hr {
	margin-left: 20px
}
body.page-id-13 .page hr {
	width: 340px
}
.span_event_time_label {
	display: none !important
}
.wpcf7-not-valid-tip-no-ajax {
	display: block;
	padding: 0 10px;
	margin-right: 30px;
	margin-top: 5px;
	background: #c25555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	box-shadow: 1px 1px 0 #953535;
	text-shadow: 1px 1px 0 #953535
}
.wpcf7-not-valid-tip-no-ajax:hover {
	background: #c96868
}
.wpcf7-response-output {
	color: #940000
}
#ninja_forms_form_1>div, #ninja_forms_form_2>div {
	line-height: 50px
}
section.page strong {
	margin-top: 20px
}
section.page li {
	margin-bottom: 10px
}
section.page p {
	padding-bottom: 20px
}
a.disabled, a.disabled:hover {
	background: #ddd !important;
	color: #fff !important;
	border-color: #bbb !important;
	cursor: not-allowed
}
.fc {
	direction: ltr;
	text-align: left
}
.fc table {
	border-collapse: collapse;
	border-spacing: 0
}
html .fc, .fc table {
	font-size: 1em
}
.fc td, .fc th {
	vertical-align: top
}
.fc-content tbody td {
	color: #fff;
	background: #eee
}
.fc-content tbody td:hover {
	background: #fff
}
.fc-header {
	font-family: "franklin-gothic-urw-comp";
	background: #8AD3CD
}
.fc-header h2 {
	text-shadow: -1px -1px 0 #d4efed, 1px 1px 0 #44b3aa
}
.fc-header td {
	white-space: nowrap;
	margin-top: 10px
}
.fc-header .fc-button {
	margin-top: 10px
}
.fc-header-left {
	width: 25%;
	text-align: left
}
.fc-header-center {
	text-align: center
}
.fc-header-left {
	padding-left: 10px
}
.fc-header-right {
	width: 25%;
	text-align: right;
	padding-right: 10px
}
.fc-header-title {
	display: inline-block;
	vertical-align: top
}
.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	font-size: 50px;
	line-height: 60px;
	color: #796646;
	text-transform: uppercase
}
.fc .fc-header-space {
	padding-left: 10px
}
.fc-header .fc-button {
	margin-bottom: 0.25em;
	vertical-align: top
}
.fc-header .fc-button {
	margin-right: -1px
}
.fc-header .fc-corner-right {
	margin-right: 1px
}
.fc-header .ui-corner-right {
	margin-right: 0
}
.fc-header .fc-state-hover, .fc-header .ui-state-hover {
	z-index: 2
}
.fc-header .fc-state-down {
	z-index: 3
}
.fc-header .fc-state-active, .fc-header .ui-state-active {
	z-index: 4
}
.fc-content {
	clear: both
}
.fc-view {
	width: 100%;
	overflow: hidden
}
.fc-widget-header, .fc-widget-content {
	border: 1px solid #ccc
}
.fc-state-highlight {
	background: #ffc
}
.fc-cell-overlay {
	background: #9cf;
	opacity: .2;
	filter: alpha(opacity=20)
}
.fc-button {
	position: relative;
	display: inline-block;
	cursor: pointer
}
.fc-state-default {
	border-style: solid;
	border-width: 1px 0
}
.fc-button-inner {
	position: relative;
	float: left;
	overflow: hidden
}
.fc-state-default .fc-button-inner {
	border-style: solid;
	border-width: 0 1px
}
.fc-button-content {
	position: relative;
	float: left;
	height: 1.9em;
	line-height: 1.9em;
	padding: 0 .6em;
	white-space: nowrap;
	font-size: .75em;
}
.fc-button-content .fc-icon-wrap {
	position: relative;
	float: left;
	top: 50%
}
.fc-button-content .ui-icon {
	position: relative;
	float: left;
	margin-top: -50%;
	*margin-top: 0;
	*top: -50%
}
.fc-state-default .fc-button-effect {
	position: absolute;
	top: 50%;
	left: 0
}
.fc-state-default .fc-button-effect span {
	position: absolute;
	top: -100px;
	left: 0;
	width: 500px;
	height: 100px;
	border-width: 100px 0 0 1px;
	border-style: solid;
	border-color: #fff;
	background: #444;
	opacity: .09;
	filter: alpha(opacity=9)
}
.fc-state-default, .fc-state-default .fc-button-inner {
	border-style: solid;
	border-color: #ccc #bbb #aaa;
	background: #F3F3F3;
	color: #000
}
.fc-state-hover, .fc-state-hover .fc-button-inner {
	border-color: #999
}
.fc-state-down, .fc-state-down .fc-button-inner {
	border-color: #555;
	background: #777
}
.fc-state-active, .fc-state-active .fc-button-inner {
	border-color: #555;
	background: #777;
	color: #fff
}
.fc-state-disabled, .fc-state-disabled .fc-button-inner {
	color: #999;
	border-color: #ddd
}
.fc-state-disabled {
	cursor: default
}
.fc-state-disabled .fc-button-effect {
	display: none
}
.fc-event {
	border-style: solid;
	border-width: 0;
	font-size: .85em;
	cursor: default
}
a.fc-event, .fc-event-draggable {
	cursor: pointer
}
a.fc-event {
	text-decoration: none
}
.fc-rtl .fc-event {
	text-align: right
}
.fc-event-skin {
	border-color: #36c;
	background-color: #36c;
	color: #fff
}
.fc-event-inner {
	position: relative;
	width: 90%;
	height: 100%;
	border-style: solid;
	border-width: 0;
	overflow: hidden
}
.fc-event-time, .fc-event-title {
	padding: 0 1px
}
.fc .ui-resizable-handle {
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden;
	font-size: 300%;
	line-height: 50%
}
.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px
}
.fc-event-hori .ui-resizable-e {
	top: 0 !important;
	right: -3px !important;
	width: 7px !important;
	height: 100% !important;
	cursor: e-resize
}
.fc-event-hori .ui-resizable-w {
	top: 0 !important;
	left: -3px !important;
	width: 7px !important;
	height: 100% !important;
	cursor: w-resize
}
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px
}
.fc-corner-left {
	margin-left: 1px
}
.fc-corner-left .fc-button-inner, .fc-corner-left .fc-event-inner {
	margin-left: -1px
}
.fc-corner-right {
	margin-right: 1px
}
.fc-corner-right .fc-button-inner, .fc-corner-right .fc-event-inner {
	margin-right: -1px
}
.fc-corner-top {
	margin-top: 1px
}
.fc-corner-top .fc-event-inner {
	margin-top: -1px
}
.fc-corner-bottom {
	margin-bottom: 1px
}
.fc-corner-bottom .fc-event-inner {
	margin-bottom: -1px
}
.fc-corner-left .fc-event-inner {
	border-left-width: 1px
}
.fc-corner-right .fc-event-inner {
	border-right-width: 1px
}
.fc-corner-top .fc-event-inner {
	border-top-width: 1px
}
.fc-corner-bottom .fc-event-inner {
	border-bottom-width: 1px
}
table.fc-border-separate {
	border-collapse: separate
}
.fc-border-separate th, .fc-border-separate td {
	border-width: 1px 0 0 1px
}
.fc-border-separate th.fc-last, .fc-border-separate td.fc-last {
	border-right-width: 1px
}
.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td {
	border-bottom-width: 1px
}
.fc-border-separate tbody tr.fc-first td, .fc-border-separate tbody tr.fc-first th {
	border-top-width: 0
}
.fc-first th {
	background: #444;
	color: #c2e8e5;
	font-weight: 200;
	text-transform: uppercase;
	font-family: "franklin-gothic-urw-comp";
	border-bottom: 0px solid #444 !important;
	border-top: 1px solid #555;
	border-right: 1px solid #000;
	border-left: 1px solid #555
}
.fc-grid th {
	text-align: center
}
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	color: #444;
	font-size: .6em;
}
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30)
}
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px
}
.fc-grid .fc-event-time {
	font-weight: bold
}
.fc-rtl .fc-grid .fc-day-number {
	float: left
}
.fc-rtl .fc-grid .fc-event-time {
	float: right
}
.fc-agenda table {
	border-collapse: separate
}
.fc-agenda-days th {
	text-align: center
}
.fc-agenda .fc-agenda-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal
}
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px
}
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px
}
.fc-agenda-days .fc-col0 {
	border-left-width: 0
}
.fc-agenda-allday th {
	border-width: 0 1px
}
.fc-agenda-allday .fc-day-content {
	min-height: 34px;
	_height: 34px
}
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden
}
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee
}
.fc-agenda-slots th {
	border-width: 1px 1px 0
}
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none
}
.fc-agenda-slots td div {
	height: 20px
}
.fc-agenda-slots tr.fc-slot0 th, .fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0
}
.fc-agenda-slots tr.fc-minor th, .fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted
}
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
	*border-top-style: solid
}
.fc-event-vert {
	border-width: 0 1px
}
.fc-event-vert .fc-event-head, .fc-event-vert .fc-event-content {
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden
}
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px
}
.fc-event-vert .fc-event-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	filter: alpha(opacity=30)
}
.fc .ui-draggable-dragging .fc-event-bg, .fc-select-helper .fc-event-bg {
	display: none\9
}
.fc-event-vert .ui-resizable-s {
	bottom: 0 !important;
	width: 100% !important;
	height: 8px !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize
}
.fc-agenda .ui-resizable-resizing {
	_overflow: hidden
}

.hidden {
	display: none;
}
.site-logo{
    padding-bottom: 60px;
    background-position: left center;
    margin: .7em 0;
    transition:  all ease-in-out .25s;
}
.fix-on-scroll .site-logo{
    padding-bottom: 40px;
    transition:  all ease-in-out .25s;
}
.nav-wrap{
    margin-top: 0;
    margin-bottom: 0;
}
nav#access ul#menu-main-menu>li.current-menu-item a, nav#access ul#menu-main-menu>li a:hover, nav#access ul#menu-main-menu>li.current-page-ancestor a{
    background: none;
}
nav#access ul#menu-main-menu>li a:hover{
    color: #999;
}
@media screen and (max-width: 1024px){
    .site-logo{
        width: 15.33%;
    }
    .nav-wrap{
        width: 83.06%;
    }
}
@media screen and (max-width: 767px){
    .mobile-menu{
        position: inherit;
        display: inline-block;
        width: 15.33%;
        color: transparent !important;
        line-height: 0;
        padding-bottom: 43px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center;
        background-color: transparent;
        background-image: url('../img/hamburger-menu.png');
        float: right;
    }
    .site-logo{
        width: 83.06%;
        padding-bottom: 30px;
    }
    .top-bar{
        display: none;
    }
    .navigation-top{
        position: fixed;
        top: 0;
        left: 0;
        padding: 0 !important;      
        height: 47px;
        z-index: 999;
    }
}
html, body{
    max-width: 100%;
    overflow-x: hidden;
    zoom: 1 !important;
    z-index: -1;
}
.top-bar{
    background-color: #40C2CC;
    color: white;
    margin: 0;
    padding: 1em;
    font-family: "franklin-gothic-urw";
    font-size: 1.1em;
    position: relative;
}
.top-bar a{
    color: white;
    text-decoration: none;
}
.top-bar a:hover{
    opacity: .8;
}
i{
    margin: 0 .5em;
}
.goog-te-gadget-simple{
    background-color: transparent !important;
    border: none !important;
}
.goog-te-gadget-simple img, .goog-te-menu-value span{
    display: none !important;
}
.goog-te-menu-value{
    color: white !important;
}
.goog-te-menu-value:before{
    content: 'Translate';
    font-family: "franklin-gothic-urw";
    text-transform: uppercase;
    position: relative;
    top: 1px;
}
#searchform label{
    display: none;
}
.translator{
    float: right;
    padding-right: 1.5em;
    border-right: 1px solid white;
}
.top-bar form{
    display: inline-block;
    float: right;
    margin-left: 1.5em;
}
.top-bar-left{
    position: relative;
    top: -2px;
}
.top-bar input[type="search"]{
    position: relative;
    top: 1px;
    border-style: none;
    padding: .2em .5em;
}
.top-bar input[type="submit"]{
    font-size: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-color: transparent;
    background-image: url('../img/search-white.png');
    position: relative;
    top: -3px;
}
.nav-wrap nav{
    display: inline-block;
    float: right;
}
.footer-menu li a{
    font-size: 1.75em;
    font-family: "franklin-gothic-urw";
    font-weight: 600;
    line-height: 120%;
    display: block;
    margin-bottom: .75em;
    color: #555;
    text-decoration: none;
}
.footer-menu li a:hover{
    opacity: .8;
}
.footer-menu li ul li a{
    font-size: 1.25em;
    font-weight: 400;
}
@media screen and (max-width: 900px){
    .footer-menu{
        width: 32.26%;
        text-align: left;
        margin-left: 0;
    }
    .footer-menu ul{
        padding-right: 1em;
        font-size: .85em;
    }
    .footer-menu:first-child, .footer-menu:nth-child(2), .footer-menu:nth-child(3){
        min-height: 240px;
    }
}
@media screen and (max-width: 540px){
    .footer-menu{
        width: 49.2%;
    }
    .footer-menu:first-child, .footer-menu:nth-child(2), .footer-menu:nth-child(3){
        min-height: auto;
    }
}
.footer-logo{
    padding-bottom: 60px;
    margin-left: 1.6%;
    filter: grayscale(1) brightness(0) opacity(.6);
    -webkit-filter: grayscale(1) brightness(0) opacity(.6);
}
#logo-link{
    padding-bottom: 0;
}
#logo-link a{
    padding-bottom: 60px;
    display: block;
}
#logo-link:hover{
    opacity: .5;
}
.footer-logo:first-child{
    margin-left: 0;
}
.footer-logos{
    margin-left: 0;
}
.fine-print div{
    margin-top: 2em;
    text-align: center;
}
@media screen and (max-width: 767px){
    .spacer{
        display: none;
    }
    .footer-logo{
        width: 32.26%;
    }
}
@media screen and (max-width: 540px){
    .footer-logo{
        width: 49.2%;
        margin: 0;
    }
}
.footer-banner{
    background-color: lightgray;
    padding: 2em 1em;
}
.footer-icon{
    padding-bottom: 100px;
    margin-bottom: 1em;
}
.footer-locations{
    font-family: "franklin-gothic-urw";
    font-size: 1.25em;
    line-height: 140%;
    color: #555;
    margin-bottom: 1em;
}
footer{
    margin-top: 0 !important;
}
.home-page{
    font-family: "franklin-gothic-urw";
    font-size: 2em;
    line-height: 140%;
}
.home-page-header{
    background-color: rgba(64,194,204,.95);
    text-align: center;
    color: white;
    padding: 10vh 1em;
    border-bottom: 3em solid #555;
}
.home-page h1{
    font-size: 2em;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: .5em;
    line-height: 120%;
}
.home-page p{
    margin-bottom: 1em;
}
.margin-fix{
    margin-bottom: -5px;
}
.button{
    color: white;
    text-decoration: none;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: .05em;
    background-color: #df5f3f;
    padding: .5em 1em;
    border-radius: .5em;
    display: inline-block;
    transition:  all ease-in-out .125s;
}
.button:hover{
    background-color: #555;
    color: white;
}
.content-wrapper, .content-block{
    background-color: #fafafa;
    padding: 2em 1em;
}
.gray{
    background-color: #efefef;
}
.content-wrapper article{
    background: transparent !important;
    padding: 0 !important;
}
.navigation-top{
    padding: 0 1em;
    transition:  all ease-in-out .25s;
}
.navigation-top.fix-on-scroll{
    transition:  all ease-in-out .25s;
}
.fix-on-scroll{
    position: fixed;
    top: 0;
}
.add-margin{
    position: relative;
    top: 110px;
    z-index: 0;
    width: 100%;
}
#header{
    z-index: 1;
}
iframe-wrapper {
    position: relative;
    padding-bottom: 60%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; 
    -webkit-overflow-scrolling:touch;
} 
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    border: none;
}
@media (min-width: 900px){
    .iframe-wrapper{
        padding-bottom: 470px;
    }
}
.bg-iframe-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.bg-iframe-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-image{
    padding-bottom: 30vh;
}
.block-content{
    padding: 2em 0;
}
.content-right{
    padding-left: 4%;
    width: 45.2%;
}
.content-left{
    padding-right: 4%;
    width: 45.2%;
}
@media screen and (max-width: 767px){
    .content-right, .content-left{
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }
    .block-image{
        width: 110%;
        margin-left: -5% !important;
        margin-right: -5% !important;
        background-color: #efefef;
    }
}
.block-content .event-list-display .left, .block-content .event-list-display .right{
    display: inline-block;
    vertical-align: middle;
}
.block-content .event-list-display .days-left, .block-content .event-list-display .city, .block-content .event-list-display .body p, .block-content .event-list-display .register, .block-content .event-list-display .read-more{
    display: none;
}
.block-content .event-list-display {
    list-style: none;
    padding: 1em 0;
    display: table;
    border-bottom: 1px solid lightgray !important;
    width: 100%;
}
.block-content .event-list-display:first-child{
    border-bottom: 1px solid lightgray !important;
}
.block-content .event-list-display .left{
    width: 25%;
}
.block-content .event-list-display .right{
    width: 70%;
}
.block-content .event-list-display .month{
    text-transform: uppercase;
    color: #888;
    text-align: center;
    font-size: .75em;
    letter-spacing: .1em;
    margin-bottom: .5em;
    line-height: 120%;
}
.block-content .event-list-display .day{
    text-align: center;
    font-size: 1.75em;
}
.block-content .event-list-display .event-title{
    padding: 0 .5em;
    line-height: 130%;
    font-size: .75em;
}
.block-content .event-list-display .event-title a{
    text-decoration: none;
    font-weight: 100;
}
.upcoming-events, .updates{
    padding-bottom: 1em;
    border-bottom: 1px solid lightgray;
    font-size: 1.25em;
    font-weight: 100;
    margin-bottom: -.65em;
    text-align: center;
}
.updates{
    margin-bottom: 1em;
}
.social-share li{
    display: inline-block;
}
.social-share i{
    color: #df5f3f;
}
.social-share i:hover{
    color: #555;
}
.block-content .wpcf7-form p:last-child, .wpcf7-form-control-wrap{
    display: inline-block;
    vertical-align: middle;
}
.block-content .wpcf7-form p:last-child{
    margin-bottom: 0;
}
.newsletter-share{
    margin-top: 1em;
    text-align: center;
}
.block-content .wpcf7-form-control-wrap input{
    font-size: .8em;
    padding: .5em;
    max-width: 100%;
}
.block-content .wpcf7-form-control-wrap{
    max-width: 100%;
}
.two-col-block .block-content{
    vertical-align: top;
}
.cta .block-image{
    padding-bottom: 160px;
}
.cta{
    padding: 1em 0;
    font-size: .8em;
}
.cta p, .cta h3{
    padding: 0 1em;
    text-align: center;
    margin-bottom: .5em;
}
.cta h3{
    font-size: 1.5em;
    font-weight: 100;
    text-transform: uppercase;
}
.cta a{
    text-decoration: none;
    color: inherit;
}
.cta .button{
    color: white;
    text-align: center;
    margin: auto;
    display: block;
    max-width: 80%;
    line-height: 120%;
}
@media screen and (min-width: 1024px){
    .cta p{
        font-size: .8em;
        line-height: 180%;
    }
}
.teal{
    background-color: #40C2CC;
    color: white;
}
.teal .cta h3{
    text-transform: none;
}
.button h4{
    font-size: 1.5em;
    margin: .1em 0 .25em;
}
/* carousel begin */

.wp-posts-carousel-slide, .wp-posts-carousel-container, .wp-posts-carousel-container, .wp-posts-carousel-image{
    padding: 0 !important;
}
.wp-posts-carousel-image{
    min-height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.wp-posts-carousel-details{
    max-width: 1200px !important;
    margin: auto 50% auto 25%;
    padding: 1em 1.6% 1.5em !important;
    position: relative;
    bottom: 50vh;
    background-color: rgba(255,255,255,0.8);
}
@media screen and (max-width: 1800px){
    .wp-posts-carousel-details{
        margin-left: 20%;
    }
}
@media screen and (max-width: 1700px){
    .wp-posts-carousel-details{
        margin-left: 17.5%;
    }
}
@media screen and (max-width: 1600px){
    .wp-posts-carousel-details{
        margin-left: 15%;
    }
}
@media screen and (max-width: 1500px){
    .wp-posts-carousel-details{
        margin-left: 12.5%;
    }
}
@media screen and (max-width: 1400px){
    .wp-posts-carousel-details{
        margin-left: 10%;
    }
}
@media screen and (max-width: 1300px){
    .wp-posts-carousel-details{
        margin-left: 7.5%;
    }
}
@media screen and (max-width: 1200px){
    .wp-posts-carousel-details{
        margin-left: 5%;
        font-size: .8em;
    }
}
.wp-posts-carousel-container{
    background: #00304C !important;
    border: none !important;
    height: 70vh;
}
.wp-posts-carousel-desc{
    padding: 0 !important;
    margin: 1em 0 .5em !important;
    display: inline-block !important;
}
.compact-theme.wp-posts-carousel .wp-posts-carousel-title{
    text-align: left !important;
    font-size: 1.8em !important;
    line-height: 120%;
    margin: 0 !important;
    font-weight: 100;
    text-transform: uppercase;
}
.compact-theme.wp-posts-carousel .owl-controls .owl-nav div{
    background: transparent !important;
    border: none !important;
}
.owl-controls{
    position: relative !important;
    display: inline-block !important;
    top: -50px !important;
    left: 50% !important;
}
.owl-dots{
    position: relative !important;
    top: -6px !important;
    right: 0 !important;
}
.owl-prev, .owl-next{
    top: -3px !important;
}
.owl-prev{
    left: -30px !important;
}
.owl-next{
    right: -25px !important;
}
.compact-theme.wp-posts-carousel .owl-nav div:before{
    font-size: 30px !important;
    color: white !important;
}
.compact-theme.wp-posts-carousel .wp-posts-carousel-desc{
    font-size: inherit !important;
}
.link-more{
    margin-bottom: 0;
}
.compact-theme.wp-posts-carousel .owl-dots .owl-dot span{
    box-shadow: 0 0 2px black;
}
.compact-theme.wp-posts-carousel .owl-controls{
    text-shadow: 0 0 2px black;
}
@media screen and (max-width: 960px){
    .compact-theme.wp-posts-carousel .wp-posts-carousel-title{
        font-size: 2em !important;
    }
}
@media screen and (max-width: 767px){
    .compact-theme.wp-posts-carousel .wp-posts-carousel-title{
        /*font-size: 1.25em !important;*/
    }
    .wp-posts-carousel-details{
        margin-right: 5%;
        margin-top: 5%;
        padding: 1em !important;
        bottom: auto;
        top: -60vh;
        font-size: .8em;
    }
    .wp-posts-carousel-container{
        height: 70vh;
    }
    .wp-posts-carousel-image{
        min-height: 70vh;
    }
    .owl-controls{
        left: 40% !important;
    }
}
.owl-loaded{
    max-height: 70vh;
}
.owl-carousel{
    z-index: 0 !important;
}
/* carousel end */
@media screen and (max-width: 1024px){
    .home-page{
        font-size: 1.5em;
    }
}
#scrollbar-fix{
    overflow: hidden;
    padding-bottom: 110px;
}
@media screen and (max-width: 767px){
    .main-content-wrapper{
        margin-top: 50px !important;
    }
    .footer-banner, #footer{
        margin-top: 0 !important;
    }
    .home-page{
        font-size: 1.25em;
    }
    #scrollbar-fix{
        padding-bottom: 0;
    }
}
.upcoming-events a{
    text-decoration: none;
}
.upcoming-events a:hover, .cta-link h3:hover, .cta-link .block-image:hover{
    opacity: .8 !important;
}
a.fc-event{
    border-radius: 10px;
    background-color: #40C2CC !important;
}
.fc-header{
    background-color: #40C2CC;
    border-radius: 10px 10px 0 0;
}
.fc-header-title h2{
    color: white !important;
    text-shadow: none;
}
.fc-event-skin{
    background: transparent !important;
}
.fc-event-title{
    line-height: 100%;
    display: inline-block;
    font-size: .9em;
    color: white;
}
.fc-other-month {
    background-color: rgb(200,200,200) !important;
    border-color: #dcdcdc !important;
}
.fc-content tbody td:hover {
    background: #eee;
}
a.fc-event:hover {
    background-color: #555 !important;
}
a.fc-event:hover .fc-event-inner {
    background-color: transparent !important;
}
.fc-week5 td:first-child {
    border-radius: 0 0 0 10px;
}
.fc-week5 td:last-child {
    border-radius: 0 0 10px 0;
}
.fc-button-effect{
    display: none;
}
@media screen and (max-width: 800px){
    .fc-widget-content {
        padding: 0 0.25em !important;
    }
    .fc-event-skin{
        padding: 3px;
    }
    .fc-grid .fc-day-number{
        font-size: 1em;
    }
}
@media screen and (max-width: 575px){
    .fc-button-content{
        font-size: 1.25em;
    }
}
