@charset "utf-8";
/* CSS Document */
body hr {
	border-color:rgba(0,111,194,1.00);
	margin:20px 0;
}
.logo_spacer {
	height:60px;
}
#text_sub {
	text-align: center;
}
#text_sub span {
	white-space: nowrap;
	padding:0 20px;
	font-weight: bold;
}
.credit_header {
	font-weight: bold;
	font-style: italic;
}
#dir_tiles_box, #page_content {
	margin: 20px 0 10px 180px;
}
#dir_tiles_box.left_col_mod {
    float:right;
    margin: 20px 0 10px 180px;
    text-align: left;
    width: -moz-calc(100% - 180px);
    width: -webkit-calc(100% - 180px);
    width: -o-calc(100% - 180px);
    width: calc(100% - 180px);
}
#page_content.left_col_mod {
    float:right;
    margin: 20px 0 10px 180px;
    text-align: left;
    width: -moz-calc(100% - 180px);
    width: -webkit-calc(100% - 180px);
    width: -o-calc(100% - 180px);
    width: calc(100% - 180px);
}
.page_content_header {
	text-align: center;
	font-weight:bold;
	font-size:1.5em;
	/*text-transform:uppercase;*/
}
.paragraph_header {
	text-align: center;
	font-weight: bold;
	font-size:1em;
}
.question {
	text-align:left;
	font-weight: bold;
	color:green;
	font-size:1em;
}
.dir_tiles {
	width:30%;
	float:left;
	padding:0 0 30% 0;
	margin:1.66%;
	position:relative;
	background-image: -webkit-linear-gradient(309deg,rgba(0,111,194,1.00) 0%,rgba(0,143,251,1.00) 100%);
	background-image: -moz-linear-gradient(309deg,rgba(0,111,194,1.00) 0%,rgba(0,143,251,1.00) 100%);
	background-image: -o-linear-gradient(309deg,rgba(0,111,194,1.00) 0%,rgba(0,143,251,1.00) 100%);
	background-image: linear-gradient(141deg,rgba(0,111,194,1.00) 0%,rgba(0,143,251,1.00) 100%);
	border-radius: 10px;
	}
.dir_tilesx4 {
	width:22%;
	float:left;
	padding:0 0 22% 0;
	margin:1.45%;
	position:relative;
	background-image: -webkit-linear-gradient(309deg,rgba(0,109,209,1.00) 0%,rgba(0,47,93,1.00) 100%);
	background-image: -moz-linear-gradient(309deg,rgba(0,109,209,1.00) 0%,rgba(0,47,93,1.00) 100%);
	background-image: -o-linear-gradient(309deg,rgba(0,109,209,1.00) 0%,rgba(0,47,93,1.00) 100%);
	background-image: linear-gradient(141deg,rgba(0,109,209,1.00) 0%,rgba(0,47,93,1.00) 100%);
	border-radius: 10px;
}
.dir_tilesx5 {
	width:17%;
	float:left;
	padding:0 0 17% 0;
	margin:1.25%;
	position:relative;
	background-image: -webkit-linear-gradient(309deg,rgba(0,109,209,1.00) 0%,rgba(0,47,93,1.00) 100%);
	background-image: -moz-linear-gradient(309deg,rgba(0,109,209,1.00) 0%,rgba(0,47,93,1.00) 100%);
	background-image: -o-linear-gradient(309deg,rgba(0,109,209,1.00) 0%,rgba(0,47,93,1.00) 100%);
	background-image: linear-gradient(141deg,rgba(0,109,209,1.00) 0%,rgba(0,47,93,1.00) 100%);
	border-radius: 10px;
}
.dir_tile_content {
	position: absolute;
	height: 90%;
	width: 90%;
	margin: 5%;
	font-size: 24px;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.dir_tile_content span {
	position: absolute;
	bottom: 0;
	left: .5vw;
	color: white;
	font-weight: bold;
	line-height: 24px;
	text-shadow: 2px 2px 2px rgba(0,0,0,1.00);
}
.dir_tilesx4 .dir_tile_content span 	{font-size: 16px;line-height: 1.2em;}
.dir_tilesx5 .dir_tile_content span 	{font-size: 12px;}
.basic_tile_content {
	font-size: 1em;
	position: absolute;
	height: 90%;
	width: 90%;
	margin: 5%;
	background-repeat: no-repeat;
	background-size: 100% auto;}
.reg_text {
	color:white;
	font-weight: bold;
	font-size: 24px;}
.numberlist ol {margin:2em;}
.numberlist ol li {
	list-style-type:decimal;
	list-style-position: outside;}
#op_illustration {
	float:left;
	margin:0 15px 10px 0;
	width:20%;
	max-width: 200px;}
#comparetable {
	width:100%;
	line-height:1em;
	text-align:center;
}
#comparetable td {
	border:2px solid rgba(255,255,255,1.00);
	padding:8px;
}
.trgray {background-color: rgba(208,227,237,1.00)}
#refill_method_container {clear:both;}
#refill_method_container a {font-weight: bold;}
.model {display:flex;}
.modelbox {}
.modelimage {
	float:left;
	max-width: 400px;
	width:50%;
	margin: 0 30px 10px 0%;
}
.modeltext {}
.modeltext ul {padding-left:1.0em;}
.modeltext ul li{list-style-type:square;}
.spectable {width:45%;}
.modelbutton {
	margin:0 auto;
	width: 200px;
	color: white;
	background-color: rgba(0,111,194,1.00);
	text-align: center;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.60);
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.60);
}
.modelbutton div {
    line-height: 2.2em;
    color:white;
}
a .modelbutton :hover {
	background-color: rgba(0,143,251,1.00);
	border-radius: 10px;
}
#middle_content_acc .dir_tile_content {
	 background-size: contain;
	 -webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.50); 
	 box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.50);
}
#middle_content_acc .dir_tile_content span {
    bottom: .5vw;
    color: rgba(0,47,93,1.00);
    text-shadow: 0px 0px 4px rgba(255,255,255,1.00);
}
.steps{}
.halfsteps{
	width:46.5%;
	float:left;margin:1.5%;
}
.number_circle {
	width:83px;
	height:83px;
	border-radius:83px;
	border: 6px solid rgba(255,255,255,1.00);
	background-color:rgba(0,47,93,1.00);
	background-image: -webkit-linear-gradient(309deg,rgba(0,109,209,1.00) 0%,rgba(0,47,93,1.00) 100%);
	background-image: -moz-linear-gradient(309deg,rgba(0,109,209,1.00) 0%,rgba(0,47,93,1.00) 100%);
	background-image: -o-linear-gradient(309deg,rgba(0,109,209,1.00) 0%,rgba(0,47,93,1.00) 100%);
	background-image: linear-gradient(141deg,rgba(0,109,209,1.00) 0%,rgba(0,47,93,1.00) 100%);
	z-index: 3;
	position:absolute;
	top:-12px;
	left:-12px;
}
.rounded_number {
	font-family: rounded, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color:white;
	font-size: 3.5em;
	text-align:center;
	padding-bottom: 4em;
	/*code for inset shadow
	background-color: #565656;
	color: transparent;
  text-shadow: 0px 2px 3px rgba(255,255,255,0.8);
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;*/	/*end code for inset shadow*/
}
.responsiveclear {}
.fill_left {text-align: left;}
.fill_right {
	width:340px;
	float:right;
	margin:0 0 0 20px;
	font-size: .9em;
}
.box_left, .box_right {
	margin:0 0 20px 0;
	width:48.8%;
	padding:20px 25px;
	background-color:rgba(0,47,93,0.20);
	border-radius: 10px;
}
.box_left {float:left;}
.box_right {float:right;}
.box_all {
	margin:0 0 20px 0;
	width:100%;
	padding:20px 25px;
	background-color:rgba(0,47,93,0.20);
	border-radius: 10px;
}
.fill_listing{
	display:flex;
}
.fill_image {
	margin:0 20px 20px 0;
	max-width:310px;
	min-width: 50%;
}
.media_index {

}
.media_index {}
.media_header {
	padding:10px;
	background-color:rgba(0,47,93,1.00);
	/*border-radius: 10px;*/
	color:white;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.media_listing {
	margin:0 0 10px 0;
	width:100%;
	padding:10px 15px;
	background-color:rgba(0,47,93,0.20);
	border-radius: 10px;
}
.media_listing p {line-height: .9em;}
.media_image {
	float:left;
	width:50px;
}
.media_text {
	margin: 0 0 0 65px;
}
.care_image_right {
	float:right;
	margin:0 0 10px 20px;
	max-width: 310px;
}
@media (max-width:1200px){
	.number_circle {
		width:7vw;
		height:7vw;
		border-radius:7vw;
		border: .5vw solid rgba(255,255,255,1.00);
		top:-1vw;
		left:-1vw;

	}
	.rounded_number{font-size:4vw;padding-bottom:4.1em;
}
}
@media (max-width: 979px){
	.dir_tile_content {font-size:2.5vw;}
	.dir_tile_content span {line-height: 2.5vw;}
	.dir_tilesx4 .dir_tile_content span {font-size: 2.5vw;}
	.dir_tilesx5 .dir_tile_content span {font-size: 1.55vw;}
	.reg_text {font-size: 2.5vw;}
	.spectable {width:100%;}
    #dir_tiles_box.left_col_mod {float:none;width:auto;}
    #page_content.left_col_mod {float:none;width:auto;}
    .modelbutton div {line-height: 1.2em;padding:10px 0;}
}
@media (max-width: 760px){
	#op_illustration {width:35%;}
	#op_clear {clear:both;}
	#tblheader {font-size: 2.5vw;line-height: 1em;}
	.responsiveclear{clear:both;}
	.box_left, .box_right {margin:0 auto 20px 0;float:none;width:100%;}
	.fill_right {float:none;margin: 0 auto;}
	.care_image_right {float:none;margin:0 auto 10px auto;}
    #dir_tiles_box.left_col_mod {margin:80px auto auto auto;}
    #page_content.left_col_mod {margin:80px auto auto auto;}
    .model{display:block;}
    .modelimage {float:none;margin:0 auto 10px auto;}
    .modeltext {float:none;margin-left:50px;}
   .icon_text_box {font-size: 1.8vw;}
}
@media (max-width: 480px){
	.logo_spacer {height:10vw;}
	.dir_tilesx4 .dir_tile_content span {font-size: 3.5vw;}
	#dir_tiles_box, #page_content {margin:2% 0 0 0;}
	#comparetable{font-size: 3vw;}
	#middle_content_acc .dir_tile_content {font-size:2.9vw;}
	.fill_right{margin:0;}	.halfsteps{width:90%;margin:10px;float:none;}
    #dir_tiles_box.left_col_mod {margin:2% 0 0 0;}
   .icon_text_box {font-size: 4vw;}}

