
/************************ Herader starts here *************************/
.headerJohnson-wrapper{
    background-color: #C8102E;
	text-align: center;
}
.headerJohnson-wrapper a.contact-num-mob-icon{
	display: flex;
}


.headerJohnson{
    height: 96px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
	justify-content: flex-start;
    align-items: center;
}
/*JJF Rebrand*/
.headerJohnson-right-panel div.divider-line {
    box-sizing: border-box;
    height: 21px;
    width: 1px;
    border: 1px solid #B0ADAB;
    display: inline-block;
}
.headerJohnson>a.logo-container{
    margin-left: 32px;
}

.headerJohnson .headerJohnson-right-panel{
	margin-left: auto;
	height: 21px;
	margin-right: 32px;
	display: flex;
	justify-content: right;
	align-items: stretch;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 18px;
}

.headerJohnson-right-panel>button{
	background-color: #C8102E;
	color: #ffffff;
	height: 24px;
  	width: fit-content;
	text-align: center;
    border: none;
    padding: 0;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}

.non-active-lang-btn{
	display: none;
}

@media only screen and (max-width: 600px) {
	.headerJohnson-right-panel>a{
		display: none;
	}
	.headerJohnson-right-panel .contact-number{
		display: none;
	}
	.headerJohnson-wrapper a.contact-num-mob-icon{
		height: 20px;
		width: fit-content;
		display: inline-block;
	}
	.headerJohnson-wrapper a.contact-us-mob{
		display: inline-block;
		margin-bottom: 20px;
		color: #72529A;
		font-size: 16px;
		font-weight: 500;
		line-height: 19px;
	}
}

@media only screen and (max-width: 1023px) {
	.headerJohnson{
		height: 72px;
	}
	.headerJohnson>a.logo-container{
		margin-left: 24px;
	}
	.headerJohnson img.johnson-logo{
		width: 133px;
	}
	.headerJohnson .headerJohnson-right-panel{
		margin-right: 24px;
	}
}


/** ***----*** styles for mobile devices start here ****----*** **/
/************************ Herader ends here *************************/

.exception-wrapper{
	margin: 43px 130px 70px 149px;
	padding-left: 0;
	padding-right: 0;
    color: #333333;
	min-height: 700px;
}
.exception-wrapper.reg-body-alpha{
	text-align: center;
}
.reg-heading{
	color: #333333;
    font-size: 30px;
    font-weight: 300;
    line-height: 45px;
	margin-top: 0;
}
.reg-subheading{
	color: #333333;		
	font-size: 16px;	
	font-weight: 500;	
	line-height: 24px;	
	margin-top: 27px;
    margin-bottom: 50px;
}
.contact-option>div.contact-link-wrapper{
	margin-top: 18px;
}
.contact-option a, .return-to-johnson a, .rate-us a{
	color: #665A95;
    font-size: 16px;
    line-height: 24px;
}
.phone-info{
	margin-top: 13px;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
}
.return-to-johnson{
	margin-top: 61px;
	text-align: center;
}
.rate-us{
	padding-top: 13px;
    padding-bottom: 17px;
    background-color: #E3E3E3;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
/** "Frequently asked questions" and "Contact Us" section starts here **/
.reg-body-beta{
    padding-left: 30px;
}
.reg-body-beta .contact-us-section{
    margin-top: 12px;
}
.reg-body-beta .faq-heading{
	margin-top: 0;
}
.reg-body-beta .faq-heading,
.reg-body-beta .contact-us-heading{
    margin-left: 15px;
    font-size: 18px;	
    font-weight: 500;	
    line-height: 27px;
}
.reg-body-beta ul.faq-questions{
    list-style-type: none;
    padding-left: 31px;
}
.reg-body-beta ul.contact-us-options{
    list-style-type: none;
    padding-left: 56px;
}
.reg-body-beta li.faq-question{
    margin-top: 12px;
    position: relative;
}
.reg-body-beta li.contact-us-option{
    margin-top: 18px;
    position: relative;
}
.reg-body-beta li.faq-question a,
.reg-body-beta li.contact-us-option a{
    color: #665A95;	
    font-size: 16px;	
    line-height: 24px;
}
.reg-body-beta li.phone-option > div{
    font-size: 16px;
    line-height: 24px;
}
.reg-body-beta li.faq-question span{
    position: absolute;
    top: 0;
    left: -16px;
    color: #665A95;	
    font-size: 16px;
}
.reg-body-beta li.contact-us-option i{
    position: absolute;
    top: 0;
    left: -40px;
    font-size: 27px;
    color: white;
    text-shadow: 0 0 5px #72529A;
}

/** ***---*** styles for tablet devices start here ****---*** **/
@media only screen and (min-width: 1025px){
	.contact-options{
		margin-left: 50px;
		margin-right: 50px;
	}
}
@media only screen and (max-width: 992px) and (min-width: 601px){
	.exception-wrapper {
		margin: 43px 80px 70px 80px;
	}
	.return-to-johnson {
		margin-bottom: 30px;
		text-align: center;
	}
	.reg-body-beta {
		padding-left: 15px;
	}
}
@media only screen and (max-width: 767px){
	.contact-options .contact-option{
		padding: 20px 30px;
	}
	.reg-subheading {
		margin-bottom: 8px;
	}
}
/** ***---*** styles for tablet devices end here ****---*** **/
/** ***---*** styles for mobile devices start here ****---*** **/
@media only screen and (max-width: 600px) {
	.exception-wrapper {
		margin: 30px 15px 48px 15px;
		padding-right: 0;
	}
	.reg-heading {
		font-size: 28px;
		line-height: 36px;
	}
	.reg-subheading {
		margin-top: 22px;
	}
	.contact-options .contact-option{
		padding: 19px 30px;
	}
	.contact-option>div.contact-link-wrapper {
		margin-top: 12px;
	}
	.contact-option a,
	.reg-body-beta li.faq-question a,
	.reg-body-beta li.faq-question span,
	.return-to-johnson a, 
	.rate-us a{
		color: #665A95;
	}
	.phone-info {
		margin-top: 14px;
	}
	.return-to-johnson {
		margin-top: 30px;
		margin-bottom: 32px;
	}
	.reg-body-beta {
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px;
		margin-left: 15px;
		margin-right: 15px;
		border-top: 1px solid #999999;
	}
	.faq-section{
		margin-right: 0;
	}
	.reg-body-beta ul.faq-questions {
		margin-bottom: 0;
	}
	.rate-us{
		padding-left: 15px;
		padding-right: 15px;
	}
}
