/* CSS Document */


.navbar {
	margin-bottom: 0;	
}

.jhead {
	margin-bottom: 60px;	
}


.headerjumbo {
	background: url('../img/why-join-header.jpg') no-repeat center center;
	width: 100%;
	height: 480px; /*same height as jumbotron */
	top:0;
	left:0;
	z-index: -1;
	background-size: cover;
    margin-bottom: 0px;
	padding-top: 90px;
}

.whyjoin-s2 {
	max-width: 679px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 80px;	
}

.whyjoin-s3-container {
	background-color: #FFF;
}
.whyjoin-s3 {
	margin-bottom: 20px;
	padding-left: 80px;
	padding-right: 80px;	
}

.whyjoin-s4 {
	background-color: #bf9f8f6;	
	padding-top: 100px;
}

.whyjoin-s5 {
	padding-top: 80px;
	padding-bottom: 80px;	
}

.s3-left {
	float: left;
}
.s3-right {
	float: right;
}

.s3-icon {
	width: 250px;	   
	margin-top: -18px;
}

.s3-icon-2 {
	width: 250px;	  
	position: absolute;
    right: 18px;
}

.s3-icon-3 {
	width: 250px;	   
	margin-top: -87px;
}

.s3-num {
	font-size: 29px;
	min-height:150px;
	margin-right: 40px;	
}

.s3-text {
	max-width: 450px;
}

.s4-head {
 	margin: 0 auto;
	margin-bottom: 70px;
	max-width: 680px;	
}


.pb-image {
    background-image: url('../img/trusted-panel-beater-new.png');
    background-repeat: no-repeat;
    background-size: cover;
	height:350px;
    background-position: right 0;	
}
.pb-right {
	padding-left: 50px;	
}

ul.checks {
  list-style: none; 
  display: table;
  max-width: 470px;
}

ul.checks li:before {
  	content: "\f00c";
    font-family: FontAwesome;
	color: #ecac2e;
	font-size: 22px;
    display: table-cell; 
    text-align: right;
	padding-right:40px;
}

ul.checks > li {
    display: table-row;
	margin: 10px 0;
}

ul.checks > li:after{
	content:" ";
	display:block;
	height:27px
}

.joinbtn {
	margin-top: 20px;
	margin-bottom: 70px;	
}

.s5-1 {
	 font-size: 22px;
	 margin-bottom:10px;
}

.s5-2 {
	 font-size: 29px;
}



.pbbody {
    display: table;    
	width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
}

.pb-left-side {
    float: none;
    display: table-cell;
}

.pb-right-side {
    float: none;
    display: table-cell;
}


.trusted-panel-beater-img {
    background-image: url('../img/trusted-panel-beater-new.png');
    background-repeat: no-repeat;
    background-size: cover;
	min-height:550px;
    background-position: right 0;
}

.trusted-panel-beater-text {
	
    min-height: 550px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
