@charset "utf-8";




h1 {
	font-size: 32px;
	font-weight: 300;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	
	
}

h2 {
	font-size: 27px;
	font-weight: 500;
	text-align: center;
	color: #00285B;
}

h3 {
	font-size: 20px;
	font-weight: 400;
	color: #00285B;
	color: #296CC4;
}

h4 {
	font-size: 32px;
	font-weight: 500;

}

p {
  line-height: 1.47;
  font-size: 16px;
  color: #111418; 
  font-weight: normal;
  
}



a  {
	color: #375580; 
	font-weight: 400;
}

th,
td,
.commission-table,
.commission-th,
.commission-td
 { 	
	border: 1;
	border: 1px solid #2F2F2F;
 }




.commission-th {
	font-weight: 700;
	font-size: 17px;
	text-align: center;
	color: #000000;
	
}
.commission-td {
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
	
}







#commission-amounts-table  {
	
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	
}


#payment-schedule-table {
	
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	
}




 


.white-box {
	width: 75%;
	padding-left: 70px;
	padding-right: 70px;
	
}


.col-lg-3.col-md-4.col-sm-4.col-xs-12  {
  
width: 100%;
}

.page-title {
	line-height: 1;
}




.divcontinueb:hover {
  background-color: #005379;
  
}




.divcontinueb {
	
	margin-top: 20px;
	margin-bottom: 35px;
	width: 185px;
	height: 44px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	background-color: #008FD3;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px 1px #7A7A7A;
	box-shadow: 1px 1px 2px 1px #7A7A7A;
	margin-top: 17px;
	margin-bottom: 15px;
	text-align: center;
	color: #FFFFFF;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 100;
	font-size: 16px;
	text-decoration: none;
}


@media (max-width: 1168px){
	
	
	
	
	
	
	
	.white-box {
	width: 100%;
	padding-left: 15px;
	padding-right: 20px;
	
}
	
.col-md-12.col-xs-12  {
  margin-left: auto;
  margin-right: auto;
width: 100%;
position: relative;
left: -17px;
padding-right: 5px;
}

	
	
	p {
  line-height: 1.3;
  font-size: 15px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
	
	
}




@media (max-width: 600px){

.col-md-12.col-xs-12  {

width: 105%;
padding-right: 0px;


}



.divcontinueb {
	
	width: 230px;
	height: 60px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 17px;
	background-color: #008FD3;
	
	margin-top: 35px;
	margin-bottom: 45px;
	text-align: center;
	color: #FFFFFF;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 100;
	font-size: 18px;
	}



}