.fadein{opacity: 0}

@media only screen {
	.inlinehidesmall {display: none}
	.cta-full-mob{display: block !important;}
}
@media only screen and (min-width: 44.063em) {
	.inlinehidesmall {display: inline}
	.cta-full-mob{display: inline-block !important;}
}


h1,h2,h3 {font-size: inherit;font-weight: inherit;padding: 0;margin:0;line-height: inherit}

@media only screen {
	.title-text {font-size:3rem;line-height: 3.5rem;letter-spacing: 1px;}
	.subtitle-text {font-size:2rem;line-height: 2.3rem;letter-spacing: 1px;}
}
@media only screen and (min-width: 44.063em) {
	.title-text {font-size:4rem;line-height: 4.5rem;letter-spacing: 1px;}
	.subtitle-text {font-size:3rem;line-height: 3.5rem;letter-spacing: 1px;}
}
.normal-body {font-size:1.1rem;line-height: 1.8rem;}
.large-body {font-size:1.3rem;line-height: 1.8rem;}
.huge-body {font-size:1.8rem;line-height: 2.5rem;}



#header {
	background: #000000;
	width: 100%;
	min-height:120px;
	z-index: 99999999999999;
	
}
#header .row {padding:2rem 1rem 0 1rem }
#header img {padding:.6rem 0 2rem 0}
#header .button-grey {margin-bottom:2rem;}

.head-space { height:120px;}

@media only screen {
	.head-space {display: none}
	#header { position: relative;}
}

@media only screen and (min-width: 64.063em) {
	.head-space {display: block}
	#header { position: fixed;}
}


.hr {
	height:2px;
	background: #777777;
	width:100px;
	margin:24px 0;
}
.hr.centeralways {
	margin:24px auto 24px auto
}
.hr.dark {
	background: #333333;
}

.hr.light {
	background: #b9b9b9;
}

@media only screen {
	.section-padding-standard {padding:60px 0;}
	.hr.center-small { margin:24px auto 24px auto}

}

@media only screen and (min-width: 64.063em) {
	.section-padding-standard {padding:150px 0;}
	.hr.center-small { margin:24px 0}

}

.button-grey {
	text-align: center;
	border-radius: 4px;
	display: inline-block;
	overflow: hidden;
	background-image: url(../images/button-bg-greys2grey.png);
	background-color:#bababa;
	background-repeat: no-repeat;
	background-size: 200% 50px
}
.button-grey a {
	border-bottom-width: 3px;border-bottom-style: solid;border-bottom-color: rgba(0,0,0,.2);
	display: block;
	padding:3px 2rem 0 2rem;
	line-height: 44px;
	color:#000000;
	letter-spacing: 2px;
	font-size: .9rem;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	font-weight: 700
	
}


.button-red {
	text-align: center;
	border-radius: 4px;
	display: inline-block;
	overflow: hidden;
	background-image: url(../images/button-bg-reds2red.png);
	background-color:#62140d;
	background-repeat: no-repeat;
	background-size: 200% 50px;
	font-family: 'NunitoSans-Extra-Light';
}
.button-red a {
	border-bottom-width: 3px;border-bottom-style: solid;border-bottom-color: rgba(0,0,0,.2);
	display: block;
	padding:3px 2rem 0 2rem;
	line-height: 44px;
	color:#ffffff;
	letter-spacing: 2px;
	font-size: .9rem;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-family: 'NunitoSans-Extra-Light';
}


.button-whiteclear {
	border-radius: 4px;
	display: inline-block;
	overflow: hidden;
	color:#ffffff;
	border:2px solid #ffffff;

	line-height:48px;
	letter-spacing: 2px;
	font-size: .9rem;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	background: url(../images/button-bg-transparent2white.png) no-repeat;
	cursor: pointer;
	font-weight: 700
}

.button-whiteclear a:link,.button-whiteclear a:visited {color:#ffffff;text-decoration: none;display:block;padding:0 2rem 0 2rem ;}
.button-whiteclear a:hover {color:#000000}




.subtitle {color:#8c160d;text-transform: uppercase;letter-spacing: 1px;font-weight: 700}
.big-text {font-size:30px;line-height: 40px;font-family: 'NunitoSans-Light';}
.bigger-text {font-size:2rem;line-height: 2.5rem;}
.small-text {font-size:18px;line-height: 20px;}



#section1 {background: url(../images/section1_bg.jpg) center bottom  no-repeat #000000;padding:0 2rem}
#section1 ul {display: table;width:100%;max-width: 1375px;margin:0 auto;padding:0;min-height: 700px}
#section1 li {display: table-cell;list-style: none;padding:0;margin:0;}
#section1 li:nth-child(1){vertical-align: top}
#section1 li:nth-child(2){vertical-align: bottom;text-align: center;position: relative;bottom:-36px;}

#section1 .subtitle {padding-bottom: 1.5rem}
#section1 .title {color:#ffffff;font-weight: 400}





@media only screen {
	#section1 li {display: block}
	#section1 .title {font-size:64px;line-height:70px;text-align: center;font-weight: 300;font-family: 'NunitoSans-Light';}
	#section1 .subtitle {margin-top:50px;font-size:1.5rem;line-height: 1.5rem;text-align: center;font-family: 'NunitoSans-Regular';}
	.hr {margin:30px auto 0 auto}
}
@media only screen and (min-width: 64.063em) {
	#section1 li {display: table-cell;}
	#section1 .title {font-size:84px;line-height:90px;text-align: left}
	#section1 .subtitle {margin-top:150px;font-size:2.5rem;line-height: 2.5rem;text-align: left}
	.hr {margin:24px 0;}
}










#section2 {padding:6rem 1rem 4rem 1rem}
#section2 .subtitle {font-size:1.5rem}
#section2 .title {font-size:54px;font-family: 'NunitoSans-Light';line-height:70px;padding:1rem 0 0 0}
#section2 ul{width:100%;max-width: 1400px;margin: 0 auto}
#section2 li {text-align: center;margin-bottom:2rem}
#section2 b{color:#8c160d;font-size: 24px;line-height:28px;font-weight: normal;display: block}
#section2 .image {height:130px;}


#section2 b, #section2 .small-text {max-width: 250px;margin:0 auto;font-family: 'NunitoSans-Light';}
@media only screen {

}
@media only screen and (min-width: 64.063em) {
}




#section3 { text-align: center;padding:6rem 1rem;background:url(../images/section3_bg.jpg) center no-repeat #83150d}
#section3 a:link, #section3 a:visited {color:#ffffff}
#section3 .title {
    font-size: 54px;
    line-height: 70px;
    padding: 2rem 0 1rem 0;
    color: #fff;
    font-family: 'NunitoSans-Light';
}













#section4 .subtitle {font-size:1.5rem}
#section4 .title {
    font-size: 64px;
    line-height: 70px;
    padding: 1rem 0 0 0;
    font-family: 'NunitoSans-Regular';
}
#section4 .body {
	padding:0;
	font-family: 'NunitoSans-Light';
    color: #3b3b3b;
    margin: 0;
    font-size: 20px;
    line-height: 26px;
}

@media only screen {
	#section4 .body {padding-top:2rem;max-width: auto;font-family: 'NunitoSans-Light';}
	#section4 .subtitle {padding: 0}	
	#section4 .columns {padding:6rem 1rem}
	#section4 .columns:nth-child(2) img {padding:0}
	#section4 {
		background: rgba(241,244,245,1);
	}
	#section4 .columns:nth-child(2) {background:#262626}
}

@media only screen and (min-width: 64.063em) {
	#section4 .body {padding:0;max-width: 500px}
	#section4 .subtitle {padding: 3rem 0 0 0}	
	#section4 .columns {padding:6rem 2rem}
	#section4 .columns:nth-child(2) img {padding:0 2rem}
	#section4 {
		background: rgba(241,244,245,1);
		background: -moz-linear-gradient(left, rgba(241,244,245,1) 0%, rgba(241,244,245,1) 50%, rgba(38,38,38,1) 50%, rgba(38,38,38,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241,244,245,1)), color-stop(50%, rgba(241,244,245,1)), color-stop(50%, rgba(38,38,38,1)), color-stop(100%, rgba(38,38,38,1)));
		background: -webkit-linear-gradient(left, rgba(241,244,245,1) 0%, rgba(241,244,245,1) 50%, rgba(38,38,38,1) 50%, rgba(38,38,38,1) 100%);
		background: -o-linear-gradient(left, rgba(241,244,245,1) 0%, rgba(241,244,245,1) 50%, rgba(38,38,38,1) 50%, rgba(38,38,38,1) 100%);
		background: -ms-linear-gradient(left, rgba(241,244,245,1) 0%, rgba(241,244,245,1) 50%, rgba(38,38,38,1) 50%, rgba(38,38,38,1) 100%);
		background: linear-gradient(to right, rgba(241,244,245,1) 0%, rgba(241,244,245,1) 50%, rgba(38,38,38,1) 50%, rgba(38,38,38,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f4f5', endColorstr='#262626', GradientType=1 );
	}
	#section4 .columns:nth-child(2) {background:none}
	
}




#section5 { text-align: center;padding:6rem 1rem;}
#section5 .title {font-size:54px;line-height:70px;padding:2rem 0 0rem 0;max-width: 650px;margin:0 auto;font-family: 'NunitoSans-Light';}
#section5 .big-text{max-width: 650px;margin:0 auto}






#section6 {background: url(../images/section6_bg.jpg) center top no-repeat #000000;color:#ffffff;}

#section6 img {bottom:-20px;position: relative}
#section6 .subtitle {font-size:1.5rem}
#section6 .title {font-size:64px;line-height:70px;padding:1rem 0 0 0;font-family: 'NunitoSans-Regular';color: #fff;}
#section6 .body {padding-top:2rem}
#section6 .body,#section6 .big-text {max-width: 500px}

small {
    font-family: 'NunitoSans-Regular';
}

@media only screen {
	#section6 {padding:6rem 0 ;}
	#section6 .body,#section6 .big-text {max-width: 100%}
	#section6 .big-text {padding-top:2rem}
	#section6 .subtitle {padding: 0}	
	#section6 .row {max-width: 500px}

}
@media only screen and (min-width: 64.063em) {
	#section6 {padding:6rem 1rem 0 1rem;}
	#section6 .body,#section6 .big-text {max-width: 500px}
	#section6 .big-text {padding-top:0}
	#section6 .subtitle {padding: 3rem 0 0 0}	
	#section6 .row {max-width: 1375px}
}













#section7 {padding:6rem 0;}

#section7 .bigger-text {padding-top:4rem;font-family: 'NunitoSans-Regular';}
#section7 hr {margin-top: 5rem}
#section7  {text-align: center}
#section7 ul {margin:4rem 0}

#section7 ul li img {margin:0 auto;display: block;height:180px}
#section7 ul li i {display: block;padding:1rem 0 0 0; font-style: normal;font-size:1.2rem;font-weight: 300}
#section7 ul li b {display: block;padding-top:.5rem; font-weight: normal;font-size:1rem;color:#8c160d;text-transform: uppercase;font-family: 'NunitoSans-Bold';
}

@media only screen {
	#section7 ul li {text-align: center;font-family: 'NunitoSans-Light';}
	#section7 .title {font-size:44px;line-height:50px;font-family: 'NunitoSans-Regular';}
}
@media only screen and (min-width: 64.063em) {
	#section7 ul li {text-align: left}
	#section7 .title {
		font-size: 54px;
		line-height: 70px;
		margin: 0 auto;
		max-width: 900px;
		font-family: 'NunitoSans-Regular';
	}
}












#footer {background:#000000;padding:3rem 1rem}

#footer .text{font-size: 1rem;line-height: 1.3rem;}
#footer img{width: 170px;margin-bottom:2rem}

/********************New Style for Landing Pages*****************/
#header_root .search-input, #header_root_desktop .search-input {
	margin: 0;
    background: 0 0;
    border: none;
    font-family: NunitoSans-Light;
    font-size: 16px;
    line-height: 15px;
    box-shadow: none;
}
.mobile-nav #header_root .search-input {
    background: #fff;
    border: none;
    width: 90%;
    margin-left: 5%;
    font-family: NunitoSans-Light;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
}
button.header_search_submit {
    font-size: 17px;
}
#section6 h2 {
    font-family: 'NunitoSans-Light';
    font-size: 18px;
    line-height: 1.26;
    margin-top: 20px;
}
#section6 small {
    font-size: 12px;
}
.tickerMargin {
    margin-top: 70px;
}
.footer .row, .dropdown-menu.drop-menu .row, .dropdown-menu.drop-menu .row .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	max-width: unset;
    width: auto;
}
.footer input[type=email] {
    font-family: NunitoSans-Regular;
    font-size: 12px;
    color: #fff;
    letter-spacing: normal;
    margin-bottom: 0; /*This property needs to add*/
}
.footer .social-icons .social-icons-row div:first-child {
    text-align: right;
}
.footer .social-icons .social-icons-row div a {
    min-width: 20px;
}
.noTickerMargin {
    margin-top: 45px;
}
@media (min-width: 1200px){
	.tickerMargin{
		margin-top: 110px;
	}
	.noTickerMargin {
		margin-top: 80px;
	}
}
@media (min-width: 992px){
	.body-regular, p {
		font-family: NunitoSans-Regular;
		font-size: 16px;
		font-weight: 400;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.5;
		letter-spacing: .32px;
	}
	.tickerMargin{
		margin-top: 95px;
	}
	.noTickerMargin {
		margin-top: 65px;
	}
}
@media (max-width: 992px){
	.body-regular, p {
		font-family: NunitoSans-Bold;
		font-size: 12px;
		font-weight: 700;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.17;
		letter-spacing: .12px;
	}
}

@media (max-width: 767px){
	.tickerMargin {
		margin-top: 70px;
	}
}
@media screen and (max-width: 480px){
	.footer .row {
		margin-left: 0;
		margin-right: 0;
	}
}
/*******************************End******************************/




.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../js/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../js/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../js/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../js/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../js/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../js/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}



/***************Responsive Style*************/
@media(max-width: 767px){
	#section1 .title {
		font-size: 46px;
		line-height: 50px;
	}
	#section2 .title , #section3 .title, #section4 .title, #section6 .title {
		font-size: 44px;
		line-height: 55px;
	}
	.big-text {
		font-size: 20px;
		line-height: 30px;
	}
	#section5 .title {
		font-size: 44px;
		line-height: 60px;
	}
}






















