@font-face {
  font-family: pfhandbookpro-medium;
  src: url(../fonts/pfhandbookpro-medium.woff);
}
@font-face {
  font-family: pfhandbookpro-regular;
  src: url(../fonts/pfhandbookpro-regular.woff);
}
@font-face {
  font-family: PFHandbookPro-Bold;
  src: url(../fonts/pfhandbookpro-Bold.woff);
}
.sub-header-1{
	background-color: #D1AB6D;
}
.sub-header-2{
	background-color: #63522F;
}
.sub-header-1 p{
	color: #ffffff;
    text-transform: uppercase;
    font-family: 'PFHandbookPro-Bold';
    padding: 0px 0px 0px 50px;
    font-size: 20px;
}
.sub-header-2 p{
	font-family: pfhandbookpro-regular;
	color: #ffffff;
	padding: 2px 0px 2px 50px;
}

.pr2{
	padding-right: 2px;
}
.pl2{
	padding-left: 2px;
}

.banner{
	background-image: url('../images/banner.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	display: table;
	background-position: center center;
}

.banner h3{
	color: #ffffff;
	font-size: 50px;
	font-family: 'PFHandbookPro-Bold';
	text-transform: uppercase;
}

.banner span{
	background-color: #8a0a1c;
    color: #ffffff;
    padding: 6px 10px;
    font-size: 14px;
    margin-top: 24px;
    display: table;
    font-family: 'Calibri';
}

.banner-text{
	padding: 100px 0px;
}

.section2{
	background-color: #E8D1A7;
	/*padding: 50px 0px;*/
}

.btn-sub{
	background-color: #695934;
	color: #ffffff;
	text-transform: uppercase;
	font-family: pfhandbookpro-regular;
	font-size: 24px;
	transition: 0.5s;
	border:2px solid #695934;
}
.btn-oth{
	background-color: #695934;
	color: #ffffff;
	text-transform: uppercase;
	font-family: pfhandbookpro-regular;
	font-size: 12px;
	transition: 0.5s;
	border:2px solid #695934;
    width: 60px !important;
    margin-top:35px;
    margin-left:-15px;
}

.btn-sub:hover{
	color: #695934!important;
	background-color: transparent!important;
}
.btn-sub:foucs{
	color: #695934!important;
	background-color: transparent!important;
	outline: none!important;
}
.btn-sub:active{
	color: #695934!important;
	outline: none!important;
	background-color: transparent!important;
}
.btn-oth:hover{
	color: #695934!important;
	background-color: transparent!important;
}
.btn-oth:foucs{
	color: #695934!important;
	background-color: transparent!important;
	outline: none!important;
}
.btn-oth:active{
	color: #695934!important;
	outline: none!important;
	background-color: transparent!important;
}

small{
	color: #545454;
	font-family: pfhandbookpro-regular;
}

.trans{
	background-color: transparent!important;
	outline: none!important;
	box-shadow: none!important;
	border:none;
	border-bottom: 2px solid #AB8D59;
	border-radius: 0px;
	font-size: 17px;
}
.trans:hover{
	border-bottom: 2px solid #695934;;
}
.trans:focus{
	border-bottom: 2px solid #695934;;
}
.trans:active{
	border-bottom: 2px solid #695934;;
}
.trans::placeholder{
	font-family: pfhandbookpro-regular;
	text-transform: uppercase;
	color: #a48b5d;
	font-size: 17px;
}
.trans option{
	font-size: 17px;
	color: #a48b5d;
	font-family: pfhandbookpro-regular;
}
select{
  	font-family: pfhandbookpro-regular;
	text-transform: uppercase;
	color: #a48b5d!important;
}
.dropdown{
	position: relative;
}
.dropdown img{
	position: absolute;
	top: 0px;
	right: 0px;
}
label{
	font-family: pfhandbookpro-regular!important;
	text-transform: uppercase;
	font-weight: 100;
	color: #a48b5d!important;
}
textarea{
	font-family: pfhandbookpro-regular!important;
	border-radius: 0px!important;
	outline: none!important;
	border-color: #AB8D59!important;
	resize: none!important;
	box-shadow: none!important;
	color: #a48b5d!important;
	font-size: 17px!important;
	border: 2px solid #AB8D59!important;
}
textarea:hover{
	border: 2px solid #695934;;
}
textarea:focus{
	border: 2px solid #695934;;
}
textarea:active{
	border: 2px solid #695934;;
}

.file_upload span{
	border-bottom: 2px solid #AB8D59;
	display: block;
	cursor: pointer!important;
	position: relative;
}
.file_upload span:hover{
	border-bottom: 2px solid #695934;
}
.file_upload span label{
	position: absolute;
	top: 0px;
	left: 0px;
}
.file_upload span label small{
	color: #7f7f7f;
	font-family: pfhandbookpro-regular!important;
	font-size: 15px!important;
	text-transform: capitalize;
}
.file_upload span input{
	opacity:  0;
	width: 100%;
	
}

thead th{
	background-color: #c4a166;
	color: #ffffff;
	font-family: pfhandbookpro-regular!important;
	font-weight: normal;
}

tbody td{
	background-color: #eaeaea;
	color: #363636;
	font-family: pfhandbookpro-regular!important;
	font-weight: normal;
	border-color: #ffffff;
}
td a{
	color: #363636!important;
	text-decoration: none!important;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 3px solid #fff!important;
}
/*FAQ*/
	.FAQ {
    padding: 40px;
}
	.faq-title{
		color: #c7222a;
		font-family: PFHandbookPro-Bold;
        font-size: 25px;
        text-transform: uppercase;
        margin: 20px 0px;
	}
	.panel{
		border:none!important;
	}
   .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 8px;
        color: #c7222a;
        background-color:#ffffff;
        border-color: #ffffff;
    }

    .panel-title {
    	font-family: PFHandbookPro-Bold;
        font-size: 22px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }

    .panel_list p{
    	font-family: pfhandbookpro-regular;
    	color: #363636;
    	font-size: 18px;
    }
    .w-10{
    	width: 10px;
    }
    .w-80{
    	width: 90%;
    }



/*FAQ*/



/*Page 4*/
	
	.level{
		background-color: #B3B3B3;
		border-radius: 10px 0px 0px 10px;
	}	
	.level-title{
		background-color: #B3B3B3;
		border-radius: 0px 10px 10px 0px;
	}
	.title{
		color: #ffffffff;
		font-family: PFHandbookPro-Bold;
		padding: 10px;
		font-size: 22px;
	}
	.desc{
		color: #363636;
		font-family: pfhandbookpro-regular;
		font-size: 20px;
		padding: 10px 10px 30px 0px;
	}
	.desc a{
		color: #c7222a;
		text-decoration: underline;
	}

	.page-title{
		color: #c7222a;
		font-family: PFHandbookPro-Bold;
		text-transform: uppercase;
		padding:20px 0px;
		font-size: 28px;
	}
	

/*Page 4*/

/*confirm*/

.confirm{
	background-color: #E0E0E0;
	width: 100%;
	height: 600px;
	/*position: relative;*/
}
.question{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.question h2{
	font-family: pfhandbookpro-regular;
	font-size: 40px;
	color: #695935;
	padding-bottom: 20px;
}
.question span{
	font-family: pfhandbookpro-regular;
	font-size: 30px;
	color: #695935;
	margin-top: 6px;
}

.form__radio-input {
  display: none;
}

.form__label-radio {
  	font-size: 2.6rem;
    cursor: pointer;
    position: relative;
    padding-left: 3.5rem;
    color: #695935!important;
    font-family: pfhandbookpro-regular!important;
}

.form__radio-button {
  height: 2rem;
  width: 2rem;
  border: 2px solid #695935;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -0.4rem;
}
.form__radio-button::after {
  	content: "";
  	display: block;
  	height: 8px;
  	width: 8px;
  	border-radius: 50%;
  	position: absolute;
	top: 55%;
    left: 55%;
    transform: translate(-56%, -66%);
  	background-color: #695935;
  	opacity: 0;
  	transition: opacity 0.2s;
}

.form__radio-input:checked ~ .form__label-radio .form__radio-button::after {
  opacity: 1;
}


@media (min-width: 575px) {
  .list--item {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .mob_break {
    display: block;
  }
}

@media (max-width: 767px) {
	.page .container{
		padding: 0px 15px;
	}
  	.banner {
    	background-color: #382C0F!important;
    	background-image: none!important;
  	}
  	.banner-text{
  		text-align: center;
  	}
  	.banner-text span{
  		display: none;
  	}
  	.pr2{
		padding-right: 15px;
	}
	.pl2{
		padding-left: 15px;
	}
 
}

@media (max-width: 991px) {
	.FAQ{
		padding-top: 155px;
	}
}















.footer-block-1 {
	background-color: #77787b;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.cta{
	background-color: #77787b;
}

.footer-block-1 p, .footer-block-1 span, .footer-block-1 span a {
	font-family: Calibri;
	font-size: 14px;
	color: #fff;
	margin-top: 0px !important;
}


.footer-block-2 p:first-child, .footer-block-2 p:nth-child(3){
	margin-bottom: 0;
}

.footer-block-1 span img {
	padding-left: 10px;
}

.footer-block-1 .divider {
	padding-left: 30px;
    padding-right: 30px;
    font-size: 32px;
}

.footer-block-2 {
	font-family: Calibri;
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 1px solid #231f20;
}

.footer-block-2 p, .footer-block-2 a, .footer-block-3 p {
	font-family: Calibri;
	font-size: 14px;
	color: #231f20;
}

.footer-block-3 {
	font-family: Calibri;
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 1px solid #231f20;
}

.footer-block-4 {
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.footer-block-4 p { 
	font-family: Calibri !important; font-size: 12px; 
}

.divider {
    display: inline-block!important;
}


.main_section{
	position: relative;
}
.register_form{

}

.or_txt_xs p{
	font-family: pfhandbookpro-regular;
	color: #828282;
	font-size: 16px;
	margin-bottom: 10px;
}






@media only screen and (max-width: 1280px) {
 	.channel_titles span {
	    font-size: 20px;
	}
}


@media screen and (max-width: 991px) and (min-width: 767px) {
	.gs_link {
	    padding: 6px 10px;
	    right: 0px;
	}
	.gs_link a {
	    font-size: 12px;
	}
}

@media screen and (max-width: 767px) and (min-width: 530px){
	.gs_link {
	    right: 140px;
	}
}

@media only screen and (max-width: 991px) {

	

}

@media only screen and (max-width: 767px){
	
	.header{
		height: 550px;
	}
	.modal-dialog{
		margin: auto;
	}
	.footer-block-1 .divider{
		display: none!important;
	}
	.gs_link {
	    padding: 6px 10px;
	}
	.gs_link a {
	    font-size: 12px;
	}
	.level-title, .level{
	    border-radius: 0px;
	    text-align: center;
	}
	
} 
@media only screen and (max-width: 520px){
	.header{
		padding: 30px 20px
	}
	.sub-header-1 p {
	    padding: 0px 0px 0px 20px;
	}

	.sub-header-2 p {
	    padding: 2px 0px 2px 20px;
	}
	.banner h3 {
	    font-size: 40px;
	}
	.page-title {
	    font-size: 23px;
	}
	.title {
	    font-size: 18px;
	}
	.desc {
	    font-size: 18px;
	}
	.panel-title {
	    font-size: 20px;
	}
	.question h2 {
	    font-size: 30px;
	    padding: 20px 20px;
	}
	.form__label-radio {
	    font-size: 20px;
	}
} 
@media only screen and (max-width: 350px){
	.page .container {
	    padding: 0px 30px;
	}
} 

.glyphicon {
    color: #A6A6A6;
    font-weight: 100;
}
 
        #id_confrmdiv
{
    display: none;
    background-color: #d4d1cd;
    border-radius: 5px;
    border: 1px solid #aaa;
    position: fixed;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    padding: 6px 8px 8px;
    box-sizing: border-box;
    text-align: center;
z-index:9999;
}

#id_confrmdiv button {
    background-color: #ccc;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 2px;
    text-align: center;
    width: 80px;
    cursor: pointer;
}

#id_confrmdiv .button:hover
{
    background-color: #ddd;
}

#confirmBox .message
{
    text-align: left;
    margin-bottom: 8px;
}