@font-face {
    font-family: 'dirty_headlineregular';
    src: url('fonts/dirty_headline-webfont.eot');
    src: url('fonts/dirty_headline-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dirty_headline-webfont.woff2') format('woff2'),
         url('fonts/dirty_headline-webfont.woff') format('woff'),
         url('fonts/dirty_headline-webfont.ttf') format('truetype'),
         url('fonts/dirty_headline-webfont.svg#dirty_headlineregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*, html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
	height: 100%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-family:"helvetica neue", helvetica, sans-serif;
	font-size:16px;
}

html, body, h1, h2, h3, p, ul, li {
	margin:0;
	padding:0;
}

/* Header Styles */

header {
	background:#010f12;
	height:100px;
	border-bottom:1px solid #242424;
}

/* Navigation Styles */

nav {
 margin: auto 0;
 text-align: center;
}

nav ul {
	list-style: none;
	display: inline-block;
}

nav li  {
	padding: 60px 60px 0;
	height: 99px;
	float:left;
	border-left:1px solid #242424;
	cursor:pointer;
}

nav li a {
	padding: 30px 0px 0 0px;
	font-weight:bold;
	text-transform:uppercase;
	color:#9a9a99;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

nav li:hover {
	color:#ba8e43;
	text-decoration:none;
}

nav li:hover a {
	color:#ba8e43;
}

.current-menu-item a {
	color:#ba8e43;
	text-decoration:none;
}

nav li.icon-home {
	background:url(images/home.png) no-repeat center;
	background-position: center 26px;
	background-size: 25px;
	display:block;
}

nav li.icon-home:hover, nav li.icon-home.active {
	background:url(images/home-on.png) no-repeat center;
	background-position: center 26px;
	background-size: 25px;
	display:block;
	color:#ba8e43;
	background-color:#141414;
	text-decoration:none;
}

.icon-home.active:hover {
	background-color:#141414;
}

nav li.icon-facts {
	background:url(images/alert.png) no-repeat center;
	background-position: center 26px;
	background-size: 25px;
	display:block;
}

nav li.icon-facts:hover, nav li.icon-facts.active {
	background:url(images/alert-on.png) no-repeat center;
	background-position: center 26px;
	background-size: 25px;
	display:block;
	color:#ba8e43;
	background-color:#141414;
	text-decoration:none;
}

.icon-facts.active:hover {
	background-color:#141414;
}

nav li.icon-help { 
	background:url(images/question.png) no-repeat center;
	background-position: center 26px;
	background-size: 25px;
}

nav li.icon-help:hover, nav li.icon-help.active {
	background:url(images/question-on.png) no-repeat center;
	background-position: center 26px;
	background-size: 25px;
	display:block;
	background-color:#141414;
	color:#ba8e43;
	text-decoration:none;
}

nav li.icon-resources {
	background:url(images/bulb.png) no-repeat center;
	background-position: center 24px;
	background-size: 20px;
}

nav li.icon-resources:hover, nav li.icon-resources.active {
	background:url(images/bulb-on.png) no-repeat center;
	background-position: center 24px;
	background-size: 20px;
	display:block;
	background-color:#141414;
	color:#ba8e43;
	text-decoration:none;
}
.icon-resources.active:hover {
	background-color:#141414;
}

nav li:last-of-type  {
	border-right:1px solid #242424;
}

.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.cf { display: inline-block; }
/* start commented backslash hack \*/
* html .cf { height: 1%; }

.cf { display: block; }
/* close commented backslash hack */

.sw {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	height:100%;
}

/* Page Styles */

#wrap {
	background:#fff;
}

.rip {
	position:absolute;
	bottom:0;
	left:0;
	height:80px;
	width:100%;
	background:transparent url(images/bg_rip2.png) no-repeat 0 bottom!important;
	background-size:100% auto!important;
	z-index:50;	
}

.rip_white {
	position:absolute;
	bottom:0;
	left:0;
	height:80px;
	width:100%;
	background:transparent url(images/bg_rip.png) no-repeat 0 bottom!important;
	background-size:100% auto!important;
	z-index:50;	
}

#callout {
	position:relative;
	background: #000 url(images/background-home_2.png) no-repeat center !important;
	color:#fff;
	padding-top:40px;
	min-height:680px;
	overflow:hidden;
}

#callout-facts {
	position:relative;
	background:#000;
	background: #000 url(images/background-home_2.png) no-repeat center !important;
	color:#fff;
	padding-top:40px;
	min-height:755px;
	width: 100%;
}

#callout_normal {
	position:relative;
	background:#000;
	background: #000 url(images/background-home_2.png) no-repeat center !important;
	color:#fff;
	padding:40px 0 40px;
	min-height:500px;
}

#callout h1 {
	text-transform:uppercase;
	font-size:40px;
	margin-top:30px;
}

.titles {
	position:relative;
	color:#ae2b83;
	text-align: center;
	text-transform: uppercase;
	font-size: 50px;
	margin-bottom: 10px;
	font-family: 'Varela Round', sans-serif;
}

.content {
	position:relative;
	color:#878787;
	text-align: center;
	font-size: 24px;
}

.content p {
	position:relative;
	color:#5f5f5f;
	text-align: center;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
}


.content_support {
		width:650px;
	margin:0 auto;
}

.content_support h1:first-of-type {
	margin-top:0!important;
}

.content_support h1 {
	position:relative;
	font-family: 'Varela Round', sans-serif;
	color:#5f5f5f;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom:10px;

}

.content_support p {
	position:relative;
	font-family: 'Roboto', sans-serif;
	color:#5f5f5f;
	font-size: 18px;
}

.content_support ul, .content_support li {
	color:#000;
	list-style:none;
}

.content_support ul {
	margin-top:20px;
}

.content_support li {
	padding-bottom:12px;
}

/* Fact Page Styles */

.fact-titles {
	font-family: 'Varela Round', sans-serif;
	position:relative;
	color:#ae2b83;
	padding-top:60px;
	padding-bottom:20px;
	padding-left: 205px;
	text-transform: uppercase;
	font-size: 42px;
	font-weight: 900;
}

.fact-content {
	position:relative;
	color:#000;
	margin-bottom:10px;
	font-size: 14px;

}

.fact-content ul {
	list-style-type: none;
	padding: 1px;
	margin: 0;
	padding-left: 205px;
}

.fact-content li {
	background: url(images/star.png) no-repeat left top 3px;
	padding-left:35px;
	padding-right:205px;
	padding-bottom: 15px;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

.share-facts {
	position: absolute; bottom: 30px; left: 240px;
}

.share_button {
	width:200px;
	height:82px;
	padding:12px 10px 10px 10px;
	background:#fff;
	overflow:hidden;
	color:#575757;
	position:absolute;
	bottom:40px;
	text-align:center;
	margin-left:-100px;
	left:50%;
	cursor:pointer;
}

.share_button:before {
	content: " ";
	background: #fff url(images/share-facts_2.png) center 10px no-repeat;
	height:56px;
	width: 200px;
	left: 0;
	z-index: 2000;
	position: absolute;
	top: 0;
	transition:all 200ms ease-out;
}

.share_button div {
	position: relative;
	z-index: 1000;
}

.share_button div a {
	position: relative;
	font-family: monospace;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 13px;
	text-decoration: none;
	color:#000;
	z-index: 1000;
}

.share_button img {
	position: static!important;
	margin: 0!important;
	display:inline-block!important;
}

.share_button:after {
content: "Share the facts";
position: absolute;
left: 14%;
bottom: 8px;
font-family: monospace;
letter-spacing: 2px;
text-transform: uppercase;
font-size: 13px;
}

.share_button:hover, .share_button div a:hover {
	color:#ae2b83;
}

.share_button:hover:before {
	color:#ae2b83;
	top: -65px;
}

.section-facts {
	background:url(images/section_bg.png) repeat-x 0 0;
	position:relative;
	color:#fff;
	padding-top:75px;
	min-height:325px;
	padding-bottom:30px;
}

.section {
	background:url(images/section_bg.png) repeat-x 0 0;
	position:relative;
	color:#fff;
	padding-top:75px;
	min-height:375px;
	padding-bottom:30px;
}

.section-support {
	background:url(images/section_bg.png) repeat-x 0 0;
	position:relative;
	color:#fff;
	padding-top:75px;
	min-height:375px;
	padding-bottom:30px;
}

.section_normal {
	background:url(images/section_bg.png) repeat-x 0 0;
	position:relative;
	padding-top:25px;
	min-height:300px;
	overflow:hidden;
}

.section-home {
	background:url(images/section_bg.png) repeat-x 0 0;
	position:relative;
	color:#fff;
	padding-top:75px;
	padding-bottom:30px;
}

.bg_top {
	background:transparent url(images/FI_AC_factory_bg_2.png) no-repeat 50% 50px!important;
	min-height:645px;
	width:100%;
	top: 25px;
	position:absolute;
	z-index:15;
	left:-430px;
	padding-top: 25px;
	background-color: #000;
}

/* .bg_belt {
	background:transparent url(images/belt.png) no-repeat;
	min-height:111px;
	width: 1600px;
	position:absolute;
	top:545px;
	left:-390px;
	z-index:10;
} */

.bg_back {
	background:transparent url(images/bg_back_2.png) no-repeat 50% 250px!important;
	min-height:675px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}

.copy {
	position:relative;
	z-index:20;
}

.copy h1 {
	position:relative;
	z-index:20;
	font-family: 'dirty_headlineregular', helvetica, sans-serif;
	padding-top: 10px;
	letter-spacing: 2px;
}

.copy_normal {
	position:relative;
	text-align: center;
}

.copy_normal h1 {
	font-size: 45px;
	text-align: center;
	margin-bottom:30px;
	padding-top: 35px;
	font-weight: 400;
	font-family: 'Varela Round', sans-serif;
	color: #ae2b83;
	line-height: 100%;
	text-transform: uppercase;
}

.copy_normal p {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	padding-bottom: 25px;
	width: 650px;
	margin:0 auto;
	/*font-weight: 200;*/
}

/* Video */
#video_wrap {
	float:left;
	margin-left:420px;
	z-index: 100;
	position: relative;
}

#video_wrap h1 {
	font-family: 'dirty_headlineregular', helvetica, sans-serif;
	padding-top: 10px;
	font-size:50px;
	font-weight:normal;
	letter-spacing: 2px;	
	line-height: 50px;
	text-transform: uppercase;
}

.win #video_wrap h1 {
	background:url(images/headline_copy.png) 0 0 no-repeat;
	font-family: helvetica, sans-serif;
	padding-top: 10px;
	height:91px;
	width:415px;
	text-indent: -9999px;
}

.vid-text {
	margin: 10px 0 20px 0;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	line-height: 20px;
	color: #ffffff;
	line-height: 130%;
}

.vid-text p {
	font-size: 20px;
	margin:20px 0 30px 0;
}

/* Button Styles */

.button {
	margin:0 auto;
	display:block;
	text-align: center;
	width: 240px;
	background: #ae2b83;
	border-radius: 4px;
	color: #fff;
	margin-top:45px;
	font-weight: 600;
	cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size:16px;
    text-decoration:none;
    color:#fff;
    position:relative;
    padding: 13px 30px;
    padding-right:60px;
    background-image: linear-gradient(bottom, rgb(62,51,46) 0%, rgb(101,86,78) 100%);
    border-radius: 5px;
	box-shadow: inset 0px 1px 0px #c37fb4, 0px 4px 0px 0px #3C0E25;
}

.button:active {
    top:3px;
    background-image: linear-gradient(bottom, rgb(62,51,46) 100%, rgb(101,86,78) 0%);
}
 
.button:before {
    background-color:#ae2b83;
    background-image:url(images/right_arrow.png);
    background-repeat:no-repeat;
    background-position:center center;
    content:"";
    width:20px;
    height:20px;
    position:absolute;
    right:35px;
    top:50%;
    margin-top:-9px;
    border-radius: 50%;
}
 
.button:active::before {
    top:50%;
}

/* Other Button Styles */

.button-container a {
	 margin:10px;
}

.button-container {
	margin-top:20px;
}





.button_share {
    background-color:#ae2b83;
    width: 180px;;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size:16px;
    text-decoration:none;
    color:#fff;
    position: relative;
    padding:13px 50px 15px 25px;
   
    border-radius: 5px;
    background-image: linear-gradient(bottom, rgb(62,51,46) 0%, rgb(101,86,78) 100%);
    border-radius: 5px;
 	box-shadow: inset 0px 1px 0px #c37fb4, 0px 4px 0px 0px #3C0E25;
}
 
.button_share:active {
    top:3px;
    background-image: linear-gradient(bottom, rgb(62,51,46) 100%, rgb(101,86,78) 0%);
}
 
.button_share::before {
    background-color:#ae2b83;
    background-image:url(images/right_arrow.png);
    background-repeat:no-repeat;
    background-position:center center;
    content:"";
    width:20px;
    height:20px;
    position:absolute;
    right:25px;
    top:50%;
    margin-top:-9px;
    border-radius: 50%;
}
 
.button_share:active::before {
    top:50%;
}


.button:hover, .button_share:hover {
	background-color:#99156e
}
/* Panel styles */

.panel div.box {
	background:url(images/panel.jpg) no-repeat center;
	color:#fff;
	width:368px;
	margin:0 auto;
	height:630px;
	padding:20px;
	position:relative;
}

.panel div h1 {
	font-family: 'Varela Round', sans-serif;
	position:relative;
	color:#ae2b83;
	padding:20px 0;
	margin-left: 24px;
	text-shadow: 1px 1px 1px #fcdf17;
	text-transform: uppercase;
	font-size: 42px;
	font-weight: 900;
} 

.panel div ul {
	list-style-type: none;
	padding: 1px;
	margin: 0;
	padding-left: 5px;
}

.panel div li {
	background: url(images/star.png) no-repeat left top 3px;
	padding-left: 24px;
	padding-right: 10px;
	padding-bottom: 14px;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #000;
}

.panel div img { 
	position:absolute;
	bottom:40px;
	left:50%;
	margin-left:-102px;
	text-shadow: 1px 1px 1px #fcdf17;
}

/* Footer Styles */

.footer-line{
	margin-top:100px;
	border-bottom: 1px solid #e7e7e7;
}

.footer {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	height: 35px;
	background: #fff;
	color: #000;
	padding: 40px 0px 60px 0px;
}

.footer-left {
	margin-bottom:40px;
	float: left;
}

.footer-right {
	float: right;
	padding-top: 10px;
}

.footer-right li {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #5f5f5f;
	list-style: none;
	cursor:pointer;
	display: inline-block;
	padding: 15px 45px 0 0;
}

.footer-right li a {
	font-weight:bold;
	text-transform:uppercase;
	color:#878787;
	text-decoration:none;
}

.footer-right li:hover {
	color:#ae2b83;
	text-decoration:none;
}

.footer-right li:hover a {
	color:#ae2b83;
}


/* Social */

.share {
	margin: 10px 0 0 0;
	text-align: right;	
	width:375px;
}

.share h3 {
	vertical-align: top;
	font-size: 16px;
}

/* Resource Columns */

#contentBox {
	margin:0px auto; 
	width:90%;
}

.contentBox h2 {
	padding: 0 0 0 45px;
}

.contentBox p {
	padding: 20px 0 0 45px;
	margin:0px auto; 
	width:90%
}

#column {
	float:left; 
	margin:0; 
	width:33%;
	margin-top: 40px;
	padding-top: 30px;
	padding-bottom: 100px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#column h2 {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 25px;
	padding-left: 30px;
	font-family: 'Varela Round', sans-serif;
	color: #ae2b83;
	text-transform: uppercase;
}

#column p {
	padding:30px;
	font-family: 'Roboto', sans-serif;
	border-bottom: 1px solid #d3d3d3;
	color: #000;
}

#column strong {
	margin-bottom:10px;
	display:inline-block;
}

#column p:first-of-type {
	padding-top:0!important;
}

#column a {
	margin-top: 15px;
	display: inline-block;
	color: #5f5f5f;
}

#column a:hover {
	color: #ae2b83;
}

#column a:visited {
	color: #ae2b83;
}

#column1 {
	float:left; 
	margin:0; 
	width:33%;
	padding-top: 40px;
	padding-bottom: 40px;
}

#column2 {
	float:left; 
	margin:0; 
	width:33%;
	background: #efefef;
	padding-top: 40px;
	padding-bottom: 100%;
}

#column3 {
	float:left; 
	margin:0; 
	width:33%;

	padding-top: 40px;
	padding-bottom: 40px;
}

.horizontal {
	margin: 0 auto;
}

/* Resources Styles */

.resources-header {
	font-size: 20px !important;
}

.resources-copy {
	font-size: 14px;
	margin-top: 45px;
}

/* Contact page styles */

.contact a {
	color: #5f5f5f;
}

.contact a:hover {
	color: #ae2b83;
}

.contact a:visited {
	color: #ae2b83;
}

.responsive-menu{
	display: none;
}


