@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   https://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	9;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	https://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	https://goldengridsystem.com/
*/
select.responsiveMenuSelect {
 -webkit-appearance: none;  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
 -moz-appearance: none;  /*REMOVES DEFAULT FIREFOX STYLE*/
 border: 0 !important;  /*REMOVES BORDER*/

 color: #000;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 cursor: pointer;
 font-size:18px;
 text-align:center;
    width: 100px !important;
    margin: 0 auto !important;
    background: none;
    background-size: 40px 37px; /*TO ACCOUNT FOR @2X IMAGE FOR RETINA */
    padding: 0 0 0 6%;
}

.responsiveSelectContainer {
    margin: 0 0 6px 0;
}

#bottom-nav-container select.responsiveMenuSelect {
 color: #FFF;
}

a:link,
a:visited,
a:active { 
	color:#a7cd57;
	text-decoration: none;
	-o-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	transition: color 0.3s linear;
} 
a:hover {
	text-decoration: underline;
	color: #a09f9c;
}

b, strong {
  font-weight: bold;
  font-size:107%;
  letter-spacing:.05em;
}

hr {
    border: 0;
    height: 2px;
    background: #a7cd57;
	clear:both;
}

.screen-reader-text{
	display:none;
}

.news-promo ul,
.news-promo li{
  list-style: none;
}

.news-promo li{
	padding:0 0 10px 0
}
.levellers-latest ul,
.levellers-latest li{
  list-style: none;
}

.levellers-latest {
	color:#91908f;
	font-style:italic;
}
.levellers-latest a:link,
.levellers-latest a:visited,
.levellers-latest a:active { 
	color:#fff;
	text-decoration: none;
	font-style:normal;
} 
.levellers-latest a:hover {
	text-decoration: none;
	color: #a7cd57;
	font-style:normal;
}

.levellers-latest ul{
  margin: 0 !important;
  padding: 0 !important;
}

#main-content-full ul, ol {
  margin: 0 0 1em 0;
  padding: 0 0 0 40px;
}

.bottom-centered ul, ol {
  margin: 0 0 1em 0;
  padding: 0 0 0 40px;
}

.opacity{
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.opacity-light{
	opacity: 0.25;
    filter: alpha(opacity=25); /* For IE8 and earlier */
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 18px;
	margin: 0;
	text-align: center;
	color: #fff;
	font-family:Amaranth, Georgia, serif;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	background-color: #8b3191;
	border: 3px solid #73706e;
	background-attachment: scroll;
	background-image: url(images/texture-background.png);
	background-repeat: repeat;
	background-position: left top;	
}
.green-button{
	background-color: #97bd44 !important;
	color: #000 !important;
}
.green-button a:link,
.green-button a:visited,
.green-button a:active { 
	color: #000;
}
.green-button a:hover{
	color: #2D5715;
}
html, button, select, textarea {
  font-family:Amaranth, Georgia, serif;
  color: #fff;
}
input {
	font-family:Amaranth, Georgia, serif;
	color: #000;
}
blockquote {
	position: relative;
	text-align: left;
	font-weight: 400;
	font-style: italic;
	color: #a9a6a3;
	margin: 0 20px;
}
blockquote p{
	font-size: 22px !important;
	line-height: 28px !important;
	padding: 0 8px;
}

.testimonial blockquote p{
	font-size: 18px !important;
	line-height: 24px !important;
	padding: 0 8px;
}


blockquote cite {
	color: #fff;
	font-size: 14px;
	display:block;
	margin-top: 5px;
	font-style:normal;
}

blockquote a {
	font-style:italic;
}
 
blockquote cite:before {
	content: "\2014 \2009";
}

button a:link,
button a:visited,
button a:active { 
	color:#fff; 
	text-decoration: none;
} 
button a:hover {
	text-decoration: underline;
	color: #c18ac4;
}

.social-head{
	font-size:20px;
	font-weight:400;
}

#social-head-link a:link,
#social-head-link a:visited,
#social-head-link a:active { 
	color:#fff; 
	text-decoration: none;
} 
#social-head-link a:hover {
	text-decoration: underline;
	color: #747371;
}
.news a:link,
.news a:visited,
.news a:active { 
	color:#9e6c7b;
	text-decoration: none;
} 
.news a:hover {
	text-decoration: underline;
	color: #fff;
}


.texture {
	background-attachment: scroll;
	background-image: url(images/texture-background.png);
	background-repeat: repeat;
	background-position: left top;	
}

.shadow{
	background-image:url(images/dropshadow.png);
	background-repeat:repeat-x;
}

body{
	background-color:#464442;
	background-image: url(images/texture-background.png);
	background-repeat: repeat;
	background-position: left top;
	font-family:Amaranth, Georgia, serif;
	color:#fff;
	font-weight:400;
}

p{
	padding:0 0 10px 0;
	margin:0;
}

#left-column li, #right-column li {
	margin:0 0 0 30px;
}

ul, ol {
	margin:0 0 20px 0;
}

.main-site p{
	font-size:17px;
	line-height:27px;
	padding:0 0 16px 0;
	margin:0;
	letter-spacing:.02em;
}

h1, h2, h3, h4, h5, h6 {
	padding:0 0 10px 0;
	margin:0;
}

.main-site h1, .main-site h2{
	font-size:30px;
	line-height:36px;
	padding:0 0 20px 0;
	font-weight:700;
	color:#c6e581;
}

.main-site h3{
	font-size:22px;
	line-height:28px;
	padding:0 0 16px 0;
	font-weight:700;
	color:#fff;
}
.main-site h4{
	font-size:22px;
	line-height:28px;
	padding:0 0 16px 0;
	font-weight:400;
	color:#a09f9c;
}
.main-site h5{
	font-size:13px;
	line-height:18px;
	padding:0 0 16px 0;
	margin:0;
	font-weight:400;
	color:#a09f9c;
}

#otcb-content h1{
	color:#1b2736;
	font-size:30px;
	line-height:36px;
}

#otcb-left-column h2, #otcb-right-column h2{
	color:rgba(255,255,255,.3);
	text-transform:uppercase;
	letter-spacing:.1em;
	font-size:20px;
	font-weight:400;
}

.white{
	color:#fff;
}

.green{
	color:#a7cd57;
}

.rose{
	color:#9e6c7b;
}

.roman{
	font-weight:400;
}


/* BEGIN NAV CSS */

#top-nav {
	color:#000;
	text-transform:uppercase;
	letter-spacing:.04em;
	font-size:11px;
	padding:0;
	text-align: center;
}

#top-nav a:link,
#top-nav a:visited,
#top-nav a:active { 
	color:#2f2e2b; 
	text-decoration: none;
	background-color: none;
} 
#top-nav a:hover {
	text-decoration: none;
	color: #1e3221;
	background-color: #c6e581;
}
.otcb-nav a:link,
.otcb-nav a:visited,
.otcb-nav a:active,
.otcb-nav a:hover { 
	color:#fff !important; 
} 
.otcb-nav a:hover {
	background-color: #45576c !important;
}
.otcb-nav a{
	color:#fff;
	cursor:pointer;
}

#bottom-nav {
	color:#747371;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0;
	text-align: center;
	width: 100%;
}

#bottom-nav a:link,
#bottom-nav a:visited,
#bottom-nav a:active { 
	color:#fff; 
	text-decoration: none;
	background-color: none;
	font-size:13px;
} 
#bottom-nav a:hover {
	text-decoration: none;
	color: #747371;
	background-color: none;
	font-size:13px;
}

.author{
	font-style:italic;
	color:#91908f;
}


/*_____________________________*/
/* Starter CSS for Menu */
.nav {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
.nav ul,
.nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav ul {
  position: relative;
  z-index: 597;
}
.nav ul li {
  float:none;
  min-height: 1px;
  vertical-align: middle;
}
.nav ul li.hover,
.nav ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
.nav ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
.nav ul ul li {
  float: none;
}
.nav ul ul ul {
  top: 0;
  left: 190px;
  width: 190px;
}
.nav ul li:hover > ul {
  visibility: visible;
}
.nav ul ul {
  bottom: 0;
  left: 0;
}
.nav ul ul {
  margin-top: 0;
}
.nav ul ul li {
  font-weight: normal;
}
.nav a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}
/* Custom CSS Styles */

.nav > ul {
  *display: inline-block;
}
.nav:after,
.nav ul:after {
  content: '';
  display: block;
  clear: both;
}
.nav ul ul {
  border-top: 4px solid #1e3221;
  text-transform: none;
  min-width: 190px;
}
.nav ul ul a {
	background-color: #747371;
	color: #ffffff;
	border: 1px solid #1e3221;
	border-top: 0 none;
	line-height: 150%;
	padding: 4px 4px;
	font-size: 12px;
	font-weight:normal;
	text-transform:lowercase;
	text-align:left !important;
}
.nav ul ul ul {
  border-top: 0 none;
}
.nav ul ul li {
	position: relative;
}
.nav ul ul li:first-child > a {
  border-top: 1px solid #1e3221;
}
.nav ul ul li:hover > a {
  background-color: #a7cd57;
  color: #ffffff;
}

.nav ul ul li:last-child > a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav ul ul li:last-child:hover > a {
  -moz-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav ul ul li.has-sub > a:after {
  content: '→';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}

.nav ul li.has-sub > a:after {
  content: '';
  margin-left: 5px;
}
.nav ul li.last ul {
  left: auto;
  right: 0;
}
.nav ul li.last ul ul {
  left: auto;
  right: 99.5%;
}
#top-nav > ul > li > a {
  line-height: 20px;
  padding: 2px 4px 0 4px;
}
#top-nav ul {
    display: table;
    margin: 0 auto;
}

/*_____NAV MENU END_____*/


/* CUSTOM CSS FOR SOCIAL MEDIA FEEDS BEGIN*/

.uppercase {
display: none !important;
}

.fts-jal-fb-header, .fts-jal-fb-user-thumb, .fts-jal-fb-user-name, .fts-jal-fb-see-more, .fts-twitter-image, .black{
	display:none;
}
a.fts-powered-by-text{
	display:none !important;
}
.fts-jal-single-fb-post{
	margin: 0 !important;
	padding-top: 4px !important;
	padding-right: 0 !important;
	padding-bottom: 10px !important;
	padding-left: 0 !important;
}


.fts-jal-fb-post-time, .fts-jal-fb-description-wrap {
	padding:0 !important;
	margin:0 !important;
	display:block;
}
.fts-jal-fb-post-time, .time {
	font-style:italic;
	font-size:14px !important;
	
}
.fts-jal-single-fb-post {
  border: none !important;
}

.blog-time {
	color: #999;
	display: block;
	padding-top: 4px;
	font-size: 12px;
	line-height: 10px;
}

.blog-rule {
	border-bottom: 1px solid rgba(184, 184, 184, 0.3);
}

.fts-jal-single-fb-post {
	width: 100%;
	padding: 15px 0 6px 0 !important;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(184, 184, 184, 0.3);
	position: relative;
	line-height: 17px;
	overflow: hidden;
}

.fts-jal-fb-picture{
	width:40% !important;
	height:auto !important;
	margin-left:30% !important;
	margin-right:30% !important;
}

.fts-jal-fb-name {
	padding-bottom: 5px;
	font-size: 10px;
	display: block;
	line-height: 11px;
}
.fts-jal-single-fb-post a{ 
	font-size:14px;
	line-height:17px;
	width:90%;
	margin:0 5%;
	padding:6px 0;
} 
.fts-jal-single-fb-post a:hover {
	text-decoration: underline;
	color: #999;
}
.fts-jal-fb-description-wrap {
	float: left;
	padding: 8px 0 0;
	max-width: 100%;
	font-size: 11px !important;
	line-height: 14px !important;
	font-weight: normal;
	color:#fff;
}
.fts-jal-fb-message, .fts-twitter-text {
	font-size:14px;
	line-height:17px;
}

.fts-twitter-text a:link,
.fts-twitter-text a:visited,
.fts-twitter-text a:active { 
	color:#a7cd57;
	text-decoration: none;
} 
.fts-twitter-text a:hover {
	text-decoration: underline;
	color: #999;
}
.fts-twitter-reply-wrap a:link,
.fts-twitter-reply-wrap a:visited,
.fts-twitter-reply-wrap a:active { 
	color:#a7cd57;
	text-decoration: none;
} 
.fts-twitter-reply-wrap a:hover {
	text-decoration: underline;
	color: #999;
}

.tweeter-info .right {
	float: none !important;
	padding: 0 !important;
	margin:0 !important;
	line-height: 15px !important;
}
.fts-tweeter-wrap .tweeter-info {
	border:none;
}

.right br {
    display:none;
}

.tweeter-info {
	padding: 0px !important;
}

.fts-twitter-image {
	margin: 0;
	float: left;
}

.time {
	color: #999;
	display: block;
	line-height: 10px;
	font-weight: normal;
	margin-top: 4px !important;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.time a:link,
.time a:visited,
.time a:active, 
.time a:hover {
	text-decoration: none;
	color: #999;
	font-weight:normal;
	cursor:none;
}

.fts-twitter-div, .fts-jal-fb-group-display {
	overflow: auto;
}

.fts-twitter-description-image {
	display:none;
}

/* CUSTOM CSS FOR SOCIAL MEDIA FEEDS END*/


/* IMAGE STYLES BEGIN */

.affiliations img.alignright {margin:8px 10px; height: 36px !important;	width: auto !important; display: inline;}
.affiliations img.alignleft {margin:8px 10px; height: 36px !important;	width: auto !important; display: inline;}
.affiliations img.aligncenter {margin:8px 10px; height: 36px !important;	width: auto !important; display: inline;}
.affiliations img.alignnone {margin:8px 10px; height: 36px !important;	width: auto !important; display: inline;}
.affiliations .alignright {margin:8px 10px; height: 36px !important;	width: auto !important; display: inline;}
.affiliations .alignleft {margin:8px 10px; height: 36px !important;	width: auto !important; display: inline;}
.affiliations .aligncenter {margin:8px 10px; height: 36px !important;	width: auto !important; display: inline;}
.affiliations .alignnone {margin:8px 10px; height: 36px !important;	width: auto !important; display: inline;}

.main-site img.alignright {float:right; margin:0 0 20px 20px; width:40%; height:auto;}
.main-site img.alignleft {float:left; margin:0 20px 20px 0; width:40%; height:auto;}
.main-site img.aligncenter {display: block; margin:20px auto; width:100%; height:auto;}
.main-site img.alignnone {display: block; margin:0 auto 20px auto; width:100%; height:auto;}
.main-site .alignright {float:right; margin:0 0 20px 20px; width:40%; height:auto; }
.main-site .alignleft {float:left; margin:0 20px 20px 0; width:40%; height:auto;}
.main-site .aligncenter {display: block; margin:20px auto; width:100%; height:auto;}
.main-site .alignnone {display: block; margin:0 auto 20px auto; width:100%; height:auto;}

.two-col-width {display: block; margin:0 20% 20px auto !important; width:80% !important; height:auto;}

.thumb {float:inherit; margin:0 20px 20px 0 !important; min-width:100px !important; width:18% !important; height:auto;}


.wp-caption { width:inherit; }
.wp-caption img { min-width: 100% !important; height: auto; }

.wp-caption-text, .wp-caption-text p{
	font-size: 12px !important;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    color: #a09f9c;
    line-height: 16px;
    padding-top: 6px;
    margin-bottom: 0;
}

div.wp-caption{
width: 40% !important;
}

.gallery-caption{
	display:none;
}

.main-site img, object, embed, video {
	max-width: 100% !important;
	height:auto !important;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


/* IMAGE STYLES END */


.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 529px and below. */

.featured-img-post-list img {
    display: block;
    margin: 0 20px 20px 0;
    padding: 0;
    width: 20%;
    height: auto;
    min-width: 120px;
    float: left;
}

.fts-jal-fb-group-display, .fts-twitter-div {
    max-height: auto;
}
	


#bottom-nav-container ul {
    display: table;
    margin: 0 auto;
}
#bottom-nav-container > ul > li > a {
  line-height: 30px;
  padding: 0 10px 0 10px;
}


h2{
	font-size:22px;
	line-height:24px;
}
 
.headerContainer {
	width: 100%;
	max-width:1200px;
	margin: 0 auto 0 auto;
	clear: none;
	float: none;
}
.navContainer {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	background-color:#97bd44;
	background-attachment: scroll;
	background-image: url(images/texture-background.png);
	background-repeat: repeat;
	background-position: left top;	
}
.otcb {
	background-color:#121f2f !important;
}
.footerContainer {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	background-color:#232221;
	background-attachment: scroll;
	background-image: url(images/texture-background.png);
	background-repeat: repeat;
	background-position: left top;	
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
width: 100%;
margin-left: 0;
clear: both;
padding-top: 30px;
text-align: center;
}
#header {
	background-image:url(images/CC-header.jpg);
	background-repeat: no-repeat;
    background-size: cover;
	margin:0 0 10px 0;
}
#header-otcb {
	background-color:#2d3a49;
	margin:0 0 10px 0;
}
#top-nav {
}
#logo {
}
#intro {
width: 100%;
margin-left: 0;
text-align:center;
font-size:18px;
line-height:26px;
padding:36px 0 20px 0;
}
#going-on {
width: 90%;
padding:5%;
margin-left: 0;
clear: both;
background-color:#1e3221;
}
#latest-container {
	width: 90%;
padding:5%;
	background-color:#353432;
	margin:30px 0 30px 0;
}
.news {
width: 90%;
padding:5%;
background-color:#48031a;
margin-left: 0;
clear: both;
}
#facebook {
width: 100%;
margin-left: 0;
clear: both;
padding-top:30px;
text-align:center;
}
#twitter {
width: 100%;
margin-left: 0;
clear: both;
padding-top:30px;
text-align:center;
}
#instagram {
width: 100%;
margin-left: 0;
clear: both;
padding-top:30px;
text-align:center;
}
.slicker-instagram-placeholder, .slicker-youtube-placeholder {
    max-width: 100%;
}
#home-quote {
	text-align:center;
	font-size:30px;
	line-height:36px;
	font-weight:400;
	font-style:italic;
	color:#a9a6a3;
	padding:30px 0 60px 0;
	width: 100%;
	margin-left: 0;
}
#footer {
	padding:20px 0 60px 0;
}
#bottom-nav {
width: 100%;
}
#social-media-icons {
width: 100%;
margin-left: 0;
clear: both;
margin-top:30px;
text-align:center;
}
.affiliations {
	padding:30px 0 0 0;
	text-align:center;
}
#latest {
width: 100%;
}
#img-slider {
width: 100%;
margin-left: 0;
clear: both;
}
.hide_tablet {
display: block;
}
.hide_desktop {
display: block;
margin-left: 0;
width: 100%;
}
.show_tablet {
display: none;
}
#main-content {
width: 100%;
padding:30px 0 0 0;
}
#main-sidebar {
width: 100%;
margin-left: 0;
clear: both;
padding:30px 0 0 0;
}
#main-content-full {
width: 100%;
padding:30px 0;
margin-left: 0;
}
.bottom-centered {
width: 100%;
padding:30px 0;
margin-left: 0;
clear: both;
}
#left-column {
width: 100%;
padding:30px 0 0 0;
margin-left: 0;
}
#right-column {
width: 100%;
margin-left: 0;
clear: both;
padding:0 0 30px 0;
}
#heading-two-col {
}
#otcb-content {
	width:80%;
	padding:5% 10%;
}
#otcb-background {
	width:100%;
	margin:50px 0 70px 0;
	background-color:#fff;
	color:#000;
}
#otcb-left-column {
width: 90%;
padding:5%;
margin:0 0 30px 0;
background-color: #1e3221;
}
#otcb-right-column {
width: 90%;
padding:5%;
margin-left: 0;
clear: both;
margin:0 0 50px 0;
background-color: #48031a;
}
#otcb-CC-logo {
width: 80%;
margin-left: 10%;
}
#otcb-LP-logo {
width: 80%;
margin-left: 10%;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
width: 100%;
margin-left: 0;
}
.hide-mobile{
	display:none;
}
.hide-desktop{
	display:block;
}

/* Tablet Layout: 530px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 530px) {
.hide-mobile{
	display:block;
}
.hide-desktop{
	display:none;
}
.featured-img-post-list img {
    width: 30%;
}
.responsiveSelectContainer {
    margin: 0;
}

.fts-jal-fb-group-display, .fts-twitter-div {
	max-height: 327px;
}
	

.nav ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
}
#top-nav > ul > li > a {
  line-height: 30px;
  padding: 2px 4px 0 4px;
}
.caption {
	display:none;
}

.rslides_nav {
	display:none;
}
#bottom-nav-container ul {
    display: table;
    margin: 0;
}
#bottom-nav-container > ul > li > a {
  line-height: 30px;
  padding: 0 10px 0 0;
}


h2{
	font-size:26px;
	line-height:28px;
}

.headerContainer {
}
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
width: 48.7179%;
clear: both;
margin-left: 0;
padding-top: 0;
}
#header {
	background-size: cover;
}
#header-otcb {
}
#top-nav {
}
#logo {
}
#intro {
width: 74.3589%;
margin-left: 12.8205%;
padding:36px 0 20px 0;
font-size:24px;
line-height:34px;
}
#going-on {
width: 42.7179%;
padding:3%;
clear: both;
margin-left: 0;
}
#latest-container {
	width:94%;
	padding:3%;
}
.news {
width: 42.7179%;
clear: none;
padding:3%;
margin-left: 2.5641%;
}
#facebook {
width: 48.7179%;
clear: both;
margin-left: 0;
padding-top:0;
}
#twitter {
width: 48.7179%;
clear: none;
margin-left: 2.5641%;
padding-top:0;
}
#instagram {
width: 48.7179%;
clear: none;
margin-left: 2.5641%;
padding-top:0;
}
#home-quote {
width: 74.3589%;
margin-left: 12.8205%;
}
#footer {
}
#bottom-nav {
width: 74.3589%;
text-align:left;
}
#social-media-icons {
width: 23.0769%;
clear: none;
margin-left: 2.5641%;
margin-top:0;
text-align:right;
}
.affiliations {
	text-align:right;
}
#latest {
width: 100%;
font-size:20px;
}
#img-slider {
width: 100%;
}
.hide_mobile {
display: block;
width: 100%;
margin-left: 0;
}
.hide_desktop {
display: block;
}
.show_tablet {
display: block;
}
#main-content {
width: 61.5384%;
padding:30px 0 30px 0;
}
#main-sidebar {
width: 35.8974%;
clear: none;
margin-left: 2.5641%;
padding:30px 0 30px 0;
}
#main-content-full {
	width: 100%;
padding:30px 0 30px 0;
	margin-left: 0;
}
.bottom-centered {
	width: 100%;
padding:30px 0 30px 0;
	margin-left: 0;
}
#left-column {
width: 48.7179%;
padding:0;
margin-left: 0;
}
#right-column {
width: 48.7179%;
clear: none;
margin-left: 2.5641%;
padding:0;
}
#heading-two-col {
}
#otcb-content {
}
#otcb-background {
}
#otcb-left-column {
width: 44.7179%;
padding:2%;
margin:0 0 50px 0;
}
#otcb-right-column {
width: 44.7179%;
padding:2%;
clear: none;
margin:0 0 50px 2.5641%;
}
#otcb-CC-logo {
width: 35.8974%;
margin-left: 20.641%;
}
#otcb-LP-logo {
width: 35.8974%;
clear: none;
margin-left: 2.5641%;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1000px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
/* CUSTOM CSS FOR IMAGE SLIDER AND NAVIGATION BEGIN */

.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  text-align: center;
  background: #000;
  background: rgba(151,189,68, .6);
  color: #000;
  display:block;
}

.rslides_nav {
  top: 70%;
  display:block;
}

.rslides_container {
  margin-bottom: 10px;
}

#top-nav > ul > li > a {
  line-height: 30px;
  padding: 2px 8px 0 8px;
}

#top-nav {
	font-size:14px;
}

/* CUSTOM CSS FOR IMAGE SLIDER AND NAVIGATION END */

blockquote p{
	font-size: 28px !important;
	line-height: 34px !important;
	padding: 0 16px;
}

.testimonial blockquote p{
	font-size: 24px !important;
	line-height: 30px !important;
	padding: 0 8px;
}

.headerContainer {
}
.gridContainer {
	width: 88%;
	max-width: 1000px;
	padding-left: 1%;
	padding-right: 1%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
width: 31.8181%;
clear: none;
margin-left: 2.2727%;
}
#header {
}
#header-otcb {
}
#top-nav {
}
#logo {
}
#intro {
width: 54.5454%;
padding:40px 0 0 0;
margin-left: 0;
text-align:left;
}
#going-on {
width: 39.1818%;
clear: none;
margin-left: 2.2727%;
padding:2%;
margin-top:40px;
}
#latest-container {
	width:96%;
	padding:2%;
}
.news {
width: 96%;
padding:2%;
clear: both;
margin-left: 0;
}
#facebook {
width: 31.8181%;
    clear: both;
    margin-left: 11.3636%;
}
}
#twitter {
    width: 31.8181%;
    clear: none;
    margin-left: 13.6363%;
}
#instagram {
width: 31%;
clear: none;
margin-left: 2%;
}
#home-quote {
width: 100%;
margin-left: 0;
}
#footer {
}
#bottom-nav {
width: 54.5454%;
}
#social-media-icons {
width: 43.1818%;
clear: none;
margin-left: 2.2727%;
}
#latest {
width: 54.5454%;
}
#img-slider {
width: 43.1818%;
clear: none;
margin-left: 2.2727%;
}
.hide_mobile {
display: block;
width: 100%;
margin-left: 0;
}
.hide_tablet {
display: block;
}
.show_tablet {
display: none;
}
#main-content {
width: 65.909%;
}
#main-sidebar {
width: 31.8181%;
clear: none;
margin-left: 2.2727%;
}
#main-content-full {
	width: 77.2727%;
	margin-left: 11.3636%;
}
.bottom-centered {
	width: 77.2727%;
	margin-left: 11.3636%;
}
#left-column {
width: 48.8%;
margin-left: 0;
}
#right-column {
width: 48.8%;
clear: none;
margin-left: 2.2727%;
}
#heading-two-col {
}
#otcb-content {
}
#otcb-background {
}
#otcb-left-column {
width: 39.1818%;
padding:2%;
}
#otcb-right-column {
width: 39.1818%;
padding:2%;
margin-left: 13.6363%;
clear: none;
}
#otcb-CC-logo {
width: 31.8181%;
margin-left: 22.7272%;
}
#otcb-LP-logo {
width: 31.8181%;
clear: none;
margin-left: 2.2727%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}