@charset "UTF-8";/* CSS Document *//* ========================================   Gradient Nav   ================================= */nav ul, nav ol {	list-style: none none;}.top-navigation {	-webkit-font-smoothing: antialiased;	box-shadow: #CDCDCD 0 0 2px;	float: left;	position: fixed;	top: 120px;	width: 100%;	z-index: 200;}.gradient-top-navigation {	padding: 0;}.gradient-top-navigation > nav {	max-width: none;	padding: 0;	background: #F86715;}.topnav {	overflow: hidden;	background-color: #F86715;	font-family: pragmatica-web, "Helvetica Neue", Helvetica, Arial, sans-serif;	font-size: 12px;	font-weight: bold;}.topnav a {	float: left;	display: block;	color: #f2f2f2;	text-align: center;	padding: 17px 25px;	text-decoration: none;}.active {	background-color: #fed4bb;	color: #F86715 !important;}.topnav .icon {	display: none;}.dropdown {	float: left;	overflow: hidden;}button {	background-color: #F86715;}.dropdown .dropbtn {	font-size: 12px;	font-weight: bold;	border: none;	outline: none;	color: white;	padding: 18px 25px;	background-color: #F86715;	font-family: pragmatica-web, "Helvetica Neue", Helvetica, Arial, sans-serif;	margin: 0;	border-radius: 0;}.dropdown-content {	display: none;	position: absolute;	background-color: #f9f9f9;	min-width: 250px;	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);	z-index: 1;}.dropdown-content a {	float: none;	color: #666;	padding: 15px 25px;	text-decoration: none;	display: block;	text-align: left;	border-bottom: 1px solid #F86715;}.topnav a:hover, .dropdown:hover .dropbtn {	background-color: #f9f9f9;	color: #F86715;}.dropdown-content a:hover {	background-color: #f9f9f9;	color: #F86715;}.dropdown:hover .dropdown-content {	display: block;}@media screen and (max-width: 700px) {.topnav a:not(:first-child), .dropdown .dropbtn {	display: none;}	.icon-nav {		font-size: 22px;	}.topnav a.icon {	display: block;	font-size: 16px;	float: left;	width: 100%;	font-weight: normal;	background-color: #fed4bb;}.topnav a {	font-size: 16px;font-weight: normal;background-color: #f3f3f3;color: #333;}.dropdown .dropbtn {	font-size: 16px;	font-weight: normal;	background-color: #f9f9f9;	color: #F86715;}.dropdown-content a {	margin-left: 25px;}}@media screen and (max-width: 700px) {.topnav.responsive {	position: relative;}.topnav.responsive .icon {	position: absolute;	right: 0;	top: 0;}.topnav.responsive a {	float: none;	display: block;	text-align: left;}.topnav.responsive .dropdown {	float: none;}.topnav.responsive .dropdown-content {	position: relative;}.topnav.responsive .dropdown .dropbtn {	display: block;	width: 100%;	text-align: left;}}