    @media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
	margin: auto;
  }

}
     
	body {
		font-family: Arial, Geneva, sans-serif; 
		color:#000;
		text-align:center;
		margin: auto;
		overflow-x:hidden;
	}

p strong {font-weight: 600;}
	
		a img
	{
		border:none;
	
	}
	
	a {
	 color: #1773B4;
	 text-decoration:none;
	 }
	 
	 
	a:hover {
	 color: #1773B4;
	 text-decoration:underline;

	 }	 
	
	.clear{clear:both;}
	
	.outer_container {
		height: 100%;
		width: 100%;
	}
	
	
	.content {
	  font-size:18px;
	  line-height: 35px;
	  padding-top:10px;
	  color:#1773B4;
		letter-spacing: 0.5px;
		font-family: 'Source Sans Pro', sans-serif;
		
	}
	
	h1 {
		
	color: #0E246D;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 38px;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: 0px;	
	}

/*-- h1 span {
	font-size: 22px;
    margin: 0px 6px;
	vertical-align: bottom;
} --*/


h3 {
	line-height: 1.5em;
	letter-spacing: .3px;
	margin-block-start: 1em;
    margin-block-end: 0em;
	font-weight: 600;
}



iframe {
    border: none;
}



blockquote p {
	
    font-family: 'PT Serif', serif;
    font-style: italic;
    margin-inline-start: 0em;
	margin-block-end: 0px;
}

blockquote {
	margin-inline-start: 0em;
    margin-block-end: 60px;
	background: transparent url(../images/ybl-quote.png) no-repeat top left;
    padding-left: 75px;
}

	
#fade{
	width:100%;
	height:auto;
	float:left;
	margin:0px;
	padding: 0px;
	list-style-type:none;
	z-index: 1;
	}


	
#fade img{
	width:100% !important;
	}	
	
#fade li {
	width:100% !important;
}		

#fade_holder {
width: 100%;
height:auto;
float:left;
position:relative;
z-index: -1;
}


.header_check_top {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align:left;
  margin-top:12px;
}



/* Hide the browser's default radio button */
.header_check_top input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


.header_check {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align:left;
  margin-top:5px;
}



/* Hide the browser's default radio button */
.header_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #d9d9d9;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.header_check_top:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.header_check_top input:checked ~ .checkmark {
  background-color: #E75F27;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.header_check_top input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.header_check_top .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: white;
}


/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #d9d9d9;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.header_check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.header_check input:checked ~ .checkmark {
  background-color: #E75F27;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.header_check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.header_check .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: white;
}


	
/* --- The core CSS styles for the navigation menu. --- */

newnav {
  margin: 0;
  padding: 0;
  background-color: #1972b2;
}

#logo {
  display: block;
  padding: 0 30px;
  float: left;
  font-size: 20px;
  line-height: 60px;
}

newnav:after {
  content: "";
  display: table;
  clear: both;
}

newnav ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

newnav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: #1972b2;
}

newnav a {
  display: block;
  padding: 0 20px;
  color: #FFF;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
}

newnav ul li ul li:hover { background: #8e8f90; }

newnav a:hover { background-color: #8e8f90; }

newnav ul ul {
  display: none;
  position: absolute;
  top: 60px;
}

newnav ul li:hover > ul { display: inherit; }

newnav ul ul li {
  width: 170px;
  float: none;
  display: list-item;
  position: relative;
}

newnav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}

newnav li > a:after { content: ' +'; }

.toggle, [id^=drop] {
 display: none;
}

newnav li > a:only-child:after { content: ''; }	


.button {
    background-color: #E75F27;
    border: none;
    color: white;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 23px;
    margin: 7px 0px 4px 0px;
    cursor: pointer;
    opacity: 1.0 !important;
	border-radius: 100px;
}
	


/* Float cancel and delete buttons and add an equal width */
.cancelbtn-confirm, .deletebtn-confirm {
  float: left;
  width: 10%;
	cursor: pointer;
	border: none;
	padding: 4px 14px;
	margin: 4px 0px;
	opacity: 0.9;
}

.cancelbtn-confirm:hover, .deletebtn-confirm:hover {
  opacity:1;
}

/* Add a color to the cancel button */
.cancelbtn-confirm {
  background-color: #f2f2f2;
  color: black;
	margin-left:45%;
}

/* Add a color to the delete button */
.deletebtn-confirm {
  background-color: #f2f2f2;
	margin-left:4%;
}

/* Add padding and center-align text to the container */
.container-confirm {
  padding: 0.1% 3% 1.1% 3%;
  text-align: center;
}

.container-confirm a { 
	font-weight: bold;
	color: #f2f2f2;
}

.container-confirm a:hover { 
	text-decoration: underline;
}

/* The Modal (background) */
.modal-confirm {
  /* display: none;  Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 8; /* Sit on top */
  left: 0;
  bottom: 0;
  width: 100%; /* Full width */
  /* height: 100%;  Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: none;
}

/* Modal Content/Box */
.modal-content-confirm {
	width: 100%;
	border-top: 2px solid white;
}

/* Style the horizontal ruler */
hr-confirm {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
 
/* The Modal Close Button (x) */
.close-confirm {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close-confirm:hover,
.close-confirm:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.clearfix-confirm::after {
  content: "";
  clear: both;
  display: table;
}


@media only screen and (max-width: 760px){
.cancelbtn-confirm, .deletebtn-confirm { width: 90%; }
.cancelbtn-confirm { margin-left:5%; }
.deletebtn-confirm { margin-left:5%; }
}

@media only screen and (min-width: 761px) and (max-width: 1365px) {
.cancelbtn-confirm, .deletebtn-confirm { width: 30%; }
.cancelbtn-confirm { margin-left:35%; }
.deletebtn-confirm { margin-left:4%; }
}



	
	
	
	
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 760px)  {

	.top_nav, .header_right, .trusted_bar img, .top_logo, .sub_nav, .top_contact  {
	
	display:none !important;
	
	}
	
	.container {
		margin: 0 auto;   
		text-align: left; 
		width: 100%;
	}	

	.top_page img, .top_contact img, .header_image  img, .qb img, .trusted_bar img, .question_image1 img, .question_image2 img, .question_image3 img, .contact_btn img, .s1 img, .s2 img, .s3 img, .sage img, .contact_btn1 img, .contact_btn2 img, .t_link2 img, .quotation img, .sub_qb img, .sub_sage img   {
		
	width:100%;	
	}
	
	
	h1 {
	font-size:26px;	
		
	}
	
	
	.content {
	font-size:14px;	
	line-height:25px;
		
	}		
	
	
	
	
	.top_page {
		
	float:left;
	width: 100%;
	height:auto;
	
		
	}
	

	
	
	.top_contact {
		
	float: left;
    width: 100%;
    height: auto;
    margin-top: 1%;
	text-align:center;	
	}
	
	.top_contact img {
		
	max-width:150px;
		
	}	


	.header_image {
		
    float: left;
    width: 100%;
    height: auto;
    
		
	}
	
	.header_text {
		
    float: left;
    /* width: 65%; */
    height: auto;
    font-size: 4.5vw;
    color: #0d236e;
    margin-top: -30%;
    margin-left: 5%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
	}	
	
	.header_text span{
		
	font-size:5vw;
	color:#E75F27;
	font-weight: 800;
	font-style: italic;
	}	
	

	.qb_bar {
		
    float: left;
    width: 100%;
    height: auto;
    background-color:#F4F5F9;
	margin-top:-4px;
	}	

	.qb {
		
	float: left;
    width: 45%;
    height: auto;
    margin-left: 5%;
	padding-top:3%;
	padding-bottom:2%;
		
	}		
	
	
	.sage {
		
	float: right;
    width: 45%;
    height: auto;
    margin-right: 5%;
	padding-top:3%;
	padding-bottom:2%;
		
	}

	.services {
		
	float: left;
    width: 100%;
    height: auto;
    margin-top: 5%;
    text-align: center;
    font-size: 8vw;
    color: #8D8D8F;
    margin-bottom: 2%;
		
	}

	.services_container {
		
	float: left;
    width: 100%;
    height: auto;
    margin-top: 1%;
		
	}	
		
	
	.s1, .s2, .s3 {
		
	float: left;
    width: 100%;
    height: auto;
    margin-top:1%;
	text-align:center;
		
	}
	
	.s1 img, .s2 img, .s3 img {
		
	max-width:320px;
		
	}	
	
	.trusted_bar {
		
	float: left;
    width: 100%;
    height: auto;
    margin-top: 2%;
	font-family: 'Source Sans Pro', sans-serif;	
	}		
	
	.trusted_text {
		
        float: left;
    width: 90%;
    height: auto;
    color: #8D8D8F;
    background-color: #E3F1CE;
    padding: 2% 5%;
    font-size: 4vw;
    line-height: 6vw;
    position: relative;
		
	}
	
	.t_heading {
	font-size:6vw;
	font-weight: 600;	
	}

	.t_link1 {
	text-align:right;
	margin-right:3%;
		
	}

	.t_link2 {
	text-align:right;
		
	}	
	
	
	.trusted_text img {
	max-width:120px;
		
	}
	
	.trusted_text a {
	color: #8D8D8F;
    font-size: 4.25vw;
    font-weight: 600;
    text-decoration: underline;
		
	}	
	
	.testimonials_container {
	float:left;
	width:100%;
	height:auto;
	margin-top:2%;
		
	}
	
	.testimonial1, .testimonial2, .testimonial3 {
	float:left;
	width:88%;
	height:auto;
	margin-left:6%;
	margin-top:5%;
	}

	.quotation {
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	margin-top:7%;
	}
	
	.quotation img {
	max-width:40px;
	}	

	.testimonial {
	float:left;
	width:100%;
	height:auto;
	margin-top:2%;
	font-size:4vw;
	line-height: 6vw;
	font-style:italic;
	color:#1875B2;
	text-align:justify;
	font-family: 'PT Serif', serif;
	}		
	
	.customer {
	float: right;
    width: 85%;
    height: auto;
    margin-right: 0%;
    font-size: 4vw;
	line-height: 6vw;
    color: #1875B2;
    text-align: right;
	font-family: 'PT Serif', serif;
	}

	.rm_testimonials {
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	margin-top:7%;
	margin-bottom:8%;
	}

	.rm_testimonials a {
	color:#8D8D8F;
	font-size:4.5vw;
	text-decoration:underline;
	font-family: 'Source Sans Pro', sans-serif;
	}	
	
	.question_container {
    margin-top: 3%;
    display: inline-block;
    text-align: center;
    float: left;
	}

	.question_image1, .question_image2, .question_image3 {
	float:left;
	width:100%;
	height:auto;
	}
	
	.question_image1 img, .question_image2 img, .question_image3 img {
	max-width:320px;
	border: 10px solid #72A9D0;
	}	
	

	
	.contact_container {
	float:left;
	width:100%;
	height:auto;
	margin-top:2%;
	}	
	
	.contact_btn1 {
	float:left;
	width:70%;
	height:auto;
	margin-left:12%;
	margin-bottom:2%;
	}	
	
	.contact_btn2 {
	float:left;
	width:70%;
	height:auto;
	margin-left:12%;
	margin-bottom:2%;
	}	
	
	.footer_bar {
	float:left;
	width:100%;
	height:auto;
	min-height:150px;
	background-color:#EAF1E9;
	margin-top:2%;
	}		
	
			
	
#logo {
  display: block;
  padding: 0;
  width: 100%;
  text-align: center;
  float: none;
}

newnav { 
	float: left;
    width: 100%;
	height:auto;
 }

.toggle + a,
 .menu { display: none; }

.toggle {
  display: block;
  background-color: #1972b2;
  padding: 0 20px;
  color: #FFF;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
  border: none;
}

.toggle:hover { background-color: #1972b2; }

[id^=drop]:checked + ul { display: block; }

newnav ul li {
  display: block;
  width: 100%;
}

newnav ul ul .toggle,
 newnav ul ul a { padding: 0 40px; }

newnav ul ul ul a { padding: 0 80px; }

newnav a:hover,
 newnav ul ul ul a { background-color: #1972b2; }

newnav ul li ul li .toggle,
 newnav ul ul a { background-color: #1972b2; }

newnav ul ul {
  float: none;
  position: static;
  color: #ffffff;
}

newnav ul ul li:hover > ul,
newnav ul li:hover > ul { display: none; }

newnav ul ul li {
  display: block;
  width: 100%;
}

newnav ul ul ul li { position: static;

}
	
	.sub_links_bar {
		
    float: left;
    width: 100%;
    height: auto;
    background-color:#F4F5F9;
	margin-top:-4px;
	}		
	

	.sub_qb_container {
		
    float: left;
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-top: .8%;

	}

	.sub_qb {
		
    float: left;
    width: 45%;
    height: auto;

	}

	.sub_sage {
		
    float: left;
    width: 45%;
    height: auto;
	margin-left:10%;

	}

	.main_container {
		
    float: left;
    width: 90%;
    height: auto;
	margin-left:5%;

	}

	.content_container {
		
    float: left;
    width: 100%;
    height: auto;

	}

	.sidebar_container {
		
    float: left;
    width: 100%;
    height: auto;
	margin-top:20px;
	}	
	
	
	.sub_help {
		
    float: left;
    width: 88%;
    height: auto;
    font-size: 2.5vw;
    color: #968983;
    background-color: #fcefe9;
    
    padding: 6%;
	text-align:center;
	line-height: 14px;
	
	}		
	
	.sub_help span{
		
	font-size:3.5vw;
	color:#0E246D;
	}	
	
	.request_bar {
		
    float: left;
    width: 100%;
    height: auto;
	margin-top:30px;
	background-color:#1972b2;
	}	

	.request_text {
		
    float: left;
    width: 44%;
    height: auto;
    margin-left: 8%;
    color: #FFF;
    font-size: 4.5vw;
    margin-top: 2%;
    padding-bottom: 2%;

	}
	
	.request_btn {
		
    float: left;
    width: 37%;
    height: auto;
    margin-left: 4%;
    margin-top: 3%;

	}	

	.request_btn img{
    width: 100%;

	}
	
	.sub_header_image {
	float:left;
	width:100%;
	height:auto;
		
	}
	
	.sub_header_image img {
	width:100%;
		
	}
	
	#footer_container {
	
    float: left;
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-bottom: 40px;
    font-size: 14px;
	line-height: 22px;
		opacity: 0.7;
	}
	
	
	#footer_col1 {
	
	float: left;
    width: 100%;
    height: auto;
	text-align: center;
	}	
	
	#footer_col1 img {
	max-width: 290px;
	margin:20px 0px 10px 0px;
	
	}
	
	#footer_col2 {
	
	float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 10px;
		
	}

	#footer_col2 a, #footer_col3 a{
	
	text-decoration:none;
	font-size:14px;
		color: #000;
		
	}
	
	#footer_col2 a:hover, #footer_col3 a:hover{
	
	text-decoration:none;
	font-size:14px;
	color: #000;
	}
	
	
	#footer_col3 {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 10px;
	margin-bottom:70px;	
	}
	
	#footer_col3 img {
		margin-bottom:0px;
	}
	
	
	
	#phonefixed {
  position: fixed;
  width: 100%;
  bottom: 0px;
  background: #1972b2;
    padding: 14px 0px;
} 
	
	#phonefixed img {
		display: block;
    margin-left: auto;
    margin-right: auto;
		width: 240px;
    height: 50px;
	}
	
	
	#articles{
	width:98%;
	height:100%;
	float:left;
	margin-bottom:20px;
	}
	
	#article-thumb{
	float: left;
    height: 75px;
    width: 23%;
	margin-right: 20px;
	}
	
	#article-thumb img {
		width:100px;
	}
	
	
	
	
}	
	
	
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media only screen and (min-width: 761px) and (max-width: 1365px)  {


	newnav, #phonefixed {
	
	display:none !important;
	
	}

	.container {
		margin: 0 auto;   
		text-align: left; 
		width: 100%;
	}	
		
	.top_page img, .top_contact img, .header_image  img, .qb img, .trusted_bar img, .question_image1 img, .question_image2 img, .question_image3 img, .contact_btn img, .s1 img, .s2 img, .s3 img, .sage img, .contact_btn1 img, .contact_btn2 img, .t_link2 img, .quotation img, .sub_qb img, .sub_sage img  {
		
	width:100%;	
	}
	
	h1 {
	font-size:26px;	
		
	}
	
	
	.content {
	font-size:14px;	
	line-height:25px;
		
	}	
	
	
	.top_page {
		
	float:left;
	width: 100%;
	height:auto;
	margin-top:24px;
		
	}
	
	.top_logo {
		
	float:left;
	width: 22.5%;
	height:auto;
	margin-left:3%;
	
		
	}	
	
	
	.top_nav {
		
	float: left;
    width: 46%;
    height: auto;
    margin-left: 14%;
    font-size: 1.2vw;
    text-align: center;
    margin-top: 40px;
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;	
	}		
	
	.top_nav a{
		
	font-size:1.2vw;
		
	}		
	
	
	.top_contact {
		
    float: left;
    width: 9.5%;
    height: auto;
    margin-left: 3%;
    margin-top: 34px;
		
	}
	
	


	.header_image {
		
    float: left;
    width: 100%;
    height: auto;
    margin-top: 10px;
		
	}
	
	.header_text {
		
	float: left;
    width: 48%;
    height: auto;
    font-size: 3.0vw;
    line-height: 3.8vw;
    color: #0d236e;
    margin-top: -27%;
    margin-left: 5%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
	}	
	
	.header_text span{
		
	font-size:4.0vw;
	color: #E75F27;
    font-style: italic;
	font-weight: 800;
	}		
	
	.header_right {
		
    float: left;
    width: 32%;
    height: auto;
    font-size: 1.25vw;
    color: #8D8D8F;
    margin-top: -32.5%;
    margin-left: 57%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1.5% 2.5%;
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
	
	}		
	
	.header_right span{
	
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
	font-size:1.7vw;
	color:#E75F27;
	}
	
	.button {
    font-size: 14px;
		padding: 8px 28px;
    
}

	.qb_bar {
		
    float: left;
    width: 100%;
    height: auto;
    background-color:#F4F5F9;
	margin-top:-4px;
	}	

	.qb {
		
	float: left;
    width: 30%;
    height: auto;
    margin-left: 15%;
	padding-top:2%;
	padding-bottom:2%;
		
	}		
	
	
	.sage {
		
	float: right;
    width: 30%;
    height: auto;
    margin-right: 15%;
	padding-top:2%;
	padding-bottom:2%;
		
	}

	.services {
		
	float: left;
    width: 100%;
    height: auto;
    margin-top: 2%;
    text-align: center;
    font-size: 2.7vw;
    color: #8D8D8F;
    margin-bottom: 1%;
		
	}

	.services_container {
		
	float: left;
    width: 100%;
    height: auto;
    margin-top: 1%;
		
	}	
		
	
	.s1, .s2, .s3 {
		
	float: left;
    width: 31%;
    height: auto;
    margin-left:2%;
		
	}
	
	.trusted_bar {
		
	float: left;
    width: 100%;
    height: auto;
    margin-top: 2%;
	font-family: 'Source Sans Pro', sans-serif;	
	}		
	
	.trusted_text {
		
    float: left;
    width: 58%;
    height: auto;
    margin-top: -24%;
    margin-left: 34%;
    color: #8D8D8F;
    padding: 2%;
    font-size: 1vw;
	font-weight: 600;
	line-height: 2vw;
    position: relative;
		
	}
	
	.t_heading {
	font-size:2.5vw;
	font-weight: 600;
	margin: 6% 0px 3% 0px;
	}
	
	.t_body {
	margin: 0px;
	}

	.t_link1 {
	text-align:right;
	margin-right:3%;
		
	}

	.t_link2 {
	text-align:right;
		
	}	
	
	
	.trusted_text img {
	max-width:120px;
		
	}
	
	.trusted_text a {
	color:#8D8D8F;
	font-size: 1vw;
	font-weight: 600;
	text-decoration: underline;
		
	}	
	
	.testimonials_container {
	float:left;
	width:100%;
	height:auto;
		
	}
	
	.testimonial1, .testimonial2, .testimonial3 {
	float:left;
	width:24%;
	height:auto;
	margin-left:7%;
	}

	.quotation {
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	margin-bottom:3%;
	}
	
	.quotation img {
	max-width:40px;
	}	

	.testimonial {
	float:left;
	width:100%;
	height:auto;
	margin-top:2%;
	font-size:1vw;
	font-style:italic;
	color:#1875B2;
	line-height:1.6vw;
	text-align:justify;
	font-family: 'PT Serif', serif;

	}		
	
	.customer {
	float: right;
    width: 72%;
    height: auto;
    margin-top: 2%;
    font-size: 1vw;
	line-height: 1.5vw;
    color: #1875B2;
	font-family: 'PT Serif', serif;
	}

	.rm_testimonials {
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	margin-top:2%;
	}

	.rm_testimonials a {
	color:#8D8D8F;
	font-size:1.4vw;
	text-decoration:underline;
	}	
	
	.question_container {
	float:left;
	width:99%;
	height:auto;
	margin-top:2%;
	background-color:#72A9D0;
	padding-top: 1%;
	padding-bottom: 0.6%;
	}

	.question_image1, .question_image2, .question_image3 {
	float:left;
	width:32%;
	height:auto;
	margin-left:1%;
	}

	
	.contact_container {
	float:left;
	width:100%;
	height:auto;
	margin-top:2%;
	}	
	
	.contact_btn1 {
	float:left;
	width:25%;
	height:auto;
	margin-left:25%;
	}	
	
	.contact_btn2 {
	float:left;
	width:25%;
	height:auto;
	}	
	
	.footer_bar {
	float:left;
	width:100%;
	height:auto;
	min-height:150px;
	background-color:#EAF1E9;
	margin-top:2%;
	}		
	
		
	.sub_links_bar {
		
    float: left;
    width: 100%;
    height: auto;
    background-color:#F4F5F9;
	margin-top:-4px;
	}		
	
	.sub_nav {
		
    float: left;
    width: 40%;
    height: auto;
	margin-left:5%;
    font-size:1.8vw;
	color:#0E246D;
	padding-top:1%;
	padding-bottom:1%;
	
	}

	.sub_nav a{
		
    font-size:1.8vw;
	color:#0E246D;
    
	}

	.sub_qb_container {
		
    float: right;
    width: 35%;
    height: auto;
    margin-right:5%;
	margin-top:.8%;

	}

	.sub_qb {
		
    float: left;
    width: 45%;
    height: auto;

	}

	.sub_sage {
		
    float: left;
    width: 45%;
    height: auto;
	margin-left:10%;

	}

	.main_container {
		
    float: left;
    width: 90%;
    height: auto;
	margin-left:5%;

	}

	.content_container {
		
    float: left;
    width: 60%;
    height: auto;

	}

	.sidebar_container {
		
    float: right;
    width: 35%;
    height: auto;
	margin-top:30px;
	}	
	
	
	.sub_help {
		
    float: left;
    width: 88%;
    height: auto;
    font-size: 1.2vw;
    color: #968983;
    background-color: #fcefe9;
    
    padding: 6%;
	text-align:center;
	line-height: 14px;
	
	}		
	
	.sub_help span{
		
	font-size:1.8vw;
	color:#0E246D;
	}	
	
	.request_bar {
		
    float: left;
    width: 100%;
    height: auto;
	margin-top:30px;
	background-color:#1972b2;
	}	

	.request_text {
		
    float: left;
    width: 45%;
    height: auto;
    margin-left: 15%;
    color: #FFF;
    font-size: 2.5vw;
    margin-top: 2%;
    padding-bottom: 2%;

	}
	
	.request_btn {
		
	float: left;
    width: 20%;
    height: auto;
    margin-left: 2%;
    margin-top: 1%;

	}	

	.request_btn img{
    width: 100%;

	}
	
		
	.sub_header_image {
	float:left;
	width:100%;
	height:auto;
		
	}
	
	.sub_header_image img {
	width:100%;
		
	}
	
	
	/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #d9d9d9;
  border-radius: 50%;
}
	
.header_check_top {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align:left;
  margin-top:20px;
}
	
	/* Style the indicator (dot/circle) */
.header_check_top .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}
	
	/* Style the indicator (dot/circle) */
.header_check .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}
	
	
	
	#footer_container {
	
    float: left;
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-bottom: 40px;
    font-size: 11px;
	opacity: 0.7;	
	}
	
	
	#footer_col1 {
	
	float: left;
    width: 25%;
    height: auto;
	text-align: left;
	margin-top: 24px;
		
	}	
	
	#footer_col1 img{
	
    width: 171px;
	margin: 7px 0px;
		
	}		
	
	#footer_col2 {
	
	float: left;
    width: 15%;
    height: auto;
    text-align: left;
    margin-top: 56px;
	margin-left: 6.5%;
		
	}

	
	#footer_col2 span{
	
	font-size:16px;
		
	}	

	#footer_col2 a, #footer_col3 a{
	
	text-decoration:none;
	font-size:11px;
	color: #000;
		
	}
	#footer_col2 a:hover, #footer_col3 a:hover{
	
	text-decoration:underline;
	font-size:11px;
	color: #000;
		
	}
	
	
	#footer_col3 {
	
    float: right;
    width: 30%;
    height: auto;
    text-align: right;
    margin-top: 40px;
		
	}
		
	#footer_col3 img { width:120px;}
	
	
	#articles{
	width:98%;
	height:100%;
	float:left;
	margin-bottom:20px;
}
	
	#article-thumb{
	width:100px;
	height:75px;
	border:1px #000 solid;
	float:left;
	margin-right: 20px;
}
	
	#article_thumb img {
		width: 100px;
	}
	
	
}
	
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media only screen and (min-width: 1366px) and (max-width: 1919px)   {		
	

	newnav, #phonefixed {
	
	display:none !important;
	
	}
	
	
	h2 {
		    font-size: 21px;
			letter-spacing: 0.4px;
	}
	
	
	.container {
		margin: 0 auto;   
		text-align: left; 
		width: 100%;
	}		
	

	.top_page img, .top_contact img, .header_image  img, .qb img, .sage img, .trusted_bar img, .question_image1 img, .question_image2 img, .question_image3 img, .contact_btn img, .s1 img, .s2 img, .s3 img, .contact_btn1 img, .contact_btn2 img, .t_link2 img, .quotation img, .sub_qb img, .sub_sage img  {
		
	width:100%;	
	}
	
	
	h1 {
		
	color: #0E246D;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 27px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0px;	
	}

/*-- h1 span {
	font-size: 21px;
    margin: 0px 6px;
	vertical-align: bottom;
} --*/
	
	
	
	.top_page {
		
	float:left;
	width: 100%;
	height:auto;
	margin-top:24px;
		
	}
	
	.top_logo {
		
	float:left;
	width: 22.5%;
	height:auto;
	margin-left:3%;
	
		
	}	
	
	
	.top_nav {
		
	float: left;
    width: 34%;
    height: auto;
    margin-left: 24%;
    font-size: 0.95vw;
    text-align: center;
    margin-top: 40px;
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;	
	}		
	
	.top_nav a{
		
	font-size:0.95vw;
		
	}		
	
	
	.top_contact {
		
    float: left;
    width: 9.5%;
    height: auto;
    margin-left: 3%;
    margin-top: 34px;
		
	}


	.header_image {
		
    float: left;
    width: 100%;
    height: auto;
    margin-top: 8px;
		
	}
	
	.header_text {
		
	float: left;
    width: 48%;
    height: auto;
    font-size: 3.0vw;
    line-height: 3.8vw;
    color: #0d236e;
    margin-top: -27%;
    margin-left: 5%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
	}	
	
	.header_text span{
		
	font-size:4.0vw;
	color: #E75F27;
    font-style: italic;
	font-weight: 800;
	}	
	
	.header_right {
		
    float: left;
    width: 28%;
    height: auto;
    font-size: 1.25vw;
    color: #8D8D8F;
    margin-top: -31.5%;
    margin-left: 60%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1.5% 2.5%;
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
	
	}		
	
	.header_right span{
	
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
	font-size:1.7vw;
	color:#E75F27;
	}
	
	.button {
    font-size: 19px;
    
}

	.qb_bar {
		
    float: left;
    width: 100%;
    height: auto;
    background-color:#F4F5F9;
	margin-top:-4px;
	}	

	.qb {
		
	float: left;
    width: 30%;
    height: auto;
    margin-left: 15%;
	padding-top:2%;
	padding-bottom:2%;
		
	}		
	
	
	.sage {
		
	float: right;
    width: 30%;
    height: auto;
    margin-right: 15%;
	padding-top:2%;
	padding-bottom:2%;
		
	}

	.services {
		
	float: left;
    width: 100%;
    height: auto;
    margin-top: 2%;
    text-align: center;
    font-size: 2.5vw;
    color: #8D8D8F;
    margin-bottom: 1%;
		
	}

	.services_container {
		
	float: left;
    width: 100%;
    height: auto;
    margin-top: 1%;
		
	}	
	
	.s1 {
		
	float: left;
    width: 20%;
    height: auto;
    margin-left:15%;
		
	}		
	
	.s2, .s3 {
		
	float: left;
    width: 20%;
    height: auto;
    margin-left:5%;
		
	}
	
	.trusted_bar {
		
	float: left;
    width: 100%;
    height: auto;
    margin-top: 2%;
	font-family: 'Source Sans Pro', sans-serif;	
	}		
	
	.trusted_text {
		
    float: left;
    width: 60%;
    height: auto;
    margin-top: -24%;
    margin-left: 31.5%;
	margin-bottom: 1%;
    color: #8D8D8F;
    padding: 3%;
    font-size: 1vw;
    position: relative;
	line-height: 2vw;
	font-weight: 600;
	}
	
	.t_heading {
	font-size:2.5vw;
    font-weight: 600;
    margin: 6% 0px 3% 0px;	
	}
	
	.t_body {
	margin: 0px;
	}

	.t_link1 {
	text-align: right;
    margin-right: 4%;
    margin-top: 0px;
		
	}

	.t_link2 {
	text-align:right;
		
	}		
	
	
	.trusted_text img {
	max-width:148px;
		
	}
	
	.trusted_text a {
	color:#8D8D8F;
	font-size:1vw;
	font-weight: 600;
    text-decoration: underline;	
	}	
	
	.testimonials_container {
	float:left;
	width:100%;
	height:auto;
		
	}
	
	.testimonial1, .testimonial2, .testimonial3 {
	float:left;
	width:24%;
	height:auto;
	margin-left:7%;
	}

	.quotation {
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	margin-bottom:3%;
	}
	
	.quotation img {
	max-width:40px;
	}	

	.testimonial {
	float:left;
	width:100%;
	height:auto;
	margin-top:2%;
	font-size:1vw;
	font-style:italic;
	color:#1875B2;
	line-height:1.6vw;
	text-align:justify;
	font-family: 'PT Serif', serif;
	}		
	
	.customer {
	float:right;
	width:70%;
	height:auto;
	margin-top:2%;
	font-size:1vw;
	line-height:1.5vw;
	color:#1875B2;
	font-family: 'PT Serif', serif;
	}
	
	.rm_testimonials {
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	margin-top:2.25%;
		font-family: 'Source Sans Pro', sans-serif;
	}

	.rm_testimonials a {
	color:#8D8D8F;
	font-size:1.2vw;
	text-decoration:underline;
	}	
	
	.question_container {
	float:left;
	width:99%;
	height:auto;
	margin-top:3%;
	background-color:#72A9D0;
	padding-top: 1%;
	padding-bottom: 0.6%;
	}

	.question_image1, .question_image2, .question_image3 {
	float:left;
	width:32%;
	height:auto;
	margin-left:1%;
	}

	
	.contact_container {
	float:left;
	width:100%;
	height:auto;
	margin-top:2%;
	}	
	
	.contact_btn1 {
	float:left;
	width:25%;
	height:auto;
	margin-left:25.5%;
	}	
	
	.contact_btn2 {
	float:left;
	width:25%;
	height:auto;
	}	
	
	.footer_bar {
	float:left;
	width:100%;
	height:auto;
	min-height:150px;
	background-color:#EAF1E9;
	margin-top:2%;
	}		
	
	
	
	.sub_links_bar {
		
    float: left;
    width: 100%;
    height: auto;
    background-color:#F4F5F9;
	margin-top:-4px;
	}		
	
	.sub_nav {
		
    float: left;
    width: 40%;
    height: auto;
	margin-left:5%;
    font-size:1.55vw;
	color:#0E246D;
	padding-top:1%;
	padding-bottom:1%;
	font-weight: 500;
	}
	
	.sub_nav span {
		
		color: #6b7cb3;
	}

	.sub_nav a{
		
    font-size:1.55vw;
	color:#0E246D;
    font-weight: 600;
	}

	.sub_qb_container {
		
    float: right;
    width: 35%;
    height: auto;
    margin-right:5%;
	margin-top:.8%;

	}

	.sub_qb {
		
    float: left;
    width: 45%;
    height: auto;

	}

	.sub_sage {
		
    float: left;
    width: 45%;
    height: auto;
	margin-left:10%;

	}

	.main_container {
		
    float: left;
    width: 90%;
    height: auto;
	margin-left:5%;

	}

	.content_container {
		
    float: left;
    width: 60%;
    height: auto;

	}

	.sidebar_container {
		
    float: right;
    width: 35%;
    height: auto;
	margin-top:30px;
	}	
	
	
	.sub_help {
		
    float: left;
    width: 88%;
    height: auto;
    font-size: 1.2vw;
    color: #968983;
    background-color: #fcefe9;
    
    padding: 6%;
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
	}		
	
	.sub_help span{
		
	font-size:1.8vw;
	color: #0E246D;
    font-weight: 700;
	}	
	
	.request_bar {
		
    float: left;
    width: 100%;
    height: auto;
	margin-top:40px;
	background-color:#1972b2;
	}	

	.request_text {
		
    float: left;
    width: 45%;
    height: auto;
    margin-left: 15%;
    color: #FFF;
    font-size: 2.5vw;
    margin-top: 2%;
    padding-bottom: 2%;

	}
	
	.request_btn {
		
	float: left;
    width: 20%;
    height: auto;
    margin-left: 2%;
    margin-top: 1%;

	}	

	.request_btn img{
    width: 100%;

	}
	
	.sub_header_image {
	float:left;
	width:100%;
	height:auto;
	margin-top: 8px;	
	}
	
	.sub_header_image img {
	width:100%;
		
	}	
	
	
	
	/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #d9d9d9;
  border-radius: 50%;
}
	
.header_check_top {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align:left;
  margin-top:20px;
}
	
	/* Style the indicator (dot/circle) */
.header_check_top .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}
	
	/* Style the indicator (dot/circle) */
.header_check .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}
	
	#footer_container {
	
	float: left;
    width: 80%;
    height: auto;
	margin-left:10%;
	margin-top:5px;
	margin-bottom:50px;
	font-size:14px;
	line-height: 22px;
		opacity: 0.7;
	}
	
	
	#footer_col1 {
	
	float: left;
    width: 25%;
    height: auto;
	text-align: left;
	margin-top: 37px;
	}	
	
	#footer_col1 img {
		max-width:290px;
		margin-left:-35px;
	}
	
	
	#footer_col2 {
	
	float: left;
    width: 17%;
    height: auto;
    text-align: left;
    margin-top: 64px;
	margin-left: 8%;
		
	}

	
	#footer_col2 span{
	
	font-size:16px;
		
	}

	#footer_col2 a, #footer_col3 a{
	
	text-decoration:none;
	font-size:14px;
	color: #000;
		
	}
	
	#footer_col2 a:hover, #footer_col3 a:hover{
	
	text-decoration:underline;
	font-size:14px;
	color: #000;
		
	}
	
	#footer_col3 {
	
	float: right;
    width: 25%;
    height: auto;
	text-align:right;
	margin-top:28px;
	}
	
		#footer_col3 img {
		margin-bottom:6px;
	}
	
	
	#articles{
	height:100%;
	float:left;
	display: table;
}
	
	#articles h3 {
	margin-block-start: 0px;
	margin-block-end: 0px;
	}
	
	#articles p {
	margin-block-start: 0px;
	margin-block-end: 0px;
	line-height: 30px;
	}
	
	#article-thumb{
	border:1px #000 solid;
	float:left;
	margin-bottom: 42px;
	margin-top: 8px;
	margin-right: 20px;
	height: 80px;
}
	
	#article-thumb img {
		width: 100px;
	}
	
	
	
	
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media only screen and (min-width: 1920px)   {		
	

	newnav, #phonefixed {
	
	display:none !important;
	
	}
	
	.top_page img, .top_contact img, .header_image  img, .qb img, .trusted_bar img, .question_image1 img, .question_image2 img, .question_image3 img, .contact_btn img, .sub_qb img, .sub_sage img {
		
	width:100%;	
	}
	
	
	h2 {
		    font-size: 24px;
			letter-spacing: 0.4px;
	}
	
	
	
	.container {
		margin: 0 auto;   
		text-align: left; 
		width: 1920px;
	}		
	
	.top_page {
		
	float:left;
	width: 100%;
	height:auto;
	margin-top:30px;
		
	}
	
	.top_logo {
	
	float:left;
	width: 22.5%;
	height:auto;
	margin-left:3%;
		
	}	
	
	
	.top_nav {
		
	float: left;
    width: 34%;
    height: auto;
    margin-left: 24%;
    font-size: 19px;
    text-align: center;
    margin-top: 50px;
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
		
	}		
	
	.top_nav a {
		
	font-size: 19px;
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;	
		
	}		
	
	
	.top_contact {
		
    float: left;
    width: 9.5%;
    height: auto;
    margin-left: 3%;
    margin-top: 42px;
		
	}


	.header_image {
		
    float: left;
    width: 100%;
    height: auto;
    margin-top: 10px;
		
	}
	
.header_text {
		
    float: left;
    width: 45%;
    height: auto;
    font-size: 58px;
    color: #0d236e;
    margin-top: -27%;
    margin-left: 5%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;	
	}	
	
	.header_text span{
		
	font-size: 77px;
    color: #E75F27;
    font-style: italic;
	font-weight: 800;
	}	
	
	.header_right {
		
    float: left;
    width: 28%;
    height: auto;
    font-size: 24px;
    color: #8D8D8F;
    margin-top: -30.5%;
    margin-left: 60%;
    line-height: 35px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1.5% 2.5%;
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	}		
	
	.header_right span{
	
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size:32px;
	color:#E75F27;
	}

	.qb_bar {
		
    float: left;
    width: 100%;
    height: auto;
    background-color:#F4F5F9;
	margin-top:-4px;
	}	

	.qb {
		
	float: left;
    width: 30%;
    height: auto;
    margin-left: 15%;
	padding-top:2%;
	padding-bottom:2%;
		
	}		
	
	
	.sage {
		
	float: right;
    width: 30%;
    height: auto;
    margin-right: 15%;
	padding-top:2%;
	padding-bottom:2%;
		
	}

	.services {
		
	float: left;
    width: 100%;
    height: auto;
    margin-top: 2%;
    text-align: center;
    font-size: 54px;
    color: #8D8D8F;
    margin-bottom: 1%;
		
	}

	.services_container {
		
	float: left;
    width: 100%;
    height: auto;
    margin-top: 1%;
		
	}	
	
	.s1 {
		
	float: left;
    width: 20%;
    height: auto;
    margin-left:15%;
		
	}		
	
	.s2, .s3 {
		
	float: left;
    width: 20%;
    height: auto;
    margin-left:5%;
		
	}
	
	.trusted_bar {
		
	float: left;
    width: 100%;
    height: auto;
    margin-top: 2%;
	font-family: 'Source Sans Pro', sans-serif;	
	}		
	
	.trusted_text {
		
    float: left;
    width: 57%;
    height: auto;
    margin-top: -22%;
    margin-left: 33%;
	margin-bottom: 2%;
    color: #8D8D8F;
    padding: 3%;
    position: relative;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;	
	}
	
	.t_heading {
	font-size: 50px;
    font-weight: 600;
	margin: 36px 0px;	
	}
	
	.t_body {
	margin: 0px;
	}

	.t_link1 {
	text-align:right;
	margin-right:4%;
	margin-top: 0px;	
	}

	.t_link2 {
	text-align:right;
		
	}	
	
		
	.trusted_text img {
	max-width:186px;
		
	}
	
	.trusted_text a {
	color:#8D8D8F;
	font-size:20px;
	font-weight: 600;
    text-decoration: underline;	
	}	
	
	.testimonials_container {
	float:left;
	width:100%;
	height:auto;
		
	}
	
	.testimonial1, .testimonial2, .testimonial3 {
	float:left;
	width:24%;
	height:auto;
	margin-left:7%;
	}

	.quotation {
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	margin-bottom:3%;
	}
	
	.quotation img {
	max-width:55px;
	}	

	.testimonial {
	float:left;
	width:100%;
	height:auto;
	margin-top:2%;
	font-size:20px;
	font-style:italic;
	color:#1875B2;
	line-height:28px;
	text-align:justify;
	font-family: 'PT Serif', serif;
		
	}		
	
	.customer {
	float: right;
    width: 65%;
    height: auto;
    margin-top: 2%;
    font-size: 18px;
    color: #1875B2;
    font-family: 'PT Serif', serif;
	}

	.rm_testimonials {
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	margin-top:2.25%;
	font-family: 'Source Sans Pro', sans-serif;
		
	}

	.rm_testimonials a {
	color:#8D8D8F;
	font-size:21px;
	text-decoration:underline;
		font-family: 'Source Sans Pro', sans-serif;
		
	}	
	
	.question_container {
	float:left;
	width:99%;
	height:auto;
	margin-top:3%;
	background-color:#72A9D0;
	padding-top: 1%;
	padding-bottom: 0.6%;
	}

	.question_image1, .question_image2, .question_image3 {
	float:left;
	width:32%;
	height:auto;
	margin-left:1%;
	}

	
	.contact_container {
	float:left;
	width:100%;
	height:auto;
	margin-top:1.5%;
	}	
	
	.contact_btn1 {
	float:left;
	width:25%;
	height:auto;
	margin-left:26.5%;
	}	
	
	.contact_btn2 {
	float:left;
	width:25%;
	height:auto;
	}	
	
	.footer_bar {
	float:left;
	width:100%;
	height:auto;
	min-height:150px;
	background-color:#EAF1E9;
	margin-top:3%;
	}		
	
	.sub_links_bar {
		
    float: left;
    width: 100%;
    height: auto;
    background-color:#F4F5F9;
	margin-top:-4px;
	}		
	
	.sub_nav {
		
    float: left;
    width: 40%;
    height: auto;
	margin-left:5%;
    font-size:33px;
	color:#0E246D;
	padding-top:1%;
	padding-bottom:1%;
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
	}
	
	.sub_nav span {
		letter-spacing: 1px;
		color: #6b7cb3;
	}

	.sub_nav a{
		
    font-size:33px;
	color:#0E246D;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
	letter-spacing: 0.5px;
	}

	.sub_qb_container {
		
    float: right;
    width: 35%;
    height: auto;
    margin-right:5%;
	margin-top:.8%;

	}

	.sub_qb {
		
    float: left;
    width: 45%;
    height: auto;

	}

	.sub_sage {
		
    float: left;
    width: 45%;
    height: auto;
	margin-left:7%;

	}

	.main_container {
		
    float: left;
    width: 90%;
    height: auto;
	margin-left:5%;

	}

	.content_container {
		
    float: left;
    width: 60%;
    height: auto;

	}

	.sidebar_container {
		
    float: right;
    width: 35%;
    height: auto;
	margin-top:30px;
	}	
	
	
	.sub_help {
		
	float: left;
    width: 88%;
    height: auto;
    font-size: 24px;
    color: #968983;
    line-height: 35px;
    background-color: #fcefe9;
    
    padding: 6%;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
	}		
	
	.sub_help span{
		
	font-size:32px;
	color:#0E246D;
	font-weight: 700;
	}	
	
	.request_bar {
		
    float: left;
    width: 100%;
    height: auto;
	margin-top:50px;
	background-color:#1972b2;
	}	

	.request_text {
		
    float: left;
    width: 45%;
    height: auto;
    margin-left: 16.5%;
    color: #FFF;
    font-size: 50px;
    margin-top: 2%;
    padding-bottom: 2%;

	}
	
	.request_btn {
		
	float: left;
    width: 20%;
    height: auto;
    margin-left: 2%;
    margin-top: 1.5%;

	}	

	.request_btn img{
    width: 100%;
	max-width:317px;
	}
	
	.sub_header_image {
	float:left;
	width:100%;
	height:auto;
	margin-top:10px;	
	}
	
	.sub_header_image img {
	width:100%;
		
	}
	
	#footer_container {
	
	float: left;
    width: 80%;
    height: auto;
	margin-left:10%;
	margin-top:5px;
	margin-bottom:50px;
	font-size:14px;
	line-height: 22px;
		opacity: 0.7;
	}
	
	
	#footer_col1 {
	
	float: left;
    width: 25%;
    height: auto;
	text-align: left;
	margin-top: 37px;	
	}	
	
	#footer_col1 img {
		max-width:290px;
		margin-left:-35px;
	}
	
	
	#footer_col2 {
	
	float: left;
    width: 17%;
    height: auto;
    text-align: left;
    margin-top: 64px;
	margin-left: 8%;
		
	}

	
	#footer_col2 span{
	
	font-size:16px;
		
	}

	#footer_col2 a, #footer_col3 a{
	
	text-decoration:none;
	font-size:14px;
	color: #000;
		
	}
	
	#footer_col2 a:hover, #footer_col3 a:hover{
	
	text-decoration:underline;
	font-size:14px;
	color: #000;
		
	}
	
	#footer_col3 {
	
	float: right;
    width: 25%;
    height: auto;
	text-align:right;
	margin-top:30px;
	}
	
	#footer_col3 img {
		margin-bottom:6px;
	}
	
	#articles{
	height:100%;
	float:left;
	margin-bottom:0px;
	display: table;
}
	#articles h3 {
    margin-block-start: 0px;
    margin-block-end: 0px;
	}
	
	#articles p {
    margin-block-start: 0px;
    margin-block-end: 0px;
		line-height: 30px;
	}
	
	#article-thumb{
	border:1px #000 solid;
	float:left;
	margin-bottom: 42px;
	margin-top: 8px;
	margin-right: 20px;
	height: 80px;
}
	
	#article-thumb img {
		width: 100px;
	}
	
	
}