/*
Website Name: TriStar Electric
Copyright 2017
Adventure Web Interactive
*/

/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Fonts - $$fonts
 * ----------------------------------------------------- *
\* ===================================================== */

@font-face {
  font-family: 'PT Sans';
  font-weight: 400;
  font-style: normal;
font-display: swap;
  src: url('../fonts/pts55f-webfont.woff2') format('woff2'), url('../fonts/pts55f-webfont.woff') format('woff');
}

@font-face {
  font-family: 'PT Sans 2';
  font-weight: 700;
  font-style: normal;
font-display: swap;
  src: url('../fonts/pts75f-webfont.woff2') format('woff2'), url('../fonts/pts75f-webfont.woff') format('woff');
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Normalize - $$normalize
 * ----------------------------------------------------- *
\* ===================================================== */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;

  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
}

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

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

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}



.page-child article, aside {
    float: left;
    width: 100%;
}

a {
  background-color: transparent;

  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
          text-decoration: underline;
          text-decoration: underline dotted;
  border-bottom: none;

  -webkit-text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: .75em;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

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

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

textarea {
  overflow: auto;
}

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

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

[type='search'] {
  outline-offset: -2px;

  -webkit-appearance: textfield;
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  font: inherit;

  -webkit-appearance: button;
}

::-moz-selection {
  color: rgb(129, 109, 3);
  text-shadow: none;
  background: rgb(254, 246, 208);
}

::selection {
  color: rgb(129, 109, 3);
  text-shadow: none;
  background: rgb(254, 246, 208);
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Type - $$type
 * ----------------------------------------------------- *
\* ===================================================== */

html {
  font-family: sans-serif;
  font-size: 18px;

  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  font: 100%/1.5 Arial, Helvetica, sans-serif;
  color: #000;
  background: #fff;
}

.pt-sans-font-loaded body {
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}

p,
h1,
h2,
h3,
h4,
.alpha,
.beta,
.gamma,
.delta,
form,
table,
hr,
pre,
blockquote {
  margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
.alpha,
.beta,
.gamma,
.delta {
  margin-top: 40px;
  line-height: 1.2;
}

h1,
.alpha {
  font-size: 2.25em;
}

h2,
.beta {
  font-size: 1.889em;
}

h3,
.gamma {
  font-size: 1.556em;
}

h4,
.delta {
  font-size: 1.125em;
}

h5 {
  font-size: .875em;
}

h6 {
  font-size: .75em;
}

ul,
ol,
dl,
menu {
  padding: 0;
  margin: 0 0 20px 40px;
}

a {
  color: #d09e15;
  text-decoration: none;
}

a:focus,
a:active,
a:hover {
  text-decoration: underline;
  outline: 0;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  border: 0;
}

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

hr {
  display: block;
  height: 1px;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

small,
sub,
sup {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  vertical-align: top;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}

blockquote {
  padding: 20px;
  color: #D7B505;
  border-left: 8px solid;
}

@media screen and (max-width: 767px) {
  blockquote {
    padding: 15px;
  }
}

@media screen and (max-width: 567px) {
  html {
    font-size: 1rem;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Tools - $$tools
 * ----------------------------------------------------- *
\* ===================================================== */

.hidden,
.tablet-view,
.mobile-view {
  display: none !important;
  visibility: hidden;
}

.desktop-view {
  display: block !important;
  visibility: visible;
}

.clearfix::after,
.container::after {
  content: '';
  display: block;
  clear: both;
}

.browserupgrade {
  padding: 5px 0;
  color: #000;
  text-align: center;
  background: #ccc;
}

[style*='background-image'] {
  background-position: center;
  background-size: cover;
}

.inlineblock-fix {
  font-size: 0;
}

.inlineblock-reset {
  font-size: 1rem;
}

:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:first-child {
  margin-top: 0;
}

:last-child {
  margin-bottom: 0;
}

.list--unstyled {
  margin: 0;
  list-style: none;
}

.skip-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 0;
  line-height: 32px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  background: rgba(215, 181, 5, .75);
}

.skip-nav:focus {
  height: 32px;
  text-decoration: none;
  outline: 1px dotted #000;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;

  fill: currentColor;
  stroke: currentColor;
  stroke-width: 0;
}

.icon-phone,
.icon-feed {
  width: .7861328125em;
}

.icon-linkedin {
  width: .857421875em;
}

.icon-pinterest {
  width: .7138671875em;
}

.icon-youtube {
  width: .857421875em;
}

.icon-houzz {
  width: .5712890625em;
}

.icon-instagram {
  width: .857421875em;
}

.icon-google-plus {
  width: 1.2861328125em;
}

.icon-twitter {
  width: .9287109375em;
}

.icon-facebook {
  width: .587890625em;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Forms - $$forms
 * ----------------------------------------------------- *
\* ===================================================== */

legend {
  white-space: normal;

  *margin-left: -7px;
}

label {
  display: block;
  margin: 0 0 4px;
}

input,
textarea,
select,
button,
.button {
  width: 100%;
  height: 42px;
  padding: 0 10px;
  font: inherit;
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #f9d416;
  outline: 0;
}

input,
textarea {
  -webkit-appearance: none;
}

select {
  padding: 0 0 0 5px;
}

textarea {
  height: 120px;
  padding: 10px;
  vertical-align: top;
  overflow: auto;
  resize: vertical;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
  cursor: pointer;

  *overflow: visible;
  -webkit-appearance: button;
}

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

input[type='radio'],
input[type='checkbox'] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 4px 0 0;
  border: none;
}

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

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

input[type='file'] {
  height: auto;
  height: 32px\9;
  background: none;
  background: #fff\9;
  border: none;
  border: 1px solid #ccc\9;
}

input[type='file']::-ms-value {
  background: #fff;
  border: none;
}

input[type='search'] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;

  -webkit-appearance: textfield;
}

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

button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
  width: auto;
  height: auto;
  padding: .5em 1.25em;
  font-weight: bold;
  line-height: 1.2;
  color: #d09e15;
  text-transform: uppercase;
  cursor: pointer;
  background: #f9d416;
  background-color: #0b2a4a;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 1px 2px 21px 0 rgba(0, 0, 0, .65);
          box-shadow: 1px 2px 21px 0 rgba(0, 0, 0, .65);

  -webkit-appearance: none;
}

.button {
  display: inline-block;
  text-align: center;
}

button:hover,
html input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.button:hover {
  text-decoration: none;
  -webkit-transition: .3s ease all;
       -o-transition: .3s ease all;
          transition: .3s ease all;
  background: rgba(0, 0, 0, .8);
}

button:focus,
html input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
.button:focus {
  text-decoration: none;
}

button:active,
html input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active,
.button:active {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

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

form .list--unstyled {
  margin: 0 -6px;
}

form .list--unstyled li {
  margin: 12px 6px;
}

.list--unstyled .form-field--half {
  float: left;
  width: calc(50% - 12px);
  margin: 6px;
}

.list--unstyled .form-field--third {
  float: left;
  width: calc(33.3333% - 12px);
  margin: 6px;
}

form .list--unstyled li:first-child,
form .list--unstyled .form-field--half:first-child,
form .list--unstyled .form-field--half:first-child + .form-field--half,
form .list--unstyled .form-field--third:first-child,
form .list--unstyled .form-field--third:first-child + .form-field--third,
form .list--unstyled .form-field--third:first-child + .form-field--third + .form-field--third {
  margin-top: 0;
}

form .list--unstyled li:last-child,
form .list--unstyled .form-field--half:last-child,
form .list--unstyled li:not(.form-field--half) + .form-field--half:nth-last-child(2),
form .list--unstyled .form-field--third:last-child,
form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3),
form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3) + .form-field--third:nth-last-child(2) {
  margin-bottom: 0;
}

.form-field--half + li:not(.form-field--half):not(.form-field--third),
.form-field--third + li:not(.form-field--half):not(.form-field--third) {
  padding-top: 6px;
  margin-top: 0;
  clear: both;
}

li:not(.form-field--half):not(.form-field--third) + .form-field--half,
li:not(.form-field--half):not(.form-field--third) + .form-field--half + .form-field--half,
li:not(.form-field--half):not(.form-field--third) + .form-field--third,
li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third,
li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third + .form-field--third {
  margin-top: 0;
}

@media screen and (max-width: 567px) {
  .list--unstyled .form-field--half,
  .list--unstyled .form-field--third {
    float: none;
    width: auto;
    margin: 12px 6px;
  }

  .form-field--half + li:not(.form-field--half):not(.form-field--third),
  .form-field--third + li:not(.form-field--half):not(.form-field--third) {
    padding-top: 0;
    margin-top: 12px;
  }

  form .list--unstyled .form-field--half:first-child + .form-field--half,
  form .list--unstyled .form-field--third:first-child + .form-field--third,
  form .list--unstyled .form-field--third:first-child + .form-field--third + .form-field--third,
  li:not(.form-field--half):not(.form-field--third) + .form-field--half,
  li:not(.form-field--half):not(.form-field--third) + .form-field--half + .form-field--half,
  li:not(.form-field--half):not(.form-field--third) + .form-field--third,
  li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third,
  li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third + .form-field--third {
    margin-top: 12px;
  }

  form .list--unstyled li:not(.form-field--half) + .form-field--half:nth-last-child(2),
  form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3),
  form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3) + .form-field--third:nth-last-child(2) {
    margin-bottom: 12px;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Structure - $$structure
 * ----------------------------------------------------- *
\* ===================================================== */

.container {
  max-width: 1200px;
  padding-right: 30px;
  padding-left: 30px;
  margin: 0 auto;
}

.full-width {
  float: none;
  width: 100%;
  max-width: 54em;
  margin: 0 auto;
}

.form-list {
  max-width: 500px;
  margin: 0;
  list-style: none;
}

.form-list li {
  margin: 10px 0 0;
}

.form-list li:first-child {
  margin: 0;
}

@media screen and (max-width: 1023px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Header - $$header
 * ----------------------------------------------------- *
\* ===================================================== */

.announcement-bar{
  display: none;
  position: static;
  top: 0;
  left: 0;
  height: 181px;
  line-height: 39px;
  width: 100%;
  background: #f9d416;
  text-align: center;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 30px 0 0 0;
}

.announcement-bar p {
  padding: 0;
  margin: 0;
}

.announcement-bar p a {
  font-weight: bold;
  color: #2461bc;
}

.header {
  padding: 20px 0;
  color: #fff;
  background: #0b2a4a;
  /*background: #262d3d;*/
  /*background: #24769c;*/
  
}

.header-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}

.header-column:first-child {
	flex: 5%;
}

.header-column:last-child {
	flex: 5%;
	margin-top: 30px;
}

.header-column:last-child a {
	font-size: 18px;
}

.header-column {
	flex: 5%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-right: 10px;
}

.header-column a {
	color: #fff;
	font-size: 24px;
}

.header-buttons {
	display: flex;
	flex-direction: row; 
	flex-wrap: wrap;
	width: 100%;
	margin-left: 0;
}

.header-buttons li {
	flex: -1%;
    list-style: none;
    display: inline-block;
    text-align: center;
	margin-bottom: 35px;
}

.header-buttons span {
	background: #fff;
	color: #000;
	font-weight: 700;
	border-radius: 8px;
	margin-bottom: 10px;
	margin-right: 4px;
	padding: 10px;
}

.logo-wrap {
  float: left;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.logo-wrap span {
  font-size: 14px;
}

.logo-wrap p {
	font-size: 14px;
  margin: -10px 0 0;
}

.header .header-info {
  float: right;
  margin: 0;
  font-size: 28px;
  color: #fff;
  text-align: right;
}

.header .header-info span {
  display: block;
  padding: 10px;
}

.header-info img {
  float: left;
  padding-right: 10px;
}

.header-info a {
  color: #fff;
}

.header .header-info a[href^=tel]:hover {
  text-decoration: none;
}

.social-media {
  float: right;
  margin-top: 35px;
  margin-right: 10px;
}

.social-media li {
  float: left;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0 5px;
  background-color: #f9d416;
  border-radius: 3px;
}

.social-media li a{
  width: 50px;
  height: 50px;
  display: block;
  padding:3px;
}
.social-media li svg {
  width: 46px;
  height: 30px;

  fill: #24769c;
}

@media screen and (max-width: 1023px) {
  .header {
    padding: 10px 0;
  }

  .header .logo-wrap,
  .header .header-info {
    float: none;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
  }

  .logo-wrap p {
    margin-bottom: 10px;
    line-height: 1;
  }

  .header .header-info span,
  .header-info img {
    display: none;
  }
}


@media screen and (max-width: 1000px){
  .header{
    
  }
  .announcement-bar{
    height: 226px;
  }
}

@media screen and (max-width: 700px){
  .header{
  }
  .announcement-bar{
    height: 265px;
  }
}

@media screen and (max-width: 567px){
	.header-column {
		flex: 100%;
		margin: 15px 6px 0 6px;
	}
}

@media screen and (max-width: 548px){
  .header{
  }
  .announcement-bar{
    height: 348px;
  }
}

@media screen and (max-width: 410px){
  .header{
  }
  .announcement-bar{
    height: 392px;
  }
}
/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Nav - $$nav
 * ----------------------------------------------------- *
\* ===================================================== */

.nav {
  position: relative;
  z-index: 99;
  background: #181e2c;
}

.nav .container {
  padding: 0;
}

.awiNav__trigger,
.awiNav-wrap .awiNav__close,
.awiNav-wrap .awiNav__togglesub,
.awiNav-cover {
  display: none;
}

.awiNav {
  position: relative;
  z-index: 200;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: center;
  list-style: none;
}

.awiNav.collapsable {
  white-space: nowrap;
}

.awiNav li {
  position: relative;
  margin: 0;
}

.awiNav > li {
  display: inline-block;
  height: 50px;
  font-size: 1rem;
  line-height: 50px;
}

.awiNav a {
  display: block;
  padding: 0 12px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
}

.awiNav a:hover {
  color: #d09e15;
}

.awiNav ul {
  /*position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  display: none;
  padding: .5em 0;
  margin: 0;
  line-height: 1;
  list-style: none;
  background: #000;*/
  line-height: 1;
	position: absolute;
	top: 82%;
	left: -300px;
	display: none;
	margin: 0;
	padding: .5em 0;
	list-style: none;
	background: #000;
	text-align: left;
	-moz-column-count: 2;
	-moz-column-gap: 60px;
	-webkit-column-count: 2;
	-webkit-column-gap: 60px;
	column-count: 2;
	column-gap: 30px;
	max-width: 2400px;
}

.awiNav > li:last-child ul {
  right: 0;
  left: auto;
}

.awiNav ul ul {
  top: -.5em;
  right: auto;
  left: 100%;
}

.awiNav > li:last-child ul ul {
  right: 100%;
  left: auto;
}

.awiNav ul a {
  padding-top: .5em;
  padding-bottom: .5em;
  color: #fff;
}

.awiNav ul .view-all a{
  color: orange;
}

.awiNav ul .view-all a:hover{
  color: #dab571;
}

@media screen and (min-width: 901px) {
  .nav {
    border-top: 1px solid #d09e15;
    border-bottom: 1px solid #d09e15;
    -webkit-box-shadow: 1px 2px 21px 0 rgba(0, 0, 0, .65);
            box-shadow: 1px 2px 21px 0 rgba(0, 0, 0, .65);
  }

  .awiNav li:hover > ul {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .awiNav a {
    padding: 0 8px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1023px) {
  .awiNav a {
    font-size: 14px;
    /*padding: 0 5px;*/
  }
}

@media screen and (max-width: 900px) {
  .awiNav-cover {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: calc(100vh + 200px);
    background: rgba(0, 0, 0, .6);
  }

  .awiNav-cover,
  .awiNav__trigger {
    width: 100%;
    cursor: pointer;
  }

  .awiNav__trigger {
    position: relative;
    display: block;
    height: 50px;
    padding: 0;
    margin: 0;
    line-height: 0;
    background: #000;
    border: 0;
    border-radius: 0;
    outline: 0;
  }

  .awiNav__trigger:hover {
    background: rgba(255, 255, 255, .2);
  }

  .awiNav__trigger:active {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .awiNav__trigger span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 4px;
    margin: -2px 0 0 -20px;
    background: #fff;
    border-radius: 2px / 50%;
    -webkit-box-shadow: 0 -8px 0 #fff, 0 8px 0 #fff;
            box-shadow: 0 -8px 0 #fff, 0 8px 0 #fff;
  }

  .awiNav-wrap {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 999999;
    width: calc(100% - 45px);
    max-width: 320px;
    height: calc(100vh + 200px);
    padding-bottom: 200px;
    -webkit-transition: -webkit-transform .3s ease-out;
         -o-transition:         transform .3s ease-out;
            transition: -webkit-transform .3s ease-out;
            transition:         transform .3s ease-out;
            transition:         transform .3s ease-out, -webkit-transform .3s ease-out;
    background: #000;
  }

  .awiNav-wrap.nav-shown {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  .awiNav-wrap .awiNav__close {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    padding-left: 50px;
    font-size: .9rem;
    font-weight: 700;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    background: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
  }

  .awiNav-wrap .awiNav__close:hover,
  .awiNav a:hover {
    color: #fff;
    background: rgba(255, 255, 255, .2);
  }

  .awiNav-wrap .awiNav__close:active {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .awiNav__close span {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 3px;
    -webkit-transform: rotate(45deg) translateX(4px);
        -ms-transform: rotate(45deg) translateX(4px);
            transform: rotate(45deg) translateX(4px);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    background: #fff;
    border-radius: 2px;
  }

  .awiNav__close span ~ span {
    -webkit-transform: rotate(-45deg) translateX(-4px);
        -ms-transform: rotate(-45deg) translateX(-4px);
            transform: rotate(-45deg) translateX(-4px);
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
  }

  .awiNav {
    width: 100%;
    max-height: calc(100% - 45px);
    text-align: left;
    overflow-y: auto;
  }

  .awiNav.nav-hidden,
  .awiNav .nav-hidden {
    display: none;
  }

  .awiNav.nav-shown,
  .awiNav .nav-shown {
    display: block;
  }

  .awiNav li,
  .awiNav > li {
    display: block;
    width: 100%;
    height: auto;
    font-size: 0;
    line-height: 1.2;
    border-bottom: 1px dotted rgba(255, 255, 255, .1);
  }

  .awiNav__links {
    position: relative;
  }

  .awiNav a,
  .awiNav ul a {
    display: block;
    padding: calc(22.5px - .6rem) 15px;
    font-size: 1rem;
    color: #fff;
    white-space: normal;
  }

  .awiNav .awiNav__links > a {
    display: inline-block;
    width: calc(100% - 45px);
    vertical-align: middle;
  }

  .awiNav-wrap .awiNav .awiNav__togglesub {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 45px;
    height: 100%;
    font-size: 0;
    vertical-align: middle;
    text-indent: -9999px;
    background: rgba(255, 255, 255, .1);
  }

  .awiNav-wrap .awiNav__togglesub.nav-hidden {
    display: none;
  }

  .awiNav__togglesub::before {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    -webkit-transition: -webkit-transform .3s ease-out;
         -o-transition:         transform .3s ease-out;
            transition: -webkit-transform .3s ease-out;
            transition:         transform .3s ease-out;
            transition:         transform .3s ease-out, -webkit-transform .3s ease-out;
    border-width: 10px 5px 0 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }

  .sub-shown > .awiNav__links > .awiNav__togglesub::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .awiNav ul {
    position: static;
    padding: 0;
    background: rgba(255, 255, 255, .1);
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Banner - $$banner
 * ----------------------------------------------------- *
\* ===================================================== */

.banner {
  position: relative;
  /*height: 890px; - when holiday banner is used */
  height: 650px; /*- normal banner */
   /*height: 875px;*/
}

.interior-banner {
  height: 500px;
}

.banner-content {
  bottom: 50px;
  padding: 20px 30px 20px 10%;
  background-color: rgba(255, 255, 255, .85);
  display:block;
}

.banner-content,
.banner h2 {
  position: absolute;
  left: 0;
  -webkit-box-shadow: 1px 2px 21px 0 rgba(0, 0, 0, .65);
          box-shadow: 1px 2px 21px 0 rgba(0, 0, 0, .65);
  z-index: 3;
}

.banner h2 {
  bottom: 0;
  width: 100%;
  /*height: 50px;*/
  padding: 5px;
  color: #fff;
  text-align: center;
  background-color: #000;
  margin: 0;
}

.banner h2 span {
  color: #f9d416;
}

.banner .slides,
.banner .slides li,
.slide {
  height:100%;
}
@media screen and (max-width: 1655px) {
    .banner {
    height: 600px;
  }
}
@media screen and (max-width: 1384px) {
    .banner {
    height: 500px;
  }
}

@media screen and (max-width: 1023px) {
  .banner {
    height: 400px;
  }

  .interior-banner {
    height: 400px;
  }

  .banner h2 {
    padding: 10px 5px;
    font-size: 24px;
  }
}

@media screen and (max-width: 900px) {
  .banner-content {
    display: none;
  }

  .banner h2 {
    height: auto;
  }
}
@media screen and (max-width: 829px) {
    .banner {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {

  .interior-banner {
    height: 300px;
  }


}

@media screen and (max-width: 620px) {
  .banner {
    height: 200px;
  }
}
@media screen and (max-width: 400px) {
  .banner {
    height: 200px;
  }

  .banner h2 {
    font-size: 18px;
  }

  .interior-banner {
    height: 200px;
  }
}

/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Services - $$services
 * ----------------------------------------------------- *
\* ===================================================== */

.services {
  padding-top: 30px;
  padding-bottom: 30px;
}

.service-banner {
  position: relative;
  height: 700px;
  background-position-y: 0;
}

.service-banner h2 {
  top: 0;
  padding: 5px;
  color: #d09e15;
  text-align: center;
  -webkit-box-shadow: 1px 2px 21px 0 rgba(0, 0, 0, .65);
          box-shadow: 1px 2px 21px 0 rgba(0, 0, 0, .65);
}

.service-banner h2,
.service-banner:after {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #0b2a4a;
}

.service-banner:after {
  content: '';
  bottom: 0;
  z-index: 2;
  height: 55px;
  border-top: 5px solid #d09e15;
}

.services .title-services{
  position: absolute;
  content: '';
  width: 100%;
  bottom: 106px;
  background: #000;
  color: #f9d416;
}


.services ul {
  position: relative;
  z-index: 3;
  margin: -50px -10px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.services ul li {
  /* float: left; */
  width: 20%;
  padding: 0 10px;
  position: relative;
  min-height: 460px;
}

.services h3 {
  height: 50px;
  padding: 10px 0;
  margin: 0;
  font-size: 22px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.services img {
  margin: 10px auto;
}

.services p {
  margin: -11px 0 20px;
  font-size: 14px;
}

.services a:hover {
  text-decoration: none;
}

.services .button {
  width: calc(100% - 10px);
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
}

@media screen and (max-width: 1200px) {
  .service-banner {
    height: 600px;
  }

  .services h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .services {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .service-banner {
    height: 500px;
  }

  .service-banner:after {
    display: none;
  }

  .services .title-services{
    bottom: 49px;
  }

  .services ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 0;
    margin: 0 -10px;

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

  .services ul li {
    width: 33.333%;
    padding: 10px;
    min-height: 450px;
  }

  .services h3 {
    height: auto;
    padding: 0;
    font-size: 24px;
    color: #000;
  }
}

@media screen and (max-width: 767px) {
  .services {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-banner {
    height: 350px;
  }
  .services .title-services{

  }
  .services .title-services h2{
    font-size: 30px;
  }
  .services ul {
    margin: 0;
  }

  .services ul li {
    float: none;
    width: 100%;
    max-width: 400px;
    padding: 0;
    margin: 30px auto 0;
    text-align: center;
  }
  .services .button{
    position: relative;
  }

  .services ul li:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 567px) {
  .services {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .services .title-services{
    bottom: 32%;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Main - $$main
 * ----------------------------------------------------- *
\* ===================================================== */

main {
  padding-top: 50px;
  padding-bottom: 50px;
}

article,
aside {
  float: left;
  width: calc(100% - 330px);
}

.home-content h1 {
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
}

.home-content-text,
.home-content-video {
  float: left;
  width: 50%;
  padding: 0 5px;
}

.home-content-video iframe {
  width: 100%;
  height: auto;
  min-height: 315px;
  padding-left: 20px;
}

.generator-promo{
  text-align: center;
  background: #000000;
  max-width: 850px;
  margin: 0 auto;
  padding: 30px;
  border-top: 5px solid #f9d416;
  -webkit-box-shadow: 6px 6px 17px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 6px 6px 17px 0px rgba(0,0,0,0.75);

}

.ev-charger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 30px;
}

.ev-charger .ev-charger-image {
	float: left;
	width: 50%;
	min-height: 500px;
}

.ev-charger .ev-charger-content {
	float: left;
	width: 50%;
	padding: 120px 120px 90px 120px;
	background: #24769c;
	color: #fff;
	position: relative;
}

.ev-charger .ev-charger-content:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 20px;
    border-style: solid;
    border-color: transparent #24769c transparent transparent;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.ev-charger .ev-charger-content h2 {
	display: inline-block;
	margin: 0 0 30px;
	padding: 5px 0 5px 20px;
	color: #fff;
	border-left: 4px solid #fff;
}

.ev-charger-badges {
	display: flex;
	flex-direction: row; 
	flex-wrap: wrap;
	width: 100%;
	margin-left: 0;
}

.ev-charger-badges li {
	flex: 30%;
	list-style: none;
	display: inline-block;
	height: 120px;
	text-align: center;
	margin-bottom: 35px;
}

.our-services,
.what-people-are-saying,
.special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  overflow: hidden;

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

.our-services .our-services-img,
.our-services .content,
.what-people-are-saying .what-people-are-saying-img,
.what-people-are-saying .content,
.special .special-left,
.special .content {
  float: left;
  width: 50%;
}

.our-services .our-services-img,
.what-people-are-saying .what-people-are-saying-img {
  min-height: 400px;
}

.special .special-left {
  /*padding: 0 30px;*/
  /*text-align: right;*/
  background-color: #cecece;
}

.special .special-left p,
.special .special-left a {
  margin: 10px 0;
  font-size: 35px;
  font-weight: bold;
  color: #000;
}

.special .special-left a:hover {
  color: #d7b505;
  text-decoration: none;
  -webkit-transition: .3s ease all;
       -o-transition: .3s ease all;
          transition: .3s ease all;
}
p.phone, .special .special-right a {
  margin: 10px 0;
  font-size: 35px;
  font-weight: bold;
  color: #000;
}

.special .special-right a:hover {
  color: #d7b505;
  text-decoration: none;
  -webkit-transition: .3s ease all;
       -o-transition: .3s ease all;
          transition: .3s ease all;
}

.our-services .inner-content,
.what-people-are-saying .inner-content,
.special .inner-content {
  max-width: 600px;
  padding: 20px 5px 20px 20px;
}

.what-people-are-saying .inner-content {
  float: right;
  padding: 20px 20px 20px 5px;
  text-align: center;
}

.our-services h2,
.what-people-are-saying h2,
.special h2 {
  position: relative;
  max-width: 600px;
  padding: 20px 30px;
  font-family: "Times New Roman", Times, serif;
  font-size: 56px;
  color: #d09e15;
  text-align: center;
/*  background-color: #000;
  border-top: 5px solid #f9d416;
  -webkit-box-shadow: 1px 2px 21px 0 rgba(0, 0, 0, .65);
          box-shadow: 1px 2px 21px 0 rgba(0, 0, 0, .65);*/
}

.what-people-are-saying h2 {
  float: right;
  font-size: 46px;
}

.our-services h2:after,
.what-people-are-saying h2:after,
.special h2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #0b2a4a;
  border-top: 5px solid #d09e15;
  -webkit-box-shadow: 1px 2px 21px 0 rgba(0, 0, 0, .65);
          box-shadow: 1px 2px 21px 0 rgba(0, 0, 0, .65);
          z-index: -1;
}

.what-people-are-saying h2:after {
  right: 0;
  left: auto;
}

.our-services .content ul {
  max-width: 600px;
  margin: 0 auto;
  text-align: left !important;

  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.our-services .content ul li {
  margin: 0 0 10px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
}

.our-services .content ul li a {
  color: #000;
}

.our-services .content ul li a:hover,
.our-services .content ul li a:focus {
  color: #d7b505;
  text-decoration: none;
  -webkit-transition: .3s ease all;
       -o-transition: .3s ease all;
          transition: .3s ease all;
}

.what-people-are-saying h3 {
  font-size: 44px;
}

.what-people-are-saying p {
  font-size: 16px;
  line-height: 1.2;
}

.generator-maintenance-plans-wrapper,
.generator-financing-plans-wrapper,
.generator-application-process-steps-wrapper {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	flex-wrap: wrap;
}

.generator-maintenance-plan-box,
.generator-financing-plan-box {
	flex: 48%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #f1f1f1;
	border: 1px solid #ccc;
  	padding: 20px;
	margin: 16px 6px;
}

.generator-application-process-steps-box {
	flex: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #f1f1f1;
	border: 1px solid #ccc;
  	padding: 20px;
	margin: 16px 6px;
}

#wpsm_accordion_7041 .ac_title_class,
#wpsm_accordion_7041 .wpsm_panel-body {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif !important;
}

.columns {
	-moz-column-count: 2;
	-moz-column-gap: 60px;
	-webkit-column-count: 2;
	-webkit-column-gap: 60px;
	column-count: 2;
	column-gap: 60px;
}

.callout-box {
	background: #f1f1f1;
	border: 1px solid #ccc;
	padding: 40px;
	margin-top: 60px;
}

.center-button {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 35px 0 35px 0;
}

.maintenance-contract-button {
	font-size: 26px;
}

@media screen and (max-width: 1120px){
  .special{
    flex-wrap: wrap;
  }
  .special .content {
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .special .special-left {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: none;

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

  .special .special-left p,
  .special .special-left a {
    font-size: 24px;
  }
  .special h2 {
    float: none;
    max-width: none;
    font-size: 40px;
  }
  .special .inner-content {
    float: none;
    max-width: none;
    padding: 10px;
  }
}
@media screen and (max-width: 1023px) {
  main {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .our-services,
  .what-people-are-saying {
    display: block;
  }

  .our-services .content,
  .what-people-are-saying .content{
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .our-services .our-services-img,
  .what-people-are-saying .what-people-are-saying-img {
    display: none;
  }

 

  
  .our-services h2,
  .what-people-are-saying h2{
    float: none;
    max-width: none;
    font-size: 40px;
  }

  .our-services .inner-content,
  .what-people-are-saying .inner-content{
    float: none;
    max-width: none;
    padding: 10px;
  }

  .what-people-are-saying h3 {
    font-size: 30px;
  }

  .our-services .content ul {
    text-align: center !important;

    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  article {
    float: none;
    width: 100%;
  }

  .home-content h1 {
    font-size: 40px;
  }

  .home-content-text,
  .home-content-video {
    float: none;
    display: block;
    width: 100%;
    padding: 0 0 20px;
    text-align: center;
  }

  .home-content-video iframe {
    width: 100%;
    height: auto;
    min-height: 315px;
    padding-left: 0;
  }
  
  .ev-charger {
		display: inline-block;
		margin-top: 30px;
	}

	.ev-charger .ev-charger-image {
		width: 100%;
		min-height: 300px;
	}

	.ev-charger .ev-charger-content {
		width: 100%;
		text-align: center;
		margin-bottom: -6px;
		padding: 30px 10px;
	}

	.ev-charger .ev-charger-content h2 {
		margin: 0 0 20px;
		padding: 0;
		border-left: none;
	}
}

@media screen and (max-width: 567px) {
  main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .special-left{
    padding-top: 0 !important;
  }
  .special-left img{
    max-height: 100%;
    max-width: 350px !important;
  }
  .electric-ev-charger .electric-ev-charger-image {
		min-height: 250px;
	}
	
	.ev-charger-badges li,
	.generator-maintenance-plan-box,
	.generator-financing-plan-box,
	.generator-application-process-steps-box{
		flex: 100%;
		margin: 15px 6px 0 6px;
	}
	
	.columns {
		-moz-column-count: 1;
		-moz-column-gap: 60px;
		-webkit-column-count: 1;
		-webkit-column-gap: 60px;
		column-count: 1;
		column-gap: 60px;
	}
}


@media screen and (max-width: 406px) {
  .special-left img{
    max-width: 250px !important;
  } 
}
/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Sidebar - $$sidebar
 * ----------------------------------------------------- *
\* ===================================================== */

aside {
  width: 330px;
  padding: 0 0 0 30px;
}

.sidebar {
  margin-bottom: 30px;
}

.sidebar--dynamic {
  padding-left: 20px;
  border-left: 8px solid #d7b505;
}

.sidebar--dynamic ul {
  margin-left: 0;
  list-style: none;
}

.sidebar--dynamic > ul > li {
  margin: 0 0 30px;
}

.sidebar--dynamic ul ul li {
  margin: 0 0 20px;
  line-height: 1.2;
}

.sidebar--dynamic li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  aside {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  aside {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .sidebar {
    padding: 15px;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Footer - $$footer
 * ----------------------------------------------------- *
\* ===================================================== */

.footer {
  /* padding: 20px 0; */
}

.footer h2 {
  padding: 10px;
  color: #fff;
  text-align: center;
  background-color: #181e2c;
  -webkit-box-shadow: 1px 2px 21px 0 rgba(0, 0, 0, .65);
          box-shadow: 1px 2px 21px 0 rgba(0, 0, 0, .65);
}

.footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 50px;
  text-align: center;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .footer-service-areas{
  text-align: right;
  display: block;
}
.footer .footer-service-areas a{
  font-size: 20px;
}

.footer .links li {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
  list-style: none;
}

.footer address,
.footer .contact {
  float: left;
  width: 50%;
  padding: 0 10px;
  border: 3px solid #000;
  border-radius: 18px; 
}

.footer .links {
  float: right;
  width: 50%;
  /*padding: 0 10px;*/
}

.bottom-navigation-links-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	flex-wrap: wrap;
	border: 3px solid #000;
	border-radius: 18px;
}

.bottom-navigation-links-column {
	flex: 48%;
	padding: 20px;	
}

.columns {
	-moz-column-count: 3;
	-moz-column-gap: 60px;
	-webkit-column-count: 3;
	-webkit-column-gap: 60px;
	column-count: 3;
	column-gap: 60px;
}

.footer address img,
.footer .contact h3 {
  font-size: 34px;
  text-align: center;
}

.footer address .address,
.footer address .phones,
.footer address .emails {
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
  font-style: normal;
  vertical-align: top;
}

.footer address iframe {
  width: calc(100% - 20px);
}

.footer form input[type='submit'] {
  width: 250px;
  height: 50px;
  font-size: 23px;
}

.footer a,
.copyright a,
.copyright p {
  color: #000;
}
.footer a{
  font-size:24px;
  display: inline-block;
  margin:10px 0;
}
.copyright p {
  padding: 10px 0;
  font-size: .625rem;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer-contact-container{
    width: 90% !important;
  }
  .inner-footer{
    display: flex;
    flex-wrap: wrap;
  }
  .footer .links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    order: 3;
  }
  .footer address{
    order: 1;
  }
  .footer address,
  .footer .contact {
    float: none;
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
  }

  .footer address .address,
  .footer address .phones,
  .footer address .emails {
    display: block;
    padding: 0;
    margin-bottom: 10px;
  }
  .footer .footer-service-areas{
    width: 100% !important;
    text-align: center;
    order: 2;
  }
  .footer .footer-service-areas a{
    font-size: 24px;
  }
}

@media screen and (max-width: 567px) {
  .footer .links {
    
  }
  .footer .footer-service-areas{
    display: block !important
  }
  .bottom-navigation-links-column {
	flex: 100%;
	margin: 15px 6px 0 6px;
  }
  .columns {
	-moz-column-count: 1;
	-moz-column-gap: 60px;
	-webkit-column-count: 1;
	-webkit-column-gap: 60px;
	column-count: 1;
	column-gap: 60px;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  WPCF7 - $$wpcf7
 * ----------------------------------------------------- *
\* ===================================================== */

.wpcf7-form.sent * {
  display: none;
}

.wpcf7-response-output {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 80%;
  line-height: 1.2;
}

.wpcf7-mail-sent-ok {
  padding: 4px 6px !important;
  color: #318a1c;
  background: #d2f7ad;
  border: 1px solid #aedb2e !important;
}

.wpcf7-validation-errors {
  color: #f00;
  border: none !important;
}

.wpcf7-not-valid-tip {
  top: 0 !important;
  left: auto !important;
  width: auto !important;
  padding: 0 !important;
  font-size: 80% !important;
  background: none !important;
  border: none !important;
}

.wpcf7-captchac {
  display: inline-block;
  vertical-align: text-bottom;
}

span.wpcf7-form-control-wrap {
  position: static !important;
  width: 100%;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
  background: #f6c1c1;
  border: 1px solid #f00;
}

div.wpcf7 img.ajax-loader {
  position: absolute;
  display: inline-block;
}

span.wpcf7-list-item {
  margin: 0 !important;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Jetpack - $$jetpack
 * ----------------------------------------------------- *
\* ===================================================== */

.jetpack_subscription_widget form,
.jetpack_subscription_widget label[for='subscribe-field'] {
  margin: 0;
}

.jetpack_subscription_widget label[for='email'],
#subscribe-text {
  display: none;
}

#subscribe-email {
  margin: 0 0 10px;
}

#subscribe-submit {
  margin: 0;
}

#subscribe-email input {
  width: 100% !important;
}

div.success p {
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.2;
}

div.sharedaddy div.sd-block {
  padding: 0 !important;
  margin: 0 0 15px !important;
  border: none !important;
}

div.sharedaddy .sd-content {
  width: 100% !important;
  margin: 0 !important;
}

.widget_rss_links p {
  margin: 0;
  text-align: center;
}

.widget_rss_links img {
  display: inline;
  margin-right: 5px;
  vertical-align: middle;
}

#wpstats,
.home div.sharedaddy,
.archive div.sharedaddy,
.search div.sharedaddy {
  display: none;
}

.comment-subscription-form {
  margin: 0;
}

.embed-youtube,
.embed-vimeo {
  position: relative;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.embed-youtube iframe,
.embed-vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  @media - $$media
 * ----------------------------------------------------- *
\* ===================================================== */

@media print {
  @page {
    margin: .5cm !important;
  }

  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  body {
    padding: .75cm !important;
    font: 10pt/1.2 Arial, Helvetica, sans-serif !important;
  }

  article,
  .container {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  nav,
  aside,
  footer {
    display: none;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: ' (' attr(href) ')';
  }

  abbr[title]:after {
    content: ' (' attr(title) ')';
  }

  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 18pt !important;
    font-weight: bold !important;
  }

  h2 {
    font-size: 16pt !important;
  }

  h3 {
    font-size: 14pt !important;
  }

  h4 {
    font-size: 12pt !important;
  }

  h5,
  h6 {
    font-size: 10pt !important;
  }

  code {
    font: 10pt Courier, monospace;
  }

  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

#powered_by_cws {display: none !important;}
@media screen and (max-width: 567px) {
  .banner .slides, .banner .slides:first-child .slide{
      /*background-position-x: -120%;*/
      /*transform: translateY(-15px);*/
  }
}



/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Service Areas
 * ----------------------------------------------------- *
\* ===================================================== */
.main-service-areas{
  column-count: 2;
  column-gap: 30px;
  flex-flow: column;
}
.service-area-inner{
  margin-bottom: 30px;
  display: inline-block;
}
.service-area-inner ul li a{
  color: #237499;
}
.service-area-inner ul li a:hover{
  color: #d7b505;
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .main-service-areas{
    column-count: 1;
    column-gap: 0px;
  }
}
/* .half-service-areas{
  width: 48%;
  padding: 15px;
  display: inline-block;
  vertical-align: top;
}
.service-area-inner ul li a{
  color: #237499;
}
.half-service-areas ul li a:hover{
  color: #d7b505;
  transition: .3s;
} */

.banner-content-google{
  position: absolute;
  /*bottom: 5%; - when holiday banner is being used */
  top: 5%; /* - when holiday banner is not being used */
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.google-reviews-link{
    FONT-SIZE: 22PX;
    PADDING: 15PX 30PX;
    color: #fff;
}

.banner-content-google svg{
    color: #f9d416 !important;
    height: 20px;
    width: 20px;
}

@media screen and (max-width: 567px) {
  .google-reviews-link{
    font-size: 18px;
    padding: 15px;
  }
  .banner-content-google svg{
    height: 17px;
    width: 17px;
  }
}



/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Geo Page Template
 * ----------------------------------------------------- *
\* ===================================================== */

.page-template-page-geo-template .interior-banner{
  height: 500px;
  position: relative;
}

.page-template-page-geo-template .banner-content{
  bottom: 20%;
  height: auto;
  width: 100%;
  padding: 30px;
  text-align: center;
}

.page-template-page-geo-template .banner-content .banner-ctas{
  display: flex;
  justify-content: center;
  gap: 30px;
}

.page-template-page-geo-template .banner-content .banner-ctas .button{
  font-size: 21px;
}

.page-template-page-geo-template main article{
  max-width: none;
}

.page-template-page-geo-template .parallax{
  height: 400px;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-template-page-geo-template .special .content{
  width: 100%;
  text-align: center;
}
.page-template-page-geo-template .special h2{
  max-width: none;
}
.page-template-page-geo-template .special .inner-content{
  max-width: none;
}
.page-template-page-geo-template p{
  font-size: 18px;
}
.page-template-page-geo-template .phone{
  font-size: 36px;
}
@media screen and (max-width: 900px) {
  .page-template-page-geo-template .banner-content{
    display: block;
  }
  .page-template-page-geo-template .footer-contact-container{
    width: 90% !important;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-geo-template .interior-banner{
    height: 400px;
  }
  .page-template-page-geo-template .banner-content{
    text-align: center;
    bottom: 15%;
    height: auto;
    width: 100%;
    display: block;
  }
  .page-template-page-geo-template .banner-content h1{
    font-size: 30px;
  }
  .page-template-page-geo-template .banner-content .banner-ctas{
    flex-wrap: wrap;
  }
  .page-template-page-geo-template .banner-content .banner-ctas .button{
    font-size: 18px;
  }
  .page-template-page-geo-template .parallax{
    height: 300px;
  }
  .page-template-page-geo-template table tr{
    display: flex;
    flex-wrap: wrap;
  }
  .page-template-page-geo-template .phone{
    font-size: 24px;
  }
}

@media screen and (max-width: 567px) {
  .page-template-page-geo-template .interior-banner{
    height: 500px;
  }
  .page-template-page-geo-template .banner-content{
    bottom: 5%;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Landing Page Template
 * ----------------------------------------------------- *
\* ===================================================== */

.page-template-page-landing .interior-banner {
	display: none;
}

.interior-banner-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.interior-banner-wrapper .interior-banner-image {
	float: left;
	width: 50%;
	min-height: 585px;
}

.interior-banner-wrapper .interior-banner-heading-wrapper {
	float: left;
	width: 50%;
	padding: 110px 85px 75px 215px;
	background: #d09e15;
	background: linear-gradient(90deg,rgba(208, 158, 21, 1) 0%, rgba(188, 143, 20, 1) 50%, rgba(154, 117, 16, 1) 100%);
	position: relative;
}

.interior-banner-wrapper .interior-banner-heading-wrapper h1 {
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 0 5px 20px;
	font-size: 48px;
	color: #fff;
	border-left: 4px solid #fff;
}

.interior-banner-wrapper .interior-banner-heading-wrapper h2 {
	font-size: 36px;
	background: #0b2a4a;
	color: #fff;
	padding: 60px 20px;
	clip-path: polygon(0 0, 100% 4vh, 100% 100%, 0 calc(100% - 4vh));
	max-width: 345px;
}

.interior-banner-wrapper .interior-banner-heading-wrapper p {
	color: #fff;
	font-size: 20px;
}

.interior-banner-wrapper .interior-banner-image {
	height: 500px;
	position: relative;
	background-position: center;
    background-size: cover;
}

.page-template-page-landing .contact-form-wrapper {
	background-color: #eee;
}

.page-template-page-landing .footer-contact-container {
	display: none;
}

.page-template-page-landing .banner-content-google {
	position: absolute;
	top: 54%;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 1280px) {
	.interior-banner-wrapper .interior-banner-heading-wrapper {
		padding: 105px 65px 70px 65px;
	}
	
	.interior-banner-wrapper .interior-banner-image {
		height: 611px;
	}
}

@media screen and (max-width: 900px) {
	.interior-banner-wrapper .interior-banner-image {
		height: 668px;
	}
}

@media screen and (max-width: 767px) {
	.interior-banner-wrapper {
		display: inline-block;
	}

	.interior-banner-wrapper .interior-banner-image {
		width: 100%;
		height: 350px;
		min-height: 350px;
	}

	.interior-banner-wrapper .interior-banner-heading-wrapper {
		width: 100%;
		text-align: center;
		margin-bottom: -6px;
		padding: 30px 10px;
	}

	.interior-banner-wrapper .interior-banner-heading-wrapper h1 {
		margin: 0 0 20px;
		padding: 0;
		border-left: none;
	}
}




/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Commercial Generators LP- 
 *  $page-template-page-commercial-generators-template
 * ----------------------------------------------------- *
\* ===================================================== */
.page-template-page-commercial-generators-template .nav, .page-template-page-residential-generators-template .nav{
    display: none;
}

.page-template-page-commercial-generators-template .footer-contact-container, .page-template-page-residential-generators-template .footer-contact-container{
    display: none;
}

.page-template-page-commercial-generators-template .interior-banner, .page-template-page-residential-generators-template .interior-banner{
    height: 800px;
}

.page-template-page-commercial-generators-template .interior-banner .banner-content , .page-template-page-residential-generators-template .interior-banner .banner-content {
    bottom: unset;
    top: 30%;
    width: 36%;
    left: 18%;
    padding: 40px 30px;
    text-align: center;
}

 .page-template-page-commercial-generators-template .interior-banner .banner-content h1, .page-template-page-residential-generators-template .interior-banner .banner-content h1{
    font-size: 34px;
  }

.page-template-page-commercial-generators-template .interior-banner .banner-content h2, .page-template-page-residential-generators-template .interior-banner .banner-content  h2{
    margin-top: 0;
    font-size: 32px;
}

.page-template-page-commercial-generators-template .logo-wrap, .page-template-page-residential-generators-template .logo-wrap{
  float: none;
}

.page-template-page-commercial-generators-template .header-info, .page-template-page-residential-generators-template header .header-info, .page-template-page-residential-generators-template header .social-media, .page-template-page-commercial-generators-template header .social-media{
  display: none;
}

.page-template-page-commercial-generators-template footer, .page-template-page-residential-generators-template footer{
  display: none;
}

.page-template-page-commercial-generators-template .copyright, .page-template-page-residential-generators-template .copyright{
    background: #000;
}

.page-template-page-residential-generators-template .copyright p, .page-template-page-residential-generators-template .copyright a, .page-template-page-commercial-generators-template .copyright p, .page-template-page-commercial-generators-template .copyright a{
  color: #fff;
}

.page-template-page-commercial-generators-template main .entry h2, .page-template-page-residential-generators-template main .entry h2{
    margin-top: 0;
    text-transform: uppercase;
    font-size: 40px;
}

.page-template-page-commercial-generators-template .schedule-appt, .page-template-page-residential-generators-template .schedule-appt{
    background-color: #eeeeee;
    padding: 60px 0;
}

.page-template-page-commercial-generators-template .schedule-appt h2, .page-template-page-residential-generators-template .schedule-appt h2{
  text-align: center;
  font-size: 45px;
  color: #24769c;
}

.page-template-page-commercial-generators-template .service-repeater, .page-template-page-commercial-generators-template .service-descriptions, .page-template-page-residential-generators-template .service-repeater, .page-template-page-residential-generators-template .service-descriptions{
  width: 100%;
}

.page-template-page-commercial-generators-template .service-descriptions h2, .page-template-page-residential-generators-template .service-descriptions h2{
  text-align: center;
  font-size: 42px;
}

.page-template-page-commercial-generators-template .service-repeater, .page-template-page-residential-generators-template .service-repeater {
  padding: 40px 0 80px 0;
}

.page-template-page-commercial-generators-template .service-repeater ul, .page-template-page-residential-generators-template .service-repeater ul{
  display: flex;
  align-items: center;
  gap: 60px;
}
.page-template-page-commercial-generators-template .service-repeater ul li, .page-template-page-residential-generators-template .service-repeater ul li{
  width: calc(100%/3 - 40px);
  text-align: center;
}

.page-template-page-commercial-generators-template .service-repeater ul li svg, .page-template-page-residential-generators-template .service-repeater ul li svg{
  width: 90px;
  height: 90px;
}

.page-template-page-commercial-generators-template .service-repeater ul li h4, .page-template-page-residential-generators-template .service-repeater ul li h4{
  font-size: 24px;
}

.page-template-page-commercial-generators-template .generac-logo, .page-template-page-residential-generators-template .generac-logo{
  background-image: url('http://www.tristarelectric.net/wp-content/uploads/2018/05/generac.png');
  width: 200px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.page-template-page-commercial-generators-template .service-description-repeater h3, .page-template-page-residential-generators-template .service-description-repeater h3{
  color: #24769c;
  font-size: 30px;
}

 .page-template-page-residential-generators-template .service-description-repeater h3,  .page-template-page-residential-generators-template .service-description-repeater ul{
    width: 100%;
}

.page-template-page-commercial-generators-template .service-description-repeater{
  padding: 0;
}

.page-template-page-residential-generators-template .service-description-repeater{
  padding: 40px 0;
  display: flex;
  gap: 40px;
  justify-content: center;
}

.page-template-page-commercial-generators-template .service-description-repeater ul, .page-template-page-residential-generators-template .service-description-repeater ul{
  text-align: left;
}

.page-template-page-residential-generators-template .services-call-out-box{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;  
    width: calc(100%/3 - 20px);
        display: flex;
    flex-wrap: wrap;
}

.page-template-page-commercial-generators-template .services-call-out-box{
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  text-align: center;  
  width: 100%;
}

.page-template-page-residential-generators-template .services-call-out-box .button{
    margin: auto auto 0 auto;
}

.page-template-page-commercial-generators-template .services-call-out-box .button{
  margin-top: 15px;
  font-size: 21px;
}


.page-template-page-commercial-generators-template .services-overview, .page-template-page-residential-generators-template .services-overview{
    padding: 60px 0;
    background: #24769c;
}

.page-template-page-commercial-generators-template .inner-services-overview, .page-template-page-residential-generators-template .inner-services-overview{
  background: #fff;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
}

.page-template-page-commercial-generators-template .inner-services-overview h2, .page-template-page-residential-generators-template .inner-services-overview h2{
  font-size: 42px;
}


.page-template-page-commercial-generators-template .inner-services-overview .button, .page-template-page-residential-generators-template .inner-services-overview .button{
  font-size: 21px;
  margin-top: 15px;
  padding: 15px 25px;
}

.page-template-page-commercial-generators-template .reviews, .page-template-page-residential-generators-template .reviews{
    padding: 60px 0;
}

.page-template-page-commercial-generators-template .reviews .reviews-repeater, .page-template-page-residential-generators-template .reviews .reviews-repeater{
    padding-top: 20px;
}

.page-template-page-commercial-generators-template .reviews h2, .page-template-page-residential-generators-template .reviews h2{
  text-align: center;
  font-size: 42px;
}

.page-template-page-residential-generators-template .service-intro-text, .page-template-page-commercial-generators-template .service-intro-text{
  text-align: center;
  font-size: 21px;
}

.page-template-page-residential-generators-template .service-descriptions h2, .page-template-page-commercial-generators-template .service-descriptions h2{
  color: #24769c;
}


.page-template-page-commercial-generators-template .services-overview, .page-template-page-residential-generators-template .services-overview{

}

.page-template-page-commercial-generators-template .services-overview h2, .page-template-page-residential-generators-template .services-overview h2{
    color: #24769c;
    font-size: 42px;
    position: relative;
    padding-bottom: 15px;
}

.page-template-page-commercial-generators-template .services-overview h2:after, .page-template-page-residential-generators-template .services-overview h2:after{
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px;
  height: 5px;
  background-color: #d7b505;
}

.page-template-page-residential-generators-template .indoor-lighting-info, .page-template-page-commercial-generators-template .indoor-lighting-info{
  margin-top: 40px;
}

.page-template-page-residential-generators-template .indoor-lighting-info h3, .page-template-page-commercial-generators-template .indoor-lighting-info h3{
  margin: 0;
}

.page-template-page-residential-generators-template .outdoor-lighting-info, .page-template-page-commercial-generators-template .outdoor-lighting-info{
  margin-top: 30px;
}

.page-template-page-residential-generators-template .outdoor-lighting-info h3, .page-template-page-commercial-generators-template .outdoor-lighting-info h3{
  margin: 0;
}


.page-template-page-residential-generators-template .generators-info, .page-template-page-commercial-generators-template .generators-info{
  margin-top: 30px;
}

.page-template-page-residential-generators-template .generators-info h3, .page-template-page-commercial-generators-template .generators-info h3{
  margin: 0;
}

.page-template-page-residential-generators-template .inner-services-overview .button, .page-template-page-commercial-generators-template .inner-services-overview .button{
  margin: 50px 0 0 0;
}


@media screen and (max-width: 1464px){
  .page-template-page-commercial-generators-template .interior-banner .banner-content, .page-template-page-residential-generators-template .interior-banner .banner-content{
    width: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1170px){
  .page-template-page-residential-generators-template .service-description-repeater{
      flex-wrap: wrap;
  }
  .page-template-page-residential-generators-template .service-description-repeater .services-call-out-box{
      width: calc(100% / 2 - 20px);
  }
}


@media screen and (max-width: 1023px){
  .page-template-page-commercial-generators-template .interior-banner .banner-content, .page-template-page-residential-generators-template .interior-banner .banner-content{
    width: 65%;
  }
}

@media screen and (max-width: 900px){
  .page-template-page-commercial-generators-template .interior-banner .banner-content, .page-template-page-residential-generators-template .interior-banner .banner-content{
    display: block !important;
    width: 80%;
  }
}


@media screen and (max-width: 810px){
  .page-template-page-commercial-generators-template .service-repeater ul, .page-template-page-residential-generators-template .service-repeater ul{
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-template-page-commercial-generators-template .service-repeater ul li, .page-template-page-residential-generators-template .service-repeater ul li{
    width: calc(100% / 2 - 40px);
  }
}

@media screen and (max-width: 767px){
  .page-template-page-commercial-generators-template .interior-banner .banner-content h1, .page-template-page-residential-generators-template .interior-banner .banner-content h1{
    font-size: 32px;
  }
  .page-template-page-commercial-generators-template .interior-banner .banner-content h2, .page-template-page-residential-generators-template .interior-banner .banner-content h2{
    font-size: 24px;
  }
  .page-template-page-commercial-generators-template main .entry h2, .page-template-page-residential-generators-template main .entry h2{
    font-size: 32px;
  }
  .page-template-page-commercial-generators-template main .entry img, .page-template-page-residential-generators-template main .entry img{
    width: 200px;
    max-width: 100%;
    height: auto;
  }
  .page-template-page-commercial-generators-template .schedule-appt h2, .page-template-page-residential-generators-template .schedule-appt h2{
    font-size: 32px;
  }
  .page-template-page-commercial-generators-template .service-repeater ul li h4, .page-template-page-residential-generators-template .service-repeater ul li h4{
    margin-top: 15px;
  }
  .page-template-page-commercial-generators-template .service-repeater, .page-template-page-residential-generators-template .service-repeater{
    padding: 20px 0 60px 0;
  }
  .page-template-page-commercial-generators-template .inner-services-overview h2, .page-template-page-residential-generators-template .inner-services-overview h2{
    font-size: 32px;
  }
  .page-template-page-commercial-generators-template .inner-services-overview .button, .page-template-page-residential-generators-template .inner-services-overview .button{
    font-size: 18px;
    padding: 15px;
  }
  .page-template-page-commercial-generators-template .reviews h2, .page-template-page-residential-generators-template .reviews h2{
    font-size: 32px;
  }
  .page-template-page-commercial-generators-template .inner-services-overview h2, .page-template-page-residential-generators-template .inner-services-overview h2{
    font-size: 32px;
  }
  .page-template-page-residential-generators-template .service-description-repeater .services-call-out-box{
      width: 100%;
  }
}

@media screen and (max-width: 567px){
  .page-template-page-commercial-generators-template .interior-banner, .page-template-page-residential-generators-template .interior-banner{
      height: 850px;
  }
   .page-template-page-commercial-generators-template .interior-banner .banner-content, .page-template-page-residential-generators-template .interior-banner .banner-content{
      width: 90%;
      top: 35%;
  }
  .page-template-page-commercial-generators-template .service-repeater ul li, .page-template-page-residential-generators-template .service-repeater ul li{
    width: 100%;
  }
}