* {
    box-sizing: border-box
}
body { font-family: Arial, Helvetica, sans-serif; }
img {
    max-width: 100%
}

/*FONTS*/
.headline {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Geneva, sans-serif;
	font-size: 33px;
	color: #000000;
	letter-spacing: -1px;
	font-weight:bold;
}
.headlinered {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Geneva, sans-serif;
	font-size: 33px;
	color: #C30003;
	letter-spacing: -1px;
	font-weight:bold;
}
.subheadline {font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.subhead {font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
.preheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
	color: #666;
}
.privacy p {
	font-size: 12px;
}

/*CONTENT BOXES*/
.johnsonbox {background-color: #ffffff;
	height: auto;
	width: 80%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: 6px dashed #b92121;
	padding: 30px;
}
.modulebox {border-style:solid;
    border-width:2px;
    color: #3b3b3b;
    padding: 15px;
}
.modulebox2 {border-style:solid;
    border-width:2px;
    color: #444444;
    padding: 0px;
}

/*STYLED LISTS*/
ul
{
list-style-type: square;
list-style-position: inside;
padding: 0px;
margin: 0px;
text-align: left;
font-size: 16px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
}
.Arrow
{
list-style-image: url("images/miniarrow.png");
padding-top: 3px;
padding-bottom: 3px; padding-left: 20px;
padding-right: 5px;
}
.Checkmark
{
list-style-image: url("images/minicheck.png");
padding-top: 3px;
padding-bottom: 3px; padding-left: 20px;
padding-right: 5px;
}

/*COLUMNS*/
.left {
    float: left;
    width: 50%;
}
.right {
    float: right;
    width: 50%;
}
.group:after {
    content:"";
    display: table;
    clear: both;
}
img {
    max-width: 100%;
    height: auto;
}


.width-750 {
    width: 750px;
}
.width-700 {
    width: 700px;
}
.width-600 {
    width: 600px;
}
.width-650, .header {
    width: 650px;
}
.width-650.footer-logo {
    height: 82px;
    width: 650px;
}
.img-width-530 {
    width: 530px;
}
.width-527 {
    width: 527px;
}
.width-450 {
    width: 450px;
}

/*MEDIA QUERIES*/
@media screen and (max-width:767px){

.width-750 {
    width:100%;
}
.width-700 {
    width:100%;
}
.width-600 {
    width:100%;
}
.width-650 {
    width:100%;
}
.img-width-530 {
    width:100%;
}
.width-527 {
    width:100%;
}
.width-450 {
    width:100%;
}
.headline {
    font-size: 30px;
}
.subheadline, .headline {
	padding: 0 15px;
	color: #000000;
    }
.width-527 {
    background-repeat: no-repeat;
    background-size:100% 100%;
    padding: 20px;
    background-position:100% 100%;
}   
.johnsonbox {
    width: 100%;
    }
.img-responsive {
   max-width: 100%;
   height: auto !important;
    }

.width-650.footer-logo {
   width:100%;
   height:auto !important
}

}
@media screen and (max-width: 480px) {
    .left, 
    .right {
        float: none;
        width: auto;
    }
}


/*lightbox css*/

.lightbox
{
	width:900px;
	margin: 10px auto;
}

.prograssbar
{
	    display: table;
    width: 80%;
    margin: 30px auto 30px;
}
.prograssbar center p {
	font-size: 12px;
}
.prg1
{
	background-color: #65c4a5;
	width:49%;
	    height: 30px;
	display: inline-block;
}
.prg2
{
	background-color: #cbd8df;
	width:49%;
	    height: 30px;
	display: inline-block;
}
.prgstatus
{
	font-weight: bold;
    display: table;
    margin: -23px auto 0;
}
.maincontent
{
	    display: table;
    width: 95%;
    margin: auto;
}
.maincontent > div
{
	position: relative;
	display: inline-block;
	text-align: center;
}
.maincontent .cont2 p {
	font-size: 12px;
}
.cont1
{
	width:39%;
	float: left;
}
.cont1 img
{
	padding:15px 0px 0px;
	margin: auto;
    display: table;
}
.cont2
{
	width: 60%;
	    padding: 0 10px;
}
.cont2 h2
{
	color: #CC0000;
	font-size: 27px;
}
.cont2 h3
{
	color: #333333;
}
.maincontent input
{
	padding: 13px;
    width: 85%;
    margin: 10px auto;
	    border: 2px solid #dcdcdc;
}
.maincontent input[type="button"]
{
	background-color: #ffcc00;
	width: 70%;
	color: #000;
	font-weight: bold;
	border:none;
	font-size: 25px;
}
@media(max-width:920px)
{
	.lightbox
	{
		padding: 0 10px;
		width:100%;
	}
	.maincontent > div
	{
		width: 100%;
	}
	
	.cont1 img {
    width: auto;
    height: auto;
	}
}
@media(max-width:350px)
{
	.lightbox h2
	{
		font-size: 18px;
	}
	.lightbox h3
	{
		font-size: 15px
	}
	.cont1 img {
		width:200px;
		height:auto;
    margin: auto;
    display: table;
	}
	.maincontent input[type="button"]
	{
		font-size: 15px;
	}
}

/*=====================================
          Dev Custom CSS
=================================================*/
body {
    margin: 0px;
}
p.bigtxt {
    font-size: 44pt;
    font-weight: 700;
    text-align: center;
    font-family: "Verdana";
	color: #ffffff;
}
p.logotxt {
    font-size: 37px;
	color: #ffffff;
}
.logo_part {
    background: url(../images/pinfluxbg1-JP.jpg);
}
.logo_part p {
    color: #ffffff;
    padding: 20px 0px;
    max-width: 92%;
    margin: 0 auto;
	padding-bottom: 0px;
}
p.bigtxt {
    margin: 0px;
    padding: 20px 0px;
}
.top_part {
    background: url(../images/pinfluxbg1-JP.jpg);
}
span.green {
    color: lime;
}
span.yellow {
    color: #fdcc00;
}
span.ylow {
    color: #99CC00;
}
p.smalltxt {
    text-align: center;
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    max-width: 92%;
    margin: 0 auto;
    line-height: 30px;
}
.tp_img {
    text-align: center;
    padding: 40px 0px;
}
.first h2 {
    text-align: center;
    font-size: 26pt;
    font-weight: 700;
}
.first {
    max-width: 80%;
    margin: 0 auto;
}
.half {
    width: 50%;
    float: left;
}
.txtblock {
    font-size: 18pt;
}
.txtblock {
    font-size: 17pt;
}
h2.left_heading {
    text-align: left;
    font-weight: normal;
}

.half_plus_ten {
    width: 60%;
    float: left;
}

.half_minus_ten {
    width: 40%;
    float: left;
}

.half_plus_ten ul {
    padding-left: 30px;
    font-size: 14pt;
    line-height: 22pt;
}
p.new_line {
    font-size: 14pt;
    line-height: 22pt;
	    width: 100%;
    float: left;
}
.two {
    max-width: 80%;
    margin: 0 auto;
}

h1.two_hd {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    font-family: "Times New Roman";
    font-size: 42px;
    padding: 40px 0px;
	line-height: 42px;
}
h1.two_hd span {
    color: #FF0000;
}
h1.two_hd span {
    color: #FF0000;
}
.two {
    font-size: 24px;
    font-family: Verdana;
    line-height: 26px;
}
.bold {
    font-weight: 600;
}
span.red {
    color: red;
}
.points {padding-left: 50px;padding-bottom: 25px;}
h1.hd_bold {
    text-align: center;
    margin: 0px;
    font-weight: normal;
    font-size: 42px;
    font-family: "Times New Roman";
    line-height: 42px;
    padding-bottom: 13px;
}
p.round_p {
    margin: 0px;
}
p.round_p {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-left: 90px;
}
p.round_p img {
    float: left;
    margin-top: -5px;
}
p.round_p {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
p.round_p span {
    float: right;
    width: 97%;
}
.full.txtblock {
	    margin-top: 15px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}
img.img_div {
    width: 100%;
    padding-right: 14px;
	    height: 330px;
}
img.img_hf_div {
    height: 325px;
    padding-right: 5px;
}
.two {    display: inline-block;    text-align: left;}
.first {    display: inline-block;        text-align: left;}
.main_two {    text-align: center;}
h1.hd_bold {
    width: 100%;
    display: inline-block;
}
.img_divv {
	    margin-bottom: 20px;
    text-align: center;
}

.img_divv img {
    width: 751px;
    height: 261px;
}
p.center_p {
    text-align: center;
    margin: 0px;
}
span.under_line {
    text-decoration: underline;
}
span.black.under_line {
    font-weight: 600;
}
h2.nrml_hdng {
    font-weight: normal;
    line-height: 42px;
}
.arrw_imgs {
    text-align: center;
}
h1.hd_bold .red {
    font-family: Arial;
    font-weight: 700;
}
h1.hd_bold.center {
    text-align: left;
    background-color: #00AEEF;
    color: #ffffff;
    font-weight: 700;
    line-height: 50px;
    padding: 0px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.half_minus_ten.rightt {
    width: 30%;
}
.both_div {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.both_div .half_minus_ten img {
    height: 400px;
    padding-right: 15px;
}
img.img_hf_div.right {
    width: 244px;
}
span.red.bg {
    font-size: 32px;
    font-weight: 600;
}
.big_img {
	text-align: center;
    width: 100%;
    float: left;
}
.full.txtblock.small {
    padding: 0px 30px;
}
.full.txtblock.center {
    text-align: center;
}
.full.txtblock.center b {
    font-size: 25px;
    line-height: 40px;
}
h3.nrml_h3 {
    font-weight: normal;
}
.footer {
    width: 100%;
    float: left;
    padding: 90px 0px;
    background: url(../images/pinfluxbg1-JP.jpg);
}
ul.footer_links {
    list-style: none;
    text-align: center;
}
ul.footer_links li {
    display: inline-block;
    border-right: 2px solid #ffffff;
    width: auto;
    padding: 0px 13px;
	margin-bottom: 20px;
}
ul.footer_links li a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
.last_txt {
    margin-bottom: 30px;
}
.img_btm {
    margin-bottom: 30px;
}
/*=====================================
          Dev Custom Responsive CSS
=================================================*/
@media(max-width:568px){
.half {width: 100%;}
.half_plus_ten,.half_minus_ten {width: 100%;}
p.round_p img,p.round_p span {
    float: left;
}

p.round_p {
    padding: 0px;
}

p.round_p img {
    width: 4%;
}

p.round_p span {
    width: 95%;
}
p.round_p span {
    width: 95%;
}

.half_minus_ten.rightt img {
    float: none;
}	
p.logotxt {font-size: 33px;}
p.bigtxt {font-size: 24pt;}
	
}