@charset "UTF-8";
* {
	border-color: var(--voz-color-border, rgba(0, 0, 0, 0.1));
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
*::before, *::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
*:focus {
	outline: 0;
}

html {
	min-height: 100vh;
	font-family: var(--voz-font-family-html, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
	font-size: var(--voz-font-size-html, 18px);
	font-style: normal;
	font-weight: normal;
	line-height: var(--voz-line-height, 1.7);
	letter-spacing: 0;
	text-transform: none;
}
html.forcescrollbar {
	overflow-y: scroll;
}

body {
	position: relative;
	margin: 0;
	background-color: #ffffff;
	color: var(--voz-color-body, #666666);
	min-height: 100vh;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

p {
	margin: 0 0 1.5rem;
}
p:last-child {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1.5rem;
	color: var(--voz-color-heading, #333333);
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: var(--voz-color-heading, #333333);
}

h1 a:hover, h1 a:focus {
	color: #0066cc;
}

h2 a:hover, h2 a:focus {
	color: #0066cc;
}

h3 a:hover, h3 a:focus {
	color: #0066cc;
}

h4 a:hover, h4 a:focus {
	color: #0066cc;
}

h5 a:hover, h5 a:focus {
	color: #0066cc;
}

h6 a:hover, h6 a:focus {
	color: #0066cc;
}

h1 {
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
	text-transform: none;
}

h2 {
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0;
	text-transform: none;
}

h3 {
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
	text-transform: none;
}

h4 {
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0;
	text-transform: none;
}

h5, h6 {
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0;
	text-transform: none;
	font-weight: bold;
}

hr {
	margin: 1.5rem 0;
	border: none;
	border-color: inherit;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

blockquote {
	margin: 0 0 1.5rem;
	font-size: 1.2em;
	font-style: italic;
	font-weight: 300;
	line-height: 1.6;
}
blockquote > *:last-child {
	margin-bottom: 0;
}
blockquote p {
	margin: 0 0 1em;
}
blockquote cite {
	display: block;
	font-size: 0.85rem;
	opacity: 0.75;
}

ul, ol {
	margin: 0 0 1.5rem;
	padding-left: 2rem;
}

li > ul, li > ol {
	margin-top: 0;
	margin-bottom: 0;
}

table {
	width: 100%;
	margin: 0 0 1.5rem;
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px;
	border-style: solid;
	border-bottom: none;
}
table th, table td {
	padding: 0.75rem;
	border: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: inherit;
}
table th {
	font-weight: 600;
	text-align: initial;
	color: var(--voz-color-heading, #333333);
}
table th a {
	color: var(--voz-color-heading, #333333);
}
table th a:hover, table th a:focus {
	color: #0066cc;
}

img, video {
	max-width: 100%;
	height: auto;
}

img {
	vertical-align: middle;
}

iframe {
	border: none;
}

pre {
	max-width: 100%;
	margin: 0 0 1.5rem;
	padding: 1.5em;
	overflow: auto;
	font-size: 1em;
	font-family: monospace;
	background-color: rgba(0, 0, 0, 0.05);
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

code {
	background-color: rgba(0, 0, 0, 0.05);
}

pre code {
	background-color: rgba(0, 0, 0, 0);
}

a {
	background-color: transparent;
	color: #0066cc;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:hover, a:focus {
	color: #333333;
	text-decoration: none;
}
a.button {
	text-decoration: none;
}

.menu-item a {
	text-decoration: none;
}
.menu-item a:hover, .menu-item a:focus {
	text-decoration: none;
}

a.no_underline {
	text-decoration: none;
}
a.no_underline:hover, a.no_underline:focus {
	text-decoration: none;
}

.yourselector a {
	text-decoration: inherit;
}
.yourselector a:hover, .yourselector a:focus {
	text-decoration: inherit;
}

figure {
	margin: 0;
}

figcaption, figure[class*=wp-block-] figcaption {
	width: 100%;
	margin: 0.5em 0 0;
	color: inherit;
	font-size: 0.85em;
	font-style: italic;
	text-align: center;
	word-break: break-all;
	color: inherit;
	opacity: 0.75;
}

address {
	margin: 0 0 1.5rem;
}

dt {
	font-weight: 600;
}

mark, ins {
	background-color: transparent;
	color: inherit;
	font-weight: 600;
	text-decoration: none;
}

sub, sup {
	font-size: 0.75em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

svg {
	vertical-align: middle;
}

::-moz-selection {
	background-color: #0066cc;
	color: #ffffff;
}

::-moz-selection, ::selection {
	background-color: #0066cc;
	color: #ffffff;
}

*::-webkit-input-placeholder {
	opacity: 0.75;
	color: inherit;
}

*::-webkit-input-placeholder, *::-moz-placeholder, *:-ms-input-placeholder, *::-ms-input-placeholder, *::placeholder {
	opacity: 0.75;
	color: inherit;
}

.hidden {
	display: none;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.inline-flex {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.flex-column-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse;
	    flex-wrap: wrap-reverse;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

.flex-1 {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0%;
	        flex: 1 1 0%;
}

.flex-auto {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.flex-initial {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
}

.flex-none {
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}

.flex-grow-0 {
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
}

.flex-grow-1 {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.flex-shrink-0 {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.flex-shrink-1 {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
}

.flex-order-0 {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
}

.flex-order-1 {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.flex-order-2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.flex-order-3 {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

.flex-order-4 {
	-webkit-box-ordinal-group: 5;
	    -ms-flex-order: 4;
	        order: 4;
}

.flex-order-5 {
	-webkit-box-ordinal-group: 6;
	    -ms-flex-order: 5;
	        order: 5;
}

.flex-order-6 {
	-webkit-box-ordinal-group: 7;
	    -ms-flex-order: 6;
	        order: 6;
}

.justify-content-start {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.justify-content-end {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.justify-content-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.justify-content-between {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.justify-content-around {
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

.justify-content-evenly {
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
}

.align-content-start {
	-ms-flex-line-pack: start;
	    align-content: flex-start;
}

.align-content-end {
	-ms-flex-line-pack: end;
	    align-content: flex-end;
}

.align-content-center {
	-ms-flex-line-pack: center;
	    align-content: center;
}

.align-content-between {
	-ms-flex-line-pack: justify;
	    align-content: space-between;
}

.align-content-around {
	-ms-flex-line-pack: distribute;
	    align-content: space-around;
}

.align-content-evenly {
	-ms-flex-line-pack: space-evenly;
	    align-content: space-evenly;
}

.align-items-stretch {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.align-items-start {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.align-items-center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.align-items-end {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.align-items-baseline {
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}

.align-self-auto {
	-ms-flex-item-align: auto;
	    -ms-grid-row-align: auto;
	    align-self: auto;
}

.align-self-start {
	-ms-flex-item-align: start;
	    align-self: flex-start;
}

.align-self-center {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

.align-self-end {
	-ms-flex-item-align: end;
	    align-self: flex-end;
}

.align-self-stretch {
	-ms-flex-item-align: stretch;
	    -ms-grid-row-align: stretch;
	    align-self: stretch;
}

.align-self-baseline {
	-ms-flex-item-align: baseline;
	    align-self: baseline;
}

.allcaps {
	text-transform: uppercase;
}
.allcaps * {
	text-transform: uppercase;
}
.allcaps .capsoff {
	text-transform: none;
}

.bolded {
	font-weight: bold;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.underline {
	text-decoration: underline;
}

fieldset {
	padding: 0;
	margin: 0 0 1.25rem;
	border: 0;
}

legend {
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
	text-transform: none;
	margin: 0 0 1.25rem;
	color: #333333;
}

button {
	display: inline-block;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 10px;
	padding: 10px 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	color: #ffffff;
	background-color: #0066cc;
	border-color: #0066cc;
	font-family: inherit;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0;
	text-transform: none;
	text-align: center;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

input[type=button], input[type=reset], input[type=submit] {
	display: inline-block;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 10px;
	padding: 10px 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	color: #ffffff;
	background-color: #0066cc;
	border-color: #0066cc;
	font-family: inherit;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0;
	text-transform: none;
	text-align: center;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.button {
	display: inline-block;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 10px;
	padding: 10px 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	color: #ffffff;
	background-color: #0066cc;
	border-color: #0066cc;
	font-family: inherit;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0;
	text-transform: none;
	text-align: center;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

a.button, a.wp-block-button__link {
	display: inline-block;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 10px;
	padding: 10px 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	color: #ffffff;
	background-color: #0066cc;
	border-color: #0066cc;
	font-family: inherit;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0;
	text-transform: none;
	text-align: center;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

button.square {
	border-radius: 0;
}

input[type=button].square, input[type=reset].square, input[type=submit].square {
	border-radius: 0;
}

.button.square {
	border-radius: 0;
}

a.button.square, a.wp-block-button__link.square {
	border-radius: 0;
}

button.secondary {
	color: #ffffff;
	background-color: #555555;
	border-color: #555555;
}

input[type=button].secondary, input[type=reset].secondary, input[type=submit].secondary {
	color: #ffffff;
	background-color: #555555;
	border-color: #555555;
}

.button.secondary {
	color: #ffffff;
	background-color: #555555;
	border-color: #555555;
}

a.button.secondary, a.wp-block-button__link.secondary {
	color: #ffffff;
	background-color: #555555;
	border-color: #555555;
}

button.alt {
	color: #333333;
	background-color: #eeeeee;
	border-color: #eeeeee;
}

input[type=button].alt, input[type=reset].alt, input[type=submit].alt {
	color: #333333;
	background-color: #eeeeee;
	border-color: #eeeeee;
}

.button.alt {
	color: #333333;
	background-color: #eeeeee;
	border-color: #eeeeee;
}

a.button.alt, a.wp-block-button__link.alt {
	color: #333333;
	background-color: #eeeeee;
	border-color: #eeeeee;
}

button.big {
	font-size: 1.3rem;
	padding: 15px 30px;
}

input[type=button].big, input[type=reset].big, input[type=submit].big {
	font-size: 1.3rem;
	padding: 15px 30px;
}

.button.big {
	font-size: 1.3rem;
	padding: 15px 30px;
}

a.button.big, a.wp-block-button__link.big {
	font-size: 1.3rem;
	padding: 15px 30px;
}

button.small {
	font-size: 0.8rem;
	padding: 8px 17px;
}

input[type=button].small, input[type=reset].small, input[type=submit].small {
	font-size: 0.8rem;
	padding: 8px 17px;
}

.button.small {
	font-size: 0.8rem;
	padding: 8px 17px;
}

a.button.small, a.wp-block-button__link.small {
	font-size: 0.8rem;
	padding: 8px 17px;
}

button:hover, button:focus {
	color: #ffffff;
	background-color: #004c99;
	border-color: #004c99;
}

input[type=button]:hover, input[type=button]:focus {
	color: #ffffff;
	background-color: #004c99;
	border-color: #004c99;
}
input[type=reset]:hover, input[type=reset]:focus {
	color: #ffffff;
	background-color: #004c99;
	border-color: #004c99;
}
input[type=submit]:hover, input[type=submit]:focus {
	color: #ffffff;
	background-color: #004c99;
	border-color: #004c99;
}

.button:hover, .button:focus {
	color: #ffffff;
	background-color: #004c99;
	border-color: #004c99;
}

a.button:hover, a.button:focus {
	color: #ffffff;
	background-color: #004c99;
	border-color: #004c99;
}
a.wp-block-button__link:hover, a.wp-block-button__link:focus {
	color: #ffffff;
	background-color: #004c99;
	border-color: #004c99;
}

button.secondary:hover, button.secondary:focus {
	color: #ffffff;
	background-color: #444444;
	border-color: #444444;
}

input[type=button].secondary:hover, input[type=button].secondary:focus {
	color: #ffffff;
	background-color: #444444;
	border-color: #444444;
}
input[type=reset].secondary:hover, input[type=reset].secondary:focus {
	color: #ffffff;
	background-color: #444444;
	border-color: #444444;
}
input[type=submit].secondary:hover, input[type=submit].secondary:focus {
	color: #ffffff;
	background-color: #444444;
	border-color: #444444;
}

.button.secondary:hover, .button.secondary:focus {
	color: #ffffff;
	background-color: #444444;
	border-color: #444444;
}

a.button.secondary:hover, a.button.secondary:focus {
	color: #ffffff;
	background-color: #444444;
	border-color: #444444;
}
a.wp-block-button__link.secondary:hover, a.wp-block-button__link.secondary:focus {
	color: #ffffff;
	background-color: #444444;
	border-color: #444444;
}

button.alt:hover, button.alt:focus {
	color: #333333;
	background-color: #cccccc;
	border-color: #cccccc;
}

input[type=button].alt:hover, input[type=button].alt:focus {
	color: #333333;
	background-color: #cccccc;
	border-color: #cccccc;
}
input[type=reset].alt:hover, input[type=reset].alt:focus {
	color: #333333;
	background-color: #cccccc;
	border-color: #cccccc;
}
input[type=submit].alt:hover, input[type=submit].alt:focus {
	color: #333333;
	background-color: #cccccc;
	border-color: #cccccc;
}

.button.alt:hover, .button.alt:focus {
	color: #333333;
	background-color: #cccccc;
	border-color: #cccccc;
}

a.button.alt:hover, a.button.alt:focus {
	color: #333333;
	background-color: #cccccc;
	border-color: #cccccc;
}
a.wp-block-button__link.alt:hover, a.wp-block-button__link.alt:focus {
	color: #333333;
	background-color: #cccccc;
	border-color: #cccccc;
}

button.disabled, button:disabled {
	background-color: #555555 !important;
	border-color: #555555 !important;
	-webkit-box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
	        box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
	color: #f7f7f7 !important;
	cursor: default;
	opacity: 0.2;
}

input[type=button].disabled, input[type=button]:disabled {
	background-color: #555555 !important;
	border-color: #555555 !important;
	-webkit-box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
	        box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
	color: #f7f7f7 !important;
	cursor: default;
	opacity: 0.2;
}
input[type=reset].disabled, input[type=reset]:disabled {
	background-color: #555555 !important;
	border-color: #555555 !important;
	-webkit-box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
	        box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
	color: #f7f7f7 !important;
	cursor: default;
	opacity: 0.2;
}
input[type=submit].disabled, input[type=submit]:disabled {
	background-color: #555555 !important;
	border-color: #555555 !important;
	-webkit-box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
	        box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
	color: #f7f7f7 !important;
	cursor: default;
	opacity: 0.2;
}

.button.disabled, .button:disabled {
	background-color: #555555 !important;
	border-color: #555555 !important;
	-webkit-box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
	        box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
	color: #f7f7f7 !important;
	cursor: default;
	opacity: 0.2;
}

a.button.disabled, a.button:disabled {
	background-color: #555555 !important;
	border-color: #555555 !important;
	-webkit-box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
	        box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
	color: #f7f7f7 !important;
	cursor: default;
	opacity: 0.2;
}
a.a.wp-block-button__link.disabled, a.a.wp-block-button__link:disabled {
	background-color: #555555 !important;
	border-color: #555555 !important;
	-webkit-box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
	        box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
	color: #f7f7f7 !important;
	cursor: default;
	opacity: 0.2;
}

input:not([type]), input[type=""], input[type=text], input[type=password], input[type=color], input[type=date], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=week] {
	display: inline-block;
	max-width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 10px 12px;
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	border-radius: 3px;
	color: inherit;
	background-color: #ffffff;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: normal;
	letter-spacing: inherit;
	text-transform: inherit;
	vertical-align: middle;
}

.input {
	display: inline-block;
	max-width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 10px 12px;
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	border-radius: 3px;
	color: inherit;
	background-color: #ffffff;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: normal;
	letter-spacing: inherit;
	text-transform: inherit;
	vertical-align: middle;
}

input:not([type]):focus, input[type=""]:focus, input[type=text]:focus, input[type=password]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus {
	border-color: #666666;
}

.input:focus {
	border-color: #666666;
}

textarea {
	display: inline-block;
	max-width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 10px 12px;
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	border-radius: 3px;
	color: inherit;
	background-color: #ffffff;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: normal;
	letter-spacing: inherit;
	text-transform: inherit;
	vertical-align: middle;
	line-height: inherit;
}
textarea:focus {
	border-color: #666666;
}

select {
	display: inline-block;
	max-width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 10px 12px;
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	border-radius: 3px;
	color: inherit;
	background-color: #ffffff;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: normal;
	letter-spacing: inherit;
	text-transform: inherit;
	vertical-align: middle;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbi1kcm9wZG93biIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzAgMjAiPjxwYXRoIGQ9Ik0xOS4zNiw5LDE1LjIsMTMuMTJhLjI4LjI4LDAsMCwxLS40MSwwTDEwLjYzLDlhLjI4LjI4LDAsMCwxLDAtLjQxbC40NS0uNDVBLjI5LjI5LDAsMCwxLDExLjI5LDhhLjMxLjMxLDAsMCwxLC4yMS4wOUwxNSwxMS42MSwxOC41MSw4LjFhLjI4LjI4LDAsMCwxLC40MSwwbC40NS40NWEuMjguMjgsMCwwLDEsMCwuNDFaIi8+PC9zdmc+);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 1.8em 1.2em;
	padding-right: 1.8em;
}
select:focus {
	border-color: #666666;
}
select[multiple] {
	background: none;
	padding-right: 0;
}

body:not(.oz_forum) form:not(.um_login_form):not(#edd_purchase_form) input[type=checkbox], body:not(.oz_forum) form:not(.um_login_form):not(#edd_purchase_form) input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	display: block;
	float: left;
	margin-right: -1em;
	opacity: 0;
	width: 1em;
	z-index: -1;
}
input[type=checkbox] + label, input[type=radio] + label {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 300;
	padding-left: 2.4em;
	padding-right: 0.75em;
	position: relative;
}
input[type=checkbox] + label::before, input[type=radio] + label::before {
	content: "";
	top: 50%;
	left: 1px;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	background: rgba(144, 144, 144, 0.075);
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 0.5em;
	border: solid 1px rgba(144, 144, 144, 0.25);
	line-height: 1.58125em;
	position: absolute;
	text-align: center;
	z-index: 1;
}
input[type=checkbox][disabled=disabled] + label::before, input[type=radio][disabled=disabled] + label::before, .isdisabled input[type=checkbox] + label::before, .isdisabled input[type=radio] + label::before {
	border: solid 1px rgba(144, 144, 144, 0.075);
}
input[type=checkbox][disabled=disabled] + label, input[type=radio][disabled=disabled] + label, .isdisabled input[type=checkbox] + label, .isdisabled input[type=radio] + label {
	color: #ccc;
}
input[type=checkbox]:checked + label::before, input[type=radio]:checked + label::before {
	background: #0066cc;
	border-color: #0066cc;
}
input[type=checkbox] + label::after, input[type=radio] + label::after {
	content: "";
	position: absolute;
	display: none;
}
input[type=checkbox]:checked + label::after, input[type=radio]:checked + label::after {
	display: block;
	top: 50%;
	left: 1px;
	width: 1.6rem;
	height: 1.6rem;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	z-index: 2;
}
input[type=checkbox]:checked + label::after {
	background: url(data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIHZpZXdCb3g9IjAgMCA2MDAgNDgwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im01MDkuNzk5IDE2NC43OTktMjUxLjIwMSAyNTEuMjAxLTEwMi42MDctMTAyLjYwNy03OC42MDcgNzguNjA3IDE4Mi44MDggMTgyLjgwOCAzMjkuODA4LTMyOS44MDh6IiBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09Im1hdHJpeCgxLjE3MDQ3IDAgMCAxLjE3MDcxIC05MC41NzU5IC0xOTIuOTMxKSIvPjwvc3ZnPg==) no-repeat center center;
	background-size: 60%;
}
input[type=radio]:checked + label::after {
	background: url(data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIHZpZXdCb3g9IjAgMCA2MDAgNjAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxjaXJjbGUgY3g9IjMwMC4wMDA1MSIgY3k9IjMwMC4wMDA1IiBmaWxsPSIjZmZmIiByPSIzMDAuMDAwNSIgc3Ryb2tlLXdpZHRoPSIxLjA0MzQ4Ii8+PC9zdmc+) no-repeat center center;
	background-size: 40%;
}
input[type=radio] + label::before {
	border-radius: 100%;
}

span.select2-container {
	display: block;
	text-align: start;
}
span.select2-container .selection {
	display: block;
	border-color: inherit;
}
span.select2-container .dropdown-wrapper {
	margin-top: -1px;
}
span.select2-container .select2-selection {
	display: inline-block;
	max-width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 10px 12px;
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	border-radius: 3px;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: normal;
	letter-spacing: inherit;
	text-transform: inherit;
	vertical-align: middle;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbi1kcm9wZG93biIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzAgMjAiPjxwYXRoIGQ9Ik0xOS4zNiw5LDE1LjIsMTMuMTJhLjI4LjI4LDAsMCwxLS40MSwwTDEwLjYzLDlhLjI4LjI4LDAsMCwxLDAtLjQxbC40NS0uNDVBLjI5LjI5LDAsMCwxLDExLjI5LDhhLjMxLjMxLDAsMCwxLC4yMS4wOUwxNSwxMS42MSwxOC41MSw4LjFhLjI4LjI4LDAsMCwxLC40MSwwbC40NS40NWEuMjguMjgsMCwwLDEsMCwuNDFaIi8+PC9zdmc+);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 1.8em 1.2em;
	padding-right: 1.8em;
	display: block;
	height: auto;
}
span.select2-container.select2-container--open .select2-selection {
	border-color: inherit;
	background-color: rgba(0, 0, 0, 0.05);
}
span.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	padding-right: 0;
	font: inherit;
	color: inherit;
}
span.select2-container .select2-selection--single .select2-selection__placeholder:empty {
	display: inline-block;
}
span.select2-container .select2-selection--single .select2-selection__arrow {
	display: none;
}
span.select2-container .select2-selection--multiple {
	border-color: inherit;
}
span.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: block;
	padding: 0;
	font: inherit;
	color: inherit;
	margin: -0.75em -0.25em -0.25em;
}
span.select2-container .select2-selection--multiple .select2-selection__rendered li {
	margin: 0.5em 0.5em 0 0;
}
span.select2-container .select2-selection--multiple .select2-selection__rendered li.select2-search {
	padding: 0.25em;
}
span.select2-container .select2-selection--multiple .select2-selection__rendered li.select2-search input {
	vertical-align: bottom;
}
span.select2-container .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
	padding: 0.25em 0.5em;
	border: none;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0.05);
}
span.select2-container .select2-selection--multiple .select2-selection__choice__remove {
	color: inherit;
	font-weight: inherit;
	margin-right: 0.25em;
}
span.select2-container .select2-dropdown {
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	overflow: hidden;
}
span.select2-container .select2-dropdown .select2-search {
	padding: 0px;
}
span.select2-container .select2-dropdown .select2-search .select2-search__field {
	border: none;
	border-radius: 0;
	padding: 0.5em;
}
span.select2-container .select2-dropdown .select2-results .select2-results__option {
	padding: 0.5em;
	line-height: normal;
}
span.select2-container .select2-dropdown .select2-results .select2-results__option--highlighted {
	background-color: rgba(0, 0, 0, 0.025);
	color: inherit;
}
span.select2-container .select2-dropdown .select2-results .select2-results__option[aria-selected=true] {
	background-color: rgba(0, 0, 0, 0.05);
}
span.select2-container .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
span.select2-container .select2-dropdown--below .select2-search {
	border-bottom: inherit;
}
span.select2-container .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
span.select2-container .select2-dropdown--above .select2-results {
	border-top: inherit;
}

.using-keyboard *:focus {
	outline: thin dotted;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	-webkit-transition: none;
	transition: none;
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.sticky, .bypostauthor {
	visibility: visible;
}

.voceoz-text-align-left {
	text-align: left;
}

.voceoz-text-align-center {
	text-align: center;
}

.voceoz-text-align-right {
	text-align: right;
}

@media screen and (min-width: 1024px) {
	.voceoz-hide-on-desktop {
		display: none !important;
	}
}
@media screen and (min-width: 500px) and (max-width: 1023px) {
	.voceoz-hide-on-tablet {
		display: none !important;
	}
}
@media screen and (max-width: 499px) {
	.voceoz-hide-on-mobile {
		display: none !important;
	}
}
.voceoz-font-smoothing, .voceoz-font-smoothing-1 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.h1 {
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
	text-transform: none;
}

.h2 {
	font-size: 27px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0;
	text-transform: none;
}

.h3 {
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
	text-transform: none;
}

.h4, .h5, .h6 {
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0;
	text-transform: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
	color: #333333;
}

.h1 a:hover, .h1 a:focus {
	color: #0066cc;
}

.h2 a:hover, .h2 a:focus {
	color: #0066cc;
}

.h3 a:hover, .h3 a:focus {
	color: #0066cc;
}

.h4 a:hover, .h4 a:focus {
	color: #0066cc;
}

.h5 a:hover, .h5 a:focus {
	color: #0066cc;
}

.h6 a:hover, .h6 a:focus {
	color: #0066cc;
}

.title {
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
	text-transform: none;
}

.small-title {
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
	text-transform: none;
}

.voceoz-float-container::before {
	content: "";
	display: table;
}
.voceoz-float-container::after {
	content: "";
	display: table;
	clear: both;
}

.page-title {
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
	text-transform: none;
}
.page-title .voceoz-author-archive-avatar {
	margin-bottom: 0.5em;
}
.page-title .voceoz-author-archive-avatar .avatar {
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
}

.site-main > .content-header {
	margin: 0 0 6rem;
}

.content-header > * {
	margin-bottom: 1.5rem;
}
.content-header > *:last-child {
	margin-bottom: 0;
}
.content-header .page-title {
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
	text-transform: none;
}
.content-header .excerpt {
	font-size: 1.1em;
}
.content-header .archive-description > *:last-child {
	margin-bottom: 0;
}

.search-form {
	display: block;
	position: relative;
	max-width: 100%;
}
.search-form .voceoz-search-icon {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -0.5em 0 0 0.75em;
}
.search-form .search-field {
	width: 100%;
	padding-left: 2.5em;
}
.search-form > label + input[type=submit] {
	display: none;
}

.tagcloud {
	margin-top: -0.5em;
}
.tagcloud a {
	display: inline-block;
	padding: 0.25em 0.5em;
	margin: 0.5em 0.5em 0 0;
	font-size: 1rem !important;
	line-height: normal;
	background-color: rgba(0, 0, 0, 0.05);
	color: inherit;
}
.tagcloud a:hover, .tagcloud a:focus {
	color: #0066cc;
}

.voceoz-social-links {
	letter-spacing: 0;
}
.voceoz-social-links a {
	margin-left: 0.75em;
	display: inline-block;
}
.voceoz-social-links a:first-child {
	margin-left: 0 !important;
}

button.voceoz-toggle {
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	width: auto;
	overflow: visible;
	background: transparent;
	font: inherit;
	line-height: inherit;
	text-align: inherit;
	cursor: pointer;
	-webkit-appearance: none;
	color: #0066cc;
}
button.voceoz-toggle:hover {
	outline: 0;
	background: inherit;
	color: #333333;
}
button.voceoz-toggle:focus {
	background: inherit;
	color: #333333;
}

.menu, .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.voceoz-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}
.voceoz-icon svg {
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.voceoz-icon svg:not([stroke-width]) {
	stroke-width: 0;
}
.voceoz-icon svg:not([stroke]) {
	stroke: currentColor;
}
.voceoz-icon svg:not([fill]) {
	fill: currentColor;
}

.voceoz-menu-icon {
	font-size: 18px;
	vertical-align: -0.1em;
}

.voceoz-breadcrumb {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 1rem;
	font-size: 0.85em;
}
.voceoz-breadcrumb li {
	display: inline-block;
	max-width: 15em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.voceoz-breadcrumb li::after {
	margin: 0 0.5em;
	content: "»";
	opacity: 0.5;
}
.voceoz-breadcrumb li:last-child::after {
	display: none;
}

.comments-area {
	margin-top: 6em;
}

.comments-title {
	position: relative;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
	text-transform: none;
}

.comment-reply-title {
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
	text-transform: none;
}
.comment-reply-title small {
	margin-left: 1em;
	font-size: 12px;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment-list ul, .comment-list ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment-list li {
	border-top-width: 1px;
	border-top-style: solid;
}
.comment-list > li:first-child {
	border-top: none;
}
.comment-list ul, .comment-list ol {
	padding-left: 1.25em;
}
.comment-list ul li, .comment-list ol li {
	border-top-width: 1px;
	border-top-style: solid;
}

@media screen and (min-width: 500px) {
	.comment-list ul, .comment-list ol {
		padding-left: 65px;
	}
}
.comment-body {
	position: relative;
	padding: 1.25em 0;
}
.comment-body .reply {
	position: absolute;
	top: 0;
	right: 0;
	margin: 1.25em 0 0 0;
}
.comment-body .reply a {
	font-size: 90%;
	color: inherit;
}
.comment-body .reply a:hover, .comment-body .reply a:focus {
	color: #0066cc;
}

@media screen and (min-width: 500px) {
	.comment-body .reply {
		margin-top: 2em;
	}
}
@media screen and (min-width: 500px) {
	.comment-body {
		padding: 2em 0;
	}
}
@media screen and (min-width: 500px) {
	.comment-content {
		padding-left: 65px;
	}
}
.comment-content > *:last-child {
	margin-bottom: 0;
}

.comment-meta {
	position: relative;
	padding-right: 50px;
	margin-bottom: 1em;
	min-height: 50px;
}

@media screen and (min-width: 500px) {
	.comment-meta {
		padding-left: 65px;
	}
}
.comment-author {
	color: #333333;
}
.comment-author a {
	color: #333333;
}
.comment-author a:hover, .comment-author a:focus {
	color: #0066cc;
}
.comment-author .avatar {
	width: 2em;
	height: 2em;
	margin-right: 0.5em;
	border-radius: 50%;
}
.comment-author .fn {
	font-weight: 600;
}
.comment-author .says {
	display: none;
}

@media screen and (min-width: 500px) {
	.comment-author .avatar {
		position: absolute;
		top: 0;
		left: 0;
		height: 50px;
		width: 50px;
	}
}
.comment-metadata {
	margin: 0.25em 0;
	font-size: 0.85em;
	line-height: 1.7;
	color: inherit;
}
.comment-metadata a {
	color: inherit;
}
.comment-metadata a:hover, .comment-metadata a:focus {
	color: #0066cc;
}
.comment-metadata > * {
	position: relative;
	display: inline-block;
}
.comment-metadata > *::before {
	content: "•";
	margin: 0 0.5em;
}
.comment-metadata > *:first-child::before {
	display: none;
}

.comment-respond {
	padding-top: 1.5em;
}

.comment-list ~ .comment-respond, .comment-list .comment-respond {
	border-top-width: 1px;
	border-top-style: solid;
}

.comment:not(:last-child) .comment-respond {
	padding-bottom: 2em;
}

.comment-respond .form-submit {
	margin-bottom: 0;
}
.comment-respond label {
	display: block;
	width: 120px;
}
.comment-respond .comment-form-cookies-consent label {
	width: auto;
	margin-left: 0.5em;
}

@media screen and (min-width: 768px) {
	.comment-respond label {
		display: inline-block;
	}
}
.comment-form #comment {
	height: 6em;
	width: 100%;
}

.nav-links a {
	color: inherit;
}
.nav-links a:hover, .nav-links a:focus {
	color: #0066cc;
}
.nav-links .current {
	color: #333333;
}

.navigation {
	margin: 3rem 0 0;
}
.navigation .nav-links::before {
	content: "";
	display: table;
}
.navigation .nav-links::after {
	content: "";
	display: table;
	clear: both;
}
.navigation .nav-links a {
	background-color: transparent;
	color: inherit;
}
.navigation .nav-links a:focus, .navigation .nav-links a:hover {
	background-color: transparent;
	color: #0066cc;
	border-color: currentColor;
}
.navigation.pagination {
	text-align: center;
}
.navigation.pagination .nav-links {
	display: inline-block;
}
.navigation.pagination .nav-links::before {
	content: "";
	display: table;
}
.navigation.pagination .nav-links::after {
	content: "";
	display: table;
	clear: both;
}
.navigation.pagination .page-numbers {
	display: block;
	min-width: 2em;
	margin-right: 0.5em;
	padding: 0.5em;
	float: left;
	text-decoration: none;
	line-height: 1;
	border-width: 1px;
	border-style: solid;
	color: inherit;
}
.navigation.pagination .page-numbers:last-child {
	margin-right: 0;
}
.navigation.pagination .current {
	background-color: rgba(0, 0, 0, 0.05);
	color: #333333;
}

@media screen and (min-width: 500px) {
	.navigation .nav-links .nav-next {
		width: 50%;
	}
	.navigation .nav-links .nav-previous {
		width: 50%;
		float: right;
		text-align: right;
		padding-left: 20px;
	}
	.navigation .nav-links .nav-next {
		float: left;
		text-align: left;
		padding-right: 20px;
	}
}
[id=wpadminbar] {
	position: fixed !important;
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
	max-width: 100%;
	height: auto;
}

.alignleft {
	float: left;
	margin: 0 1.25em 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 1.25em;
}

.aligncenter {
	display: block;
	clear: both;
	margin: 0 auto;
}

.wp-caption {
	margin-bottom: 1em;
	max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.5em 0;
	font-size: 0.85em;
	font-style: italic;
	text-align: center;
}

.gallery {
	margin: 1.25rem -5px;
}
.gallery img {
	display: block;
	width: 100%;
}

.gallery-item {
	display: inline-block;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.mejs-button > button {
	background-color: transparent !important;
	color: inherit !important;
}

.wpview {
	margin: 0;
}

.voceoz-oembed {
	margin: 0 0 1.25em;
}

.voceoz-oembed-video {
	position: relative;
	padding-top: 56.25%;
}
.voceoz-oembed-video > * {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#canvas {
	min-height: 100vh;
	overflow: hidden;
	transition: -webkit-transform 0.25s;
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#page {
	position: relative;
	background-color: #ffffff;
	transition: -webkit-transform 0.25s;
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

body.voceoz-page-layout-boxed {
	background-color: rgba(0, 0, 0, 0.1);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
body.voceoz-page-layout-boxed #page {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 1400px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
	        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.voceoz-popup {
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.25s, visibility 0s 0.25s;
	transition: opacity 0.25s, visibility 0s 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.voceoz-popup.voceoz-popup-active {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.25s, visibility 0s 0s;
	transition: opacity 0.25s, visibility 0s 0s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.admin-bar .voceoz-popup {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .voceoz-popup {
		top: 46px;
	}
}
.voceoz-popup-background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
}

.voceoz-toggle.voceoz-popup-close-icon {
	position: absolute;
	top: 0;
	right: 0;
	margin: 1.25rem;
	font-size: 1.5rem;
	line-height: 1;
	background-color: transparent !important;
	color: inherit !important;
	opacity: 1;
}
.voceoz-toggle.voceoz-popup-close-icon:hover, .voceoz-toggle.voceoz-popup-close-icon:focus {
	opacity: 0.8;
}

.voceoz-popup-content {
	position: relative;
}

.voceoz-wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 1140px;
}
.voceoz-wrapper::before {
	content: "";
	display: table;
}
.voceoz-wrapper::after {
	content: "";
	display: table;
	clear: both;
}

.voceoz-section-full-width > .voceoz-section-inner > .voceoz-wrapper {
	width: 100%;
}

.voceoz-section-narrow > .voceoz-section-inner > .voceoz-wrapper {
	width: 720px;
}

.voceoz-section-contained > .voceoz-section-inner {
	margin-left: auto;
	margin-right: auto;
	width: 1140px;
	max-width: 100%;
}

.voceoz-section-inner {
	position: relative;
}

.voceoz-hero {
	font-size: 1.1rem;
}

.voceoz-hero-inner {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	        justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	        align-items: center;
	border-width: 0;
	border-style: solid;
	background-color: rgba(0, 0, 0, 0.05);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding: 60px 20px;
}
.voceoz-hero-inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.voceoz-hero .voceoz-wrapper > *:first-child {
	margin-top: 0;
}
.voceoz-hero .voceoz-wrapper > *:last-child {
	margin-bottom: 0;
}
.voceoz-hero .entry-meta {
	font: inherit;
}

.voceoz-content {
	position: relative;
}

.voceoz-content-inner {
	padding: 80px 20px;
}

.voceoz-section-full-width-no-padding .voceoz-content-inner {
	padding: 0;
}
.voceoz-section-full-width-no-padding .voceoz-wrapper {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.voceoz-content-row {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
	}

	.voceoz-content-layout-left-sidebar .voceoz-content-row {
		-ms-flex-direction: row-reverse;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		        flex-direction: row-reverse;
	}
}
.voceoz-content-row > * {
	width: 100%;
}

.content-area {
	-ms-flex: 1 0;
	-webkit-box-flex: 1;
	        flex: 1 0;
	min-width: 0;
}

@media screen and (max-width: 1023px) {
	.content-area {
		width: auto !important;
		margin: 0 !important;
	}
}
.site-main {
	border-width: 0;
	border-style: solid;
}
.site-main > *:last-child {
	margin-bottom: 0;
}

.sidebar {
	-ms-flex: 0 0;
	-webkit-box-flex: 0;
	        flex: 0 0;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
}

.voceoz-content-layout-right-sidebar .sidebar {
	margin-left: 60px;
}

.rtl .voceoz-content-layout-right-sidebar .sidebar, .voceoz-content-layout-left-sidebar .sidebar {
	margin-right: 60px;
}

.rtl .voceoz-content-layout-left-sidebar .sidebar {
	margin-left: 60px;
}

.sidebar.voceoz-sidebar-widgets-mode-merged .sidebar-inner, .sidebar.voceoz-sidebar-widgets-mode-separated .widget {
	border-width: 0;
	border-style: solid;
}
.sidebar .widget {
	margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
	.sidebar {
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
		margin: 4em 0 0 0 !important;
	}
}
body.error404 .site {
	min-height: 100vh;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
}
body.error404 .site-content {
	-ms-flex: 1 0;
	-webkit-box-flex: 1;
	        flex: 1 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	        align-items: center;
}
body.error404 .voceoz-content-inner {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	width: 100%;
}
body.error404 .error-404 {
	text-align: center;
}
body.error404 .error-404-image {
	display: inline-block;
	margin: 0 0 3rem;
	max-width: 300px;
}
body.error404 .error-404-home-button {
	margin: 1.5rem 0 0;
}

.site-header {
	position: relative;
	z-index: 99;
}

.site-title {
	margin: 0;
}
.site-title .voceoz-menu-item-link {
	position: relative;
	display: inline-block;
}

.voceoz-logo {
	display: block;
	-webkit-transition: color 0.25s;
	transition: color 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.voceoz-logo .voceoz-logo-image {
	display: block;
	width: 100px;
	line-height: 1;
}
.voceoz-logo .voceoz-logo-image img, .voceoz-logo .voceoz-logo-image svg {
	display: block;
	width: 100%;
	height: auto;
}

.voceoz-header-menu .voceoz-menu-item-link {
	position: relative;
	display: block;
}
.voceoz-header-menu .voceoz-menu-item-title {
	position: relative;
}

.voceoz-header-search-bar .search-form {
	display: inline-block;
	width: 300px;
}

.voceoz-header-search-dropdown .sub-menu {
	padding: 0 !important;
	width: 300px;
}
.voceoz-header-search-dropdown .search-field {
	padding: 1em 1em 1em 2.5em;
	background-color: transparent;
	color: inherit;
	border-width: 0;
}
.voceoz-header-search-dropdown .search-field:focus {
	background-color: transparent;
	color: inherit;
}

.voceoz-header-cart .widget {
	margin: 0;
}
.voceoz-header-cart .cart-amount {
	margin: 0 0.25em 0 0.5em;
}
.voceoz-header-cart .cart-amount:nth-child(2) {
	margin-left: 0;
}
.voceoz-header-cart .cart-amount:last-child {
	margin-right: 0;
}
.voceoz-header-cart .cart-link {
	position: relative;
}
.voceoz-header-cart .cart-count {
	width: 2em;
	height: 2em;
	position: absolute;
	z-index: 1;
	display: inline-block;
	margin: -0.6em 0 0 -1.2em;
	border-radius: 50%;
	font-size: 0.6em;
	text-align: center;
	line-height: 2;
	letter-spacing: 0;
	background-color: #0066cc;
	color: #ffffff;
	-webkit-animation: voceoz-pulse 0.5s 1;
	animation: voceoz-pulse 0.5s 1;
}
.voceoz-header-cart .cart-count strong {
	display: inline-block;
	font-size: 0.5em;
	line-height: 2;
	vertical-align: top;
}
.voceoz-header-cart .cart-count[data-count="0"] {
	display: none;
}
.voceoz-header-cart .sub-menu {
	white-space: normal;
	width: 20em;
}

.voceoz-header-social li.menu-item {
	margin: 0 0.75em 0 0;
}
.voceoz-header-social li.menu-item:last-of-type {
	margin-right: 0;
}

.voceoz-header-main {
	position: relative;
	display: block;
}

@media screen and (max-width: 1023px) {
	.voceoz-header-main {
		display: none;
	}
}
.voceoz-header-mobile {
	display: none;
}

@media screen and (max-width: 1023px) {
	.voceoz-header-mobile {
		display: block;
	}
}
.voceoz-header-section {
	position: relative;
}
.voceoz-header-section .voceoz-wrapper {
	height: 100%;
}
.voceoz-header-section .voceoz-section-inner {
	height: inherit;
	-webkit-transition: background-color 0.25s, border-color 0.25s, color 0.25s, -webkit-box-shadow 0.25s;
	transition: background-color 0.25s, border-color 0.25s, color 0.25s, -webkit-box-shadow 0.25s;
	transition: background-color 0.25s, border-color 0.25s, color 0.25s, box-shadow 0.25s;
	transition: background-color 0.25s, border-color 0.25s, color 0.25s, box-shadow 0.25s, -webkit-box-shadow 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.voceoz-header-section.voceoz-header-sticky-display-on-scroll-past .voceoz-section-inner {
	-webkit-transition: background-color 0s, border-color 0s, color 0.25s, -webkit-box-shadow 0.25s;
	transition: background-color 0s, border-color 0s, color 0.25s, -webkit-box-shadow 0.25s;
	transition: background-color 0s, border-color 0s, color 0.25s, box-shadow 0.25s;
	transition: background-color 0s, border-color 0s, color 0.25s, box-shadow 0.25s, -webkit-box-shadow 0.25s;
}

.voceoz-header-row {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	white-space: nowrap;
	height: 100%;
	margin: 0 -12px;
}

.voceoz-header-column {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	height: 100%;
	max-width: 100%;
}
.voceoz-header-column > * {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	        align-items: center;
	-ms-flex-pack: inherit;
	-webkit-box-pack: inherit;
	        justify-content: inherit;
	height: 100%;
	max-width: 100%;
	padding: 0 12px;
}

.voceoz-header-top-bar-left, .voceoz-header-main-bar-left, .voceoz-header-bottom-bar-left, .voceoz-header-mobile-main-bar-left {
	-ms-flex: 1 0 auto;
	-webkit-box-flex: 1;
	        flex: 1 0 auto;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	        justify-content: flex-start;
}

.voceoz-header-row-with-center > .voceoz-header-top-bar-left, .voceoz-header-row-with-center > .voceoz-header-main-bar-left, .voceoz-header-row-with-center > .voceoz-header-bottom-bar-left, .voceoz-header-row-with-center > .voceoz-header-mobile-main-bar-left {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

.voceoz-header-top-bar-center, .voceoz-header-main-bar-center, .voceoz-header-bottom-bar-center, .voceoz-header-mobile-main-bar-center {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.voceoz-header-top-bar-right, .voceoz-header-main-bar-right, .voceoz-header-bottom-bar-right, .voceoz-header-mobile-main-bar-right {
	-ms-flex: 1 0 auto;
	-webkit-box-flex: 1;
	        flex: 1 0 auto;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	        justify-content: flex-end;
}

.voceoz-header-row-with-center > .voceoz-header-top-bar-right, .voceoz-header-row-with-center > .voceoz-header-main-bar-right, .voceoz-header-row-with-center > .voceoz-header-bottom-bar-right, .voceoz-header-row-with-center > .voceoz-header-mobile-main-bar-right {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

.voceoz-header-section .menu {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	        align-items: center;
	-ms-flex-pack: inherit;
	-webkit-box-pack: inherit;
	        justify-content: inherit;
	height: 100%;
}
.voceoz-header-section .menu > .menu-item {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	        align-items: center;
	height: 100%;
}
.voceoz-header-section .menu .sub-menu {
	position: absolute;
	z-index: 2;
	top: 100%;
	padding: 1em;
	min-width: 225px;
	max-width: 1140px;
	border-width: 1px;
	border-style: solid;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.25s, visibility 0s 0.25s;
	transition: opacity 0.25s, visibility 0s 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow-y: auto;
}
.voceoz-header-section .menu .sub-menu *:not(.button) {
	border-color: inherit;
}
.voceoz-header-section .menu .sub-menu > .menu-item {
	position: relative;
}
.voceoz-header-section .menu.voceoz-hover-menu .menu-item:hover > .sub-menu, .voceoz-header-section .menu .menu-item.focus > .sub-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.25s, visibility 0s 0s;
	transition: opacity 0.25s, visibility 0s 0s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.voceoz-header-section.voceoz-section-full-width .menu .sub-menu {
	max-width: 100vw;
}

body.voceoz-page-layout-boxed .voceoz-header-section.voceoz-section-full-width .menu .sub-menu {
	max-width: 1400px;
}

.voceoz-header-section.voceoz-section-full-width .menu > .menu-item > .sub-menu {
	margin-right: -20px;
}
.voceoz-header-section .voceoz-header-menu {
	padding: 0 !important;
}
.voceoz-header-section .voceoz-header-menu .menu-item {
	padding: 0 12px;
}
.voceoz-header-section .voceoz-header-menu .voceoz-dropdown-sign {
	position: relative;
	margin-left: 0.4em;
}
.voceoz-header-section .voceoz-header-menu .sub-menu {
	padding: 1em 0;
	z-index: 3;
	overflow-y: initial;
}
.voceoz-header-section .voceoz-header-menu .sub-menu .menu-item {
	padding: 0 1.25em;
	margin: 0;
}
.voceoz-header-section .voceoz-header-menu .sub-menu .voceoz-menu-item-link {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	-ms-flex-align: center;
	-webkit-box-align: center;
	        align-items: center;
	padding: 0.25em 0;
}
.voceoz-header-section .voceoz-header-menu .sub-menu .sub-menu {
	top: -1em;
	left: 100%;
	margin: -1px 0 0 0;
}
.voceoz-header-section .voceoz-header-menu .sub-menu .sub-menu.voceoz-sub-menu-right {
	left: auto;
	right: 100%;
}
.voceoz-header-section .voceoz-header-menu .sub-menu .voceoz-dropdown-sign {
	margin-left: 0.75em;
	margin-right: -0.75em;
}
.voceoz-header-section .menu > .menu-item .sub-menu {
	background-color: #ffffff;
}
.voceoz-header-section a:not(.button), .voceoz-header-section .voceoz-toggle {
	color: #333333;
	background-color: transparent;
}
.voceoz-header-section .menu > .menu-item .sub-menu a:not(.button), .voceoz-header-section .menu > .menu-item .sub-menu .voceoz-toggle {
	color: #333333;
	background-color: transparent;
}
.voceoz-header-section a:not(.button):hover, .voceoz-header-section a:not(.button):focus {
	color: #0066cc;
}
.voceoz-header-section .voceoz-toggle:hover, .voceoz-header-section .voceoz-toggle:focus {
	color: #0066cc;
}
.voceoz-header-section .menu > .menu-item .sub-menu a:not(.button):hover, .voceoz-header-section .menu > .menu-item .sub-menu a:not(.button):focus {
	color: #0066cc;
}
.voceoz-header-section .menu > .menu-item .sub-menu .voceoz-toggle:hover, .voceoz-header-section .menu > .menu-item .sub-menu .voceoz-toggle:focus {
	color: #0066cc;
}
.voceoz-header-section .voceoz-header-menu > .menu > .menu-item > .voceoz-menu-item-link:hover::after, .voceoz-header-section .voceoz-header-menu > .menu > .menu-item > .voceoz-menu-item-link:focus::after {
	background-color: rgba(0, 0, 0, 0.1);
}

.voceoz-header-top-bar {
	height: 40px;
}

.voceoz-header-top-bar-inner {
	border-width: 0;
	border-style: solid;
	padding: 0 20px;
}

.voceoz-header-top-bar.voceoz-section-merged {
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	        flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.voceoz-header-main-bar {
	height: 80px;
}

.voceoz-header-main-bar-inner {
	border-width: 0;
	border-style: solid;
	padding: 0 20px;
}

.voceoz-header-main-bar-with-top-bar > .voceoz-header-main-bar-inner, .voceoz-header-main-bar-with-bottom-bar > .voceoz-header-main-bar-inner {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
}

.voceoz-header-bottom-bar {
	height: 60px;
}

.voceoz-header-bottom-bar-inner {
	border-width: 0;
	border-style: solid;
	padding: 0 20px;
}

.voceoz-header-bottom-bar.voceoz-section-merged {
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	        flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.voceoz-header-mobile-main-bar {
	height: 60px;
}

.voceoz-header-mobile-main-bar-inner {
	border-width: 0;
	border-style: solid;
	padding: 0 20px;
}

.voceoz-header-section-vertical {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	height: 100vh;
	overflow-y: auto;
}
.voceoz-header-section-vertical a:not(.button), .voceoz-header-section-vertical .voceoz-toggle {
	color: #333333;
	background-color: transparent;
}
.voceoz-header-section-vertical a:not(.button):hover, .voceoz-header-section-vertical a:not(.button):focus {
	color: #0066cc;
}
.voceoz-header-section-vertical .voceoz-toggle:hover, .voceoz-header-section-vertical .voceoz-toggle:focus {
	color: #0066cc;
}
.voceoz-header-section-vertical ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.voceoz-header-section-vertical-column {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	min-height: 100%;
	max-width: 100%;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	        flex: 1;
}

.voceoz-header-section-vertical-row {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	width: 100%;
	max-height: 100%;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
}

.voceoz-header-section-vertical .menu .sub-menu {
	width: 100%;
	max-width: 100%;
	display: none;
}
.voceoz-header-section-vertical .voceoz-header-menu .menu-item {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.voceoz-header-section-vertical .voceoz-header-menu .sub-menu {
	width: 100%;
}
.voceoz-header-section-vertical .voceoz-header-menu .voceoz-menu-item-link {
	display: inline-block;
	width: 100%;
	padding: 0.5em 1em;
}
.voceoz-header-section-vertical .voceoz-header-menu .has-kids .voceoz-menu-item-link {
	width: 80%;
}
.voceoz-header-section-vertical .voceoz-header-menu .has-kids .voceoz-sub-menu-toggle {
	padding: 1em;
}
.voceoz-header-section-vertical .voceoz-header-menu .voceoz-sub-menu-toggle {
	width: 20%;
	padding: 0.5em !important;
	cursor: pointer;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: transparent;
}

.voceoz-text-align-left .voceoz-header-section-vertical .voceoz-header-menu .sub-menu {
	padding-left: 0;
}
.voceoz-text-align-left .voceoz-header-section-vertical .voceoz-header-menu .sub-menu li {
	padding-left: 1.5em;
}

.voceoz-header-section-vertical .voceoz-header-menu .has-kids .sub-menu .voceoz-menu-item-link {
	width: 100%;
}
.voceoz-header-section-vertical .voceoz-header-menu .has-kids .has-kids .voceoz-menu-item-link {
	width: 80%;
}

.voceoz-text-align-left .voceoz-header-section-vertical .voceoz-header-menu .voceoz-sub-menu-toggle {
	margin: 0 0 0 0;
}

.voceoz-text-align-center .voceoz-header-section-vertical .voceoz-header-menu .menu-item {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	        justify-content: center;
}
.voceoz-text-align-center .voceoz-header-section-vertical .voceoz-header-menu .voceoz-sub-menu-toggle {
	margin: 0 -2em 0 0.5em;
}

.voceoz-text-align-right .voceoz-header-section-vertical .voceoz-header-menu .menu-item {
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	        justify-content: flex-end;
}
.voceoz-text-align-right .voceoz-header-section-vertical .voceoz-header-menu .sub-menu {
	padding-right: 1.5em;
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	        order: 3;
}
.voceoz-text-align-right .voceoz-header-section-vertical .voceoz-header-menu .voceoz-menu-item-link {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	        order: 2;
}
.voceoz-text-align-right .voceoz-header-section-vertical .voceoz-header-menu .voceoz-sub-menu-toggle {
	margin: 0 0.5em 0 0;
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	        order: 1;
}

.voceoz-header-section-vertical .voceoz-header-social li {
	display: inline-block;
}
.voceoz-header-section-vertical .voceoz-header-social li:first-child {
	margin-left: 0;
}
.voceoz-header-section-vertical .voceoz-header-social li:last-child {
	margin-right: 0;
}
.voceoz-header-section-vertical .voceoz-header-button {
	max-width: 100%;
}

.voceoz-header-mobile-vertical {
	display: none;
}

@media screen and (max-width: 1023px) {
	.voceoz-header-mobile-vertical {
		display: block;
	}
}
.voceoz-header-mobile-vertical-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	max-width: calc(100% - 4rem);
	width: 300px;
	padding: 20px 0;
	overflow-y: auto;
	background-color: #ffffff;
	transition: -webkit-transform 0.25s;
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.voceoz-header-mobile-vertical-position-left .voceoz-header-mobile-vertical-bar, .voceoz-header-mobile-vertical-position-center .voceoz-header-mobile-vertical-bar {
	left: 0;
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}

.voceoz-header-mobile-vertical-position-right .voceoz-header-mobile-vertical-bar {
	right: 0;
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
}

.voceoz-popup-active .voceoz-header-mobile-vertical-bar {
	-webkit-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important;
	transition: -webkit-transform 0.25s 0.125s;
	-webkit-transition: -webkit-transform 0.25s 0.125s;
	transition: transform 0.25s 0.125s;
	transition: transform 0.25s 0.125s, -webkit-transform 0.25s 0.125s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.voceoz-header-mobile-vertical-bar .voceoz-header-section-vertical-column {
	margin: 0 0;
}
.voceoz-header-mobile-vertical-bar .voceoz-header-section-vertical-row > * {
	padding: 12px 0;
}
.voceoz-header-mobile-vertical-bar .voceoz-header-section-vertical-row .voceoz-header-search-bar {
	padding: 0 30px 20px 30px;
}
.voceoz-header-mobile-vertical-bar .voceoz-header-section-vertical-row .voceoz-header-mobile-menu {
	padding: 0 0 12px 0;
}

.voceoz-header-mobile-menu li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: transparent;
}
.voceoz-header-mobile-menu > ul {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
}

.voceoz-header-mobile-vertical-display-full-screen {
	left: 0;
	right: 0;
}
.voceoz-header-mobile-vertical-display-full-screen .voceoz-popup-background {
	background-color: transparent;
}
.voceoz-header-mobile-vertical-display-full-screen .voceoz-header-mobile-vertical-bar {
	width: 100% !important;
	max-width: 100%;
	left: 0;
	right: 0;
	border: none !important;
	-webkit-transform: none !important;
	transform: none !important;
}
.voceoz-header-mobile-vertical-display-full-screen .voceoz-popup-close-icon {
	color: inherit !important;
}
.voceoz-header-mobile-vertical-display-full-screen .voceoz-header-section-vertical-column {
	width: 300px;
}
.voceoz-header-mobile-vertical-display-full-screen.voceoz-header-mobile-vertical-position-left .voceoz-header-section-vertical-column {
	margin-right: auto;
}
.voceoz-header-mobile-vertical-display-full-screen.voceoz-header-mobile-vertical-position-center .voceoz-header-section-vertical-column {
	margin-left: auto;
	margin-right: auto;
}
.voceoz-header-mobile-vertical-display-full-screen.voceoz-header-mobile-vertical-position-right .voceoz-header-section-vertical-column {
	margin-left: auto;
}

.voceoz-header-menu > .menu > .menu-item > .voceoz-menu-item-link {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	        align-items: center;
	height: 100%;
}
.voceoz-header-menu > .menu > .menu-item > .voceoz-menu-item-link::before {
	content: "";
	position: absolute;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.voceoz-header-menu > .menu > .menu-item > .voceoz-menu-item-link:hover::before, .voceoz-header-menu > .menu > .menu-item > .voceoz-menu-item-link:focus::before {
	background-color: rgba(0, 0, 0, 0.05);
}

.voceoz-header-menu-highlight-none .voceoz-header-menu > .menu > .menu-item > .voceoz-menu-item-link {
	height: auto;
}
.voceoz-header-menu-highlight-none .voceoz-header-menu > .menu > .menu-item > .voceoz-menu-item-link::before {
	display: none;
}
.voceoz-header-menu-highlight-none .voceoz-header-menu > .menu > .menu-item > .sub-menu {
	margin-left: -12px;
}

.voceoz-header-menu-highlight-underline .voceoz-header-menu > .menu > .menu-item > .voceoz-menu-item-link {
	height: auto;
}
.voceoz-header-menu-highlight-underline .voceoz-header-menu > .menu > .menu-item > .voceoz-menu-item-link::before {
	top: 100%;
	left: 0;
	width: 100%;
	height: 0.15em;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.voceoz-header-menu-highlight-underline .voceoz-header-menu > .menu > .menu-item > .sub-menu {
	margin-left: -12px;
}

.voceoz-header-menu-highlight-background .voceoz-header-menu > .menu > .menu-item {
	padding: 0;
}
.voceoz-header-menu-highlight-background .voceoz-header-menu > .menu > .menu-item > .voceoz-menu-item-link {
	padding: 0 12px;
}
.voceoz-header-menu-highlight-background .voceoz-header-menu > .menu > .menu-item > .voceoz-menu-item-link::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.voceoz-header-menu-highlight-background .voceoz-header-menu > .menu > .menu-item > .voceoz-menu-item-link:hover::before, .voceoz-header-menu-highlight-background .voceoz-header-menu > .menu > .menu-item > .voceoz-menu-item-link:focus::before {
	background-color: rgba(0, 0, 0, 0.05);
}

.voceoz-header-menu-highlight-border-top .voceoz-header-menu > .menu > .menu-item {
	padding: 0;
}
.voceoz-header-menu-highlight-border-top .voceoz-header-menu > .menu > .menu-item > .voceoz-menu-item-link {
	padding: 0 12px;
}
.voceoz-header-menu-highlight-border-top .voceoz-header-menu > .menu > .menu-item > .voceoz-menu-item-link::before {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0.2em;
	margin: 0 auto;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.voceoz-header-menu-highlight-border-bottom .voceoz-header-menu > .menu > .menu-item {
	padding: 0;
}
.voceoz-header-menu-highlight-border-bottom .voceoz-header-menu > .menu > .menu-item > .voceoz-menu-item-link {
	padding: 0 12px;
}
.voceoz-header-menu-highlight-border-bottom .voceoz-header-menu > .menu > .menu-item > .voceoz-menu-item-link::before {
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0.2em;
	margin: 0 auto;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.voceoz-header-mobile-vertical-position-right .voceoz-toggle.voceoz-popup-close-icon {
	left: 0 !important;
	right: auto !important;
}

.voceoz-footer-widgets-bar-inner {
	background-color: rgba(0, 0, 0, 0.05);
	border-width: 0;
	border-style: solid;
	padding: 60px 20px;
}

.voceoz-footer-widgets-bar .widget {
	margin-bottom: 40px;
}

.voceoz-footer-widgets-bar-row {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: start;
	-webkit-box-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -40px;
}

.voceoz-footer-widgets-bar-column {
	width: 100%;
	padding: 0 15px;
}
.voceoz-footer-widgets-bar-columns-2 .voceoz-footer-widgets-bar-column {
	width: 50%;
}
.voceoz-footer-widgets-bar-columns-3 .voceoz-footer-widgets-bar-column {
	width: 33.333%;
}
.voceoz-footer-widgets-bar-columns-4 .voceoz-footer-widgets-bar-column {
	width: 25%;
}
.voceoz-footer-widgets-bar-columns-5 .voceoz-footer-widgets-bar-column {
	width: 20%;
}
.voceoz-footer-widgets-bar-columns-6 .voceoz-footer-widgets-bar-column {
	width: 16.667%;
}
@media screen and (max-width: 1023px) {
	.voceoz-footer-widgets-bar-columns-2 .voceoz-footer-widgets-bar-column, .voceoz-footer-widgets-bar-columns-4 .voceoz-footer-widgets-bar-column, .voceoz-footer-widgets-bar-columns-6 .voceoz-footer-widgets-bar-column {
		width: 50%;
	}
	.voceoz-footer-widgets-bar-columns-3 .voceoz-footer-widgets-bar-column, .voceoz-footer-widgets-bar-columns-5 .voceoz-footer-widgets-bar-column {
		width: 33.333%;
	}
}
@media screen and (max-width: 499px) {
	.voceoz-footer-widgets-bar-columns-2 .voceoz-footer-widgets-bar-column, .voceoz-footer-widgets-bar-columns-3 .voceoz-footer-widgets-bar-column, .voceoz-footer-widgets-bar-columns-4 .voceoz-footer-widgets-bar-column, .voceoz-footer-widgets-bar-columns-5 .voceoz-footer-widgets-bar-column, .voceoz-footer-widgets-bar-columns-6 .voceoz-footer-widgets-bar-column {
		width: 100%;
	}
}

.voceoz-footer-bottom-bar-inner {
	background-color: rgba(0, 0, 0, 0.05);
	border-width: 0;
	border-style: solid;
	padding: 25px 20px;
}

.voceoz-footer-bottom-bar-row {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: start;
	-webkit-box-align: start;
	        align-items: flex-start;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	margin: 0 -12px;
	white-space: nowrap;
}

@media screen and (max-width: 1023px) {
	.voceoz-footer-bottom-bar-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		white-space: normal;
		margin-bottom: -1em;
	}
}
.voceoz-footer-bottom-bar-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
}
.voceoz-footer-bottom-bar-column > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	padding: 0 12px;
}

@media screen and (max-width: 1023px) {
	.voceoz-footer-bottom-bar-column {
		width: 100%;
		margin: 0 0 1em;
		-webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
		text-align: center;
	}
}
.voceoz-footer-bottom-bar-left {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.voceoz-footer-row-with-center > .voceoz-footer-bottom-bar-left {
	-ms-flex-preferred-size: 0;
	    flex-basis: 0;
}

.voceoz-footer-bottom-bar-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.voceoz-footer-bottom-bar-center.voceoz-footer-bottom-bar-center-stacked {
	display: block;
}
.voceoz-footer-bottom-bar-center.voceoz-footer-bottom-bar-center-stacked > * {
	display: block;
	margin-bottom: 15px;
}
.voceoz-footer-bottom-bar-center.voceoz-footer-bottom-bar-center-stacked > *:last-child {
	margin-bottom: 0;
}

.voceoz-footer-bottom-bar-right {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.voceoz-footer-row-with-center > .voceoz-footer-bottom-bar-right {
	-ms-flex-preferred-size: 0;
	    flex-basis: 0;
}

.voceoz-footer-menu {
	padding: 0 !important;
}
.voceoz-footer-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.voceoz-footer-menu ul li {
	padding: 0 12px;
}

@media screen and (max-width: 1023px) {
	.voceoz-footer-menu ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
.voceoz-footer-social li {
	display: inline-block;
	margin: 0 0.75em 0 0;
}
.voceoz-footer-social li:last-child {
	margin-right: 0;
}
.voceoz-footer-social li a {
	vertical-align: middle;
}

.voceoz-scroll-to-top {
	position: absolute;
	z-index: 99;
	bottom: 0;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border: none;
	border-radius: 40px;
	font-size: 18px;
	line-height: 1;
	color: #ffffff;
	background-color: #0066cc;
	border-color: #0066cc;
}
.voceoz-scroll-to-top:hover, .voceoz-scroll-to-top:focus {
	color: #ffffff;
	background-color: #004c99;
	border-color: #004c99;
}

.voceoz-scroll-to-top-position-left {
	left: 0;
}

.voceoz-scroll-to-top-position-right {
	right: 0;
}

.voceoz-scroll-to-top-display-sticky {
	position: fixed;
	-webkit-transform: translate(0, 100%);
	        transform: translate(0, 100%);
	opacity: 0;
	-webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
	transition: opacity 0.25s, -webkit-transform 0.25s;
	transition: transform 0.25s, opacity 0.25s;
	transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.voceoz-scroll-to-top-display-sticky.voceoz-sticky {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.voceoz-scroll-to-top .voceoz-icon {
	vertical-align: top;
}

.voceoz-loop-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: -15px;
	margin-bottom: -15px;
	margin-left: -15px;
	margin-right: -15px;
}
.voceoz-loop-grid.voceoz-loop-grid-same-height {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.voceoz-loop-grid.voceoz-loop-grid-same-height .entry-footer {
	margin-top: auto;
}

.voceoz-loop-default .entry {
	margin-bottom: 6em;
}

.voceoz-loop-grid .entry {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
}
.voceoz-loop-grid.voceoz-loop-grid-2-columns .entry {
	width: 50%;
}
.voceoz-loop-grid.voceoz-loop-grid-3-columns .entry {
	width: 33.33%;
}
.voceoz-loop-grid.voceoz-loop-grid-4-columns .entry {
	width: 25%;
}

@media screen and (max-width: 499px) {
	.voceoz-loop-grid .entry {
		width: 100% !important;
	}
}
@media screen and (max-width: 767px) {
	.voceoz-loop-grid.voceoz-loop-grid-3-columns .entry {
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
	.voceoz-loop-grid.voceoz-loop-grid-4-columns .entry {
		width: 50%;
	}
}
.voceoz-loop-search .entry {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.entry-wrapper {
	border-width: 0;
	border-style: solid;
	overflow: hidden;
}
.entry-wrapper > *:last-child {
	margin-bottom: 0;
}

.entry-layout-grid .entry-wrapper {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	height: 100%;
}

.entry-title {
	margin: 0 0 0.75rem;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
	text-transform: none;
}

.entry-small-title {
	margin: 0 0 0.25rem;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
	text-transform: none;
}

.entry-meta {
	font-size: 0.85em;
	line-height: 1.7;
	color: inherit;
	margin: 0 0 0.5em;
}
.entry-meta a {
	color: inherit;
}
.entry-meta a:hover, .entry-meta a:focus {
	color: #0066cc;
}
.entry-meta .avatar {
	display: inline-block;
	width: 2em;
	height: 2em;
	vertical-align: middle;
	margin-right: 0.5em;
	border-radius: 50%;
}

.entry-footer .entry-meta {
	padding-top: 1em;
	border-top-width: 1px;
	border-top-style: solid;
}

.entry-thumbnail {
	display: block;
	margin: 2rem 0;
}
.entry-thumbnail > * {
	display: block;
	width: 100%;
}

.entry-small .entry-thumbnail {
	margin: 1.5rem 0;
}

a.entry-thumbnail {
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a.entry-thumbnail:hover, a.entry-thumbnail:focus {
	opacity: 0.9;
}
a.more-link {
	white-space: nowrap;
}

.entry-header {
	margin: 0 0 2rem;
}
.entry-header > *:first-child {
	margin-top: 0;
}
.entry-header > *:last-child {
	margin-bottom: 0;
}

.entry-small .entry-header {
	margin: 0 0 1.5rem;
}

.entry-content {
	margin: 0 0 2rem;
}
.entry-content::before {
	content: "";
	display: table;
}
.entry-content::after {
	content: "";
	display: table;
	clear: both;
}
.entry-content > *:last-child {
	margin-bottom: 0;
}
.entry-content blockquote {
	padding: 0 2em;
	border-left-width: 0.25em;
	border-left-style: solid;
}
.entry-content blockquote[style*=center] {
	border-left: none;
}
.entry-content blockquote[style*=right] {
	border-left: none;
	border-right-width: 0.25em;
	border-right-style: solid;
}

.entry-single .entry-content {
	margin-bottom: 3rem;
}

.entry-excerpt {
	margin: 0 0 1.25em;
}
.entry-excerpt > * {
	margin: 0 0 0.75em;
}
.entry-excerpt > *:last-child {
	margin-bottom: 0;
}

.entry-footer > *:first-child {
	margin-top: 0;
}
.entry-footer > *:last-child {
	margin-bottom: 0;
}

.entry-tags {
	margin: 0 0 1.5em;
}

.entry-author {
	margin-top: 4rem;
	padding: 1.75rem;
	border-width: 1px;
	border-style: solid;
}

.entry-author-body {
	position: relative;
	min-height: 80px;
}

@media screen and (max-width: 499px) {
	.entry-author-body {
		text-align: center;
	}
}
@media screen and (min-width: 500px) {
	.entry-author-body {
		padding-left: 100px;
	}
}
.entry-author-name {
	font-size: 1.1em;
	margin: 0 0 0.5em;
	color: #333333;
}
.entry-author-name a {
	color: #333333;
}
.entry-author-name a:hover, .entry-author-name a:focus {
	color: #0066cc;
}
.entry-author-name .avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: 0.75em;
}
.entry-author-name .fn {
	font-weight: 600;
	display: block;
}

@media screen and (min-width: 500px) {
	.entry-author-name .avatar {
		position: absolute;
		top: 0;
		left: 0;
	}
}
.entry-author-content p {
	margin: 0.5em 0;
}

[class^=wp-block-] {
	margin-bottom: 1.5rem;
}

[class$=__inner-container] {
	margin-bottom: 0;
}
[class$=__inner-container] > * {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
[class$=__inner-container] > *:first-child {
	margin-top: 0;
}
[class$=__inner-container] > *:last-child {
	margin-bottom: 0;
}

.voceoz-section-narrow.voceoz-content-layout-wide [class$=__inner-container] > * {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.voceoz-section-default.voceoz-content-layout-wide [class$=__inner-container] > * {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.has-background {
	padding: 1.5rem;
}

.voceoz-content-layout-wide {
	max-width: 100%;
}
.voceoz-content-layout-wide .voceoz-gutenberg-content .entry-wrapper {
	overflow: visible;
}
.voceoz-content-layout-wide .voceoz-gutenberg-content .entry-wrapper > * {
	position: relative;
	width: 100vw;
	padding-left: 20px;
	padding-right: 20px;
	left: calc(50% - 50vw);
}
.voceoz-content-layout-wide .voceoz-gutenberg-content .entry-wrapper > * > * {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.voceoz-content-layout-wide .voceoz-gutenberg-content .entry-wrapper > * .alignwide {
	position: relative;
	width: 1140px;
}
.voceoz-content-layout-wide .voceoz-gutenberg-content .entry-wrapper > * .alignfull {
	position: relative;
	width: 100%;
}
.voceoz-content-layout-wide .voceoz-gutenberg-content .entry-wrapper > * > .alignfull {
	left: -20px;
	max-width: calc(100% + 40px);
	width: 100vw;
}
.voceoz-content-layout-wide.voceoz-section-narrow .voceoz-gutenberg-content .entry-wrapper > * > *:not(.alignwide):not(.alignfull) {
	width: 720px;
}
.voceoz-content-layout-wide.voceoz-section-default .voceoz-gutenberg-content .entry-wrapper > * > *:not(.alignwide):not(.alignfull) {
	width: 1140px;
}

@media screen and (min-width: 1400px) {
	body.voceoz-page-layout-boxed .voceoz-content-layout-wide .voceoz-gutenberg-content .entry-wrapper > * {
		width: 1400px;
		left: calc(50% - 700px);
	}
}
.has-small-text-size {
	font-size: 0.85em;
}

.has-regular-text-size {
	font-size: 1em;
}

.has-medium-text-size {
	font-size: 1.2em;
	line-height: 1.53;
}

.has-large-text-size {
	font-size: 1.5em;
	line-height: 1.4025;
}

.has-huge-text-size {
	font-size: 2em;
	line-height: 1.275;
}

.has-text-color a {
	color: inherit;
}

.has-voceoz-color-1-background-color {
	background-color: #333333;
}

.has-voceoz-color-1-color {
	color: #333333;
}

.has-voceoz-color-2-background-color {
	background-color: #666666;
}

.has-voceoz-color-2-color {
	color: #666666;
}

.has-voceoz-color-3-background-color {
	background-color: #0066cc;
}

.has-voceoz-color-3-color {
	color: #0066cc;
}

.has-voceoz-color-4-background-color {
	background-color: #004c99;
}

.has-voceoz-color-4-color {
	color: #004c99;
}

.has-voceoz-color-5-background-color {
	background-color: rgba(0, 0, 0, 0.1);
}

.has-voceoz-color-5-color {
	color: rgba(0, 0, 0, 0.1);
}

.has-voceoz-color-6-background-color {
	background-color: rgba(0, 0, 0, 0.05);
}

.has-voceoz-color-6-color {
	color: rgba(0, 0, 0, 0.05);
}

.has-voceoz-color-7-background-color {
	background-color: #ffffff;
}

.has-voceoz-color-7-color {
	color: #ffffff;
}

.has-voceoz-color-8-background-color {
	background-color: #000000;
}

.has-voceoz-color-8-color {
	color: #000000;
}

.entry-content > * {
	margin-bottom: 1.5rem;
}
.entry-content > *:last-child {
	margin-bottom: 0;
}

.wp-block-cover-image, .wp-block-cover {
	padding: 1.5em;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	width: 100%;
}

.wp-block-group__inner-container {
	margin: 0 auto;
}
.wp-block-group__inner-container > *:first-child {
	margin-top: 0;
}
.wp-block-group__inner-container > *:last-child {
	margin-bottom: 0;
}

.wp-block-columns .wp-block-column {
	margin-bottom: 1.5rem;
}
.wp-block-columns .wp-block-column > *:first-child {
	margin-top: 0;
}
.wp-block-columns .wp-block-column > *:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 600px) and (max-width: 781px) {
	.wp-block-columns .wp-block-column {
		-ms-flex-preferred-size: calc(50% - 1rem) !important;
		flex-basis: calc(50% - 1rem) !important;
	}
	.wp-block-columns .wp-block-column:nth-child(even) {
		margin-left: 2rem;
	}
}
@media screen and (min-width: 782px) {
	.wp-block-columns .wp-block-column {
		margin-bottom: 0;
	}
	.wp-block-columns .wp-block-column:not(:first-child) {
		margin-left: 2rem;
	}
}
.has-drop-cap:not(:focus)::after {
	display: none;
}
.has-drop-cap:not(:focus):first-letter {
	float: left;
	line-height: 0.9;
	font-family: inherit;
	font-size: 5.1em;
	font-style: normal;
	font-weight: 600;
	margin: 0 0.25em 0 0;
	text-transform: uppercase;
	initial-letter: 3;
	color: #333333;
}

.wp-block-quote {
	font-size: 1em;
	padding: 0 2em;
	border-left-width: 0.25rem;
	border-left-style: solid;
	border-color: inherit;
}
.wp-block-quote *:last-child {
	margin-bottom: 0;
}
.wp-block-quote p {
	font-size: 1.2em;
}
.wp-block-quote cite {
	font-size: 0.85em;
	font-style: unset;
}
.wp-block-quote.has-text-align-center {
	border-left: none;
}
.wp-block-quote.has-text-align-right {
	padding-left: 0;
	border-left: none;
	border-right-width: 0.25rem;
	border-right-style: solid;
}
.wp-block-quote.is-style-large {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding: 0 2em;
}
.wp-block-quote.is-style-large p {
	font: unset;
	font-size: 1.5em;
	line-height: 1.5;
}
.wp-block-quote.is-style-large cite {
	font-size: 1em;
	text-align: unset;
}

.wp-block-pullquote {
	border-top-width: 0.25rem;
	border-top-style: solid;
	border-bottom-width: 0.25rem;
	border-bottom-style: solid;
	text-align: unset;
	padding: 0;
}
.wp-block-pullquote blockquote {
	font-size: 1em;
	position: relative;
	margin: 0;
	padding: 1.5em 2em 1.5em 4.5em;
	border-left: none;
}
.wp-block-pullquote blockquote::before {
	content: "“";
	position: absolute;
	top: -0.3em;
	left: 0;
	font-size: 7em;
	font-family: serif;
	font-weight: bold;
	opacity: 0.2;
}
.wp-block-pullquote blockquote > *:last-child {
	margin-bottom: 0;
}
.wp-block-pullquote blockquote p {
	font: inherit;
	font-size: 1.2em;
	color: inherit;
}
.wp-block-pullquote blockquote cite {
	font-size: 1em;
	color: inherit;
	text-transform: none;
	font-style: normal;
}
.wp-block-pullquote.is-style-solid-color {
	border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
	padding-left: 5.5em;
	max-width: none;
}
.wp-block-pullquote.is-style-solid-color blockquote::before {
	left: 0.142857em;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 1.2em;
	margin-bottom: 1em;
}

p.wp-block-subhead {
	font-size: 1.2rem;
}

.wp-block-image img {
	display: block;
}

.wp-block-gallery .blocks-gallery-grid {
	margin: -0.5em;
	padding: 0;
}
.wp-block-gallery .blocks-gallery-item {
	padding: 0.5em;
	width: 100%;
	margin: 0 !important;
}
.wp-block-gallery.columns-2 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-item {
	width: 50%;
}
.wp-block-gallery .blocks-gallery-caption {
	margin-top: 1em !important;
}

@media screen and (min-width: 500px) {
	.wp-block-gallery.columns-3 .blocks-gallery-item {
		width: 33.3333%;
	}
	.wp-block-gallery.columns-4 .blocks-gallery-item {
		width: 25%;
	}
	.wp-block-gallery.columns-5 .blocks-gallery-item {
		width: 20%;
	}
	.wp-block-gallery.columns-6 .blocks-gallery-item {
		width: 16.6667%;
	}
	.wp-block-gallery.columns-7 .blocks-gallery-item {
		width: 14.2857%;
	}
	.wp-block-gallery.columns-8 .blocks-gallery-item {
		width: 12.5%;
	}
}
.wp-block-audio audio, .wp-block-video video {
	width: 100%;
}

.wp-block-separator {
	margin-top: 3em;
	margin-bottom: 3em;
}
.wp-block-separator.is-style-default {
	border-bottom-width: 0;
	max-width: unset;
}
.wp-block-separator.is-style-default::before {
	content: "";
	display: block;
	width: 8em;
	margin: 0 auto;
	border-bottom-width: 0.25em;
	border-bottom-style: solid;
	border-color: inherit;
}
.wp-block-separator.is-style-dots {
	border-bottom-width: 0;
	max-width: unset;
	text-align: center;
	line-height: 0.5em;
}
.wp-block-separator.is-style-dots::before {
	font-size: 2em;
	letter-spacing: 1em;
	padding-left: 1em;
	line-height: 0;
	vertical-align: middle;
}
.wp-block-separator.is-style-wide {
	max-width: none;
}

.wp-block-button.is-style-outline a.wp-block-button__link {
	background-color: transparent;
	border-color: currentColor;
	color: unset;
}
.wp-block-button.is-style-squared a.wp-block-button__link {
	border-radius: 0;
}

.wp-block-table table {
	width: 100%;
	margin: 0 0 1.5rem;
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px;
	border-style: solid;
	border-bottom: none;
	margin-bottom: 0;
}
.wp-block-table table th, .wp-block-table table td {
	padding: 0.75rem;
	border: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: inherit;
}
.wp-block-table table th {
	font-weight: 600;
	text-align: initial;
	color: #333333;
}
.wp-block-table table th a {
	color: #333333;
}
.wp-block-table table th a:hover, .wp-block-table table th a:focus {
	color: #0066cc;
}

.wp-block-table__cell-content {
	padding: 0;
}

.wp-block-table.is-style-stripes {
	border: none;
}
.wp-block-table.is-style-stripes table {
	border: none;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}
.wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes td {
	border: none;
}

.wp-block-verse {
	background-color: transparent;
	padding: 0;
}

.wp-block-media-text {
	padding: 0;
}
.wp-block-media-text .wp-block-media-text__content {
	margin-bottom: 0;
	padding: 1.5em 10%;
}

.wp-block-embed .voceoz-oembed {
	position: static;
	padding: 0 !important;
	margin: 0;
}
.wp-block-embed .voceoz-oembed > * {
	margin-top: 0;
	margin-bottom: 0;
}
.wp-block-embed.alignleft .voceoz-oembed > * {
	margin-right: auto;
}
.wp-block-embed.aligncenter .voceoz-oembed > * {
	margin-left: auto;
	margin-right: auto;
}
.wp-block-embed.alignright .voceoz-oembed > * {
	margin-left: auto;
}
.wp-block-embed.is-type-photo img {
	width: 100%;
}

.widget {
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
}
.sidebar .widget:last-child {
	margin-bottom: 0;
}
.widget select {
	width: 100%;
}
.widget .post-date, .widget .rss-date {
	font-size: 0.85em;
	line-height: 1.7;
	color: inherit;
	display: block;
	margin-top: 0.25em;
	font-size: 0.9em;
}
.widget .post-date a, .widget .rss-date a {
	color: inherit;
}
.widget .post-date a:hover, .widget .post-date a:focus {
	color: #0066cc;
}
.widget .rss-date a:hover, .widget .rss-date a:focus {
	color: #0066cc;
}

.widget-title {
	margin: 0 0 1.25rem;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
	text-transform: none;
	color: #333333;
}
.widget-title a {
	color: #333333;
}
.widget-title a:hover, .widget-title a:focus {
	color: #0066cc;
}
.widget-title:empty {
	display: none;
}
.voceoz-widget-title-decoration-box .widget-title {
	border-width: 1px;
	border-style: solid;
	padding: 0.25em 1em;
}
.voceoz-widget-title-decoration-border-bottom .widget-title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 0.25em;
}
.voceoz-widget-title-alignment-left .widget-title {
	text-align: left;
}
.voceoz-widget-title-alignment-center .widget-title {
	text-align: center;
}
.voceoz-widget-title-alignment-right .widget-title {
	text-align: right;
}

.widget_text .textwidget > *:last-child {
	margin-bottom: 0;
}

.widget_nav_menu ul,
.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget_nav_menu ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_meta ul ul,
.widget_pages ul ul {
	margin-left: 1.25em;
}
.widget_nav_menu li,
.widget_categories li,
.widget_archive li,
.widget_meta li,
.widget_pages li {
	margin-top: 0.25em;
}

.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_rss ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget_recent_entries li,
.widget_recent_comments li,
.widget_rss li {
	margin-bottom: 1em;
}
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child {
	margin-bottom: 0;
}

.widget_rss .rssSummary {
	font-size: 10px;
	margin: 0.5em 0;
}
.widget_rss cite {
	display: block;
	font-size: 0.85em;
}
.widget_rss cite::before {
	content: "-";
	margin-right: 0.5em;
}
.widget_rss .rsswidget img {
	display: inline-block;
	margin-right: 0.5em;
}

.widget_calendar table {
	position: relative;
	table-layout: fixed;
	width: 100%;
	max-width: 100%;
}
.widget_calendar table th, .widget_calendar table td {
	text-align: center;
	padding: 0.2em;
}
.widget_calendar table tfoot {
	position: absolute;
	width: 100%;
	top: 0;
}
.widget_calendar table tfoot #prev, .widget_calendar table tfoot #next {
	position: absolute;
	top: 0;
	padding: 0.15em;
	width: 2em;
	border: none;
}
.widget_calendar table tfoot .pad {
	border: none;
}
.widget_calendar table tfoot #prev {
	left: 0;
}
.widget_calendar table tfoot #prev::before {
	content: "«";
}
.widget_calendar table tfoot #next {
	right: 0;
}
.widget_calendar table tfoot #next::before {
	content: "»";
}
.widget_calendar table tfoot td a {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	text-indent: -999999px;
}
.widget_calendar table tbody a {
	font-weight: bold;
}
.widget_calendar table caption {
	padding: 0.2em 2em;
}

.voceoz_widget_posts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.voceoz_widget_posts li {
	margin-bottom: 1em;
}
.voceoz_widget_posts li::before {
	content: "";
	display: table;
}
.voceoz_widget_posts li::after {
	content: "";
	display: table;
	clear: both;
}
.voceoz_widget_posts li:last-child {
	margin-bottom: 0;
}
.voceoz_widget_posts img {
	float: left;
	width: 3.5em;
	height: auto;
	margin-right: 1em;
}

.voceoz_widget_social .voceoz-widget-social {
	font-size: 1.25em;
}
.voceoz_widget_social .voceoz-widget-social a {
	margin-left: 0.5em;
}
.voceoz_widget_social .voceoz-widget-social a:first-child {
	margin-left: 0;
}
/*# sourceMappingURL=main.css.map */