@charset "UTF-8";

@font-face {
	font-family: 'Material Icons';
	src: url('/fonts/MaterialIcons-Regular.woff')
}

@font-face {
	font-family: 'Futura LT';
	src: url('/fonts/Futura LT.woff');
}

@font-face {
	font-family: 'Century Gothic';
	src: url('/fonts/Century Gothic.woff')
}

body {
  background-color: #252525;
  width: 100%;
	height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
	overflow-x: hidden;
}

.header-rw {
  width: 97%;
  box-sizing: border-box;
  margin: 0 auto;
	overflow-x: hidden;
}

/*--------------------------------------------*/
/*----------------Preheader---------------*/
/*-------------------------------------------*/

.preheader-rw {
  width: 100%;
  height: 50px;
  background-color: #484848;
  box-sizing: border-box;
  margin-left: 0 auto;
/*	overflow-x: hidden;*/
}

.preheader-rw ul {
	box-sizing: border-box;
  float: right;
  margin: 0;
  padding: 14px 4vw 0 0;
  display: inline-block;
  text-decoration: none;
}

.preheader-rw li {
  float: right;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

.preheader-rw a {
  padding: 0 0 0 0;
  margin: 0 2vw 0 0;
  font-family: 'Futura LT', sans-serif;
  color: #FFF;
  text-decoration: none;
  font-size: 1.4em;
	transition: 0.2s;
}

.preheader-rw a:hover,
.preheader-rw a:active {
	text-shadow: 0px 0px 20px #FFF;
	transition: 0.2s;
}

.preheader-rw ul li:last-child {
	display: none;
}

.preheader-rw ul li:nth-child(2) {
	display: block;
}

/*--------------------------------------------*/
/*---------------Search Bar---------------*/
/*-------------------------------------------*/

.search-bar {
  width: 100%;
  height: 50px;
  background-color: #0060ff;
  box-sizing: border-box;
  margin-left: 0 auto;
  z-index: 1000;
  -webkit-appearance: none;
	-webkit-border-radius: none;
	border-radius: none;
  padding: 0;
	overflow-x: hidden;
}

.rw-search {
  font-family: 'Futura LT', sans-serif;
  color: #FFF;
  font-size: 1.4em;
	position: absolute;
	padding: 0 0 0 1%;
	background: none;
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: none;
	border-radius: none;
  box-sizing: border-box;
	width: 93%;
  height: 50px;
	overflow-x: hidden;
}

.rw-search:focus {
  outline: none;
}

.rw-button:focus {
	outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.7);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.7);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.7);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.7);
}

.rw-button {
	font-size: 1.6em;
	font-family: 'Material Icons';
	padding: 0;
	border: none;
  background: none;
	color:#FFF;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
  box-sizing: border-box;
  width: 70px;
  height: 50px;
  transition: 0.2s;
}

.rw-button:hover  {
	background-color: #0052cc;
	border-color: #0052cc;
	color: #FFF;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
  transition: 0.2s;
}

.rw-button:active {
	background-color: #0047b3;
	border-color: #0047b3;
	color: #FFF;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/*--------------------------------------------*/
/*-----------------Navbar-----------------*/
/*-------------------------------------------*/

.navigation-rw {
  width: 100%;
  height: 260px;
  background-color: #121212;
  box-sizing: border-box;
  margin-left: 0 auto;
}

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*-----------Mobile Navigation Menu---------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/

.mobile-navmenu {
	display: none;
}

.hamburger-menu {
	width: 100%;
	box-sizing: border-box
}

.hamburger-menu a {
	float: right;
}

/*--------------------------------------------*/
/*----------------Navmenu---------------*/
/*-------------------------------------------*/

.navmenu {
	margin: -90px 5vw 0 0;
}

.navmenu ul {
	box-sizing: border-box;
	display: inline-block;
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
	cursor: pointer;
	transition: 0.2s;
}

.navmenu li {
	box-sizing: border-box;
	display: inline-block;
	list-style: none;
	padding: 0 20px 0 20px;
	margin: 0;
	cursor: pointer;
	transition: 0.2s;
}

.navmenu a {
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	color: #FFF;
	font-family: 'Futura LT', sans-serif;
	font-size: 1.4em;
	transition: 0.2s;
}

.navmenu a:hover,
.navmenu a:active {
	border-bottom: 2px solid #FFF;
	text-shadow: 0px 0px 20px #FFF;
	transition: 0.2s;
}

/*_:-moz-tree-row, .navmenu a {
	padding: 24px 14px;
}*/

/*--------------------------------------------*/
/*----------------Logomark---------------*/
/*-------------------------------------------*/

.logomark {
  padding: 65px 0 0 5vw;
	display: block;
}

.brandmark {
  padding: 65px 0 0 5vw;
	display: none;
}






/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------Media Queries------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/


@media screen and (max-width: 1500px){

	.navmenu {
		position: absolute;
		right: 0vw;
		z-index: 1003;
	}

	.rw-search {
		width: 89%;
	}

}

@media screen and (max-width: 1366px){

	/*--------------------------------------------*/
	/*----------------Logomark---------------*/
	/*-------------------------------------------*/

	.logomark {
	  padding: 65px 0 0 5vw;
		display: none;
	}

	.brandmark {
	  padding: 65px 0 0 10vw;
		display: block;
	}

}



@media screen and (max-width: 1000px){

	.navigation-rw {
	  height: 150px;
	}

	.navmenu {
		display: none;
	}

	.brandmark {
	  padding: 35px 0 0 10vw;
	}

	.brandmark img {
	  width: 85.34px;
	}

	.rw-search {
		width: 75%;
	}

	.preheader-rw ul li:last-child {
		display: block;
	}

	.preheader-rw ul li:nth-child(2) {
		display: none;
	}


	/*--------------------------------------------------*/
	/*--------------------------------------------------*/
	/*--------------------------------------------------*/
	/*--------------------------------------------------*/
	/*--------------------------------------------------*/
	/*-----------Mobile Navigation Menu---------*/
	/*--------------------------------------------------*/
	/*--------------------------------------------------*/
	/*--------------------------------------------------*/
	/*--------------------------------------------------*/
	/*--------------------------------------------------*/

	.mobile-navmenu {
		display: block;
		z-index: 10000;
	  width: 97%;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
		position: absolute;
	}

	.hamburger-menu {
		box-sizing: border-box;
		width: 97%;
	}

	.hamburger-menu-button {
		width: 50px;
		height: 50px;
		float: right;
		margin: -60px 0 0 0;
		padding: 0 0 0 0;
		box-sizing: border-box;
		cursor: pointer;
	}

	.hamburger-menu-button span {
		display: block;
		width: 40px;
		height: 6px;
		margin: 0 auto 10px auto;
		background: #FFF;
		z-index: 99;
	}

	.hamburger-list {
		text-align: center;
		display: none;
		text-decoration: none;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		background-color: #121212;
		padding: 30px 0;
		margin: 30px 5vw 0 0;
	}

	.hamburger-list ul {
		width: 100%;
		box-sizing: border-box;
		padding: 0;
		margin: 0 auto;
	}


	.hamburger-list ul li a {
		box-sizing: border-box;
		text-decoration: none;
		color: #FFF;
		width: 100%;
		padding: 20px 0;
		margin: 0 auto;
		display: inline-block;
		cursor: pointer;
	}

	.hamburger-list ul li:hover {
		border-bottom: 2px solid #FFF;
		border-top: 2px solid #FFF;
		text-shadow: 0px 0px 20px #FFF;
		transition: 0.2s;
	}

	.hamburger-list ul li {
		font-family: 'Futura LT';
		color: #FFF;
		box-sizing: border-box;
		list-style: none;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		border-bottom: 2px solid #121212;
		border-top: 2px solid #121212;
		transition: 0.2s;
	}

	.expand {
		display: block !important;
	}

}
