a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%
}

html,body {
	height: 100%
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}

b,strong {
	font-weight: bold
}

img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic
}

li {
	display: list-item
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

th,td,caption {
	font-weight: normal;
	vertical-align: top;
	text-align: left
}

q {
	quotes: none
}

q:before,q:after {
	content: '';
	content: none
}

sub,sup,small {
	font-size: 75%
}

sub,sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

svg {
	overflow: hidden
}

body {
	background-image: url("/images/404-blueprint.png")
}


::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin: 0
}

.da-button {
	display: inline-block;
	border: 0;
	outline: 0;
	font: 12px/17px 'Helvetica Neue',Arial,Helvetica,sans-serif;
	padding: 4px 12px;
	margin: 0;
	width: auto;
	cursor: pointer;
	text-decoration: none;
	zoom: 1;
	overflow: hidden;
	*overflow: visible;
	color: #fff;
	border: 1px solid;
	text-shadow: 1px 1px rgba(0,0,0,0.35);
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15),inset 0 1px 1px rgba(255,255,255,0.35);
	-o-box-shadow: 0 1px 1px rgba(0,0,0,0.15),inset 0 1px 1px rgba(255,255,255,0.35);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15),inset 0 1px 1px rgba(255,255,255,0.35);
	box-shadow: 0 1px 1px rgba(0,0,0,0.15),inset 0 1px 1px rgba(255,255,255,0.35);
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

.da-button.left {
	float: left
}

.da-button.small {
	padding: 2px 8px
}

.da-button.large {
	padding: 6px 16px
}

.da-button:active {
	background-image: none!important;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,1);
	-o-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,1)
}

.da-button:disabled {
	background-image: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #dadada;
	background-color: #f8f8f8;
	border-color: #ddd;
	cursor: default
}

.da-button img {
	margin: 0 2px;
	max-width: 16px;
	max-height: 16px
}

.da-button.blue {
	background-color: #61a4e4;
	background-image: linear-gradient(bottom,#61a4e4 0,#78b4ec 100%);
	background-image: -o-linear-gradient(bottom,#61a4e4 0,#78b4ec 100%);
	background-image: -moz-linear-gradient(bottom,#61a4e4 0,#78b4ec 100%);
	background-image: -webkit-linear-gradient(bottom,#61a4e4 0,#78b4ec 100%);
	background-image: -ms-linear-gradient(bottom,#61a4e4 0,#78b4ec 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#61a4e4),color-stop(1,#78b4ec));
	border-color: #21629c
}

.da-button,.da-button.green {
	background-color: #a7d037;
	background-image: linear-gradient(bottom,#a7d037 0,#c8e342 100%);
	background-image: -o-linear-gradient(bottom,#a7d037 0,#c8e342 100%);
	background-image: -moz-linear-gradient(bottom,#a7d037 0,#c8e342 100%);
	background-image: -webkit-linear-gradient(bottom,#a7d037 0,#c8e342 100%);
	background-image: -ms-linear-gradient(bottom,#a7d037 0,#c8e342 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#a7d037),color-stop(1,#c8e342));
	border-color: #779625
}

.da-button.red {
	background-color: #e15656;
	background-image: linear-gradient(bottom,#e15656 0,#f77272 100%);
	background-image: -o-linear-gradient(bottom,#e15656 0,#f77272 100%);
	background-image: -moz-linear-gradient(bottom,#e15656 0,#f77272 100%);
	background-image: -webkit-linear-gradient(bottom,#e15656 0,#f77272 100%);
	background-image: -ms-linear-gradient(bottom,#e15656 0,#f77272 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#e15656),color-stop(1,#f77272));
	border-color: #bb2929
}

.da-button.pink {
	background-color: #ea799b;
	background-image: linear-gradient(bottom,#ea799b 0,#eea3bc 100%);
	background-image: -o-linear-gradient(bottom,#ea799b 0,#eea3bc 100%);
	background-image: -moz-linear-gradient(bottom,#ea799b 0,#eea3bc 100%);
	background-image: -webkit-linear-gradient(bottom,#ea799b 0,#eea3bc 100%);
	background-image: -ms-linear-gradient(bottom,#ea799b 0,#eea3bc 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#ea799b),color-stop(1,#eea3bc));
	border-color: #b04264
}

.da-button.gray {
	background-color: #e3e3e3;
	background-image: linear-gradient(bottom,#e3e3e3 0,#f9f9f9 100%);
	background-image: -o-linear-gradient(bottom,#e3e3e3 0,#f9f9f9 100%);
	background-image: -moz-linear-gradient(bottom,#e3e3e3 0,#f9f9f9 100%);
	background-image: -webkit-linear-gradient(bottom,#e3e3e3 0,#f9f9f9 100%);
	background-image: -ms-linear-gradient(bottom,#e3e3e3 0,#f9f9f9 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#e3e3e3),color-stop(1,#f9f9f9));
	color: #666;
	text-shadow: 1px 1px rgba(0,0,0,0.1);
	border-color: #9e9e9e
}

.da-button.orange {
	background-color: #fab341;
	background-image: linear-gradient(bottom,#fab341 0,#ffcb72 100%);
	background-image: -o-linear-gradient(bottom,#fab341 0,#ffcb72 100%);
	background-image: -moz-linear-gradient(bottom,#fab341 0,#ffcb72 100%);
	background-image: -webkit-linear-gradient(bottom,#fab341 0,#ffcb72 100%);
	background-image: -ms-linear-gradient(bottom,#fab341 0,#ffcb72 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#fab341),color-stop(1,#ffcb72));
	border-color: #cc731e
}

.da-highlight {
	color: #d44d24
}

::-webkit-input-placeholder {
	color: #999
}

:-moz-placeholder {
	color: #999
}

.placeholder {
	color: #999
}

a {
	color: #73991f;
	text-decoration: none;
	outline: 0
}

a:hover {
	text-decoration: underline
}

::-moz-selection {
	color: #fff;
	background: #a9ca60
}

::selection {
	color: #fff;
	background: #a9ca60
}

body {
	background-color: #f2f2f2;
	color: #444;
	font: 12px/1.5 'Helvetica Neue',Arial,Helvetica,sans-serif
}

div#da-wrapper {
	height: auto;
	min-height: 100%;
	position: relative;
	min-width: 320px
}

div#da-wrapper,div#da-wrapper.fluid {
	width: 100%
}

div#da-wrapper .da-container,div#da-wrapper.fluid .da-container {
	width: 96%;
	margin: auto
}

div#da-wrapper.fixed {
	min-width: 960px
}

div#da-wrapper.fixed .da-container {
	width: 960px
}

div#da-header #da-header-top #da-header-toolbar #da-header-button-container {
	border-left: 1px solid #535353;
	border-left: 1px solid rgba(255,255,255,0.2);
	padding: 10px 0 10px 7px
}

div#da-header #da-header-top #da-header-toolbar #da-header-button-container ul {
	margin-bottom: 0
}

div#da-header #da-header-top #da-header-toolbar #da-header-button-container ul li {
	margin-left: 0;
	list-style: none
}


div#da-header #da-header-top #da-header-toolbar #da-header-button-container ul li.da-header-button.active {
	background-position: center bottom
}

div#da-header #da-header-top #da-header-toolbar #da-header-button-container ul li.da-header-button.active>a {
	margin-top: 1px
}

div#da-header #da-header-top #da-header-toolbar #da-header-button-container ul li.da-header-button>a {
	text-decoration: none;
	text-indent: -99999px;
	display: block;
	margin: auto;
	cursor: pointer;
	width: 36px;
	height: 36px;
	outline: 0;
	background-position: center center;
	background-repeat: no-repeat
}


div#da-content {
	clear: both;
	padding-bottom: 58px
}


div#da-wrapper.fixed #da-sidebar-separator {
	left: 50%;
	margin-left: -300px
}

div#da-content #da-sidebar {
	position: relative;
	float: left;
	z-index: 150
}

div#da-content #da-sidebar .da-button-container {
	padding: 2px;
	margin-bottom: 6px;
	border: 1px solid #cacaca;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	-o-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	background-color: #fff;
	background-image: linear-gradient(bottom,#fff 0,#f1f1f1 100%);
	background-image: -o-linear-gradient(bottom,#fff 0,#f1f1f1 100%);
	background-image: -moz-linear-gradient(bottom,#fff 0,#f1f1f1 100%);
	background-image: -webkit-linear-gradient(bottom,#fff 0,#f1f1f1 100%);
	background-image: -ms-linear-gradient(bottom,#fff 0,#f1f1f1 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#fff),color-stop(1,#f1f1f1))
}

div#da-content #da-sidebar #da-main-nav.da-button-container {
	width: 174px
}

div#da-content #da-main-nav ul,div#da-content #da-main-nav ul li {
	margin: 0;
	list-style: none
}


div#da-content #da-main-nav ul li ul li a,div#da-content #da-main-nav ul li ul li span {
	padding: 6px 0;
	padding-left: 48px;
	background: none!important
}

div#da-content #da-content-wrap {
	margin-left: 230px;
	padding-bottom: 20px;
	margin-top: 20px
}

div#da-content #da-content-wrap #da-content-area {
	float: left;
	width: 100%;
	display: block
}

div#da-footer {
	background: #fff;
	border-top: 1px solid #d0d0d0;
	padding: 20px 0;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%
}

div#da-footer p {
	margin: 0
}

@media only screen and (max-width:1023px) {
	div#da-wrapper.fixed {
		min-width: 0
	}

	div#da-wrapper.fixed .da-container {
		width: 96%
	}
}

@media only screen and (min-width:481px) and (max-width:1023px) {
	div#da-header #da-header-bottom #da-search {
		width: 115px
	}

	div#da-header #da-header-bottom #da-breadcrumb {
		margin-left: 165px
	}

	div#da-content #da-sidebar-separator {
		left: 115px!important
	}

	div#da-wrapper.fixed #da-sidebar-separator {
		margin-left: 2%
	}

	div#da-content #da-sidebar #da-main-nav.da-button-container {
		width: 109px
	}

	div#da-content #da-main-nav ul li span.da-nav-icon {
		position: relative;
		width: auto;
		height: auto;
		left: auto;
		top: auto;
		text-align: center;
		margin: 0 0 4px 0
	}

	div#da-content #da-main-nav ul li span.da-nav-icon img {
		max-width: none;
		max-height: none;
		position: relative;
		left: auto;
		top: auto;
		margin-left: 0;
		margin-top: 0
	}

	div#da-content #da-main-nav ul li a,div#da-content #da-main-nav ul li span {
		padding: 16px;
		text-align: center;
		background-position: right top
	}

	div#da-content #da-main-nav ul li ul li a,div#da-content #da-main-nav ul li ul li span {
		padding: 6px 0;
		text-align: center
	}

	div#da-content #da-content-wrap {
		margin-left: 165px
	}
}

@media only screen and (max-width:768px) {
	div#da-header #da-header-top da-header-toolbar #da-user-profile #da-user-avatar {
		margin: 0
	}

	div#da-header #da-header-top #da-header-toolbar #da-user-profile #da-user-info {
		display: none
	}
}

@media only screen and (max-width:480px) {
	div#da-wrapper .da-container {
		width: 100%!important
	}

	div#da-header #da-header-bottom {
		height: auto
	}

	div#da-header #da-header-top #da-logo-wrap {
		float: none;
		position: absolute;
		width: 100%;
		height: 55px;
		border-bottom: 1px solid #161616
	}

	div#da-header #da-header-top #da-logo {
		position: absolute;
		left: 50%;
		text-align: center;
		margin-left: -115px
	}

	div#da-header #da-header-top #da-header-toolbar {
		border: 0;
		width: 100%;
		margin-top: 56px;
		border-top: 1px solid #535353
	}

	div#da-header #da-header-top #da-header-toolbar #da-user-profile {
		border: 0;
		float: left
	}

	div#da-header #da-header-top #da-header-toolbar #da-header-button-container {
		padding: 10px 7px;
		border: 0;
		float: right
	}

	div#da-header #da-header-top #da-header-toolbar #da-user-profile ul.da-header-dropdown {
		right: auto;
		left: 0
	}

	div#da-header #da-header-top #da-header-toolbar #da-user-profile ul.da-header-dropdown li.da-dropdown-caret {
		right: auto;
		left: 16px
	}

	div#da-content #da-sidebar #da-main-nav.da-button-container {
		width: 100%;
		padding: 0;
		background: 0;
		border: 0
	}

	div#da-content #da-sidebar #da-main-nav ul {
		border: 0
	}

	div#da-content #da-sidebar #da-main-nav ul,div#da-content #da-sidebar #da-main-nav ul li {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0
	}

	div#da-content #da-main-nav>ul>li:last-child {
		border-bottom: 1px solid #cacaca
	}

	div#da-content #da-main-nav {
		position: absolute;
		display: none;
		top: 41px
	}

	div#da-content #da-main-nav.open {
		display: block
	}

	div#da-content {
		margin-top: auto
	}

	div#da-content #da-content-wrap {
		margin: 0 2%
	}

	#da-customizer {
		display: none
	}
}

#da-customizer {
	z-index: 300;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -91px
}

#da-customizer #da-customizer-content {
	background: #fff;
	padding: 8px 16px;
	width: 150px;
	height: 0;
	padding-top: 0;
	overflow: hidden;
	border-color: #999;
	border-color: rgba(0,0,0,.2);
	border-style: solid;
	border-width: 1px;
	border-top-width: 0;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-o-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

#da-customizer #da-customizer-content ul,#da-customizer #da-customizer-content ul li {
	margin: 0;
	list-style: none
}

#da-customizer #da-customizer-content ul {
	margin-bottom: 5px
}

#da-customizer #da-customizer-content ul li {
	padding: 4px
}

#da-customizer #da-customizer-content ul li span.da-customizer-title {
	display: block;
	margin-bottom: 4px
}

#da-customizer #da-customizer-content ul li select {
	background-color: #fcfcfc;
	border: 1px solid #d1d1d1;
	padding: 4px;
	margin: 0;
	outline: 0;
	width: 100%;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#da-customizer ul#da-customizer-layouts {
	list-style: none;
	margin: 0
}

#da-customizer ul#da-customizer-layouts li {
	float: left;
	padding: 0;
	padding-right: 8px
}

#da-customizer ul#da-customizer-layouts li label,#da-customizer ul#da-customizer-layouts li input {
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
	margin-left: 2px;
	vertical-align: middle
}

#da-customizer span.da-customizer-tooltip {
	font-size: .9em;
	display: inline-block;
	line-height: 1;
	cursor: pointer
}

#da-customizer #da-customizer-button {
	padding-bottom: 5px
}

#da-customizer #da-customizer-button button {
	width: 100%
}

#da-customizer-dialog textarea {
	background-color: #fcfcfc;
	border: 0;
	padding: 6px;
	outline: 0;
	width: 100%;
	margin: 0;
	color: #444;
	font-size: 1em;
	height: 200px;
	resize: none;
	font-family: "Courier New",Courier,monospace;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,1),inset 0 1px 1px rgba(0,0,0,0.04);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,1),inset 0 1px 1px rgba(0,0,0,0.04);
	-o-box-shadow: 0 1px 0 rgba(255,255,255,1),inset 0 1px 1px rgba(0,0,0,0.04);
	box-shadow: 0 1px 0 rgba(255,255,255,1),inset 0 1px 1px rgba(0,0,0,0.04)
}


div#da-error-wrapper {
	width: 320px;
	padding: 30px 0;
	margin: auto;
	position: relative
}

div#da-error-wrapper .da-error-heading {
	/*color: #e15656;*/
	text-align: center;
	font-size: 34px;
	font-family: Georgia,"Times New Roman",Times,serif
}

@-webkit-keyframes error-swing {
	0% {
		-webkit-transform: rotate(1deg)
	}

	100% {
		-webkit-transform: rotate(-2deg)
	}
}

@-moz-keyframes error-swing {
	0% {
		-moz-transform: rotate(1deg)
	}

	100% {
		-moz-transform: rotate(-2deg)
	}
}

@keyframes error-swing {
	0% {
		transform: rotate(1deg)
	}

	100% {
		transform: rotate(-2deg)
	}
}

div#da-error-wrapper #da-error-code {
	width: 285px;
	height: 170px;
	padding: 127px 16px 0 16px;
	position: relative;
	margin: auto;
	margin-bottom: 20px;
	z-index: 5;
	line-height: 1;
	font-size: 32px;
	text-align: center;
	background: url("/images/404-error-hanger.png") no-repeat center center;
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	transform-origin: center top;
	-webkit-animation: error-swing infinite 2s ease-in-out alternate;
	-moz-animation: error-swing infinite 2s ease-in-out alternate;
	animation: error-swing infinite 2s ease-in-out alternate
}

div#da-error-wrapper #da-error-code span {
	font-size: 96px;
	display: block
}

div#da-error-wrapper #da-error-pin {
	width: 38px;
	height: 38px;
	display: block;
	margin: auto;
	margin-bottom: -27px;
	z-index: 10;
	position: relative;
	background: url("/images/404-error-pin.png") no-repeat center center
}

div#da-error-wrapper p {
	text-align: center;
	font-size: 14px
}

div#da-error-wrapper p a {
	margin: 5px;
	color: #fff;
	background: #a6d037;
	text-decoration: none;
	padding: 1px 6px;
	display: inline-block;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}