@charset "utf-8";

*:before,
*:after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1 {
	font-size: 30px;
}

.text_heading{
	display: block;
	font-family: Lato, Helvetica, Arial, Sans-Serif; 
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.1;
}

body { 
	background: #FFF;
	margin: 0;
	padding: 0;
}

.content-body.content-body-after{
	margin-top: 0 !important;
}

a.anchor{
	display: block;
	position: relative;
	top: -120px;
	visibility: hidden;
}

.content-body.guest a.anchor{
	top: -80px;
}

#blackFriday{
   	overflow: hidden;
}
#blackFriday .modal-dialog{
    width: 70%;
    margin-top: 145px;
}

.mobView{
	display: none !important;
}

.mid-block { margin: 0 auto; width: 1165px; }

.content-body {	
	padding-top: 120px;
	width: 100%;
}

.content-body.guest{
	padding-top: 80px;
}

.content-body.bannerShow{
	margin-top: 90px;	
}

.content-body.bannerShow.ja{
	margin-top: 100px;
}

.highlight {
	background-color: #addcde;
}

.rememberme #topnavrmcb{
	border-radius: 0 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Lato, Helvetica, Arial, Sans-Serif;
}
#error-tips .modal-dialog {
    width: 430px;
}
.modal.thin .modal-body {
    padding: 20px 40px;
}

#error-tips .modal-body ul {
    width: 100%;
    padding: 0;
    list-style: none;
}

#error-tips .modal-body ul li {
    position: relative;
    padding-left: 5px;
    margin-bottom: 20px;
}
#error-tips .modal-body ul li * {
    font-size: 14px !important;
    font-style: italic;
}
#error-tips img {
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 10px;
}
.modal-content {
	border-radius: 0;
}

/* CTA Buttons */
a.ctaBtn, button.ctaBtn, input.ctaBtn{
	display: inline-block;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #D42827;
	background-color: #D42827;
	color: #FFF;
	border-radius: 4px;
	padding: 4px 20px;
	min-width: 100px;
	margin: 0 5px;
}

a.ctaBtn.ctaBtn-alt, button.ctaBtn.ctaBtn-alt, input.ctaBtn.ctaBtn-alt{
	border-color: #000;
	background-color: #FFF;
	color: #000;
}

a.ctaBtn:hover, button.ctaBtn:hover, input.ctaBtn:hover{
	background-color: #FFF;
	color: #D42827;
	text-decoration: none;
}

a.ctaBtn.ctaBtn-alt:hover, button.ctaBtn.ctaBtn-alt:hover, input.ctaBtn.ctaBtn-alt:hover{
	background-color: #000;
	color: #FFF;
}

a.ctaBtn:disabled,
button.ctaBtn:disabled{
	background-color: #CCC;
	border-color: #CCC;
	color: #FFF;
	cursor: not-allowed;
}

/* Heading notice */
.notice {
font-family: HelveticaNeue, Arial, Sans-Serif;
    font-weight: 500;
    position: fixed;
    width: 100%;
    overflow: hidden;
    padding:10px 0;
    z-index: 1002;
    display: none;
    top: 0;
}

.content-body.bannerShow .notice{
	height: 90px;
	display: block;
}

.content-body.bannerShow.ja .notice{
	height: 100px;
}

.notice .mid-block{
	position: relative;
	height: 100%;
}

.notice .carousel-indicators{
	bottom: 0;
	margin-bottom: 0;
}

.notice .carousel-flex{
	display: flex;
	height: 100%;
}

.notice a[href="#dismiss"]{
	float:right;
	margin-top: 2px;
	transition: opacity 0.25s;
	width: 16px;
}

.notice a[href="#dismiss"]:hover{
	opacity: 0.5;
	
}

.notice > strong {
	font-weight: 700 !important;
}

.notice > .icn {	
	margin-top: 3px;
}

.notice .carousel-inner .item{
	line-height: 20px;
	text-align: center;
}

.notice .carousel-inner .item p{
	margin: 0;
}


.icn {
	display: inline-block;
	vertical-align: top;
}

.icn-promo {
	height: 16px;
	width: 24px;
}

/* social */
.content-social {	
	background: #6d6e71;	
	text-align: center;
	padding: 30px;
}

.content-social div a:hover{
    color: #addcde;
    border-color: #addcde;
}
.content-social div {
	display: inline-block;
	vertical-align: top;
	margin: 0 18px;
}

.btn-signout:visited,
.btn-rememberme:visited,
.btn-signout:active,
.btn-rememberme:active,
.btn-signout:hover,
.btn-rememberme:hover {
	color: #fff;
	text-decoration: none !important;
}

.btn-signout,
.btn-rememberme {
	display: block;
	text-align: center;
	width: 102px;
	color: #fff;
	font-weight: bold;
}

.btn-rememberme {
	font-size: 10px;
	font-style: italic; 
	margin-top: 2px;	
}

.btn-rememberme > span {
	background: #007AFF;
	margin-right: 2px; 
	padding: 1px; 
	border-radius: 1px;
}

.btn-signout {
	border: 1px solid #fff;
	font-size: 16px;
	padding: 3px 6px;	
    font-weight: normal;
}

.social {
	display: inline-block;
	vertical-align: top;
/* 	background: url('../../images/home2.0/icn-social.png') no-repeat; */
	height: 50px;
	width: 50px;
	margin-right: -4px; 	
}

.icn-social-twitter {
	background-position: -2px 0;
}

.icn-social-facebook {
	background-position: -48px 0;
}

/* Footer */

.content-footer > ul {
	display: inline-block;
	vertical-align: top;
	width: 15%;
}

.content-footer > ul,
.content-footer > ul > li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left !important;
}

.content-footer > ul:last-child {
/* 	width: 360px; */
}

.content-footer > ul > li {
	margin-bottom: 4px;
}

.content-footer > ul h3 {
	font-size: 18px;
	color: #fff;
}

.content-footer > ul a:hover,
.content-footer > ul a {
    text-decoration: none;
    color: #67bbc1;
    font-size: 15px;
    line-height: 1.3;
}

.content-footer > ul a:hover {
	text-decoration: underline;
}

.content-footer > ul img {
	width: auto;
}

.styled-select select {
    background: transparent;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #464545;
    cursor: pointer;
}
  
.styled-select {
    width: 65%;
    margin: 5px 0;
    height: 33px;
    overflow: hidden;
    background: url(../../images/home2.0/icon-select-arrow.svg) no-repeat right #fff;
    border: 1px solid #aaa;
}

.notice-sldr .alert-success {
    color: #639790;
    background-color: #b3dde0;
    border-color: #abc0c1;
    margin-bottom: 0px;
}
.notice-sldr .alert-dismissable .close,
.notice-sldr .alert-dismissible .close{
	color: #639790;
	opacity: 0.8;
	top: -10px;
    right: -25px;
}
.notice-sldr dl {
    margin-bottom: 0px;
    -webkit-margin-after: 0em;
}
.notice-sldr .dl-horizontal dt{
	width: 200px;
	text-align: left;
	font-weight: normal;
}
.black .alert-dismissable .close,
.black .alert-dismissible .close{
	color: #fff;
}
.black .alert-success {
    color: #fff;
    background-color: #000;
    border-color: #000;
    margin-bottom: 0px;
}

/* Page Banner */
	.pageBannerContainer{
		padding: 40px 0 20px;
	}
/* /Page Banner */

.table-responsive{
	border: none;
}

@media (max-width: 1199px) {
	body { background: #F7F7F7; }
	.content-body.guest{
		padding-top: 56px;
	}
	.mid-block { width: 100%; }
	.content-main {
		padding: 0 15px;
	}	
	
	.content-body.bannerShow .notice{
		display: none;
	}
	
	.content-body{
		padding-top: 56px;
	}
	
	a.anchor {
		top: -55px;
	}
}
@media (max-width: 1199px) {
	.notice-sldr {
	    margin: 0px 15px;
	}	
}
@media (max-width: 1024px) {
	.notice {
		height: auto;
	}	
}

@media (max-width: 952px) {
	.content-body{
		margin-top: 77px;
	}	
}

@media (max-width: 890px) {
	
}

@media (max-width: 795px) {

}

@media (min-width: 768px) {
	.notice-sldr .dl-horizontal dd {
	    margin-left: 200px;
	}
	.carousel-indicators{
		bottom: 0px;
	}
}

@media(max-width: 767px){
	#blackFriday, 
	#blackFriday .modal-backdrop{
	    display: none !important;
	}
	.modal-open{
		overflow: auto !important;
	}
	.mobView{
		display: block !important;
	}
	.nonMob{
		display: none !important;
	}
}

@media (max-width: 740px) {

}

@media (max-width: 675px) {
	#secNotif{
		font-size:12px;	
	}
	
	.notice .carousel-flex > div:nth-child(1){
		font-size: 12px;
	}
}
@media (max-width: 430px) {

}

@media (max-width: 400px) {
	
}