<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
Theme Name: Yesco-Franchisee
Theme URI: http://www.mightyclever.com
Author: Mighty Clever
Author URI: http://www.mightyclever.com
Description: A custom theme for Yesco
Version: 1.0.0
License: Copyright MightyClever 2015
License URI: 
Text Domain: yesco
Tags: 
*/
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
  font-family: 'Univers57-Condensed';
  src: url("font/univers57-condensed-webfont.ttf") format("truetype");
}

@font-face {
  font-family: 'Univers67-CondensedBold';
  src: url("font/univers67-condensedbold-webfont.ttf") format("truetype");
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

.video-responsive{
    overflow:hidden;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

figcaption {
	font-size: 14px;
	line-height: 18px;
	margin-top: 0px !important;
	padding-top: 7px !important;
	color: #828282;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Univers57-Condensed";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

h2 {
  font-size: 1.3em;
  line-height: 0.8em;
  padding-top: 0.8em;

}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}

blockquote:before,
blockquote:after, q:before,
q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li &gt; ul,
li &gt; ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #ffffff;
  background-color: #d8151f;
  border: none;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.6em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #BB8B41;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  background-color: #514A42;
}

form.visual-form-builder {
  position: relative;
  margin: 20px 0;
  background: none;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  text-shadow: none;
  font-family: inherit;
}

form.visual-form-builder li {
  margin: 0 !important;
  width: auto !important;
  background: none !important;
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
  clear: both;
}

form.visual-form-builder li:before {
  content: none;
}

form.visual-form-builder ul:after,
form.visual-form-builder li:after,
form.visual-form-builder li div:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

/* Hide br tags for themes that auto add them */
.visual-form-builder br {
  display: none;
}

form.visual-form-builder .vfb-item-instructions br {
  display: inline;
}

/* !Remove list item styles */
.visual-form-builder ul,
.entry-content .visual-form-builder ul,
.comment-content .visual-form-builder ul,
.mu_register .visual-form-builder ul,
.visual-form-builder ol,
.entry-content .visual-form-builder ol,
.comment-content .visual-form-builder ol,
.mu_register .visual-form-builder ol {
  margin: 0 5px !important;
  padding: 0 !important;
  background: none !important;
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
  font-size: 13px;
  line-height: inherit;
}

.visual-form-builder ul li {
  margin: 0 !important;
  background: none !important;
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
}

.visual-form-builder ul li:before {
  content: none;
}

.visual-form-builder li,
.entry-content .visual-form-builder li,
.comment-content .visual-form-builder li,
.mu_register .visual-form-builder li {
  clear: both;
  margin: 0 !important;
  padding: 6px 1% 9px !important;
  width: 64%;
  background: none !important;
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
}

.visual-form-builder li:before,
.entry-content .visual-form-builder li:before,
.comment-content .visual-form-builder li:before,
.mu_register .visual-form-builder li:before {
  content: none;
}

.vfb-span,
.visual-form-builder li div span.vfb-span,
.visual-form-builder [class*="vfb-span"],
span.vfb-full input,
span.vfb-full input[type="text"].vfb-medium,
span.vfb-full select {
  display: block;
  float: left;
  margin:0 15px 0 -15px;
  width: 100%;
}

.visual-form-builder span.vfb-left {
  float: left;
  width: 48%;
}

.visual-form-builder span.vfb-right {
  float: right;
  width: 48%;
}

.visual-form-builder span.vfb-span ul li {
  list-style: disc;
}

.visual-form-builder span.vfb-span ol li {
  list-style: decimal;
}

.visual-form-builder span.vfb-right input,
.visual-form-builder span.vfb-right input[type="text"],
.visual-form-builder span.vfb-right select,
.visual-form-builder span.vfb-left input,
.visual-form-builder span.vfb-left input[type="text"],
.visual-form-builder span.vfb-left select {
  width: 100% !important;
}

/* !Time Field */
.visual-form-builder span.vfb-time {
  float: left;
  margin: 0 1.4em 0 0;
}

.rtl .visual-form-builder span.vfb-time {
  float: right;
  margin: 0 0 0 0.3em;
}

.visual-form-builder li div label,
.visual-form-builder li span label {
  margin: 0;
  font-size: 90%;
  position: relative;
  bottom: 24px;
}

/* !Fieldset */
.visual-form-builder fieldset {
  clear: both;
  margin: 15px 0;
  padding: 0;
  border: none;
  border-radius: 3px;
  background-color: transparent;
}

/* !Legend */
.visual-form-builder .vfb-legend {
  margin: 5px 0px;
  padding: 0 0px;
  border-bottom: 1px solid #CCCCCC;
  color: #d8151f;
  font-size: inherit;
}

.visual-form-builder .vfb-legend h3 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 20px;
  line-height: 2.0em;
}

/* !Description */
.visual-form-builder label,
label.vfb-desc {
  display: block;
  margin: 0;
  padding: 0 0 3px 0;
  color: #514A42;
}

label.vfb-desc {
  font-weight: bold;
}

.visual-form-builder.left-label .vfb-desc,
.visual-form-builder.right-label .vfb-desc {
  float: left;
  margin: 0 15px 0 0;
  width: 20%;
}

.visual-form-builder.right-label .vfb-desc {
  padding-top: 2px;
  text-align: right;
}

.visual-form-builder li div {
  margin: 0;
  padding: 0;
}

.visual-form-builder li div span label {
  position: relative;
  bottom: 27px;
}

.visual-form-builder li div span input {
  position: relative;
  top: 18px;
}

.visual-form-builder.left-label li div,
.visual-form-builder.right-label li div {
  float: left;
  width: 65%;
}

.visual-form-builder label.vfb-choice {
  margin: -16px 0 0 23px;
  padding: 0 0 5px;
  width: 88%;
  font-size: 100%;
  line-height: 150%;
}

.rtl .visual-form-builder label.vfb-choice {
  margin: -16px 23px 0 0;
}

.visual-form-builder label .vfb-required-asterisk {
  margin: 0;
  padding: 0;
  color: #d8151f;
  vertical-align: baseline;
  font-weight: bold;
}

/* !Input, Textarea, and Select */
input.vfb-text,
input[type="text"].vfb-text,
input[type="tel"].vfb-text,
input[type="email"].vfb-text,
input[type="url"].vfb-text,
textarea.vfb-textarea {
  padding: 3px 0;
  border: 1px solid #ffffff;
  border-radius: 0px;
  background: none repeat scroll 0 0 #E5E4E3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

input.vfb-text:focus,
input[type="text"].vfb-text:focus,
input[type="tel"].vfb-text:focus,
input[type="email"].vfb-text:focus,
input[type="url"].vfb-text:focus,
textarea.vfb-textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  border-color: rgba(216, 21, 31, 1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  

}

input.vfb-text.vfb-error:focus,
input[type="text"].vfb-text.vfb-error:focus,
input[type="tel"].vfb-text.vfb-error:focus,
input[type="email"].vfb-text.vfb-error:focus,
input[type="url"].vfb-text.vfb-error:focus,
textarea.vfb-textarea.vfb-error:focus {
  border-color: rgba(81, 74, 66, 1);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(180, 171, 160, 1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(180, 171, 160, 1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(180, 171, 160, 1);
}

input.vfb-text,
input[type="text"].vfb-text,
input[type="tel"].vfb-text,
input[type="email"].vfb-text,
input[type="url"].vfb-text,
textarea.vfb-textarea {
  margin: 0 15px 5px -15px;
  height: auto;
  color: #373737;
  font-size: 100%;
  font-family: inherit;
  line-height: normal;
  float: left;
  
}

select.vfb-select {
  padding: 1px 0 0;
  position: relative;
  top: 17px;
}

input.vfb-small,
input[type="text"].vfb-small,
input[type="tel"].vfb-small,
input[type="email"].vfb-small,
input[type="url"].vfb-small,
select.vfb-small {
  width: 25%;
}

input.vfb-medium,
input[type="text"].vfb-medium,
input[type="tel"].vfb-medium,
input[type="email"].vfb-medium,
input[type="url"].vfb-medium,
select.vfb-medium {
  width: 50%;
}

input.vfb-large,
input[type="text"].vfb-large,
input[type="tel"].vfb-large,
input[type="email"].vfb-large,
input[type="url"].vfb-large,
select.vfb-large,
textarea.vfb-textarea {
  width: 100%;
}

input[type="file"].vfb-small,
input[type="file"].vfb-medium,
input[type="file"].vfb-large {
  height: auto;
  line-height: normal;
}

textarea.vfb-medium {
  height: 5.5em;
}

textarea.vfb-medium {
  height: 10em;
}

textarea.vfb-large {
  height: 20em;
}

/* !Submit Button */
.vfb-submit,
input[type="submit"].vfb-submit {
  font-size: 1.1em;
}

/* !Checkbox and Radio */
input.vfb-checkbox,
input[type="checkbox"].vfb-checkbox,
input.vfb-radio,
input[type="radio"].vfb-radio {
  display: block;
  margin: 4px 0 0 ;
  width: 13px;
  height: 13px;
  font-size: 1.1em;
}

input.vfb-other,
input[type="text"].vfb-other {
  margin: 0 0 8px 25px;
}

/* !Field Layout */
.visual-form-builder li.vfb-two-column div span,
.visual-form-builder li.vfb-three-column div span,
.visual-form-builder li.vfb-auto-column div span {
  margin: 0 5px 0 0;
  width: 48%;
}

.visual-form-builder li.vfb-three-column div span {
  width: 30%;
}

.visual-form-builder li.vfb-auto-column div span {
  width: auto;
}

.visual-form-builder li.vfb-left-half,
.visual-form-builder li.vfb-left-third,
.visual-form-builder li.vfb-left-two-thirds {
  float: left;
  clear: left;
}

.visual-form-builder li.vfb-right-half,
.visual-form-builder li.vfb-right-third,
.visual-form-builder li.vfb-right-two-thirds {
  float: right;
  clear: none;
}

.visual-form-builder li.vfb-middle-third {
  float: left;
  clear: none;
  margin-left: 2%;
}

.visual-form-builder li.vfb-left-half,
.visual-form-builder li.vfb-right-half {
  width: 47% !important;
}

.visual-form-builder li.vfb-left-third,
.visual-form-builder li.vfb-middle-third,
.visual-form-builder li.vfb-right-third {
  width: 30% !important;
}

.visual-form-builder li.vfb-left-two-thirds,
.visual-form-builder li.vfb-right-two-thirds {
  width: 64% !important;
}

li.vfb-left-half .vfb-small,
li.vfb-left-half .vfb-medium,
li.vfb-left-half .vfb-large,
li.vfb-right-half .vfb-small,
li.vfb-right-half .vfb-medium,
li.vfb-right-half .vfb-large,
li.vfb-left-third .vfb-small,
li.vfb-left-third .vfb-medium,
li.vfb-left-third .vfb-large,
li.vfb-middle-third .vfb-small,
li.vfb-middle-third .vfb-medium,
li.vfb-middle-third .vfb-large,
li.vfb-right-third .vfb-small,
li.vfb-right-third .vfb-medium,
li.vfb-right-third .vfb-large,
.visual-form-builder li.vfb-left-two-thirds .vfb-small,
.visual-form-builder li.vfb-left-two-thirds .vfb-medium,
.visual-form-builder li.vfb-left-two-thirds .vfb-large,
.visual-form-builder li.vfb-right-two-thirds .vfb-small,
.visual-form-builder li.vfb-right-two-thirds .vfb-medium,
.visual-form-builder li.vfb-right-two-thirds .vfb-large {
  width: 100%;
  margin-left: -15px;
}

/* !Error */
label.vfb-error {
  color: red;
  font-weight: bold;
  font-size: 90%;
}

input.vfb-error,
input.vfb-text.vfb-error,
input[type="text"].vfb-text.vfb-error,
input[type="tel"].vfb-text.vfb-error,
input[type="email"].vfb-text.vfb-error,
input[type="url"].vfb-text.vfb-error,
select.vfb-error,
textarea.vfb-error,
textarea.vfb-textarea.vfb-error {
  border: 1px solid red;
}

/* !Success Mesage - Default */
p#form_success,
.vfb-form-success {
  color: #D8151F;
  font-weight: bold;
}

#ui-datepicker-div {
  display: none;
  font-size: 12px;
}

/* !Instructions */
.vfb-item-instructions {
  border-radius: 3px;
  background-color: #e3e3e3;
}

.vfb-item-instructions ul,
.vfb-item-instructions ul li {
  padding-bottom: 0;
  list-style: disc;
}

.vfb-item-instructions ol,
.vfb-item-instructions ol li {
  padding-bottom: 0;
  list-style: decimal;
}

/* !Sections */
.vfb-section-div {
  float: left;
  margin: 10px 0;
  padding: 10px;
  width: 97%;
  border-radius: 3px;
  background-color: #D4D4D4;
}

.visual-form-builder .vfb-section-div h4 {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #BABABA;
  font-size: 16px;
  line-height: inherit;
}

/* !Clearing */
.vfb-clear {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
}

/* !Conditional Field */
.vfb-conditional-hide {
  display: none;
}

.dropdowns{
  padding-right: 20px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #D8151F;
}

a:visited {
  color: #D8151F;
}

a:hover,
a:focus,
a:active {
  color: #BB8B41;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/**********************************
*
* Franchisee Menu
*
**********************************/
.franchisee-menu {
  position: relative;
  margin-bottom: 40px;
  margin-right: 50px;
  width: 100%;
}

.franchisee-menu ul {
  padding-right: 0px;
  margin: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.franchisee-menu ul li {
  font-family: "Univers57-Condensed", sans-serif;
  font-size: 15pt;
  padding: 5px 0;
  border-bottom: 1px solid #b8b5b3;
  list-style-type: none;
  text-decoration: none;
}

.franchisee-menu ul li a {
  padding-left: 13px;
  color: #3c3c3c;
  text-decoration: none;
}

.franchisee-menu ul li:last-of-type {
  border-bottom: none;
}

.franchisee-menu ul li.current_page_item &gt; a,
.franchisee-menu ul li:hover &gt; a,
.franchisee-menu ul li.current_page_ancestor &gt; a {
  text-transform: uppercase;
}

.franchisee-menu ul li.current_page_item &gt; a::after {
  background-image: url("img/arrow_black.png");
  background-size: 7px 12px;
  width: 8px;
  height: 25px;
  background-position: right center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0px;
}

.franchisee-menu ul li.current_page_item.menu-item-has-children &gt; ul.sub-menu,
.franchisee-menu ul li.current_page_ancestor &gt; ul.sub-menu {
  display: block;
}

.franchisee-menu ul ul.sub-menu {
  border-top: 1px solid #b8b5b3;
  padding: 5px 0 0 0;
  margin-top: 5px;
  display: none;
}

.franchisee-menu ul ul.sub-menu li {
  font-family: "Univers57-Condensed", sans-serif;
  font-size: 12pt;
  margin-left: 13px;
  border-bottom: none;
  padding: 0;
}

.franchisee-menu ul ul.sub-menu li a {
  color: #d8151f;
}

.franchisee-menu ul ul.sub-menu li:hover a {
  text-transform: uppercase;
}

.franchisee-menu ul ul.sub-menu li.current_page_item &gt; a::after {
  background-image: url("img/arrow.png");
  background-size: 7px 12px;
  width: 8px;
  height: 25px;
  background-position: right center;
  background-repeat: no-repeat;
  content: "";
  padding-left: 18px;
}

/**********************************
*
* Top-Level Navigation
*
**********************************/
.main-navigation {
  position: fixed;
  clear: both;
  display: block;
  float: left;
  width: 100%;
  font-family: "Univers57-Condensed", sans-serif;
  font-size: 16px;
  width: 100%;
  height: 74px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 998;
  padding-right: 50px;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul li:hover &gt; ul,
.main-navigation ul li.focus &gt; ul {
  left: auto;
}

.main-navigation ul ul {
  background: white;
  float: left;
  position: absolute;
  top: 74px;
  left: -999em;
  z-index: 999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
  border-left: 1px solid grey;
  border-top: 15px solid white;
  border-bottom: 15px solid white;
}

.main-navigation ul ul li:hover &gt; ul,
.main-navigation ul ul li.focus &gt; ul {
  left: 100%;
}

.main-navigation ul ul li.menu-item-has-children &gt; a::after {
  content: url("img/menu_down.png");
  padding-left: 10px;
}

.main-navigation ul ul li.menu-item-has-children:hover &gt; a::after {
  content: url("img/menu_expand.png");
}

.main-navigation ul ul a {
  padding: 7px 10px;
  color: #514a42;
  width: 200px;
}

.main-navigation ul ul :hover &gt; a,
.main-navigation ul ul .focus &gt; a {
  color: #d8151f;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
  color: #d8151f;
}

.main-navigation ul.menu {
  float: right;
}

.main-navigation ul.menu li &gt; ul &gt; li:first-child {
  padding-top: 5px;
}

.main-navigation ul.menu li &gt; ul &gt; li &gt; ul &gt; li:first-child &gt; a {
  padding-top: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation li:hover &gt; a,
.main-navigation li.focus &gt; a {
  background: rgba(255, 255, 255, 0.4);
  color: #d8151f;
}

.main-navigation a {
  color: #514a42;
  display: block;
  text-decoration: none;
  padding: 25px 10px;
}

/* Small menu */
.menu-toggle {
  position: absolute;
  width: 80px;
  height: 20px;
  top: 50%;
  right: 20px;
  background: transparent;
  background-image: url("img/menu.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: none;
  border: none;
  cursor: pointer;
  display: none;
}

.menu-toggle[aria-expanded="true"] {
  background-image: url("img/x.png");
  background-position: right center;
  border: none;
  width: 20px;
  height: 20px;
}

.menu-toggle:focus,
.menu-toggle:active,
.menu-toggle:hover {
  box-shadow: none;
  border: none;
  outline: 0;
  background-color: transparent;
}

/***************************************
*
*   Secondary Navigation
*
***************************************/
#secondary-trigger {
  display: none;
  position: absolute;
  right: 20px;
  top: 6px;
}

#secondary-trigger input {
  display: none;
}

#secondary-trigger img {
  width: auto;
  height: 15px;
  padding-left: 10px;
}

#secondary-trigger #open {
  display: inline-block;
}

#secondary-trigger #close {
  display: none;
}

#secondary-menu-trigger-label.active {
  color: #d8151f;
}

.nav-container {
  position: relative;
}

.secondary-menu {
  display: none;
  clear: both;
  z-index: 1000;
  float: left;
  position: absolute;
  top: 41px;
  left: 20px;
  right: 20px;
  /* Remove bullets. */
  /* Hide everything by default. */
}

.secondary-menu ul {
  margin: 0px;
  -webkit-padding-start: 0px;
}

.secondary-menu li {
  list-style-type: none;
}

.secondary-menu a {
  display: none;
}

.secondary-menu ul.menu {
  border-top: solid 1px #9F9B98;
  border-bottom: solid 1px #9F9B98;
}

.secondary-menu ul.menu li {
  background: rgba(205, 22, 36, 0.9);
  border-bottom: 1px solid white;
  color: white;
  display: block;
  position: relative;
  padding: 5px 0px;
}

.secondary-menu ul.menu li a, .secondary-menu ul.menu li a:visited, .secondary-menu ul.menu li a:active {
  padding-left: 20px;
  color: white;
  display: block;
  text-decoration: none;
}

.secondary-menu ul.menu li ul.sub-menu &gt; li {
  display: none;
}

.secondary-menu ul.menu li.current-menu-item &gt; a {
  color: white;
  text-transform: uppercase;
}

/* Tablets (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #secondary-trigger {
    display: block;
  }
}

/* Smart phone ----------- */
@media only screen and (max-width: 767px) {
  #secondary-trigger {
    display: block;
  }
}

/**********************************
*
* Logo
*
**********************************/
.logo {
  width: 126px;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  left: 50px;
  background-image: url("img/logo.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.logo .franchisee-name {
  font-family: "Univers57-Condensed", sans-serif;
  color: black;
  font-size: 20pt;
  line-height: 1;
  padding-left: 10px;
  border-left: 1px solid #514a42;
  position: absolute;
  top: 0px;
  left: 140px;
  white-space: nowrap;
}

.social-icons {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 30px;
  padding-right: 50px;
  float: right;
}

.social-icons img {
  padding: 7px;
}

.social-icons a {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

@media screen and (max-width: 1023px) {
  .menu-toggle {
    display: block;
  }
  .main-navigation.toggled .nav-menu {
    display: block;
  }
  .main-navigation ul {
    display: none;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
  }
  .social-icons {
    display: none;
  }
  .main-navigation {
    height: 45px;
  }
  .main-navigation a {
    font-family: "Univers57-Condensed", sans-serif;
    color: white;
    font-size: 14pt;
    text-decoration: none;
    padding: 5px 0 5px 20px;
    margin: 0;
  }
  .main-navigation ul.menu {
    position: absolute;
    top: 45px;
    left: 0;
    float: none;
    width: 100%;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
  }
  .main-navigation ul.menu &gt; li {
    background: rgba(205, 22, 36, 0.9);
    border-bottom: 1px solid white;
    color: white;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
  }
  .main-navigation ul.menu &gt; li.menu-item-has-children &gt; a::after {
    content: url("img/arrow_white_right.png");
    position: absolute;
    right: 20px;
  }
  .main-navigation ul.menu &gt; li.menu-item-has-children:hover &gt; ul,
  .main-navigation ul.menu &gt; li.menu-item-has-children:active &gt; ul {
    display: block;
  }
  .main-navigation ul.menu &gt; li.menu-item-has-children:hover &gt; a::after {
    content: url("img/arrow_white_down.png");
    position: absolute;
    right: 20px;
  }
  .main-navigation ul ul {
    background: white;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
  }
  .main-navigation ul ul li {
    border-bottom: 1px solid #d3d2d0;
  }
  .main-navigation ul ul ul {
    display: none;
  }
  .main-navigation ul ul li.menu-item-has-children &gt; a::after {
    content: " ";
  }
  .main-navigation ul ul li.menu-item-has-children:hover &gt; a::after {
    content: " ";
  }
  .main-navigation li:hover &gt; a,
  .main-navigation li.focus &gt; a {
    background: none;
    color: inherit;
  }
  .main-navigation ul ul a {
    color: #514a42;
    width: 100%;
  }
  .main-navigation li {
    float: none;
  }
  .logo {
    width: 91px;
    height: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    float: left;
    left: 20px;
    background-image: url("img/logo_small.png");
    background-repeat: no-repeat;
    background-position: center center;
  }
  .logo .franchisee-name {
    font-size: 18pt;
    top: -2px;
    left: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
  .main-navigation ul.menu &gt; li.menu-item-has-children:hover &gt; a::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -6px;
    content: " ";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 6px solid rgba(128, 128, 128, 0.5);
    z-index: 1000;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/****************************************************
 *
 * Yesco Link Widget
 *
 ****************************************************/
aside.yescolink &gt; h1 {
  display: none;
}

.yescolink-widget {
  position: relative;
  text-align: left;
  background: #d8151f;
  color: white;
  margin-left: 0;
  padding: 3px 10px 3px 10px;
}

.yescolink-widget .label,
.yescolink-widget a {
  font-family: "Univers57-Condensed", sans-serif;
  font-size: 14pt;
  color: #fff;
  text-decoration: none;
}

.yescolink-widget .label::after {
  background-image: url("img/arrow_white_right.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: " ";
  position: absolute;
  right: 10px;
  width: 18px;
  height: 18px;
}

/****************************************************
 *
 * Yesco Quote Widget
 *
 ****************************************************/
aside.yescoquote &gt; h1 {
  display: none;
}

.yescoquote-widget {
  padding: 20px 0;
}

.yescoquote-widget .quote {
  font-family: "Univers57-Condensed", sans-serif;
  font-size: 16pt;
  position: relative;
  text-align: left;
  color: #d8151f;
  line-height: 1.25;
  padding: 0 0 0 5px;
}

.yescoquote-widget .quote::before {
  content: '"';
  position: absolute;
  top: 0;
  left: 0;
}

.yescoquote-widget .quote::after {
  content: '"';
}

.yescoquote-widget .author {
  font-family: "Univers57-Condensed", sans-serif;
  font-size: 14pt;
  position: relative;
  text-align: left;
  color: #404040;
  font-style: italic;
  padding: 15px 0 0 5px;
}

/****************************************************
 *
 * Sidebar
 *
 ****************************************************/
.content-area {
  margin: 0 -25% 0 0;
  width: 100%;
}

.site-main:not(.no-sidebar) {
  float: left;
  width: 50%;
  /* Added a 10% gutter */
  overflow: hidden;
  margin: 0 0 0 250px;
  max-width: 1000px;
}

.site-content .widget-area {
  float: right;
  overflow: hidden;
  width: 25%;
  margin: 0 300px 0 0;
}

.site-footer {
  clear: both;
  width: 100%;
}

article {
  padding: 0 50px 0 50px;
}

/* 2000 (portrait and landscape) ----------- */
@media only screen and (min-width: 1679px) and (max-width: 2100px) {
	  .site-main:not(.no-sidebar) {
	  float: left;
	  width: 50%;
	  /* Added a 10% gutter */
	  overflow: hidden;
	  margin: 0 0 0 150px;
	  max-width: 1000px;
	}
	
	.site-content .widget-area {
	  float: right;
	  overflow: hidden;
	  width: 25%;
	  margin: 0 200px 0 0;
	}
}

/* 1680 (portrait and landscape) ----------- */
@media only screen and (min-width: 1349px) and (max-width: 1680px) {
	  .site-main:not(.no-sidebar) {
	  float: left;
	  width: 55%;
	  /* Added a 10% gutter */
	  overflow: hidden;
	  margin: 0 0 0 50px;
	}
	
	.site-content .widget-area {
	  float: right;
	  overflow: hidden;
	  width: 30%;
	  margin: 0 100px 0 0;
	}
}

/* 1300 (portrait and landscape) ----------- */
@media only screen and (min-width: 1025px) and (max-width: 1350px) {
	  .site-main:not(.no-sidebar) {
	  float: left;
	  width: 55%;
	  margin: 0 0 0 0;
	}
	
	.site-content .widget-area {
	  float: right;
	  overflow: hidden;
	  width: 35%;
	  margin: 0 50px 0 0;
	}
}


/* Tablets (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .content-area {
    margin: 0;
    width: 100%;
  }
  .site-main:not(.no-sidebar) {
    float: none;
    margin: 0;
    width: 100%;
  }
  .site-content .widget-area {
    display: none;
  }
  article {
    padding: 0 30px 0 30px;
  }
}

/* Smart phone ----------- */
@media only screen and (max-width: 767px) {
  .content-area {
    margin: 0;
    width: 100%;
  }
  .site-main:not(.no-sidebar) {
    float: none;
    margin: 0;
    width: 100%;
  }
  .site-content .widget-area {
    display: none;
  }
  article {
    padding: 0 20px 0 20px;
  }
}

/****************************************************
 *
 * Sidebar Phone &amp; Email
 *
 ****************************************************/
.call-us {
  color: #d8151f;
  font-size: 17pt;
  border-bottom: 1px solid #b8b5b3;
  padding: 5px 0px 0px 13px;
}

.email-us {
  border-bottom: 1px solid #b8b5b3;
  padding: 5px 0px 5px 13px;
}

.email-us a {
  color: #d8151f;
  font-size: 15pt;
  text-decoration: none;
}

/**********************************
*
* Contact Us
*
**********************************/
.widget-area a {
  text-decoration: none;
}

.contact-us {
  position: relative;
  text-align: left;
  width: 125px;
  height: 29px;
  background: #d8151f;
  color: white;
  margin-left: 0;
  padding: 3px 10px 3px 10px;
  font-size: 12pt;
  text-decoration: none;
  margin-bottom: 10px;
}

.contact-us a {
  text-decoration: none;
}

.contact-us::after {
  background-image: url("img/arrow_white_right.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  content: " ";
  position: absolute;
  right: 8px;
  top: 7px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/****************************************************
 *
 * News Ticker
 *
 ****************************************************/
.news-ticker {
  width: 100%;
  background-color: #d8151f;
  color: white;
  font-family: "Univers57-Condensed", sans-serif;
  font-size: 10pt;
  padding: 5px 50px;
  margin: 0px;
  text-transform: uppercase;
}

.news-ticker ul.news {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

.news-ticker ul.news li {
  display: none;
}

.news-ticker ul.news li a {
  color: white;
  text-decoration: none;
  text-transform: none;
}

/**********************************
*
* Contact, Phone, and Email
*
**********************************/
.mobile {
  display: none;
}

.contact-us.mobile {
  margin-left: 50px;
}

.call-us.mobile {
  border-bottom: none;
}

.email-us.mobile {
  border-bottom: none;
}

/* Tablets (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mobile {
    display: inline-block;
  }
  .contact-us.mobile {
    margin-left: 30px;
  }
}

/* Smart phone ----------- */
@media only screen and (max-width: 767px) {
  .mobile {
    display: inline-block;
  }
  .contact-us.mobile {
    margin-left: 20px;
  }
}

/****************************************************
*
* General
*
****************************************************/
.content-banner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.content-banner img.background {
  width: 100%;
  height: auto;
  z-index: -2;
  display: block;
}

.spacer {
  position: relative;
  min-height: 30px;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  /* margin: 1.5em 0 0; */
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/****************************************************
 *
 * Tertiary Page
 *
 ****************************************************/
.page-title-with-sub {
  font-family: "Univers57-Condensed", sans-serif;
  font-size: 24pt;
  margin-left: 48px;
  margin-right: 20px;
  float: left;
  color: #514a42;
  line-height: 1;
}

.page-title-sub {
  margin: 0px;
  font-size: 16pt;
  color: #d8151f;
  text-transform: uppercase;
}

/****************************************************
 *
 * Blog Page
 *
 ****************************************************/
.entry-header {
  padding-top: 20px;
}

.entry-content {
  font-family: "Univers57-Condensed", sans-serif;
  font-size: 14pt;
  color: #3c3c3c;
  padding: 0px;
  margin-bottom: 10px;
}

.entry-content p {
  padding: 10px 0;
}
.entry-content ul {
  list-style: disc;
  padding-left: 15px;
  margin: 10px 0 0 0;
}

.entry-content &gt; p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

.wp-block-image {
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.wp-block-image img {
    max-width:100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.page-title,
.page-title a {
  width: 100%;
  display: inline-block;
  font-family: "Univers57-Condensed", sans-serif;
  font-size: 18pt;
  line-height: 24pt;
  color: #d8151f;
  text-decoration: none;
  margin: 0 50px 0 50px;
  padding-right: 150px;
  
}

.page-title::after {
  padding: 5px 0px;
  margin-right: -100px;
  content: ' ';
  display: block;
  border-bottom: 1px solid #a8a5a1;
}

.with-sub {
  color: #514a42;
}

.page-sub-title {
  margin-left: 20px;
  display: inline-block;
  font-family: "Univers57-Condensed", sans-serif;
  font-size: 12pt;
  line-height: 17pt;
  color: #d8151f;
  text-transform: uppercase;
}

.post-title,
.post-title a {
  font-family: "Univers57-Condensed", sans-serif;
  font-size: 14pt;
  color: #d8151f;
  display: inline-block;
  text-decoration: none;
}

.post-date {
  font-family: "Univers57-Condensed", sans-serif;
  font-size: 14pt;
  color: #625c55;
  display: inline-block;
  margin-left: 20px;
}

.nav-previous {
  margin-top: 20px;
  margin-left: 50px;
  padding-left: 30px;
  background: url("img/arrow_red_down.png");
  background-position: left center;
  background-repeat: no-repeat;
}

.nav-previous a {
  text-transform: uppercase;
  text-decoration: none;
  color: #3c3c3c;
}

.nav-next {
  margin-top: 20px;
  margin-left: 50px;
  padding-left: 20px;
  background: url("img/arrow_red_up.png");
  background-position: left center;
  background-repeat: no-repeat;
}

.nav-next a {
  text-transform: uppercase;
  text-decoration: none;
  color: #3c3c3c;
}

/* Tablets (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-title,
  .page-title a {
    margin: 0 30px 0 30px;
  }
}

/* Smart phone ----------- */
@media only screen and (max-width: 767px) {
  .page-title,
  .page-title a {
    margin: 0 20px 0 20px;
  }
}

/****************************************************
 *
 * Front Page Template
 *
 ****************************************************/
.entry-header.basic {
  margin-left: 10%;
}

.entry-content.basic {
  font-family: "Univers57-Condensed", sans-serif;
  font-size: 14pt;
  color: #3c3c3c;
  margin-left: 10%;
  max-width: 100%;
}

.entry-footer.basic {
  margin-left: 10%;
}

/****************************************************
 *
 * Footer Section
 *
 ****************************************************/
.site-footer {
  display: block;
  background-color: #d8151f;
  padding: 75px 50px 75px 50px;
}

.site-footer a {
  text-decoration: none;
}

.site-footer .left-footer {
  float: left;
}

.site-footer .left-footer .call-us {
  display: inline-block;
  height: 29px;
  background-color: white;
  background-image: url("img/phone.png");
  background-repeat: no-repeat;
  background-size: 23px 18px;
  background-position: 5px 4px;
  padding: 2px 10px 2px 30px;
  color: #d8151f;
  font-family: "Univers57-Condensed", sans-serif;
  font-size: 12pt;
  margin: 0 10px 10px 0;
}

.site-footer .left-footer .footer-social-icons img {
  vertical-align: top;
  padding: 0 10px;
  height: 30px;
  width: auto;
}

.site-footer .left-footer address {
  margin: 0 0 0 0;
}

.site-footer .left-footer .site-description,
.site-footer .left-footer address &gt; a {
  display: block;
  font-family: "Univers57-Condensed", sans-serif;
  font-size: 10pt;
  text-decoration: none;
  color: #fff;
}

.site-footer .right-footer {
  float: right;
}

.site-footer .right-footer .copyright {
  margin-top: 50px;
  font-family: "Univers57-Condensed", sans-serif;
  font-size: 10pt;
  color: white;
}

/* Tablets (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .site-footer {
    padding: 50px 30px 50px 30px;
  }
}

/* Smart phone ----------- */
@media only screen and (max-width: 767px) {
  .site-footer {
    padding: 30px 20px 30px 20px;
  }
  .site-footer .right-footer {
    float: none;
    display: block;
    clear: both;
  }
  .site-footer .right-footer .copyright {
    margin-top: 0;
  }
}

/****************************************************
 *
 * Front-page Carousel
 *
 ****************************************************/
#soliloquy-container-40 &gt; div &gt; div.soliloquy-controls.soliloquy-has-controls-direction &gt; div &gt; a.soliloquy-prev {
  background: transparent url(img/homepage_main-image_arrow_left.png) no-repeat;
  background-size: 22px auto;
  margin-left: 10px;
  width: 30px;
  height: 36px;
  z-index: 500;
}

#soliloquy-container-40 &gt; div &gt; div.soliloquy-controls.soliloquy-has-controls-direction &gt; div &gt; a.soliloquy-next {
  background: transparent url(img/homepage_main-image_arrow_right.png) no-repeat;
  background-size: 22px auto;
  margin-right: 10px;
  width: 30px;
  height: 36px;
  z-index: 500;
}
#soliloquy-container-355 &gt; div &gt; div.soliloquy-controls.soliloquy-has-controls-direction &gt; div &gt; a.soliloquy-prev {
  background: transparent url(img/homepage_main-image_arrow_left.png) no-repeat;
  background-size: 22px auto;
  margin-left: 10px;
  width: 30px;
  height: 36px;
  z-index: 500;
}

#soliloquy-container-355 &gt; div &gt; div.soliloquy-controls.soliloquy-has-controls-direction &gt; div &gt; a.soliloquy-next {
  background: transparent url(img/homepage_main-image_arrow_right.png) no-repeat;
  background-size: 22px auto;
  margin-right: 10px;
  width: 30px;
  height: 36px;
  z-index: 500;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}


.wp-image-223{
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
</pre></body></html>