@charset "UTF-8";
/*

Theme Name: BOOKOO

Theme URI: http://bookoomedia.com/

Author: Bookoo Media

Author URI: http://bookoomedia.com/

Description: A compaitability layer for the BOOKOO Framework.

Version: .1

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: bookoo, modules

Text Domain: bookoomedia



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/




/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	/*clear: both;*/
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fff;
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 960px;
		max-width: 68.571428571rem;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		color: #000;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}

/* empty */

/* Reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { border:0; font-size:100%; vertical-align:baseline; margin:0; padding:0 } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block } body { line-height:1 } ol, ul { list-style:none } blockquote, q { quotes:none } blockquote:before, blockquote:after, q:before, q:after { content:none } table { border-collapse:collapse; border-spacing:0 }

html { overflow-y:scroll; -webkit-font-smoothing:antialiased;}
body { font-family:Arial, Verdana, Helvetica, sans-serif; font-size:14px; color:#555555; background:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/body.png) repeat-x center top #FFF; background-attachment:fixed; cursor:default;}
body.sub-page { background:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/body-alt.png) repeat-x center 30px #FCFCFC;}

#page { position:relative;}

h1, h2, h3, h4 { color:#222; font-family:'Cuprum'; font-weight:700 !important;}
h1             { font-size:38px !important;}
h2             { font-size:23px; margin:0px 0px 15px 0px !important; line-height:24px;}
h3             { font-size:18px !important; margin:0px 0px 8px 0px !important; line-height:20px !important;}

.entry-header, h1 { margin-bottom:20px;}
.entry-header .entry-title, h1 { line-height:1.2;}

.custom-title { text-align:center; margin-bottom:20px;}
.custom-title h1 { margin-bottom:-5px !important; font-size:23px !important;}
.custom-title p { margin-bottom:0px !important;}


img { border:none;}
a { color:#189aa1; text-decoration:none; outline:none !important;}
a:hover { color:#888; text-decoration:underline;}
p { padding:0px; margin:0px 0px 30px 0px; line-height:21px;}
strong { font-weight:bold;}
.entry-content p {  line-height:21px;}
.entry-content strong { color:#393939;}

/* Header Styles
/////////////////////////////////////// */
.head-wrap { width:100%; min-width:1002px !important; height:152px; position:absolute; left:0px; top:0px; z-index:9999;}
#header { margin:0 auto; width:974px; height:152px; position:relative; background:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/header.png) repeat-x left top;}

.header-icons { width:700px; height:30px; line-height:30px; position:absolute; left:0px; top:0px; font-size:11px; color:#EEE;}
.header-icons span { margin-right:25px;}
.header-icons span i { color:#666;}
.header-icons span a { color:#EEE;}

.header-search { text-align:right; width:160px; height:auto; position:absolute; right:15px; top:60px;}
.header-search input { background:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/search.png) no-repeat 99% 50% #FFF; width:92%; padding:5px 5px 5px 5px; font-size:12px;}
.header-search input { -moz-box-shadow:inset 1px 1px 3px rgba(0,0,0,0.08); -webkit-box-shadow:inset 1px 1px 3px rgba(0,0,0,0.08); box-shadow:inset 1px 1px 3px rgba(0,0,0,0.08);}

.phone-head { text-align:right; width:45%; height:30px; position:absolute; right:15px; top:20px; color:#999; font-size:12px;}
.phone-head strong { font-size:21px; font-family:'Cuprum'; font-weight:700; color:#151C20;}

.header-login,
.cart-items,
.tagline { }

.header-login { color:#999; font-size:11px; width:auto !important; width:100px; min-width:100px; height:33px; line-height:36px; position:absolute; right:120px; top:0px; text-align:right;}
.header-login a { color:#777; text-decoration:underline;}
.header-login a:hover { color:#FFF; text-decoration:underline;}

a.cart-contents { color:#555; text-decoration:none; font-weight:bold; border-left:solid #212527 1px; padding:0px 15px 0px 12px; font-size:11px; width:auto !important; width:60px; min-width:60px; height:32px; line-height:31px; position:absolute; right:0px; top:1px; text-align:right;}
a.cart-contents:hover { background:#050505; background:rgba(0,0,0,.6); color:#999;}
a.cart-contents span { font-size:17px; color:#BBB;}
a.cart-contents:hover span { color:#FFF;}
a.cart-contents i { color:#C91221; font-size:17px;}
a.cart-contents:hover i { color:#ED3240;}

.logo a { display:block; width:315px; height:0px; padding-top:81px; position:absolute; left:10px; top:15px; z-index:2; background:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/home-tek-utah-radon-mitigation-service.png) no-repeat left top; overflow:hidden;}

.tagline { font-size:12px; width:500px; height:33px; line-height:33px; position:absolute; left:15px; top:0px; z-index:2; text-shadow:0 1px 1px rgba(0,0,0,0.1);}
.tagline span { width:500px; height:33px; font-family:'Oswald'; word-spacing:2px; font-weight:300; color:#999; position:relative;}


/* Social Media Icons - ShareThis
////////////////////////////////////// */
.social { width:auto !important; width:160px; min-width:160px; height:35px; left:-1px; top:115px; font-size:0;}
.social span, .social a { text-decoration:none; cursor:pointer; font-size:14px; color:#EEE; display:inline-block; width:22px; height:22px; line-height:22px; padding:0px; margin:0px 4px 0px 0px; border:solid rgba(0,0,0,0.4) 1px; text-align:center; background:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/gradients/gradient-10.png) repeat-x left top;}
.social span, .social a { -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.2), inset 0 1px 0px rgba(255,255,255,0.085); -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.2), inset 0 1px 0px rgba(255,255,255,0.085); box-shadow:0px 1px 2px rgba(0,0,0,0.2), inset 0 1px 0px rgba(255,255,255,0.085); text-shadow:0 -1px 0 rgba(0,0,0,.3), 0 1px 0 rgba(255,255,255,.05);}

.social.dark-bg span, .social.dark-bg a { background-color:rgba(255,255,255,0.08); -moz-background-clip:content; -webkit-background-clip:content; background-clip:content-box; /* -moz-background-clip:border; -webkit-background-clip:border; background-clip:border-box; */ /* -moz-background-clip:padding; -webkit-background-clip:padding; background-clip:padding-box; */}
.social.lite-bg span, .social.lite-bg a { -moz-background-clip:border; -webkit-background-clip:border; background-clip:border-box;}



.social.right { text-align:right; right:14px;}
.social.right span, .social.right a { margin:0px 0px 0px 4px;}

.social.absolute   { position:absolute;}

.social.round span, .social.round a  { -moz-border-radius:2px; -webkit-border-radius:2px; -khtml-border-radius:2px; border-radius:2px;}
.social.circle span, .social.circle a { -moz-border-radius:22px; -webkit-border-radius:22px; -khtml-border-radius:22px; border-radius:22px;}

.social.lite span, .social.lite a { background-color:#EEE; color:#222; text-shadow:none;}

.social.color span, .social.color a,
.lite.color-hover span:hover { color:#FFF;}
.social.color .st_facebook_custom,      .social.color-hover .st_facebook_custom:hover      { background-color:#385dba;}
.social.color .st_twitter_custom,       .social.color-hover .st_twitter_custom:hover       { background-color:#0099e5;}
.social.color .st_linkedin_custom,      .social.color-hover .st_linkedin_custom:hover      { background-color:#0086b0;}
.social.color .st_email_custom,         .social.color-hover .st_email_custom:hover         { background-color:#EEEEEE; color:#222; text-shadow:none;}
.social.color .st_googleplus_custom,    .social.color-hover .st_googleplus_custom:hover    { background-color:#9c1811;}
.social.color .entries-rss,             .social.color-hover .entries-rss:hover,
.social.color .st_google_reader_custom, .social.color-hover .st_google_reader_custom:hover { background-color:#FF6501;}
.social.color .st_pinterest_custom,     .social.color-hover .st_pinterest_custom:hover     { background-color:#EEEEEE; color:#c41d26; text-shadow:none;}
.social.color span:hover, .social.color a:hover,
.social span:hover, .social a:hover { background-color:#666; color:#FFF; text-decoration:none;}



.social.color span, .social.color a,
.lite.color-hover span:hover { color:#FFF;}
.social.color-text .st_facebook_custom,      .social.color-text-hover .st_facebook_custom:hover      { color:#385dba;}
.social.color-text .st_twitter_custom,       .social.color-text-hover .st_twitter_custom:hover       { color:#0099e5;}
.social.color-text .st_linkedin_custom,      .social.color-text-hover .st_linkedin_custom:hover      { color:#0086b0;}
.social.color-text .st_email_custom,         .social.color-text-hover .st_email_custom:hover         { color:#EEEEEE; color:#222; text-shadow:none;}
.social.color-text .st_googleplus_custom,    .social.color-text-hover .st_googleplus_custom:hover    { color:#9c1811;}
.social.color-text .entries-rss,             .social.color-text-hover .entries-rss:hover,
.social.color-text .st_google_reader_custom, .social.color-text-hover .st_google_reader_custom:hover { color:#FF6501;}
.social.color-text .st_pinterest_custom,     .social.color-text-hover .st_pinterest_custom:hover     { color:#EEEEEE; color:#c41d26; text-shadow:none;}
.social.color-text span:hover, .social.color-text a:hover { color:#FFF;}

.social.lite span, .social.lite a { -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.1), inset 0 1px 0px rgba(255,255,255,0.085); -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.1), inset 0 1px 0px rgba(255,255,255,0.085); box-shadow:0px 1px 2px rgba(0,0,0,0.1), inset 0 1px 0px rgba(255,255,255,0.085);}
.social.lite span, .social.lite a { background:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/gradients/gradient-13.png) repeat-x left 0px; background-color:#FFF; background-color:rgba(255,255,255,.8); color:#222;}
.social.lite span:hover, .social.lite a:hover { background-position:left 5px; background-color:#FFF; border:solid rgba(0,0,0,0.2) 1px;}


/* Weather and Clock Styles
////////////////////////////////// */
.weather-clock { width:auto !important; width:275px; min-width:275px; height:34px; position:absolute; right:0px; top:136px; padding:0px 0px 0px 0px; color:#FFF; font-size:11px; z-index:1; text-shadow:0px 1px 1px rgba(0,0,0,0.1);}
#weather, .jclock, span.title { float:left; height:34px; line-height:31px;}
span.title { padding-right:12px;}
#weather span { display:block; float:left; height:34px;}
#weather span a { display:block; float:left; width:20px; height:19px; margin:5px 0px 0px 12px; border:solid rgba(0,0,0,0.35) 1px; background-color:#000; background-image:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/external-link-icon.png); background-repeat:no-repeat; background-position:center 60%; background-color:rgba(2,28,48,0.35);}
#weather span a { -moz-border-radius:2px; -webkit-border-radius:2px; -khtml-border-radius:2px; border-radius:2px;}
#weather span a:hover { background-color:rgba(2,28,48,0.75);}
#weather span a:active { background-color:rgba(2,28,48,1);}
#weather img { margin:0px -4px 0px -6px;}
#weather .currently { color:#c5dde5; font-style:italic;}
.jclock { padding-left:25px; width:80px; background:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/clock-icon.png) no-repeat left 6px;}


/* Menu Styles
/////////////////////////////////////// */
ul#menu-main { font-size:0; display:block; list-style:none; margin:0; padding:0px; width:780px; height:41px; position:absolute; left:1px; top:107px; z-index:900;}
ul#menu-main * { margin:0; padding:0;}
ul#menu-main a, ul#menu-main a:focus { outline:none;}
ul#menu-main a { display:block; text-decoration:none; font-family:'Cuprum'; font-weight:400;}
ul#menu-main li { display:inline-block; position:relative; zoom:1;} *+html ul#menu-main li { display:inline;}
ul#menu-main > li { margin-left:-1px;}
ul#menu-main ul { width:160px; position:absolute; top:41px; left:0; list-style:none; -moz-box-shadow:0px 2px 3px rgba(0,0,0,0.2); -webkit-box-shadow:0px 2px 3px rgba(0,0,0,0.2); box-shadow:0px 2px 3px rgba(0,0,0,0.2);}
ul#menu-main ul li { width:158px; background-color:#000; background-color:rgba(0,0,0,0.85); border-bottom:dotted rgba(255,255,255,0.15) 1px; border-left:solid rgba(0,0,0,.5) 1px; border-right:solid rgba(2,28,48,.5) 1px;}
ul#menu-main ul li:last-child { border-bottom:solid rgba(0,20,0,.5) 1px;}

ul#menu-main ul li a { font-size:14px; text-align:left; color:#FFF; color:rgba(255,255,255,0.8); padding:8px 12px 8px 12px; text-shadow:0 1px 1px rgba(0,0,0,0.2);}
ul#menu-main ul li a:hover { background-color:rgba(0,0,0,.7); color:#FFF;}

ul#menu-main ul ul { left:158px; top:-1px;}

ul#menu-main .menulink { border-left:solid 1px rgba(255,255,255,.07); border-right:solid 1px rgba(0,0,0,0.0); height:41px; line-height:40px; padding:0px 18px 0px 18px; font-weight:700; font-size:16px; color:#FFF; text-shadow:0 1px 1px rgba(0,0,0,.2); background:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/menu-highlight.png) no-repeat center -13px transparent;}
ul#menu-main .menulink i { font-size:12px; margin-left:4px; margin-right:-4px;}
ul#menu-main .menulink:hover, ul#menu-main .menuhover a.menulink, ul#menu-main .current-menu-item > .menulink, ul#menu-main .menuhover.current-menu-item > a { border-left:solid 1px rgba(255,255,255,.03); border-right:solid 1px rgba(255,255,255,.03); color:#FFF; text-decoration:none; background-position:center -4px; background-color:rgba(255,255,255,0.1);}
ul#menu-main .menulink:active, ul#menu-main .menuhover a.menulink:active { background-position:center -1px; background-color:rgba(2,28,48,0.3);}


ul#menu-main    {}

ul#menu-top   { width:550px; top:205px; position:absolute; right:185px; top:68px; text-align:right; font-size:0;}
ul#menu-top li { display:inline-block; padding:0px 10px 0px 10px; font-size:11px; border-left:dotted 1px #CCC;}
ul#menu-top li:first-child { border:none;}
ul#menu-top li a { color:#484c4e; text-decoration:none;}
ul#menu-top li a:hover, ul#menu-top li.current-menu-item a { color:#189aa1;}


/* WHITE DROP-DOWN
ul#menu-main a { color:#00a4d1;}
ul#menu-main ul li { background-color:#FFF; border-bottom:dotted rgba(0,0,0,0.15) 1px; border-left:solid #008ab0 1px; border-right:solid #008ab0 1px;}
ul#menu-main ul li:last-child { border-bottom:solid #008ab0 1px;}
ul#menu-main ul li a { padding:6px 10px 6px 10px; border-radius:4px; text-shadow:0 1px 1px rgba(0,0,0,0.01); border:solid #FFF 3px;}
ul#menu-main ul li a:hover { background-color:#c2f5ff; color:#005d82;}
*/

/* Structure Styles
/////////////////////////////////////// */
.container-wrap { width:100%; min-width:1002px !important;/* background:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/watermark.png) no-repeat center top;*/}
.container { width:100%; min-width:1002px !important;/* background:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/radial-gradient-light.png) no-repeat center 530px;*/}
div.content { margin:0 auto; width:974px !important; position:relative; padding:190px 0px 0px 0px !important; height:auto !important; height:100px; min-height:100px;}
div.content .padd { padding:0px 30px 0px 30px;}
div.content { background:#FFF; -webkit-box-shadow:0 0 25px rgba(0,0,0,.6), 0 0 3px rgba(0,0,0,.1); -moz-box-shadow:0 0 25px rgba(0,0,0,.6), 0 0 3px rgba(0,0,0,.1); box-shadow:0 0 20px rgba(0,0,0,.3), 0 2px 5px -3px rgba(0,0,0,.5);}

body.sub-page .container {/* background:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/triangle-tile-alt.png) no-repeat center 30px;*/}
body.home div.content { padding:490px 0px 0px 0px !important;}


/* FOOTER Styles
/////////////////////////////////////// */
.footer-wrap-1 { margin-bottom:30px; overflow:hidden; width:100%; min-width:974px !important; background:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/triangle-pattern.jpg) repeat center top #07090b; position:relative;/* border-top:solid 6px #F2F2F2;*/}
.footer-wrap-2 { background:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/footer-bottom.png) repeat-x center bottom; position:relative; border-top:solid 3px #000204;}
.footer-wrap-3 { position:relative;}
.footer { margin:0 auto; width:974px; height:auto !important; height:270px; min-height:270px; position:relative; padding:50px 0px 100px 0px; font-size:13px; color:#999;}

.columns .col { height:auto !important; height:265px; min-height:265px; float:left; position:relative;}
.columns .col h2 { font-size:18px; text-transform:uppercase; color:#FFF;}
.columns .col p { font-size:12px; line-height:17px;}
.columns #col-1 h2 { margin-bottom:20px;} .columns #col-2 h2 { margin-bottom:22px;} .columns #col-3 h2 { margin-bottom:19px;}

.columns #col-1 { width:305px;}
.columns #col-2 { float:left; width:265px; padding-left:60px;}
.columns div#col-3 { float:right; width:270px; padding-left:60px;}

.legal { font-size:11px; color:#777; width:974px; height:69px; position:absolute; left:0px; bottom:0px; overflow:hidden;}
.legal a { color:#0890ff;}
.legal span a  { color:#999; text-decoration:none;}
.legal a:hover { color:#0890ff;}
.legal .disclaimer { width:45%; height:auto; padding:20px 0px 0px 0px; float:left;}
.legal .disclaimer span { color:#999; font-size:16px;}
.legal .disclaimer a:hover { text-decoration:underline; color:#888;}
.legal .disclaimer span a:hover { text-decoration:none;}

.legal .phone-number { width:45%; height:auto; top:0px; right:0px; position:relative; padding:16px 0px 0px 0px; float:right; text-align:right;}
.legal .phone-number strong { color:#FFF; font-size:22px; font-family:'Oswald'; font-weight:400;}






#footer-widgets { display:table; padding:0px 15px 0px 15px; width:944px;}
#footer-widgets h3 { font-size:16px; font-weight:700 !important; color:#EEE; text-shadow:0 1px 1px rgba(0,0,0,.35); margin-bottom:20px;}
#footer1, #footer2, #footer3, #footer4 { display:table-cell; padding:15px; margin:0px 0px 25px 0px;}

#footer { height:43px; padding:0px 0px 0px 15px; font-size:12px; color:#666; line-height:43px;}
#footer a { color:#CCC; text-decoration:none;}
#footer a:hover { color:#FFF; text-decoration:none;}

#copyright { display:inline-block;}
#credits { display:inline-block; font-size:11px;}

#copyright span, #copyright span a,
#credits span, #credits span a { color:#666;}



.affiliate-slider .forward, .affiliate-slider .forward, .affiliate-slider .backward { background-image:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/affiliate-slider/background.png);}

.affiliate-slider { width:100%; height:89px; overflow:hidden; position:relative; margin-top:30px; background:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/affiliate-slider/background.png) repeat-x center bottom; background-repeat:repeat-x; background-position:center top;}
.affiliate-slider .panes-wrap { padding:0px 0px 0px 0px;}
.affiliate-slider ul li { display:inline-block; width:auto !important; width:50px; min-width:50px; height:60px; float:left; margin-top:18px; padding:0px 20px 0px 20px;}
.affiliate-slider ul li img { margin-top:4px;}

.affiliate-slider .forward, .affiliate-slider .backward { margin-top:0px; top:0px; z-index:21; width:65px; height:89px; background-repeat:no-repeat;}
.affiliate-slider .backward  { background-position:left -89px; left:0px;}
.affiliate-slider .forward   { background-position:right -89px; right:0px;}

.affiliate-slider .forward a, .affiliate-slider .backward a { margin-top:28px;}
.affiliate-slider .backward a { float:right;}
.affiliate-slider .preloader { background:none;}

/* Link-List - Lines | Buttons
/////////////////////////////////////// */
.pop-tags a { display:block; width:auto; padding:3px 0px 3px 0px; margin-bottom:4px; color:#333; font-weight:bold; font-size:12px; text-shadow:0 1px 1px rgba(0,0,0,.1);}
.pop-tags a:hover { text-decoration:none;}
.pop-tags i { padding-right:5px;}

/* Lines */
.pop-tags.dotted a { border-bottom:dotted 1px rgba(0,0,0,.25);} /* Dotted Divider */
.pop-tags.solid a  { border-bottom:solid 1px rgba(0,0,0,.15);} /* Solid Divider */
.pop-tags.bevel a  { border-top:solid 1px rgba(255,255,255,.45); border-bottom:solid 1px rgba(0,0,0,.13); margin-bottom:0px; padding:5px 0px 5px 0px;} /* Bevel Divider */
.pop-tags.dotted a:last-child, .pop-tags.solid a:last-child, .pop-tags.bevel a:last-child { border-bottom:none;}
.pop-tags.bevel a:first-child { border-top:none;}

/* Lines - Dark-BG */
.pop-tags.dark-bg a        { color:rgba(255,255,255,.9);}
.pop-tags.dark-bg.dotted a { border-bottom:dotted 1px rgba(255,255,255,.15);} /* Dotted Divider - Dark-BG */
.pop-tags.dark-bg.solid a  { border-bottom:solid 1px rgba(255,255,255,.1);} /* Solid Divider - Dark-BG */
.pop-tags.dark-bg.bevel a  { border-top:solid 1px rgba(255,255,255,.05); border-bottom:solid 1px rgba(0,0,0,.25);} /* Bevel Divider - Dark-BG */


/* Buttons */
.pop-tags.button a { display:inline-block; padding:6px 12px 6px 8px; background-color:transparent; background-image:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/gradients/gradient-12.png); background-repeat:repeat-x; background-position:center bottom;}
.pop-tags.button a { -moz-border-radius:3px; -webkit-border-radius:3px; -khtml-border-radius:3px; border-radius:3px;}
/*.pop-tags.round a { -moz-border-radius:100px; -webkit-border-radius:100px; -khtml-border-radius:100px; border-radius:100px;}
.pop-tags.round a { -moz-border-radius:3px; -webkit-border-radius:3px; -khtml-border-radius:3px; border-radius:3px;}*/
.pop-tags.button a { -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.1), inset 0 1px 0px rgba(255,255,255,0.055); -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.1), inset 0 1px 0px rgba(255,255,255,0.055); box-shadow:0px 1px 2px rgba(0,0,0,0.1), inset 0 1px 0px rgba(255,255,255,0.055);}

.pop-tags.button a { -moz-background-clip:padding; -webkit-background-clip:padding; background-clip:padding-box; /* -moz-background-clip:content; -webkit-background-clip:content; background-clip:content-box; */ /* -moz-background-clip:border; -webkit-background-clip:border; background-clip:border-box; */}
.dark-bg.stroke.hover-0 a, .dark-bg.darken.hover-1 a, .dark-bg.darken.hover-2 a, .lite-bg.hover-0 a, .lite-bg.invert a, .lite-bg.darken a { -moz-background-clip:border; -webkit-background-clip:border; background-clip:border-box;}

/* Buttons - Dark-BG */
.dark-bg.button a                { border:solid 1px rgba(0,0,0,.4); color:rgba(255,255,255,.9); background-image:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/gradients/gradient-11.png); background-position:center top;}
.dark-bg.button a:hover          { background-color:rgba(255,255,255,.92); border:solid 1px rgba(0,0,0,.55); color:rgba(255,255,255,.9) !important;}

.dark-bg.hover-0 a:hover         { background-color:rgba(255,255,255,.92); color:rgba(0,0,0,.9) !important;}
.dark-bg.hover-1 a:hover         { background-color:rgba(0,0,0,.35);}
.dark-bg.hover-2 a:hover         { background-color:rgba(255,255,255,.2);}

.dark-bg.lite a                  { background-color:rgba(255,255,255,.08);}

.dark-bg.dark a                  { background-color:rgba(0,0,0,.25);}
.dark-bg.dark.hover-1 a:hover    { background-color:rgba(0,0,0,.55);}
.dark-bg.dark.hover-2 a:hover    { background-color:rgba(255,255,255,.1);}

.dark-bg.stroke a                { border:solid 1px rgba(255,255,255,.15); -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.2); box-shadow:0px 1px 2px rgba(0,0,0,0.2);}
.dark-bg.stroke a:hover          { border:solid 1px rgba(255,255,255,.25);}

.dark-bg.invert a                { background-color:rgba(255,255,255,.98); color:rgba(0,0,0,.9);}
.dark-bg.invert.hover-0 a:hover  { background-color:rgba(255,255,255,1); background-position:center 8px;}
.dark-bg.invert.hover-1 a:hover  { background-color:rgba(255,255,255,.75); color:rgba(0,0,0,.9) !important;}
.dark-bg.invert.hover-2 a:hover  { background-color:rgba(0,0,0,.2);}

.dark-bg.lighten a               { background-color:rgba(255,255,255,.35);}
.dark-bg.lighten.hover-2 a:hover { background-color:rgba(255,255,255,.5);}

.dark-bg.darken a                { background-color:rgba(0,0,0,.45); border:solid 1px rgba(0,0,0,.75);}
.dark-bg.darken.hover-1 a:hover  { background-color:rgba(0,0,0,.85);}
.dark-bg.darken.hover-2 a:hover  { background-color:rgba(0,0,0,.05);}

.dark-bg.lighten a, .dark-bg.darken a, .dark-bg.invert a,
.lite-bg.invert a, .lite-bg.darken a  { background-image:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/gradients/gradient-13.png); background-position:center bottom;}


/* Buttons - Lite-BG */
.lite-bg.button a                { background-color:rgba(255,255,255,.6); border:solid 1px rgba(0,0,0,.35); color:rgba(0,0,0,.9);



	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);/* For IE 5.5 - 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000)";/* For IE 8 */
	zoom: 1 !important; /* Trigger hasLayout */

}
.lite-bg.button a:hover          { border:solid 1px rgba(0,0,0,.5); color:rgba(0,0,0,.9);
    
   

}

.lite-bg.hover-0 a:hover         { background-color:rgba(0,0,0,.8);}
.lite-bg.hover-1 a:hover         { background-color:rgba(0,0,0,.04);}
.lite-bg.hover-2 a:hover         { background-color:rgba(255,255,255,1);}

.lite-bg.lite a                  { background-color:rgba(255,255,255,1);}

.lite-bg.dark a                  { background-color:rgba(0,0,0,.02);}
.lite-bg.dark.hover-1 a:hover    { background-color:rgba(0,0,0,.15);}
.lite-bg.dark.hover-2 a:hover    { background-color:rgba(255,255,255,.9);}

.lite-bg.stroke a                { border:solid 1px rgba(0,0,0,.7);}

.lite-bg.invert a                { background-color:rgba(0,0,0,.8);}
.lite-bg.invert.hover-0 a:hover  { background-color:rgba(255,255,255,1);}
.lite-bg.invert.hover-1 a:hover  { background-color:rgba(0,0,0,.9);}
.lite-bg.invert.hover-2 a:hover  { background-color:rgba(0,0,0,.65);}

.lite-bg.lighten a               { background-color:rgba(255,255,255,.45); background-image:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/gradients/gradient-11.png); background-position:center top;}
.lite-bg.lighten.hover-0 a:hover { background-color:rgba(0,0,0,.8);}
.lite-bg.lighten.hover-1 a:hover { background-color:rgba(255,255,255,.2);}
.lite-bg.lighten.hover-2 a:hover { background-color:rgba(255,255,255,.75);}

.lite-bg.darken a                { background-color:rgba(0,0,0,.55);}
.lite-bg.darken.hover-0 a:hover  { background-color:rgba(255,255,255,.9);}
.lite-bg.darken.hover-1 a:hover  { background-color:rgba(0,0,0,.7);}
.lite-bg.darken.hover-2 a:hover  { background-color:rgba(0,0,0,.3);}


.lite-bg.invert.hover-0 a:hover,
.lite-bg.darken.hover-0 a:hover { color:rgba(0,0,0,.9) !important;}

.lite-bg.invert a, .lite-bg.darken a { color:rgba(255,255,255,.9);}
.lite-bg.hover-0 a:hover,
.lite-bg.invert.hover-1 a:hover, .lite-bg.invert.hover-2 a:hover,
.lite-bg.darken.hover-1 a:hover, .lite-bg.darken.hover-2 a:hover { color:rgba(255,255,255,.9) !important;}


/* Image Hover Styles - jQuery
/////////////////////////////////////// */
.img-hover { display:block; border:solid #DDD 1px; border:solid 1px rgba(0,0,0,.19); background-color:#FFF; vertical-align:top; position:relative;}
.img-hover .icon { opacity:0; position:absolute; left:-1px; top:-1px; border:solid #BBB 1px; border:solid 1px rgba(0,0,0,.4); background:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/plus-icon.png) #FFF no-repeat center 50%;}
.img-hover { -webkit-box-shadow:0 12px 10px -10px rgba(0,0,0,.05), 0px 1px 3px rgba(0,0,0,.1); -moz-box-shadow:0 12px 10px -10px rgba(0,0,0,.05), 0px 1px 3px rgba(0,0,0,.1); box-shadow:0 12px 10px -10px rgba(0,0,0,.05), 0px 1px 3px rgba(0,0,0,.1);}
.img-hover, .img-hover .icon { -moz-background-clip:padding; -webkit-background-clip:padding; background-clip:padding-box; /* -moz-background-clip:content; -webkit-background-clip:content; background-clip:content-box; */ /* -moz-background-clip:border; -webkit-background-clip:border; background-clip:border-box; */}
.img-hover:hover .icon { opacity:.75;}
.img-hover:active .icon { opacity:.55;}


/* Grid Layout Styles @ 960px
/////////////////////////////////////// */
.grid, .grid > li { list-style-type:none; height:auto !important; height:15px; min-height:15px;}
.grid, .grid + div + .line { margin:0px 0px 35px 0px;}
.grid > li { float:left; position:relative; margin:0px 16px 0px 0px;}
.grid li ul li { float:none; width:auto !important; height:auto; text-align:left; margin-bottom:10px !important;}
.grid img { display:block;}
.grid h2 { font-size:18px; line-height:24px; margin:0px 0px 5px 0px !important; text-transform:uppercase;}
.grid h3 { display:inline !important;}
.grid p { font-size:12px; line-height:18px; padding:0px 10px 0px 0px; margin-bottom:20px;}
.grid p:last-child { margin-bottom:0px;}.grid p:first-child { margin-bottom:30px;}
.grid i { width:auto !important;}
.grid a.view-details { font-size:14px;}

/* Text Align - Center + Right */
.grid.text-center li { text-align:center;}
.grid.text-right li  { text-align:right;}
.grid li.text-left   { text-align:left;} /* Single Items */

/* Details - Space between IMG + H2 */
.grid.details h2 { margin-top:15px;}

/* 2 Column + Image Hover */
.grid.col-2 li                                                        { width:434px; margin-right:46px;}
.grid.col-2 img, .grid.col-2 .img-hover, .grid.col-2 .img-hover .icon { width:41px; height:224px;}
.grid.col-2 .img-hover, .grid.col-2 .img-hover .icon                  { padding:15px;}
/*.grid.col-2 h2 { font-size:22px;} .grid.col-2 p { font-size:14px; line-height:20px;}*/

/* 3 Column + Image Hover */
.grid.col-3 li                                                        { width:294px; margin-right:16px;}
.grid.col-3 img, .grid.col-3 .img-hover, .grid.col-3 .img-hover .icon { width:272px; height:126px;}
.grid.col-3 .img-hover, .grid.col-3 .img-hover .icon                  { padding:10px;}

/* 4 Column + Image Hover */
.grid.col-4 li                                                        { width:228px;}
.grid.col-4 img, .grid.col-4 .img-hover, .grid.col-4 .img-hover .icon { width:210px; height:115px;}
.grid.col-4 .img-hover, .grid.col-4 .img-hover .icon                  { padding:8px;}

/* 2/3 + 3/2 Columnn + Image Hover */
.grid.col-2-3 li, .grid.col-3-2 li   { width:364px; margin-right:0px;} /* Update Width in jQuery - Currently 606px */
.grid.col-2-3 img, .grid.col-3-2 img, .grid.col-2-3 .img-hover, .grid.col-3-2 .img-hover,.grid.col-2-3 .img-hover .icon, .grid.col-3-2 .img-hover .icon { width:525px; height:321px;}
.grid.col-2-3 .img-hover, .grid.col-3-2 .img-hover, .grid.col-2-3 .img-hover .icon, .grid.col-3-2 .img-hover .icon                                      { padding:18px;}
.grid.col-3-2 .img-hover { float:left;} .grid.col-2-3 .img-hover { float:right;}

/* Icons - Large + Small */
.grid .grid-icon i              { font-size:60px; height:60px; line-height:50px; text-shadow:1px 1px 1px rgba(0,0,0,.1);}
.grid .grid-icon                { color:#555555;}
.grid a.grid-icon:hover i       { font-size:80px; color:#111; text-decoration:none;}
.grid.small .grid-icon i        { font-size:40px; height:40px; line-height:30px;} /* Small */
.grid.small a.grid-icon i:hover { font-size:55px;} /* Small */
*+html .grid .grid-icon i       { line-height:normal !important;} /* IE7 */

/* Float Icons */
.grid.icons h2 i         {  margin-right:8px; font-size:30px;}
float.icons .grid-icon   {  height:40px;}

/* Float IMG + ICON - COLUMN Overrides + IMG Hover */
.float.left .img-hover, .float.left .grid-icon   { float:left; margin:0px 15px 0px 0px;} /* Float Left */
.float.right .img-hover, .float.right .grid-icon { float:right; margin:0px 0px 0px 15px; text-align:right;} /* Float Right */

.float.col-1 li                                                             { width:100%; margin-right:0px;}
.float.col-1 img, .float.col-1 .img-hover, .float.col-1 .img-hover .icon    { width:300px; height:185px;} /* 1 Column - Regular */
.float.col-1 .img-hover, .float.col-1 .img-hover .icon                      { padding:13px;}

.col-1.small img, .col-1.small .img-hover, .col-1.small .img-hover .icon    { width:200px; height:124px;} /* 1 Column - Small */
.col-1.small .img-hover, .col-1.small .img-hover .icon                      { padding:10px;}

.col-1.medium img, .col-1.medium .img-hover, .col-1.medium .img-hover .icon { width:425px; height:263px;} /* 1 Column - Medium */
.col-1.medium .img-hover, .col-1.medium .img-hover .icon                    { padding:16px;}

.col-1.large img, .col-1.large .img-hover, .col-1.large .img-hover .icon    { width:570px; height:352px;} /* 1 Column - Large */
.col-1.large .img-hover, .col-1.large .img-hover .icon                      { padding:18px;}

.float.col-2 img, .float.col-2 .img-hover, .float.col-2 .img-hover .icon    { width:200px; height:124px;} /* 2 Column */
.float.col-2 .img-hover, .float.col-2 .img-hover .icon                      { padding:10px;}

.float.col-3 img, .float.col-3 .img-hover, .float.col-3 .img-hover .icon    { width:140px; height:87px;} /* 3 Column */
.float.col-3 .img-hover, .float.col-3 .img-hover .icon                      { padding:8px;}

.float.col-4 img, .float.col-4 .img-hover, .float.col-4 .img-hover .icon    { width:95px; height:80px;} /* 4 Column */
.float.col-4 .img-hover, .float.col-4 .img-hover .icon                      { padding:8px;}

/* Box Ad Container */
.grid.box-ad { background:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/gradients/gradient-5.png) repeat-x left top #fafaf9; border:solid #DDD 1px; padding:15px 20px 15px 20px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box;}
*+html .grid.box-ad { width:95%; padding-left:2.35%; padding-right:2.35%;} /* IE7 - box-sizing */
.grid.box-ad li { margin-right:0px;}
.grid.box-ad p, .grid.box-ad h3 { margin:0px;}
.grid.box-ad a.custom { float:right; margin-left:25px;}


/* Slideshow */
.slideshow-wrap { width:100%; min-width:1002px !important; height:auto !important; position:absolute; left:0px; top:148px; cursor:default; z-index:1;}
.slideshow { margin:0 auto; width:974px; height:338px; position:relative; background:#FFF; border-bottom:solid 4px #189aa1;}
.slideshow .panes { width:974px; left:0px; top:0px; position:relative;}
.slideshow .panes .item {  width:974px; height:338px; float:left;}/* Relative Position Breaks Crossfade IE8 */

/* Slideshow Caption */
.caption-wrap { position:relative;}
.caption { position:absolute; width:400px; height:342px; bottom:0px; font-size:0px; text-shadow:rgba(0,0,0,.1);}
.caption.left { left:85px;}
.caption.right { right:85px; text-align:right;}
.caption h2 { font-family:'Oswald'; font-weight:700; text-transform:uppercase; font-size:36px; margin-bottom:20px; line-height:38px; color:rgba(0,0,0,.92);}
.caption p { font-family:'Cuprum'; font-weight:400; font-size:16px; line-height:18px; margin-bottom:40px; color:#151C20; color:rgba(0,0,0,.7);}

/* Slideshow Pager */
.pager { width:100%; height:24px; position:absolute; left:0px; bottom:20px; z-index:222; text-align:center; font-size:0;}
.pager a { text-align:center; text-decoration:none; width:10px; height:0px; padding-top:10px; overflow:hidden; line-height:23px; display:inline-block; margin:0px 3px 0px 0px; background-color:#000; background-color:rgba(0,0,0,.6); font-size:9px; font-family:Tahoma; color:#dbc8b4; text-shadow:0 1px 1px rgba(0,0,0,0.2); -moz-border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius:10px; border-radius:10px;}
.pager a:hover { text-decoration:none; color:#FFF; background-color:#189aa1;}
.pager a.selected { color:#FFF; background-color:#189aa1;}
.hover-area .pager, .hover-area .forward, .hover-area .backward { opacity:0;}
.hover-area:hover .pager, .hover-area:hover .forward, .hover-area:hover .backward { opacity:1;}

@media \0screen { .pager a { /* IE8 */}}
*+html .pager a { /* IE7 */}
@media \0screen { .pager a:hover, .pager a.selected  { /* IE8 */}}
*+html .pager a:hover, *+html .pager a.selected { /* IE7 */}

/* Slideshow Back and Forward - BUTTONS */
.forward, .backward { position:absolute; width:40px; height:40px; top:50%; margin-top:-27px; z-index:21;}
.backward { left:20px;} .forward { right:20px;}
.back-forward a { background-color:#000; background-color:rgba(0,0,0,.85); opacity:1; display:block; width:40px; height:40px; font-size:18px; position:relative; text-decoration:none; -moz-border-radius:40px; -webkit-border-radius:40px; -khtml-border-radius:40px; border-radius:40px;}
.back-forward a:hover { background-color:rgba(0,0,0,.60);}
.back-forward a:active { background-color:rgba(0,0,0,.95);}

/* Slideshow Back and Forward - ICONS */
.back-forward a i { width:40px; height:40px; top:0px; position:absolute; line-height:40px; text-align:center;}
.back-forward a i { -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -ms-transition:all 0.2s; -o-transition:all 0.2s; transition:all 0.2s;}
.back-forward a i:first-child { left:0px;}
.back-forward a:hover i:first-child { left:-3px; opacity:1;}
.back-forward a i:last-child { right:0px;}
.back-forward a:hover i:last-child { right:-3px; opacity:1;}

.forward i:first-child, .backward i:last-child { opacity:.3; color:#189aa1;}
.forward i:last-child, .backward i:first-child { opacity:1; color:#FFF; z-index:1;}

.backward i:first-child { margin-left:-1px;}
.forward i:last-child { margin-right:-1px;}


/* Agent Profile Styles
/////////////////////////////////////// */
div.agent-box { width:276px; height:349px; position:absolute; right:12px; top:12px; padding:14px 0px 0px 0px; font-size:11px; background:#F2F2F2;}
div.agent-box div.left { float:left; width:102px; height:auto; padding-left:13px; overflow:hidden;}
div.agent-box div.right { float:right; width:146px; height:auto; overflow:hidden;}
div.agent-box h2 { margin-bottom:0px; color:#00637b; text-transform:uppercase;}
div.agent-box img {width:100px; height:134px; border:solid #000 1px; -moz-border-radius:2px; -webkit-border-radius:2px; -khtml-border-radius:4px; border-radius:2px;}
div.agent-box p { font-size:10px; line-height:12px; margin-bottom:16px;}
div.agent-box span { display:inline-block; color:#00637b; line-height:17px; margin:0px 0px 12px 0px;}
div.agent-box strong { color:#444;}

/* Custom Content Rows
/////////////////////////////////////// */
.custom-col-items .item { padding:7px 0px 7px 0px; border-bottom:dotted 1px #AAA; font-size:12px;}
.columns #col-1 .custom-col-items .item { padding:4px 0px 4px 0px; border-bottom:dotted 1px #666;}
.custom-col-items .item i { padding:0px 4px 0px 0px;}
.custom-col-items .item span strong { color:#888; font-weight:normal;}
.custom-col-items .item a:hover { text-decoration:underline;}
.custom-col-items .item.last, .columns #col-1 .custom-col-items .item.last { border-bottom:none;}


/* Shared - CSS3 Animate - easeOutCubic
/////////////////////////////////////// */
/* 100ms * / .selector { -webkit-transition:all 100ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition:all 100ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -ms-transition:all 100ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition:all 100ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition:all 100ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -ms-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);} /* easeOutCubic */
/* 200ms */ .back-forward a:hover, .pager a:hover, a.cart-contents:hover span, a:hover, a:hover i, a span, a.custom:hover, .social span:hover, .social span:hover i { -webkit-transition:all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition:all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -ms-transition:all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition:all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition:all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -ms-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);} /* easeOutCubic */
/* 300ms */ a.custom { -webkit-transition:all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition:all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -ms-transition:all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition:all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition:all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -ms-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);} /* easeOutCubic */
/* 400ms * /  .hover-area .pager { -webkit-transition:all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition:all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -ms-transition:all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition:all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition:all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -ms-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);} /* easeOutCubic */
/* 500ms * / .img-hover:hover .icon { -webkit-transition:all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition:all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -ms-transition:all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition:all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition:all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -ms-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);} /* easeOutCubic */
/* 600ms */ .hover-area:hover .pager { -webkit-transition:all 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition:all 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -ms-transition:all 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition:all 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition:all 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -ms-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);} /* easeOutCubic */
/* 700ms * / .hover-area:hover .pager { -webkit-transition:all 700ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition:all 700ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -ms-transition:all 700ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition:all 700ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition:all 700ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -ms-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);} /* easeOutCubic */
/* 800ms */ .hover-area .pager { -webkit-transition:all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition:all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -ms-transition:all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition:all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition:all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -ms-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);} /* easeOutCubic */
/* 900ms * / .back-forward a:hover, .pager a:hover, .hover-area:hover .pager { -webkit-transition:all 900ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition:all 900ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -ms-transition:all 900ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition:all 900ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition:all 900ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -ms-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);} /* easeOutCubic */
/* 1000ms */ .back-forward a, .pager a, a, a i, a.cart-contents span, .forward, .backward, .social span, .social span i { -webkit-transition:all 1000ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition:all 1000ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -ms-transition:all 1000ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition:all 1000ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition:all 1000ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -ms-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);} /* easeOutCubic */


/* Rounded Corner Styles
////////////////////////////////// */
.btl { border-top-left-radius:4px; -moz-border-radius-topleft:4px; -khtml-border-top-left-radius:4px; -webkit-border-top-left-radius:4px;}
.btr { border-top-right-radius:4px; -moz-border-radius-topright:4px; -khtml-border-top-right-radius:4px; -webkit-border-top-right-radius:4px;}
.bbl, ul#menu-main ul li:last-child , ul#menu-main ul { border-bottom-left-radius:4px; -moz-border-radius-bottomleft:4px; -khtml-border-bottom-left-radius:4px; -webkit-border-bottom-left-radius:4px;}
.bbr, ul#menu-main ul li:last-child, ul#menu-main ul { border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; -khtml-border-bottom-right-radius:4px; -webkit-border-bottom-right-radius:4px;}


/* Preloader + Image Preloader Styles
/////////////////////////////////////// */
.preload { width:0px; height:0px; padding:1px; position:absolute; left:-2000px; top:-2000px; overflow:hidden; /* Hide images */}
.preloader { background:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/loaders/loader-8.gif) center 50% no-repeat; display:block;/* jQuery Image Preloader */}
/*.slideshow .preloader { background-image:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/loader-9.gif);}*/


/* Custom Button Styles
/////////////////////////////////////// */
.custom { text-transform:uppercase; cursor:pointer; font-size:14px; font-family:'Cuprum'; font-weight:700; display:inline-block; padding:10px 25px 9px 25px; text-shadow:1px 1px 0px rgba(0,0,0,.1); text-align:center; color:#FFF; text-decoration:none; background:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/gradients/gradient-8.png) repeat-x left top #189aa1 !important;}
.custom { -moz-box-shadow:0px 1px 5px rgba(0,0,0,0.3), inset 0 1px 0px rgba(255,255,255,0.1); -webkit-box-shadow:0px 1px 5px rgba(0,0,0,0.3), inset 0 1px 0px rgba(255,255,255,0.1); box-shadow:0px 1px 5px rgba(0,0,0,0.3), inset 0 1px 0px rgba(255,255,255,0.1);}
.custom { -moz-border-radius:4px; -webkit-border-radius:4px; -khtml-border-radius:4px; border-radius:4px; border:solid 1px rgba(0,0,0,.4);}
.custom.small { font-size:13px; padding:7px 13px 6px 13px;}
.custom.large { font-size:21px; padding:15px 25px 14px 25px;}
.custom.red { background-color:#AD1637 !important;}
.custom:hover { background-color:#333 !important; text-decoration:none; color:#FFF;}


/* Miscellaneous Styles
/////////////////////////////////////// */
img.content { float:left; padding:3px; border:solid #CCC 1px; margin:0px 25px 25px 0px;}
img.content.alt { float:right; margin:0px 0px 25px 25px;}

.dark { color:#001c26;}

ul.list-items { margin:0px 0px 0px 0px; padding:0px 0px 20px 0px; clear:both;}
ul.list-items li { margin:0px 0px 0px 0px; padding:7px 0px 7px 20px; line-height:20px; list-style-position:outside; list-style-type:none; display:block; border-top:dotted 1px #CCC; background:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/bullet-arrow.png) no-repeat left 11px;}
ul.list-items li:first-child { border-top:none; padding-top:0px !important; background-position:left 4px;}
ul.list-items li a { font-weight:bold;}

ul.list-items.alt li { padding:15px 0px 15px 20px; background-position:left 18px;}
ul.list-items.alt li:first-child { background-position:left 3px;}

.grid li ul.list-items li { margin-bottom:0px !important;}

ol.list-items { margin:0px 0px 0px 45px; padding:0px 0px 0px 0px;}
ol.list-items li { margin:0px 0px 10px 0px; padding:0px 0px 0px 0px; list-style-position:outside;}

.line { width:100%; height:8px; overflow:hidden; clear:both; margin:15px 0px 30px 0px; background:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/dotted-line.gif) repeat left top;}

.clearfix:after { content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0;}
.clearfix { display:inline-block;} html[xmlns] .clearfix { display:block;} * html .clearfix { height:1%;}



/* Input, Textarea and Select Box Styles */
input[type=text], input[type=password], textarea, select, #reg_email { width:100%; padding:7px 8px 8px 8px; display:inline-block; cursor:default; color:#555; color:rgba(0,0,0,0.7); background:#FFF; background:rgba(255,255,255,.85); border:1px solid #AAA; border:1px solid rgba(0,0,0,0.3); box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -moz-border-radius:2px; -webkit-border-radius:2px; -khtml-border-radius:2px; border-radius:2px;}
input[type=text], input[type=password], textarea, select, #reg_email { -moz-background-clip:padding; -webkit-background-clip:padding; background-clip:padding-box !important; -moz-box-shadow:inset 0px 1px 4px rgba(0,0,0,0.2); -webkit-box-shadow:inset 0px 1px 4px rgba(0,0,0,0.2); box-shadow:inset 0px 1px 4px rgba(0,0,0,0.2);}

textarea { margin:0px 0px 7px 0px;}
*+html input[type=text], *+html textarea { width:96%; padding-left:2%; padding-right:2%; /* IE7 - Fallback for Box Sizing */}
input[type=text]:hover, input[type=password]:hover, textarea:hover, select:hover, #reg_email:hover { border:1px solid #66c9ff; background:#F9FFFF; color:#444; color:rgba(0,0,0,0.8);}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus, #reg_email:focus { color:#333; color:rgba(0,0,0,0.9); outline:none; border:solid 1px #50ade7 !important; background:#F9FFFF; -moz-box-shadow:0px 0px 5px #80d4ff; -webkit-box-shadow:0px 0px 5px #80d4ff; box-shadow:0px 0px 5px #80d4ff;}

/* WordPress - Gravity Forms Overrides
////////////////////////////////// */
.gform_wrapper { width:100% !important; max-width:100% !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.gform_wrapper .gform_footer { margin:15px 0 0 0 !important; padding:0 0 0 0 !important;}

.gform_wrapper input[type="text"], .gform_wrapper textarea, .gform_wrapper select { width:100% !important; padding:8px 5px 8px 5px !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.gform_wrapper input[type="submit"] { padding:8px 25px 8px 25px !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.gform_wrapper select {padding:5px 5px 5px 5px !important;}




/* Table Styles */
#content table { margin:0 0 35px 0; border-collapse:collapse; border:solid 1px #D9D9D9; -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.05); -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.05); box-shadow:0px 1px 2px rgba(0,0,0,0.05);}
#content tbody th { vertical-align:bottom; font-size:14px; font-family:'Oswald'; font-weight:400; word-spacing:3px; color:#333; text-align:left; line-height:20px; padding:15px 10px 15px 10px; background:url(//www.hometekutah.com/wp-content/themes/phpdriver/images/gradients/gradient-7.png) repeat-x left bottom; border-right:1px solid rgba(0,0,0,0.08); text-shadow:0 -1px 0 rgba(0,0,0,.04), 0 1px 0 rgba(255,255,255,.15);}
#content tbody th:last-child { border-right:1px solid #D9D9D9;}

#content tbody tr td { padding:10px; color:#333; border:1px solid #D9D9D9; vertical-align:middle; line-height:20px;}
#content tbody tr:nth-child(odd) td { background:#FFF;}
#content tbody tr:nth-child(even) td { background:rgba(0,0,0,0.03);}

/* empty */

/* empty */

/* empty */


div.tabs-list {
	width: 100%;/* <<< set width of tab widget */
	margin-top: -15px;
} div.tabs-list > ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
	width: 20%;/* <<< set width of list items */
} div.tabs-list > ul > li {
	position: relative;
	font-size: 110%; /* <<< added by dave */
	display: block;
  background: #fff;
	z-index: 1;
} div.tabs-list > ul > li.heading {
	font-weight: bold;
	font-size: 120%; /* <<< added by dave */
	margin-left: -5px;
	//margin-top: 10px;
	//background: #eee;
	background: #dde6ed;
} div.tabs-list > ul > li.heading:hover {
	font-style: none !important;
	font-size: 120%; /* <<< added by dave */
} div.tabs-list > ul > li.active {
	border-right: none;
	background: #fff;
	font-weight: bold;
	//font-style: italic;
	font-size: 110%; /* <<< added by dave */
} div.tabs-list > ul > li > a {
	text-decoration: none;
	color: #000;
	display: block;
} div.tabs-list > div {
	display: none;
	border: 1px solid #bbb;
	width: 75%;/* <<< set width of list slide */
	vertical-align: top;
	padding: 10px;
	min-height: 400px;/* <<< set height of slide */
} div.tabs-list > div.active {
	display: inline-block;
}





div.tabs-vertical {
	width: 100%;/* <<< set width of tab widget */
	margin-top: -30px;
} div.tabs-vertical > ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
	width: 15%;/* <<< set width of tabs */
} div.tabs-vertical > ul > li {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	display: block;
	padding: 5px;
	border: 1px solid #ddd;
	margin-bottom: 2px;
  background: #fff;
	z-index: 1;
} div.tabs-vertical > ul > li.active {
	border: 1px solid #bbb;
	border-right: none;
	background: #fff;
	margin-left: -5px;
} div.tabs-vertical > ul > li > a {
	text-decoration: none;
	color: #000;
	display: block;
} div.tabs-vertical > div {
	display: none;
	border: 1px solid #bbb;
	width: 80%;/* <<< set width of slide */
	vertical-align: top;
	padding: 10px;
	min-height: 400px;/* <<< set height of slide */
} div.tabs-vertical > div.active {
	display: inline-block;
}












div.tabs-horizontal {
	width: 100%;/* <<< set width of tab widget */
} div.tabs-horizontal > ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	horizontal-align: top;
} div.tabs-horizontal > ul > li {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: relative;
	display: inline-block;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
	z-index: 1;
	margin-bottom: 1px;
} div.tabs-horizontal > ul > li.active {
	border: 1px solid #bbb;
	border-bottom: none;
	//background: #fff;
	background: #ddd;
	margin-top: 0px;
} div.tabs-horizontal > ul > li > a {
	text-decoration: none;
	color: #000;
	display: block;
} div.tabs-horizontal > div {
	display: none;
	border: 1px solid #bbb;
	padding: 0px 10px 10px 10px;
	min-height: 400px;/* <<< set height of slide */
} div.tabs-horizontal > div.active {
	display: block;
}







body.single-product div.tabs-horizontal > div {
	max-height: 300px;
	overflow: auto;
}










a.youtube {
	background: url(//www.hometekutah.com/wp-content/themes/phpdriver/css/images/YouTube-Video-Player-Green-Ready.jpg) no-repeat;
	width: 196px;
	height: 92px;
	overflow: hidden;
	position: relative;
	display: inline-block;
} a.youtube:hover {
	background: url(//www.hometekutah.com/wp-content/themes/phpdriver/css/images/YouTube-Video-Player-Blue-Active.jpg) no-repeat;
} a.youtube span {
	display: block;
	position: absolute;
	left: 46px;
	top: 5px;
	width: 145px;
	height: 82px;
	//border: 1px inset #ccc;
	//border: 1px inset red;
	overflow: hidden;
}

.afp-active-cat {
    /*add here your styling*/
}
ul#afp-filter li {}

.afp-single-item a { }

ul.afp-item-details {
    /*add here your styling*/
}

ul#afp-filter {
    /*add here your styling*/
	margin-bottom:20px !important;
}

ul#afp-filter li a {
    /*add here your styling*/
}

.afp-items { width:102%; height:auto !important; height:300px; min-height:300px;}
.afp-items:after { content:""; width:100%; height:0; clear:both;}

.afp-single-item > a { overflow:hidden; display:block; background-color:#FFF; vertical-align:top; position:relative;-webkit-box-shadow:0 0 0 8px #FFF, 0 0 0 9px #DDD, 0 10px 8px 0px rgba(0,0,0,.08), 0px 2px 8px 8px rgba(0,0,0,.1); -moz-box-shadow:0 0 0 8px #FFF, 0 0 0 9px #DDD, 0 10px 8px 0px rgba(0,0,0,.08), 0px 2px 8px 8px rgba(0,0,0,.1); box-shadow:0 0 0 8px #FFF, 0 0 0 9px #DDD, 0 10px 8px 0px rgba(0,0,0,.08), 0px 2px 8px 8px rgba(0,0,0,.1);}
.afp-single-item > a:hover { opacity:.6;}

.afp-single-item a.fancybox { overflow:hidden;}
.afp-single-item img { height:auto !important;}



#afp-container {height:auto !important; height:270px; min-height:270px;}


.afp-items, .afp-single-item  { list-style-type:none; height:auto !important; height:130px; min-height:130px;}
.afp-items { margin:0px 0px 35px 0px;}
.afp-single-item { float:left; position:relative; margin:0px 18px 30px 0px !important;}
.afp-single-item img { display:block; vertical-align:middle;-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.0); -moz-box-shadow:0px 1px 3px rgba(0,0,0,.0); box-shadow:0px 1px 3px rgba(0,0,0,.0);}

.entry-content img, .comment-content img { -moz-border-radius:0px; -webkit-border-radius:0px; -khtml-border-radius:0px; border-radius:0px;}

.afp-single-item ul { margin:0px !important; padding:0px !important;}
/* 4 Column + Image Hover */
.afp-single-item                                                           { width:215px;}
.afp-single-item > a img, .afp-single-item > a, .afp-single-item > a .icon { width:200px; height:115px;}
.afp-single-item > a .icon                           { padding:8px;}


.fancybox-lock {
    overflow: hidden !important;
    margin-right:0 !important;
}

.fancybox-lock .fancybox-overlay {
    overflow: hidden !important;
}

ul.afp-item-details { margin-top:-15px !important;}

.entry-content pre, .comment-content pre { display:none !important;}


.fancybox-overlay { z-index:9999 !important;}
#start-resizable-editor-section{display:none}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button__link{color:#fff;background-color:#32373c;border:none;border-radius:1.55em;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:.667em 1.333em;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:#fff}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{margin-right:0;width:100%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.is-style-outline>.wp-block-button__link,.wp-block-button__link.is-style-outline{border:2px solid}.is-style-outline>.wp-block-button__link:not(.has-text-color),.wp-block-button__link.is-style-outline:not(.has-text-color){color:#32373c}.is-style-outline>.wp-block-button__link:not(.has-background),.wp-block-button__link.is-style-outline:not(.has-background){background-color:transparent}.wp-block-buttons{display:flex;flex-direction:row;flex-wrap:wrap}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button{margin-right:0}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin-left:0;margin-right:.5em;margin-bottom:.5em}.wp-block-buttons>.wp-block-button:last-child{margin-right:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right>.wp-block-button{margin-left:.5em;margin-right:0}.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child{margin-left:0}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons.alignleft .wp-block-button{margin-left:0;margin-right:.5em}.wp-block-buttons.alignleft .wp-block-button:last-child{margin-right:0}.wp-block-buttons.alignright .wp-block-button{margin-right:0;margin-left:.5em}.wp-block-buttons.alignright .wp-block-button:first-child{margin-left:0}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;margin-bottom:.5em;width:100%}.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:.25em;border:1px solid #ddd}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse}.wp-block-calendar table th{font-weight:400;background:#ddd}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-code code{display:block;white-space:pre-wrap;overflow-wrap:break-word}.wp-block-columns{display:flex;margin-bottom:1.75em;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-columns.has-background{padding:1.25em 2.375em}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px) and (max-width:781px){.wp-block-column:not(:only-child){flex-basis:calc(50% - 1em)!important;flex-grow:0}.wp-block-column:nth-child(2n){margin-left:2em}}@media (min-width:782px){.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-column[style*=flex-basis]{flex-grow:0}.wp-block-column:not(:first-child){margin-left:2em}}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-grid-row-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-cover,.wp-block-cover-image{position:relative;background-size:cover;background-position:50%;min-height:430px;width:100%;display:flex;justify-content:center;align-items:center;padding:1em;box-sizing:border-box}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:100%;z-index:1;color:#fff}.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover-image img.wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background,.wp-block-cover img.wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background{position:absolute;top:0;left:0;right:0;bottom:0;margin:0;padding:0;width:100%;height:100%;max-width:none;max-height:none;-o-object-fit:cover;object-fit:cover;outline:none;border:none;box-shadow:none}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:840px;padding:.44em;text-align:center}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-width:320px;min-height:240px}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:.8em;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 1em 1em 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:3em .77em .7em;color:#fff;text-align:center;font-size:.8em;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);box-sizing:border-box;margin:0}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid figcaption,.wp-block-gallery figcaption{flex-grow:1}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc(33.33333% - .66667em);margin-right:1em}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc(25% - .75em);margin-right:1em}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc(20% - .8em);margin-right:1em}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc(16.66667% - .83333em);margin-right:1em}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc(14.28571% - .85714em);margin-right:1em}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc(12.5% - .875em);margin-right:1em}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:420px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}.wp-block-image{margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image:not(.is-style-rounded) img{border-radius:inherit}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-latest-comments__comment{line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:2.25em;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;line-height:1.8;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;color:#555;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-top:.5em;margin-bottom:1em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;width:auto}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em}.wp-block-latest-posts__featured-image.alignright{margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}.block-editor-image-alignment-control__row .components-base-control__field{display:flex;justify-content:space-between;align-items:center}.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label{margin-bottom:0}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:-ms-grid;display:grid;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr;-ms-grid-rows:auto;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{-ms-grid-columns:1fr 50%;grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{-ms-grid-row-align:start;align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{-ms-grid-row-align:center;align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{
  /*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
  /*!rtl:begin:ignore*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  /*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill .wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}}.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container{color:#1e1e1e;background-color:#fff;min-width:200px}.items-justified-left>ul{justify-content:flex-start}.items-justified-center>ul{justify-content:center}.items-justified-right>ul{justify-content:flex-end}.items-justified-space-between>ul{justify-content:space-between}.wp-block-navigation-link{display:flex;align-items:center;position:relative;margin:0}.wp-block-navigation-link .wp-block-navigation__container:empty{display:none}.wp-block-navigation__container{list-style:none;margin:0;padding-left:0;display:flex;flex-wrap:wrap}.is-vertical .wp-block-navigation__container{display:block}.has-child>.wp-block-navigation-link__content{padding-right:.5em}.has-child .wp-block-navigation__container{border:1px solid rgba(0,0,0,.15);background-color:inherit;color:inherit;position:absolute;left:0;top:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:2;opacity:0;transition:opacity .1s linear;visibility:hidden}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content{flex-grow:1}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon{padding-right:.5em}@media (min-width:782px){.has-child .wp-block-navigation__container{left:1.5em}.has-child .wp-block-navigation__container .wp-block-navigation__container{left:100%;top:-1px}.has-child .wp-block-navigation__container .wp-block-navigation__container:before{content:"";position:absolute;right:100%;height:100%;display:block;width:.5em;background:transparent}.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg{transform:rotate(0)}}.has-child:hover{cursor:pointer}.has-child:hover>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.has-child:focus-within{cursor:pointer}.has-child:focus-within>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus,.wp-block-navigation[style*=text-decoration] .wp-block-navigation__container{text-decoration:inherit}.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content,.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus{text-decoration:none}.wp-block-navigation-link__content{color:inherit;padding:.5em 1em}.wp-block-navigation-link__content+.wp-block-navigation-link__content{padding-top:0}.has-text-color .wp-block-navigation-link__content{color:inherit}.wp-block-navigation-link__label{word-break:normal;overflow-wrap:break-word}.wp-block-navigation-link__submenu-icon{height:inherit;padding:.375em 1em .375em 0}.wp-block-navigation-link__submenu-icon svg{fill:currentColor}@media (min-width:782px){.wp-block-navigation-link__submenu-icon svg{transform:rotate(90deg)}}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-background{padding:1.25em 2.375em}p.has-text-color a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{width:100%;margin-top:0;margin-bottom:0;font-size:.5em}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{margin-bottom:.7em;font-size:.7em}.wp-block-post-author__content{flex-grow:1;flex-basis:0}.wp-block-post-author__name{font-weight:700;margin:0}.wp-block-post-comments-form input[type=submit]{color:#fff;background-color:#32373c;border:none;border-radius:1.55em;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:.667em 1.333em;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-post-comments-form input[type=submit]:active,.wp-block-post-comments-form input[type=submit]:focus,.wp-block-post-comments-form input[type=submit]:hover,.wp-block-post-comments-form input[type=submit]:visited{color:#fff}.wp-block-preformatted{white-space:pre-wrap}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:1.25em}.wp-block-pullquote p{font-size:1.75em;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:2em}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-query-loop{max-width:100%;list-style:none;padding:0}.wp-block-query-loop li{clear:both}.wp-block-query-loop.is-flex-container{flex-direction:row;display:flex;flex-wrap:wrap}.wp-block-query-loop.is-flex-container li{margin:0 0 1.25em;width:100%}@media (min-width:600px){.wp-block-query-loop.is-flex-container li{margin-right:1.25em}.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n){margin-right:0}}.wp-block-query-pagination{display:flex;flex-direction:row;flex-wrap:wrap}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{display:inline-block;margin-right:.5em;margin-bottom:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:1.125em;text-align:right}.wp-block-rss.wp-block-rss{box-sizing:border-box}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 1em)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}.wp-block-rss.columns-4 li{width:calc(25% - 1em)}.wp-block-rss.columns-5 li{width:calc(20% - 1em)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#555;font-size:.8125em}.wp-block-search .wp-block-search__button{background:#f7f7f7;border:1px solid #ccc;padding:.375em .625em;color:#32373c;margin-left:.625em;word-break:normal}.wp-block-search .wp-block-search__button.has-icon{line-height:0}.wp-block-search .wp-block-search__button svg{min-width:1.5em;min-height:1.5em}.wp-block-search .wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1;min-width:3em;border:1px solid #949494}.wp-block-search.wp-block-search__button-only .wp-block-search__button{margin-left:0}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{padding:4px;border:1px solid #949494}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{border-radius:0;border:none;padding:0 0 0 .25em}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus{outline:none}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{padding:.125em .5em}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"···";color:currentColor;font-size:1.5em;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-custom-logo{line-height:0}.wp-block-custom-logo .aligncenter{display:table}.wp-block-custom-logo.is-style-rounded img{border-radius:9999px}.wp-block-social-links{display:flex;flex-wrap:wrap;justify-content:flex-start;padding-left:0;padding-right:0;text-indent:0;margin-left:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link{margin:4px 8px 4px 0}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{width:1em;height:1em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links.alignright{justify-content:flex-end}.wp-social-link{display:block;border-radius:9999px;transition:transform .1s ease;height:auto}@media (prefers-reduced-motion:reduce){.wp-social-link{transition-duration:0s}}.wp-social-link a{display:block;line-height:0;transition:transform .1s ease}.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{color:currentColor;fill:currentColor}.wp-social-link:hover{transform:scale(1.1)}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#ff424d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#ff424d}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-spacer{clear:both}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-tag-cloud.aligncenter{text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{font-family:inherit;overflow:auto;white-space:pre-wrap}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-post-featured-image a{display:inline-block}.wp-block-post-featured-image img{max-width:100%;height:auto}:root .has-pale-pink-background-color{background-color:#f78da7}:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .has-white-background-color{background-color:#fff}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-black-background-color{background-color:#000}:root .has-pale-pink-color{color:#f78da7}:root .has-vivid-red-color{color:#cf2e2e}:root .has-luminous-vivid-orange-color{color:#ff6900}:root .has-luminous-vivid-amber-color{color:#fcb900}:root .has-light-green-cyan-color{color:#7bdcb5}:root .has-vivid-green-cyan-color{color:#00d084}:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .has-vivid-cyan-blue-color{color:#0693e3}:root .has-vivid-purple-color{color:#9b51e0}:root .has-white-color{color:#fff}:root .has-very-light-gray-color{color:#eee}:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .has-very-dark-gray-color{color:#313131}:root .has-black-color{color:#000}:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:linear-gradient(135deg,#0693e3,#9b51e0)}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:linear-gradient(135deg,#7adcb4,#00d082)}:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:linear-gradient(135deg,#fcb900,#ff6900)}:root .has-luminous-vivid-orange-to-vivid-red-gradient-background{background:linear-gradient(135deg,#ff6900,#cf2e2e)}:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:linear-gradient(135deg,#eee,#a9b8c3)}:root .has-cool-to-warm-spectrum-gradient-background{background:linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)}:root .has-blush-light-purple-gradient-background{background:linear-gradient(135deg,#ffceec,#9896f0)}:root .has-blush-bordeaux-gradient-background{background:linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-luminous-dusk-gradient-background{background:linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-pale-ocean-gradient-background{background:linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)}:root .has-electric-grass-gradient-background{background:linear-gradient(135deg,#caf880,#71ce7e)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root .has-link-color a{color:#00e;color:var(--wp--style--color--link,#00e)}.has-small-font-size{font-size:.8125em}.has-normal-font-size,.has-regular-font-size{font-size:1em}.has-medium-font-size{font-size:1.25em}.has-large-font-size{font-size:2.25em}.has-huge-font-size,.has-larger-font-size{font-size:2.625em}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}