html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: #FFF;
	color: #333;
	line-height: 20px;
	font-size: 14px;
	text-rendering: optimizeLegibility;
	font-family: sans-serif;
}

a img {
	border: 0px;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
    display:block;
}

ol, ul, p, table, form {
	margin-bottom: 20px;
}

ol, ul, blockquote {
	padding-left: 2em;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: circle;
}

nav ul {
    list-style:none;
    padding: 0px;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

a:focus {
	outline: 1px dotted silver;
	outline: 1px dotted rgba(0, 0, 0, .7);
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

h1 {
	font-size: 28px;
	line-height: 40px;
	margin-bottom: 0px;
	font-weight: bold;
}

h2 {
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 0px;
	font-weight: bold;
}

h3 {
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 0px;
	font-weight: bold;
}

h4 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0px;
	font-weight: bold;
}

h5, h6 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0px;
	font-weight: bold;
}


strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* Invisible to browsers, Visible to Screen Readers and GoogleBot */
.dp-frontload {
	position: absolute !important;
	padding: 0px !important;
	margin: 0px !important;
	height: 0px !important;
	width: 0px !important;
	clip: auto !important;
	overflow: hidden  !important;
	border: 0px !important;
	outline: 0px !important;
	background: transparent !important;
	background-image: none !important;
	text-indent: 10px !important;
	font-size: 10px !important;
	color: transparent !important;
	line-height: 1 !important;
}

/* Just add height, width, and background to your own class! */
.dp-image-replace {
	position: relative;
	clip: auto;
	overflow: hidden;
	text-indent: 100%;
	text-indent: -9999px\9; /* IE7/8 :( */
	font-size: 10px;
	white-space: nowrap;
	overflow: hidden;
}


/* WordPress Image Related */

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 20px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 20px;
	margin-bottom: 20px;
	max-width: 100% !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-msie-box-sizing: border-box;
	box-sizing: border-box;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 20px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}

/* single attachment images should be centered */
#content .attachment img {
	display: block;
	margin: 0 auto;
}

/* Navigation Layouts */

.dp-navigation,
.dp-navigation > ul {
	position: relative;
	width: 100%;
}

.dp-navigation > ul > li {
	display: inline;
}

.dp-navigation li {
	position: relative;
}

.dp-navigation a {
	display: inline-block;
	padding: 10px;
	text-decoration: none;
}

.dp-navigation ul ul a {
	display: block;
}

.dp-navigation > ul > li ul {
	display: none;
	position: absolute;
	width: auto;
	min-width: 250px;
	left: 0px;
	*top: 100%; /* IE7 :( */
}

.dp-navigation li:hover > ul {
	display: block;
}

.dp-navigation ul ul li > ul {
	left: 100%;
	top: 0px;
}

.dp-navigation-right ul {
	text-align: right;
}

.dp-navigation-center > ul {
	text-align: center;
}

.dp-navigation-right > ul > li ul {
	left: auto;
	right: 0px;
}

.dp-navigation-right ul ul li > ul {
	right: auto;
	left: -100%;
}

/* Form Layout */

form div > label,
form div > label > input,
form div > label > select,
form div > label > textarea {
	display: block;
	width: 100%;
}

form div > label {
	margin-bottom: 14px;
}

form > div {
	text-align: right;
}

form label {
	text-align: left;
}

form div > fieldset {
	border: 1px solid silver;
	border: 1px solid rgba(0, 0, 0, .25);
	padding: 19px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	text-align: left;
}

form div > fieldset > legend {
	padding-left: 15px;
	padding-right: 15px;
}

form div > label > input,
form div > label > select,
form div > label > textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-msie-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid silver;
	color: silver;
	padding: 3px;
	font-family: inherit;
	font-size: 14px;
	height: 26px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-msie-border-radius: 2px;
	border-radius: 2px;
}

form div > label > input:hover,
form div > label > input:focus,
form div > label > select:hover,
form div > label > select:focus,
form div > label > textarea:hover,
form div > label > textarea:focus {
	border: 1px solid gray;
	color: #333;
}

input[type=button],
input[type=submit],
button,
a.wp-block-button__link {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-msie-box-sizing: border-box;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 14px;
	height: 26px;
	line-height: 1;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #AAA;
	background-color: #CCC;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjQ2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.46) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.46)), color-stop(100%,rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.46) 0%,rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient(top,  rgba(255,255,255,0.46) 0%,rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient(top,  rgba(255,255,255,0.46) 0%,rgba(255,255,255,0) 100%);
	background-image: linear-gradient(to bottom,  rgba(255,255,255,0.46) 0%,rgba(255,255,255,0) 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-msie-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
	margin-left: 10px;
}

input[type=button]:hover,
input[type=button]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
button:hover,
button:focus {
	cursor: pointer;
	background-color: #DDD;
}

form div > label > textarea {
	height: 250px;
}

form div > label > span > input {
	margin-right: 10px;
}

.dp-form-error {
	padding: 20px;
	padding-bottom: 0px;
	border: 1px solid #600;
	background: #FEE;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-msie-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}


/* DP LIB Styles */

.dplib .dplib-cache {
	display: none !important;
}

.dplib-rotate {
	position: relative;
	clip: auto;
	overflow: hidden;
}

.dplib-rotate > * {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	z-index: 1;
}

.dplib-rotate > *:first-child {
	position: relative;
	visibility: visible;
	z-index: 99;
	margin: 0;
}

.dplib .dplib-rotate.dplib-rotate-ready > * {
	visibility: visible;
	position: absolute;
}

.dplib-rotate > .dplib-left-arrow,
.dplib-rotate > .dplib-right-arrow {
	position: absolute;
	padding-left: 5px;
	padding-right: 5px;
	height: 1em;
	top: 50%;
	margin-top: -.5em;
	z-index: 9999;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	color: white;
	text-shadow: 0px 0px 5px #000;
}
.dplib-rotate > .dplib-left-arrow {
	left: 0px;
	right: auto;
}

.dplib-rotate > .dplib-right-arrow {
	right: 0px;
	left: auto;
}