@charset "UTF-8";
/* CSS Document */
#main-nav.sticky {
  display: none;
}
.corra-futures-top-banner {
  background-color: #1b2935;
  background-image: url("/assets/application/img/corra-banner.jpg");
  background-attachment: scroll;
	padding:120px 0;
}
.corra-futures-top-banner h1 {
  color: #fff;
}

@media only screen and (max-width: 991.98px) {
    .top-banner {
        padding: 95px 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .top-banner {
        padding: 70px 0;
    }
}

@media only screen and (max-width: 479.98px) {
    .top-banner {
        padding: 50px 0;
    }
}

.teal, a{
	color:rgb(64, 194, 204);
}
.inpage-nav .current, .inpage-nav a.current:hover{
	background-color:rgb(64, 194, 204)!important;
}
/*section diagonal*/
section {
  padding: 4em 0;
}
section .general-header h2{
	color: #000000;
}

#about .general-header h2 {
   color: rgb(64, 194, 204);
}

section .general-header h3{
	font-size: 24px;
    margin-top: .25em;
}

/* card*/
.cf-card{
	height: 100%;
	border-radius: 5px;
	padding:1.6em;
}
.cf-card.light{
	background-color:#dce3e7;	
}
.cf-card.light-dark{
	background-color:#c3d0d6;	
}
.cf-card .cf-card-image{
	height: 150px;
	text-align: center;
	margin-bottom:1em;
}
.cf-card h3{
	font-size: 1.3em;
}
.cf-card h4{
	font-size: 1.1em;
	font-weight: 400;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* Limits text to 3 lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis; 
}

/*thumb*/
.th-card{
	padding:0 0 2em 100px;
	position: relative;
	display:block;
	height: 130px;
}
.th-card .th-card-image{
	position: absolute;
	left:0;
	top:0;
	width:80px;
	border:2px solid #fff;
}
.th-card:hover .th-card-image{
	border:2px solid rgb(64, 194, 204);
}
.th-card h4{
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	color:rgb(64, 194, 204);
	padding-top:15px;
}

/*about*/
#about{
	padding:0;
}
#about .container{
	background-image: url("/assets/application/img/corra1-01.png");
	background-position: right center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	padding-top:4em;
	padding-bottom:4em;
}
@media (max-width: 767.98px) {
	#about .container{
        background-position: center bottom;
		background-size: auto 200px;
		padding-top:2em;
		padding-bottom:220px;
    }
}
.full-w-card{
	height: 100%;
	border-radius: 5px;
	padding:0;
	background-color: #1b2935;
	overflow: hidden;
}
.full-w-card .white-bg{
	background-color: #fff;
}

/*icons*/
.cf-icon-card{
	height: 100%;
	text-align: center;
	padding:0 10px 2em;
}
.cf-icon-card img{
	display:block;
	margin:0 auto .6em;
}

/* links */

#intro a, #price a {
	color: #006B86;
	text-decoration: underline;
	font-weight: 700;
}