
.submenu-btn {
	margin-left: 1em !important;
	color: #046b99 !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	letter-spacing: .05em;
	border: none !important;
	background-color: transparent;
	font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
	font-size: 100% !important;
	padding: 12px !important;
	margin-top: -3px;
}

/* h1.page-title{
    padding-top: 0 !important;
}
 */
.abc-select {
	border-radius: 4px;
}

/* June 10th, 2020 - Hana Kolackova
                   - add code to disable plugin formating of the table which was added after the plugin was updated */
.ui-corner-all .ui-corner-top .ui-corner-right .ui-corner-tr {
	border-top-right-radius: 0px;
}

.ui-corner-all .ui-corner-top .ui-corner-left .ui-corner-tl {
	border-top-left-radius: 0px;
}

.ui-widget-header {
	border: 0px !important;
}

.fg-toolbar .ui-toolbar .ui-widget-header .ui-helper-clearfix .ui-corner-tl .ui-corner-tr {
	background: white !important;
}

thead th {
	background-color: white !important;
	background-image: none !important;
}

thead th.nitro-lazy {
	background-image: none !important;
}

.ui-state-default th {
	background-image: none !important;
}

.ui-state-default th.nitro-lazy {
	background-image: none !important;
}

.ui-widget-header {
	background: white !important;
}

div.dataTables_scrollHead table.dataTable {
	margin: 0 auto !important;
}

div.dataTables_scrollHead.ui-state-default {
	margin: 0 auto !important;
	border: none !important;
	background: none !important;
}

a.et_pb_button.btn-disabled {
	background: #cecece;
	border-color: #cecece;
	pointer-events: none;
	outline: none;
}

#forms-by-app-type th:nth-child(1), #forms-by-app-type td:nth-child(2), #forms-by-app-type td:nth-child(3) {
	background-color: inherit;
	border-right: 1px solid #ddd;
}

#forms-by-app-type td:nth-child(2) {
	background-color: white;
}

#forms-by-app-type td:nth-child(3) {
	background-color: rgba(249, 249, 249, .93) !important;
}

#forms-by-app-type th:nth-child(1) {
	background-color: rgba(249, 249, 249, .93) !important;
}

#forms-by-app-type tr:nth-child(even) td:nth-child(3) {
	background-color: rgba(249, 249, 249, .93);
}

#forms-by-app-type tr:nth-child(even) td:nth-child(2) {
	background-color: rgba(249, 249, 249, .93);
}

/* Style only the header (first th in the first row) */
#forms-by-app-type thead th:nth-child(1) {
	background-color: #eee !important;
}

/* Style even rows in the first column */
#forms-by-app-type tbody tr:nth-child(even) td:nth-child(1) {
	background-color: rgba(249, 249, 249, .93);
}

#forms-by-app-type tr:nth-child(even) td:nth-child(4) {
	background-color: rgba(249, 249, 249, .93);
}

#forms-by-app-type {
	border-left: none;
	border-right: none;
	border-collapse: inherit;
	width: 100%;
	display: block;
	max-height: 580px;
	overflow-y: auto;
}

/*hide for no-scrolling*/
#forms-by-app-type thead {
	position: sticky;
	top: 0;
	background-color: white;
	z-index: 1;
}

#forms-by-app-type thead tr th {
	border-bottom: 1px solid #222 !important;
	background-color: #eee !important;
}

#forms-by-app-type th, #forms-by-app-type td {
	border-left: none;
	border-right: none;
	color: #000 !important;
}

#forms-by-app-type tr:nth-child(even) th {
	background-color: rgba(249, 249, 249, .93) !important;
}

/* Mobile responsive view */
@media screen and (max-width: 768px) {
	#forms-by-app-type td {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#forms-by-app-type {
		display: block;
		width: 100%;
		overflow-y: hidden;
		max-height: none;
	}
	
	#forms-by-app-type th:nth-child(1), #forms-by-app-type td:nth-child(2), #forms-by-app-type td:nth-child(3) {
		border-right: none;
	}
	
	#forms-by-app-type tr {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 1rem;
		background-color: #fff;
		border: 1px solid #ddd;
		padding: 1rem;
		box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	}
	
	#forms-by-app-type td {
		display: flex;
		flex: 1 0 100%;
		padding-bottom: 10px;
		box-sizing: border-box;
		position: relative;
		padding-left: 10px;
	}
	
	/* Label each cell with the appropriate header name */
	#forms-by-app-type td:before {
		content: attr(data-label);
		position: absolute;
		left: 10px;
		top: 10px;
		font-weight: bold;
		color: #333;
	}
	
	/* Repeat the table header as a label inside each table cell */
	#forms-by-app-type th {
		/* Hide the original header */
		display: block;
		padding-left: 10px;
	}
	
	#forms-by-app-type td:nth-child(2) {
		background-color: rgba(249, 249, 249, .93) !important;
		padding-top: 35px;
	}
	
	#forms-by-app-type td:nth-child(3) {
		background-color: rgba(249, 249, 249, .93) !important;
		padding-top: 35px;
	}
	
	#forms-by-app-type td:nth-child(4) {
		padding-top: 35px;
	}
	
	/* Remove borders for cells */
	#forms-by-app-type th, #forms-by-app-type td {
		border: none;
	}
	
	#forms-by-app-type tr:nth-child(odd) td:nth-child(1) {
		background-color: rgba(249, 249, 249, .93);
	}
	
	#forms-by-app-type tr:nth-child(even) td:nth-child(4) {
		background-color: white;
	}
	
	#forms-by-app-type tr:nth-child(even) td:nth-child(3) {
		background-color: rgba(249, 249, 249, .93);
	}
	
	#forms-by-app-type tr:nth-child(even) td:nth-child(2) {
		background-color: rgba(249, 249, 249, .93);
	}
	
	#forms-by-app-type thead {
		position: static;
		display: none;
	}
	
	#forms-by-app-type tr {
		display: block;
		width: 100%;
	}
	
	#forms-by-app-type td {
		position: relative;
		text-align: left;
		margin-bottom: 10px;
	}
	
	#forms-by-app-type td::before {
		content: attr(data-label);
		position: absolute;
		left: 10px;
		top: 10px;
		font-weight: bold;
	}
	
	#forms-by-app-type td a {
		display: contents;
		margin-top: 30px;
	}
	
	#forms-by-app-type th::before {
		content: attr(data-label);
		position: absolute;
		left: 10px;
		top: 10px;
		font-weight: bold;
	}
	
	#forms-by-app-type tr th {
		background-color: rgba(249, 249, 249, .93) !important;
		width: 100%;
		margin-bottom: 10px;
	}
}

/* Alert box */
#banner {
	font-size: 16px;
	font-size: 16px;
	padding: 15px 30px;
	position: fixed;
	top: 10px;
	margin-left: 15px;
	margin-right: 10px;
	max-width: 1500px;
	width: 98%;
	background-color: #323a45;
	color: #fff;
	text-align: left;
	z-index: 9999;
	box-shadow: 0 8px 12px rgba(0, 0, 0, .2);
	display: none;
}

#banner p {
	font-size: 18px;
	display: inline;
	padding-right: 50px;
}

#banner p a:hover {
	font-size: 18px;
	display: inline;
	color: #fbad23;
}

.learn-more {
	display: none;
	color: #fbad23;
	padding-left: 5px;
	font-size: 18px;
}

/* If the alert link is present, show the link */
#banner .learn-more {
	display: inline;
}

/* Close button style */
.close-btn {
	position: absolute;
	top: 40%;
	right: 10px;
	transform: translateY(-50%);
	background: none;
	border: none;
	font-size: 30px;
	cursor: pointer;
	margin-right: 10px;
}

.close-btn:hover {
	color: #fbad23;
}

.alert-icon {
	font-size: 20px;
	color: #fc0;
	margin-right: 15px;
	vertical-align: middle;
}

.warning {
	padding-right: 5px;
	font-weight: bold;
	font-size: 18px;
}

/* responsive design */
@media (max-width: 600px) {
	.banner {
		font-size: 14px;
		width: 93%;
		padding-right: 10px;
		top: 0px !important;
		margin: 5px !important;
	}
	
	.alert-icon {
		display: none;
	}
	
	.close-btn {
		top: 10%;
		color: #fbad23;
		font-size: 40px;
	}
	
	#banner p {
		font-size: 25px;
	}
	
	.warning {
		display: none;
	}
	
	.learn-more {
		font-size: 25px;
	}
}

/*
    Styling for our accessible toggles
*/
.abc-toggle-btn {
	width: 100%;
	color: #046b99 !important;
	font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 1.1;
	background-color: transparent;
	border: none;
	text-align: left;
	padding: 1em 3em 1em 1em !important;
}

.et_pb_toggle_title:before {
	margin-right: 20px;
}

.et_pb_toggle_close, .et_pb_toggle_open {
	padding: 0 !important;
}

.et_pb_toggle_close h3, .et_pb_toggle_open h3 {
	padding: 0;
}

.et_pb_toggle_content {
	padding: 20px;
}

.mc-field-group ul {
	list-style: none !important;
}

li {
	padding: .2em;
}

ul label {
	display: inline-block !important;
}

/* #mc_embed_signup {
    width: 570px;
    display: inline-block;
    padding-left: 20px;
    padding-bottom: 20px;
} */
.abc-text-field-group {
	padding-top: 0 !important;
	padding: .1em;
}

/*.abc-text-field-group label {
    width: 120px;
    clear: left;
    text-align: right;
    padding-right: 10px;
}

.abc-text-field-group input,
.abc-text-field-group label {
    float: left;
} */
#confirm-email-msg {
	padding: 1.5em 0;
	color: #900;
	font-weight: bold;
}

#confirm-email-msg p {
	margin: .2em;
}

.mc-field-group {
	padding-top: 2em;
}

.mc-field-group label {
	display: block;
}

.mc-field-group input[type="text"], .mc-field-group input[type="email"] {
	width: 50%;
	border-radius: 4px;
}

@media only screen and (max-width: 991px) {
	.mc-field-group input[type="text"], .mc-field-group input[type="email"] {
		width: 100%;
	}
}

.input-group {
	clear: left;
}

.input-group input {
	margin-right: .75em;
}

.input-group label {
	font-weight: bold;
}

.input-group p {
	margin-left: 3em;
}

#btn-group {
	font-family: inherit;
	line-height: inherit;
	color: inherit;
	font-size: inherit;
	text-align: center;
	margin: 2em auto;
}

#btn-group input {
	padding: .4em 1em;
}

#abc-privacy-notice {
	text-align: center;
}

/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup form {
	display: block;
	position: relative;
	text-align: left;
	padding: 10px 0 10px 3%;
}

#mc_embed_signup h2 {
	font-weight: bold;
	padding: 0;
	margin: 15px 0;
	font-size: 1.4em;
}

#mc_embed_signup input {
	border: 1px solid #abb0b2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#mc_embed_signup input[type=checkbox] {
	-webkit-appearance: checkbox;
}

#mc_embed_signup input[type=radio] {
	-webkit-appearance: radio;
}

#mc_embed_signup input:focus {
	border-color: #333;
}

#mc_embed_signup .button {
	clear: both;
	background-color: #aaa;
	border: 0 none;
	border-radius: 4px;
	transition: all .23s ease-in-out 0s;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	height: 32px;
	line-height: 32px;
	margin: 0 5px 10px 0;
	padding: 0 22px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: auto;
}

#mc_embed_signup .button:hover {
	background-color: #777;
}

#mc_embed_signup .small-meta {
	font-size: 11px;
}

#mc_embed_signup .nowrap {
	white-space: nowrap;
}

#mc_embed_signup .mc-field-group {
	clear: left;
	position: relative;
	width: 96%;
	padding-bottom: 3%;
	min-height: 50px;
}

#mc_embed_signup .size1of2 {
	clear: none;
	float: left;
	display: inline-block;
	width: 46%;
	margin-right: 4%;
}

* html #mc_embed_signup .size1of2 {
	margin-right: 2%;
}

#mc_embed_signup .mc-field-group label {
	display: block;
	margin-bottom: 3px;
}

#mc_embed_signup .mc-field-group input {
	display: block;
	width: 100%;
	padding: 8px 0;
	text-indent: 2%;
}

#mc_embed_signup .mc-field-group select {
	display: inline-block;
	width: 99%;
	padding: 5px 0;
	margin-bottom: 2px;
}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us {
	padding: 5px 0;
}

#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input {
	display: inline;
	width: 60px;
	margin: 0 2px;
	letter-spacing: 1px;
	text-align: center;
	padding: 5px 0 2px 0;
}

#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input {
	width: 40px;
}

#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input {
	width: 30px;
}

#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label {
	display: none;
}

#mc_embed_signup .indicates-required {
	text-align: right;
	font-size: 11px;
	margin-right: 4%;
}

#mc_embed_signup .asterisk {
	color: #e85c41;
	font-size: 150%;
	font-weight: normal;
	position: relative;
	top: 5px;
}

#mc_embed_signup .clear {
	clear: both;
}

#mc_embed_signup .mc-field-group.input-group ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}

#mc_embed_signup .mc-field-group.input-group ul li {
	display: block;
	padding: 3px 0;
	margin: 0;
}

#mc_embed_signup .mc-field-group.input-group label {
	display: inline;
}

#mc_embed_signup .mc-field-group.input-group input {
	display: inline;
	width: auto;
	border: none;
}

#mc_embed_signup div#mce-responses {
	float: left;
	top: -1.4em;
	padding: 0em .5em 0em .5em;
	overflow: hidden;
	width: 90%;
	margin: 0 5%;
	clear: both;
}

#mc_embed_signup div.response {
	margin: 1em 0;
	padding: 1em .5em .5em 0;
	font-weight: bold;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 80%;
}

#mc_embed_signup #mce-error-response {
	display: none;
}

#mc_embed_signup #mce-success-response {
	color: #529214;
	display: none;
}

#mc_embed_signup label.error {
	display: block;
	float: none;
	width: auto;
	margin-left: 1.05em;
	text-align: left;
	padding: .5em 0;
}

#mc-embedded-subscribe {
	clear: both;
	width: auto;
	display: block;
	margin: 1em 0 1em 5%;
}

#mc_embed_signup #num-subscribers {
	font-size: 1.1em;
}

#mc_embed_signup #num-subscribers span {
	padding: .5em;
	border: 1px solid #ccc;
	margin-right: .5em;
	font-weight: bold;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	display: inline-block;
	margin: 2px 0 1em 0;
	padding: 5px 10px;
	background-color: rgba(255, 255, 255, .85);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
	z-index: 1;
	color: #e85c41;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
	border: 2px solid #e85c41;
}

/**
*   Custom layout for Census Tract Report
*/
#cta th:nth-child(7), #cta th:nth-child(8) {
	width: 5%;
}

#cta td:nth-child(1) {
	padding-left: 40px !important;
}

#cta td:nth-child(2) {
	padding-left: 50px !important;
}

#cta td:nth-child(3), #cta td:nth-child(4), #cta td:nth-child(6) {
	padding-left: 70px !important;
}

#cta td:nth-child(5) {
	padding-left: 45px !important;
}

#cta td:nth-child(7), #cta td:nth-child(8) {
	padding-left: 30px !important;
}

/**
*   Condense report layout for printing.
*/
@media print {
	/* Keep the vertical scroll bar from showing */
	html, body, .main {
		overflow: hidden;
	}
	
	p, dd, dl {
		line-height: 100%;
	}
	
	/* Hide a bunch of stuff */
	header, footer, .global-mega-footer, .et_pb_text_0, .breadcrumb-container, .page-title {
		display: none;
	}
	
	/* Scrunch it up! */
	.et_pb_divider, hr, h2, dl, .row {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	p {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 3px;
	}
	
	th, td {
		padding: 0;
		padding: 0;
	}
	
	/* Override the bootstrap grid styling, which doesn't play nice */
	.col-sm-6
    .col-sm-12 {
		display: block;
		width: 100%;
	}
	
	/* Make the data list elements flow horizontally to take up less vertical space */
	dt, dd {
		display: inline-block;
	}
	
	dd {
		padding-right: 15px;
	}
	
	/* Shrink the font size a little */
	p, dt, dd, th, td {
		font-size: 11pt;
	}
	
	h2 {
		font-size: 11pt;
	}
}

.abc-priority-report {
	margin-bottom: 30px !important;
}

h3.priority-type {
	color: #555;
	font-size: 1.25em !important;
	margin-bottom: 1em;
}

.priority-item {
	padding: 1em;
}

.abc-priority-report thead th, .abc-priority-report td:nth-child(2) {
	text-align: left;
}

.abc-priority-report th:nth-child(1), .abc-priority-report th:nth-child(2) {
	width: 10%;
}

.abc-priority-report th:nth-child(3) {
	width: 80%;
}

.abc-wide {
	display: none;
}

#priority-list-form {
	margin-bottom: 2em;
}

#priority-list-form label {
	text-align: right;
	clear: both;
	float: left;
	margin-right: 15px;
}

#priority-list-form select {
	width: 50%;
}

@media only screen and (min-width: 767px) {
	.abc-wide {
		display: block;
	}
	
	.abc-mobile {
		display: none;
	}
	
	h3.priority-type {
		text-align: left;
	}
	
	#priority-list-form .form-group {
		display: inline-block;
		padding-left: 1.5em;
	}
	
	#priority-submit {
		display: inline-block;
		vertical-align: super;
	}
	
	#priority-submit button {
		margin-left: 1.5em;
		vertical-align: middle;
	}
}

.abc-loading {
	text-align: center;
}

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.lds-ellipsis div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #046b99;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 6px;
	animation: lds-ellipsis1 .6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 6px;
	animation: lds-ellipsis2 .6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 26px;
	animation: lds-ellipsis2 .6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 45px;
	animation: lds-ellipsis3 .6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	
	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	
	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	
	100% {
		transform: translate(19px, 0);
	}
}

table.abc-delay-render {
	display: none;
}

table.abc-delay-render th, table.abc-delay-rendertd {
	border: solid 1px #eee;
}

table.abc-delay-render tr:nth-child(even), table.abc-delay-render th.abc-fixed-column, table.abc-delay-render thead tr {
	background-color: #f5f5f5;
}

table.abc-delay-render tr:nth-child(odd) {
	background-color: #fff;
}

table.abc-delay-render tr:hover {
	background-color: #e5e5e5;
}

table.abc-delay-render th.abc-fixed-column {
	padding: 6px 24px !important;
}

table.abc-delay-render thead tr:nth-child(1) {
	background-color: #e5e5e5 !important;
}

/**
*   Common styles for License Summary Counts tables
*/
.dataTables_wrapper .lsc-table td, .dataTables_wrapper .lsc-table th, .lsc-ret-by-county {
	font-size: .65em !important;
}

.dataTables_wrapper .lsc-table > .abc-col-header {
	text-align: center;
	font-size: .65em !important;
}

.dataTables_wrapper .lsc-table td {
	text-align: right;
}

.dataTables_wrapper .lsc-table th.abc-col-header {
	padding: 6px 40px;
}

/**
*   Fixed column and row headers for large tables
*/

/* .abc-fixed-column{
    z-index: 1 !important;
} */
.abc-fixed-headers {
	height: 25em;
	overflow: scroll;
	white-space: nowrap;
	position: relative;
	width: 100%;
	font-size: .8em;
	margin-bottom: 2em;
}

.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: -1px;
	background-color: #e5e5e5;
}

.sticky-left {
	position: -webkit-sticky;
	position: sticky;
	left: -1px;
}

.sticky-top.sticky-left {
	z-index: 1;
}

.abc-highlighted {
	background-color: yellow !important;
}

.abclqs-wide {
	display: none;
}

@media only screen and (min-width: 996px) {
	.abclqs-mobile {
		display: none;
	}
	
	.abclqs-wide {
		display: block;
	}
}

@media print {}

.dl-horizontal dt {
	font-weight: bold !important;
}

.abclqs-download-btn {
	margin-right: 2em;
}

/* CSS Document */
body .ui-datepicker {
	z-index: 9999 !important;
	padding: 15px 20px;
	width: 285px;
	box-sizing: border-box;
}

.ui-datepicker-prev, .ui-datepicker-next {
	cursor: pointer;
}

.ui-datepicker-month, .ui-datepicker-month option {
	text-transform: capitalize;
}

input[type="text"].hasDatepicker {
	background-image: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/source/rev-ada1e2f/www.abc.ca.gov/wp-content/plugins/wp-datepicker/img/calendar.svg");
	background-repeat: no-repeat;
	background-position: 99% center;
	background-size: auto 60%;
}

input[type="text"].hasDatepicker.nitro-lazy {
	background-image: none !important;
}

.ui-datepicker-inline {
	display: inline-table !important;
	margin: 0 0 20px 0;
}

.ui-datepicker a {
	box-shadow: none !important;
}

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-clearfix {
	min-height: 0;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0;
	font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}

.ui-button-icons-only {
	width: 3.4em;
}

button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}

.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}

.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */

/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane.nitro-lazy {
	background-image: none !important;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane.nitro-lazy {
	background-image: none !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}

.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}

.ui-menu .ui-menu {
	position: absolute;
}

.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0;
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}

.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: .25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-progressbar-indeterminate .ui-progressbar-value.nitro-lazy {
	background-image: none !important;
}

.ui-resizable {
	position: relative;
}

.ui-resizable-handle {
	position: absolute;
	font-size: .1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
	display: none;
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px .4em;
	margin: .5em 0 0 0;
	height: auto;
	border: 0;
}

.ui-selectmenu-open {
	display: block;
}

.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
	right: .5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: .4em 2.1em .4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}

.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}

.ui-spinner-up {
	top: 0;
}

.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}

.ui-tabs {
	position: relative;
	padding: .2em;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}

.ui-widget-content {
	border: 1px solid #aaa;
	background: #fff url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/plugins/wp-datepicker/css/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222;
}

.ui-widget-content.nitro-lazy {
	background: none !important;
}

.ui-widget-content a {
	color: #222;
}

.ui-widget-header {
	border: 1px solid #aaa;
	background: #ccc url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/plugins/wp-datepicker/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222;
	font-weight: bold;
}

.ui-widget-header.nitro-lazy {
	background: none !important;
}

.ui-widget-header a {
	color: #222;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/plugins/wp-datepicker/css/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555;
}

.ui-state-default.nitro-lazy, .ui-widget-content .ui-state-default.nitro-lazy, .ui-widget-header .ui-state-default.nitro-lazy {
	background: none !important;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #555;
	text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 1px solid #999;
	background: #dadada url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/plugins/wp-datepicker/css/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}

.ui-state-hover.nitro-lazy, .ui-widget-content .ui-state-hover.nitro-lazy, .ui-widget-header .ui-state-hover.nitro-lazy, .ui-state-focus.nitro-lazy, .ui-widget-content .ui-state-focus.nitro-lazy, .ui-widget-header .ui-state-focus.nitro-lazy {
	background: none !important;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #aaa;
	background: #fff url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/plugins/wp-datepicker/css/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}

.ui-state-active.nitro-lazy, .ui-widget-content .ui-state-active.nitro-lazy, .ui-widget-header .ui-state-active.nitro-lazy {
	background: none !important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/plugins/wp-datepicker/css/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}

.ui-state-highlight.nitro-lazy, .ui-widget-content .ui-state-highlight.nitro-lazy, .ui-widget-header .ui-state-highlight.nitro-lazy {
	background: none !important;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("https://www.abc.ca.gov/wp-content/plugins/wp-datepicker/css/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}

.ui-state-error.nitro-lazy, .ui-widget-content .ui-state-error.nitro-lazy, .ui-widget-header .ui-state-error.nitro-lazy {
	background: none !important;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}

.ui-state-disabled.nitro-lazy, .ui-widget-content .ui-state-disabled.nitro-lazy, .ui-widget-header .ui-state-disabled.nitro-lazy {
	background-image: none !important;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
	background-image: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/plugins/wp-datepicker/css/images/ui-icons_222222_256x240.png");
}

.ui-icon.nitro-lazy, .ui-widget-content .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-widget-header .ui-icon {
	background-image: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/plugins/wp-datepicker/css/images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-default .ui-icon {
	background-image: url("https://www.abc.ca.gov/wp-content/plugins/wp-datepicker/css/images/ui-icons_888888_256x240.png");
}

.ui-state-default .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
	background-image: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/plugins/wp-datepicker/css/images/ui-icons_454545_256x240.png");
}

.ui-state-hover .ui-icon.nitro-lazy, .ui-state-focus .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-active .ui-icon {
	background-image: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/plugins/wp-datepicker/css/images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-highlight .ui-icon {
	background-image: url("https://www.abc.ca.gov/wp-content/plugins/wp-datepicker/css/images/ui-icons_2e83ff_256x240.png");
}

.ui-state-highlight .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url("https://www.abc.ca.gov/wp-content/plugins/wp-datepicker/css/images/ui-icons_cd0a0a_256x240.png");
}

.ui-state-error .ui-icon.nitro-lazy, .ui-state-error-text .ui-icon.nitro-lazy {
	background-image: none !important;
}

/* positioning */
.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-carat-1-n {
	background-position: 0 0;
}

.ui-icon-carat-1-ne {
	background-position: -16px 0;
}

.ui-icon-carat-1-e {
	background-position: -32px 0;
}

.ui-icon-carat-1-se {
	background-position: -48px 0;
}

.ui-icon-carat-1-s {
	background-position: -64px 0;
}

.ui-icon-carat-1-sw {
	background-position: -80px 0;
}

.ui-icon-carat-1-w {
	background-position: -96px 0;
}

.ui-icon-carat-1-nw {
	background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaa url("https://www.abc.ca.gov/wp-content/plugins/wp-datepicker/css/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}

.ui-widget-overlay.nitro-lazy {
	background: none !important;
}

.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaa url("https://www.abc.ca.gov/wp-content/plugins/wp-datepicker/css/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

.ui-widget-shadow.nitro-lazy {
	background: none !important;
}

/*
 Theme Name:   CAWeb
 Theme URI:    caweb.ca.gov
 Description:  Divi CA State Child Theme
 Author:       Jesus D Guzman
 Author URI:   ""
 Template: 	   Divi
 Version:      1.1.4b
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, responsive-layout, accessibility-ready, california, ca
 Text Domain:  divi-state-child
*/
#wpadminbar .ab-submenu {
	padding: 6px 0 !important;
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa, .fab, .fad, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s steps(8) infinite;
	animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-500px:before {
	content: "";
}

.fa-abacus:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-acorn:before {
	content: "";
}

.fa-acquisitions-incorporated:before {
	content: "";
}

.fa-ad:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-card:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-adobe:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-air-conditioner:before {
	content: "";
}

.fa-air-freshener:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-alarm-clock:before {
	content: "";
}

.fa-alarm-exclamation:before {
	content: "";
}

.fa-alarm-plus:before {
	content: "";
}

.fa-alarm-snooze:before {
	content: "";
}

.fa-album:before {
	content: "";
}

.fa-album-collection:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-alicorn:before {
	content: "";
}

.fa-alien:before {
	content: "";
}

.fa-alien-monster:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-slash:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-allergies:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-amp-guitar:before {
	content: "";
}

.fa-analytics:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-angel:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angry:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-apple-alt:before {
	content: "";
}

.fa-apple-crate:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-arrow-alt-circle-down:before {
	content: "";
}

.fa-arrow-alt-circle-left:before {
	content: "";
}

.fa-arrow-alt-circle-right:before {
	content: "";
}

.fa-arrow-alt-circle-up:before {
	content: "";
}

.fa-arrow-alt-down:before {
	content: "";
}

.fa-arrow-alt-from-bottom:before {
	content: "";
}

.fa-arrow-alt-from-left:before {
	content: "";
}

.fa-arrow-alt-from-right:before {
	content: "";
}

.fa-arrow-alt-from-top:before {
	content: "";
}

.fa-arrow-alt-left:before {
	content: "";
}

.fa-arrow-alt-right:before {
	content: "";
}

.fa-arrow-alt-square-down:before {
	content: "";
}

.fa-arrow-alt-square-left:before {
	content: "";
}

.fa-arrow-alt-square-right:before {
	content: "";
}

.fa-arrow-alt-square-up:before {
	content: "";
}

.fa-arrow-alt-to-bottom:before {
	content: "";
}

.fa-arrow-alt-to-left:before {
	content: "";
}

.fa-arrow-alt-to-right:before {
	content: "";
}

.fa-arrow-alt-to-top:before {
	content: "";
}

.fa-arrow-alt-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-arrow-from-bottom:before {
	content: "";
}

.fa-arrow-from-left:before {
	content: "";
}

.fa-arrow-from-right:before {
	content: "";
}

.fa-arrow-from-top:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-square-down:before {
	content: "";
}

.fa-arrow-square-left:before {
	content: "";
}

.fa-arrow-square-right:before {
	content: "";
}

.fa-arrow-square-up:before {
	content: "";
}

.fa-arrow-to-bottom:before {
	content: "";
}

.fa-arrow-to-left:before {
	content: "";
}

.fa-arrow-to-right:before {
	content: "";
}

.fa-arrow-to-top:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-arrows-alt-h:before {
	content: "";
}

.fa-arrows-alt-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-atlas:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-atom-alt:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-axe:before {
	content: "";
}

.fa-axe-battle:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-baby-carriage:before {
	content: "";
}

.fa-backpack:before {
	content: "";
}

.fa-backspace:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-bacon:before {
	content: "";
}

.fa-bacteria:before {
	content: "陵";
}

.fa-bacterium:before {
	content: "讀";
}

.fa-badge:before {
	content: "";
}

.fa-badge-check:before {
	content: "";
}

.fa-badge-dollar:before {
	content: "";
}

.fa-badge-percent:before {
	content: "";
}

.fa-badge-sheriff:before {
	content: "";
}

.fa-badger-honey:before {
	content: "";
}

.fa-bags-shopping:before {
	content: "";
}

.fa-bahai:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-balance-scale-left:before {
	content: "";
}

.fa-balance-scale-right:before {
	content: "";
}

.fa-ball-pile:before {
	content: "";
}

.fa-ballot:before {
	content: "";
}

.fa-ballot-check:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-band-aid:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-banjo:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-barcode-alt:before {
	content: "";
}

.fa-barcode-read:before {
	content: "";
}

.fa-barcode-scan:before {
	content: "";
}

.fa-bars:before {
	content: "";
}

.fa-baseball:before {
	content: "";
}

.fa-baseball-ball:before {
	content: "";
}

.fa-basketball-ball:before {
	content: "";
}

.fa-basketball-hoop:before {
	content: "";
}

.fa-bat:before {
	content: "";
}

.fa-bath:before {
	content: "";
}

.fa-battery-bolt:before {
	content: "";
}

.fa-battery-empty:before {
	content: "";
}

.fa-battery-full:before {
	content: "";
}

.fa-battery-half:before {
	content: "";
}

.fa-battery-quarter:before {
	content: "";
}

.fa-battery-slash:before {
	content: "";
}

.fa-battery-three-quarters:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-bed-alt:before {
	content: "";
}

.fa-bed-bunk:before {
	content: "";
}

.fa-bed-empty:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-bell-exclamation:before {
	content: "";
}

.fa-bell-on:before {
	content: "";
}

.fa-bell-plus:before {
	content: "";
}

.fa-bell-school:before {
	content: "";
}

.fa-bell-school-slash:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bells:before {
	content: "";
}

.fa-betamax:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bible:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-biking:before {
	content: "";
}

.fa-biking-mountain:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-blanket:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-blinds:before {
	content: "";
}

.fa-blinds-open:before {
	content: "";
}

.fa-blinds-raised:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-bolt:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-bone-break:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-book-alt:before {
	content: "";
}

.fa-book-dead:before {
	content: "";
}

.fa-book-heart:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-reader:before {
	content: "";
}

.fa-book-spells:before {
	content: "";
}

.fa-book-user:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-books:before {
	content: "";
}

.fa-books-medical:before {
	content: "";
}

.fa-boombox:before {
	content: "";
}

.fa-boot:before {
	content: "";
}

.fa-booth-curtain:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-border-all:before {
	content: "";
}

.fa-border-bottom:before {
	content: "";
}

.fa-border-center-h:before {
	content: "";
}

.fa-border-center-v:before {
	content: "";
}

.fa-border-inner:before {
	content: "";
}

.fa-border-left:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

.fa-border-outer:before {
	content: "";
}

.fa-border-right:before {
	content: "";
}

.fa-border-style:before {
	content: "";
}

.fa-border-style-alt:before {
	content: "";
}

.fa-border-top:before {
	content: "";
}

.fa-bow-arrow:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-bowling-pins:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-box-alt:before {
	content: "";
}

.fa-box-ballot:before {
	content: "";
}

.fa-box-check:before {
	content: "";
}

.fa-box-fragile:before {
	content: "";
}

.fa-box-full:before {
	content: "";
}

.fa-box-heart:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-box-tissue:before {
	content: "拏";
}

.fa-box-up:before {
	content: "";
}

.fa-box-usd:before {
	content: "";
}

.fa-boxes:before {
	content: "";
}

.fa-boxes-alt:before {
	content: "";
}

.fa-boxing-glove:before {
	content: "";
}

.fa-brackets:before {
	content: "";
}

.fa-brackets-curly:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-bread-loaf:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-bring-forward:before {
	content: "";
}

.fa-bring-front:before {
	content: "";
}

.fa-broadcast-tower:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-browser:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-bullseye-arrow:before {
	content: "";
}

.fa-bullseye-pointer:before {
	content: "";
}

.fa-burger-soda:before {
	content: "";
}

.fa-burn:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-burrito:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-bus-alt:before {
	content: "";
}

.fa-bus-school:before {
	content: "";
}

.fa-business-time:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-cabinet-filing:before {
	content: "";
}

.fa-cactus:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-calculator-alt:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-calendar-alt:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-calendar-edit:before {
	content: "";
}

.fa-calendar-exclamation:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-calendar-star:before {
	content: "";
}

.fa-calendar-times:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-camcorder:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-camera-alt:before {
	content: "";
}

.fa-camera-home:before {
	content: "";
}

.fa-camera-movie:before {
	content: "";
}

.fa-camera-polaroid:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-campfire:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-candle-holder:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-candy-corn:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-car:before {
	content: "";
}

.fa-car-alt:before {
	content: "";
}

.fa-car-battery:before {
	content: "";
}

.fa-car-building:before {
	content: "";
}

.fa-car-bump:before {
	content: "";
}

.fa-car-bus:before {
	content: "";
}

.fa-car-crash:before {
	content: "";
}

.fa-car-garage:before {
	content: "";
}

.fa-car-mechanic:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-car-tilt:before {
	content: "";
}

.fa-car-wash:before {
	content: "";
}

.fa-caravan:before {
	content: "";
}

.fa-caravan-alt:before {
	content: "豈";
}

.fa-caret-circle-down:before {
	content: "";
}

.fa-caret-circle-left:before {
	content: "";
}

.fa-caret-circle-right:before {
	content: "";
}

.fa-caret-circle-up:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-caret-square-down:before {
	content: "";
}

.fa-caret-square-left:before {
	content: "";
}

.fa-caret-square-right:before {
	content: "";
}

.fa-caret-square-up:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-cars:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cash-register:before {
	content: "";
}

.fa-cassette-tape:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-cat-space:before {
	content: "更";
}

.fa-cauldron:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cctv:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-chair-office:before {
	content: "";
}

.fa-chalkboard:before {
	content: "";
}

.fa-chalkboard-teacher:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-chart-area:before {
	content: "";
}

.fa-chart-bar:before {
	content: "";
}

.fa-chart-line:before {
	content: "";
}

.fa-chart-line-down:before {
	content: "";
}

.fa-chart-network:before {
	content: "";
}

.fa-chart-pie:before {
	content: "";
}

.fa-chart-pie-alt:before {
	content: "";
}

.fa-chart-scatter:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-cheese:before {
	content: "";
}

.fa-cheese-swiss:before {
	content: "";
}

.fa-cheeseburger:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-chess-bishop-alt:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-chess-clock:before {
	content: "";
}

.fa-chess-clock-alt:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-chess-king-alt:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-chess-knight-alt:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-chess-pawn-alt:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-chess-queen-alt:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-chess-rook-alt:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-double-down:before {
	content: "";
}

.fa-chevron-double-left:before {
	content: "";
}

.fa-chevron-double-right:before {
	content: "";
}

.fa-chevron-double-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-chevron-square-down:before {
	content: "";
}

.fa-chevron-square-left:before {
	content: "";
}

.fa-chevron-square-right:before {
	content: "";
}

.fa-chevron-square-up:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-chimney:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-city:before {
	content: "";
}

.fa-clarinet:before {
	content: "";
}

.fa-claw-marks:before {
	content: "";
}

.fa-clinic-medical:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-clipboard-list-check:before {
	content: "";
}

.fa-clipboard-prescription:before {
	content: "";
}

.fa-clipboard-user:before {
	content: "";
}

.fa-clock:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-download-alt:before {
	content: "";
}

.fa-cloud-drizzle:before {
	content: "";
}

.fa-cloud-hail:before {
	content: "";
}

.fa-cloud-hail-mixed:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-cloud-music:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-cloud-rainbow:before {
	content: "";
}

.fa-cloud-showers:before {
	content: "";
}

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-cloud-sleet:before {
	content: "";
}

.fa-cloud-snow:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-cloud-upload-alt:before {
	content: "";
}

.fa-clouds:before {
	content: "";
}

.fa-clouds-moon:before {
	content: "";
}

.fa-clouds-sun:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-club:before {
	content: "";
}

.fa-cocktail:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-code-commit:before {
	content: "";
}

.fa-code-merge:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-coffee-pot:before {
	content: "車";
}

.fa-coffee-togo:before {
	content: "";
}

.fa-coffin:before {
	content: "";
}

.fa-coffin-cross:before {
	content: "陋";
}

.fa-cog:before {
	content: "";
}

.fa-cogs:before {
	content: "";
}

.fa-coin:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-comet:before {
	content: "賈";
}

.fa-comment:before {
	content: "";
}

.fa-comment-alt:before {
	content: "";
}

.fa-comment-alt-check:before {
	content: "";
}

.fa-comment-alt-dollar:before {
	content: "";
}

.fa-comment-alt-dots:before {
	content: "";
}

.fa-comment-alt-edit:before {
	content: "";
}

.fa-comment-alt-exclamation:before {
	content: "";
}

.fa-comment-alt-lines:before {
	content: "";
}

.fa-comment-alt-medical:before {
	content: "";
}

.fa-comment-alt-minus:before {
	content: "";
}

.fa-comment-alt-music:before {
	content: "";
}

.fa-comment-alt-plus:before {
	content: "";
}

.fa-comment-alt-slash:before {
	content: "";
}

.fa-comment-alt-smile:before {
	content: "";
}

.fa-comment-alt-times:before {
	content: "";
}

.fa-comment-check:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-dots:before {
	content: "";
}

.fa-comment-edit:before {
	content: "";
}

.fa-comment-exclamation:before {
	content: "";
}

.fa-comment-lines:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-comment-minus:before {
	content: "";
}

.fa-comment-music:before {
	content: "";
}

.fa-comment-plus:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-comment-smile:before {
	content: "";
}

.fa-comment-times:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-comments-alt:before {
	content: "";
}

.fa-comments-alt-dollar:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-compass-slash:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-compress-alt:before {
	content: "";
}

.fa-compress-arrows-alt:before {
	content: "";
}

.fa-compress-wide:before {
	content: "";
}

.fa-computer-classic:before {
	content: "";
}

.fa-computer-speaker:before {
	content: "";
}

.fa-concierge-bell:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-construction:before {
	content: "";
}

.fa-container-storage:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-conveyor-belt:before {
	content: "";
}

.fa-conveyor-belt-alt:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-corn:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cow:before {
	content: "";
}

.fa-cowbell:before {
	content: "";
}

.fa-cowbell-more:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-credit-card-blank:before {
	content: "";
}

.fa-credit-card-front:before {
	content: "";
}

.fa-cricket:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-croissant:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-crop-alt:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

.fa-crutches:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-curling:before {
	content: "";
}

.fa-cut:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-dagger:before {
	content: "";
}

.fa-dailymotion:before {
	content: "勒";
}

.fa-dashcube:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-deaf:before {
	content: "";
}

.fa-debug:before {
	content: "";
}

.fa-deer:before {
	content: "";
}

.fa-deer-rudolph:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-desktop-alt:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-dewpoint:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diagnoses:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-dice-d10:before {
	content: "";
}

.fa-dice-d12:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-dice-d4:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-dice-d8:before {
	content: "";
}

.fa-dice-five:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

.fa-dice-two:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-digging:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-digital-tachograph:before {
	content: "";
}

.fa-diploma:before {
	content: "";
}

.fa-directions:before {
	content: "";
}

.fa-disc-drive:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-dizzy:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-do-not-enter:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-dog-leashed:before {
	content: "";
}

.fa-dollar-sign:before {
	content: "";
}

.fa-dolly:before {
	content: "";
}

.fa-dolly-empty:before {
	content: "";
}

.fa-dolly-flatbed:before {
	content: "";
}

.fa-dolly-flatbed-alt:before {
	content: "";
}

.fa-dolly-flatbed-empty:before {
	content: "";
}

.fa-donate:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

.fa-dot-circle:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-drafting-compass:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-draw-circle:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-draw-square:before {
	content: "";
}

.fa-dreidel:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-drone:before {
	content: "";
}

.fa-drone-alt:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-dryer:before {
	content: "";
}

.fa-dryer-alt:before {
	content: "";
}

.fa-duck:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-ear:before {
	content: "";
}

.fa-ear-muffs:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-eclipse:before {
	content: "";
}

.fa-eclipse-alt:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-edit:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

.fa-egg-fried:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-elephant:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-h-alt:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-ellipsis-v-alt:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-empty-set:before {
	content: "";
}

.fa-engine-warning:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-dollar:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-equals:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-euro-sign:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-exchange-alt:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-exclamation-square:before {
	content: "";
}

.fa-exclamation-triangle:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-expand-alt:before {
	content: "";
}

.fa-expand-arrows:before {
	content: "";
}

.fa-expand-arrows-alt:before {
	content: "";
}

.fa-expand-wide:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-external-link-alt:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-external-link-square-alt:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-dropper:before {
	content: "";
}

.fa-eye-evil:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-fan:before {
	content: "";
}

.fa-fan-table:before {
	content: "滑";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-farm:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-faucet:before {
	content: "串";
}

.fa-faucet-drip:before {
	content: "句";
}

.fa-fax:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-feather-alt:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-field-hockey:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-alt:before {
	content: "";
}

.fa-file-archive:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-file-certificate:before {
	content: "";
}

.fa-file-chart-line:before {
	content: "";
}

.fa-file-chart-pie:before {
	content: "";
}

.fa-file-check:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-file-download:before {
	content: "";
}

.fa-file-edit:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-file-exclamation:before {
	content: "";
}

.fa-file-export:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-file-import:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-file-medical:before {
	content: "";
}

.fa-file-medical-alt:before {
	content: "";
}

.fa-file-minus:before {
	content: "";
}

.fa-file-music:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-file-plus:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-file-search:before {
	content: "";
}

.fa-file-signature:before {
	content: "";
}

.fa-file-spreadsheet:before {
	content: "";
}

.fa-file-times:before {
	content: "";
}

.fa-file-upload:before {
	content: "";
}

.fa-file-user:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-files-medical:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-fill-drip:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-film-alt:before {
	content: "";
}

.fa-film-canister:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-fire-alt:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-fire-smoke:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-firefox-browser:before {
	content: "龜";
}

.fa-fireplace:before {
	content: "";
}

.fa-first-aid:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-fish-cooked:before {
	content: "";
}

.fa-fist-raised:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-flag-alt:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-flame:before {
	content: "";
}

.fa-flashlight:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-flask-poison:before {
	content: "";
}

.fa-flask-potion:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-flower:before {
	content: "";
}

.fa-flower-daffodil:before {
	content: "";
}

.fa-flower-tulip:before {
	content: "";
}

.fa-flushed:before {
	content: "";
}

.fa-flute:before {
	content: "";
}

.fa-flux-capacitor:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-fog:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-download:before {
	content: "肋";
}

.fa-folder-minus:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

.fa-folder-times:before {
	content: "";
}

.fa-folder-tree:before {
	content: "";
}

.fa-folder-upload:before {
	content: "凜";
}

.fa-folders:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-font-awesome:before {
	content: "";
}

.fa-font-awesome-alt:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-font-awesome-logo-full:before {
	content: "";
}

.fa-font-case:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-football-ball:before {
	content: "";
}

.fa-football-helmet:before {
	content: "";
}

.fa-forklift:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-fragile:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-french-fries:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-frosty-head:before {
	content: "";
}

.fa-frown:before {
	content: "";
}

.fa-frown-open:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-function:before {
	content: "";
}

.fa-funnel-dollar:before {
	content: "";
}

.fa-futbol:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-galaxy:before {
	content: "龜";
}

.fa-game-board:before {
	content: "";
}

.fa-game-board-alt:before {
	content: "";
}

.fa-game-console-handheld:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-gamepad-alt:before {
	content: "";
}

.fa-garage:before {
	content: "契";
}

.fa-garage-car:before {
	content: "金";
}

.fa-garage-open:before {
	content: "喇";
}

.fa-gas-pump:before {
	content: "";
}

.fa-gas-pump-slash:before {
	content: "";
}

.fa-gavel:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-gift-card:before {
	content: "";
}

.fa-gifts:before {
	content: "";
}

.fa-gingerbread-man:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-git-alt:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-glass:before {
	content: "";
}

.fa-glass-champagne:before {
	content: "";
}

.fa-glass-cheers:before {
	content: "";
}

.fa-glass-citrus:before {
	content: "";
}

.fa-glass-martini:before {
	content: "";
}

.fa-glass-martini-alt:before {
	content: "";
}

.fa-glass-whiskey:before {
	content: "";
}

.fa-glass-whiskey-rocks:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-glasses-alt:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-globe-africa:before {
	content: "";
}

.fa-globe-americas:before {
	content: "";
}

.fa-globe-asia:before {
	content: "";
}

.fa-globe-europe:before {
	content: "";
}

.fa-globe-snow:before {
	content: "";
}

.fa-globe-stand:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golf-ball:before {
	content: "";
}

.fa-golf-club:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-graduation-cap:before {
	content: "";
}

.fa-gramophone:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-greater-than:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grimace:before {
	content: "";
}

.fa-grin:before {
	content: "";
}

.fa-grin-alt:before {
	content: "";
}

.fa-grin-beam:before {
	content: "";
}

.fa-grin-beam-sweat:before {
	content: "";
}

.fa-grin-hearts:before {
	content: "";
}

.fa-grin-squint:before {
	content: "";
}

.fa-grin-squint-tears:before {
	content: "";
}

.fa-grin-stars:before {
	content: "";
}

.fa-grin-tears:before {
	content: "";
}

.fa-grin-tongue:before {
	content: "";
}

.fa-grin-tongue-squint:before {
	content: "";
}

.fa-grin-tongue-wink:before {
	content: "";
}

.fa-grin-wink:before {
	content: "";
}

.fa-grip-horizontal:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-guitar-electric:before {
	content: "";
}

.fa-guitars:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-h1:before {
	content: "";
}

.fa-h2:before {
	content: "";
}

.fa-h3:before {
	content: "";
}

.fa-h4:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hamburger:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hammer-war:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-hand-heart:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-box:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-magic:before {
	content: "";
}

.fa-hand-holding-medical:before {
	content: "樂";
}

.fa-hand-holding-seedling:before {
	content: "";
}

.fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-holding-water:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

.fa-hand-paper:before {
	content: "";
}

.fa-hand-peace:before {
	content: "";
}

.fa-hand-point-down:before {
	content: "";
}

.fa-hand-point-left:before {
	content: "";
}

.fa-hand-point-right:before {
	content: "";
}

.fa-hand-point-up:before {
	content: "";
}

.fa-hand-pointer:before {
	content: "";
}

.fa-hand-receiving:before {
	content: "";
}

.fa-hand-rock:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hand-sparkles:before {
	content: "諾";
}

.fa-hand-spock:before {
	content: "";
}

.fa-hands:before {
	content: "";
}

.fa-hands-heart:before {
	content: "";
}

.fa-hands-helping:before {
	content: "";
}

.fa-hands-usd:before {
	content: "";
}

.fa-hands-wash:before {
	content: "丹";
}

.fa-handshake:before {
	content: "";
}

.fa-handshake-alt:before {
	content: "";
}

.fa-handshake-alt-slash:before {
	content: "寧";
}

.fa-handshake-slash:before {
	content: "怒";
}

.fa-hanukiah:before {
	content: "";
}

.fa-hard-hat:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-hat-chef:before {
	content: "";
}

.fa-hat-cowboy:before {
	content: "";
}

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-hat-santa:before {
	content: "";
}

.fa-hat-winter:before {
	content: "";
}

.fa-hat-witch:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-hdd:before {
	content: "";
}

.fa-head-side:before {
	content: "";
}

.fa-head-side-brain:before {
	content: "";
}

.fa-head-side-cough:before {
	content: "率";
}

.fa-head-side-cough-slash:before {
	content: "異";
}

.fa-head-side-headphones:before {
	content: "";
}

.fa-head-side-mask:before {
	content: "北";
}

.fa-head-side-medical:before {
	content: "";
}

.fa-head-side-virus:before {
	content: "磻";
}

.fa-head-vr:before {
	content: "";
}

.fa-heading:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-headphones-alt:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-heart-broken:before {
	content: "";
}

.fa-heart-circle:before {
	content: "";
}

.fa-heart-rate:before {
	content: "";
}

.fa-heart-square:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-heat:before {
	content: "奈";
}

.fa-helicopter:before {
	content: "";
}

.fa-helmet-battle:before {
	content: "";
}

.fa-hexagon:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-hiking:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-hockey-mask:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-hockey-sticks:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-home-alt:before {
	content: "";
}

.fa-home-heart:before {
	content: "";
}

.fa-home-lg:before {
	content: "";
}

.fa-home-lg-alt:before {
	content: "";
}

.fa-hood-cloak:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-horizontal-rule:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-horse-saddle:before {
	content: "";
}

.fa-hospital:before {
	content: "";
}

.fa-hospital-alt:before {
	content: "";
}

.fa-hospital-symbol:before {
	content: "";
}

.fa-hospital-user:before {
	content: "";
}

.fa-hospitals:before {
	content: "";
}

.fa-hot-tub:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-start:before {
	content: "";
}

.fa-house:before {
	content: "懶";
}

.fa-house-damage:before {
	content: "";
}

.fa-house-day:before {
	content: "癩";
}

.fa-house-flood:before {
	content: "";
}

.fa-house-leave:before {
	content: "羅";
}

.fa-house-night:before {
	content: "蘿";
}

.fa-house-return:before {
	content: "螺";
}

.fa-house-signal:before {
	content: "裸";
}

.fa-house-user:before {
	content: "便";
}

.fa-houzz:before {
	content: "";
}

.fa-hryvnia:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-humidity:before {
	content: "";
}

.fa-hurricane:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-ice-cream:before {
	content: "";
}

.fa-ice-skate:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-icons:before {
	content: "";
}

.fa-icons-alt:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-id-card:before {
	content: "";
}

.fa-id-card-alt:before {
	content: "";
}

.fa-ideal:before {
	content: "邏";
}

.fa-igloo:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-image-polaroid:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-inbox-in:before {
	content: "";
}

.fa-inbox-out:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-industry-alt:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-info-square:before {
	content: "";
}

.fa-inhaler:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-instagram-square:before {
	content: "凌";
}

.fa-integral:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-intersection:before {
	content: "";
}

.fa-inventory:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-island-tropical:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-jack-o-lantern:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-journal-whills:before {
	content: "";
}

.fa-joystick:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-jug:before {
	content: "";
}

.fa-kaaba:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-kazoo:before {
	content: "";
}

.fa-kerning:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-key-skeleton:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-keynote:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-kidneys:before {
	content: "";
}

.fa-kiss:before {
	content: "";
}

.fa-kiss-beam:before {
	content: "";
}

.fa-kiss-wink-heart:before {
	content: "";
}

.fa-kite:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-knife-kitchen:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-lambda:before {
	content: "";
}

.fa-lamp:before {
	content: "";
}

.fa-lamp-desk:before {
	content: "樂";
}

.fa-lamp-floor:before {
	content: "洛";
}

.fa-landmark:before {
	content: "";
}

.fa-landmark-alt:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-laptop-code:before {
	content: "";
}

.fa-laptop-house:before {
	content: "復";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-lasso:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-laugh:before {
	content: "";
}

.fa-laugh-beam:before {
	content: "";
}

.fa-laugh-squint:before {
	content: "";
}

.fa-laugh-wink:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-layer-minus:before {
	content: "";
}

.fa-layer-plus:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-leaf-heart:before {
	content: "";
}

.fa-leaf-maple:before {
	content: "";
}

.fa-leaf-oak:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-less-than:before {
	content: "";
}

.fa-less-than-equal:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-level-down-alt:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-up-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-light-ceiling:before {
	content: "烙";
}

.fa-light-switch:before {
	content: "珞";
}

.fa-light-switch-off:before {
	content: "落";
}

.fa-light-switch-on:before {
	content: "酪";
}

.fa-lightbulb:before {
	content: "";
}

.fa-lightbulb-dollar:before {
	content: "";
}

.fa-lightbulb-exclamation:before {
	content: "";
}

.fa-lightbulb-on:before {
	content: "";
}

.fa-lightbulb-slash:before {
	content: "";
}

.fa-lights-holiday:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-line-columns:before {
	content: "";
}

.fa-line-height:before {
	content: "";
}

.fa-link:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-lips:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-list-music:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-location:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-location-circle:before {
	content: "";
}

.fa-location-slash:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-lock-alt:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-lock-open-alt:before {
	content: "";
}

.fa-long-arrow-alt-down:before {
	content: "";
}

.fa-long-arrow-alt-left:before {
	content: "";
}

.fa-long-arrow-alt-right:before {
	content: "";
}

.fa-long-arrow-alt-up:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-loveseat:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-luchador:before {
	content: "";
}

.fa-luggage-cart:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-lungs-virus:before {
	content: "不";
}

.fa-lyft:before {
	content: "";
}

.fa-mace:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-mail-bulk:before {
	content: "";
}

.fa-mailbox:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-mandolin:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-map-marked:before {
	content: "";
}

.fa-map-marked-alt:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-map-marker-alt:before {
	content: "";
}

.fa-map-marker-alt-slash:before {
	content: "";
}

.fa-map-marker-check:before {
	content: "";
}

.fa-map-marker-edit:before {
	content: "";
}

.fa-map-marker-exclamation:before {
	content: "";
}

.fa-map-marker-minus:before {
	content: "";
}

.fa-map-marker-plus:before {
	content: "";
}

.fa-map-marker-question:before {
	content: "";
}

.fa-map-marker-slash:before {
	content: "";
}

.fa-map-marker-smile:before {
	content: "";
}

.fa-map-marker-times:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-meat:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-medium-m:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-megaphone:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-meh:before {
	content: "";
}

.fa-meh-blank:before {
	content: "";
}

.fa-meh-rolling-eyes:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-microblog:before {
	content: "駱";
}

.fa-microchip:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-alt:before {
	content: "";
}

.fa-microphone-alt-slash:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-microphone-stand:before {
	content: "";
}

.fa-microscope:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-microwave:before {
	content: "亂";
}

.fa-mind-share:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-minus-hexagon:before {
	content: "";
}

.fa-minus-octagon:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-mistletoe:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-mixer:before {
	content: "稜";
}

.fa-mizuni:before {
	content: "";
}

.fa-mobile:before {
	content: "";
}

.fa-mobile-alt:before {
	content: "";
}

.fa-mobile-android:before {
	content: "";
}

.fa-mobile-android-alt:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-monero:before {
	content: "";
}

.fa-money-bill:before {
	content: "";
}

.fa-money-bill-alt:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-money-bill-wave-alt:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-money-check-alt:before {
	content: "";
}

.fa-money-check-edit:before {
	content: "";
}

.fa-money-check-edit-alt:before {
	content: "";
}

.fa-monitor-heart-rate:before {
	content: "";
}

.fa-monkey:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-moon-cloud:before {
	content: "";
}

.fa-moon-stars:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-mountains:before {
	content: "";
}

.fa-mouse:before {
	content: "";
}

.fa-mouse-alt:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-mp3-player:before {
	content: "";
}

.fa-mug:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-mug-marshmallows:before {
	content: "";
}

.fa-mug-tea:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-music-alt:before {
	content: "";
}

.fa-music-alt-slash:before {
	content: "";
}

.fa-music-slash:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-narwhal:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-notes-medical:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-octagon:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-oil-temp:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-om:before {
	content: "";
}

.fa-omega:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-orcid:before {
	content: "";
}

.fa-ornament:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-outdent:before {
	content: "";
}

.fa-outlet:before {
	content: "卵";
}

.fa-oven:before {
	content: "欄";
}

.fa-overline:before {
	content: "";
}

.fa-page-break:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-pager:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-paint-brush-alt:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-pallet-alt:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-paragraph-rtl:before {
	content: "";
}

.fa-parking:before {
	content: "";
}

.fa-parking-circle:before {
	content: "";
}

.fa-parking-circle-slash:before {
	content: "";
}

.fa-parking-slash:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-pastafarianism:before {
	content: "";
}

.fa-paste:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-paw-alt:before {
	content: "";
}

.fa-paw-claws:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-pegasus:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-pen-alt:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-pen-square:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-pencil-alt:before {
	content: "";
}

.fa-pencil-paintbrush:before {
	content: "";
}

.fa-pencil-ruler:before {
	content: "";
}

.fa-pennant:before {
	content: "";
}

.fa-penny-arcade:before {
	content: "";
}

.fa-people-arrows:before {
	content: "泌";
}

.fa-people-carry:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-percentage:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-person-carry:before {
	content: "";
}

.fa-person-dolly:before {
	content: "";
}

.fa-person-dolly-empty:before {
	content: "";
}

.fa-person-sign:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-phone-alt:before {
	content: "";
}

.fa-phone-laptop:before {
	content: "";
}

.fa-phone-office:before {
	content: "";
}

.fa-phone-plus:before {
	content: "";
}

.fa-phone-rotary:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-phone-square-alt:before {
	content: "";
}

.fa-phone-volume:before {
	content: "";
}

.fa-photo-video:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-pi:before {
	content: "";
}

.fa-piano:before {
	content: "";
}

.fa-piano-keyboard:before {
	content: "";
}

.fa-pie:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-square:before {
	content: "爛";
}

.fa-pig:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-pizza:before {
	content: "";
}

.fa-pizza-slice:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-plane-alt:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-plane-slash:before {
	content: "數";
}

.fa-planet-moon:before {
	content: "蘭";
}

.fa-planet-ringed:before {
	content: "鸞";
}

.fa-play:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-plus-hexagon:before {
	content: "";
}

.fa-plus-octagon:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-podium:before {
	content: "";
}

.fa-podium-star:before {
	content: "";
}

.fa-police-box:before {
	content: "嵐";
}

.fa-poll:before {
	content: "";
}

.fa-poll-h:before {
	content: "";
}

.fa-poll-people:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-poo-storm:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-popcorn:before {
	content: "";
}

.fa-portal-enter:before {
	content: "濫";
}

.fa-portal-exit:before {
	content: "藍";
}

.fa-portrait:before {
	content: "";
}

.fa-pound-sign:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-pray:before {
	content: "";
}

.fa-praying-hands:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-prescription-bottle-alt:before {
	content: "";
}

.fa-presentation:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-print-search:before {
	content: "";
}

.fa-print-slash:before {
	content: "";
}

.fa-procedures:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-project-diagram:before {
	content: "";
}

.fa-projector:before {
	content: "";
}

.fa-pump-medical:before {
	content: "索";
}

.fa-pump-soap:before {
	content: "參";
}

.fa-pumpkin:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-question-square:before {
	content: "";
}

.fa-quidditch:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-quran:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-rabbit:before {
	content: "";
}

.fa-rabbit-fast:before {
	content: "";
}

.fa-racquet:before {
	content: "";
}

.fa-radar:before {
	content: "襤";
}

.fa-radiation:before {
	content: "";
}

.fa-radiation-alt:before {
	content: "";
}

.fa-radio:before {
	content: "";
}

.fa-radio-alt:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-raindrops:before {
	content: "";
}

.fa-ram:before {
	content: "";
}

.fa-ramp-loading:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-raygun:before {
	content: "拉";
}

.fa-react:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

.fa-record-vinyl:before {
	content: "";
}

.fa-rectangle-landscape:before {
	content: "";
}

.fa-rectangle-portrait:before {
	content: "";
}

.fa-rectangle-wide:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-redo:before {
	content: "";
}

.fa-redo-alt:before {
	content: "";
}

.fa-refrigerator:before {
	content: "臘";
}

.fa-registered:before {
	content: "";
}

.fa-remove-format:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-repeat:before {
	content: "";
}

.fa-repeat-1:before {
	content: "";
}

.fa-repeat-1-alt:before {
	content: "";
}

.fa-repeat-alt:before {
	content: "";
}

.fa-reply:before {
	content: "";
}

.fa-reply-all:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-retweet-alt:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-rings-wedding:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-rocket-launch:before {
	content: "蠟";
}

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-route-highway:before {
	content: "";
}

.fa-route-interstate:before {
	content: "";
}

.fa-router:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-ruble-sign:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-ruler-triangle:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-running:before {
	content: "";
}

.fa-rupee-sign:before {
	content: "";
}

.fa-rv:before {
	content: "";
}

.fa-sack:before {
	content: "";
}

.fa-sack-dollar:before {
	content: "";
}

.fa-sad-cry:before {
	content: "";
}

.fa-sad-tear:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-salad:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-sandwich:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-sausage:before {
	content: "";
}

.fa-save:before {
	content: "";
}

.fa-sax-hot:before {
	content: "";
}

.fa-saxophone:before {
	content: "";
}

.fa-scalpel:before {
	content: "";
}

.fa-scalpel-path:before {
	content: "";
}

.fa-scanner:before {
	content: "";
}

.fa-scanner-image:before {
	content: "";
}

.fa-scanner-keyboard:before {
	content: "";
}

.fa-scanner-touchscreen:before {
	content: "";
}

.fa-scarecrow:before {
	content: "";
}

.fa-scarf:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-scroll-old:before {
	content: "";
}

.fa-scrubber:before {
	content: "";
}

.fa-scythe:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-search-dollar:before {
	content: "";
}

.fa-search-location:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-seedling:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-send-back:before {
	content: "";
}

.fa-send-backward:before {
	content: "";
}

.fa-sensor:before {
	content: "廊";
}

.fa-sensor-alert:before {
	content: "朗";
}

.fa-sensor-fire:before {
	content: "浪";
}

.fa-sensor-on:before {
	content: "狼";
}

.fa-sensor-smoke:before {
	content: "郎";
}

.fa-server:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-shapes:before {
	content: "";
}

.fa-share:before {
	content: "";
}

.fa-share-all:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-sheep:before {
	content: "";
}

.fa-shekel-sign:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-shield-alt:before {
	content: "";
}

.fa-shield-check:before {
	content: "";
}

.fa-shield-cross:before {
	content: "";
}

.fa-shield-virus:before {
	content: "塞";
}

.fa-ship:before {
	content: "";
}

.fa-shipping-fast:before {
	content: "";
}

.fa-shipping-timed:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-shish-kebab:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-shopify:before {
	content: "綾";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-shovel:before {
	content: "";
}

.fa-shovel-snow:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-shredder:before {
	content: "";
}

.fa-shuttle-van:before {
	content: "";
}

.fa-shuttlecock:before {
	content: "";
}

.fa-sickle:before {
	content: "";
}

.fa-sigma:before {
	content: "";
}

.fa-sign:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-sign-in-alt:before {
	content: "";
}

.fa-sign-language:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-sign-out-alt:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-signal-1:before {
	content: "";
}

.fa-signal-2:before {
	content: "";
}

.fa-signal-3:before {
	content: "";
}

.fa-signal-4:before {
	content: "";
}

.fa-signal-alt:before {
	content: "";
}

.fa-signal-alt-1:before {
	content: "";
}

.fa-signal-alt-2:before {
	content: "";
}

.fa-signal-alt-3:before {
	content: "";
}

.fa-signal-alt-slash:before {
	content: "";
}

.fa-signal-slash:before {
	content: "";
}

.fa-signal-stream:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-sink:before {
	content: "省";
}

.fa-siren:before {
	content: "來";
}

.fa-siren-on:before {
	content: "冷";
}

.fa-sistrix:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-skating:before {
	content: "";
}

.fa-skeleton:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-ski-jump:before {
	content: "";
}

.fa-ski-lift:before {
	content: "";
}

.fa-skiing:before {
	content: "";
}

.fa-skiing-nordic:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-cow:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-slack-hash:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-sledding:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-sliders-h:before {
	content: "";
}

.fa-sliders-h-square:before {
	content: "";
}

.fa-sliders-v:before {
	content: "";
}

.fa-sliders-v-square:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-smile:before {
	content: "";
}

.fa-smile-beam:before {
	content: "";
}

.fa-smile-plus:before {
	content: "";
}

.fa-smile-wink:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-smoke:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-smoking-ban:before {
	content: "";
}

.fa-sms:before {
	content: "";
}

.fa-snake:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-snooze:before {
	content: "";
}

.fa-snow-blowing:before {
	content: "";
}

.fa-snowboarding:before {
	content: "";
}

.fa-snowflake:before {
	content: "";
}

.fa-snowflakes:before {
	content: "";
}

.fa-snowman:before {
	content: "";
}

.fa-snowmobile:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-soap:before {
	content: "葉";
}

.fa-socks:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-solar-system:before {
	content: "勞";
}

.fa-sort:before {
	content: "";
}

.fa-sort-alpha-down:before {
	content: "";
}

.fa-sort-alpha-down-alt:before {
	content: "";
}

.fa-sort-alpha-up:before {
	content: "";
}

.fa-sort-alpha-up-alt:before {
	content: "";
}

.fa-sort-alt:before {
	content: "";
}

.fa-sort-amount-down:before {
	content: "";
}

.fa-sort-amount-down-alt:before {
	content: "";
}

.fa-sort-amount-up:before {
	content: "";
}

.fa-sort-amount-up-alt:before {
	content: "";
}

.fa-sort-circle:before {
	content: "擄";
}

.fa-sort-circle-down:before {
	content: "櫓";
}

.fa-sort-circle-up:before {
	content: "爐";
}

.fa-sort-down:before {
	content: "";
}

.fa-sort-numeric-down:before {
	content: "";
}

.fa-sort-numeric-down-alt:before {
	content: "";
}

.fa-sort-numeric-up:before {
	content: "";
}

.fa-sort-numeric-up-alt:before {
	content: "";
}

.fa-sort-shapes-down:before {
	content: "";
}

.fa-sort-shapes-down-alt:before {
	content: "";
}

.fa-sort-shapes-up:before {
	content: "";
}

.fa-sort-shapes-up-alt:before {
	content: "";
}

.fa-sort-size-down:before {
	content: "";
}

.fa-sort-size-down-alt:before {
	content: "";
}

.fa-sort-size-up:before {
	content: "";
}

.fa-sort-size-up-alt:before {
	content: "";
}

.fa-sort-up:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-soup:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-space-station-moon:before {
	content: "盧";
}

.fa-space-station-moon-alt:before {
	content: "老";
}

.fa-spade:before {
	content: "";
}

.fa-sparkles:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-speaker:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-speakers:before {
	content: "";
}

.fa-spell-check:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-spider-black-widow:before {
	content: "";
}

.fa-spider-web:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-spinner-third:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-sprinkler:before {
	content: "蘆";
}

.fa-square:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-square-root:before {
	content: "";
}

.fa-square-root-alt:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-squirrel:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-stackpath:before {
	content: "";
}

.fa-staff:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-and-crescent:before {
	content: "";
}

.fa-star-christmas:before {
	content: "";
}

.fa-star-exclamation:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-star-half-alt:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-star-shooting:before {
	content: "虜";
}

.fa-starfighter:before {
	content: "路";
}

.fa-starfighter-alt:before {
	content: "露";
}

.fa-stars:before {
	content: "";
}

.fa-starship:before {
	content: "魯";
}

.fa-starship-freighter:before {
	content: "鷺";
}

.fa-staylinked:before {
	content: "";
}

.fa-steak:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.fa-steering-wheel:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-stocking:before {
	content: "";
}

.fa-stomach:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-stopwatch-20:before {
	content: "說";
}

.fa-store:before {
	content: "";
}

.fa-store-alt:before {
	content: "";
}

.fa-store-alt-slash:before {
	content: "殺";
}

.fa-store-slash:before {
	content: "辰";
}

.fa-strava:before {
	content: "";
}

.fa-stream:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-stretcher:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-sun-cloud:before {
	content: "";
}

.fa-sun-dust:before {
	content: "";
}

.fa-sun-haze:before {
	content: "";
}

.fa-sunglasses:before {
	content: "";
}

.fa-sunrise:before {
	content: "";
}

.fa-sunset:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-surprise:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-swimmer:before {
	content: "";
}

.fa-swimming-pool:before {
	content: "";
}

.fa-sword:before {
	content: "";
}

.fa-sword-laser:before {
	content: "碌";
}

.fa-sword-laser-alt:before {
	content: "祿";
}

.fa-swords:before {
	content: "";
}

.fa-swords-laser:before {
	content: "綠";
}

.fa-symfony:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-sync:before {
	content: "";
}

.fa-sync-alt:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-table-tennis:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-tablet-alt:before {
	content: "";
}

.fa-tablet-android:before {
	content: "";
}

.fa-tablet-android-alt:before {
	content: "";
}

.fa-tablet-rugged:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-tachometer:before {
	content: "";
}

.fa-tachometer-alt:before {
	content: "";
}

.fa-tachometer-alt-average:before {
	content: "";
}

.fa-tachometer-alt-fast:before {
	content: "";
}

.fa-tachometer-alt-fastest:before {
	content: "";
}

.fa-tachometer-alt-slow:before {
	content: "";
}

.fa-tachometer-alt-slowest:before {
	content: "";
}

.fa-tachometer-average:before {
	content: "";
}

.fa-tachometer-fast:before {
	content: "";
}

.fa-tachometer-fastest:before {
	content: "";
}

.fa-tachometer-slow:before {
	content: "";
}

.fa-tachometer-slowest:before {
	content: "";
}

.fa-taco:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-tally:before {
	content: "";
}

.fa-tanakh:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-tasks-alt:before {
	content: "";
}

.fa-taxi:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-telegram-plane:before {
	content: "";
}

.fa-telescope:before {
	content: "菉";
}

.fa-temperature-down:before {
	content: "錄";
}

.fa-temperature-frigid:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-temperature-hot:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-temperature-up:before {
	content: "鹿";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-tenge:before {
	content: "";
}

.fa-tennis-ball:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-text:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-size:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-theater-masks:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-thermometer-empty:before {
	content: "";
}

.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-theta:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbtack:before {
	content: "";
}

.fa-thunderstorm:before {
	content: "";
}

.fa-thunderstorm-moon:before {
	content: "";
}

.fa-thunderstorm-sun:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-ticket-alt:before {
	content: "";
}

.fa-tilde:before {
	content: "";
}

.fa-times:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-times-hexagon:before {
	content: "";
}

.fa-times-octagon:before {
	content: "";
}

.fa-times-square:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-tint-slash:before {
	content: "";
}

.fa-tire:before {
	content: "";
}

.fa-tire-flat:before {
	content: "";
}

.fa-tire-pressure-warning:before {
	content: "";
}

.fa-tire-rugged:before {
	content: "";
}

.fa-tired:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-toilet:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-toilet-paper-alt:before {
	content: "";
}

.fa-toilet-paper-slash:before {
	content: "沈";
}

.fa-tombstone:before {
	content: "";
}

.fa-tombstone-alt:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-tools:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-toothbrush:before {
	content: "";
}

.fa-torah:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-tornado:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-traffic-cone:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-traffic-light-go:before {
	content: "";
}

.fa-traffic-light-slow:before {
	content: "";
}

.fa-traffic-light-stop:before {
	content: "";
}

.fa-trailer:before {
	content: "論";
}

.fa-train:before {
	content: "";
}

.fa-tram:before {
	content: "";
}

.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-transporter:before {
	content: "壟";
}

.fa-transporter-1:before {
	content: "弄";
}

.fa-transporter-2:before {
	content: "籠";
}

.fa-transporter-3:before {
	content: "聾";
}

.fa-transporter-empty:before {
	content: "牢";
}

.fa-trash:before {
	content: "";
}

.fa-trash-alt:before {
	content: "";
}

.fa-trash-restore:before {
	content: "";
}

.fa-trash-restore-alt:before {
	content: "";
}

.fa-trash-undo:before {
	content: "";
}

.fa-trash-undo-alt:before {
	content: "";
}

.fa-treasure-chest:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-tree-alt:before {
	content: "";
}

.fa-tree-christmas:before {
	content: "";
}

.fa-tree-decorated:before {
	content: "";
}

.fa-tree-large:before {
	content: "";
}

.fa-tree-palm:before {
	content: "";
}

.fa-trees:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-triangle:before {
	content: "";
}

.fa-triangle-music:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-trophy-alt:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-truck-container:before {
	content: "";
}

.fa-truck-couch:before {
	content: "";
}

.fa-truck-loading:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-truck-moving:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-truck-plow:before {
	content: "";
}

.fa-truck-ramp:before {
	content: "";
}

.fa-trumpet:before {
	content: "";
}

.fa-tshirt:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-turkey:before {
	content: "";
}

.fa-turntable:before {
	content: "";
}

.fa-turtle:before {
	content: "";
}

.fa-tv:before {
	content: "";
}

.fa-tv-alt:before {
	content: "";
}

.fa-tv-music:before {
	content: "";
}

.fa-tv-retro:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-typewriter:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-ufo:before {
	content: "磊";
}

.fa-ufo-beam:before {
	content: "賂";
}

.fa-uikit:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-umbrella-beach:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-undo:before {
	content: "";
}

.fa-undo-alt:before {
	content: "";
}

.fa-unicorn:before {
	content: "";
}

.fa-union:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-unity:before {
	content: "雷";
}

.fa-universal-access:before {
	content: "";
}

.fa-university:before {
	content: "";
}

.fa-unlink:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-usb-drive:before {
	content: "";
}

.fa-usd-circle:before {
	content: "";
}

.fa-usd-square:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-user-alien:before {
	content: "壘";
}

.fa-user-alt:before {
	content: "";
}

.fa-user-alt-slash:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-user-chart:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-user-cog:before {
	content: "";
}

.fa-user-cowboy:before {
	content: "";
}

.fa-user-crown:before {
	content: "";
}

.fa-user-edit:before {
	content: "";
}

.fa-user-friends:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-user-hard-hat:before {
	content: "";
}

.fa-user-headset:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-user-md-chat:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

.fa-user-music:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-user-nurse:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-robot:before {
	content: "屢";
}

.fa-user-secret:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-user-unlock:before {
	content: "菱";
}

.fa-user-visor:before {
	content: "樓";
}

.fa-users:before {
	content: "";
}

.fa-users-class:before {
	content: "";
}

.fa-users-cog:before {
	content: "";
}

.fa-users-crown:before {
	content: "";
}

.fa-users-medical:before {
	content: "";
}

.fa-users-slash:before {
	content: "拾";
}

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-utensil-fork:before {
	content: "";
}

.fa-utensil-knife:before {
	content: "";
}

.fa-utensil-spoon:before {
	content: "";
}

.fa-utensils:before {
	content: "";
}

.fa-utensils-alt:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-vacuum:before {
	content: "淚";
}

.fa-vacuum-robot:before {
	content: "漏";
}

.fa-value-absolute:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-vhs:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-video:before {
	content: "";
}

.fa-video-plus:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-violin:before {
	content: "";
}

.fa-virus:before {
	content: "若";
}

.fa-virus-slash:before {
	content: "掠";
}

.fa-viruses:before {
	content: "略";
}

.fa-vk:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

.fa-volcano:before {
	content: "";
}

.fa-volleyball-ball:before {
	content: "";
}

.fa-volume:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-mute:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-slash:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-vote-nay:before {
	content: "";
}

.fa-vote-yea:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-wagon-covered:before {
	content: "";
}

.fa-walker:before {
	content: "";
}

.fa-walkie-talkie:before {
	content: "";
}

.fa-walking:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-wand:before {
	content: "";
}

.fa-wand-magic:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-warehouse-alt:before {
	content: "";
}

.fa-washer:before {
	content: "";
}

.fa-watch:before {
	content: "";
}

.fa-watch-calculator:before {
	content: "";
}

.fa-watch-fitness:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-water-lower:before {
	content: "";
}

.fa-water-rise:before {
	content: "";
}

.fa-wave-sine:before {
	content: "";
}

.fa-wave-square:before {
	content: "";
}

.fa-wave-triangle:before {
	content: "";
}

.fa-waveform:before {
	content: "";
}

.fa-waveform-path:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-webcam:before {
	content: "";
}

.fa-webcam-slash:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-weight:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-whale:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-wheat:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-whistle:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-wifi-1:before {
	content: "";
}

.fa-wifi-2:before {
	content: "";
}

.fa-wifi-slash:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-wind-turbine:before {
	content: "";
}

.fa-wind-warning:before {
	content: "";
}

.fa-window:before {
	content: "";
}

.fa-window-alt:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

.fa-window-frame:before {
	content: "累";
}

.fa-window-frame-open:before {
	content: "縷";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-windsock:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-won-sign:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-wpressr:before {
	content: "";
}

.fa-wreath:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-x-ray:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-yammer:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-yen-sign:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fad {
	position: relative;
	font-family: "Font Awesome 5 Duotone";
	font-weight: 900;
}

.fad:before {
	position: absolute;
	color: var(--fa-primary-color, inherit);
	opacity: 1;
	opacity: var(--fa-primary-opacity, 1);
}

.fad:after {
	color: var(--fa-secondary-color, inherit);
}

.fa-swap-opacity .fad:before, .fad.fa-swap-opacity:before, .fad:after {
	opacity: .4;
	opacity: var(--fa-secondary-opacity, .4);
}

.fa-swap-opacity .fad:after, .fad.fa-swap-opacity:after {
	opacity: 1;
	opacity: var(--fa-primary-opacity, 1);
}

.fad.fa-inverse {
	color: #fff;
}

.fad.fa-stack-1x, .fad.fa-stack-2x {
	position: absolute;
}

.fad.fa-fw:before, .fad.fa-stack-1x:before, .fad.fa-stack-2x:before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.fad.fa-abacus:after {
	content: "􏙀";
}

.fad.fa-acorn:after {
	content: "􏚮";
}

.fad.fa-ad:after {
	content: "􏙁";
}

.fad.fa-address-book:after {
	content: "􏊹";
}

.fad.fa-address-card:after {
	content: "􏊻";
}

.fad.fa-adjust:after {
	content: "􏁂";
}

.fad.fa-air-conditioner:after {
	content: "􏣴";
}

.fad.fa-air-freshener:after {
	content: "􏗐";
}

.fad.fa-alarm-clock:after {
	content: "􏍎";
}

.fad.fa-alarm-exclamation:after {
	content: "􏡃";
}

.fad.fa-alarm-plus:after {
	content: "􏡄";
}

.fad.fa-alarm-snooze:after {
	content: "􏡅";
}

.fad.fa-album:after {
	content: "􏢟";
}

.fad.fa-album-collection:after {
	content: "􏢠";
}

.fad.fa-alicorn:after {
	content: "􏚰";
}

.fad.fa-alien:after {
	content: "􏣵";
}

.fad.fa-alien-monster:after {
	content: "􏣶";
}

.fad.fa-align-center:after {
	content: "􏀷";
}

.fad.fa-align-justify:after {
	content: "􏀹";
}

.fad.fa-align-left:after {
	content: "􏀶";
}

.fad.fa-align-right:after {
	content: "􏀸";
}

.fad.fa-align-slash:after {
	content: "􏡆";
}

.fad.fa-allergies:after {
	content: "􏑡";
}

.fad.fa-ambulance:after {
	content: "􏃹";
}

.fad.fa-american-sign-language-interpreting:after {
	content: "􏊣";
}

.fad.fa-amp-guitar:after {
	content: "􏢡";
}

.fad.fa-analytics:after {
	content: "􏙃";
}

.fad.fa-anchor:after {
	content: "􏄽";
}

.fad.fa-angel:after {
	content: "􏝹";
}

.fad.fa-angle-double-down:after {
	content: "􏄃";
}

.fad.fa-angle-double-left:after {
	content: "􏄀";
}

.fad.fa-angle-double-right:after {
	content: "􏄁";
}

.fad.fa-angle-double-up:after {
	content: "􏄂";
}

.fad.fa-angle-down:after {
	content: "􏄇";
}

.fad.fa-angle-left:after {
	content: "􏄄";
}

.fad.fa-angle-right:after {
	content: "􏄅";
}

.fad.fa-angle-up:after {
	content: "􏄆";
}

.fad.fa-angry:after {
	content: "􏕖";
}

.fad.fa-ankh:after {
	content: "􏙄";
}

.fad.fa-apple-alt:after {
	content: "􏗑";
}

.fad.fa-apple-crate:after {
	content: "􏚱";
}

.fad.fa-archive:after {
	content: "􏆇";
}

.fad.fa-archway:after {
	content: "􏕗";
}

.fad.fa-arrow-alt-circle-down:after {
	content: "􏍘";
}

.fad.fa-arrow-alt-circle-left:after {
	content: "􏍙";
}

.fad.fa-arrow-alt-circle-right:after {
	content: "􏍚";
}

.fad.fa-arrow-alt-circle-up:after {
	content: "􏍛";
}

.fad.fa-arrow-alt-down:after {
	content: "􏍔";
}

.fad.fa-arrow-alt-from-bottom:after {
	content: "􏍆";
}

.fad.fa-arrow-alt-from-left:after {
	content: "􏍇";
}

.fad.fa-arrow-alt-from-right:after {
	content: "􏍈";
}

.fad.fa-arrow-alt-from-top:after {
	content: "􏍉";
}

.fad.fa-arrow-alt-left:after {
	content: "􏍕";
}

.fad.fa-arrow-alt-right:after {
	content: "􏍖";
}

.fad.fa-arrow-alt-square-down:after {
	content: "􏍐";
}

.fad.fa-arrow-alt-square-left:after {
	content: "􏍑";
}

.fad.fa-arrow-alt-square-right:after {
	content: "􏍒";
}

.fad.fa-arrow-alt-square-up:after {
	content: "􏍓";
}

.fad.fa-arrow-alt-to-bottom:after {
	content: "􏍊";
}

.fad.fa-arrow-alt-to-left:after {
	content: "􏍋";
}

.fad.fa-arrow-alt-to-right:after {
	content: "􏍌";
}

.fad.fa-arrow-alt-to-top:after {
	content: "􏍍";
}

.fad.fa-arrow-alt-up:after {
	content: "􏍗";
}

.fad.fa-arrow-circle-down:after {
	content: "􏂫";
}

.fad.fa-arrow-circle-left:after {
	content: "􏂨";
}

.fad.fa-arrow-circle-right:after {
	content: "􏂩";
}

.fad.fa-arrow-circle-up:after {
	content: "􏂪";
}

.fad.fa-arrow-down:after {
	content: "􏁣";
}

.fad.fa-arrow-from-bottom:after {
	content: "􏍂";
}

.fad.fa-arrow-from-left:after {
	content: "􏍃";
}

.fad.fa-arrow-from-right:after {
	content: "􏍄";
}

.fad.fa-arrow-from-top:after {
	content: "􏍅";
}

.fad.fa-arrow-left:after {
	content: "􏁠";
}

.fad.fa-arrow-right:after {
	content: "􏁡";
}

.fad.fa-arrow-square-down:after {
	content: "􏌹";
}

.fad.fa-arrow-square-left:after {
	content: "􏌺";
}

.fad.fa-arrow-square-right:after {
	content: "􏌻";
}

.fad.fa-arrow-square-up:after {
	content: "􏌼";
}

.fad.fa-arrow-to-bottom:after {
	content: "􏌽";
}

.fad.fa-arrow-to-left:after {
	content: "􏌾";
}

.fad.fa-arrow-to-right:after {
	content: "􏍀";
}

.fad.fa-arrow-to-top:after {
	content: "􏍁";
}

.fad.fa-arrow-up:after {
	content: "􏁢";
}

.fad.fa-arrows:after {
	content: "􏁇";
}

.fad.fa-arrows-alt:after {
	content: "􏂲";
}

.fad.fa-arrows-alt-h:after {
	content: "􏌷";
}

.fad.fa-arrows-alt-v:after {
	content: "􏌸";
}

.fad.fa-arrows-h:after {
	content: "􏁾";
}

.fad.fa-arrows-v:after {
	content: "􏁽";
}

.fad.fa-assistive-listening-systems:after {
	content: "􏊢";
}

.fad.fa-asterisk:after {
	content: "􏁩";
}

.fad.fa-at:after {
	content: "􏇺";
}

.fad.fa-atlas:after {
	content: "􏕘";
}

.fad.fa-atom:after {
	content: "􏗒";
}

.fad.fa-atom-alt:after {
	content: "􏗓";
}

.fad.fa-audio-description:after {
	content: "􏊞";
}

.fad.fa-award:after {
	content: "􏕙";
}

.fad.fa-axe:after {
	content: "􏚲";
}

.fad.fa-axe-battle:after {
	content: "􏚳";
}

.fad.fa-baby:after {
	content: "􏝼";
}

.fad.fa-baby-carriage:after {
	content: "􏝽";
}

.fad.fa-backpack:after {
	content: "􏗔";
}

.fad.fa-backspace:after {
	content: "􏕚";
}

.fad.fa-backward:after {
	content: "􏁊";
}

.fad.fa-bacon:after {
	content: "􏟥";
}

.fad.fa-bacteria:after {
	content: "􏥙";
}

.fad.fa-bacterium:after {
	content: "􏥚";
}

.fad.fa-badge:after {
	content: "􏌵";
}

.fad.fa-badge-check:after {
	content: "􏌶";
}

.fad.fa-badge-dollar:after {
	content: "􏙅";
}

.fad.fa-badge-percent:after {
	content: "􏙆";
}

.fad.fa-badge-sheriff:after {
	content: "􏢢";
}

.fad.fa-badger-honey:after {
	content: "􏚴";
}

.fad.fa-bags-shopping:after {
	content: "􏡇";
}

.fad.fa-bahai:after {
	content: "􏙦";
}

.fad.fa-balance-scale:after {
	content: "􏉎";
}

.fad.fa-balance-scale-left:after {
	content: "􏔕";
}

.fad.fa-balance-scale-right:after {
	content: "􏔖";
}

.fad.fa-ball-pile:after {
	content: "􏝾";
}

.fad.fa-ballot:after {
	content: "􏜲";
}

.fad.fa-ballot-check:after {
	content: "􏜳";
}

.fad.fa-ban:after {
	content: "􏁞";
}

.fad.fa-band-aid:after {
	content: "􏑢";
}

.fad.fa-banjo:after {
	content: "􏢣";
}

.fad.fa-barcode:after {
	content: "􏀪";
}

.fad.fa-barcode-alt:after {
	content: "􏑣";
}

.fad.fa-barcode-read:after {
	content: "􏑤";
}

.fad.fa-barcode-scan:after {
	content: "􏑥";
}

.fad.fa-bars:after {
	content: "􏃉";
}

.fad.fa-baseball:after {
	content: "􏐲";
}

.fad.fa-baseball-ball:after {
	content: "􏐳";
}

.fad.fa-basketball-ball:after {
	content: "􏐴";
}

.fad.fa-basketball-hoop:after {
	content: "􏐵";
}

.fad.fa-bat:after {
	content: "􏚵";
}

.fad.fa-bath:after {
	content: "􏋍";
}

.fad.fa-battery-bolt:after {
	content: "􏍶";
}

.fad.fa-battery-empty:after {
	content: "􏉄";
}

.fad.fa-battery-full:after {
	content: "􏉀";
}

.fad.fa-battery-half:after {
	content: "􏉂";
}

.fad.fa-battery-quarter:after {
	content: "􏉃";
}

.fad.fa-battery-slash:after {
	content: "􏍷";
}

.fad.fa-battery-three-quarters:after {
	content: "􏉁";
}

.fad.fa-bed:after {
	content: "􏈶";
}

.fad.fa-bed-alt:after {
	content: "􏣷";
}

.fad.fa-bed-bunk:after {
	content: "􏣸";
}

.fad.fa-bed-empty:after {
	content: "􏣹";
}

.fad.fa-beer:after {
	content: "􏃼";
}

.fad.fa-bell:after {
	content: "􏃳";
}

.fad.fa-bell-exclamation:after {
	content: "􏡈";
}

.fad.fa-bell-on:after {
	content: "􏣺";
}

.fad.fa-bell-plus:after {
	content: "􏡉";
}

.fad.fa-bell-school:after {
	content: "􏗕";
}

.fad.fa-bell-school-slash:after {
	content: "􏗖";
}

.fad.fa-bell-slash:after {
	content: "􏇶";
}

.fad.fa-bells:after {
	content: "􏝿";
}

.fad.fa-betamax:after {
	content: "􏢤";
}

.fad.fa-bezier-curve:after {
	content: "􏕛";
}

.fad.fa-bible:after {
	content: "􏙇";
}

.fad.fa-bicycle:after {
	content: "􏈆";
}

.fad.fa-biking:after {
	content: "􏡊";
}

.fad.fa-biking-mountain:after {
	content: "􏡋";
}

.fad.fa-binoculars:after {
	content: "􏇥";
}

.fad.fa-biohazard:after {
	content: "􏞀";
}

.fad.fa-birthday-cake:after {
	content: "􏇽";
}

.fad.fa-blanket:after {
	content: "􏒘";
}

.fad.fa-blender:after {
	content: "􏔗";
}

.fad.fa-blender-phone:after {
	content: "􏚶";
}

.fad.fa-blind:after {
	content: "􏊝";
}

.fad.fa-blinds:after {
	content: "􏣻";
}

.fad.fa-blinds-open:after {
	content: "􏣼";
}

.fad.fa-blinds-raised:after {
	content: "􏣽";
}

.fad.fa-blog:after {
	content: "􏞁";
}

.fad.fa-bold:after {
	content: "􏀲";
}

.fad.fa-bolt:after {
	content: "􏃧";
}

.fad.fa-bomb:after {
	content: "􏇢";
}

.fad.fa-bone:after {
	content: "􏗗";
}

.fad.fa-bone-break:after {
	content: "􏗘";
}

.fad.fa-bong:after {
	content: "􏕜";
}

.fad.fa-book:after {
	content: "􏀭";
}

.fad.fa-book-alt:after {
	content: "􏗙";
}

.fad.fa-book-dead:after {
	content: "􏚷";
}

.fad.fa-book-heart:after {
	content: "􏒙";
}

.fad.fa-book-medical:after {
	content: "􏟦";
}

.fad.fa-book-open:after {
	content: "􏔘";
}

.fad.fa-book-reader:after {
	content: "􏗚";
}

.fad.fa-book-spells:after {
	content: "􏚸";
}

.fad.fa-book-user:after {
	content: "􏟧";
}

.fad.fa-bookmark:after {
	content: "􏀮";
}

.fad.fa-books:after {
	content: "􏗛";
}

.fad.fa-books-medical:after {
	content: "􏟨";
}

.fad.fa-boombox:after {
	content: "􏢥";
}

.fad.fa-boot:after {
	content: "􏞂";
}

.fad.fa-booth-curtain:after {
	content: "􏜴";
}

.fad.fa-border-all:after {
	content: "􏡌";
}

.fad.fa-border-bottom:after {
	content: "􏡍";
}

.fad.fa-border-center-h:after {
	content: "􏢜";
}

.fad.fa-border-center-v:after {
	content: "􏢝";
}

.fad.fa-border-inner:after {
	content: "􏡎";
}

.fad.fa-border-left:after {
	content: "􏡏";
}

.fad.fa-border-none:after {
	content: "􏡐";
}

.fad.fa-border-outer:after {
	content: "􏡑";
}

.fad.fa-border-right:after {
	content: "􏡒";
}

.fad.fa-border-style:after {
	content: "􏡓";
}

.fad.fa-border-style-alt:after {
	content: "􏡔";
}

.fad.fa-border-top:after {
	content: "􏡕";
}

.fad.fa-bow-arrow:after {
	content: "􏚹";
}

.fad.fa-bowling-ball:after {
	content: "􏐶";
}

.fad.fa-bowling-pins:after {
	content: "􏐷";
}

.fad.fa-box:after {
	content: "􏑦";
}

.fad.fa-box-alt:after {
	content: "􏒚";
}

.fad.fa-box-ballot:after {
	content: "􏜵";
}

.fad.fa-box-check:after {
	content: "􏑧";
}

.fad.fa-box-fragile:after {
	content: "􏒛";
}

.fad.fa-box-full:after {
	content: "􏒜";
}

.fad.fa-box-heart:after {
	content: "􏒝";
}

.fad.fa-box-open:after {
	content: "􏒞";
}

.fad.fa-box-tissue:after {
	content: "􏥛";
}

.fad.fa-box-up:after {
	content: "􏒟";
}

.fad.fa-box-usd:after {
	content: "􏒠";
}

.fad.fa-boxes:after {
	content: "􏑨";
}

.fad.fa-boxes-alt:after {
	content: "􏒡";
}

.fad.fa-boxing-glove:after {
	content: "􏐸";
}

.fad.fa-brackets:after {
	content: "􏟩";
}

.fad.fa-brackets-curly:after {
	content: "􏟪";
}

.fad.fa-braille:after {
	content: "􏊡";
}

.fad.fa-brain:after {
	content: "􏗜";
}

.fad.fa-bread-loaf:after {
	content: "􏟫";
}

.fad.fa-bread-slice:after {
	content: "􏟬";
}

.fad.fa-briefcase:after {
	content: "􏂱";
}

.fad.fa-briefcase-medical:after {
	content: "􏑩";
}

.fad.fa-bring-forward:after {
	content: "􏡖";
}

.fad.fa-bring-front:after {
	content: "􏡗";
}

.fad.fa-broadcast-tower:after {
	content: "􏔙";
}

.fad.fa-broom:after {
	content: "􏔚";
}

.fad.fa-browser:after {
	content: "􏍾";
}

.fad.fa-brush:after {
	content: "􏕝";
}

.fad.fa-bug:after {
	content: "􏆈";
}

.fad.fa-building:after {
	content: "􏆭";
}

.fad.fa-bullhorn:after {
	content: "􏂡";
}

.fad.fa-bullseye:after {
	content: "􏅀";
}

.fad.fa-bullseye-arrow:after {
	content: "􏙈";
}

.fad.fa-bullseye-pointer:after {
	content: "􏙉";
}

.fad.fa-burger-soda:after {
	content: "􏡘";
}

.fad.fa-burn:after {
	content: "􏑪";
}

.fad.fa-burrito:after {
	content: "􏟭";
}

.fad.fa-bus:after {
	content: "􏈇";
}

.fad.fa-bus-alt:after {
	content: "􏕞";
}

.fad.fa-bus-school:after {
	content: "􏗝";
}

.fad.fa-business-time:after {
	content: "􏙊";
}

.fad.fa-cabinet-filing:after {
	content: "􏙋";
}

.fad.fa-cactus:after {
	content: "􏢧";
}

.fad.fa-calculator:after {
	content: "􏇬";
}

.fad.fa-calculator-alt:after {
	content: "􏙌";
}

.fad.fa-calendar:after {
	content: "􏄳";
}

.fad.fa-calendar-alt:after {
	content: "􏁳";
}

.fad.fa-calendar-check:after {
	content: "􏉴";
}

.fad.fa-calendar-day:after {
	content: "􏞃";
}

.fad.fa-calendar-edit:after {
	content: "􏌳";
}

.fad.fa-calendar-exclamation:after {
	content: "􏌴";
}

.fad.fa-calendar-minus:after {
	content: "􏉲";
}

.fad.fa-calendar-plus:after {
	content: "􏉱";
}

.fad.fa-calendar-star:after {
	content: "􏜶";
}

.fad.fa-calendar-times:after {
	content: "􏉳";
}

.fad.fa-calendar-week:after {
	content: "􏞄";
}

.fad.fa-camcorder:after {
	content: "􏢨";
}

.fad.fa-camera:after {
	content: "􏀰";
}

.fad.fa-camera-alt:after {
	content: "􏌲";
}

.fad.fa-camera-home:after {
	content: "􏣾";
}

.fad.fa-camera-movie:after {
	content: "􏢩";
}

.fad.fa-camera-polaroid:after {
	content: "􏢪";
}

.fad.fa-camera-retro:after {
	content: "􏂃";
}

.fad.fa-campfire:after {
	content: "􏚺";
}

.fad.fa-campground:after {
	content: "􏚻";
}

.fad.fa-candle-holder:after {
	content: "􏚼";
}

.fad.fa-candy-cane:after {
	content: "􏞆";
}

.fad.fa-candy-corn:after {
	content: "􏚽";
}

.fad.fa-cannabis:after {
	content: "􏕟";
}

.fad.fa-capsules:after {
	content: "􏑫";
}

.fad.fa-car:after {
	content: "􏆹";
}

.fad.fa-car-alt:after {
	content: "􏗞";
}

.fad.fa-car-battery:after {
	content: "􏗟";
}

.fad.fa-car-building:after {
	content: "􏡙";
}

.fad.fa-car-bump:after {
	content: "􏗠";
}

.fad.fa-car-bus:after {
	content: "􏡚";
}

.fad.fa-car-crash:after {
	content: "􏗡";
}

.fad.fa-car-garage:after {
	content: "􏗢";
}

.fad.fa-car-mechanic:after {
	content: "􏗣";
}

.fad.fa-car-side:after {
	content: "􏗤";
}

.fad.fa-car-tilt:after {
	content: "􏗥";
}

.fad.fa-car-wash:after {
	content: "􏗦";
}

.fad.fa-caravan:after {
	content: "􏣿";
}

.fad.fa-caravan-alt:after {
	content: "􏤀";
}

.fad.fa-caret-circle-down:after {
	content: "􏌭";
}

.fad.fa-caret-circle-left:after {
	content: "􏌮";
}

.fad.fa-caret-circle-right:after {
	content: "􏌰";
}

.fad.fa-caret-circle-up:after {
	content: "􏌱";
}

.fad.fa-caret-down:after {
	content: "􏃗";
}

.fad.fa-caret-left:after {
	content: "􏃙";
}

.fad.fa-caret-right:after {
	content: "􏃚";
}

.fad.fa-caret-square-down:after {
	content: "􏅐";
}

.fad.fa-caret-square-left:after {
	content: "􏆑";
}

.fad.fa-caret-square-right:after {
	content: "􏅒";
}

.fad.fa-caret-square-up:after {
	content: "􏅑";
}

.fad.fa-caret-up:after {
	content: "􏃘";
}

.fad.fa-carrot:after {
	content: "􏞇";
}

.fad.fa-cars:after {
	content: "􏡛";
}

.fad.fa-cart-arrow-down:after {
	content: "􏈘";
}

.fad.fa-cart-plus:after {
	content: "􏈗";
}

.fad.fa-cash-register:after {
	content: "􏞈";
}

.fad.fa-cassette-tape:after {
	content: "􏢫";
}

.fad.fa-cat:after {
	content: "􏚾";
}

.fad.fa-cat-space:after {
	content: "􏤁";
}

.fad.fa-cauldron:after {
	content: "􏚿";
}

.fad.fa-cctv:after {
	content: "􏢬";
}

.fad.fa-certificate:after {
	content: "􏂣";
}

.fad.fa-chair:after {
	content: "􏛀";
}

.fad.fa-chair-office:after {
	content: "􏛁";
}

.fad.fa-chalkboard:after {
	content: "􏔛";
}

.fad.fa-chalkboard-teacher:after {
	content: "􏔜";
}

.fad.fa-charging-station:after {
	content: "􏗧";
}

.fad.fa-chart-area:after {
	content: "􏇾";
}

.fad.fa-chart-bar:after {
	content: "􏂀";
}

.fad.fa-chart-line:after {
	content: "􏈁";
}

.fad.fa-chart-line-down:after {
	content: "􏙍";
}

.fad.fa-chart-network:after {
	content: "􏞊";
}

.fad.fa-chart-pie:after {
	content: "􏈀";
}

.fad.fa-chart-pie-alt:after {
	content: "􏙎";
}

.fad.fa-chart-scatter:after {
	content: "􏟮";
}

.fad.fa-check:after {
	content: "􏀌";
}

.fad.fa-check-circle:after {
	content: "􏁘";
}

.fad.fa-check-double:after {
	content: "􏕠";
}

.fad.fa-check-square:after {
	content: "􏅊";
}

.fad.fa-cheese:after {
	content: "􏟯";
}

.fad.fa-cheese-swiss:after {
	content: "􏟰";
}

.fad.fa-cheeseburger:after {
	content: "􏟱";
}

.fad.fa-chess:after {
	content: "􏐹";
}

.fad.fa-chess-bishop:after {
	content: "􏐺";
}

.fad.fa-chess-bishop-alt:after {
	content: "􏐻";
}

.fad.fa-chess-board:after {
	content: "􏐼";
}

.fad.fa-chess-clock:after {
	content: "􏐽";
}

.fad.fa-chess-clock-alt:after {
	content: "􏐾";
}

.fad.fa-chess-king:after {
	content: "􏐿";
}

.fad.fa-chess-king-alt:after {
	content: "􏑀";
}

.fad.fa-chess-knight:after {
	content: "􏑁";
}

.fad.fa-chess-knight-alt:after {
	content: "􏑂";
}

.fad.fa-chess-pawn:after {
	content: "􏑃";
}

.fad.fa-chess-pawn-alt:after {
	content: "􏑄";
}

.fad.fa-chess-queen:after {
	content: "􏑅";
}

.fad.fa-chess-queen-alt:after {
	content: "􏑆";
}

.fad.fa-chess-rook:after {
	content: "􏑇";
}

.fad.fa-chess-rook-alt:after {
	content: "􏑈";
}

.fad.fa-chevron-circle-down:after {
	content: "􏄺";
}

.fad.fa-chevron-circle-left:after {
	content: "􏄷";
}

.fad.fa-chevron-circle-right:after {
	content: "􏄸";
}

.fad.fa-chevron-circle-up:after {
	content: "􏄹";
}

.fad.fa-chevron-double-down:after {
	content: "􏌢";
}

.fad.fa-chevron-double-left:after {
	content: "􏌣";
}

.fad.fa-chevron-double-right:after {
	content: "􏌤";
}

.fad.fa-chevron-double-up:after {
	content: "􏌥";
}

.fad.fa-chevron-down:after {
	content: "􏁸";
}

.fad.fa-chevron-left:after {
	content: "􏁓";
}

.fad.fa-chevron-right:after {
	content: "􏁔";
}

.fad.fa-chevron-square-down:after {
	content: "􏌩";
}

.fad.fa-chevron-square-left:after {
	content: "􏌪";
}

.fad.fa-chevron-square-right:after {
	content: "􏌫";
}

.fad.fa-chevron-square-up:after {
	content: "􏌬";
}

.fad.fa-chevron-up:after {
	content: "􏁷";
}

.fad.fa-child:after {
	content: "􏆮";
}

.fad.fa-chimney:after {
	content: "􏞋";
}

.fad.fa-church:after {
	content: "􏔝";
}

.fad.fa-circle:after {
	content: "􏄑";
}

.fad.fa-circle-notch:after {
	content: "􏇎";
}

.fad.fa-city:after {
	content: "􏙏";
}

.fad.fa-clarinet:after {
	content: "􏢭";
}

.fad.fa-claw-marks:after {
	content: "􏛂";
}

.fad.fa-clinic-medical:after {
	content: "􏟲";
}

.fad.fa-clipboard:after {
	content: "􏌨";
}

.fad.fa-clipboard-check:after {
	content: "􏑬";
}

.fad.fa-clipboard-list:after {
	content: "􏑭";
}

.fad.fa-clipboard-list-check:after {
	content: "􏜷";
}

.fad.fa-clipboard-prescription:after {
	content: "􏗨";
}

.fad.fa-clipboard-user:after {
	content: "􏟳";
}

.fad.fa-clock:after {
	content: "􏀗";
}

.fad.fa-clone:after {
	content: "􏉍";
}

.fad.fa-closed-captioning:after {
	content: "􏈊";
}

.fad.fa-cloud:after {
	content: "􏃂";
}

.fad.fa-cloud-download:after {
	content: "􏃭";
}

.fad.fa-cloud-download-alt:after {
	content: "􏎁";
}

.fad.fa-cloud-drizzle:after {
	content: "􏜸";
}

.fad.fa-cloud-hail:after {
	content: "􏜹";
}

.fad.fa-cloud-hail-mixed:after {
	content: "􏜺";
}

.fad.fa-cloud-meatball:after {
	content: "􏜻";
}

.fad.fa-cloud-moon:after {
	content: "􏛃";
}

.fad.fa-cloud-moon-rain:after {
	content: "􏜼";
}

.fad.fa-cloud-music:after {
	content: "􏢮";
}

.fad.fa-cloud-rain:after {
	content: "􏜽";
}

.fad.fa-cloud-rainbow:after {
	content: "􏜾";
}

.fad.fa-cloud-showers:after {
	content: "􏜿";
}

.fad.fa-cloud-showers-heavy:after {
	content: "􏝀";
}

.fad.fa-cloud-sleet:after {
	content: "􏝁";
}

.fad.fa-cloud-snow:after {
	content: "􏝂";
}

.fad.fa-cloud-sun:after {
	content: "􏛄";
}

.fad.fa-cloud-sun-rain:after {
	content: "􏝃";
}

.fad.fa-cloud-upload:after {
	content: "􏃮";
}

.fad.fa-cloud-upload-alt:after {
	content: "􏎂";
}

.fad.fa-clouds:after {
	content: "􏝄";
}

.fad.fa-clouds-moon:after {
	content: "􏝅";
}

.fad.fa-clouds-sun:after {
	content: "􏝆";
}

.fad.fa-club:after {
	content: "􏌧";
}

.fad.fa-cocktail:after {
	content: "􏕡";
}

.fad.fa-code:after {
	content: "􏄡";
}

.fad.fa-code-branch:after {
	content: "􏄦";
}

.fad.fa-code-commit:after {
	content: "􏎆";
}

.fad.fa-code-merge:after {
	content: "􏎇";
}

.fad.fa-coffee:after {
	content: "􏃴";
}

.fad.fa-coffee-pot:after {
	content: "􏤂";
}

.fad.fa-coffee-togo:after {
	content: "􏛅";
}

.fad.fa-coffin:after {
	content: "􏛆";
}

.fad.fa-coffin-cross:after {
	content: "􏥑";
}

.fad.fa-cog:after {
	content: "􏀓";
}

.fad.fa-cogs:after {
	content: "􏂅";
}

.fad.fa-coin:after {
	content: "􏡜";
}

.fad.fa-coins:after {
	content: "􏔞";
}

.fad.fa-columns:after {
	content: "􏃛";
}

.fad.fa-comet:after {
	content: "􏤃";
}

.fad.fa-comment:after {
	content: "􏁵";
}

.fad.fa-comment-alt:after {
	content: "􏉺";
}

.fad.fa-comment-alt-check:after {
	content: "􏒢";
}

.fad.fa-comment-alt-dollar:after {
	content: "􏙐";
}

.fad.fa-comment-alt-dots:after {
	content: "􏒣";
}

.fad.fa-comment-alt-edit:after {
	content: "􏒤";
}

.fad.fa-comment-alt-exclamation:after {
	content: "􏒥";
}

.fad.fa-comment-alt-lines:after {
	content: "􏒦";
}

.fad.fa-comment-alt-medical:after {
	content: "􏟴";
}

.fad.fa-comment-alt-minus:after {
	content: "􏒧";
}

.fad.fa-comment-alt-music:after {
	content: "􏢯";
}

.fad.fa-comment-alt-plus:after {
	content: "􏒨";
}

.fad.fa-comment-alt-slash:after {
	content: "􏒩";
}

.fad.fa-comment-alt-smile:after {
	content: "􏒪";
}

.fad.fa-comment-alt-times:after {
	content: "􏒫";
}

.fad.fa-comment-check:after {
	content: "􏒬";
}

.fad.fa-comment-dollar:after {
	content: "􏙑";
}

.fad.fa-comment-dots:after {
	content: "􏒭";
}

.fad.fa-comment-edit:after {
	content: "􏒮";
}

.fad.fa-comment-exclamation:after {
	content: "􏒯";
}

.fad.fa-comment-lines:after {
	content: "􏒰";
}

.fad.fa-comment-medical:after {
	content: "􏟵";
}

.fad.fa-comment-minus:after {
	content: "􏒱";
}

.fad.fa-comment-music:after {
	content: "􏢰";
}

.fad.fa-comment-plus:after {
	content: "􏒲";
}

.fad.fa-comment-slash:after {
	content: "􏒳";
}

.fad.fa-comment-smile:after {
	content: "􏒴";
}

.fad.fa-comment-times:after {
	content: "􏒵";
}

.fad.fa-comments:after {
	content: "􏂆";
}

.fad.fa-comments-alt:after {
	content: "􏒶";
}

.fad.fa-comments-alt-dollar:after {
	content: "􏙒";
}

.fad.fa-comments-dollar:after {
	content: "􏙓";
}

.fad.fa-compact-disc:after {
	content: "􏔟";
}

.fad.fa-compass:after {
	content: "􏅎";
}

.fad.fa-compass-slash:after {
	content: "􏗩";
}

.fad.fa-compress:after {
	content: "􏁦";
}

.fad.fa-compress-alt:after {
	content: "􏐢";
}

.fad.fa-compress-arrows-alt:after {
	content: "􏞌";
}

.fad.fa-compress-wide:after {
	content: "􏌦";
}

.fad.fa-computer-classic:after {
	content: "􏢱";
}

.fad.fa-computer-speaker:after {
	content: "􏢲";
}

.fad.fa-concierge-bell:after {
	content: "􏕢";
}

.fad.fa-construction:after {
	content: "􏡝";
}

.fad.fa-container-storage:after {
	content: "􏒷";
}

.fad.fa-conveyor-belt:after {
	content: "􏑮";
}

.fad.fa-conveyor-belt-alt:after {
	content: "􏑯";
}

.fad.fa-cookie:after {
	content: "􏕣";
}

.fad.fa-cookie-bite:after {
	content: "􏕤";
}

.fad.fa-copy:after {
	content: "􏃅";
}

.fad.fa-copyright:after {
	content: "􏇹";
}

.fad.fa-corn:after {
	content: "􏛇";
}

.fad.fa-couch:after {
	content: "􏒸";
}

.fad.fa-cow:after {
	content: "􏛈";
}

.fad.fa-cowbell:after {
	content: "􏢳";
}

.fad.fa-cowbell-more:after {
	content: "􏢴";
}

.fad.fa-credit-card:after {
	content: "􏂝";
}

.fad.fa-credit-card-blank:after {
	content: "􏎉";
}

.fad.fa-credit-card-front:after {
	content: "􏎊";
}

.fad.fa-cricket:after {
	content: "􏑉";
}

.fad.fa-croissant:after {
	content: "􏟶";
}

.fad.fa-crop:after {
	content: "􏄥";
}

.fad.fa-crop-alt:after {
	content: "􏕥";
}

.fad.fa-cross:after {
	content: "􏙔";
}

.fad.fa-crosshairs:after {
	content: "􏁛";
}

.fad.fa-crow:after {
	content: "􏔠";
}

.fad.fa-crown:after {
	content: "􏔡";
}

.fad.fa-crutch:after {
	content: "􏟷";
}

.fad.fa-crutches:after {
	content: "􏟸";
}

.fad.fa-cube:after {
	content: "􏆲";
}

.fad.fa-cubes:after {
	content: "􏆳";
}

.fad.fa-curling:after {
	content: "􏑊";
}

.fad.fa-cut:after {
	content: "􏃄";
}

.fad.fa-dagger:after {
	content: "􏛋";
}

.fad.fa-database:after {
	content: "􏇀";
}

.fad.fa-deaf:after {
	content: "􏊤";
}

.fad.fa-debug:after {
	content: "􏟹";
}

.fad.fa-deer:after {
	content: "􏞎";
}

.fad.fa-deer-rudolph:after {
	content: "􏞏";
}

.fad.fa-democrat:after {
	content: "􏝇";
}

.fad.fa-desktop:after {
	content: "􏄈";
}

.fad.fa-desktop-alt:after {
	content: "􏎐";
}

.fad.fa-dewpoint:after {
	content: "􏝈";
}

.fad.fa-dharmachakra:after {
	content: "􏙕";
}

.fad.fa-diagnoses:after {
	content: "􏑰";
}

.fad.fa-diamond:after {
	content: "􏈙";
}

.fad.fa-dice:after {
	content: "􏔢";
}

.fad.fa-dice-d10:after {
	content: "􏛍";
}

.fad.fa-dice-d12:after {
	content: "􏛎";
}

.fad.fa-dice-d20:after {
	content: "􏛏";
}

.fad.fa-dice-d4:after {
	content: "􏛐";
}

.fad.fa-dice-d6:after {
	content: "􏛑";
}

.fad.fa-dice-d8:after {
	content: "􏛒";
}

.fad.fa-dice-five:after {
	content: "􏔣";
}

.fad.fa-dice-four:after {
	content: "􏔤";
}

.fad.fa-dice-one:after {
	content: "􏔥";
}

.fad.fa-dice-six:after {
	content: "􏔦";
}

.fad.fa-dice-three:after {
	content: "􏔧";
}

.fad.fa-dice-two:after {
	content: "􏔨";
}

.fad.fa-digging:after {
	content: "􏡞";
}

.fad.fa-digital-tachograph:after {
	content: "􏕦";
}

.fad.fa-diploma:after {
	content: "􏗪";
}

.fad.fa-directions:after {
	content: "􏗫";
}

.fad.fa-disc-drive:after {
	content: "􏢵";
}

.fad.fa-disease:after {
	content: "􏟺";
}

.fad.fa-divide:after {
	content: "􏔩";
}

.fad.fa-dizzy:after {
	content: "􏕧";
}

.fad.fa-dna:after {
	content: "􏑱";
}

.fad.fa-do-not-enter:after {
	content: "􏗬";
}

.fad.fa-dog:after {
	content: "􏛓";
}

.fad.fa-dog-leashed:after {
	content: "􏛔";
}

.fad.fa-dollar-sign:after {
	content: "􏅕";
}

.fad.fa-dolly:after {
	content: "􏑲";
}

.fad.fa-dolly-empty:after {
	content: "􏑳";
}

.fad.fa-dolly-flatbed:after {
	content: "􏑴";
}

.fad.fa-dolly-flatbed-alt:after {
	content: "􏑵";
}

.fad.fa-dolly-flatbed-empty:after {
	content: "􏑶";
}

.fad.fa-donate:after {
	content: "􏒹";
}

.fad.fa-door-closed:after {
	content: "􏔪";
}

.fad.fa-door-open:after {
	content: "􏔫";
}

.fad.fa-dot-circle:after {
	content: "􏆒";
}

.fad.fa-dove:after {
	content: "􏒺";
}

.fad.fa-download:after {
	content: "􏀙";
}

.fad.fa-drafting-compass:after {
	content: "􏕨";
}

.fad.fa-dragon:after {
	content: "􏛕";
}

.fad.fa-draw-circle:after {
	content: "􏗭";
}

.fad.fa-draw-polygon:after {
	content: "􏗮";
}

.fad.fa-draw-square:after {
	content: "􏗯";
}

.fad.fa-dreidel:after {
	content: "􏞒";
}

.fad.fa-drone:after {
	content: "􏡟";
}

.fad.fa-drone-alt:after {
	content: "􏡠";
}

.fad.fa-drum:after {
	content: "􏕩";
}

.fad.fa-drum-steelpan:after {
	content: "􏕪";
}

.fad.fa-drumstick:after {
	content: "􏛖";
}

.fad.fa-drumstick-bite:after {
	content: "􏛗";
}

.fad.fa-dryer:after {
	content: "􏡡";
}

.fad.fa-dryer-alt:after {
	content: "􏡢";
}

.fad.fa-duck:after {
	content: "􏛘";
}

.fad.fa-dumbbell:after {
	content: "􏑋";
}

.fad.fa-dumpster:after {
	content: "􏞓";
}

.fad.fa-dumpster-fire:after {
	content: "􏞔";
}

.fad.fa-dungeon:after {
	content: "􏛙";
}

.fad.fa-ear:after {
	content: "􏗰";
}

.fad.fa-ear-muffs:after {
	content: "􏞕";
}

.fad.fa-eclipse:after {
	content: "􏝉";
}

.fad.fa-eclipse-alt:after {
	content: "􏝊";
}

.fad.fa-edit:after {
	content: "􏁄";
}

.fad.fa-egg:after {
	content: "􏟻";
}

.fad.fa-egg-fried:after {
	content: "􏟼";
}

.fad.fa-eject:after {
	content: "􏁒";
}

.fad.fa-elephant:after {
	content: "􏛚";
}

.fad.fa-ellipsis-h:after {
	content: "􏅁";
}

.fad.fa-ellipsis-h-alt:after {
	content: "􏎛";
}

.fad.fa-ellipsis-v:after {
	content: "􏅂";
}

.fad.fa-ellipsis-v-alt:after {
	content: "􏎜";
}

.fad.fa-empty-set:after {
	content: "􏙖";
}

.fad.fa-engine-warning:after {
	content: "􏗲";
}

.fad.fa-envelope:after {
	content: "􏃠";
}

.fad.fa-envelope-open:after {
	content: "􏊶";
}

.fad.fa-envelope-open-dollar:after {
	content: "􏙗";
}

.fad.fa-envelope-open-text:after {
	content: "􏙘";
}

.fad.fa-envelope-square:after {
	content: "􏆙";
}

.fad.fa-equals:after {
	content: "􏔬";
}

.fad.fa-eraser:after {
	content: "􏄭";
}

.fad.fa-ethernet:after {
	content: "􏞖";
}

.fad.fa-euro-sign:after {
	content: "􏅓";
}

.fad.fa-exchange:after {
	content: "􏃬";
}

.fad.fa-exchange-alt:after {
	content: "􏍢";
}

.fad.fa-exclamation:after {
	content: "􏄪";
}

.fad.fa-exclamation-circle:after {
	content: "􏁪";
}

.fad.fa-exclamation-square:after {
	content: "􏌡";
}

.fad.fa-exclamation-triangle:after {
	content: "􏁱";
}

.fad.fa-expand:after {
	content: "􏁥";
}

.fad.fa-expand-alt:after {
	content: "􏐤";
}

.fad.fa-expand-arrows:after {
	content: "􏌝";
}

.fad.fa-expand-arrows-alt:after {
	content: "􏌞";
}

.fad.fa-expand-wide:after {
	content: "􏌠";
}

.fad.fa-external-link:after {
	content: "􏂎";
}

.fad.fa-external-link-alt:after {
	content: "􏍝";
}

.fad.fa-external-link-square:after {
	content: "􏅌";
}

.fad.fa-external-link-square-alt:after {
	content: "􏍠";
}

.fad.fa-eye:after {
	content: "􏁮";
}

.fad.fa-eye-dropper:after {
	content: "􏇻";
}

.fad.fa-eye-evil:after {
	content: "􏛛";
}

.fad.fa-eye-slash:after {
	content: "􏁰";
}

.fad.fa-fan:after {
	content: "􏡣";
}

.fad.fa-fan-table:after {
	content: "􏤄";
}

.fad.fa-farm:after {
	content: "􏡤";
}

.fad.fa-fast-backward:after {
	content: "􏁉";
}

.fad.fa-fast-forward:after {
	content: "􏁐";
}

.fad.fa-faucet:after {
	content: "􏤅";
}

.fad.fa-faucet-drip:after {
	content: "􏤆";
}

.fad.fa-fax:after {
	content: "􏆬";
}

.fad.fa-feather:after {
	content: "􏔭";
}

.fad.fa-feather-alt:after {
	content: "􏕫";
}

.fad.fa-female:after {
	content: "􏆂";
}

.fad.fa-field-hockey:after {
	content: "􏑌";
}

.fad.fa-fighter-jet:after {
	content: "􏃻";
}

.fad.fa-file:after {
	content: "􏅛";
}

.fad.fa-file-alt:after {
	content: "􏅜";
}

.fad.fa-file-archive:after {
	content: "􏇆";
}

.fad.fa-file-audio:after {
	content: "􏇇";
}

.fad.fa-file-certificate:after {
	content: "􏗳";
}

.fad.fa-file-chart-line:after {
	content: "􏙙";
}

.fad.fa-file-chart-pie:after {
	content: "􏙚";
}

.fad.fa-file-check:after {
	content: "􏌖";
}

.fad.fa-file-code:after {
	content: "􏇉";
}

.fad.fa-file-contract:after {
	content: "􏕬";
}

.fad.fa-file-csv:after {
	content: "􏛝";
}

.fad.fa-file-download:after {
	content: "􏕭";
}

.fad.fa-file-edit:after {
	content: "􏌜";
}

.fad.fa-file-excel:after {
	content: "􏇃";
}

.fad.fa-file-exclamation:after {
	content: "􏌚";
}

.fad.fa-file-export:after {
	content: "􏕮";
}

.fad.fa-file-image:after {
	content: "􏇅";
}

.fad.fa-file-import:after {
	content: "􏕯";
}

.fad.fa-file-invoice:after {
	content: "􏕰";
}

.fad.fa-file-invoice-dollar:after {
	content: "􏕱";
}

.fad.fa-file-medical:after {
	content: "􏑷";
}

.fad.fa-file-medical-alt:after {
	content: "􏑸";
}

.fad.fa-file-minus:after {
	content: "􏌘";
}

.fad.fa-file-music:after {
	content: "􏢶";
}

.fad.fa-file-pdf:after {
	content: "􏇁";
}

.fad.fa-file-plus:after {
	content: "􏌙";
}

.fad.fa-file-powerpoint:after {
	content: "􏇄";
}

.fad.fa-file-prescription:after {
	content: "􏕲";
}

.fad.fa-file-search:after {
	content: "􏡥";
}

.fad.fa-file-signature:after {
	content: "􏕳";
}

.fad.fa-file-spreadsheet:after {
	content: "􏙛";
}

.fad.fa-file-times:after {
	content: "􏌗";
}

.fad.fa-file-upload:after {
	content: "􏕴";
}

.fad.fa-file-user:after {
	content: "􏙜";
}

.fad.fa-file-video:after {
	content: "􏇈";
}

.fad.fa-file-word:after {
	content: "􏇂";
}

.fad.fa-files-medical:after {
	content: "􏟽";
}

.fad.fa-fill:after {
	content: "􏕵";
}

.fad.fa-fill-drip:after {
	content: "􏕶";
}

.fad.fa-film:after {
	content: "􏀈";
}

.fad.fa-film-alt:after {
	content: "􏎠";
}

.fad.fa-film-canister:after {
	content: "􏢷";
}

.fad.fa-filter:after {
	content: "􏂰";
}

.fad.fa-fingerprint:after {
	content: "􏕷";
}

.fad.fa-fire:after {
	content: "􏁭";
}

.fad.fa-fire-alt:after {
	content: "􏟤";
}

.fad.fa-fire-extinguisher:after {
	content: "􏄴";
}

.fad.fa-fire-smoke:after {
	content: "􏝋";
}

.fad.fa-fireplace:after {
	content: "􏞚";
}

.fad.fa-first-aid:after {
	content: "􏑹";
}

.fad.fa-fish:after {
	content: "􏕸";
}

.fad.fa-fish-cooked:after {
	content: "􏟾";
}

.fad.fa-fist-raised:after {
	content: "􏛞";
}

.fad.fa-flag:after {
	content: "􏀤";
}

.fad.fa-flag-alt:after {
	content: "􏝌";
}

.fad.fa-flag-checkered:after {
	content: "􏄞";
}

.fad.fa-flag-usa:after {
	content: "􏝍";
}

.fad.fa-flame:after {
	content: "􏛟";
}

.fad.fa-flashlight:after {
	content: "􏢸";
}

.fad.fa-flask:after {
	content: "􏃃";
}

.fad.fa-flask-poison:after {
	content: "􏛠";
}

.fad.fa-flask-potion:after {
	content: "􏛡";
}

.fad.fa-flower:after {
	content: "􏟿";
}

.fad.fa-flower-daffodil:after {
	content: "􏠀";
}

.fad.fa-flower-tulip:after {
	content: "􏠁";
}

.fad.fa-flushed:after {
	content: "􏕹";
}

.fad.fa-flute:after {
	content: "􏢹";
}

.fad.fa-flux-capacitor:after {
	content: "􏢺";
}

.fad.fa-fog:after {
	content: "􏝎";
}

.fad.fa-folder:after {
	content: "􏁻";
}

.fad.fa-folder-download:after {
	content: "􏥓";
}

.fad.fa-folder-minus:after {
	content: "􏙝";
}

.fad.fa-folder-open:after {
	content: "􏁼";
}

.fad.fa-folder-plus:after {
	content: "􏙞";
}

.fad.fa-folder-times:after {
	content: "􏙟";
}

.fad.fa-folder-tree:after {
	content: "􏠂";
}

.fad.fa-folder-upload:after {
	content: "􏥔";
}

.fad.fa-folders:after {
	content: "􏙠";
}

.fad.fa-font:after {
	content: "􏀱";
}

.fad.fa-font-awesome-logo-full:after {
	content: "􏓦";
}

.fad.fa-font-case:after {
	content: "􏡦";
}

.fad.fa-football-ball:after {
	content: "􏑎";
}

.fad.fa-football-helmet:after {
	content: "􏑏";
}

.fad.fa-forklift:after {
	content: "􏑺";
}

.fad.fa-forward:after {
	content: "􏁎";
}

.fad.fa-fragile:after {
	content: "􏒻";
}

.fad.fa-french-fries:after {
	content: "􏠃";
}

.fad.fa-frog:after {
	content: "􏔮";
}

.fad.fa-frosty-head:after {
	content: "􏞛";
}

.fad.fa-frown:after {
	content: "􏄙";
}

.fad.fa-frown-open:after {
	content: "􏕺";
}

.fad.fa-function:after {
	content: "􏙡";
}

.fad.fa-funnel-dollar:after {
	content: "􏙢";
}

.fad.fa-futbol:after {
	content: "􏇣";
}

.fad.fa-galaxy:after {
	content: "􏤈";
}

.fad.fa-game-board:after {
	content: "􏡧";
}

.fad.fa-game-board-alt:after {
	content: "􏡨";
}

.fad.fa-game-console-handheld:after {
	content: "􏢻";
}

.fad.fa-gamepad:after {
	content: "􏄛";
}

.fad.fa-gamepad-alt:after {
	content: "􏢼";
}

.fad.fa-garage:after {
	content: "􏤉";
}

.fad.fa-garage-car:after {
	content: "􏤊";
}

.fad.fa-garage-open:after {
	content: "􏤋";
}

.fad.fa-gas-pump:after {
	content: "􏔯";
}

.fad.fa-gas-pump-slash:after {
	content: "􏗴";
}

.fad.fa-gavel:after {
	content: "􏃣";
}

.fad.fa-gem:after {
	content: "􏎥";
}

.fad.fa-genderless:after {
	content: "􏈭";
}

.fad.fa-ghost:after {
	content: "􏛢";
}

.fad.fa-gift:after {
	content: "􏁫";
}

.fad.fa-gift-card:after {
	content: "􏙣";
}

.fad.fa-gifts:after {
	content: "􏞜";
}

.fad.fa-gingerbread-man:after {
	content: "􏞝";
}

.fad.fa-glass:after {
	content: "􏠄";
}

.fad.fa-glass-champagne:after {
	content: "􏞞";
}

.fad.fa-glass-cheers:after {
	content: "􏞟";
}

.fad.fa-glass-citrus:after {
	content: "􏡩";
}

.fad.fa-glass-martini:after {
	content: "􏀀";
}

.fad.fa-glass-martini-alt:after {
	content: "􏕻";
}

.fad.fa-glass-whiskey:after {
	content: "􏞠";
}

.fad.fa-glass-whiskey-rocks:after {
	content: "􏞡";
}

.fad.fa-glasses:after {
	content: "􏔰";
}

.fad.fa-glasses-alt:after {
	content: "􏗵";
}

.fad.fa-globe:after {
	content: "􏂬";
}

.fad.fa-globe-africa:after {
	content: "􏕼";
}

.fad.fa-globe-americas:after {
	content: "􏕽";
}

.fad.fa-globe-asia:after {
	content: "􏕾";
}

.fad.fa-globe-europe:after {
	content: "􏞢";
}

.fad.fa-globe-snow:after {
	content: "􏞣";
}

.fad.fa-globe-stand:after {
	content: "􏗶";
}

.fad.fa-golf-ball:after {
	content: "􏑐";
}

.fad.fa-golf-club:after {
	content: "􏑑";
}

.fad.fa-gopuram:after {
	content: "􏙤";
}

.fad.fa-graduation-cap:after {
	content: "􏆝";
}

.fad.fa-gramophone:after {
	content: "􏢽";
}

.fad.fa-greater-than:after {
	content: "􏔱";
}

.fad.fa-greater-than-equal:after {
	content: "􏔲";
}

.fad.fa-grimace:after {
	content: "􏕿";
}

.fad.fa-grin:after {
	content: "􏖀";
}

.fad.fa-grin-alt:after {
	content: "􏖁";
}

.fad.fa-grin-beam:after {
	content: "􏖂";
}

.fad.fa-grin-beam-sweat:after {
	content: "􏖃";
}

.fad.fa-grin-hearts:after {
	content: "􏖄";
}

.fad.fa-grin-squint:after {
	content: "􏖅";
}

.fad.fa-grin-squint-tears:after {
	content: "􏖆";
}

.fad.fa-grin-stars:after {
	content: "􏖇";
}

.fad.fa-grin-tears:after {
	content: "􏖈";
}

.fad.fa-grin-tongue:after {
	content: "􏖉";
}

.fad.fa-grin-tongue-squint:after {
	content: "􏖊";
}

.fad.fa-grin-tongue-wink:after {
	content: "􏖋";
}

.fad.fa-grin-wink:after {
	content: "􏖌";
}

.fad.fa-grip-horizontal:after {
	content: "􏖍";
}

.fad.fa-grip-lines:after {
	content: "􏞤";
}

.fad.fa-grip-lines-vertical:after {
	content: "􏞥";
}

.fad.fa-grip-vertical:after {
	content: "􏖎";
}

.fad.fa-guitar:after {
	content: "􏞦";
}

.fad.fa-guitar-electric:after {
	content: "􏢾";
}

.fad.fa-guitars:after {
	content: "􏢿";
}

.fad.fa-h-square:after {
	content: "􏃽";
}

.fad.fa-h1:after {
	content: "􏌓";
}

.fad.fa-h2:after {
	content: "􏌔";
}

.fad.fa-h3:after {
	content: "􏌕";
}

.fad.fa-h4:after {
	content: "􏡪";
}

.fad.fa-hamburger:after {
	content: "􏠅";
}

.fad.fa-hammer:after {
	content: "􏛣";
}

.fad.fa-hammer-war:after {
	content: "􏛤";
}

.fad.fa-hamsa:after {
	content: "􏙥";
}

.fad.fa-hand-heart:after {
	content: "􏒼";
}

.fad.fa-hand-holding:after {
	content: "􏒽";
}

.fad.fa-hand-holding-box:after {
	content: "􏑻";
}

.fad.fa-hand-holding-heart:after {
	content: "􏒾";
}

.fad.fa-hand-holding-magic:after {
	content: "􏛥";
}

.fad.fa-hand-holding-medical:after {
	content: "􏥜";
}

.fad.fa-hand-holding-seedling:after {
	content: "􏒿";
}

.fad.fa-hand-holding-usd:after {
	content: "􏓀";
}

.fad.fa-hand-holding-water:after {
	content: "􏓁";
}

.fad.fa-hand-lizard:after {
	content: "􏉘";
}

.fad.fa-hand-middle-finger:after {
	content: "􏠆";
}

.fad.fa-hand-paper:after {
	content: "􏉖";
}

.fad.fa-hand-peace:after {
	content: "􏉛";
}

.fad.fa-hand-point-down:after {
	content: "􏂧";
}

.fad.fa-hand-point-left:after {
	content: "􏂥";
}

.fad.fa-hand-point-right:after {
	content: "􏂤";
}

.fad.fa-hand-point-up:after {
	content: "􏂦";
}

.fad.fa-hand-pointer:after {
	content: "􏉚";
}

.fad.fa-hand-receiving:after {
	content: "􏑼";
}

.fad.fa-hand-rock:after {
	content: "􏉕";
}

.fad.fa-hand-scissors:after {
	content: "􏉗";
}

.fad.fa-hand-sparkles:after {
	content: "􏥝";
}

.fad.fa-hand-spock:after {
	content: "􏉙";
}

.fad.fa-hands:after {
	content: "􏓂";
}

.fad.fa-hands-heart:after {
	content: "􏓃";
}

.fad.fa-hands-helping:after {
	content: "􏓄";
}

.fad.fa-hands-usd:after {
	content: "􏓅";
}

.fad.fa-hands-wash:after {
	content: "􏥞";
}

.fad.fa-handshake:after {
	content: "􏊵";
}

.fad.fa-handshake-alt:after {
	content: "􏓆";
}

.fad.fa-handshake-alt-slash:after {
	content: "􏥟";
}

.fad.fa-handshake-slash:after {
	content: "􏥠";
}

.fad.fa-hanukiah:after {
	content: "􏛦";
}

.fad.fa-hard-hat:after {
	content: "􏠇";
}

.fad.fa-hashtag:after {
	content: "􏊒";
}

.fad.fa-hat-chef:after {
	content: "􏡫";
}

.fad.fa-hat-cowboy:after {
	content: "􏣀";
}

.fad.fa-hat-cowboy-side:after {
	content: "􏣁";
}

.fad.fa-hat-santa:after {
	content: "􏞧";
}

.fad.fa-hat-winter:after {
	content: "􏞨";
}

.fad.fa-hat-witch:after {
	content: "􏛧";
}

.fad.fa-hat-wizard:after {
	content: "􏛨";
}

.fad.fa-hdd:after {
	content: "􏂠";
}

.fad.fa-head-side:after {
	content: "􏛩";
}

.fad.fa-head-side-brain:after {
	content: "􏠈";
}

.fad.fa-head-side-cough:after {
	content: "􏥡";
}

.fad.fa-head-side-cough-slash:after {
	content: "􏥢";
}

.fad.fa-head-side-headphones:after {
	content: "􏣂";
}

.fad.fa-head-side-mask:after {
	content: "􏥣";
}

.fad.fa-head-side-medical:after {
	content: "􏠉";
}

.fad.fa-head-side-virus:after {
	content: "􏥤";
}

.fad.fa-head-vr:after {
	content: "􏛪";
}

.fad.fa-heading:after {
	content: "􏇜";
}

.fad.fa-headphones:after {
	content: "􏀥";
}

.fad.fa-headphones-alt:after {
	content: "􏖏";
}

.fad.fa-headset:after {
	content: "􏖐";
}

.fad.fa-heart:after {
	content: "􏀄";
}

.fad.fa-heart-broken:after {
	content: "􏞩";
}

.fad.fa-heart-circle:after {
	content: "􏓇";
}

.fad.fa-heart-rate:after {
	content: "􏗸";
}

.fad.fa-heart-square:after {
	content: "􏓈";
}

.fad.fa-heartbeat:after {
	content: "􏈞";
}

.fad.fa-heat:after {
	content: "􏤌";
}

.fad.fa-helicopter:after {
	content: "􏔳";
}

.fad.fa-helmet-battle:after {
	content: "􏛫";
}

.fad.fa-hexagon:after {
	content: "􏌒";
}

.fad.fa-highlighter:after {
	content: "􏖑";
}

.fad.fa-hiking:after {
	content: "􏛬";
}

.fad.fa-hippo:after {
	content: "􏛭";
}

.fad.fa-history:after {
	content: "􏇚";
}

.fad.fa-hockey-mask:after {
	content: "􏛮";
}

.fad.fa-hockey-puck:after {
	content: "􏑓";
}

.fad.fa-hockey-sticks:after {
	content: "􏑔";
}

.fad.fa-holly-berry:after {
	content: "􏞪";
}

.fad.fa-home:after {
	content: "􏀕";
}

.fad.fa-home-alt:after {
	content: "􏠊";
}

.fad.fa-home-heart:after {
	content: "􏓉";
}

.fad.fa-home-lg:after {
	content: "􏠋";
}

.fad.fa-home-lg-alt:after {
	content: "􏠌";
}

.fad.fa-hood-cloak:after {
	content: "􏛯";
}

.fad.fa-horizontal-rule:after {
	content: "􏡬";
}

.fad.fa-horse:after {
	content: "􏛰";
}

.fad.fa-horse-head:after {
	content: "􏞫";
}

.fad.fa-horse-saddle:after {
	content: "􏣃";
}

.fad.fa-hospital:after {
	content: "􏃸";
}

.fad.fa-hospital-alt:after {
	content: "􏑽";
}

.fad.fa-hospital-symbol:after {
	content: "􏑾";
}

.fad.fa-hospital-user:after {
	content: "􏠍";
}

.fad.fa-hospitals:after {
	content: "􏠎";
}

.fad.fa-hot-tub:after {
	content: "􏖓";
}

.fad.fa-hotdog:after {
	content: "􏠏";
}

.fad.fa-hotel:after {
	content: "􏖔";
}

.fad.fa-hourglass:after {
	content: "􏉔";
}

.fad.fa-hourglass-end:after {
	content: "􏉓";
}

.fad.fa-hourglass-half:after {
	content: "􏉒";
}

.fad.fa-hourglass-start:after {
	content: "􏉑";
}

.fad.fa-house:after {
	content: "􏤍";
}

.fad.fa-house-damage:after {
	content: "􏛱";
}

.fad.fa-house-day:after {
	content: "􏤎";
}

.fad.fa-house-flood:after {
	content: "􏝏";
}

.fad.fa-house-leave:after {
	content: "􏤏";
}

.fad.fa-house-night:after {
	content: "􏤐";
}

.fad.fa-house-return:after {
	content: "􏤑";
}

.fad.fa-house-signal:after {
	content: "􏤒";
}

.fad.fa-house-user:after {
	content: "􏥥";
}

.fad.fa-hryvnia:after {
	content: "􏛲";
}

.fad.fa-humidity:after {
	content: "􏝐";
}

.fad.fa-hurricane:after {
	content: "􏝑";
}

.fad.fa-i-cursor:after {
	content: "􏉆";
}

.fad.fa-ice-cream:after {
	content: "􏠐";
}

.fad.fa-ice-skate:after {
	content: "􏞬";
}

.fad.fa-icicles:after {
	content: "􏞭";
}

.fad.fa-icons:after {
	content: "􏡭";
}

.fad.fa-icons-alt:after {
	content: "􏡮";
}

.fad.fa-id-badge:after {
	content: "􏋁";
}

.fad.fa-id-card:after {
	content: "􏋂";
}

.fad.fa-id-card-alt:after {
	content: "􏑿";
}

.fad.fa-igloo:after {
	content: "􏞮";
}

.fad.fa-image:after {
	content: "􏀾";
}

.fad.fa-image-polaroid:after {
	content: "􏣄";
}

.fad.fa-images:after {
	content: "􏌂";
}

.fad.fa-inbox:after {
	content: "􏀜";
}

.fad.fa-inbox-in:after {
	content: "􏌐";
}

.fad.fa-inbox-out:after {
	content: "􏌑";
}

.fad.fa-indent:after {
	content: "􏀼";
}

.fad.fa-industry:after {
	content: "􏉵";
}

.fad.fa-industry-alt:after {
	content: "􏎳";
}

.fad.fa-infinity:after {
	content: "􏔴";
}

.fad.fa-info:after {
	content: "􏄩";
}

.fad.fa-info-circle:after {
	content: "􏁚";
}

.fad.fa-info-square:after {
	content: "􏌏";
}

.fad.fa-inhaler:after {
	content: "􏗹";
}

.fad.fa-integral:after {
	content: "􏙧";
}

.fad.fa-intersection:after {
	content: "􏙨";
}

.fad.fa-inventory:after {
	content: "􏒀";
}

.fad.fa-island-tropical:after {
	content: "􏠑";
}

.fad.fa-italic:after {
	content: "􏀳";
}

.fad.fa-jack-o-lantern:after {
	content: "􏌎";
}

.fad.fa-jedi:after {
	content: "􏙩";
}

.fad.fa-joint:after {
	content: "􏖕";
}

.fad.fa-journal-whills:after {
	content: "􏙪";
}

.fad.fa-joystick:after {
	content: "􏣅";
}

.fad.fa-jug:after {
	content: "􏣆";
}

.fad.fa-kaaba:after {
	content: "􏙫";
}

.fad.fa-kazoo:after {
	content: "􏣇";
}

.fad.fa-kerning:after {
	content: "􏡯";
}

.fad.fa-key:after {
	content: "􏂄";
}

.fad.fa-key-skeleton:after {
	content: "􏛳";
}

.fad.fa-keyboard:after {
	content: "􏄜";
}

.fad.fa-keynote:after {
	content: "􏙬";
}

.fad.fa-khanda:after {
	content: "􏙭";
}

.fad.fa-kidneys:after {
	content: "􏗻";
}

.fad.fa-kiss:after {
	content: "􏖖";
}

.fad.fa-kiss-beam:after {
	content: "􏖗";
}

.fad.fa-kiss-wink-heart:after {
	content: "􏖘";
}

.fad.fa-kite:after {
	content: "􏛴";
}

.fad.fa-kiwi-bird:after {
	content: "􏔵";
}

.fad.fa-knife-kitchen:after {
	content: "􏛵";
}

.fad.fa-lambda:after {
	content: "􏙮";
}

.fad.fa-lamp:after {
	content: "􏓊";
}

.fad.fa-lamp-desk:after {
	content: "􏤔";
}

.fad.fa-lamp-floor:after {
	content: "􏤕";
}

.fad.fa-landmark:after {
	content: "􏙯";
}

.fad.fa-landmark-alt:after {
	content: "􏝒";
}

.fad.fa-language:after {
	content: "􏆫";
}

.fad.fa-laptop:after {
	content: "􏄉";
}

.fad.fa-laptop-code:after {
	content: "􏗼";
}

.fad.fa-laptop-house:after {
	content: "􏥦";
}

.fad.fa-laptop-medical:after {
	content: "􏠒";
}

.fad.fa-lasso:after {
	content: "􏣈";
}

.fad.fa-laugh:after {
	content: "􏖙";
}

.fad.fa-laugh-beam:after {
	content: "􏖚";
}

.fad.fa-laugh-squint:after {
	content: "􏖛";
}

.fad.fa-laugh-wink:after {
	content: "􏖜";
}

.fad.fa-layer-group:after {
	content: "􏗽";
}

.fad.fa-layer-minus:after {
	content: "􏗾";
}

.fad.fa-layer-plus:after {
	content: "􏗿";
}

.fad.fa-leaf:after {
	content: "􏁬";
}

.fad.fa-leaf-heart:after {
	content: "􏓋";
}

.fad.fa-leaf-maple:after {
	content: "􏛶";
}

.fad.fa-leaf-oak:after {
	content: "􏛷";
}

.fad.fa-lemon:after {
	content: "􏂔";
}

.fad.fa-less-than:after {
	content: "􏔶";
}

.fad.fa-less-than-equal:after {
	content: "􏔷";
}

.fad.fa-level-down:after {
	content: "􏅉";
}

.fad.fa-level-down-alt:after {
	content: "􏎾";
}

.fad.fa-level-up:after {
	content: "􏅈";
}

.fad.fa-level-up-alt:after {
	content: "􏎿";
}

.fad.fa-life-ring:after {
	content: "􏇍";
}

.fad.fa-light-ceiling:after {
	content: "􏤖";
}

.fad.fa-light-switch:after {
	content: "􏤗";
}

.fad.fa-light-switch-off:after {
	content: "􏤘";
}

.fad.fa-light-switch-on:after {
	content: "􏤙";
}

.fad.fa-lightbulb:after {
	content: "􏃫";
}

.fad.fa-lightbulb-dollar:after {
	content: "􏙰";
}

.fad.fa-lightbulb-exclamation:after {
	content: "􏙱";
}

.fad.fa-lightbulb-on:after {
	content: "􏙲";
}

.fad.fa-lightbulb-slash:after {
	content: "􏙳";
}

.fad.fa-lights-holiday:after {
	content: "􏞲";
}

.fad.fa-line-columns:after {
	content: "􏡰";
}

.fad.fa-line-height:after {
	content: "􏡱";
}

.fad.fa-link:after {
	content: "􏃁";
}

.fad.fa-lips:after {
	content: "􏘀";
}

.fad.fa-lira-sign:after {
	content: "􏆕";
}

.fad.fa-list:after {
	content: "􏀺";
}

.fad.fa-list-alt:after {
	content: "􏀢";
}

.fad.fa-list-music:after {
	content: "􏣉";
}

.fad.fa-list-ol:after {
	content: "􏃋";
}

.fad.fa-list-ul:after {
	content: "􏃊";
}

.fad.fa-location:after {
	content: "􏘁";
}

.fad.fa-location-arrow:after {
	content: "􏄤";
}

.fad.fa-location-circle:after {
	content: "􏘂";
}

.fad.fa-location-slash:after {
	content: "􏘃";
}

.fad.fa-lock:after {
	content: "􏀣";
}

.fad.fa-lock-alt:after {
	content: "􏌍";
}

.fad.fa-lock-open:after {
	content: "􏏁";
}

.fad.fa-lock-open-alt:after {
	content: "􏏂";
}

.fad.fa-long-arrow-alt-down:after {
	content: "􏌉";
}

.fad.fa-long-arrow-alt-left:after {
	content: "􏌊";
}

.fad.fa-long-arrow-alt-right:after {
	content: "􏌋";
}

.fad.fa-long-arrow-alt-up:after {
	content: "􏌌";
}

.fad.fa-long-arrow-down:after {
	content: "􏅵";
}

.fad.fa-long-arrow-left:after {
	content: "􏅷";
}

.fad.fa-long-arrow-right:after {
	content: "􏅸";
}

.fad.fa-long-arrow-up:after {
	content: "􏅶";
}

.fad.fa-loveseat:after {
	content: "􏓌";
}

.fad.fa-low-vision:after {
	content: "􏊨";
}

.fad.fa-luchador:after {
	content: "􏑕";
}

.fad.fa-luggage-cart:after {
	content: "􏖝";
}

.fad.fa-lungs:after {
	content: "􏘄";
}

.fad.fa-lungs-virus:after {
	content: "􏥧";
}

.fad.fa-mace:after {
	content: "􏛸";
}

.fad.fa-magic:after {
	content: "􏃐";
}

.fad.fa-magnet:after {
	content: "􏁶";
}

.fad.fa-mail-bulk:after {
	content: "􏙴";
}

.fad.fa-mailbox:after {
	content: "􏠓";
}

.fad.fa-male:after {
	content: "􏆃";
}

.fad.fa-mandolin:after {
	content: "􏛹";
}

.fad.fa-map:after {
	content: "􏉹";
}

.fad.fa-map-marked:after {
	content: "􏖟";
}

.fad.fa-map-marked-alt:after {
	content: "􏖠";
}

.fad.fa-map-marker:after {
	content: "􏁁";
}

.fad.fa-map-marker-alt:after {
	content: "􏏅";
}

.fad.fa-map-marker-alt-slash:after {
	content: "􏘅";
}

.fad.fa-map-marker-check:after {
	content: "􏘆";
}

.fad.fa-map-marker-edit:after {
	content: "􏘇";
}

.fad.fa-map-marker-exclamation:after {
	content: "􏘈";
}

.fad.fa-map-marker-minus:after {
	content: "􏘉";
}

.fad.fa-map-marker-plus:after {
	content: "􏘊";
}

.fad.fa-map-marker-question:after {
	content: "􏘋";
}

.fad.fa-map-marker-slash:after {
	content: "􏘌";
}

.fad.fa-map-marker-smile:after {
	content: "􏘍";
}

.fad.fa-map-marker-times:after {
	content: "􏘎";
}

.fad.fa-map-pin:after {
	content: "􏉶";
}

.fad.fa-map-signs:after {
	content: "􏉷";
}

.fad.fa-marker:after {
	content: "􏖡";
}

.fad.fa-mars:after {
	content: "􏈢";
}

.fad.fa-mars-double:after {
	content: "􏈧";
}

.fad.fa-mars-stroke:after {
	content: "􏈩";
}

.fad.fa-mars-stroke-h:after {
	content: "􏈫";
}

.fad.fa-mars-stroke-v:after {
	content: "􏈪";
}

.fad.fa-mask:after {
	content: "􏛺";
}

.fad.fa-meat:after {
	content: "􏠔";
}

.fad.fa-medal:after {
	content: "􏖢";
}

.fad.fa-medkit:after {
	content: "􏃺";
}

.fad.fa-megaphone:after {
	content: "􏙵";
}

.fad.fa-meh:after {
	content: "􏄚";
}

.fad.fa-meh-blank:after {
	content: "􏖤";
}

.fad.fa-meh-rolling-eyes:after {
	content: "􏖥";
}

.fad.fa-memory:after {
	content: "􏔸";
}

.fad.fa-menorah:after {
	content: "􏙶";
}

.fad.fa-mercury:after {
	content: "􏈣";
}

.fad.fa-meteor:after {
	content: "􏝓";
}

.fad.fa-microchip:after {
	content: "􏋛";
}

.fad.fa-microphone:after {
	content: "􏄰";
}

.fad.fa-microphone-alt:after {
	content: "􏏉";
}

.fad.fa-microphone-alt-slash:after {
	content: "􏔹";
}

.fad.fa-microphone-slash:after {
	content: "􏄱";
}

.fad.fa-microphone-stand:after {
	content: "􏣋";
}

.fad.fa-microscope:after {
	content: "􏘐";
}

.fad.fa-microwave:after {
	content: "􏤛";
}

.fad.fa-mind-share:after {
	content: "􏙷";
}

.fad.fa-minus:after {
	content: "􏁨";
}

.fad.fa-minus-circle:after {
	content: "􏁖";
}

.fad.fa-minus-hexagon:after {
	content: "􏌇";
}

.fad.fa-minus-octagon:after {
	content: "􏌈";
}

.fad.fa-minus-square:after {
	content: "􏅆";
}

.fad.fa-mistletoe:after {
	content: "􏞴";
}

.fad.fa-mitten:after {
	content: "􏞵";
}

.fad.fa-mobile:after {
	content: "􏄋";
}

.fad.fa-mobile-alt:after {
	content: "􏏍";
}

.fad.fa-mobile-android:after {
	content: "􏏎";
}

.fad.fa-mobile-android-alt:after {
	content: "􏏏";
}

.fad.fa-money-bill:after {
	content: "􏃖";
}

.fad.fa-money-bill-alt:after {
	content: "􏏑";
}

.fad.fa-money-bill-wave:after {
	content: "􏔺";
}

.fad.fa-money-bill-wave-alt:after {
	content: "􏔻";
}

.fad.fa-money-check:after {
	content: "􏔼";
}

.fad.fa-money-check-alt:after {
	content: "􏔽";
}

.fad.fa-money-check-edit:after {
	content: "􏡲";
}

.fad.fa-money-check-edit-alt:after {
	content: "􏡳";
}

.fad.fa-monitor-heart-rate:after {
	content: "􏘑";
}

.fad.fa-monkey:after {
	content: "􏛻";
}

.fad.fa-monument:after {
	content: "􏖦";
}

.fad.fa-moon:after {
	content: "􏆆";
}

.fad.fa-moon-cloud:after {
	content: "􏝔";
}

.fad.fa-moon-stars:after {
	content: "􏝕";
}

.fad.fa-mortar-pestle:after {
	content: "􏖧";
}

.fad.fa-mosque:after {
	content: "􏙸";
}

.fad.fa-motorcycle:after {
	content: "􏈜";
}

.fad.fa-mountain:after {
	content: "􏛼";
}

.fad.fa-mountains:after {
	content: "􏛽";
}

.fad.fa-mouse:after {
	content: "􏣌";
}

.fad.fa-mouse-alt:after {
	content: "􏣍";
}

.fad.fa-mouse-pointer:after {
	content: "􏉅";
}

.fad.fa-mp3-player:after {
	content: "􏣎";
}

.fad.fa-mug:after {
	content: "􏡴";
}

.fad.fa-mug-hot:after {
	content: "􏞶";
}

.fad.fa-mug-marshmallows:after {
	content: "􏞷";
}

.fad.fa-mug-tea:after {
	content: "􏡵";
}

.fad.fa-music:after {
	content: "􏀁";
}

.fad.fa-music-alt:after {
	content: "􏣏";
}

.fad.fa-music-alt-slash:after {
	content: "􏣐";
}

.fad.fa-music-slash:after {
	content: "􏣑";
}

.fad.fa-narwhal:after {
	content: "􏛾";
}

.fad.fa-network-wired:after {
	content: "􏛿";
}

.fad.fa-neuter:after {
	content: "􏈬";
}

.fad.fa-newspaper:after {
	content: "􏇪";
}

.fad.fa-not-equal:after {
	content: "􏔾";
}

.fad.fa-notes-medical:after {
	content: "􏒁";
}

.fad.fa-object-group:after {
	content: "􏉇";
}

.fad.fa-object-ungroup:after {
	content: "􏉈";
}

.fad.fa-octagon:after {
	content: "􏌆";
}

.fad.fa-oil-can:after {
	content: "􏘓";
}

.fad.fa-oil-temp:after {
	content: "􏘔";
}

.fad.fa-om:after {
	content: "􏙹";
}

.fad.fa-omega:after {
	content: "􏙺";
}

.fad.fa-ornament:after {
	content: "􏞸";
}

.fad.fa-otter:after {
	content: "􏜀";
}

.fad.fa-outdent:after {
	content: "􏀻";
}

.fad.fa-outlet:after {
	content: "􏤜";
}

.fad.fa-oven:after {
	content: "􏤝";
}

.fad.fa-overline:after {
	content: "􏡶";
}

.fad.fa-page-break:after {
	content: "􏡷";
}

.fad.fa-pager:after {
	content: "􏠕";
}

.fad.fa-paint-brush:after {
	content: "􏇼";
}

.fad.fa-paint-brush-alt:after {
	content: "􏖩";
}

.fad.fa-paint-roller:after {
	content: "􏖪";
}

.fad.fa-palette:after {
	content: "􏔿";
}

.fad.fa-pallet:after {
	content: "􏒂";
}

.fad.fa-pallet-alt:after {
	content: "􏒃";
}

.fad.fa-paper-plane:after {
	content: "􏇘";
}

.fad.fa-paperclip:after {
	content: "􏃆";
}

.fad.fa-parachute-box:after {
	content: "􏓍";
}

.fad.fa-paragraph:after {
	content: "􏇝";
}

.fad.fa-paragraph-rtl:after {
	content: "􏡸";
}

.fad.fa-parking:after {
	content: "􏕀";
}

.fad.fa-parking-circle:after {
	content: "􏘕";
}

.fad.fa-parking-circle-slash:after {
	content: "􏘖";
}

.fad.fa-parking-slash:after {
	content: "􏘗";
}

.fad.fa-passport:after {
	content: "􏖫";
}

.fad.fa-pastafarianism:after {
	content: "􏙻";
}

.fad.fa-paste:after {
	content: "􏃪";
}

.fad.fa-pause:after {
	content: "􏁌";
}

.fad.fa-pause-circle:after {
	content: "􏊋";
}

.fad.fa-paw:after {
	content: "􏆰";
}

.fad.fa-paw-alt:after {
	content: "􏜁";
}

.fad.fa-paw-claws:after {
	content: "􏜂";
}

.fad.fa-peace:after {
	content: "􏙼";
}

.fad.fa-pegasus:after {
	content: "􏜃";
}

.fad.fa-pen:after {
	content: "􏌄";
}

.fad.fa-pen-alt:after {
	content: "􏌅";
}

.fad.fa-pen-fancy:after {
	content: "􏖬";
}

.fad.fa-pen-nib:after {
	content: "􏖭";
}

.fad.fa-pen-square:after {
	content: "􏅋";
}

.fad.fa-pencil:after {
	content: "􏁀";
}

.fad.fa-pencil-alt:after {
	content: "􏌃";
}

.fad.fa-pencil-paintbrush:after {
	content: "􏘘";
}

.fad.fa-pencil-ruler:after {
	content: "􏖮";
}

.fad.fa-pennant:after {
	content: "􏑖";
}

.fad.fa-people-arrows:after {
	content: "􏥨";
}

.fad.fa-people-carry:after {
	content: "􏓎";
}

.fad.fa-pepper-hot:after {
	content: "􏠖";
}

.fad.fa-percent:after {
	content: "􏊕";
}

.fad.fa-percentage:after {
	content: "􏕁";
}

.fad.fa-person-booth:after {
	content: "􏝖";
}

.fad.fa-person-carry:after {
	content: "􏓏";
}

.fad.fa-person-dolly:after {
	content: "􏓐";
}

.fad.fa-person-dolly-empty:after {
	content: "􏓑";
}

.fad.fa-person-sign:after {
	content: "􏝗";
}

.fad.fa-phone:after {
	content: "􏂕";
}

.fad.fa-phone-alt:after {
	content: "􏡹";
}

.fad.fa-phone-laptop:after {
	content: "􏡺";
}

.fad.fa-phone-office:after {
	content: "􏙽";
}

.fad.fa-phone-plus:after {
	content: "􏓒";
}

.fad.fa-phone-rotary:after {
	content: "􏣓";
}

.fad.fa-phone-slash:after {
	content: "􏏝";
}

.fad.fa-phone-square:after {
	content: "􏂘";
}

.fad.fa-phone-square-alt:after {
	content: "􏡻";
}

.fad.fa-phone-volume:after {
	content: "􏊠";
}

.fad.fa-photo-video:after {
	content: "􏡼";
}

.fad.fa-pi:after {
	content: "􏙾";
}

.fad.fa-piano:after {
	content: "􏣔";
}

.fad.fa-piano-keyboard:after {
	content: "􏣕";
}

.fad.fa-pie:after {
	content: "􏜅";
}

.fad.fa-pig:after {
	content: "􏜆";
}

.fad.fa-piggy-bank:after {
	content: "􏓓";
}

.fad.fa-pills:after {
	content: "􏒄";
}

.fad.fa-pizza:after {
	content: "􏠗";
}

.fad.fa-pizza-slice:after {
	content: "􏠘";
}

.fad.fa-place-of-worship:after {
	content: "􏙿";
}

.fad.fa-plane:after {
	content: "􏁲";
}

.fad.fa-plane-alt:after {
	content: "􏏞";
}

.fad.fa-plane-arrival:after {
	content: "􏖯";
}

.fad.fa-plane-departure:after {
	content: "􏖰";
}

.fad.fa-plane-slash:after {
	content: "􏥩";
}

.fad.fa-planet-moon:after {
	content: "􏤟";
}

.fad.fa-planet-ringed:after {
	content: "􏤠";
}

.fad.fa-play:after {
	content: "􏁋";
}

.fad.fa-play-circle:after {
	content: "􏅄";
}

.fad.fa-plug:after {
	content: "􏇦";
}

.fad.fa-plus:after {
	content: "􏁧";
}

.fad.fa-plus-circle:after {
	content: "􏁕";
}

.fad.fa-plus-hexagon:after {
	content: "􏌀";
}

.fad.fa-plus-octagon:after {
	content: "􏌁";
}

.fad.fa-plus-square:after {
	content: "􏃾";
}

.fad.fa-podcast:after {
	content: "􏋎";
}

.fad.fa-podium:after {
	content: "􏚀";
}

.fad.fa-podium-star:after {
	content: "􏝘";
}

.fad.fa-police-box:after {
	content: "􏤡";
}

.fad.fa-poll:after {
	content: "􏚁";
}

.fad.fa-poll-h:after {
	content: "􏚂";
}

.fad.fa-poll-people:after {
	content: "􏝙";
}

.fad.fa-poo:after {
	content: "􏋾";
}

.fad.fa-poo-storm:after {
	content: "􏝚";
}

.fad.fa-poop:after {
	content: "􏘙";
}

.fad.fa-popcorn:after {
	content: "􏠙";
}

.fad.fa-portal-enter:after {
	content: "􏤢";
}

.fad.fa-portal-exit:after {
	content: "􏤣";
}

.fad.fa-portrait:after {
	content: "􏏠";
}

.fad.fa-pound-sign:after {
	content: "􏅔";
}

.fad.fa-power-off:after {
	content: "􏀑";
}

.fad.fa-pray:after {
	content: "􏚃";
}

.fad.fa-praying-hands:after {
	content: "􏚄";
}

.fad.fa-prescription:after {
	content: "􏖱";
}

.fad.fa-prescription-bottle:after {
	content: "􏒅";
}

.fad.fa-prescription-bottle-alt:after {
	content: "􏒆";
}

.fad.fa-presentation:after {
	content: "􏚅";
}

.fad.fa-print:after {
	content: "􏀯";
}

.fad.fa-print-search:after {
	content: "􏠚";
}

.fad.fa-print-slash:after {
	content: "􏚆";
}

.fad.fa-procedures:after {
	content: "􏒇";
}

.fad.fa-project-diagram:after {
	content: "􏕂";
}

.fad.fa-projector:after {
	content: "􏣖";
}

.fad.fa-pump-medical:after {
	content: "􏥪";
}

.fad.fa-pump-soap:after {
	content: "􏥫";
}

.fad.fa-pumpkin:after {
	content: "􏜇";
}

.fad.fa-puzzle-piece:after {
	content: "􏄮";
}

.fad.fa-qrcode:after {
	content: "􏀩";
}

.fad.fa-question:after {
	content: "􏄨";
}

.fad.fa-question-circle:after {
	content: "􏁙";
}

.fad.fa-question-square:after {
	content: "􏋽";
}

.fad.fa-quidditch:after {
	content: "􏑘";
}

.fad.fa-quote-left:after {
	content: "􏄍";
}

.fad.fa-quote-right:after {
	content: "􏄎";
}

.fad.fa-quran:after {
	content: "􏚇";
}

.fad.fa-rabbit:after {
	content: "􏜈";
}

.fad.fa-rabbit-fast:after {
	content: "􏜉";
}

.fad.fa-racquet:after {
	content: "􏑚";
}

.fad.fa-radar:after {
	content: "􏤤";
}

.fad.fa-radiation:after {
	content: "􏞹";
}

.fad.fa-radiation-alt:after {
	content: "􏞺";
}

.fad.fa-radio:after {
	content: "􏣗";
}

.fad.fa-radio-alt:after {
	content: "􏣘";
}

.fad.fa-rainbow:after {
	content: "􏝛";
}

.fad.fa-raindrops:after {
	content: "􏝜";
}

.fad.fa-ram:after {
	content: "􏜊";
}

.fad.fa-ramp-loading:after {
	content: "􏓔";
}

.fad.fa-random:after {
	content: "􏁴";
}

.fad.fa-raygun:after {
	content: "􏤥";
}

.fad.fa-receipt:after {
	content: "􏕃";
}

.fad.fa-record-vinyl:after {
	content: "􏣙";
}

.fad.fa-rectangle-landscape:after {
	content: "􏋺";
}

.fad.fa-rectangle-portrait:after {
	content: "􏋻";
}

.fad.fa-rectangle-wide:after {
	content: "􏋼";
}

.fad.fa-recycle:after {
	content: "􏆸";
}

.fad.fa-redo:after {
	content: "􏀞";
}

.fad.fa-redo-alt:after {
	content: "􏋹";
}

.fad.fa-refrigerator:after {
	content: "􏤦";
}

.fad.fa-registered:after {
	content: "􏉝";
}

.fad.fa-remove-format:after {
	content: "􏡽";
}

.fad.fa-repeat:after {
	content: "􏍣";
}

.fad.fa-repeat-1:after {
	content: "􏍥";
}

.fad.fa-repeat-1-alt:after {
	content: "􏍦";
}

.fad.fa-repeat-alt:after {
	content: "􏍤";
}

.fad.fa-reply:after {
	content: "􏏥";
}

.fad.fa-reply-all:after {
	content: "􏄢";
}

.fad.fa-republican:after {
	content: "􏝞";
}

.fad.fa-restroom:after {
	content: "􏞽";
}

.fad.fa-retweet:after {
	content: "􏁹";
}

.fad.fa-retweet-alt:after {
	content: "􏍡";
}

.fad.fa-ribbon:after {
	content: "􏓖";
}

.fad.fa-ring:after {
	content: "􏜋";
}

.fad.fa-rings-wedding:after {
	content: "􏠛";
}

.fad.fa-road:after {
	content: "􏀘";
}

.fad.fa-robot:after {
	content: "􏕄";
}

.fad.fa-rocket:after {
	content: "􏄵";
}

.fad.fa-rocket-launch:after {
	content: "􏤧";
}

.fad.fa-route:after {
	content: "􏓗";
}

.fad.fa-route-highway:after {
	content: "􏘚";
}

.fad.fa-route-interstate:after {
	content: "􏘛";
}

.fad.fa-router:after {
	content: "􏣚";
}

.fad.fa-rss:after {
	content: "􏂞";
}

.fad.fa-rss-square:after {
	content: "􏅃";
}

.fad.fa-ruble-sign:after {
	content: "􏅘";
}

.fad.fa-ruler:after {
	content: "􏕅";
}

.fad.fa-ruler-combined:after {
	content: "􏕆";
}

.fad.fa-ruler-horizontal:after {
	content: "􏕇";
}

.fad.fa-ruler-triangle:after {
	content: "􏘜";
}

.fad.fa-ruler-vertical:after {
	content: "􏕈";
}

.fad.fa-running:after {
	content: "􏜌";
}

.fad.fa-rupee-sign:after {
	content: "􏅖";
}

.fad.fa-rv:after {
	content: "􏞾";
}

.fad.fa-sack:after {
	content: "􏠜";
}

.fad.fa-sack-dollar:after {
	content: "􏠝";
}

.fad.fa-sad-cry:after {
	content: "􏖳";
}

.fad.fa-sad-tear:after {
	content: "􏖴";
}

.fad.fa-salad:after {
	content: "􏠞";
}

.fad.fa-sandwich:after {
	content: "􏠟";
}

.fad.fa-satellite:after {
	content: "􏞿";
}

.fad.fa-satellite-dish:after {
	content: "􏟀";
}

.fad.fa-sausage:after {
	content: "􏠠";
}

.fad.fa-save:after {
	content: "􏃇";
}

.fad.fa-sax-hot:after {
	content: "􏣛";
}

.fad.fa-saxophone:after {
	content: "􏣜";
}

.fad.fa-scalpel:after {
	content: "􏘝";
}

.fad.fa-scalpel-path:after {
	content: "􏘞";
}

.fad.fa-scanner:after {
	content: "􏒈";
}

.fad.fa-scanner-image:after {
	content: "􏣳";
}

.fad.fa-scanner-keyboard:after {
	content: "􏒉";
}

.fad.fa-scanner-touchscreen:after {
	content: "􏒊";
}

.fad.fa-scarecrow:after {
	content: "􏜍";
}

.fad.fa-scarf:after {
	content: "􏟁";
}

.fad.fa-school:after {
	content: "􏕉";
}

.fad.fa-screwdriver:after {
	content: "􏕊";
}

.fad.fa-scroll:after {
	content: "􏜎";
}

.fad.fa-scroll-old:after {
	content: "􏜏";
}

.fad.fa-scrubber:after {
	content: "􏋸";
}

.fad.fa-scythe:after {
	content: "􏜐";
}

.fad.fa-sd-card:after {
	content: "􏟂";
}

.fad.fa-search:after {
	content: "􏀂";
}

.fad.fa-search-dollar:after {
	content: "􏚈";
}

.fad.fa-search-location:after {
	content: "􏚉";
}

.fad.fa-search-minus:after {
	content: "􏀐";
}

.fad.fa-search-plus:after {
	content: "􏀎";
}

.fad.fa-seedling:after {
	content: "􏓘";
}

.fad.fa-send-back:after {
	content: "􏡾";
}

.fad.fa-send-backward:after {
	content: "􏡿";
}

.fad.fa-sensor:after {
	content: "􏤨";
}

.fad.fa-sensor-alert:after {
	content: "􏤩";
}

.fad.fa-sensor-fire:after {
	content: "􏤪";
}

.fad.fa-sensor-on:after {
	content: "􏤫";
}

.fad.fa-sensor-smoke:after {
	content: "􏤬";
}

.fad.fa-server:after {
	content: "􏈳";
}

.fad.fa-shapes:after {
	content: "􏘟";
}

.fad.fa-share:after {
	content: "􏁤";
}

.fad.fa-share-all:after {
	content: "􏍧";
}

.fad.fa-share-alt:after {
	content: "􏇠";
}

.fad.fa-share-alt-square:after {
	content: "􏇡";
}

.fad.fa-share-square:after {
	content: "􏅍";
}

.fad.fa-sheep:after {
	content: "􏜑";
}

.fad.fa-shekel-sign:after {
	content: "􏈋";
}

.fad.fa-shield:after {
	content: "􏄲";
}

.fad.fa-shield-alt:after {
	content: "􏏭";
}

.fad.fa-shield-check:after {
	content: "􏋷";
}

.fad.fa-shield-cross:after {
	content: "􏜒";
}

.fad.fa-shield-virus:after {
	content: "􏥬";
}

.fad.fa-ship:after {
	content: "􏈚";
}

.fad.fa-shipping-fast:after {
	content: "􏒋";
}

.fad.fa-shipping-timed:after {
	content: "􏒌";
}

.fad.fa-shish-kebab:after {
	content: "􏠡";
}

.fad.fa-shoe-prints:after {
	content: "􏕋";
}

.fad.fa-shopping-bag:after {
	content: "􏊐";
}

.fad.fa-shopping-basket:after {
	content: "􏊑";
}

.fad.fa-shopping-cart:after {
	content: "􏁺";
}

.fad.fa-shovel:after {
	content: "􏜓";
}

.fad.fa-shovel-snow:after {
	content: "􏟃";
}

.fad.fa-shower:after {
	content: "􏋌";
}

.fad.fa-shredder:after {
	content: "􏚊";
}

.fad.fa-shuttle-van:after {
	content: "􏖶";
}

.fad.fa-shuttlecock:after {
	content: "􏑛";
}

.fad.fa-sickle:after {
	content: "􏠢";
}

.fad.fa-sigma:after {
	content: "􏚋";
}

.fad.fa-sign:after {
	content: "􏓙";
}

.fad.fa-sign-in:after {
	content: "􏂐";
}

.fad.fa-sign-in-alt:after {
	content: "􏋶";
}

.fad.fa-sign-language:after {
	content: "􏊧";
}

.fad.fa-sign-out:after {
	content: "􏂋";
}

.fad.fa-sign-out-alt:after {
	content: "􏋵";
}

.fad.fa-signal:after {
	content: "􏀒";
}

.fad.fa-signal-1:after {
	content: "􏚌";
}

.fad.fa-signal-2:after {
	content: "􏚍";
}

.fad.fa-signal-3:after {
	content: "􏚎";
}

.fad.fa-signal-4:after {
	content: "􏚏";
}

.fad.fa-signal-alt:after {
	content: "􏚐";
}

.fad.fa-signal-alt-1:after {
	content: "􏚑";
}

.fad.fa-signal-alt-2:after {
	content: "􏚒";
}

.fad.fa-signal-alt-3:after {
	content: "􏚓";
}

.fad.fa-signal-alt-slash:after {
	content: "􏚔";
}

.fad.fa-signal-slash:after {
	content: "􏚕";
}

.fad.fa-signal-stream:after {
	content: "􏣝";
}

.fad.fa-signature:after {
	content: "􏖷";
}

.fad.fa-sim-card:after {
	content: "􏟄";
}

.fad.fa-sink:after {
	content: "􏥭";
}

.fad.fa-siren:after {
	content: "􏤭";
}

.fad.fa-siren-on:after {
	content: "􏤮";
}

.fad.fa-sitemap:after {
	content: "􏃨";
}

.fad.fa-skating:after {
	content: "􏟅";
}

.fad.fa-skeleton:after {
	content: "􏘠";
}

.fad.fa-ski-jump:after {
	content: "􏟇";
}

.fad.fa-ski-lift:after {
	content: "􏟈";
}

.fad.fa-skiing:after {
	content: "􏟉";
}

.fad.fa-skiing-nordic:after {
	content: "􏟊";
}

.fad.fa-skull:after {
	content: "􏕌";
}

.fad.fa-skull-cow:after {
	content: "􏣞";
}

.fad.fa-skull-crossbones:after {
	content: "􏜔";
}

.fad.fa-slash:after {
	content: "􏜕";
}

.fad.fa-sledding:after {
	content: "􏟋";
}

.fad.fa-sleigh:after {
	content: "􏟌";
}

.fad.fa-sliders-h:after {
	content: "􏇞";
}

.fad.fa-sliders-h-square:after {
	content: "􏏰";
}

.fad.fa-sliders-v:after {
	content: "􏏱";
}

.fad.fa-sliders-v-square:after {
	content: "􏏲";
}

.fad.fa-smile:after {
	content: "􏄘";
}

.fad.fa-smile-beam:after {
	content: "􏖸";
}

.fad.fa-smile-plus:after {
	content: "􏖹";
}

.fad.fa-smile-wink:after {
	content: "􏓚";
}

.fad.fa-smog:after {
	content: "􏝟";
}

.fad.fa-smoke:after {
	content: "􏝠";
}

.fad.fa-smoking:after {
	content: "􏒍";
}

.fad.fa-smoking-ban:after {
	content: "􏕍";
}

.fad.fa-sms:after {
	content: "􏟍";
}

.fad.fa-snake:after {
	content: "􏜖";
}

.fad.fa-snooze:after {
	content: "􏢀";
}

.fad.fa-snow-blowing:after {
	content: "􏝡";
}

.fad.fa-snowboarding:after {
	content: "􏟎";
}

.fad.fa-snowflake:after {
	content: "􏋜";
}

.fad.fa-snowflakes:after {
	content: "􏟏";
}

.fad.fa-snowman:after {
	content: "􏟐";
}

.fad.fa-snowmobile:after {
	content: "􏟑";
}

.fad.fa-snowplow:after {
	content: "􏟒";
}

.fad.fa-soap:after {
	content: "􏥮";
}

.fad.fa-socks:after {
	content: "􏚖";
}

.fad.fa-solar-panel:after {
	content: "􏖺";
}

.fad.fa-solar-system:after {
	content: "􏤯";
}

.fad.fa-sort:after {
	content: "􏃜";
}

.fad.fa-sort-alpha-down:after {
	content: "􏅝";
}

.fad.fa-sort-alpha-down-alt:after {
	content: "􏢁";
}

.fad.fa-sort-alpha-up:after {
	content: "􏅞";
}

.fad.fa-sort-alpha-up-alt:after {
	content: "􏢂";
}

.fad.fa-sort-alt:after {
	content: "􏢃";
}

.fad.fa-sort-amount-down:after {
	content: "􏅠";
}

.fad.fa-sort-amount-down-alt:after {
	content: "􏢄";
}

.fad.fa-sort-amount-up:after {
	content: "􏅡";
}

.fad.fa-sort-amount-up-alt:after {
	content: "􏢅";
}

.fad.fa-sort-circle:after {
	content: "􏤰";
}

.fad.fa-sort-circle-down:after {
	content: "􏤱";
}

.fad.fa-sort-circle-up:after {
	content: "􏤲";
}

.fad.fa-sort-down:after {
	content: "􏃝";
}

.fad.fa-sort-numeric-down:after {
	content: "􏅢";
}

.fad.fa-sort-numeric-down-alt:after {
	content: "􏢆";
}

.fad.fa-sort-numeric-up:after {
	content: "􏅣";
}

.fad.fa-sort-numeric-up-alt:after {
	content: "􏢇";
}

.fad.fa-sort-shapes-down:after {
	content: "􏢈";
}

.fad.fa-sort-shapes-down-alt:after {
	content: "􏢉";
}

.fad.fa-sort-shapes-up:after {
	content: "􏢊";
}

.fad.fa-sort-shapes-up-alt:after {
	content: "􏢋";
}

.fad.fa-sort-size-down:after {
	content: "􏢌";
}

.fad.fa-sort-size-down-alt:after {
	content: "􏢍";
}

.fad.fa-sort-size-up:after {
	content: "􏢎";
}

.fad.fa-sort-size-up-alt:after {
	content: "􏢏";
}

.fad.fa-sort-up:after {
	content: "􏃞";
}

.fad.fa-soup:after {
	content: "􏠣";
}

.fad.fa-spa:after {
	content: "􏖻";
}

.fad.fa-space-shuttle:after {
	content: "􏆗";
}

.fad.fa-space-station-moon:after {
	content: "􏤳";
}

.fad.fa-space-station-moon-alt:after {
	content: "􏤴";
}

.fad.fa-spade:after {
	content: "􏋴";
}

.fad.fa-sparkles:after {
	content: "􏢐";
}

.fad.fa-speaker:after {
	content: "􏣟";
}

.fad.fa-speakers:after {
	content: "􏣠";
}

.fad.fa-spell-check:after {
	content: "􏢑";
}

.fad.fa-spider:after {
	content: "􏜗";
}

.fad.fa-spider-black-widow:after {
	content: "􏜘";
}

.fad.fa-spider-web:after {
	content: "􏜙";
}

.fad.fa-spinner:after {
	content: "􏄐";
}

.fad.fa-spinner-third:after {
	content: "􏏴";
}

.fad.fa-splotch:after {
	content: "􏖼";
}

.fad.fa-spray-can:after {
	content: "􏖽";
}

.fad.fa-sprinkler:after {
	content: "􏤵";
}

.fad.fa-square:after {
	content: "􏃈";
}

.fad.fa-square-full:after {
	content: "􏑜";
}

.fad.fa-square-root:after {
	content: "􏚗";
}

.fad.fa-square-root-alt:after {
	content: "􏚘";
}

.fad.fa-squirrel:after {
	content: "􏜚";
}

.fad.fa-staff:after {
	content: "􏜛";
}

.fad.fa-stamp:after {
	content: "􏖿";
}

.fad.fa-star:after {
	content: "􏀅";
}

.fad.fa-star-and-crescent:after {
	content: "􏚙";
}

.fad.fa-star-christmas:after {
	content: "􏟔";
}

.fad.fa-star-exclamation:after {
	content: "􏋳";
}

.fad.fa-star-half:after {
	content: "􏂉";
}

.fad.fa-star-half-alt:after {
	content: "􏗀";
}

.fad.fa-star-of-david:after {
	content: "􏚚";
}

.fad.fa-star-of-life:after {
	content: "􏘡";
}

.fad.fa-star-shooting:after {
	content: "􏤶";
}

.fad.fa-starfighter:after {
	content: "􏤷";
}

.fad.fa-starfighter-alt:after {
	content: "􏤸";
}

.fad.fa-stars:after {
	content: "􏝢";
}

.fad.fa-starship:after {
	content: "􏤹";
}

.fad.fa-starship-freighter:after {
	content: "􏤺";
}

.fad.fa-steak:after {
	content: "􏠤";
}

.fad.fa-steering-wheel:after {
	content: "􏘢";
}

.fad.fa-step-backward:after {
	content: "􏁈";
}

.fad.fa-step-forward:after {
	content: "􏁑";
}

.fad.fa-stethoscope:after {
	content: "􏃱";
}

.fad.fa-sticky-note:after {
	content: "􏉉";
}

.fad.fa-stocking:after {
	content: "􏟕";
}

.fad.fa-stomach:after {
	content: "􏘣";
}

.fad.fa-stop:after {
	content: "􏁍";
}

.fad.fa-stop-circle:after {
	content: "􏊍";
}

.fad.fa-stopwatch:after {
	content: "􏋲";
}

.fad.fa-stopwatch-20:after {
	content: "􏥯";
}

.fad.fa-store:after {
	content: "􏕎";
}

.fad.fa-store-alt:after {
	content: "􏕏";
}

.fad.fa-store-alt-slash:after {
	content: "􏥰";
}

.fad.fa-store-slash:after {
	content: "􏥱";
}

.fad.fa-stream:after {
	content: "􏕐";
}

.fad.fa-street-view:after {
	content: "􏈝";
}

.fad.fa-stretcher:after {
	content: "􏠥";
}

.fad.fa-strikethrough:after {
	content: "􏃌";
}

.fad.fa-stroopwafel:after {
	content: "􏕑";
}

.fad.fa-subscript:after {
	content: "􏄬";
}

.fad.fa-subway:after {
	content: "􏈹";
}

.fad.fa-suitcase:after {
	content: "􏃲";
}

.fad.fa-suitcase-rolling:after {
	content: "􏗁";
}

.fad.fa-sun:after {
	content: "􏆅";
}

.fad.fa-sun-cloud:after {
	content: "􏝣";
}

.fad.fa-sun-dust:after {
	content: "􏝤";
}

.fad.fa-sun-haze:after {
	content: "􏝥";
}

.fad.fa-sunglasses:after {
	content: "􏢒";
}

.fad.fa-sunrise:after {
	content: "􏝦";
}

.fad.fa-sunset:after {
	content: "􏝧";
}

.fad.fa-superscript:after {
	content: "􏄫";
}

.fad.fa-surprise:after {
	content: "􏗂";
}

.fad.fa-swatchbook:after {
	content: "􏗃";
}

.fad.fa-swimmer:after {
	content: "􏗄";
}

.fad.fa-swimming-pool:after {
	content: "􏗅";
}

.fad.fa-sword:after {
	content: "􏜜";
}

.fad.fa-sword-laser:after {
	content: "􏤻";
}

.fad.fa-sword-laser-alt:after {
	content: "􏤼";
}

.fad.fa-swords:after {
	content: "􏜝";
}

.fad.fa-swords-laser:after {
	content: "􏤽";
}

.fad.fa-synagogue:after {
	content: "􏚛";
}

.fad.fa-sync:after {
	content: "􏀡";
}

.fad.fa-sync-alt:after {
	content: "􏋱";
}

.fad.fa-syringe:after {
	content: "􏒎";
}

.fad.fa-table:after {
	content: "􏃎";
}

.fad.fa-table-tennis:after {
	content: "􏑝";
}

.fad.fa-tablet:after {
	content: "􏄊";
}

.fad.fa-tablet-alt:after {
	content: "􏏺";
}

.fad.fa-tablet-android:after {
	content: "􏏻";
}

.fad.fa-tablet-android-alt:after {
	content: "􏏼";
}

.fad.fa-tablet-rugged:after {
	content: "􏒏";
}

.fad.fa-tablets:after {
	content: "􏒐";
}

.fad.fa-tachometer:after {
	content: "􏃤";
}

.fad.fa-tachometer-alt:after {
	content: "􏏽";
}

.fad.fa-tachometer-alt-average:after {
	content: "􏘤";
}

.fad.fa-tachometer-alt-fast:after {
	content: "􏘥";
}

.fad.fa-tachometer-alt-fastest:after {
	content: "􏘦";
}

.fad.fa-tachometer-alt-slow:after {
	content: "􏘧";
}

.fad.fa-tachometer-alt-slowest:after {
	content: "􏘨";
}

.fad.fa-tachometer-average:after {
	content: "􏘩";
}

.fad.fa-tachometer-fast:after {
	content: "􏘪";
}

.fad.fa-tachometer-fastest:after {
	content: "􏘫";
}

.fad.fa-tachometer-slow:after {
	content: "􏘬";
}

.fad.fa-tachometer-slowest:after {
	content: "􏘭";
}

.fad.fa-taco:after {
	content: "􏠦";
}

.fad.fa-tag:after {
	content: "􏀫";
}

.fad.fa-tags:after {
	content: "􏀬";
}

.fad.fa-tally:after {
	content: "􏚜";
}

.fad.fa-tanakh:after {
	content: "􏠧";
}

.fad.fa-tape:after {
	content: "􏓛";
}

.fad.fa-tasks:after {
	content: "􏂮";
}

.fad.fa-tasks-alt:after {
	content: "􏠨";
}

.fad.fa-taxi:after {
	content: "􏆺";
}

.fad.fa-teeth:after {
	content: "􏘮";
}

.fad.fa-teeth-open:after {
	content: "􏘯";
}

.fad.fa-telescope:after {
	content: "􏤾";
}

.fad.fa-temperature-down:after {
	content: "􏤿";
}

.fad.fa-temperature-frigid:after {
	content: "􏝨";
}

.fad.fa-temperature-high:after {
	content: "􏝩";
}

.fad.fa-temperature-hot:after {
	content: "􏝪";
}

.fad.fa-temperature-low:after {
	content: "􏝫";
}

.fad.fa-temperature-up:after {
	content: "􏥀";
}

.fad.fa-tenge:after {
	content: "􏟗";
}

.fad.fa-tennis-ball:after {
	content: "􏑞";
}

.fad.fa-terminal:after {
	content: "􏄠";
}

.fad.fa-text:after {
	content: "􏢓";
}

.fad.fa-text-height:after {
	content: "􏀴";
}

.fad.fa-text-size:after {
	content: "􏢔";
}

.fad.fa-text-width:after {
	content: "􏀵";
}

.fad.fa-th:after {
	content: "􏀊";
}

.fad.fa-th-large:after {
	content: "􏀉";
}

.fad.fa-th-list:after {
	content: "􏀋";
}

.fad.fa-theater-masks:after {
	content: "􏘰";
}

.fad.fa-thermometer:after {
	content: "􏒑";
}

.fad.fa-thermometer-empty:after {
	content: "􏋋";
}

.fad.fa-thermometer-full:after {
	content: "􏋇";
}

.fad.fa-thermometer-half:after {
	content: "􏋉";
}

.fad.fa-thermometer-quarter:after {
	content: "􏋊";
}

.fad.fa-thermometer-three-quarters:after {
	content: "􏋈";
}

.fad.fa-theta:after {
	content: "􏚞";
}

.fad.fa-thumbs-down:after {
	content: "􏅥";
}

.fad.fa-thumbs-up:after {
	content: "􏅤";
}

.fad.fa-thumbtack:after {
	content: "􏂍";
}

.fad.fa-thunderstorm:after {
	content: "􏝬";
}

.fad.fa-thunderstorm-moon:after {
	content: "􏝭";
}

.fad.fa-thunderstorm-sun:after {
	content: "􏝮";
}

.fad.fa-ticket:after {
	content: "􏅅";
}

.fad.fa-ticket-alt:after {
	content: "􏏿";
}

.fad.fa-tilde:after {
	content: "􏚟";
}

.fad.fa-times:after {
	content: "􏀍";
}

.fad.fa-times-circle:after {
	content: "􏁗";
}

.fad.fa-times-hexagon:after {
	content: "􏋮";
}

.fad.fa-times-octagon:after {
	content: "􏋰";
}

.fad.fa-times-square:after {
	content: "􏋓";
}

.fad.fa-tint:after {
	content: "􏁃";
}

.fad.fa-tint-slash:after {
	content: "􏗇";
}

.fad.fa-tire:after {
	content: "􏘱";
}

.fad.fa-tire-flat:after {
	content: "􏘲";
}

.fad.fa-tire-pressure-warning:after {
	content: "􏘳";
}

.fad.fa-tire-rugged:after {
	content: "􏘴";
}

.fad.fa-tired:after {
	content: "􏗈";
}

.fad.fa-toggle-off:after {
	content: "􏈄";
}

.fad.fa-toggle-on:after {
	content: "􏈅";
}

.fad.fa-toilet:after {
	content: "􏟘";
}

.fad.fa-toilet-paper:after {
	content: "􏜞";
}

.fad.fa-toilet-paper-alt:after {
	content: "􏜟";
}

.fad.fa-toilet-paper-slash:after {
	content: "􏥲";
}

.fad.fa-tombstone:after {
	content: "􏜠";
}

.fad.fa-tombstone-alt:after {
	content: "􏜡";
}

.fad.fa-toolbox:after {
	content: "􏕒";
}

.fad.fa-tools:after {
	content: "􏟙";
}

.fad.fa-tooth:after {
	content: "􏗉";
}

.fad.fa-toothbrush:after {
	content: "􏘵";
}

.fad.fa-torah:after {
	content: "􏚠";
}

.fad.fa-torii-gate:after {
	content: "􏚡";
}

.fad.fa-tornado:after {
	content: "􏝯";
}

.fad.fa-tractor:after {
	content: "􏜢";
}

.fad.fa-trademark:after {
	content: "􏉜";
}

.fad.fa-traffic-cone:after {
	content: "􏘶";
}

.fad.fa-traffic-light:after {
	content: "􏘷";
}

.fad.fa-traffic-light-go:after {
	content: "􏘸";
}

.fad.fa-traffic-light-slow:after {
	content: "􏘹";
}

.fad.fa-traffic-light-stop:after {
	content: "􏘺";
}

.fad.fa-trailer:after {
	content: "􏥁";
}

.fad.fa-train:after {
	content: "􏈸";
}

.fad.fa-tram:after {
	content: "􏟚";
}

.fad.fa-transgender:after {
	content: "􏈤";
}

.fad.fa-transgender-alt:after {
	content: "􏈥";
}

.fad.fa-transporter:after {
	content: "􏥂";
}

.fad.fa-transporter-1:after {
	content: "􏥃";
}

.fad.fa-transporter-2:after {
	content: "􏥄";
}

.fad.fa-transporter-3:after {
	content: "􏥅";
}

.fad.fa-transporter-empty:after {
	content: "􏥆";
}

.fad.fa-trash:after {
	content: "􏇸";
}

.fad.fa-trash-alt:after {
	content: "􏋭";
}

.fad.fa-trash-restore:after {
	content: "􏠩";
}

.fad.fa-trash-restore-alt:after {
	content: "􏠪";
}

.fad.fa-trash-undo:after {
	content: "􏢕";
}

.fad.fa-trash-undo-alt:after {
	content: "􏢖";
}

.fad.fa-treasure-chest:after {
	content: "􏜣";
}

.fad.fa-tree:after {
	content: "􏆻";
}

.fad.fa-tree-alt:after {
	content: "􏐀";
}

.fad.fa-tree-christmas:after {
	content: "􏟛";
}

.fad.fa-tree-decorated:after {
	content: "􏟜";
}

.fad.fa-tree-large:after {
	content: "􏟝";
}

.fad.fa-tree-palm:after {
	content: "􏠫";
}

.fad.fa-trees:after {
	content: "􏜤";
}

.fad.fa-triangle:after {
	content: "􏋬";
}

.fad.fa-triangle-music:after {
	content: "􏣢";
}

.fad.fa-trophy:after {
	content: "􏂑";
}

.fad.fa-trophy-alt:after {
	content: "􏋫";
}

.fad.fa-truck:after {
	content: "􏃑";
}

.fad.fa-truck-container:after {
	content: "􏓜";
}

.fad.fa-truck-couch:after {
	content: "􏓝";
}

.fad.fa-truck-loading:after {
	content: "􏓞";
}

.fad.fa-truck-monster:after {
	content: "􏘻";
}

.fad.fa-truck-moving:after {
	content: "􏓟";
}

.fad.fa-truck-pickup:after {
	content: "􏘼";
}

.fad.fa-truck-plow:after {
	content: "􏟞";
}

.fad.fa-truck-ramp:after {
	content: "􏓠";
}

.fad.fa-trumpet:after {
	content: "􏣣";
}

.fad.fa-tshirt:after {
	content: "􏕓";
}

.fad.fa-tty:after {
	content: "􏇤";
}

.fad.fa-turkey:after {
	content: "􏜥";
}

.fad.fa-turntable:after {
	content: "􏣤";
}

.fad.fa-turtle:after {
	content: "􏜦";
}

.fad.fa-tv:after {
	content: "􏉬";
}

.fad.fa-tv-alt:after {
	content: "􏣥";
}

.fad.fa-tv-music:after {
	content: "􏣦";
}

.fad.fa-tv-retro:after {
	content: "􏐁";
}

.fad.fa-typewriter:after {
	content: "􏣧";
}

.fad.fa-ufo:after {
	content: "􏥇";
}

.fad.fa-ufo-beam:after {
	content: "􏥈";
}

.fad.fa-umbrella:after {
	content: "􏃩";
}

.fad.fa-umbrella-beach:after {
	content: "􏗊";
}

.fad.fa-underline:after {
	content: "􏃍";
}

.fad.fa-undo:after {
	content: "􏃢";
}

.fad.fa-undo-alt:after {
	content: "􏋪";
}

.fad.fa-unicorn:after {
	content: "􏜧";
}

.fad.fa-union:after {
	content: "􏚢";
}

.fad.fa-universal-access:after {
	content: "􏊚";
}

.fad.fa-university:after {
	content: "􏆜";
}

.fad.fa-unlink:after {
	content: "􏄧";
}

.fad.fa-unlock:after {
	content: "􏂜";
}

.fad.fa-unlock-alt:after {
	content: "􏄾";
}

.fad.fa-upload:after {
	content: "􏂓";
}

.fad.fa-usb-drive:after {
	content: "􏣩";
}

.fad.fa-usd-circle:after {
	content: "􏋨";
}

.fad.fa-usd-square:after {
	content: "􏋩";
}

.fad.fa-user:after {
	content: "􏀇";
}

.fad.fa-user-alien:after {
	content: "􏥊";
}

.fad.fa-user-alt:after {
	content: "􏐆";
}

.fad.fa-user-alt-slash:after {
	content: "􏓺";
}

.fad.fa-user-astronaut:after {
	content: "􏓻";
}

.fad.fa-user-chart:after {
	content: "􏚣";
}

.fad.fa-user-check:after {
	content: "􏓼";
}

.fad.fa-user-circle:after {
	content: "􏊽";
}

.fad.fa-user-clock:after {
	content: "􏓽";
}

.fad.fa-user-cog:after {
	content: "􏓾";
}

.fad.fa-user-cowboy:after {
	content: "􏣪";
}

.fad.fa-user-crown:after {
	content: "􏚤";
}

.fad.fa-user-edit:after {
	content: "􏓿";
}

.fad.fa-user-friends:after {
	content: "􏔀";
}

.fad.fa-user-graduate:after {
	content: "􏔁";
}

.fad.fa-user-hard-hat:after {
	content: "􏠬";
}

.fad.fa-user-headset:after {
	content: "􏠭";
}

.fad.fa-user-injured:after {
	content: "􏜨";
}

.fad.fa-user-lock:after {
	content: "􏔂";
}

.fad.fa-user-md:after {
	content: "􏃰";
}

.fad.fa-user-md-chat:after {
	content: "􏠮";
}

.fad.fa-user-minus:after {
	content: "􏔃";
}

.fad.fa-user-music:after {
	content: "􏣫";
}

.fad.fa-user-ninja:after {
	content: "􏔄";
}

.fad.fa-user-nurse:after {
	content: "􏠯";
}

.fad.fa-user-plus:after {
	content: "􏈴";
}

.fad.fa-user-robot:after {
	content: "􏥋";
}

.fad.fa-user-secret:after {
	content: "􏈛";
}

.fad.fa-user-shield:after {
	content: "􏔅";
}

.fad.fa-user-slash:after {
	content: "􏔆";
}

.fad.fa-user-tag:after {
	content: "􏔇";
}

.fad.fa-user-tie:after {
	content: "􏔈";
}

.fad.fa-user-times:after {
	content: "􏈵";
}

.fad.fa-user-unlock:after {
	content: "􏥘";
}

.fad.fa-user-visor:after {
	content: "􏥌";
}

.fad.fa-users:after {
	content: "􏃀";
}

.fad.fa-users-class:after {
	content: "􏘽";
}

.fad.fa-users-cog:after {
	content: "􏔉";
}

.fad.fa-users-crown:after {
	content: "􏚥";
}

.fad.fa-users-medical:after {
	content: "􏠰";
}

.fad.fa-users-slash:after {
	content: "􏥳";
}

.fad.fa-utensil-fork:after {
	content: "􏋣";
}

.fad.fa-utensil-knife:after {
	content: "􏋤";
}

.fad.fa-utensil-spoon:after {
	content: "􏋥";
}

.fad.fa-utensils:after {
	content: "􏋧";
}

.fad.fa-utensils-alt:after {
	content: "􏋦";
}

.fad.fa-vacuum:after {
	content: "􏥍";
}

.fad.fa-vacuum-robot:after {
	content: "􏥎";
}

.fad.fa-value-absolute:after {
	content: "􏚦";
}

.fad.fa-vector-square:after {
	content: "􏗋";
}

.fad.fa-venus:after {
	content: "􏈡";
}

.fad.fa-venus-double:after {
	content: "􏈦";
}

.fad.fa-venus-mars:after {
	content: "􏈨";
}

.fad.fa-vhs:after {
	content: "􏣬";
}

.fad.fa-vial:after {
	content: "􏒒";
}

.fad.fa-vials:after {
	content: "􏒓";
}

.fad.fa-video:after {
	content: "􏀽";
}

.fad.fa-video-plus:after {
	content: "􏓡";
}

.fad.fa-video-slash:after {
	content: "􏓢";
}

.fad.fa-vihara:after {
	content: "􏚧";
}

.fad.fa-violin:after {
	content: "􏣭";
}

.fad.fa-virus:after {
	content: "􏥴";
}

.fad.fa-virus-slash:after {
	content: "􏥵";
}

.fad.fa-viruses:after {
	content: "􏥶";
}

.fad.fa-voicemail:after {
	content: "􏢗";
}

.fad.fa-volcano:after {
	content: "􏝰";
}

.fad.fa-volleyball-ball:after {
	content: "􏑟";
}

.fad.fa-volume:after {
	content: "􏚨";
}

.fad.fa-volume-down:after {
	content: "􏀧";
}

.fad.fa-volume-mute:after {
	content: "􏚩";
}

.fad.fa-volume-off:after {
	content: "􏀦";
}

.fad.fa-volume-slash:after {
	content: "􏋢";
}

.fad.fa-volume-up:after {
	content: "􏀨";
}

.fad.fa-vote-nay:after {
	content: "􏝱";
}

.fad.fa-vote-yea:after {
	content: "􏝲";
}

.fad.fa-vr-cardboard:after {
	content: "􏜩";
}

.fad.fa-wagon-covered:after {
	content: "􏣮";
}

.fad.fa-walker:after {
	content: "􏠱";
}

.fad.fa-walkie-talkie:after {
	content: "􏣯";
}

.fad.fa-walking:after {
	content: "􏕔";
}

.fad.fa-wallet:after {
	content: "􏕕";
}

.fad.fa-wand:after {
	content: "􏜪";
}

.fad.fa-wand-magic:after {
	content: "􏜫";
}

.fad.fa-warehouse:after {
	content: "􏒔";
}

.fad.fa-warehouse-alt:after {
	content: "􏒕";
}

.fad.fa-washer:after {
	content: "􏢘";
}

.fad.fa-watch:after {
	content: "􏋡";
}

.fad.fa-watch-calculator:after {
	content: "􏣰";
}

.fad.fa-watch-fitness:after {
	content: "􏘾";
}

.fad.fa-water:after {
	content: "􏝳";
}

.fad.fa-water-lower:after {
	content: "􏝴";
}

.fad.fa-water-rise:after {
	content: "􏝵";
}

.fad.fa-wave-sine:after {
	content: "􏢙";
}

.fad.fa-wave-square:after {
	content: "􏠾";
}

.fad.fa-wave-triangle:after {
	content: "􏢚";
}

.fad.fa-waveform:after {
	content: "􏣱";
}

.fad.fa-waveform-path:after {
	content: "􏣲";
}

.fad.fa-webcam:after {
	content: "􏠲";
}

.fad.fa-webcam-slash:after {
	content: "􏠳";
}

.fad.fa-weight:after {
	content: "􏒖";
}

.fad.fa-weight-hanging:after {
	content: "􏗍";
}

.fad.fa-whale:after {
	content: "􏜬";
}

.fad.fa-wheat:after {
	content: "􏜭";
}

.fad.fa-wheelchair:after {
	content: "􏆓";
}

.fad.fa-whistle:after {
	content: "􏑠";
}

.fad.fa-wifi:after {
	content: "􏇫";
}

.fad.fa-wifi-1:after {
	content: "􏚪";
}

.fad.fa-wifi-2:after {
	content: "􏚫";
}

.fad.fa-wifi-slash:after {
	content: "􏚬";
}

.fad.fa-wind:after {
	content: "􏜮";
}

.fad.fa-wind-turbine:after {
	content: "􏢛";
}

.fad.fa-wind-warning:after {
	content: "􏝶";
}

.fad.fa-window:after {
	content: "􏐎";
}

.fad.fa-window-alt:after {
	content: "􏐏";
}

.fad.fa-window-close:after {
	content: "􏐐";
}

.fad.fa-window-frame:after {
	content: "􏥏";
}

.fad.fa-window-frame-open:after {
	content: "􏥐";
}

.fad.fa-window-maximize:after {
	content: "􏋐";
}

.fad.fa-window-minimize:after {
	content: "􏋑";
}

.fad.fa-window-restore:after {
	content: "􏋒";
}

.fad.fa-windsock:after {
	content: "􏝷";
}

.fad.fa-wine-bottle:after {
	content: "􏜯";
}

.fad.fa-wine-glass:after {
	content: "􏓣";
}

.fad.fa-wine-glass-alt:after {
	content: "􏗎";
}

.fad.fa-won-sign:after {
	content: "􏅙";
}

.fad.fa-wreath:after {
	content: "􏟢";
}

.fad.fa-wrench:after {
	content: "􏂭";
}

.fad.fa-x-ray:after {
	content: "􏒗";
}

.fad.fa-yen-sign:after {
	content: "􏅗";
}

.fad.fa-yin-yang:after {
	content: "􏚭";
}

.fal {
	font-weight: 300;
}

.fal, .far {
	font-family: "Font Awesome 5 Pro";
}

.far {
	font-weight: 400;
}

.fa, .fas {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}

/*!
Theme Name: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.19.7
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, ul, var {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: 0 0;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
	content: "";
	content: none;
}

blockquote {
	margin: 20px 0 30px;
	padding-left: 20px;
	border-left: 5px solid;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

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

article, aside, footer, header, hgroup, nav, section {
	display: block;
}

body {
	color: #666;
	background-color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.7em;
}

body.et_fixed_nav.et_boxed_layout #page-container, body.et_non_fixed_nav.et_transparent_nav.et_boxed_layout #page-container {
	padding-top: 80px;
}

body.page-template-page-template-blank-php #page-container {
	padding-top: 0 !important;
}

body.et_cover_background {
	background-repeat: no-repeat !important;
	background-attachment: fixed;
	background-position: top center !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
}

a {
	color: #2ea3f2;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p {
	padding-bottom: 1em;
}

p:not(.has-background):last-of-type {
	padding-bottom: 0;
}

p.et_normal_padding {
	padding-bottom: 1em;
}

strong {
	font-weight: 700;
}

cite, em, i {
	font-style: italic;
}

code, pre {
	margin-bottom: 10px;
	font-family: Courier New, monospace;
}

ins {
	text-decoration: none;
}

sub, sup {
	position: relative;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
}

sup {
	bottom: .8em;
}

sub {
	top: .3em;
}

dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: 700;
}

dd {
	margin-left: 1.5em;
}

blockquote p {
	padding-bottom: 0;
}

embed, iframe, object, video {
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 10px;
	color: #333;
	font-weight: 500;
	line-height: 1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

input {
	-webkit-appearance: none;
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
}

input[type=radio] {
	-webkit-appearance: radio;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
	padding: 2px;
	border: 1px solid #bbb;
	color: #4e4e4e;
	background-color: #fff;
}

input.text:focus, input.title:focus, input[type=text]:focus, select:focus, textarea:focus {
	border-color: #2d3940;
	color: #3e3e3e;
}

input.text, input.title, input[type=text], select, textarea {
	margin: 0;
}

textarea {
	padding: 4px;
}

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

#ie8 img {
	width: auto;
}

.clear {
	clear: both;
}

br.clear {
	margin: 0;
	padding: 0;
}

.et_vertical_nav #page-container:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	content: " ";
}

#et-secondary-menu li, #top-menu li {
	word-wrap: break-word;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	background: #2ea3f2;
}

#et_search_icon:hover, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, .bottom-nav li.current-menu-item>a, .comment-reply-link, .entry-summary p.price ins, .et-social-icon a:hover, .et_password_protected_form .et_submit_button, .footer-widget h4, .form-submit .et_pb_button, .mobile_menu_bar:after, .mobile_menu_bar:before, .nav-single a, .posted_in a, .woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content input.button, .woocommerce #content input.button.alt, .woocommerce #content input.button.alt:hover, .woocommerce #content input.button:hover, .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce .star-rating span:before, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce button.button.alt:hover, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content input.button, .woocommerce-page #content input.button.alt, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit, .woocommerce-page #respond input#submit.alt, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page .star-rating span:before, .woocommerce-page a.button, .woocommerce-page a.button.alt, .woocommerce-page a.button.alt:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button, .woocommerce-page button.button.alt, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button:hover, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page input.button, .woocommerce-page input.button.alt, .woocommerce-page input.button.alt:hover, .woocommerce-page input.button:hover, .wp-pagenavi a:hover, .wp-pagenavi span.current {
	color: #2ea3f2;
}

.et-search-form, .et_mobile_menu, .footer-widget li:before, .nav li ul, blockquote {
	border-color: #2ea3f2;
}

#et-secondary-nav li ul, #top-header {
	background-color: #2ea3f2;
}

#main-content {
	background-color: #fff;
}

#main-header {
	-webkit-transition: background-color .4s, color .4s, transform .4s, opacity .4s ease-in-out;
	-moz-transition: background-color .4s, color .4s, transform .4s, opacity .4s ease-in-out;
	transition: background-color .4s, color .4s, transform .4s, opacity .4s ease-in-out;
}

#main-header.et-disabled-animations * {
	transition-duration: 0s !important;
}

.container {
	position: relative;
	width: 80%;
	max-width: 1080px;
	margin: auto;
}

#main-content .container {
	padding-top: 58px;
}

.et_full_width_page #main-content .container:before, .et_full_width_portfolio_page #main-content .container:before {
	display: none;
}

.et_transparent_nav #page-container {
	padding-top: 0 !important;
}

.et_boxed_layout #page-container {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.et_boxed_layout #page-container, .et_boxed_layout #page-container .container, .et_boxed_layout #page-container .et_pb_row, .et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #top-header, .et_boxed_layout.et_pb_pagebuilder_layout.single #page-container .et_pb_row, .et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row, .et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row, .et_fixed_nav.et_boxed_layout #page-container #main-header, .et_fixed_nav.et_boxed_layout #page-container #top-header, .et_non_fixed_nav.et_transparent_nav.et_boxed_layout #page-container #main-header {
	width: 90%;
	max-width: 1200px;
	margin: auto;
}

.et_boxed_layout.et_vertical_nav #page-container {
	max-width: 1425px;
}

.et_boxed_layout.et_vertical_nav #page-container #top-header {
	width: auto;
	max-width: none;
}

.et_boxed_layout.et_vertical_right.et_vertical_fixed #main-header {
	opacity: 0;
}

.et_boxed_layout.et_vertical_right.et_vertical_fixed #page-container #main-header.et_vertical_menu_set {
	opacity: 1;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

.et_vertical_nav #page-container {
	position: relative;
	padding-top: 0 !important;
}

.main_title {
	margin-bottom: 20px;
}

.woocommerce #content input.button, .woocommerce #content input.button.alt, .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce-page #content input.button, .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button, .woocommerce-page a.button.alt, .woocommerce-page button.button, .woocommerce-page button.button.alt, .woocommerce-page input.button, .woocommerce-page input.button.alt {
	position: relative;
	padding: .3em 1em;
	border: 2px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: 0 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em !important;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

.woocommerce #content input.button.alt:hover, .woocommerce #content input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button.alt:hover, .woocommerce button.button:hover, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page input.button:hover {
	padding: .3em 2em .3em 1em;
	border: 2px solid transparent;
}

.comment-reply-link:hover, .et_password_protected_form .et_submit_button:hover, .form-submit .et_pb_button:hover, .woocommerce #content input.button.alt:hover, .woocommerce #content input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button.alt:hover, .woocommerce button.button:hover, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page input.button:hover {
	background: rgba(0, 0, 0, .05);
}

.woocommerce #content input.button.alt:after, .woocommerce #content input.button:after, .woocommerce #respond input#submit.alt:after, .woocommerce #respond input#submit:after, .woocommerce a.button.alt:after, .woocommerce a.button:after, .woocommerce button.button.alt:after, .woocommerce button.button:after, .woocommerce input.button.alt:after, .woocommerce input.button:after, .woocommerce-page #content input.button.alt:after, .woocommerce-page #content input.button:after, .woocommerce-page #respond input#submit.alt:after, .woocommerce-page #respond input#submit:after, .woocommerce-page a.button.alt:after, .woocommerce-page a.button:after, .woocommerce-page button.button.alt:after, .woocommerce-page button.button:after, .woocommerce-page input.button.alt:after, .woocommerce-page input.button:after {
	position: absolute;
	margin-left: -1em;
	opacity: 0;
	font-family: ETmodules;
	font-size: 32px;
	line-height: 1em;
	content: "5";
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

.et_button_icon_visible .et_pb_button, .et_button_icon_visible.woocommerce #content input.button, .et_button_icon_visible.woocommerce #content input.button.alt, .et_button_icon_visible.woocommerce #respond input#submit, .et_button_icon_visible.woocommerce #respond input#submit.alt, .et_button_icon_visible.woocommerce a.button, .et_button_icon_visible.woocommerce a.button.alt, .et_button_icon_visible.woocommerce button.button, .et_button_icon_visible.woocommerce button.button.alt, .et_button_icon_visible.woocommerce input.button, .et_button_icon_visible.woocommerce input.button.alt, .et_button_icon_visible.woocommerce-page #content input.button, .et_button_icon_visible.woocommerce-page #content input.button.alt, .et_button_icon_visible.woocommerce-page #respond input#submit, .et_button_icon_visible.woocommerce-page #respond input#submit.alt, .et_button_icon_visible.woocommerce-page a.button, .et_button_icon_visible.woocommerce-page a.button.alt, .et_button_icon_visible.woocommerce-page button.button, .et_button_icon_visible.woocommerce-page button.button.alt, .et_button_icon_visible.woocommerce-page input.button, .et_button_icon_visible.woocommerce-page input.button.alt {
	padding-right: 2em;
	padding-left: .7em;
}

.et_button_icon_visible .et_pb_button:after, .et_button_icon_visible.woocommerce #content input.button.alt:after, .et_button_icon_visible.woocommerce #content input.button:after, .et_button_icon_visible.woocommerce #respond input#submit.alt:after, .et_button_icon_visible.woocommerce #respond input#submit:after, .et_button_icon_visible.woocommerce a.button.alt:after, .et_button_icon_visible.woocommerce a.button:after, .et_button_icon_visible.woocommerce button.button.alt:after, .et_button_icon_visible.woocommerce button.button:after, .et_button_icon_visible.woocommerce input.button.alt:after, .et_button_icon_visible.woocommerce input.button:after, .et_button_icon_visible.woocommerce-page #content input.button.alt:after, .et_button_icon_visible.woocommerce-page #content input.button:after, .et_button_icon_visible.woocommerce-page #respond input#submit.alt:after, .et_button_icon_visible.woocommerce-page #respond input#submit:after, .et_button_icon_visible.woocommerce-page a.button.alt:after, .et_button_icon_visible.woocommerce-page a.button:after, .et_button_icon_visible.woocommerce-page button.button.alt:after, .et_button_icon_visible.woocommerce-page button.button:after, .et_button_icon_visible.woocommerce-page input.button.alt:after, .et_button_icon_visible.woocommerce-page input.button:after {
	margin-left: 0;
	opacity: 1;
}

.et_button_left .et_pb_button:hover:after, .et_button_left.et_button_icon_visible.woocommerce #content input.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce #content input.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce #respond input#submit.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce #respond input#submit:hover:after, .et_button_left.et_button_icon_visible.woocommerce a.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce a.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce button.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce button.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce input.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce input.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page #content input.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page #content input.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page #respond input#submit.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page #respond input#submit:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page a.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page a.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page button.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page button.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page input.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page input.button:hover:after {
	left: .15em;
}

.comment-reply-link:hover:after, .woocommerce #content input.button.alt:hover:after, .woocommerce #content input.button:hover:after, .woocommerce #respond input#submit.alt:hover:after, .woocommerce #respond input#submit:hover:after, .woocommerce a.button.alt:hover:after, .woocommerce a.button:hover:after, .woocommerce button.button.alt:hover:after, .woocommerce button.button:hover:after, .woocommerce input.button.alt:hover:after, .woocommerce input.button:hover:after, .woocommerce-page #content input.button.alt:hover:after, .woocommerce-page #content input.button:hover:after, .woocommerce-page #respond input#submit.alt:hover:after, .woocommerce-page #respond input#submit:hover:after, .woocommerce-page a.button.alt:hover:after, .woocommerce-page a.button:hover:after, .woocommerce-page button.button.alt:hover:after, .woocommerce-page button.button:hover:after, .woocommerce-page input.button.alt:hover:after, .woocommerce-page input.button:hover:after {
	margin-left: 0;
	opacity: 1;
}

.et_button_left .et_pb_button:after, .et_button_left.woocommerce #content input.button.alt:after, .et_button_left.woocommerce #content input.button:after, .et_button_left.woocommerce #respond input#submit.alt:after, .et_button_left.woocommerce #respond input#submit:after, .et_button_left.woocommerce a.button.alt:after, .et_button_left.woocommerce a.button:after, .et_button_left.woocommerce button.button.alt:after, .et_button_left.woocommerce button.button:after, .et_button_left.woocommerce input.button.alt:after, .et_button_left.woocommerce input.button:after, .et_button_left.woocommerce-page #content input.button.alt:after, .et_button_left.woocommerce-page #content input.button:after, .et_button_left.woocommerce-page #respond input#submit.alt:after, .et_button_left.woocommerce-page #respond input#submit:after, .et_button_left.woocommerce-page a.button.alt:after, .et_button_left.woocommerce-page a.button:after, .et_button_left.woocommerce-page button.button.alt:after, .et_button_left.woocommerce-page button.button:after, .et_button_left.woocommerce-page input.button.alt:after, .et_button_left.woocommerce-page input.button:after {
	left: 1em;
	margin-left: 0;
}

.et_button_icon_visible.et_button_left .et_pb_button, .et_button_icon_visible.et_button_left.woocommerce #content input.button, .et_button_icon_visible.et_button_left.woocommerce #content input.button.alt, .et_button_icon_visible.et_button_left.woocommerce #respond input#submit, .et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt, .et_button_icon_visible.et_button_left.woocommerce a.button, .et_button_icon_visible.et_button_left.woocommerce a.button.alt, .et_button_icon_visible.et_button_left.woocommerce button.button, .et_button_icon_visible.et_button_left.woocommerce button.button.alt, .et_button_icon_visible.et_button_left.woocommerce input.button, .et_button_icon_visible.et_button_left.woocommerce input.button.alt, .et_button_icon_visible.et_button_left.woocommerce-page #content input.button, .et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt, .et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit, .et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt, .et_button_icon_visible.et_button_left.woocommerce-page a.button, .et_button_icon_visible.et_button_left.woocommerce-page a.button.alt, .et_button_icon_visible.et_button_left.woocommerce-page button.button, .et_button_icon_visible.et_button_left.woocommerce-page button.button.alt, .et_button_icon_visible.et_button_left.woocommerce-page input.button, .et_button_icon_visible.et_button_left.woocommerce-page input.button.alt, .et_button_left .et_pb_button:hover, .et_button_left .et_pb_module .et_pb_button:hover, .et_button_left.woocommerce #content input.button.alt:hover, .et_button_left.woocommerce #content input.button:hover, .et_button_left.woocommerce #respond input#submit.alt:hover, .et_button_left.woocommerce #respond input#submit:hover, .et_button_left.woocommerce a.button.alt:hover, .et_button_left.woocommerce a.button:hover, .et_button_left.woocommerce button.button.alt:hover, .et_button_left.woocommerce button.button:hover, .et_button_left.woocommerce input.button.alt:hover, .et_button_left.woocommerce input.button:hover, .et_button_left.woocommerce-page #content input.button.alt:hover, .et_button_left.woocommerce-page #content input.button:hover, .et_button_left.woocommerce-page #respond input#submit.alt:hover, .et_button_left.woocommerce-page #respond input#submit:hover, .et_button_left.woocommerce-page a.button.alt:hover, .et_button_left.woocommerce-page a.button:hover, .et_button_left.woocommerce-page button.button.alt:hover, .et_button_left.woocommerce-page button.button:hover, .et_button_left.woocommerce-page input.button.alt:hover, .et_button_left.woocommerce-page input.button:hover {
	padding-right: .7em;
	padding-left: 2em;
}

.et_button_icon_visible.et_button_left .et_pb_button:after, .et_button_icon_visible.et_button_left.woocommerce #content input.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce #content input.button:after, .et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt:after, .et_button_icon_visible.et_button_left.woocommerce #respond input#submit:after, .et_button_icon_visible.et_button_left.woocommerce a.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce a.button:after, .et_button_icon_visible.et_button_left.woocommerce button.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce button.button:after, .et_button_icon_visible.et_button_left.woocommerce input.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce input.button:after, .et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page #content input.button:after, .et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit:after, .et_button_icon_visible.et_button_left.woocommerce-page a.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page a.button:after, .et_button_icon_visible.et_button_left.woocommerce-page button.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page button.button:after, .et_button_icon_visible.et_button_left.woocommerce-page input.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page input.button:after, .et_button_left .et_pb_button:hover:after, .et_button_left.woocommerce #content input.button.alt:hover:after, .et_button_left.woocommerce #content input.button:hover:after, .et_button_left.woocommerce #respond input#submit.alt:hover:after, .et_button_left.woocommerce #respond input#submit:hover:after, .et_button_left.woocommerce a.button.alt:hover:after, .et_button_left.woocommerce a.button:hover:after, .et_button_left.woocommerce button.button.alt:hover:after, .et_button_left.woocommerce button.button:hover:after, .et_button_left.woocommerce input.button.alt:hover:after, .et_button_left.woocommerce input.button:hover:after, .et_button_left.woocommerce-page #content input.button.alt:hover:after, .et_button_left.woocommerce-page #content input.button:hover:after, .et_button_left.woocommerce-page #respond input#submit.alt:hover:after, .et_button_left.woocommerce-page #respond input#submit:hover:after, .et_button_left.woocommerce-page a.button.alt:hover:after, .et_button_left.woocommerce-page a.button:hover:after, .et_button_left.woocommerce-page button.button.alt:hover:after, .et_button_left.woocommerce-page button.button:hover:after, .et_button_left.woocommerce-page input.button.alt:hover:after, .et_button_left.woocommerce-page input.button:hover:after {
	left: .15em;
}

.et_password_protected_form .et_submit_button:hover, .form-submit .et_pb_button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover {
	padding: .3em 1em;
}

.et_button_no_icon .et_pb_button:after, .et_button_no_icon.woocommerce #content input.button.alt:after, .et_button_no_icon.woocommerce #content input.button:after, .et_button_no_icon.woocommerce #respond input#submit.alt:after, .et_button_no_icon.woocommerce #respond input#submit:after, .et_button_no_icon.woocommerce a.button.alt:after, .et_button_no_icon.woocommerce a.button:after, .et_button_no_icon.woocommerce button.button.alt:after, .et_button_no_icon.woocommerce button.button:after, .et_button_no_icon.woocommerce input.button.alt:after, .et_button_no_icon.woocommerce input.button:after, .et_button_no_icon.woocommerce-page #content input.button.alt:after, .et_button_no_icon.woocommerce-page #content input.button:after, .et_button_no_icon.woocommerce-page #respond input#submit.alt:after, .et_button_no_icon.woocommerce-page #respond input#submit:after, .et_button_no_icon.woocommerce-page a.button.alt:after, .et_button_no_icon.woocommerce-page a.button:after, .et_button_no_icon.woocommerce-page button.button.alt:after, .et_button_no_icon.woocommerce-page button.button:after, .et_button_no_icon.woocommerce-page input.button.alt:after, .et_button_no_icon.woocommerce-page input.button:after {
	display: none;
}

.et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover, .et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt, .et_button_no_icon.et_button_left .et_pb_button:hover, .et_button_no_icon.et_button_left.woocommerce #content input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce #content input.button:hover, .et_button_no_icon.et_button_left.woocommerce #respond input#submit.alt:hover, .et_button_no_icon.et_button_left.woocommerce #respond input#submit:hover, .et_button_no_icon.et_button_left.woocommerce a.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce a.button:hover, .et_button_no_icon.et_button_left.woocommerce button.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce button.button:hover, .et_button_no_icon.et_button_left.woocommerce input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce input.button:hover, .et_button_no_icon.et_button_left.woocommerce-page #content input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page #content input.button:hover, .et_button_no_icon.et_button_left.woocommerce-page #respond input#submit.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page #respond input#submit:hover, .et_button_no_icon.et_button_left.woocommerce-page a.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page a.button:hover, .et_button_no_icon.et_button_left.woocommerce-page button.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page button.button:hover, .et_button_no_icon.et_button_left.woocommerce-page input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page input.button:hover, .et_button_no_icon.woocommerce #content input.button, .et_button_no_icon.woocommerce #content input.button.alt, .et_button_no_icon.woocommerce #content input.button.alt:hover, .et_button_no_icon.woocommerce #content input.button:hover, .et_button_no_icon.woocommerce #respond input#submit, .et_button_no_icon.woocommerce #respond input#submit.alt, .et_button_no_icon.woocommerce #respond input#submit.alt:hover, .et_button_no_icon.woocommerce #respond input#submit:hover, .et_button_no_icon.woocommerce a.button, .et_button_no_icon.woocommerce a.button.alt, .et_button_no_icon.woocommerce a.button.alt:hover, .et_button_no_icon.woocommerce a.button:hover, .et_button_no_icon.woocommerce button.button, .et_button_no_icon.woocommerce button.button.alt, .et_button_no_icon.woocommerce button.button.alt:hover, .et_button_no_icon.woocommerce button.button:hover, .et_button_no_icon.woocommerce input.button, .et_button_no_icon.woocommerce input.button.alt, .et_button_no_icon.woocommerce input.button.alt:hover, .et_button_no_icon.woocommerce input.button:hover, .et_button_no_icon.woocommerce-page #content input.button, .et_button_no_icon.woocommerce-page #content input.button.alt, .et_button_no_icon.woocommerce-page #content input.button.alt:hover, .et_button_no_icon.woocommerce-page #content input.button:hover, .et_button_no_icon.woocommerce-page #respond input#submit, .et_button_no_icon.woocommerce-page #respond input#submit.alt, .et_button_no_icon.woocommerce-page #respond input#submit.alt:hover, .et_button_no_icon.woocommerce-page #respond input#submit:hover, .et_button_no_icon.woocommerce-page a.button, .et_button_no_icon.woocommerce-page a.button.alt, .et_button_no_icon.woocommerce-page a.button.alt:hover, .et_button_no_icon.woocommerce-page a.button:hover, .et_button_no_icon.woocommerce-page button.button, .et_button_no_icon.woocommerce-page button.button.alt, .et_button_no_icon.woocommerce-page button.button.alt:hover, .et_button_no_icon.woocommerce-page button.button:hover, .et_button_no_icon.woocommerce-page input.button, .et_button_no_icon.woocommerce-page input.button.alt, .et_button_no_icon.woocommerce-page input.button.alt:hover, .et_button_no_icon.woocommerce-page input.button:hover, .woocommerce input.button, .woocommerce input.button:hover {
	padding: .3em 1em !important;
}

.et_button_custom_icon .et_pb_button:after, .et_button_custom_icon.woocommerce #content input.button.alt:after, .et_button_custom_icon.woocommerce #content input.button:after, .et_button_custom_icon.woocommerce #respond input#submit.alt:after, .et_button_custom_icon.woocommerce #respond input#submit:after, .et_button_custom_icon.woocommerce a.button.alt:after, .et_button_custom_icon.woocommerce a.button:after, .et_button_custom_icon.woocommerce button.button.alt:after, .et_button_custom_icon.woocommerce button.button:after, .et_button_custom_icon.woocommerce input.button.alt:after, .et_button_custom_icon.woocommerce input.button:after, .et_button_custom_icon.woocommerce-page #content input.button.alt:after, .et_button_custom_icon.woocommerce-page #content input.button:after, .et_button_custom_icon.woocommerce-page #respond input#submit.alt:after, .et_button_custom_icon.woocommerce-page #respond input#submit:after, .et_button_custom_icon.woocommerce-page a.button.alt:after, .et_button_custom_icon.woocommerce-page a.button:after, .et_button_custom_icon.woocommerce-page button.button.alt:after, .et_button_custom_icon.woocommerce-page button.button:after, .et_button_custom_icon.woocommerce-page input.button.alt:after, .et_button_custom_icon.woocommerce-page input.button:after {
	line-height: 1.7em;
}

.et_button_custom_icon .et_pb_button:hover:after, .et_button_custom_icon.et_button_icon_visible .et_pb_button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce #content input.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce #content input.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce #respond input#submit.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce #respond input#submit:after, .et_button_custom_icon.et_button_icon_visible.woocommerce a.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce a.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce button.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce button.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce input.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce input.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page #content input.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page #content input.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page #respond input#submit.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page #respond input#submit:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page a.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page a.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page button.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page button.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page input.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page input.button:after, .et_button_custom_icon.woocommerce #content input.button.alt:hover:after, .et_button_custom_icon.woocommerce #content input.button:hover:after, .et_button_custom_icon.woocommerce #respond input#submit.alt:hover:after, .et_button_custom_icon.woocommerce #respond input#submit:hover:after, .et_button_custom_icon.woocommerce a.button.alt:hover:after, .et_button_custom_icon.woocommerce a.button:hover:after, .et_button_custom_icon.woocommerce button.button.alt:hover:after, .et_button_custom_icon.woocommerce button.button:hover:after, .et_button_custom_icon.woocommerce input.button.alt:hover:after, .et_button_custom_icon.woocommerce input.button:hover:after, .et_button_custom_icon.woocommerce-page #content input.button.alt:hover:after, .et_button_custom_icon.woocommerce-page #content input.button:hover:after, .et_button_custom_icon.woocommerce-page #respond input#submit.alt:hover:after, .et_button_custom_icon.woocommerce-page a.button.alt:hover:after, .et_button_custom_icon.woocommerce-page a.button:hover:after, .et_button_custom_icon.woocommerce-page button.button.alt:hover:after, .et_button_custom_icon.woocommerce-page button.button:hover:after, .et_button_custom_icon.woocommerce-page input.button.alt:hover:after, .et_button_custom_icon.woocommerce-page input.button:hover:after, .et_button_left.woocommerce-page #respond input#submit:hover:after {
	margin-left: .3em;
}

#left-area .post_format-post-format-gallery .wp-block-gallery:first-of-type {
	margin-bottom: -16px;
	padding: 0;
}

.entry-content table, body.et-pb-preview #main-content .container table {
	width: 100%;
	margin: 0 0 15px 0;
	border: 1px solid #eee;
	text-align: left;
}

.entry-content thead th, .entry-content tr th, body.et-pb-preview #main-content .container thead th, body.et-pb-preview #main-content .container tr th {
	padding: 9px 24px;
	color: #555;
	font-weight: 700;
}

.entry-content tr td, body.et-pb-preview #main-content .container tr td {
	padding: 6px 24px;
	border-top: 1px solid #eee;
}

#left-area ul, .comment-content ul, .entry-content ul, body.et-pb-preview #main-content .container ul {
	padding: 0 0 23px 1em;
	line-height: 26px;
	list-style-type: disc;
}

#left-area ol, .comment-content ol, .entry-content ol, body.et-pb-preview #main-content .container ol {
	padding: 0 0 23px 0;
	line-height: 26px;
	list-style-position: inside;
	list-style-type: decimal;
}

#left-area ul li ul, .comment-content ul li ol, .comment-content ul li ul, .entry-content ul li ol, body.et-pb-preview #main-content .container ul li ol {
	padding: 2px 0 2px 20px;
}

#left-area ol li ul, .comment-content ol li ol, .comment-content ol li ul, .entry-content ol li ol, body.et-pb-preview #main-content .container ol li ol {
	padding: 2px 0 2px 35px;
}

#left-area ul.wp-block-gallery {
	display: flex;
	padding: 0;
	list-style-type: none;
	flex-wrap: wrap;
}

.comment .children, ol.commentlist {
	padding: 0 !important;
	line-height: 1.7em !important;
	list-style: none !important;
}

.comment-content ul {
	padding: 0 0 23px 16px !important;
	line-height: 26px !important;
}

.comment-content ol {
	line-height: 26px !important;
}

#left-area ul.products {
	padding: 0 !important;
	line-height: 1.7 !important;
	list-style: none !important;
}

.gallery-item a {
	display: block;
}

.gallery-caption, .gallery-item a {
	width: 90%;
}

body.admin-bar.et_fixed_nav #main-header, body.admin-bar.et_fixed_nav #top-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header {
	top: 32px;
}

body.et-wp-pre-3_8.admin-bar.et_fixed_nav #main-header, body.et-wp-pre-3_8.admin-bar.et_fixed_nav #top-header, body.et-wp-pre-3_8.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header, body.et-wp-pre-3_8.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header {
	top: 28px;
}

body.et_fixed_nav.et_secondary_nav_enabled #main-header, body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
	top: 30px;
}

body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
	top: 63px;
}

body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_header_style_slide #main-header {
	top: 0;
}

.et_vertical_fixed.admin-bar #page-container #main-header {
	top: 32px;
}

#wpadminbar {
	z-index: 100001;
}

.container {
	position: relative;
	text-align: left;
}

#top-header {
	z-index: 100000;
	color: #fff;
	font-size: 12px;
	line-height: 13px;
}

#top-header a {
	color: #fff;
}

#et-secondary-nav, #top-header {
	-webkit-transition: background-color .4s, transform .4s, opacity .4s ease-in-out;
	-moz-transition: background-color .4s, transform .4s, opacity .4s ease-in-out;
	transition: background-color .4s, transform .4s, opacity .4s ease-in-out;
}

#top-header .container {
	padding-top: .75em;
	font-weight: 600;
}

#main-header {
	position: relative;
	z-index: 99999;
	top: 0;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	font-weight: 500;
	line-height: 23px;
}

.et_duplicate_social_icons {
	display: none;
}

#top-header, #top-header #et-info, #top-header .container, #top-header .et-social-icon a {
	line-height: 1em;
}

.et_fixed_nav.et_show_nav #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container {
	padding-top: 80px;
}

.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container {
	padding-top: 111px;
}

.et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container {
	padding-top: 177px;
}

.et_fixed_nav.et_show_nav.et_header_style_centered #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_header_style_centered #page-container {
	padding-top: 147px;
}

.et_fixed_nav #top-header, .et_non_fixed_nav.et_transparent_nav #top-header {
	top: 0;
	right: 0;
	left: 0;
}

.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header {
	position: absolute;
}

.et_fixed_nav #main-header, .et_fixed_nav #top-header {
	position: fixed;
}

.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
	padding-top: 33px;
}

.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {
	padding-bottom: 33px;
}

.et_header_style_left .logo_container {
	position: absolute;
	width: 100%;
	height: 100%;
}

.et_header_style_split #et-top-navigation nav>ul>li>a {
	z-index: 3;
}

.et_header_style_split .centered-inline-logo-wrap {
	height: 66px;
	margin: -33px 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.et_header_style_split .centered-inline-logo-wrap .logo_container {
	height: 100%;
}

.et_header_style_split .centered-inline-logo-wrap a {
	height: 100%;
}

.et_header_style_split .logo_container {
	position: initial;
}

.et_header_style_split #top-menu-nav {
	display: inline-block;
}

.et_header_style_split #et_top_search {
	display: inline-block;
	float: none;
}

.et_header_style_split.et_vertical_nav #et_top_search {
	display: block;
}

.et_header_style_split #et_search_icon:before {
	margin-top: -9px;
}

.et_header_style_left .mobile_menu_bar, .et_header_style_split .mobile_menu_bar {
	padding-bottom: 24px;
}

.et_header_style_split #et-top-navigation {
	display: inline-block;
	float: none;
	position: relative;
	width: 100%;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}

.et_header_style_split.et_vertical_nav #et-top-navigation {
	display: block;
}

.et_header_style_split #main-header .container, .et_header_style_split #main-header .logo_container {
	z-index: 2;
	text-align: center;
}

.et_header_style_split.et_vertical_nav #et-top-navigation {
	text-align: left;
}

.et_header_style_split span.logo_helper {
	display: none;
}

.et_header_style_split #top-menu, .et_header_style_split .fullwidth-menu, .et_header_style_split nav#top-menu-nav, .et_header_style_split nav.fullwidth-menu-nav {
	float: none;
}

.safari.et_header_style_split #et-top-navigation {
	-webkit-transform: translate3d(0, 0, 0);
}

.et_header_style_centered #main-header .container {
	height: inherit;
	text-align: center;
}

.et_header_style_centered.et_vertical_nav #main-header .container {
	height: auto;
}

.et_header_style_centered #main-header div#et-top-navigation {
	position: relative;
	bottom: 0;
	width: 100%;
}

.et_header_style_centered #et-top-navigation, .et_header_style_centered #logo, .et_header_style_centered #top-menu, .et_header_style_centered nav#top-menu-nav {
	float: none;
}

.et_header_style_centered #logo {
	max-height: 64%;
}

.et_header_style_centered #main-header .logo_container {
	height: 100px;
	padding: 0;
}

.et_header_style_centered header#main-header.et-fixed-header .logo_container {
	height: 70px;
}

.et_header_style_centered #et_top_search {
	display: inline-block !important;
	float: none;
}

.et_header_style_centered #et_search_icon:before {
	top: -13px;
	left: 3px;
}

.et_header_style_centered nav#top-menu-nav {
	display: inline-block;
}

.et_header_style_centered #top-menu>li>a {
	padding-bottom: 2em;
}

.et_header_style_centered #et-top-navigation .et-cart-info {
	float: none;
}

.et_hide_search_icon #et_top_search, .et_hide_search_icon .et_slide_menu_top .et-search-form {
	display: none !important;
}

.et_vertical_nav.et_header_style_centered #main-header .logo_container, .et_vertical_nav.et_header_style_centered header#main-header.et-fixed-header .logo_container {
	height: auto;
}

.et_vertical_nav.et_header_style_centered header#main-header #top-menu>li>a, .et_vertical_nav.et_header_style_centered header#main-header.et-fixed-header #top-menu>li>a {
	padding-bottom: 19px;
}

.et_vertical_nav.et_header_style_left #et-top-navigation, .et_vertical_nav.et_header_style_split #et-top-navigation {
	padding-top: 0;
}

#logo {
	display: inline-block;
	float: none;
	max-height: 54%;
	margin-bottom: 0;
	vertical-align: middle;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
}

.et_pb_svg_logo #logo, .et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo {
	height: 54%;
}

.logo_container {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

span.logo_helper {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.et_vertical_nav .logo_container {
	position: relative;
	height: auto;
	padding: 0;
}

.et_vertical_nav span.logo_helper {
	display: none;
}

.safari .centered-inline-logo-wrap {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
}

#et-define-logo-wrap img {
	width: 100%;
}

.gecko #et-define-logo-wrap.svg-logo {
	position: relative !important;
}

.et-cart-info {
	color: inherit;
}

#top-header .et-cart-info {
	margin-left: 15px;
}

#et-top-navigation .et-cart-info {
	float: left;
	margin: -2px 0 0 22px;
	font-size: 16px;
}

.et_vertical_nav #et-top-navigation .et-cart-info {
	margin-left: 0;
}

.et_header_style_fullscreen #et-top-navigation a.et-cart-info, .et_header_style_slide #et-top-navigation a.et-cart-info {
	display: none;
}

#et-info {
	float: left;
}

#et-info-email, #et-info-phone, .et-cart-info span {
	position: relative;
}

#et-info-phone:before {
	position: relative;
	top: 2px;
	margin-right: 2px;
	content: "";
}

#et-info-phone {
	margin-right: 13px;
}

#et-info-email:before {
	margin-right: 4px;
	content: "";
}

#top-header .et-social-icons {
	display: inline-block;
	float: none;
}

#et-secondary-menu .et-social-icons {
	margin-right: 20px;
}

#top-header .et-social-icons li {
	margin-top: -2px;
	margin-left: 12px;
}

.et-social-icons {
	float: right;
}

.et-social-icons li {
	display: inline-block;
	margin-left: 20px;
}

.et-social-icon a {
	display: inline-block;
	position: relative;
	color: #666;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	transition: color .3s ease 0s;
}

.et-social-icon span {
	display: none;
}

#top-header .et-social-icon a {
	font-size: 14px;
}

#top-menu, #top-menu-nav {
	line-height: 0;
}

#et-top-navigation {
	font-weight: 600;
}

.et_fixed_nav #et-top-navigation {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#et-secondary-menu {
	float: right;
}

#et-info, #et-secondary-menu>ul>li a {
	display: block;
	padding-bottom: .75em;
}

#et-secondary-nav, #et-secondary-nav li {
	display: inline-block;
}

#et-secondary-nav a {
	-webkit-transition: background-color .4s, color .4s ease-in-out;
	-moz-transition: background-color .4s, color .4s ease-in-out;
	transition: background-color .4s, color .4s ease-in-out;
}

#et-secondary-nav li {
	margin-right: 15px;
}

#et-secondary-nav>li:last-child {
	margin-right: 0;
}

.et-cart-info span:before {
	margin-right: 10px;
	content: "";
}

#top-menu, .fullwidth-menu, nav#top-menu-nav, nav.fullwidth-menu-nav {
	float: left;
}

#top-menu li {
	display: inline-block;
	padding-right: 22px;
	font-size: 14px;
}

#top-menu>li:last-child {
	padding-right: 0;
}

.et_fullwidth_nav.et_non_fixed_nav.et_header_style_left #top-menu>li:last-child>ul.sub-menu {
	right: 0;
}

#top-menu a {
	display: block;
	position: relative;
	color: rgba(0, 0, 0, .6);
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#et-info-email:hover, #et-secondary-menu>ul>li>a:hover, #top-menu-nav>ul>li>a:hover, .et-social-icons a:hover {
	opacity: .7;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#et_search_icon:before {
	position: absolute;
	top: -3px;
	left: 0;
	font-size: 17px;
	content: "U";
}

#et_search_icon:hover {
	cursor: pointer;
}

#et_top_search {
	display: block;
	float: right;
	position: relative;
	width: 18px;
	margin: 3px 0 0 22px;
}

#et_top_search.et_search_opened {
	position: absolute;
	width: 100%;
}

.et_vertical_nav #et_top_search {
	margin-left: 0;
}

.et-search-form {
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

.et-search-form input {
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	width: 90%;
	margin: auto;
	border: none;
	color: #333;
	background: 0 0;
}

.et-search-form .et-search-field::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

.et_header_style_centered .et-search-form input, .et_header_style_centered span.et_close_search_field {
	top: 60%;
}

.et_vertical_nav.et_header_style_centered .et-search-form input, .et_vertical_nav.et_header_style_centered span.et_close_search_field {
	top: 0;
}

.et_search_form_container {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
}

.container.et_search_form_container {
	position: relative;
	height: 1px;
	opacity: 0;
}

.container.et_search_form_container.et_pb_search_visible {
	z-index: 999;
	-webkit-animation: fadeInTop 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeInTop 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeInTop 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeInTop 1s 1 cubic-bezier(.77, 0, .175, 1);
}

.et_pb_search_visible.et_pb_no_animation {
	opacity: 1;
}

.et_pb_search_form_hidden {
	-webkit-animation: fadeOutTop 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeOutTop 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeOutTop 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeOutTop 1s 1 cubic-bezier(.77, 0, .175, 1);
}

span.et_close_search_field {
	display: block;
	position: absolute;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	margin: auto;
	cursor: pointer;
}

span.et_close_search_field:after {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: ETmodules;
	font-size: 32px;
	font-weight: 400;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	text-transform: none;
	content: "M";
	speak: none;
}

.container.et_menu_container {
	z-index: 99;
}

.container.et_search_form_container.et_pb_search_form_hidden {
	z-index: 1 !important;
}

.et_search_outer {
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}

.container.et_pb_menu_hidden {
	z-index: -1;
}

form.et-search-form {
	background: rgba(0, 0, 0, 0) !important;
}

input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

#left-area .post-meta {
	padding-bottom: 15px;
	font-size: 14px;
}

#left-area .post-meta a {
	color: #666;
	text-decoration: none;
}

#left-area .et_featured_image {
	padding-bottom: 7px;
}

.single .post {
	padding-bottom: 25px;
}

body.single .et_audio_content {
	margin-bottom: -6px;
}

.single.et_pb_pagebuilder_layout.et_full_width_page #main-content .container {
	width: 100%;
	max-width: 100%;
	padding-top: 0;
}

.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
	width: 80%;
	max-width: 1080px;
	margin: auto;
	padding-top: 6%;
}

.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper:last-of-type {
	padding-top: 0;
}

.et_pb_pagebuilder_layout.single-post #page-container .et_pb_row {
	width: 100%;
}

.et_pb_pagebuilder_layout.single-post #page-container .et_pb_with_background .et_pb_row {
	width: 80%;
}

.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row, .et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row {
	width: 80%;
}

.et_pb_pagebuilder_layout .entry-content, .et_pb_pagebuilder_layout .et_pb_post .entry-content {
	margin-bottom: 0 !important;
	padding-top: 0;
}

.single-project.et_pb_pagebuilder_layout .nav-single {
	width: 80%;
	max-width: 1080px;
	margin: 10px auto;
}

.et_password_protected_form p input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100% !important;
	padding: 16px !important;
	border: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	color: #999 !important;
	background-color: #eee;
	font-size: 14px;
}

.et_password_protected_form label {
	display: none;
}

.et_password_protected_form .et_submit_button {
	display: block;
	float: right;
	margin: 8px auto 0;
	font-family: inherit;
	cursor: pointer;
}

.post-password-required .et_pb_row, .post-password-required p.nocomments.container {
	max-width: 100%;
}

.post-password-required p.nocomments.container:before {
	display: none;
}

p.demo_store {
	position: fixed !important;
	z-index: 100000;
	top: auto !important;
	bottom: 0 !important;
}

.comment-content address, .entry-content address, body.et-pb-preview #main-content .container address {
	margin-bottom: 12px;
	line-height: 24px;
}

.woocommerce-info a {
	color: #fff !important;
}

.shop_table .actions .submit {
	float: right;
}

.shop_table .actions .checkout-button {
	clear: both;
}

.col2-set.addresses {
	margin-top: 20px;
}

table.shop_table {
	margin-bottom: 30px !important;
}

.woocommerce-message a.button.wc-forward {
	border: none;
	background: #fff;
}

.woocommerce-message a.button.wc-forward:hover {
	border: none;
	background: #fff;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding: 15px;
	border-radius: 3px;
	font-size: 14px;
}

p.woocommerce-result-count {
	padding-bottom: 40px;
	color: #999;
	font-size: 14px;
	font-weight: 500;
}

.entry-summary .entry-title {
	padding-bottom: 14px !important;
}

.et_pb_widget .buttons a {
	margin-top: 10px !important;
}

.product_meta {
	padding-top: 6px;
	border-top: 1px solid #dadada;
	color: #666;
	font-size: 14px;
}

.posted_in a {
	color: #82c0c7;
	font-weight: 500;
	text-decoration: none;
}

.related.products {
	margin: 20px 0;
}

.product .related h2 {
	padding-bottom: 16px;
	font-size: 26px !important;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	margin: 0 0 9px !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
	padding: .3em 0;
}

.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
	right: auto !important;
	left: 10px !important;
	margin: 0 !important;
}

.woocommerce span.onsale, .woocommerce-page span.onsale {
	position: absolute;
	z-index: 2;
	top: 10px !important;
	left: 10px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 6px 18px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	color: #fff;
	background: #ef8f61 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	font-size: 20px;
	font-weight: 500 !important;
	line-height: inherit !important;
}

.woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.woocommerce #content div.product div.images div.thumbnails, .woocommerce div.product div.images div.thumbnails, .woocommerce-page #content div.product div.images div.thumbnails, .woocommerce-page div.product div.images div.thumbnails {
	padding-top: 20px !important;
}

.woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers {
	padding: 0 !important;
	list-style: none !important;
}

.woocommerce .products .star-rating, .woocommerce-page .products .star-rating {
	margin: 4px 0 .3em 0 !important;
}

.woocommerce .star-rating:before, .woocommerce-page .star-rating:before {
	color: #ccc !important;
	content: "SSSSS" !important;
}

.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price, .woocommerce-page ul.products li.product .price del {
	margin: 0 !important;
	color: #666 !important;
	font-size: 14px;
}

.entry-summary p.price span {
	font-size: 26px !important;
}

.entry-summary p.price del {
	margin-right: 10px;
	color: #999;
}

.cart_table_item .quantity {
	width: 100px !important;
	margin: 0 !important;
}

#main-content .cart-subtotal td {
	border-top: none;
}

.woocommerce-checkout #main-content .cart-subtotal td {
	border-top: 1px solid #eee;
}

#content-area table td, #content-area table th, #content-area table tr, #main-content table.cart td, #main-content table.cart th, #main-content table.cart tr, table.cart td, table.cart th, table.cart tr {
	max-width: 100%;
	padding: .857em .587em;
}

#main-content table.cart td.actions .button.alt, table.cart td.actions .button.alt {
	margin: 19px 0 9px;
}

table.cart td.actions .checkout-button {
	margin: 0 !important;
}

.orderby, .woocommerce div.product form.cart .variations td select {
	padding: 4px 8px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #666 !important;
	background-color: #ececec;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
}

.cart_totals h2, .shipping_calculator h2 {
	margin-bottom: 10px;
}

.woocommerce #content div.product form.cart, .woocommerce div.product form.cart, .woocommerce-page #content div.product form.cart, .woocommerce-page div.product form.cart {
	margin: 24px 0 39px !important;
}

.woocommerce #content div.product form.cart div.quantity, .woocommerce div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {
	overflow: hidden;
	width: auto;
	margin: 0 20px 0 0 !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}

.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {
	height: 49px;
	border: none !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff !important;
	background-color: rgba(0, 0, 0, .2) !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	font-size: 20px !important;
	font-weight: 500 !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 150px;
	margin-right: 10px;
	padding: 6px 12px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text::input-placeholder {
	color: #fff;
}

.woocommerce-cart table.cart td.actions .coupon .input-text::-webkit-input-placeholder {
	color: #fff;
}

.woocommerce-cart table.cart td.actions .coupon .input-text:-moz-placeholder {
	color: #fff;
}

.woocommerce-cart table.cart td.actions .coupon .input-text::-moz-placeholder {
	color: #fff;
}

.woocommerce-cart table.cart td.actions .coupon .input-text:-ms-input-placeholder {
	color: #fff;
}

.woocommerce #content .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce .quantity .minus, .woocommerce .quantity .plus, .woocommerce-page #content .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page .quantity .plus {
	width: 30px !important;
	height: 24px !important;
	border: 1px solid #bcc8c9 !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	color: #bcc8c9 !important;
	background: #fff !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	font-size: 20px !important;
	font-weight: 300 !important;
	text-decoration: none !important;
}

.woocommerce #content .quantity, .woocommerce .quantity, .woocommerce-page #content .quantity, .woocommerce-page .quantity {
	width: 100px;
	margin: 0;
}

.woocommerce div.product form.cart .variations td {
	max-width: none !important;
	padding: 0 20px 20px 0 !important;
	line-height: 1.3em;
}

.woocommerce div.product form.cart .variations td:last-child {
	padding-right: 0 !important;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li {
	padding: 6px 0;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
	border-bottom-color: #d9d9d9;
}

body.woocommerce .woocommerce-tabs {
	margin: 30px 0 45px;
	border: 1px solid #d9d9d9;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs, body.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0 !important;
	padding: 0 !important;
	background: #f4f4f4;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li, body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active, body.woocommerce div.product .woocommerce-tabs ul.tabs li, body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	margin: 0 -2px;
	padding: 0;
	border: none;
	border-right: 1px solid #d9d9d9;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: 0 0;
	background: #f4f4f4;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active {
	background: #fff !important;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a, body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 4px 22px !important;
	color: #666 !important;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li:after, body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li:before, body.woocommerce div.product .woocommerce-tabs ul.tabs li:after, body.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a, body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #000 !important;
}

body.woocommerce #content-area div.product .woocommerce-tabs .panel, body.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0;
	padding: 30px;
}

#reviews .commentlist {
	padding-bottom: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li {
	margin-bottom: 40px !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 100px !important;
	padding: 0 !important;
	border: none !important;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
	width: auto !important;
	padding: 0 !important;
	border: none !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
	margin: 0 0 2px !important;
	padding: 0 !important;
	font-size: inherit !important;
}

.woocommerce #reviews .commentlist .star-rating {
	float: none !important;
	margin-bottom: 6px !important;
}

.woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2 {
	margin-bottom: 30px !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	padding: 15px !important;
	border: none !important;
	color: #fff !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	font-size: 18px !important;
}

.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
	display: none !important;
	color: #fff !important;
}

.woocommerce-page #review_form #respond p.form-submit, .woocommerce-page #reviews #commentform {
	margin-bottom: 0;
	padding-bottom: 0;
}

div.pp_pic_holder {
	z-index: 100001;
}

div.pp_overlay {
	z-index: 100000;
}

figure.woocommerce-product-gallery__wrapper {
	margin: 0;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 6.6666%;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 20%;
	margin-right: 6.6666%;
	margin-bottom: 6.6666%;
}

.woocommerce div.product div.images .flex-control-thumbs li:nth-of-type(4n) {
	margin-right: 0;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	margin-bottom: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	transition: opacity .5s ease;
}

.single-project #left-area {
	padding-bottom: 50px;
}

.et_main_title {
	padding-bottom: 12px;
}

.et_main_title h1 {
	display: inline-block;
	padding-right: 2px;
}

.et_main_title .et_project_categories {
	font-size: 14px;
}

.et_main_title .et_project_categories a {
	color: #666;
	text-decoration: none;
}

.project .entry-content {
	padding-top: 30px;
}

.et_project_meta_title {
	display: block;
	color: #333;
	font-weight: 700;
}

.et_project_meta {
	margin: 23px 0 14px;
	padding: 15px 0 39px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.et_project_meta p {
	padding-bottom: 15px;
}

.et_project_meta p a {
	color: #666;
	text-decoration: none;
}

.nav-single a {
	color: #82c0c7;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

.single .et_pb_post {
	margin-bottom: 27px;
}

.et_portfolio_image, .et_shop_image {
	display: block;
	position: relative;
}

.et_portfolio_image img {
	margin-bottom: 0;
	vertical-align: bottom;
}

.single .et_pb_post.et_pb_no_comments_section {
	margin-bottom: 0;
	padding-bottom: 0;
}

.et_pb_pagebuilder_layout .project .entry-content {
	padding-top: 0;
}

.et_full_width_portfolio_page .et_project_meta {
	margin-bottom: 0;
}

.et_full_width_portfolio_page .et_project_meta {
	float: left;
	width: 21%;
	margin-top: 0;
	border-bottom: none;
}

.et_full_width_portfolio_page .entry-content {
	margin-bottom: 43px;
}

.et_full_width_portfolio_page .nav-single {
	padding-top: 13px;
	border-top: 1px solid #e2e2e2;
}

.entry-content .et_pb_member_social_links {
	margin-top: 20px;
	padding: 0;
	list-style-type: none !important;
}

#et-top-navigation {
	float: right;
}

#top-menu li li {
	margin: 0;
	padding: 0 20px;
}

#top-menu li li a {
	width: 200px;
	padding: 6px 20px;
}

#et-secondary-nav li {
	position: relative;
	text-align: right;
}

#et-secondary-nav li ul {
	position: absolute;
	right: 0;
	padding: 1em 0;
}

#et-secondary-nav li ul ul {
	top: 0;
	right: 220px;
	margin-top: -1em;
}

#et-secondary-nav li ul li {
	display: block;
}

#et-secondary-nav li ul {
	visibility: hidden;
	z-index: 999999;
	opacity: 0;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

#et-secondary-nav li ul {
	-webkit-transform: translate3d(0, 0, 0);
}

#et-secondary-nav li.et-hover>ul {
	visibility: visible;
}

#et-secondary-nav li>ul {
	width: 220px;
}

#et-secondary-nav li.et-touch-hover>ul, #et-secondary-nav li:hover>ul, .nav li.et-touch-hover>ul {
	visibility: visible;
	opacity: 1;
}

#et-secondary-nav li li {
	margin: 0;
	padding: 0 2em;
}

#et-secondary-nav li li a {
	display: block;
	width: 100%;
	margin-right: 0;
	padding: 1em;
	font-size: 12px;
	line-height: 1em;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#et-secondary-nav ul li a:hover {
	background-color: rgba(0, 0, 0, .03);
}

#et-secondary-nav li:hover {
	visibility: inherit;
}

#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {
	position: absolute;
	top: 0;
	right: 0;
	font-family: ETmodules;
	font-size: 16px;
	font-weight: 800;
	content: "3";
}

#et-secondary-nav .menu-item-has-children>a:first-child, #top-menu .menu-item-has-children>a:first-child {
	padding-right: 20px;
}

#top-menu li .menu-item-has-children>a:first-child {
	padding-right: 40px;
}

#top-menu li .menu-item-has-children>a:first-child:after {
	top: 6px;
	right: 20px;
}

#et-secondary-nav .menu-item-has-children>a:first-child:after {
	top: 0;
}

#et-secondary-nav li .menu-item-has-children>a:first-child:after {
	top: .67em;
	right: auto;
	left: 2.3em;
}

#top-menu li.mega-menu {
	position: inherit;
}

#top-menu li.mega-menu>ul {
	position: absolute !important;
	left: 0 !important;
	width: 100%;
	padding: 30px 20px;
}

#top-menu li.mega-menu ul li {
	display: block !important;
	float: left !important;
	margin: 0;
	padding: 0 !important;
}

#top-menu li.mega-menu>ul>li:nth-of-type(4n) {
	clear: right;
}

#top-menu li.mega-menu>ul>li:nth-of-type(4n+1) {
	clear: left;
}

#top-menu li.mega-menu ul li li {
	width: 100%;
}

#top-menu li.mega-menu li>ul {
	position: relative;
	top: auto;
	left: auto;
	width: 90% !important;
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important;
}

#top-menu li.mega-menu li ul {
	display: none;
	visibility: visible;
	opacity: 1;
}

#top-menu li.mega-menu.et-hover li ul {
	display: block;
}

#top-menu li.mega-menu.et-hover>ul {
	visibility: visible !important;
	opacity: 1 !important;
}

#top-menu li.mega-menu>ul>li>a {
	width: 90%;
	padding: 0 20px 10px;
}

#top-menu li.mega-menu>ul>li>a:first-child {
	padding-top: 0 !important;
	border-bottom: 1px solid rgba(0, 0, 0, .03);
	font-weight: 700;
}

#top-menu li.mega-menu>ul>li>a:first-child:hover {
	background-color: transparent !important;
}

#top-menu li.mega-menu li>a {
	width: 100%;
}

#top-menu li.mega-menu.mega-menu-parent li li, #top-menu li.mega-menu.mega-menu-parent li>a {
	width: 100% !important;
}

#top-menu li.mega-menu.mega-menu-parent li>.sub-menu {
	float: left;
	width: 100% !important;
}

#top-menu li.mega-menu>ul>li {
	width: 25%;
	margin: 0;
}

#top-menu li.mega-menu.mega-menu-parent-3>ul>li {
	width: 33.33%;
}

#top-menu li.mega-menu.mega-menu-parent-2>ul>li {
	width: 50%;
}

#top-menu li.mega-menu.mega-menu-parent-1>ul>li {
	width: 100%;
}

#top-menu li.mega-menu .menu-item-has-children>a:first-child:after {
	display: none;
}

#top-menu li.mega-menu>ul>li>ul>li {
	width: 100%;
	margin: 0;
}

.et_vertical_nav #top-menu li.mega-menu {
	position: relative;
}

.et_vertical_nav #top-menu li.mega-menu li>ul {
	width: 100% !important;
}

.et_vertical_nav #top-menu li.mega-menu li>a {
	width: 100% !important;
}

.et_vertical_nav #top-menu li.mega-menu>ul {
	position: absolute !important;
	top: 62px;
	left: 0 !important;
	width: 790px !important;
	padding: 30px 20px;
}

.et_vertical_nav #top-menu li.mega-menu>ul>li {
	width: 33.333%;
}

.et_vertical_nav #top-menu li.mega-menu.mega-menu-parent-1>ul>li {
	width: 100%;
}

.et_vertical_nav #top-menu li.mega-menu.mega-menu-parent-2>ul>li {
	width: 50%;
}

.et_vertical_nav #top-menu li.mega-menu>ul>li:nth-child(n+4) {
	margin-top: 30px;
}

.et_vertical_nav #top-menu li.mega-menu>ul>li:nth-child(3n) {
	clear: right;
}

.et_vertical_nav #top-menu li.mega-menu>ul>li:nth-child(3n+1) {
	clear: left;
}

.et_vertical_nav #top-menu li.mega-menu>ul>li:nth-of-type(4n+1) {
	clear: none;
}

.et_vertical_nav #top-menu li.mega-menu>ul>li:nth-of-type(4n) {
	clear: none;
}

#et_mobile_nav_menu {
	display: none;
	float: right;
}

.mobile_menu_bar {
	display: block;
	position: relative;
	line-height: 0;
}

.et_toggle_slide_menu:after, .mobile_menu_bar:before {
	position: relative;
	top: 0;
	left: 0;
	font-size: 32px;
	content: "a";
	cursor: pointer;
}

.mobile_nav .select_page {
	display: none;
}

#main-footer {
	background-color: #222;
}

#footer-widgets {
	padding: 6% 0 0;
}

.footer-widget {
	float: left;
	color: #fff;
}

.last {
	margin-right: 0;
}

.footer-widget .fwidget:last-child {
	margin-bottom: 0 !important;
}

#footer-widgets .footer-widget li {
	position: relative;
	padding-left: 14px;
}

#footer-widgets .footer-widget li:before {
	position: absolute;
	top: 9px;
	left: 0;
	border-width: 3px;
	border-style: solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	content: "";
}

#footer-widgets .footer-widget li a {
	color: #fff;
	text-decoration: none;
}

#footer-widgets .footer-widget li a:hover {
	color: rgba(255, 255, 255, .7);
}

.footer-widget .widget_adsensewidget ins {
	min-width: 160px;
}

#footer-bottom {
	padding: 15px 0 5px;
	background-color: #1f1f1f;
	background-color: rgba(0, 0, 0, .32);
}

#footer-bottom a {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#footer-info {
	float: left;
	padding-bottom: 10px;
	color: #666;
	text-align: left;
}

#footer-info a {
	color: #666;
	font-weight: 700;
}

#footer-info a:hover {
	opacity: .7;
}

#et-footer-nav {
	background-color: rgba(255, 255, 255, .05);
}

.bottom-nav {
	padding: 15px 0;
}

.bottom-nav li {
	display: inline-block;
	padding-right: 22px;
	font-size: 14px;
	font-weight: 600;
}

.bottom-nav a {
	color: #bbb;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.bottom-nav a:hover {
	opacity: .7;
}

.aligncenter, div.post .new-post .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption {
	max-width: 96%;
	margin-bottom: 10px;
	padding: 8px;
	padding-top: 4px;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption.alignleft {
	margin: 0 30px 20px 0;
}

.wp-caption.alignright {
	margin: 0 0 20px 30px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 12px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}

img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}

.pagination {
	clear: both;
}

.wp-pagenavi {
	clear: both;
	margin-bottom: 30px;
	padding-top: 13px;
	border-top: 1px solid #e2e2e2;
	text-align: right;
}

.wp-pagenavi a, .wp-pagenavi span {
	margin: 0 5px;
	border: none !important;
	color: #666;
	font-size: 14px !important;
	font-weight: 400 !important;
	text-decoration: none;
}

.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
	color: #999 !important;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color: #82c0c7 !important;
}

.page.et_pb_pagebuilder_layout #main-content {
	background-color: transparent;
}

#sidebar {
	padding-bottom: 28px;
}

#sidebar .et_pb_widget {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}

img#about-image {
	float: left;
	margin: 3px 8px 8px 0;
}

.widget_search .screen-reader-text {
	display: none;
}

.widget_search input#s, .widget_search input#searchsubmit {
	height: 40px !important;
	margin: 0;
	padding: .7em;
	border: 1px solid #ddd;
	color: #666;
	font-size: 14px;
	line-height: normal !important;
}

.widget_search #s {
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.widget_search #searchform {
	position: relative;
}

.widget_search #searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	background-color: #ddd;
}

#searchsubmit {
	cursor: pointer;
}

#wp-calendar {
	width: 100%;
	margin: 10px auto 0;
	empty-cells: show;
}

#wp-calendar a {
	display: block;
	font-weight: 700;
	text-decoration: none;
}

#wp-calendar a:hover {
	text-decoration: underline;
}

#wp-calendar caption {
	font: bold 13px Arial, Sans-Serif;
	text-decoration: none;
}

#wp-calendar td {
	padding: 3px 5px;
	color: #9f9f9f;
}

#wp-calendar td#today {
	font-weight: 700;
}

#wp-calendar th {
	padding: 3px 5px;
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar #next a, #wp-calendar #prev a {
	font-size: 9pt;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

.tagcloud a {
	display: inline-block;
	margin-bottom: 4px;
	padding: 2px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgba(0, 0, 0, .05);
	font-size: 12px !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.tagcloud a:hover {
	background: rgba(0, 0, 0, .15);
}

.et_color_scheme_green a {
	color: #7cc68d;
}

.et_color_scheme_green #top-header, .et_color_scheme_green .et_pb_counter_amount, .et_color_scheme_green .et_pb_featured_table .et_pb_pricing_heading {
	background: #7cc68d !important;
}

.et_color_scheme_green .woocommerce-error, .et_color_scheme_green .woocommerce-info, .et_color_scheme_green .woocommerce-message, .et_color_scheme_green.woocommerce #content input.button, .et_color_scheme_green.woocommerce #content input.button.alt, .et_color_scheme_green.woocommerce #respond input#submit, .et_color_scheme_green.woocommerce #respond input#submit.alt, .et_color_scheme_green.woocommerce a.button, .et_color_scheme_green.woocommerce a.button.alt, .et_color_scheme_green.woocommerce button.button, .et_color_scheme_green.woocommerce button.button.alt, .et_color_scheme_green.woocommerce input.button, .et_color_scheme_green.woocommerce input.button.alt, .et_color_scheme_green.woocommerce-page #content input.button, .et_color_scheme_green.woocommerce-page #content input.button.alt, .et_color_scheme_green.woocommerce-page #respond input#submit, .et_color_scheme_green.woocommerce-page #respond input#submit.alt, .et_color_scheme_green.woocommerce-page a.button, .et_color_scheme_green.woocommerce-page a.button.alt, .et_color_scheme_green.woocommerce-page button.button, .et_color_scheme_green.woocommerce-page button.button.alt, .et_color_scheme_green.woocommerce-page input.button, .et_color_scheme_green.woocommerce-page input.button.alt {
	background: #7cc68d !important;
}

.et_color_scheme_green #et_search_icon:hover, .et_color_scheme_green #top-menu li.current-menu-ancestor>a, .et_color_scheme_green #top-menu li.current-menu-item>a, .et_color_scheme_green .bottom-nav li.current-menu-item>a, .et_color_scheme_green .comment-reply-link, .et_color_scheme_green .entry-summary p.price ins, .et_color_scheme_green .et_overlay:before, .et_color_scheme_green .et_password_protected_form .et_submit_button, .et_color_scheme_green .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_green .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_green .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_green .et_pb_contact_submit, .et_color_scheme_green .et_pb_pricing li a, .et_color_scheme_green .et_pb_pricing_table_button, .et_color_scheme_green .et_pb_sum, .et_color_scheme_green .footer-widget h4, .et_color_scheme_green .form-submit .et_pb_button, .et_color_scheme_green .mobile_menu_bar:before, .et_color_scheme_green.woocommerce #content div.product p.price, .et_color_scheme_green.woocommerce #content div.product span.price, .et_color_scheme_green.woocommerce div.product p.price, .et_color_scheme_green.woocommerce div.product span.price, .et_color_scheme_green.woocommerce-page #content div.product p.price, .et_color_scheme_green.woocommerce-page #content div.product span.price, .et_color_scheme_green.woocommerce-page div.product p.price, .et_color_scheme_green.woocommerce-page div.product span.price {
	color: #7cc68d;
}

.et_color_scheme_green.woocommerce .star-rating span:before, .et_color_scheme_green.woocommerce-page .star-rating span:before {
	color: #7cc68d !important;
}

.et_color_scheme_green .et-search-form, .et_color_scheme_green .et_mobile_menu, .et_color_scheme_green .et_pb_pricing li:before, .et_color_scheme_green .footer-widget li:before, .et_color_scheme_green .nav li ul {
	border-color: #7cc68d !important;
}

.et_color_scheme_pink a {
	color: #c37cc6;
}

.et_color_scheme_pink #top-header, .et_color_scheme_pink .et_pb_counter_amount, .et_color_scheme_pink .et_pb_featured_table .et_pb_pricing_heading {
	background: #c37cc6 !important;
}

.et_color_scheme_pink .woocommerce-error, .et_color_scheme_pink .woocommerce-info, .et_color_scheme_pink .woocommerce-message, .et_color_scheme_pink.woocommerce #content input.button, .et_color_scheme_pink.woocommerce #content input.button.alt, .et_color_scheme_pink.woocommerce #respond input#submit, .et_color_scheme_pink.woocommerce #respond input#submit.alt, .et_color_scheme_pink.woocommerce a.button, .et_color_scheme_pink.woocommerce a.button.alt, .et_color_scheme_pink.woocommerce button.button, .et_color_scheme_pink.woocommerce button.button.alt, .et_color_scheme_pink.woocommerce input.button, .et_color_scheme_pink.woocommerce input.button.alt, .et_color_scheme_pink.woocommerce-page #content input.button, .et_color_scheme_pink.woocommerce-page #content input.button.alt, .et_color_scheme_pink.woocommerce-page #respond input#submit, .et_color_scheme_pink.woocommerce-page #respond input#submit.alt, .et_color_scheme_pink.woocommerce-page a.button, .et_color_scheme_pink.woocommerce-page a.button.alt, .et_color_scheme_pink.woocommerce-page button.button, .et_color_scheme_pink.woocommerce-page button.button.alt, .et_color_scheme_pink.woocommerce-page input.button, .et_color_scheme_pink.woocommerce-page input.button.alt {
	background: #c37cc6 !important;
}

.et_color_scheme_pink #et_search_icon:hover, .et_color_scheme_pink #top-menu li.current-menu-ancestor>a, .et_color_scheme_pink #top-menu li.current-menu-item>a, .et_color_scheme_pink .bottom-nav li.current-menu-item>a, .et_color_scheme_pink .comment-reply-link, .et_color_scheme_pink .entry-summary p.price ins, .et_color_scheme_pink .et_overlay:before, .et_color_scheme_pink .et_password_protected_form .et_submit_button, .et_color_scheme_pink .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_pink .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_pink .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_pink .et_pb_contact_submit, .et_color_scheme_pink .et_pb_pricing li a, .et_color_scheme_pink .et_pb_pricing_table_button, .et_color_scheme_pink .et_pb_sum, .et_color_scheme_pink .footer-widget h4, .et_color_scheme_pink .form-submit .et_pb_button, .et_color_scheme_pink .mobile_menu_bar:before, .et_color_scheme_pink.woocommerce #content div.product p.price, .et_color_scheme_pink.woocommerce #content div.product span.price, .et_color_scheme_pink.woocommerce div.product p.price, .et_color_scheme_pink.woocommerce div.product span.price, .et_color_scheme_pink.woocommerce-page #content div.product p.price, .et_color_scheme_pink.woocommerce-page #content div.product span.price, .et_color_scheme_pink.woocommerce-page div.product p.price, .et_color_scheme_pink.woocommerce-page div.product span.price {
	color: #c37cc6;
}

.et_color_scheme_pink.woocommerce .star-rating span:before, .et_color_scheme_pink.woocommerce-page .star-rating span:before {
	color: #c37cc6 !important;
}

.et_color_scheme_pink .et-search-form, .et_color_scheme_pink .et_mobile_menu, .et_color_scheme_pink .et_pb_pricing li:before, .et_color_scheme_pink .footer-widget li:before, .et_color_scheme_pink .nav li ul {
	border-color: #c37cc6 !important;
}

.et_color_scheme_red a {
	color: #cd5c5c;
}

.et_color_scheme_red #top-header, .et_color_scheme_red .et_pb_counter_amount, .et_color_scheme_red .et_pb_featured_table .et_pb_pricing_heading {
	background: #cd5c5c !important;
}

.et_color_scheme_red .woocommerce-error, .et_color_scheme_red .woocommerce-info, .et_color_scheme_red .woocommerce-message, .et_color_scheme_red.woocommerce #content input.button, .et_color_scheme_red.woocommerce #content input.button.alt, .et_color_scheme_red.woocommerce #respond input#submit, .et_color_scheme_red.woocommerce #respond input#submit.alt, .et_color_scheme_red.woocommerce a.button, .et_color_scheme_red.woocommerce a.button.alt, .et_color_scheme_red.woocommerce button.button, .et_color_scheme_red.woocommerce button.button.alt, .et_color_scheme_red.woocommerce input.button, .et_color_scheme_red.woocommerce input.button.alt, .et_color_scheme_red.woocommerce-page #content input.button, .et_color_scheme_red.woocommerce-page #content input.button.alt, .et_color_scheme_red.woocommerce-page #respond input#submit, .et_color_scheme_red.woocommerce-page #respond input#submit.alt, .et_color_scheme_red.woocommerce-page a.button, .et_color_scheme_red.woocommerce-page a.button.alt, .et_color_scheme_red.woocommerce-page button.button, .et_color_scheme_red.woocommerce-page button.button.alt, .et_color_scheme_red.woocommerce-page input.button, .et_color_scheme_red.woocommerce-page input.button.alt {
	background: #cd5c5c !important;
}

.et_color_scheme_red #et_search_icon:hover, .et_color_scheme_red #top-menu li.current-menu-ancestor>a, .et_color_scheme_red #top-menu li.current-menu-item>a, .et_color_scheme_red .bottom-nav li.current-menu-item>a, .et_color_scheme_red .comment-reply-link, .et_color_scheme_red .entry-summary p.price ins, .et_color_scheme_red .et_overlay:before, .et_color_scheme_red .et_password_protected_form .et_submit_button, .et_color_scheme_red .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_red .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_red .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_red .et_pb_contact_submit, .et_color_scheme_red .et_pb_pricing li a, .et_color_scheme_red .et_pb_pricing_table_button, .et_color_scheme_red .et_pb_sum, .et_color_scheme_red .footer-widget h4, .et_color_scheme_red .form-submit .et_pb_button, .et_color_scheme_red .mobile_menu_bar:before, .et_color_scheme_red.woocommerce #content div.product p.price, .et_color_scheme_red.woocommerce #content div.product span.price, .et_color_scheme_red.woocommerce div.product p.price, .et_color_scheme_red.woocommerce div.product span.price, .et_color_scheme_red.woocommerce-page #content div.product p.price, .et_color_scheme_red.woocommerce-page #content div.product span.price, .et_color_scheme_red.woocommerce-page div.product p.price, .et_color_scheme_red.woocommerce-page div.product span.price {
	color: #cd5c5c;
}

.et_color_scheme_red .woocommerce .star-rating span:before, .et_color_scheme_red .woocommerce-page .star-rating span:before {
	color: #cd5c5c !important;
}

.et_color_scheme_red .et-search-form, .et_color_scheme_red .et_mobile_menu, .et_color_scheme_red .et_pb_pricing li:before, .et_color_scheme_red .footer-widget li:before, .et_color_scheme_red .nav li ul {
	border-color: #cd5c5c;
}

.et_color_scheme_orange a {
	color: #edb059;
}

.et_color_scheme_orange #top-header, .et_color_scheme_orange .et_pb_counter_amount, .et_color_scheme_orange .et_pb_featured_table .et_pb_pricing_heading {
	background: #edb059 !important;
}

.et_color_scheme_orange .woocommerce-error, .et_color_scheme_orange .woocommerce-info, .et_color_scheme_orange .woocommerce-message, .et_color_scheme_orange.woocommerce #content input.button, .et_color_scheme_orange.woocommerce #content input.button.alt, .et_color_scheme_orange.woocommerce #respond input#submit, .et_color_scheme_orange.woocommerce #respond input#submit.alt, .et_color_scheme_orange.woocommerce a.button, .et_color_scheme_orange.woocommerce a.button.alt, .et_color_scheme_orange.woocommerce button.button, .et_color_scheme_orange.woocommerce button.button.alt, .et_color_scheme_orange.woocommerce input.button, .et_color_scheme_orange.woocommerce input.button.alt, .et_color_scheme_orange.woocommerce-page #content input.button, .et_color_scheme_orange.woocommerce-page #content input.button.alt, .et_color_scheme_orange.woocommerce-page #respond input#submit, .et_color_scheme_orange.woocommerce-page #respond input#submit.alt, .et_color_scheme_orange.woocommerce-page a.button, .et_color_scheme_orange.woocommerce-page a.button.alt, .et_color_scheme_orange.woocommerce-page button.button, .et_color_scheme_orange.woocommerce-page button.button.alt, .et_color_scheme_orange.woocommerce-page input.button, .et_color_scheme_orange.woocommerce-page input.button.alt {
	background: #edb059 !important;
}

.et_color_scheme_orange #et_search_icon:hover, .et_color_scheme_orange #top-menu li.current-menu-ancestor>a, .et_color_scheme_orange #top-menu li.current-menu-item>a, .et_color_scheme_orange .bottom-nav li.current-menu-item>a, .et_color_scheme_orange .comment-reply-link, .et_color_scheme_orange .entry-summary p.price ins, .et_color_scheme_orange .et_overlay:before, .et_color_scheme_orange .et_password_protected_form .et_submit_button, .et_color_scheme_orange .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_orange .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_orange .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_orange .et_pb_contact_submit, .et_color_scheme_orange .et_pb_pricing li a, .et_color_scheme_orange .et_pb_pricing_table_button, .et_color_scheme_orange .et_pb_sum, .et_color_scheme_orange .footer-widget h4, .et_color_scheme_orange .form-submit .et_pb_button, .et_color_scheme_orange .mobile_menu_bar:before, .et_color_scheme_orange.woocommerce #content div.product p.price, .et_color_scheme_orange.woocommerce #content div.product span.price, .et_color_scheme_orange.woocommerce div.product p.price, .et_color_scheme_orange.woocommerce div.product span.price, .et_color_scheme_orange.woocommerce-page #content div.product p.price, .et_color_scheme_orange.woocommerce-page #content div.product span.price, .et_color_scheme_orange.woocommerce-page div.product p.price, .et_color_scheme_orange.woocommerce-page div.product span.price {
	color: #edb059;
}

.et_color_scheme_orange .woocommerce .star-rating span:before, .et_color_scheme_orange .woocommerce-page .star-rating span:before {
	color: #edb059 !important;
}

.et_color_scheme_orange .et-search-form, .et_color_scheme_orange .et_mobile_menu, .et_color_scheme_orange .et_pb_pricing li:before, .et_color_scheme_orange .footer-widget li:before, .et_color_scheme_orange .nav li ul {
	border-color: #edb059;
}

.et_color_scheme_green .et-cart-info, .et_color_scheme_green .et-pb-slider-arrows a, .et_color_scheme_green .et-social-icon a:hover, .et_color_scheme_green .et_audio_content a, .et_color_scheme_green .et_link_content a, .et_color_scheme_green .et_pb_more_button, .et_color_scheme_green .et_pb_newsletter_button, .et_color_scheme_green .et_pb_promo_button, .et_color_scheme_green .et_pb_slide_description .et_pb_slide_title a, .et_color_scheme_orange .et-cart-info, .et_color_scheme_orange .et-pb-slider-arrows a, .et_color_scheme_orange .et-social-icon a:hover, .et_color_scheme_orange .et_audio_content a, .et_color_scheme_orange .et_link_content a, .et_color_scheme_orange .et_pb_more_button, .et_color_scheme_orange .et_pb_newsletter_button, .et_color_scheme_orange .et_pb_promo_button, .et_color_scheme_orange .et_pb_slide_description .et_pb_slide_title a, .et_color_scheme_pink .et-cart-info, .et_color_scheme_pink .et-pb-slider-arrows a, .et_color_scheme_pink .et-social-icon a:hover, .et_color_scheme_pink .et_audio_content a, .et_color_scheme_pink .et_link_content a, .et_color_scheme_pink .et_pb_more_button, .et_color_scheme_pink .et_pb_newsletter_button, .et_color_scheme_pink .et_pb_promo_button, .et_color_scheme_pink .et_pb_slide_description .et_pb_slide_title a, .et_color_scheme_red .et-cart-info, .et_color_scheme_red .et-pb-slider-arrows a, .et_color_scheme_red .et-social-icon a:hover, .et_color_scheme_red .et_audio_content a, .et_color_scheme_red .et_link_content a, .et_color_scheme_red .et_pb_more_button, .et_color_scheme_red .et_pb_newsletter_button, .et_color_scheme_red .et_pb_promo_button, .et_color_scheme_red .et_pb_slide_description .et_pb_slide_title a {
	color: inherit !important;
}

ul.et_pb_side_nav, ul.et_pb_side_nav * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul.et_pb_side_nav {
	display: block;
	position: fixed;
	z-index: 99999;
	top: 50%;
	right: 0;
	width: 40px;
	padding: 10px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	opacity: 0;
	background: rgba(0, 0, 0, .4);
}

ul.et_pb_side_nav li.side_nav_item {
	padding: 7px;
}

ul.et_pb_side_nav .side_nav_item a {
	display: block;
	width: 7px;
	height: 7px;
	margin-right: 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: rgba(255, 255, 255, .5);
	text-indent: -9999px;
}

ul.et_pb_side_nav.et-visible {
	opacity: 1;
	-webkit-animation: fadeInRight 1.5s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeInRight 1.5s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeInRight 1.5s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeInRight 1.5s 1 cubic-bezier(.77, 0, .175, 1);
}

ul.et_pb_side_nav .side_nav_item a.active {
	background-color: #fff !important;
}

.et_pb_scroll_top.et-pb-icon {
	display: none;
	position: fixed;
	z-index: 99999;
	right: 0;
	bottom: 125px;
	padding: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	color: #fff;
	background: rgba(0, 0, 0, .4);
	font-size: 30px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.et_pb_scroll_top:before {
	content: "2";
}

.et_pb_scroll_top.et-visible {
	opacity: 1;
	-webkit-animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
}

.et_pb_scroll_top.et-hidden {
	opacity: 0;
	-webkit-animation: fadeOutRight 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeOutRight 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeOutRight 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeOutRight 1s 1 cubic-bezier(.77, 0, .175, 1);
}

.et_pb_menu_hidden #et_search_icon:before, .et_pb_menu_hidden #top-menu, .et_pb_menu_hidden .et-cart-info {
	opacity: 0;
	-webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
}

.et_pb_menu_visible #et_search_icon:before, .et_pb_menu_visible #top-menu, .et_pb_menu_visible .et-cart-info {
	z-index: 99;
	opacity: 1;
	-webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
}

.et_pb_menu_hidden #et_search_icon:before, .et_pb_menu_hidden #top-menu, .et_pb_menu_hidden .mobile_menu_bar {
	opacity: 0;
	-webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
}

.et_pb_menu_visible #et_search_icon:before, .et_pb_menu_visible #top-menu, .et_pb_menu_visible .mobile_menu_bar {
	z-index: 99;
	opacity: 1;
	-webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
}

.et_pb_no_animation #et_search_icon:before, .et_pb_no_animation #top-menu, .et_pb_no_animation .mobile_menu_bar, .et_pb_no_animation.et_search_form_container {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important;
}

.et_header_style_slide .et_slide_in_menu_container, .et_header_style_slide .et_slide_in_menu_container #et-info span, .et_header_style_slide .et_slide_in_menu_container .et_mobile_menu li a, .et_header_style_slide .et_slide_in_menu_container a, .et_header_style_slide .et_slide_in_menu_container input.et-search-field, .et_header_style_slide .et_slide_menu_top span, .et_header_style_slide .et_slide_menu_top ul.et-social-icons a {
	font-size: 14px;
}

.et_header_style_slide .et_slide_in_menu_container .et-search-field::-moz-placeholder {
	color: rgba(255, 255, 255, .6);
	font-size: 14px;
}

.et_header_style_slide .et_slide_in_menu_container .et-search-field::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .6);
	font-size: 14px;
}

.et_header_style_slide .et_slide_in_menu_container .et-search-field:-ms-input-placeholder {
	color: rgba(255, 255, 255, .6);
	font-size: 14px;
}

.mobile_menu_bar.et_pb_header_toggle {
	display: none;
	width: 32px;
	cursor: pointer;
}

.et_header_style_slide .mobile_menu_bar.et_toggle_slide_menu {
	display: block;
}

.et_header_style_fullscreen #et_top_search, .et_header_style_fullscreen #top-header, .et_header_style_fullscreen .et_slide_menu_top .clear, .et_header_style_fullscreen div#et_mobile_nav_menu, .et_header_style_slide #et_top_search, .et_header_style_slide #top-header, .et_header_style_slide div#et_mobile_nav_menu, .et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu li ul {
	display: none !important;
}

.et_header_style_fullscreen div#et_mobile_nav_menu, .et_header_style_fullscreen.et_fullwidth_nav .et-search-form, .et_header_style_slide div#et_mobile_nav_menu, .et_header_style_slide.et_fullwidth_nav .et-search-form {
	right: 0 !important;
}

.et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before, .et_slide_menu_top button#searchsubmit_header:before, .et_toggle_slide_menu:after {
	font-family: ETmodules;
	font-weight: 400;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	text-transform: none;
	speak: none;
}

.et_toggle_slide_menu:after, .et_toggle_slide_menu:before {
	transition: all .7s;
}

.et_toggle_slide_menu:before {
	opacity: 1;
}

.et_toggle_slide_menu:after {
	left: -32px;
	opacity: 0;
	content: "M";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.et_pb_slide_menu_active .et_toggle_slide_menu:before {
	opacity: 0;
}

.et_pb_slide_menu_active .et_toggle_slide_menu:after {
	opacity: 1;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.et_pb_slide_menu_active .et_toggle_slide_menu:after {
	transition-delay: .3s;
}

.et_header_style_fullscreen #top-menu-nav, .et_header_style_slide #top-menu-nav, .et_header_style_slide .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu, .et_slide_in_menu_container #mobile_menu_slide ul.sub-menu {
	display: none;
}

.et_header_style_slide .et_slide_in_menu_container {
	width: 320px;
	max-width: 75%;
	padding-top: 0 !important;
}

.et_slide_in_menu_container {
	overflow: auto;
	position: fixed;
	z-index: 999999;
	top: 0;
	right: -100%;
	height: 100%;
	background: #2ea3f2;
	-webkit-transition: right .8s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: right .8s cubic-bezier(.77, 0, .175, 1);
	transition: right .8s cubic-bezier(.77, 0, .175, 1);
}

.admin-bar .et_slide_in_menu_container {
	top: 32px;
}

.et_slide_menu_top {
	padding: 40px;
	background: rgba(0, 0, 0, .1);
}

.et_header_style_slide #page-container {
	position: relative;
	left: 0;
}

.et_header_style_slide #page-container {
	-webkit-transition: left .8s cubic-bezier(.77, 0, .175, 1), margin-top .4s ease-in-out !important;
	-moz-transition: left .8s cubic-bezier(.77, 0, .175, 1), margin-top .4s ease-in-out !important;
	transition: left .8s cubic-bezier(.77, 0, .175, 1), margin-top .4s ease-in-out !important;
}

.et_slide_menu_top span#et-info-email, .et_slide_menu_top ul.et-social-icons {
	float: left;
}

.et_slide_menu_top ul.et-social-icons li {
	margin-right: 10px;
	margin-left: 0;
}

.et_slide_menu_top a.et-cart-info {
	float: right;
}

.et_slide_menu_top:after {
	display: block;
	clear: both;
	content: "";
}

.et_slide_menu_top .et-search-form {
	clear: both;
	position: relative;
	width: 100% !important;
	max-width: 100% !important;
	height: 35px;
	margin: 15px 0 0 0;
	padding: 5px !important;
	border-radius: 5px;
	background: rgba(0, 0, 0, .2) !important;
}

.et_slide_menu_top input.et-search-field {
	left: 5px;
}

.et_slide_menu_top button#searchsubmit_header {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 35px;
	border: none;
	background: 0 0;
	cursor: pointer;
}

.et_slide_menu_top button#searchsubmit_header:before {
	position: absolute;
	top: 11px;
	left: 7px;
	color: rgba(255, 255, 255, .6);
	font-size: 13px;
	content: "U";
}

.et_slide_menu_top span {
	font-weight: 600;
}

.et_slide_menu_top div#et-info {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 0;
}

.et_slide_menu_top, .et_slide_menu_top a, .et_slide_menu_top input {
	color: rgba(255, 255, 255, .6);
}

.et_slide_in_menu_container ul#mobile_menu_slide {
	display: block !important;
	padding: 28px 40px;
	border: none;
	background: 0 0;
	box-shadow: none;
}

.et_slide_in_menu_container #mobile_menu_slide li a, .et_slide_in_menu_container #mobile_menu_slide li.current-menu-item a {
	padding: 10px 0;
	border: none;
	color: #fff;
}

.et_slide_in_menu_container #mobile_menu_slide .menu-item-has-children {
	position: relative;
}

.et_slide_in_menu_container span.et_mobile_menu_arrow {
	display: inline-block;
	position: absolute;
	right: 0;
	width: auto;
	height: auto;
	opacity: .6;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.et_slide_in_menu_container span.et_mobile_menu_arrow.et_pb_submenu_opened {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before {
	display: block;
	z-index: 999;
	top: 10px;
	right: 13px;
	color: #fff;
	font-size: 21px;
	text-align: center;
	content: "3";
}

.et_slide_in_menu_container .et_mobile_menu .menu-item-has-children>a {
	background: 0 0;
	font-weight: 400;
}

.et_slide_in_menu_container .et_mobile_menu>.menu-item-has-children>a {
	font-weight: 700;
}

.et_slide_in_menu_container #mobile_menu_slide ul.sub-menu li {
	opacity: 0;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
	transition: .5s cubic-bezier(.77, 0, .175, 1);
}

.et_slide_in_menu_container #mobile_menu_slide ul.sub-menu.et_pb_slide_dropdown_opened>li {
	opacity: 1;
	-webkit-transition: 1s .1s cubic-bezier(.77, 0, .175, 1);
	transition: 1s .1s cubic-bezier(.77, 0, .175, 1);
}

.et_slide_in_menu_container .et_mobile_menu li a:hover {
	background: 0 0;
}

.et_slide_in_menu_container #mobile_menu_slide li li a {
	opacity: .6;
}

.et_slide_in_menu_container #mobile_menu_slide li li a:hover {
	opacity: .4;
}

.et_header_style_fullscreen .et_slide_in_menu_container .et_mobile_menu li a {
	font-size: 30px;
}

.et_header_style_fullscreen .et_slide_in_menu_container, .et_header_style_fullscreen .et_slide_in_menu_container #et-info span, .et_header_style_fullscreen .et_slide_in_menu_container a, .et_header_style_fullscreen .et_slide_in_menu_container input.et-search-field, .et_header_style_fullscreen .et_slide_menu_top span, .et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons a {
	font-size: 18px;
}

.et_header_style_fullscreen .et_slide_in_menu_container .et-search-field::-moz-placeholder {
	font-size: 18px;
}

.et_header_style_fullscreen .et_slide_in_menu_container .et-search-field::-webkit-input-placeholder {
	font-size: 18px;
}

.et_header_style_fullscreen .et_slide_in_menu_container .et-search-field:-ms-input-placeholder {
	font-size: 18px;
}

.et_header_style_fullscreen .mobile_menu_bar.et_toggle_fullscreen_menu {
	display: block;
}

.et_header_style_fullscreen .et_pb_fullscreen_nav_container {
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.et_header_style_fullscreen.et_pb_no_top_bar_fullscreen .et_slide_in_menu_container {
	padding-top: 0;
}

.et_header_style_fullscreen .et_slide_in_menu_container {
	display: block !important;
	visibility: hidden;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	right: 0 !important;
	width: 100%;
	padding-top: 70px;
	opacity: 0;
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}

.et_header_style_fullscreen .et_slide_in_menu_container.et_pb_fullscreen_menu_opened {
	visibility: visible;
	opacity: .95;
}

.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu {
	position: absolute;
	z-index: 999999;
	top: 34px;
	right: 30px;
	cursor: pointer;
}

.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu:before {
	content: "M";
}

.et_header_style_fullscreen .et_slide_menu_top {
	position: absolute;
	z-index: 99999;
	top: 0;
	width: 100%;
	padding: 35px;
	text-align: center;
}

.et_header_style_fullscreen .et_pb_top_menu_inner {
	display: inline-block;
	position: relative;
}

.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu:before, .et_header_style_fullscreen .et_slide_menu_top, .et_header_style_fullscreen .et_slide_menu_top a, .et_header_style_fullscreen .et_slide_menu_top button#searchsubmit_header:before {
	color: #fff;
}

.et_header_style_fullscreen input::-moz-placeholder {
	color: #fff;
}

.et_header_style_fullscreen input::-webkit-input-placeholder {
	color: #fff;
}

.et_header_style_fullscreen input:-ms-input-placeholder {
	color: #fff;
}

.et_header_style_fullscreen a.et-cart-info, .et_header_style_fullscreen div#et-info, .et_header_style_fullscreen ul.et-social-icons {
	margin-right: 30px;
}

.et_header_style_fullscreen div#et-info {
	display: inline-block;
	float: left !important;
	width: auto;
	margin-top: 7px;
}

.et_header_style_fullscreen div#et-info span {
	margin-right: 15px;
}

.et_header_style_fullscreen .et_slide_menu_top .et-search-form {
	display: inline-block;
	width: 140px !important;
	min-width: 140px;
	margin-top: 0 !important;
	margin-bottom: -10px;
	border: 1px solid #fff;
	border-radius: 3px;
	background: 0 0 !important;
}

.et_header_style_fullscreen a.et-cart-info {
	float: none !important;
}

.et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons {
	display: inline-block;
	float: none !important;
}

.et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons li {
	margin-right: 0;
}

.et_header_style_fullscreen #mobile_menu_slide .menu-item-has-children {
	margin-right: -31px;
}

.et_header_style_fullscreen ul#mobile_menu_slide {
	display: table-cell !important;
	position: relative;
	width: auto;
	height: 100%;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

.et_header_style_fullscreen .et_pb_fullscreen_nav_container .et_mobile_menu {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}

.et_pb_fullscreen_menu_opened .et_pb_fullscreen_nav_container .et_mobile_menu {
	visibility: visible;
	opacity: 1;
}

.et_header_style_fullscreen .et_pb_fullscreen_nav_container .et_mobile_menu li {
	padding-left: 0 !important;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.et_header_style_fullscreen .et_slide_in_menu_container #mobile_menu_slide a {
	display: inline-block;
	margin-right: 0;
}

.et_header_style_fullscreen .et_slide_in_menu_container span.et_mobile_menu_arrow {
	position: relative;
	right: auto;
	padding-right: 10px;
}

.et_header_style_fullscreen .et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before {
	position: relative;
	top: 0;
	right: 0;
}

.et_pb_fullscreen_menu_animated .et_mobile_menu li {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li {
	opacity: 1;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(1) {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(2) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(3) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(4) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(5) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(6) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(7) {
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(8) {
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(9) {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(10) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(11) {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(12) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(13) {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(14) {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(15) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(16) {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(17) {
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(18) {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(19) {
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(20) {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(21) {
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(22) {
	-webkit-transition-delay: 2.2s;
	transition-delay: 2.2s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(23) {
	-webkit-transition-delay: 2.3s;
	transition-delay: 2.3s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(24) {
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(25) {
	-webkit-transition-delay: 2.5s;
	transition-delay: 2.5s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(26) {
	-webkit-transition-delay: 2.6s;
	transition-delay: 2.6s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(27) {
	-webkit-transition-delay: 2.7s;
	transition-delay: 2.7s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(28) {
	-webkit-transition-delay: 2.8s;
	transition-delay: 2.8s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(29) {
	-webkit-transition-delay: 2.9s;
	transition-delay: 2.9s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(30) {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}

.et_header_style_fullscreen .et-fixed-header #et-top-navigation, .et_header_style_slide .et-fixed-header #et-top-navigation {
	padding: 11px 0 !important;
}

.et_left_sidebar .et_pb_column_2_3 .et_pb_countdown_timer .section p.value, .et_left_sidebar .et_pb_column_2_3 .et_pb_countdown_timer .section.sep, .et_right_sidebar .et_pb_column_2_3 .et_pb_countdown_timer .section p.value, .et_right_sidebar .et_pb_column_2_3 .et_pb_countdown_timer .section.sep {
	font-size: 44px;
	line-height: 44px;
}

.et_left_sidebar .et_pb_column_1_2 .et_pb_countdown_timer .section p.value, .et_left_sidebar .et_pb_column_1_2 .et_pb_countdown_timer .section.sep, .et_right_sidebar .et_pb_column_1_2 .et_pb_countdown_timer .section p.value, .et_right_sidebar .et_pb_column_1_2 .et_pb_countdown_timer .section.sep {
	font-size: 32px;
	line-height: 32px;
}

.et_left_sidebar .et_pb_column_3_8 .et_pb_countdown_timer .section p.value, .et_left_sidebar .et_pb_column_3_8 .et_pb_countdown_timer .section.sep, .et_right_sidebar .et_pb_column_3_8 .et_pb_countdown_timer .section p.value, .et_right_sidebar .et_pb_column_3_8 .et_pb_countdown_timer .section.sep {
	font-size: 24px;
	line-height: 24px;
}

.et_left_sidebar .et_pb_column_1_3 .et_pb_countdown_timer .section p.value, .et_left_sidebar .et_pb_column_1_3 .et_pb_countdown_timer .section.sep, .et_right_sidebar .et_pb_column_1_3 .et_pb_countdown_timer .section p.value, .et_right_sidebar .et_pb_column_1_3 .et_pb_countdown_timer .section.sep {
	font-size: 20px;
	line-height: 20px;
}

.et_left_sidebar .et_pb_column_1_4 .et_pb_countdown_timer .section p.value, .et_left_sidebar .et_pb_column_1_4 .et_pb_countdown_timer .section.sep, .et_right_sidebar .et_pb_column_1_4 .et_pb_countdown_timer .section p.value, .et_right_sidebar .et_pb_column_1_4 .et_pb_countdown_timer .section.sep {
	font-size: 16px;
	line-height: 16px;
}

@media all and (min-width:1405px) {
	.et_vertical_nav.et_left_sidebar.woocommerce #content div.product div.images, .et_vertical_nav.et_left_sidebar.woocommerce div.product div.images, .et_vertical_nav.et_left_sidebar.woocommerce-page #content div.product div.images, .et_vertical_nav.et_left_sidebar.woocommerce-page div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce #content div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce-page #content div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce-page div.product div.images {
		width: 315px !important;
	}
	
	.et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n+1), .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n+1) {
		clear: both !important;
	}
	
	.et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n), .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n) {
		margin-right: 60px !important;
	}
	
	.et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n), .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n) {
		margin-right: 0 !important;
	}
	
	.et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n+1), .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n+1) {
		clear: none !important;
	}
	
	.et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item, .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item {
		width: 193px;
	}
	
	.et_vertical_nav.archive.et_right_sidebar ul.products li.product {
		margin-right: 50px !important;
	}
}

@media all and (min-width:1100px) and (max-width:1405px) {
	.et_vertical_nav.et_left_sidebar.woocommerce #content div.product div.images, .et_vertical_nav.et_left_sidebar.woocommerce div.product div.images, .et_vertical_nav.et_left_sidebar.woocommerce-page #content div.product div.images, .et_vertical_nav.et_left_sidebar.woocommerce-page div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce #content div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce-page #content div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce-page div.product div.images {
		width: 250px !important;
	}
	
	.et_vertical_nav.archive.et_full_width_page.woocommerce ul.products li.product:nth-child(3n) {
		margin-right: 0 !important;
	}
	
	.et_vertical_nav.archive.et_full_width_page.woocommerce ul.products li.first {
		clear: none !important;
	}
	
	.et_vertical_nav.archive.et_full_width_page.woocommerce ul.products li.product:nth-child(3n+1) {
		clear: both !important;
		margin-right: 60px !important;
	}
}

@media all and (min-width:981px) and (max-width:1405px) {
	.et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table {
		width: 33.333%;
	}
	
	.et_vertical_nav .et_pb_column_2_3 .et_pb_pricing_table, .et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table, .et_vertical_nav .et_pb_pricing_2 .et_pb_pricing_table {
		width: 50%;
	}
	
	.et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table, .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table, .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table, .et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table, .et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table {
		width: 100%;
		margin: 0 0 30px;
	}
	
	.et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table:last-child, .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table:last-child, .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table:last-child, .et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table:last-child, .et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table:last-child {
		margin-bottom: 0;
	}
	
	.et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(3n+1), .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(4n+1) {
		clear: none;
	}
	
	.et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(2n+1), .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(3n+1) {
		clear: both;
	}
	
	.et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(n+3), .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(n+4) {
		margin-top: 50px;
	}
	
	.et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3), .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+4) {
		margin-top: 30px;
	}
	
	.et_vertical_nav .et_pb_column_1_3 .et_pb_sum, .et_vertical_nav .et_pb_column_1_4 .et_pb_sum {
		font-size: 40px;
	}
	
	.et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_content_top, .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_content_top {
		padding-bottom: 20px;
	}
	
	.et_vertical_nav .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description {
		width: 100%;
	}
	
	.et_vertical_nav.archive.et_left_sidebar.woocommerce ul.products li.product:nth-child(2n), .et_vertical_nav.archive.et_right_sidebar.woocommerce ul.products li.product:nth-child(2n) {
		margin-right: 0 !important;
	}
	
	.et_vertical_nav.archive.et_left_sidebar.woocommerce ul.products li.product:nth-child(2n+1), .et_vertical_nav.archive.et_right_sidebar.woocommerce ul.products li.product:nth-child(2n+1) {
		clear: both !important;
		margin-right: 60px !important;
	}
	
	.et_vertical_nav.archive.et_left_sidebar.woocommerce ul.products li.product:nth-child(3n+1), .et_vertical_nav.archive.et_right_sidebar.woocommerce ul.products li.product:nth-child(3n+1) {
		clear: none !important;
	}
	
	.et_vertical_nav .et_pb_column_1_4 .et_audio_container {
		padding-bottom: 40px;
	}
	
	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-container .mejs-controls div, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-container .mejs-controls div {
		position: absolute;
	}
	
	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-container, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-container {
		height: 80px !important;
	}
	
	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-controls, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-controls {
		height: 100% !important;
	}
	
	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-button.mejs-playpause-button, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-button.mejs-playpause-button {
		z-index: 99;
		top: 0;
		left: 0;
	}
	
	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom {
		top: 30px;
		left: 7px;
	}
	
	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-button.mejs-volume-button, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-button.mejs-volume-button {
		top: 26px;
		right: 60px;
	}
	
	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module a.mejs-horizontal-volume-slider, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module a.mejs-horizontal-volume-slider {
		display: block !important;
		position: absolute !important;
		top: 26px;
		right: 0;
	}
	
	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-horizontal-volume-total, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-horizontal-volume-total {
		display: block;
		position: relative !important;
		width: 100% !important;
	}
	
	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-controls div.mejs-time-rail, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-controls div.mejs-time-rail {
		width: 100% !important;
		padding-left: 30px !important;
	}
	
	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module a.mejs-time-total.mejs-time-slider, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module a.mejs-time-total.mejs-time-slider {
		position: relative !important;
		width: 100% !important;
		margin-left: 0;
	}
}

@media all and (min-width:981px) {
	.et_hide_fixed_logo #main-header.et-fixed-header .logo_container, .et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container {
		height: 0;
		opacity: 0;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}
	
	.et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container, .et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container, .et_header_style_split.et_hide_fixed_logo #main-header.et-fixed-header .logo_container, .et_header_style_split.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container, .et_hide_fixed_logo #main-header.et-fixed-header .centered-inline-logo-wrap, .et_hide_primary_logo #main-header:not(.et-fixed-header) .centered-inline-logo-wrap {
		height: 0;
		padding: 0;
		opacity: 0;
	}
	
	.et-animated-content#page-container {
		-webkit-transition: margin-top .4s ease-in-out;
		-moz-transition: margin-top .4s ease-in-out;
		transition: margin-top .4s ease-in-out;
	}
	
	.et_hide_nav #page-container, .et_transparent_nav #page-container {
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}
	
	.et_transparent_nav.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_transparent_nav.et_non_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
		padding-top: 0;
	}
	
	.et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n+1), .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n+1) {
		clear: none;
	}
	
	.et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n), .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n) {
		margin-right: 60px;
	}
	
	.et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n), .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n) {
		margin-right: 0;
	}
	
	.et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n+1), .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n+1) {
		clear: both;
	}
	
	.et_header_style_split #logo {
		display: none;
	}
	
	.et_vertical_nav.et_header_style_split #logo {
		display: block;
	}
	
	.et_header_style_split .centered-inline-logo-wrap #logo {
		display: initial;
		-webkit-animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
		-moz-animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
		-o-animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
		animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
	}
	
	.et_header_style_split.ie .centered-inline-logo-wrap #logo {
		display: inline;
	}
	
	.et_header_style_split.et_hide_primary_logo .centered-inline-logo-wrap {
		width: 0;
	}
	
	.et_fullwidth_nav .et-search-form, .et_fullwidth_nav .et_close_search_field {
		right: 30px;
	}
	
	#main-header.et-fixed-header {
		-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;
		-moz-box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;
		box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;
	}
	
	.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation {
		padding-top: 20px;
	}
	
	.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a, .et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a {
		padding-bottom: 20px;
	}
	
	.et_header_style_centered .et-fixed-header .et-search-form {
		top: 21px;
	}
	
	.et_header_style_split .et-fixed-header .centered-inline-logo-wrap {
		width: 54px;
		height: 54px;
		margin: -20px 0;
	}
	
	.et_header_style_centered .et-fixed-header #et_search_icon:before {
		margin-top: 0;
	}
	
	.et_hide_nav.et_fixed_nav #main-header, .et_hide_nav.et_fixed_nav #top-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header {
		opacity: 0;
	}
	
	.et_hide_nav.et_fixed_nav .et-fixed-header#main-header, .et_hide_nav.et_fixed_nav .et-fixed-header#top-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav .et-fixed-header#main-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav .et-fixed-header#top-header {
		opacity: 1;
		-webkit-transform: translateY(0) !important;
		transform: translateY(0) !important;
	}
	
	.et_hide_nav .centered-inline-logo-wrap, .et_hide_nav.et_fixed_nav #main-header, .et_hide_nav.et_fixed_nav #top-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header {
		transition-duration: .7s;
	}
	
	.et_hide_nav #page-container {
		padding-top: 0 !important;
	}
	
	.et_primary_nav_dropdown_animation_fade #et-top-navigation ul li:hover>ul, .et_secondary_nav_dropdown_animation_fade #et-secondary-nav li:hover>ul {
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	
	.et_primary_nav_dropdown_animation_slide #et-top-navigation ul li:hover>ul, .et_secondary_nav_dropdown_animation_slide #et-secondary-nav li:hover>ul {
		-webkit-animation: fadeLeft .4s ease-in-out;
		-moz-animation: fadeLeft .4s ease-in-out;
		-o-animation: fadeLeft .4s ease-in-out;
		animation: fadeLeft .4s ease-in-out;
	}
	
	.et_primary_nav_dropdown_animation_expand #et-top-navigation ul li:hover>ul, .et_secondary_nav_dropdown_animation_expand #et-secondary-nav li:hover>ul {
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-animation: Grow .4s ease-in-out;
		-moz-animation: Grow .8s ease-in-out;
		-o-animation: Grow .4s ease-in-out;
		animation: Grow .4s ease-in-out;
		-webkit-backface-visibility: visible !important;
		backface-visibility: visible !important;
	}
	
	.et_primary_nav_dropdown_animation_flip #et-top-navigation ul li ul li:hover>ul, .et_secondary_nav_dropdown_animation_flip #et-secondary-nav ul li:hover>ul {
		-webkit-animation: flipInX .6s ease-in-out;
		-moz-animation: flipInX .6s ease-in-out;
		-o-animation: flipInX .6s ease-in-out;
		animation: flipInX .6s ease-in-out;
		-webkit-backface-visibility: visible !important;
		backface-visibility: visible !important;
	}
	
	.et_primary_nav_dropdown_animation_flip #et-top-navigation ul li:hover>ul, .et_secondary_nav_dropdown_animation_flip #et-secondary-nav li:hover>ul {
		-webkit-animation: flipInY .6s ease-in-out;
		-moz-animation: flipInY .6s ease-in-out;
		-o-animation: flipInY .6s ease-in-out;
		animation: flipInY .6s ease-in-out;
		-webkit-backface-visibility: visible !important;
		backface-visibility: visible !important;
	}
	
	.et_vertical_nav #et-main-area, .et_vertical_nav #top-header {
		position: relative;
		margin-left: 225px !important;
	}
	
	.et_vertical_nav #top-header {
		z-index: 9999;
	}
	
	.et_vertical_nav #page-container #main-header {
		position: absolute;
		top: 0;
		left: 0;
		width: 225px;
		height: 100%;
		padding-top: 40px;
		-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .1);
		-moz-box-shadow: 0 0 7px rgba(0, 0, 0, .1);
		box-shadow: 0 0 7px rgba(0, 0, 0, .1);
	}
	
	.et_vertical_nav #main-header .container {
		width: auto;
		margin: 0 40px;
	}
	
	.et_vertical_nav #main-header #et-top-navigation, .et_vertical_nav #main-header #et_top_search, .et_vertical_nav #main-header #logo, .et_vertical_nav #main-header #top-menu, .et_vertical_nav #main-header #top-menu-nav {
		float: none;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}
	
	.et_vertical_nav #main-header #logo {
		max-height: none;
		margin-bottom: 28px;
		padding: 0;
	}
	
	.et_vertical_nav #main-header #top-menu li {
		display: block;
		padding-right: 0;
	}
	
	.et_vertical_nav #main-header #top-menu li.mega-menu>ul {
		top: 190px;
		left: 185px !important;
	}
	
	.et_vertical_nav #main-header #top-menu li ul {
		top: -32px;
		left: 185px;
	}
	
	.et_vertical_nav #main-header #top-menu li ul {
		border-top: none;
		border-left-width: 3px;
		border-left-style: solid;
	}
	
	.et_vertical_nav #main-header #top-menu li ul ul {
		top: -20px;
		left: 237px;
		border-left-width: 0;
	}
	
	.et_vertical_nav #main-header #top-menu li.mega-menu ul {
		top: -32px;
		left: auto;
	}
	
	.et_vertical_nav #main-header #top-menu li.mega-menu ul ul {
		top: auto;
	}
	
	.et_vertical_nav #main-header #top-menu>li>a {
		margin-right: -40px;
		padding-right: 40px;
		padding-bottom: 19px;
	}
	
	.et_vertical_nav #main-header #top-menu>li>a:after {
		right: 20px;
	}
	
	.et_vertical_nav.et_boxed_layout #page-container #main-header {
		left: auto;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}
	
	.et_vertical_nav.et_header_style_centered #main-header #top-menu-nav, .et_vertical_nav.et_header_style_split #main-header #top-menu-nav {
		width: 100%;
	}
	
	.et_vertical_nav.et_vertical_right #et-main-area, .et_vertical_nav.et_vertical_right #top-header {
		margin-right: 225px;
		margin-left: 0 !important;
	}
	
	.et_vertical_nav.et_vertical_right #page-container #main-header {
		right: 0;
		left: auto !important;
	}
	
	.et_vertical_nav.et_vertical_right #main-header #top-menu li.mega-menu>ul {
		right: 185px !important;
		left: auto !important;
	}
	
	.et_vertical_nav.et_vertical_right #main-header #top-menu li ul {
		right: 185px;
		left: auto;
		border-right-width: 3px;
		border-right-style: solid;
		border-left: 0;
	}
	
	.et_vertical_nav.et_vertical_right #main-header #top-menu li ul ul {
		border-right-width: 0;
	}
	
	.et_vertical_nav input.et-search-field {
		left: 0 !important;
	}
	
	.et_vertical_nav #et_search_icon:before {
		top: -3px;
	}
	
	.et_vertical_nav #et-top-navigation .et-cart-info {
		display: block;
		float: none;
	}
	
	.et_vertical_nav .container.et_search_form_container {
		position: relative;
		right: 0 !important;
		height: 40px !important;
	}
	
	.et_vertical_nav .container.et_search_form_container .et-search-form input {
		font-size: 14px !important;
	}
	
	.et_vertical_nav .container.et_search_form_container div#et_top_search {
		height: 30px;
	}
	
	.et_vertical_nav .et_pb_menu_hidden #top-menu-nav>ul, .et_vertical_nav .et_pb_menu_hidden .et-cart-info, .et_vertical_nav .et_pb_menu_visible #top-menu-nav>ul, .et_vertical_nav .et_pb_menu_visible .et-cart-info {
		opacity: 1 !important;
		-webkit-animation: none !important;
		-moz-animation: none !important;
		animation: none !important;
	}
	
	.et_vertical_nav div#et_top_search {
		width: 100%;
	}
	
	.et_vertical_nav .et_pb_menu_hidden #et_top_search {
		opacity: 0;
		-webkit-animation: fadeOutRight 1s 1 cubic-bezier(.77, 0, .175, 1);
		-moz-animation: fadeOutRight 1s 1 cubic-bezier(.77, 0, .175, 1);
		-o-animation: fadeOutRight 1s 1 cubic-bezier(.77, 0, .175, 1);
		animation: fadeOutRight 1s 1 cubic-bezier(.77, 0, .175, 1);
	}
	
	.et_vertical_nav .et_pb_menu_visible #et_top_search {
		opacity: 1;
		-webkit-animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
		-moz-animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
		-o-animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
		animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
	}
	
	.et_vertical_nav .container.et_search_form_container.et_pb_search_visible {
		right: 0;
		opacity: 1;
		-webkit-animation: fadeInLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
		-moz-animation: fadeInLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
		-o-animation: fadeInLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
		animation: fadeInLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
	}
	
	.et_vertical_nav .et_pb_search_form_hidden {
		opacity: 0;
		-webkit-animation: fadeOutLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
		-moz-animation: fadeOutLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
		-o-animation: fadeOutLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
		animation: fadeOutLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
	}
	
	.et_vertical_nav div#et_top_search {
		height: 30px;
		margin-top: 20px;
	}
	
	.et_vertical_nav .container.et_search_form_container {
		margin-top: -45px !important;
	}
	
	.et_vertical_nav span.et_close_search_field:after {
		font-size: 16px;
	}
	
	.et_vertical_nav span.et_close_search_field {
		width: 13px;
		height: 18px;
	}
	
	.et_vertical_nav .et-search-form input {
		width: 90%;
	}
	
	.et_vertical_nav .container.et_search_form_container .et-search-form input {
		font-style: normal !important;
		text-decoration: none !important;
	}
	
	.et_vertical_nav .et_search_form_container input::-moz-placeholder {
		font-style: normal !important;
		text-decoration: none !important;
	}
	
	.et_vertical_nav .et_search_form_container input::-webkit-input-placeholder {
		font-style: normal !important;
		text-decoration: none !important;
	}
	
	.et_vertical_nav .et_search_form_container input:-ms-input-placeholder {
		font-style: normal !important;
		text-decoration: none !important;
	}
	
	.et_vertical_nav .et_search_outer {
		overflow: visible;
		position: relative;
	}
	
	.et_vertical_nav.et_header_style_centered #main-header .et-search-form {
		left: 0;
	}
	
	.et_vertical_nav.et_header_style_centered #et_search_icon:before {
		left: 50%;
		margin-left: -5px;
	}
	
	.et_vertical_nav.et_header_style_centered #main-header #et_top_search {
		display: block !important;
		margin: 16px auto 0;
	}
	
	.et_vertical_nav.et_header_style_split #main-header .container.et_search_form_container {
		z-index: 1;
	}
	
	.et_vertical_nav.et_header_style_split #main-header .container.et_search_form_container.et_pb_search_visible {
		z-index: 999;
	}
	
	.et_vertical_nav.et_header_style_split #et_search_icon:before {
		margin-top: 0;
	}
	
	.archive.et_left_sidebar.woocommerce-page ul.products li.product:nth-child(3n), .archive.et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n), .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n), .et_pb_row .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n), .et_pb_row .et_left_sidebar.woocommerce-page ul.products li.product:nth-child(3n), .et_pb_row .et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n), .single.et_left_sidebar.woocommerce-page ul.products li.product:nth-child(3n), .single.et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n) {
		margin-right: 0;
	}
	
	.et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1), .et_left_sidebar.woocommerce-page ul.products li.product:nth-child(3n+1), .et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n+1) {
		clear: both;
	}
	
	.et_fullwidth_nav #main-header .container {
		width: 100%;
		max-width: 100%;
		padding-right: 30px;
		padding-left: 30px;
	}
	
	.et_non_fixed_nav.et_fullwidth_nav.et_header_style_left #main-header .container {
		padding-left: 0;
	}
	
	.et_non_fixed_nav.et_fullwidth_nav.et_header_style_left .logo_container {
		padding-left: 30px;
	}
	
	.et_fullwidth_secondary_nav #top-header .container {
		width: 100%;
		max-width: 100%;
		padding-right: 30px;
		padding-left: 30px;
	}
	
	#sidebar {
		float: left;
		width: 20.875%;
	}
	
	#left-area {
		width: 79.125%;
		padding-bottom: 23px;
	}
	
	#main-content .container:before {
		position: absolute;
		top: 0;
		width: 1px;
		height: 100%;
		background-color: #e2e2e2;
		content: "";
	}
	
	.et_full_width_page #left-area, .et_no_sidebar #left-area {
		float: none;
		width: 100% !important;
	}
	
	.et_no_sidebar #main-content .container:before {
		display: none;
	}
	
	.et_full_width_portfolio_page #left-area {
		float: left;
		width: 70% !important;
		margin-right: 9%;
	}
	
	.et_right_sidebar #left-area {
		float: left;
		padding-right: 5.5%;
	}
	
	.et_right_sidebar #sidebar {
		padding-left: 30px;
	}
	
	.et_right_sidebar #main-content .container:before {
		right: 20.875% !important;
	}
	
	.et_left_sidebar #left-area {
		float: right;
		padding-left: 5.5%;
	}
	
	.et_left_sidebar #sidebar {
		padding-right: 30px;
	}
	
	.et_left_sidebar #main-content .container:before {
		left: 20.875% !important;
	}
	
	.et_pb_gutter.et_pb_gutters4 #left-area {
		width: 81%;
	}
	
	.et_pb_gutter.et_pb_gutters2 #left-area {
		width: 77.25%;
	}
	
	.et_pb_gutter.et_pb_gutters1 #left-area {
		width: 75%;
	}
	
	.et_pb_gutter.et_pb_gutters4 #sidebar {
		width: 19%;
	}
	
	.et_pb_gutter.et_pb_gutters2 #sidebar {
		width: 22.75%;
	}
	
	.et_pb_gutter.et_pb_gutters1 #sidebar {
		width: 25%;
	}
	
	.et_pb_gutters4.et_right_sidebar #left-area {
		padding-right: 8%;
	}
	
	.et_pb_gutters4.et_left_sidebar #left-area {
		padding-left: 8%;
	}
	
	.et_pb_gutters2.et_right_sidebar #left-area {
		padding-right: 3%;
	}
	
	.et_pb_gutters2.et_left_sidebar #left-area {
		padding-left: 3%;
	}
	
	.et_pb_gutters1.et_right_sidebar #left-area {
		padding-right: 0;
	}
	
	.et_pb_gutters1.et_left_sidebar #left-area {
		padding-left: 0;
	}
	
	.et_pb_gutter.et_pb_gutters4.et_right_sidebar #main-content .container:before {
		right: 19% !important;
	}
	
	.et_pb_gutter.et_pb_gutters4.et_left_sidebar #main-content .container:before {
		left: 19% !important;
	}
	
	.et_pb_gutter.et_pb_gutters2.et_right_sidebar #main-content .container:before {
		right: 22.75% !important;
	}
	
	.et_pb_gutter.et_pb_gutters2.et_left_sidebar #main-content .container:before {
		left: 22.75% !important;
	}
	
	.et_pb_gutter.et_pb_gutters1.et_right_sidebar #main-content .container:before {
		right: 25% !important;
	}
	
	.et_pb_gutter.et_pb_gutters1.et_left_sidebar #main-content .container:before {
		left: 25% !important;
	}
	
	.et_vertical_nav.et_vertical_fixed #page-container #main-header {
		position: fixed;
	}
	
	.et_vertical_nav.et_vertical_fixed.et_header_style_left #et-top-navigation, .et_vertical_nav.et_vertical_fixed.et_header_style_split #et-top-navigation {
		padding-top: 33px;
	}
	
	.et_header_style_fullscreen #et-top-navigation, .et_header_style_slide #et-top-navigation {
		padding: 24px 0 24px 0 !important;
	}
	
	.et_header_style_fullscreen .et_toggle_fullscreen_menu, .et_header_style_slide .et_toggle_slide_menu {
		padding-bottom: 0;
	}
	
	.et_fixed_nav.et_header_style_slide #main-header {
		left: 0;
		-webkit-transition: left .8s cubic-bezier(.77, 0, .175, 1), background .4s ease-in-out, opacity .4s cubic-bezier(.77, 0, .175, 1), transform .4s ease-in-out;
		-moz-transition: left .8s cubic-bezier(.77, 0, .175, 1), background .4s cubic-bezier(.77, 0, .175, 1), opacity .4s cubic-bezier(.77, 0, .175, 1), transform .4s ease-in-out;
		transition: left .8s cubic-bezier(.77, 0, .175, 1), background .4s cubic-bezier(.77, 0, .175, 1), opacity .4s cubic-bezier(.77, 0, .175, 1), transform .4s ease-in-out;
	}
	
	.et_fixed_nav.et_boxed_layout.et_header_style_slide #main-header {
		left: auto;
	}
	
	.et_header_style_fullscreen div#et-info {
		margin-top: 0;
	}
}

@media all and (min-width:981px) and (max-width:1100px) {
	.et_vertical_nav.et_right_sidebar #main-content .container:before {
		right: 195px;
	}
	
	.et_vertical_nav.et_left_sidebar #main-content .container:before {
		left: 195px;
	}
	
	.et_vertical_nav #top-menu li.mega-menu>ul {
		width: 675px !important;
	}
	
	.et_vertical_nav .et_pb_column_1_4 .et_pb_number_counter .percent p {
		font-size: 65px;
		line-height: 65px;
	}
	
	.et_vertical_nav .et_pb_column_3_4 .mejs-container, .et_vertical_nav .et_pb_column_3_4 .mejs-container .mejs-controls {
		height: 60px !important;
	}
	
	.et_vertical_nav .et_pb_column_1_4 .et_pb_number_counter .percent p {
		font-size: 55px;
		line-height: 55px;
	}
	
	.et_vertical_nav.et_left_sidebar.woocommerce #content div.product div.images, .et_vertical_nav.et_left_sidebar.woocommerce div.product div.images, .et_vertical_nav.et_left_sidebar.woocommerce-page #content div.product div.images, .et_vertical_nav.et_left_sidebar.woocommerce-page div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce #content div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce-page #content div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce-page div.product div.images {
		width: 215px !important;
	}
	
	.et_vertical_nav .et_pb_column_1_4 .wp-pagenavi span.pages {
		display: block;
		width: 119px !important;
	}
	
	#sidebar .et_pb_widget {
		margin-left: 0;
	}
	
	.et_left_sidebar #sidebar .et_pb_widget {
		margin-right: 0;
	}
}

@media all and (max-width:980px) {
	.et_hide_mobile_logo #main-header .logo_container {
		display: none;
		opacity: 0;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}
	
	#page-container, .et_fixed_nav.et_show_nav #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container {
		padding-top: 80px;
	}
	
	.et_non_fixed_nav #page-container {
		padding-top: 0;
	}
	
	.et_fixed_nav.et_show_nav.et_header_style_centered #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_header_style_centered #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container {
		padding-top: 136px;
	}
	
	#left-area, #sidebar {
		width: 100% !important;
	}
	
	.et_left_sidebar #left-area, .et_left_sidebar #sidebar, .et_right_sidebar #left-area, .et_right_sidebar #sidebar {
		float: none;
		width: auto;
		padding-right: 0;
		padding-left: 0;
	}
	
	.et_right_sidebar #left-area {
		margin-right: 0;
	}
	
	.et_right_sidebar #sidebar {
		margin-left: 0;
		border-left: none;
	}
	
	.et_left_sidebar #left-area {
		margin-left: 0;
	}
	
	.et_left_sidebar #sidebar {
		margin-right: 0;
		border-right: none;
	}
	
	#main-content .container:before {
		display: none !important;
	}
	
	.et_full_width_page .et_gallery_item:nth-child(4n+1), .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1) {
		clear: none;
	}
	
	.footer-widget:nth-child(n) {
		width: 46.25% !important;
		margin: 0 7.5% 7.5% 0 !important;
	}
	
	#footer-widgets .footer-widget .fwidget {
		margin-bottom: 16.21%;
	}
	
	.et_pb_gutters1 .footer-widget:nth-child(n) {
		width: 50% !important;
		margin: 0 !important;
	}
	
	.et_pb_gutters1 #footer-widgets .footer-widget .fwidget {
		margin-bottom: 0;
	}
	
	#footer-widgets {
		padding: 8% 0;
	}
	
	#footer-widgets .footer-widget:nth-child(2n) {
		margin-right: 0 !important;
	}
	
	#footer-widgets .footer-widget:nth-last-child(-n+2) {
		margin-bottom: 0 !important;
	}
	
	.bottom-nav {
		text-align: center;
	}
	
	.woocommerce .cart-collaterals>div, .woocommerce .cart-collaterals>form {
		float: none !important;
		width: 100% !important;
	}
	
	.shop_table .coupon {
		margin-bottom: 25px !important;
	}
	
	.checkout .col-1, .checkout .col-2, .checkout .form-row {
		float: none !important;
		width: auto !important;
	}
	
	.checkout .col-1, .checkout .col-2 {
		margin-bottom: 25px !important;
	}
	
	#main-header, #top-header {
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}
	
	#top-menu {
		display: none;
	}
	
	.et_hide_nav.et_fixed_nav #main-header, .et_hide_nav.et_fixed_nav #top-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header {
		opacity: 1;
		-webkit-transform: translateY(0) !important;
		transform: translateY(0) !important;
	}
	
	.et_header_style_centered #main-header {
		padding: 20px 0;
	}
	
	.et_header_style_centered nav#top-menu-nav {
		display: none;
	}
	
	.et_header_style_split #main-header {
		padding: 20px 0;
	}
	
	.et_header_style_split #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation {
		display: block;
		padding-top: 0;
	}
	
	#et-top-navigation {
		margin-right: 0;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}
	
	.et_fixed_nav #main-header, .et_fixed_nav #top-header, .et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header {
		position: absolute;
	}
	
	.et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation {
		display: block;
		padding-top: 24px;
	}
	
	.et_fixed_nav #main-header, .et_non_fixed_nav.et_transparent_nav #main-header {
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}
	
	.et_vertical_nav.et_left_sidebar #left-area, .et_vertical_nav.et_right_sidebar #left-area {
		width: auto;
	}
	
	#et-secondary-menu, #et-secondary-nav {
		display: none !important;
	}
	
	.et_fixed_nav_temp #main-header, .et_non_fixed_nav.et_transparent_nav_temp #main-header, .et_secondary_nav_only_menu #main-header {
		top: 0 !important;
	}
	
	.et_secondary_nav_only_menu #top-header {
		display: none;
	}
	
	#top-header .container {
		padding-top: 0;
	}
	
	#et-info {
		padding-top: .75em;
	}
	
	#logo, #main-header, .container, .logo_container {
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}
	
	.et_header_style_centered #logo {
		max-height: 60px;
	}
	
	.et_header_style_centered header#main-header .logo_container {
		height: auto;
		max-height: 100px;
		padding: 0;
	}
	
	.et_header_style_split header#main-header .logo_container {
		height: auto;
		max-height: 100px;
		padding: 0;
	}
	
	.et_header_style_split #logo {
		max-height: 60px;
	}
	
	.et_vertical_nav span.logo_helper {
		display: inline-block;
	}
	
	.et_vertical_nav.et_header_style_left .logo_container {
		position: absolute;
		height: 100%;
	}
	
	.et_header_style_left #logo, .et_header_style_split #logo {
		max-width: 50%;
	}
	
	#et_top_search {
		float: left;
		margin: 0 35px 0 0;
	}
	
	#et_search_icon:before {
		top: 7px;
	}
	
	.et_header_style_centered #et_top_search, .et_vertical_nav.et_header_style_centered #main-header #et_top_search {
		display: none !important;
	}
	
	.et_header_style_centered .et_search_outer, .et_header_style_split .et_search_outer {
		display: none;
	}
	
	.et_header_style_split #et_top_search, .et_vertical_nav.et_header_style_split #main-header #et_top_search {
		display: none !important;
	}
	
	.et_header_style_left .et-search-form, .et_header_style_split .et-search-form {
		width: 50% !important;
		max-width: 50% !important;
	}
	
	.et_header_style_slide .et_slide_in_menu_container .et-search-form {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	#footer-info, .et-social-icons {
		float: none;
		text-align: center;
	}
	
	.et-social-icons {
		margin: 0 0 5px;
	}
	
	#top-header .et-social-icons {
		margin-bottom: 0;
	}
	
	.et_header_style_centered #et-top-navigation .et-cart-info {
		display: none;
	}
	
	#et-top-navigation .et-cart-info {
		margin-top: 5px;
	}
	
	.et_vertical_nav #et-top-navigation .et-cart-info {
		margin-left: -38px;
	}
	
	#et_mobile_nav_menu {
		display: block;
	}
	
	.et_header_style_centered .mobile_menu_bar, .et_header_style_split .mobile_menu_bar {
		opacity: 1;
	}
	
	.et_header_style_centered #et_mobile_nav_menu {
		float: none;
		position: relative;
		margin-top: 20px;
	}
	
	.et_header_style_centered #main-header .mobile_nav {
		display: block;
		padding: 5px 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-color: rgba(0, 0, 0, .05);
		text-align: left;
	}
	
	.et_header_style_centered .mobile_nav .select_page, .et_header_style_split .mobile_nav .select_page {
		display: inline-block;
		color: #666;
		font-size: 14px;
	}
	
	.et_header_style_centered .mobile_menu_bar {
		position: absolute;
		top: 2px;
		right: 5px;
	}
	
	.et_header_style_centered .et_mobile_menu {
		top: 53px;
	}
	
	.et_header_style_split #et_mobile_nav_menu {
		display: block;
		float: none;
		position: relative;
		margin-top: 20px;
	}
	
	.et_header_style_split nav#top-menu-nav {
		display: none;
	}
	
	.et_header_style_split #main-header .mobile_nav {
		display: block;
		padding: 9px 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-color: rgba(0, 0, 0, .05);
		text-align: left;
	}
	
	.et_header_style_split .mobile_menu_bar {
		position: absolute;
		top: 2px;
		right: 5px;
	}
	
	.et_header_style_split .et_mobile_menu {
		top: 53px;
	}
	
	body.admin-bar.et_vertical_nav #main-header {
		top: 0 !important;
	}
	
	.et_fixed_nav.et_secondary_nav_only_menu.admin-bar #main-header, .et_non_fixed_nav.et_transparent_nav.et_secondary_nav_only_menu.admin-bar #main-header {
		top: 32px !important;
	}
	
	body.admin-bar.et_fixed_nav.et_header_style_slide #main-header {
		top: 0 !important;
	}
	
	.et_fixed_nav.et_header_style_slide #main-header {
		left: 0 !important;
	}
	
	.et_fixed_nav.et_boxed_layout.et_header_style_slide #page-container #main-header {
		width: 100%;
	}
}

@media screen and (max-width:782px) {
	body.admin-bar.et_fixed_nav #main-header, body.admin-bar.et_fixed_nav #top-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header {
		top: 46px;
	}
	
	.et_fixed_nav.et_secondary_nav_only_menu.admin-bar #main-header, .et_non_fixed_nav.et_transparent_nav.et_secondary_nav_only_menu.admin-bar #main-header {
		top: 46px !important;
	}
	
	body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
		top: 80px;
	}
	
	body.admin-bar.et_header_style_slide .et_slide_in_menu_container {
		top: 46px;
	}
}

@media all and (max-width:768px) {
	#main-content table.cart td, #main-content table.cart th, #main-content table.cart tr, .woocommerce-cart #content-area table td, .woocommerce-cart #content-area table th, .woocommerce-cart #content-area table tr, table.cart td, table.cart th, table.cart tr {
		max-width: 100%;
	}
	
	#content-area table tr, #main-content table.cart tr, table.cart tr {
		padding: 0;
	}
	
	.woocommerce .cart_item .quantity {
		width: auto;
	}
	
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: 50%;
		margin-right: 0;
	}
	
	.woocommerce-cart table.cart td.actions .button[name=update_cart] {
		width: 100%;
	}
}

@media all and (max-width:767px) {
	#footer-widgets .footer-widget, .et_pb_gutters1 #footer-widgets .footer-widget {
		width: 100% !important;
		margin-right: 0 !important;
	}
	
	#footer-widgets .footer-widget .fwidget, #footer-widgets .footer-widget:nth-child(n) {
		margin-bottom: 9.5% !important;
	}
	
	.et_pb_gutters1 #footer-widgets .footer-widget .fwidget, .et_pb_gutters1 #footer-widgets .footer-widget:nth-child(n) {
		margin-bottom: 0 !important;
	}
	
	#footer-widgets {
		padding: 10% 0;
	}
	
	#footer-widgets .footer-widget .fwidget:last-child {
		margin-bottom: 0 !important;
	}
	
	#footer-widgets .footer-widget:last-child {
		margin-bottom: 0 !important;
	}
	
	.comment-body {
		padding: 0 0 0 100px;
	}
	
	.comment-reply-link {
		top: auto !important;
		bottom: -40px;
	}
	
	#commentform input[type=text] {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	
	.comment .children {
		margin-left: 0;
	}
	
	body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li, body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active, body.woocommerce div.product .woocommerce-tabs ul.tabs li, body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
		display: block !important;
		border-bottom: 1px solid #e0dadf !important;
	}
	
	body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a, body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		display: block !important;
	}
	
	.woocommerce .form-row {
		float: none !important;
		width: auto !important;
	}
	
	body.admin-bar.et_fixed_nav #main-header, body.admin-bar.et_fixed_nav #top-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header {
		top: 46px;
	}
	
	body.admin-bar.et_fixed_nav.et_secondary_nav_two_panels #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_two_panels #main-header {
		top: 104px;
	}
	
	#et-info .et-social-icons {
		display: none;
	}
	
	#et-secondary-menu .et_duplicate_social_icons {
		display: inline-block;
	}
	
	#et-top-navigation {
		margin-right: 0;
	}
	
	body.et_fixed_nav.et_secondary_nav_two_panels #main-header, body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_two_panels #main-header {
		top: 58px;
	}
	
	#et-info, #et-secondary-menu {
		display: block;
		float: none;
		text-align: center;
	}
	
	.et_secondary_nav_two_panels #et-secondary-menu {
		margin-top: 12px;
	}
	
	#top-header .et-cart-info {
		margin-left: 0;
	}
	
	.et_header_style_fullscreen div#et-info {
		float: none !important;
		position: relative;
		margin-top: 15px;
	}
	
	.et_header_style_fullscreen #et-info a {
		display: inline-block;
		line-height: 0;
	}
	
	.et_header_style_fullscreen .et_slide_menu_top .et-search-form {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	
	.et_header_style_fullscreen .et_slide_in_menu_container {
		padding-top: 140px;
	}
	
	.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu {
		top: 28px;
	}
	
	.et_hide_search_icon.et_header_style_fullscreen .et_slide_menu_top .et-search-form {
		display: none !important;
	}
}

@media all and (max-width:479px) {
	#et-top-navigation {
		margin-right: 0;
	}
	
	#footer-widgets .footer-widget:nth-child(n), .footer-widget .fwidget {
		margin-bottom: 11.5% !important;
	}
	
	#footer-widgets .footer-widget.last {
		margin-bottom: 0 !important;
	}
	
	.et_pb_gutters1 #footer-widgets .footer-widget .fwidget, .et_pb_gutters1 #footer-widgets .footer-widget:nth-child(n) {
		margin-bottom: 0 !important;
	}
	
	#footer-widgets {
		padding: 12% 0;
	}
	
	#content table.cart td, #content table.cart th, #content table.cart tr, table.cart td, table.cart th, table.cart tr {
		padding: .857em .287em !important;
	}
	
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		margin-bottom: 10px;
	}
	
	.woocommerce-cart table.cart td.actions .button, .woocommerce-cart table.cart td.actions .coupon .input-text {
		width: 100%;
	}
}

@media print {
	#main-header, #top-header {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
	}
	
	#page-container {
		padding-top: 0 !important;
	}
	
	#respond {
		display: none;
	}
}

.et_is_customize_preview.et_pb_footer_columns1 .footer-widget:first-child, .et_is_customize_preview.et_pb_footer_columns2 .footer-widget:nth-child(2), .et_is_customize_preview.et_pb_footer_columns3 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns4 .footer-widget:nth-child(4), .et_is_customize_preview.et_pb_footer_columns5 .footer-widget:nth-child(5), .et_is_customize_preview.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(4), .et_is_customize_preview.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2), .et_is_customize_preview.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2), .et_is_customize_preview.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4), .et_is_customize_preview.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2), .et_is_customize_preview.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2), .et_is_customize_preview.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2), .et_is_customize_preview.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) {
	margin-right: 0;
}

.et_is_customize_preview.et_pb_footer_columns1 .footer-widget:nth-last-child(-n+5), .et_is_customize_preview.et_pb_footer_columns2 .footer-widget:nth-last-child(-n+4), .et_is_customize_preview.et_pb_footer_columns3 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns4 .footer-widget:nth-last-child(-n+2), .et_is_customize_preview.et_pb_footer_columns5 .footer-widget:last-child, .et_is_customize_preview.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-last-child(-n+2), .et_is_customize_preview.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-last-child(-n+4), .et_is_customize_preview.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-last-child(-n+4), .et_is_customize_preview.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-last-child(-n+2), .et_is_customize_preview.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-last-child(-n+4), .et_is_customize_preview.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-last-child(-n+4), .et_is_customize_preview.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-last-child(-n+4), .et_is_customize_preview.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-last-child(-n+4) {
	display: none;
}

#wp-admin-bar-et-use-visual-builder a:before {
	width: 28px;
	margin-top: -3px;
	color: #974df3 !important;
	font-family: ETmodules !important;
	font-size: 30px !important;
	content: "";
}

#wp-admin-bar-et-use-visual-builder:hover a:before {
	color: #fff !important;
}

#wp-admin-bar-et-use-visual-builder a:hover, #wp-admin-bar-et-use-visual-builder:hover a {
	color: #fff !important;
	background-color: #7e3bd0 !important;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	transition: background-color .5s ease;
}

* html .clearfix {
	zoom: 1;
}

.iphone .et_pb_contact_form input, .iphone .et_pb_contact_form select, .iphone .et_pb_contact_form textarea {
	-webkit-appearance: initial;
}

.iphone .et_pb_section_video_bg video::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none;
}

.chrome.parallax-map-support .et_pb_map {
	transform: inherit !important;
}

.ie .et_pb_divider {
	overflow: visible;
}

.ie .et_pb_fullwidth_header.et_pb_fullscreen .et_pb_fullwidth_header_container.left, .ie .et_pb_fullwidth_header.et_pb_fullscreen .et_pb_fullwidth_header_container.right {
	height: 100px;
}

.ie .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
	float: none;
}

.et_ie9 .et_pb_blog_grid .et_pb_salvattore_content[data-columns] .et_pb_post {
	opacity: 1;
}

.gecko .et_pb_newsletter .et_pb_newsletter_field {
	margin-bottom: 1vw;
}

.safari .et_pb_gallery_grid .et_pb_gallery_image {
	overflow: visible;
}

.et_mobile_device .et_pb_slider_carousel .et-pb-arrow-prev {
	opacity: 0 !important;
}

.et_mobile_device .et_pb_slider_carousel .et-pb-arrow-next {
	opacity: 0 !important;
}

.et_mobile_device .et_pb_carousel .et-pb-arrow-prev {
	left: -10px;
	opacity: 1;
}

.et_mobile_device .et_pb_carousel .et-pb-arrow-next {
	right: -10px;
	opacity: 1;
}

.et_mobile_device .et-pb-arrow-prev {
	left: 22px;
	opacity: 1;
}

.et_mobile_device .et-pb-arrow-next {
	right: 22px;
	opacity: 1;
}

.et_mobile_device .et_pb_section_parallax .et_pb_parallax_css, .et_mobile_device .et_pb_slider_parallax .et_pb_slide, .et_mobile_device .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
	background-attachment: scroll;
}

@media all and (max-width:767px) {
	.et_mobile_device .et-pb-arrow-prev {
		left: 0;
		opacity: 1;
	}
	
	.et_mobile_device .et-pb-arrow-next {
		right: 0;
		opacity: 1;
	}
}

.et_pb_no_sidebar_vertical_divider .et_pb_widget_area_left {
	border-right: none;
}

.et_pb_no_sidebar_vertical_divider .et_pb_widget_area_right {
	border-left: none;
}

.logged-in:not(.et-fb) .et_pb_login .et_pb_newsletter_description {
	width: 100%;
	padding: 0;
}

.et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .sep p, .et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .sep p, .et_vertical_nav .et_pb_column_1_5 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_1_5 .et_pb_countdown_timer .sep p, .et_vertical_nav .et_pb_column_1_6 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_1_6 .et_pb_countdown_timer .sep p, .et_vertical_nav .et_pb_column_2_5 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_2_5 .et_pb_countdown_timer .sep p, .et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .sep p {
	font-size: 20px;
	line-height: 20px;
}

.et-fb.et-db #et-boc .et_pb_number_counter {
	opacity: 1;
}

.et_full_width_page .et_gallery_item {
	float: left;
	width: 20.875%;
	margin: 0 5.5% 5.5% 0;
}

.et_full_width_page .et_gallery_item:nth-child(3n) {
	margin-right: 5.5%;
}

.et_full_width_page .et_gallery_item:nth-child(3n+1) {
	clear: none;
}

.et_full_width_page .et_gallery_item:nth-child(4n) {
	margin-right: 0;
}

.et_full_width_page .et_gallery_item:nth-child(4n+1) {
	clear: both;
}

.single-post.et_left_sidebar .et_pb_fullwidth_section .et_pb_post_title, .single-post.et_right_sidebar .et_pb_fullwidth_section .et_pb_post_title {
	padding-top: 0;
}

.single-post.et_right_sidebar .et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg {
	padding-top: 6%;
}

.single.et_right_sidebar .et_pb_fullwidth_section .et_pb_title_container {
	width: 100%;
	max-width: 100%;
	padding-top: 0;
}

.single .et_pb_fullwidth_section .et_pb_title_featured_container {
	width: 100%;
	max-width: 100%;
	padding-top: 0;
}

.et-social-facebook a.icon:before {
	content: "";
}

.et-social-twitter a.icon:before {
	content: "";
}

.et-social-google-plus a.icon:before {
	content: "";
}

.et-social-pinterest a.icon:before {
	content: "";
}

.et-social-linkedin a.icon:before {
	content: "";
}

.et-social-tumblr a.icon:before {
	content: "";
}

.et-social-instagram a.icon:before {
	content: "";
}

.et-social-skype a.icon:before {
	content: "";
}

.et-social-flikr a.icon:before {
	content: "";
}

.et-social-myspace a.icon:before {
	content: "";
}

.et-social-dribbble a.icon:before {
	content: "";
}

.et-social-youtube a.icon:before {
	content: "";
}

.et-social-vimeo a.icon:before {
	content: "";
}

.et-social-rss a.icon:before {
	content: "";
}

.single-project #comment-wrap {
	padding-top: 0;
}

.rtl .et_pb_blog_grid .column {
	float: right;
}

.rtl .et_pb_contact p input[type=checkbox]+label i, .rtl .et_pb_contact p input[type=radio]+label i, .rtl .et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label i, .rtl .et_pb_subscribe .et_pb_contact_field input[type=radio]+label i {
	margin-right: 0;
	margin-left: 6px;
}

.rtl .et_pb_contact_select {
	padding: 16px 10px 16px 20px;
}

.rtl .et_pb_contact_field[data-type=select]:after {
	right: auto;
	left: 42px;
}

.woocommerce-page #content input.button:hover .et_pb_widget li a:hover {
	color: #2ea3f2;
}

@media all and (min-width:981px) {
	.woocommerce-page ul.products li.product {
		clear: none;
	}
}

@media all and (max-width:980px) {
	.woocommerce-page ul.products li.product:nth-child(n) {
		float: left;
		clear: none;
		width: 28.333% !important;
		margin: 0 7.5% 7.5% 0 !important;
	}
	
	.woocommerce-page ul.products li.product:nth-child(3n) {
		margin-right: 0 !important;
	}
	
	.woocommerce-page ul.products li.product:nth-child(3n+1) {
		clear: both;
	}
}

@media all and (max-width:767px) {
	.woocommerce-page ul.products li.product:nth-child(n) {
		clear: none;
		width: 45.25% !important;
		margin: 0 9.5% 9.5% 0 !important;
	}
	
	.woocommerce-page ul.products li.product:nth-child(2n) {
		margin-right: 0 !important;
	}
	
	.woocommerce-page ul.products li.product:nth-child(2n+1) {
		clear: both;
	}
}

@media all and (max-width:479px) {
	.woocommerce-page ul.products li.product:nth-child(n) {
		width: 100% !important;
		margin: 0 0 11.5% 0 !important;
	}
}

.ai1ec-single-event:after {
	display: table;
	clear: both;
	content: " ";
}

.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot.eventon_details_shading_bot {
	z-index: 3;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#et-info-email:before, #et-info-phone:before, #et_search_icon:before, .comment-reply-link:after, .et-cart-info span:before, .et-pb-arrow-next:before, .et-pb-arrow-prev:before, .et-social-icon a:before, .et_audio_container .mejs-playpause-button button:before, .et_audio_container .mejs-volume-button button:before, .et_overlay:before, .et_password_protected_form .et_submit_button:after, .et_pb_button:after, .et_pb_contact_reset:after, .et_pb_contact_submit:after, .et_pb_font_icon:before, .et_pb_newsletter_button:after, .et_pb_pricing_table_button:after, .et_pb_promo_button:after, .et_pb_social_icon a.icon:before, .et_pb_testimonial:before, .et_pb_toggle_title:before, .form-submit .et_pb_button:after, .mobile_menu_bar:before, .woocommerce #content input.button.alt:after, .woocommerce #content input.button:after, .woocommerce #respond input#submit.alt:after, .woocommerce #respond input#submit:after, .woocommerce a.button.alt:after, .woocommerce button.button.alt:after, .woocommerce button.button:after, .woocommerce button.single_add_to_cart_button.button:after, .woocommerce input.button.alt:after, .woocommerce input.button:after, .woocommerce-page #content input.button.alt:after, .woocommerce-page #content input.button:after, .woocommerce-page #respond input#submit.alt:after, .woocommerce-page #respond input#submit:after, .woocommerce-page a.button.alt:after, .woocommerce-page a.button:after, .woocommerce-page button.button.alt:after, .woocommerce-page button.button:after, .woocommerce-page input.button.alt:after, .woocommerce-page input.button:after, a.et_pb_more_button:after {
	text-shadow: 0 0;
	font-family: ETmodules !important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	text-transform: none;
	speak: none;
}

.et_pb_custom_button_icon.et_pb_button:after, .et_pb_login .et_pb_custom_button_icon.et_pb_button:after {
	content: attr(data-icon);
}

.et-pb-icon {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: ETmodules;
	font-size: 96px;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	text-transform: none;
	content: attr(data-icon);
	speak: none;
}

.nav li li {
	margin: 0;
	padding: 0 20px;
}

.fullwidth-menu li li a {
	width: 200px;
	padding: 6px 20px;
}

.nav li {
	position: relative;
	line-height: 1em;
}

.nav li li {
	position: relative;
	line-height: 2em;
}

.nav li ul {
	position: absolute;
	padding: 20px 0;
}

.nav li ul {
	visibility: hidden;
	z-index: 9999;
	width: 240px;
	border-top: 3px solid #2ea3f2;
	opacity: 0;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.nav li ul {
	text-align: left;
	-webkit-transform: translate3d(0, 0, 0);
}

.nav li.et-hover>ul {
	visibility: visible;
}

.nav li.et-touch-hover>ul, .nav li:hover>ul {
	visibility: visible;
	opacity: 1;
}

.nav li li ul {
	z-index: 1000;
	top: -23px;
	left: 240px;
}

.nav li.et-reverse-direction-nav li ul {
	right: 240px;
	left: auto;
}

.nav li:hover {
	visibility: inherit;
}

.et_mobile_menu li a, .nav li li a {
	font-size: 14px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
	opacity: .7;
	background-color: rgba(0, 0, 0, .03);
}

.et-dropdown-removing>ul {
	display: none;
}

.mega-menu .et-dropdown-removing>ul {
	display: block;
}

.fullwidth-menu .menu-item-has-children>a:first-child:after {
	position: absolute;
	top: 0;
	right: 0;
	font-family: ETmodules;
	font-size: 16px;
	font-weight: 800;
	content: "3";
}

.fullwidth-menu .menu-item-has-children>a:first-child {
	padding-right: 20px;
}

.fullwidth-menu li li.menu-item-has-children>a:first-child:after {
	top: 6px;
	right: 20px;
}

.fullwidth-menu-nav li.mega-menu {
	position: inherit;
}

.fullwidth-menu-nav li.mega-menu>ul {
	position: absolute !important;
	left: 0 !important;
	width: 100%;
	padding: 30px 20px;
}

.fullwidth-menu-nav li.mega-menu ul li {
	display: block !important;
	float: left !important;
	margin: 0;
	padding: 0 !important;
}

.fullwidth-menu-nav li.mega-menu li>ul {
	position: relative;
	top: auto;
	left: auto;
	width: 240px !important;
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important;
}

.fullwidth-menu-nav li.mega-menu li ul {
	display: none;
	visibility: visible;
	opacity: 1;
}

.fullwidth-menu-nav li.mega-menu.et-hover li ul {
	display: block;
}

.fullwidth-menu-nav li.mega-menu:hover>ul {
	visibility: visible !important;
	opacity: 1 !important;
}

.fullwidth-menu-nav li.mega-menu>ul>li>a:first-child {
	padding-top: 0 !important;
	border-bottom: 1px solid rgba(0, 0, 0, .03);
	font-weight: 700;
}

.fullwidth-menu-nav li.mega-menu>ul>li>a:first-child:hover {
	background-color: transparent !important;
}

.fullwidth-menu-nav li.mega-menu li>a {
	width: 200px !important;
}

.fullwidth-menu-nav li.mega-menu.mega-menu-parent li li, .fullwidth-menu-nav li.mega-menu.mega-menu-parent li>a {
	width: 100% !important;
}

.fullwidth-menu-nav li.mega-menu.mega-menu-parent li>.sub-menu {
	float: left;
	width: 100% !important;
}

.fullwidth-menu-nav li.mega-menu>ul>li {
	width: 25%;
	margin: 0;
}

.fullwidth-menu-nav li.mega-menu.mega-menu-parent-3>ul>li {
	width: 33.33%;
}

.fullwidth-menu-nav li.mega-menu.mega-menu-parent-2>ul>li {
	width: 50%;
}

.fullwidth-menu-nav li.mega-menu.mega-menu-parent-1>ul>li {
	width: 100%;
}

.et_pb_fullwidth_menu li.mega-menu .menu-item-has-children>a:first-child:after {
	display: none;
}

.et_fullwidth_nav #top-menu li.mega-menu>ul {
	right: 30px !important;
	left: 30px !important;
	width: auto;
}

.et_mobile_menu {
	display: none;
	visibility: visible;
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	padding: 5%;
	border-top: 3px solid #2ea3f2;
	opacity: 1;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

#main-header .et_mobile_menu li ul, .et_pb_fullwidth_menu .et_mobile_menu li ul {
	display: block !important;
	visibility: visible !important;
	padding-left: 10px;
}

.et_mobile_menu li li {
	padding-left: 5%;
}

.et_mobile_menu li a {
	display: block;
	padding: 10px 5%;
	border-bottom: 1px solid rgba(0, 0, 0, .03);
	color: #666;
}

.et_mobile_menu .menu-item-has-children>a {
	background-color: rgba(0, 0, 0, .03);
	font-weight: 700;
}

.et_mobile_menu li .menu-item-has-children>a {
	background-color: transparent;
}

.et_mobile_nav_menu {
	display: none;
	float: right;
}

.mobile_menu_bar {
	display: block;
	position: relative;
	line-height: 0;
}

.mobile_menu_bar:before {
	position: relative;
	top: 0;
	left: 0;
	font-size: 32px;
	content: "a";
	cursor: pointer;
}

.mobile_nav .select_page {
	display: none;
}

.et_pb_widget {
	float: left;
	max-width: 100%;
}

.et_pb_widget a {
	color: #666;
	text-decoration: none;
}

.et_pb_widget li a:hover {
	color: #82c0c7;
}

.et_pb_widget ul li {
	margin-bottom: .5em;
}

.et_pb_widget ul li ul li {
	margin-left: 15px;
}

.et_pb_widget select {
	width: 100%;
	height: 28px;
	padding: 0 5px;
}

.et_pb_widget_area .et_pb_widget a {
	color: inherit;
}

.et_pb_bg_layout_light .et_pb_widget li a {
	color: #666;
}

.et_pb_bg_layout_dark .et_pb_widget li a {
	color: inherit;
}

.et_pb_button {
	position: relative;
	padding: .3em 1em;
	border: 2px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em !important;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

.et_pb_button_inner {
	position: relative;
}

.et_pb_button:hover, .et_pb_module .et_pb_button:hover {
	padding: .3em 2em .3em .7em;
	border: 2px solid transparent;
}

.et_pb_button:hover {
	background-color: rgba(255, 255, 255, .2);
}

.et_pb_bg_layout_light .et_pb_button:hover, .et_pb_bg_layout_light.et_pb_button:hover, .et_pb_contact_reset:hover, .et_pb_contact_submit:hover, .et_pb_pricing_table_button:hover {
	background-color: rgba(0, 0, 0, .05);
}

.et_pb_button:after, .et_pb_button:before {
	position: absolute;
	margin-left: -1em;
	opacity: 0;
	text-shadow: none;
	font-size: 32px;
	font-weight: 400;
	font-style: normal;
	font-variant: none;
	line-height: 1em;
	text-transform: none;
	content: "5";
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

.et_pb_button.et_hover_enabled:hover:after, .et_pb_button.et_pb_hovered:hover:after {
	transition: none !important;
}

.et_pb_button:before {
	display: none;
}

.et_pb_button:hover:after, .et_pb_more_button:hover:after, .et_pb_newsletter_button:hover:after, .et_pb_pricing_table_button:hover:after, .et_pb_promo_button:hover:after {
	margin-left: 0;
	opacity: 1;
}

.et_pb_contact_reset:hover {
	padding: .3em 1em;
}

.et_subscribe_loader {
	display: none;
	position: absolute;
	top: 16px;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/includes/builder/styles/images/subscribe-loader.gif");
}

.et_pb_button_text_loading .et_pb_newsletter_button_text {
	visibility: hidden;
}

#comment-wrap {
	padding-top: 75px;
}

.comment-body {
	position: relative;
	min-height: 87px;
	margin-bottom: 48px;
	padding: 0 110px 0 100px;
}

.comment_avatar {
	position: absolute;
	top: 7px;
	left: 0;
}

.comment_avatar img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

.comment_postinfo {
	margin-bottom: 8px;
}

span.fn, span.fn a {
	display: inline-block;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}

span.comment_date {
	color: #000;
	font-size: 14px;
	font-weight: 300;
}

.comment_area .comment-reply-link {
	display: block;
	position: absolute;
	top: 7px;
	right: 0;
}

.comment-reply-link:hover, .form-submit:hover {
	text-decoration: none;
}

.comment .children {
	margin-left: 100px;
	padding-left: 0 !important;
}

#comment-wrap li.comment.depth-5 article {
	padding-right: 0;
}

.comment #respond {
	margin: -30px 0 0;
}

#respond {
	padding-top: 17px;
}

#commentform {
	padding-bottom: 50px;
}

#commentform input[type=email], #commentform input[type=text], #commentform input[type=url] {
	width: 47%;
}

#commentform textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

#commentform input[type=email], #commentform input[type=text], #commentform input[type=url], #commentform textarea {
	padding: 12px;
	border-width: 0;
	color: #999;
	background-color: #eee;
	font-size: 18px;
	line-height: 1em;
}

.form-submit {
	text-align: right;
}

.form-submit .et_pb_button {
	display: inline-block;
	cursor: pointer;
}

#reply-title small {
	display: block;
	font-size: 14px;
	font-weight: 400;
}

@media all and (max-width:767px) {
	#comment-wrap li.comment article {
		padding-right: 0;
	}
	
	.comment-body {
		padding: 0 0 0 100px;
	}
	
	.comment-reply-link {
		float: right;
		position: relative !important;
		top: auto !important;
		bottom: -10px;
	}
	
	#commentform input[type=text] {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	
	.comment .children {
		margin-left: 50px;
	}
}

@media all and (max-width:479px) {
	.comment_avatar img {
		max-width: 50%;
	}
	
	.comment-body {
		padding: 0 0 0 50px;
	}
	
	.comment .children {
		margin-left: 25px;
	}
	
	a.comment-reply-link.et_pb_button {
		font-size: 15px;
	}
	
	a.comment-reply-link.et_pb_button:after {
		font-size: 25px;
	}
}

@media all and (min-width:981px) {
	.et_pb_gutters3 .et_pb_column, .et_pb_gutters3.et_pb_row .et_pb_column {
		margin-right: 5.5%;
	}
	
	.et_pb_gutters3 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters3 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters3 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child, .et_pb_gutters3.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters3.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters3.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child {
		margin-bottom: 30px;
	}
	
	.et_pb_gutters3 .et_pb_column_4_4, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 {
		width: 100%;
	}
	
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 2.75%;
	}
	
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget {
		width: 20.875%;
		margin-right: 5.5%;
		margin-bottom: 5.5%;
	}
	
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
		width: 29.667%;
		margin-right: 5.5%;
	}
	
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
		margin-bottom: 18.539%;
	}
	
	.et_pb_gutters3 .et_pb_column_3_4, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 {
		width: 73.625%;
	}
	
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_module {
		margin-bottom: 3.735%;
	}
	
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget {
		width: 28.353%;
		margin-right: 7.47%;
		margin-bottom: 7.47%;
	}
	
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
		width: 46.265%;
		margin-right: 7.47%;
	}
	
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 14.941%;
	}
	
	.et_pb_gutters3 .et_pb_column_2_3, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
		width: 64.833%;
	}
	
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module {
		margin-bottom: 4.242%;
	}
	
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget {
		width: 45.758%;
		margin-right: 8.483%;
		margin-bottom: 8.483%;
	}
	
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
		width: 45.758%;
		margin-right: 8.483%;
	}
	
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 16.967%;
	}
	
	.et_pb_gutters3 .et_pb_column_3_5, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 {
		width: 57.8%;
	}
	
	.et_pb_gutters3 .et_pb_column_3_5 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_module {
		margin-bottom: 4.758%;
	}
	
	.et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_3_5 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_widget {
		width: 45.242%;
		margin-right: 9.516%;
		margin-bottom: 9.516%;
	}
	
	.et_pb_gutters3 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
		width: 100%;
		margin-right: 0;
	}
	
	.et_pb_gutters3 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 9.516%;
	}
	
	.et_pb_gutters3 .et_pb_column_1_2, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
		width: 47.25%;
	}
	
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module {
		margin-bottom: 5.82%;
	}
	
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget {
		width: 44.18%;
		margin-right: 11.64%;
		margin-bottom: 11.64%;
	}
	
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
		width: 100%;
		margin-right: 0;
	}
	
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 11.64%;
	}
	
	.et_pb_gutters3 .et_pb_column_2_5, .et_pb_gutters3.et_pb_row .et_pb_column_2_5 {
		width: 36.7%;
	}
	
	.et_pb_gutters3 .et_pb_column_2_5 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_module {
		margin-bottom: 7.493%;
	}
	
	.et_pb_gutters3 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_2_5 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_widget {
		width: 100%;
		margin-bottom: 14.986%;
	}
	
	.et_pb_gutters3 .et_pb_column_1_3, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
		width: 29.667%;
	}
	
	.et_pb_gutters3 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module {
		margin-bottom: 9.27%;
	}
	
	.et_pb_gutters3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_widget {
		width: 100%;
		margin-bottom: 18.539%;
	}
	
	.et_pb_gutters3 .et_pb_column_1_4, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
		width: 20.875%;
	}
	
	.et_pb_gutters3 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_module {
		margin-bottom: 13.174%;
	}
	
	.et_pb_gutters3 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_widget {
		width: 100%;
		margin-bottom: 26.347%;
	}
	
	.et_pb_gutters3 .et_pb_column_1_5, .et_pb_gutters3.et_pb_row .et_pb_column_1_5 {
		width: 15.6%;
	}
	
	.et_pb_gutters3 .et_pb_column_1_5 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_module {
		margin-bottom: 17.628%;
	}
	
	.et_pb_gutters3 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_5 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_widget {
		width: 100%;
		margin-bottom: 35.256%;
	}
	
	.et_pb_gutters3 .et_pb_column_1_6, .et_pb_gutters3.et_pb_row .et_pb_column_1_6 {
		width: 12.0833%;
	}
	
	.et_pb_gutters3 .et_pb_column_1_6 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_module {
		margin-bottom: 22.759%;
	}
	
	.et_pb_gutters3 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_6 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_widget {
		width: 100%;
		margin-bottom: 45.517%;
	}
	
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(4n), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n) {
		margin-right: 0;
	}
	
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
		clear: both;
	}
	
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-right: 0;
	}
	
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n) {
		margin-right: 0;
	}
	
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1) {
		clear: both;
	}
	
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n) {
		margin-right: 0;
	}
	
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1) {
		clear: both;
	}
	
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
		clear: none;
	}
	
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n) {
		margin-right: 0;
	}
	
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1) {
		clear: both;
	}
	
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
		margin-right: 0;
	}
	
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1) {
		clear: both;
	}
	
	.et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_3_5 .et_pb_widget:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n) {
		margin-right: 0;
	}
	
	.et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1) {
		clear: both;
	}
	
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n) {
		margin-right: 0;
	}
	
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-right: 0;
	}
	
	.et_pb_gutters3 .et_pb_column_single.et_pb_column_1_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
		margin-bottom: 13.174%;
	}
	
	.et_pb_gutters3 .et_pb_column_single.et_pb_column_1_3 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module {
		margin-bottom: 9.27%;
	}
	
	.et_pb_gutters3 .et_pb_column_single.et_pb_column_1_2 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module {
		margin-bottom: 5.82%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 {
		width: 100%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 3.735%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget {
		width: 28.353%;
		margin-right: 7.47%;
		margin-bottom: 7.47%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n), .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n) {
		margin-right: 0;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1) {
		clear: both;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
		clear: none;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		width: 46.265%;
		margin-right: 7.47%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 14.941%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_3_8, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_3_8, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 {
		width: 46.26485569%;
		margin-right: 7.47%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_3_8 .et_pb_module, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_3_8 .et_pb_module, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_module {
		margin-bottom: 7.47%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_3_8 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_3_8 .et_pb_widget, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_3_8 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_3_8 .et_pb_widget, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget {
		width: 100%;
		margin-bottom: 14.941%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_4, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_1_4 {
		width: 28.35314092%;
		margin-right: 7.47%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_4 .et_pb_module, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module {
		margin-bottom: 13.174%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_4 .et_pb_widget, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_widget {
		width: 100%;
		margin-bottom: 26.347%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 {
		width: 100%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 4.242%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget {
		width: 45.758%;
		margin-right: 8.483%;
		margin-bottom: 8.483%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
		margin-right: 0;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1) {
		clear: both;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		width: 45.758%;
		margin-right: 8.483%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 16.967%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_3, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_3, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_3 {
		width: 45.758%;
		margin-right: 8.483%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_3 .et_pb_module, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_module {
		margin-bottom: 9.27%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_3 .et_pb_widget, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_widget {
		width: 100%;
		margin-bottom: 18.539%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_6, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_6 {
		width: 18.638%;
		margin-right: 8.483%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_6 .et_pb_module, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_module, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_module {
		margin-bottom: 22.759%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_6 .et_pb_widget, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_widget, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_widget {
		width: 100%;
		margin-bottom: 45.517%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 {
		width: 100%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 5.82%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget {
		width: 44.18%;
		margin-right: 11.64%;
		margin-bottom: 11.64%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
		margin-right: 0;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1) {
		clear: both;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
		width: 100%;
		margin-right: 0;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 11.64%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_4, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_4 {
		width: 44.17989418%;
		margin-right: 11.64%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_4 .et_pb_module, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module {
		margin-bottom: 13.174%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_4 .et_pb_widget, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_widget {
		margin-bottom: 26.347%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_6, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_6 {
		width: 25.573%;
		margin-right: 11.64%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_6 .et_pb_module, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_module, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_module {
		margin-bottom: 22.759%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters3 .et_pb_column_1_6 .et_pb_widget, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6 .et_pb_widget, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_widget {
		margin-bottom: 45.517%;
	}
	
	.et_pb_gutters3 .et_full_width_page.woocommerce-page ul.products li.product {
		width: 20.875%;
		margin-right: 5.5%;
		margin-bottom: 5.5%;
	}
	
	.et_pb_gutters3.et_left_sidebar.woocommerce-page ul.products li.product, .et_pb_gutters3.et_right_sidebar.woocommerce-page ul.products li.product {
		width: 28.353%;
		margin-right: 7.47%;
	}
	
	.et_pb_gutters3 .footer-widget {
		margin-right: 5.5%;
		margin-bottom: 5.5%;
	}
	
	.et_pb_gutters3 .footer-widget:last-child {
		margin-right: 0;
	}
	
	.et_pb_gutters3.et_pb_footer_columns6 .footer-widget {
		width: 12.083%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns6 .footer-widget .fwidget {
		margin-bottom: 45.517%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns5 .footer-widget {
		width: 15.6%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns5 .footer-widget .fwidget {
		margin-bottom: 35.256%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns4 .footer-widget {
		width: 20.875%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
		margin-bottom: 26.347%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns3 .footer-widget {
		width: 29.667%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
		margin-bottom: 18.539%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns2 .footer-widget {
		width: 47.25%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns2 .footer-widget .fwidget {
		margin-bottom: 11.64%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns1 .footer-widget {
		width: 100%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns1 .footer-widget .fwidget {
		margin-bottom: 5.5%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) {
		clear: both;
		width: 73.625%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 7.47%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) {
		width: 20.875%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 26.347%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) {
		clear: both;
		width: 20.875%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 26.347%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) {
		width: 73.625%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 7.47%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) {
		width: 64.833%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 8.483%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) {
		width: 29.667%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 18.539%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) {
		width: 29.667%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 18.539%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) {
		width: 64.833%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 8.483%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) {
		width: 20.875%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget {
		margin-bottom: 26.347%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) {
		width: 47.25%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget {
		margin-bottom: 11.64%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
		width: 47.25%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
		margin-bottom: 11.64%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) {
		width: 20.875%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget {
		margin-bottom: 26.347%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) {
		width: 15.6%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget {
		margin-bottom: 35.256%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) {
		width: 57.8%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget {
		margin-bottom: 9.516%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child {
		width: 57.8%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget {
		margin-bottom: 9.516%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) {
		width: 15.6%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget {
		margin-bottom: 35.256%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) {
		width: 57.8%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 9.516%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) {
		width: 36.7%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 14.986%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) {
		width: 36.7%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 14.986%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) {
		width: 57.8%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 9.516%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child {
		width: 47.25%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget {
		margin-bottom: 11.64%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) {
		width: 12.083%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) .fwidget {
		margin-bottom: 45.517%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) {
		width: 12.083%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget {
		margin-bottom: 45.517%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) {
		width: 47.25%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget {
		margin-bottom: 11.64%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
		width: 20.875%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
		margin-bottom: 26.347%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) {
		width: 47.25%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 11.64%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
		width: 15.6%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
		margin-bottom: 35.256%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) {
		width: 57.8%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 9.516%;
	}
	
	.rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .rtl .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
		margin-right: 0;
		margin-left: 5.5%;
	}
	
	.rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 7.47%;
	}
	
	.rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 8.483%;
	}
	
	.rtl .et_pb_gutters3 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
		margin-left: 0;
	}
	
	.rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
		margin-left: 0;
	}
	
	.rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-left: 0;
	}
	
	.rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n) {
		margin-left: 0;
	}
	
	.rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-left: 0;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner.rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 7.47%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner.rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 8.483%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner.rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
		margin-left: 0;
	}
	
	.et_pb_gutters4 .et_pb_column, .et_pb_gutters4.et_pb_row .et_pb_column {
		margin-right: 8%;
	}
	
	.et_pb_gutters4 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters4 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters4 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child, .et_pb_gutters4.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters4.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters4.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child {
		margin-bottom: 30px;
	}
	
	.et_pb_gutters4 .et_pb_column_4_4, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 {
		width: 100%;
	}
	
	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 4%;
	}
	
	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_widget {
		width: 19%;
		margin-right: 8%;
		margin-bottom: 8%;
	}
	
	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
		width: 28%;
		margin-right: 8%;
	}
	
	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
		margin-bottom: 28.571%;
	}
	
	.et_pb_gutters4 .et_pb_column_3_4, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 {
		width: 73%;
	}
	
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_module {
		margin-bottom: 5.479%;
	}
	
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget {
		width: 26.027%;
		margin-right: 10.959%;
		margin-bottom: 10.959%;
	}
	
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
		width: 44.521%;
		margin-right: 10.959%;
	}
	
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 21.918%;
	}
	
	.et_pb_gutters4 .et_pb_column_2_3, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 {
		width: 64%;
	}
	
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_module {
		margin-bottom: 6.25%;
	}
	
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget {
		width: 43.75%;
		margin-right: 12.5%;
		margin-bottom: 12.5%;
	}
	
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
		width: 43.75%;
		margin-right: 12.5%;
	}
	
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 25%;
	}
	
	.et_pb_gutters4 .et_pb_column_3_5, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 {
		width: 56.8%;
	}
	
	.et_pb_gutters4 .et_pb_column_3_5 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_module {
		margin-bottom: 7.042%;
	}
	
	.et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_3_5 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_widget {
		width: 42.958%;
		margin-right: 14.085%;
		margin-bottom: 14.085%;
	}
	
	.et_pb_gutters4 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
		width: 100%;
		margin-right: 0;
	}
	
	.et_pb_gutters4 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 14.085%;
	}
	
	.et_pb_gutters4 .et_pb_column_1_2, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 {
		width: 46%;
	}
	
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_module {
		margin-bottom: 8.696%;
	}
	
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget {
		width: 41.304%;
		margin-right: 17.391%;
		margin-bottom: 17.391%;
	}
	
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
		width: 100%;
		margin-right: 0;
	}
	
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 17.391%;
	}
	
	.et_pb_gutters4 .et_pb_column_2_5, .et_pb_gutters4.et_pb_row .et_pb_column_2_5 {
		width: 35.2%;
	}
	
	.et_pb_gutters4 .et_pb_column_2_5 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_module {
		margin-bottom: 11.364%;
	}
	
	.et_pb_gutters4 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_2_5 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_widget {
		width: 100%;
		margin-bottom: 22.727%;
	}
	
	.et_pb_gutters4 .et_pb_column_1_3, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 {
		width: 28%;
	}
	
	.et_pb_gutters4 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_module {
		margin-bottom: 14.286%;
	}
	
	.et_pb_gutters4 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_widget {
		width: 100%;
		margin-bottom: 28.571%;
	}
	
	.et_pb_gutters4 .et_pb_column_1_4, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 {
		width: 19%;
	}
	
	.et_pb_gutters4 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_module {
		margin-bottom: 21.053%;
	}
	
	.et_pb_gutters4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_widget {
		width: 100%;
		margin-bottom: 42.105%;
	}
	
	.et_pb_gutters4 .et_pb_column_1_5, .et_pb_gutters4.et_pb_row .et_pb_column_1_5 {
		width: 13.6%;
	}
	
	.et_pb_gutters4 .et_pb_column_1_5 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_module {
		margin-bottom: 29.412%;
	}
	
	.et_pb_gutters4 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_5 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_widget {
		width: 100%;
		margin-bottom: 58.824%;
	}
	
	.et_pb_gutters4 .et_pb_column_1_6, .et_pb_gutters4.et_pb_row .et_pb_column_1_6 {
		width: 10%;
	}
	
	.et_pb_gutters4 .et_pb_column_1_6 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_module {
		margin-bottom: 40%;
	}
	
	.et_pb_gutters4 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_6 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_widget {
		width: 100%;
		margin-bottom: 80%;
	}
	
	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n) {
		margin-right: 0;
	}
	
	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
		clear: both;
	}
	
	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-right: 0;
	}
	
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n) {
		margin-right: 0;
	}
	
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1) {
		clear: both;
	}
	
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n) {
		margin-right: 0;
	}
	
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1) {
		clear: both;
	}
	
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
		clear: none;
	}
	
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n) {
		margin-right: 0;
	}
	
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1) {
		clear: both;
	}
	
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
		margin-right: 0;
	}
	
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1) {
		clear: both;
	}
	
	.et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_3_5 .et_pb_widget:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n) {
		margin-right: 0;
	}
	
	.et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1) {
		clear: both;
	}
	
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n) {
		margin-right: 0;
	}
	
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-right: 0;
	}
	
	.et_pb_gutters4 .et_pb_column_single.et_pb_column_1_4 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
		margin-bottom: 21.053%;
	}
	
	.et_pb_gutters4 .et_pb_column_single.et_pb_column_1_3 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module {
		margin-bottom: 14.286%;
	}
	
	.et_pb_gutters4 .et_pb_column_single.et_pb_column_1_2 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module {
		margin-bottom: 8.696%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 {
		width: 100%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_module, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 5.479%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget {
		width: 26.027%;
		margin-right: 10.959%;
		margin-bottom: 10.959%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n), .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n) {
		margin-right: 0;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1) {
		clear: both;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
		clear: none;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		width: 44.521%;
		margin-right: 10.959%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 21.918%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_3_8, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_3_8, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 {
		width: 44.52054795%;
		margin-right: 10.959%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_3_8 .et_pb_module, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_3_8 .et_pb_module, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_module {
		margin-bottom: 10.959%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_3_8 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_3_8 .et_pb_widget, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_3_8 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_3_8 .et_pb_widget, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget {
		width: 100%;
		margin-bottom: 21.918%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_4, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_1_4 {
		width: 26.02739726%;
		margin-right: 10.959%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_4 .et_pb_module, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module {
		margin-bottom: 21.053%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_4 .et_pb_widget, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_widget {
		width: 100%;
		margin-bottom: 42.105%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 {
		width: 100%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_module, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 6.25%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget {
		width: 43.75%;
		margin-right: 12.5%;
		margin-bottom: 12.5%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
		margin-right: 0;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1) {
		clear: both;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		width: 43.75%;
		margin-right: 12.5%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 25%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_3, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_3, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_3 {
		width: 43.75%;
		margin-right: 12.5%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_3 .et_pb_module, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_module {
		margin-bottom: 14.286%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_3 .et_pb_widget, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_widget {
		width: 100%;
		margin-bottom: 28.571%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_6, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_6 {
		width: 15.625%;
		margin-right: 12.5%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_6 .et_pb_module, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_module, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_module {
		margin-bottom: 40%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_6 .et_pb_widget, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_widget, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_widget {
		width: 100%;
		margin-bottom: 80%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 {
		width: 100%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_module, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 8.696%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget {
		width: 41.304%;
		margin-right: 17.391%;
		margin-bottom: 17.391%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
		margin-right: 0;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1) {
		clear: both;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
		width: 100%;
		margin-right: 0;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 17.391%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_4, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_4 {
		width: 41.30434783%;
		margin-right: 17.391%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_4 .et_pb_module, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module {
		margin-bottom: 21.053%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_4 .et_pb_widget, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_widget {
		margin-bottom: 42.105%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_6, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_6 {
		width: 21.739%;
		margin-right: 17.391%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_6 .et_pb_module, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_module, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_module {
		margin-bottom: 40%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters4 .et_pb_column_1_6 .et_pb_widget, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters4 .et_pb_column_1_6 .et_pb_widget, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_widget {
		margin-bottom: 80%;
	}
	
	.et_pb_gutters4 .et_full_width_page.woocommerce-page ul.products li.product {
		width: 19%;
		margin-right: 8%;
		margin-bottom: 8%;
	}
	
	.et_pb_gutters4.et_left_sidebar.woocommerce-page ul.products li.product, .et_pb_gutters4.et_right_sidebar.woocommerce-page ul.products li.product {
		width: 26.027%;
		margin-right: 10.959%;
	}
	
	.et_pb_gutters4 .footer-widget {
		margin-right: 8%;
		margin-bottom: 8%;
	}
	
	.et_pb_gutters4 .footer-widget:last-child {
		margin-right: 0;
	}
	
	.et_pb_gutters4.et_pb_footer_columns6 .footer-widget {
		width: 10%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns6 .footer-widget .fwidget {
		margin-bottom: 80%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns5 .footer-widget {
		width: 13.6%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns5 .footer-widget .fwidget {
		margin-bottom: 58.824%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns4 .footer-widget {
		width: 19%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns4 .footer-widget .fwidget {
		margin-bottom: 42.105%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns3 .footer-widget {
		width: 28%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns3 .footer-widget .fwidget {
		margin-bottom: 28.571%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns2 .footer-widget {
		width: 46%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns2 .footer-widget .fwidget {
		margin-bottom: 17.391%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns1 .footer-widget {
		width: 100%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns1 .footer-widget .fwidget {
		margin-bottom: 8%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) {
		clear: both;
		width: 73%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 10.959%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) {
		width: 19%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 42.105%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) {
		clear: both;
		width: 19%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 42.105%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) {
		width: 73%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 10.959%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) {
		width: 64%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 12.5%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) {
		width: 28%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 28.571%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) {
		width: 28%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 28.571%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) {
		width: 64%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 12.5%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) {
		width: 19%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget {
		margin-bottom: 42.105%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) {
		width: 46%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget {
		margin-bottom: 17.391%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
		width: 46%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
		margin-bottom: 17.391%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) {
		width: 19%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget {
		margin-bottom: 42.105%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) {
		width: 13.6%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget {
		margin-bottom: 58.824%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) {
		width: 56.8%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget {
		margin-bottom: 14.085%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child {
		width: 56.8%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget {
		margin-bottom: 14.085%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) {
		width: 13.6%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget {
		margin-bottom: 58.824%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) {
		width: 56.8%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 14.085%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) {
		width: 35.2%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 22.727%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) {
		width: 35.2%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 22.727%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) {
		width: 56.8%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 14.085%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child {
		width: 46%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget {
		margin-bottom: 17.391%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) {
		width: 10%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) .fwidget {
		margin-bottom: 80%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) {
		width: 10%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget {
		margin-bottom: 80%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) {
		width: 46%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget {
		margin-bottom: 17.391%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
		width: 19%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
		margin-bottom: 42.105%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) {
		width: 46%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 17.391%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
		width: 13.6%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
		margin-bottom: 58.824%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) {
		width: 56.8%;
	}
	
	.et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 14.085%;
	}
	
	.rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .rtl .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
		margin-right: 0;
		margin-left: 8%;
	}
	
	.rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 10.959%;
	}
	
	.rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 12.5%;
	}
	
	.rtl .et_pb_gutters4 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
		margin-left: 0;
	}
	
	.rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
		margin-left: 0;
	}
	
	.rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-left: 0;
	}
	
	.rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n) {
		margin-left: 0;
	}
	
	.rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-left: 0;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner.rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 10.959%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner.rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 12.5%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner.rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
		margin-left: 0;
	}
	
	.et_pb_gutters2 .et_pb_column, .et_pb_gutters2.et_pb_row .et_pb_column {
		margin-right: 3%;
	}
	
	.et_pb_gutters2 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters2 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters2 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child, .et_pb_gutters2.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters2.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters2.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child {
		margin-bottom: 30px;
	}
	
	.et_pb_gutters2 .et_pb_column_4_4, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 {
		width: 100%;
	}
	
	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 1.5%;
	}
	
	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_widget {
		width: 22.75%;
		margin-right: 3%;
		margin-bottom: 3%;
	}
	
	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
		width: 31.333%;
		margin-right: 3%;
	}
	
	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
		margin-bottom: 9.574%;
	}
	
	.et_pb_gutters2 .et_pb_column_3_4, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 {
		width: 74.25%;
	}
	
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_module {
		margin-bottom: 2.02%;
	}
	
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget {
		width: 30.64%;
		margin-right: 4.04%;
		margin-bottom: 4.04%;
	}
	
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
		width: 47.98%;
		margin-right: 4.04%;
	}
	
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 8.081%;
	}
	
	.et_pb_gutters2 .et_pb_column_2_3, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 {
		width: 65.667%;
	}
	
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_module {
		margin-bottom: 2.284%;
	}
	
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget {
		width: 47.716%;
		margin-right: 4.569%;
		margin-bottom: 4.569%;
	}
	
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
		width: 47.716%;
		margin-right: 4.569%;
	}
	
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 9.137%;
	}
	
	.et_pb_gutters2 .et_pb_column_3_5, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 {
		width: 58.8%;
	}
	
	.et_pb_gutters2 .et_pb_column_3_5 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_module {
		margin-bottom: 2.551%;
	}
	
	.et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_3_5 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_widget {
		width: 47.449%;
		margin-right: 5.102%;
		margin-bottom: 5.102%;
	}
	
	.et_pb_gutters2 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
		width: 100%;
		margin-right: 0;
	}
	
	.et_pb_gutters2 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 5.102%;
	}
	
	.et_pb_gutters2 .et_pb_column_1_2, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 {
		width: 48.5%;
	}
	
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module {
		margin-bottom: 3.093%;
	}
	
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget {
		width: 46.907%;
		margin-right: 6.186%;
		margin-bottom: 6.186%;
	}
	
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
		width: 100%;
		margin-right: 0;
	}
	
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 6.186%;
	}
	
	.et_pb_gutters2 .et_pb_column_2_5, .et_pb_gutters2.et_pb_row .et_pb_column_2_5 {
		width: 38.2%;
	}
	
	.et_pb_gutters2 .et_pb_column_2_5 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_module {
		margin-bottom: 3.927%;
	}
	
	.et_pb_gutters2 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_2_5 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_widget {
		width: 100%;
		margin-bottom: 7.853%;
	}
	
	.et_pb_gutters2 .et_pb_column_1_3, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
		width: 31.333%;
	}
	
	.et_pb_gutters2 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_module {
		margin-bottom: 4.787%;
	}
	
	.et_pb_gutters2 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_widget {
		width: 100%;
		margin-bottom: 9.574%;
	}
	
	.et_pb_gutters2 .et_pb_column_1_4, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 {
		width: 22.75%;
	}
	
	.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module {
		margin-bottom: 6.593%;
	}
	
	.et_pb_gutters2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_widget {
		width: 100%;
		margin-bottom: 13.187%;
	}
	
	.et_pb_gutters2 .et_pb_column_1_5, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 {
		width: 17.6%;
	}
	
	.et_pb_gutters2 .et_pb_column_1_5 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_module {
		margin-bottom: 8.523%;
	}
	
	.et_pb_gutters2 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_5 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_widget {
		width: 100%;
		margin-bottom: 17.045%;
	}
	
	.et_pb_gutters2 .et_pb_column_1_6, .et_pb_gutters2.et_pb_row .et_pb_column_1_6 {
		width: 14.1667%;
	}
	
	.et_pb_gutters2 .et_pb_column_1_6 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_module {
		margin-bottom: 10.588%;
	}
	
	.et_pb_gutters2 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_6 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_widget {
		width: 100%;
		margin-bottom: 21.176%;
	}
	
	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(4n), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n) {
		margin-right: 0;
	}
	
	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
		clear: both;
	}
	
	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-right: 0;
	}
	
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n) {
		margin-right: 0;
	}
	
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1) {
		clear: both;
	}
	
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n) {
		margin-right: 0;
	}
	
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1) {
		clear: both;
	}
	
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
		clear: none;
	}
	
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n) {
		margin-right: 0;
	}
	
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1) {
		clear: both;
	}
	
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
		margin-right: 0;
	}
	
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1) {
		clear: both;
	}
	
	.et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_3_5 .et_pb_widget:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n) {
		margin-right: 0;
	}
	
	.et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1) {
		clear: both;
	}
	
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n) {
		margin-right: 0;
	}
	
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-right: 0;
	}
	
	.et_pb_gutters2 .et_pb_column_single.et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
		margin-bottom: 6.593%;
	}
	
	.et_pb_gutters2 .et_pb_column_single.et_pb_column_1_3 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module {
		margin-bottom: 4.787%;
	}
	
	.et_pb_gutters2 .et_pb_column_single.et_pb_column_1_2 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module {
		margin-bottom: 3.093%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 {
		width: 100%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_module, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 2.02%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget {
		width: 30.64%;
		margin-right: 4.04%;
		margin-bottom: 4.04%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n), .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n) {
		margin-right: 0;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1) {
		clear: both;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
		clear: none;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		width: 47.98%;
		margin-right: 4.04%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 8.081%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_3_8, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_3_8, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 {
		width: 47.97979798%;
		margin-right: 4.04%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_3_8 .et_pb_module, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_3_8 .et_pb_module, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_module {
		margin-bottom: 4.04%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_3_8 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_3_8 .et_pb_widget, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_3_8 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_3_8 .et_pb_widget, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget {
		width: 100%;
		margin-bottom: 8.081%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_4, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_1_4 {
		width: 30.63973064%;
		margin-right: 4.04%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module {
		margin-bottom: 6.593%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_4 .et_pb_widget, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_widget {
		width: 100%;
		margin-bottom: 13.187%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 {
		width: 100%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_module, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 2.284%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget {
		width: 47.716%;
		margin-right: 4.569%;
		margin-bottom: 4.569%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
		margin-right: 0;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1) {
		clear: both;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		width: 47.716%;
		margin-right: 4.569%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 9.137%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_3, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_3, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_3 {
		width: 47.716%;
		margin-right: 4.569%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_3 .et_pb_module, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_module {
		margin-bottom: 4.787%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_3 .et_pb_widget, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_widget {
		width: 100%;
		margin-bottom: 9.574%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_6, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_6 {
		width: 21.574%;
		margin-right: 4.569%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_6 .et_pb_module, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_module, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_module {
		margin-bottom: 10.588%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_6 .et_pb_widget, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_widget, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_widget {
		width: 100%;
		margin-bottom: 21.176%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 {
		width: 100%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_module, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 3.093%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget {
		width: 46.907%;
		margin-right: 6.186%;
		margin-bottom: 6.186%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
		margin-right: 0;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1) {
		clear: both;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
		width: 100%;
		margin-right: 0;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 6.186%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_4, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_4 {
		width: 46.90721649%;
		margin-right: 6.186%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module {
		margin-bottom: 6.593%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_4 .et_pb_widget, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_widget {
		margin-bottom: 13.187%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_6, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_6 {
		width: 29.21%;
		margin-right: 6.186%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_6 .et_pb_module, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_module, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_module {
		margin-bottom: 10.588%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters2 .et_pb_column_1_6 .et_pb_widget, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_6 .et_pb_widget, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_widget {
		margin-bottom: 21.176%;
	}
	
	.et_pb_gutters2 .et_full_width_page.woocommerce-page ul.products li.product {
		width: 22.75%;
		margin-right: 3%;
		margin-bottom: 3%;
	}
	
	.et_pb_gutters2.et_left_sidebar.woocommerce-page ul.products li.product, .et_pb_gutters2.et_right_sidebar.woocommerce-page ul.products li.product {
		width: 30.64%;
		margin-right: 4.04%;
	}
	
	.et_pb_gutters2 .footer-widget {
		margin-right: 3%;
		margin-bottom: 3%;
	}
	
	.et_pb_gutters2 .footer-widget:last-child {
		margin-right: 0;
	}
	
	.et_pb_gutters2.et_pb_footer_columns6 .footer-widget {
		width: 14.167%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns6 .footer-widget .fwidget {
		margin-bottom: 21.176%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns5 .footer-widget {
		width: 17.6%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns5 .footer-widget .fwidget {
		margin-bottom: 17.045%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns4 .footer-widget {
		width: 22.75%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns4 .footer-widget .fwidget {
		margin-bottom: 13.187%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns3 .footer-widget {
		width: 31.333%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns3 .footer-widget .fwidget {
		margin-bottom: 9.574%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns2 .footer-widget {
		width: 48.5%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns2 .footer-widget .fwidget {
		margin-bottom: 6.186%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns1 .footer-widget {
		width: 100%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns1 .footer-widget .fwidget {
		margin-bottom: 3%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) {
		clear: both;
		width: 74.25%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 4.04%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) {
		width: 22.75%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 13.187%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) {
		clear: both;
		width: 22.75%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 13.187%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) {
		width: 74.25%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 4.04%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) {
		width: 65.667%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 4.569%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) {
		width: 31.333%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 9.574%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) {
		width: 31.333%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 9.574%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) {
		width: 65.667%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 4.569%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) {
		width: 22.75%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget {
		margin-bottom: 13.187%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) {
		width: 48.5%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget {
		margin-bottom: 6.186%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
		width: 48.5%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
		margin-bottom: 6.186%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) {
		width: 22.75%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget {
		margin-bottom: 13.187%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) {
		width: 17.6%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget {
		margin-bottom: 17.045%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) {
		width: 58.8%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget {
		margin-bottom: 5.102%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child {
		width: 58.8%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget {
		margin-bottom: 5.102%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) {
		width: 17.6%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget {
		margin-bottom: 17.045%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) {
		width: 58.8%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 5.102%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) {
		width: 38.2%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 7.853%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) {
		width: 38.2%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 7.853%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) {
		width: 58.8%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 5.102%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child {
		width: 48.5%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget {
		margin-bottom: 6.186%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) {
		width: 14.167%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) .fwidget {
		margin-bottom: 21.176%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) {
		width: 14.167%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget {
		margin-bottom: 21.176%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) {
		width: 48.5%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget {
		margin-bottom: 6.186%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
		width: 22.75%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
		margin-bottom: 13.187%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) {
		width: 48.5%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 6.186%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
		width: 17.6%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
		margin-bottom: 17.045%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) {
		width: 58.8%;
	}
	
	.et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 5.102%;
	}
	
	.rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .rtl .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
		margin-right: 0;
		margin-left: 3%;
	}
	
	.rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 4.04%;
	}
	
	.rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 4.569%;
	}
	
	.rtl .et_pb_gutters2 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
		margin-left: 0;
	}
	
	.rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
		margin-left: 0;
	}
	
	.rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-left: 0;
	}
	
	.rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n) {
		margin-left: 0;
	}
	
	.rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-left: 0;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner.rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 4.04%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner.rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 4.569%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner.rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
		margin-left: 0;
	}
	
	.et_pb_gutters1 .et_pb_column, .et_pb_gutters1.et_pb_row .et_pb_column {
		margin-right: 0;
	}
	
	.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child {
		margin-bottom: 30px;
	}
	
	.et_pb_gutters1 .et_pb_column_4_4, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 {
		width: 100%;
	}
	
	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_widget {
		width: 25%;
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
		width: 33.333%;
		margin-right: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_3_4, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 {
		width: 75%;
	}
	
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_module {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_widget {
		width: 33.333%;
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
		width: 50%;
		margin-right: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_2_3, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 {
		width: 66.667%;
	}
	
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_module {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_widget {
		width: 50%;
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
		width: 50%;
		margin-right: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_3_5, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 {
		width: 60%;
	}
	
	.et_pb_gutters1 .et_pb_column_3_5 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_module {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_3_5 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_widget {
		width: 50%;
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
		width: 100%;
		margin-right: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_1_2, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 {
		width: 50%;
	}
	
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_module {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_widget {
		width: 50%;
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
		width: 100%;
		margin-right: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_2_5, .et_pb_gutters1.et_pb_row .et_pb_column_2_5 {
		width: 40%;
	}
	
	.et_pb_gutters1 .et_pb_column_2_5 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_module {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_2_5 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_widget {
		width: 100%;
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_1_3, .et_pb_gutters1.et_pb_row .et_pb_column_1_3 {
		width: 33.333%;
	}
	
	.et_pb_gutters1 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_module {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_widget {
		width: 100%;
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_1_4, .et_pb_gutters1.et_pb_row .et_pb_column_1_4 {
		width: 25%;
	}
	
	.et_pb_gutters1 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_module {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_widget {
		width: 100%;
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_1_5, .et_pb_gutters1.et_pb_row .et_pb_column_1_5 {
		width: 20%;
	}
	
	.et_pb_gutters1 .et_pb_column_1_5 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_module {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_5 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_widget {
		width: 100%;
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_1_6, .et_pb_gutters1.et_pb_row .et_pb_column_1_6 {
		width: 16.6667%;
	}
	
	.et_pb_gutters1 .et_pb_column_1_6 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_module {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_widget {
		width: 100%;
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(4n), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n) {
		margin-right: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
		clear: both;
	}
	
	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-right: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_widget:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n) {
		margin-right: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1) {
		clear: both;
	}
	
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n) {
		margin-right: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1) {
		clear: both;
	}
	
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
		clear: none;
	}
	
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_widget:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n) {
		margin-right: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1) {
		clear: both;
	}
	
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
		margin-right: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1) {
		clear: both;
	}
	
	.et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_3_5 .et_pb_widget:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n) {
		margin-right: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1) {
		clear: both;
	}
	
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n) {
		margin-right: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-right: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_single.et_pb_column_1_4 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_single.et_pb_column_1_3 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column_single.et_pb_column_1_2 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module {
		margin-bottom: 0;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 {
		width: 100%;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_module, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 0;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget {
		width: 33.333%;
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n), .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n) {
		margin-right: 0;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1) {
		clear: both;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
		clear: none;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		width: 50%;
		margin-right: 0;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 0;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_3_8, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_3_8, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_3_8 {
		width: 50%;
		margin-right: 0;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_3_8 .et_pb_module, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_3_8 .et_pb_module, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_module {
		margin-bottom: 0;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_3_8 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_3_8 .et_pb_widget, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_3_8 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_3_8 .et_pb_widget, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget {
		width: 100%;
		margin-bottom: 0;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_4, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_1_4 {
		width: 33.33333333%;
		margin-right: 0;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_4 .et_pb_module, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module {
		margin-bottom: 0;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_4 .et_pb_widget, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_widget {
		width: 100%;
		margin-bottom: 0;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 {
		width: 100%;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_module, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 0;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget {
		width: 50%;
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
		margin-right: 0;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1) {
		clear: both;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		width: 50%;
		margin-right: 0;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 0;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_3, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_3, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_3 {
		width: 50%;
		margin-right: 0;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_3 .et_pb_module, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_module {
		margin-bottom: 0;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_3 .et_pb_widget, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_widget {
		width: 100%;
		margin-bottom: 0;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_6, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_6 {
		width: 25%;
		margin-right: 0;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_6 .et_pb_module, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_module, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_module {
		margin-bottom: 0;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_6 .et_pb_widget, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_widget {
		width: 100%;
		margin-bottom: 0;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 {
		width: 100%;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_module, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 0;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget {
		width: 50%;
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
		margin-right: 0;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_widget:nth-child(2n+1) {
		clear: both;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
		width: 100%;
		margin-right: 0;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 0;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_4, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_4 {
		width: 50%;
		margin-right: 0;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_4 .et_pb_module, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module {
		margin-bottom: 0;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_4 .et_pb_widget, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_widget {
		margin-bottom: 0;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_6, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_6 {
		width: 33.333%;
		margin-right: 0;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_6 .et_pb_module, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_module, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_module {
		margin-bottom: 0;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_row_inner .et_pb_gutters1 .et_pb_column_1_6 .et_pb_widget, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters1 .et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_1_6 .et_pb_widget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_full_width_page.woocommerce-page ul.products li.product {
		width: 25%;
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_left_sidebar.woocommerce-page ul.products li.product, .et_pb_gutters1.et_right_sidebar.woocommerce-page ul.products li.product {
		width: 33.333%;
		margin-right: 0;
	}
	
	.et_pb_gutters1 .footer-widget {
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .footer-widget:last-child {
		margin-right: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns6 .footer-widget {
		width: 16.667%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns6 .footer-widget .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns5 .footer-widget {
		width: 20%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns5 .footer-widget .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns4 .footer-widget {
		width: 25%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns4 .footer-widget .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns3 .footer-widget {
		width: 33.333%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns3 .footer-widget .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns2 .footer-widget {
		width: 50%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns2 .footer-widget .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns1 .footer-widget {
		width: 100%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns1 .footer-widget .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) {
		clear: both;
		width: 75%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) {
		width: 25%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) {
		clear: both;
		width: 25%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) {
		width: 75%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) {
		width: 66.667%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) {
		width: 33.333%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) {
		width: 33.333%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) {
		width: 66.667%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) {
		width: 25%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) {
		width: 50%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
		width: 50%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) {
		width: 25%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) {
		width: 20%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) {
		width: 60%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child {
		width: 60%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) {
		width: 20%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) {
		width: 60%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) {
		width: 40%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) {
		width: 40%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) {
		width: 60%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child {
		width: 50%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) {
		width: 16.667%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) {
		width: 16.667%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) {
		width: 50%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
		width: 25%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) {
		width: 50%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
		width: 20%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) {
		width: 60%;
	}
	
	.et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 0;
	}
	
	.rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .rtl .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
		margin-right: 0;
		margin-left: 0;
	}
	
	.rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 0;
	}
	
	.rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 0;
	}
	
	.rtl .et_pb_gutters1 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
		margin-left: 0;
	}
	
	.rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
		margin-left: 0;
	}
	
	.rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-left: 0;
	}
	
	.rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n) {
		margin-left: 0;
	}
	
	.rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-left: 0;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner.rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 0;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner.rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 0;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner.rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
		margin-left: 0;
	}
	
	.et_pb_gutters4 .et_pb_row.et_pb_row_fullwidth, .et_pb_gutters4 .et_pb_specialty_fullwidth>.et_pb_row, .et_pb_gutters4.et_pb_row.et_pb_row_fullwidth, .et_pb_specialty_fullwidth>.et_pb_gutters4.et_pb_row {
		width: 86% !important;
		max-width: 86% !important;
	}
	
	.et_pb_gutters2 .et_pb_row.et_pb_row_fullwidth, .et_pb_gutters2 .et_pb_specialty_fullwidth>.et_pb_row, .et_pb_gutters2.et_pb_row.et_pb_row_fullwidth, .et_pb_specialty_fullwidth>.et_pb_gutters2.et_pb_row {
		width: 94% !important;
		max-width: 94% !important;
	}
	
	.et_pb_gutters1 .et_pb_row.et_pb_row_fullwidth, .et_pb_gutters1 .et_pb_specialty_fullwidth>.et_pb_row, .et_pb_gutters1.et_pb_row.et_pb_row_fullwidth, .et_pb_specialty_fullwidth>.et_pb_gutters1.et_pb_row {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	.et_pb_gutters1 .et_pb_portfolio_grid .et_pb_grid_item .et_pb_module_header:last-child, .et_pb_gutters1 .et_pb_portfolio_grid .et_pb_grid_item h2:last-child {
		line-height: normal;
	}
}

@media all and (max-width:980px) {
	.et_pb_column .et_pb_grid_item, .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product {
		float: left;
		clear: none;
		width: 29.666%;
		margin: 0 5.5% 7.5% 0;
	}
	
	.et_pb_column .et_pb_grid_item .last_in_row, .et_pb_column .et_pb_grid_item:nth-child(3n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product .last_in_row, .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n) {
		margin-right: 0;
	}
	
	.et_pb_column .et_pb_grid_item .first_in_row, .et_pb_column .et_pb_grid_item:nth-child(3n+1), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product .first_in_row, .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1) {
		clear: both;
	}
	
	.et_pb_column .et_pb_blog_grid .column.size-1of2, .et_pb_column .et_pb_widget {
		float: left;
		clear: none;
		width: 47.25%;
		margin: 0 5.5% 7.5% 0;
	}
	
	.et_pb_column .et_pb_blog_grid .column.size-1of2 .last_in_row, .et_pb_column .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_column .et_pb_widget .last_in_row, .et_pb_column .et_pb_widget:nth-child(2n) {
		margin-right: 0;
	}
	
	.et_pb_column .et_pb_blog_grid .column.size-1of2 .first_in_row, .et_pb_column .et_pb_blog_grid .column.size-1of2:nth-child(2n+1), .et_pb_column .et_pb_widget .first_in_row, .et_pb_column .et_pb_widget:nth-child(2n+1) {
		clear: both;
	}
	
	.et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 16.21%;
	}
	
	.et_pb_column .et_pb_blog_grid .column.size-1of1, .et_pb_column .et_pb_blog_grid .column.size-1of2 {
		margin-bottom: 0;
	}
	
	.et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child {
		margin-bottom: 30px;
	}
	
	.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_widget {
		width: 100%;
		margin: 0 0 11.5% 0;
	}
	
	.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_widget {
		width: 100%;
		margin: 0 0 11.5% 0;
	}
	
	.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_widget {
		width: 100%;
		margin: 0 0 11.5% 0;
	}
	
	.et_pb_gutters1 .et_pb_column, .et_pb_gutters1.et_pb_row .et_pb_column {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column .et_pb_grid_item, .et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product {
		width: 33.333%;
		margin: 0;
	}
	
	.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_column .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_widget {
		width: 50%;
		margin: 0;
	}
	
	.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 {
		width: 50%;
		margin-right: 0;
	}
	
	.et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_widget {
		width: 100%;
		margin: 0;
	}
	
	.et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5, .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5, .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5, .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5, .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5, .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 {
		width: 50%;
		margin-right: 0;
	}
	
	.et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_widget {
		width: 100%;
		margin: 0;
	}
	
	.et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 {
		width: 33.333%;
		margin-right: 0;
	}
	
	.et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_widget {
		width: 100%;
		margin: 0;
	}
	
	.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 {
		width: 50%;
		margin-right: 0;
	}
	
	.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget {
		width: 100%;
		margin: 0;
	}
	
	.et_pb_gutters1 .et_pb_row.et_pb_row_fullwidth, .et_pb_gutters1 .et_pb_specialty_fullwidth>.et_pb_row, .et_pb_gutters1.et_pb_row.et_pb_row_fullwidth, .et_pb_gutters1.et_pb_specialty_fullwidth>.et_pb_row, .et_pb_specialty_fullwidth>.et_pb_gutters1.et_pb_row {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	.rtl .et_pb_column .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_column .et_pb_widget {
		float: right;
		margin: 0 0 7.5% 5.5%;
	}
	
	.rtl .et_pb_column .et_pb_blog_grid .column.size-1of2 .last_in_row, .rtl .et_pb_column .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_column .et_pb_widget .last_in_row, .rtl .et_pb_column .et_pb_widget:nth-child(2n) {
		margin-left: 0;
	}
	
	.rtl .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters1 .et_pb_column .et_pb_widget, .rtl .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_widget {
		margin: 0;
	}
}

@media all and (max-width:767px) {
	.et_pb_column .et_pb_grid_item, .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product {
		float: left;
		clear: none;
		width: 47.25%;
		margin: 0 5.5% 9.5% 0;
	}
	
	.et_pb_column .et_pb_grid_item:nth-child(3n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n) {
		margin-right: 5.5%;
	}
	
	.et_pb_column .et_pb_grid_item:nth-child(3n+1), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1) {
		clear: none;
	}
	
	.et_pb_column .et_pb_grid_item .last_in_row, .et_pb_column .et_pb_grid_item:nth-child(2n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product .last_in_row, .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n) {
		margin-right: 0;
	}
	
	.et_pb_column .et_pb_grid_item .first_in_row, .et_pb_column .et_pb_grid_item:nth-child(2n+1), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product .first_in_row, .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1) {
		clear: both;
	}
	
	.et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		width: 100%;
		margin-right: 0;
		margin-bottom: 9.5%;
	}
	
	.et_pb_column .et_pb_widget {
		width: 100%;
		margin-right: 0;
	}
	
	.et_pb_gutters1 .et_pb_column, .et_pb_gutters1.et_pb_row .et_pb_column {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column .et_pb_grid_item, .et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product {
		width: 50%;
		margin: 0;
	}
	
	.et_pb_gutters1 .et_pb_column .et_pb_grid_item:nth-child(3n), .et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n) {
		margin-right: 0;
	}
	
	.et_pb_gutters1 .et_pb_column .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1) {
		clear: none;
	}
	
	.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_widget {
		width: 100%;
		margin: 0;
	}
	
	.rtl .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-left: 0;
	}
}

@media all and (max-width:479px) {
	.et_pb_column {
		width: 100% !important;
	}
	
	.et_pb_column .et_pb_grid_item, .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product {
		width: 100%;
		margin: 0 0 11.5% 0;
	}
	
	.et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column .et_pb_widget {
		width: 100%;
		margin-right: 0;
		margin-bottom: 11.5%;
	}
	
	.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_widget {
		width: 100%;
		margin: 0 0 11.5% 0;
	}
	
	.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_widget {
		width: 100%;
		margin: 0 0 11.5% 0;
	}
	
	.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_widget {
		width: 100%;
		margin: 0 0 11.5% 0;
	}
	
	.et_pb_gutters1 .et_pb_column, .et_pb_gutters1.et_pb_row .et_pb_column {
		margin: 0 !important;
	}
	
	.et_pb_gutters1 .et_pb_column .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module {
		margin-bottom: 0;
	}
	
	.et_pb_gutters1 .et_pb_column .et_pb_grid_item, .et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product {
		width: 100%;
		margin: 0;
	}
	
	.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_widget {
		width: 100%;
		margin: 0;
	}
}

.et_pb_column_1_3 h1, .et_pb_column_1_4 h1, .et_pb_column_1_5 h1, .et_pb_column_1_6 h1, .et_pb_column_2_5 h1 {
	font-size: 26px;
}

.et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2 {
	font-size: 23px;
}

.et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3 {
	font-size: 20px;
}

.et_pb_column_1_3 h4, .et_pb_column_1_4 h4, .et_pb_column_1_5 h4, .et_pb_column_1_6 h4, .et_pb_column_2_5 h4 {
	font-size: 18px;
}

.et_pb_column_1_3 h5, .et_pb_column_1_4 h5, .et_pb_column_1_5 h5, .et_pb_column_1_6 h5, .et_pb_column_2_5 h5 {
	font-size: 16px;
}

.et_pb_column_1_3 h6, .et_pb_column_1_4 h6, .et_pb_column_1_5 h6, .et_pb_column_1_6 h6, .et_pb_column_2_5 h6 {
	font-size: 15px;
}

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	content: " ";
}

.et_pb_blurb_content, .et_pb_circle_counter, .et_pb_contact_main_title, .et_pb_countdown_timer_container, .et_pb_counter_title, .et_pb_gallery_item, .et_pb_newsletter_description, .et_pb_number_counter, .et_pb_portfolio_item, .et_pb_post, .et_pb_pricing_content, .et_pb_pricing_heading, .et_pb_promo_description, .et_pb_slide_description, .et_pb_tab, .et_pb_tabs_controls, .et_pb_team_member, .et_pb_testimonial_description_inner, .et_pb_text, .et_pb_toggle_content, .et_pb_toggle_title, .et_pb_widget, .product {
	word-wrap: break-word;
}

.et_overlay:before, .et_pb_bg_layout_light .et_pb_more_button, .et_pb_bg_layout_light .et_pb_newsletter_button, .et_pb_bg_layout_light .et_pb_promo_button, .et_pb_bg_layout_light.et_pb_module.et_pb_button, .et_pb_contact_submit, .et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active, .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active, .et_pb_member_social_links a:hover, .et_pb_pricing li a, .et_pb_pricing_table_button, .et_pb_sum {
	color: #2ea3f2;
}

.et_pb_pricing li span:before {
	border-color: #2ea3f2;
}

.et_audio_content, .et_link_content, .et_pb_counter_amount, .et_pb_featured_table .et_pb_pricing_heading, .et_quote_content {
	background-color: #2ea3f2;
}

.et-fb .section_has_divider.et_fb_element_controls_visible--child>.et_pb_bottom_inside_divider, .et-fb .section_has_divider.et_fb_element_controls_visible--child>.et_pb_top_inside_divider {
	z-index: 1;
}

.et_pb_row {
	position: relative;
	width: 80%;
	max-width: 1080px;
	margin: auto;
}

.section_has_divider .et_pb_row {
	z-index: 5;
}

.et_pb_fullwidth_section .et_pb_row {
	z-index: 11;
}

.et_pb_column {
	float: left;
	position: relative;
	z-index: 9;
	background-position: center;
	background-size: cover;
}

.et_pb_column.et_pb_section_parallax {
	position: relative;
}

.et_pb_css_mix_blend_mode_passthrough {
	mix-blend-mode: unset !important;
}

.et_pb_module_inner {
	position: relative;
}

.et_hover_enabled_preview {
	z-index: 2;
}

.et_hover_enabled:hover {
	position: relative;
	z-index: 2;
}

.et_post_gallery {
	padding: 0 !important;
	line-height: 1.7 !important;
	list-style: none !important;
}

p.et_pb_gallery_caption {
	line-height: 1.7;
}

.fullwidth-menu li {
	display: inline-block;
	padding-right: 22px;
	font-size: 14px;
}

.fullwidth-menu>li:last-child {
	padding-right: 0;
}

.fullwidth-menu a {
	display: block;
	position: relative;
	color: rgba(0, 0, 0, .6);
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.fullwidth-menu a:hover {
	opacity: .7;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.fullwidth-menu li>a {
	padding-bottom: 29px;
	word-wrap: break-word;
}

.et_pb_all_tabs, .et_pb_counters .et_pb_counter_container, .et_pb_module, .et_pb_portfolio_item, .et_pb_posts_nav a, .et_pb_pricing_table, .et_pb_row, .et_pb_row_inner, .et_pb_slide, .et_pb_tab, .et_pb_with_background {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.et_pb_with_border, .et_pb_with_border .et_pb_contact_form .input[type=checkbox]+label i, .et_pb_with_border .et_pb_contact_form .input[type=radio]+label i, .et_pb_with_border .et_pb_contact_form input, .et_pb_with_border .et_pb_contact_form select, .et_pb_with_border .et_pb_contact_form textarea, .et_pb_with_border .et_pb_counter_container, .et_pb_with_border .et_pb_gallery_image, .et_pb_with_border .et_pb_gallery_item, .et_pb_with_border .et_pb_image_wrap, .et_pb_with_border .et_pb_main_blurb_image, .et_pb_with_border .et_pb_newsletter_form .input[type=checkbox]+label i, .et_pb_with_border .et_pb_newsletter_form .input[type=radio]+label i, .et_pb_with_border .et_pb_newsletter_form input, .et_pb_with_border .et_pb_newsletter_form select, .et_pb_with_border .et_pb_newsletter_form textarea, .et_pb_with_border .et_pb_portfolio_image, .et_pb_with_border .et_pb_portfolio_item, .et_pb_with_border .et_pb_team_member_image, .et_pb_with_border .et_pb_testimonial_portrait, .et_pb_with_border .et_portfolio_image, .et_pb_with_border.et_pb_comments_module input, .et_pb_with_border.et_pb_comments_module textarea, .et_pb_with_border.et_pb_contact_field .input[type=checkbox]+label i, .et_pb_with_border.et_pb_contact_field .input[type=radio]+label i, .et_pb_with_border.et_pb_contact_field input, .et_pb_with_border.et_pb_contact_field select, .et_pb_with_border.et_pb_contact_field textarea, .et_pb_with_border.et_pb_posts .et_pb_post, .et_pb_with_border.et_pb_posts_nav span.nav-next a, .et_pb_with_border.et_pb_posts_nav span.nav-previous a, .et_pb_with_border.et_pb_shop .et_shop_image>img, .et_pb_with_border.et_pb_video_slider .et_pb_carousel_item, .et_pb_with_border.et_pb_video_slider .et_pb_slider, .et_pb_with_focus_border .et_pb_newsletter_form input:focus {
	border-width: 0;
	border-style: solid;
	border-color: #333;
}

.et_pb_image {
	display: block;
	margin-right: auto;
	margin-left: auto;
	line-height: 0;
}

.et_pb_image.aligncenter {
	text-align: center;
}

.et_pb_image.et_pb_has_overlay a.et_pb_lightbox_image {
	display: block;
	overflow: hidden;
	position: relative;
}

.et_pb_image {
	display: block;
}

.et_pb_image .et_pb_image_wrap {
	display: inline-block;
	position: relative;
	max-width: 100%;
}

.et_pb_image img {
	position: relative;
}

.et_pb_image_sticky {
	display: inherit;
	margin-bottom: 0 !important;
}

.et-pb-icon-circle {
	padding: 25px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	font-size: 48px;
}

.et-pb-icon-circle-border {
	border: 3px solid;
}

.et_pb_blurb_content {
	position: relative;
	max-width: 550px;
	margin: 0 auto;
	text-align: center;
}

.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
	text-align: left;
}

.et_pb_blurb.et_pb_text_align_right .et_pb_blurb_content .et_pb_blurb_container {
	text-align: right;
}

.et_pb_blurb.et_pb_text_align_justified .et_pb_blurb_content .et_pb_blurb_container {
	text-align: justify;
}

.et_pb_blurb_content p:last-of-type {
	padding-bottom: 0;
}

.et_pb_main_blurb_image {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 30px;
	line-height: 0;
}

.et_pb_blurb .et_pb_module_header a, .et_pb_blurb h4 a {
	text-decoration: none;
}

.et_pb_blurb .et_pb_image_wrap {
	display: block;
	margin: auto;
}

.et_pb_blurb_position_left .et_pb_main_blurb_image, .et_pb_blurb_position_right .et_pb_main_blurb_image {
	display: table-cell;
	width: 32px;
	line-height: 0;
}

.et_pb_blurb_position_left .et_pb_main_blurb_image img, .et_pb_blurb_position_right .et_pb_main_blurb_image img {
	width: inherit;
}

.et_pb_blurb_position_left .et-pb-icon, .et_pb_blurb_position_right .et-pb-icon {
	display: table-cell;
	font-size: 32px;
}

.et_pb_blurb_position_left .et-pb-icon-circle, .et_pb_blurb_position_right .et-pb-icon-circle {
	padding: 8px;
	font-size: 16px;
}

.et_pb_blurb_position_left .et-pb-icon-circle-border, .et_pb_blurb_position_right .et-pb-icon-circle-border {
	border: 2px solid;
}

.et_pb_blurb_position_left .et_pb_blurb_container, .et_pb_blurb_position_right .et_pb_blurb_container {
	display: table-cell;
	vertical-align: top;
}

.et_pb_blurb_position_left .et_pb_blurb_container {
	padding-left: 15px;
}

.et_pb_blurb_position_left .et_pb_blurb_content {
	text-align: left;
}

.et_pb_blurb_position_right .et_pb_blurb_container {
	padding-right: 15px;
}

.et_pb_blurb_position_right .et_pb_blurb_content {
	padding-right: 52px;
	text-align: right;
}

.et_pb_blurb_position_right .et_pb_main_blurb_image {
	right: 0;
	left: auto;
}

.et_pb_blurb_position_right .et-pb-icon {
	margin-right: 0;
	margin-left: 20px;
}

.et_pb_pricing_table_wrap {
	display: block;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.et_pb_pricing_table {
	float: left;
	position: relative;
	width: 33.33%;
	max-width: 34%;
	margin: 30px -1px 0 0;
	padding-bottom: 30px;
	border: 1px solid #bebebe;
	background-color: #fcfcfc;
	text-align: center;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.et_pb_pricing>.box-shadow-overlay {
	z-index: 11;
}

.et_pb_featured_table {
	position: relative;
	z-index: 10;
	margin-top: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
	box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}

.et_pb_centered_pricing_items .et_pb_pricing {
	text-align: center;
}

.et_pb_column_4_4 .et_pb_pricing_table {
	width: 25%;
	max-width: 25.5%;
}

.et_pb_column_4_4 .et_pb_pricing_3 .et_pb_pricing_table {
	width: 33.33%;
	max-width: 34%;
}

.et_pb_column_1_2 .et_pb_pricing_table, .et_pb_column_2_3 .et_pb_pricing_table, .et_pb_column_3_5 .et_pb_pricing_table, .et_pb_pricing_2 .et_pb_pricing_table {
	width: 50%;
	max-width: 50.5%;
}

.et_pb_column_1_3 .et_pb_pricing_table, .et_pb_column_1_4 .et_pb_pricing_table, .et_pb_column_1_5 .et_pb_pricing_table, .et_pb_column_1_6 .et_pb_pricing_table, .et_pb_column_2_5 .et_pb_pricing_table, .et_pb_column_3_8 .et_pb_pricing_table, .et_pb_pricing_1 .et_pb_pricing_table {
	width: 100%;
	max-width: none;
	margin: 0 0 30px;
}

.et_pb_column_1_3 .et_pb_pricing_table.et-last-child, .et_pb_column_1_3 .et_pb_pricing_table:last-child, .et_pb_column_1_4 .et_pb_pricing_table.et-last-child, .et_pb_column_1_4 .et_pb_pricing_table:last-child, .et_pb_column_1_5 .et_pb_pricing_table.et-last-child, .et_pb_column_1_5 .et_pb_pricing_table:last-child, .et_pb_column_1_6 .et_pb_pricing_table.et-last-child, .et_pb_column_1_6 .et_pb_pricing_table:last-child, .et_pb_column_2_5 .et_pb_pricing_table.et-last-child, .et_pb_column_2_5 .et_pb_pricing_table:last-child, .et_pb_column_3_8 .et_pb_pricing_table.et-last-child, .et_pb_column_3_8 .et_pb_pricing_table:last-child, .et_pb_pricing_1 .et_pb_pricing_table.et-last-child, .et_pb_pricing_1 .et_pb_pricing_table:last-child {
	margin-bottom: 0;
}

.et_pb_column_1_2>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(2n+1), .et_pb_column_2_3>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(2n+1), .et_pb_column_3_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(3n+1), .et_pb_column_3_5>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(2n+1), .et_pb_column_4_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(4n+1) {
	clear: both;
}

.et_pb_column_1_2>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+3), .et_pb_column_2_3>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+3), .et_pb_column_3_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+4), .et_pb_column_3_5>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+3), .et_pb_column_4_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+5) {
	margin-top: 50px;
}

.et_pb_column_1_2 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3), .et_pb_column_2_3 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3), .et_pb_column_3_4 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+4), .et_pb_column_3_5 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3), .et_pb_column_4_4 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+5) {
	margin-top: 30px;
}

.et_pb_pricing_heading {
	position: relative;
	margin-bottom: 17px;
	padding: 10px 0;
	background-color: #bebebe;
}

.et_pb_pricing_heading .et_pb_pricing_title, .et_pb_pricing_heading h2 {
	padding-bottom: 5px;
	color: #fff;
}

.et_pb_best_value {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}

.et_pb_pricing_content_top {
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid #bebebe;
}

.et_pb_pricing_table .et_pb_button_wrapper {
	padding-right: 30px;
	padding-left: 30px;
}

.et_pb_et_price {
	color: #999;
	font-size: 16px;
}

.et_pb_dollar_sign {
	position: absolute;
	margin-left: -.5em;
	font-size: 18px;
	font-weight: 400;
}

.et_pb_sum {
	font-size: 80px;
	font-weight: 300;
	line-height: 1.03em;
}

.et_pb_pricing_content {
	position: relative;
	padding: 30px;
	text-align: left;
}

.et_pb_featured_table .et_pb_pricing_content {
	padding-bottom: 50px;
}

.et_pb_pricing li {
	position: relative;
	padding: 0 0 1.6em 14px;
	line-height: 1.6em;
}

.et_pb_pricing li:last-child {
	padding-bottom: 0;
}

.et_pb_pricing li span:before {
	position: absolute;
	top: 9px;
	left: -14px;
	border-width: 3px;
	border-style: solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	content: "";
}

.et_pb_pricing li.et_pb_not_available {
	color: #ccc;
}

.et_pb_pricing li.et_pb_not_available span:before {
	border-color: #ccc;
}

.et_pb_pricing li a {
	font-weight: 500;
	text-decoration: none;
}

.et_pb_pricing li span {
	position: relative;
}

.et_pb_centered_pricing_items .et_pb_pricing li {
	padding-left: 0;
}

.et_pb_pricing_table_button {
	display: inline-block;
	position: relative;
}

.et_pb_column_1_2 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_1_2 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_2_3 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_2_3 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_3_5 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_3_5 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2) {
	margin-top: 0 !important;
}

@media all and (min-width:981px) {
	.et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(3), .et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(3), .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(3), .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(4) {
		margin-top: 0 !important;
	}
}

@media all and (max-width:981px) {
	.et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_3_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_3_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_4_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_4_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_4_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_4_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2) {
		margin-top: 0 !important;
	}
}

@media all and (min-width:767px) {
	.et_pb_column_1_2 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_1_2 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_1_2 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_1_2 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_2_3 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_2_3 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_2_3 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_2_3 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_3_5 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_3_5 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_3_5 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_3_5 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2) {
		margin-top: 0 !important;
	}
}

.et_pb_testimonial {
	position: relative;
	padding: 30px;
	line-height: 1.5;
}

.et_pb_testimonial.et_pb_testimonial_no_bg {
	padding: 30px 0 0;
}

.et_pb_testimonial p:last-of-type {
	padding-bottom: 0;
}

.et_pb_testimonial_portrait, .et_pb_testimonial_portrait:before {
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
}

.et_pb_testimonial_portrait {
	display: block;
	float: left;
	position: relative;
	width: 90px;
	height: 90px;
	margin-right: 30px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.et_pb_testimonial_portrait:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	content: "";
}

.et_pb_column_1_3 .et_pb_testimonial_portrait, .et_pb_column_1_4 .et_pb_testimonial_portrait, .et_pb_column_1_5 .et_pb_testimonial_portrait, .et_pb_column_1_6 .et_pb_testimonial_portrait, .et_pb_column_2_5 .et_pb_testimonial_portrait, .et_pb_column_3_8 .et_pb_testimonial_portrait {
	display: block;
	float: none;
	margin: 0 auto 20px;
}

.et_pb_testimonial_description, .et_pb_testimonial_description_inner {
	display: block;
	position: relative;
}

.et_pb_bg_layout_dark .et_pb_testimonial_description a {
	color: #fff;
}

.et_pb_testimonial_author {
	display: block;
	margin-top: 16px;
	font-weight: 700;
}

.et_pb_testimonial_author a {
	color: inherit;
}

.et_pb_testimonial:before {
	position: absolute;
	z-index: 2;
	top: -16px;
	left: 50%;
	margin-left: -16px;
	-webkit-border-radius: 31px;
	-moz-border-radius: 31px;
	border-radius: 31px;
	background: #f5f5f5;
	font-size: 32px;
	content: "|";
}

.et_pb_testimonial.et_pb_testimonial_no_bg:before {
	background: inherit;
}

.et_pb_testimonial.et_pb_icon_off:before {
	display: none;
}

.et_pb_testimonial_old_layout, .et_pb_testimonial_old_layout .et_pb_testimonial_description a {
	color: #666 !important;
}

.et-promo {
	padding: 40px 0 25px;
	background-color: #1f6581;
}

.et-promo-description {
	float: left;
	padding: 0 60px;
}

.et-promo-description {
	width: 754px;
}

.et-promo-description p {
	color: #fff;
}

.et-promo-button {
	display: inline-block;
	float: left;
	margin-top: 20px;
	padding: 14px 20px;
	padding-right: 60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background-color: rgba(0, 0, 0, .35);
	font-size: 20px;
	font-weight: 500;
}

.et_pb_counter_title {
	display: block;
	font-size: 12px;
	line-height: 1.6em;
}

.et_pb_bg_layout_light .et_pb_counter_title {
	color: #666;
}

.et_pb_counter_container {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	color: #fff;
	background-color: #ddd;
}

.et_pb_counter_amount {
	display: block;
	float: left;
	overflow: hidden;
	z-index: 2;
	min-height: 6px;
	padding: 1px;
	opacity: 0;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.6em;
	text-align: right;
}

.et_pb_counter_amount.overlay {
	overflow: visible;
	position: absolute !important;
	z-index: 1;
	top: 0;
	left: 0;
	color: #2ea3f2;
	background-color: transparent !important;
}

.et_pb_counters span.et_pb_counter_amount_number {
	display: inline-block;
	padding: 0 10px;
}

.et_pb_counters span.et_pb_counter_amount_number:after, .et_pb_counters span.et_pb_counter_amount_number:before {
	display: block;
	min-width: 5px;
	max-width: 20px;
	content: "";
}

.et_pb_counters.et_pb_section_video>li {
	position: relative;
}

.et_pb_counters>li.et_pb_section_video .et_pb_counter_amount {
	position: relative;
}

.et_pb_counters li:last-of-type .et_pb_counter_container {
	margin-bottom: 0;
}

.et_pb_text_align_left .et_pb_counter_amount {
	text-align: left;
}

.et_pb_text_align_center .et_pb_counter_amount {
	text-align: center;
}

.et_pb_text_align_right .et_pb_counter_amount {
	text-align: right;
}

.et_pb_text_align_justified .et_pb_counter_amount {
	text-align: justify;
}

.et_pb_post {
	margin-bottom: 60px;
}

.et_pb_post .entry-featured-image-url {
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.et_pb_portfolio_item .et_pb_module_header a, .et_pb_portfolio_item h3 a, .et_pb_post .entry-title a, .et_pb_post h2 a {
	text-decoration: none;
}

.et_pb_post .post-meta {
	margin-bottom: 6px;
	font-size: 14px;
}

.et_pb_portfolio_item .post-meta a, .et_pb_post .post-meta a {
	text-decoration: none;
}

.et_pb_post .more {
	color: #82c0c7;
	text-decoration: none;
}

.et_pb_posts a.more-link {
	display: block;
	clear: both;
}

.et_pb_has_overlay.et_pb_post .et_pb_image_container a {
	display: block;
	overflow: hidden;
	position: relative;
}

.et_pb_posts .et_pb_post {
	position: relative;
}

.et_pb_posts.et_pb_section_parallax:hover {
	overflow: hidden;
}

.et_pb_section_parallax .et_pb_ajax_pagination_container, .et_pb_section_parallax .pagination, .et_pb_section_video .et_pb_ajax_pagination_container, .et_pb_section_video .pagination {
	position: relative;
}

.post-password-required .et_pb_row, .post-password-required .et_pb_section {
	width: 100%;
	padding: 0;
}

.post-password-required .et_password_protected_form {
	min-height: initial;
}

.post-password-required .et_password_protected_form h1 {
	display: none;
}

.et_pb_posts.et_pb_module article .et_pb_row {
	width: 100%;
}

.et_pb_posts.et_pb_module article .et_pb_with_background .et_pb_row {
	width: 80%;
}

.et_pb_bg_layout_light .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_light .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_light .et_pb_post .post-meta, .et_pb_bg_layout_light .et_pb_post .post-meta a, .et_pb_bg_layout_light .et_pb_post p, .et_pb_bg_layout_light p.et_pb_title_meta_container, .et_pb_bg_layout_light p.et_pb_title_meta_container a {
	color: #666;
}

.et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_dark .et_pb_post .post-meta, .et_pb_bg_layout_dark .et_pb_post .post-meta a, .et_pb_bg_layout_dark .et_pb_post p, .et_pb_bg_layout_dark p.et_pb_title_meta_container, .et_pb_bg_layout_dark p.et_pb_title_meta_container a {
	color: inherit;
}

.et_pb_blog_grid {
	position: relative;
}

.et_pb_blog_grid .column {
	float: left;
	max-width: 100%;
}

.et_pb_blog_grid .et_pb_post {
	padding: 19px;
	border: 1px solid #d8d8d8;
	background-color: #fff;
	word-wrap: break-word;
}

.et_pb_blog_grid .et_pb_image_container {
	position: relative;
}

.et_pb_blog_grid .et_audio_content, .et_pb_blog_grid .et_main_video_container, .et_pb_blog_grid .et_pb_post .et_pb_slider, .et_pb_image_container {
	margin: -20px -20px 29px;
}

.et_pb_image_container img, .et_pb_post a img {
	max-width: 100%;
	vertical-align: bottom;
}

.et_pb_blog_grid .et_pb_image_container img {
	min-width: 100%;
	max-width: 100%;
	height: auto;
}

.et_pb_blog_grid .et_pb_no_thumb .entry-title, .et_pb_blog_grid .et_pb_no_thumb h2 {
	margin-top: 0;
}

.et_pb_blog_grid .et_audio_content {
	margin-bottom: 0;
}

.et_pb_blog_grid h2 {
	font-size: 18px;
}

.et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before {
	display: none;
	opacity: 0;
	line-height: 0;
}

.et_pb_blog_grid .et_pb_salvattore_content[data-columns] .et_pb_post {
	opacity: 0;
}

.et_pb_blog_grid .et_pb_salvattore_content[data-columns] .column .et_pb_post {
	opacity: 1;
	-webkit-animation: gridFadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: gridFadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: gridFadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: gridFadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
}

.et_pb_post>.et_main_video_container {
	position: relative;
	margin-bottom: 30px;
}

.et_pb_post .et_pb_video_overlay .et_pb_video_play {
	color: #fff;
}

.et_pb_post .et_pb_video_overlay_hover:hover {
	background: rgba(0, 0, 0, .6);
}

.et_pb_blog_grid .et_main_video_overlay:hover:before {
	background: rgba(0, 0, 0, .6);
}

.et_pb_video {
	position: relative;
}

.et_pb_video_box {
	display: block;
	position: relative;
	z-index: 1;
	line-height: 0;
}

.et_pb_video_box video {
	width: 100% !important;
	height: auto !important;
}

.et_pb_video_overlay {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	cursor: pointer;
}

.et_pb_video_play:before {
	font-family: ETmodules;
	content: "I";
}

.et_pb_video_play {
	display: block;
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	color: #fff;
}

.et_pb_bg_layout_light .et_pb_video_play {
	color: #333;
}

.et_pb_video_overlay_hover {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.et_pb_video .et_pb_video_overlay_hover:hover {
	background: rgba(0, 0, 0, .6);
}

.et_pb_column_1_2 .et_pb_video_play, .et_pb_column_2_3 .et_pb_video_play, .et_pb_column_3_4 .et_pb_video_play, .et_pb_column_3_5 .et_pb_video_play, .et_pb_column_4_4 .et_pb_video_play {
	margin-top: -3rem;
	margin-left: -3rem;
	font-size: 6rem;
	line-height: 6rem;
}

.et_pb_column_1_3 .et_pb_video_play, .et_pb_column_1_4 .et_pb_video_play, .et_pb_column_1_5 .et_pb_video_play, .et_pb_column_1_6 .et_pb_video_play, .et_pb_column_2_5 .et_pb_video_play, .et_pb_column_3_8 .et_pb_video_play {
	margin-top: -1.5rem;
	margin-left: -1.5rem;
	font-size: 3rem;
	line-height: 3rem;
}

.et_pb_video_slider {
	position: relative;
}

.et_pb_video_slider .et_pb_slider:hover .et_pb_video_overlay_hover {
	background: rgba(0, 0, 0, .6);
}

.et_pb_video_slider .et_pb_slider_dots.et_pb_controls_light~.et-pb-controllers a {
	background-color: rgba(255, 255, 255, .5);
}

.et_pb_video_slider .et_pb_slider_dots.et_pb_controls_light~.et-pb-controllers .et-pb-active-control {
	background-color: #fff !important;
}

.et_pb_video_slider .et_pb_slider_dots.et_pb_controls_dark~.et-pb-controllers a {
	background-color: rgba(51, 51, 51, .5);
}

.et_pb_video_slider .et_pb_slider_dots.et_pb_controls_dark~.et-pb-controllers .et-pb-active-control {
	background-color: #333 !important;
}

.et_pb_video_slider .et_pb_controls_dark .et-pb-slider-arrows {
	color: #333;
}

.et_pb_video_slider .et-pb-controllers-has-video-tag.et-pb-controllers {
	bottom: 35px;
}

.et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel, .et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel .et_pb_carousel_items {
	overflow: visible;
}

.et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group .item-fade-out {
	opacity: 0;
	background: 0 0 !important;
	box-shadow: none !important;
	-webkit-animation-name: et_pb_video_slider_item_fade_out;
	animation-name: et_pb_video_slider_item_fade_out;
	-webkit-animation-duration: .2s;
	-moz-animation-duration: .2s;
	-o-animation-duration: .2s;
	animation-duration: .2s;
}

.et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group .item-fade-out .et_pb_video_overlay {
	-webkit-animation-name: et_pb_video_slider_item_overlay_fade_out;
	animation-name: et_pb_video_slider_item_overlay_fade_out;
	-webkit-animation-duration: .2s;
	-moz-animation-duration: .2s;
	-o-animation-duration: .2s;
	animation-duration: .2s;
}

.et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group.next .et_pb_carousel_item, .et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group.prev .et_pb_carousel_item {
	opacity: 0;
}

.et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group .et_pb_carousel_item.item-fade-in {
	display: block;
	opacity: 1;
	-webkit-animation-name: et_pb_video_slider_item_fade_in;
	animation-name: et_pb_video_slider_item_fade_in;
	-webkit-animation-duration: .4s;
	-moz-animation-duration: .4s;
	-o-animation-duration: .4s;
	animation-duration: .4s;
}

.et-pb-is-sliding-carousel {
	overflow-x: hidden;
}

.et_pb_carousel {
	overflow: hidden;
	position: relative;
	margin-top: 2%;
}

.et_pb_carousel:hover .et-pb-arrow-prev {
	left: 10px;
	opacity: 1;
}

.et_pb_carousel:hover .et-pb-arrow-next {
	right: 10px;
	opacity: 1;
}

.et_pb_slider_carousel {
	margin-bottom: 0 !important;
}

.et_pb_slider_carousel.et_pb_controls_light+.et_pb_carousel .et-pb-arrow-next, .et_pb_slider_carousel.et_pb_controls_light+.et_pb_carousel .et-pb-arrow-prev, .et_pb_slider_carousel.et_pb_controls_light+.et_pb_carousel .et_pb_video_play {
	color: #fff;
}

.et_pb_slider_carousel.et_pb_controls_dark .et-pb-arrow-next, .et_pb_slider_carousel.et_pb_controls_dark .et-pb-arrow-prev, .et_pb_slider_carousel.et_pb_controls_dark+.et_pb_carousel .et-pb-arrow-next, .et_pb_slider_carousel.et_pb_controls_dark+.et_pb_carousel .et-pb-arrow-prev, .et_pb_slider_carousel.et_pb_controls_dark+.et_pb_carousel .et_pb_video_play {
	color: #333;
}

.et_pb_carousel_items {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}

.et_pb_carousel_items .et-carousel-group {
	display: none;
	float: left;
	position: relative;
	width: 100%;
}

.et_pb_carousel_items .et-carousel-group.active {
	display: block;
}

.et_pb_carousel_items .et-carousel-group.active .et_pb_carousel_item:last-child {
	margin-right: 0;
}

.et_pb_carousel_item {
	display: none;
	float: left;
	position: relative;
	margin: 0 2% 0 0;
	padding: 0;
	background: rgba(0, 0, 0, .25);
}

.et_pb_carousel_items.columns-6 .et_pb_carousel_item {
	width: 15%;
}

.et_pb_carousel_items.columns-5 .et_pb_carousel_item {
	width: 18.4%;
}

.et_pb_carousel_items.columns-4 .et_pb_carousel_item {
	width: 23.5%;
}

.et_pb_carousel_items.columns-3 .et_pb_carousel_item {
	width: 32%;
}

.et_pb_carousel_items.columns-2 .et_pb_carousel_item {
	width: 49%;
}

.et_pb_carousel_items.columns-1 .et_pb_carousel_item {
	width: 100%;
}

.et_pb_carousel_item:after {
	display: block;
	padding-top: 75%;
	content: "";
}

.et_pb_carousel_item .et_pb_video_overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.et_pb_carousel_item.et-pb-active-control .et_pb_video_overlay_hover {
	background: rgba(0, 0, 0, .6);
}

.et_pb_carousel_item .et_pb_video_play {
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.et_pb_carousel_item .et_pb_video_overlay:hover .et_pb_video_play {
	opacity: 1;
}

.et_pb_carousel_item .et_pb_video_overlay_hover:hover {
	background: rgba(0, 0, 0, .6);
}

@-webkit-keyframes et_pb_video_slider_item_fade_out {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes et_pb_video_slider_item_fade_out {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes et_pb_video_slider_item_overlay_fade_out {
	from {
		transform: scale(1);
	}
	
	to {
		transform: scale(.8);
	}
}

@keyframes et_pb_video_slider_item_overlay_fade_out {
	from {
		transform: scale(1);
	}
	
	to {
		transform: scale(.8);
	}
}

@-webkit-keyframes et_pb_video_slider_item_fade_in {
	from {
		opacity: 0;
		transform: scale(.8);
	}
	
	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes et_pb_video_slider_item_fade_in {
	from {
		opacity: 0;
		transform: scale(.8);
	}
	
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.et_pb_column_1_4 .et_pb_slider_carousel .et_pb_slide, .et_pb_column_1_5 .et_pb_slider_carousel .et_pb_slide, .et_pb_column_1_6 .et_pb_slider_carousel .et_pb_slide {
	min-height: initial !important;
}

.et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_4 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_4_4 .et_pb_carousel_item .et_pb_video_play {
	margin-top: -1.39rem;
	margin-left: -1.39rem;
	font-size: 2.78rem;
	line-height: 2.78rem;
}

.et_pb_column_1_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_2_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_8 .et_pb_carousel_item .et_pb_video_play {
	margin-top: -1rem;
	margin-left: -1rem;
	font-size: 2rem;
	line-height: 2rem;
}

.et_pb_column_1_4 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_6 .et_pb_carousel_item .et_pb_video_play {
	margin-top: -.75rem;
	margin-left: -.75rem;
	font-size: 1.5rem;
	line-height: 1.5rem;
}

.et_pb_widget_area_left {
	padding-right: 30px;
	border-right: 1px solid rgba(0, 0, 0, .1);
}

.et_pb_widget_area_right {
	padding-left: 30px;
	border-left: 1px solid rgba(0, 0, 0, .1);
}

.et_pb_sidebar_no_border {
	padding: 0;
	border: none;
}

.et_pb_fullwidth_image {
	position: relative;
	line-height: 0;
}

.et_pb_fullwidth_image img {
	position: relative;
	width: 100%;
}

.et_pb_promo {
	padding: 40px 60px;
	text-align: center;
}

.et_pb_promo_description {
	position: relative;
	padding-bottom: 20px;
}

.et_pb_promo_description p:last-of-type {
	padding-bottom: 0;
}

.et_pb_module.et_pb_button, .et_pb_promo_button {
	display: inline-block;
	color: inherit;
}

.et_pb_newsletter_button:hover, .et_pb_promo_button:hover {
	text-decoration: none;
}

.et_pb_column_1_2 .et_pb_promo, .et_pb_column_1_3 .et_pb_promo, .et_pb_column_1_4 .et_pb_promo, .et_pb_column_1_5 .et_pb_promo, .et_pb_column_1_6 .et_pb_promo, .et_pb_column_2_5 .et_pb_promo, .et_pb_column_3_5 .et_pb_promo {
	padding: 40px;
}

.et_pb_button_module_wrapper.et_pb_button_alignment_left {
	text-align: left;
}

.et_pb_button_module_wrapper.et_pb_button_alignment_right {
	text-align: right;
}

.et_pb_button_module_wrapper.et_pb_button_alignment_center {
	text-align: center;
}

.et_pb_button_module_wrapper>a {
	display: inline-block;
}

.et_pb_newsletter {
	padding: 25px;
}

.et_pb_newsletter_description, .et_pb_newsletter_form {
	position: relative;
	width: 50%;
	padding: 0;
}

.et_pb_newsletter_description {
	float: left;
	margin-bottom: 20px;
}

.et_pb_newsletter_description p:last-of-type {
	padding-bottom: 0;
}

.et_pb_newsletter_form {
	float: left;
}

.et_pb_newsletter_form p.et_pb_newsletter_field {
	margin-bottom: 0;
	padding-bottom: 1em;
}

.et_pb_newsletter_form p.et_pb_newsletter_field.et_pb_signup_custom_field {
	padding-left: 0;
}

.et_pb_newsletter_form .input, .et_pb_newsletter_form input[type=password], .et_pb_newsletter_form input[type=text], .et_pb_newsletter_form p.et_pb_newsletter_field input[type=text], .et_pb_newsletter_form p.et_pb_newsletter_field textarea, .et_pb_newsletter_form select, .et_pb_newsletter_form textarea {
	width: 100%;
	padding: 14px 4% !important;
	border-width: 0;
	border-radius: 3px;
	color: #666;
	background-color: #fff;
	font-size: 16px;
	font-weight: 400;
	-webkit-appearance: none;
}

.et_pb_newsletter_form .et_pb_newsletter_field[data-type=select]:after {
	margin-top: -3px;
}

.et_pb_newsletter_form p .et_pb_subscribe_error {
	border: 1px solid red !important;
}

.et_pb_newsletter_result {
	display: none;
}

.et_pb_newsletter_success {
	text-align: center;
}

.et_pb_newsletter_button {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	color: inherit;
	text-align: center;
}

.et_pb_newsletter_fields, .et_pb_newsletter_footer {
	width: 100%;
}

.et_pb_newsletter_footer {
	margin-top: 20px;
}

.et_pb_feedburner_form .et_pb_newsletter_button, .et_pb_login_form .et_pb_newsletter_button {
	width: 100%;
	margin: 0;
	cursor: pointer;
}

.et_pb_feedburner_form form, .et_pb_login_form form {
	text-align: left;
}

.et_pb_feedburner_form ::-webkit-input-placeholder, .et_pb_login_form ::-webkit-input-placeholder {
	color: #666;
}

.et_pb_feedburner_form ::-moz-placeholder, .et_pb_login_form ::-moz-placeholder {
	color: #666;
}

.et_pb_feedburner_form :-ms-input-placeholder, .et_pb_login_form :-ms-input-placeholder {
	color: #666;
}

.et_pb_no_bg {
	padding: 0 !important;
}

.et_pb_newsletter .et_pb_contact_field_last+.et_pb_newsletter_field {
	padding-left: 0;
}

.et_pb_newsletter .et_pb_contact_field--hidden {
	display: none;
}

.et_pb_contact_field_options_list label a:empty:before {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: ETmodules;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	text-transform: none;
	content: "";
	speak: none;
}

.et_pb_newsletter {
	display: flex;
	justify-content: space-between;
}

.et_pb_newsletter.et_pb_login {
	display: block;
}

.et_pb_newsletter p .et_pb_signup_error {
	border: 1px solid red !important;
}

.et_pb_newsletter .et_pb_newsletter_fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.et_pb_newsletter .et_pb_newsletter_fields>* {
	flex-basis: 100%;
}

.et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_half {
	flex-basis: 48.5%;
}

.et_pb_signup .et_pb_newsletter_description, .et_pb_signup .et_pb_newsletter_form {
	float: none;
}

.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_description, .et_pb_newsletter_layout_right_left .et_pb_newsletter_description {
	padding-left: 0;
	order: 1;
}

.et_pb_newsletter.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
	padding-right: 40px;
	padding-left: 0;
}

.et_pb_newsletter.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_description {
	width: 100%;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}

.et_pb_newsletter.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.et_pb_newsletter.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_description {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.et_pb_newsletter.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form {
	width: 100%;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}

.et_pb_column_1_2 .et_pb_newsletter_layout_left_right, .et_pb_column_1_2 .et_pb_newsletter_layout_right_left, .et_pb_column_1_3 .et_pb_newsletter_layout_left_right, .et_pb_column_1_3 .et_pb_newsletter_layout_right_left, .et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_1_4 .et_pb_newsletter_layout_left_right, .et_pb_column_1_4 .et_pb_newsletter_layout_right_left, .et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_1_5 .et_pb_newsletter_layout_left_right, .et_pb_column_1_5 .et_pb_newsletter_layout_right_left, .et_pb_column_1_5.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_1_5.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_1_6 .et_pb_newsletter_layout_left_right, .et_pb_column_1_6 .et_pb_newsletter_layout_right_left, .et_pb_column_1_6.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_1_6.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_2_3 .et_pb_newsletter_layout_left_right, .et_pb_column_2_3 .et_pb_newsletter_layout_right_left, .et_pb_column_3_4 .et_pb_newsletter_layout_left_right, .et_pb_column_3_4 .et_pb_newsletter_layout_right_left, .et_pb_column_3_5 .et_pb_newsletter_layout_left_right, .et_pb_column_3_5 .et_pb_newsletter_layout_right_left, .et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_4_4 .et_pb_newsletter_layout_left_right, .et_pb_column_4_4 .et_pb_newsletter_layout_right_left, .et_pb_newsletter_layout_bottom_top, .et_pb_newsletter_layout_top_bottom {
	flex-direction: column;
}

.et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter_layout_left_right, .et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter_layout_right_left, .et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter_layout_left_right, .et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter_layout_right_left, .et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter_layout_left_right, .et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter_layout_right_left {
	flex-direction: row;
}

.et_pb_column_1_2 .et_pb_newsletter_description, .et_pb_column_1_2 .et_pb_newsletter_form, .et_pb_column_1_3 .et_pb_newsletter_description, .et_pb_column_1_3 .et_pb_newsletter_form, .et_pb_column_1_4 .et_pb_newsletter_description, .et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_column_1_5 .et_pb_newsletter_description, .et_pb_column_1_5 .et_pb_newsletter_form, .et_pb_column_1_6 .et_pb_newsletter_description, .et_pb_column_1_6 .et_pb_newsletter_form, .et_pb_column_2_5 .et_pb_newsletter_description, .et_pb_column_2_5 .et_pb_newsletter_form, .et_pb_column_3_5 .et_pb_newsletter_description, .et_pb_column_3_5 .et_pb_newsletter_form, .et_pb_column_3_8 .et_pb_newsletter_description, .et_pb_column_3_8 .et_pb_newsletter_form {
	width: 100%;
	padding: 0;
}

.et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter, .et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter, .et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter {
	display: flex;
	align-items: center;
}

.et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_description, .et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_description, .et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_description {
	margin-bottom: 0;
	align-self: start;
}

.et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_form, .et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_form, .et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_form {
	padding-left: 25px;
}

.et_pb_tabs {
	border: 1px solid #d9d9d9;
}

ul.et_pb_tabs_controls {
	background-color: #f4f4f4;
}

ul.et_pb_tabs_controls:after {
	display: block;
	visibility: visible;
	position: relative;
	z-index: 9;
	top: -1px;
	border-top: 1px solid #d9d9d9;
	content: "";
}

.et_pb_tabs_controls li {
	display: table;
	float: left;
	position: relative;
	z-index: 11;
	max-width: 100%;
	border-right: 1px solid #d9d9d9;
	font-weight: 600;
	line-height: 1.7em;
	cursor: pointer;
}

.et_pb_tabs_controls li:not(.et_pb_tab_active):last-child {
	border-right: none;
}

.et_pb_tabs_controls li a {
	display: table-cell;
	padding: 4px 30px 4px;
	color: #666;
	line-height: inherit;
	vertical-align: middle;
	text-decoration: none;
}

.et_pb_tabs_controls li.et_pb_tab_active {
	background-color: #fff;
}

.et_pb_tab_active a {
	color: #333 !important;
}

.et_pb_tab p:last-of-type {
	padding-bottom: 0;
}

.et_pb_all_tabs {
	background-color: #fff;
}

.et_pb_all_tabs>div, .et_pb_toggle_close .et_pb_toggle_content {
	display: none;
}

.et_pb_all_tabs .et_pb_active_content {
	display: block;
}

.et_pb_tab {
	padding: 24px 30px;
}

.et_pb_tab_content {
	position: relative;
}

.et_pb_column_1_3 .et_pb_tabs_controls, .et_pb_column_1_4 .et_pb_tabs_controls, .et_pb_column_1_5 .et_pb_tabs_controls, .et_pb_column_1_6 .et_pb_tabs_controls, .et_pb_column_2_5 .et_pb_tabs_controls, .et_pb_column_3_8 .et_pb_tabs_controls {
	border-bottom: none;
}

.et_pb_column_1_3 .et_pb_tabs_controls li, .et_pb_column_1_4 .et_pb_tabs_controls li, .et_pb_column_1_5 .et_pb_tabs_controls li, .et_pb_column_1_6 .et_pb_tabs_controls li, .et_pb_column_2_5 .et_pb_tabs_controls li, .et_pb_column_3_8 .et_pb_tabs_controls li {
	float: none;
	border-right: none;
	border-bottom: 1px solid #d9d9d9;
}

.et_pb_column_1_3 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li, .et_pb_column_1_4 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li, .et_pb_column_1_5 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li, .et_pb_column_1_6 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li, .et_pb_column_2_5 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li, .et_pb_column_3_8 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li {
	width: 100%;
}

.et_pb_toggle {
	border: 1px solid #d9d9d9;
}

.et_pb_toggle_close {
	padding: 20px;
	background-color: #f4f4f4;
}

.et_pb_toggle_open {
	padding: 20px;
	background-color: #fff;
}

.et_pb_accordion .et_pb_toggle.et_pb_text_align_left .et_pb_toggle_title, .et_pb_accordion .et_pb_toggle.et_pb_text_align_left h5.et_pb_toggle_title, .et_pb_accordion.et_pb_text_align_left .et_pb_toggle_title, .et_pb_accordion.et_pb_text_align_left h5.et_pb_toggle_title, .et_pb_toggle .et_pb_toggle_title, .et_pb_toggle h5.et_pb_toggle_title, .et_pb_toggle.et_pb_text_align_left .et_pb_toggle_title, .et_pb_toggle.et_pb_text_align_left h5.et_pb_toggle_title {
	position: relative;
	padding: 0 50px 0 0;
	cursor: pointer;
}

.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_close h5.et_pb_toggle_title {
	color: #666;
}

.et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title {
	color: #333;
}

.et_pb_toggle_title:before {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -.5em;
	color: #ccc;
	font-size: 16px;
	content: "";
}

.et_pb_accordion .et_pb_toggle_title:before, .et_pb_toggle .et_pb_toggle_title:before {
	right: 0;
	left: auto;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
	content: "";
}

.et_pb_toggle_content {
	position: relative;
	padding-top: 20px;
}

.et_pb_toggle_content p:last-of-type {
	padding-bottom: 0;
}

.et_pb_toggle_open {
	z-index: 1;
}

.et_pb_map {
	position: relative;
	width: 100%;
	height: 440px;
}

.et_pb_fullwidth_section .et_pb_map_container {
	margin: 0;
}

.et_pb_map_container img {
	max-width: inherit;
}

.et_pb_map_pin {
	display: none;
	visibility: hidden;
}

.et_pb_column_2_3 .et_pb_map {
	height: 400px;
}

.et_pb_column_1_2 .et_pb_map, .et_pb_column_3_5 .et_pb_map, .et_pb_column_3_8 .et_pb_map {
	height: 280px;
}

.et_pb_column_1_3 .et_pb_map, .et_pb_column_1_4 .et_pb_map, .et_pb_column_1_5 .et_pb_map, .et_pb_column_1_6 .et_pb_map, .et_pb_column_2_5 .et_pb_map {
	height: 230px;
}

.et_pb_contact_form {
	margin-left: -3%;
}

.et_pb_contact_form [data-conditional-logic] {
	display: none;
}

p.et_pb_contact_field {
	margin-bottom: 3%;
	padding: 0 0 0 3%;
	background-position: center;
	background-size: cover;
}

p.et_pb_contact_field:not(.et_pb_contact_field_last), p.et_pb_contact_field_half+p.et_pb_contact_field_last:not(.et_pb_contact_field_half) {
	clear: both;
}

p.et_pb_contact_field.et_pb_contact_field_last+p.et_pb_contact_field.et_pb_contact_field_last {
	clear: both;
}

.et_pb_contact_field.et_pb_section_parallax, .et_pb_contact_field.et_pb_section_video {
	position: relative;
}

.et_pb_contact_field * {
	position: relative;
}

.et_pb_contact_field a {
	color: inherit;
	font-weight: 700;
	text-decoration: underline;
}

.et_pb_contact_main_title {
	position: relative;
	padding-bottom: 16px;
	font-weight: 500;
}

h1.et_pb_contact_main_title {
	font-size: 26px;
}

.et-pb-contact-message {
	position: relative;
}

.et_pb_column_1_3 .et_pb_contact_main_title, .et_pb_column_1_4 .et_pb_contact_main_title, .et_pb_column_1_5 .et_pb_contact_main_title, .et_pb_column_1_6 .et_pb_contact_main_title, .et_pb_column_2_5 .et_pb_contact_main_title {
	font-size: 22px;
}

.et_pb_contact_form_label {
	display: none;
}

.et_pb_contact_right {
	display: inline-block;
	min-width: 105px;
	margin: 0;
	text-align: right;
}

.et_pb_contact {
	position: relative;
}

.et_pb_contact .et_pb_contact_field_half {
	float: left;
	width: 50%;
}

.et_pb_contact p input, .et_pb_contact p textarea, .et_pb_subscribe .et_pb_contact_field input, .et_pb_subscribe .et_pb_contact_field textarea {
	width: 100%;
	padding: 16px;
	border-width: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #999;
	background-color: #eee;
	font-size: 14px;
	-webkit-appearance: none;
}

.et_pb_subscribe .et_pb_contact_field input, .et_pb_subscribe .et_pb_contact_field textarea {
	background-color: #fff;
}

.et_pb_contact p textarea, .et_pb_subscribe .et_pb_contact_field textarea {
	font-family: inherit;
}

.et_pb_contact p input::-moz-placeholder, .et_pb_contact p textarea::-moz-placeholder {
	opacity: 1;
}

.et_pb_contact p input:-moz-placeholder, .et_pb_contact p textarea:-moz-placeholder {
	opacity: 1;
}

.et_pb_contact_right p input {
	max-width: 50px;
	padding: 16px;
}

.et_pb_contact p input[type=checkbox], .et_pb_contact p input[type=radio], .et_pb_subscribe .et_pb_contact_field input[type=checkbox], .et_pb_subscribe .et_pb_contact_field input[type=radio] {
	display: none;
	width: auto;
	max-width: none;
	margin: 0;
	padding: 0;
}

.et_pb_contact p input[type=checkbox]+label, .et_pb_contact p input[type=radio]+label, .et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label, .et_pb_subscribe .et_pb_contact_field input[type=radio]+label {
	display: inline-block;
	position: relative;
	min-height: 1.7em;
	line-height: 1.7em;
	vertical-align: middle;
	cursor: pointer;
}

.et_pb_contact p input[type=checkbox]+label i, .et_pb_contact p input[type=radio]+label i, .et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label i, .et_pb_subscribe .et_pb_contact_field input[type=radio]+label i {
	display: inline-block;
	position: relative;
	width: 18px;
	height: 18px;
	margin-right: 6px;
	background-color: #eee;
	font-style: normal;
	vertical-align: middle;
	content: "";
}

.et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label i, .et_pb_subscribe .et_pb_contact_field input[type=radio]+label i, .et_pb_subscribe .et_pb_contact_field input[type=text], .et_pb_subscribe .et_pb_contact_field select, .et_pb_subscribe .et_pb_contact_field textarea {
	background-color: #fff;
}

.et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label i, .et_pb_subscribe .et_pb_contact_field input[type=text], .et_pb_subscribe .et_pb_contact_field select, .et_pb_subscribe .et_pb_contact_field textarea {
	border-radius: 3px;
}

.et_pb_contact p input[type=radio]+label i, .et_pb_subscribe .et_pb_contact_field input[type=radio]+label i {
	border-radius: 50%;
}

.et_pb_contact p input[type=checkbox]:checked+label i:before, .et_pb_contact p input[type=radio]:checked+label i:before, .et_pb_subscribe .et_pb_contact_field input[type=checkbox]:checked+label i:before, .et_pb_subscribe .et_pb_contact_field input[type=radio]:checked+label i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	transform: translate(-50%, -50%);
}

.et_pb_contact p input[type=checkbox]:checked+label i:before, .et_pb_subscribe .et_pb_contact_field input[type=checkbox]:checked+label i:before {
	width: 17px;
	height: 17px;
	color: #2ea3f2;
	font-family: dashicons;
	font-size: 17px;
	line-height: 17px;
	content: "";
}

.et_pb_contact p input[type=radio]:checked+label i:before, .et_pb_subscribe .et_pb_contact_field input[type=radio]:checked+label i:before {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #2ea3f2;
}

.et_pb_contact p input[type=checkbox]~input[type=text], .et_pb_subscribe .et_pb_contact_field input[type=checkbox]~input[type=text] {
	display: none !important;
}

.et_pb_contact_field[data-type=select] {
	position: relative;
}

.et_pb_contact_field[data-type=select]:after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: 3px;
	border: 6px solid;
	border-color: #666 transparent transparent transparent;
	content: "";
	transform: translateY(-50%);
	pointer-events: none;
}

.et_pb_contact_select {
	box-sizing: border-box;
	width: 100%;
	padding: 16px 20px 16px 10px;
	border: 0;
	border-radius: 0;
	color: #999;
	background-color: #eee;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.et_pb_contact_select::-ms-expand {
	display: none;
}

.et_pb_contact_field_options_wrapper {
	display: block;
}

.et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title {
	margin-bottom: .5em;
	font-weight: 600;
}

.et_pb_contact_field_options_wrapper:after {
	display: block;
	clear: both;
	content: " ";
}

.et_pb_contact_field_checkbox, .et_pb_contact_field_options_title, .et_pb_contact_field_radio, .et_pb_contact_field_select_title {
	display: block;
}

.et_pb_contact_field_radio_title, .et_pb_contact_field_select_title {
	padding-bottom: 4px;
	font-size: 16px;
}

.et_pb_contact_message {
	min-height: 150px;
}

.et_pb_contact_reset, .et_pb_contact_submit {
	display: inline-block;
	margin: 0 0 0 15px;
	font-family: inherit;
	cursor: pointer;
}

.et_pb_contact p .et_contact_error {
	border: 1px solid red !important;
}

.et_pb_contact .et_pb_contact_form p.et_contact_error .et_pb_contact_field_radio label, .et_pb_contact .et_pb_contact_form p.et_contact_error .et_pb_contact_field_radio_title, .et_pb_contact .et_pb_contact_form p.et_contact_error input[type=checkbox]+label {
	color: red !important;
}

.et_contact_bottom_container {
	float: right;
	margin-top: -1.5%;
	text-align: right;
}

.et_pb_contact_form .et_pb_contactform_validate_field {
	display: none !important;
	visibility: hidden !important;
	width: 0 !important;
	height: 0 !important;
	border: none !important;
	opacity: 0 !important;
}

.et_pb_contactform_validate_field {
	display: none;
}

.et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_title, .et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_title, .et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_title {
	float: none;
}

.et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_wrapper, .et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper, .et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_wrapper {
	display: flex;
}

.et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_wrapper {
	justify-content: center;
}

.et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_wrapper {
	justify-content: flex-end;
}

.et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper {
	justify-content: space-between;
}

.et_pb_countdown_timer {
	padding: 4%;
}

.et_pb_countdown_timer .et_pb_countdown_timer_container {
	position: relative;
	width: 100%;
	text-align: center;
	vertical-align: top;
}

.et_pb_countdown_timer .title {
	margin: 0 0 30px;
	padding: 0;
	font-weight: 500;
	text-align: center;
}

.et_pb_countdown_timer h4.title {
	font-size: 26px;
}

.et_pb_countdown_timer .section {
	display: inline-block;
	position: relative;
}

.et_pb_countdown_timer .section.values {
	width: 17%;
	max-width: 160px;
	vertical-align: top;
}

.et_pb_countdown_timer .section p {
	display: inline-block;
	padding-bottom: 0;
	font-size: 54px;
	line-height: 54px;
	text-align: center;
}

.et_pb_countdown_timer .section.zero p {
	opacity: .4;
}

.et_pb_countdown_timer .section p.value {
	min-width: 100%;
}

.et_pb_countdown_timer .section p.label {
	display: block;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}

.et_pb_countdown_timer .sep {
	position: relative;
}

.et_pb_countdown_timer .sep.sep.sep.sep.sep p {
	text-decoration: none !important;
}

.et_pb_column_1_2 .et_pb_countdown_timer .section p, .et_pb_column_3_5 .et_pb_countdown_timer .section p {
	font-size: 38px;
	line-height: 38px;
}

.et_pb_column_1_2 .et_pb_countdown_timer .section p.label, .et_pb_column_3_5 .et_pb_countdown_timer .section p.label {
	font-size: 12px;
	line-height: 20px;
}

.et_pb_column_1_3 .et_pb_countdown_timer .title, .et_pb_column_1_4 .et_pb_countdown_timer .title, .et_pb_column_1_5 .et_pb_countdown_timer .title, .et_pb_column_1_6 .et_pb_countdown_timer .title, .et_pb_column_2_5 .et_pb_countdown_timer .title {
	margin-bottom: 20px;
	font-size: 22px;
}

.et_pb_column_1_3 .et_pb_countdown_timer .section p, .et_pb_column_2_5 .et_pb_countdown_timer .section p, .et_pb_column_3_8 .et_pb_countdown_timer .section p {
	font-size: 28px;
	line-height: 28px;
}

.et_pb_column_1_4 .et_pb_countdown_timer .section p, .et_pb_column_1_5 .et_pb_countdown_timer .section p, .et_pb_column_1_6 .et_pb_countdown_timer .section p {
	font-size: 20px;
	line-height: 20px;
}

.et_pb_column_1_3 .et_pb_countdown_timer .section p.label, .et_pb_column_1_4 .et_pb_countdown_timer .section p.label, .et_pb_column_1_5 .et_pb_countdown_timer .section p.label, .et_pb_column_1_6 .et_pb_countdown_timer .section p.label, .et_pb_column_2_5 .et_pb_countdown_timer .section p.label, .et_pb_column_3_8 .et_pb_countdown_timer .section p.label {
	font-size: 11px;
	line-height: 19px;
}

.et_pb_circle_counter, .et_pb_number_counter {
	position: relative;
	margin: 0 auto 30px;
	text-align: center;
}

.et_pb_circle_counter {
	max-width: 225px;
}

.et_pb_circle_counter_inner {
	display: block;
	position: relative;
}

.et_pb_circle_counter canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: auto !important;
}

.et_pb_circle_counter .percent {
	word-wrap: initial;
}

.et_pb_circle_counter .percent, .et_pb_number_counter .percent {
	position: relative;
	z-index: 2;
}

.et_pb_circle_counter .percent p {
	visibility: hidden;
}

.et_pb_circle_counter .percent p, .et_pb_slide_content .et_pb_circle_counter .percent p:last-of-type {
	position: relative;
	padding: 49% 0;
	font-size: 40px;
	font-weight: 500;
	line-height: .1em;
}

.et_pb_circle_counter h3, .et_pb_number_counter h3 {
	position: relative;
	font-size: 18px;
}

.et_pb_circle_counter .et_pb_module_header, .et_pb_number_counter .et_pb_module_header {
	position: relative;
}

.et_pb_circle_counter.et_pb_with_title .percent, .et_pb_number_counter.et_pb_with_title .percent {
	margin-bottom: 20px;
}

.et_pb_number_counter {
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}

.et_pb_number_counter.active {
	opacity: 1;
}

.et_pb_number_counter {
	width: auto;
}

.et_pb_number_counter canvas {
	display: none;
	visibility: hidden;
}

.et_pb_number_counter .percent {
	position: relative;
	height: 72px;
}

.et_pb_number_counter .percent p {
	font-size: 72px;
	font-weight: 500;
	line-height: 72px;
}

.et_pb_post .entry-content {
	padding-top: 30px;
}

.et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_title, .et_pb_gallery_grid .et_pb_gallery_item h3, .et_pb_portfolio_item .et_pb_module_header, .et_pb_portfolio_item h2 {
	margin-top: 10px;
}

.et_overlay.et_pb_inline_icon:before, .et_pb_inline_icon:before {
	content: attr(data-icon);
}

.et_overlay {
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 1px solid #e5e5e5;
	opacity: 0;
	background: rgba(255, 255, 255, .9);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-o-backface-visibility: hidden;
}

.et_overlay:before {
	position: absolute;
	top: 55%;
	left: 50%;
	margin: -16px 0 0 -16px;
	font-size: 32px;
	content: "";
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.et_overlay:hover:before {
	top: 50%;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_overlay, .et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .meta, .et_pb_gallery_image:hover .et_overlay, .et_pb_has_overlay:not(.et_pb_image):hover .et_overlay, .et_pb_image.et_pb_has_overlay .et_pb_image_wrap:hover .et_overlay, .et_portfolio_image:hover .et_overlay, .et_shop_image:hover .et_overlay {
	z-index: 3;
	opacity: 1;
}

.et_pb_slider.et_pb_gallery_fullwidth span.et_overlay {
	display: none;
}

#ie7 .et_overlay, #ie8 .et_overlay {
	display: none;
}

.et_pb_fullwidth_menu.et_hover_enabled:hover {
	z-index: initial;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav, .et_pb_fullwidth_menu .fullwidth-menu-nav>ul {
	float: none;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav>ul {
	padding: 28px 0 0 !important;
	line-height: 1.7em;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav>ul>li.mega-menu>ul {
	top: 76px;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav>ul ul {
	padding: 20px 0;
	text-align: left;
}

.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a {
	color: #fff;
}

.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a:hover {
	color: rgba(255, 255, 255, .8);
}

.fullwidth-menu li li.menu-item-has-children>a:first-child:after {
	top: 12px;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav>ul.upwards {
	padding: 0 0 29px !important;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav>ul.upwards>li {
	padding-top: 28px;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav>ul.upwards>li>a {
	padding-bottom: 0;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav>ul.upwards li ul {
	top: initial;
	bottom: 100%;
	border-top: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2ea3f2;
	-webkit-box-shadow: 2px -2px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 2px -2px 5px rgba(0, 0, 0, .1);
	box-shadow: 2px -2px 5px rgba(0, 0, 0, .1);
}

.et_pb_fullwidth_menu .fullwidth-menu-nav>ul.upwards li ul li ul {
	bottom: -23px;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav>ul.upwards li.mega-menu ul ul {
	top: initial;
	bottom: 0;
	border: none;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav>ul.upwards li.mega-menu>ul {
	bottom: 76px;
}

.et_pb_forgot_password {
	margin-top: -5px;
	font-size: 12px;
}

.et_pb_forgot_password a {
	color: #fff;
	text-decoration: underline;
}

.et_pb_bg_layout_light .et_pb_forgot_password a {
	color: #666;
}

.et_pb_team_member_image {
	display: table-cell;
	float: left;
	position: relative;
	max-width: 320px;
	margin-right: 30px;
	line-height: 0 !important;
}

.et_pb_column .et_pb_team_member_image.et-svg {
	width: 320px;
	max-width: 100%;
}

.et_pb_team_member_description {
	display: table-cell;
	position: relative;
	vertical-align: top;
}

.et_pb_team_member_no_image .et_pb_team_member_description {
	display: block !important;
}

.et_pb_member_position {
	padding-bottom: 7px;
	color: #aaa;
}

.et_pb_column_1_2 .et_pb_team_member_image, .et_pb_column_1_3 .et_pb_team_member_image, .et_pb_column_1_4 .et_pb_team_member_image, .et_pb_column_1_5 .et_pb_team_member_image, .et_pb_column_1_6 .et_pb_team_member_image, .et_pb_column_2_5 .et_pb_team_member_image, .et_pb_column_3_5 .et_pb_team_member_image, .et_pb_column_3_8 .et_pb_team_member_image {
	display: block;
	float: none;
	width: auto;
	margin: 0 0 12px;
	text-align: center;
}

.et_pb_column_1_2 .et_pb_team_member_description, .et_pb_column_1_3 .et_pb_team_member_description, .et_pb_column_1_4 .et_pb_team_member_description, .et_pb_column_1_5 .et_pb_team_member_description, .et_pb_column_1_6 .et_pb_team_member_description, .et_pb_column_2_5 .et_pb_team_member_description, .et_pb_column_3_4 .et_pb_team_member_description, .et_pb_column_3_5 .et_pb_team_member_description, .et_pb_column_3_8 .et_pb_team_member_description {
	display: block;
}

.et_pb_shop.et_pb_text_align_center .star-rating, .et_pb_shop.et_pb_text_align_justified .star-rating, .et_pb_shop.et_pb_text_align_right .star-rating {
	display: inline-block;
}

.et_pb_member_social_links li {
	display: inline-block;
	margin-right: 15px;
}

.et_pb_member_social_links a {
	display: inline-block;
	position: relative;
	color: #b2b2b2;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	transition: color .3s ease 0s;
}

.et_pb_facebook_icon:before {
	content: "";
}

.et_pb_twitter_icon:before {
	content: "";
}

.et_pb_google_icon:before {
	content: "";
}

.et_pb_linkedin_icon:before {
	content: "";
}

.et_pb_member_social_links span {
	display: none;
}

.et_audio_content, .et_link_content, .et_pb_audio_module_content, .et_quote_content {
	position: relative;
	text-align: center;
	word-wrap: break-word;
}

.et_audio_content, .et_link_content, .et_pb_audio_module_content, .et_quote_content {
	padding: 50px 60px;
}

.et_audio_content .wp-block-audio {
	margin: 0;
	padding: 0;
}

.et_audio_content h2, .et_link_content a.et_link_main_url, .et_link_content h2, .et_pb_audio_module_content h2, .et_quote_content blockquote cite, .et_quote_content blockquote p {
	color: #fff !important;
}

.et_pb_text_color_dark .et_audio_content h2, .et_pb_text_color_dark .et_audio_module_meta, .et_pb_text_color_dark .et_link_content a.et_link_main_url, .et_pb_text_color_dark .et_link_content h2, .et_pb_text_color_dark .et_pb_audio_module_content h2, .et_pb_text_color_dark .et_quote_content blockquote cite, .et_pb_text_color_dark .et_quote_content blockquote p {
	color: #666 !important;
}

.et_pb_text_color_dark.et_audio_content h2, .et_pb_text_color_dark.et_link_content a.et_link_main_url, .et_pb_text_color_dark.et_link_content h2, .et_pb_text_color_dark.et_pb_audio_module_content h2, .et_pb_text_color_dark.et_quote_content blockquote cite, .et_pb_text_color_dark.et_quote_content blockquote p {
	color: #bbb !important;
}

.et_pb_text_color_dark.et_audio_content, .et_pb_text_color_dark.et_link_content, .et_pb_text_color_dark.et_quote_content {
	background-color: #e8e8e8;
}

.et_quote_main_link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.et_quote_content blockquote {
	margin: 0;
	padding: 0;
	border: none;
}

.et_audio_content h2, .et_link_content h2, .et_pb_audio_module_content h2, .et_quote_content blockquote p {
	margin-top: 0;
}

.et_audio_content h2, .et_link_content h2, .et_quote_content blockquote p {
	line-height: 44px;
}

.et_audio_content h2 {
	margin-bottom: 20px;
}

.et_link_content a.et_link_main_url, .et_quote_content blockquote cite {
	font-size: 18px;
	font-weight: 200;
}

.et_quote_content blockquote cite {
	font-style: normal;
}

.et_pb_blog_grid .et_audio_content h2, .et_pb_column_1_2 .et_audio_content h2, .et_pb_column_1_3 .et_audio_content h2, .et_pb_column_1_4 .et_audio_content h2, .et_pb_column_1_5 .et_audio_content h2, .et_pb_column_1_6 .et_audio_content h2, .et_pb_column_2_5 .et_audio_content h2, .et_pb_column_3_5 .et_audio_content h2, .et_pb_column_3_8 .et_audio_content h2 {
	margin-top: 0;
	margin-bottom: 9px;
}

.et_pb_column_2_3 .et_quote_content {
	padding: 50px 42px 45px;
}

.et_pb_column_2_3 .et_audio_content, .et_pb_column_2_3 .et_link_content, .et_pb_column_2_3 .et_pb_audio_module_content {
	padding: 40px 40px 45px;
}

.et_pb_column_1_2 .et_audio_content, .et_pb_column_1_2 .et_link_content, .et_pb_column_1_2 .et_quote_content, .et_pb_column_3_5 .et_audio_content, .et_pb_column_3_5 .et_link_content, .et_pb_column_3_5 .et_quote_content {
	padding: 35px 40px;
}

.et_pb_column_1_2 .et_pb_audio_module_content, .et_pb_column_3_5 .et_pb_audio_module_content {
	padding: 40px 40px 35px;
}

.et_pb_column_1_2 .et_quote_content blockquote p, .et_pb_column_3_5 .et_quote_content blockquote p {
	font-size: 26px;
	line-height: 32px;
}

.et_pb_column_1_2 .et_audio_content h2, .et_pb_column_1_2 .et_link_content h2, .et_pb_column_3_5 .et_audio_content h2, .et_pb_column_3_5 .et_link_content h2 {
	line-height: 32px;
}

.et_pb_column_1_2 .et_link_content a.et_link_main_url, .et_pb_column_1_2 .et_quote_content blockquote cite, .et_pb_column_3_5 .et_link_content a.et_link_main_url, .et_pb_column_3_5 .et_quote_content blockquote cite {
	font-size: 14px;
}

.et_pb_blog_grid .et_quote_content, .et_pb_column_1_3 .et_quote_content, .et_pb_column_1_4 .et_quote_content, .et_pb_column_1_5 .et_quote_content, .et_pb_column_1_6 .et_quote_content, .et_pb_column_2_5 .et_quote_content, .et_pb_column_3_8 .et_quote_content {
	padding: 35px 30px 32px;
}

.et_pb_blog_grid .et_audio_content, .et_pb_blog_grid .et_link_content, .et_pb_column_1_3 .et_audio_content, .et_pb_column_1_3 .et_link_content, .et_pb_column_1_4 .et_audio_content, .et_pb_column_1_4 .et_link_content, .et_pb_column_1_5 .et_audio_content, .et_pb_column_1_5 .et_link_content, .et_pb_column_1_6 .et_audio_content, .et_pb_column_1_6 .et_link_content, .et_pb_column_2_5 .et_audio_content, .et_pb_column_2_5 .et_link_content, .et_pb_column_3_8 .et_audio_content, .et_pb_column_3_8 .et_link_content {
	padding: 35px 20px;
}

.et_pb_blog_grid .et_audio_content h2, .et_pb_blog_grid .et_link_content h2, .et_pb_blog_grid .et_quote_content blockquote p, .et_pb_column_1_3 .et_audio_content h2, .et_pb_column_1_3 .et_link_content h2, .et_pb_column_1_3 .et_quote_content blockquote p, .et_pb_column_1_4 .et_audio_content h2, .et_pb_column_1_4 .et_link_content h2, .et_pb_column_1_4 .et_quote_content blockquote p, .et_pb_column_1_5 .et_audio_content h2, .et_pb_column_1_5 .et_link_content h2, .et_pb_column_1_5 .et_quote_content blockquote p, .et_pb_column_1_6 .et_audio_content h2, .et_pb_column_1_6 .et_link_content h2, .et_pb_column_1_6 .et_quote_content blockquote p, .et_pb_column_2_5 .et_audio_content h2, .et_pb_column_2_5 .et_link_content h2, .et_pb_column_2_5 .et_quote_content blockquote p, .et_pb_column_3_8 .et_audio_content h2, .et_pb_column_3_8 .et_link_content h2, .et_pb_column_3_8 .et_quote_content blockquote p {
	font-size: 18px;
	line-height: 26px;
}

.et_pb_blog_grid .et_link_content a.et_link_main_url, .et_pb_blog_grid .et_quote_content blockquote cite, .et_pb_column_1_3 .et_link_content a.et_link_main_url, .et_pb_column_1_3 .et_quote_content blockquote cite, .et_pb_column_1_4 .et_link_content a.et_link_main_url, .et_pb_column_1_4 .et_quote_content blockquote cite, .et_pb_column_1_5 .et_link_content a.et_link_main_url, .et_pb_column_1_5 .et_quote_content blockquote cite, .et_pb_column_1_6 .et_link_content a.et_link_main_url, .et_pb_column_1_6 .et_quote_content blockquote cite, .et_pb_column_2_5 .et_link_content a.et_link_main_url, .et_pb_column_2_5 .et_quote_content blockquote cite, .et_pb_column_3_8 .et_link_content a.et_link_main_url, .et_pb_column_3_8 .et_quote_content blockquote cite {
	font-size: 14px;
}

.et_pb_blog_grid .et_link_content {
	margin: -20px -20px 19px;
}

.et_pb_blog_grid .et_quote_content {
	margin: -20px -20px 19px;
}

.et_pb_column_1_3 .et_pb_audio_module_content, .et_pb_column_1_4 .et_pb_audio_module_content, .et_pb_column_3_8 .et_pb_audio_module_content {
	padding: 30px;
}

.et_pb_blog_grid .et_audio_content {
	margin-bottom: 19px;
}

.et_audio_container .mejs-container {
	width: auto !important;
	min-width: unset !important;
	height: auto !important;
}

.et_audio_container .mejs-container, .et_audio_container .mejs-container .mejs-controls, .et_audio_container .mejs-embed, .et_audio_container .mejs-embed body {
	height: auto;
	background: 0 0;
}

.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-loaded, .et_audio_container .mejs-time.mejs-currenttime-container {
	display: none !important;
}

.et_audio_container .mejs-time {
	display: block !important;
	margin-right: 90px;
	margin-left: 10px;
	padding: 0;
	line-height: inherit;
}

.et_audio_container .mejs-android .mejs-time, .et_audio_container .mejs-ios .mejs-time, .et_audio_container .mejs-ipad .mejs-time, .et_audio_container .mejs-iphone .mejs-time {
	margin-right: 0;
}

.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total {
	top: 0;
	right: 0;
	left: auto;
	height: 4px;
	margin: 8px 0 0 0;
	border-radius: 5px;
	background: rgba(255, 255, 255, .5);
}

.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total {
	background: rgba(153, 153, 153, .5);
}

.et_audio_container .mejs-controls>div {
	height: 20px !important;
}

.et_audio_container .mejs-controls div.mejs-time-rail {
	display: block !important;
	position: relative;
	margin-right: 0;
	margin-left: 42px;
	padding-top: 0;
}

.et_audio_container span.mejs-time-total.mejs-time-slider {
	display: block !important;
	position: relative !important;
	min-width: unset !important;
	max-width: 100%;
}

.et_audio_container .mejs-button.mejs-volume-button {
	position: absolute;
	right: 59px;
	bottom: -2px;
	width: auto;
	height: auto;
	margin-left: auto;
}

.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current {
	height: 4px;
	border-radius: 5px;
	background: #fff;
}

.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #999;
}

.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle {
	display: block;
	width: 10px;
	border: none;
}

.et_pb_audio_legacy .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle {
	top: -3px;
}

.et_audio_container .mejs-time-rail .mejs-time-handle-content {
	border-radius: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.et_audio_container .mejs-time-rail .mejs-time-hovered {
	height: 4px;
}

.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	position: absolute;
	top: -3px;
	height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
}

.et_pb_audio_legacy .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	top: 5px;
}

.et_pb_audio_legacy .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	top: 8px;
}

.et_audio_container .mejs-container .mejs-controls .mejs-time span {
	font-size: 18px;
}

.et_audio_container .mejs-controls a.mejs-horizontal-volume-slider {
	display: block !important;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 19px;
	margin-left: 5px;
}

.et_audio_container .mejs-controls div.mejs-horizontal-volume-slider {
	height: 4px;
}

.et_audio_container .mejs-playpause-button button, .et_audio_container .mejs-volume-button button {
	position: relative !important;
	z-index: 99;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	background: 0 0 !important;
}

.et_audio_container .mejs-playpause-button button:before {
	top: -8px;
	left: 0;
	font-size: 32px;
	content: "E" !important;
}

.et_audio_container .mejs-playpause-button button:before, .et_audio_container .mejs-volume-button button:before {
	color: #fff;
}

.et_pb_text_color_dark .et_audio_container .mejs-playpause-button button:before, .et_pb_text_color_dark .et_audio_container .mejs-volume-button button:before {
	color: #666;
}

.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .et_pb_text_color_dark .mejs-controls .mejs-time-rail .mejs-time-handle {
	background: #666;
}

.et_pb_text_color_dark .mejs-container .mejs-controls .mejs-time span {
	color: #999;
}

.et_audio_container .mejs-playpause-button {
	position: absolute;
	width: auto !important;
	height: auto !important;
	margin-top: -7px !important;
}

.et_audio_container .mejs-controls .mejs-button button:focus {
	outline: 0;
}

.et_audio_container .mejs-playpause-button.mejs-pause button:before {
	content: "`" !important;
}

.et_audio_container .mejs-volume-button button:before {
	font-size: 18px;
	content: "";
}

.et_pb_blog_grid .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_1_3 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_1_4 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_1_5 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_1_6 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_2_5 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_3_8 .et_audio_container .mejs-container .mejs-controls .mejs-time span {
	font-size: 14px;
}

.et_audio_container .mejs-container .mejs-controls {
	position: relative;
	min-width: unset !important;
	padding: 0;
	flex-wrap: wrap;
}

body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total, body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls a.mejs-horizontal-volume-slider {
	right: auto;
	left: 0;
}

body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls a.mejs-horizontal-volume-slider {
	margin-left: 0;
}

body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-time {
	margin-right: 10px;
	margin-left: 90px;
}

body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-android .mejs-time, body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-ios .mejs-time, body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-ipad .mejs-time, body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-iphone .mejs-time {
	margin-left: 0;
}

body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-button.mejs-volume-button {
	right: auto;
	left: 59px;
}

body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls div.mejs-time-rail {
	margin-right: 42px;
	margin-left: 5px;
}

.et_pb_post .et_pb_gallery_post_type .et_pb_slide {
	min-height: 500px;
	background-position: top center;
	background-size: cover !important;
}

.et_pb_row .et_pb_blog_grid .et_pb_post .et_pb_slide {
	min-height: 180px;
}

.et_gallery_item {
	float: left;
	width: 28.353%;
	margin: 0 7.47% 7.47% 0;
}

.et_gallery_item:nth-child(3n) {
	margin-right: 0;
}

.et_gallery_item:nth-child(3n+1) {
	clear: both;
}

.et_pb_column_3_4 .et_pb_post .et_pb_slide {
	min-height: 442px;
}

.et_pb_column_2_3 .et_pb_post .et_pb_slide {
	min-height: 390px;
}

.et_pb_column_1_2 .et_pb_post .et_pb_slide, .et_pb_column_3_5 .et_pb_post .et_pb_slide {
	min-height: 284px;
}

.et_pb_column_1_3 .et_pb_post .et_pb_slide, .et_pb_column_2_5 .et_pb_post .et_pb_slide, .et_pb_column_3_8 .et_pb_post .et_pb_slide {
	min-height: 180px;
}

.et_pb_column_1_4 .et_pb_post .et_pb_slide, .et_pb_column_1_5 .et_pb_post .et_pb_slide, .et_pb_column_1_6 .et_pb_post .et_pb_slide {
	min-height: 125px;
}

.et_pb_audio_module {
	position: relative;
}

.et_pb_audio_cover_art {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	transition: inherit;
}

.et_pb_audio_module_content {
	margin-left: 220px;
}

.et_audio_module_meta {
	margin-bottom: 17px;
	color: #fff;
}

.et_pb_audio_no_image .et_pb_audio_module_content {
	margin-left: 0;
}

.et_pb_column_1_2 .et_pb_audio_cover_art, .et_pb_column_1_3 .et_pb_audio_cover_art, .et_pb_column_1_4 .et_pb_audio_cover_art, .et_pb_column_1_5 .et_pb_audio_cover_art, .et_pb_column_1_6 .et_pb_audio_cover_art, .et_pb_column_2_5 .et_pb_audio_cover_art, .et_pb_column_3_5 .et_pb_audio_cover_art, .et_pb_column_3_8 .et_pb_audio_cover_art {
	float: none;
	position: relative;
	width: 100%;
}

.et_pb_column_1_2 .et_pb_audio_module_content, .et_pb_column_1_3 .et_pb_audio_module_content, .et_pb_column_2_5 .et_pb_audio_module_content, .et_pb_column_3_5 .et_pb_audio_module_content, .et_pb_column_3_8 .et_pb_audio_module_content {
	margin-left: 0;
}

.et_pb_column_1_4 .et_pb_audio_module_content, .et_pb_column_1_5 .et_pb_audio_module_content, .et_pb_column_1_6 .et_pb_audio_module_content {
	margin-left: 0;
}

.et_pb_column_1_4 .et_audio_module_meta, .et_pb_column_1_5 .et_audio_module_meta, .et_pb_column_1_6 .et_audio_module_meta {
	font-size: 12px;
}

.et_pb_column_1_2 .et_pb_audio_cover_art, .et_pb_column_3_5 .et_pb_audio_cover_art {
	height: 380px;
}

.et_pb_column_3_8 .et_pb_audio_cover_art {
	height: 275px;
}

.et_pb_column_1_3 .et_pb_audio_cover_art, .et_pb_column_2_5 .et_pb_audio_cover_art {
	height: 240px;
}

.et_pb_column_1_4 .et_pb_audio_cover_art, .et_pb_column_1_5 .et_pb_audio_cover_art, .et_pb_column_1_6 .et_pb_audio_cover_art {
	height: 170px;
}

.et_pb_slide_video {
	position: absolute;
	top: 50%;
	bottom: auto;
}

.et_pb_slide_video .wp-video-shortcode video, .et_pb_slide_video video.wp-video-shortcode {
	height: auto;
}

.et_pb_slider {
	overflow: hidden;
	position: relative;
}

.et_pb_row:after, .et_pb_row_inner:after, .et_pb_slides:after {
	display: block;
	visibility: hidden;
	clear: both;
	width: 0;
	height: 0;
	line-height: 0;
	content: ".";
}

.et_pb_slider .et_pb_slide {
	display: none;
	float: left;
	position: relative;
	width: 100%;
	margin-right: -100%;
	text-align: center;
	list-style: none !important;
}

.format-gallery .et_pb_slider.gallery-not-found .et_pb_slide {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
}

.et_pb_slider.gallery-not-found .et_pb_slide, .et_pb_slider.gallery-not-found .et_pb_slide .et_pb_container {
	min-height: 0 !important;
}

.et_pb_section, .et_pb_slider .et_pb_slide {
	background-position: center;
	-webkit-background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: 100%;
	-moz-background-size: cover;
	background-size: 100%;
	background-size: cover;
}

.et_pb_slider .et_pb_slide:first-child {
	display: list-item;
}

.et_pb_post>.et_pb_slider {
	margin-bottom: 30px;
}

.et_pb_slider .et_pb_container {
	position: relative;
	z-index: 2;
	width: 80%;
	max-width: 1080px;
	margin: 0 auto;
}

.et_pb_slide {
	padding: 0 6%;
}

.et_pb_video_slider .et_pb_slide {
	padding: 0;
}

.et_pb_slider_fullwidth_off .et_pb_container {
	width: 100% !important;
}

.et-pb-arrow-next, .et-pb-arrow-prev {
	position: absolute;
	z-index: 100;
	top: 50%;
	margin-top: -24px;
	opacity: 0;
	color: #fff;
	font-size: 48px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.et_pb_bg_layout_light .et-pb-arrow-next, .et_pb_bg_layout_light .et-pb-arrow-prev {
	color: #333;
}

.et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control {
	background-color: #333;
}

.et_pb_bg_layout_light .et-pb-controllers a {
	background-color: rgba(0, 0, 0, .3);
}

.et-pb-arrow-next:hover, .et-pb-arrow-prev:hover {
	text-decoration: none;
}

.et-pb-arrow-next span, .et-pb-arrow-prev span {
	display: none;
}

.et-pb-arrow-prev {
	left: -22px;
}

.et-pb-arrow-next {
	right: -22px;
}

.et-pb-arrow-prev:before {
	content: "4";
}

.et-pb-arrow-next:before {
	content: "5";
}

.et_pb_slider:hover .et-pb-arrow-prev {
	left: 22px;
	opacity: 1;
}

.et_pb_slider:hover .et-pb-arrow-next {
	right: 22px;
	opacity: 1;
}

.format-gallery .et-pb-arrow-next, .format-gallery .et-pb-arrow-prev {
	color: #fff;
}

.format-gallery .et-pb-controllers a {
	background-color: rgba(255, 255, 255, .5);
}

.format-gallery .et_pb_slider:hover .et-pb-arrow-prev {
	left: 0;
}

.format-gallery .et_pb_slider:hover .et-pb-arrow-next {
	right: 0;
}

.et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_2_5 .et_pb_slider:hover .et-pb-arrow-prev {
	left: 0;
}

.et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-next, .et_pb_column_2_5 .et_pb_slider:hover .et-pb-arrow-next {
	right: 0;
}

.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-prev {
	right: 0;
}

.et_pb_column_1_4 .et_pb_slider .et_pb_slide, .et_pb_column_1_5 .et_pb_slider .et_pb_slide, .et_pb_column_1_6 .et_pb_slider .et_pb_slide {
	min-height: 170px;
}

.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-next, .et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-next, .et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-next {
	right: 0;
}

.et-pb-controllers {
	position: absolute;
	z-index: 10;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}

.format-gallery .et-pb-controllers {
	bottom: 0;
}

.et-pb-controllers a {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 10px;
	padding: 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: rgba(255, 255, 255, .5);
	text-indent: -9999px;
}

.et_pb_post .et-pb-controllers a {
	margin-bottom: 10px;
}

.et-pb-controllers a:last-child {
	margin-right: 0;
}

.et-pb-controllers .et-pb-active-control {
	background-color: #fff;
}

.et_pb_slide_image {
	position: absolute;
	bottom: 0;
}

.et_pb_slide:first-child .et_pb_slide_image img {
	opacity: 0;
}

.et_pb_slide:first-child .et_pb_slide_image img.active {
	opacity: 1;
	-webkit-animation-name: fadeLeft;
	-moz-animation-name: fadeLeft;
	-ms-animation-name: fadeLeft;
	-o-animation-name: fadeLeft;
	animation-name: fadeLeft;
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	-ms-animation-duration: .7s;
	-o-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

.et_pb_media_alignment_center .et_pb_slide_image {
	top: 50%;
	bottom: auto;
}

.et-pb-active-slide .et_pb_slide_image, .et-pb-active-slide .et_pb_slide_video {
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	-ms-animation-duration: .7s;
	-o-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

.et-pb-active-slide .et_pb_slide_image {
	-webkit-animation-name: fadeLeft;
	-moz-animation-name: fadeLeft;
	-ms-animation-name: fadeLeft;
	-o-animation-name: fadeLeft;
	animation-name: fadeLeft;
}

.et_pb_slide_image img {
	vertical-align: bottom;
}

.et_pb_slide_image, .et_pb_slide_video {
	width: 47.25%;
	margin-right: 5.5%;
}

.et-pb-active-slide .et_pb_slide_description {
	-webkit-animation-name: fadeBottom;
	-moz-animation-name: fadeBottom;
	-ms-animation-name: fadeBottom;
	-o-animation-name: fadeBottom;
	animation-name: fadeBottom;
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	-ms-animation-duration: .7s;
	-o-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

.et_pb_bg_layout_dark .et_pb_slide_description {
	text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

.et_pb_bg_layout_dark .et_pb_slide_content {
	color: #fff;
}

.et_pb_slide_description .et_pb_slide_title {
	margin-top: 0;
	font-weight: 300;
}

.et_pb_slide_description .et_pb_slide_title {
	font-size: 46px;
}

.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
	width: auto;
	margin: auto;
	padding: 16% 8%;
}

.et_pb_slide_with_image .et_pb_slide_description {
	float: right;
	width: 47.25%;
	padding-right: 0;
	padding-left: 0;
	text-align: left;
}

.et_pb_slide_content {
	color: #333;
	font-size: 18px;
	font-weight: 400;
}

.et_pb_slide_content p:last-of-type {
	padding-bottom: 0;
}

.et_pb_slides .et_pb_container {
	display: table;
	table-layout: fixed;
}

.et_pb_slides .et_pb_slider_container_inner {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.et_pb_slides .et_pb_empty_slide .et_pb_slider_container_inner, .et_pb_slides .et_pb_empty_slide.et_pb_container {
	display: block;
}

.et_pb_slides .et_pb_temp_slide {
	display: block;
}

.et_pb_more_button {
	display: inline-block;
	margin-top: 20px;
	color: inherit;
	text-shadow: none;
	text-decoration: none;
}

.et_parallax_bg {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.et_pb_section_parallax:not(.et_pb_fullwidth_menu), .et_pb_slider_parallax {
	overflow: hidden;
}

.et_pb_module.et_pb_section_parallax, .et_pb_posts_nav a.et_pb_section_parallax, .et_pb_tab.et_pb_section_parallax {
	position: relative;
}

.et_pb_section_parallax .et_pb_parallax_css, .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
	background-attachment: fixed;
}

body.et-bfb .et_pb_section_parallax .et_pb_parallax_css, body.et-bfb .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
	bottom: auto;
	background-attachment: scroll;
}

.et_pb_section_parallax.et_pb_column .et_pb_module, .et_pb_section_parallax.et_pb_row .et_pb_column, .et_pb_section_parallax.et_pb_row .et_pb_module {
	position: relative;
	z-index: 9;
}

.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_3_5 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_description {
	text-align: center;
}

.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_video {
	display: none;
}

.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
	text-align: center;
}

.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content, .et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content {
	display: none;
}

.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_3_5 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_3_5 .et_pb_slider_fullwidth_off .et_pb_slide_video {
	display: none;
}

.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content {
	display: none;
}

.et_pb_column_1_2 .et_pb_slide_content, .et_pb_column_1_3 .et_pb_slide_content, .et_pb_column_1_4 .et_pb_slide_content, .et_pb_column_1_5 .et_pb_slide_content, .et_pb_column_1_6 .et_pb_slide_content, .et_pb_column_2_5 .et_pb_slide_content, .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_slide_content, .et_pb_column_3_5 .et_pb_slide_content {
	font-size: 14px;
}

.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content {
	display: block;
}

.et_pb_column_1_2 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_3_5 .et_pb_slide_description h2.et_pb_slide_title {
	font-size: 26px;
	font-weight: 400;
}

.et_pb_column_1_3 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_4 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_5 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_6 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_2_5 .et_pb_slide_description h2.et_pb_slide_title {
	font-size: 22px;
	font-weight: 400;
}

.et_pb_preload .et_pb_section_video_bg, .et_pb_preload>div {
	visibility: hidden;
}

.et_pb_preload, .et_pb_section.et_pb_section_video.et_pb_preload {
	position: relative;
	background: #464646 !important;
}

.et_pb_preload:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/includes/builder/styles/images/preloader.gif") no-repeat;
	content: "";
}

.et_pb_text ol, .et_pb_text ul {
	padding-bottom: 1em;
}

.et_pb_text>:last-child {
	padding-bottom: 0;
}

.et_pb_text_inner {
	position: relative;
}

.et_pb_bg_layout_dark, .et_pb_bg_layout_dark h1, .et_pb_bg_layout_dark h2, .et_pb_bg_layout_dark h3, .et_pb_bg_layout_dark h4, .et_pb_bg_layout_dark h5, .et_pb_bg_layout_dark h6 {
	color: #fff !important;
}

.et_pb_text_align_left {
	text-align: left;
}

.et_pb_text_align_center {
	text-align: center;
}

.et_pb_text_align_right {
	text-align: right;
}

.et_pb_text_align_justified {
	text-align: justify;
}

ul.et_pb_social_media_follow {
	margin: 0 0 22px;
	padding: 0;
	list-style-type: none !important;
}

.et_pb_social_media_follow li {
	display: inline-block;
	position: relative;
	margin-bottom: 8px;
}

.et_pb_social_media_follow li a {
	display: inline-block;
	position: relative;
	margin-right: 8px;
	text-align: center;
	text-decoration: none;
}

.et_pb_social_media_follow li a.follow_button {
	margin-top: 5px;
	margin-right: 25px;
	padding: 0 12px;
	border-radius: 3px;
	color: rgba(0, 0, 0, .5);
	background: rgba(0, 0, 0, .1);
	font-size: 14px;
	line-height: 1.6em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.et_pb_social_media_follow li.last-child a, .et_pb_social_media_follow li:last-child a {
	margin-right: 0;
}

.et_pb_social_media_follow.has_follow_button li.last-child a.icon, .et_pb_social_media_follow.has_follow_button li:last-child a.icon {
	margin-right: 8px;
}

.et_pb_social_media_follow li a.follow_button:hover {
	color: rgba(0, 0, 0, .6);
	background: rgba(0, 0, 0, .2);
}

.et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button {
	color: rgba(255, 255, 255, .8);
	background: rgba(0, 0, 0, .6);
}

.et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button:hover {
	color: #fff;
	background: rgba(0, 0, 0, .7);
}

.et_pb_social_media_follow li a.icon {
	box-sizing: content-box;
	width: 32px;
	height: 32px;
	padding: 0;
}

.et_pb_social_media_follow li a.icon::before {
	display: block;
	position: relative;
	z-index: 10;
	width: 32px;
	height: 32px;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
}

.et_pb_social_media_follow li a.icon:hover::before {
	color: rgba(255, 255, 255, .7);
}

.et_pb_social_media_follow li a.icon {
	border-radius: 3px;
}

.et_pb_social_media_follow_network_name {
	display: none;
}

.et_pb_section {
	position: relative;
	background-color: #fff;
}

.et_pb_section.et_section_transparent {
	background-color: transparent;
}

.et_pb_fullwidth_section {
	padding: 0;
}

.et_pb_fullwidth_section .et_pb_row {
	padding: 0 !important;
}

.et_pb_inner_shadow {
	-webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, .07);
	-moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, .07);
	box-shadow: inset 0 0 7px rgba(0, 0, 0, .07);
}

.et_pb_bottom_inside_divider, .et_pb_top_inside_divider {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-repeat-y: no-repeat;
}

.et_pb_bottom_inside_divider.et-no-transition, .et_pb_top_inside_divider.et-no-transition {
	transition: none !important;
}

.et_pb_top_inside_divider {
	margin-top: -1px;
}

.et_pb_bottom_inside_divider {
	margin-bottom: -1px;
}

.et_pb_section_video:not(.et_pb_fullwidth_menu) {
	overflow: hidden;
	position: relative;
}

.et_pb_section_video_bg {
	display: block;
	visibility: visible;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	pointer-events: none;
}

.et_pb_section_video_bg .mejs-controls, .et_pb_section_video_bg .mejs-overlay-play {
	display: none !important;
}

.et_pb_section_video_bg embed, .et_pb_section_video_bg iframe, .et_pb_section_video_bg object, .et_pb_section_video_bg video {
	max-width: none;
}

.et_pb_section_video_bg .mejs-video {
	position: absolute;
	left: 50%;
	max-width: none;
}

.et_pb_section_video_bg .mejs-overlay-loading {
	display: none !important;
}

.et_pb_social_network_link .et_pb_section_video {
	overflow: visible;
}

.et_pb_row.et_pb_row_empty, .et_pb_row_inner:nth-of-type(n+2).et_pb_row_empty {
	display: none;
}

.et_pb_column.et_pb_column_empty {
	min-height: 1px;
}

.et_pb_row_inner {
	position: relative;
	width: 100%;
}

.et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child, .et_pb_row_inner .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child {
	margin-right: 0 !important;
}

.et_pb_space {
	box-sizing: content-box;
	height: 23px;
	border: none;
}

.et_pb_divider_hidden {
	margin-bottom: 0 !important;
}

.et_pb_divider_internal {
	display: inline-block;
	width: 100%;
}

.et_pb_divider {
	position: relative;
	margin: 0 0 30px 0;
}

.et_pb_divider:before {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
	border-top-color: rgba(0, 0, 0, .1);
	content: "";
}

.et_pb_divider:after, .et_pb_space:after {
	display: table;
	content: "";
}

.et_pb_divider_position_bottom:before {
	top: auto !important;
	bottom: 0 !important;
}

.et_pb_divider_position_center:before {
	top: 50% !important;
}

.et_pb_fullwidth_header {
	position: relative;
	padding: 50px 0;
	background-position: center center;
	background-size: cover;
}

.et_pb_fullwidth_header p {
	padding-bottom: 0;
}

.et_pb_fullwidth_header_subhead {
	display: block;
}

.et_pb_fullscreen {
	padding: 0;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
	position: relative;
	z-index: 3;
	width: 80%;
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container {
	width: 80%;
	max-width: none;
	height: 10px;
	min-height: 100vh;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-bottom {
	-webkit-flex-flow: column wrap;
	-moz-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-center {
	-webkit-flex-flow: column nowrap;
	-moz-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container .header-content {
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self: center;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-center .header-image-container.center {
	-webkit-align-self: flex-start;
	-moz-align-self: flex-start;
	-ms-align-self: flex-start;
	align-self: flex-start;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container {
	width: 100%;
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self: center;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container.center {
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self: center;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-image-container.bottom {
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	-ms-align-self: flex-end;
	align-self: flex-end;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row;
	-moz-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row-reverse;
	-moz-flex-flow: row-reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container {
	width: 100%;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container, .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content-container {
	width: 50%;
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self: center;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container.center {
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self: center;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-image-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-image-container.bottom {
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	-ms-align-self: flex-end;
	align-self: flex-end;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
	margin-right: 6%;
	margin-left: 0;
	text-align: left;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
	float: right;
	margin-right: 0;
	margin-left: 6%;
	text-align: right;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom {
	margin-bottom: 80px;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
	padding-left: 0;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
	padding-right: 0;
}

.et_pb_fullwidth_header .header-content {
	padding: 10px;
	text-align: center;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
	width: 80%;
	max-width: 800px;
	margin: 20px auto;
}

.et_pb_fullwidth_header .header-image {
	margin-right: 2%;
	margin-left: 2%;
	line-height: 0;
	text-align: center;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button {
	display: inline-block;
	margin-top: 20px;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two {
	margin-left: 15px;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	pointer-events: none;
}

.et_pb_fullwidth_header .et_pb_parallax_css {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 30px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a {
	display: inline-block;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
	color: #fff;
	font-size: 3.5em;
}

.et_pb_accordion .et_pb_toggle {
	position: relative;
	margin-bottom: 10px;
}

.et_pb_accordion .et_pb_toggle:last-child {
	margin-bottom: 0;
}

.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
	display: none;
}

.et_pb_counters, .et_pb_pricing, .et_pb_tabs_controls, .et_pb_widget_area ul {
	padding: 0 !important;
	line-height: inherit !important;
	list-style: none !important;
}

.et_pb_gallery .et_pb_gallery_items {
	width: 100%;
}

.et_pb_gallery.et_pb_section_parallax {
	width: 100%;
}

.et_pb_gallery.et_pb_section_parallax:hover {
	overflow: hidden;
}

.et_pb_gallery_grid .et_pb_gallery_items {
	-webkit-transition: height .2s ease-in-out;
	-moz-transition: height .2s ease-in-out;
	transition: height .2s ease-in-out;
}

.et_pb_gallery_grid .et_pb_gallery_image {
	overflow: hidden;
	position: relative;
}

.et_pb_gallery_image {
	line-height: 0;
}

.et_pb_filterable_portfolio_grid .et_pb_portfolio_item, .et_pb_gallery_grid .et_pb_gallery_item {
	display: none;
}

.et_pb_portfolio .et_pb_portfolio_item {
	position: relative;
}

.et_pb_gallery_fullwidth .et_pb_gallery_item {
	display: none;
	float: left;
	position: relative;
	margin-right: -100%;
}

.et_pb_gallery_fullwidth .et_pb_gallery_image img, .et_pb_gallery_fullwidth .et_pb_gallery_item {
	width: 100%;
}

.et_pb_gallery_fullwidth .et_pb_gallery_item:first-child {
	display: block;
}

.et_pb_portfolio.et_pb_section_parallax .pagination, .et_pb_portfolio.et_pb_section_parallax .wp-pagenavi, .et_pb_portfolio.et_pb_section_video .pagination, .et_pb_portfolio.et_pb_section_video .wp-pagenavi, .et_pb_portfolio_grid.et_pb_section_parallax .pagination, .et_pb_portfolio_grid.et_pb_section_parallax .wp-pagenavi, .et_pb_portfolio_grid.et_pb_section_video .pagination, .et_pb_portfolio_grid.et_pb_section_video .wp-pagenavi {
	position: relative;
}

.et_pb_text_align_left .wp-pagenavi, .et_pb_text_align_left.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_left.et_pb_gallery .et_pb_gallery_pagination ul {
	text-align: left;
}

.et_pb_text_align_center .wp-pagenavi, .et_pb_text_align_center.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_center.et_pb_gallery .et_pb_gallery_pagination ul {
	text-align: center;
}

.et_pb_text_align_right .wp-pagenavi, .et_pb_text_align_right.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_right.et_pb_gallery .et_pb_gallery_pagination ul {
	text-align: right;
}

.et_pb_text_align_justified .wp-pagenavi, .et_pb_text_align_justified.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_justified.et_pb_gallery .et_pb_gallery_pagination ul {
	text-align: justify;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters {
	clear: both;
	margin: 0 0 40px 0;
}

.et_pb_filterable_portfolio.et_pb_section_parallax .et_pb_portfolio_filters, .et_pb_filterable_portfolio.et_pb_section_video .et_pb_portfolio_filters {
	position: relative;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {
	padding: 0;
	list-style-type: none !important;
}

.et_pb_filterable_portfolio.et_pb_text_align_center .et_pb_portfolio_filters ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.et_pb_filterable_portfolio.et_pb_text_align_justified .et_pb_portfolio_filters ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.et_pb_filterable_portfolio.et_pb_text_align_right .et_pb_portfolio_filters ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li {
	float: left;
	font-size: 14px;
	line-height: 1em;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
	display: block;
	overflow: hidden;
	height: auto;
	margin: -1px -1px 0 0;
	padding: 10px 20px;
	border: 1px solid #e2e2e2;
	color: #666;
	background-color: #fff;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {
	color: #666;
	background-color: #f4f4f4;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {
	color: #82c0c7;
	background-color: #f9f9f9;
}

.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {
	position: relative;
	width: 100%;
}

.et_pb_filterable_portfolio .et_pb_portfolio_item.active, .et_pb_gallery_grid .et_pb_gallery_item {
	opacity: 1;
	-webkit-animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
}

.et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li, .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li, .et_pb_column_1_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li, .et_pb_column_1_6 .et_pb_filterable_portfolio .et_pb_portfolio_filters li, .et_pb_column_2_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li, .et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
	width: 100%;
}

.et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a, .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a, .et_pb_column_1_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a, .et_pb_column_1_6 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a, .et_pb_column_2_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a, .et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a, .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a, .et_pb_column_1_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a, .et_pb_column_1_6 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a, .et_pb_column_2_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a, .et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination, .et_pb_gallery .et_pb_gallery_pagination {
	position: relative;
	width: 100%;
	border-top: 1px solid #e2e2e2;
}

.et_pb_filterable_portfolio.et_pb_section_parallax .et_pb_portofolio_pagination, .et_pb_filterable_portfolio.et_pb_section_video .et_pb_portofolio_pagination {
	position: relative;
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_gallery .et_pb_gallery_pagination ul {
	margin: 0;
	padding: 0;
	text-align: right;
	list-style-type: none !important;
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li, .et_pb_gallery .et_pb_gallery_pagination ul li {
	display: inline-block;
	padding: 10px;
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a, .et_pb_gallery .et_pb_gallery_pagination ul li a {
	color: #999;
	font-size: 16px;
	line-height: 16px;
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active {
	color: #82c0c7;
}

.et_pb_gallery_pagination ul:after {
	display: inline-block;
	width: 100%;
	height: 0;
	content: "";
}

.et_pb_filterable_portfolio.et_pb_bg_layout_dark .et_pb_portofolio_pagination ul li a, .et_pb_gallery.et_pb_bg_layout_dark .et_pb_gallery_pagination ul li a {
	color: #fff;
}

.et_pb_portfolio_items_wrapper.no_pagination {
	border-bottom: none;
}

.et_pb_module {
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
}

.et_pb_module {
	-webkit-animation-duration: .2s;
	-moz-animation-duration: .2s;
	-o-animation-duration: .2s;
	animation-duration: .2s;
}

.et_pb_fullwidth_portfolio {
	overflow: hidden;
	position: relative;
	margin: 0;
}

.et_pb_fullwidth_portfolio .et_overlay {
	border: none;
}

.et_pb_fullwidth_portfolio .et_pb_carousel_group {
	display: none;
	float: left;
	position: relative;
	width: 100%;
}

.et_pb_fullwidth_portfolio .et_pb_carousel_group.active {
	display: block;
}

.et_pb_fullwidth_portfolio.et_pb_fullwidth_portfolio_grid .et_pb_carousel_group {
	display: block;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_items {
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_item {
	float: left;
	position: relative;
	width: 20%;
	height: 0;
	margin: 0;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image img {
	min-width: 100%;
	max-width: inherit;
	height: inherit;
	min-height: 100%;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image.landscape img {
	height: 100%;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image.portrait img {
	width: 100%;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay:before {
	top: 45%;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_overlay:before {
	top: 33%;
}

.et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .et_pb_portfolio_image .et_overlay {
	background: rgba(0, 0, 0, .6);
}

.et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .meta p {
	color: #fff;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image .meta {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-o-backface-visibility: hidden;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_title, .et_pb_fullwidth_portfolio h2.et_pb_portfolio_title {
	position: relative;
	margin: 30px 0;
	text-align: center;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_pb_module_header, .et_pb_fullwidth_portfolio .et_pb_portfolio_image h3, .et_pb_fullwidth_portfolio .et_pb_portfolio_image p {
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-o-backface-visibility: hidden;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_pb_module_header, .et_pb_fullwidth_portfolio .et_pb_portfolio_image h3 {
	margin-top: 40%;
	padding: 0 5px;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay+p.post-meta {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_pb_module_header, .et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover h3 {
	margin-top: 35%;
}

.et_pb_fullwidth_portfolio:hover .et-pb-arrow-prev {
	left: 22px;
	opacity: 1;
}

.et_pb_fullwidth_portfolio:hover .et-pb-arrow-next {
	right: 22px;
	opacity: 1;
}

.et_pb_fullwidth_portfolio .et_pb_no_results .entry, .et_pb_post_slider .et_pb_no_results .entry {
	display: flex;
	flex-direction: column;
	height: 285.75px;
	justify-content: center;
}

.et_pb_section:not(.et_pb_fullwidth_section) .et_pb_post_slider .et_pb_no_results .entry {
	height: auto;
	padding: 16% 8%;
}

.et_pb_title_container h1 {
	font-size: 26px;
}

.et_pb_column_1_3 .et_pb_title_container h1, .et_pb_column_1_4 .et_pb_title_container h1, .et_pb_column_1_5 .et_pb_title_container h1, .et_pb_column_1_6 .et_pb_title_container h1, .et_pb_column_2_5 .et_pb_title_container h1 {
	font-size: 18px;
}

.et_pb_post_title.et_pb_featured_bg {
	overflow: hidden;
	position: relative;
	padding: 16% 8%;
	background-position: center;
	background-size: cover;
}

.et_pb_post_title .et_pb_parallax_css {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
}

.et_pb_title_featured_container img {
	width: 100%;
}

.et_pb_post_title.et_pb_featured_bg .et_pb_title_container {
	padding: 1em 1.5em;
}

.et_pb_title_container {
	display: block;
	position: relative;
	z-index: 98;
	max-width: 100%;
	word-wrap: break-word;
}

.et_pb_title_featured_container {
	position: relative;
	line-height: 0;
}

p.et_pb_title_meta_container {
	padding-bottom: 1em;
}

.et_pb_post_title.et_pb_featured_bg .et_pb_title_meta_container {
	padding-bottom: 0;
}

.et_pb_fullwidth_section .et_pb_post_title {
	position: relative;
	padding: 6% 0;
}

.et_pb_fullwidth_section .et_pb_post_title.et_pb_image_above {
	padding-top: 0;
}

.et_pb_fullwidth_section .et_pb_post_title.et_pb_image_below {
	padding-bottom: 0;
}

.et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg .et_pb_title_container {
	padding-bottom: 0;
}

.et_pb_fullwidth_section .et_pb_title_container, .et_pb_fullwidth_section .et_pb_title_featured_container {
	display: block;
	width: 80%;
	max-width: 1080px;
	margin: auto;
}

.et_pb_fullwidth_code.et_pb_module {
	position: relative;
	z-index: 9;
}

.et_pb_module.et_pb_has_overlay, article.et_pb_has_overlay .et_pb_blog_image_container {
	position: relative;
}

.et_pb_module.et_pb_has_overlay .et_overlay, article.et_pb_has_overlay {
	border: none;
}

.et_pb_slider.et_pb_post_slider {
	background-position: center;
	-webkit-background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: 100%;
	-moz-background-size: cover;
	background-size: 100%;
	background-size: cover;
}

.et_pb_post_slider .et_pb_slide {
	background-repeat: no-repeat;
}

.et_pb_post_slider_image_bottom .et_pb_slide_image {
	position: relative;
	margin: 0 auto 10px !important;
}

.et_pb_post_slider_image_bottom .et_pb_slide_description {
	padding-bottom: 8%;
}

.et_pb_post_slider_image_top .et_pb_slide_image {
	position: relative;
	margin: 8% auto 0 !important;
}

.et_pb_post_slider_image_top .et_pb_slide_description {
	padding-top: 8%;
	padding-bottom: 8%;
}

.et_pb_post_slider_image_right .et_pb_slide_description {
	float: left !important;
}

.et_pb_post_slider_image_right .et_pb_slide_image {
	right: 0;
	margin-right: 0;
}

.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
	padding: 30px;
	border-radius: 3px;
}

.et_pb_slider_with_overlay .et_pb_slide_overlay_container {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.et_pb_slide_content .post-meta, .et_pb_slide_content .post-meta a {
	font-size: 13px !important;
	font-weight: 400 !important;
}

.et_pb_slide_content .post-meta {
	padding-top: 5px;
	padding-bottom: 0 !important;
}

.et_pb_bg_layout_light.et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_light.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
	background-color: rgba(255, 255, 255, .9);
}

.et_pb_bg_layout_dark.et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
	background-color: rgba(0, 0, 0, .3);
}

.et_pb_post_slider.et_pb_bg_layout_dark .post-meta, .et_pb_post_slider.et_pb_bg_layout_dark .post-meta a {
	color: #fff !important;
}

.et_pb_post_slider.et_pb_bg_layout_light .post-meta, .et_pb_post_slider.et_pb_bg_layout_light .post-meta a {
	color: #333 !important;
}

.et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_description, .et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_image {
	opacity: 0;
}

.et_pb_column_1_2 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_1_5 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_1_6 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_2_5 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_3_5 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide {
	padding-bottom: 6%;
}

.et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video {
	margin-bottom: 10% !important;
}

.et_pb_column_3_4 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_3_4 .et_pb_post_slider_image_bottom .et_pb_slide_video, .et_pb_column_4_4 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_4_4 .et_pb_post_slider_image_bottom .et_pb_slide_video {
	margin-bottom: 5% !important;
}

.et_pb_column_2_3 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_2_3 .et_pb_post_slider_image_bottom .et_pb_slide_video {
	margin-bottom: 7% !important;
}

.et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide_video, .et_pb_column_2_5 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_2_5 .et_pb_post_slider_image_bottom .et_pb_slide_video, .et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide_video {
	margin-bottom: 15% !important;
}

.et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide_video, .et_pb_column_1_5 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_1_5 .et_pb_post_slider_image_bottom .et_pb_slide_video, .et_pb_column_1_6 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_1_6 .et_pb_post_slider_image_bottom .et_pb_slide_video {
	margin-bottom: 25% !important;
}

.et_pb_post_slider.et_pb_module .et_pb_row {
	width: 100%;
}

.et_pb_post_slider.et_pb_module .et_pb_with_background .et_pb_row {
	width: 80%;
}

.et_pb_post_slider.et_pb_module .et_pb_section {
	background-color: transparent;
}

.et_pb_search .screen-reader-text {
	display: none;
}

.et_pb_search {
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.et_pb_search input.et_pb_s, .et_pb_search input.et_pb_searchsubmit {
	margin: 0;
	padding: .715em;
	border: none;
	color: #666;
	font-size: 14px;
	line-height: normal !important;
}

.et_pb_search input.et_pb_s::-webkit-input-placeholder {
	color: #666;
}

.et_pb_search input.et_pb_s::-moz-placeholder {
	color: #666;
}

.et_pb_search input.et_pb_s:-ms-input-placeholder {
	color: #666;
}

.et_pb_search input.et_pb_s {
	display: inline-block;
	width: 100%;
	padding-right: 80px;
	background: 0 0;
	-webkit-appearance: none;
}

.et_pb_search .et_pb_searchform {
	position: relative;
}

.et_pb_search input.et_pb_searchsubmit {
	position: absolute;
	top: 0;
	bottom: 0;
	min-height: 100% !important;
	background-color: #ddd;
	cursor: pointer;
}

.et_pb_search.et_pb_text_align_center .et_pb_searchsubmit, .et_pb_search.et_pb_text_align_left .et_pb_searchsubmit {
	right: 0;
}

.et_pb_search.et_pb_text_align_right .et_pb_searchsubmit {
	right: auto;
	left: 0;
}

.et_pb_search.et_pb_text_align_right input.et_pb_s {
	padding-right: .7em;
	padding-left: 80px;
	text-align: right;
}

.et_pb_search.et_pb_text_align_center input.et_pb_s {
	text-align: center;
}

.et_pb_search.et_pb_hide_search_button input.et_pb_searchsubmit {
	display: none;
}

.et_pb_search.et_pb_hide_search_button input.et_pb_s {
	padding-right: .7em !important;
	padding-left: .7em !important;
}

.et_pb_search.et_pb_bg_layout_dark input.et_pb_s {
	border: 2px solid #fff;
	color: #fff;
}

.et_pb_search.et_pb_bg_layout_dark input.et_pb_s::-webkit-input-placeholder {
	color: #fff;
}

.et_pb_search.et_pb_bg_layout_dark input.et_pb_s::-moz-placeholder {
	color: #fff;
}

.et_pb_search.et_pb_bg_layout_dark input.et_pb_s:-ms-input-placeholder {
	color: #fff;
}

.et_pb_search.et_pb_bg_layout_dark input.et_pb_searchsubmit {
	border: 2px solid #fff;
	color: #fff;
	background-color: transparent;
	font-weight: 500;
}

.et_pb_comments_module #comment-wrap {
	position: relative;
	padding-top: 0;
}

.et_pb_comments_module.et_pb_no_avatar .comment_avatar {
	display: none;
}

.et_pb_comments_module.et_pb_no_avatar .comment-body {
	min-height: 0 !important;
	padding-left: 0 !important;
}

.et_pb_comments_module.et_pb_no_avatar.et_pb_no_reply_button .comment-body {
	margin-bottom: 15px !important;
}

.et_pb_comments_module.et_pb_no_reply_button span.reply-container {
	display: none;
}

.et_pb_comments_module.et_pb_no_reply_button .comment-body {
	padding-right: 0 !important;
}

.et_pb_comments_module.et_pb_no_comments_count #comments {
	display: none;
}

.et_pb_bg_layout_dark .comment_postinfo a, .et_pb_bg_layout_dark .comment_postinfo span {
	color: #fff;
}

.et_pb_posts_nav.nav-single:after {
	display: block;
	clear: both;
	content: "";
}

.et_pb_posts_nav a {
	display: inline-block;
}

.et_pb_posts_nav .nav-next, .et_pb_posts_nav .nav-previous {
	position: relative;
}

.et_pb_posts_nav .meta-nav, .et_pb_posts_nav .nav-label {
	position: relative;
}

.et_pb_code_inner {
	position: relative;
}

@-webkit-keyframes fadeBottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10%);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeBottom {
	0% {
		opacity: 0;
		-moz-transform: translateY(10%);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeBottom {
	0% {
		opacity: 0;
		-o-transform: translateY(10%);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeBottom {
	0% {
		opacity: 0;
		transform: translateY(10%);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10%);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-10%);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-10%);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeLeft {
	0% {
		opacity: 0;
		transform: translateX(-10%);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100%);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-100%);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10%);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(10%);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeRight {
	0% {
		opacity: 0;
		-o-transform: translateX(10%);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeRight {
	0% {
		opacity: 0;
		transform: translateX(10%);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(100%);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(100%);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(100%);
	}
}

@-moz-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(100%);
	}
}

@-o-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(100%);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(100%);
	}
}

@-webkit-keyframes fadeInTop {
	0% {
		opacity: 0;
		-webkit-transform: translatey(-60%);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translatey(0);
	}
}

@-moz-keyframes fadeInTop {
	0% {
		opacity: 0;
		-moz-transform: translatey(-60%);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translatey(0);
	}
}

@-o-keyframes fadeInTop {
	0% {
		opacity: 0;
		-o-transform: translatey(-60%);
	}
	
	100% {
		opacity: 1;
		-o-transform: translatey(0);
	}
}

@keyframes fadeInTop {
	0% {
		opacity: 0;
		transform: translatey(-60%);
	}
	
	100% {
		opacity: 1;
		transform: translatey(0);
	}
}

@-webkit-keyframes fadeOutTop {
	0% {
		opacity: 1;
		-webkit-transform: translatey(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translatey(-60%);
	}
}

@-moz-keyframes fadeOutTop {
	0% {
		opacity: 1;
		-moz-transform: translatey(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translatey(-60%);
	}
}

@-o-keyframes fadeOutTop {
	0% {
		opacity: 1;
		-o-transform: translatey(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translatey(-60%);
	}
}

@keyframes fadeOutTop {
	0% {
		opacity: 1;
		transform: translatey(0);
	}
	
	100% {
		opacity: 0;
		transform: translatey(-60%);
	}
}

@-webkit-keyframes fadeInBottom {
	0% {
		opacity: 0;
		-webkit-transform: translatey(60%);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translatey(0);
	}
}

@-moz-keyframes fadeInBottom {
	0% {
		opacity: 0;
		-moz-transform: translatey(60%);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translatey(0);
	}
}

@-o-keyframes fadeInBottom {
	0% {
		opacity: 0;
		-o-transform: translatey(60%);
	}
	
	100% {
		opacity: 1;
		-o-transform: translatey(0);
	}
}

@keyframes fadeInBottom {
	0% {
		opacity: 0;
		transform: translatey(60%);
	}
	
	100% {
		opacity: 1;
		transform: translatey(0);
	}
}

@-webkit-keyframes fadeOutBottom {
	0% {
		opacity: 1;
		-webkit-transform: translatey(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translatey(60%);
	}
}

@-moz-keyframes fadeOutBottom {
	0% {
		opacity: 1;
		-moz-transform: translatey(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translatey(60%);
	}
}

@-o-keyframes fadeOutBottom {
	0% {
		opacity: 1;
		-o-transform: translatey(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translatey(60%);
	}
}

@keyframes fadeOutBottom {
	0% {
		opacity: 1;
		transform: translatey(0);
	}
	
	100% {
		opacity: 0;
		transform: translatey(60%);
	}
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-70%);
	}
}

@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-70%);
	}
}

@-o-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-70%);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-70%);
	}
}

@-webkit-keyframes fadeTop {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10%);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeTop {
	0% {
		opacity: 0;
		-moz-transform: translateY(-10%);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeTop {
	0% {
		opacity: 0;
		-o-transform: translateY(-10%);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeTop {
	0% {
		opacity: 0;
		transform: translateY(-10%);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(100%);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(100%);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes Grow {
	0% {
		opacity: 0;
		-webkit-transform: scale(1, .5);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: scale(1, 1);
	}
}

@-moz-keyframes Grow {
	0% {
		opacity: 0;
		-moz-transform: scale(1, .5);
	}
	
	100% {
		opacity: 1;
		-moz-transform: scale(1, 1);
	}
}

@-o-keyframes Grow {
	0% {
		opacity: 0;
		-o-transform: scale(1, .5);
	}
	
	100% {
		opacity: 1;
		-o-transform: scale(1, 1);
	}
}

@keyframes Grow {
	0% {
		opacity: 0;
		transform: scale(1, .5);
	}
	
	100% {
		opacity: 1;
		transform: scale(1, 1);
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes slideWidth {
	0% {
		width: 0;
	}
}

@-moz-keyframes slideWidth {
	0% {
		width: 0;
	}
}

@-o-keyframes slideWidth {
	0% {
		width: 0;
	}
}

@keyframes slideWidth {
	0% {
		width: 0;
	}
}

@-webkit-keyframes gridFadeIn {
	0% {
		opacity: 0;
		-webkit-transform: translatey(-5%);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translatey(0);
	}
}

@-moz-keyframes gridFadeIn {
	0% {
		opacity: 0;
		-moz-transform: translatey(-5%);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translatey(0);
	}
}

@-o-keyframes gridFadeIn {
	0% {
		opacity: 0;
		-o-transform: translatey(-5%);
	}
	
	100% {
		opacity: 1;
		-o-transform: translatey(0);
	}
}

@keyframes gridFadeIn {
	0% {
		opacity: 0;
		transform: translatey(-5%);
	}
	
	100% {
		opacity: 1;
		transform: translatey(0);
	}
}

/*!
 * Animate.css - http://daneden.me/animate
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 * Copyright (c) 2015 Daniel Eden
*/
@-webkit-keyframes flipInX {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@-webkit-keyframes flipInY {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.et-waypoint {
	opacity: 0;
}

.et_pb_counters {
	opacity: 1;
}

.et_pb_animation_off {
	opacity: 1;
}

.et-animated li span .et_pb_counter_amount {
	position: relative;
	opacity: 1;
	-webkit-animation: slideWidth 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: slideWidth 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: slideWidth 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: slideWidth 1s 1 cubic-bezier(.77, 0, .175, 1);
}

.et_pb_animation_left.et-animated {
	opacity: 1;
	-webkit-animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
}

.et_pb_animation_right.et-animated {
	opacity: 1;
	-webkit-animation: fadeRight 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeRight 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeRight 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeRight 1s 1 cubic-bezier(.77, 0, .175, 1);
}

.et_pb_animation_top.et-animated {
	opacity: 1;
	-webkit-animation: fadeTop 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeTop 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeTop 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeTop 1s 1 cubic-bezier(.77, 0, .175, 1);
}

.et_pb_animation_bottom.et-animated {
	opacity: 1;
	-webkit-animation: fadeBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
}

.et_pb_animation_fade_in.et-animated {
	opacity: 1;
	-webkit-animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
}

@media all and (max-width:768px) {
	.et_pb_column_1_2 .et_pb_video_play, .et_pb_column_2_3 .et_pb_video_play, .et_pb_column_3_4 .et_pb_video_play, .et_pb_column_3_5 .et_pb_video_play, .et_pb_column_4_4 .et_pb_video_play {
		margin-top: -1.5rem;
		margin-left: -1.5rem;
		font-size: 3rem;
		line-height: 3rem;
	}
	
	.et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_form, .et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_form, .et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_form {
		padding-left: 0;
	}
	
	.et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter, .et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter, .et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter {
		display: block;
	}
	
	.et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_description, .et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_description, .et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_description {
		margin-bottom: 25px;
	}
}

@media all and (min-width:480px) {
	.et_pb_column_1_4 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_5 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_6 .et_pb_comments_module .comment_avatar img {
		max-width: 50%;
	}
	
	.et_pb_column_1_4 .et_pb_comments_module .comment-body, .et_pb_column_1_5 .et_pb_comments_module .comment-body, .et_pb_column_1_6 .et_pb_comments_module .comment-body {
		padding: 0 0 0 50px;
	}
	
	.et_pb_column_1_4 .et_pb_comments_module .comment .children, .et_pb_column_1_5 .et_pb_comments_module .comment .children, .et_pb_column_1_6 .et_pb_comments_module .comment .children {
		margin-left: 0;
	}
	
	.et_pb_column_1_4 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_5 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_6 .et_pb_comments_module .comment-reply-link {
		float: right;
		position: relative !important;
		top: auto !important;
		bottom: -10px;
	}
}

@media all and (min-width:981px) and (max-width:1405px) {
	.et_pb_column .et_pb_map {
		max-width: 100%;
	}
}

@media all and (min-width:981px) {
	.et_pb_section {
		padding: 4% 0;
	}
	
	.et_pb_fullwidth_section {
		padding: 0;
	}
	
	.et_pb_row {
		padding: 2% 0;
	}
	
	.et_pb_column_3_4 .et_pb_row_inner {
		padding: 3.735% 0;
	}
	
	.et_pb_column_2_3 .et_pb_row_inner {
		padding: 4.2415% 0;
	}
	
	.et_pb_column_1_2 .et_pb_row_inner, .et_pb_column_3_5 .et_pb_row_inner {
		padding: 5.82% 0;
	}
	
	.et_pb_column_single {
		padding: 2.855% 0;
	}
	
	.et_pb_column_single .et_pb_module.et-first-child, .et_pb_column_single .et_pb_module:first-child {
		margin-top: 0;
	}
	
	.et_pb_column_single .et_pb_module.et-last-child, .et_pb_column_single .et_pb_module:last-child {
		margin-bottom: 0;
	}
	
	.et_pb_section .et_pb_row .et_pb_column .et_pb_module.et-last-child, .et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module.et-last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module:last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module.et-last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module:last-child {
		margin-bottom: 0;
	}
	
	.et_section_specialty>.et_pb_row {
		padding: 0;
	}
	
	.et_pb_row_inner {
		width: 100%;
	}
	
	.et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child, .et_pb_row_inner .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child {
		margin-right: 0 !important;
	}
	
	.et_pb_row.et_pb_row_fullwidth, .et_pb_specialty_fullwidth>.et_pb_row {
		width: 89% !important;
		max-width: 89% !important;
	}
	
	.et_pb_row.et_pb_equal_columns, .et_pb_row_inner.et_pb_equal_columns, .et_pb_section.et_pb_equal_columns>.et_pb_row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		direction: ltr;
	}
	
	.et_pb_row.et_pb_equal_columns>.et_pb_column, .et_pb_section.et_pb_equal_columns>.et_pb_row>.et_pb_column {
		order: 1;
	}
	
	.et_pb_grid_item {
		float: left;
		position: relative;
	}
	
	.et_pb_shop_grid .woocommerce ul.products li.product {
		clear: none;
	}
	
	.et_pb_filterable_portfolio_grid .et_pb_portfolio_item img, .et_pb_gallery_grid .et_pb_gallery_item img, .et_pb_portfolio_grid .et_pb_portfolio_item img {
		width: 100%;
	}
	
	.et_pb_filterable_portfolio_grid .et_pb_portfolio_item .et_pb_module_header, .et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2, .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_title, .et_pb_gallery_grid .et_pb_gallery_item h3, .et_pb_portfolio_grid .et_pb_portfolio_item .et_pb_module_header, .et_pb_portfolio_grid .et_pb_portfolio_item h2 {
		margin: 10px 0 0;
		padding-bottom: 0;
		word-wrap: break-word;
	}
	
	.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2, .et_pb_gallery_grid .et_pb_gallery_item h3, .et_pb_portfolio_grid .et_pb_portfolio_item h2 {
		font-size: 18px;
	}
	
	.et_pb_gallery_item .et_pb_gallery_caption, .et_pb_portfolio_item .post-meta {
		margin: .4em 0 0;
		font-size: 14px;
	}
	
	.et_pb_column_1_2 .et_pb_slide_image, .et_pb_column_1_3 .et_pb_slide_image, .et_pb_column_1_4 .et_pb_slide_image, .et_pb_column_1_5 .et_pb_slide_image, .et_pb_column_1_6 .et_pb_slide_image, .et_pb_column_2_5 .et_pb_slide_image, .et_pb_column_3_5 .et_pb_slide_image, .et_pb_column_3_8 .et_pb_slide_image {
		position: relative;
		top: auto;
		bottom: auto;
	}
	
	.et_pb_column_1_2 .et_pb_slide_image, .et_pb_column_1_2 .et_pb_slide_video, .et_pb_column_1_2 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_3 .et_pb_slide_image, .et_pb_column_1_3 .et_pb_slide_video, .et_pb_column_1_3 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_4 .et_pb_slide_image, .et_pb_column_1_4 .et_pb_slide_video, .et_pb_column_1_4 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_5 .et_pb_slide_image, .et_pb_column_1_5 .et_pb_slide_video, .et_pb_column_1_5 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_6 .et_pb_slide_image, .et_pb_column_1_6 .et_pb_slide_video, .et_pb_column_1_6 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_2_5 .et_pb_slide_image, .et_pb_column_2_5 .et_pb_slide_video, .et_pb_column_2_5 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_3_5 .et_pb_slide_image, .et_pb_column_3_5 .et_pb_slide_video, .et_pb_column_3_5 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_3_8 .et_pb_slide_image, .et_pb_column_3_8 .et_pb_slide_video, .et_pb_column_3_8 .et_pb_slide_with_image .et_pb_slide_description {
		width: 100% !important;
	}
	
	.et_pb_column_1_2 .et_pb_slide_image, .et_pb_column_1_2 .et_pb_slide_video, .et_pb_column_1_3 .et_pb_slide_image, .et_pb_column_1_3 .et_pb_slide_video, .et_pb_column_1_4 .et_pb_slide_image, .et_pb_column_1_4 .et_pb_slide_video, .et_pb_column_1_5 .et_pb_slide_image, .et_pb_column_1_5 .et_pb_slide_video, .et_pb_column_1_6 .et_pb_slide_image, .et_pb_column_1_6 .et_pb_slide_video, .et_pb_column_2_5 .et_pb_slide_image, .et_pb_column_2_5 .et_pb_slide_video, .et_pb_column_3_5 .et_pb_slide_image, .et_pb_column_3_5 .et_pb_slide_video, .et_pb_column_3_8 .et_pb_slide_image, .et_pb_column_3_8 .et_pb_slide_video {
		margin: 10% 0 0 0 !important;
		padding: 0;
	}
	
	.et_pb_column_4_4 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before {
		content: "3 .column.size-1of3";
	}
	
	.et_pb_column_2_3 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_3_4 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before {
		content: "2 .column.size-1of2";
	}
	
	.et_pb_column_1_2 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_1_3 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_1_4 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_1_5 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_1_6 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_2_5 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_3_5 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before {
		content: "1 .column.size-1of1";
	}
	
	.et_pb_section_sticky, .et_pb_section_sticky .et_pb_column_single, .et_pb_section_sticky .et_pb_row.et-last-child, .et_pb_section_sticky .et_pb_row:last-child, .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner.et-last-child, .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner:last-child, .et_pb_section_sticky.et_pb_bottom_divider .et_pb_row:nth-last-child(2) {
		padding-bottom: 0 !important;
	}
	
	.et_dropdown_animation_fade.et_pb_fullwidth_menu ul li:hover>ul {
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	
	.et_dropdown_animation_slide.et_pb_fullwidth_menu ul li:hover>ul {
		-webkit-animation: fadeLeft .4s ease-in-out;
		-moz-animation: fadeLeft .4s ease-in-out;
		-o-animation: fadeLeft .4s ease-in-out;
		animation: fadeLeft .4s ease-in-out;
	}
	
	.et_dropdown_animation_expand.et_pb_fullwidth_menu ul li:hover>ul {
		-webkit-transform-origin: 0 0;
		-webkit-animation: Grow .4s ease-in-out;
		-moz-animation: Grow .8s ease-in-out;
		-o-animation: Grow .4s ease-in-out;
		animation: Grow .4s ease-in-out;
		-webkit-backface-visibility: visible !important;
		backface-visibility: visible !important;
	}
	
	.et_dropdown_animation_flip.et_pb_fullwidth_menu ul li ul li:hover>ul {
		-webkit-animation: flipInX .6s ease-in-out;
		-moz-animation: flipInX .6s ease-in-out;
		-o-animation: flipInX .6s ease-in-out;
		animation: flipInX .6s ease-in-out;
		-webkit-backface-visibility: visible !important;
		backface-visibility: visible !important;
	}
	
	.et_dropdown_animation_flip.et_pb_fullwidth_menu ul li:hover>ul {
		-webkit-animation: flipInY .6s ease-in-out;
		-moz-animation: flipInY .6s ease-in-out;
		-o-animation: flipInY .6s ease-in-out;
		animation: flipInY .6s ease-in-out;
		-webkit-backface-visibility: visible !important;
		backface-visibility: visible !important;
	}
	
	.et_pb_fullwidth_menu.et_pb_fullwidth_menu_fullwidth .et_pb_row {
		width: 100%;
		max-width: 100%;
		padding: 0 30px !important;
	}
	
	.et_pb_column_1_3 .et_pb_slide_description, .et_pb_column_2_5 .et_pb_slide_description {
		padding-bottom: 26%;
	}
	
	.et_pb_column_1_4 .et_pb_slide .et_pb_slide_description, .et_pb_column_1_5 .et_pb_slide .et_pb_slide_description, .et_pb_column_1_6 .et_pb_slide .et_pb_slide_description {
		padding-bottom: 34%;
	}
	
	.et_pb_column_1_2 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_3 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_4 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_5 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_6 .et_pb_comments_module .comment_avatar img, .et_pb_column_2_5 .et_pb_comments_module .comment_avatar img, .et_pb_column_3_5 .et_pb_comments_module .comment_avatar img {
		max-width: 50%;
	}
	
	.et_pb_column_1_2 .et_pb_comments_module .comment-body, .et_pb_column_1_3 .et_pb_comments_module .comment-body, .et_pb_column_1_4 .et_pb_comments_module .comment-body, .et_pb_column_1_5 .et_pb_comments_module .comment-body, .et_pb_column_1_6 .et_pb_comments_module .comment-body, .et_pb_column_2_5 .et_pb_comments_module .comment-body, .et_pb_column_3_5 .et_pb_comments_module .comment-body {
		padding: 0 0 0 50px;
	}
	
	.et_pb_column_1_2 .et_pb_comments_module .comment .children, .et_pb_column_1_3 .et_pb_comments_module .comment .children, .et_pb_column_1_4 .et_pb_comments_module .comment .children, .et_pb_column_1_5 .et_pb_comments_module .comment .children, .et_pb_column_1_6 .et_pb_comments_module .comment .children, .et_pb_column_2_5 .et_pb_comments_module .comment .children, .et_pb_column_3_5 .et_pb_comments_module .comment .children {
		margin-left: 25px;
	}
	
	.et_pb_column_1_2 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_3 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_4 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_5 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_6 .et_pb_comments_module .comment-reply-link, .et_pb_column_2_5 .et_pb_comments_module .comment-reply-link, .et_pb_column_3_5 .et_pb_comments_module .comment-reply-link {
		float: right;
		position: relative !important;
		top: auto !important;
		bottom: -10px;
	}
	
	.et_pb_column_1_2 .et_pb_comments_module #commentform [class*=comment-form-] input, .et_pb_column_1_3 .et_pb_comments_module #commentform [class*=comment-form-] input, .et_pb_column_1_4 .et_pb_comments_module #commentform [class*=comment-form-] input, .et_pb_column_1_5 .et_pb_comments_module #commentform [class*=comment-form-] input, .et_pb_column_1_6 .et_pb_comments_module #commentform [class*=comment-form-] input, .et_pb_column_2_5 .et_pb_comments_module #commentform [class*=comment-form-] input, .et_pb_column_3_5 .et_pb_comments_module #commentform [class*=comment-form-] input {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	
	.et_pb_column_1_5 .et_pb_testimonial_portrait, .et_pb_column_1_6 .et_pb_testimonial_portrait, .et_pb_column_2_5 .et_pb_testimonial_portrait {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
	}
}

@media all and (min-width:981px) and (max-width:1100px) {
	.et_pb_column_1_2 .et_pb_slide_content, .et_pb_column_1_3 .et_pb_slide_content, .et_pb_column_1_4 .et_pb_slide_content, .et_pb_column_1_5 .et_pb_slide_content, .et_pb_column_1_6 .et_pb_slide_content, .et_pb_column_2_3 .et_pb_slide_content, .et_pb_column_2_5 .et_pb_slide_content, .et_pb_column_3_5 .et_pb_slide_content {
		font-size: 14px;
	}
	
	.et_pb_column_1_2 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_3 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_4 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_5 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_6 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_2_3 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_2_5 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_3_5 .et_pb_slide_description h2.et_pb_slide_title {
		font-size: 18px;
	}
	
	.et_pb_post {
		margin-bottom: 42px;
	}
	
	.et_quote_content {
		padding: 50px 70px 45px;
	}
	
	.et_pb_column_2_3 .et_quote_content {
		padding: 50px 50px 45px;
	}
	
	.et_pb_column_1_2 .et_quote_content, .et_pb_column_3_5 .et_quote_content {
		padding: 35px 47px 30px;
	}
	
	.et_pb_blog_grid .et_quote_content, .et_pb_column_1_3 .et_quote_content, .et_pb_column_1_4 .et_quote_content, .et_pb_column_1_5 .et_quote_content, .et_pb_column_1_6 .et_quote_content, .et_pb_column_2_5 .et_quote_content, .et_pb_column_3_8 .et_quote_content {
		padding: 35px 25px 32px;
	}
	
	.et_pb_column_4_4 .et_pb_post .et_pb_slide {
		min-height: 534px;
	}
	
	.et_pb_column_3_4 .et_pb_post .et_pb_slide {
		min-height: 392px;
	}
	
	.et_pb_column_2_3 .et_pb_post .et_pb_slide {
		min-height: 345px;
	}
	
	.et_pb_column_1_2 .et_pb_post .et_pb_slide, .et_pb_column_3_5 .et_pb_post .et_pb_slide {
		min-height: 250px;
	}
	
	.et_pb_column_1_3 .et_pb_post .et_pb_slide, .et_pb_column_2_5 .et_pb_post .et_pb_slide, .et_pb_column_3_8 .et_pb_post .et_pb_slide {
		min-height: 155px;
	}
	
	.et_pb_column_1_4 .et_pb_post .et_pb_slide, .et_pb_column_1_5 .et_pb_post .et_pb_slide, .et_pb_column_1_6 .et_pb_post .et_pb_slide {
		min-height: 108px;
	}
	
	.et_pb_blog_grid .et_pb_post .et_pb_slide {
		min-height: 155px;
	}
	
	.et_pb_column_1_2 .et_pb_audio_cover_art, .et_pb_column_3_5 .et_pb_audio_cover_art {
		height: 340px;
	}
	
	.et_pb_column_3_8 .et_pb_audio_cover_art {
		height: 242px;
	}
	
	.et_pb_column_1_3 .et_pb_audio_cover_art, .et_pb_column_2_5 .et_pb_audio_cover_art {
		height: 210px;
	}
	
	.et_pb_column_1_4 .et_pb_audio_cover_art, .et_pb_column_1_5 .et_pb_audio_cover_art, .et_pb_column_1_6 .et_pb_audio_cover_art {
		height: 145px;
	}
	
	.et_pb_column_1_4 .et_pb_contact_right, .et_pb_column_1_5 .et_pb_contact_right, .et_pb_column_1_6 .et_pb_contact_right {
		margin-right: 5px;
	}
	
	.et_pb_column_1_4 .et_pb_number_counter .percent, .et_pb_column_1_5 .et_pb_number_counter .percent, .et_pb_column_1_6 .et_pb_number_counter .percent {
		height: 55px;
	}
	
	.et_pb_column_1_4 .et_pb_number_counter h3, .et_pb_column_1_5 .et_pb_number_counter h3, .et_pb_column_1_6 .et_pb_number_counter h3 {
		padding: 10px 0 0 0;
	}
}

@media all and (min-width:480px) {
	.et_pb_column_1_4 .et_pb_slide_description, .et_pb_column_1_5 .et_pb_slide_description, .et_pb_column_1_6 .et_pb_slide_description {
		padding-bottom: 26%;
	}
}

@media all and (max-width:980px) {
	.et_pb_column {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.et_pb_section {
		padding: 50px 0;
	}
	
	.et_pb_fullwidth_section {
		padding: 0;
	}
	
	.et_pb_column .et_pb_row_inner, .et_pb_row {
		padding: 30px 0;
	}
	
	.et_section_specialty>.et_pb_row {
		padding: 0;
	}
	
	.et_pb_bottom_divider .et_pb_row:nth-last-child(2) .et_pb_column:last-child, .et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child {
		margin-bottom: 0;
	}
	
	.et_pb_column .et_pb_module {
		margin-bottom: 30px;
	}
	
	.et_section_specialty .et_pb_row>.et_pb_column {
		padding-bottom: 0;
	}
	
	.et_pb_row .et_pb_column .et_pb_module.et-last-child, .et_pb_row .et_pb_column .et_pb_module:last-child, .et_section_specialty .et_pb_row .et_pb_column .et_pb_module.et-last-child, .et_section_specialty .et_pb_row .et_pb_column .et_pb_module:last-child {
		margin-bottom: 0;
	}
	
	.et_pb_column.et_pb_column_empty {
		display: none;
	}
	
	.et_pb_section_sticky_mobile, .et_pb_section_sticky_mobile .et_pb_column_single, .et_pb_section_sticky_mobile .et_pb_row.et-last-child, .et_pb_section_sticky_mobile .et_pb_row:last-child, .et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner.et-last-child, .et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner:last-child, .et_pb_section_sticky_mobile.et_pb_bottom_divider .et_pb_row:nth-last-child(2) {
		padding-bottom: 0 !important;
	}
	
	.et_pb_section_sticky .et_pb_row.et-last-child .et_pb_column.et_pb_row_sticky.et-last-child, .et_pb_section_sticky .et_pb_row:last-child .et_pb_column.et_pb_row_sticky:last-child {
		margin-bottom: 0;
	}
	
	.et_pb_row_1-2_1-4_1-4, .et_pb_row_1-2_1-6_1-6_1-6, .et_pb_row_1-4_1-4, .et_pb_row_1-4_1-4_1-2, .et_pb_row_1-5_1-5_3-5, .et_pb_row_1-6_1-6_1-6, .et_pb_row_1-6_1-6_1-6_1-2, .et_pb_row_1-6_1-6_1-6_1-6, .et_pb_row_3-5_1-5_1-5, .et_pb_row_4col, .et_pb_row_5col, .et_pb_row_6col {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		overflow: hidden;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 {
		width: 47.25%;
		margin-right: 5.5%;
	}
	
	.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(even), .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4:nth-child(even), .et_pb_row_4col>.et_pb_column.et_pb_column_1_4:nth-child(even) {
		margin-right: 0;
	}
	
	.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 {
		width: 47.25%;
		margin-right: 5.5%;
	}
	
	.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(odd) {
		margin-right: 0;
	}
	
	.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_2 {
		margin-right: 0;
	}
	
	.et_pb_row_1-2_1-4_1-4 .et_pb_column:nth-last-child(-n+2), .et_pb_row_1-4_1-4 .et_pb_column:nth-last-child(-n+2), .et_pb_row_4col .et_pb_column:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	
	.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 {
		width: 47.25%;
		margin-right: 5.5%;
	}
	
	.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5:nth-child(even), .et_pb_row_5col>.et_pb_column.et_pb_column_1_5:nth-child(even) {
		margin-right: 0;
	}
	
	.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 {
		width: 47.25%;
		margin-right: 5.5%;
	}
	
	.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5:nth-child(odd) {
		margin-right: 0;
	}
	
	.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_3_5 {
		margin-right: 0;
	}
	
	.et_pb_row_3-5_1-5_1-5 .et_pb_column:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	
	.et_pb_row_5col .et_pb_column:last-child {
		margin-bottom: 0;
	}
	
	.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 {
		width: 29.666%;
		margin-right: 5.5%;
	}
	
	.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6:nth-child(3n), .et_pb_row_6col>.et_pb_column.et_pb_column_1_6:nth-child(3n) {
		margin-right: 0;
	}
	
	.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 {
		width: 29.666%;
		margin-right: 5.5%;
	}
	
	.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6:last-child {
		margin-right: 0;
	}
	
	.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_2 {
		margin-right: 0;
	}
	
	.et_pb_row_1-2_1-6_1-6_1-6 .et_pb_column:nth-last-child(-n+3), .et_pb_row_6col .et_pb_column:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	
	.et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 {
		margin-bottom: 0;
	}
	
	.et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6 {
		width: 29.666%;
		margin-right: 5.5%;
		margin-bottom: 0;
	}
	
	.et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6:last-child {
		margin-right: 0;
	}
	
	.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 {
		width: 47.25%;
		margin-right: 5.5%;
	}
	
	.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6:nth-child(even) {
		margin-right: 0;
	}
	
	.et_pb_row_1-6_1-6_1-6_1-6:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	
	.et_pb_row.et_pb_row_fullwidth, .et_pb_specialty_fullwidth>.et_pb_row {
		width: 80% !important;
		max-width: 80% !important;
	}
	
	.et_pb_space.et-hide-mobile {
		display: none;
	}
	
	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
		width: auto;
	}
	
	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
		width: auto;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
		-webkit-border-radius: 3px 0 0 3px;
		-moz-border-radius: 3px 0 0 3px;
		border-radius: 3px 0 0 3px;
	}
	
	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
		-webkit-border-radius: 0 3px 3px 0;
		-moz-border-radius: 0 3px 3px 0;
		border-radius: 0 3px 3px 0;
	}
	
	.et_pb_widget_area_left {
		padding-right: 0;
		border-right: none;
	}
	
	.et_pb_widget_area_right {
		padding-left: 0;
		border-left: none;
	}
	
	.et_pb_more_button {
		display: inline-block !important;
	}
	
	.et_pb_column_1_4 .et_pb_slider_fullwidth_off h2, .et_pb_column_1_5 .et_pb_slider_fullwidth_off h2, .et_pb_column_1_6 .et_pb_slider_fullwidth_off h2, .et_pb_slide_description h2.et_pb_slide_title {
		font-size: 26px;
		font-weight: 500 !important;
	}
	
	.et_pb_slide_description .et_pb_slide_title {
		font-weight: 500 !important;
	}
	
	.et_pb_slide_content {
		font-size: 13px;
		font-weight: 400;
	}
	
	.et_pb_slide_description {
		text-align: center;
	}
	
	.et_pb_slide_with_image .et_pb_slide_description {
		text-align: left;
	}
	
	.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_container, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_container, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_container {
		min-height: auto;
	}
	
	.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_content {
		display: block;
	}
	
	.et_pb_post {
		margin-bottom: 42px;
	}
	
	.et_pb_column .et_pb_newsletter_description, .et_pb_column .et_pb_newsletter_form, .et_pb_column.et_pb_column_inner .et_pb_newsletter_description, .et_pb_column.et_pb_column_inner .et_pb_newsletter_form {
		width: 50%;
		padding: 0;
	}
	
	.et_pb_column .et_pb_newsletter_form, .et_pb_column.et_pb_column_inner .et_pb_newsletter_form, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_form, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_form {
		padding-left: 40px;
	}
	
	.et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description, .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_column.et_pb_column_1_5 .et_pb_newsletter_description, .et_pb_column.et_pb_column_1_5 .et_pb_newsletter_form, .et_pb_column.et_pb_column_1_6 .et_pb_newsletter_description, .et_pb_column.et_pb_column_1_6 .et_pb_newsletter_form {
		width: 100%;
		padding: 0;
	}
	
	.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form {
		width: 50%;
	}
	
	.et_pb_column .et_pb_pricing_table {
		width: 50% !important;
		max-width: 50.5% !important;
	}
	
	.et_pb_column .et_pb_pricing_1 .et_pb_pricing_table {
		width: 100% !important;
		max-width: none !important;
	}
	
	.et_pb_column .et_pb_pricing_table:nth-child(2n+1) {
		clear: both;
	}
	
	.et_pb_column .et_pb_pricing_table:nth-child(n+3) {
		margin-top: 50px;
	}
	
	.et_pb_fullwidth_section .et_pb_post_title {
		padding: 80px 0;
	}
	
	.et_pb_column .et_pb_map, .et_pb_fullwidth_section .et_pb_map {
		height: 350px;
	}
	
	.et_full_width_portfolio_page .et_project_meta {
		float: none;
		width: 100%;
		margin-top: -20px;
	}
	
	.et_always_center_on_mobile {
		margin-right: auto !important;
		margin-left: auto !important;
		text-align: center !important;
	}
	
	.fullwidth-menu {
		display: none;
	}
	
	.et_mobile_nav_menu {
		display: block;
	}
	
	.et_pb_countdown_timer .title {
		font-size: 22px !important;
	}
	
	.et_pb_countdown_timer .section p {
		font-size: 64px !important;
		line-height: 64px !important;
	}
	
	.et_pb_countdown_timer .section p.label {
		font-size: 14px !important;
		line-height: 25px !important;
	}
	
	.et_pb_countdown_timer .sep.sep.sep.sep.sep p {
		text-decoration: none !important;
	}
	
	.et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p {
		font-size: 32px !important;
		line-height: 32px !important;
	}
	
	.et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p.label {
		font-size: 14px !important;
		line-height: 25px !important;
	}
	
	.et_pb_fullwidth_menu .fullwidth-menu-nav {
		display: none;
	}
	
	.et_pb_fullwidth_menu .et_pb_row {
		min-height: 81px;
	}
	
	.et_pb_fullwidth_menu .et_mobile_nav_menu {
		float: none;
	}
	
	.et_pb_fullwidth_menu .mobile_menu_bar:before {
		top: 26px;
	}
	
	.et_pb_fullwidth_menu .et_mobile_menu {
		top: 81px;
		padding: 5%;
	}
	
	.et_pb_fullwidth_menu .et_pb_mobile_menu_upwards .et_mobile_menu {
		top: auto;
		bottom: 81px;
	}
	
	.et_pb_fullwidth_menu .et_mobile_menu ul {
		padding: 0;
	}
	
	.et_pb_fullwidth_menu .et_mobile_menu, .et_pb_fullwidth_menu .et_mobile_menu ul {
		text-align: left;
		list-style: none !important;
	}
	
	.et_pb_section .et_pb_row, .et_pb_section.et_section_specialty .et_pb_row {
		max-width: 1080px !important;
	}
	
	.et_pb_blog_grid .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_1_3 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_1_4 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_1_5 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_1_6 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_2_5 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_3_8 .et_audio_container .mejs-container .mejs-controls .mejs-time span {
		font-size: 18px;
	}
	
	.et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video {
		margin-bottom: 5% !important;
	}
}

@media all and (min-width:768px) {
	.et_pb_in_customizer.et_pb_login .et_pb_newsletter_description {
		width: 50%;
	}
}

@media all and (min-width:768px) and (max-width:980px) {
	.et_pb_column_1_3 .et_pb_video_play, .et_pb_column_1_4 .et_pb_video_play, .et_pb_column_1_5 .et_pb_video_play, .et_pb_column_1_6 .et_pb_video_play, .et_pb_column_2_5 .et_pb_video_play, .et_pb_column_3_8 .et_pb_video_play {
		margin-top: -3rem;
		margin-left: -3rem;
		font-size: 6rem;
		line-height: 6rem;
	}
	
	.et_pb_column .et_pb_testimonial_portrait {
		display: block;
		float: left;
		margin-right: 30px;
	}
	
	.et_pb_column .et_pb_testimonial_description {
		display: block;
	}
	
	.et_pb_column_1_5 .et_pb_testimonial_portrait, .et_pb_column_1_6 .et_pb_testimonial_portrait, .et_pb_row_1-2_1-4_1-4 .et_pb_testimonial_portrait, .et_pb_row_1-4_1-4 .et_pb_testimonial_portrait, .et_pb_row_1-4_1-4_1-2 .et_pb_testimonial_portrait, .et_pb_row_4col .et_pb_testimonial_portrait {
		display: block;
		float: none;
		margin: 0 auto 20px;
	}
	
	.et_pb_column .et_pb_team_member_image {
		float: left;
		width: 280px;
		margin: 0 30px 0 0;
		text-align: left;
	}
	
	.et_pb_row_4col .et_pb_column.et_pb_column_1_4 .et_pb_team_member_image {
		float: none;
		width: auto;
		max-width: none;
		margin: 0 0 12px 0;
		text-align: center;
	}
	
	.et_pb_column .et_pb_team_member_description {
		display: table-cell;
	}
	
	.et_quote_content {
		padding: 50px 43px 45px !important;
	}
	
	.et_quote_content blockquote p {
		font-size: 26px !important;
		line-height: 44px !important;
	}
	
	.et_quote_content blockquote cite {
		font-size: 18px !important;
	}
	
	.et_pb_blog_grid .et_quote_content {
		padding: 35px 30px !important;
	}
	
	.et_pb_blog_grid .et_quote_content blockquote p {
		font-size: 20px !important;
		line-height: 26px !important;
	}
	
	.et_pb_blog_grid .et_quote_content blockquote cite {
		font-size: 14px !important;
	}
	
	.et_link_content {
		padding: 40px 40px 45px;
	}
	
	.et_link_content h2 {
		font-size: 26px !important;
		line-height: 44px !important;
	}
	
	.et_link_content a.et_link_main_url {
		font-size: 18px !important;
	}
	
	.et_pb_blog_grid .et_link_content h2 {
		font-size: 20px !important;
		line-height: 26px !important;
	}
	
	.et_pb_blog_grid .et_link_content a.et_link_main_url {
		font-size: 14px !important;
	}
	
	.et_pb_post .et_pb_slide {
		min-height: 384px !important;
	}
	
	.et_pb_blog_grid .et_pb_post .et_pb_slide {
		min-height: 182px !important;
	}
	
	.et_audio_content h2 {
		margin-bottom: 24px !important;
		font-size: 26px !important;
		line-height: 44px !important;
	}
	
	.et_pb_blog_grid .et_audio_content h2 {
		font-size: 20px !important;
		line-height: 26px !important;
	}
	
	.et_pb_audio_cover_art {
		float: none !important;
		position: relative;
		width: 100% !important;
		height: 400px !important;
	}
	
	.et_pb_audio_module_content {
		margin-left: 0 !important;
		padding: 55px 60px 55px !important;
	}
	
	.et_pb_audio_module_content h2 {
		font-size: 36px;
	}
	
	.et_pb_column_1_4 .et_audio_module_meta, .et_pb_column_1_5 .et_audio_module_meta, .et_pb_column_1_6 .et_audio_module_meta {
		font-size: 14px !important;
	}
	
	.et_pb_column .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before {
		content: "2 .column.size-1of2";
	}
	
	.et_pb_column_1_2>.et_pb_newsletter_layout_left_right, .et_pb_column_1_2>.et_pb_newsletter_layout_right_left, .et_pb_column_1_3 .et_pb_newsletter_layout_left_right, .et_pb_column_1_3 .et_pb_newsletter_layout_right_left, .et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_2_3 .et_pb_newsletter_layout_left_right, .et_pb_column_2_3 .et_pb_newsletter_layout_right_left, .et_pb_column_2_5 .et_pb_newsletter_layout_left_right, .et_pb_column_2_5 .et_pb_newsletter_layout_right_left, .et_pb_column_2_5.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_2_5.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_3_4 .et_pb_newsletter_layout_left_right, .et_pb_column_3_4 .et_pb_newsletter_layout_right_left, .et_pb_column_3_5>.et_pb_newsletter_layout_left_right, .et_pb_column_3_5>.et_pb_newsletter_layout_right_left, .et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_4_4 .et_pb_newsletter_layout_left_right, .et_pb_column_4_4 .et_pb_newsletter_layout_right_left, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_layout_left_right, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_layout_right_left, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_layout_left_right, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_layout_right_left {
		flex-direction: row;
	}
}

@media all and (min-width:768px) and (max-width:800px) {
	.et_pb_countdown_timer .section p {
		font-size: 50px !important;
		line-height: 50px !important;
	}
	
	.et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p {
		font-size: 25px !important;
		line-height: 25px !important;
	}
}

@media all and (max-width:767px) {
	.et_pb_column .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before {
		content: "1 .column.size-1of1";
	}
	
	.et_pb_slide_image, .et_pb_slide_video {
		margin-top: 6% !important;
	}
	
	.et_pb_slide_video {
		float: none;
	}
	
	.et_pb_section_first .et_pb_slide_image {
		top: 20px;
		margin: 0 0 0 !important;
	}
	
	.et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title {
		font-size: 20px;
	}
	
	.et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_content {
		font-size: 14px;
	}
	
	.et_pb_slide_with_image .et_pb_slide_description {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.et_pb_post {
		margin-bottom: 42px;
	}
	
	.et_pb_portfolio_item h2, .et_pb_post h2, .et_pb_title_container h1 {
		font-size: 18px;
	}
	
	.et_pb_carousel .et-pb-arrow-prev, .et_pb_carousel:hover .et-pb-arrow-prev {
		left: -8px;
		opacity: 1;
	}
	
	.et_pb_carousel .et-pb-arrow-next, .et_pb_carousel:hover .et-pb-arrow-next {
		right: -8px;
		opacity: 1;
	}
	
	.et_pb_slider_carousel:hover .et-pb-arrow-prev {
		opacity: 0 !important;
	}
	
	.et_pb_slider_carousel:hover .et-pb-arrow-next {
		opacity: 0 !important;
	}
	
	.et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_4 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_6 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_4 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_4_4 .et_pb_carousel_item .et_pb_video_play {
		margin-top: -1rem;
		margin-left: -1rem;
		font-size: 2rem;
		line-height: 2rem;
	}
	
	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters ul {
		width: 100%;
	}
	
	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
		width: 50%;
	}
	
	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
		-webkit-border-radius: 3px 0 0 0;
		-moz-border-radius: 3px 0 0 0;
		border-radius: 3px 0 0 0;
	}
	
	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-child(2) a {
		-webkit-border-radius: 0 3px 0 0;
		-moz-border-radius: 0 3px 0 0;
		border-radius: 0 3px 0 0;
	}
	
	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(odd) a {
		-webkit-border-radius: 0 0 3px 3px;
		-moz-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}
	
	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(even) a {
		-webkit-border-radius: 0 0 3px;
		-moz-border-radius: 0 0 3px;
		border-radius: 0 0 3px;
	}
	
	.et_pb_promo {
		padding: 40px;
	}
	
	.et_pb_column .et_pb_newsletter_description, .et_pb_column .et_pb_newsletter_form, .et_pb_column.et_pb_column_inner .et_pb_newsletter_description, .et_pb_column.et_pb_column_inner .et_pb_newsletter_form, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_description, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_form, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_form {
		width: 100%;
		padding: 0;
	}
	
	.et_pb_column_2_3>.et_pb_newsletter, .et_pb_column_3_4>.et_pb_newsletter, .et_pb_column_4_4>.et_pb_newsletter {
		display: block;
	}
	
	.et_pb_column_4_4>.et_pb_newsletter .et_pb_newsletter_description {
		margin-bottom: 20px;
	}
	
	.et_pb_slider:hover .et-pb-arrow-prev {
		left: 0;
		opacity: 1;
	}
	
	.et_pb_slider:hover .et-pb-arrow-next {
		right: 0;
		opacity: 1;
	}
	
	.et-pb-controllers {
		position: absolute;
		z-index: 10;
		bottom: 5%;
		left: 0;
		width: 100%;
		height: 14px;
		text-align: center;
	}
	
	.format-gallery .et-pb-controllers {
		height: auto;
	}
	
	.et_transparent_nav .et_pb_section:first-child .et-pb-controllers {
		bottom: 18px;
	}
	
	.et_pb_more_button {
		display: inline-block !important;
	}
	
	.et_pb_slide_image, .et_pb_slide_video, .et_pb_slide_with_image .et_pb_slide_description {
		width: 100%;
	}
	
	.et_pb_slide_image, .et_pb_slide_video {
		display: none !important;
	}
	
	.et_pb_slider_show_image .et_pb_slide_image, .et_pb_slider_show_image .et_pb_slide_video {
		display: block !important;
	}
	
	.et_pb_slide_description h2.et_pb_slide_title {
		font-size: 24px;
	}
	
	.et_pb_slide_content {
		font-size: 12px;
	}
	
	.et_pb_slide_image, .et_pb_slide_video {
		position: relative;
		margin: 50px auto 0;
		padding: 0;
	}
	
	.et_pb_slide_image img {
		max-height: 300px;
	}
	
	.et_pb_section_first .et_pb_slide_image img {
		max-height: 300px !important;
	}
	
	.et_pb_slide_description, .et_pb_slide_with_image .et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
		text-align: center;
	}
	
	.et_pb_tabs_controls {
		height: auto !important;
		border-bottom: none;
	}
	
	.et_pb_tabs_controls li {
		display: block;
		float: none;
		border-right: none;
		border-bottom: 1px solid #d9d9d9;
	}
	
	.et_pb_column .et_pb_pricing_table {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 0 30px !important;
	}
	
	.et_pb_column .et_pb_pricing_table.et-last-child, .et_pb_column .et_pb_pricing_table:last-child {
		margin-bottom: 0;
	}
	
	.et_pb_column .et_pb_contact p.et_pb_contact_field_half {
		width: 100%;
		margin-right: 0;
	}
	
	.et_pb_column .et_pb_map, .et_pb_fullwidth_section .et_pb_map {
		height: 220px;
	}
	
	.et_pb_countdown_timer .title {
		margin-bottom: 20px !important;
		font-size: 22px !important;
	}
	
	.et_pb_countdown_timer .section p {
		font-size: 32px !important;
		line-height: 32px !important;
	}
	
	.et_pb_countdown_timer .section p.label {
		font-size: 14px !important;
		line-height: 25px !important;
	}
	
	.et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p {
		font-size: 16px !important;
		line-height: 16px !important;
	}
	
	.et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p.label {
		font-size: 14px !important;
		line-height: 25px !important;
	}
	
	.et_pb_column .et_pb_testimonial_description {
		display: block;
		width: 100%;
	}
	
	.et_pb_column .et_pb_testimonial_portrait {
		display: block;
		float: none;
		margin: 0 auto 20px;
	}
	
	.et_pb_team_member_image {
		display: block;
		float: none;
		width: auto;
		margin: 0 0 12px;
		text-align: center;
	}
	
	.et_pb_team_member_description {
		display: block;
	}
	
	.et_pb_blog_grid .et_quote_content, .et_quote_content {
		padding: 35px 30px !important;
	}
	
	.et_pb_blog_grid .et_quote_content blockquote p, .et_quote_content blockquote p {
		font-size: 20px !important;
		line-height: 26px !important;
	}
	
	.et_pb_blog_grid .et_quote_content blockquote cite, .et_quote_content blockquote cite {
		font-size: 14px !important;
	}
	
	.et_link_content {
		padding: 35px 20px;
	}
	
	.et_audio_content h2, .et_link_content h2 {
		font-size: 20px !important;
		line-height: 26px !important;
	}
	
	.et_link_content a.et_link_main_url {
		font-size: 14px !important;
	}
	
	.et_pb_post .et_pb_slide {
		min-height: 222px !important;
	}
	
	.et_pb_blog_grid .et_pb_post .et_pb_slide {
		min-height: 222px !important;
	}
	
	.et_audio_content {
		padding: 35px 20px !important;
	}
	
	.et_audio_content h2 {
		margin-bottom: 9px !important;
	}
	
	.et_audio_container .mejs-container .mejs-controls .mejs-time span {
		font-size: 14px !important;
	}
	
	.et_pb_audio_cover_art {
		float: none !important;
		position: relative;
		width: 100% !important;
		height: 300px !important;
	}
	
	.et_pb_audio_module_content {
		margin-left: 0 !important;
		padding: 30px !important;
	}
	
	.et_pb_audio_module_content h2 {
		font-size: 26px;
	}
	
	.et_pb_column_1_4 .et_audio_module_meta, .et_pb_column_1_5 .et_audio_module_meta, .et_pb_column_1_6 .et_audio_module_meta {
		font-size: 14px !important;
	}
	
	.et-hide-mobile {
		display: none !important;
	}
	
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right {
		-webkit-flex-flow: column;
		-moz-flex-flow: column;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}
	
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container, .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content-container {
		width: 100%;
	}
	
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
		margin: 20px 2%;
	}
	
	.et_pb_slider_with_overlay .et_pb_slide_image, .et_pb_slider_with_overlay .et_pb_slide_video, .et_pb_slider_with_overlay .et_pb_slide_with_image .et_pb_slide_description {
		width: 100%;
	}
	
	.et_pb_slider_with_overlay .et_pb_slide_image {
		margin-top: 0 !important;
		padding-top: 6%;
	}
	
	.et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video {
		margin-bottom: 10% !important;
	}
}

@media all and (max-width:479px) {
	.et_pb_row .et_pb_column.et_pb_column_1_4, .et_pb_row .et_pb_column.et_pb_column_1_5, .et_pb_row .et_pb_column.et_pb_column_1_6 {
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.et_pb_row .et_pb_column.et_pb_column_1_4.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_4:last-child, .et_pb_row .et_pb_column.et_pb_column_1_5.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_5:last-child, .et_pb_row .et_pb_column.et_pb_column_1_6.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_6:last-child {
		margin-bottom: 0;
	}
	
	.et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6 {
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6.et-last-child, .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6:last-child {
		margin-bottom: 0;
	}
	
	.et_pb_text_align_right {
		text-align: left;
	}
	
	.et_pb_slide_description h2.et_pb_slide_title {
		font-size: 20px;
	}
	
	.et_pb_slide_content {
		font-size: 10px;
		font-weight: 400;
	}
	
	.et_pb_slide_content, a.et_pb_more_button {
		display: block;
	}
	
	.et_pb_slider_fullwidth_off .et_pb_more_button, .et_pb_slider_fullwidth_off .et_pb_slide_content {
		display: none;
	}
	
	.et_pb_portfolio_item {
		margin-bottom: 22px;
	}
	
	.et_pb_post {
		margin-bottom: 42px;
	}
	
	.et_pb_blog_grid h2, .et_pb_post h2 {
		padding-bottom: 0;
		font-size: 16px;
	}
	
	.et_pb_post .post-meta {
		color: #666;
		font-size: 14px;
	}
	
	.et_pb_blog_grid .et_audio_content, .et_pb_blog_grid .et_main_video_container, .et_pb_blog_grid .et_pb_post .et_pb_slider, .et_pb_blog_grid .et_pb_post.format-link>*, .et_pb_blog_grid .et_pb_post.format-quote>* {
		display: block;
	}
	
	.et_pb_blog_grid .et_pb_post>.et_pb_image_container, .et_pb_blog_grid .et_pb_post>.post-meta, .et_pb_blog_grid .et_pb_post>h2 {
		display: block;
	}
	
	.et_pb_blog_grid .et_pb_post .post-meta {
		display: block !important;
		padding: 0;
	}
	
	.et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_2_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_8 .et_pb_carousel_item .et_pb_video_play {
		margin-top: -.75rem;
		margin-left: -.75rem;
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
	
	.et_audio_content, .et_pb_blog_grid .et_link_content, .et_pb_blog_grid .et_quote_content, .et_quote_content {
		padding: 35px 20px !important;
	}
	
	.et_pb_blog_grid .et_pb_post .et_pb_slide, .et_pb_post .et_pb_slide {
		min-height: 156px !important;
	}
	
	.et_pb_audio_cover_art {
		float: none !important;
		width: 100% !important;
		height: 210px !important;
	}
	
	.et_pb_audio_module_content h2 {
		font-size: 20px !important;
	}
	
	.et_pb_column_1_4 .et_audio_module_meta, .et_pb_column_1_5 .et_audio_module_meta, .et_pb_column_1_6 .et_audio_module_meta {
		font-size: 14px !important;
	}
	
	.et_pb_promo {
		padding: 40px;
	}
	
	.et_pb_column .et_pb_map, .et_pb_fullwidth_section .et_pb_map {
		height: 200px;
	}
	
	.et_pb_tabs_controls {
		border-bottom: none;
	}
	
	.et_pb_tabs_controls li {
		float: none;
		border-right: none;
		border-bottom: 1px solid #d9d9d9;
	}
	
	.et_pb_testimonial {
		padding-top: 10%;
	}
	
	.et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video {
		margin-bottom: 16% !important;
	}
	
	.et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p {
		font-size: 32px !important;
		line-height: 32px !important;
	}
}

@media all and (max-width:380px) {
	.et_pb_countdown_timer .section p, .et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p {
		font-size: 24px !important;
		line-height: 24px !important;
	}
	
	.et_pb_countdown_timer .section p.label {
		font-size: 12px !important;
		line-height: 25px !important;
	}
}

.et_animated {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both !important;
	animation-fill-mode: both !important;
}

.et_animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.et_had_animation {
	position: relative;
}

@-webkit-keyframes et_pb_fade {
	to {
		opacity: 1;
	}
}

@keyframes et_pb_fade {
	to {
		opacity: 1;
	}
}

.et_animated.fade {
	-webkit-animation-name: et_pb_fade;
	animation-name: et_pb_fade;
}

@-webkit-keyframes et_pb_fadeTop {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes et_pb_fadeTop {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.et_animated.fadeTop {
	-webkit-animation-name: et_pb_fadeTop;
	animation-name: et_pb_fadeTop;
}

@-webkit-keyframes et_pb_fadeRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes et_pb_fadeRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.et_animated.fadeRight {
	-webkit-animation-name: et_pb_fadeRight;
	animation-name: et_pb_fadeRight;
}

@-webkit-keyframes et_pb_fadeBottom {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes et_pb_fadeBottom {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.et_animated.fadeBottom {
	-webkit-animation-name: et_pb_fadeBottom;
	animation-name: et_pb_fadeBottom;
}

@-webkit-keyframes et_pb_fadeLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes et_pb_fadeLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.et_animated.fadeLeft {
	-webkit-animation-name: et_pb_fadeLeft;
	animation-name: et_pb_fadeLeft;
}

@-webkit-keyframes et_pb_slide {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes et_pb_slide {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.et_animated.slide {
	-webkit-animation-name: et_pb_slide;
	animation-name: et_pb_slide;
}

@-webkit-keyframes et_pb_slideTop {
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes et_pb_slideTop {
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.et_animated.slideTop {
	-webkit-animation-name: et_pb_slideTop;
	animation-name: et_pb_slideTop;
}

@-webkit-keyframes et_pb_slideRight {
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes et_pb_slideRight {
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.et_animated.slideRight {
	-webkit-animation-name: et_pb_slideRight;
	animation-name: et_pb_slideRight;
}

@-webkit-keyframes et_pb_slideBottom {
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes et_pb_slideBottom {
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.et_animated.slideBottom {
	-webkit-animation-name: et_pb_slideBottom;
	animation-name: et_pb_slideBottom;
}

@-webkit-keyframes et_pb_slideLeft {
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes et_pb_slideLeft {
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.et_animated.slideLeft {
	-webkit-animation-name: et_pb_slideLeft;
	animation-name: et_pb_slideLeft;
}

@-webkit-keyframes et_pb_bounce {
	20%, 40%, 60%, 80%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes et_pb_bounce {
	20%, 40%, 60%, 80%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.et_animated.bounce {
	-webkit-animation-name: et_pb_bounce;
	animation-name: et_pb_bounce;
}

@-webkit-keyframes et_pb_bounceTop {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		-webkit-transform: translate3d(0, -200px, 0);
		transform: translate3d(0, -200px, 0);
	}
	
	60% {
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes et_pb_bounceTop {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		-webkit-transform: translate3d(0, -200px, 0);
		transform: translate3d(0, -200px, 0);
	}
	
	60% {
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.et_animated.bounceTop {
	-webkit-animation-name: et_pb_bounceTop;
	animation-name: et_pb_bounceTop;
}

@-webkit-keyframes et_pb_bounceRight {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		-webkit-transform: translate3d(200px, 0, 0);
		transform: translate3d(200px, 0, 0);
	}
	
	60% {
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes et_pb_bounceRight {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		-webkit-transform: translate3d(200px, 0, 0);
		transform: translate3d(200px, 0, 0);
	}
	
	60% {
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.et_animated.bounceRight {
	-webkit-animation-name: et_pb_bounceRight;
	animation-name: et_pb_bounceRight;
}

@-webkit-keyframes et_pb_bounceBottom {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		-webkit-transform: translate3d(0, 200px, 0);
		transform: translate3d(0, 200px, 0);
	}
	
	60% {
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes et_pb_bounceBottom {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		-webkit-transform: translate3d(0, 200px, 0);
		transform: translate3d(0, 200px, 0);
	}
	
	60% {
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.et_animated.bounceBottom {
	-webkit-animation-name: et_pb_bounceBottom;
	animation-name: et_pb_bounceBottom;
}

@-webkit-keyframes et_pb_bounceLeft {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		-webkit-transform: translate3d(-200px, 0, 0);
		transform: translate3d(-200px, 0, 0);
	}
	
	60% {
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes et_pb_bounceLeft {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		-webkit-transform: translate3d(-200px, 0, 0);
		transform: translate3d(-200px, 0, 0);
	}
	
	60% {
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.et_animated.bounceLeft {
	-webkit-animation-name: et_pb_bounceLeft;
	animation-name: et_pb_bounceLeft;
}

@-webkit-keyframes et_pb_zoom {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes et_pb_zoom {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.et_animated.zoom {
	-webkit-animation-name: et_pb_zoom;
	animation-name: et_pb_zoom;
}

@-webkit-keyframes et_pb_zoomTop {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes et_pb_zoomTop {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.et_animated.zoomTop {
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-animation-name: et_pb_zoomTop;
	animation-name: et_pb_zoomTop;
}

@-webkit-keyframes et_pb_zoomRight {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes et_pb_zoomRight {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.et_animated.zoomRight {
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-animation-name: et_pb_zoomRight;
	animation-name: et_pb_zoomRight;
}

@-webkit-keyframes et_pb_zoomBottom {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes et_pb_zoomBottom {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.et_animated.zoomBottom {
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-animation-name: et_pb_zoomBottom;
	animation-name: et_pb_zoomBottom;
}

@-webkit-keyframes et_pb_zoomLeft {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes et_pb_zoomLeft {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.et_animated.zoomLeft {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-animation-name: et_pb_zoomLeft;
	animation-name: et_pb_zoomLeft;
}

@-webkit-keyframes et_pb_flip {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0);
	}
}

@keyframes et_pb_flip {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0);
	}
}

.et_animated.flip {
	-webkit-animation-name: et_pb_flip;
	animation-name: et_pb_flip;
}

@-webkit-keyframes et_pb_flipTop {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
	}
	
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0);
	}
}

@keyframes et_pb_flipTop {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
	}
	
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0);
	}
}

.et_animated.flipTop {
	-webkit-animation-name: et_pb_flipTop;
	animation-name: et_pb_flipTop;
}

@-webkit-keyframes et_pb_flipRight {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
	}
	
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0);
	}
}

@keyframes et_pb_flipRight {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
	}
	
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0);
	}
}

.et_animated.flipRight {
	-webkit-animation-name: et_pb_flipRight;
	animation-name: et_pb_flipRight;
}

@-webkit-keyframes et_pb_flipBottom {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
	}
	
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0);
	}
}

@keyframes et_pb_flipBottom {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
	}
	
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0);
	}
}

.et_animated.flipBottom {
	-webkit-animation-name: et_pb_flipBottom;
	animation-name: et_pb_flipBottom;
}

@-webkit-keyframes et_pb_flipLeft {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
	}
	
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0);
	}
}

@keyframes et_pb_flipLeft {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
	}
	
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0);
	}
}

.et_animated.flipLeft {
	-webkit-animation-name: et_pb_flipLeft;
	animation-name: et_pb_flipLeft;
}

@-webkit-keyframes et_pb_fold {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0);
	}
}

@keyframes et_pb_fold {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0);
	}
}

.et_animated.fold {
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-animation-name: et_pb_fold;
	animation-name: et_pb_fold;
}

@-webkit-keyframes et_pb_foldTop {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0);
	}
}

@keyframes et_pb_foldTop {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0);
	}
}

.et_animated.foldTop {
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-animation-name: et_pb_foldTop;
	animation-name: et_pb_foldTop;
}

@-webkit-keyframes et_pb_foldRight {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0);
	}
}

@keyframes et_pb_foldRight {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0);
	}
}

.et_animated.foldRight {
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-animation-name: et_pb_foldRight;
	animation-name: et_pb_foldRight;
}

@-webkit-keyframes et_pb_foldBottom {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0);
	}
}

@keyframes et_pb_foldBottom {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0);
	}
}

.et_animated.foldBottom {
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-animation-name: et_pb_foldBottom;
	animation-name: et_pb_foldBottom;
}

@-webkit-keyframes et_pb_foldLeft {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0);
	}
}

@keyframes et_pb_foldLeft {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0);
	}
}

.et_animated.foldLeft {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-animation-name: et_pb_foldLeft;
	animation-name: et_pb_foldLeft;
}

@-webkit-keyframes et_pb_roll {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: center;
		transform-origin: center;
	}
}

@keyframes et_pb_roll {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: center;
		transform-origin: center;
	}
}

.et_animated.roll {
	-webkit-animation-name: et_pb_roll;
	animation-name: et_pb_roll;
}

@-webkit-keyframes et_pb_rollTop {
	from {
		-webkit-transform-origin: top;
		transform-origin: top;
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: top;
		transform-origin: top;
	}
}

@keyframes et_pb_rollTop {
	from {
		-webkit-transform-origin: top;
		transform-origin: top;
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: top;
		transform-origin: top;
	}
}

.et_animated.rollTop {
	-webkit-animation-name: et_pb_rollTop;
	animation-name: et_pb_rollTop;
}

@-webkit-keyframes et_pb_rollRight {
	from {
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: right;
		transform-origin: right;
	}
}

@keyframes et_pb_rollRight {
	from {
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: right;
		transform-origin: right;
	}
}

.et_animated.rollRight {
	-webkit-animation-name: et_pb_rollRight;
	animation-name: et_pb_rollRight;
}

@-webkit-keyframes et_pb_rollBottom {
	from {
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}
}

@keyframes et_pb_rollBottom {
	from {
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}
}

.et_animated.rollBottom {
	-webkit-animation-name: et_pb_rollBottom;
	animation-name: et_pb_rollBottom;
}

@-webkit-keyframes et_pb_rollLeft {
	from {
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: left;
		transform-origin: left;
	}
}

@keyframes et_pb_rollLeft {
	from {
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: left;
		transform-origin: left;
	}
}

.et_animated.rollLeft {
	-webkit-animation-name: et_pb_rollLeft;
	animation-name: et_pb_rollLeft;
}

.box-shadow-overlay {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.et_pb_section>.box-shadow-overlay~.et_pb_row {
	z-index: 11;
}

.et_pb_row>.box-shadow-overlay {
	z-index: 8;
}

.has-box-shadow-overlay {
	position: relative;
}

.et_clickable {
	cursor: pointer;
}

.screen-reader-text {
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	clip-path: inset(50%);
}

.et-box {
	position: relative;
	margin: 0 0 10px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	font-size: 14px;
}

.et-box-content {
	min-height: 35px;
	padding: 27px 43px 17px 66px;
	text-shadow: 1px 1px 1px #fff;
}

.et-box-content strong {
	color: #000;
	font-weight: 700;
}

.et-bio:before, .et-download:before, .et-info:before, .et-shadow:before, .et-warning:before {
	position: absolute;
	top: 32px;
	left: 28px;
	content: "";
}

.et-info {
	border: 1px solid #e2e2ba;
}

.et-info:before {
	width: 22px;
	height: 20px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -97px -2px;
}

.et-info .et-box-content {
	border: 1px solid #fbfbef;
	color: #ada771;
	background: #f9f9dc;
	-webkit-box-shadow: inset 0 0 45px #efefc0;
	-moz-box-shadow: inset 0 0 45px #efefc0;
	box-shadow: inset 0 0 45px #efefc0;
}

.et-info .et-box-content h1, .et-info .et-box-content h2, .et-info .et-box-content h3, .et-info .et-box-content h4, .et-info .et-box-content h5, .et-info .et-box-content h6 {
	color: #ada771;
}

.et-warning {
	border: 1px solid #e0b1b1;
}

.et-warning:before {
	width: 17px;
	height: 17px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -75px -41px;
}

.et-warning .et-box-content {
	border: 1px solid #fceeec;
	color: #ad7676;
	background: #ffd9d5;
	-webkit-box-shadow: inset 0 0 45px #f0bfba;
	-moz-box-shadow: inset 0 0 45px #f0bfba;
	box-shadow: inset 0 0 45px #f0bfba;
}

.et-warning .et-box-content h1, .et-warning .et-box-content h2, .et-warning .et-box-content h3, .et-warning .et-box-content h4, .et-warning .et-box-content h5, .et-warning .et-box-content h6 {
	color: #ad7676;
}

.et-download {
	border: 1px solid #b9dbb6;
}

.et-download:before {
	width: 19px;
	height: 14px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -23px -19px;
}

.et-download .et-box-content {
	border: 1px solid #f1f9f0;
	color: #7ea57b;
	background: #dff7dd;
	-webkit-box-shadow: inset 0 0 45px #cbe5c9;
	-moz-box-shadow: inset 0 0 45px #cbe5c9;
	box-shadow: inset 0 0 45px #cbe5c9;
}

.et-download .et-box-content h1, .et-download .et-box-content h2, .et-download .et-box-content h3, .et-download .et-box-content h4, .et-download .et-box-content h5, .et-download .et-box-content h6 {
	color: #7ea57b;
}

.et-bio {
	border: 1px solid #b3d8d3;
}

.et-bio:before {
	top: 33px;
	width: 19px;
	height: 15px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -23px -2px;
}

.et-bio .et-box-content {
	border: 1px solid #f1fafb;
	color: #80acb0;
	background: #ddf5f7;
	-webkit-box-shadow: inset 0 0 45px #c6edf0;
	-moz-box-shadow: inset 0 0 45px #c6edf0;
	box-shadow: inset 0 0 45px #c6edf0;
}

.et-bio .et-box-content h1, .et-bio .et-box-content h2, .et-bio .et-box-content h3, .et-bio .et-box-content h4, .et-bio .et-box-content h5, .et-bio .et-box-content h6 {
	color: #80acb0;
}

.et-shadow {
	border: 1px solid #ddd;
}

.et-shadow .et-box-content {
	border: 1px solid #fafafa;
	color: #737373;
	background: #fafafa;
	-webkit-box-shadow: inset 0 0 45px #e7e7e7;
	-moz-box-shadow: inset 0 0 45px #e7e7e7;
	box-shadow: inset 0 0 45px #e7e7e7;
}

.et-shadow .et-box-content h1, .et-shadow .et-box-content h2, .et-shadow .et-box-content h3, .et-shadow .et-box-content h4, .et-shadow .et-box-content h5, .et-shadow .et-box-content h6 {
	color: #737373;
}

.et-tooltip {
	position: relative;
}

.et-tooltip-box {
	display: none;
	position: absolute;
	bottom: 35px;
	left: -94px;
	width: 235px;
	padding: 20px 25px 22px 25px;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #6d6e6e;
	background: #fff;
	-webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1);
	line-height: 18px;
}

.et-tooltip-arrow {
	display: block;
	position: absolute;
	bottom: -13px;
	left: 129px;
	width: 24px;
	height: 13px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -120px -2px;
}

.et-learn-more {
	margin: 10px 0;
	border: 1px solid #e7e7e7;
	background: #fff;
	-webkit-box-shadow: 1px -1px 0 0 #fff;
	-moz-box-shadow: 1px -1px 0 0 #fff;
	box-shadow: 1px -1px 0 0 #fff;
}

.et-tooltip-arrow.nitro-lazy {
	background: none !important;
}

.et-learn-more h3.heading-more {
	position: relative;
	margin: 0 !important;
	padding: 16px 50px 16px 22px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #999;
	text-shadow: 1px 1px 0 #fff;
	font-size: 14px;
	letter-spacing: 0;
	cursor: pointer;
}

.et-learn-more h3.heading-more span.et_learnmore_arrow {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 100%;
	border-left: 1px solid #fff;
	-webkit-box-shadow: -1px 0 0 0 #e7e7e7;
	-moz-box-shadow: -1px 0 0 0 #e7e7e7;
	box-shadow: -1px 0 0 0 #e7e7e7;
}

.et-learn-more span.et_learnmore_arrow span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 10px;
	margin-top: -5px;
	margin-left: -6px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -58px -2px;
}

.et-learn-more span.et_learnmore_arrow span.nitro-lazy {
	background: none !important;
}

.et-learn-more .open span.et_learnmore_arrow span {
	background-position: -58px -14px;
}

.et-learn-more .learn-more-content {
	visibility: hidden;
	padding: 30px 30px 20px;
	border-top: 1px solid #e7e7e7;
}

.et_slidecontent .et-learn-more .learn-more-content {
	display: block;
	visibility: hidden;
}

.et-open .learn-more-content {
	display: block;
	visibility: visible !important;
}

.et_shortcodes_controller_nav {
	position: relative;
	min-height: 53px;
	border-top: 1px solid #e7e7e7;
	-webkit-box-shadow: inset 1px 1px 0 0 #fff;
	-moz-box-shadow: inset 1px 1px 0 0 #fff;
	box-shadow: inset 1px 1px 0 0 #fff;
}

.et_shortcodes_controls, .et_shortcodes_controls_arrows {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 26px !important;
	list-style: none !important;
}

.et_shortcodes_controls {
	padding-top: 20px !important;
	line-height: 0 !important;
	text-align: center;
}

.et_shortcodes_controls li {
	display: inline-block;
	margin: 0 3px;
}

.et_shortcodes_controls a {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -45px -1px;
}

.et_shortcodes_controls a.nitro-lazy {
	background: none !important;
}

.et_shortcodes_controls .et_shortcodes_active_control a {
	background-position: -45px -14px;
}

.et_shortcodes_controls_arrows a {
	position: absolute;
	top: 0;
	color: #999 !important;
	text-shadow: 1px 1px 0 #fff;
	font-size: 14px;
}

.et_shortcodes_controls_arrows a:hover {
	color: #4c4c4c;
	text-decoration: none;
}

.et_shortcodes_controls_arrows .et_sc_nav_prev {
	left: 0;
	padding: 14px 38px 12px 48px;
	border-right: 1px solid #e7e7e7;
	-webkit-box-shadow: 1px 0 0 0 #fff;
	-moz-box-shadow: 1px 0 0 0 #fff;
	box-shadow: 1px 0 0 0 #fff;
}

.et_shortcodes_controls_arrows .et_sc_nav_next {
	right: 0;
	padding: 14px 48px 12px 38px;
	border-left: 1px solid #fff;
	-webkit-box-shadow: -1px 0 0 0 #e7e7e7;
	-moz-box-shadow: -1px 0 0 0 #e7e7e7;
	box-shadow: -1px 0 0 0 #e7e7e7;
}

.et_shortcodes_controls_arrows .et_sc_nav_next span, .et_shortcodes_controls_arrows .et_sc_nav_prev span {
	top: 21px;
}

.et_shortcodes_controls_arrows .et_sc_nav_next span {
	right: 30px;
}

.et_shortcodes_controls_arrows .et_sc_nav_prev span {
	left: 30px;
}

.et-simple-slider {
	position: relative;
	margin: 10px 0;
	border: 1px solid #e7e7e7;
	background: #fff;
}

.et-simple-slider h1, .et-simple-slider h2, .et-simple-slider h3, .et-simple-slider h4, .et-simple-slider h5, .et-simple-slider h6 {
	color: #333;
	font-family: Century Gothic, Arial, sans-serif;
}

.et-simple-slides {
	overflow: hidden;
	margin: 30px 30px 20px;
}

.et-simple-slider div.et-slide {
	display: none;
	width: 100% !important;
}

.one_fourth, .one_half, .one_third, .three_fourth, .two_third {
	float: left;
	position: relative;
	margin-right: 4%;
}

.one_half {
	width: 48%;
}

.one_third {
	width: 30.66%;
}

.two_third {
	width: 65.32%;
}

.one_fourth {
	width: 22%;
}

.three_fourth {
	width: 74%;
}

a.big-button, a.icon-button, a.small-button {
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .4), 1px 1px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .4), 1px 1px 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .4), 1px 1px 1px rgba(0, 0, 0, .1);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
	line-height: 26px;
}

a.icon-button, a.small-button {
	margin: 0 5px 8px 0;
	padding: 6px 14px;
	font-size: 12px;
	font-weight: 700 !important;
}

a.big-button:hover, a.icon-button:hover, a.small-button:hover {
	text-decoration: none;
}

a.bigblue, a.smallblue {
	border: 1px solid #3e8ff4;
	color: #2b63a8 !important;
	background: #88bdff;
	background: -moz-linear-gradient(top, #88bdff 0, #60a7ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #88bdff), color-stop(100%, #60a7ff));
	background: -webkit-linear-gradient(top, #88bdff 0, #60a7ff 100%);
	background: -o-linear-gradient(top, #88bdff 0, #60a7ff 100%);
	background: -ms-linear-gradient(top, #88bdff 0, #60a7ff 100%);
	background: linear-gradient(to bottom, #88bdff 0, #60a7ff 100%);
}

a.bigblue:hover, a.smallblue:hover {
	color: #23528c !important;
}

a.smalllightblue {
	border: 1px solid #51b5e4;
	color: #348db6 !important;
	background: #8edbff;
	background: -moz-linear-gradient(top, #8edbff 0, #60cdff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8edbff), color-stop(100%, #60cdff));
	background: -webkit-linear-gradient(top, #8edbff 0, #60cdff 100%);
	background: -o-linear-gradient(top, #8edbff 0, #60cdff 100%);
	background: -ms-linear-gradient(top, #8edbff 0, #60cdff 100%);
	background: linear-gradient(to bottom, #8edbff 0, #60cdff 100%);
}

a.smalllightblue:hover {
	color: #287295 !important;
}

a.bigteal, a.bigturquoise, a.smallteal {
	border: 1px solid #48bec0;
	color: #3da7a9 !important;
	background: #61eef0;
	background: -moz-linear-gradient(top, #61eef0 0, #59dcde 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #61eef0), color-stop(100%, #59dcde));
	background: -webkit-linear-gradient(top, #61eef0 0, #59dcde 100%);
	background: -o-linear-gradient(top, #61eef0 0, #59dcde 100%);
	background: -ms-linear-gradient(top, #61eef0 0, #59dcde 100%);
	background: linear-gradient(to bottom, #61eef0 0, #59dcde 100%);
}

a.bigteal:hover, a.bigturquoise:hover, a.smallteal:hover {
	color: #309192 !important;
}

a.biggreen, a.smallgreen {
	border: 1px solid #4dab46;
	color: #569d51 !important;
	background: #94e48d;
	background: -moz-linear-gradient(top, #94e48d 0, #82cf7c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #94e48d), color-stop(100%, #82cf7c));
	background: -webkit-linear-gradient(top, #94e48d 0, #82cf7c 100%);
	background: -o-linear-gradient(top, #94e48d 0, #82cf7c 100%);
	background: -ms-linear-gradient(top, #94e48d 0, #82cf7c 100%);
	background: linear-gradient(to bottom, #94e48d 0, #82cf7c 100%);
}

a.biggreen:hover, a.smallgreen:hover {
	color: #478542 !important;
}

a.bigorange, a.smallorange {
	border: 1px solid #db9c51;
	color: #c7822f !important;
	background: #ffcb8c;
	background: -moz-linear-gradient(top, #ffcb8c 0, #ffb660 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffcb8c), color-stop(100%, #ffb660));
	background: -webkit-linear-gradient(top, #ffcb8c 0, #ffb660 100%);
	background: -o-linear-gradient(top, #ffcb8c 0, #ffb660 100%);
	background: -ms-linear-gradient(top, #ffcb8c 0, #ffb660 100%);
	background: linear-gradient(to bottom, #ffcb8c 0, #ffb660 100%);
}

a.bigorange:hover, a.smallorange:hover {
	color: #a96c23 !important;
}

a.smallsilver {
	border: 1px solid #c3c3c3;
	color: #595a5a !important;
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), color-stop(100%, #e2e2e2));
	background: -webkit-linear-gradient(top, #f5f5f5 0, #e2e2e2 100%);
	background: -o-linear-gradient(top, #f5f5f5 0, #e2e2e2 100%);
	background: -ms-linear-gradient(top, #f5f5f5 0, #e2e2e2 100%);
	background: linear-gradient(to bottom, #f5f5f5 0, #e2e2e2 100%);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .9), 1px 1px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .9), 1px 1px 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .9), 1px 1px 1px rgba(0, 0, 0, .1);
	text-shadow: 1px 1px 1px #fff;
}

a.smallsilver:hover {
	color: #454545 !important;
}

a.smallblack {
	border: 1px solid #0e0e0e;
	color: #fff !important;
	background: #5b5b5b;
	background: -moz-linear-gradient(top, #5b5b5b 0, #383838 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5b5b5b), color-stop(100%, #383838));
	background: -webkit-linear-gradient(top, #5b5b5b 0, #383838 100%);
	background: -o-linear-gradient(top, #5b5b5b 0, #383838 100%);
	background: -ms-linear-gradient(top, #5b5b5b 0, #383838 100%);
	background: linear-gradient(to bottom, #5b5b5b 0, #383838 100%);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .2), 1px 1px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .2), 1px 1px 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .2), 1px 1px 1px rgba(0, 0, 0, .1);
	text-shadow: -1px -1px 0 #000;
}

a.smallblack:hover {
	color: #f7f7f7 !important;
}

a.bigred, a.smallred {
	border: 1px solid #d85353;
	color: #9a3e3e !important;
	background: #ff7979;
	background: -moz-linear-gradient(top, #ff7979 0, #ff5f5f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff7979), color-stop(100%, #ff5f5f));
	background: -webkit-linear-gradient(top, #ff7979 0, #ff5f5f 100%);
	background: -o-linear-gradient(top, #ff7979 0, #ff5f5f 100%);
	background: -ms-linear-gradient(top, #ff7979 0, #ff5f5f 100%);
	background: linear-gradient(to bottom, #ff7979 0, #ff5f5f 100%);
}

a.bigred:hover, a.smallred:hover {
	color: #803030 !important;
}

a.smallpink {
	border: 1px solid #b15cb9;
	color: #914d97 !important;
	background: #e782f1;
	background: -moz-linear-gradient(top, #e782f1 0, #d271da 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e782f1), color-stop(100%, #d271da));
	background: -webkit-linear-gradient(top, #e782f1 0, #d271da 100%);
	background: -o-linear-gradient(top, #e782f1 0, #d271da 100%);
	background: -ms-linear-gradient(top, #e782f1 0, #d271da 100%);
	background: linear-gradient(to bottom, #e782f1 0, #d271da 100%);
}

a.smallpink:hover {
	color: #753b7a !important;
}

a.bigpurple, a.smallpurple {
	border: 1px solid #8b53d8;
	color: #653e9a !important;
	background: #b279ff;
	background: -moz-linear-gradient(top, #b279ff 0, #a35fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b279ff), color-stop(100%, #a35fff));
	background: -webkit-linear-gradient(top, #b279ff 0, #a35fff 100%);
	background: -o-linear-gradient(top, #b279ff 0, #a35fff 100%);
	background: -ms-linear-gradient(top, #b279ff 0, #a35fff 100%);
	background: linear-gradient(to bottom, #b279ff 0, #a35fff 100%);
}

a.bigpurple:hover, a.smallpurple:hover {
	color: #563386 !important;
}

a.big-button {
	margin: 8px 6px 8px 0;
	padding: 14px 24px;
	font-size: 20px;
	font-weight: 400 !important;
}

a.big-button:hover {
	text-decoration: none;
}

a.icon-button {
	position: relative;
	padding-left: 36px;
	border: 1px solid #c3c3c3;
	color: #595a5a !important;
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0, #e1e1e1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), color-stop(100%, #e1e1e1));
	background: -webkit-linear-gradient(top, #f5f5f5 0, #e1e1e1 100%);
	background: -o-linear-gradient(top, #f5f5f5 0, #e1e1e1 100%);
	background: -ms-linear-gradient(top, #f5f5f5 0, #e1e1e1 100%);
	background: linear-gradient(to bottom, #f5f5f5 0, #e1e1e1 100%);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .9), 1px 1px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .9), 1px 1px 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .9), 1px 1px 1px rgba(0, 0, 0, .1);
	text-shadow: 1px 1px 1px #fff;
}

a.icon-button:hover {
	color: #404040;
}

a.icon-button span.et-icon {
	position: absolute;
	top: 10px;
	left: 12px;
	width: 18px;
	height: 16px;
}

a.download-icon span.et-icon {
	top: 7px;
	width: 17px;
	height: 20px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -3px -2px;
}

a.download-icon span.et-icon.nitro-lazy {
	background: none !important;
}

a.search-icon span.et-icon {
	top: 9px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -206px -2px;
}

a.search-icon span.et-icon.nitro-lazy {
	background: none !important;
}

a.refresh-icon span.et-icon {
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -169px -19px;
}

a.refresh-icon span.et-icon.nitro-lazy {
	background: none !important;
}

a.question-icon span.et-icon {
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -164px -2px;
}

a.question-icon span.et-icon.nitro-lazy {
	background: none !important;
}

a.people-icon span.et-icon {
	top: 9px;
	height: 17px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -151px -33px;
}

a.people-icon span.et-icon.nitro-lazy {
	background: none !important;
}

a.warning-icon span.et-icon {
	width: 15px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -188px -19px;
}

a.warning-icon span.et-icon.nitro-lazy {
	background: none !important;
}

a.mail-icon span.et-icon {
	height: 15px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -131px -33px;
}

a.mail-icon span.et-icon.nitro-lazy {
	background: none !important;
}

a.heart-icon span.et-icon {
	top: 12px;
	left: 14px;
	width: 14px;
	height: 13px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -131px -18px;
}

a.heart-icon span.et-icon.nitro-lazy {
	background: none !important;
}

a.paper-icon span.et-icon {
	width: 15px;
	height: 15px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -147px -17px;
}

a.paper-icon span.et-icon.nitro-lazy {
	background: none !important;
}

a.notice-icon span.et-icon {
	top: 11px;
	width: 15px;
	height: 13px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -147px -2px;
}

a.notice-icon span.et-icon.nitro-lazy {
	background: none !important;
}

a.stats-icon span.et-icon {
	top: 11px;
	width: 15px;
	height: 14px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -184px -2px;
}

a.stats-icon span.et-icon.nitro-lazy {
	background: none !important;
}

a.rss-icon span.et-icon {
	top: 9px;
	width: 15px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -171px -36px;
}

a.rss-icon span.et-icon.nitro-lazy {
	background: none !important;
}

ul.et_shortcodes_mobile_nav {
	display: none;
	z-index: 2;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none outside none !important;
}

ul.et_shortcodes_mobile_nav a {
	position: relative;
}

.et_shortcodes_controls_arrows span, ul.et_shortcodes_mobile_nav span {
	display: block;
	position: absolute;
	top: 23px;
	width: 10px;
	height: 14px;
}

.et_shortcodes_controls_arrows .et_sc_nav_prev span, ul.et_shortcodes_mobile_nav .et_sc_nav_prev span {
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -3px -24px;
}

.et_shortcodes_controls_arrows .et_sc_nav_prev span.nitro-lazy, ul.et_shortcodes_mobile_nav .et_sc_nav_prev span.nitro-lazy {
	background: none !important;
}

.et_shortcodes_controls_arrows .et_sc_nav_next span, ul.et_shortcodes_mobile_nav .et_sc_nav_next span {
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -3px -40px;
}

.et_shortcodes_controls_arrows .et_sc_nav_next span.nitro-lazy, ul.et_shortcodes_mobile_nav .et_sc_nav_next span.nitro-lazy {
	background: none !important;
}

.et-tabs-container {
	position: relative;
	margin: 50px 0 15px;
	border: 1px solid #e7e7e7;
	background: #fff;
}

.et-learn-more h3.heading-more, .et-protected-title, .et-tabs-container .et-tabs-control, .et-tabs-container ul.et_shortcodes_mobile_nav, .et-testimonial-author-info, .et_shortcodes_controller_nav, .pricing-content-bottom, .pricing-heading {
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
	background: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
}

.et-tabs-container .et-tabs-control, .et-tabs-container ul.et_shortcodes_mobile_nav {
	overflow: hidden;
	position: relative;
	margin: 0 !important;
	border-top: 1px solid #fff;
}

.et-tabs-container .et-tabs-control:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e7e7e7;
	content: "";
}

.et-tabs-container .et-tabs-control li {
	float: left;
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	border-left: 1px solid #e7e7e7;
	-webkit-box-shadow: -1px 0 0 #fff;
	-moz-box-shadow: -1px 0 0 #fff;
	box-shadow: -1px 0 0 #fff;
	list-style: none outside none;
}

.et-tabs-container .et-tabs-control li:first-child {
	border-left: 1px solid #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.et-tabs-container .et-tabs-control li a {
	display: block;
	padding: 15px 20px;
	color: #999 !important;
	text-shadow: 1px 1px 0 #fff !important;
	font-size: 14px;
}

.et-tabs-container .et-tabs-control li a:hover {
	color: #4c4c4c !important;
	text-decoration: none;
}

.et-tabs-container .et-tabs-control li.active:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: "";
}

.et-tabs-container .et-tabs-control li.active a {
	color: #4c4c4c !important;
	background: #fff;
}

.et-tabs-content-wrapper>div {
	display: none;
}

.et_sliderfx_slide .et-tabs-content-wrapper {
	position: relative;
	left: 0;
	width: 1200%;
}

.et_sliderfx_slide .et-tabs-content-wrapper>div {
	display: block;
	visibility: hidden;
	float: left;
	height: 1px;
}

.et_sliderfx_fade .et_slidecontent, .et_sliderfx_slide .et-tabs-content-wrapper>div {
	word-wrap: break-word;
}

.et_sliderfx_slide .et_shortcode_slide_active {
	height: auto !important;
}

.et-tabs-container .et-tabs-content {
	margin: 30px 30px 20px;
}

.et-tabs-container ul.et_shortcodes_mobile_nav {
	border-bottom: 1px solid #e7e7e7;
}

.et-tabs-container ul.et_shortcodes_mobile_nav li {
	float: right;
	line-height: 26px;
}

.et-tabs-container ul.et_shortcodes_mobile_nav a {
	display: block;
	padding: 16px 10px 16px 45px;
	color: #999 !important;
	text-shadow: 1px 1px 0 #fff !important;
	font-size: 14px;
}

.et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_next {
	padding: 16px 45px 16px 10px;
	text-align: right;
}

.et-tabs-container ul.et_shortcodes_mobile_nav a:hover {
	color: #4c4c4c !important;
	text-decoration: none;
}

.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #e7e7e7;
	-webkit-box-shadow: 1px 0 0 #fff;
	-moz-box-shadow: 1px 0 0 #fff;
	box-shadow: 1px 0 0 #fff;
	content: "";
}

.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next span {
	right: 28px;
}

.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_prev span {
	left: 28px;
}

.author-shortcodes, .et-image-slider, .et-protected, .et-simple-slider, .et-tabs-container, .et-testimonial-box, .tabs-left {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.tabs-left {
	position: relative;
	margin-bottom: 15px;
	border: 1px solid #e7e7e7;
	background: #fff;
}

.tabs-left .et-tabs-control, .tabs-left ul.et_shortcodes_mobile_nav {
	float: left;
	position: relative;
	width: 149px;
	margin: 0 !important;
	border-top: 1px solid #fff;
	list-style: none outside none !important;
}

.tabs-left ul.et_shortcodes_mobile_nav {
	position: absolute;
	top: 0;
	left: 0;
}

.tabs-left .et-tabs-control li, .tabs-left ul.et_shortcodes_mobile_nav li {
	padding-right: 0 !important;
	padding-left: 0 !important;
	border-bottom: 1px solid #e7e7e7;
	background: 0 0 !important;
	-webkit-box-shadow: 0 1px 0 0 #fff;
	-moz-box-shadow: 0 1px 0 0 #fff;
	box-shadow: 0 1px 0 0 #fff;
	list-style: none !important;
}

.tabs-left .et-tabs-control li a {
	display: block;
	padding: 15px 10px 15px 20px;
	color: #999 !important;
	text-shadow: 1px 1px 0 #fff !important;
	font-size: 14px;
}

.tabs-left .et-tabs-control li.active a {
	margin-right: -1px;
	background: #fff;
}

.tabs-left .et-tabs-control li a:hover, .tabs-left .et-tabs-control li.active a {
	color: #4c4c4c !important;
	text-decoration: none;
}

.tabs-left .et-tabs-content {
	position: relative;
	padding: 30px 30px 20px;
}

.tabs-left.et_sliderfx_slide .et-tabs-content-main-wrap {
	overflow: hidden;
}

.tabs-left .et-tabs-content h3 {
	padding-bottom: 14px;
	color: #333;
}

.et_left_tabs_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 148px;
	height: 100%;
	border-right: 1px solid #e7e7e7;
	border-left: 1px solid #fff;
	background: #f5f5f5;
	background: -moz-linear-gradient(left, #f9f9f9 0, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #f9f9f9), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(left, #f9f9f9 0, #f5f5f5 100%);
	background: -o-linear-gradient(left, #f9f9f9 0, #f5f5f5 100%);
	background: -ms-linear-gradient(left, #f9f9f9 0, #f5f5f5 100%);
	background: linear-gradient(to right, #f9f9f9 0, #f5f5f5 100%);
}

.tabs-left ul.et_shortcodes_mobile_nav a {
	text-indent: -9999px;
}

.tabs-left ul.et_shortcodes_mobile_nav a span {
	top: 50%;
	margin-top: -7px;
}

.tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_next span {
	right: 50%;
	margin-right: -4px;
}

.tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_prev span {
	left: 50%;
	margin-left: -4px;
}

.author-shortcodes {
	margin-bottom: 10px;
	border: 1px solid #e7e7e7;
	color: #363636;
	background: #fff;
	font-size: 14px;
}

.author-shortcodes .author-inner {
	position: relative;
	min-height: 60px;
	padding: 30px 30px 20px 117px;
}

.author-shortcodes .author-image {
	position: absolute;
	top: 32px;
	left: 30px;
	width: 60px;
	height: 60px;
}

.author-shortcodes .author-image img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.author-shortcodes .author-image .author-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .5);
	-moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, .5);
	box-shadow: inset 0 0 4px rgba(0, 0, 0, .5);
}

.et-protected {
	width: 390px;
	margin-bottom: 10px;
	border: 1px solid #e7e7e7;
	background: #fff;
}

.et-protected-title {
	position: relative;
	padding: 18px 10px 17px 50px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e7e7e7;
	border-left: 1px solid #fff;
	color: #999;
	text-shadow: 0 1px 0 #fff;
	font-size: 14px;
}

.et-protected-title:before {
	position: absolute;
	top: 16px;
	left: 20px;
	width: 17px;
	height: 19px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -23px -36px;
	content: "";
}

.et-protected-form {
	padding: 32px 37px 32px 32px;
	text-align: right;
}

.et-protected-form p {
	padding-bottom: 16px;
}

.et-protected-form p label {
	position: relative;
}

.et-protected-form p .et_protected_icon {
	display: block;
	position: absolute;
	top: 2px;
	left: 18px;
	width: 10px;
	height: 20px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -190px -37px;
}

.et-protected-form p .et_protected_icon.nitro-lazy {
	background: none !important;
}

.et-protected-form p .et_protected_password {
	height: 23px;
	background-position: -275px -2px;
}

.et-protected-form label span {
	display: none;
}

.et-protected-form p input {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 !important;
	padding: 20px 20px 20px 40px;
	border: 1px solid #e7e7e7;
	color: #363636;
	background: #f3f3f3;
	background: -moz-linear-gradient(top, #f3f3f3 1%, #fefefe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f3f3f3), color-stop(100%, #fefefe));
	background: -webkit-linear-gradient(top, #f3f3f3 1%, #fefefe 100%);
	background: -o-linear-gradient(top, #f3f3f3 1%, #fefefe 100%);
	background: -ms-linear-gradient(top, #f3f3f3 1%, #fefefe 100%);
	background: linear-gradient(to bottom, #f3f3f3 1%, #fefefe 100%);
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
	font-size: 14px;
}

.et-protected-form input.etlogin-button {
	padding: 14px 24px;
	border: 1px solid #e7e7e7;
	color: #999;
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
	background: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
	-webkit-box-shadow: inset 1px 1px 0 0 #fff;
	-moz-box-shadow: inset 1px 1px 0 0 #fff;
	box-shadow: inset 1px 1px 0 0 #fff;
	text-shadow: 0 1px 0 #fff;
	font-size: 14px;
}

.et-simple-slides .et_slidecontent {
	width: auto;
}

.et-image-slides {
	background: #555;
}

.et-image-slider {
	margin-bottom: 25px;
	border: 1px solid #e7e7e7;
	background: #fff;
}

.et-image-slide {
	position: relative;
}

.et-image-slider img {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto;
}

.et-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .6);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .6);
}

.author-shortcodes, .et-learn-more, .et-simple-slider, .et-tabs-container, .et-tooltip-box, .tabs-left {
	color: #201f1f !important;
	text-shadow: none !important;
}

.author-shortcodes a, .et-learn-more a, .et-simple-slider a, .et-tabs-container a, .et-tooltip-box a, .tabs-left a {
	text-shadow: none !important;
}

.et-custom-list ul {
	margin: 0 !important;
	padding-left: 0 !important;
	line-height: 26px;
	list-style: none !important;
	list-style-image: none !important;
}

.et-custom-list ul li {
	position: relative;
	margin: 5px 0 !important;
	padding-left: 28px !important;
	list-style: none !important;
}

.et-custom-list ul li:before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 22px;
	height: 18px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -74px -2px;
	content: "";
}

.etlist-x ul li:before {
	position: absolute;
	top: 6px;
	left: 0;
	width: 22px;
	height: 18px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -75px -21px;
	content: "";
}

.etlist-dot ul li {
	padding-left: 25px !important;
}

.etlist-dot ul li:before {
	position: absolute;
	top: 9px;
	left: 0;
	width: 10px;
	height: 9px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -230px -3px;
	content: "";
}

.et-custom-list ul li ul {
	margin: 0 !important;
	padding: 2px 0 !important;
}

.et-pricing {
	margin: 40px 0 10px;
}

.pricing-table {
	float: left;
	position: relative;
	width: 25%;
	margin-bottom: 22px;
	margin-left: -1px;
}

.pricing-table-wrap {
	border: 1px solid #e7e7e7;
	border-bottom: none;
}

.pricing-heading {
	padding: 23px 10px 22px;
	border-bottom: 1px solid #e7e7e7;
	color: #999;
	-webkit-box-shadow: inset 1px 1px 0 0 #fff;
	-moz-box-shadow: inset 1px 1px 0 0 #fff;
	box-shadow: inset 1px 1px 0 0 #fff;
	text-shadow: 1px 1px 0 #fff;
	font-size: 12px;
	text-align: center;
}

.pricing-title {
	color: #53b4c7 !important;
	text-shadow: none !important;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.pricing-heading p {
	padding-bottom: 0 !important;
}

.pricing-table ul.pricing {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 26px;
	list-style: none !important;
	list-style-image: none !important;
}

.pricing-table ul.pricing li {
	position: relative;
	padding: 14px 7px 14px 63px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e7e7e7;
	color: #363636;
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0, #fefefe 7%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), color-stop(7%, #fefefe), color-stop(100%, #fff));
	background: -webkit-linear-gradient(top, #f5f5f5 0, #fefefe 7%, #fff 100%);
	background: -o-linear-gradient(top, #f5f5f5 0, #fefefe 7%, #fff 100%);
	background: -ms-linear-gradient(top, #f5f5f5 0, #fefefe 7%, #fff 100%);
	background: linear-gradient(to bottom, #f5f5f5 0, #fefefe 7%, #fff 100%);
	text-shadow: none !important;
	font-size: 12px;
	list-style: none !important;
}

.pricing-table ul.pricing li span.pricing-mark {
	position: absolute;
	top: 19px;
	left: 30px;
	width: 22px;
	height: 18px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -74px -2px;
}

.pricing-table ul.pricing li span.pricing-mark.nitro-lazy {
	background: none !important;
}

.pricing-table ul.pricing li.x-mark span.pricing-mark {
	background-position: -74px -20px;
}

.pricing-content-bottom {
	padding: 20px 5px 43px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e7e7e7;
	-webkit-box-shadow: inset 1px 0 0 0 #fff;
	-moz-box-shadow: inset 1px 0 0 0 #fff;
	box-shadow: inset 1px 0 0 0 #fff;
	text-align: center;
}

span.et-price {
	color: #94c65c;
	text-shadow: 0 1px 0 #fff;
	font-family: Georgia, serif;
	font-size: 48px;
}

span.et-price sup {
	bottom: 13px;
	left: 1px;
	font-size: 24px;
}

span.et-price span.dollar-sign {
	font-size: 36px;
}

.pricing-table a.icon-button {
	position: absolute;
	bottom: -13px;
	left: 50%;
	margin: 0;
	padding-left: 15px;
}

.pricing-table a.icon-button {
	visibility: hidden;
}

.pricing-big {
	z-index: 2;
	top: -20px;
	-webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 18px rgba(0, 0, 0, .2);
	box-shadow: 0 0 18px rgba(0, 0, 0, .2);
}

.pricing-big .pricing-table-wrap {
	border-color: #d6d5d5;
}

.pricing-big .pricing-heading {
	padding-top: 43px;
}

.pricing-big .pricing-content-bottom {
	padding-bottom: 63px;
	border-bottom: 1px solid #d6d5d5;
}

.et-testimonial-box {
	position: relative;
	margin: 10px 0 45px;
	border: 1px solid #e7e7e7;
	background: #fff;
}

.et-testimonial-author-info {
	padding: 20px 20px 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e7e7e7;
	border-left: 1px solid #fff;
	text-shadow: 0 1px 0 #fff;
}

.t-img {
	float: left;
	position: relative;
	width: 60px;
	height: 60px;
	margin: 0 25px 5px 0;
	-webkit-box-shadow: 0 1px 0 0 #fff;
	-moz-box-shadow: 0 1px 0 0 #fff;
	box-shadow: 0 1px 0 0 #fff;
}

.t-img img {
	max-width: 100%;
	height: auto;
}

.t-overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, .4);
}

.t-author, .t-position {
	display: block;
}

.t-author {
	padding: 10px 0 5px;
	color: #999;
	font-size: 18px;
}

.t-position {
	color: #595959;
}

.et-testimonial, .t-position {
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
}

.et-testimonial {
	position: relative;
	padding: 43px 35px 30px 77px;
	color: #363636;
	text-shadow: none !important;
}

.et-testimonial:before {
	position: absolute;
	top: 43px;
	left: 35px;
	width: 25px;
	height: 19px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -45px -35px;
	content: "";
}

.t-bottom-arrow {
	position: absolute;
	right: 40px;
	bottom: -32px;
	width: 31px;
	height: 32px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -97px -25px;
}

.t-bottom-arrow.nitro-lazy {
	background: none !important;
}

.et-dropcap {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	font-size: 48px;
	line-height: 1;
}

.et_quote {
	position: relative;
	min-height: 40px;
	margin-bottom: 10px;
	padding-left: 57px;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1.5;
}

.et_quote .et_quote_sign {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 34px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -206px -20px;
}

.et_quote .et_quote_sign.nitro-lazy {
	background: none !important;
}

.quote-center .et_quote_sign {
	top: 3px;
	width: 20px;
	height: 16px;
	background-position: -251px -2px;
}

.quote-center .et_quote_additional_sign {
	display: block;
	position: absolute;
	top: 3px;
	right: 13px;
	width: 20px;
	height: 16px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png") no-repeat -251px -22px;
}

.quote-center .et_quote_additional_sign.nitro-lazy {
	background: none !important;
}

.et_right_quote {
	width: 100%;
}

.quote-center {
	padding-left: 30px;
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
}

.quote-center .et_right_quote {
	width: 95%;
	padding-right: 30px;
}

.et-tabs-container .et-tabs-control {
	padding: 0;
}

.tabs-left .et-tabs-control {
	padding-left: 0;
}

.author-info h1, .author-info h2, .author-info h3, .author-info h4, .author-info h5, .author-info h6 {
	color: #201f1f !important;
	text-shadow: none !important;
}

.et-tabs-container .et-tabs-control li a, .tabs-left .et-tabs-control li a {
	text-decoration: none !important;
}

a.big-button, a.icon-button, a.small-button {
	cursor: pointer;
}

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	content: " ";
}

* html .clearfix {
	zoom: 1;
}

.et_column_last {
	clear: right;
	margin-right: 0 !important;
}

.clear {
	clear: both;
}

.mfp-wrap .mfp-container button:hover {
	background: 0 0 !important;
}

.mfp-wrap .mfp-arrow:active {
	position: absolute;
	top: 50%;
}

.mfp-wrap .mfp-close:active {
	position: absolute;
	top: -10px;
}

.mfp-arrow-left .mfp-a, .mfp-arrow-left:after, .mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
	font-family: ETmodules;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mfp-fade.mfp-bg {
	opacity: .001;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: .8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: .001;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	position: fixed;
	outline: 0 !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-arrow, button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus, .mfp-close:hover {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
}

.mfp-arrow {
	position: absolute;
	opacity: .55;
	margin: 0;
	top: 50%;
	margin-top: -32px;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:hover {
	opacity: 1;
}

.mfp-arrow-left {
	left: 10px;
}

.mfp-arrow-right {
	right: 10px;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000;
}

.mfp-arrow-left .mfp-a, .mfp-arrow-left:after, .mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
	border: none;
	font-size: 64px;
	color: #fff;
}

.mfp-arrow-left:before, .mfp-arrow-right:before {
	display: none;
}

.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
	content: "4";
}

.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
	content: "5";
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	font-size: 64px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 200;
	top: -10px;
	opacity: .2;
}

.mfp-iframe-holder .mfp-close:hover, .mfp-image-holder .mfp-close:hover {
	opacity: 1;
}

.mfp-arrow {
	background: 0 0 !important;
	margin-top: -32px !important;
	width: 48px !important;
	height: 48px !important;
	line-height: 1em !important;
}

.mfp-arrow:after {
	margin: 0 !important;
	top: 0 !important;
	border: none !important;
	width: 48px !important;
	height: 48px !important;
}

.mfp-arrow-left {
	left: 0 !important;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75);
	}
	
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

body.et_left_sidebar .pricing-table, body.et_right_sidebar .pricing-table {
	width: 50%;
}

@media all and (max-width:959px) {
	body.et_left_sidebar .one_fourth, body.et_left_sidebar .one_half, body.et_left_sidebar .one_third, body.et_left_sidebar .three_fourth, body.et_left_sidebar .two_third, body.et_right_sidebar .one_fourth, body.et_right_sidebar .one_half, body.et_right_sidebar .one_third, body.et_right_sidebar .three_fourth, body.et_right_sidebar .two_third {
		float: none;
		margin-right: 0;
		width: auto;
		margin-bottom: 10px;
	}
	
	body.et_left_sidebar .et-protected, body.et_left_sidebar .et-testimonial-box, body.et_right_sidebar .et-protected, body.et_right_sidebar .et-testimonial-box {
		width: auto !important;
	}
	
	body.et_left_sidebar .et-protected-form, body.et_right_sidebar .et-protected-form {
		padding: 15px !important;
	}
}

@media all and (min-width:768px) and (max-width:959px) {
	body.et_full_width_page .pricing-table {
		width: 50%;
	}
}

@media all and (max-width:767px) {
	.et_left_tabs_bg {
		width: 50px;
	}
	
	.et-tabs-container .et-tabs-control, .tabs-left .et-tabs-control {
		display: none;
	}
	
	.tabs-left ul.et_shortcodes_mobile_nav {
		display: block;
		width: 51px;
	}
	
	.tabs-left ul.et_shortcodes_mobile_nav a {
		display: block;
		height: 49px;
		width: 100%;
	}
	
	.tabs-left .et-tabs-content {
		margin-left: 75px;
	}
	
	.et-tabs-container ul.et_shortcodes_mobile_nav {
		display: block;
	}
	
	.et-tabs-container ul.et_shortcodes_mobile_nav li {
		width: 50%;
	}
	
	.et-pricing {
		margin-top: 0;
	}
	
	body.et_full_width_page .pricing-table, body.et_left_sidebar .pricing-table, body.et_right_sidebar .pricing-table {
		width: 100%;
		margin-bottom: 35px;
	}
	
	.pricing-big {
		top: 0;
	}
	
	body.et_full_width_page .one_fourth, body.et_full_width_page .one_half, body.et_full_width_page .one_third, body.et_full_width_page .three_fourth, body.et_full_width_page .two_third {
		float: none;
		margin-right: 0;
		width: auto;
		margin-bottom: 10px;
	}
	
	body.et_full_width_page .et-protected, body.et_full_width_page .et-testimonial-box {
		width: auto !important;
	}
	
	body.et_full_width_page .et-protected-form {
		padding: 15px !important;
	}
	
	body.et_left_sidebar .author-shortcodes .author-inner, body.et_right_sidebar .author-shortcodes .author-inner {
		padding: 27px 27px 17px;
	}
	
	body.et_left_sidebar .author-shortcodes .author-image, body.et_right_sidebar .author-shortcodes .author-image {
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 10px;
	}
	
	body.et_left_sidebar .quote-center .et_quote_additional_sign, body.et_right_sidebar .quote-center .et_quote_additional_sign {
		right: -13px;
	}
	
	body.et_left_sidebar .et_shortcodes_controls, body.et_right_sidebar .et_shortcodes_controls {
		display: none;
	}
	
	body.et_left_sidebar .et_shortcodes_controls_arrows a, body.et_right_sidebar .et_shortcodes_controls_arrows a {
		text-indent: -9999px;
	}
}

@media all and (max-width:479px) {
	.et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_prev {
		padding-left: 26px;
	}
	
	.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_prev span {
		left: 10px;
	}
	
	.et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_next {
		padding-right: 26px;
	}
	
	.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next span {
		right: 10px;
	}
	
	body.et_full_width_page .author-shortcodes .author-inner {
		padding: 27px 27px 17px;
	}
	
	body.et_full_width_page .author-shortcodes .author-image {
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 10px;
	}
	
	body.et_full_width_page .quote-center .et_quote_additional_sign {
		right: -13px;
	}
	
	body.et_full_width_page .et_shortcodes_controls {
		display: none;
	}
	
	body.et_full_width_page .et_shortcodes_controls_arrows a {
		text-indent: -9999px;
	}
	
	.et-box:before, .et-testimonial:before {
		display: none;
	}
	
	.et-box-content {
		padding: 27px 27px 17px 27px;
	}
	
	.et-testimonial {
		padding: 25px;
	}
}

@charset "UTF-8";

/* cagov-template-v5 - v0.0.1 - Jul-18-2016 */

/* STYLES COMPILED FROM SOURCE (LESS) DO NOT MODIFY */

/* -----------------------------------------
   NORMALIZE - /source/less/bootstrap/normalize.less
----------------------------------------- */

/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background: transparent;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td, th {
	padding: 0;
}

/* -----------------------------------------
   SCAFFOLDING - /source/less/bootstrap/scaffolding.less
----------------------------------------- */
* {
	box-sizing: border-box;
}

*:before, *:after {
	box-sizing: border-box;
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 16px;
	font-size: 1rem;
}

body {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 1em;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #428bca;
	text-decoration: none;
}

a:hover, a:focus {
	color: #2a6496;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	display: inline-block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 22px;
	margin-bottom: 22px;
	border: 0;
	border-top: 1px solid #ccc;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

/* -----------------------------------------
   TYPE - /source/less/bootstrap/type.less
----------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	line-height: 1.1;
	color: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
	font-size: 65%;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
	font-size: 75%;
}

h1, .h1 {
	font-size: 38px;
}

h2, .h2 {
	font-size: 31px;
}

h3, .h3 {
	font-size: 25px;
}

h4, .h4 {
	font-size: 20px;
}

h5, .h5 {
	font-size: 16px;
}

h6, .h6 {
	font-size: 14px;
}

p {
	margin: 0 0 11px;
}

.lead {
	margin-bottom: 22px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.lead {
		font-size: 24px;
	}
}

small, .small {
	font-size: 87%;
}

cite {
	font-style: normal;
}

mark, .mark {
	background-color: #fcf8e3;
	padding: .2em;
}

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

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

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

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #777;
}

.text-primary {
	color: #046b99;
}

a.text-primary:hover {
	color: #034867;
}

.text-success {
	color: #72ce6f;
}

a.text-success:hover {
	color: #4dc149;
}

.text-info {
	color: #02bfe7;
}

a.text-info:hover {
	color: #0295b4;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover {
	color: #66512c;
}

.text-danger {
	color: #d34a37;
}

a.text-danger:hover {
	color: #b03827;
}

.bg-primary {
	color: #fff;
	background-color: #046b99;
}

a.bg-primary:hover {
	background-color: #034867;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 10px;
	margin: 44px 0 22px;
	border-bottom: 1px solid #d6d6d6;
}

ul, ol {
	margin-top: 0;
}

ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

dl {
	margin-top: 0;
	margin-bottom: 22px;
}

dt, dd {
	line-height: 1.42857143;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		max-width: 100%;
	}
	
	.dl-horizontal dd {
		margin-left: 180px;
	}
}

abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

blockquote {
	padding: 11px 22px;
	margin: 0 0 22px;
	font-size: 20px;
	border-left: 5px solid #d6d6d6;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #d6d6d6;
	border-left: 0;
	text-align: right;
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
	content: "";
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
	content: " —";
}

blockquote:before, blockquote:after {
	content: "";
}

address {
	margin-bottom: 22px;
	font-style: normal;
	line-height: 1.42857143;
}

/* -----------------------------------------
   CODE - /source/less/bootstrap/code.less
----------------------------------------- */
code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 0;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	box-shadow: none;
}

pre {
	display: block;
	padding: 10.5px;
	margin: 0 0 11px;
	font-size: 15px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 0;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

/* -----------------------------------------
   GRID SYSTEM - /source/less/bootstrap/grid.less
----------------------------------------- */
.container, .main-content > .wrapper, .two-column .main-content > .wrapper, .global-header {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.container, .main-content > .wrapper, .two-column .main-content > .wrapper, .global-header {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container, .main-content > .wrapper, .two-column .main-content > .wrapper, .global-header {
		width: 970px;
	}
}

@media (min-width: 1280px) {
	.container, .main-content > .wrapper, .two-column .main-content > .wrapper, .global-header {
		width: 1280px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	
	.col-sm-12 {
		width: 100%;
	}
	
	.col-sm-11 {
		width: 91.66666667%;
	}
	
	.col-sm-10 {
		width: 83.33333333%;
	}
	
	.col-sm-9 {
		width: 75%;
	}
	
	.col-sm-8 {
		width: 66.66666667%;
	}
	
	.col-sm-7 {
		width: 58.33333333%;
	}
	
	.col-sm-6 {
		width: 50%;
	}
	
	.col-sm-5 {
		width: 41.66666667%;
	}
	
	.col-sm-4 {
		width: 33.33333333%;
	}
	
	.col-sm-3 {
		width: 25%;
	}
	
	.col-sm-2 {
		width: 16.66666667%;
	}
	
	.col-sm-1 {
		width: 8.33333333%;
	}
	
	.col-sm-pull-12 {
		right: 100%;
	}
	
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	
	.col-sm-pull-9 {
		right: 75%;
	}
	
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	
	.col-sm-pull-6 {
		right: 50%;
	}
	
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	
	.col-sm-pull-3 {
		right: 25%;
	}
	
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	
	.col-sm-pull-0 {
		right: auto;
	}
	
	.col-sm-push-12 {
		left: 100%;
	}
	
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	
	.col-sm-push-9 {
		left: 75%;
	}
	
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	
	.col-sm-push-6 {
		left: 50%;
	}
	
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	
	.col-sm-push-3 {
		left: 25%;
	}
	
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	
	.col-sm-push-0 {
		left: auto;
	}
	
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	
	.col-md-12 {
		width: 100%;
	}
	
	.col-md-11 {
		width: 91.66666667%;
	}
	
	.col-md-10 {
		width: 83.33333333%;
	}
	
	.col-md-9 {
		width: 75%;
	}
	
	.col-md-8 {
		width: 66.66666667%;
	}
	
	.col-md-7 {
		width: 58.33333333%;
	}
	
	.col-md-6 {
		width: 50%;
	}
	
	.col-md-5 {
		width: 41.66666667%;
	}
	
	.col-md-4 {
		width: 33.33333333%;
	}
	
	.col-md-3 {
		width: 25%;
	}
	
	.col-md-2 {
		width: 16.66666667%;
	}
	
	.col-md-1 {
		width: 8.33333333%;
	}
	
	.col-md-pull-12 {
		right: 100%;
	}
	
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	
	.col-md-pull-9 {
		right: 75%;
	}
	
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	
	.col-md-pull-6 {
		right: 50%;
	}
	
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	
	.col-md-pull-3 {
		right: 25%;
	}
	
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	
	.col-md-pull-0 {
		right: auto;
	}
	
	.col-md-push-12 {
		left: 100%;
	}
	
	.col-md-push-11 {
		left: 91.66666667%;
	}
	
	.col-md-push-10 {
		left: 83.33333333%;
	}
	
	.col-md-push-9 {
		left: 75%;
	}
	
	.col-md-push-8 {
		left: 66.66666667%;
	}
	
	.col-md-push-7 {
		left: 58.33333333%;
	}
	
	.col-md-push-6 {
		left: 50%;
	}
	
	.col-md-push-5 {
		left: 41.66666667%;
	}
	
	.col-md-push-4 {
		left: 33.33333333%;
	}
	
	.col-md-push-3 {
		left: 25%;
	}
	
	.col-md-push-2 {
		left: 16.66666667%;
	}
	
	.col-md-push-1 {
		left: 8.33333333%;
	}
	
	.col-md-push-0 {
		left: auto;
	}
	
	.col-md-offset-12 {
		margin-left: 100%;
	}
	
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	
	.col-md-offset-9 {
		margin-left: 75%;
	}
	
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	
	.col-md-offset-6 {
		margin-left: 50%;
	}
	
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.col-md-offset-3 {
		margin-left: 25%;
	}
	
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	
	.col-md-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 1280px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	
	.col-lg-12 {
		width: 100%;
	}
	
	.col-lg-11 {
		width: 91.66666667%;
	}
	
	.col-lg-10 {
		width: 83.33333333%;
	}
	
	.col-lg-9 {
		width: 75%;
	}
	
	.col-lg-8 {
		width: 66.66666667%;
	}
	
	.col-lg-7 {
		width: 58.33333333%;
	}
	
	.col-lg-6 {
		width: 50%;
	}
	
	.col-lg-5 {
		width: 41.66666667%;
	}
	
	.col-lg-4 {
		width: 33.33333333%;
	}
	
	.col-lg-3 {
		width: 25%;
	}
	
	.col-lg-2 {
		width: 16.66666667%;
	}
	
	.col-lg-1 {
		width: 8.33333333%;
	}
	
	.col-lg-pull-12 {
		right: 100%;
	}
	
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	
	.col-lg-pull-9 {
		right: 75%;
	}
	
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	
	.col-lg-pull-6 {
		right: 50%;
	}
	
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	
	.col-lg-pull-3 {
		right: 25%;
	}
	
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	
	.col-lg-pull-0 {
		right: auto;
	}
	
	.col-lg-push-12 {
		left: 100%;
	}
	
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	
	.col-lg-push-9 {
		left: 75%;
	}
	
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	
	.col-lg-push-6 {
		left: 50%;
	}
	
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	
	.col-lg-push-3 {
		left: 25%;
	}
	
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	
	.col-lg-push-0 {
		left: auto;
	}
	
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}

/* -----------------------------------------
   TABLES - /source/less/bootstrap/tables.less
----------------------------------------- */
table {
	background-color: transparent;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 22px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

.table > tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
	background-color: #f5f5f5;
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}

table td[class*="col-"], table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
	background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
	background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
	background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}

@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 16.5px;
		overflow-y: hidden;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive > .table {
		margin-bottom: 0;
	}
	
	.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}
	
	.table-responsive > .table-bordered {
		border: 0;
	}
	
	.table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}
	
	.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}
	
	.table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}
}

/* -----------------------------------------
   FORMS - /source/less/bootstrap/forms.less
----------------------------------------- */
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 22px;
	font-size: 24px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"] {
	box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple], select[size] {
	height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
}

.form-control {
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control.nitro-lazy {
	background-image: none !important;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
	color: #777;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #777;
}

.form-control::-webkit-input-placeholder {
	color: #777;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #d6d6d6;
	opacity: 1;
}

textarea.form-control {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: none;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	line-height: 36px;
	line-height: 1.42857143 \0;
}

input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm {
	line-height: 33px;
}

input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg {
	line-height: 49px;
}

.form-group {
	margin-bottom: 15px;
}

.radio, .checkbox {
	position: relative;
	display: block;
	min-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.radio label, .checkbox label {
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}

.radio + .radio, .checkbox + .checkbox {
	margin-top: -5px;
}

.radio-inline, .checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
}

.form-control-static.input-lg, .form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
	height: 33px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
}

select.input-sm {
	height: 33px;
	line-height: 33px;
}

textarea.input-sm, select[multiple].input-sm {
	height: auto;
}

.input-lg, .form-horizontal .form-group-lg .form-control {
	height: 49px;
	padding: 10px 16px;
	font-size: 20px;
	line-height: 1.33;
	border-radius: 6px;
}

select.input-lg {
	height: 49px;
	line-height: 49px;
}

textarea.input-lg, select[multiple].input-lg {
	height: auto;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 45px;
}

.form-control-feedback {
	position: absolute;
	top: 27px;
	right: 0;
	z-index: 2;
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}

.input-lg + .form-control-feedback {
	width: 49px;
	height: 49px;
	line-height: 49px;
}

.input-sm + .form-control-feedback {
	width: 33px;
	height: 33px;
	line-height: 33px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
	color: #72ce6f;
}

.has-success .form-control {
	border-color: #72ce6f;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
	border-color: #4dc149;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #bde8bb;
}

.has-success .input-group-addon {
	color: #72ce6f;
	border-color: #72ce6f;
	background-color: #dff0d8;
}

.has-success .form-control-feedback {
	color: #72ce6f;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
	color: #8a6d3b;
}

.has-warning .form-control {
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .form-control:focus {
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
	color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
	color: #d34a37;
}

.has-error .form-control {
	border-color: #d34a37;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
	border-color: #b03827;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #e5968b;
}

.has-error .input-group-addon {
	color: #d34a37;
	border-color: #d34a37;
	background-color: #f2dede;
}

.has-error .form-control-feedback {
	color: #d34a37;
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	
	.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
		width: auto;
	}
	
	.form-inline .input-group > .form-control {
		width: 100%;
	}
	
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	
	.form-inline .radio, .form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	
	.form-inline .radio label, .form-inline .checkbox label {
		padding-left: 0;
	}
	
	.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}
	
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
	min-height: 29px;
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px;
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 15px;
}

@media (min-width: 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.3px;
	}
}

@media (min-width: 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
	}
}

/* -----------------------------------------
   BUTTONS - /source/less/bootstrap/buttons.less
----------------------------------------- */
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn.nitro-lazy {
	background-image: none !important;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
	color: #014e77;
	text-decoration: none;
}

.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn:active.nitro-lazy, .btn.active.nitro-lazy {
	background-image: none !important;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .35;
	filter: alpha(opacity=35);
	box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-default {
	color: #014e77;
	background-color: #fff;
	border-color: #555;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #014e77;
	background-color: #e6e6e6;
	border-color: #373737;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background-image: none;
}

.btn-default:active.nitro-lazy, .btn-default.active.nitro-lazy, .open > .dropdown-toggle.btn-default.nitro-lazy {
	background-image: none !important;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #555;
}

.btn-default .badge {
	color: #fff;
	background-color: #014e77;
}

.btn-primary {
	color: #333;
	background-color: #046b99;
	border-color: #035a80;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #333;
	background-color: #034867;
	border-color: #023045;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary:active.nitro-lazy, .btn-primary.active.nitro-lazy, .open > .dropdown-toggle.btn-primary.nitro-lazy {
	background-image: none !important;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #046b99;
	border-color: #035a80;
}

.btn-primary .badge {
	color: #046b99;
	background-color: #333;
}

.btn-success {
	color: #fff;
	background-color: #72ce6f;
	border-color: #5fc85c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #4dc149;
	border-color: #3eac3a;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	background-image: none;
}

.btn-success:active.nitro-lazy, .btn-success.active.nitro-lazy, .open > .dropdown-toggle.btn-success.nitro-lazy {
	background-image: none !important;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	background-color: #72ce6f;
	border-color: #5fc85c;
}

.btn-success .badge {
	color: #72ce6f;
	background-color: #fff;
}

.btn-info {
	color: #fff;
	background-color: #02bfe7;
	border-color: #02aace;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #0295b4;
	border-color: #017891;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
	background-image: none;
}

.btn-info:active.nitro-lazy, .btn-info.active.nitro-lazy, .open > .dropdown-toggle.btn-info.nitro-lazy {
	background-image: none !important;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
	background-color: #02bfe7;
	border-color: #02aace;
}

.btn-info .badge {
	color: #02bfe7;
	background-color: #fff;
}

.btn-warning {
	color: #fff;
	background-color: #f27e31;
	border-color: #f06f19;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #e2630e;
	border-color: #c0540c;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
	background-image: none;
}

.btn-warning:active.nitro-lazy, .btn-warning.active.nitro-lazy, .open > .dropdown-toggle.btn-warning.nitro-lazy {
	background-image: none !important;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
	background-color: #f27e31;
	border-color: #f06f19;
}

.btn-warning .badge {
	color: #f27e31;
	background-color: #fff;
}

.btn-danger {
	color: #fff;
	background-color: #d34a37;
	border-color: #c53e2b;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #b03827;
	border-color: #932e20;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
	background-image: none;
}

.btn-danger:active.nitro-lazy, .btn-danger.active.nitro-lazy, .open > .dropdown-toggle.btn-danger.nitro-lazy {
	background-image: none !important;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
	background-color: #d34a37;
	border-color: #c53e2b;
}

.btn-danger .badge {
	color: #d34a37;
	background-color: #fff;
}

.btn-link {
	color: #428bca;
	font-weight: normal;
	border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
	color: #2a6496;
	text-decoration: underline;
	background-color: transparent;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 20px;
	line-height: 1.33;
	border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: 5px;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}

/* -----------------------------------------
   COMPONENT ANIMATION - /source/less/bootstrap/component-animation.less
----------------------------------------- */
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease;
}

/* -----------------------------------------
   DROPDOWN MENUS - /source/less/bootstrap/dropdowns.less
----------------------------------------- */
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 16px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box;
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 10px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333 !important;
	white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #046b99;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	color: #777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed;
}

.dropdown-menu > .disabled > a:hover.nitro-lazy, .dropdown-menu > .disabled > a:focus.nitro-lazy {
	background-image: none !important;
}

.open > .dropdown-menu {
	display: block;
}

.open > a {
	outline: 0;
}

.dropdown-menu-right {
	left: auto;
	right: 0;
}

.dropdown-menu-left {
	left: 0;
	right: auto;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap;
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}

@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0;
	}
	
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}

/* -----------------------------------------
   BUTTON GROUPS - /source/less/bootstrap/button-groups.less
----------------------------------------- */
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
	position: relative;
	float: left;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
	z-index: 2;
}

.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
	outline: 0;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
	margin-left: -1px;
}

.btn-toolbar {
	margin-left: -5px;
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
	margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.btn-group > .btn:first-child {
	margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group > .btn-group {
	float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-group.open .dropdown-toggle.btn-link {
	box-shadow: none;
}

.btn .caret {
	margin-left: 0;
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
	float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
	float: none;
	display: table-cell;
	width: 100%;
}

.btn-group-justified > .btn-group .btn {
	width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
	left: auto;
}

[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0);
}

/* -----------------------------------------
   NAVS - /source/less/bootstrap/navs.less
----------------------------------------- */
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.nav > li {
	position: relative;
	display: block;
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #d6d6d6;
}

.nav > li.disabled > a {
	color: #777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #d6d6d6;
	border-color: #428bca;
}

.nav .nav-divider {
	height: 1px;
	margin: 10px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.nav > li > a > img {
	max-width: none;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 0 0 0 0;
}

.nav-tabs > li > a:hover {
	border-color: #d6d6d6 #d6d6d6 #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}

.nav-tabs.nav-justified > li {
	float: none;
}

.nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width: 768px) {
	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	
	.nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
	}
}

.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 0;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #ddd;
}

@media (min-width: 768px) {
	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 0 0 0 0;
	}
	
	.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #fff;
	}
}

.nav-pills > li {
	float: left;
}

.nav-pills > li > a {
	border-radius: 3px;
}

.nav-pills > li + li {
	margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #555;
}

.nav-stacked > li {
	float: none;
}

.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}

.nav-justified {
	width: 100%;
}

.nav-justified > li {
	float: none;
}

.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width: 768px) {
	.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	
	.nav-justified > li > a {
		margin-bottom: 0;
	}
}

.nav-tabs-justified {
	border-bottom: 0;
}

.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 0;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
	border: 1px solid #ddd;
}

@media (min-width: 768px) {
	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 0 0 0 0;
	}
	
	.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
		border-bottom-color: #fff;
	}
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

/* -----------------------------------------
   BREADCRUMB - /source/less/bootstrap/breadcrumbs.less
----------------------------------------- */
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 22px;
	list-style: none;
	background-color: #fff;
	border-radius: 0;
}

.breadcrumb > li {
	display: inline-block;
}

.breadcrumb > li + li:before {
	content: " ";
	padding: 0 5px;
	color: #ccc;
}

.breadcrumb > .active {
	color: #333;
}

/* -----------------------------------------
   PAGINATION (MULTIPLE) - /source/less/bootstrap/pagination.less
----------------------------------------- */
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 22px 0;
	border-radius: 0;
}

.pagination > li {
	display: inline;
}

.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #428bca;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #2a6496;
	background-color: #d6d6d6;
	border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	background-color: #046b99;
	border-color: #046b99;
	cursor: default;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}

.pagination-lg > li > a, .pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 20px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 14px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

/* -----------------------------------------
   LABELS - /source/less/bootstrap/labels.less
----------------------------------------- */
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

a.label:hover, a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.label:empty {
	display: none;
}

.btn .label {
	position: relative;
	top: -1px;
}

.label-default {
	background-color: #777;
}

.label-default[href]:hover, .label-default[href]:focus {
	background-color: #5e5e5e;
}

.label-primary {
	background-color: #046b99;
}

.label-primary[href]:hover, .label-primary[href]:focus {
	background-color: #034867;
}

.label-success {
	background-color: #72ce6f;
}

.label-success[href]:hover, .label-success[href]:focus {
	background-color: #4dc149;
}

.label-info {
	background-color: #02bfe7;
}

.label-info[href]:hover, .label-info[href]:focus {
	background-color: #0295b4;
}

.label-warning {
	background-color: #f27e31;
}

.label-warning[href]:hover, .label-warning[href]:focus {
	background-color: #e2630e;
}

.label-danger {
	background-color: #d34a37;
}

.label-danger[href]:hover, .label-danger[href]:focus {
	background-color: #b03827;
}

/* -----------------------------------------
   ALERTS - /source/less/bootstrap/alerts.less
----------------------------------------- */
.alert {
	padding: 15px;
	margin-bottom: 22px;
	border: 1px solid transparent;
	border-radius: 0;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: bold;
}

.alert > p, .alert > ul {
	margin-bottom: 0;
}

.alert > p + p {
	margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
	padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #72ce6f;
}

.alert-success hr {
	border-top-color: #c9e2b3;
}

.alert-success .alert-link {
	color: #4dc149;
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #02bfe7;
}

.alert-info hr {
	border-top-color: #a6e1ec;
}

.alert-info .alert-link {
	color: #0295b4;
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

.alert-warning hr {
	border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
	color: #66512c;
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #d34a37;
}

.alert-danger hr {
	border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
	color: #b03827;
}

/* -----------------------------------------
   PROGRESS BARS - /source/less/bootstrap/progress-bars.less
----------------------------------------- */
@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	
	to {
		background-position: 0 0;
	}
}

.progress {
	overflow: hidden;
	height: 22px;
	margin-bottom: 22px;
	background-color: #f5f5f5;
	border-radius: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	background-color: #046b99;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
	min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
	color: #777;
	min-width: 30px;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
}

.progress-bar[aria-valuenow="0"].nitro-lazy {
	background-image: none !important;
}

.progress-bar-success {
	background-color: #72ce6f;
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
	background-color: #02bfe7;
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
	background-color: #f27e31;
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
	background-color: #d34a37;
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

/* -----------------------------------------
   MEDIA - /source/less/bootstrap/media.less
----------------------------------------- */
.media {
	margin-top: 15px;
}

.media:first-child {
	margin-top: 0;
}

.media, .media-body {
	zoom: 1;
	overflow: hidden;
}

.media-body {
	width: 10000px;
}

.media-object {
	display: block;
}

.media-object.img-thumbnail {
	max-width: none;
}

.media-right, .media > .pull-right {
	padding-left: 10px;
}

.media-left, .media > .pull-left {
	padding-right: 10px;
}

.media-left, .media-right, .media-body {
	display: table-cell;
	vertical-align: top;
}

.media-middle {
	vertical-align: middle;
}

.media-bottom {
	vertical-align: bottom;
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.media-list {
	padding-left: 0;
	list-style: none;
}

/* -----------------------------------------
   PANELS - /source/less/bootstrap/panels.less
----------------------------------------- */
.panel {
	margin-bottom: 22px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
	padding: 15px;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: -1;
	border-top-left-radius: -1;
}

.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	color: inherit;
}

.panel-title > a {
	color: inherit;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1;
}

.panel > .list-group {
	margin-bottom: 0;
}

.panel > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: -1;
	border-top-left-radius: -1;
}

.panel > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1;
}

.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}

.list-group + .panel-footer {
	border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
	margin-bottom: 0;
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
	border-top-right-radius: -1;
	border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: -1;
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: -1;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
	border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
	border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
	border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}

.panel > .table-responsive {
	border: 0;
	margin-bottom: 0;
}

.panel-group {
	margin-bottom: 22px;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0;
}

.panel-group .panel + .panel {
	margin-top: 5px;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
	border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}

.panel-default {
	border-color: #ddd;
}

.panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}

.panel-primary {
	border-color: #046b99;
}

.panel-primary > .panel-heading {
	color: #fff;
	background-color: #046b99;
	border-color: #046b99;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #046b99;
}

.panel-primary > .panel-heading .badge {
	color: #046b99;
	background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #046b99;
}

.panel-success {
	border-color: #d6e9c6;
}

.panel-success > .panel-heading {
	color: #72ce6f;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #72ce6f;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
}

.panel-info {
	border-color: #bce8f1;
}

.panel-info > .panel-heading {
	color: #02bfe7;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #02bfe7;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
}

.panel-warning {
	border-color: #faebcc;
}

.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}

.panel-danger {
	border-color: #ebccd1;
}

.panel-danger > .panel-heading {
	color: #d34a37;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #d34a37;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}

/* -----------------------------------------
   CLOSE ICON - /source/less/bootstrap/close.less
----------------------------------------- */
.close {
	float: right;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20);
}

.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50);
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

/* -----------------------------------------
   TOOLTIPS - /source/less/bootstrap/tooltip.less
----------------------------------------- */
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	visibility: visible;
	font-size: 14px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tooltip.in {
	opacity: .9;
	filter: alpha(opacity=90);
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 0;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

/* -----------------------------------------
   UTILITY CLASSES - /source/less/bootstrap/utility.less
----------------------------------------- */
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .panel-body:before, .panel-body:after, .group:before, .group:after, .branding:before, .branding:after, .main-navigation:before, .main-navigation:after, .news-item:before, .news-item:after, .event-item:before, .event-item:after, .gallery:before, .gallery:after, .main-content > .wrapper:before, .main-content > .wrapper:after, .two-column .main-content > .wrapper:before, .two-column .main-content > .wrapper:after, .global-header:before, .global-header:after {
	content: " ";
	display: table;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .panel-body:after, .group:after, .branding:after, .main-navigation:after, .news-item:after, .event-item:after, .gallery:after, .main-content > .wrapper:after, .two-column .main-content > .wrapper:after, .global-header:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.affix {
	position: fixed;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* -----------------------------------------
   RESPONSIVE UTILITIES - /source/less/bootstrap/responsive-utilities.less
----------------------------------------- */
@-ms-viewport {
	width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	
	table.visible-xs {
		display: table;
	}
	
	tr.visible-xs {
		display: table-row !important;
	}
	
	th.visible-xs, td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	
	table.visible-sm {
		display: table;
	}
	
	tr.visible-sm {
		display: table-row !important;
	}
	
	th.visible-sm, td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 992px) and (max-width: 1279px) {
	.visible-md {
		display: block !important;
	}
	
	table.visible-md {
		display: table;
	}
	
	tr.visible-md {
		display: table-row !important;
	}
	
	th.visible-md, td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 992px) and (max-width: 1279px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1279px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 992px) and (max-width: 1279px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1280px) {
	.visible-lg {
		display: block !important;
	}
	
	table.visible-lg {
		display: table;
	}
	
	tr.visible-lg {
		display: table-row !important;
	}
	
	th.visible-lg, td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width: 1280px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1280px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1280px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1279px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1280px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}
	
	table.visible-print {
		display: table;
	}
	
	tr.visible-print {
		display: table-row !important;
	}
	
	th.visible-print, td.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}

/* -----------------------------------------
   /source/less/bootstrap-accessibility-plugin/button.less
----------------------------------------- */
.btn:focus {
	outline: dotted 2px #000;
}

/* -----------------------------------------
   /source/less/bootstrap-accessibility-plugin/divs.less
----------------------------------------- */
div.active:focus {
	outline: dotted 1px #000;
}

/* -----------------------------------------
   /source/less/bootstrap-accessibility-plugin/links.less
----------------------------------------- */
a:focus {
	outline: dotted 1px #000;
}

/* -----------------------------------------
   /source/less/bootstrap-accessibility-plugin/close.less
----------------------------------------- */
.close:hover, .close:focus {
	outline: dotted 1px #000;
}

/* -----------------------------------------
   /source/less/bootstrap-accessibility-plugin/navigation.less
----------------------------------------- */
.nav > li > a:hover, .nav > li > a:focus {
	outline: dotted 1px #000;
}

/* -----------------------------------------
   /source/less/bootstrap-accessibility-plugin/carousel.less
----------------------------------------- */
.carousel-inner > .item {
	position: absolute;
	top: -999999em;
	display: block;
	-webkit-transition: .6s, ease-in-out, left;
	transition: .6s, ease-in-out, left;
}

.carousel-inner > .active {
	top: 0;
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
	position: relative;
}

.carousel-inner > .next, .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

/* -----------------------------------------
   /source/less/bootstrap-accessibility-plugin/alert.less
----------------------------------------- */
.alert-success {
	color: #2d4821;
}

.alert-info {
	color: #214c62;
}

.alert-warning {
	color: #6c4a00;
	background-color: #f9f1c6;
}

.alert-danger {
	color: #d2322d;
}

.alert-danger:hover {
	color: #a82824;
}

/* -----------------------------------------
   OCEANSIDE
----------------------------------------- */

/* -----------------------------------------
   LAYOUT
   /source/less/colorscheme/layout.less
----------------------------------------- */

/* Primary page with/without two-column */
.primary {}

.primary.two-column {}

.primary.two-column .main-content {
	background-color: #fff;
}

/* -----------------------------------------
   GLOBAL HEADER
   /source/less/colorscheme/global-header.less
----------------------------------------- */
.global-header {}

.explore-invite a:hover span[class^="ca-gov-icon-"] {
	color: #fdb81e;
}

.explore-invite a:hover .explore-title {
	color: #fdb81e;
}

/* -----------------------------------------
   GLOBAL FOOTER
   /source/less/colorscheme/global-footer.less
----------------------------------------- */
.global-footer {
	background: #222;
}

/* Targets icon of first h1 on the page  */
h1 span[class^="ca-gov-icon-"]:first-child {
	color: #046b99;
}

/* -----------------------------------------
   NAVIGATION
   /source/less/colorscheme/cs-navigation.less
----------------------------------------- */
.mobile-controls {
	background: #035a80;
}

.mobile-control {
	color: #fff;
}

.mobile-control a {
	color: #fff;
	text-decoration: none;
}

.mobile-control.toggle-sub-nav {
	color: #777;
}

.nav-item.active > a, .nav-item:hover > a {
	color: #046b99;
}

.nav-item.active > a > span[class^="ca-gov-icon"], .nav-item:hover > a > span[class^="ca-gov-icon"] {
	color: #046b99;
}

.nav-arrow-down {
	background: #046b99;
}

.first-level-link {
	color: #555;
}

.first-level-link > span[class^="ca-gov-icon"] {
	/* Navigation icons */
	color: #9fc7da;
}

@media (max-width: 767px) {
	.first-level-link {
		border-bottom: 1px solid #e1f2f7;
	}
}

.second-level-link {
	color: #046b99;
}

.second-level-link [class^="ca-gov-icon-"] {
	color: #046b99;
}

.second-level-nav > li {
	border: 1px solid transparent;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

.second-level-nav > li:hover, .second-level-nav > li:focus {
	background: #fff;
}

.second-level-nav .link-description {
	color: #555;
}

.sub-nav {
	border-top: 5px solid #fdb81e;
	border-bottom: 5px solid #046b99;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	background: #f5f9fb;
}

@media (max-width: 767px) {
	.sub-nav {
		border-top: none;
		border-bottom: none;
	}
}

.nav-media {
	background: transparent;
}

.nav-media .media:hover {
	background: #fff;
}

.nav-media .media {
	border-bottom: 1px solid #d6d6d6;
}

/* -----------------------------------------
   SEARCH
   /source/less/colorscheme.search.less
----------------------------------------- */
.search-container .search-textfield {
	background-color: rgba(255, 255, 255, .8);
}

.search-container .submit-container button {
	color: #fff;
	border-color: rgba(255, 255, 255, .8);
}

.search-container:hover .search-textfield, .search-container:focus .search-textfield, .search-container.active .search-textfield {
	background-color: #fff;
}

.search-container:hover .submit-container button, .search-container:focus .submit-container button, .search-container.active .submit-container button {
	border-color: #fff;
}

.search-container.active {
	background: #d6d6d6;
}

@media (min-width: 768px) {
	.search-container.active {
		border-bottom: 2px solid #d6d6d6;
	}
}

.search-container.active .submit-container button {
	border-color: #bdbdbd;
	background: #555;
}

.search-container.active .search-textfield {
	border-color: #bdbdbd;
}

.search-container.featured-search {
	background: #777;
	background: rgba(0, 0, 0, .65);
}

.search-container.featured-search:hover, .search-container.featured-search:focus {
	background-color: rgba(0, 0, 0, .8);
}

.search-container.featured-search.active {
	background: #d6d6d6;
}

/* -----------------------------------------
   PANELS
   /source/less/colorscheme/cs-panels.less
----------------------------------------- */

/* Default Panels */
.panel-default {
	border-color: #ddd;
}

.panel-default > .panel-heading {
	color: inherit;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: inherit;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}

.panel-default .panel-heading h2 span[class^="ca-gov-icon-"], .panel-default .panel-heading h3 span[class^="ca-gov-icon-"], .panel-default .panel-heading h4 span[class^="ca-gov-icon-"], .panel-default .panel-heading h5 span[class^="ca-gov-icon-"] {
	color: #323a45;
}

.panel-default .panel-heading .options .btn-default {
	color: #000;
	background-color: #fcfcfc;
	border-color: #ddd;
}

.panel-default .panel-heading .options .btn-default:hover, .panel-default .panel-heading .options .btn-default:focus, .panel-default .panel-heading .options .btn-default:active, .panel-default .panel-heading .options .btn-default.active, .open > .dropdown-toggle.panel-default .panel-heading .options .btn-default {
	color: #000;
	background-color: #e2e2e2;
	border-color: #bebebe;
}

.panel-default .panel-heading .options .btn-default:active, .panel-default .panel-heading .options .btn-default.active, .open > .dropdown-toggle.panel-default .panel-heading .options .btn-default {
	background-image: none;
}

.panel-default .panel-heading .options .btn-default:active.nitro-lazy, .panel-default .panel-heading .options .btn-default.active.nitro-lazy, .open > .dropdown-toggle.panel-default .panel-heading .options .btn-default.nitro-lazy {
	background-image: none !important;
}

.panel-default .panel-heading .options .btn-default.disabled, .panel-default .panel-heading .options .btn-default[disabled], fieldset[disabled] .panel-default .panel-heading .options .btn-default, .panel-default .panel-heading .options .btn-default.disabled:hover, .panel-default .panel-heading .options .btn-default[disabled]:hover, fieldset[disabled] .panel-default .panel-heading .options .btn-default:hover, .panel-default .panel-heading .options .btn-default.disabled:focus, .panel-default .panel-heading .options .btn-default[disabled]:focus, fieldset[disabled] .panel-default .panel-heading .options .btn-default:focus, .panel-default .panel-heading .options .btn-default.disabled:active, .panel-default .panel-heading .options .btn-default[disabled]:active, fieldset[disabled] .panel-default .panel-heading .options .btn-default:active, .panel-default .panel-heading .options .btn-default.disabled.active, .panel-default .panel-heading .options .btn-default[disabled].active, fieldset[disabled] .panel-default .panel-heading .options .btn-default.active {
	background-color: #fcfcfc;
	border-color: #ddd;
}

.panel-default .panel-heading .options .btn-default .badge {
	color: #fcfcfc;
	background-color: #000;
}

.panel-default .panel-body {
	background: #fff;
}

/* Overstated Panels */
.panel-overstated {
	border-color: #ddd;
}

.panel-overstated > .panel-heading {
	color: #fff;
	background-color: #046b99;
	border-color: #034867;
}

.panel-overstated > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}

.panel-overstated > .panel-heading .badge {
	color: #046b99;
	background-color: #fff;
}

.panel-overstated > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}

.panel-overstated .panel-heading {
	border-bottom-width: 5px;
	border-bottom-style: solid;
}

.panel-overstated .panel-heading h2 span[class^="ca-gov-icon-"], .panel-overstated .panel-heading h3 span[class^="ca-gov-icon-"], .panel-overstated .panel-heading h4 span[class^="ca-gov-icon-"], .panel-overstated .panel-heading h5 span[class^="ca-gov-icon-"] {
	color: #fff;
}

.panel-overstated .panel-heading .options .btn-default {
	color: #fff;
	background-color: #4f97b8;
	border-color: #034867;
}

.panel-overstated .panel-heading .options .btn-default:hover, .panel-overstated .panel-heading .options .btn-default:focus, .panel-overstated .panel-heading .options .btn-default:active, .panel-overstated .panel-heading .options .btn-default.active, .open > .dropdown-toggle.panel-overstated .panel-heading .options .btn-default {
	color: #fff;
	background-color: #3d7b97;
	border-color: #011f2c;
}

.panel-overstated .panel-heading .options .btn-default:active, .panel-overstated .panel-heading .options .btn-default.active, .open > .dropdown-toggle.panel-overstated .panel-heading .options .btn-default {
	background-image: none;
}

.panel-overstated .panel-heading .options .btn-default:active.nitro-lazy, .panel-overstated .panel-heading .options .btn-default.active.nitro-lazy, .open > .dropdown-toggle.panel-overstated .panel-heading .options .btn-default.nitro-lazy {
	background-image: none !important;
}

.panel-overstated .panel-heading .options .btn-default.disabled, .panel-overstated .panel-heading .options .btn-default[disabled], fieldset[disabled] .panel-overstated .panel-heading .options .btn-default, .panel-overstated .panel-heading .options .btn-default.disabled:hover, .panel-overstated .panel-heading .options .btn-default[disabled]:hover, fieldset[disabled] .panel-overstated .panel-heading .options .btn-default:hover, .panel-overstated .panel-heading .options .btn-default.disabled:focus, .panel-overstated .panel-heading .options .btn-default[disabled]:focus, fieldset[disabled] .panel-overstated .panel-heading .options .btn-default:focus, .panel-overstated .panel-heading .options .btn-default.disabled:active, .panel-overstated .panel-heading .options .btn-default[disabled]:active, fieldset[disabled] .panel-overstated .panel-heading .options .btn-default:active, .panel-overstated .panel-heading .options .btn-default.disabled.active, .panel-overstated .panel-heading .options .btn-default[disabled].active, fieldset[disabled] .panel-overstated .panel-heading .options .btn-default.active {
	background-color: #4f97b8;
	border-color: #034867;
}

.panel-overstated .panel-heading .options .btn-default .badge {
	color: #4f97b8;
	background-color: #fff;
}

.panel-overstated .panel-body {
	background: #fff;
}

/* Uderstated Panels */
.panel-understated {
	border-color: #ccc;
}

.panel-understated > .panel-heading {
	color: inherit;
	background-color: #e1f2f7;
	border-color: #ccc;
}

.panel-understated > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ccc;
}

.panel-understated > .panel-heading .badge {
	color: #e1f2f7;
	background-color: inherit;
}

.panel-understated > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ccc;
}

.panel-understated .panel-heading {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
}

.panel-understated .panel-heading h2 span[class^="ca-gov-icon-"], .panel-understated .panel-heading h3 span[class^="ca-gov-icon-"], .panel-understated .panel-heading h4 span[class^="ca-gov-icon-"], .panel-understated .panel-heading h5 span[class^="ca-gov-icon-"] {
	color: #323a45;
}

.panel-understated .panel-heading .options .btn-default {
	color: #000;
	background-color: #f6fbfd;
	border-color: #ccc;
}

.panel-understated .panel-heading .options .btn-default:hover, .panel-understated .panel-heading .options .btn-default:focus, .panel-understated .panel-heading .options .btn-default:active, .panel-understated .panel-heading .options .btn-default.active, .open > .dropdown-toggle.panel-understated .panel-heading .options .btn-default {
	color: #000;
	background-color: #ceeaf2;
	border-color: #adadad;
}

.panel-understated .panel-heading .options .btn-default:active, .panel-understated .panel-heading .options .btn-default.active, .open > .dropdown-toggle.panel-understated .panel-heading .options .btn-default {
	background-image: none;
}

.panel-understated .panel-heading .options .btn-default:active.nitro-lazy, .panel-understated .panel-heading .options .btn-default.active.nitro-lazy, .open > .dropdown-toggle.panel-understated .panel-heading .options .btn-default.nitro-lazy {
	background-image: none !important;
}

.panel-understated .panel-heading .options .btn-default.disabled, .panel-understated .panel-heading .options .btn-default[disabled], fieldset[disabled] .panel-understated .panel-heading .options .btn-default, .panel-understated .panel-heading .options .btn-default.disabled:hover, .panel-understated .panel-heading .options .btn-default[disabled]:hover, fieldset[disabled] .panel-understated .panel-heading .options .btn-default:hover, .panel-understated .panel-heading .options .btn-default.disabled:focus, .panel-understated .panel-heading .options .btn-default[disabled]:focus, fieldset[disabled] .panel-understated .panel-heading .options .btn-default:focus, .panel-understated .panel-heading .options .btn-default.disabled:active, .panel-understated .panel-heading .options .btn-default[disabled]:active, fieldset[disabled] .panel-understated .panel-heading .options .btn-default:active, .panel-understated .panel-heading .options .btn-default.disabled.active, .panel-understated .panel-heading .options .btn-default[disabled].active, fieldset[disabled] .panel-understated .panel-heading .options .btn-default.active {
	background-color: #f6fbfd;
	border-color: #ccc;
}

.panel-understated .panel-heading .options .btn-default .badge {
	color: #f6fbfd;
	background-color: #000;
}

.panel-understated .panel-body {
	background: #fff;
}

/* Standout Panels */
.panel-standout {
	border-color: #ccc;
}

.panel-standout > .panel-heading {
	color: #fff;
	background-color: #323a45;
	border-color: #fdb81e;
}

.panel-standout > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ccc;
}

.panel-standout > .panel-heading .badge {
	color: #323a45;
	background-color: #fff;
}

.panel-standout > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ccc;
}

.panel-standout .panel-heading {
	border-bottom-width: 5px;
	border-bottom-style: solid;
}

.panel-standout .panel-heading h2 span[class^="ca-gov-icon-"], .panel-standout .panel-heading h3 span[class^="ca-gov-icon-"], .panel-standout .panel-heading h4 span[class^="ca-gov-icon-"], .panel-standout .panel-heading h5 span[class^="ca-gov-icon-"] {
	color: #fdb81e;
}

.panel-standout .panel-heading .options .btn-default {
	color: #fff;
	background-color: #70757d;
	border-color: #272e36;
}

.panel-standout .panel-heading .options .btn-default:hover, .panel-standout .panel-heading .options .btn-default:focus, .panel-standout .panel-heading .options .btn-default:active, .panel-standout .panel-heading .options .btn-default.active, .open > .dropdown-toggle.panel-standout .panel-heading .options .btn-default {
	color: #fff;
	background-color: #575c62;
	border-color: #0e1013;
}

.panel-standout .panel-heading .options .btn-default:active, .panel-standout .panel-heading .options .btn-default.active, .open > .dropdown-toggle.panel-standout .panel-heading .options .btn-default {
	background-image: none;
}

.panel-standout .panel-heading .options .btn-default:active.nitro-lazy, .panel-standout .panel-heading .options .btn-default.active.nitro-lazy, .open > .dropdown-toggle.panel-standout .panel-heading .options .btn-default.nitro-lazy {
	background-image: none !important;
}

.panel-standout .panel-heading .options .btn-default.disabled, .panel-standout .panel-heading .options .btn-default[disabled], fieldset[disabled] .panel-standout .panel-heading .options .btn-default, .panel-standout .panel-heading .options .btn-default.disabled:hover, .panel-standout .panel-heading .options .btn-default[disabled]:hover, fieldset[disabled] .panel-standout .panel-heading .options .btn-default:hover, .panel-standout .panel-heading .options .btn-default.disabled:focus, .panel-standout .panel-heading .options .btn-default[disabled]:focus, fieldset[disabled] .panel-standout .panel-heading .options .btn-default:focus, .panel-standout .panel-heading .options .btn-default.disabled:active, .panel-standout .panel-heading .options .btn-default[disabled]:active, fieldset[disabled] .panel-standout .panel-heading .options .btn-default:active, .panel-standout .panel-heading .options .btn-default.disabled.active, .panel-standout .panel-heading .options .btn-default[disabled].active, fieldset[disabled] .panel-standout .panel-heading .options .btn-default.active {
	background-color: #70757d;
	border-color: #272e36;
}

.panel-standout .panel-heading .options .btn-default .badge {
	color: #70757d;
	background-color: #fff;
}

.panel-standout .panel-body {
	background: #fff;
}

/* Adds triangle to panel */
.panel-standout.highlight .panel-heading .triangle {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #fdb81e;
}

/* -----------------------------------------
   TABS
   /source/less/colorscheme/cs-tabs.less
----------------------------------------- */
.tab-group {
	background: #fff;
}

.tab-group .nav-tabs {
	background: #f5f5f5;
}

/* -----------------------------------------
   MEDIA
   /source/less/colorscheme/media.less
----------------------------------------- */
figure {
	background-color: #e1f2f7;
	border-color: #9fdbf1;
}

/* -----------------------------------------
   PANELS
   /source/less/colorscheme/location.less
----------------------------------------- */
.location.mini [class^="ca-gov-icon"] {
	background: #323a45;
	color: #fff;
}

/* -----------------------------------------
   TYPOGRAPHY
   /source/less/colorscheme/typography.less
----------------------------------------- */
.published {
	color: #777;
}

/* -----------------------------------------
   SECTIONS
   /source/less/colorscheme/sections.less
----------------------------------------- */
.section-default, .card-default {
	background: #f5f5f5;
}

.section-default .panel-heading, .card-default .panel-heading {
	background: #ededed;
}

.section-search, .card-search {
	background: #d6d6d6;
}

.section-understated, .card-understated {
	background: #d6d6d6;
}

.section-overstated, .card-overstated {
	background: #02bfe7;
	color: #000;
}

.section-overstated a:not(.btn), .card-overstated a:not(.btn) {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.section-overstated a:not(.btn):hover, .card-overstated a:not(.btn):hover, .section-overstated a:not(.btn):focus, .card-overstated a:not(.btn):focus {
	color: #fff;
	text-decoration: underline;
}

.section-overstated a:not(.btn):focus, .card-overstated a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.section-standout, .card-standout {
	background: #323a45;
	color: #fff;
}

.section-standout a:not(.btn), .card-standout a:not(.btn) {
	color: #49bbf8;
	text-decoration: none;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.section-standout a:not(.btn):hover, .card-standout a:not(.btn):hover, .section-standout a:not(.btn):focus, .card-standout a:not(.btn):focus {
	color: #fff;
	text-decoration: underline;
}

.section-standout a:not(.btn):focus, .card-standout a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.section-standout .half-gauge-chart .donut-background, .card-standout .half-gauge-chart .donut-background {
	fill: #d6d6d6;
}

.section-standout .half-gauge-chart .donut-halfmark, .card-standout .half-gauge-chart .donut-halfmark {
	stroke: #f5f5f5;
}

.section-impact, .card-impact {
	background: #323a45;
	color: #fff;
}

.section-impact a:not(.btn), .card-impact a:not(.btn) {
	color: #f5f5f5;
	text-decoration: none;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.section-impact a:not(.btn):hover, .card-impact a:not(.btn):hover, .section-impact a:not(.btn):focus, .card-impact a:not(.btn):focus {
	color: #fdb81e;
	text-decoration: underline;
}

.section-impact a:not(.btn):focus, .card-impact a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.section-impact .half-gauge-chart .donut-background, .card-impact .half-gauge-chart .donut-background {
	fill: #d6d6d6;
}

.section-impact .half-gauge-chart .donut-halfmark, .card-impact .half-gauge-chart .donut-halfmark {
	stroke: #f5f5f5;
}

.section-impact h1, .card-impact h1, .section-impact h2, .card-impact h2, .section-impact h3, .card-impact h3, .section-impact h4, .card-impact h4, .section-impact h5, .card-impact h5, .section-impact h6, .card-impact h6 {
	color: #9fdbf1;
	font-weight: 900;
}

.section-impact .btn-default, .card-impact .btn-default {
	color: #fff;
	background-color: transparent;
	border-color: #9fdbf1;
	margin-bottom: 11px;
}

.section-impact .btn-default:hover, .card-impact .btn-default:hover, .section-impact .btn-default:focus, .card-impact .btn-default:focus, .section-impact .btn-default:active, .card-impact .btn-default:active, .section-impact .btn-default.active, .card-impact .btn-default.active, .open > .dropdown-toggle.section-impact .btn-default, .open > .dropdown-toggle.card-impact .btn-default {
	color: #fff;
	background-color: rgba(255, 255, 255, .2);
	border-color: #fff;
}

.section-impact .btn-default:active, .card-impact .btn-default:active, .section-impact .btn-default.active, .card-impact .btn-default.active, .open > .dropdown-toggle.section-impact .btn-default, .open > .dropdown-toggle.card-impact .btn-default {
	background-image: none;
}

.section-impact .btn-default:active.nitro-lazy, .card-impact .btn-default:active.nitro-lazy, .section-impact .btn-default.active.nitro-lazy, .card-impact .btn-default.active.nitro-lazy, .open > .dropdown-toggle.section-impact .btn-default.nitro-lazy, .open > .dropdown-toggle.card-impact .btn-default.nitro-lazy {
	background-image: none !important;
}

.section-impact .btn-default.disabled, .card-impact .btn-default.disabled, .section-impact .btn-default[disabled], .card-impact .btn-default[disabled], fieldset[disabled] .section-impact .btn-default, fieldset[disabled] .card-impact .btn-default, .section-impact .btn-default.disabled:hover, .card-impact .btn-default.disabled:hover, .section-impact .btn-default[disabled]:hover, .card-impact .btn-default[disabled]:hover, fieldset[disabled] .section-impact .btn-default:hover, fieldset[disabled] .card-impact .btn-default:hover, .section-impact .btn-default.disabled:focus, .card-impact .btn-default.disabled:focus, .section-impact .btn-default[disabled]:focus, .card-impact .btn-default[disabled]:focus, fieldset[disabled] .section-impact .btn-default:focus, fieldset[disabled] .card-impact .btn-default:focus, .section-impact .btn-default.disabled:active, .card-impact .btn-default.disabled:active, .section-impact .btn-default[disabled]:active, .card-impact .btn-default[disabled]:active, fieldset[disabled] .section-impact .btn-default:active, fieldset[disabled] .card-impact .btn-default:active, .section-impact .btn-default.disabled.active, .card-impact .btn-default.disabled.active, .section-impact .btn-default[disabled].active, .card-impact .btn-default[disabled].active, fieldset[disabled] .section-impact .btn-default.active, fieldset[disabled] .card-impact .btn-default.active {
	background-color: transparent;
	border-color: #9fdbf1;
}

.section-impact .btn-default .badge, .card-impact .btn-default .badge {
	color: transparent;
	background-color: #fff;
}

.section-impact .btn-default [class^="ca-gov-icon-"], .card-impact .btn-default [class^="ca-gov-icon-"] {
	color: #9fdbf1;
	padding: 0 5px;
}

.section-primary, .card-primary {
	background: #046b99;
	color: #fff;
}

.section-primary a:not(.btn), .card-primary a:not(.btn) {
	color: #f5f5f5;
	text-decoration: none;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.section-primary a:not(.btn):hover, .card-primary a:not(.btn):hover, .section-primary a:not(.btn):focus, .card-primary a:not(.btn):focus {
	color: #fdb81e;
	text-decoration: underline;
}

.section-primary a:not(.btn):focus, .card-primary a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.section-inverted, .card-inverted {
	background: #222;
	color: #fff;
}

.section-inverted a:not(.btn), .card-inverted a:not(.btn) {
	color: #f5f5f5;
	text-decoration: none;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.section-inverted a:not(.btn):hover, .card-inverted a:not(.btn):hover, .section-inverted a:not(.btn):focus, .card-inverted a:not(.btn):focus {
	color: #fdb81e;
	text-decoration: underline;
}

.section-inverted a:not(.btn):focus, .card-inverted a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.section-danger, .card-danger {
	background: #d34a37;
	color: #fff;
}

.section-danger a:not(.btn), .card-danger a:not(.btn) {
	color: #000;
	text-decoration: none;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.section-danger a:not(.btn):hover, .card-danger a:not(.btn):hover, .section-danger a:not(.btn):focus, .card-danger a:not(.btn):focus {
	color: #fff;
	text-decoration: underline;
}

.section-danger a:not(.btn):focus, .card-danger a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

/* -----------------------------------------
   HEADER SLIDESHOW BANNER
   /source/less/cagov/header-slideshow-banner.less
----------------------------------------- */

/* HEADER SLIDESHOW */
.header-slideshow-banner {
	position: relative;
	height: 600px;
	background: #000;
}

.header-slideshow-banner .banner-pager, .header-slideshow-banner .banner-play-pause {
	top: 350px;
}

.header-slideshow-banner .carousel {
	margin-top: 0;
	margin-bottom: 0;
}

/* CA GOV Template hides the carousel by default.
   The following lines are to unhide it and make it look pretty */
@media (max-width: 767px) {
	.header-slideshow-banner {
		display: block;
		height: 160px;
	}
	
	.header-slideshow-banner #primary-carousel {
		margin: 0;
		padding: 0;
	}
	
	.header-slideshow-banner #primary-carousel .slide-text {
		bottom: -11px;
		right: 0;
		font-size: 14px;
		width: 100%;
	}
	
	.header-slideshow-banner #primary-carousel .slide-text .title {
		font-size: 19px;
	}
}

/* Move the slide text below the image for small mobile devices */
@media (max-width: 767px) {
	.header-slideshow-banner .banner-pager, .header-slideshow-banner .banner-play-pause {
		top: 15px;
	}
}

/* -----------------------------------------
   PROGRESS BARS
   /source/less/cagov/cs-progress-bar.less
----------------------------------------- */

/* Traditional Colors */
.progress-bar-default {
	background-color: #d6d6d6;
}

.progress-striped .progress-bar-default {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-primary {
	background-color: #046b99;
}

.progress-striped .progress-bar-primary {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-understated {
	background-color: #e1f2f7;
}

.progress-striped .progress-bar-understated {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-overstated {
	background-color: #02bfe7;
}

.progress-striped .progress-bar-overstated {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-standout {
	background-color: #323a45;
}

.progress-striped .progress-bar-standout {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

/* Accent Colors */
.progress-bar-accent1 {
	background-color: #1f89db;
}

.progress-striped .progress-bar-accent1 {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-accent1 {
	background-color: #1f89db;
}

.progress-striped .progress-bar-accent1 {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-accent2 {
	background-color: #49bbf8;
}

.progress-striped .progress-bar-accent2 {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-accent3 {
	background-color: #35bbaa;
}

.progress-striped .progress-bar-accent3 {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-accent4 {
	background-color: #72ce6f;
}

.progress-striped .progress-bar-accent4 {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-accent5 {
	background-color: #815ab4;
}

.progress-striped .progress-bar-accent5 {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-accent6 {
	background-color: #dd99e5;
}

.progress-striped .progress-bar-accent6 {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-accent7 {
	background-color: #d34a37;
}

.progress-striped .progress-bar-accent7 {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-accent8 {
	background-color: #f27e31;
}

.progress-striped .progress-bar-accent8 {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-accent9 {
	background-color: #f7e455;
}

.progress-striped .progress-bar-accent9 {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

/* -----------------------------------------
   COMMENT
   /source/less/cagov/file.less
----------------------------------------- */
.testimonial-default {
	background: #f5f5f5;
}

.testimonial-understated {
	background: #e1f2f7;
}

.testimonial-overstated {
	background: #02bfe7;
	color: #000;
}

.testimonial-overstated a:not(.btn) {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.testimonial-overstated a:not(.btn):hover, .testimonial-overstated a:not(.btn):focus {
	color: #fff;
	text-decoration: underline;
}

.testimonial-overstated a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.testimonial-overstated footer {
	color: #000;
}

.testimonial-standout {
	background: #323a45;
	color: #fff;
}

.testimonial-standout a:not(.btn) {
	color: #fdb81e;
	text-decoration: none;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.testimonial-standout a:not(.btn):hover, .testimonial-standout a:not(.btn):focus {
	color: #fff;
	text-decoration: underline;
}

.testimonial-standout a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.testimonial-standout footer {
	color: #fff;
}

.testimonial-primary {
	background: #046b99;
	color: #fff;
}

.testimonial-primary a:not(.btn) {
	color: #fdb81e;
	text-decoration: none;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.testimonial-primary a:not(.btn):hover, .testimonial-primary a:not(.btn):focus {
	color: #fff;
	text-decoration: underline;
}

.testimonial-primary a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.testimonial-primary footer {
	color: #fff;
}

.testimonial-inverted {
	background: #222;
	color: #fff;
}

.testimonial-inverted a:not(.btn) {
	color: #fdb81e;
	text-decoration: none;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.testimonial-inverted a:not(.btn):hover, .testimonial-inverted a:not(.btn):focus {
	color: #fff;
	text-decoration: underline;
}

.testimonial-inverted a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.testimonial-inverted footer {
	color: #fff;
}

.testimonial-danger {
	background: #d34a37;
	color: #fff;
}

.testimonial-danger a:not(.btn) {
	color: #000;
	text-decoration: none;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.testimonial-danger a:not(.btn):hover, .testimonial-danger a:not(.btn):focus {
	color: #fff;
	text-decoration: underline;
}

.testimonial-danger a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.testimonial-danger footer {
	color: #fff;
}

/* -----------------------------------------
   CARDS
   /source/less/colorscheme/cs-cards.less
----------------------------------------- */
.card-default {
	background-color: #fff;
	border-color: #d6d6d6;
	color: #000;
}

.card-default .card-header {
	border-bottom: 1px solid #d6d6d6;
	background-color: #f2f2f2;
}

.card-default .card-footer {
	border-top: 1px solid #d6d6d6;
	background-color: #f2f2f2;
}

.card-primary {
	background-color: #046b99;
	border-color: #046b99;
	color: #fff;
}

.card-primary a:not(.btn) {
	color: gray-lightest;
	text-decoration: none;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.card-primary a:not(.btn):hover, .card-primary a:not(.btn):focus {
	color: #fdb81e;
	text-decoration: underline;
}

.card-primary a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.card-primary .card-header {
	border-bottom: 1px solid #046b99;
	background-color: #035a80;
}

.card-primary .card-footer {
	border-top: 1px solid #046b99;
	background-color: #035a80;
}

.card-understated {
	background-color: #e1f2f7;
	border-color: #cde9f2;
	color: #000;
}

.card-understated .card-header {
	border-bottom: 1px solid #cde9f2;
	background-color: #cde9f2;
}

.card-understated .card-footer {
	border-top: 1px solid #cde9f2;
	background-color: #cde9f2;
}

.card-overstated {
	background-color: #02bfe7;
	border-color: #029ebf;
	color: #000;
}

.card-overstated a:not(.btn) {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.card-overstated a:not(.btn):hover, .card-overstated a:not(.btn):focus {
	color: #fdb81e;
	text-decoration: underline;
}

.card-overstated a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.card-overstated .card-header {
	border-bottom: 1px solid #029ebf;
	background-color: #02aace;
}

.card-overstated .card-footer {
	border-top: 1px solid #029ebf;
	background-color: #02aace;
}

.card-standout {
	background-color: #323a45;
	border-color: #21262d;
	color: #fff;
}

.card-standout a:not(.btn) {
	color: #f5f5f5;
	text-decoration: none;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.card-standout a:not(.btn):hover, .card-standout a:not(.btn):focus {
	color: #fdb81e;
	text-decoration: underline;
}

.card-standout a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.card-standout .card-header {
	border-bottom: 1px solid #21262d;
	background-color: #272e36;
}

.card-standout .card-footer {
	border-top: 1px solid #21262d;
	background-color: #272e36;
}

.card-inverted, .card-inverse {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.card-inverted a:not(.btn), .card-inverse a:not(.btn) {
	color: #f5f5f5;
	text-decoration: none;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.card-inverted a:not(.btn):hover, .card-inverse a:not(.btn):hover, .card-inverted a:not(.btn):focus, .card-inverse a:not(.btn):focus {
	color: #fdb81e;
	text-decoration: underline;
}

.card-inverted a:not(.btn):focus, .card-inverse a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.card-inverted .card-header, .card-inverse .card-header {
	border-bottom: 1px solid #000;
	background-color: #000;
}

.card-inverted .card-footer, .card-inverse .card-footer {
	border-top: 1px solid #000;
	background-color: #000;
}

.card-success {
	background-color: #72ce6f;
	border-color: #72ce6f;
	color: #000;
}

.card-success a:not(.btn) {
	color: #fdb81e;
	text-decoration: none;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.card-success a:not(.btn):hover, .card-success a:not(.btn):focus {
	color: #fff;
	text-decoration: underline;
}

.card-success a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.card-success .card-header {
	border-bottom: 1px solid #72ce6f;
	background-color: #5fc85c;
}

.card-success .card-footer {
	border-top: 1px solid #72ce6f;
	background-color: #5fc85c;
}

.card-info {
	background-color: #02bfe7;
	border-color: #02bfe7;
	color: #000;
}

.card-info a:not(.btn) {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.card-info a:not(.btn):hover, .card-info a:not(.btn):focus {
	color: #fff;
	text-decoration: underline;
}

.card-info a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.card-info .card-header {
	border-bottom: 1px solid #02bfe7;
	background-color: #02aace;
}

.card-info .card-footer {
	border-top: 1px solid #02bfe7;
	background-color: #02aace;
}

.card-warning {
	background-color: #f27e31;
	border-color: #f27e31;
	color: #fff;
}

.card-warning a:not(.btn) {
	color: #000;
	text-decoration: none;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.card-warning a:not(.btn):hover, .card-warning a:not(.btn):focus {
	color: #fff;
	text-decoration: underline;
}

.card-warning a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.card-warning .card-header {
	border-bottom: 1px solid #f27e31;
	background-color: #f06f19;
}

.card-warning .card-footer {
	border-top: 1px solid #f27e31;
	background-color: #f06f19;
}

.card-danger {
	background-color: #d34a37;
	border-color: #d34a37;
	color: #fff;
}

.card-danger a:not(.btn) {
	color: #000;
	text-decoration: none;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.card-danger a:not(.btn):hover, .card-danger a:not(.btn):focus {
	color: #fff;
	text-decoration: underline;
}

.card-danger a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.card-danger .card-header {
	border-bottom: 1px solid #d34a37;
	background-color: #c53e2b;
}

.card-danger .card-footer {
	border-top: 1px solid #d34a37;
	background-color: #c53e2b;
}

.card-inverse .card-header, .card-inverted .card-header {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.card-inverse .card-footer, .card-inverted .card-footer {
	border-top: 1px solid rgba(255, 255, 255, .2);
}

/* -----------------------------------------
   ACCENT TEXT
   /source/less/colorscheme/cs-text-accent.less
----------------------------------------- */
.text-accent1 {
	color: #1f89db;
}

.text-accent2 {
	color: #49bbf8;
}

.text-accent3 {
	color: #35bbaa;
}

.text-accent4 {
	color: #72ce6f;
}

.text-accent5 {
	color: #815ab4;
}

.text-accent6 {
	color: #dd99e5;
}

.text-accent7 {
	color: #d34a37;
}

.text-accent8 {
	color: #f27e31;
}

.text-accent9 {
	color: #f7e455;
}

.text-accent-p1 {
	color: #fdb81e;
}

.text-accent-p2 {
	color: #046b99;
}

.text-accent-p3 {
	color: #323a45;
}

.text-accent-s1 {
	color: #e1f2f7;
}

.text-accent-s2 {
	color: #9fdbf1;
}

.text-accent-s3 {
	color: #02bfe7;
}

/* -----------------------------------------
   IMAGE HELPERS
   /source/less/cagov/image.less
----------------------------------------- */
.section-understated .img-thumbnail, .card-understated .img-thumbnail {
	padding: 4px;
	background-color: #f5f5f5;
	border: 1px solid #c2c2c2;
}

.section-overstated .img-thumbnail, .card-overstated .img-thumbnail {
	padding: 4px;
	background-color: #9ae5f5;
	border: 1px solid #029ebf;
}

.section-standout .img-thumbnail, .card-standout .img-thumbnail, .section-impact .img-thumbnail, .card-impact .img-thumbnail {
	padding: 4px;
	background-color: #84898f;
	border: 1px solid #21262d;
}

.section-primary .img-thumbnail, .card-primary .img-thumbnail {
	padding: 4px;
	background-color: #b4d3e0;
	border: 1px solid #034867;
}

.section-inverted .img-thumbnail, .card-inverted .img-thumbnail {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #c2c2c2;
}

.section-danger .img-thumbnail, .card-danger .img-thumbnail {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #c2c2c2;
}

.carousel-video-submenu .owl-item.watching img {
	border-color: #fdb81e;
}

/* -----------------------------------------
   HIGH CONTRAST MODE
   /source/less/cagov/file.less
----------------------------------------- */
html.high-contrast {}

html.high-contrast * {
	background-color: #000 !important;
	background-image: none !important;
	border-color: #ffd600 !important;
	box-shadow: none !important;
	color: #ffd600 !important;
	text-shadow: none !important;
}

html.high-contrast *.nitro-lazy {
	background-image: none !important;
}

html.high-contrast .gauge-detail, html.high-contrast .gauge-number, html.high-contrast .percent-detail {
	background: none !important;
}

html.high-contrast .service-tile .teaser:before {
	border: none !important;
}

html.high-contrast .enableHighContrastMode.active, html.high-contrast .disableHighContrastMode.active {
	background: #ffd600 !important;
	color: #000 !important;
}

html.high-contrast .close {
	opacity: 1;
}

/* -----------------------------------------
   SHAME FILE

   Intended for development or debugging aid.
   This file should be empty when deploying to production.
   All styles should be moved to their appropriate file.

   /source/less/cagov/colorscheme/_cs-shame.less
----------------------------------------- */
@media (min-width: 768px) {
	.global-header.fixed {
		z-index: 7;
	}
	
	.ask-group {
		z-index: 5;
		position: fixed;
	}
	
	.search-results-container {
		z-index: 6;
		position: absolute;
		top: 155px;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.ask-group {
		float: none;
		padding-bottom: 1px;
	}
}

@media (min-width: 768px) {
	.fixed.compact .search-container {
		opacity: 0;
	}
	
	.active-search .fixed.compact .search-container, .fixed.compact .search-container.active {
		opacity: 1;
		top: 51px;
	}
}

.dev.nav-item .sub-nav {
	display: block;
}

/* -----------------------------------------
   RESET /source/less/cagov/reset.less
----------------------------------------- */

/* Additional resets not covered by bootstrap, or styles that are preferential */
html {
	overflow-y: scroll;
}

[class^="ca-gov-icon-"], [class*=" ca-gov-icon-"] {
	font-family: "CaGov";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ca-gov-icon-logo:before {
	content: "";
}

.ca-gov-icon-home:before {
	content: "";
}

.ca-gov-icon-menu:before {
	content: "";
}

.ca-gov-icon-apps:before {
	content: "";
}

.ca-gov-icon-search:before {
	content: "";
}

.ca-gov-icon-chat:before {
	content: "";
}

.ca-gov-icon-capitol:before {
	content: "";
}

.ca-gov-icon-state:before {
	content: "";
}

.ca-gov-icon-phone:before {
	content: "";
}

.ca-gov-icon-email:before {
	content: "";
}

.ca-gov-icon-contact-us:before {
	content: "";
}

.ca-gov-icon-calendar:before {
	content: "";
}

.ca-gov-icon-bear:before {
	content: "";
}

.ca-gov-icon-chat-bubble:before {
	content: "";
}

.ca-gov-icon-info-bubble:before {
	content: "";
}

.ca-gov-icon-share-button:before {
	content: "";
}

.ca-gov-icon-share-facebook:before {
	content: "";
}

.ca-gov-icon-share-email:before {
	content: "";
}

.ca-gov-icon-share-flickr:before {
	content: "";
}

.ca-gov-icon-share-twitter:before {
	content: "";
}

.ca-gov-icon-share-linkedin:before {
	content: "";
}

.ca-gov-icon-share-googleplus:before {
	content: "";
}

.ca-gov-icon-share-instagram:before {
	content: "";
}

.ca-gov-icon-share-pinterest:before {
	content: "";
}

.ca-gov-icon-share-vimeo:before {
	content: "";
}

.ca-gov-icon-share-youtube:before {
	content: "";
}

.ca-gov-icon-law-enforcement:before {
	content: "";
}

.ca-gov-icon-justice-legal:before {
	content: "";
}

.ca-gov-icon-at-sign:before {
	content: "";
}

.ca-gov-icon-attachment:before {
	content: "";
}

.ca-gov-icon-zipped-file:before {
	content: "";
}

.ca-gov-icon-powerpoint:before {
	content: "";
}

.ca-gov-icon-excel:before {
	content: "";
}

.ca-gov-icon-word:before {
	content: "";
}

.ca-gov-icon-pdf:before {
	content: "";
}

.ca-gov-icon-share:before {
	content: "";
}

.ca-gov-icon-facebook:before {
	content: "";
}

.ca-gov-icon-linkedin:before {
	content: "";
}

.ca-gov-icon-youtube:before {
	content: "";
}

.ca-gov-icon-twitter:before {
	content: "";
}

.ca-gov-icon-pinterest:before {
	content: "";
}

.ca-gov-icon-vimeo:before {
	content: "";
}

.ca-gov-icon-instagram:before {
	content: "";
}

.ca-gov-icon-flickr:before {
	content: "";
}

.ca-gov-icon-google-plus:before {
	content: "";
}

.ca-gov-icon-microsoft:before {
	content: "";
}

.ca-gov-icon-apple:before {
	content: "";
}

.ca-gov-icon-android:before {
	content: "";
}

.ca-gov-icon-computer:before {
	content: "";
}

.ca-gov-icon-tablet:before {
	content: "";
}

.ca-gov-icon-smartphone:before {
	content: "";
}

.ca-gov-icon-roadways:before {
	content: "";
}

.ca-gov-icon-travel-car:before {
	content: "";
}

.ca-gov-icon-travel-air:before {
	content: "";
}

.ca-gov-icon-truck-delivery:before {
	content: "";
}

.ca-gov-icon-construction:before {
	content: "";
}

.ca-gov-icon-bar-chart:before {
	content: "";
}

.ca-gov-icon-pie-chart:before {
	content: "";
}

.ca-gov-icon-graph:before {
	content: "";
}

.ca-gov-icon-server:before {
	content: "";
}

.ca-gov-icon-download:before {
	content: "";
}

.ca-gov-icon-cloud-download:before {
	content: "";
}

.ca-gov-icon-cloud-upload:before {
	content: "";
}

.ca-gov-icon-shield:before {
	content: "";
}

.ca-gov-icon-fire:before {
	content: "";
}

.ca-gov-icon-binoculars:before {
	content: "";
}

.ca-gov-icon-compass:before {
	content: "";
}

.ca-gov-icon-sos:before {
	content: "";
}

.ca-gov-icon-shopping-cart:before {
	content: "";
}

.ca-gov-icon-video-camera:before {
	content: "";
}

.ca-gov-icon-camera:before {
	content: "";
}

.ca-gov-icon-green:before {
	content: "";
}

.ca-gov-icon-loud-speaker:before {
	content: "";
}

.ca-gov-icon-audio:before {
	content: "";
}

.ca-gov-icon-print:before {
	content: "";
}

.ca-gov-icon-medical:before {
	content: "";
}

.ca-gov-icon-zoom-out:before {
	content: "";
}

.ca-gov-icon-zoom-in:before {
	content: "";
}

.ca-gov-icon-important:before {
	content: "";
}

.ca-gov-icon-chat-bubbles:before {
	content: "";
}

.ca-gov-icon-call:before {
	content: "";
}

.ca-gov-icon-people:before {
	content: "";
}

.ca-gov-icon-person:before {
	content: "";
}

.ca-gov-icon-user-id:before {
	content: "";
}

.ca-gov-icon-payment-card:before {
	content: "";
}

.ca-gov-icon-skip-backwards:before {
	content: "";
}

.ca-gov-icon-play:before {
	content: "";
}

.ca-gov-icon-pause:before {
	content: "";
}

.ca-gov-icon-skip-forward:before {
	content: "";
}

.ca-gov-icon-mail:before {
	content: "";
}

.ca-gov-icon-image:before {
	content: "";
}

.ca-gov-icon-house:before {
	content: "";
}

.ca-gov-icon-gear:before {
	content: "";
}

.ca-gov-icon-tool:before {
	content: "";
}

.ca-gov-icon-time:before {
	content: "";
}

.ca-gov-icon-cal:before {
	content: "";
}

.ca-gov-icon-check-list:before {
	content: "";
}

.ca-gov-icon-document:before {
	content: "";
}

.ca-gov-icon-clipboard:before {
	content: "";
}

.ca-gov-icon-page:before {
	content: "";
}

.ca-gov-icon-read-book:before {
	content: "";
}

.ca-gov-icon-cc-copyright:before {
	content: "";
}

.ca-gov-icon-ca-capitol:before {
	content: "";
}

.ca-gov-icon-ca-state:before {
	content: "";
}

.ca-gov-icon-favorite:before {
	content: "";
}

.ca-gov-icon-rss:before {
	content: "";
}

.ca-gov-icon-road-pin:before {
	content: "";
}

.ca-gov-icon-online-services:before {
	content: "";
}

.ca-gov-icon-link:before {
	content: "";
}

.ca-gov-icon-magnify-glass:before {
	content: "";
}

.ca-gov-icon-key:before {
	content: "";
}

.ca-gov-icon-lock:before {
	content: "";
}

.ca-gov-icon-info:before {
	content: "";
}

.ca-gov-icon-arrow-up:before {
	content: "";
}

.ca-gov-icon-arrow-down:before {
	content: "";
}

.ca-gov-icon-arrow-left:before {
	content: "";
}

.ca-gov-icon-arrow-right:before {
	content: "";
}

.ca-gov-icon-carousel-prev:before {
	content: "";
}

.ca-gov-icon-carousel-next:before {
	content: "";
}

.ca-gov-icon-arrow-prev:before {
	content: "";
}

.ca-gov-icon-arrow-next:before {
	content: "";
}

.ca-gov-icon-menu-toggle-closed:before {
	content: "";
}

.ca-gov-icon-menu-toggle-open:before {
	content: "";
}

.ca-gov-icon-carousel-play:before {
	content: "";
}

.ca-gov-icon-carousel-pause:before {
	content: "";
}

.ca-gov-icon-search-right:before {
	content: "U";
}

.ca-gov-icon-graduate:before {
	content: "";
}

.ca-gov-icon-briefcase:before {
	content: "";
}

.ca-gov-icon-images:before {
	content: "";
}

.ca-gov-icon-gears:before {
	content: "";
}

.ca-gov-icon-tools:before {
	content: "";
}

.ca-gov-icon-pencil:before {
	content: "j";
}

.ca-gov-icon-pencil-edit:before {
	content: "l";
}

.ca-gov-icon-science:before {
	content: "";
}

.ca-gov-icon-film:before {
	content: "";
}

.ca-gov-icon-table:before {
	content: "";
}

.ca-gov-icon-flowchart:before {
	content: "";
}

.ca-gov-icon-building:before {
	content: "";
}

.ca-gov-icon-searching:before {
	content: "";
}

.ca-gov-icon-wallet:before {
	content: "";
}

.ca-gov-icon-tags:before {
	content: "";
}

.ca-gov-icon-currency:before {
	content: "";
}

.ca-gov-icon-idea:before {
	content: "";
}

.ca-gov-icon-lightbulb:before {
	content: "";
}

.ca-gov-icon-calculator:before {
	content: "";
}

.ca-gov-icon-drive:before {
	content: "";
}

.ca-gov-icon-globe:before {
	content: "";
}

.ca-gov-icon-hourglass:before {
	content: "";
}

.ca-gov-icon-mic:before {
	content: "";
}

.ca-gov-icon-volume:before {
	content: "";
}

.ca-gov-icon-music:before {
	content: "";
}

.ca-gov-icon-folder:before {
	content: "";
}

.ca-gov-icon-grid:before {
	content: "";
}

.ca-gov-icon-archive:before {
	content: "";
}

.ca-gov-icon-contacts:before {
	content: "";
}

.ca-gov-icon-book:before {
	content: "";
}

.ca-gov-icon-drawer:before {
	content: "";
}

.ca-gov-icon-map:before {
	content: "";
}

.ca-gov-icon-pushpin:before {
	content: "";
}

.ca-gov-icon-location:before {
	content: "";
}

.ca-gov-icon-quote-fill:before {
	content: "";
}

.ca-gov-icon-question-fill:before {
	content: "";
}

.ca-gov-icon-warning-triangle:before {
	content: "";
}

.ca-gov-icon-warning-fill:before {
	content: "";
}

.ca-gov-icon-check-fill:before {
	content: "";
}

.ca-gov-icon-close-fill:before {
	content: "";
}

.ca-gov-icon-plus-fill:before {
	content: "";
}

.ca-gov-icon-minus-fill:before {
	content: "";
}

.ca-gov-icon-caret-fill-right:before {
	content: "";
}

.ca-gov-icon-caret-fill-left:before {
	content: "";
}

.ca-gov-icon-caret-fill-down:before {
	content: "";
}

.ca-gov-icon-caret-fill-up:before {
	content: "";
}

.ca-gov-icon-caret-fill-two-right:before {
	content: "";
}

.ca-gov-icon-caret-fill-two-left:before {
	content: "";
}

.ca-gov-icon-caret-fill-two-down:before {
	content: "";
}

.ca-gov-icon-caret-fill-two-up:before {
	content: "";
}

.ca-gov-icon-arrow-fill-right:before {
	content: "";
}

.ca-gov-icon-arrow-fill-left:before {
	content: "";
}

.ca-gov-icon-arrow-fill-down:before {
	content: "";
}

.ca-gov-icon-arrow-fill-up:before {
	content: "";
}

.ca-gov-icon-arrow-fill-left-down:before {
	content: "";
}

.ca-gov-icon-arrow-fill-right-down:before {
	content: "";
}

.ca-gov-icon-arrow-fill-right-up:before {
	content: "";
}

.ca-gov-icon-arrow-fill-left-up:before {
	content: "";
}

.ca-gov-icon-triangle-line-right:before {
	content: "I";
}

.ca-gov-icon-triangle-line-left:before {
	content: "H";
}

.ca-gov-icon-triangle-line-up:before {
	content: "F";
}

.ca-gov-icon-triangle-line-down:before {
	content: "G";
}

.ca-gov-icon-caret-line-two-right:before {
	content: "A";
}

.ca-gov-icon-caret-line-two-left:before {
	content: "@";
}

.ca-gov-icon-caret-line-two-down:before {
	content: "?";
}

.ca-gov-icon-caret-line-two-up:before {
	content: ">";
}

.ca-gov-icon-caret-line-right:before {
	content: "=";
}

.ca-gov-icon-caret-line-left:before {
	content: "<";
}

.ca-gov-icon-caret-line-up:before {
	content: ":";
}

.ca-gov-icon-caret-line-down:before {
	content: ";";
}

.ca-gov-icon-important-line:before {
	content: "";
}

.ca-gov-icon-info-line:before {
	content: "";
}

.ca-gov-icon-check-line:before {
	content: "R";
}

.ca-gov-icon-question-line:before {
	content: "";
}

.ca-gov-icon-close-line:before {
	content: "Q";
}

.ca-gov-icon-plus-line:before {
	content: "P";
}

.ca-gov-icon-minus-line:before {
	content: "O";
}

.ca-gov-icon-question:before {
	content: "";
}

.ca-gov-icon-minus-mark:before {
	content: "K";
}

.ca-gov-icon-plus-mark:before {
	content: "L";
}

.ca-gov-icon-collapse:before {
	content: "X";
}

.ca-gov-icon-expand:before {
	content: "Y";
}

.ca-gov-icon-check-mark:before {
	content: "N";
}

.ca-gov-icon-close-mark:before {
	content: "M";
}

.ca-gov-icon-triangle-right:before {
	content: "E";
}

.ca-gov-icon-triangle-left:before {
	content: "D";
}

.ca-gov-icon-triangle-down:before {
	content: "C";
}

.ca-gov-icon-triangle-up:before {
	content: "B";
}

.ca-gov-icon-caret-two-right:before {
	content: "9";
}

.ca-gov-icon-caret-two-left:before {
	content: "8";
}

.ca-gov-icon-caret-two-down:before {
	content: "7";
}

.ca-gov-icon-caret-two-up:before {
	content: "6";
}

.ca-gov-icon-caret-right:before {
	content: "5";
}

.ca-gov-icon-caret-left:before {
	content: "4";
}

.ca-gov-icon-caret-up:before {
	content: "2";
}

.ca-gov-icon-caret-down:before {
	content: "3";
}

.ca-gov-icon-filter:before {
	content: "";
}

/* -----------------------------------------
   TYPE STYLES - /source/less/cagov/type.less
----------------------------------------- */
body {
	-webkit-transition: font-size .25s ease-in;
	transition: font-size .25s ease-in;
}

.featured-narrative {
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	padding: 10px 10px 0 10px;
	margin-bottom: 11px;
	margin-left: 20px;
}

.ie9 p + h1, .ie9 p + h2, .ie9 p + h3, .ie9 p + h4 {
	padding-top: 10px;
}

h1 span[class^="ca-gov-icon-"]:first-child, .h1 span[class^="ca-gov-icon-"]:first-child {
	display: none;
}

h1, .h1 {
	font-size: 38.4px;
	font-size: 2.4rem;
}

h2, .h2 {
	font-size: 31.04px;
	font-size: 1.94rem;
}

h3, .h3 {
	font-size: 24.64px;
	font-size: 1.54rem;
}

h4, .h4 {
	font-size: 20px;
	font-size: 1.25rem;
}

h5, .h5 {
	font-size: 16px;
	font-size: 1rem;
}

h6, .h6 {
	font-size: 13.92px;
	font-size: .87rem;
}

@media (max-width: 767px) {
	h1, .h1 {
		font-size: 32px;
		font-size: 2rem;
	}
	
	h2, .h2 {
		font-size: 26px;
		font-size: 1.625rem;
	}
	
	h3, .h3 {
		font-size: 22px;
		font-size: 1.375rem;
	}
	
	h4, .h4 {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

[class*="icon-"].big {
	font-size: 31.04px;
	font-size: 1.94rem;
}

[class*="icon-"].bigger {
	font-size: 38.4px;
	font-size: 2.4rem;
}

[class*="icon-"].biggest {
	font-size: 56px;
	font-size: 3.5rem;
}

/* -----------------------------------------
   SOCIAL SHARE WIDGET
   /source/less/cagov/socialsharer.less
   SocialSharer module Version Dec 09, 2014
----------------------------------------- */
.socialsharer-container {
	float: right;
}

.socialsharer-container:before, .socialsharer-container:after {
	content: " ";
	display: table;
}

.socialsharer-container:after {
	clear: both;
}

.socialsharer-container:before, .socialsharer-container:after {
	content: " ";
	display: table;
}

.socialsharer-container:after {
	clear: both;
}

.socialsharer-container a {
	line-height: 1em;
	font-size: 22px;
	font-size: 1.375rem;
	cursor: pointer;
}

.socialsharer-container a:hover, .socialsharer-container a:focus {
	text-decoration: none !important;
}

/* Facebook */
.ca-gov-icon-share-facebook {
	color: #3c5a99;
}

.ca-gov-icon-share-facebook:hover, .ca-gov-icon-share-facebook:focus {
	color: #2e4474;
}

/* Twitter */
.ca-gov-icon-share-twitter {
	color: #2aa9e0;
}

.ca-gov-icon-share-twitter:hover, .ca-gov-icon-share-twitter:focus {
	color: #1b8bbc;
}

/* GooglePlus */
.ca-gov-icon-share-googleplus {
	color: #dc4a38;
}

.ca-gov-icon-share-googleplus:hover, .ca-gov-icon-share-googleplus:focus {
	color: #bf3322;
}

/* Flickr */
.ca-gov-icon-share-flickr {
	color: #0063dc;
}

.ca-gov-icon-share-flickr:hover, .ca-gov-icon-share-flickr:focus {
	color: #004ca9;
}

/* linkedin */
.ca-gov-icon-share-linkedin {
	color: #0976b4;
}

.ca-gov-icon-share-linkedin:hover, .ca-gov-icon-share-linkedin:focus {
	color: #075683;
}

/* instagram */
.ca-gov-icon-share-instagram {
	color: #3f729b;
}

.ca-gov-icon-share-instagram:hover, .ca-gov-icon-share-instagram:focus {
	color: #305777;
}

/* pinterest */
.ca-gov-icon-share-pinterest {
	color: #cc2127;
}

.ca-gov-icon-share-pinterest:hover, .ca-gov-icon-share-pinterest:focus {
	color: #a01a1f;
}

/* vimeo */
.ca-gov-icon-share-vimeo {
	color: #1ab7ea;
}

.ca-gov-icon-share-vimeo:hover, .ca-gov-icon-share-vimeo:focus {
	color: #1295bf;
}

/* Email */
.ca-gov-icon-share-email {
	/* "Blue a v". Licensed under Public domain via Wikimedia Commons - http://commons.wikimedia.org/wiki/File:Blue_a_v.svg#mediaviewer/File:Blue_a_v.svg */
	color: #888;
}

.ca-gov-icon-share-email:hover, .ca-gov-icon-share-email:focus {
	color: #6f6f6f;
}

/* -----------------------------------------
   LAYOUTS -  /source/less/cagov/layout.less
----------------------------------------- */

/* Default layout is 1 column */
.main-content {
	background: #fff;
	min-height: 400px;
}

.main-content > .wrapper {
	padding-bottom: 22px;
}

/* Two column layout option */
@media (min-width: 992px) {
	.two-column .main-content .main-primary {
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.two-column .main-content .main-secondary {
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	.two-column .main-content .main-primary {
		float: left;
		width: 66.66666667%;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	.two-column .main-content .main-secondary {
		float: left;
		width: 33.33333333%;
	}
}

@media (min-width: 768px) {
	.two-column .main-content .reverse-main .main-primary {
		left: 33.33333333%;
	}
}

@media (min-width: 768px) {
	.two-column .main-content .reverse-main .main-secondary {
		right: 66.66666667%;
	}
}

@media (max-width: 991px) {
	.two-column .main-content .main-secondary {
		position: inherit;
	}
}

/* Remove the left and right border for mobile */
@media (max-width: 768px) {
	.global-header, .main-content, .global-footer {
		border: none !important;
		width: 100%;
	}
}

/* Allows two column containers used in the sidebar to fill the horizontal space */
@media (max-width: 767px) {
	.main-secondary .group {
		padding: 0 !important;
	}
	
	.main-secondary .group .half {
		padding: 0 !important;
	}
}

/* -----------------------------------------
   GRID -  /source/less/cagov/grid.less
----------------------------------------- */
.group {
	margin-left: -15px;
	margin-right: -15px;
}

.full-width {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.half {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 992px) {
	.half {
		float: left;
		width: 50%;
	}
}

.third {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 992px) {
	.third {
		float: left;
		width: 33.33333333%;
	}
}

.two-thirds {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 992px) {
	.two-thirds {
		float: left;
		width: 66.66666667%;
	}
}

.quarter {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.quarter {
		float: left;
		width: 50%;
	}
}

@media (min-width: 992px) {
	.quarter {
		float: left;
		width: 25%;
	}
}

.three-quarters {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 992px) {
	.three-quarters {
		float: left;
		width: 75%;
	}
}

@media (min-width: 992px) {
	.offset-quarter {
		margin-left: 25%;
	}
}

@media (min-width: 992px) {
	.offset-third {
		margin-left: 33.33333333%;
	}
}

@media (min-width: 992px) {
	.offset-half {
		margin-left: 50%;
	}
}

@media (min-width: 992px) {
	.offset-two-thirds {
		margin-left: 66.66666667%;
	}
}

@media (min-width: 992px) {
	.offset-three-quarters {
		margin-left: 75%;
	}
}

.main-secondary .group {
	padding: 0 8px 0 8px;
}

.main-secondary .group .half {
	padding: 0 7px 0 7px;
}

.grid-demo {
	margin-bottom: 11px;
}

.grid-demo div {
	border: 1px solid #777;
}

/* -----------------------------------------
   GLOBAL HEADER - /source/less/cagov/global-header.less
----------------------------------------- */
#skip-to-content {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.global-header {
	position: relative;
	padding: 0;
	background: #fff;
	width: auto;
}

@media (min-width: 768px) {
	.global-header .mobile-controls {
		display: none;
	}
}

.header-organization-banner {
	display: none;
}

.branding {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media (min-width: 768px) {
	.branding {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.branding {
		width: 970px;
	}
}

@media (min-width: 1280px) {
	.branding {
		width: 1280px;
	}
}

@media (min-width: 768px) {
	.branding {
		height: 88px !important;
	}
}

.branding .header-cagov-logo {
	line-height: 88px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.branding .header-cagov-logo img {
	max-height: 90px;
	max-width: 300px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.branding .header-cagov-logo a {
	display: inline-block;
	z-index: 26;
	position: relative;
}

.mobile-controls toggle-menu {
	position: absolute;
	top: 5px;
	left: 0;
}

.mobile-controls toggle-search {
	position: absolute;
	top: 5px;
	right: 0;
}

@media (max-width: 767px) {
	.branding {
		display: none;
	}
}

@media (min-width: 768px) {
	.header-slideshow-banner.enabled {
		display: block;
	}
}

.header-single-banner {
	width: 100%;
	height: 90vh;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	display: block;
	min-width: 100%;
	min-height: 100%;
}

.header-slideshow-banner {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.carousel-banner, .carousel-banner .owl-stage-outer, .carousel-banner .owl-stage, .carousel-banner .owl-item, .carousel-banner .slide {
	height: 100%;
}

/* -----------------------------------------
   SLIDESHOW BANNER
   /source/less/cagov/header-banner.less
----------------------------------------- */
.header-slideshow-banner {
	display: none;
	height: 600px;
	position: relative;
}

/* Danny Guzman - this is now optional using the
  Header Banner Module*/
.header-slideshow-banner .slide-text {}

@media (min-width: 768px) {
	.header-slideshow-banner.enabled {
		display: block;
	}
}

.header-single-banner {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	display: block;
	min-width: 100%;
	min-height: 100%;
	position: relative;
}

.header-slideshow-banner {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.carousel-banner, .carousel-banner .owl-stage-outer, .carousel-banner .owl-stage, .carousel-banner .owl-item, .carousel-banner .slide {
	height: 100%;
}

/* -----------------------------------------
   FIXED-HEADER -  /source/less/cagov/fixed-header.less
----------------------------------------- */
@media (min-width: 768px) {
	.ask-group.fixed-hide {
		visibility: hidden;
		opacity: 0;
	}
	
	#head-search.fixed-hide:not(.active) {
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	
	.no-js .ask-group.fade {
		visibility: visible;
		opacity: 1;
	}
	
	.no-js #head-search.fade {
		visibility: visible;
		opacity: 1;
	}
}

.global-header.fixed {
	position: fixed;
	width: 100%;
	z-index: 1;
}

.fixed + .main-content {
	padding-top: 127px;
}

@media (min-width: 768px) {
	.fixed.compact .main-navigation {
		min-height: 46px;
	}
	
	.fixed.compact .first-level-link [class^="ca-gov-icon-"] {
		display: none;
	}
	
	.fixed.compact .main-navigation {
		margin-top: -45px;
	}
	
	.fixed.compact .branding {
		height: 45px !important;
	}
	
	.fixed.compact .header-cagov-logo {
		height: 45px;
		line-height: 45px;
	}
	
	.fixed.compact .header-cagov-logo img {
		height: 35px;
	}
}

/* -----------------------------------------
   EXPLORE BANNER
   /source/less/cagov/explore-banner.less
----------------------------------------- */
.explore-invite {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px;
	background: #000;
	background-color: rgba(0, 0, 0, .5);
}

.explore-invite .explore-title {
	font-size: 27.2px;
	font-size: 1.7rem;
}

.explore-invite [class^="ca-gov-icon-"] {
	display: block;
	font-size: 48px;
	font-size: 3rem;
}

.explore-invite a {
	color: #fff;
	cursor: pointer;
	display: block;
}

.explore-invite a:hover {
	text-decoration: none;
}

/* -----------------------------------------
   FOOTER - /source/less/cagov/footer.less
----------------------------------------- */
.global-footer {
	padding-top: 22px 0;
}

.global-footer a:not(.btn) {
	color: #f5f5f5;
	text-decoration: none;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.global-footer a:not(.btn):hover, .global-footer a:not(.btn):focus {
	color: #fdb81e;
	text-decoration: underline;
}

.global-footer a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.global-footer ul {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
	margin: 5px 0;
}

.global-footer ul > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.global-footer ul:before, .global-footer ul:after {
	content: " ";
	display: table;
}

.global-footer ul:after {
	clear: both;
}

.global-footer ul:before, .global-footer ul:after {
	content: " ";
	display: table;
}

.global-footer ul:after {
	clear: both;
}

@media (max-width: 767px) {
	.global-footer ul li {
		width: 50%;
		float: left;
		margin-right: 0 !important;
	}
	
	.global-footer ul a {
		display: block;
		margin-bottom: 11px;
	}
}

.global-footer .footer-links {
	line-height: 1.6rem;
}

.global-footer .footer-links li {
	margin-right: 20px;
}

.global-footer .copyright {
	background: #efefef;
	padding: 5px 0 22px;
}

@media (max-width: 767px) {
	.global-footer .socialsharer-container {
		width: 100%;
		float: inherit !important;
	}
	
	.global-footer .socialsharer-container li {
		width: auto;
		margin-left: 0;
	}
	
	.global-footer .footer-links {
		margin-top: 16px !important;
	}
}

/* -----------------------------------------
   SITE SEARCH - /source/less/cagov/search.less
----------------------------------------- */
.search-container, .featured-search.active {
	overflow: hidden;
	z-index: 5;
	position: relative;
	display: block;
	top: 0;
	left: 0;
	padding: 0 15%;
	width: 100%;
	max-height: 0;
	border: none;
	-webkit-transition: all .5s .1s;
	transition: all .5s .1s;
}

@media (min-width: 768px) {
	.search-container, .featured-search.active {
		position: absolute;
		top: 96px;
	}
}

.search-container:before, .featured-search.active:before, .search-container:after, .featured-search.active:after {
	content: " ";
	display: table;
}

.search-container:after, .featured-search.active:after {
	clear: both;
}

.search-container:before, .featured-search.active:before, .search-container:after, .featured-search.active:after {
	content: " ";
	display: table;
}

.search-container:after, .featured-search.active:after {
	clear: both;
}

.search-container .search-textfield, .featured-search.active .search-textfield {
	font-size: 17.6px;
	font-size: 1.1rem;
	height: 40px;
	width: 100%;
	border-radius: 0;
	border: 3px solid transparent;
	padding: 0 10px;
	-webkit-transition: border .4s;
	transition: border .4s;
	outline: none;
}

.search-container .submit-container, .featured-search.active .submit-container {
	float: left;
	height: auto;
	height: 40px;
	-webkit-transition: all .5s .1s;
	transition: all .5s .1s;
}

.search-container .submit-container:before, .featured-search.active .submit-container:before, .search-container .submit-container:after, .featured-search.active .submit-container:after {
	content: " ";
	display: table;
}

.search-container .submit-container:after, .featured-search.active .submit-container:after {
	clear: both;
}

.search-container .submit-container:before, .featured-search.active .submit-container:before, .search-container .submit-container:after, .featured-search.active .submit-container:after {
	content: " ";
	display: table;
}

.search-container .submit-container:after, .featured-search.active .submit-container:after {
	clear: both;
}

.search-container .submit-container button, .featured-search.active .submit-container button {
	float: left;
	-webkit-transition: all .5s .1s;
	transition: all .5s .1s;
	background: none;
	border-color: white;
	border-width: 3px 3px 3px 0px;
	border-style: solid;
	width: 46px;
	height: 100%;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 15px;
	padding: 0;
	-webkit-appearance: none;
}

.search-container .submit-container button:before, .featured-search.active .submit-container button:before, .search-container .submit-container button:after, .featured-search.active .submit-container button:after {
	content: " ";
	display: table;
}

.search-container .submit-container button:after, .featured-search.active .submit-container button:after {
	clear: both;
}

.search-container .submit-container button:before, .featured-search.active .submit-container button:before, .search-container .submit-container button:after, .featured-search.active .submit-container button:after {
	content: " ";
	display: table;
}

.search-container .submit-container button:after, .featured-search.active .submit-container button:after {
	clear: both;
}

.search-container .submit-container button > span, .featured-search.active .submit-container button > span {
	position: relative;
	top: 0;
	font-size: 29.92px;
	font-size: 1.87rem;
	line-height: 30px;
}

@media (max-width: 767px) {
	.search-container .submit-container button, .featured-search.active .submit-container button {
		font-size: 32px;
		font-size: 2rem;
		line-height: 1em;
		padding-top: 0;
	}
}

.search-container .textfield-container, .featured-search.active .textfield-container {
	float: left;
	width: 100%;
}

.search-container .close-search, .featured-search.active .close-search {
	display: none;
	font-size: 48px;
	font-size: 3rem;
	position: absolute;
	right: -10px;
	line-height: 44px;
	cursor: pointer;
	color: #777;
	opacity: .8;
}

@media (max-width: 767px) {
	.search-container .close-search, .featured-search.active .close-search {
		right: 0;
		display: none;
	}
}

.search-textfield {
	padding-left: 10px;
}

.search-container.active {
	max-height: 300px;
	padding: 20px 15%;
}

@media (max-width: 767px) {
	.search-container.active {
		padding: 10px;
	}
}

.search-container.active .close-search {
	display: block;
}

@media (max-width: 767px) {
	.search-container.active .close-search {
		display: none;
	}
}

#local_form {
	position: relative;
}

.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0 !important;
}

/* Large Search Animation and Styling */
@media (min-width: 768px) {
	.featured-search {
		display: block;
		position: absolute;
		top: 240px;
		padding: 10px;
		max-height: 100%;
		border-radius: 0;
		min-height: 75px;
		width: 60%;
		left: 20%;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	
	.flexbox .featured-search {
		left: 0px;
		right: 0px;
		margin: 0 auto;
		width: 60%;
		max-width: 630px;
	}
	
	.featured-search.play-animation {
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: pulse;
		animation-name: pulse;
	}
	
	.featured-search .search-textfield {
		padding: 14px;
		font-size: 17.6px;
		font-size: 1.1rem;
		height: 55px;
	}
	
	.featured-search .submit-container {
		height: 55px;
		width: 55px;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	
	.featured-search .submit-container button {
		-webkit-transition: all .4s;
		transition: all .4s;
		font-size: 40px;
		font-size: 2.5rem;
		width: 60px;
		-webkit-appearance: none;
	}
	
	.featured-search .submit-container button > span {
		font-size: 45px;
		line-height: 45px;
	}
	
	.featured-search.active {
		position: relative;
		visibility: visible;
		opacity: 1;
		-webkit-transition: top .4s, left .2s .4s, width .2s .4s, background-color .6s, border .4s, padding .2s .4s;
		transition: top .4s, left .2s .4s, width .2s .4s, background-color .6s, border .4s, padding .2s .4s;
		top: 96px;
		left: 0;
		padding: 20px 0;
		border-radius: 0;
		padding-right: 15%;
		padding-left: 15%;
		border-bottom: none;
		width: 100%;
		max-width: 100%;
	}
	
	.featured-search.active .close-search {
		display: none;
	}
	
	.featured-search.active .search-textfield {
		font-size: 17.6px;
		font-size: 1.1rem;
		height: 40px;
		width: 100%;
		border-radius: 0;
		border: 3px solid transparent;
		padding: 0 4px;
		-webkit-transition: border .4s;
		transition: border .4s;
		outline: none;
	}
}

@media (min-width: 768px) and (min-width: 768px) {
	.featured-search.active {
		position: absolute;
	}
}

@media (max-width: 767px) {
	.search-container.featured-search {
		padding-right: 10px;
		padding-left: 10px;
	}
}

/* Resize search bar to look better on tablet size screens */
@media (min-width: 768px) and (max-width: 992px) {
	.featured-search {
		left: 10%;
		width: 80%;
	}
	
	.flexbox .featured-search {
		left: 0;
		width: 80%;
	}
	
	.featured-search.active {
		width: 100%;
	}
}

.agency-form {
	margin-top: 16px !important;
	margin-bottom: 16px !important;
}

.agency-form:before, .agency-form:after {
	content: " ";
	display: table;
}

.agency-form:after {
	clear: both;
}

.agency-form:before, .agency-form:after {
	content: " ";
	display: table;
}

.agency-form:after {
	clear: both;
}

.agency-form .textfield-container {
	float: left;
	padding-right: 44px;
	margin-right: -44px;
	width: 100%;
}

.agency-form .search-textfield {
	width: 100%;
}

.agency-form .submit-container {
	float: left;
	height: 40px;
}

.agency-form .submit-container:before, .agency-form .submit-container:after {
	content: " ";
	display: table;
}

.agency-form .submit-container:after {
	clear: both;
}

.agency-form .submit-container:before, .agency-form .submit-container:after {
	content: " ";
	display: table;
}

.agency-form .submit-container:after {
	clear: both;
}

.agency-form .submit-container button {
	color: #fff;
	border: none;
	width: 44px;
	height: 100%;
	float: left;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 15px;
	padding: 0;
	-webkit-appearance: none;
}

.agency-form .submit-container button > span {
	position: relative;
	top: 0;
	font-size: 29.92px;
	font-size: 1.87rem;
	line-height: 30px;
}

@media (max-width: 767px) {
	.agency-form .submit-container button {
		font-size: 32px;
		font-size: 2rem;
		line-height: 1em;
		padding-top: 0;
	}
}

.agency-form input, .agency-form button {
	height: 40px;
	line-height: 40px;
}

.agency-form button {
	background: #777;
}

.agency-form button > span {
	top: 0;
	font-size: 28.8px;
	font-size: 1.8rem;
}

.search-container .textfield-container, .search-container.featured-search.active .textfield-container {
	/* Desktop Search Button Padding */
	margin-right: -80px;
	padding-right: 80px;
}

@media (max-width: 767px) {
	.search-container .textfield-container, .search-container.featured-search.active .textfield-container {
		margin-right: -48px;
		padding-right: 44px;
	}
}

.search-container .submit-container, .search-container.featured-search.active .submit-container {
	width: auto;
}

.search-container .search-locator, .search-container.featured-search.active .search-locator {
	color: #333;
	float: left;
	text-align: center;
	width: 100px;
	position: relative;
	display: none;
	line-height: inherit !important;
	cursor: pointer;
}

.search-container .search-locator [class^="ca-gov-icon-"], .search-container.featured-search.active .search-locator [class^="ca-gov-icon-"] {
	font-size: 22.4px;
	font-size: 1.4rem;
	padding: 0 !important;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
}

.search-container .search-locator small, .search-container.featured-search.active .search-locator small {
	position: absolute;
	top: 1.7em;
	left: 0;
	width: 100%;
	text-align: center;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media (max-width: 767px) {
	.search-container .search-locator, .search-container.featured-search.active .search-locator {
		width: 75px;
		margin-left: 5px;
	}
}

.search-container.active .search-locator, .search-container.featured-search.active.active .search-locator {
	display: block;
}

.featured-search .textfield-container {
	padding-right: 60px;
	margin-right: -60px;
}

.featured-search.active .search-locator {
	display: block;
}

.search-results-container {
	position: relative;
	z-index: 5;
	top: 0;
	visibility: collapse;
	-webkit-transition: opacity .5s .7s;
	transition: opacity .5s .7s;
	opacity: 0;
}

@media (min-width: 768px) {
	.search-results-container {
		/* position results container below search box */
		top: 82px;
	}
}

.search-results-container.visible {
	visibility: visible;
	opacity: 1;
}

.search-results-container .container {
	position: relative;
}

.search-results-container .container .close {
	font-size: 59px;
	position: absolute;
	top: 0;
	right: 5px;
	line-height: 16px;
}

.search-results-container .search-results {
	position: absolute;
	right: 0;
	left: 0;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
}

.search-results-container .search-results .search-results-header {
	padding-top: 30px;
}

.search-results-container .search-results .search-tabs .btn {
	margin: 0 10px;
}

.search-results-container .search-results .tab-content .button-list .btn {
	margin: 0 5px;
}

.search-results-container .results-list {
	margin-top: 24px !important;
	margin-bottom: 24px !important;
}

/* -----------------------------------------
   GOOGLE CSE RESULTS
   /source/less/cagov/search-google-cse.less
----------------------------------------- */
.google_results {
	padding-left: 0;
	list-style: none;
}

.google_result {
	margin-bottom: 11px;
}

.google_url {
	color: #777;
}

.google_result_thumbnail {
	height: 68px;
	width: 89px;
	float: left;
	margin-right: 15px;
}

/* -----------------------------------------
   GLOBAL NAVIGATION - /source/less/cagov/navigation.less
----------------------------------------- */
.navigation-search {
	border-bottom: 5px solid #fdb81e;
	position: relative;
}

.main-navigation {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-left: 300px;
	padding-right: 15px;
	position: relative;
	margin-top: -88px;
}

@media (min-width: 768px) {
	.main-navigation {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.main-navigation {
		width: 970px;
	}
}

@media (min-width: 1280px) {
	.main-navigation {
		width: 1280px;
	}
}

.top-level-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-level-nav .nav-item {
	position: relative;
}

.nav-item .sub-nav {
	display: none;
}

.nav-item .sub-nav-decoration {
	display: none;
}

.second-level-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.second-level-nav [class^="unit"] .second-level-link {
	display: block;
}

.first-level-link {
	display: block;
	padding: 12px 0;
	white-space: nowrap;
}

.first-level-link:hover, .first-level-link:focus {
	text-decoration: none;
}

.first-level-link > span[class^="ca-gov-icon"] {
	/* Navigation icons */
	display: block;
	font-size: 32px;
}

@media (max-width: 767px) {
	.first-level-link {
		display: block;
		padding-left: 5px;
	}
	
	.first-level-link span[class^="ca-gov-icon"] {
		font-size: 24px !important;
		font-size: 1.5rem !important;
		display: inline-block;
		vertical-align: -2px;
		padding-right: 5px;
	}
}

@media (min-width: 768px) {
	.main-navigation {
		z-index: 25;
		min-height: 91px;
	}
	
	.top-level-nav {
		display: table;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		table-layout: auto;
		width: 100%;
	}
	
	.top-level-nav .nav-item {
		padding: 0;
		margin-top: 0;
		background: none;
		width: auto;
		display: table-cell;
		display: block;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	
	.noflex .top-level-nav .nav-item, .oldie .top-level-nav .nav-item {
		display: table-cell;
	}
	
	.top-level-nav .nav-item .sub-nav {
		top: 100%;
	}
	
	.top-level-nav .nav-item > a {
		text-align: center;
	}
	
	.nav-item .sub-nav {
		position: absolute;
	}
}

.nav-item .toggle-sub-nav.closed .ca-gov-icon-menu-toggle-open {
	display: none;
}

.nav-item .toggle-sub-nav.open .ca-gov-icon-menu-toggle-closed {
	display: none;
}

@media (min-width: 768px) {
	.nav-item .toggle-sub-nav {
		display: none;
	}
}

@media (max-width: 767px) {
	.mobile-closed {
		display: none;
	}
	
	.top-level-nav .nav-item {
		margin-top: 1px;
	}
	
	.top-level-nav .nav-item .first-level-link.has-sub {
		padding-right: 82px;
	}
	
	.nav-item .sub-nav.secondary-open {
		display: block;
	}
	
	.nav-item.focus .sub-nav {
		display: block;
	}
	
	.nav-item.focus:active .sub-nav, .nav-item.focus.clickedFocus .sub-nav {
		display: none;
	}
	
	.oc-outer {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 100%;
	}
	
	.oc-outer.scroll-menu-only.oc-menu-open {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		overflow: hidden;
	}
	
	.oc-inner {
		position: relative;
		width: 100%;
		height: 100%;
		left: 0;
		margin-left: 0;
		-webkit-transition: margin-left .5s ease;
		transition: margin-left .5s ease;
	}
	
	.oc-menu-open .oc-inner {
		margin-left: 70%;
	}
	
	.global-header .navigation-search.oc-menu {
		position: absolute;
		width: 70%;
		left: -70%;
		top: 0;
		-webkit-transition: left .5s ease;
		transition: left .5s ease;
		overflow-y: auto;
		overflow-x: hidden;
	}
	
	.header-decoration {
		display: none;
	}
	
	.oc-outer .header-decoration {
		position: absolute;
		top: 0;
		bottom: 0;
		height: auto;
		width: 100%;
		background: none;
		box-shadow: -6px -1px 30px 0px rgba(5, 5, 5, .5);
		cursor: alias;
	}
	
	.oc-outer.oc-menu-open .header-decoration {
		display: block;
	}
	
	.navigation-search.oc-menu {
		padding-top: 60px;
	}
	
	.oc-menu .mobile-control.toggle-search {
		display: none;
	}
	
	/* Positioning for ca */
	.cagov-logo {
		position: absolute;
		left: 60px;
	}
	
	.oc-menu .mobile-control.cagov-logo {
		display: block;
		line-height: 1;
		position: absolute;
		top: 5px;
	}
}

@media (min-width: 768px) {
	.home-link {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		border: 0;
	}
}

/* Need a little extra specificity for IE to override display: table-cell */
.oldie .home-link {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/* -----------------------------------------
   MEGA MENU
   /source/less/cagov/nav-megamenu.less
----------------------------------------- */
@media (max-width: 767px) {
	.main-navigation {
		margin-top: 0;
		padding: 0;
	}
}

.top-level-nav .nav-item {
	position: static;
}

@media (max-width: 767px) {
	.top-level-nav .nav-item {
		position: relative;
	}
}

/*
.no-js .top-level-nav .nav-item:hover .sub-nav {
  position: absolute;
  display: block;
}*/
@media (min-width: 767px) {
	/* Dynamic Element appended to each .sub-nav */
	.nav-arrow-container {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	
	/* Dynamic element contained in .nav-arrow-container */
	.nav-arrow-down {
		position: absolute;
		top: -5px;
		left: 50%;
		height: 5px;
		width: 100px;
		margin-left: -65px;
	}
}

.sub-nav {
	left: 15px;
	right: 15px;
	overflow: visible;
}

@media (max-width: 767px) {
	.sub-nav {
		border: none;
	}
}

.sub-nav .half, .sub-nav .third, .sub-nav .quarter, .sub-nav .two-thirds, .sub-nav .three-quarters {
	padding: 0;
}

.second-level-nav {
	list-style: none;
	padding: 0;
}

@media (min-width: 768px) {
	.half .second-level-nav, .two-thirds .second-level-nav {
		-moz-column-count: 2;
		-moz-column-count: 2;
		-ms-column-count: 2;
		-webkit-column-count: 2;
		-webkit-column-count: 2;
		-moz-column-gap: 0;
		-moz-column-gap: 0;
		-ms-column-gap: 0;
		-webkit-column-gap: 0;
		-webkit-column-gap: 0;
		column-count: 2;
		column-gap: 0;
	}
	
	.three-quarters .second-level-nav {
		-moz-column-count: 3;
		-moz-column-count: 3;
		-ms-column-count: 3;
		-webkit-column-count: 3;
		-webkit-column-count: 3;
		-moz-column-gap: 0;
		-moz-column-gap: 0;
		-ms-column-gap: 0;
		-webkit-column-gap: 0;
		-webkit-column-gap: 0;
		column-count: 3;
		column-gap: 0;
	}
}

.second-level-nav.oldie:before, .second-level-nav.oldie:after {
	content: " ";
	display: table;
}

.second-level-nav.oldie:after {
	clear: both;
}

.second-level-nav.oldie:before, .second-level-nav.oldie:after {
	content: " ";
	display: table;
}

.second-level-nav.oldie:after {
	clear: both;
}

.second-level-nav [class^="unit"] {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	background: none;
}

.second-level-nav [class^="unit"] a, .second-level-nav [class^="unit"] .link-description {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.oldie .second-level-nav [class^="unit"] {
	width: 33.3333%;
	float: left;
}

a.second-level-link {
	font-size: 17.6px;
	font-size: 1.1rem;
	padding: 15px;
}

a.second-level-link:hover, a.second-level-link:focus {
	text-decoration: none !important;
}

a.second-level-link [class^="ca-gov-icon-"] {
	display: inline-block;
	font-size: 22px;
	font-size: 1.375rem;
	vertical-align: -2px;
	margin-right: 3px;
}

@media (max-width: 767px) {
	a.second-level-link {
		padding: 10px 15px 10px 40px !important;
	}
}

.link-description {
	display: block;
	font-size: 16px;
	font-size: 1rem;
}

@media (max-width: 767px) {
	.link-description {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		border: 0;
	}
}

@media (min-width: 768px) {
	.unit1 {
		height: 65px;
		overflow: hidden !important;
	}
	
	.unit2 {
		height: 130px;
		overflow: hidden;
	}
	
	.unit3 {
		height: 195px;
		overflow: hidden;
	}
	
	.unit4 {
		height: 260px;
		overflow: hidden;
	}
	
	.unit5 {
		height: 325px;
		overflow: hidden;
	}
	
	.unit6 {
		height: 390px;
		overflow: hidden;
	}
}

/* -----------------------------------------
   MEDIA IN MAIN NAVIGATION
   /source/less/cagov/nav-media.less
----------------------------------------- */
.nav-media {
	background-position: 50% 50% !important;
	background-size: cover !important;
}

.nav-media .media {
	padding: 15px;
	margin: 0;
}

.nav-media .title {
	font-size: 19.2px;
	font-size: 1.2rem;
}

.nav-media .subtitle {
	font-weight: bold;
}

.with-image-right {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

.with-image-right .nav-media {
	background: transparent;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-position: 50% 50% !important;
	background-size: cover !important;
}

.with-image-right .nav-media .media:hover {
	background: #fff;
}

.with-image-right .nav-media .media {
	border-bottom: 1px solid #d6d6d6;
}

.with-image-right .nav-media .media {
	padding: 15px;
	margin: 0;
}

.with-image-right .nav-media .title {
	font-size: 19.2px;
	font-size: 1.2rem;
}

.with-image-right .nav-media .subtitle {
	font-weight: bold;
}

.with-image-left {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.with-image-left .nav-media {
	background: transparent;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-position: 50% 50% !important;
	background-size: cover !important;
}

.with-image-left .nav-media .media:hover {
	background: #fff;
}

.with-image-left .nav-media .media {
	border-bottom: 1px solid #d6d6d6;
}

.with-image-left .nav-media .media {
	padding: 15px;
	margin: 0;
}

.with-image-left .nav-media .title {
	font-size: 19.2px;
	font-size: 1.2rem;
}

.with-image-left .nav-media .subtitle {
	font-weight: bold;
}

/* Edgecase where navigation was under image */
@media (min-width: 768px) and (max-width: 991px) {
	.sub-nav .three-quarters {
		left: 50%;
	}
}

/* -----------------------------------------
   MOBILE CONTROLS
   /source/less/cagov/nav-mobile-controls.less
----------------------------------------- */
.mobile-controls {
	font-size: 40px;
	font-size: 2.5rem;
	padding: .2em;
	cursor: pointer;
	text-align: right;
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
}

.mobile-controls .ca-gov-icon-menu-toggle-open, .mobile-controls .ca-gov-icon-menu-toggle-closed {
	padding-left: 1em;
	padding-right: 1em;
	line-height: 44px;
}

.mobile-controls .toggle-menu {
	position: absolute;
	left: 10px;
}

.mobile-control.toggle-sub-nav {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 55px;
	width: 60px;
	text-align: center;
	cursor: pointer;
}

/* -----------------------------------------
   TOP NAVIGATION
   /source/less/cagov/navigation-top.less
----------------------------------------- */
.utility-header {
	top: 0;
	width: 100%;
	background: #046b99;
	color: #fff;
}

.utility-header .half {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.utility-header .half {
		float: left;
		width: 50%;
	}
}

.utility-header a {
	color: #fff;
	display: inline-block;
	padding: 3px 0;
}

.utility-header a:hover, .utility-header a:focus, .utility-header a.hovered {
	color: #fdb81e;
	text-decoration: none;
}

.utility-header ul {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
	margin-bottom: 0;
}

.utility-header ul > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.utility-header ul li {
	padding: 0 12px;
}

.utility-header .settings-links {
	font-size: 87%;
	text-align: right;
}

@media (max-width: 767px) {
	.utility-header .settings-links {
		text-align: left;
	}
}

.utility-header [class^="ca-gov-icon-"] {
	font-size: 17.6px;
	font-size: 1.1rem;
	vertical-align: -2px;
}

@media (max-width: 767px) {
	.utility-header .social-media-links {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		border: 0;
	}
}

.utility-header .located-city-name {
	margin-left: 5px;
}

.utility-header .geo-zip-input {
	margin-left: 5px;
	width: 50%;
	vertical-align: initial;
	line-height: 120%;
	background: white;
	color: black;
}

/* .global-header.compact {
    .utility-header {
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 0;
    }
} */

/* -----------------------------------------
   SECTIONS
   /source/less/cagov/sections.less
----------------------------------------- */
.section {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	overflow: hidden;
}

@media (max-width: 767px) {
	.section {
		padding-top: 22px;
		padding-bottom: 22px;
	}
}

.section.collapsed {
	padding-top: 0;
	padding-bottom: 0;
}

.section .parallax-bg {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.section .parallax-bg ~ .container {
	position: relative;
}

.section .container > h1, .section .container > h2, .section .container > h3, .section .container > h4 {
	margin-top: 0;
}

/* -----------------------------------------
   ASK Group
   /source/less/cagov/ask-group.less
----------------------------------------- */
@media (min-width: 768px) {
	.ask-group {
		position: relative;
		width: 60%;
		left: 20%;
		-webkit-transition: opacity .3s, visibility .3s;
		transition: opacity .3s, visibility .3s;
		z-index: 5;
		visibility: visible;
	}
	
	.flexbox .ask-group {
		left: 0px;
		right: 0px;
		margin: auto;
		max-width: 630px;
	}
	
	.ask-group.fade-out {
		opacity: 0;
	}
	
	.ask-group .panel-group {
		position: absolute;
		top: 230px;
	}
	
	.flexbox .ask-group .panel-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.ask-group .panel {
		display: inline;
		background: none;
		position: relative;
	}
	
	.flexbox .ask-group .panel {
		margin-top: 0;
		overflow: visible;
	}
	
	.flexbox .ask-group .panel-group .panel + .panel {
		margin-top: 0;
	}
	
	.ask-group .ask-panel {
		position: absolute;
		width: 100%;
		width: 380px;
	}
	
	.ask-group .panel:nth-child(n+4) .ask-panel {
		right: 0;
	}
	
	.ask-group .panel:nth-child(-n+3) .ask-panel {
		left: 0;
	}
	
	.ask-button.btn-primary {
		background-color: #000;
		background-color: rgba(0, 0, 0, .65);
		color: #fff;
		border: none;
		border-radius: 0;
	}
	
	.ask-button.btn-primary:hover, .ask-button.btn-primary:focus {
		background-color: rgba(0, 0, 0, .8);
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
}

@media (min-width: 768px) and (max-width: 767px) {
	.ask-group {
		position: static;
	}
}

/* Optimize ask group position for tablets */
@media (min-width: 768px) and (max-width: 992px) {
	.ask-group {
		left: 10%;
		width: 90%;
	}
	
	.flexbox .ask-group {
		width: 80%;
		left: 0;
	}
}

.ask-button {
	overflow: hidden;
	position: relative;
	line-height: 44px;
	font-size: 20px;
	font-size: 1.25rem;
}

.ask-button > span {
	font-size: 24px;
	font-size: 1.5rem;
	padding-right: 5px;
	vertical-align: middle;
	color: rgba(255, 255, 255, .8);
}

.ask-options {
	background-color: #000;
	background-color: rgba(0, 0, 0, .8);
	padding: 5px 10px;
}

.ask-options > ul {
	padding-left: 0;
	list-style: none;
}

.ask-options li a {
	display: block;
	padding-left: 10px;
	border: 1px solid #d6d6d6;
	margin: 5px 0;
	line-height: 40px;
	color: #fff;
}

.ask-options li a:hover {
	background-color: rgba(255, 255, 255, .75);
	color: #000;
}

.ask-options li a:hover .more {
	background-color: rgba(0, 0, 0, .75);
	color: #fff;
}

@media (max-width: 767px) {
	.header-single-banner {
		display: none;
	}
	
	.ask-group {
		position: relative;
		float: left;
		width: 100%;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 22px;
	}
	
	.ask-group .panel {
		border: none;
		background: rgba(0, 0, 0, .65);
	}
	
	.ask-group .panel-group .panel + .panel {
		margin-top: 10px;
	}
	
	.ask-group a.btn {
		display: block;
		width: 100%;
		border-color: #000;
		color: #fff;
	}
	
	.ask-group a.btn:hover, .ask-group a.btn:focus, .ask-group a.btn:active {
		color: #fff;
		background-color: rgba(0, 0, 0, .25);
	}
	
	.ask-group a.btn:after {
		content: "C";
		font-family: "CaGov";
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -20px;
	}
	
	.ask-group a.btn.collapsed:after {
		content: "E";
	}
	
	.ask-group a.btn [class^="ca-gov-icon-"] {
		padding-right: 10px;
		font-size: 28px;
		font-size: 1.75rem;
	}
}

/* -----------------------------------------
   SPACING
   Converted from Scss
   http://v4-alpha.getbootstrap.com/components/utilities/
   /source/less/trc/spacing.less
----------------------------------------- */
.m-a-0 {
	margin: 0 !important;
}

.m-t-0 {
	margin-top: 0 !important;
}

.m-r-0 {
	margin-right: 0 !important;
}

.m-b-0 {
	margin-bottom: 0 !important;
}

.m-l-0 {
	margin-left: 0 !important;
}

.m-x-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.m-y-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.m-a {
	margin: 16px !important;
}

.m-t {
	margin-top: 16px !important;
}

.m-r {
	margin-right: 16px !important;
}

.m-b {
	margin-bottom: 16px !important;
}

.m-l {
	margin-left: 16px !important;
}

.m-x {
	margin-right: 16px !important;
	margin-left: 16px !important;
}

.m-y {
	margin-top: 16px !important;
	margin-bottom: 16px !important;
}

.m-x-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.m-a-sm {
	margin: 8px !important;
}

.m-t-sm {
	margin-top: 8px !important;
}

.m-r-sm {
	margin-right: 8px !important;
}

.m-b-sm {
	margin-bottom: 8px !important;
}

.m-l-sm {
	margin-left: 8px !important;
}

.m-x-sm {
	margin-right: 8px !important;
	margin-left: 8px !important;
}

.m-y-sm {
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}

.m-a-md {
	margin: 24px !important;
}

.m-t-md {
	margin-top: 24px !important;
}

.m-r-md {
	margin-right: 24px !important;
}

.m-b-md {
	margin-bottom: 24px !important;
}

.m-l-md {
	margin-left: 24px !important;
}

.m-x-md {
	margin-right: 24px !important;
	margin-left: 24px !important;
}

.m-y-md {
	margin-top: 24px !important;
	margin-bottom: 24px !important;
}

.m-a-lg {
	margin: 48px !important;
}

.m-t-lg {
	margin-top: 48px !important;
}

.m-r-lg {
	margin-right: 48px !important;
}

.m-b-lg {
	margin-bottom: 48px !important;
}

.m-l-lg {
	margin-left: 48px !important;
}

.m-x-lg {
	margin-right: 48px !important;
	margin-left: 48px !important;
}

.m-y-lg {
	margin-top: 48px !important;
	margin-bottom: 48px !important;
}

.p-a-0 {
	padding: 0 !important;
}

.p-t-0 {
	padding-top: 0 !important;
}

.p-r-0 {
	padding-right: 0 !important;
}

.p-b-0 {
	padding-bottom: 0 !important;
}

.p-l-0 {
	padding-left: 0 !important;
}

.p-x-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.p-y-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.p-a {
	padding: 16px !important;
}

.p-t {
	padding-top: 16px !important;
}

.p-r {
	padding-right: 16px !important;
}

.p-b {
	padding-bottom: 16px !important;
}

.p-l {
	padding-left: 16px !important;
}

.p-x {
	padding-right: 16px !important;
	padding-left: 16px !important;
}

.p-y {
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}

.p-a-sm {
	padding: 8px !important;
}

.p-t-sm {
	padding-top: 8px !important;
}

.p-r-sm {
	padding-right: 8px !important;
}

.p-b-sm {
	padding-bottom: 8px !important;
}

.p-l-sm {
	padding-left: 8px !important;
}

.p-x-sm {
	padding-right: 8px !important;
	padding-left: 8px !important;
}

.p-y-sm {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.p-a-md {
	padding: 24px !important;
}

.p-t-md {
	padding-top: 24px !important;
}

.p-r-md {
	padding-right: 24px !important;
}

.p-b-md {
	padding-bottom: 24px !important;
}

.p-l-md {
	padding-left: 24px !important;
}

.p-x-md {
	padding-right: 24px !important;
	padding-left: 24px !important;
}

.p-y-md {
	padding-top: 24px !important;
	padding-bottom: 24px !important;
}

.p-a-lg {
	padding: 48px !important;
}

.p-t-lg {
	padding-top: 48px !important;
}

.p-r-lg {
	padding-right: 48px !important;
}

.p-b-lg {
	padding-bottom: 48px !important;
}

.p-l-lg {
	padding-left: 48px !important;
}

.p-x-lg {
	padding-right: 48px !important;
	padding-left: 48px !important;
}

.p-y-lg {
	padding-top: 48px !important;
	padding-bottom: 48px !important;
}

html {
	-ms-overflow-style: scrollbar;
}

body {
	overflow-x: hidden;
}

.return-top {
	position: fixed;
	z-index: 99999;
	right: 0;
	bottom: 125px;
	padding: 0 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	background: rgba(0, 0, 0, .4);
	font-size: 30px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.return-top:before {
	content: "2";
	font-family: "CaGov";
	font-weight: 900;
}

.return-top.is-visible {
	opacity: 1;
	visibility: visible;
	display: inline;
	-webkit-animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
}

/*
 *  Core Owl Carousel CSS File
 */
.carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.carousel .owl-nav.disabled, .carousel .owl-dots.disabled {
	display: none;
}

.carousel .owl-nav .owl-prev, .carousel .owl-nav .owl-next, .carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.carousel.owl-loaded {
	display: block;
}

.carousel.owl-loading {
	opacity: 0;
	display: block;
}

.carousel.owl-hidden {
	opacity: 0;
}

.carousel.owl-refresh .owl-item {
	display: none;
}

.carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.carousel.owl-rtl {
	direction: rtl;
}

.carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .carousel {
	display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.carousel .owl-animated-in {
	z-index: 0;
}

.carousel .owl-animated-out {
	z-index: 1;
}

.carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/CAWeb/images/fancybox/fancybox_sprite.png");
}

#fancybox-loading.nitro-lazy, .fancybox-close.nitro-lazy, .fancybox-prev span.nitro-lazy, .fancybox-next span.nitro-lazy {
	background-image: none !important;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/CAWeb/images/fancybox/fancybox_loading.gif") center center no-repeat;
}

#fancybox-loading div.nitro-lazy {
	background: none !important;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/CAWeb/images/fancybox/blank.gif");
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
	outline: 0 !important;
}

.fancybox-nav.nitro-lazy {
	background: none !important;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span, .touch .fancybox-nav span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/CAWeb/images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

/**
 * Including the following animations from animate.css
 *
 *   bounceInLeft
 *   bounceInRight
 *   bounceInUp
 *   fadeInLeft
 *   fadeInRight
 *   fadeInUp
 *   slideInLeft
 *   slideInRight
 *   pulse
 *   shake
 *
 * NOTE: More  located at http://daneden.github.io/animate.css/
 * And copy them from source into here
 */
.js [class*='animate-'] {
	visibility: hidden;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

/* -----------------------------------------
   BOUNCES
----------------------------------------- */
@-webkit-keyframes bounceInLeft {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes bounceInUp {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes bouncesmall {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -7px, 0);
		transform: translate3d(0, -7px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -2px, 0);
		transform: translate3d(0, -2px, 0);
	}
}

@keyframes bouncesmall {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -7px, 0);
		transform: translate3d(0, -7px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -2px, 0);
		transform: translate3d(0, -2px, 0);
	}
}

.bouncesmall {
	-webkit-animation-name: bouncesmall;
	animation-name: bouncesmall;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

/* -----------------------------------------
   FADES
----------------------------------------- */
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/* -----------------------------------------
  SLIDES
----------------------------------------- */
@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

/* -----------------------------------------
  ATTENTION SEEKERS
----------------------------------------- */
@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes jello {
	from, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}
	
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}
	
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
}

@keyframes jello {
	from, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}
	
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}
	
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

/* -----------------------------------------
   ALERT BANNER
   /source/less/cagov/alert-banner.less
----------------------------------------- */
.alert-banner {
	margin-bottom: 0;
	padding: 5px 0;
	border-radius: 0;
	-webkit-column-rule: rgba(255, 255, 255, .8);
	-moz-column-rule: rgba(255, 255, 255, .8);
	column-rule: rgba(255, 255, 255, .8);
	-webkit-transition: all .2s;
	transition: all .2s;
}

.alert-banner .close {
	right: -10px;
	opacity: 1;
}

.alert-level {
	display: inline-block;
	font-weight: bold;
	padding: 0 5px;
	margin: 0 5px;
	font-size: 13.92px;
	font-size: .87rem;
}

.alert-level [class^="ca-gov-icon-"] {
	margin-right: 3px;
}

.alert-link {
	line-height: 1.2em;
	float: right !important;
}

.alert-severe {
	background: #f27e31;
}

.alert-severe .close {
	color: #823908;
	text-shadow: 0 1px #f8ba91;
}

.alert-severe .alert-level {
	color: #fff;
	background: rgba(255, 255, 255, .15);
}

.alert-severe .alert-text {
	color: #fff;
}

.global-header.compact .alert-banner {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 0;
}

/* -----------------------------------------
   TABS - /source/less/cagov/tabs.less
----------------------------------------- */
.tab-group {
	position: relative;
	border: 1px solid #ddd;
}

@media (max-width: 991px) {
	.tab-group {
		border: none;
	}
}

.tab-group > [class^="ca-gov-icon-"] {
	display: none !important;
}

.tab-group .nav-tabs {
	border-radius: 0;
}

.tab-group .nav-tabs li:first-child a {
	border-left: 0;
}

.tab-group .nav-tabs li.active {
	border-top: 0;
}

.tab-group .nav-tabs li > a {
	padding: 3px 15px;
	border-top: 0;
}

.tab-group .tab-pane {
	padding: 15px;
}

/* Bottom Tabs */
.tabs-bottom .tab-content {
	padding-bottom: 30px;
}

.tabs-bottom .nav-tabs {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom: none;
	margin-bottom: 0;
}

.tabs-bottom .nav-tabs > li {
	margin-bottom: 0;
}

.panel-group.responsive {
	margin-bottom: 0;
}

/* -----------------------------------------
   ACCORDIONS
   /source/less/cagov/accordion.less
----------------------------------------- */

/* Adds open and closed icons to accordion */
.accordion, .panel-group, .service-tile-content {}

.accordion .panel-heading, .panel-group .panel-heading, .service-tile-content .panel-heading {
	padding: 0;
}

.accordion .panel-heading a, .panel-group .panel-heading a, .service-tile-content .panel-heading a {
	padding: 15px;
	padding-right: 30px;
}

.accordion .panel-heading .panel-title, .panel-group .panel-heading .panel-title, .service-tile-content .panel-heading .panel-title {
	margin-top: 0;
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
}

.accordion .panel-heading .panel-title a, .panel-group .panel-heading .panel-title a, .service-tile-content .panel-heading .panel-title a {
	display: block;
	position: relative;
	outline: none;
}

.accordion .panel-heading .panel-title a:hover, .panel-group .panel-heading .panel-title a:hover, .service-tile-content .panel-heading .panel-title a:hover, .accordion .panel-heading .panel-title a:focus, .panel-group .panel-heading .panel-title a:focus, .service-tile-content .panel-heading .panel-title a:focus {
	text-decoration: none;
}

.accordion .panel-heading .panel-title a:after, .panel-group .panel-heading .panel-title a:after, .service-tile-content .panel-heading .panel-title a:after {
	content: "C";
	font-family: "CaGov";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -11px;
	color: #777;
}

.accordion .panel-heading .panel-title a.collapsed:after, .panel-group .panel-heading .panel-title a.collapsed:after, .service-tile-content .panel-heading .panel-title a.collapsed:after {
	content: "E";
}

/* -----------------------------------------
   BREADCRUMBS -  /source/less/cagov/breadcrumbs.less
----------------------------------------- */
.breadcrumb {
	padding-left: 0;
}

.breadcrumb li {
	border-left: 1px dotted #777;
	padding: 0 15px;
	height: 10px;
	line-height: 10px;
}

.breadcrumb li:first-child {
	border-left: none;
	padding-left: 0;
}

.breadcrumb > li + li:before {
	padding: 0;
}

/* -----------------------------------------
   KEYWORDS - /source/less/cagov/keywords.less
----------------------------------------- */
.keywords ul, .keywords ol {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.keywords ul > li, .keywords ol > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.keywords ul li, .keywords ol li {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	color: #333;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	background-color: #ccc;
	margin-left: 5px;
	margin-right: 5px;
}

a.keywords ul li:hover, a.keywords ol li:hover, a.keywords ul li:focus, a.keywords ol li:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.keywords ul li:empty, .keywords ol li:empty {
	display: none;
}

.btn .keywords ul li, .btn .keywords ol li {
	position: relative;
	top: -1px;
}

.keywords ul li[href]:hover, .keywords ol li[href]:hover, .keywords ul li[href]:focus, .keywords ol li[href]:focus {
	background-color: #b3b3b3;
}

.keywords ul a, .keywords ol a {
	color: #333;
}

/* -----------------------------------------
   HORIZONTAL RULES - /source/less/cagov/horizontal-rules.less
----------------------------------------- */
hr.hr-understated {
	border: none;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #ccc;
}

/* -----------------------------------------
   PANELS - /source/less/cagov/panel.less
----------------------------------------- */
.panel {
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
	box-shadow: none;
}

.panel .panel-heading:before, .panel .panel-heading:after {
	content: " ";
	display: table;
}

.panel .panel-heading:after {
	clear: both;
}

.panel .panel-heading:before, .panel .panel-heading:after {
	content: " ";
	display: table;
}

.panel .panel-heading:after {
	clear: both;
}

.panel .panel-heading h2, .panel .panel-heading h3, .panel .panel-heading h4, .panel .panel-heading h5 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-weight: normal;
	line-height: 1.1;
	color: inherit;
	font-size: 20px;
	font-size: 1.25rem;
	border: none;
	display: inline-block;
	margin: -8px 0 0 0;
}

.panel .panel-heading h2 small, .panel .panel-heading h3 small, .panel .panel-heading h4 small, .panel .panel-heading h5 small, .panel .panel-heading h2 .small, .panel .panel-heading h3 .small, .panel .panel-heading h4 .small, .panel .panel-heading h5 .small {
	font-weight: normal;
	line-height: 1;
	color: #777;
}

.panel .panel-heading h2 small, .panel .panel-heading h3 small, .panel .panel-heading h4 small, .panel .panel-heading h5 small, .panel .panel-heading h2 .small, .panel .panel-heading h3 .small, .panel .panel-heading h4 .small, .panel .panel-heading h5 .small {
	font-size: 75%;
}

.panel .panel-heading h2 span[class^="ca-gov-icon-"], .panel .panel-heading h3 span[class^="ca-gov-icon-"], .panel .panel-heading h4 span[class^="ca-gov-icon-"], .panel .panel-heading h5 span[class^="ca-gov-icon-"] {
	font-size: 32px;
	font-size: 2rem;
	position: relative;
	top: 4px;
}

.panel .panel-heading .options {
	display: inline-block;
	float: right;
}

.panel .panel-heading .options .btn {
	padding: 1px 5px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
}

.panel.photo-left, .panel.photo-right {
	position: relative;
}

.panel.photo-left .panel-body, .panel.photo-right .panel-body {
	position: relative;
}

.panel.photo-left .panel-body {
	padding-left: 27%;
}

.panel.photo-left .panel-body .photo {
	left: 0;
}

.panel.photo-right .panel-body {
	padding-right: 27%;
}

.panel.photo-right .panel-body .photo {
	right: 0;
}

.panel .photo {
	background-position: 50% 50%;
	background-size: cover;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 25%;
}

@media (max-width: 767px) {
	.panel .panel-body {
		padding: 15px !important;
	}
	
	.panel .photo {
		background-image: none !important;
	}
	
	.panel .photo.nitro-lazy {
		background-image: none !important;
	}
}

.panel-body h1 span[class^="ca-gov-icon-"] {
	margin-left: 0 !important;
}

.main-secondary .panel {
	background: none;
	box-shadow: none;
	border-radius: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-secondary .panel {
		margin-left: -50px;
		margin-right: -50px;
	}
}

.main-secondary .panel .panel-heading {
	border-radius: 0;
	padding: 0;
}

.main-secondary .panel .panel-heading h2, .main-secondary .panel .panel-heading h3, .main-secondary .panel .panel-heading h4, .main-secondary .panel .panel-heading h5 {
	margin: 0;
	display: block;
	text-align: center;
	padding: 10px 15px 10px 40px;
	position: relative;
}

.main-secondary .panel .panel-heading h2 span[class^="ca-gov-icon-"], .main-secondary .panel .panel-heading h3 span[class^="ca-gov-icon-"], .main-secondary .panel .panel-heading h4 span[class^="ca-gov-icon-"], .main-secondary .panel .panel-heading h5 span[class^="ca-gov-icon-"] {
	font-size: 28.8px;
	font-size: 1.8rem;
	position: absolute;
	left: 10px;
}

.main-secondary .panel .panel-body {
	background: transparent;
}

/* NOTE: although any panel could have a triangle, at this time, only .panel-standout has css and an image */
.panel.highlight .panel-heading {
	position: relative;
}

.panel.highlight .panel-heading .triangle {
	position: absolute;
	bottom: -16px;
	height: 12px;
	left: 50%;
	margin-left: -12px;
	width: 24px;
}

.panel-group .panel + .panel {
	margin-top: 22px;
}

/* -----------------------------------------
   PROFILE - /source/less/profiles.less
----------------------------------------- */
.profile-item {
	background: #f2f2f2;
	padding: 15px;
	margin-bottom: 15px;
	position: relative;
}

.profile-item:before, .profile-item:after {
	content: " ";
	display: table;
}

.profile-item:after {
	clear: both;
}

.profile-item:before, .profile-item:after {
	content: " ";
	display: table;
}

.profile-item:after {
	clear: both;
}

.profile-item .header {
	margin-bottom: 0;
}

.profile-item .header:before, .profile-item .header:after {
	content: " ";
	display: table;
}

.profile-item .header:after {
	clear: both;
}

.profile-item .header:before, .profile-item .header:after {
	content: " ";
	display: table;
}

.profile-item .header:after {
	clear: both;
}

.profile-item .header .title {
	float: left;
	margin-right: 15px;
	font-size: 24px;
	font-size: 1.5rem;
	font-family: "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
	font-stretch: condensed;
}

.profile-item .header .filing-date {
	float: right;
}

.profile-item .header .start-date {
	float: left;
	margin-top: 8px;
}

.profile-item .footer {
	position: relative;
	clear: both;
}

.profile-item .footer:before, .profile-item .footer:after {
	content: " ";
	display: table;
}

.profile-item .footer:after {
	clear: both;
}

.profile-item .footer:before, .profile-item .footer:after {
	content: " ";
	display: table;
}

.profile-item .footer:after {
	clear: both;
}

.profile-item .footer a.btn {
	float: right;
	margin-top: 11px;
	padding: 1px 5px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
}

@media (max-width: 992px) {
	.profile-item .footer a.btn {
		float: left;
	}
}

.profile-item .footer .published {
	float: left;
	margin-top: 10px;
	color: #777;
	font-style: italic;
}

.profile-item .thumbnail img {
	position: absolute;
}

.profile-item > .thumbnail + .well-header, .profile-item > .thumbnail ~ .well-body {
	margin-left: 85px;
}

.profile-item .thumbnail {
	position: absolute;
}

.profile-item .thumbnail img {
	position: relative;
	width: 70px;
}

.profile-item .header, .profile-item .body {
	margin-left: 90px;
}

.profile-banner {
	background: #fff;
	background: rgba(255, 255, 255, .5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80ffffff", endColorstr="#80ffffff", GradientType=0);
	border: 1px solid #d6d6d6;
	margin-bottom: 15px;
	clear: both;
}

.main-secondary > .profile-banner {
	margin-top: 22px;
}

.banner-subtitle {
	font-size: 14.4px;
	font-size: .9rem;
	margin: 0 30px .2em 0;
	padding: 4px 35px 2px 10px;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#20000000", endColorStr="#00000000", GradientType="1");
}

.banner-title {
	font-family: "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
	font-stretch: condensed;
	font-weight: bold;
	color: #555;
	font-size: 19.2px;
	font-size: 1.2rem;
	padding-right: 70px;
	padding-left: 10px;
}

.banner-link {
	font-size: 11.2px;
	font-size: .7rem;
	margin: 0;
	padding-left: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.main-secondary .group .banner-subtitle {
	padding-right: 5px;
	margin-right: 0;
}

/* -----------------------------------------
   MEDIA
   /source/less/cagov/media.less
----------------------------------------- */
figure {
	border: 1px solid #ddd;
	margin-bottom: 15px;
}

figure img {
	width: 100%;
}

figcaption {
	font-size: 12.8px;
	font-size: .8rem;
	padding: 10px;
}

.img-left {
	float: left !important;
	margin-right: 15px;
	margin-top: 4px;
}

.img-right {
	float: right !important;
	margin-left: 15px;
	margin-top: 4px;
}

.media .media-top {
	text-align: center;
}

.media .media-top img, .media .media-top span {
	display: inherit;
	margin-bottom: 22px;
}

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

/* -----------------------------------------
   YouTube Video Player
   /source/less/cagov/youtube.less
----------------------------------------- */
.video-player {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-player iframe, .video-player object, .video-player embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* -----------------------------------------
   NEWS - /source/less/cagov/news.less
----------------------------------------- */
.news-item {
	clear: both;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 22px;
	padding: 0 15px;
}

.news-item .published {
	color: #777;
	font-style: italic;
}

.news-item .thumbnail {
	margin-left: -15px;
	float: left;
	width: 41.66666667%;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.news-item .thumbnail {
		float: left;
		width: 25%;
	}
}

@media (min-width: 992px) {
	.news-item .thumbnail {
		float: left;
		width: 16.66666667%;
	}
}

.two-column .news-item .thumbnail {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 992px) {
	.two-column .news-item .thumbnail {
		float: left;
		width: 25%;
	}
}

.news-item .thumbnail img {
	display: block;
	display: inline-block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}

.news-detail h1 {
	margin-bottom: 0;
	float: left;
}

.news-detail .published {
	margin-bottom: 22px;
	clear: both;
}

.news-detail .keywords {
	margin-top: 22px;
}

/* -----------------------------------------
   EVENTS /source/less/cagov/events.less
----------------------------------------- */
.event-item {
	padding-left: 20px;
	margin-bottom: 22px;
}

.event-item .title {
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/CAWeb/images/system/bullet-blue-disc.png") no-repeat 0 3px transparent;
	margin-left: -20px;
	padding-left: 20px;
}

.event-item .title.nitro-lazy {
	background: none !important;
}

.main-secondary .event-item .title {
	background: none;
}

.event-item h1, .event-item h2, .event-item h3, .event-item h4, .event-item h5, .event-item h6 {
	margin: 0;
	font-size: 16px;
	font-size: 1rem;
}

.event-item {
	margin-left: -15px;
	margin-right: -15px;
}

.event-item > .thumbnail {
	float: left;
	width: 33.33333333%;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding: 0;
}

@media (min-width: 768px) {
	.event-item > .thumbnail {
		float: left;
		width: 25%;
	}
}

@media (min-width: 992px) {
	.event-item > .thumbnail {
		float: left;
		width: 16.66666667%;
	}
}

.event-item > .thumbnail img {
	display: block;
	display: inline-block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}

.event-item .thumbnail + .info {
	float: left;
	width: 66.66666667%;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.event-item .thumbnail + .info {
		float: left;
		width: 75%;
	}
}

@media (min-width: 992px) {
	.event-item .thumbnail + .info {
		float: left;
		width: 83.33333333%;
	}
}

.event-item .thumbnail + .info .title {
	background: none;
}

.event-detail .presenter {
	padding: 11px 0;
}

.event-detail .presenter:before, .event-detail .presenter:after {
	content: " ";
	display: table;
}

.event-detail .presenter:after {
	clear: both;
}

.event-detail .presenter:before, .event-detail .presenter:after {
	content: " ";
	display: table;
}

.event-detail .presenter:after {
	clear: both;
}

.event-detail .description:before, .event-detail .description:after {
	content: " ";
	display: table;
}

.event-detail .description:after {
	clear: both;
}

.event-detail .description:before, .event-detail .description:after {
	content: " ";
	display: table;
}

.event-detail .description:after {
	clear: both;
}

/* -----------------------------------------
   WELLS - /source/less/cagov/well.css
----------------------------------------- */
.well {
	background: #f2f2f2;
	padding: 15px;
	margin-bottom: 15px;
	position: relative;
}

.well:before, .well:after {
	content: " ";
	display: table;
}

.well:after {
	clear: both;
}

.well:before, .well:after {
	content: " ";
	display: table;
}

.well:after {
	clear: both;
}

.well .header {
	margin-bottom: 0;
}

.well .header:before, .well .header:after {
	content: " ";
	display: table;
}

.well .header:after {
	clear: both;
}

.well .header:before, .well .header:after {
	content: " ";
	display: table;
}

.well .header:after {
	clear: both;
}

.well .header .title {
	float: left;
	margin-right: 15px;
	font-size: 24px;
	font-size: 1.5rem;
	font-family: "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
	font-stretch: condensed;
}

.well .header .filing-date {
	float: right;
}

.well .header .start-date {
	float: left;
	margin-top: 8px;
}

.well .footer {
	position: relative;
	clear: both;
}

.well .footer:before, .well .footer:after {
	content: " ";
	display: table;
}

.well .footer:after {
	clear: both;
}

.well .footer:before, .well .footer:after {
	content: " ";
	display: table;
}

.well .footer:after {
	clear: both;
}

.well .footer a.btn {
	float: right;
	margin-top: 11px;
	padding: 1px 5px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
}

@media (max-width: 992px) {
	.well .footer a.btn {
		float: left;
	}
}

.well .footer .published {
	float: left;
	margin-top: 10px;
	color: #777;
	font-style: italic;
}

.well .thumbnail img {
	position: absolute;
}

.well > .thumbnail + .well-header, .well > .thumbnail ~ .well-body {
	margin-left: 85px;
}

@media (max-width: 767px) {
	.well .title, .well .filing-date, .well .start-date, .well .published, .well a.btn {
		float: none !important;
	}
}

/* -----------------------------------------
   EXAMS - /source/less/exams.less
----------------------------------------- */
.exam-item {
	background: #f2f2f2;
	padding: 15px;
	margin-bottom: 15px;
	position: relative;
}

.exam-item:before, .exam-item:after {
	content: " ";
	display: table;
}

.exam-item:after {
	clear: both;
}

.exam-item:before, .exam-item:after {
	content: " ";
	display: table;
}

.exam-item:after {
	clear: both;
}

.exam-item .header {
	margin-bottom: 0;
}

.exam-item .header:before, .exam-item .header:after {
	content: " ";
	display: table;
}

.exam-item .header:after {
	clear: both;
}

.exam-item .header:before, .exam-item .header:after {
	content: " ";
	display: table;
}

.exam-item .header:after {
	clear: both;
}

.exam-item .header .title {
	float: left;
	margin-right: 15px;
	font-size: 24px;
	font-size: 1.5rem;
	font-family: "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
	font-stretch: condensed;
}

.exam-item .header .filing-date {
	float: right;
}

.exam-item .header .start-date {
	float: left;
	margin-top: 8px;
}

.exam-item .footer {
	position: relative;
	clear: both;
}

.exam-item .footer:before, .exam-item .footer:after {
	content: " ";
	display: table;
}

.exam-item .footer:after {
	clear: both;
}

.exam-item .footer:before, .exam-item .footer:after {
	content: " ";
	display: table;
}

.exam-item .footer:after {
	clear: both;
}

.exam-item .footer a.btn {
	float: right;
	margin-top: 11px;
	padding: 1px 5px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
}

@media (max-width: 992px) {
	.exam-item .footer a.btn {
		float: left;
	}
}

.exam-item .footer .published {
	float: left;
	margin-top: 10px;
	color: #777;
	font-style: italic;
}

.exam-item .thumbnail img {
	position: absolute;
}

.exam-item > .thumbnail + .well-header, .exam-item > .thumbnail ~ .well-body {
	margin-left: 85px;
}

.exam-item .footer a.btn {
	float: right;
}

@media (max-width: 767px) {
	.exam-item .title, .exam-item .filing-date, .exam-item .published, .exam-item a.btn {
		float: none !important;
	}
}

.exam-detail .location {
	float: right !important;
}

/* -----------------------------------------
   COURSES - /source/less/cagov/courses.less
----------------------------------------- */
.course-item {
	background: #f2f2f2;
	padding: 15px;
	margin-bottom: 15px;
	position: relative;
}

.course-item:before, .course-item:after {
	content: " ";
	display: table;
}

.course-item:after {
	clear: both;
}

.course-item:before, .course-item:after {
	content: " ";
	display: table;
}

.course-item:after {
	clear: both;
}

.course-item .header {
	margin-bottom: 0;
}

.course-item .header:before, .course-item .header:after {
	content: " ";
	display: table;
}

.course-item .header:after {
	clear: both;
}

.course-item .header:before, .course-item .header:after {
	content: " ";
	display: table;
}

.course-item .header:after {
	clear: both;
}

.course-item .header .title {
	float: left;
	margin-right: 15px;
	font-size: 24px;
	font-size: 1.5rem;
	font-family: "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
	font-stretch: condensed;
}

.course-item .header .filing-date {
	float: right;
}

.course-item .header .start-date {
	float: left;
	margin-top: 8px;
}

.course-item .footer {
	position: relative;
	clear: both;
}

.course-item .footer:before, .course-item .footer:after {
	content: " ";
	display: table;
}

.course-item .footer:after {
	clear: both;
}

.course-item .footer:before, .course-item .footer:after {
	content: " ";
	display: table;
}

.course-item .footer:after {
	clear: both;
}

.course-item .footer a.btn {
	float: right;
	margin-top: 11px;
	padding: 1px 5px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
}

@media (max-width: 992px) {
	.course-item .footer a.btn {
		float: left;
	}
}

.course-item .footer .published {
	float: left;
	margin-top: 10px;
	color: #777;
	font-style: italic;
}

.course-item .thumbnail img {
	position: absolute;
}

.course-item > .thumbnail + .well-header, .course-item > .thumbnail ~ .well-body {
	margin-left: 85px;
}

.course-item .thumbnail ~ .header, .course-item .thumbnail ~ .body {
	margin-left: 85px;
}

.course-item .datetime {
	clear: both;
}

/* -----------------------------------------
   FORMS - /source/less/cagov/forms.less
----------------------------------------- */
.required-label {
	color: #d34a37;
}

.form-inline-columns .form-group {
	margin: 0 15px;
}

/* -----------------------------------------
   PUBLICATIONS /source/less/cagov/publications.less
----------------------------------------- */
.pub-item {
	margin-bottom: 11px;
}

.pub-item:before, .pub-item:after {
	content: " ";
	display: table;
}

.pub-item:after {
	clear: both;
}

.pub-item:before, .pub-item:after {
	content: " ";
	display: table;
}

.pub-item:after {
	clear: both;
}

.pub-item.odd {
	background: #dedede;
}

.pub-item.even {
	background: #c9c9c9;
}

.pub-item .thumbnail {
	float: left;
	margin-right: 15px;
}

.pub-item .thumbnail img {
	display: block;
	display: inline-block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}

.pub-body {
	padding: 11px 15px !important;
}

.pub-language, .pub-revision-date, .pub-tags {
	color: #777;
}

/* -----------------------------------------
   LOCATION - /source/less/cagov/location.less
----------------------------------------- */
.location .contact .title {
	font-weight: bold;
}

.location .contact [class^="ca-gov-icon"] {
	font-size: 24px;
	font-size: 1.5rem;
	position: absolute;
	color: #555;
}

.location .contact a {
	margin-left: 30px;
	display: inline-block;
}

.location .summary .title {
	font-weight: bold;
}

.location.banner {
	padding: 15px 0;
	background: #f5f5f5;
	margin-bottom: 11px;
}

.location.banner:before, .location.banner:after {
	content: " ";
	display: table;
}

.location.banner:after {
	clear: both;
}

.location.banner:before, .location.banner:after {
	content: " ";
	display: table;
}

.location.banner:after {
	clear: both;
}

.location.banner .thumbnail {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.location.banner .thumbnail {
		float: left;
		width: 33.33333333%;
	}
}

@media (min-width: 992px) {
	.location.banner .thumbnail {
		float: left;
		width: 25%;
	}
}

@media (min-width: 1280px) {
	.location.banner .thumbnail {
		float: left;
		width: 16.66666667%;
	}
}

.location.banner .thumbnail img {
	display: block;
	display: inline-block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}

.location.banner .contact {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

@media (min-width: 768px) {
	.location.banner .contact {
		float: left;
		width: 66.66666667%;
	}
}

@media (min-width: 992px) {
	.location.banner .contact {
		float: left;
		width: 25%;
	}
}

@media (min-width: 1280px) {
	.location.banner .contact {
		float: left;
		width: 25%;
	}
}

.location.banner .summary {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.location.banner .summary {
		float: left;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.location.banner .summary {
		float: left;
		width: 50%;
	}
}

@media (min-width: 1280px) {
	.location.banner .summary {
		float: left;
		width: 58.33333333%;
	}
}

@media (max-width: 991px) {
	.location.banner .summary {
		margin-top: 11px;
	}
}

.location.banner .btn {
	color: #014e77;
	color: #000;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .65);
	border-color: #555;
	border-color: #000;
	-webkit-transition: all .5s;
	transition: all .5s;
	padding: 1px 5px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
	float: right;
}

.location.banner .btn:hover, .location.banner .btn:focus, .location.banner .btn:active, .location.banner .btn.active, .open > .dropdown-toggle.location.banner .btn {
	color: #014e77;
	background-color: #e6e6e6;
	border-color: #373737;
}

.location.banner .btn:active, .location.banner .btn.active, .open > .dropdown-toggle.location.banner .btn {
	background-image: none;
}

.location.banner .btn:active.nitro-lazy, .location.banner .btn.active.nitro-lazy, .open > .dropdown-toggle.location.banner .btn.nitro-lazy {
	background-image: none !important;
}

.location.banner .btn.disabled, .location.banner .btn[disabled], fieldset[disabled] .location.banner .btn, .location.banner .btn.disabled:hover, .location.banner .btn[disabled]:hover, fieldset[disabled] .location.banner .btn:hover, .location.banner .btn.disabled:focus, .location.banner .btn[disabled]:focus, fieldset[disabled] .location.banner .btn:focus, .location.banner .btn.disabled:active, .location.banner .btn[disabled]:active, fieldset[disabled] .location.banner .btn:active, .location.banner .btn.disabled.active, .location.banner .btn[disabled].active, fieldset[disabled] .location.banner .btn.active {
	background-color: #fff;
	border-color: #555;
}

.location.banner .btn .badge {
	color: #fff;
	background-color: #014e77;
}

.location.banner .btn:hover, .location.banner .btn:focus, .location.banner .btn:active, .location.banner .btn.active, .open > .dropdown-toggle.location.banner .btn {
	color: #000;
	background-color: #fff;
	border-color: #000;
}

.location.banner .btn:active, .location.banner .btn.active, .open > .dropdown-toggle.location.banner .btn {
	background-image: none;
}

.location.banner .btn:active.nitro-lazy, .location.banner .btn.active.nitro-lazy, .open > .dropdown-toggle.location.banner .btn.nitro-lazy {
	background-image: none !important;
}

.location.banner .btn.disabled, .location.banner .btn[disabled], fieldset[disabled] .location.banner .btn, .location.banner .btn.disabled:hover, .location.banner .btn[disabled]:hover, fieldset[disabled] .location.banner .btn:hover, .location.banner .btn.disabled:focus, .location.banner .btn[disabled]:focus, fieldset[disabled] .location.banner .btn:focus, .location.banner .btn.disabled:active, .location.banner .btn[disabled]:active, fieldset[disabled] .location.banner .btn:active, .location.banner .btn.disabled.active, .location.banner .btn[disabled].active, fieldset[disabled] .location.banner .btn.active {
	background-color: rgba(255, 255, 255, .65);
	border-color: #000;
}

.location.banner .btn .badge {
	color: rgba(255, 255, 255, .65);
	background-color: #000;
}

@media (max-width: 991px) {
	.location.banner .btn {
		margin-top: 11px;
	}
}

.location.contact {
	margin-bottom: 22px;
	position: relative;
}

.location.contact:before, .location.contact:after {
	content: " ";
	display: table;
}

.location.contact:after {
	clear: both;
}

.location.contact:before, .location.contact:after {
	content: " ";
	display: table;
}

.location.contact:after {
	clear: both;
}

.main-secondary > .location.contact {
	margin-top: 22px;
}

.location.contact [class^="ca-gov-icon-"] {
	font-size: 56px;
	font-size: 3.5rem;
	color: #555;
	float: left;
	width: 20%;
	min-width: 60px;
	max-width: 60px;
}

.location.contact .contact {
	float: left;
	width: 70%;
}

.location.contact .contact a {
	margin-left: 0;
}

.location.contact .btn {
	color: #014e77;
	color: #000;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .65);
	border-color: #555;
	border-color: #000;
	-webkit-transition: all .5s;
	transition: all .5s;
	padding: 1px 5px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
}

.location.contact .btn:hover, .location.contact .btn:focus, .location.contact .btn:active, .location.contact .btn.active, .open > .dropdown-toggle.location.contact .btn {
	color: #014e77;
	background-color: #e6e6e6;
	border-color: #373737;
}

.location.contact .btn:active, .location.contact .btn.active, .open > .dropdown-toggle.location.contact .btn {
	background-image: none;
}

.location.contact .btn:active.nitro-lazy, .location.contact .btn.active.nitro-lazy, .open > .dropdown-toggle.location.contact .btn.nitro-lazy {
	background-image: none !important;
}

.location.contact .btn.disabled, .location.contact .btn[disabled], fieldset[disabled] .location.contact .btn, .location.contact .btn.disabled:hover, .location.contact .btn[disabled]:hover, fieldset[disabled] .location.contact .btn:hover, .location.contact .btn.disabled:focus, .location.contact .btn[disabled]:focus, fieldset[disabled] .location.contact .btn:focus, .location.contact .btn.disabled:active, .location.contact .btn[disabled]:active, fieldset[disabled] .location.contact .btn:active, .location.contact .btn.disabled.active, .location.contact .btn[disabled].active, fieldset[disabled] .location.contact .btn.active {
	background-color: #fff;
	border-color: #555;
}

.location.contact .btn .badge {
	color: #fff;
	background-color: #014e77;
}

.location.contact .btn:hover, .location.contact .btn:focus, .location.contact .btn:active, .location.contact .btn.active, .open > .dropdown-toggle.location.contact .btn {
	color: #000;
	background-color: #fff;
	border-color: #000;
}

.location.contact .btn:active, .location.contact .btn.active, .open > .dropdown-toggle.location.contact .btn {
	background-image: none;
}

.location.contact .btn:active.nitro-lazy, .location.contact .btn.active.nitro-lazy, .open > .dropdown-toggle.location.contact .btn.nitro-lazy {
	background-image: none !important;
}

.location.contact .btn.disabled, .location.contact .btn[disabled], fieldset[disabled] .location.contact .btn, .location.contact .btn.disabled:hover, .location.contact .btn[disabled]:hover, fieldset[disabled] .location.contact .btn:hover, .location.contact .btn.disabled:focus, .location.contact .btn[disabled]:focus, fieldset[disabled] .location.contact .btn:focus, .location.contact .btn.disabled:active, .location.contact .btn[disabled]:active, fieldset[disabled] .location.contact .btn:active, .location.contact .btn.disabled.active, .location.contact .btn[disabled].active, fieldset[disabled] .location.contact .btn.active {
	background-color: rgba(255, 255, 255, .65);
	border-color: #000;
}

.location.contact .btn .badge {
	color: rgba(255, 255, 255, .65);
	background-color: #000;
}

.location.mini {
	position: relative;
	margin-bottom: 22px;
}

.location.mini:before, .location.mini:after {
	content: " ";
	display: table;
}

.location.mini:after {
	clear: both;
}

.location.mini:before, .location.mini:after {
	content: " ";
	display: table;
}

.location.mini:after {
	clear: both;
}

.location.mini [class^="ca-gov-icon"] {
	padding: 5px;
	line-height: 1;
	font-size: 32px;
	font-size: 2rem;
	position: absolute;
}

.location.mini .contact {
	margin-left: 60px;
}

.location.mini .contact .title {
	font-weight: normal;
}

.location.mini .contact a {
	margin-left: 0;
}

.location.full .photo {
	height: 100%;
	width: 100%;
}

@media (max-width: 991px) {
	.location.full .photo {
		margin-bottom: 11px;
	}
}

.location.full .map iframe {
	width: 100%;
	border: 0;
}

.location.full .contact {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 22px;
}

@media (min-width: 768px) {
	.location.full .contact {
		float: left;
		width: 25%;
	}
}

.location.full .contact [class^="ca-gov-icon"] {
	font-size: 35.2px;
	font-size: 2.2rem;
	position: absolute;
}

.location.full .contact a {
	margin-left: 40px;
	display: inline-block;
}

.location.full .summary {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 22px;
}

@media (min-width: 768px) {
	.location.full .summary {
		float: left;
		width: 75%;
	}
}

/* -----------------------------------------
   LIGHTBOX GALLERY
----------------------------------------- */
.gallery {
	margin-left: -15px;
	margin-right: -15px;
}

.gallery .item {
	float: left;
	position: relative;
	text-align: center;
	margin-bottom: 22px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 480px) {
	.gallery .item {
		position: relative;
		float: left;
		width: 100%;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.gallery a.gallery-item {
	display: block;
	position: relative;
	text-decoration: none;
}

.gallery a.gallery-item:before {
	content: "";
	background-color: #fff;
	opacity: 0;
	position: absolute;
	bottom: 0;
	z-index: 100;
	height: 100%;
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.gallery a.gallery-item:hover:before {
	height: 100%;
	overflow: visible;
	opacity: .7;
}

.gallery a.gallery-item:after {
	content: "";
	position: absolute;
	top: 60%;
	left: 50%;
	margin-left: -16px;
	margin-top: -24px;
	z-index: 101;
	font-family: "CaGov";
	font-size: 32px;
	font-size: 2rem;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.gallery a.gallery-item:hover:after {
	content: "";
	font-family: "CaGov";
	font-size: 32px;
	font-size: 2rem;
	color: #1f89db;
	top: 50%;
}

.gallery img {
	display: block;
	display: inline-block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
	bottom: 0;
	position: relative;
	max-height: 140px;
}

.ie8 .gallery img {
	width: auto !important;
}

.gallery.three-up .item {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.gallery.three-up .item {
		float: left;
		width: 50%;
	}
}

@media (min-width: 992px) {
	.gallery.three-up .item {
		float: left;
		width: 33.33333333%;
	}
}

.gallery.four-up .item {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.gallery.four-up .item {
		float: left;
		width: 50%;
	}
}

@media (min-width: 992px) {
	.gallery.four-up .item {
		float: left;
		width: 25%;
	}
}

.gallery.gallery-small .item {
	float: left;
	width: 33.33333333%;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 992px) {
	.gallery.gallery-small .item {
		float: left;
		width: 33.33333333%;
	}
}

.gallery.gallery-small img {
	width: auto;
	height: auto;
}

.card {
	position: relative;
	display: block;
	margin-bottom: 11px;
	background-color: #fff;
	border: 1px solid #f5f5f5;
	border-radius: 0;
}

.card .btn-block {
	margin-top: 5px;
}

.card .toggle-more {
	display: inline-block;
	color: #777;
	font-family: "CaGov";
	font-size: 22px;
	margin-left: -11px;
}

.card .toggle-more:before {
	content: "";
}

.card .toggle-more.active:before {
	content: "";
}

.card-block {
	padding: 15px;
}

.card-title {
	margin-bottom: 11px;
	margin-top: 0;
}

.card-subtitle {
	margin-top: -5.5px;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link + .card-link {
	margin-left: 15px;
}

.card-header {
	padding: 11px 15px;
}

.card-header:first-child {
	border-radius: -1px -1px 0 0;
}

.card-footer {
	padding: 11px 15px;
}

.card-footer:last-child {
	border-radius: 0 0 -1px -1px;
}

.card-img-top {
	border-radius: -1px -1px 0 0;
}

.card-img-bottom {
	border-radius: 0 0 -1px -1px;
}

/* -----------------------------------------
   JOBS - /source/less/cagov/jobs.less
----------------------------------------- */
.job-detail .sub-header {
	margin-bottom: 22px;
}

.job-item {
	background: #f2f2f2;
	padding: 15px;
	margin-bottom: 15px;
	position: relative;
}

.job-item:before, .job-item:after {
	content: " ";
	display: table;
}

.job-item:after {
	clear: both;
}

.job-item:before, .job-item:after {
	content: " ";
	display: table;
}

.job-item:after {
	clear: both;
}

.job-item .header {
	margin-bottom: 0;
}

.job-item .header:before, .job-item .header:after {
	content: " ";
	display: table;
}

.job-item .header:after {
	clear: both;
}

.job-item .header:before, .job-item .header:after {
	content: " ";
	display: table;
}

.job-item .header:after {
	clear: both;
}

.job-item .header .title {
	float: left;
	margin-right: 15px;
	font-size: 24px;
	font-size: 1.5rem;
	font-family: "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
	font-stretch: condensed;
}

.job-item .header .filing-date {
	float: right;
}

.job-item .header .start-date {
	float: left;
	margin-top: 8px;
}

.job-item .footer {
	position: relative;
	clear: both;
}

.job-item .footer:before, .job-item .footer:after {
	content: " ";
	display: table;
}

.job-item .footer:after {
	clear: both;
}

.job-item .footer:before, .job-item .footer:after {
	content: " ";
	display: table;
}

.job-item .footer:after {
	clear: both;
}

.job-item .footer a.btn {
	float: right;
	margin-top: 11px;
	padding: 1px 5px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
}

@media (max-width: 992px) {
	.job-item .footer a.btn {
		float: left;
	}
}

.job-item .footer .published {
	float: left;
	margin-top: 10px;
	color: #777;
	font-style: italic;
}

.job-item .thumbnail img {
	position: absolute;
}

.job-item > .thumbnail + .well-header, .job-item > .thumbnail ~ .well-body {
	margin-left: 85px;
}

/* -----------------------------------------
   TABLES - /source/less/cagov/tables.less
----------------------------------------- */

/* Adding the explicit classes below so that they are available in Rich Text Editor */
table.table {
	border-spacing: 0;
}

table.editor-table-default {
	width: 100%;
	max-width: 100%;
	margin-bottom: 22px;
	border: none;
}

table.editor-table-default > thead > tr > th, table.editor-table-default > tbody > tr > th, table.editor-table-default > tfoot > tr > th, table.editor-table-default > thead > tr > td, table.editor-table-default > tbody > tr > td, table.editor-table-default > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

table.editor-table-default > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

table.editor-table-default > caption + thead > tr:first-child > th, table.editor-table-default > colgroup + thead > tr:first-child > th, table.editor-table-default > thead:first-child > tr:first-child > th, table.editor-table-default > caption + thead > tr:first-child > td, table.editor-table-default > colgroup + thead > tr:first-child > td, table.editor-table-default > thead:first-child > tr:first-child > td {
	border-top: 0;
}

table.editor-table-default > tbody + tbody {
	border-top: 2px solid #ddd;
}

table.editor-table-default .table {
	background-color: #fff;
}

table.editor-table-default.table-default {
	border: none;
}

table.editor-table-default.table-default > thead > tr > th, table.editor-table-default.table-default > tbody > tr > th, table.editor-table-default.table-default > tfoot > tr > th, table.editor-table-default.table-default > thead > tr > td, table.editor-table-default.table-default > tbody > tr > td, table.editor-table-default.table-default > tfoot > tr > td {
	background: #f2f2f2;
	border: 2px solid #fff;
}

table.editor-table-default.table-default > thead > tr > th, table.editor-table-default.table-default > thead > tr > td {
	background: #d9d9d9;
	border: 2px solid #fff;
}

table.editor-table-default > thead > tr > th, table.editor-table-default > tbody > tr > th, table.editor-table-default > tfoot > tr > th, table.editor-table-default > thead > tr > td, table.editor-table-default > tbody > tr > td, table.editor-table-default > tfoot > tr > td {
	background: #f2f2f2;
	border: 2px solid #fff;
}

table.editor-table-default > thead > tr > th, table.editor-table-default > thead > tr > td {
	background: #d9d9d9;
	border: 2px solid #fff;
}

table.editor-table-striped {
	width: 100%;
	max-width: 100%;
	margin-bottom: 22px;
}

table.editor-table-striped > thead > tr > th, table.editor-table-striped > tbody > tr > th, table.editor-table-striped > tfoot > tr > th, table.editor-table-striped > thead > tr > td, table.editor-table-striped > tbody > tr > td, table.editor-table-striped > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

table.editor-table-striped > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

table.editor-table-striped > caption + thead > tr:first-child > th, table.editor-table-striped > colgroup + thead > tr:first-child > th, table.editor-table-striped > thead:first-child > tr:first-child > th, table.editor-table-striped > caption + thead > tr:first-child > td, table.editor-table-striped > colgroup + thead > tr:first-child > td, table.editor-table-striped > thead:first-child > tr:first-child > td {
	border-top: 0;
}

table.editor-table-striped > tbody + tbody {
	border-top: 2px solid #ddd;
}

table.editor-table-striped .table {
	background-color: #fff;
}

table.editor-table-striped.table-default {
	border: none;
}

table.editor-table-striped.table-default > thead > tr > th, table.editor-table-striped.table-default > tbody > tr > th, table.editor-table-striped.table-default > tfoot > tr > th, table.editor-table-striped.table-default > thead > tr > td, table.editor-table-striped.table-default > tbody > tr > td, table.editor-table-striped.table-default > tfoot > tr > td {
	background: #f2f2f2;
	border: 2px solid #fff;
}

table.editor-table-striped.table-default > thead > tr > th, table.editor-table-striped.table-default > thead > tr > td {
	background: #d9d9d9;
	border: 2px solid #fff;
}

table.editor-table-striped > tbody > tr:nth-child(odd) > td, table.editor-table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

/* End Rich Text Editor */
.table.table-default {
	border: none;
}

.table.table-default > thead > tr > th, .table.table-default > tbody > tr > th, .table.table-default > tfoot > tr > th, .table.table-default > thead > tr > td, .table.table-default > tbody > tr > td, .table.table-default > tfoot > tr > td {
	background: #f2f2f2;
	border: 2px solid #fff;
}

.table.table-default > thead > tr > th, .table.table-default > thead > tr > td {
	background: #d9d9d9;
	border: 2px solid #fff;
}

/* -----------------------------------------
   LIST STYLES /source/less/cagov/lists.less
----------------------------------------- */
[class^="list-"] {
	list-style-type: none;
	margin: 11px 0;
	padding: 0;
}

/* Adding the explicit classes below so that they are available in Rich Text Editor */
ul.list-overstated {
	padding: 0;
}

ul.list-overstated a {
	font-weight: bold;
}

.list-overstated li, .list-understated li {
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/CAWeb/images/system/bullet-blue-disc.png") no-repeat 0 3px transparent;
	padding: 0 0 14px 18px;
}

.list-overstated li.nitro-lazy, .list-understated li.nitro-lazy {
	background: none !important;
}

.list-overstated li.open, .list-understated li.open {
	background: url("https://cdn-ildlpod.nitrocdn.com/IrAAMiYqNsUiGaDCzsJOckIXIzQdNBHv/assets/images/optimized/rev-ada1e2f/www.abc.ca.gov/wp-content/themes/CAWeb/images/system/bullet-blue-disc-open.png") no-repeat 0 3px transparent;
}

.list-overstated li.open.nitro-lazy, .list-understated li.open.nitro-lazy {
	background: none !important;
}

.list-standout {
	padding: 0;
	padding-left: .2em;
}

.list-standout li {
	padding-left: 1.5em;
}

.list-standout li:before {
	content: "5";
	font-family: "CaGov";
	width: 1.5em;
	margin-left: -1.5em;
	vertical-align: sub;
	font-size: 1.5em;
	font-weight: 900;
	display: inline-block;
}

.list-standout li.open:before {
	content: "3";
}

.accordion-list a {
	cursor: pointer;
}

.list-divided {
	height: 350px;
	overflow-y: auto;
}

.list-divided li {
	border-top: 1px solid #d6d6d6;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Removes image bullets from nested lists */
.list-overstated ul li, .list-understated ul li, .list-standout ul li, .list-overstated ol li, .list-understated ol li, .list-standout ol li {
	background: none;
	padding-left: 0;
}

/* -----------------------------------------
   TESTIMONIALS
   /source/less/cagov/testimonials.less
----------------------------------------- */
.testimonial {
	padding: 30px;
	border: none;
}

.testimonial {
	margin-top: 15px;
}

.testimonial:first-child {
	margin-top: 0;
}

.testimonial .thumbnail-img {
	display: block;
}

.testimonial .testimonial-body {
	zoom: 1;
	overflow: hidden;
}

.testimonial .thumbnail-right, .testimonial .testimonial > .pull-right {
	display: table-cell;
	padding-left: 10px;
}

.testimonial .thumbnail-left, .testimonial .testimonial > .pull-left {
	display: table-cell;
	padding-right: 10px;
}

.testimonial .thumbnail-left, .testimonial .img-right, .testimonial .testimonial-body {
	display: table-cell;
	vertical-align: top;
}

.testimonial .thumbnail-top {
	text-align: center;
}

.testimonial .thumbnail-top .thumbnail-img {
	display: inherit;
	margin-bottom: 22px;
}

.testimonial .thumbnail-middle {
	vertical-align: middle;
}

.testimonial .thumbnail-bottom {
	vertical-align: bottom;
}

.testimonial .testimonial-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

/* -----------------------------------------
   BLOCKQUOTE
   /source/less/cagov/blockquote.less
----------------------------------------- */
blockquote {
	font-size: 16px;
	font-size: 1rem;
}

/* -----------------------------------------
   BUTTONS
   /source/less/cagov/button.less
----------------------------------------- */

/*
    NOTE: This might make more sence later to be moved to the color schemes
*/

/* .btn-primary {
    border:2px solid #fff;
    background:none;
    color:#fff;
    transition:all 0.5s;

    &:hover, &:focus {
        .rgba (#fff, .2);
        background-color: @rgba;
        //box-shadow: 0 0 5px rgba(255,255,255,0.8);
        border-color:#fff;
        color:#fff;
    }
} */
.btn-primary {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: rgba(255, 255, 255, .2);
	border-color: #fff;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary:active.nitro-lazy, .btn-primary.active.nitro-lazy, .open > .dropdown-toggle.btn-primary.nitro-lazy {
	background-image: none !important;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: transparent;
	border-color: #fff;
}

.btn-primary .badge {
	color: transparent;
	background-color: #fff;
}

.btn-default {
	color: #000;
	background-color: rgba(255, 255, 255, .65);
	border-color: #000;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #000;
	background-color: #fff;
	border-color: #000;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background-image: none;
}

.btn-default:active.nitro-lazy, .btn-default.active.nitro-lazy, .open > .dropdown-toggle.btn-default.nitro-lazy {
	background-image: none !important;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: rgba(255, 255, 255, .65);
	border-color: #000;
}

.btn-default .badge {
	color: rgba(255, 255, 255, .65);
	background-color: #000;
}

.btn-secondary {
	color: #555;
	background-color: #f5f5f5;
	border-color: #555;
	border-width: 1px;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
	color: #2a6496;
	background-color: #fff;
	border-color: #000;
}

.btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
	background-image: none;
}

.btn-secondary:active.nitro-lazy, .btn-secondary.active.nitro-lazy, .open > .dropdown-toggle.btn-secondary.nitro-lazy {
	background-image: none !important;
}

.btn-secondary.disabled, .btn-secondary[disabled], fieldset[disabled] .btn-secondary, .btn-secondary.disabled:hover, .btn-secondary[disabled]:hover, fieldset[disabled] .btn-secondary:hover, .btn-secondary.disabled:focus, .btn-secondary[disabled]:focus, fieldset[disabled] .btn-secondary:focus, .btn-secondary.disabled:active, .btn-secondary[disabled]:active, fieldset[disabled] .btn-secondary:active, .btn-secondary.disabled.active, .btn-secondary[disabled].active, fieldset[disabled] .btn-secondary.active {
	background-color: #f5f5f5;
	border-color: #555;
}

.btn-secondary .badge {
	color: #f5f5f5;
	background-color: #555;
}

.btn-secondary.active {
	background: #555;
	color: #fff;
	box-shadow: none;
}

.btn-more {
	display: inline-block;
	display: block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 16px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.42857143;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .7);
}

.btn-more.nitro-lazy {
	background-image: none !important;
}

.btn-more:focus, .btn-more:active:focus, .btn-more.active:focus, .btn-more.focus, .btn-more:active.focus, .btn-more.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn-more:hover, .btn-more:focus, .btn-more.focus {
	color: #014e77;
	text-decoration: none;
}

.btn-more:active, .btn-more.active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-more:active.nitro-lazy, .btn-more.active.nitro-lazy {
	background-image: none !important;
}

.btn-more.disabled, .btn-more[disabled], fieldset[disabled] .btn-more {
	cursor: not-allowed;
	opacity: .35;
	filter: alpha(opacity=35);
	box-shadow: none;
}

a.btn-more.disabled, fieldset[disabled] a.btn-more {
	pointer-events: none;
}

.btn-more:focus {
	outline: dotted 2px #000;
}

.btn-more .more-title {
	display: block;
}

.btn-more .more-icon {
	font-size: 24px;
	font-size: 1.5rem;
}

.btn-more.inverse {
	background-color: #000;
	color: #fff;
}

.btn-more.inverse:hover, .btn-more.inverse:focus {
	color: #fdb81e;
}

@media (max-width: 767px) {
	[role="group"].btn-group {
		margin-top: 10px;
		display: table;
		width: 100%;
		table-layout: fixed;
		border-collapse: separate;
	}
	
	[role="group"].btn-group > .btn, [role="group"].btn-group > .btn-group {
		float: none;
		display: table-cell;
		width: 100%;
	}
	
	[role="group"].btn-group > .btn-group .btn {
		width: 100%;
	}
	
	[role="group"].btn-group > .btn-group .dropdown-menu {
		left: auto;
	}
}

@media (max-width: 767px) {
	.btn-block-xs {
		display: block !important;
		width: 100% !important;
		margin-bottom: 16px !important;
	}
}

@media (max-width: 991px) {
	.btn-block-sm {
		display: block !important;
		width: 100% !important;
		margin-bottom: 16px !important;
	}
}

.btn-row .btn {
	margin-right: 8px !important;
	margin-bottom: 8px !important;
}

@media (max-width: 767px) {
	.btn-row .btn {
		margin-bottom: 8px !important;
	}
}

/* -----------------------------------------
   SITE SETTINGS
   /source/less/cagov/settings-bar.less
----------------------------------------- */
.site-settings button.close {
	position: relative;
	right: -10px;
	color: #fff;
	text-shadow: none;
	opacity: .5;
}

/* -----------------------------------------
   LOCATION SETTINGS
   /source/less/cagov/location-settings.less
----------------------------------------- */
.location-settings label {
	font-weight: normal;
	padding-right: 16px !important;
}

.location-settings button.close {
	position: relative;
	right: -10px;
	color: #fff;
	text-shadow: none;
	opacity: .5;
}

@media (max-width: 767px) {
	.location-settings button.btn-primary {
		margin-top: 16px !important;
	}
}

/* -----------------------------------------
   SERVICE PROFILE PAGE
   CONTENT PAGE
   /source/less/cagov/service-profile.less
----------------------------------------- */
.service-icon {
	font-size: 240px;
	font-size: 15rem;
	text-align: center;
	color: rgba(255, 255, 255, .8);
}

.service-icon-thumbnail {
	font-size: 80px;
	font-size: 5rem;
	text-align: center;
}

/* -----------------------------------------
   SERVICE TILES
   /source/less/cagov/service-group.less
----------------------------------------- */
.more-button {
	position: relative;
	overflow: hidden;
}

.more-button .more-content {
	position: absolute;
	overflow: hidden;
	width: 100%;
}

.more-button .btn-more {
	position: relative;
}

.service-tile-panel {
	/*Selectivly show when requested by user*/
	visibility: collapse;
	position: absolute;
}

.service-tile-panel .btn.close {
	font-size: 56px;
	font-size: 3.5rem;
}

/* -----------------------------------------
 SERVICE TILE WHEN EXPANDED
----------------------------------------- */
.service-tile-full {
	clear: both;
	width: 100%;
	background: #f5f5f5;
	height: auto;
}

.service-tile-full.is-open .service-tile-panel {
	visibility: visible;
	position: relative;
}

/* -----------------------------------------
 SERVICE TILE
----------------------------------------- */
.service-tile {
	float: left;
	width: 100%;
	min-height: 1px;
	min-height: 240px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: center;
	outline: none;
	color: #e1f2f7;
	background: #046b99;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 450px) {
	.service-tile {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.service-tile {
		float: left;
		width: 50%;
	}
}

@media (min-width: 992px) {
	.service-tile {
		float: left;
		width: 25%;
	}
}

@media (min-width: 768px) {
	.service-tile {
		min-height: 280px;
	}
}

@media (min-width: 992px) {
	.service-tile {
		min-height: 240px;
	}
}

@media (min-width: 1280px) {
	.service-tile {
		min-height: 320px;
	}
}

.service-tile .icon-fallback {
	min-width: 100%;
	line-height: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.service-tile .teaser {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #000;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .6) 30%, #000 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .6) 30%, #000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc000000", endColorstr="#000000", GradientType=0);
	color: #fff;
	padding: 10px 0;
}

.service-tile .teaser .title {
	margin: 5px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.service-tile .teaser .title:hover {
	color: #fdb81e;
}

.title:after {
	margin-top: 8px !important;
	font-family: "CaGov";
	display: block;
	font-weight: normal;
}

[data-state="closed"].service-tile .title:after, [data-state="info"].service-tile .title:after {
	content: "P";
}

[data-state="open"].service-tile .title:after {
	content: "O";
}

[data-state="open"].service-tile:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #000;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: -15px;
	z-index: 5;
}

.service-tile-empty {
	background: #046b99;
	color: #9fdbf1;
	overflow: hidden;
	width: 100%;
}

.service-tile-empty span {
	font-size: 17em;
	line-height: 1;
}

.service-tile-empty .title:after {
	content: "" !important;
}

.service-tile-empty.half, .service-tile-empty.quarter, .service-tile-empty.third {
	width: 100%;
}

@media (min-width: 450px) {
	.service-tile-empty.full {
		width: 100%;
	}
	
	.service-tile-empty.third {
		width: 50%;
	}
	
	.service-tile-empty.half {
		width: 100%;
	}
	
	.service-tile-empty.quarter {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.service-tile-empty.full {
		width: 100%;
	}
	
	.service-tile-empty.third {
		width: 75%;
	}
	
	.service-tile-empty.half {
		width: 50%;
	}
	
	.service-tile-empty.quarter {
		width: 25%;
	}
}

/* -----------------------------------------
   Number Counter
----------------------------------------- */
.no-js .number-counter {
	visibility: visible;
}

.stat-counter {
	text-align: center;
	font-size: 64px;
	font-size: 4rem;
}

/* -----------------------------------------
   CAROUSEL - /source/less/cagov/carousel.less
----------------------------------------- */

/*
 * 	CAGOV theme - Owl Carousel CSS File
 */
.carousel .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.carousel .owl-nav [class*='owl-'] {
	background-color: rgba(0, 0, 0, .4);
	color: #fff;
	font-size: 20px;
	height: 35px;
	width: 35px;
	border-radius: 35px;
	display: inline-block;
	cursor: pointer;
}

.carousel .owl-nav [class*='owl-'] > span {
	line-height: 35px;
}

.carousel .owl-nav [class*='owl-']:hover {
	text-decoration: none;
}

.carousel .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

.carousel .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}

.carousel .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.carousel .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	border-radius: 30px;
}

.carousel .owl-dots .owl-dot.active span, .carousel .owl-dots .owl-dot:hover span {
	background: #869791;
}

/* end theme */

/* owl-inline-nav class positions previous and next buttons inline with the carousel */
.carousel-media, .carousel-link, .carousel-slider, .carousel-gallery {
	padding: 0 3em;
	position: relative;
}

.carousel-media .owl-nav, .carousel-link .owl-nav, .carousel-slider .owl-nav, .carousel-gallery .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: 0;
}

.carousel-media .owl-prev, .carousel-link .owl-prev, .carousel-slider .owl-prev, .carousel-gallery .owl-prev {
	position: absolute;
	left: 0;
}

.carousel-media .owl-next, .carousel-link .owl-next, .carousel-slider .owl-next, .carousel-gallery .owl-next {
	position: absolute;
	right: 0;
}

.carousel-media .owl-nav .owl-prev, .carousel-link .owl-nav .owl-prev, .carousel-slider .owl-nav .owl-prev, .carousel-gallery .owl-nav .owl-prev, .carousel-media .owl-nav .owl-next, .carousel-link .owl-nav .owl-next, .carousel-slider .owl-nav .owl-next, .carousel-gallery .owl-nav .owl-next {
	margin: -1em 0 0;
}

.carousel-video, .carousel-video-submenu, .carousel-content {
	overflow: hidden;
}

.carousel-video:hover .owl-prev, .carousel-video-submenu:hover .owl-prev, .carousel-content:hover .owl-prev {
	color: white;
	position: absolute;
	left: 15px;
}

@media (max-width: 767px) {
	.carousel-video:hover .owl-prev, .carousel-video-submenu:hover .owl-prev, .carousel-content:hover .owl-prev {
		left: .1em;
	}
}

.carousel-video:hover .owl-next, .carousel-video-submenu:hover .owl-next, .carousel-content:hover .owl-next {
	color: white;
	position: absolute;
	right: 15px;
}

@media (max-width: 767px) {
	.carousel-video:hover .owl-next, .carousel-video-submenu:hover .owl-next, .carousel-content:hover .owl-next {
		right: .1em;
	}
}

.carousel-video .owl-nav, .carousel-video-submenu .owl-nav, .carousel-content .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: 0;
}

.carousel-video .owl-prev, .carousel-video-submenu .owl-prev, .carousel-content .owl-prev {
	position: absolute;
	left: -2em;
}

.carousel-video .owl-next, .carousel-video-submenu .owl-next, .carousel-content .owl-next {
	position: absolute;
	right: -2em;
}

.carousel-video .owl-nav .owl-prev, .carousel-video-submenu .owl-nav .owl-prev, .carousel-content .owl-nav .owl-prev, .carousel-video .owl-nav .owl-next, .carousel-video-submenu .owl-nav .owl-next, .carousel-content .owl-nav .owl-next {
	-webkit-transition: left 400ms ease, right 400ms ease;
	transition: left 400ms ease, right 400ms ease;
	margin: -1em 0 0;
}

.carousel-video .owl-nav .owl-prev:hover, .carousel-video-submenu .owl-nav .owl-prev:hover, .carousel-content .owl-nav .owl-prev:hover, .carousel-video .owl-nav .owl-next:hover, .carousel-video-submenu .owl-nav .owl-next:hover, .carousel-content .owl-nav .owl-next:hover {
	background-color: rgba(0, 0, 0, .75);
}

@media (max-width: 767px) {
	.carousel-content .owl-nav .owl-prev {
		color: white;
		position: absolute;
		left: .1em;
	}
	
	.carousel-content .owl-nav .owl-next {
		color: white;
		position: absolute;
		right: .1em;
	}
}

.carousel-content .owl-dots {
	z-index: 10;
	position: relative;
	height: 15px;
	top: -40px;
}

.carousel-content .item {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.carousel-content .content-container {
	pointer-events: none;
	color: white;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.carousel-content .content-container .content {
	pointer-events: all;
	padding: 20px 20px 50px 20px;
}

.carousel-content img + .content-container, .carousel-content video + .content-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 10%;
	margin-bottom: 50px;
	padding: 0;
	max-height: 100%;
	overflow: hidden;
}

.carousel-content img + .content-container .content, .carousel-content video + .content-container .content {
	padding: 20px;
}

.carousel-content .item.backdrop img + .content-container, .carousel-content .item.backdrop video + .content-container {
	background: rgba(0, 0, 0, .3);
}

@media (min-width: 768px) {
	.carousel-content .item.backdrop .content-container:first-child {
		padding: 10%;
	}
}

.carousel-content .item.backdrop .content-container:first-child .content {
	background: rgba(0, 0, 0, .65);
}

.owl-item {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
}

.carousel-video .owl-video-play-icon span {
	font-size: 80px;
	line-height: 80px;
	color: white;
	opacity: 0;
}

.carousel-video .item-overlay {
	background: rgba(0, 0, 0, .55);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	vertical-align: middle;
	opacity: 0;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
	color: rgba(255, 255, 255, .8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.carousel-video .item-overlay span {
	opacity: 0;
}

.carousel-video .owl-item:not(.owl-video-playing):hover .item-overlay {
	opacity: 1;
}

.carousel-video .owl-item:not(.owl-video-playing):hover .owl-video-play-icon span {
	opacity: 1;
}

.carousel-video .item {
	position: relative;
	width: 100%;
}

.carousel-video .item .owl-video-wrapper, .carousel-video .item .owl-video-tn {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.carousel-video .item .video {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.carousel-video .item .video video {
	width: 100%;
}

.carousel-video-submenu {
	margin-top: 20px;
}

.carousel-video-submenu .owl-item.watching img {
	border-width: 5px;
	border-style: solid;
}

.carousel-video-submenu .item-thumbnail {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.carousel-video-submenu .item-thumbnail:hover .item-overlay {
	opacity: 1;
}

.carousel-video-submenu .item-thumbnail .item-overlay {
	background: rgba(0, 0, 0, .55);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	vertical-align: middle;
	opacity: 0;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
	color: rgba(255, 255, 255, .8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ie9 .carousel-video-submenu .item-thumbnail .item-overlay {
	display: table;
}

.ie9 .carousel-video-submenu .item-thumbnail .item-overlay span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.carousel-video-submenu .item-thumbnail .item-overlay span {
	-ms-flex-item-align: center;
	align-self: center;
	font-size: 50px;
}

@media (max-width: 992px) {
	.carousel-video-submenu .item-thumbnail .item-overlay span {
		font-size: 30px;
	}
}

.owl-prev {
	position: absolute;
	left: 0;
}

.owl-next {
	position: absolute;
	right: 0;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
	margin: -1em 0 0;
}

/* Banner Carousel */
.carousel-banner .slide {
	background-position: center;
	background-size: cover;
}

.header-slideshow-banner .carousel-banner .owl-item img {
	width: auto;
	height: 50%;
}

.header-slideshow-banner .banner-pager {
	position: absolute;
	right: 45px;
	top: 300px;
}

.header-slideshow-banner .banner-control {
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	color: rgba(255, 255, 255, .95);
	background: #ddd;
	background-color: rgba(0, 0, 0, .4);
	border: 1px solid rgba(255, 255, 255, .35);
	display: block;
	width: 23px;
	height: 23px;
	float: left;
	margin: 0 5px 0 0;
	border-radius: 5px;
	outline-style: none;
}

.header-slideshow-banner .banner-control:hover {
	background-color: rgba(125, 125, 125, .5);
}

.header-slideshow-banner .banner-control.active {
	display: block;
	color: rgba(0, 0, 0, .9);
	background-color: rgba(255, 255, 255, .7);
	border: 1px solid rgba(0, 0, 0, .4);
}

.header-slideshow-banner .banner-play-pause {
	position: absolute;
	top: 300px;
	right: 17px;
	z-index: 1000;
}

.header-slideshow-banner .banner-play-pause a {
	cursor: pointer;
	color: #d6d6d6;
	text-decoration: none;
}

.header-slideshow-banner .banner-play-pause a:hover {
	color: #869791;
	text-decoration: none;
}

.slide-text {
	position: absolute;
	top: 185px;
	padding: 15px;
	margin-left: 7%;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-weight: 500;
	font-size: 1.1em;
	font-stretch: narrower;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, .35);
	background-color: rgba(0, 0, 0, .6);
}

.slide-text .title {
	font-size: 1.4em;
}

/* Media Carousel */
.carousel-media .item {
	margin: 0 auto;
}

/* Link Icon Carousel */
.carousel-link .item {
	width: 32px;
	text-align: center;
}

/* Social Media Slider */
.carousel-slider .owl-item img, .carousel-slider .owl-item .item-logo {
	width: auto;
	float: left;
	margin: 0 10px 10px 0;
	font-size: 32px;
}

/* Image Slider */
.carousel-gallery .item {
	text-align: center;
}

.carousel-gallery .owl-item img {
	width: auto;
	display: inline-block;
	max-width: 100%;
	margin: 0 10px 10px 0;
}

.plotly-chart .plotly-chart--loading {
	font-size: 150%;
	text-align: center;
	display: block;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	color: #777;
}

.plotly-chart .hovertext path {
	stroke-width: 7px;
}

.plotly-chart img {
	width: 100%;
}

.plotly-chart .plot-container.plotly {
	min-height: 300px;
}

.stats-highlight {
	width: 100%;
	height: 100%;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: -25%;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.stats-highlight .half-gauge-chart .donut-background {
	fill: #777;
}

.stats-highlight .half-gauge-chart .donut-halfmark {
	stroke: #777;
}

.stats-highlight .info {
	display: block;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.stats-highlight .small-goal-text, .stats-highlight .percent-detail, .stats-highlight .big-number {
	display: inline-block;
	text-align: center;
	width: 100%;
	line-height: .8;
}

.stats-highlight .small-goal-text {
	position: absolute;
	left: 0;
}

.stats-highlight .info .small-goal-text + .big-number {
	margin-top: -.8;
}

.stats-highlight .percent-detail {
	margin-top: 10px;
}

.stats-highlight .service {
	display: block;
	text-align: center;
	width: 100%;
	font-size: x-large;
	height: 50%;
	padding-top: 10px;
	line-height: 1.1em;
}

.stats-highlight .half-gauge-chart {
	margin: 5px 10px 0;
	margin: auto;
	height: 50%;
	width: 100%;
}

html:not(.ie8) .stats-highlight img {
	display: none;
}

.ie8 .stats-highlight .info, .ie8 .stats-highlight .small-goal-text {
	display: none;
}

.ie8 .stats-highlight img {
	width: 100%;
}

/* -----------------------------------------
   FILTER GROUP
   /source/less/cagov/filter-group.less
----------------------------------------- */
.filter-group:before {
	content: "";
	display: block;
	margin-bottom: 16px !important;
}

.filter-toggle.active {
	position: relative;
	z-index: 1;
}

.filter-toggle.active:before {
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -18px;
}

.filter-toggle.active:after {
	position: absolute;
	left: 50%;
	margin-left: -9px;
	bottom: -19px;
}

.section .filter-group:before, .card .filter-group:before {
	border-top: 1px solid #d6d6d6;
}

.section .filter-toggle.active:before, .card .filter-toggle.active:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #d6d6d6;
}

.section .filter-toggle.active:after, .card .filter-toggle.active:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #fff;
}

.section-search .filter-group:before, .card-search .filter-group:before {
	border-top: 1px solid #bdbdbd;
}

.section-search .filter-toggle.active:before, .card-search .filter-toggle.active:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #bdbdbd;
}

.section-search .filter-toggle.active:after, .card-search .filter-toggle.active:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #d6d6d6;
}

.section-default .filter-group:before, .card-default .filter-group:before {
	border-top: 1px solid #d6d6d6;
}

.section-default .filter-toggle.active:before, .card-default .filter-toggle.active:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #d6d6d6;
}

.section-default .filter-toggle.active:after, .card-default .filter-toggle.active:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #f5f5f5;
}

/* -----------------------------------------
   PILLS
   Overwrites the default look and feel of pills
   /source/less/cagov/pills.less
----------------------------------------- */
.nav-pills > li > a {
	border: 1px solid #555;
}

.nav-pills > li > a:hover {
	background: #fff;
}

/* -----------------------------------------
   MAPTHAT
   /source/less/cagov/mapthat.less
----------------------------------------- */
@media (max-width: 767px) {
	.mapthat_map {
		margin-bottom: 16px !important;
	}
}

@media (min-width: 768px) {
	.mapthat_list {
		height: 400px;
		overflow-y: auto;
	}
}

.mapthat-list-item {
	border-bottom: 1px solid #d6d6d6;
	padding: 11px;
	cursor: pointer;
}

.mapthat-list-item:hover {
	background: #fafafa;
}

.mapthat_facets {
	margin-bottom: 16px !important;
}

.mapthat-facet-item {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #555;
	background-color: #f5f5f5;
	border-color: #555;
	border-width: 1px;
	margin-right: 8px !important;
}

.mapthat-facet-item.nitro-lazy {
	background-image: none !important;
}

.mapthat-facet-item:focus, .mapthat-facet-item:active:focus, .mapthat-facet-item.active:focus, .mapthat-facet-item.focus, .mapthat-facet-item:active.focus, .mapthat-facet-item.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.mapthat-facet-item:hover, .mapthat-facet-item:focus, .mapthat-facet-item.focus {
	color: #014e77;
	text-decoration: none;
}

.mapthat-facet-item:active, .mapthat-facet-item.active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.mapthat-facet-item:active.nitro-lazy, .mapthat-facet-item.active.nitro-lazy {
	background-image: none !important;
}

.mapthat-facet-item.disabled, .mapthat-facet-item[disabled], fieldset[disabled] .mapthat-facet-item {
	cursor: not-allowed;
	opacity: .35;
	filter: alpha(opacity=35);
	box-shadow: none;
}

a.mapthat-facet-item.disabled, fieldset[disabled] a.mapthat-facet-item {
	pointer-events: none;
}

.mapthat-facet-item:focus {
	outline: dotted 2px #000;
}

.mapthat-facet-item:hover, .mapthat-facet-item:focus, .mapthat-facet-item:active, .mapthat-facet-item.active, .open > .dropdown-toggle.mapthat-facet-item {
	color: #2a6496;
	background-color: #fff;
	border-color: #000;
}

.mapthat-facet-item:active, .mapthat-facet-item.active, .open > .dropdown-toggle.mapthat-facet-item {
	background-image: none;
}

.mapthat-facet-item:active.nitro-lazy, .mapthat-facet-item.active.nitro-lazy, .open > .dropdown-toggle.mapthat-facet-item.nitro-lazy {
	background-image: none !important;
}

.mapthat-facet-item.disabled, .mapthat-facet-item[disabled], fieldset[disabled] .mapthat-facet-item, .mapthat-facet-item.disabled:hover, .mapthat-facet-item[disabled]:hover, fieldset[disabled] .mapthat-facet-item:hover, .mapthat-facet-item.disabled:focus, .mapthat-facet-item[disabled]:focus, fieldset[disabled] .mapthat-facet-item:focus, .mapthat-facet-item.disabled:active, .mapthat-facet-item[disabled]:active, fieldset[disabled] .mapthat-facet-item:active, .mapthat-facet-item.disabled.active, .mapthat-facet-item[disabled].active, fieldset[disabled] .mapthat-facet-item.active {
	background-color: #f5f5f5;
	border-color: #555;
}

.mapthat-facet-item .badge {
	color: #f5f5f5;
	background-color: #555;
}

.mapthat-facet-item.active {
	background: #555;
	color: #fff;
	box-shadow: none;
}

.mapthat-facet-item.mapthat-facet-selected {
	background-color: #555;
	color: #fff;
}

@media (max-width: 767px) {
	.mapthat-facet-item {
		margin-bottom: 8px !important;
	}
}

.mapthat-facet-name {
	margin-bottom: 8px !important;
}

.mapthat_container_search_box {
	margin: 12px 12px 0 0;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, .3);
	box-shadow: 0 1px 4px 0 rgba(50, 50, 50, .25);
}

.mapthat_container_search_box svg {
	height: 21px;
	left: 3px;
	position: absolute;
	top: 3px;
	width: 21px;
}

.mapthat_search_box {
	box-shadow: 0 0 3px 0 rgba(50, 50, 50, .25);
	cursor: pointer;
	height: 28px;
	opacity: 0;
	position: relative;
	-webkit-transition: all .25s cubic-bezier(.345, 0, .25, 1) 0s;
	transition: all .25s cubic-bezier(.345, 0, .25, 1) 0s;
	width: 28px;
	border: medium none;
	z-index: 2;
}

.mapthat_search_box:focus {
	cursor: text;
	opacity: 1;
	width: 250px;
}

/* -----------------------------------------
   5.0  DEV
----------------------------------------- */
.utility-header ul li {
	padding: 0 8px;
}

.fixed.compact .branding {
	height: 57px !important;
}

@media (min-width: 768px) {
	.main-navigation {
		padding-left: 300px;
	}
	
	.fixed.compact .header-cagov-logo {
		height: 55px;
		line-height: 55px;
	}
	
	.fixed.compact .main-navigation {
		margin-top: -50px;
		min-height: 50px;
	}
	
	.fixed.compact .header-cagov-logo img {
		height: 45px;
	}
}

@media (max-width: 992px) and (min-width: 768px) {
	.main-navigation {
		padding-left: 170px;
	}
	
	.header-cagov-logo img {
		max-width: 170px;
	}
	
	.top-level-nav {
		font-size: .9em;
	}
}

@media (min-width: 992px) {
	.main-navigation {
		padding-left: 300px;
	}
}

@media (min-width: 1280px) {
	.main-navigation {
		padding-left: 300px;
	}
}

/* cagov-template-v5 - v0.0.1 - Jul-18-2016 */

/* STYLES COMPILED FROM SOURCE (LESS) DO NOT MODIFY */

/* -----------------------------------------
 Helper Mixins for service-group
----------------------------------------- */

/* -----------------------------------------
   OCEANSIDE
----------------------------------------- */

/* -----------------------------------------
   LAYOUT
   /source/less/colorscheme/layout.less
----------------------------------------- */

/* Primary page with/without two-column */
.primary {}

.primary.two-column {}

.primary.two-column .main-content {
	background-color: #fff;
}

/* -----------------------------------------
   GLOBAL HEADER
   /source/less/colorscheme/global-header.less
----------------------------------------- */
.global-header {}

.explore-invite a:hover span[class^="ca-gov-icon-"] {
	color: #fdb81e;
}

.explore-invite a:hover .explore-title {
	color: #fdb81e;
}

/* -----------------------------------------
   GLOBAL FOOTER
   /source/less/colorscheme/global-footer.less
----------------------------------------- */
.global-footer {
	background: #222;
}

/* Targets icon of first h1 on the page  */
h1 span[class^="ca-gov-icon-"]:first-child {
	color: #046b99;
}

/* -----------------------------------------
   NAVIGATION
   /source/less/colorscheme/cs-navigation.less
----------------------------------------- */
.mobile-controls {
	background: #035a80;
}

.mobile-control {
	color: #fff;
}

.mobile-control a {
	color: #fff;
	text-decoration: none;
}

.mobile-control.toggle-sub-nav {
	color: #777;
}

.nav-item.active > a, .nav-item:hover > a {
	color: #046b99;
}

.nav-item.active > a > span[class^="ca-gov-icon"], .nav-item:hover > a > span[class^="ca-gov-icon"] {
	color: #046b99;
}

.nav-arrow-down {
	background: #046b99;
}

.first-level-link {
	color: #555;
}

.first-level-link > span[class^="ca-gov-icon"] {
	/* Navigation icons */
	color: #9fc7da;
}

@media (max-width: 767px) {
	.first-level-link {
		border-bottom: 1px solid #e1f2f7;
	}
}

.second-level-link {
	color: #046b99;
}

.second-level-link [class^="ca-gov-icon-"] {
	color: #046b99;
}

.second-level-nav > li {
	border: 1px solid transparent;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

.second-level-nav > li:hover, .second-level-nav > li:focus {
	background: #fff;
}

.second-level-nav .link-description {
	color: #555;
}

.sub-nav {
	border-top: 5px solid #fdb81e;
	border-bottom: 5px solid #046b99;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	background: #f5f9fb;
}

@media (max-width: 767px) {
	.sub-nav {
		border-top: none;
		border-bottom: none;
	}
}

.nav-media {
	background: transparent;
}

.nav-media .media:hover {
	background: #fff;
}

.nav-media .media {
	border-bottom: 1px solid #d6d6d6;
}

/* -----------------------------------------
   SEARCH
   /source/less/colorscheme.search.less
----------------------------------------- */
.search-container .search-textfield {
	background-color: rgba(255, 255, 255, .8);
}

.search-container .submit-container button {
	color: #fff;
	border-color: rgba(255, 255, 255, .8);
}

.search-container:hover .search-textfield, .search-container:focus .search-textfield, .search-container.active .search-textfield {
	background-color: #fff;
}

.search-container:hover .submit-container button, .search-container:focus .submit-container button, .search-container.active .submit-container button {
	border-color: #fff;
}

.search-container.active {
	background: #d6d6d6;
}

@media (min-width: 768px) {
	.search-container.active {
		border-bottom: 2px solid #d6d6d6;
	}
}

.search-container.active .submit-container button {
	border-color: #bdbdbd;
	background: #555;
}

.search-container.active .search-textfield {
	border-color: #bdbdbd;
}

.search-container.featured-search {
	background: #777;
	background: rgba(0, 0, 0, .65);
}

.search-container.featured-search:hover, .search-container.featured-search:focus {
	background-color: rgba(0, 0, 0, .8);
}

.search-container.featured-search.active {
	background: #d6d6d6;
}

/* -----------------------------------------
   PANELS
   /source/less/colorscheme/cs-panels.less
----------------------------------------- */

/* Default Panels */
.panel-default {
	border-color: #ddd;
}

.panel-default > .panel-heading {
	color: inherit;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: inherit;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}

.panel-default .panel-heading h2 span[class^="ca-gov-icon-"], .panel-default .panel-heading h3 span[class^="ca-gov-icon-"], .panel-default .panel-heading h4 span[class^="ca-gov-icon-"], .panel-default .panel-heading h5 span[class^="ca-gov-icon-"] {
	color: #323a45;
}

.panel-default .panel-heading .options .btn-default {
	color: #000;
	background-color: #fcfcfc;
	border-color: #ddd;
}

.panel-default .panel-heading .options .btn-default:hover, .panel-default .panel-heading .options .btn-default:focus, .panel-default .panel-heading .options .btn-default:active, .panel-default .panel-heading .options .btn-default.active, .open > .dropdown-toggle.panel-default .panel-heading .options .btn-default {
	color: #000;
	background-color: #e2e2e2;
	border-color: #bebebe;
}

.panel-default .panel-heading .options .btn-default:active, .panel-default .panel-heading .options .btn-default.active, .open > .dropdown-toggle.panel-default .panel-heading .options .btn-default {
	background-image: none;
}

.panel-default .panel-heading .options .btn-default:active.nitro-lazy, .panel-default .panel-heading .options .btn-default.active.nitro-lazy, .open > .dropdown-toggle.panel-default .panel-heading .options .btn-default.nitro-lazy {
	background-image: none !important;
}

.panel-default .panel-heading .options .btn-default.disabled, .panel-default .panel-heading .options .btn-default[disabled], fieldset[disabled] .panel-default .panel-heading .options .btn-default, .panel-default .panel-heading .options .btn-default.disabled:hover, .panel-default .panel-heading .options .btn-default[disabled]:hover, fieldset[disabled] .panel-default .panel-heading .options .btn-default:hover, .panel-default .panel-heading .options .btn-default.disabled:focus, .panel-default .panel-heading .options .btn-default[disabled]:focus, fieldset[disabled] .panel-default .panel-heading .options .btn-default:focus, .panel-default .panel-heading .options .btn-default.disabled:active, .panel-default .panel-heading .options .btn-default[disabled]:active, fieldset[disabled] .panel-default .panel-heading .options .btn-default:active, .panel-default .panel-heading .options .btn-default.disabled.active, .panel-default .panel-heading .options .btn-default[disabled].active, fieldset[disabled] .panel-default .panel-heading .options .btn-default.active {
	background-color: #fcfcfc;
	border-color: #ddd;
}

.panel-default .panel-heading .options .btn-default .badge {
	color: #fcfcfc;
	background-color: #000;
}

.panel-default .panel-body {
	background: #fff;
}

/* Overstated Panels */
.panel-overstated {
	border-color: #ddd;
}

.panel-overstated > .panel-heading {
	color: #fff;
	background-color: #046b99;
	border-color: #034867;
}

.panel-overstated > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}

.panel-overstated > .panel-heading .badge {
	color: #046b99;
	background-color: #fff;
}

.panel-overstated > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}

.panel-overstated .panel-heading {
	border-bottom-width: 5px;
	border-bottom-style: solid;
}

.panel-overstated .panel-heading h2 span[class^="ca-gov-icon-"], .panel-overstated .panel-heading h3 span[class^="ca-gov-icon-"], .panel-overstated .panel-heading h4 span[class^="ca-gov-icon-"], .panel-overstated .panel-heading h5 span[class^="ca-gov-icon-"] {
	color: #fff;
}

.panel-overstated .panel-heading .options .btn-default {
	color: #fff;
	background-color: #4f97b8;
	border-color: #034867;
}

.panel-overstated .panel-heading .options .btn-default:hover, .panel-overstated .panel-heading .options .btn-default:focus, .panel-overstated .panel-heading .options .btn-default:active, .panel-overstated .panel-heading .options .btn-default.active, .open > .dropdown-toggle.panel-overstated .panel-heading .options .btn-default {
	color: #fff;
	background-color: #3d7b97;
	border-color: #011f2c;
}

.panel-overstated .panel-heading .options .btn-default:active, .panel-overstated .panel-heading .options .btn-default.active, .open > .dropdown-toggle.panel-overstated .panel-heading .options .btn-default {
	background-image: none;
}

.panel-overstated .panel-heading .options .btn-default:active.nitro-lazy, .panel-overstated .panel-heading .options .btn-default.active.nitro-lazy, .open > .dropdown-toggle.panel-overstated .panel-heading .options .btn-default.nitro-lazy {
	background-image: none !important;
}

.panel-overstated .panel-heading .options .btn-default.disabled, .panel-overstated .panel-heading .options .btn-default[disabled], fieldset[disabled] .panel-overstated .panel-heading .options .btn-default, .panel-overstated .panel-heading .options .btn-default.disabled:hover, .panel-overstated .panel-heading .options .btn-default[disabled]:hover, fieldset[disabled] .panel-overstated .panel-heading .options .btn-default:hover, .panel-overstated .panel-heading .options .btn-default.disabled:focus, .panel-overstated .panel-heading .options .btn-default[disabled]:focus, fieldset[disabled] .panel-overstated .panel-heading .options .btn-default:focus, .panel-overstated .panel-heading .options .btn-default.disabled:active, .panel-overstated .panel-heading .options .btn-default[disabled]:active, fieldset[disabled] .panel-overstated .panel-heading .options .btn-default:active, .panel-overstated .panel-heading .options .btn-default.disabled.active, .panel-overstated .panel-heading .options .btn-default[disabled].active, fieldset[disabled] .panel-overstated .panel-heading .options .btn-default.active {
	background-color: #4f97b8;
	border-color: #034867;
}

.panel-overstated .panel-heading .options .btn-default .badge {
	color: #4f97b8;
	background-color: #fff;
}

.panel-overstated .panel-body {
	background: #fff;
}

/* Uderstated Panels */
.panel-understated {
	border-color: #ccc;
}

.panel-understated > .panel-heading {
	color: inherit;
	background-color: #e1f2f7;
	border-color: #ccc;
}

.panel-understated > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ccc;
}

.panel-understated > .panel-heading .badge {
	color: #e1f2f7;
	background-color: inherit;
}

.panel-understated > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ccc;
}

.panel-understated .panel-heading {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
}

.panel-understated .panel-heading h2 span[class^="ca-gov-icon-"], .panel-understated .panel-heading h3 span[class^="ca-gov-icon-"], .panel-understated .panel-heading h4 span[class^="ca-gov-icon-"], .panel-understated .panel-heading h5 span[class^="ca-gov-icon-"] {
	color: #323a45;
}

.panel-understated .panel-heading .options .btn-default {
	color: #000;
	background-color: #f6fbfd;
	border-color: #ccc;
}

.panel-understated .panel-heading .options .btn-default:hover, .panel-understated .panel-heading .options .btn-default:focus, .panel-understated .panel-heading .options .btn-default:active, .panel-understated .panel-heading .options .btn-default.active, .open > .dropdown-toggle.panel-understated .panel-heading .options .btn-default {
	color: #000;
	background-color: #ceeaf2;
	border-color: #adadad;
}

.panel-understated .panel-heading .options .btn-default:active, .panel-understated .panel-heading .options .btn-default.active, .open > .dropdown-toggle.panel-understated .panel-heading .options .btn-default {
	background-image: none;
}

.panel-understated .panel-heading .options .btn-default:active.nitro-lazy, .panel-understated .panel-heading .options .btn-default.active.nitro-lazy, .open > .dropdown-toggle.panel-understated .panel-heading .options .btn-default.nitro-lazy {
	background-image: none !important;
}

.panel-understated .panel-heading .options .btn-default.disabled, .panel-understated .panel-heading .options .btn-default[disabled], fieldset[disabled] .panel-understated .panel-heading .options .btn-default, .panel-understated .panel-heading .options .btn-default.disabled:hover, .panel-understated .panel-heading .options .btn-default[disabled]:hover, fieldset[disabled] .panel-understated .panel-heading .options .btn-default:hover, .panel-understated .panel-heading .options .btn-default.disabled:focus, .panel-understated .panel-heading .options .btn-default[disabled]:focus, fieldset[disabled] .panel-understated .panel-heading .options .btn-default:focus, .panel-understated .panel-heading .options .btn-default.disabled:active, .panel-understated .panel-heading .options .btn-default[disabled]:active, fieldset[disabled] .panel-understated .panel-heading .options .btn-default:active, .panel-understated .panel-heading .options .btn-default.disabled.active, .panel-understated .panel-heading .options .btn-default[disabled].active, fieldset[disabled] .panel-understated .panel-heading .options .btn-default.active {
	background-color: #f6fbfd;
	border-color: #ccc;
}

.panel-understated .panel-heading .options .btn-default .badge {
	color: #f6fbfd;
	background-color: #000;
}

.panel-understated .panel-body {
	background: #fff;
}

/* Standout Panels */
.panel-standout {
	border-color: #ccc;
}

.panel-standout > .panel-heading {
	color: #fff;
	background-color: #323a45;
	border-color: #fdb81e;
}

.panel-standout > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ccc;
}

.panel-standout > .panel-heading .badge {
	color: #323a45;
	background-color: #fff;
}

.panel-standout > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ccc;
}

.panel-standout .panel-heading {
	border-bottom-width: 5px;
	border-bottom-style: solid;
}

.panel-standout .panel-heading h2 span[class^="ca-gov-icon-"], .panel-standout .panel-heading h3 span[class^="ca-gov-icon-"], .panel-standout .panel-heading h4 span[class^="ca-gov-icon-"], .panel-standout .panel-heading h5 span[class^="ca-gov-icon-"] {
	color: #fdb81e;
}

.panel-standout .panel-heading .options .btn-default {
	color: #fff;
	background-color: #70757d;
	border-color: #272e36;
}

.panel-standout .panel-heading .options .btn-default:hover, .panel-standout .panel-heading .options .btn-default:focus, .panel-standout .panel-heading .options .btn-default:active, .panel-standout .panel-heading .options .btn-default.active, .open > .dropdown-toggle.panel-standout .panel-heading .options .btn-default {
	color: #fff;
	background-color: #575c62;
	border-color: #0e1013;
}

.panel-standout .panel-heading .options .btn-default:active, .panel-standout .panel-heading .options .btn-default.active, .open > .dropdown-toggle.panel-standout .panel-heading .options .btn-default {
	background-image: none;
}

.panel-standout .panel-heading .options .btn-default:active.nitro-lazy, .panel-standout .panel-heading .options .btn-default.active.nitro-lazy, .open > .dropdown-toggle.panel-standout .panel-heading .options .btn-default.nitro-lazy {
	background-image: none !important;
}

.panel-standout .panel-heading .options .btn-default.disabled, .panel-standout .panel-heading .options .btn-default[disabled], fieldset[disabled] .panel-standout .panel-heading .options .btn-default, .panel-standout .panel-heading .options .btn-default.disabled:hover, .panel-standout .panel-heading .options .btn-default[disabled]:hover, fieldset[disabled] .panel-standout .panel-heading .options .btn-default:hover, .panel-standout .panel-heading .options .btn-default.disabled:focus, .panel-standout .panel-heading .options .btn-default[disabled]:focus, fieldset[disabled] .panel-standout .panel-heading .options .btn-default:focus, .panel-standout .panel-heading .options .btn-default.disabled:active, .panel-standout .panel-heading .options .btn-default[disabled]:active, fieldset[disabled] .panel-standout .panel-heading .options .btn-default:active, .panel-standout .panel-heading .options .btn-default.disabled.active, .panel-standout .panel-heading .options .btn-default[disabled].active, fieldset[disabled] .panel-standout .panel-heading .options .btn-default.active {
	background-color: #70757d;
	border-color: #272e36;
}

.panel-standout .panel-heading .options .btn-default .badge {
	color: #70757d;
	background-color: #fff;
}

.panel-standout .panel-body {
	background: #fff;
}

/* Adds triangle to panel */
.panel-standout.highlight .panel-heading .triangle {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #fdb81e;
}

/* -----------------------------------------
   TABS
   /source/less/colorscheme/cs-tabs.less
----------------------------------------- */
.tab-group {
	background: #fff;
}

.tab-group .nav-tabs {
	background: #f5f5f5;
}

/* -----------------------------------------
   MEDIA
   /source/less/colorscheme/media.less
----------------------------------------- */
figure {
	background-color: #e1f2f7;
	border-color: #9fdbf1;
}

/* -----------------------------------------
   PANELS
   /source/less/colorscheme/location.less
----------------------------------------- */
.location.mini [class^="ca-gov-icon"] {
	background: #323a45;
	color: #fff;
}

/* -----------------------------------------
   TYPOGRAPHY
   /source/less/colorscheme/typography.less
----------------------------------------- */
.published {
	color: #777;
}

/* -----------------------------------------
   SECTIONS
   /source/less/colorscheme/sections.less
----------------------------------------- */
.section-default, .card-default {
	background: #f5f5f5;
}

.section-default .panel-heading, .card-default .panel-heading {
	background: #ededed;
}

.section-search, .card-search {
	background: #d6d6d6;
}

.section-understated, .card-understated {
	background: #d6d6d6;
}

.section-overstated, .card-overstated {
	background: #02bfe7;
	color: #000;
}

.section-overstated a:not(.btn), .card-overstated a:not(.btn) {
	color: #fff;
	text-decoration: none;
	transition: all .25s;
}

.section-overstated a:not(.btn):hover, .card-overstated a:not(.btn):hover, .section-overstated a:not(.btn):focus, .card-overstated a:not(.btn):focus {
	color: #fff;
	text-decoration: underline;
}

.section-overstated a:not(.btn):focus, .card-overstated a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.section-standout, .card-standout {
	background: #323a45;
	color: #fff;
}

.section-standout a:not(.btn), .card-standout a:not(.btn) {
	color: #49bbf8;
	text-decoration: none;
	transition: all .25s;
}

.section-standout a:not(.btn):hover, .card-standout a:not(.btn):hover, .section-standout a:not(.btn):focus, .card-standout a:not(.btn):focus {
	color: #fff;
	text-decoration: underline;
}

.section-standout a:not(.btn):focus, .card-standout a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.section-standout .half-gauge-chart .donut-background, .card-standout .half-gauge-chart .donut-background {
	fill: #d6d6d6;
}

.section-standout .half-gauge-chart .donut-halfmark, .card-standout .half-gauge-chart .donut-halfmark {
	stroke: #f5f5f5;
}

.section-impact, .card-impact {
	background: #323a45;
	color: #fff;
}

.section-impact a:not(.btn), .card-impact a:not(.btn) {
	color: #f5f5f5;
	text-decoration: none;
	transition: all .25s;
}

.section-impact a:not(.btn):hover, .card-impact a:not(.btn):hover, .section-impact a:not(.btn):focus, .card-impact a:not(.btn):focus {
	color: #fdb81e;
	text-decoration: underline;
}

.section-impact a:not(.btn):focus, .card-impact a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.section-impact .half-gauge-chart .donut-background, .card-impact .half-gauge-chart .donut-background {
	fill: #d6d6d6;
}

.section-impact .half-gauge-chart .donut-halfmark, .card-impact .half-gauge-chart .donut-halfmark {
	stroke: #f5f5f5;
}

.section-impact h1, .card-impact h1, .section-impact h2, .card-impact h2, .section-impact h3, .card-impact h3, .section-impact h4, .card-impact h4, .section-impact h5, .card-impact h5, .section-impact h6, .card-impact h6 {
	color: #9fdbf1;
	font-weight: 900;
}

.section-impact .btn-default, .card-impact .btn-default {
	color: #fff;
	background-color: transparent;
	border-color: #9fdbf1;
	margin-bottom: 11px;
}

.section-impact .btn-default:hover, .card-impact .btn-default:hover, .section-impact .btn-default:focus, .card-impact .btn-default:focus, .section-impact .btn-default:active, .card-impact .btn-default:active, .section-impact .btn-default.active, .card-impact .btn-default.active, .open > .dropdown-toggle.section-impact .btn-default, .open > .dropdown-toggle.card-impact .btn-default {
	color: #fff;
	background-color: rgba(255, 255, 255, .2);
	border-color: #fff;
}

.section-impact .btn-default:active, .card-impact .btn-default:active, .section-impact .btn-default.active, .card-impact .btn-default.active, .open > .dropdown-toggle.section-impact .btn-default, .open > .dropdown-toggle.card-impact .btn-default {
	background-image: none;
}

.section-impact .btn-default:active.nitro-lazy, .card-impact .btn-default:active.nitro-lazy, .section-impact .btn-default.active.nitro-lazy, .card-impact .btn-default.active.nitro-lazy, .open > .dropdown-toggle.section-impact .btn-default.nitro-lazy, .open > .dropdown-toggle.card-impact .btn-default.nitro-lazy {
	background-image: none !important;
}

.section-impact .btn-default.disabled, .card-impact .btn-default.disabled, .section-impact .btn-default[disabled], .card-impact .btn-default[disabled], fieldset[disabled] .section-impact .btn-default, fieldset[disabled] .card-impact .btn-default, .section-impact .btn-default.disabled:hover, .card-impact .btn-default.disabled:hover, .section-impact .btn-default[disabled]:hover, .card-impact .btn-default[disabled]:hover, fieldset[disabled] .section-impact .btn-default:hover, fieldset[disabled] .card-impact .btn-default:hover, .section-impact .btn-default.disabled:focus, .card-impact .btn-default.disabled:focus, .section-impact .btn-default[disabled]:focus, .card-impact .btn-default[disabled]:focus, fieldset[disabled] .section-impact .btn-default:focus, fieldset[disabled] .card-impact .btn-default:focus, .section-impact .btn-default.disabled:active, .card-impact .btn-default.disabled:active, .section-impact .btn-default[disabled]:active, .card-impact .btn-default[disabled]:active, fieldset[disabled] .section-impact .btn-default:active, fieldset[disabled] .card-impact .btn-default:active, .section-impact .btn-default.disabled.active, .card-impact .btn-default.disabled.active, .section-impact .btn-default[disabled].active, .card-impact .btn-default[disabled].active, fieldset[disabled] .section-impact .btn-default.active, fieldset[disabled] .card-impact .btn-default.active {
	background-color: transparent;
	border-color: #9fdbf1;
}

.section-impact .btn-default .badge, .card-impact .btn-default .badge {
	color: transparent;
	background-color: #fff;
}

.section-impact .btn-default [class^="ca-gov-icon-"], .card-impact .btn-default [class^="ca-gov-icon-"] {
	color: #9fdbf1;
	padding: 0 5px;
}

.section-primary, .card-primary {
	background: #046b99;
	color: #fff;
}

.section-primary a:not(.btn), .card-primary a:not(.btn) {
	color: #f5f5f5;
	text-decoration: none;
	transition: all .25s;
}

.section-primary a:not(.btn):hover, .card-primary a:not(.btn):hover, .section-primary a:not(.btn):focus, .card-primary a:not(.btn):focus {
	color: #fdb81e;
	text-decoration: underline;
}

.section-primary a:not(.btn):focus, .card-primary a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.section-inverted, .card-inverted {
	background: #222;
	color: #fff;
}

.section-inverted a:not(.btn), .card-inverted a:not(.btn) {
	color: #f5f5f5;
	text-decoration: none;
	transition: all .25s;
}

.section-inverted a:not(.btn):hover, .card-inverted a:not(.btn):hover, .section-inverted a:not(.btn):focus, .card-inverted a:not(.btn):focus {
	color: #fdb81e;
	text-decoration: underline;
}

.section-inverted a:not(.btn):focus, .card-inverted a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.section-danger, .card-danger {
	background: #d34a37;
	color: #fff;
}

.section-danger a:not(.btn), .card-danger a:not(.btn) {
	color: #000;
	text-decoration: none;
	transition: all .25s;
}

.section-danger a:not(.btn):hover, .card-danger a:not(.btn):hover, .section-danger a:not(.btn):focus, .card-danger a:not(.btn):focus {
	color: #fff;
	text-decoration: underline;
}

.section-danger a:not(.btn):focus, .card-danger a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

/* -----------------------------------------
   HEADER SLIDESHOW BANNER
   /source/less/cagov/header-slideshow-banner.less
----------------------------------------- */

/* HEADER SLIDESHOW */
.header-slideshow-banner {
	position: relative;
	height: 600px;
	background: #000;
}

.header-slideshow-banner .banner-pager, .header-slideshow-banner .banner-play-pause {
	top: 350px;
}

.header-slideshow-banner .carousel {
	margin-top: 0;
	margin-bottom: 0;
}

/* CA GOV Template hides the carousel by default. 
   The following lines are to unhide it and make it look pretty */
@media (max-width: 767px) {
	.header-slideshow-banner {
		display: block;
		height: 160px;
	}
	
	.header-slideshow-banner #primary-carousel {
		margin: 0;
		padding: 0;
	}
	
	.header-slideshow-banner #primary-carousel .slide-text {
		bottom: -11px;
		right: 0;
		font-size: 14px;
		width: 100%;
	}
	
	.header-slideshow-banner #primary-carousel .slide-text .title {
		font-size: 19px;
	}
}

/* Move the slide text below the image for small mobile devices */
@media (max-width: 767px) {
	.header-slideshow-banner .banner-pager, .header-slideshow-banner .banner-play-pause {
		top: 15px;
	}
}

/* -----------------------------------------
   PROGRESS BARS
   /source/less/cagov/cs-progress-bar.less
----------------------------------------- */

/* Traditional Colors */
.progress-bar-default {
	background-color: #d6d6d6;
}

.progress-striped .progress-bar-default {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-primary {
	background-color: #046b99;
}

.progress-striped .progress-bar-primary {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-understated {
	background-color: #e1f2f7;
}

.progress-striped .progress-bar-understated {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-overstated {
	background-color: #02bfe7;
}

.progress-striped .progress-bar-overstated {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-standout {
	background-color: #323a45;
}

.progress-striped .progress-bar-standout {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

/* Accent Colors */
.progress-bar-accent1 {
	background-color: #1f89db;
}

.progress-striped .progress-bar-accent1 {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-accent1 {
	background-color: #1f89db;
}

.progress-striped .progress-bar-accent1 {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-accent2 {
	background-color: #49bbf8;
}

.progress-striped .progress-bar-accent2 {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-accent3 {
	background-color: #35bbaa;
}

.progress-striped .progress-bar-accent3 {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-accent4 {
	background-color: #72ce6f;
}

.progress-striped .progress-bar-accent4 {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-accent5 {
	background-color: #815ab4;
}

.progress-striped .progress-bar-accent5 {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-accent6 {
	background-color: #dd99e5;
}

.progress-striped .progress-bar-accent6 {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-accent7 {
	background-color: #d34a37;
}

.progress-striped .progress-bar-accent7 {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-accent8 {
	background-color: #f27e31;
}

.progress-striped .progress-bar-accent8 {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-accent9 {
	background-color: #f7e455;
}

.progress-striped .progress-bar-accent9 {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

/* -----------------------------------------
   COMMENT
   /source/less/cagov/file.less
----------------------------------------- */
.testimonial-default {
	background: #f5f5f5;
}

.testimonial-understated {
	background: #e1f2f7;
}

.testimonial-overstated {
	background: #02bfe7;
	color: #000;
}

.testimonial-overstated a:not(.btn) {
	color: #fff;
	text-decoration: none;
	transition: all .25s;
}

.testimonial-overstated a:not(.btn):hover, .testimonial-overstated a:not(.btn):focus {
	color: #fff;
	text-decoration: underline;
}

.testimonial-overstated a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.testimonial-overstated footer {
	color: #000;
}

.testimonial-standout {
	background: #323a45;
	color: #fff;
}

.testimonial-standout a:not(.btn) {
	color: #fdb81e;
	text-decoration: none;
	transition: all .25s;
}

.testimonial-standout a:not(.btn):hover, .testimonial-standout a:not(.btn):focus {
	color: #fff;
	text-decoration: underline;
}

.testimonial-standout a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.testimonial-standout footer {
	color: #fff;
}

.testimonial-primary {
	background: #046b99;
	color: #fff;
}

.testimonial-primary a:not(.btn) {
	color: #fdb81e;
	text-decoration: none;
	transition: all .25s;
}

.testimonial-primary a:not(.btn):hover, .testimonial-primary a:not(.btn):focus {
	color: #fff;
	text-decoration: underline;
}

.testimonial-primary a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.testimonial-primary footer {
	color: #fff;
}

.testimonial-inverted {
	background: #222;
	color: #fff;
}

.testimonial-inverted a:not(.btn) {
	color: #fdb81e;
	text-decoration: none;
	transition: all .25s;
}

.testimonial-inverted a:not(.btn):hover, .testimonial-inverted a:not(.btn):focus {
	color: #fff;
	text-decoration: underline;
}

.testimonial-inverted a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.testimonial-inverted footer {
	color: #fff;
}

.testimonial-danger {
	background: #d34a37;
	color: #fff;
}

.testimonial-danger a:not(.btn) {
	color: #000;
	text-decoration: none;
	transition: all .25s;
}

.testimonial-danger a:not(.btn):hover, .testimonial-danger a:not(.btn):focus {
	color: #fff;
	text-decoration: underline;
}

.testimonial-danger a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.testimonial-danger footer {
	color: #fff;
}

/* -----------------------------------------
   CARDS
   /source/less/colorscheme/cs-cards.less
----------------------------------------- */
.card-default {
	background-color: #fff;
	border-color: #d6d6d6;
	color: #000;
}

.card-default .card-header {
	border-bottom: 1px solid #d6d6d6;
	background-color: #f2f2f2;
}

.card-default .card-footer {
	border-top: 1px solid #d6d6d6;
	background-color: #f2f2f2;
}

.card-primary {
	background-color: #046b99;
	border-color: #046b99;
	color: #fff;
}

.card-primary a:not(.btn) {
	color: gray-lightest;
	text-decoration: none;
	transition: all .25s;
}

.card-primary a:not(.btn):hover, .card-primary a:not(.btn):focus {
	color: #fdb81e;
	text-decoration: underline;
}

.card-primary a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.card-primary .card-header {
	border-bottom: 1px solid #046b99;
	background-color: #035a80;
}

.card-primary .card-footer {
	border-top: 1px solid #046b99;
	background-color: #035a80;
}

.card-understated {
	background-color: #e1f2f7;
	border-color: #cde9f2;
	color: #000;
}

.card-understated .card-header {
	border-bottom: 1px solid #cde9f2;
	background-color: #cde9f2;
}

.card-understated .card-footer {
	border-top: 1px solid #cde9f2;
	background-color: #cde9f2;
}

.card-overstated {
	background-color: #02bfe7;
	border-color: #029ebf;
	color: #000;
}

.card-overstated a:not(.btn) {
	color: #fff;
	text-decoration: none;
	transition: all .25s;
}

.card-overstated a:not(.btn):hover, .card-overstated a:not(.btn):focus {
	color: #fdb81e;
	text-decoration: underline;
}

.card-overstated a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.card-overstated .card-header {
	border-bottom: 1px solid #029ebf;
	background-color: #02aace;
}

.card-overstated .card-footer {
	border-top: 1px solid #029ebf;
	background-color: #02aace;
}

.card-standout {
	background-color: #323a45;
	border-color: #21262d;
	color: #fff;
}

.card-standout a:not(.btn) {
	color: #f5f5f5;
	text-decoration: none;
	transition: all .25s;
}

.card-standout a:not(.btn):hover, .card-standout a:not(.btn):focus {
	color: #fdb81e;
	text-decoration: underline;
}

.card-standout a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.card-standout .card-header {
	border-bottom: 1px solid #21262d;
	background-color: #272e36;
}

.card-standout .card-footer {
	border-top: 1px solid #21262d;
	background-color: #272e36;
}

.card-inverted, .card-inverse {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.card-inverted a:not(.btn), .card-inverse a:not(.btn) {
	color: #f5f5f5;
	text-decoration: none;
	transition: all .25s;
}

.card-inverted a:not(.btn):hover, .card-inverse a:not(.btn):hover, .card-inverted a:not(.btn):focus, .card-inverse a:not(.btn):focus {
	color: #fdb81e;
	text-decoration: underline;
}

.card-inverted a:not(.btn):focus, .card-inverse a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.card-inverted .card-header, .card-inverse .card-header {
	border-bottom: 1px solid #000;
	background-color: #000;
}

.card-inverted .card-footer, .card-inverse .card-footer {
	border-top: 1px solid #000;
	background-color: #000;
}

.card-success {
	background-color: #72ce6f;
	border-color: #72ce6f;
	color: #000;
}

.card-success a:not(.btn) {
	color: #fdb81e;
	text-decoration: none;
	transition: all .25s;
}

.card-success a:not(.btn):hover, .card-success a:not(.btn):focus {
	color: #fff;
	text-decoration: underline;
}

.card-success a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.card-success .card-header {
	border-bottom: 1px solid #72ce6f;
	background-color: #5fc85c;
}

.card-success .card-footer {
	border-top: 1px solid #72ce6f;
	background-color: #5fc85c;
}

.card-info {
	background-color: #02bfe7;
	border-color: #02bfe7;
	color: #000;
}

.card-info a:not(.btn) {
	color: #fff;
	text-decoration: none;
	transition: all .25s;
}

.card-info a:not(.btn):hover, .card-info a:not(.btn):focus {
	color: #fff;
	text-decoration: underline;
}

.card-info a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.card-info .card-header {
	border-bottom: 1px solid #02bfe7;
	background-color: #02aace;
}

.card-info .card-footer {
	border-top: 1px solid #02bfe7;
	background-color: #02aace;
}

.card-warning {
	background-color: #f27e31;
	border-color: #f27e31;
	color: #fff;
}

.card-warning a:not(.btn) {
	color: #000;
	text-decoration: none;
	transition: all .25s;
}

.card-warning a:not(.btn):hover, .card-warning a:not(.btn):focus {
	color: #fff;
	text-decoration: underline;
}

.card-warning a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.card-warning .card-header {
	border-bottom: 1px solid #f27e31;
	background-color: #f06f19;
}

.card-warning .card-footer {
	border-top: 1px solid #f27e31;
	background-color: #f06f19;
}

.card-danger {
	background-color: #d34a37;
	border-color: #d34a37;
	color: #fff;
}

.card-danger a:not(.btn) {
	color: #000;
	text-decoration: none;
	transition: all .25s;
}

.card-danger a:not(.btn):hover, .card-danger a:not(.btn):focus {
	color: #fff;
	text-decoration: underline;
}

.card-danger a:not(.btn):focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.card-danger .card-header {
	border-bottom: 1px solid #d34a37;
	background-color: #c53e2b;
}

.card-danger .card-footer {
	border-top: 1px solid #d34a37;
	background-color: #c53e2b;
}

.card-inverse .card-header, .card-inverted .card-header {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.card-inverse .card-footer, .card-inverted .card-footer {
	border-top: 1px solid rgba(255, 255, 255, .2);
}

/* -----------------------------------------
   ACCENT TEXT
   /source/less/colorscheme/cs-text-accent.less
----------------------------------------- */
.text-accent1 {
	color: #1f89db;
}

.text-accent2 {
	color: #49bbf8;
}

.text-accent3 {
	color: #35bbaa;
}

.text-accent4 {
	color: #72ce6f;
}

.text-accent5 {
	color: #815ab4;
}

.text-accent6 {
	color: #dd99e5;
}

.text-accent7 {
	color: #d34a37;
}

.text-accent8 {
	color: #f27e31;
}

.text-accent9 {
	color: #f7e455;
}

.text-accent-p1 {
	color: #fdb81e;
}

.text-accent-p2 {
	color: #046b99;
}

.text-accent-p3 {
	color: #323a45;
}

.text-accent-s1 {
	color: #e1f2f7;
}

.text-accent-s2 {
	color: #9fdbf1;
}

.text-accent-s3 {
	color: #02bfe7;
}

/* -----------------------------------------
   IMAGE HELPERS
   /source/less/cagov/image.less
----------------------------------------- */
.section-understated .img-thumbnail, .card-understated .img-thumbnail {
	padding: 4px;
	background-color: #f5f5f5;
	border: 1px solid #c2c2c2;
}

.section-overstated .img-thumbnail, .card-overstated .img-thumbnail {
	padding: 4px;
	background-color: #9ae5f5;
	border: 1px solid #029ebf;
}

.section-standout .img-thumbnail, .card-standout .img-thumbnail, .section-impact .img-thumbnail, .card-impact .img-thumbnail {
	padding: 4px;
	background-color: #84898f;
	border: 1px solid #21262d;
}

.section-primary .img-thumbnail, .card-primary .img-thumbnail {
	padding: 4px;
	background-color: #b4d3e0;
	border: 1px solid #034867;
}

.section-inverted .img-thumbnail, .card-inverted .img-thumbnail {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #c2c2c2;
}

.section-danger .img-thumbnail, .card-danger .img-thumbnail {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #c2c2c2;
}

.carousel-video-submenu .owl-item.watching img {
	border-color: #fdb81e;
}

/* -----------------------------------------
   HIGH CONTRAST MODE
   /source/less/cagov/file.less
----------------------------------------- */
html.high-contrast {}

html.high-contrast * {
	background-color: #000 !important;
	background-image: none !important;
	border-color: #ffd600 !important;
	box-shadow: none !important;
	color: #ffd600 !important;
	text-shadow: none !important;
}

html.high-contrast *.nitro-lazy {
	background-image: none !important;
}

html.high-contrast .gauge-detail, html.high-contrast .gauge-number, html.high-contrast .percent-detail {
	background: none !important;
}

html.high-contrast .service-tile .teaser:before {
	border: none !important;
}

html.high-contrast .enableHighContrastMode.active, html.high-contrast .disableHighContrastMode.active {
	background: #ffd600 !important;
	color: #000 !important;
}

html.high-contrast .close {
	opacity: 1;
}

/* -----------------------------------------
   SHAME FILE

   Intended for development or debugging aid.
   This file should be empty when deploying to production.
   All styles should be moved to their appropriate file.

   /source/less/cagov/colorscheme/_cs-shame.less
----------------------------------------- */
@media (min-width: 768px) {
	.global-header.fixed {
		z-index: 7;
	}
	
	.ask-group {
		z-index: 5;
		position: fixed;
	}
	
	.search-results-container {
		z-index: 6;
		position: absolute;
		top: 155px;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.ask-group {
		float: none;
		padding-bottom: 1px;
	}
}

@media (min-width: 768px) {
	.fixed.compact .search-container {
		opacity: 0;
	}
	
	.active-search .fixed.compact .search-container, .fixed.compact .search-container.active {
		opacity: 1;
		top: 51px;
	}
}

.dev.nav-item .sub-nav {
	display: block;
}

/* Section Primary  */
.section {
	overflow: hidden;
}

.et_pb_ca_fullwidth_section_primary, .et_pb_ca_fullwidth_section_footer {
	padding: 50px 25px;
}

/* Section - Footer */
.et_pb_ca_fullwidth_section_footer .row .quarter h4:first-child, .et_pb_ca_section_footer .row .quarter h4:first-child {
	border-bottom-style: none;
}

.et_pb_ca_fullwidth_section_footer ul {
	padding: 0 !important;
}

/* Section - Carousel */
.et_pb_ca_section_carousel .container {
	width: 100%;
}

/* Panel Style */
.panel-heading > h1 {
	margin: 0;
}

.panel-heading h2 {
	width: 100%;
}

/* Profile Banner */
.profile-banner .banner-subtitle {
	color: #333;
}

.profile-banner {
	overflow: hidden;
	height: 90px;
}

.profile-banner.round-image {
	height: auto;
	border: none;
}

.profile-banner-img-wrapper {
	height: 90px;
	float: right;
	border-radius: 50px;
	overflow: hidden;
}

#profile-banner-wrapper a:hover {
	text-decoration: none;
}

/* Divi Accordion Style */
.et-learn-more h3.heading-more {
	color: black;
}

ul, ol {
	list-style-position: outside;
}

/* Fullwidth Section Footer */
.et_pb_ca_fullwidth_section_footer li {
	margin-left: 1em;
	text-indent: -1em;
}

/* Fullwidth Section Carousel */
.et_pb_ca_fullwidth_section_carousel button {
	margin-top: 1em;
}

.et_pb_ca_fullwidth_section_carousel button a, .et_pb_ca_fullwidth_section_carousel h2 {
	color: white;
}

/* Section Carousel */
.et_pb_ca_section_carousel button {
	margin-top: 1em;
}

.et_pb_ca_section_carousel button a, .et_pb_ca_section_carousel h2 {
	color: white;
}

ol {
	margin-left: 16px;
}

/* Service Tiles */
.et_pb_ca_fullwidth_service_tiles .service-tile.half {
	width: 50%;
}

.et_pb_ca_fullwidth_service_tiles .service-tile.full {
	width: 100%;
}

/* Post List */

/* Remove the Divi Padding around the et_pb_toggle */
.et_pb_module.et_pb_ca_post_list.faqs-list .et_pb_toggle_open, .et_pb_module.et_pb_ca_post_list.faqs-list .et_pb_toggle_close {
	padding: 0px;
}

.et_pb_module.et_pb_ca_post_list.faqs-list .et_pb_toggle_open .panel-heading .panel-title, .et_pb_module.et_pb_ca_post_list.faqs-list .et_pb_toggle_close .panel-heading .panel-title {
	color: black !important;
	padding-bottom: 0px;
}

.et_pb_module.et_pb_ca_post_list.faqs-list .et_pb_toggle_open .panel-heading, .et_pb_module.et_pb_ca_post_list.faqs-list .et_pb_toggle_close .panel-heading {
	border-bottom: inherit;
}

/* Apply the Arrows */
.et_pb_module.et_pb_ca_post_list.faqs-list .et_pb_toggle_open .panel-heading .panel-title a:after {
	content: "C";
	font-family: cagov;
}

.et_pb_module.et_pb_ca_post_list.faqs-list .et_pb_toggle_close  .panel-heading .panel-title a:after {
	content: "E";
	font-family: cagov;
}

/* Cards */

/* Remove extra padding bottom of Card modules */
.et_pb_ca_card  .card-block * {
	padding-bottom: 0px;
}

.card-title {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	border-bottom: 0 !important;
}

.card {
	position: relative;
	display: block;
	margin-bottom: 11px;
	background-color: #fff;
	border-radius: 0;
}

.card .btn-block {
	margin-top: 5px;
}

.card .toggle-more {
	display: inline-block;
	color: #777;
	font-family: "CaGov";
	font-size: 22px;
	margin-left: -11px;
}

.card .toggle-more:before {
	content: "";
}

.card .toggle-more.active:before {
	content: "";
}

.card-block {
	padding: 15px;
	color: initial;
}

.card-subtitle {
	margin-top: -5.5px;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link + .card-link {
	margin-left: 15px;
}

.card-header {
	padding: 11px 15px;
}

.card-header:first-child {
	border-radius: -1px -1px 0 0;
}

.card-footer {
	padding: 11px 15px;
}

.card-footer:last-child {
	border-radius: 0 0 -1px -1px;
}

.card-img-top {
	border-radius: -1px -1px 0 0;
}

.card-img-bottom {
	border-radius: 0 0 -1px -1px;
}

.et_font_icon li[class^="ca-gov-icon-"]:before, .et_font_icon li[class*=" ca-gov-icon-"]:before, [class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "CaGov" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.et_font_icon li:before, .et_pb_inline_icon:before, .et_pb_custom_button_icon:after, .et-pb-icon {
	font-family: "CaGov", "ETModules" !important;
	content: attr(data-icon);
	speak: none;
}

.icon-caret-up:before {
	content: "2" !important;
}

.icon-caret-down:before {
	content: "3" !important;
}

.icon-caret-left:before {
	content: "4" !important;
}

.icon-caret-right:before {
	content: "5" !important;
}

.icon-caret-two-up:before {
	content: "6" !important;
}

.icon-caret-two-down:before {
	content: "7" !important;
}

.icon-caret-two-left:before {
	content: "8" !important;
}

.icon-caret-two-right:before {
	content: "9" !important;
}

.icon-caret-line-up:before {
	content: ":" !important;
}

.icon-caret-line-down:before {
	content: ";" !important;
}

.icon-caret-line-left:before {
	content: "<" !important;
}

.icon-caret-line-right:before {
	content: "=" !important;
}

.icon-caret-line-two-up:before {
	content: ">" !important;
}

.icon-caret-line-two-down:before {
	content: "?" !important;
}

.icon-caret-line-two-left:before {
	content: "@" !important;
}

.icon-caret-line-two-right:before {
	content: "A" !important;
}

.icon-triangle-up:before {
	content: "B" !important;
}

.icon-triangle-down:before {
	content: "C" !important;
}

.icon-triangle-left:before {
	content: "D" !important;
}

.icon-triangle-right:before {
	content: "E" !important;
}

.icon-triangle-line-up:before {
	content: "F" !important;
}

.icon-triangle-line-down:before {
	content: "G" !important;
}

.icon-triangle-line-left:before {
	content: "H" !important;
}

.icon-triangle-line-right:before {
	content: "I" !important;
}

.icon-minus-mark:before {
	content: "K" !important;
}

.icon-plus-mark:before {
	content: "L" !important;
}

.icon-close-mark:before {
	content: "M" !important;
}

.icon-check-mark:before {
	content: "N" !important;
}

.icon-minus-line:before {
	content: "O" !important;
}

.icon-plus-line:before {
	content: "P" !important;
}

.icon-close-line:before {
	content: "Q" !important;
}

.icon-check-line:before {
	content: "R" !important;
}

.icon-search-right:before {
	content: "U" !important;
}

.icon-collapse:before {
	content: "X" !important;
}

.icon-expand:before {
	content: "Y" !important;
}

.icon-pencil:before {
	content: "j" !important;
}

.icon-pencil-edit:before {
	content: "l" !important;
}

.icon-science:before {
	content: "" !important;
}

.icon-film:before {
	content: "" !important;
}

.icon-table:before {
	content: "" !important;
}

.icon-tools:before {
	content: "" !important;
}

.icon-arrow-fill-up:before {
	content: "" !important;
}

.icon-arrow-fill-down:before {
	content: "" !important;
}

.icon-arrow-fill-left:before {
	content: "" !important;
}

.icon-arrow-fill-right:before {
	content: "" !important;
}

.icon-arrow-fill-left-up:before {
	content: "" !important;
}

.icon-arrow-fill-right-up:before {
	content: "" !important;
}

.icon-arrow-fill-right-down:before {
	content: "" !important;
}

.icon-arrow-fill-left-down:before {
	content: "" !important;
}

.icon-caret-fill-up:before {
	content: "" !important;
}

.icon-caret-fill-down:before {
	content: "" !important;
}

.icon-caret-fill-left:before {
	content: "" !important;
}

.icon-caret-fill-right:before {
	content: "" !important;
}

.icon-caret-fill-two-up:before {
	content: "" !important;
}

.icon-caret-fill-two-down:before {
	content: "" !important;
}

.icon-caret-fill-two-left:before {
	content: "" !important;
}

.icon-caret-fill-two-right:before {
	content: "" !important;
}

.icon-arrow-up:before {
	content: "" !important;
}

.icon-arrow-down:before {
	content: "" !important;
}

.icon-arrow-left:before {
	content: "" !important;
}

.icon-arrow-right:before {
	content: "" !important;
}

.icon-minus-fill:before {
	content: "" !important;
}

.icon-plus-fill:before {
	content: "" !important;
}

.icon-close-fill:before {
	content: "" !important;
}

.icon-check-fill:before {
	content: "" !important;
}

.icon-folder:before {
	content: "" !important;
}

.icon-warning-fill:before {
	content: "" !important;
}

.icon-warning-triangle:before {
	content: "" !important;
}

.icon-question-fill:before {
	content: "" !important;
}

.icon-volume:before {
	content: "" !important;
}

.icon-quote-fill:before {
	content: "" !important;
}

.icon-lightbulb:before {
	content: "" !important;
}

.icon-tags:before {
	content: "" !important;
}

.icon-mic:before {
	content: "" !important;
}

.icon-location:before {
	content: "" !important;
}

.icon-pushpin:before {
	content: "" !important;
}

.icon-map:before {
	content: "" !important;
}

.icon-drawer:before {
	content: "" !important;
}

.icon-book:before {
	content: "" !important;
}

.icon-contacts:before {
	content: "" !important;
}

.icon-archive:before {
	content: "" !important;
}

.icon-grid:before {
	content: "" !important;
}

.icon-music:before {
	content: "" !important;
}

.icon-code:before {
	content: "" !important;
}

.icon-wallet:before {
	content: "" !important;
}

.icon-flowchart:before {
	content: "" !important;
}

.icon-hourglass:before {
	content: "" !important;
}

.icon-globe:before {
	content: "" !important;
}

.icon-drive:before {
	content: "" !important;
}

.icon-calculator:before {
	content: "" !important;
}

.icon-currency:before {
	content: "" !important;
}

.icon-searching:before {
	content: "" !important;
}

.icon-building:before {
	content: "" !important;
}

.icon-logo:before {
	content: "" !important;
}

.icon-home:before {
	content: "" !important;
}

.icon-menu:before {
	content: "" !important;
}

.icon-apps:before {
	content: "" !important;
}

.icon-search:before {
	content: "" !important;
}

.icon-chat:before {
	content: "" !important;
}

.icon-capitol:before {
	content: "" !important;
}

.icon-state:before {
	content: "" !important;
}

.icon-phone:before {
	content: "" !important;
}

.icon-email:before {
	content: "" !important;
}

.icon-calendar:before {
	content: "" !important;
}

.icon-bear:before {
	content: "" !important;
}

.icon-law-enforcement:before {
	content: "" !important;
}

.icon-justice-legal:before {
	content: "" !important;
}

.icon-at-sign:before {
	content: "" !important;
}

.icon-attachment:before {
	content: "" !important;
}

.icon-zipped-file:before {
	content: "" !important;
}

.icon-powerpoint:before {
	content: "" !important;
}

.icon-excel:before {
	content: "" !important;
}

.icon-word:before {
	content: "" !important;
}

.icon-pdf:before {
	content: "" !important;
}

.icon-share:before {
	content: "" !important;
}

.icon-facebook:before {
	content: "" !important;
}

.icon-linkedin:before {
	content: "" !important;
}

.icon-youtube:before {
	content: "" !important;
}

.icon-twitter:before {
	content: "" !important;
}

.icon-pinterest:before {
	content: "" !important;
}

.icon-vimeo:before {
	content: "" !important;
}

.icon-instagram:before {
	content: "" !important;
}

.icon-flickr:before {
	content: "" !important;
}

.icon-microsoft:before {
	content: "" !important;
}

.icon-apple:before {
	content: "" !important;
}

.icon-android:before {
	content: "" !important;
}

.icon-computer:before {
	content: "" !important;
}

.icon-tablet:before {
	content: "" !important;
}

.icon-smartphone:before {
	content: "" !important;
}

.icon-roadways:before {
	content: "" !important;
}

.icon-travel-car:before {
	content: "" !important;
}

.icon-travel-air:before {
	content: "" !important;
}

.icon-truck-delivery:before {
	content: "" !important;
}

.icon-construction:before {
	content: "" !important;
}

.icon-bar-chart:before {
	content: "" !important;
}

.icon-pie-chart:before {
	content: "" !important;
}

.icon-graph:before {
	content: "" !important;
}

.icon-server:before {
	content: "" !important;
}

.icon-download:before {
	content: "" !important;
}

.icon-cloud-download:before {
	content: "" !important;
}

.icon-cloud-upload:before {
	content: "" !important;
}

.icon-shield:before {
	content: "" !important;
}

.icon-fire:before {
	content: "" !important;
}

.icon-binoculars:before {
	content: "" !important;
}

.icon-compass:before {
	content: "" !important;
}

.icon-sos:before {
	content: "" !important;
}

.icon-shopping-cart:before {
	content: "" !important;
}

.icon-video-camera:before {
	content: "" !important;
}

.icon-camera:before {
	content: "" !important;
}

.icon-green:before {
	content: "" !important;
}

.icon-loud-speaker:before {
	content: "" !important;
}

.icon-audio:before {
	content: "" !important;
}

.icon-print:before {
	content: "" !important;
}

.icon-medical:before {
	content: "" !important;
}

.icon-zoom-out:before {
	content: "" !important;
}

.icon-zoom-in:before {
	content: "" !important;
}

.icon-important:before {
	content: "" !important;
}

.icon-chat-bubbles:before {
	content: "" !important;
}

.icon-call:before {
	content: "" !important;
}

.icon-people:before {
	content: "" !important;
}

.icon-person:before {
	content: "" !important;
}

.icon-user-id:before {
	content: "" !important;
}

.icon-payment-card:before {
	content: "" !important;
}

.icon-skip-backwards:before {
	content: "" !important;
}

.icon-play:before {
	content: "" !important;
}

.icon-pause:before {
	content: "" !important;
}

.icon-skip-forward:before {
	content: "" !important;
}

.icon-mail:before {
	content: "" !important;
}

.icon-image:before {
	content: "" !important;
}

.icon-house:before {
	content: "" !important;
}

.icon-gear:before {
	content: "" !important;
}

.icon-tool:before {
	content: "" !important;
}

.icon-time:before {
	content: "" !important;
}

.icon-cal:before {
	content: "" !important;
}

.icon-check-list:before {
	content: "" !important;
}

.icon-document:before {
	content: "" !important;
}

.icon-clipboard:before {
	content: "" !important;
}

.icon-page:before {
	content: "" !important;
}

.icon-read-book:before {
	content: "" !important;
}

.icon-cc-copyright:before {
	content: "" !important;
}

.icon-ca-capitol:before {
	content: "" !important;
}

.icon-ca-state:before {
	content: "" !important;
}

.icon-favorite:before {
	content: "" !important;
}

.icon-rss:before {
	content: "" !important;
}

.icon-road-pin:before {
	content: "" !important;
}

.icon-online-services:before {
	content: "" !important;
}

.icon-link:before {
	content: "" !important;
}

.icon-magnify-glass:before {
	content: "" !important;
}

.icon-key:before {
	content: "" !important;
}

.icon-lock:before {
	content: "" !important;
}

.icon-info:before {
	content: "" !important;
}

.icon-carousel-prev:before {
	content: "" !important;
}

.icon-carousel-next:before {
	content: "" !important;
}

.icon-arrow-prev:before {
	content: "" !important;
}

.icon-arrow-next:before {
	content: "" !important;
}

.icon-menu-toggle-closed:before {
	content: "" !important;
}

.icon-menu-toggle-open:before {
	content: "" !important;
}

.icon-carousel-pause:before {
	content: "" !important;
}

.icon-google-plus:before {
	content: "" !important;
}

.icon-contact-us:before {
	content: "" !important;
}

.icon-chat-bubble:before {
	content: "" !important;
}

.icon-info-bubble:before {
	content: "" !important;
}

.icon-share-button:before {
	content: "" !important;
}

.icon-share-facebook:before {
	content: "" !important;
}

.icon-share-email:before {
	content: "" !important;
}

.icon-share-flickr:before {
	content: "" !important;
}

.icon-share-twitter:before {
	content: "" !important;
}

.icon-share-linkedin:before {
	content: "" !important;
}

.icon-share-googleplus:before {
	content: "" !important;
}

.icon-share-instagram:before {
	content: "" !important;
}

.icon-share-pinterest:before {
	content: "" !important;
}

.icon-share-vimeo:before {
	content: "" !important;
}

.icon-share-youtube:before {
	content: "" !important;
}

.icon-gears:before {
	content: "" !important;
}

.icon-briefcase:before {
	content: "" !important;
}

.icon-idea:before {
	content: "" !important;
}

.icon-graduate:before {
	content: "" !important;
}

.icon-images:before {
	content: "" !important;
}

.icon-info-line:before {
	content: "" !important;
}

.icon-important-line:before {
	content: "" !important;
}

.icon-carousel-play:before {
	content: "" !important;
}

.icon-question-line:before {
	content: "" !important;
}

.icon-question:before {
	content: "" !important;
}

.icon-filter:before {
	content: "" !important;
}

.icon-caweb:before {
	content: "" !important;
}

.icon-icon_zoom-out:before {
	content: "" !important;
}

.icon-icon_zoom-in:before {
	content: "" !important;
}

.icon-icon_stop_alt:before {
	content: "" !important;
}

.icon-icon_menu-square_alt:before {
	content: "" !important;
}

.icon-icon_menu-circle_alt:before {
	content: "" !important;
}

.icon-icon_document:before {
	content: "" !important;
}

.icon-icon_documents:before {
	content: "" !important;
}

.icon-icon_pencil_alt:before {
	content: "" !important;
}

.icon-icon_folder:before {
	content: "" !important;
}

.icon-icon_folder-add:before {
	content: "" !important;
}

.icon-icon_folder_upload:before {
	content: "" !important;
}

.icon-icon_folder_download:before {
	content: "" !important;
}

.icon-icon_error-circle:before {
	content: "" !important;
}

.icon-icon_comment:before {
	content: "" !important;
}

.icon-icon_chat:before {
	content: "" !important;
}

.icon-icon_vol-mute:before {
	content: "" !important;
}

.icon-icon_volume-low:before {
	content: "" !important;
}

.icon-icon_clock:before {
	content: "" !important;
}

.icon-icon_lock:before {
	content: "" !important;
}

.icon-icon_lock-open:before {
	content: "" !important;
}

.icon-icon_key:before {
	content: "" !important;
}

.icon-icon_cloud:before {
	content: "" !important;
}

.icon-icon_cloud-upload:before {
	content: "" !important;
}

.icon-icon_cloud-download:before {
	content: "" !important;
}

.icon-icon_gift:before {
	content: "" !important;
}

.icon-icon_house:before {
	content: "" !important;
}

.icon-icon_mail:before {
	content: "" !important;
}

.icon-icon_cone:before {
	content: "" !important;
}

.icon-icon_ribbon:before {
	content: "" !important;
}

.icon-icon_bag:before {
	content: "" !important;
}

.icon-icon_cart:before {
	content: "" !important;
}

.icon-icon_tag:before {
	content: "" !important;
}

.icon-icon_trash:before {
	content: "" !important;
}

.icon-icon_cursor:before {
	content: "" !important;
}

.icon-icon_compass:before {
	content: "" !important;
}

.icon-icon_heart:before {
	content: "" !important;
}

.icon-icon_pause_alt:before {
	content: "" !important;
}

.icon-icon_phone:before {
	content: "" !important;
}

.icon-icon_upload:before {
	content: "" !important;
}

.icon-icon_download:before {
	content: "" !important;
}

.icon-social_googleplus:before {
	content: "" !important;
}

.icon-social_tumblr:before {
	content: "" !important;
}

.icon-social_tumbleupon:before {
	content: "" !important;
}

.icon-social_wordpress:before {
	content: "" !important;
}

.icon-social_dribbble:before {
	content: "" !important;
}

.icon-social_deviantart:before {
	content: "" !important;
}

.icon-social_myspace:before {
	content: "" !important;
}

.icon-social_skype:before {
	content: "" !important;
}

.icon-social_picassa:before {
	content: "" !important;
}

.icon-social_googledrive:before {
	content: "" !important;
}

.icon-social_flickr:before {
	content: "" !important;
}

.icon-social_blogger:before {
	content: "" !important;
}

.icon-social_spotify:before {
	content: "" !important;
}

.icon-social_delicious:before {
	content: "" !important;
}

.icon-social_facebook_circle:before {
	content: "" !important;
}

.icon-social_twitter_circle:before {
	content: "" !important;
}

.icon-social_pinterest_circle:before {
	content: "" !important;
}

.icon-social_googleplus_circle:before {
	content: "" !important;
}

.icon-social_tumblr_circle:before {
	content: "" !important;
}

.icon-social_stumbleupon_circle:before {
	content: "" !important;
}

.icon-social_wordpress_circle:before {
	content: "" !important;
}

.icon-social_instagram_circle:before {
	content: "" !important;
}

.icon-social_dribbble_circle:before {
	content: "" !important;
}

.icon-social_vimeo_circle:before {
	content: "" !important;
}

.icon-social_linkedin_circle:before {
	content: "" !important;
}

.icon-social_rss_circle:before {
	content: "" !important;
}

.icon-social_deviantart_circle:before {
	content: "" !important;
}

.icon-social_share_circle:before {
	content: "" !important;
}

.icon-social_myspace_circle:before {
	content: "" !important;
}

.icon-social_skype_circle:before {
	content: "" !important;
}

.icon-social_youtube_circle:before {
	content: "" !important;
}

.icon-social_picassa_circle:before {
	content: "" !important;
}

.icon-social_googledrive_alt2:before {
	content: "" !important;
}

.icon-social_flickr_circle:before {
	content: "" !important;
}

.icon-social_blogger_circle:before {
	content: "" !important;
}

.icon-social_spotify_circle:before {
	content: "" !important;
}

.icon-social_delicious_circle:before {
	content: "" !important;
}

.icon-social_tumblr_square:before {
	content: "" !important;
}

.icon-social_stumbleupon_square:before {
	content: "" !important;
}

.icon-social_wordpress_square:before {
	content: "" !important;
}

.icon-social_instagram_square:before {
	content: "" !important;
}

.icon-social_dribbble_square:before {
	content: "" !important;
}

.icon-social_rss_square:before {
	content: "" !important;
}

.icon-social_deviantart_square:before {
	content: "" !important;
}

.icon-social_share_square:before {
	content: "" !important;
}

.icon-social_myspace_square:before {
	content: "" !important;
}

.icon-social_skype_square:before {
	content: "" !important;
}

.icon-social_picassa_square:before {
	content: "" !important;
}

.icon-social_googledrive_square:before {
	content: "" !important;
}

.icon-social_flickr_square:before {
	content: "" !important;
}

.icon-social_blogger_square:before {
	content: "" !important;
}

.icon-social_spotify_square:before {
	content: "" !important;
}

.icon-social_delicious_square:before {
	content: "" !important;
}

.icon-icon_shield_alt:before {
	content: "" !important;
}

.icon-icon_percent_alt:before {
	content: "" !important;
}

.icon-icon_pens_alt:before {
	content: "" !important;
}

.icon-icon_mug_alt:before {
	content: "" !important;
}

.icon-icon_like_alt:before {
	content: "" !important;
}

.icon-icon_globe_alt:before {
	content: "" !important;
}

.icon-icon_id_alt:before {
	content: "" !important;
}

.icon-icon_globe:before {
	content: "" !important;
}

.icon-icon_floppy_alt:before {
	content: "" !important;
}

.icon-icon_clipboard:before {
	content: "" !important;
}

.icon-icon_floppy:before {
	content: "" !important;
}

.icon-icon_easel:before {
	content: "" !important;
}

.icon-icon_drive:before {
	content: "" !important;
}

.icon-icon_dislike:before {
	content: "" !important;
}

.icon-icon_datareport:before {
	content: "" !important;
}

.icon-icon_currency:before {
	content: "" !important;
}

.icon-icon_calulator:before {
	content: "" !important;
}

.icon-icon_building:before {
	content: "" !important;
}

.icon-icon_dislike_alt:before {
	content: "" !important;
}

.icon-icon_briefcase_alt:before {
	content: "" !important;
}

.icon-icon_target:before {
	content: "" !important;
}

.icon-icon_shield:before {
	content: "" !important;
}

.icon-icon_rook:before {
	content: "" !important;
}

.icon-icon_puzzle_alt:before {
	content: "" !important;
}

.icon-icon_percent:before {
	content: "" !important;
}

.icon-icon_briefcase:before {
	content: "" !important;
}

.icon-icon_balance:before {
	content: "" !important;
}

.icon-icon_wallet:before {
	content: "" !important;
}

.icon-icon_search:before {
	content: "" !important;
}

.icon-icon_puzzle:before {
	content: "" !important;
}

.icon-icon_printer:before {
	content: "" !important;
}

.icon-icon_pens:before {
	content: "" !important;
}

.icon-icon_mug:before {
	content: "" !important;
}

.icon-icon_like:before {
	content: "" !important;
}

.icon-icon_id:before {
	content: "" !important;
}

.icon-icon_id-2:before {
	content: "" !important;
}

.icon-icon_flowchart:before {
	content: "" !important;
}

.icon-toggle:before {
	content: "p" !important;
}

.icon-tabs:before {
	content: "‘" !important;
}

.icon-subscribe:before {
	content: "’" !important;
}

.icon-slider:before {
	content: "“" !important;
}

.icon-sidebar:before {
	content: "”" !important;
}

.icon-share2:before {
	content: "•" !important;
}

.icon-pricing-table:before {
	content: "–" !important;
}

.icon-portfolio:before {
	content: "—" !important;
}

.icon-number-counter:before {
	content: "˜" !important;
}

.icon-header:before {
	content: "™" !important;
}

.icon-filtered-portfolio:before {
	content: "š" !important;
}

.icon-divider:before {
	content: "›" !important;
}

.icon-cta:before {
	content: "œ" !important;
}

.icon-countdown:before {
	content: "q" !important;
}

.icon-circle-counter:before {
	content: "ž" !important;
}

.icon-blurb:before {
	content: "Ÿ" !important;
}

.icon-bar-counters:before {
	content: "" !important;
}

.icon-audio2:before {
	content: "" !important;
}

.icon-accordion:before {
	content: "" !important;
}

.icon-icon_gift_alt:before {
	content: "" !important;
}

.icon-icon_box-checked:before {
	content: "Z" !important;
}

.icon-icon_circle-empty:before {
	content: "[" !important;
}

.icon-icon_circle-slelected:before {
	content: "\\" !important;
}

.icon-icon_stop_alt2:before {
	content: "]" !important;
}

.icon-icon_stop:before {
	content: "^" !important;
}

.icon-icon_pause_alt2:before {
	content: "_" !important;
}

.icon-icon_pause:before {
	content: "`" !important;
}

.icon-icon_menu:before {
	content: "a" !important;
}

.icon-icon_menu-square_alt2:before {
	content: "b" !important;
}

.icon-icon_menu-circle_alt2:before {
	content: "c" !important;
}

.icon-icon_ul:before {
	content: "d" !important;
}

.icon-icon_ol:before {
	content: "e" !important;
}

.icon-icon_adjust-horiz:before {
	content: "f" !important;
}

.icon-icon_adjust-vert:before {
	content: "g" !important;
}

.icon-icon_document_alt:before {
	content: "h" !important;
}

.icon-icon_documents_alt:before {
	content: "i" !important;
}

.icon-icon_pencil-edit_alt:before {
	content: "k" !important;
}

.icon-icon_folder-alt:before {
	content: "m" !important;
}

.icon-icon_folder-open_alt:before {
	content: "n" !important;
}

.icon-icon_folder-add_alt:before {
	content: "o" !important;
}

.icon-icon_error-circle_alt:before {
	content: "r" !important;
}

.icon-icon_error-triangle_alt:before {
	content: "s" !important;
}

.icon-icon_comment_alt:before {
	content: "v" !important;
}

.icon-icon_chat_alt:before {
	content: "w" !important;
}

.icon-icon_vol-mute_alt:before {
	content: "x" !important;
}

.icon-icon_volume-low_alt:before {
	content: "y" !important;
}

.icon-icon_volume-high_alt:before {
	content: "z" !important;
}

.icon-icon_quotations:before {
	content: "{" !important;
}

.icon-icon_quotations_alt2:before {
	content: "|" !important;
}

.icon-icon_clock_alt:before {
	content: "}" !important;
}

.icon-icon_lock_alt:before {
	content: "~" !important;
}

.icon-icon_lock-open_alt:before {
	content: "" !important;
}

.icon-icon_key_alt:before {
	content: "" !important;
}

.icon-icon_cloud_alt:before {
	content: "" !important;
}

.icon-icon_cloud-upload_alt:before {
	content: "" !important;
}

.icon-icon_cloud-download_alt:before {
	content: "" !important;
}

.icon-icon_lightbulb_alt:before {
	content: "" !important;
}

.icon-icon_house_alt:before {
	content: "" !important;
}

.icon-icon_laptop:before {
	content: "" !important;
}

.icon-icon_camera_alt:before {
	content: "" !important;
}

.icon-icon_mail_alt:before {
	content: "" !important;
}

.icon-icon_cone_alt:before {
	content: "" !important;
}

.icon-icon_ribbon_alt:before {
	content: "" !important;
}

.icon-icon_bag_alt:before {
	content: "" !important;
}

.icon-icon_creditcard:before {
	content: "" !important;
}

.icon-icon_cart_alt:before {
	content: "" !important;
}

.icon-icon_paperclip:before {
	content: "" !important;
}

.icon-icon_tag_alt:before {
	content: "" !important;
}

.icon-icon_tags_alt:before {
	content: "" !important;
}

.icon-icon_trash_alt:before {
	content: "" !important;
}

.icon-icon_cursor_alt:before {
	content: "" !important;
}

.icon-icon_mic_alt:before {
	content: "" !important;
}

.icon-icon_compass_alt:before {
	content: "" !important;
}

.icon-icon_pin_alt:before {
	content: "" !important;
}

.icon-icon_pushpin_alt:before {
	content: "" !important;
}

.icon-icon_map_alt:before {
	content: "" !important;
}

.icon-icon_drawer_alt:before {
	content: "" !important;
}

.icon-icon_toolbox_alt:before {
	content: "" !important;
}

.icon-icon_book_alt:before {
	content: "" !important;
}

.icon-icon_calendar:before {
	content: "" !important;
}

.icon-icon_contacts_alt:before {
	content: "" !important;
}

.icon-icon_headphones:before {
	content: "" !important;
}

.icon-icon_refresh:before {
	content: "" !important;
}

.icon-icon_link_alt:before {
	content: "" !important;
}

.icon-icon_link:before {
	content: "" !important;
}

.icon-icon_loading:before {
	content: "" !important;
}

.icon-icon_blocked:before {
	content: "" !important;
}

.icon-icon_archive_alt:before {
	content: "" !important;
}

.icon-icon_heart_alt:before {
	content: "" !important;
}

.icon-icon_star_alt:before {
	content: "" !important;
}

.icon-icon_star-half_alt:before {
	content: "" !important;
}

.icon-icon_star-half:before {
	content: "" !important;
}

.icon-icon_cog:before {
	content: "" !important;
}

.icon-icon_cogs:before {
	content: "" !important;
}

.icon-arrow_back:before {
	content: "J" !important;
}

.icon-icon_zoom-out_alt:before {
	content: "S" !important;
}

.icon-icon_zoom-in_alt:before {
	content: "T" !important;
}

.icon-icon_box-empty:before {
	content: "V" !important;
}

.icon-icon_box-selected:before {
	content: "W" !important;
}

.icon-arrow_condense_alt:before {
	content: "" !important;
}

.icon-arrow_expand_alt3:before {
	content: "" !important;
}

.icon-arrow_up:before {
	content: "!" !important;
}

.icon-arrow_down:before {
	content: "\"" !important;
}

.icon-arrow_left:before {
	content: "#" !important;
}

.icon-arrow_right:before {
	content: "$" !important;
}

.icon-arrow_left-up:before {
	content: "%" !important;
}

.icon-arrow_right-up:before {
	content: "&" !important;
}

.icon-arrow_right-down:before {
	content: "\'" !important;
}

.icon-arrow_left-down:before {
	content: "(" !important;
}

.icon-arrow-up-down:before {
	content: ")" !important;
}

.icon-arrow_up-down_alt:before {
	content: "*" !important;
}

.icon-arrow_left-right_alt:before {
	content: "+" !important;
}

.icon-arrow_left-right:before {
	content: "," !important;
}

.icon-arrow_expand_alt2:before {
	content: "-" !important;
}

.icon-arrow_expand_alt:before {
	content: "." !important;
}

.icon-arrow_condense:before {
	content: "/" !important;
}

.icon-arrow_expand:before {
	content: "0" !important;
}

.icon-arrow_move:before {
	content: "1" !important;
}

/*  - v0.0.1 - Jun-28-2019 */

/* STYLES COMPILED FROM SOURCE (LESS) DO NOT MODIFY */

/* --------------------------------
    MIXINS
    /_mixins.less
-------------------------------- */

/* HIDE THE 'Enable Visual Builder' Button*/
#wp-admin-bar-et-use-visual-builder {
	display: none !important;
}

.mobile-controls {
	cursor: auto;
}

.mobile-controls span {
	cursor: pointer;
}

.page-title.et_pb_row {
	padding-bottom: 0;
}

/* Makes TablePress Tables Responsive */
.dataTables_wrapper {
	overflow-x: auto;
}

#main-content {
	background-color: #fff !important;
}

#main-content .ca_wp_container {
	padding-top: 0;
}

ol.breadcrumb {
	text-transform: capitalize;
	margin-bottom: 0;
}

/* Remove extra padding when ul is nested inside another ul */
ul ul {
	padding-bottom: 0px !important;
}

ul, ol {
	list-style-position: outside !important;
}

/* Allows for the Navigation Top Level Links to wrap */
.first-level-link {
	white-space: normal;
}

/* Header Slideshow Banner */
.slide-text {
	max-width: 50%;
	padding-bottom: 15px !important;
}

/* WordPress Specific Overrides */
#wpadminbar {
	position: fixed;
}

/* Divi Specific Overrides */
#page-container {
	padding-top: 0px;
}

.et_section_regular {
	padding: 0 !important;
}

/*.et_pb_row{
  	width: auto;
    max-width: 100%;
  	margin: 0;
}*/

/* Location Banner Thumbnail Image Fix*/
.location.banner .thumbnail img {
	width: 100%;
	height: 75px;
}

@media print {
	body {
		background: white !important;
	}
	
	header {
		position: relative !important;
	}
	
	#main-content.main-content {
		padding-top: 0px !important;
	}
	
	.utility-header {
		height: 45px;
	}
	
	.mobile-control.cagov-logo {
		padding-left: 0px;
	}
	
	.header-organization-banner {
		margin-left: -59px;
	}
	
	.navigation-search {
		border: none;
	}
	
	.main-content {
		background: transparent !important;
	}
}

.et_pb_ca_panel .panel-body ul, .et_pb_ca_panel .panel-body ol {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

p {
	padding-bottom: 0;
}

.search-results .et_pb_post {
	margin-bottom: 30px;
}

/* --------------------------------
    LAYOUT OVERRIDES
    /layout.less
-------------------------------- */

/* Overrides cagov theme dimensions of 1080px */
.ca_wp_container {
	max-width: 1200px !important;
	width: 100% !important;
}

@media (min-width: 768px) {
	html {
		background: #f7f7f7;
	}
	
	body {
		max-width: 1600px;
		margin: auto;
	}
	
	.branding .header-cagov-logo img {
		max-width: 375px !important;
	}
}

@media (min-width: 1280px) {
	.branding .header-cagov-logo img {
		padding-left: 0 !important;
	}
}

@media (max-width: 1279px) {
	.branding .header-cagov-logo img {
		padding-left: 7px !important;
	}
}

/* --------------------------------
    HERO BANNER
    /hero-banner.less
-------------------------------- */
.et_pb_slide_description {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.et_pb_slider .et_pb_container {
	width: 100% !important;
}

.et_pb_slide {
	padding-left: 0;
	padding-right: 0;
}

.et_pb_slide_title {
	padding: .5rem 2rem;
	background: #035073;
	display: inline-block;
	line-height: 1.4;
}

/* -----------------------------------------
	Utility Header
----------------------------------------- */
.utility-header .utility-links li.hidden-xs {
	display: none;
}

.utility-header .utility-links img {
	height: 24px !important;
}

/* --------------------------------
    TRUST AND INOVATION BANNER
    /trust-banner.less
-------------------------------- */
.trust-banner {
	position: relative;
	top: -50px;
}

.trust-banner .trust-banner-body {
	background-color: #fbad23;
	height: 50px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: .05em;
	box-shadow: 0 4px 0 rgba(0, 0, 0, .1);
	text-align: right;
	padding-right: 30px;
	width: 85%;
}

@media (min-width: 768px) {
	.trust-banner .trust-banner-body {
		width: 45%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.trust-banner .trust-banner-body {
		width: 60%;
	}
}

.trust-banner .trust-banner-body ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.trust-banner .trust-banner-body li {
	display: inline-block;
	line-height: 50px;
}

.trust-banner .trust-banner-body li:before {
	content: "—";
	padding: 0 5px;
}

.trust-banner .trust-banner-body li:first-child:before {
	display: none;
}

.trust-banner .trust-banner-body span {
	position: absolute;
}

.trust-banner .trust-banner-body .ribbon-bend {
	border-color: #a16803 transparent transparent #a16803;
	bottom: -20px;
	right: 0;
	border-style: solid;
	border-width: 10px 20px;
	z-index: -1;
}

.trust-banner .trust-banner-body .ribbon-bottom {
	border-color: #dd8f04 #dd8f04 #dd8f04 #dd8f04;
	right: -40px;
	box-shadow: 0 4px 0 rgba(0, 0, 0, .1);
	top: 20px;
	border-style: solid;
	border-width: 25px 40px;
	z-index: -2;
}

@media (max-width: 660px) {
	.trust-banner {
		display: none;
	}
}

/* --------------------------------
    LISTING OF SERVICES
    /service-listing.less
-------------------------------- */
.service-listing ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.service-listing li {
	margin-top: 18px;
}

.service-listing li a:link, .service-listing li a:visited {
	color: #333;
}

.service-listing li a:hover, .service-listing li a:focus {
	color: #2a6496;
}

/* --------------------------------
    CUSTOM DIVIDERS
    /dividers.less
-------------------------------- */
.blurb-divider-34 {
	position: relative;
	height: 34px;
}

.blurb-divider-34:before, .blurb-divider-34:after {
	content: "";
	position: absolute;
	top: 49%;
	background: rgba(4, 107, 153, .5);
	width: 47%;
	height: 1px;
}

.blurb-divider-34:before {
	left: 0;
}

.blurb-divider-34:after {
	right: 0;
}

.blurb-divider-24 {
	position: relative;
	height: 24px;
}

.blurb-divider-24:before, .blurb-divider-24:after {
	content: "";
	position: absolute;
	top: 49%;
	background: rgba(0, 0, 0, .1);
	width: 47%;
	height: 1px;
}

.blurb-divider-24:before {
	left: 0;
}

.blurb-divider-24:after {
	right: 0;
}

.divider-title h2, .divider-title h3 {
	display: table;
	white-space: nowrap;
}

.divider-title h2:before, .divider-title h3:before, .divider-title h2:after, .divider-title h3:after {
	border-top: 1px solid rgba(0, 0, 0, .1);
	content: "";
	display: table-cell;
	position: relative;
	top: .5em;
	width: 45%;
}

.divider-title h2:before, .divider-title h3:before {
	right: 1.5%;
}

.divider-title h2:after, .divider-title h3:after {
	left: 1.5%;
}

.divider-title-inverted h2, .divider-title-inverted h3 {
	display: table;
	white-space: nowrap;
}

.divider-title-inverted h2:before, .divider-title-inverted h3:before, .divider-title-inverted h2:after, .divider-title-inverted h3:after {
	border-top: 1px solid rgba(255, 255, 255, .1);
	content: "";
	display: table-cell;
	position: relative;
	top: .5em;
	width: 45%;
}

.divider-title-inverted h2:before, .divider-title-inverted h3:before {
	right: 1.5%;
}

.divider-title-inverted h2:after, .divider-title-inverted h3:after {
	left: 1.5%;
}

/* --------------------------------
    PROFILE BANNER
    /profile-banner.less
-------------------------------- */
.profile-banner {
	background: none;
}

.profile-banner .banner-subtitle {
	background: none;
	margin: 0;
	padding-left: 92px;
}

.profile-banner .profile-banner-img-wrapper {
	float: left;
	margin-right: 20px;
	border: 2px solid #fff;
	box-shadow: 0 3px 0 rgba(34, 34, 34, .3);
	border-radius: 50%;
	height: 76px;
}

.profile-banner .banner-title {
	font-family: inherit;
	padding-left: 92px;
}

.profile-banner .banner-link {
	color: #222;
	font-size: 1rem;
	padding-top: 0;
	padding-left: 92px;
}

/* --------------------------------
    GLOBAL FOOTER
    /global-footer.less
-------------------------------- */
.global-mega-footer ul {
	padding: 0;
	margin: 0;
}

.global-mega-footer ul > li {
	display: block;
}

.global-mega-footer a:not(.btn) {
	color: #e5e5e5;
	text-decoration: none;
	transition: all .25s;
}

.global-mega-footer a:not(.btn):hover, .global-mega-footer a:not(.btn):focus {
	color: #fbad23;
	text-decoration: underline;
}

/* --------------------------------
    BLOG GRID MODIFICATIONS
    CUZ DIVI IS BROKEN
    /blog-grid.less
-------------------------------- */
.blog-grid .et_pb_post {
	box-shadow: 0 5px 0 rgba(0, 0, 0, .1);
}

/* --------------------------------
   CUSTOM DIVI BUTONS
    /buttons.less
-------------------------------- */
body #page-container #main-content .split-button.et_pb_button, body #page-container #main-content .et_pb_fullwidth_slider_0.et_pb_slider.slide-split-button .et_pb_button {
	padding-left: 3em !important;
}

body #page-container #main-content .split-button.et_pb_button.et_pb_button:before, body #page-container #main-content .et_pb_fullwidth_slider_0.et_pb_slider.slide-split-button .et_pb_button.et_pb_button:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin-left: 0 !important;
	text-align: center;
	line-height: 41px !important;
	width: 40px;
	background: #02354c;
}

body #page-container #main-content .split-button.et_pb_button.split-button-inverted.et_pb_button:before, body #page-container #main-content .et_pb_fullwidth_slider_0.et_pb_slider.slide-split-button .et_pb_button.split-button-inverted.et_pb_button:before {
	background: #fbad23 !important;
	color: #000;
}

body #page-container #main-content .button-wide {
	width: 100%;
	text-align: center;
}

body #page-container #main-content .button-wide.split-button-inverted {
	text-align: left;
}

/* --------------------------------
    CUSTOM FORMS
    /forms.less
-------------------------------- */
.license-lookup-form input, .license-lookup-form button, .license-lookup-form .btn {
	border-radius: 0;
}

.license-lookup-form .btn-default {
	background: #fbad23;
	border: 1px solid #fbad23;
	text-transform: uppercase;
	font-weight: bold;
	height: 46px;
	padding: 0 30px;
}

.license-lookup-form .input-group {
	display: table;
}

.license-lookup-form .input-group .form-control, .license-lookup-form .input-group-addon, .license-lookup-form .input-group-btn {
	display: table-cell;
	height: 46px;
}

.license-lookup-form .input-group-addon, .license-lookup-form .input-group-btn {
	width: 1%;
	vertical-align: middle;
}

.license-lookup-form input[type=text] {
	padding-left: 10px;
}

.et-pb-contact-message p {
	background: #fff7e9;
	border: 1px solid #fdd691;
	padding: 11px !important;
}

/* --------------------------------
    SIDEBAR
    /sidebar.less
-------------------------------- */
.local-sidebar {
	background: #e5e5e5;
	border-top: 5px solid #fbad23;
	padding-top: 18px;
	padding-bottom: 7px;
	padding-left: 30px;
}

.local-sidebar > div {
	margin-bottom: 0 !important;
}

.local-sidebar ul li {
	margin: .75em 0 !important;
	line-height: 1.2;
}

.local-sidebar ul .current_page_item {
	position: relative;
}

.local-sidebar ul .current_page_item > a {
	color: #046b99;
}

.local-sidebar ul .current_page_item:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #a2a2a2;
	position: absolute;
	left: -18px;
	top: 6px;
}

.local-sidebar .child-of-current-page {
	margin-left: 18px;
}

.local-sidebar .child-of-current-page li:before {
	content: "↳";
	position: relative;
	left: -8px;
	color: #9b9b9b;
}

/* --------------------------------
    SEARCH RESULTS
    /search-results.less
-------------------------------- */
.search-results article {
	clear: both;
}

.search-results h2.entry-title {
	font-size: 22px;
}

.search-results .sform {
	padding-bottom: 5px;
}

table.gsc-resultsHeader {
	display: none;
}

td.gsc-result-info-container {
	padding: 0 0 0 5px !important;
}

.entry-content table {
	margin-bottom: 0;
}

.gsc-above-wrapper-area {
	border-bottom: none !important;
}

td.gsc-search-button {
	border-top: none !important;
	padding: 0 0 0 10px !important;
}

/* --------------------------------
    SEARCH
    /search.less
    Overrides the bar look of cagov template and moves the
    search back up above menu and shows it all the time.
-------------------------------- */
@media (min-width: 768px) {
	.navigation-search #head-search {
		display: block;
	}
	
	.navigation-search #head-search.search-container {
		width: 100%;
		height: 88px;
		max-width: 1200px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		max-height: none;
		top: 0;
	}
	
	.navigation-search #head-search.search-container form {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.navigation-search #head-search.search-container .search-textfield {
		background: #f2f2f2;
	}
	
	.navigation-search #head-search.search-container button {
		color: #999;
		background: #f2f2f2;
		border-color: #f2f2f2;
	}
	
	.navigation-search #head-search.search-container .textfield-container {
		margin-right: -48px;
		padding-right: 48px;
	}
	
	.navigation-search #head-search.search-container.active {
		background: none;
		border-bottom: none;
	}
	
	.navigation-search #head-search.search-container .close-search {
		display: none;
	}
}

/* --------------------------------
    Global Navigation
    /navigation.less
    Overwrites to make navigation appear below branding area.
-------------------------------- */
@media (min-width: 768px) {
	.first-level-link {
		color: #046b99 !important;
		font-weight: 600;
	}
	
	.first-level-link:hover, .first-level-link:focus {
		color: #004b6c !important;
	}
	
	.first-level-link > span {
		display: none !important;
	}
	
	.navigation-search {
		border-bottom: 0;
		margin-top: -88px;
	}
	
	.main-navigation {
		background: #e5e5e5;
		border-top: 5px solid #cecece;
		border-bottom: 5px solid #fbad23;
		width: 100%;
		margin-top: 0;
		max-width: 100% !important;
		min-height: auto;
	}
	
	.main-navigation .sub-nav {
		border-top: 5px solid #fbad23;
		max-width: 300px !important;
		min-width: 300px !important;
		left: -8px !important;
		right: initial;
	}
	
	.main-navigation .nav-item {
		-ms-flex: none;
		flex: none;
		position: relative;
	}
	
	.main-navigation .nav-item .first-level-link {
		color: #046b99 !important;
		text-transform: uppercase;
		letter-spacing: .05em;
		padding-left: 1rem;
		padding-right: 1rem;
		margin-left: -1rem;
		margin-right: -1rem;
	}
	
	.main-navigation .nav-item .first-level-link:hover, .main-navigation .nav-item .first-level-link:focus {
		color: #004b6c !important;
	}
	
	.main-navigation .nav-item .first-level-link > span {
		display: none !important;
	}
	
	.main-navigation .nav-item:hover .first-level-link, .main-navigation .nav-item.active .first-level-link {
		color: #004b6c !important;
		background: rgba(255, 255, 255, .3);
	}
	
	.main-navigation .nav-item:last-child .sub-nav {
		left: auto !important;
		right: -8px !important;
	}
	
	.top-level-nav {
		float: none !important;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 1200px;
		padding-left: 0 !important;
	}
	
	.second-level-nav li {
		height: auto;
		width: 100% !important;
		border: none;
	}
	
	a.second-level-link {
		padding: 7px 15px;
	}
}

#nav_list {
	margin-left: auto !important;
	margin-right: auto !important;
}

.first-level-link span[class^="ca-gov-icon"] {
	vertical-align: middle;
}

.second-level-link {
	height: auto !important;
}

.mobile-control {
	background: none;
	border: 0;
}

.mobile-control .ca-gov-icon-arrow-next.down {
	transform: rotate(90deg);
}

.mobile-control .ca-gov-icon-arrow-next:before {
	content: "";
}

@media (max-width: 767px) {
	.sub-nav {
		border-left: 0;
		border-right: 0;
	}
}

@media (max-width: 767px) {
	.sub-nav .second-level-nav li {
		border-right: 0;
	}
}

.sub-nav.open {
	display: block;
}

@media (max-width: 767px) {
	.top-level-nav .nav-item .sub-nav {
		display: block;
		transition: max-height .15s ease-in-out;
		border-left: none;
		border-right: none;
	}
	
	#navigation {
		overflow: hidden;
		transition: max-height .15s ease-in-out;
	}
	
	.subnav-closed {
		max-height: 0;
	}
	
	.sub-nav {
		height: auto;
		overflow: hidden !important;
		border: none;
	}
}

/* --------------------------------
    BREADCRUMBS
    /breadcrumb.less
-------------------------------- */
ol.breadcrumb {
	margin-left: 0 !important;
}

@media (max-width: 767px) {
	.breadcrumb-container {
		padding-bottom: 0;
	}
}

/* --------------------------------
    TYPOGRAPHY
    /typography.less
-------------------------------- */
.main-primary h1, .main-primary .h1 {
	font-size: 4.031rem;
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-primary h1, .main-primary .h1 {
		font-size: 3.359rem;
	}
}

@media (max-width: 767px) {
	.main-primary h1, .main-primary .h1 {
		font-size: 2.799rem;
	}
}

.main-primary h2, .main-primary .h2 {
	font-size: 2.333rem;
}

.main-primary h3, .main-primary .h3 {
	font-size: 1.944rem;
}

.main-primary h4, .main-primary .h4 {
	font-size: 1.62rem;
}

.main-primary h5, .main-primary .h5 {
	font-size: 1.35rem;
}

.main-primary h6, .main-primary .h6 {
	font-size: 1.125rem;
}

.main-primary p + h2, .main-primary p + h3, .main-primary p + h4, .main-primary p + h5 {
	margin-top: 20px;
}

body {
	font-weight: 400;
	color: #171717;
}

@media (min-width: 768px) {
	.dl-horizontal dt {
		font-weight: normal;
		text-align: left;
		width: 180px;
	}
	
	.dl-horizontal dd {
		margin-left: 200px;
	}
}

.dl-horizontal dd {
	margin-bottom: 11px;
}

.published {
	color: #757575;
}

/* --------------------------------
    Sibling Pages Widget
    /sibling-pages.less
-------------------------------- */
.widget_sibling_pages .widgettitle, .widget_nav_menu .widgettitle, .widget_sibling_pages .title, .widget_nav_menu .title {
	font-size: 1.125rem;
	text-transform: uppercase;
	letter-spacing: .025em;
}

/* --------------------------------
    Datatables - https://datatables.net
    /datatables.less
-------------------------------- */
.dt-bootstrap .row {
	margin: 0;
}

.dt-bootstrap [class^="col-"] {
	padding: 0;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before {
	box-shadow: none !important;
	font-weight: bold !important;
	background: transparent !important;
	color: #cecece !important;
	font-size: 26px !important;
	border: none !important;
	top: 14px !important;
}

/* --------------------------------
    Select2 - https://select2.org
    /select2.less
-------------------------------- */
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
}

.select2-container .select2-selection--single {
	height: 38px;
}

.select2-search--dropdown:before {
	content: "";
	font-family: "CaGov";
	color: #cecece;
	height: 25px;
	width: 25px;
	position: absolute;
	right: 0;
	top: 10px;
}

.select2-search__field {
	padding-right: 25px;
}

/* --------------------------------
    LICENSE LOOKUP AKA. LQS
    /license-lookup.less
-------------------------------- */
.lqs h2, .lqs h3 {
	margin-top: 22px;
	font-weight: bold;
	letter-spacing: .02em;
}

.et_pb_pagebuilder_layout.single-post #page-container .et_pb_row {
	width: 80%;
}

/* Temporary remove the sub nav arrow until the function in the core script is working */
.nav-arrow-down {
	visibility: hidden;
}

/* Utility Header */
.utility-header .half {
	overflow: hidden;
}

.utility-header ul {
	margin-left: 0;
}

.utility-header ul li {
	cursor: pointer;
}

.utility-header, .utility-header .half {
	padding: 2px 0;
}

.utility-header .half:first-child {
	width: 25%;
}

.utility-header .settings-links {
	width: 75%;
}

ul.utility-links.social-media-links {
	max-height: 32px;
}

.utility-header .located-city-name {
	margin-left: 0;
}

/* End of Utility Header */
@media (min-width: 768px) {
	.utility-links {
		margin-right: -8px;
	}
}

@media (max-width: 767px) {
	.utility-header .container.ca_wp_container {
		width: 100%;
		padding-bottom: 2px;
	}
}

#nav_list {
	/*width: auto;*/
	float: right;
	margin-right: -8px;
}

.sub-nav {
	left: 0;
	right: 0;
}

.second-level-nav {
	display: initial;
}

.second-level-nav li {
	float: left;
}

/* Full Sub-Nav */
.unit1 .second-level-link {
	height: 65px;
}

.unit2, .unit3, .unit3  .nav-media .media {
	height: 130px;
}

/* MegaDropdown Navigation Styles */
.full .second-level-nav .unit1 {
	width: 25%;
}

.full .second-level-nav .unit2, .full .second-level-nav .unit3, .half .second-level-nav .unit1, .half .second-level-nav .unit2, .three-quarters .second-level-nav li.unit2, .three-quarters .second-level-nav li.unit3 {
	width: 50%;
}

.three-quarters .second-level-nav li.unit1 {
	width: 33.3%;
}

.half .second-level-nav .unit3 .nav-media .media .unit2 {
	width: 100%;
}

/* Dropdown Navigation Styles */
.main-navigation.dropdown .sub-nav {
	max-width: 250px;
	left: initial;
	right: initial;
}

.main-navigation.dropdown .sub-nav ul li {
	width: 100%;
}

.main-navigation.dropdown .sub-nav ul li img {
	display: none;
}

/* End of Branding & Navigation */

/* Search using Google API 2.0 */
.search-container.featured-search {
	min-height: inherit !important;
}

.gsc-input {
	font-size: 17.6px !important;
	font-size: 1.1rem !important;
	height: 40px;
	width: 100% !important;
	border: 3px solid transparent !important;
	padding: 0 0 !important;
}

.gsc-search-button {
	height: 41px !important;
}

.search-container td.gsc-clear-button {
	display: none;
}

.search-container.active td.gsc-clear-button {
	display: block;
}

.featured-search.active .close-search {
	display: block;
}

td.gsc-clear-button {
	width: 100% !important;
}

td.gsc-clear-button:hover, td.gsc-clear-button:focus {
	outline: dotted 1px #000;
}

div.gsc-clear-button {
	padding-left: 0px !important;
	display: block !important;
	background-image: unset !important;
}

div.gsc-clear-button:before {
	content: "M";
	font-family: cagov;
	font-size: 2rem;
	width: 100%;
}

input.gsc-input {
	background-image: unset !important;
}

/* Header Slideshow Banner */

/* position the owl dots */
.header-slideshow-banner .banner-pager, .header-slideshow-banner .banner-play-pause {
	top: inherit;
	bottom: 140px;
	z-index: 6;
}

/* Footer */
.global-footer ul > li {
	padding-left: 0;
}

#footer .ca_wp_container div {
	padding: 0;
	overflow: hidden;
}

#footer .ca_wp_container .three-quarters {}

#footer .socialsharer-container {
	height: 22px;
}

/* End of Footer */

/* Media Query Styles */
@media (max-width: 767px) {
	/*.et_pb_fullwidth_section{
		margin: 0 ;
	}*/
	.et_pb_ca_fullwidth_section_primary.et_pb_module .pull-right {
		padding-left: 0 !important;
	}
}

@media (min-width: 768px) {}

@media (min-width: 768px) {
	/* Branding & Navigation */
	.branding .header-cagov-logo img {
		max-width: 250px;
		padding-left: 15px;
	}
	
	#nav_list {
		padding-left: calc(170px + 15%);
	}
	
	.top-level-nav .nav-item {
		padding: 0 6px;
	}
}

/* Makes social media icons wrap below footer links */
@media (min-width: 992px) {
	#footer .three-quarters {
		float: left;
		min-width: 75%;
		width: unset;
	}
}

@media (min-width: 992px) {
	#footer .quarter {
		float: left;
		max-width: 25%;
		width: unset;
	}
}

@media (min-width: 992px) {
	/* Branding & Navigation */
	.top-level-nav .nav-item {
		padding: 0 8px;
	}
}

@media (min-width: 1080px) {}

.branding .header-cagov-logo img {
	max-height: 80px;
}

@media (min-width: 1280px) {
	/* Branding & Navigation */
	.branding .header-cagov-logo img {
		max-width: 300px;
		max-height: 80px;
	}
	
	#nav_list {
		padding-left: 300px;
	}
}

@media (max-width: 992px) {
	#footer .socialsharer-container {
		float: left;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.sub-nav .three-quarters {
		left: 0;
		width: 50%;
	}
	
	.three-quarters .second-level-nav li.unit1 {
		width: 100%;
	}
	
	.three-quarters .second-level-nav li.unit2, .three-quarters .second-level-nav li.unit3 {
		width: 100%;
	}
}

/* End of Media Query Styles */

/* Mobile Control */
@media (max-width: 767px) {
	.mobile-controls {
		background: #fff;
		padding-right: 70px;
	}
	
	.mobile-controls .toggle-menu, .mobile-controls .toggle-search {
		color: #046b99;
	}
	
	.mobile-controls .toggle-menu {
		right: 10px;
		left: auto;
	}
	
	#nav_list {
		width: 100%;
	}
	
	.second-level-nav li {
		float: none;
		width: 100% !important;
	}
	
	.second-level-nav .unit2  .link-description, .second-level-nav .unit3 .link-description {
		width: auto;
		height: auto;
		clip: auto;
	}
	
	.cagov-logo {
		position: static;
		position: initial;
		float: left;
		text-align: left;
		width: 80%;
	}
	
	.cagov-logo img {
		max-width: 100%;
		max-height: 90px;
		margin-bottom: 8px;
	}
	
	ul.utility-links.social-media-links {
		max-height: 35px;
		clip: rect(0 50px 40px 0);
		height: auto;
		width: auto;
	}
	
	.utility-header .half:first-child {
		overflow: visible;
	}
	
	.utility-header .settings-links {
		float: right;
		text-align: right;
	}
	
	.branding {
		display: none;
	}
	
	.et_pb_row.main-navigation {
		width: 100%;
	}
}

/* End of Mobile Control Styles */
@media (min-width: 768px) {
	.et_pb_row.main-navigation {
		padding-top: 0;
		padding-bottom: 0;
		padding-right: 0;
		width: 80% !important;
	}
}

/* Section Carousel Version 5 */
.et_pb_ca_section_carousel .container {
	padding-top: 10px !important;
}

/* Fullwidth Section Carousel Version 5 */
.et_pb_ca_fullwidth_section_carousel .container {
	padding-top: 10px !important;
}

.ca_wp_container {
	max-width: 1080px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 980px) {
	.ca_wp_container {
		padding: 0;
	}
}

@media (min-width: 981px) {
	.ca_wp_container {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.ca_wp_container.main-navigation {
		width: 100%;
	}
	
	.et_pb_row {
		width: 90% !important;
	}
}

.dashicons, .dashicons-before:before {
	font-family: dashicons;
	display: inline-block;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	speak: never;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	font-size: 20px;
	vertical-align: top;
	text-align: center;
	transition: color .1s ease-in;
}

.dashicons-admin-appearance:before {
	content: "";
}

.dashicons-admin-collapse:before {
	content: "";
}

.dashicons-admin-comments:before {
	content: "";
}

.dashicons-admin-customizer:before {
	content: "";
}

.dashicons-admin-generic:before {
	content: "";
}

.dashicons-admin-home:before {
	content: "";
}

.dashicons-admin-links:before {
	content: "";
}

.dashicons-admin-media:before {
	content: "";
}

.dashicons-admin-multisite:before {
	content: "";
}

.dashicons-admin-network:before {
	content: "";
}

.dashicons-admin-page:before {
	content: "";
}

.dashicons-admin-plugins:before {
	content: "";
}

.dashicons-admin-post:before {
	content: "";
}

.dashicons-admin-settings:before {
	content: "";
}

.dashicons-admin-site-alt:before {
	content: "";
}

.dashicons-admin-site-alt2:before {
	content: "";
}

.dashicons-admin-site-alt3:before {
	content: "";
}

.dashicons-admin-site:before {
	content: "";
}

.dashicons-admin-tools:before {
	content: "";
}

.dashicons-admin-users:before {
	content: "";
}

.dashicons-airplane:before {
	content: "";
}

.dashicons-album:before {
	content: "";
}

.dashicons-align-center:before {
	content: "";
}

.dashicons-align-full-width:before {
	content: "";
}

.dashicons-align-left:before {
	content: "";
}

.dashicons-align-none:before {
	content: "";
}

.dashicons-align-pull-left:before {
	content: "";
}

.dashicons-align-pull-right:before {
	content: "";
}

.dashicons-align-right:before {
	content: "";
}

.dashicons-align-wide:before {
	content: "";
}

.dashicons-amazon:before {
	content: "";
}

.dashicons-analytics:before {
	content: "";
}

.dashicons-archive:before {
	content: "";
}

.dashicons-arrow-down-alt:before {
	content: "";
}

.dashicons-arrow-down-alt2:before {
	content: "";
}

.dashicons-arrow-down:before {
	content: "";
}

.dashicons-arrow-left-alt:before {
	content: "";
}

.dashicons-arrow-left-alt2:before {
	content: "";
}

.dashicons-arrow-left:before {
	content: "";
}

.dashicons-arrow-right-alt:before {
	content: "";
}

.dashicons-arrow-right-alt2:before {
	content: "";
}

.dashicons-arrow-right:before {
	content: "";
}

.dashicons-arrow-up-alt:before {
	content: "";
}

.dashicons-arrow-up-alt2:before {
	content: "";
}

.dashicons-arrow-up-duplicate:before {
	content: "";
}

.dashicons-arrow-up:before {
	content: "";
}

.dashicons-art:before {
	content: "";
}

.dashicons-awards:before {
	content: "";
}

.dashicons-backup:before {
	content: "";
}

.dashicons-bank:before {
	content: "";
}

.dashicons-beer:before {
	content: "";
}

.dashicons-bell:before {
	content: "";
}

.dashicons-block-default:before {
	content: "";
}

.dashicons-book-alt:before {
	content: "";
}

.dashicons-book:before {
	content: "";
}

.dashicons-buddicons-activity:before {
	content: "";
}

.dashicons-buddicons-bbpress-logo:before {
	content: "";
}

.dashicons-buddicons-buddypress-logo:before {
	content: "";
}

.dashicons-buddicons-community:before {
	content: "";
}

.dashicons-buddicons-forums:before {
	content: "";
}

.dashicons-buddicons-friends:before {
	content: "";
}

.dashicons-buddicons-groups:before {
	content: "";
}

.dashicons-buddicons-pm:before {
	content: "";
}

.dashicons-buddicons-replies:before {
	content: "";
}

.dashicons-buddicons-topics:before {
	content: "";
}

.dashicons-buddicons-tracking:before {
	content: "";
}

.dashicons-building:before {
	content: "";
}

.dashicons-businessman:before {
	content: "";
}

.dashicons-businessperson:before {
	content: "";
}

.dashicons-businesswoman:before {
	content: "";
}

.dashicons-button:before {
	content: "";
}

.dashicons-calculator:before {
	content: "";
}

.dashicons-calendar-alt:before {
	content: "";
}

.dashicons-calendar:before {
	content: "";
}

.dashicons-camera-alt:before {
	content: "";
}

.dashicons-camera:before {
	content: "";
}

.dashicons-car:before {
	content: "";
}

.dashicons-carrot:before {
	content: "";
}

.dashicons-cart:before {
	content: "";
}

.dashicons-category:before {
	content: "";
}

.dashicons-chart-area:before {
	content: "";
}

.dashicons-chart-bar:before {
	content: "";
}

.dashicons-chart-line:before {
	content: "";
}

.dashicons-chart-pie:before {
	content: "";
}

.dashicons-clipboard:before {
	content: "";
}

.dashicons-clock:before {
	content: "";
}

.dashicons-cloud-saved:before {
	content: "";
}

.dashicons-cloud-upload:before {
	content: "";
}

.dashicons-cloud:before {
	content: "";
}

.dashicons-code-standards:before {
	content: "";
}

.dashicons-coffee:before {
	content: "";
}

.dashicons-color-picker:before {
	content: "";
}

.dashicons-columns:before {
	content: "";
}

.dashicons-controls-back:before {
	content: "";
}

.dashicons-controls-forward:before {
	content: "";
}

.dashicons-controls-pause:before {
	content: "";
}

.dashicons-controls-play:before {
	content: "";
}

.dashicons-controls-repeat:before {
	content: "";
}

.dashicons-controls-skipback:before {
	content: "";
}

.dashicons-controls-skipforward:before {
	content: "";
}

.dashicons-controls-volumeoff:before {
	content: "";
}

.dashicons-controls-volumeon:before {
	content: "";
}

.dashicons-cover-image:before {
	content: "";
}

.dashicons-dashboard:before {
	content: "";
}

.dashicons-database-add:before {
	content: "";
}

.dashicons-database-export:before {
	content: "";
}

.dashicons-database-import:before {
	content: "";
}

.dashicons-database-remove:before {
	content: "";
}

.dashicons-database-view:before {
	content: "";
}

.dashicons-database:before {
	content: "";
}

.dashicons-desktop:before {
	content: "";
}

.dashicons-dismiss:before {
	content: "";
}

.dashicons-download:before {
	content: "";
}

.dashicons-drumstick:before {
	content: "";
}

.dashicons-edit-large:before {
	content: "";
}

.dashicons-edit-page:before {
	content: "";
}

.dashicons-edit:before {
	content: "";
}

.dashicons-editor-aligncenter:before {
	content: "";
}

.dashicons-editor-alignleft:before {
	content: "";
}

.dashicons-editor-alignright:before {
	content: "";
}

.dashicons-editor-bold:before {
	content: "";
}

.dashicons-editor-break:before {
	content: "";
}

.dashicons-editor-code-duplicate:before {
	content: "";
}

.dashicons-editor-code:before {
	content: "";
}

.dashicons-editor-contract:before {
	content: "";
}

.dashicons-editor-customchar:before {
	content: "";
}

.dashicons-editor-expand:before {
	content: "";
}

.dashicons-editor-help:before {
	content: "";
}

.dashicons-editor-indent:before {
	content: "";
}

.dashicons-editor-insertmore:before {
	content: "";
}

.dashicons-editor-italic:before {
	content: "";
}

.dashicons-editor-justify:before {
	content: "";
}

.dashicons-editor-kitchensink:before {
	content: "";
}

.dashicons-editor-ltr:before {
	content: "";
}

.dashicons-editor-ol-rtl:before {
	content: "";
}

.dashicons-editor-ol:before {
	content: "";
}

.dashicons-editor-outdent:before {
	content: "";
}

.dashicons-editor-paragraph:before {
	content: "";
}

.dashicons-editor-paste-text:before {
	content: "";
}

.dashicons-editor-paste-word:before {
	content: "";
}

.dashicons-editor-quote:before {
	content: "";
}

.dashicons-editor-removeformatting:before {
	content: "";
}

.dashicons-editor-rtl:before {
	content: "";
}

.dashicons-editor-spellcheck:before {
	content: "";
}

.dashicons-editor-strikethrough:before {
	content: "";
}

.dashicons-editor-table:before {
	content: "";
}

.dashicons-editor-textcolor:before {
	content: "";
}

.dashicons-editor-ul:before {
	content: "";
}

.dashicons-editor-underline:before {
	content: "";
}

.dashicons-editor-unlink:before {
	content: "";
}

.dashicons-editor-video:before {
	content: "";
}

.dashicons-ellipsis:before {
	content: "";
}

.dashicons-email-alt:before {
	content: "";
}

.dashicons-email-alt2:before {
	content: "";
}

.dashicons-email:before {
	content: "";
}

.dashicons-embed-audio:before {
	content: "";
}

.dashicons-embed-generic:before {
	content: "";
}

.dashicons-embed-photo:before {
	content: "";
}

.dashicons-embed-post:before {
	content: "";
}

.dashicons-embed-video:before {
	content: "";
}

.dashicons-excerpt-view:before {
	content: "";
}

.dashicons-exit:before {
	content: "";
}

.dashicons-external:before {
	content: "";
}

.dashicons-facebook-alt:before {
	content: "";
}

.dashicons-facebook:before {
	content: "";
}

.dashicons-feedback:before {
	content: "";
}

.dashicons-filter:before {
	content: "";
}

.dashicons-flag:before {
	content: "";
}

.dashicons-food:before {
	content: "";
}

.dashicons-format-aside:before {
	content: "";
}

.dashicons-format-audio:before {
	content: "";
}

.dashicons-format-chat:before {
	content: "";
}

.dashicons-format-gallery:before {
	content: "";
}

.dashicons-format-image:before {
	content: "";
}

.dashicons-format-quote:before {
	content: "";
}

.dashicons-format-status:before {
	content: "";
}

.dashicons-format-video:before {
	content: "";
}

.dashicons-forms:before {
	content: "";
}

.dashicons-fullscreen-alt:before {
	content: "";
}

.dashicons-fullscreen-exit-alt:before {
	content: "";
}

.dashicons-games:before {
	content: "";
}

.dashicons-google:before {
	content: "";
}

.dashicons-googleplus:before {
	content: "";
}

.dashicons-grid-view:before {
	content: "";
}

.dashicons-groups:before {
	content: "";
}

.dashicons-hammer:before {
	content: "";
}

.dashicons-heading:before {
	content: "";
}

.dashicons-heart:before {
	content: "";
}

.dashicons-hidden:before {
	content: "";
}

.dashicons-hourglass:before {
	content: "";
}

.dashicons-html:before {
	content: "";
}

.dashicons-id-alt:before {
	content: "";
}

.dashicons-id:before {
	content: "";
}

.dashicons-image-crop:before {
	content: "";
}

.dashicons-image-filter:before {
	content: "";
}

.dashicons-image-flip-horizontal:before {
	content: "";
}

.dashicons-image-flip-vertical:before {
	content: "";
}

.dashicons-image-rotate-left:before {
	content: "";
}

.dashicons-image-rotate-right:before {
	content: "";
}

.dashicons-image-rotate:before {
	content: "";
}

.dashicons-images-alt:before {
	content: "";
}

.dashicons-images-alt2:before {
	content: "";
}

.dashicons-index-card:before {
	content: "";
}

.dashicons-info-outline:before {
	content: "";
}

.dashicons-info:before {
	content: "";
}

.dashicons-insert-after:before {
	content: "";
}

.dashicons-insert-before:before {
	content: "";
}

.dashicons-insert:before {
	content: "";
}

.dashicons-instagram:before {
	content: "";
}

.dashicons-laptop:before {
	content: "";
}

.dashicons-layout:before {
	content: "";
}

.dashicons-leftright:before {
	content: "";
}

.dashicons-lightbulb:before {
	content: "";
}

.dashicons-linkedin:before {
	content: "";
}

.dashicons-list-view:before {
	content: "";
}

.dashicons-location-alt:before {
	content: "";
}

.dashicons-location:before {
	content: "";
}

.dashicons-lock-duplicate:before {
	content: "";
}

.dashicons-lock:before {
	content: "";
}

.dashicons-marker:before {
	content: "";
}

.dashicons-media-archive:before {
	content: "";
}

.dashicons-media-audio:before {
	content: "";
}

.dashicons-media-code:before {
	content: "";
}

.dashicons-media-default:before {
	content: "";
}

.dashicons-media-document:before {
	content: "";
}

.dashicons-media-interactive:before {
	content: "";
}

.dashicons-media-spreadsheet:before {
	content: "";
}

.dashicons-media-text:before {
	content: "";
}

.dashicons-media-video:before {
	content: "";
}

.dashicons-megaphone:before {
	content: "";
}

.dashicons-menu-alt:before {
	content: "";
}

.dashicons-menu-alt2:before {
	content: "";
}

.dashicons-menu-alt3:before {
	content: "";
}

.dashicons-menu:before {
	content: "";
}

.dashicons-microphone:before {
	content: "";
}

.dashicons-migrate:before {
	content: "";
}

.dashicons-minus:before {
	content: "";
}

.dashicons-money-alt:before {
	content: "";
}

.dashicons-money:before {
	content: "";
}

.dashicons-move:before {
	content: "";
}

.dashicons-nametag:before {
	content: "";
}

.dashicons-networking:before {
	content: "";
}

.dashicons-no-alt:before {
	content: "";
}

.dashicons-no:before {
	content: "";
}

.dashicons-open-folder:before {
	content: "";
}

.dashicons-palmtree:before {
	content: "";
}

.dashicons-paperclip:before {
	content: "";
}

.dashicons-pdf:before {
	content: "";
}

.dashicons-performance:before {
	content: "";
}

.dashicons-pets:before {
	content: "";
}

.dashicons-phone:before {
	content: "";
}

.dashicons-pinterest:before {
	content: "";
}

.dashicons-playlist-audio:before {
	content: "";
}

.dashicons-playlist-video:before {
	content: "";
}

.dashicons-plugins-checked:before {
	content: "";
}

.dashicons-plus-alt:before {
	content: "";
}

.dashicons-plus-alt2:before {
	content: "";
}

.dashicons-plus:before {
	content: "";
}

.dashicons-podio:before {
	content: "";
}

.dashicons-portfolio:before {
	content: "";
}

.dashicons-post-status:before {
	content: "";
}

.dashicons-pressthis:before {
	content: "";
}

.dashicons-printer:before {
	content: "";
}

.dashicons-privacy:before {
	content: "";
}

.dashicons-products:before {
	content: "";
}

.dashicons-randomize:before {
	content: "";
}

.dashicons-reddit:before {
	content: "";
}

.dashicons-redo:before {
	content: "";
}

.dashicons-remove:before {
	content: "";
}

.dashicons-rest-api:before {
	content: "";
}

.dashicons-rss:before {
	content: "";
}

.dashicons-saved:before {
	content: "";
}

.dashicons-schedule:before {
	content: "";
}

.dashicons-screenoptions:before {
	content: "";
}

.dashicons-search:before {
	content: "";
}

.dashicons-share-alt:before {
	content: "";
}

.dashicons-share-alt2:before {
	content: "";
}

.dashicons-share:before {
	content: "";
}

.dashicons-shield-alt:before {
	content: "";
}

.dashicons-shield:before {
	content: "";
}

.dashicons-shortcode:before {
	content: "";
}

.dashicons-slides:before {
	content: "";
}

.dashicons-smartphone:before {
	content: "";
}

.dashicons-smiley:before {
	content: "";
}

.dashicons-sort:before {
	content: "";
}

.dashicons-sos:before {
	content: "";
}

.dashicons-spotify:before {
	content: "";
}

.dashicons-star-empty:before {
	content: "";
}

.dashicons-star-filled:before {
	content: "";
}

.dashicons-star-half:before {
	content: "";
}

.dashicons-sticky:before {
	content: "";
}

.dashicons-store:before {
	content: "";
}

.dashicons-superhero-alt:before {
	content: "";
}

.dashicons-superhero:before {
	content: "";
}

.dashicons-table-col-after:before {
	content: "";
}

.dashicons-table-col-before:before {
	content: "";
}

.dashicons-table-col-delete:before {
	content: "";
}

.dashicons-table-row-after:before {
	content: "";
}

.dashicons-table-row-before:before {
	content: "";
}

.dashicons-table-row-delete:before {
	content: "";
}

.dashicons-tablet:before {
	content: "";
}

.dashicons-tag:before {
	content: "";
}

.dashicons-tagcloud:before {
	content: "";
}

.dashicons-testimonial:before {
	content: "";
}

.dashicons-text-page:before {
	content: "";
}

.dashicons-text:before {
	content: "";
}

.dashicons-thumbs-down:before {
	content: "";
}

.dashicons-thumbs-up:before {
	content: "";
}

.dashicons-tickets-alt:before {
	content: "";
}

.dashicons-tickets:before {
	content: "";
}

.dashicons-tide:before {
	content: "";
}

.dashicons-translation:before {
	content: "";
}

.dashicons-trash:before {
	content: "";
}

.dashicons-twitch:before {
	content: "";
}

.dashicons-twitter-alt:before {
	content: "";
}

.dashicons-twitter:before {
	content: "";
}

.dashicons-undo:before {
	content: "";
}

.dashicons-universal-access-alt:before {
	content: "";
}

.dashicons-universal-access:before {
	content: "";
}

.dashicons-unlock:before {
	content: "";
}

.dashicons-update-alt:before {
	content: "";
}

.dashicons-update:before {
	content: "";
}

.dashicons-upload:before {
	content: "";
}

.dashicons-vault:before {
	content: "";
}

.dashicons-video-alt:before {
	content: "";
}

.dashicons-video-alt2:before {
	content: "";
}

.dashicons-video-alt3:before {
	content: "";
}

.dashicons-visibility:before {
	content: "";
}

.dashicons-warning:before {
	content: "";
}

.dashicons-welcome-add-page:before {
	content: "";
}

.dashicons-welcome-comments:before {
	content: "";
}

.dashicons-welcome-learn-more:before {
	content: "";
}

.dashicons-welcome-view-site:before {
	content: "";
}

.dashicons-welcome-widgets-menus:before {
	content: "";
}

.dashicons-welcome-write-blog:before {
	content: "";
}

.dashicons-whatsapp:before {
	content: "";
}

.dashicons-wordpress-alt:before {
	content: "";
}

.dashicons-wordpress:before {
	content: "";
}

.dashicons-xing:before {
	content: "";
}

.dashicons-yes-alt:before {
	content: "";
}

.dashicons-yes:before {
	content: "";
}

.dashicons-youtube:before {
	content: "";
}

.dashicons-editor-distractionfree:before {
	content: "";
}

.dashicons-exerpt-view:before {
	content: "";
}

.dashicons-format-links:before {
	content: "";
}

.dashicons-format-standard:before {
	content: "";
}

.dashicons-post-trash:before {
	content: "";
}

.dashicons-share1:before {
	content: "";
}

.dashicons-welcome-edit-page:before {
	content: "";
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa.fa-glass:before {
	content: "";
}

.fa.fa-meetup {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-star-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-star-o:before {
	content: "";
}

.fa.fa-close:before, .fa.fa-remove:before {
	content: "";
}

.fa.fa-gear:before {
	content: "";
}

.fa.fa-trash-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-trash-o:before {
	content: "";
}

.fa.fa-file-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-file-o:before {
	content: "";
}

.fa.fa-clock-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-clock-o:before {
	content: "";
}

.fa.fa-arrow-circle-o-down {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
	content: "";
}

.fa.fa-arrow-circle-o-up {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
	content: "";
}

.fa.fa-play-circle-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-play-circle-o:before {
	content: "";
}

.fa.fa-repeat:before, .fa.fa-rotate-right:before {
	content: "";
}

.fa.fa-refresh:before {
	content: "";
}

.fa.fa-list-alt {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-dedent:before {
	content: "";
}

.fa.fa-video-camera:before {
	content: "";
}

.fa.fa-picture-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-picture-o:before {
	content: "";
}

.fa.fa-photo {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-photo:before {
	content: "";
}

.fa.fa-image {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-image:before {
	content: "";
}

.fa.fa-pencil:before {
	content: "";
}

.fa.fa-map-marker:before {
	content: "";
}

.fa.fa-pencil-square-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-pencil-square-o:before {
	content: "";
}

.fa.fa-share-square-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-share-square-o:before {
	content: "";
}

.fa.fa-check-square-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-check-square-o:before {
	content: "";
}

.fa.fa-arrows:before {
	content: "";
}

.fa.fa-times-circle-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-times-circle-o:before {
	content: "";
}

.fa.fa-check-circle-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-check-circle-o:before {
	content: "";
}

.fa.fa-mail-forward:before {
	content: "";
}

.fa.fa-expand:before {
	content: "";
}

.fa.fa-compress:before {
	content: "";
}

.fa.fa-eye, .fa.fa-eye-slash {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-warning:before {
	content: "";
}

.fa.fa-calendar:before {
	content: "";
}

.fa.fa-arrows-v:before {
	content: "";
}

.fa.fa-arrows-h:before {
	content: "";
}

.fa.fa-bar-chart {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-bar-chart:before {
	content: "";
}

.fa.fa-bar-chart-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-bar-chart-o:before {
	content: "";
}

.fa.fa-facebook-square, .fa.fa-twitter-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-gears:before {
	content: "";
}

.fa.fa-thumbs-o-up {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
	content: "";
}

.fa.fa-thumbs-o-down {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
	content: "";
}

.fa.fa-heart-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-heart-o:before {
	content: "";
}

.fa.fa-sign-out:before {
	content: "";
}

.fa.fa-linkedin-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-linkedin-square:before {
	content: "";
}

.fa.fa-thumb-tack:before {
	content: "";
}

.fa.fa-external-link:before {
	content: "";
}

.fa.fa-sign-in:before {
	content: "";
}

.fa.fa-github-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-lemon-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-lemon-o:before {
	content: "";
}

.fa.fa-square-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-square-o:before {
	content: "";
}

.fa.fa-bookmark-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-bookmark-o:before {
	content: "";
}

.fa.fa-facebook, .fa.fa-twitter {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-facebook:before {
	content: "";
}

.fa.fa-facebook-f {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-facebook-f:before {
	content: "";
}

.fa.fa-github {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-credit-card {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-feed:before {
	content: "";
}

.fa.fa-hdd-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-hdd-o:before {
	content: "";
}

.fa.fa-hand-o-right {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-hand-o-right:before {
	content: "";
}

.fa.fa-hand-o-left {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-hand-o-left:before {
	content: "";
}

.fa.fa-hand-o-up {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-hand-o-up:before {
	content: "";
}

.fa.fa-hand-o-down {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-hand-o-down:before {
	content: "";
}

.fa.fa-arrows-alt:before {
	content: "";
}

.fa.fa-group:before {
	content: "";
}

.fa.fa-chain:before {
	content: "";
}

.fa.fa-scissors:before {
	content: "";
}

.fa.fa-files-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-files-o:before {
	content: "";
}

.fa.fa-floppy-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-floppy-o:before {
	content: "";
}

.fa.fa-navicon:before, .fa.fa-reorder:before {
	content: "";
}

.fa.fa-google-plus, .fa.fa-google-plus-square, .fa.fa-pinterest, .fa.fa-pinterest-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-google-plus:before {
	content: "";
}

.fa.fa-money {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-money:before {
	content: "";
}

.fa.fa-unsorted:before {
	content: "";
}

.fa.fa-sort-desc:before {
	content: "";
}

.fa.fa-sort-asc:before {
	content: "";
}

.fa.fa-linkedin {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-linkedin:before {
	content: "";
}

.fa.fa-rotate-left:before {
	content: "";
}

.fa.fa-legal:before {
	content: "";
}

.fa.fa-dashboard:before, .fa.fa-tachometer:before {
	content: "";
}

.fa.fa-comment-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-comment-o:before {
	content: "";
}

.fa.fa-comments-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-comments-o:before {
	content: "";
}

.fa.fa-flash:before {
	content: "";
}

.fa.fa-clipboard, .fa.fa-paste {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-paste:before {
	content: "";
}

.fa.fa-lightbulb-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-lightbulb-o:before {
	content: "";
}

.fa.fa-exchange:before {
	content: "";
}

.fa.fa-cloud-download:before {
	content: "";
}

.fa.fa-cloud-upload:before {
	content: "";
}

.fa.fa-bell-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-bell-o:before {
	content: "";
}

.fa.fa-cutlery:before {
	content: "";
}

.fa.fa-file-text-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-file-text-o:before {
	content: "";
}

.fa.fa-building-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-building-o:before {
	content: "";
}

.fa.fa-hospital-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-hospital-o:before {
	content: "";
}

.fa.fa-tablet:before {
	content: "";
}

.fa.fa-mobile-phone:before, .fa.fa-mobile:before {
	content: "";
}

.fa.fa-circle-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-circle-o:before {
	content: "";
}

.fa.fa-mail-reply:before {
	content: "";
}

.fa.fa-github-alt {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-folder-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-folder-o:before {
	content: "";
}

.fa.fa-folder-open-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-folder-open-o:before {
	content: "";
}

.fa.fa-smile-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-smile-o:before {
	content: "";
}

.fa.fa-frown-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-frown-o:before {
	content: "";
}

.fa.fa-meh-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-meh-o:before {
	content: "";
}

.fa.fa-keyboard-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-keyboard-o:before {
	content: "";
}

.fa.fa-flag-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-flag-o:before {
	content: "";
}

.fa.fa-mail-reply-all:before {
	content: "";
}

.fa.fa-star-half-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-star-half-o:before {
	content: "";
}

.fa.fa-star-half-empty {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-star-half-empty:before {
	content: "";
}

.fa.fa-star-half-full {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-star-half-full:before {
	content: "";
}

.fa.fa-code-fork:before {
	content: "";
}

.fa.fa-chain-broken:before {
	content: "";
}

.fa.fa-shield:before {
	content: "";
}

.fa.fa-calendar-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-calendar-o:before {
	content: "";
}

.fa.fa-css3, .fa.fa-html5, .fa.fa-maxcdn {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-ticket:before {
	content: "";
}

.fa.fa-minus-square-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-minus-square-o:before {
	content: "";
}

.fa.fa-level-up:before {
	content: "";
}

.fa.fa-level-down:before {
	content: "";
}

.fa.fa-pencil-square:before {
	content: "";
}

.fa.fa-external-link-square:before {
	content: "";
}

.fa.fa-compass {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-caret-square-o-down {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
	content: "";
}

.fa.fa-toggle-down {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-toggle-down:before {
	content: "";
}

.fa.fa-caret-square-o-up {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
	content: "";
}

.fa.fa-toggle-up {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-toggle-up:before {
	content: "";
}

.fa.fa-caret-square-o-right {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
	content: "";
}

.fa.fa-toggle-right {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-toggle-right:before {
	content: "";
}

.fa.fa-eur:before, .fa.fa-euro:before {
	content: "";
}

.fa.fa-gbp:before {
	content: "";
}

.fa.fa-dollar:before, .fa.fa-usd:before {
	content: "";
}

.fa.fa-inr:before, .fa.fa-rupee:before {
	content: "";
}

.fa.fa-cny:before, .fa.fa-jpy:before, .fa.fa-rmb:before, .fa.fa-yen:before {
	content: "";
}

.fa.fa-rouble:before, .fa.fa-rub:before, .fa.fa-ruble:before {
	content: "";
}

.fa.fa-krw:before, .fa.fa-won:before {
	content: "";
}

.fa.fa-bitcoin, .fa.fa-btc {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-bitcoin:before {
	content: "";
}

.fa.fa-file-text:before {
	content: "";
}

.fa.fa-sort-alpha-asc:before {
	content: "";
}

.fa.fa-sort-alpha-desc:before {
	content: "";
}

.fa.fa-sort-amount-asc:before {
	content: "";
}

.fa.fa-sort-amount-desc:before {
	content: "";
}

.fa.fa-sort-numeric-asc:before {
	content: "";
}

.fa.fa-sort-numeric-desc:before {
	content: "";
}

.fa.fa-xing, .fa.fa-xing-square, .fa.fa-youtube, .fa.fa-youtube-play, .fa.fa-youtube-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-youtube-play:before {
	content: "";
}

.fa.fa-adn, .fa.fa-bitbucket, .fa.fa-bitbucket-square, .fa.fa-dropbox, .fa.fa-flickr, .fa.fa-instagram, .fa.fa-stack-overflow {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-bitbucket-square:before {
	content: "";
}

.fa.fa-tumblr, .fa.fa-tumblr-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-long-arrow-down:before {
	content: "";
}

.fa.fa-long-arrow-up:before {
	content: "";
}

.fa.fa-long-arrow-left:before {
	content: "";
}

.fa.fa-long-arrow-right:before {
	content: "";
}

.fa.fa-android, .fa.fa-apple, .fa.fa-dribbble, .fa.fa-foursquare, .fa.fa-gittip, .fa.fa-gratipay, .fa.fa-linux, .fa.fa-skype, .fa.fa-trello, .fa.fa-windows {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-gittip:before {
	content: "";
}

.fa.fa-sun-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-sun-o:before {
	content: "";
}

.fa.fa-moon-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-moon-o:before {
	content: "";
}

.fa.fa-pagelines, .fa.fa-renren, .fa.fa-stack-exchange, .fa.fa-vk, .fa.fa-weibo {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
	content: "";
}

.fa.fa-arrow-circle-o-left {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
	content: "";
}

.fa.fa-caret-square-o-left {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
	content: "";
}

.fa.fa-toggle-left {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-toggle-left:before {
	content: "";
}

.fa.fa-dot-circle-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-dot-circle-o:before {
	content: "";
}

.fa.fa-vimeo-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-try:before, .fa.fa-turkish-lira:before {
	content: "";
}

.fa.fa-plus-square-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-plus-square-o:before {
	content: "";
}

.fa.fa-openid, .fa.fa-slack, .fa.fa-wordpress {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-bank:before, .fa.fa-institution:before {
	content: "";
}

.fa.fa-mortar-board:before {
	content: "";
}

.fa.fa-delicious, .fa.fa-digg, .fa.fa-drupal, .fa.fa-google, .fa.fa-joomla, .fa.fa-pied-piper-alt, .fa.fa-pied-piper-pp, .fa.fa-reddit, .fa.fa-reddit-square, .fa.fa-stumbleupon, .fa.fa-stumbleupon-circle, .fa.fa-yahoo {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-spoon:before {
	content: "";
}

.fa.fa-behance, .fa.fa-behance-square, .fa.fa-steam, .fa.fa-steam-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-automobile:before {
	content: "";
}

.fa.fa-envelope-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-envelope-o:before {
	content: "";
}

.fa.fa-deviantart, .fa.fa-soundcloud, .fa.fa-spotify {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-file-pdf-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-file-pdf-o:before {
	content: "";
}

.fa.fa-file-word-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-file-word-o:before {
	content: "";
}

.fa.fa-file-excel-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-file-excel-o:before {
	content: "";
}

.fa.fa-file-powerpoint-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
	content: "";
}

.fa.fa-file-image-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-file-image-o:before {
	content: "";
}

.fa.fa-file-photo-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-file-photo-o:before {
	content: "";
}

.fa.fa-file-picture-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-file-picture-o:before {
	content: "";
}

.fa.fa-file-archive-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-file-archive-o:before {
	content: "";
}

.fa.fa-file-zip-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-file-zip-o:before {
	content: "";
}

.fa.fa-file-audio-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-file-audio-o:before {
	content: "";
}

.fa.fa-file-sound-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-file-sound-o:before {
	content: "";
}

.fa.fa-file-video-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-file-video-o:before {
	content: "";
}

.fa.fa-file-movie-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-file-movie-o:before {
	content: "";
}

.fa.fa-file-code-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-file-code-o:before {
	content: "";
}

.fa.fa-codepen, .fa.fa-jsfiddle, .fa.fa-vine {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-life-bouy, .fa.fa-life-ring {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-life-bouy:before {
	content: "";
}

.fa.fa-life-buoy {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-life-buoy:before {
	content: "";
}

.fa.fa-life-saver {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-life-saver:before {
	content: "";
}

.fa.fa-support {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-support:before {
	content: "";
}

.fa.fa-circle-o-notch:before {
	content: "";
}

.fa.fa-ra, .fa.fa-rebel {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-ra:before {
	content: "";
}

.fa.fa-resistance {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-resistance:before {
	content: "";
}

.fa.fa-empire, .fa.fa-ge {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-ge:before {
	content: "";
}

.fa.fa-git, .fa.fa-git-square, .fa.fa-hacker-news, .fa.fa-y-combinator-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-y-combinator-square:before {
	content: "";
}

.fa.fa-yc-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-yc-square:before {
	content: "";
}

.fa.fa-qq, .fa.fa-tencent-weibo, .fa.fa-wechat, .fa.fa-weixin {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-wechat:before {
	content: "";
}

.fa.fa-send:before {
	content: "";
}

.fa.fa-paper-plane-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-paper-plane-o:before {
	content: "";
}

.fa.fa-send-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-send-o:before {
	content: "";
}

.fa.fa-circle-thin {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-circle-thin:before {
	content: "";
}

.fa.fa-header:before {
	content: "";
}

.fa.fa-sliders:before {
	content: "";
}

.fa.fa-futbol-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-futbol-o:before {
	content: "";
}

.fa.fa-soccer-ball-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
	content: "";
}

.fa.fa-slideshare, .fa.fa-twitch, .fa.fa-yelp {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-newspaper-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-newspaper-o:before {
	content: "";
}

.fa.fa-cc-amex, .fa.fa-cc-discover, .fa.fa-cc-mastercard, .fa.fa-cc-paypal, .fa.fa-cc-stripe, .fa.fa-cc-visa, .fa.fa-google-wallet, .fa.fa-paypal {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-bell-slash-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-bell-slash-o:before {
	content: "";
}

.fa.fa-trash:before {
	content: "";
}

.fa.fa-copyright {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-eyedropper:before {
	content: "";
}

.fa.fa-area-chart:before {
	content: "";
}

.fa.fa-pie-chart:before {
	content: "";
}

.fa.fa-line-chart:before {
	content: "";
}

.fa.fa-angellist, .fa.fa-ioxhost, .fa.fa-lastfm, .fa.fa-lastfm-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-cc {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-cc:before {
	content: "";
}

.fa.fa-ils:before, .fa.fa-shekel:before, .fa.fa-sheqel:before {
	content: "";
}

.fa.fa-meanpath {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-meanpath:before {
	content: "";
}

.fa.fa-buysellads, .fa.fa-connectdevelop, .fa.fa-dashcube, .fa.fa-forumbee, .fa.fa-leanpub, .fa.fa-sellsy, .fa.fa-shirtsinbulk, .fa.fa-simplybuilt, .fa.fa-skyatlas {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-diamond {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-diamond:before {
	content: "";
}

.fa.fa-intersex:before {
	content: "";
}

.fa.fa-facebook-official {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-facebook-official:before {
	content: "";
}

.fa.fa-pinterest-p, .fa.fa-whatsapp {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-hotel:before {
	content: "";
}

.fa.fa-medium, .fa.fa-viacoin, .fa.fa-y-combinator, .fa.fa-yc {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-yc:before {
	content: "";
}

.fa.fa-expeditedssl, .fa.fa-opencart, .fa.fa-optin-monster {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-battery-4:before, .fa.fa-battery:before {
	content: "";
}

.fa.fa-battery-3:before {
	content: "";
}

.fa.fa-battery-2:before {
	content: "";
}

.fa.fa-battery-1:before {
	content: "";
}

.fa.fa-battery-0:before {
	content: "";
}

.fa.fa-object-group, .fa.fa-object-ungroup, .fa.fa-sticky-note-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-sticky-note-o:before {
	content: "";
}

.fa.fa-cc-diners-club, .fa.fa-cc-jcb {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-clone, .fa.fa-hourglass-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-hourglass-o:before {
	content: "";
}

.fa.fa-hourglass-1:before {
	content: "";
}

.fa.fa-hourglass-2:before {
	content: "";
}

.fa.fa-hourglass-3:before {
	content: "";
}

.fa.fa-hand-rock-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-hand-rock-o:before {
	content: "";
}

.fa.fa-hand-grab-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-hand-grab-o:before {
	content: "";
}

.fa.fa-hand-paper-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-hand-paper-o:before {
	content: "";
}

.fa.fa-hand-stop-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-hand-stop-o:before {
	content: "";
}

.fa.fa-hand-scissors-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
	content: "";
}

.fa.fa-hand-lizard-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
	content: "";
}

.fa.fa-hand-spock-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-hand-spock-o:before {
	content: "";
}

.fa.fa-hand-pointer-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
	content: "";
}

.fa.fa-hand-peace-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-hand-peace-o:before {
	content: "";
}

.fa.fa-registered {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-chrome, .fa.fa-creative-commons, .fa.fa-firefox, .fa.fa-get-pocket, .fa.fa-gg, .fa.fa-gg-circle, .fa.fa-internet-explorer, .fa.fa-odnoklassniki, .fa.fa-odnoklassniki-square, .fa.fa-opera, .fa.fa-safari, .fa.fa-tripadvisor, .fa.fa-wikipedia-w {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-television:before {
	content: "";
}

.fa.fa-500px, .fa.fa-amazon, .fa.fa-contao {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-calendar-plus-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
	content: "";
}

.fa.fa-calendar-minus-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
	content: "";
}

.fa.fa-calendar-times-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-calendar-times-o:before {
	content: "";
}

.fa.fa-calendar-check-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-calendar-check-o:before {
	content: "";
}

.fa.fa-map-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-map-o:before {
	content: "";
}

.fa.fa-commenting:before {
	content: "";
}

.fa.fa-commenting-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-commenting-o:before {
	content: "";
}

.fa.fa-houzz, .fa.fa-vimeo {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-vimeo:before {
	content: "";
}

.fa.fa-black-tie, .fa.fa-edge, .fa.fa-fonticons, .fa.fa-reddit-alien {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-credit-card-alt:before {
	content: "";
}

.fa.fa-codiepie, .fa.fa-fort-awesome, .fa.fa-mixcloud, .fa.fa-modx, .fa.fa-product-hunt, .fa.fa-scribd, .fa.fa-usb {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-pause-circle-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-pause-circle-o:before {
	content: "";
}

.fa.fa-stop-circle-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-stop-circle-o:before {
	content: "";
}

.fa.fa-bluetooth, .fa.fa-bluetooth-b, .fa.fa-envira, .fa.fa-gitlab, .fa.fa-wheelchair-alt, .fa.fa-wpbeginner, .fa.fa-wpforms {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
	content: "";
}

.fa.fa-question-circle-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-question-circle-o:before {
	content: "";
}

.fa.fa-volume-control-phone:before {
	content: "";
}

.fa.fa-asl-interpreting:before {
	content: "";
}

.fa.fa-deafness:before, .fa.fa-hard-of-hearing:before {
	content: "";
}

.fa.fa-glide, .fa.fa-glide-g {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-signing:before {
	content: "";
}

.fa.fa-first-order, .fa.fa-google-plus-official, .fa.fa-pied-piper, .fa.fa-snapchat, .fa.fa-snapchat-ghost, .fa.fa-snapchat-square, .fa.fa-themeisle, .fa.fa-viadeo, .fa.fa-viadeo-square, .fa.fa-yoast {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-google-plus-official:before {
	content: "";
}

.fa.fa-google-plus-circle {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-google-plus-circle:before {
	content: "";
}

.fa.fa-fa, .fa.fa-font-awesome {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-fa:before {
	content: "";
}

.fa.fa-handshake-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-handshake-o:before {
	content: "";
}

.fa.fa-envelope-open-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-envelope-open-o:before {
	content: "";
}

.fa.fa-linode {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-address-book-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-address-book-o:before {
	content: "";
}

.fa.fa-vcard:before {
	content: "";
}

.fa.fa-address-card-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-address-card-o:before {
	content: "";
}

.fa.fa-vcard-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-vcard-o:before {
	content: "";
}

.fa.fa-user-circle-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-user-circle-o:before {
	content: "";
}

.fa.fa-user-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-user-o:before {
	content: "";
}

.fa.fa-id-badge {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-drivers-license:before {
	content: "";
}

.fa.fa-id-card-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-id-card-o:before {
	content: "";
}

.fa.fa-drivers-license-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-drivers-license-o:before {
	content: "";
}

.fa.fa-free-code-camp, .fa.fa-quora, .fa.fa-telegram {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-thermometer-4:before, .fa.fa-thermometer:before {
	content: "";
}

.fa.fa-thermometer-3:before {
	content: "";
}

.fa.fa-thermometer-2:before {
	content: "";
}

.fa.fa-thermometer-1:before {
	content: "";
}

.fa.fa-thermometer-0:before {
	content: "";
}

.fa.fa-bathtub:before, .fa.fa-s15:before {
	content: "";
}

.fa.fa-window-maximize, .fa.fa-window-restore {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-times-rectangle:before {
	content: "";
}

.fa.fa-window-close-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-window-close-o:before {
	content: "";
}

.fa.fa-times-rectangle-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
	content: "";
}

.fa.fa-bandcamp, .fa.fa-eercast, .fa.fa-etsy, .fa.fa-grav, .fa.fa-imdb, .fa.fa-ravelry {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-eercast:before {
	content: "";
}

.fa.fa-snowflake-o {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa.fa-snowflake-o:before {
	content: "";
}

.fa.fa-superpowers, .fa.fa-wpexplorer {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-cab:before {
	content: "";
}
