/**** RESETS & DEFINITIONS ***/

/*html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.364;
	color: #444;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: #fc531d;
	text-decoration: none
}*/

/*** BOOTSTRAP OVER-WRITE  ***/

@media (min-width:1200px) {
.container {
	width: 996px;
}
}

/****/

body {
	background-color: #fff;
	margin: 0;
	border-top: 10px solid #b4090a;
}

img.full {
	width: 100%;
}



h1
{
	text-align: left;
	font-size: 50px;
	margin: auto;
	padding-bottom: 10px;
	letter-spacing: -1px;
	margin-top: -7px;
	font-weight: bold;
	color: #000;
	line-height: 60px;
}

h2
{
	text-align: center;
	font-size: 33px;
	line-height: 40px;
	margin: auto;
	padding-bottom: 20px;
	color: #333;
}

h3
{
	text-align: center;
	font-size: 21px;
	text-transform:capitalize;
	color: #b4090a;
	margin-top: -5px;
	font-weight: 300;
}

p
{
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
}

.white
{
	color: #fff;
}

.three-points
{
	padding-top: 40px;
}

.sections
{
	padding-bottom: 60px;
	padding-top: 60px;
	text-align: center;
}

.section1
{
	background-image: url('../images/header-hero.jpg');
	background-size: cover;
	text-align:left;
	height: 590px;
}


.section2
{
	background-color: #fff;
}


.section3
{
	background-color: #b4090a;
	color: #fff;
}

.section4 
{
   background-image: url('../images/members.jpg');
   background-size: cover;
}


.red
{
	color: #b4090a;
}


.margin-top
{
	margin-top: 20px;	
}

.copyright
{
	font-size: 13px;
	text-align: center;
	line-height: 18px;
}

.icon
{
	width: 90px;
	margin-bottom: 5px;
}

.icon-caption
{
	font-size: 19px;
	line-height: 25px;
	margin: 0px;
}

.header-text
{
	margin-top: 330px;
}

.logo-img
{
	width: 345px;
	margin-left: -18px;
}

.tagline
{
	float: right;
}

.logo-small
{
	width: 260px;
}

.social-logos
{
	padding-top: 10px;
}



/**** BUTTONS ****/

.btn-orange, .btn-orange:visited 
{
	color: #ffffff;
	background-color: #fc531d;
	border-radius: 3px;
}

.btn-orange:hover 
{
	color: #ffffff;
	background-color: #e83c00;
	border-color: #e83c00;
}


.ribbon-wrapper
{
	float:left;
	margin-right: 10px;
	margin-top: -18px;
}

.ribbon
{
	width: 145px;
}

@media only screen and (max-width:991px) {



}

@media only screen and (max-width:767px) {



.section1
{
	
}

.logo 
{
    width: 100%;
}

h1
{
	
}

h2
{
	width: 100%;
}

.three-points 
{
    padding-top: 20px;
}

.icon-mobile
{
	margin-top: 30px;
}


}

@media only screen and (max-width:640px){

h1
{
	line-height: 43px;
	font-size: 36px;
	width: 100%;
}

h2
{
	line-height: 30px;
	font-size: 24px;
}

h3
{
	font-size: 20px;
	line-height: 24px;
}

p, .icon-caption
{
	font-size: 18px;
	line-height: 26px;
}


.sections
{
	padding-bottom: 30px;
	padding-top: 30px;
}

.logo-small
{
	width: 200px;
}

.logo-img 
{
    width: 220px;
    margin-left: -8px;
}

.copyright
{
	font-size: 11px;
	line-height: 16px;
}

.section1
{
	height: 340px;
}

.header-text 
{
    margin-top: 160px;
	margin-left: 5px;
}

}

@media only screen and (max-width:480px){

h1 
{
    width: 100%;
    line-height: 34px;
    font-size: 29px;
	margin-top: -2px;
}


.header-text 
{
    margin-top: 90px;
	margin-left: 5px;
}

.logo-img 
{
    width: 180px;
    margin-left: -8px;
}

.section1
{
	height: 240px;
}

}


@media only screen and (max-width:360px){


h1 
{
    line-height: 30px;
    font-size: 25px;
}

.ribbon 
{
    width: 85px;
}

}