html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 0;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: 700;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #eee;
  color: #222;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
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 {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/*pagination*/
.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}

.pagination a:hover{
color:#fff;
background: #ffe634;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #ffe634;
color:#fff;
}
/*end*/
fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-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"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  @include box-sizing(border-box);
  margin: 0;
  padding: 0;
}
html {
  -webkit-tap-highlight-color: black(0);
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}
address {
  font-style: normal;
}
img {
  display: block;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after {
  content: '';
}
input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  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: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear:before,
.clear:after,
.home-accordion-wrap:before,
.home-accordion-wrap:after,
.home-accordion-wrap nav.home-navigation ul li a:before,
.home-accordion-wrap nav.home-navigation ul li a:after,
.accordion-wrap:before,
.accordion-wrap:after,
.entry-content:before,
.entry-content:after,
.entry-content .readmore:before,
.entry-content .readmore:after,
.entry-footer:before,
.entry-footer: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,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.home-accordion-wrap:after,
.home-accordion-wrap nav.home-navigation ul li a:after,
.accordion-wrap:after,
.entry-content:after,
.entry-footer:after,
.entry-content .readmore:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}
hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em;
  padding: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
.site-content-contain {
  background-color: #fff;
  position: relative;
}
.site-content {
  padding: 12px 0 20px;
}
.show-desktop-7,
.show-desktop-9 {
  display: none;
}
.widget_kmsp_advertisement {
  text-align: center;
}
.widget_kmsp_advertisement img {
  display: block;
  width: 100%;
}
.widget_kmsp_advertisement img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.heading-pattern-common {
  background-image: url(../images/pattern-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
  color: #ffffff;
  font-weight: 400;
}
.simplesocialbuttons.simplesocial-round-icon.simplesocialbuttons_inline button {
  border: none;
  height: auto;
  color: #ffffff !important;
  line-height: normal;
  background: none;
}
.simplesocialbuttons.simplesocial-round-icon.simplesocialbuttons_inline button:after {
  width: auto;
  height: auto;
  line-height: normal;
}
.simplesocialbuttons.simplesocial-round-icon.simplesocialbuttons_inline button:hover,
.simplesocialbuttons.simplesocial-round-icon.simplesocialbuttons_inline button:focus {
  background: none !important;
  color: #ffdc01 !important;
}
@media only screen and (min-width: 479px) and (max-width: 767px) {
  .widget_kmsp_advertisement {
    width: 50%;
    padding-right: 10px;
    float: left;
  }
  .widget_kmsp_advertisement img {
    display: inline-block;
    width: 100%;
  }
  .widget_kmsp_advertisement + .widget_kmsp_advertisement {
    padding-right: 0;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .visible-mobile-7 {
    display: none;
  }
  .show-desktop-7 {
    display: block;
  }
}
@media only screen and (min-width: 979px) {
  .visible-mobile-9 {
    display: none;
  }
  .show-desktop-9 {
    display: block;
  }
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/helvetican-light/HelveticaNeueLight.eot');
  src: local('HelveticaNeue Light'), local('HelveticaNeueLight'), url('../fonts/helvetican-light/HelveticaNeueLight.eot?#iefix') format('embedded-opentype'), url('../fonts/helvetican-light/HelveticaNeueLight.woff2') format('woff2'), url('../fonts/helvetican-light/HelveticaNeueLight.woff') format('woff'), url('../fonts/helvetican-light/HelveticaNeueLight.ttf') format('truetype'), url('../fonts/helvetican-light/HelveticaNeueLight.svg#HelveticaNeueLight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/helvetican-medium/HelveticaNeueMedium.eot');
  src: local('HelveticaNeue Medium'), local('HelveticaNeueMedium'), url('../fonts/helvetican-medium/HelveticaNeueMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/helvetican-medium/HelveticaNeueMedium.woff2') format('woff2'), url('../fonts/helvetican-medium/HelveticaNeueMedium.woff') format('woff'), url('../fonts/helvetican-medium/HelveticaNeueMedium.ttf') format('truetype'), url('../fonts/helvetican-medium/HelveticaNeueMedium.svg#HelveticaNeueMedium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue-cond';
  src: url('../fonts/helvetican-cond-bold/HelveticaNeue-CondensedBold.eot');
  src: local('Helvetica Neue Condensed Bold'), local('HelveticaNeue-CondensedBold'), url('../fonts/helvetican-cond-bold/HelveticaNeue-CondensedBold.eot?#iefix') format('embedded-opentype'), url('../fonts/helvetican-cond-bold/HelveticaNeue-CondensedBold.woff2') format('woff2'), url('../fonts/helvetican-cond-bold/HelveticaNeue-CondensedBold.woff') format('woff'), url('../fonts/helvetican-cond-bold/HelveticaNeue-CondensedBold.ttf') format('truetype'), url('../fonts/helvetican-cond-bold/HelveticaNeue-CondensedBold.svg#HelveticaNeue-CondensedBold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue-cond';
  src: url('../fonts/helvetican-cond-black/HelveticaNeueBlackCond.eot');
  src: local('HelveticaNeue BlackCond'), local('HelveticaNeueBlackCond'), url('../fonts/helvetican-cond-black/HelveticaNeueBlackCond.eot?#iefix') format('embedded-opentype'), url('../fonts/helvetican-cond-black/HelveticaNeueBlackCond.woff2') format('woff2'), url('../fonts/helvetican-cond-black/HelveticaNeueBlackCond.woff') format('woff'), url('../fonts/helvetican-cond-black/HelveticaNeueBlackCond.ttf') format('truetype'), url('../fonts/helvetican-cond-black/HelveticaNeueBlackCond.svg#HelveticaNeueBlackCond') format('svg');
  font-weight: 900;
  font-style: normal;
}
body,
button,
input,
select,
textarea {
  font-family: 'Montserrat', sans-serif;
  color: #282828;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.2px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 15px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  letter-spacing: 0.2px;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0;
}
h1 {
  font-size: 80px;
}
h2,
.home.blog .entry-title {
  color: #282828;
  font-size: 20px;
}
h3 {
  font-size: 17px;
  font-weight: 700;
}
h4 {
  font-size: 16px;
  font-size: 1rem;
}
h5 {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0;
  font-weight: 600;
}
h6 {
  color: #282828;
  font-size: 15px;
  font-size: 0.9375rem;
}
p {
  margin: 0 0 1.5em;
  padding: 0;
}
sup {
  font-size: 50%;
  top: -1em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.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: #eee;
  text-decoration: none;
}
big {
  font-size: 125%;
}
blockquote {
  quotes: "" "";
}
q {
  quotes: "“" "”" "‘" "’";
}
blockquote:before,
blockquote:after {
  content: "";
}
:focus {
  outline: none;
}
/* Typography for Arabic Font */
html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
  font-family: Tahoma, Arial, sans-serif;
}
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
  font-weight: 700;
}
/* Typography for Chinese Font */
html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
  font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}
html[lang="zh-CN"] body,
html[lang="zh-CN"] button,
html[lang="zh-CN"] input,
html[lang="zh-CN"] select,
html[lang="zh-CN"] textarea {
  font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif;
}
html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
  font-weight: 700;
}
/* Typography for Cyrillic Font */
html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}
html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
  font-weight: 700;
  line-height: 1.2;
}
/* Typography for Devanagari Font */
html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
  font-family: Arial, sans-serif;
}
html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
  font-weight: 700;
}
/* Typography for Greek Font */
html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
  font-weight: 700;
  line-height: 1.3;
}
/* Typography for Gujarati Font */
html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
  font-family: Arial, sans-serif;
}
html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
  font-weight: 700;
}
/* Typography for Hebrew Font */
html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
  font-family: "Arial Hebrew", Arial, sans-serif;
}
html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
  font-weight: 700;
}
/* Typography for Japanese Font */
html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
  font-weight: 700;
}
/* Typography for Korean font */
html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}
html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
  font-weight: 600;
}
/* Typography for Thai Font */
html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
  line-height: 1.65;
  font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
  line-height: 1.8;
  font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Remove letter-spacing for all non-latin alphabets */
html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
  letter-spacing: 0 !important;
}
@media screen and (min-width: 768px) {
  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  h2,
  .home.blog .entry-title,
  .page .panel-content .recent-posts .entry-title {
    font-size: 21px;
    font-weight: 900;
  }
}
label {
  color: #333;
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em;
}
fieldset {
  margin-bottom: 1em;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #cccccc;
  border-radius: 0px;
  display: block;
  padding: 0 15px;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #222;
  border-color: #333;
}
select {
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  height: 40px;
  line-height: 40px;
  max-width: 100%;
  padding: 0 10px;
}
input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.5em;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  font-weight: 400;
}
button,
input[type="button"],
input[type="submit"] {
  background-color: #ffdc01;
  border: 0;
  -webkit-border-radius: 2px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
input + button,
input + input[type="button"],
input + input[type="submit"] {
  padding: 0.75em 2em;
}
button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
  background-color: #ddd;
  color: #222;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #767676;
}
button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
  background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #333;
}
:-moz-placeholder {
  color: #333;
}
::-moz-placeholder {
  color: #333;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: #333;
}
.gform_wrapper div.validation_error {
  display: none;
}
.site-footer .widget-column .gform_wrapper form ul.gform_fields li.gfield.gfield_error.gfield_contains_required,
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: none !important;
}
.gform_wrapper .field_description_below .gfield_description {
  padding-top: 5px !important;
}
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}
thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}
th {
  padding: 0.4em;
  text-align: left;
}
tr {
  border-bottom: 1px solid #eee;
}
td {
  padding: 0.4em;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
a {
  color: #282828;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  color: #ffdc01;
  outline: 0;
}
.button {
  padding: 10px 30px;
  color: #000000;
  background: #ffdc01;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 22px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #ffdc01;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button:hover {
  background: #e7c700;
  color: #000000;
}
.button.primary-button {
  background: #ffdc01;
}
.button.secondary-button {
  background: #444444;
}
.button.button-primary {
  background: transparent;
  color: #ffdc01;
}
.button.button-primary:hover {
  background: #ffdc01;
  color: #000000;
}
/* Fixes linked images */
.entry-content a img,
.widget a img {
  -webkit-box-shadow: 0 0 0 8px #fff;
  box-shadow: 0 0 0 8px #fff;
}
.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
  color: #282828;
}
.post-thumbnail {
  margin-bottom: 1em;
}
.post-thumbnail a img {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
  opacity: 0.7;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  padding-top: 0;
}
ul,
ol {
  margin: 0;
}
ul li,
ol li {
  list-style: none;
}
#page {
  position: relative;
  word-wrap: break-word;
}
.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1190px;
  padding-left: 15px;
  padding-right: 15px;
}
.wrap:after {
  clear: both;
  content: "";
  display: block;
}
.icons-sprite {
  background-image: url(../images/icons-sprite.png);
  background-repeat: no-repeat;
}
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
.vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0 !important;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}
.row-spacing {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 979px) {
  .row-spacing {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .row-spacing {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.row-spacing-down {
  padding-bottom: 60px;
}
@media only screen and (max-width: 979px) {
  .row-spacing-down {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .row-spacing-down {
    padding-bottom: 30px;
  }
}
.row-spacing-up {
  padding-top: 60px;
}
@media only screen and (max-width: 979px) {
  .row-spacing-up {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .row-spacing-up {
    padding-top: 30px;
  }
}
.f-size20,
.f-size20 p {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .f-size20,
  .f-size20 p {
    font-size: 14px;
  }
}
.f-size18,
.f-size18 p {
  font-size: 18px;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .f-size18,
  .f-size18 p {
    font-size: 14px;
  }
}
h1 {
  font-size: 80px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 35px;
}
h4 {
  font-size: 25px;
}
h5 {
  font-size: 20px;
}
.page-template-full-wdith .site-content #primary.content-area {
  width: 100%;
  padding-right: 0;
}
.page .site-content {
  padding-top: 0;
}
.page.home .content-area {
  padding-top: 0;
}
.page .content-area main.site-main header.entry-header {
  display: none;
  float: none !important;
  width: 100% !important;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-template-tmp-blog .content-area main.site-main header.entry-header,.page-template-tmp-press .content-area main.site-main header.entry-header{
  display: block;
  margin-bottom: 0;
  text-align: left;
}
.page .content-area main.site-main header.entry-header span.edit-link {
  display: none;
}
.page .content-area main.site-main header.entry-header h1.entry-title {
  font-size: 40px;
  text-transform: none;
  font-weight: 300;
}
.page:not(.home) #content {
  padding-bottom: 0 !important;
}
.breadcrumb {
  position: absolute;
  top: 180px;
  z-index: 9;
  left: 0;
  right: 0;
}
.breadcrumb ul.breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.breadcrumb ul.breadcrumbs li:first-child {
  padding-left: 0;
}
.breadcrumb ul.breadcrumbs li,
.breadcrumb ul.breadcrumbs li a {
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
}
.breadcrumb ul.breadcrumbs li strong,
.breadcrumb ul.breadcrumbs li a strong {
  font-weight: 400;
}
.breadcrumb ul.breadcrumbs li a {
  text-decoration: underline;
}
.breadcrumb ul.breadcrumbs li a:hover,
.breadcrumb ul.breadcrumbs li a:focus {
  text-decoration: none;
}
@media only screen and (max-width: 979px) {
  .breadcrumb {
    top: 100px;
  }
}
.text-center {
  text-align: center;
}
.single-featured-image-header img {
  margin: 0 !important;
}
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.75);
}
.popup .popup-inner {
  max-width: 760px;
  width: 90%;
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px #000000;
  border-radius: 3px;
  background: #fff;
}
.popup .popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #ffffff;
}
.popup .popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: #000000;
  text-decoration: none;
}
.popup .gform_wrapper .top_label li.gfield {
  padding-right: 0!important;
}
.popup .gform_wrapper .top_label li.gfield .gfield_label {
  display: none;
}
@media only screen and (min-width: 641px) {
  .popup .gform_wrapper .top_label li.gfield.half-gfield {
    clear: none;
    width: 50%;
    display: inline-block;
  }
  .popup .gform_wrapper .top_label li.gfield.half-gfield:nth-child(2n+1) {
    padding-left: 10px;
  }
}
.popup .gform_wrapper .gform_footer {
  text-align: center;
  padding: 0;
}
.popup .gform_wrapper .gform_footer input[type="submit"] {
  color: #000000;
  font-size: 18px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 14px 30px;
}
.popup .gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #e7c700;
}
@media only screen and (max-width: 767px) {
  .popup .popup-inner {
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    max-width: 100%;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0;
    transform: none;
  }
  .popup .popup-close {
    position: fixed;
    top: 62px;
    right: 18px;
  }
}
.popup.free-quote {
  background: rgba(0, 0, 0, 0.8);
}
.popup.free-quote .popup-inner {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .popup.free-quote .popup-inner {
    background-color: transparent;
    box-shadow: none;
    max-width: 640px;
  }
  .popup.free-quote .popup-inner .popup-close {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000000;
    right: 50%;
  }
  .popup.free-quote .popup-inner .popup-close:hover,
  .popup.free-quote .popup-inner .popup-close:focus {
    background-color: rgba(255, 255, 255, 0.9);
    color: #000000;
  }
}
.popup.free-quote .popup-inner .gform_wrapper form .gform_body .gform_fields li.gfield {
  margin-top: 10px;
}
.popup.free-quote .popup-inner .gform_wrapper form .gform_body .gform_fields li.gfield div.ginput_container {
  margin-top: 0;
}
.popup.free-quote .popup-inner .gform_wrapper form .gform_body .gform_fields li.gfield div.ginput_container .instruction.validation_message {
  display: none;
}
.popup.free-quote .popup-inner .gform_wrapper form .gform_body .gform_fields li.gfield div.ginput_container input,
.popup.free-quote .popup-inner .gform_wrapper form .gform_body .gform_fields li.gfield div.ginput_container textarea,
.popup.free-quote .popup-inner .gform_wrapper form .gform_body .gform_fields li.gfield div.ginput_container select {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
}
.popup.free-quote .popup-inner .gform_wrapper form .gform_body .gform_fields li.gfield div.ginput_container input:focus,
.popup.free-quote .popup-inner .gform_wrapper form .gform_body .gform_fields li.gfield div.ginput_container textarea:focus,
.popup.free-quote .popup-inner .gform_wrapper form .gform_body .gform_fields li.gfield div.ginput_container select:focus {
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 641px) {
  .popup.free-quote .popup-inner .gform_wrapper form .gform_body .gform_fields li.gfield div.ginput_container.ginput_container_name span {
    padding-right: 12px;
    margin-right: -7px;
  }
}
.popup.free-quote .popup-inner .gform_wrapper form .gform_body .gform_fields li.gfield div.ginput_container.ginput_container_name span label {
  display: none;
}
.popup.free-quote .popup-inner .gform_wrapper form .gform_body .gform_fields li.gfield.checkboxes {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
}
.popup.free-quote .popup-inner .gform_wrapper form .gform_body .gform_fields li.gfield.checkboxes .gfield_checkbox {
  width: 100%;
  padding: 10px;
}
.popup.free-quote .popup-inner .gform_wrapper form .gform_body .gform_fields li.gfield.checkboxes .gfield_checkbox li {
  font-size: 16px;
}
.popup.free-quote .popup-inner .gform_wrapper form .gform_body .gform_fields li.gfield.checkboxes .gfield_checkbox li label {
  color: #000000;
}
.popup.free-quote .popup-inner .gform_wrapper form .gform_body .gform_fields li.gfield.checkboxes .gfield_checkbox li input[type="checkbox"],
.popup.free-quote .popup-inner .gform_wrapper form .gform_body .gform_fields li.gfield.checkboxes .gfield_checkbox li label {
  vertical-align: top;
}
.popup.free-quote .popup-inner .gform_wrapper form .gform_body .gform_fields li.gfield.checkboxes.gfield_error {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
@media only screen and (min-width: 641px) {
  .popup.free-quote .popup-inner .gform_wrapper form .gform_body .gform_fields li.gfield.half-gfield.zip .ginput_container {
    padding-right: 5px;
  }
  .popup.free-quote .popup-inner .gform_wrapper form .gform_body .gform_fields li.gfield.half-gfield.phone .ginput_container {
    padding-left: 5px;
  }
  .popup.free-quote .popup-inner .gform_wrapper form .gform_body .gform_fields li.gfield.half-gfield:nth-child(2n+1) {
    padding-left: 0;
  }
  .popup.free-quote .popup-inner .gform_wrapper form .gform_body .gform_fields li.gfield.half-gfield:nth-child(2n) {
    padding-right: 4px!important;
  }
  .popup.free-quote .popup-inner .gform_wrapper form .gform_body .gform_fields li.gfield.half-gfield:nth-child(2n+1) {
    padding-left: 4px;
  }
  .popup.free-quote .popup-inner .gform_wrapper form .gform_body .gform_fields li.gfield.checkboxes .gfield_checkbox li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
}
.popup.free-quote .popup-inner .gform_wrapper form .gform_footer {
  margin-top: 10px;
}
.popup.free-quote .popup-inner .gform_wrapper form .gform_footer input[type="submit"] {
  width: 100%;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .popup.free-quote {
    z-index: 999999;
  }
  .popup.free-quote .popup-inner {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .has-sidebar:not(.error404) #primary {
    float: left;
    width: 72%;
    padding-right: 21px;
  }
  .has-sidebar #secondary {
    float: right;
    padding-top: 0;
    width: 28%;
  }
  .error404 #primary {
    float: none;
  }
  .blog:not(.has-sidebar) #primary article,
  .archive:not(.page-one-column):not(.has-sidebar) #primary article,
  .search:not(.has-sidebar) #primary article,
  .error404:not(.has-sidebar) #primary .page-content,
  .error404.has-sidebar #primary .page-content,
  body.page-two-column:not(.archive) #primary .entry-content,
  body.page-two-column #comments {
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 979px) {
  .has-sidebar:not(.error404) #primary {
    width: 76%;
  }
  .has-sidebar #secondary {
    max-width: 307px;
    width: 24%;
  }
  html .page-template-tmp-blog #primary, html .page-template-tmp-press #primary {
      width: 100% !important;
  }
}
#top-sidebar-add {
  padding: 6px 15px;
}
#masthead .wrap {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.admin-bar .site-header {
  top: 32px;
}
html[lang="en-US"] .top-header-widget a.en,
html[lang="auto"] .top-header-widget a.en {
  color: #ffdc01 !important;
}
html[lang="fr"] .top-header-widget a.fr {
  color: #ffdc01 !important;
}
html[lang="es"] .top-header-widget a.es {
  color: #ffdc01 !important;
}
.site-header {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
.site-header .top-header {
  background-color: #2e2e2e;
  text-align: right;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
}
.site-header .top-header .top-header-widget {
  display: inline-block;
  vertical-align: middle;
}
.site-header .top-header .top-header-widget a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
}
.site-header .top-header .top-header-widget a.contact-link {
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .site-header .top-header .top-header-widget a.contact-link {
    display: none;
  }
}
.site-header .top-header .phone-box {
  padding-right: 50px;
}
.site-header .top-header #gtranslate-2 {
  position: relative;
}
.site-header .top-header #gtranslate-2:before {
  content: "\f0ac";
  position: relative;
  left: 0;
  font-family: "FontAwesome";
  padding-right: 10px;
  font-size: 22px;
}
.site-header .top-header #gtranslate-2 a:after {
  content: "/";
  position: relative;
  color: #ffffff;
  padding-left: 5px;
}
.site-header .top-header #gtranslate-2 a[title="Spanish"]:after {
  display: none;
}
.site-header .top-header .phone-box,
.site-header .top-header #gtranslate-2 {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.site-header .top-header .phone-box i,
.site-header .top-header #gtranslate-2 i {
  padding-right: 10px;
  font-size: 22px;
}
.site-header .top-header .phone-box i,
.site-header .top-header #gtranslate-2 i,
.site-header .top-header .phone-box span,
.site-header .top-header #gtranslate-2 span {
  display: inline-block;
  vertical-align: middle;
}
.site-header .top-header .phone-box a,
.site-header .top-header #gtranslate-2 a {
  color: #ffffff;
}
.site-header .top-header .phone-box a:hover,
.site-header .top-header #gtranslate-2 a:hover,
.site-header .top-header .phone-box a:focus,
.site-header .top-header #gtranslate-2 a:focus {
  color: #ffdc01;
}
@media only screen and (max-width: 599px) {
  .site-header .top-header .phone-box span,
  .site-header .top-header #gtranslate-2:before {
    display: none!important;
  }
}
@media only screen and (max-width: 399px) {
  .site-header .top-header .phone-box {
    display: none!important;
  }
}
.site-header .topbar-msgbar {
  background-color: #2e2e2e;
  text-align: right;
  padding-top: 0;
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
.site-header .topbar-msgbar .widget {
  padding-bottom: 0;
}
.site-header .topbar-msgbar .widget p {
  margin-bottom: 0;
  font-size: 12px;
  color: #ffffff;
}
.site-header .topbar-msgbar .widget p a {
  color: #ffffff;
}
.site-header .topbar-msgbar .widget p a:hover {
  color: #ffdc01;
}
.site-header .topbar-msgbar .icon-top-toggle {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 28px;
  height: 12px;
  float: right;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  background-image: url(../images/icons-sprite.png);
  background-repeat: no-repeat;
  background-color: #ffdc01;
  background-position: -17px -154px;
  z-index: 103;
  cursor: pointer;
}
.site-header .topbar-msgbar .icon-top-toggle.inactive {
  background-position: -52px -154px;
}
.site-header .topbar-msgbar .top-right ul,
.site-header .topbar-msgbar .top-right .top-calltoaction {
  display: inline-block;
  vertical-align: middle;
}
.site-header .topbar-msgbar .top-right .top-calltoaction .button {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 5px;
}
.site-header .topbar-msgbar .top-right ul li {
  display: inline-block;
}
.site-header .topbar-msgbar .top-right ul li a,
.site-header .topbar-msgbar .top-right ul li i {
  font-size: 16px;
  padding: 0 6px;
  display: inline-block;
}
.site-header.site-header-fixed {
  background-color: rgba(0, 0, 0, 0.8);
}
.site-header.site-header-fixed .wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.site-header.site-header-fixed .site-branding {
  max-width: 150px;
}
@media only screen and (min-width: 980px) {
  .site-header.site-header-fixed .top-header {
    display: none;
  }
}
.site-header.site-header-fixed .wsmenu .wsmenu-list > li > a,
.site-header.site-header-fixed .main-menu .wsmenu-list > li > a,
.site-header.site-header-fixed .wsmenu .custom_menu_parent > li > a,
.site-header.site-header-fixed .main-menu .custom_menu_parent > li > a {
  line-height: 60px;
}
.site-header.site-header-fixed .head-right-wrap .header-search-form {
  padding-top: 15px;
}
/* Site branding */
.site-branding {
  padding: 0;
  position: relative;
  -webkit-transition: margin-bottom 0.2s;
  transition: margin-bottom 0.2s;
  z-index: 3;
  max-width: 180px;
  float: left;
}
.site-branding a {
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.site-branding a:hover,
.site-branding a:focus {
  opacity: 0.7;
}
.site-branding .custom-logo-link img {
  position: relative;
  bottom: -22px;
}
.site-title {
  clear: none;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.08em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #222;
  opacity: 1;
}
.site-title a {
  color: #222;
  opacity: 1;
}
body.has-header-image .site-title,
body.has-header-video .site-title,
body.has-header-image .site-title a,
body.has-header-video .site-title a {
  color: #fff;
}
.site-description {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 0;
}
body.has-header-image .site-description,
body.has-header-video .site-description {
  color: #fff;
  opacity: 0.8;
}
.custom-logo-link {
  display: inline-block;
  padding-right: 1em;
  vertical-align: middle;
  width: auto;
}
.custom-logo-link img {
  display: inline-block;
  width: auto;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
  max-height: 200px;
  max-width: 100%;
}
.custom-logo-link a:hover,
.custom-logo-link a:focus {
  opacity: 0.9;
}
body:not(.title-tagline-hidden) .site-branding-text {
  display: inline-block;
  vertical-align: middle;
}
.custom-header {
  position: relative;
  margin-bottom: 0 !important;
}
.has-header-image.kmtheme-front-page .custom-header,
.has-header-video.kmtheme-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
  display: table;
  height: 300px;
  height: 75vh;
  width: 100%;
}
.custom-header-media {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.custom-header-media:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
  /* IE6-9 */
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}
.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
  position: fixed;
  height: auto;
  left: 50%;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  min-width: 100vw;
  /* vw prevents 1px gap on left that 100% has */
  width: auto;
  top: 50%;
  padding-bottom: 1px;
  /* Prevent header from extending beyond the footer */
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.wp-custom-header .wp-custom-header-video-button {
  /* Specificity prevents .color-dark button overrides */
  background-color: rgba(34, 34, 34, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  height: 45px;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 30px;
  top: 30px;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  width: 45px;
}
.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus {
  /* Specificity prevents .color-dark button overrides */
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(34, 34, 34, 0.8);
  color: #fff;
}
.admin-bar .wp-custom-header-video-button {
  top: 62px;
}
.has-header-image:not(.kmtheme-front-page):not(.home) .custom-header-media img {
  bottom: 0;
  position: absolute;
  top: auto;
  -ms-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
/* For browsers that support 'object-fit' */
@supports ( object-fit: cover) {
  .has-header-image .custom-header-media img,
  .has-header-video .custom-header-media video,
  .has-header-video .custom-header-media iframe,
  .has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }
}
/* Hides div in Customizer preview when header images or videos change. */
body:not(.has-header-image):not(.has-header-video) .custom-header-media {
  display: none;
}
.has-header-image.kmtheme-front-page .site-branding,
.has-header-video.kmtheme-front-page .site-branding,
.has-header-image.home.blog .site-branding,
.has-header-video.home.blog .site-branding {
  display: table-cell;
  height: 100%;
  vertical-align: bottom;
}
.head-right-wrap {
  float: right;
  position: relative;
  z-index: 100;
}
.head-right {
  float: left;
  display: none;
  position: relative;
  padding-top: 35px;
  padding-bottom: 12px;
}
.head-right.desktop {
  padding: 0 0 12px 0;
}
.lang-tr {
  float: right;
  height: 22px;
  line-height: 22px;
  margin-bottom: 10px;
}
.lang-tr select {
  height: auto;
  line-height: inherit;
  padding: 0;
}
.have-fdbk a {
  color: #ffdc01;
}
.accss-top {
  clear: both;
  position: absolute;
  bottom: -6px;
  right: 0;
}
.accss-top a.icon-accessibility {
  background-image: url(../images/icons-sprite.png);
  background-repeat: no-repeat;
  background-position: -5px -8px;
  width: 66px;
  height: 32px;
  display: inline-block;
}
.accss-top a.icon-accessibility:hover {
  background-position: -5px -49px;
}
.social-icons {
  float: left;
  clear: both;
  margin-right: 0px;
}
.social-icons ul {
  margin-bottom: 0;
}
.social-icons li {
  display: inline-block;
}
.social-icons li img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
@media only screen and (min-width: 768px) {
  .topbar-msgbar .icon-top-toggle {
    right: 116px;
    left: auto;
    margin: 0;
  }
  .site-branding {
    max-width: 220px;
  }
  .site-branding .custom-logo-link {
    padding-right: 0;
  }
  .site-branding .custom-logo-link img {
    max-width: 100%;
  }
  .head-right {
    float: right;
    padding: 0 0 12px 0;
  }
  .social-icons {
    float: right;
    margin-right: 80px;
  }
  .have-fdbk a {
    color: #282828;
  }
  .accss-top {
    right: 88px;
  }
  .contact-menu {
    display: none!important;
  }
}
@media only screen and (max-width: 979px) {
  .site-header .site-branding {
    max-width: 160px;
  }
  .site-header .top-header {
    position: absolute;
    right: 45px;
    background-color: transparent;
    top: 20px;
  }
  .site-header .top-header .phone-box {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .top-header {
    top: 12px;
  }
  .site-header .wsmobileheader {
    top: 18px;
  }
  .site-header .custom-header {
    margin-bottom: 0 !important;
  }
  .site-header .site-branding {
    max-width: 140px;
  }
  .site-header .site-branding .custom-logo-link img {
    max-height: none;
  }
  .site-header .icon-search-toggle {
    top: 32px;
    right: 40px;
  }
  .site-header.site-header-fixed .site-branding {
    max-width: 130px;
  }
  .site-header.site-header-fixed .top-header {
    top: 10px;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
  }
  .site-header.site-header-fixed .wsmobileheader {
    top: 16px;
  }
  .site-header.site-header-fixed .icon-search-toggle {
    top: 19px;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
  }
}
@media only screen and (min-width: 980px) {
  .main-menu {
    float: right;
  }
  .main-menu ul.custom_menu_parent > li {
    text-align: center;
    display: inline-block;
  }
  .main-menu ul.custom_menu_parent > li:not(.inds-menu) {
    /*.custom_menu_wrap{
                        min-width: 260px;
                        width: auto;
                        left: auto;
                        .append_image{
                            height: auto;
                        }
                        ul.custom_menu_child{
                            height: auto;
                            padding: @box-spacing 0;
                            width: 100%;
                            float: none;
                        }
                    }*/
  }
  .main-menu ul.custom_menu_parent > li > a {
    line-height: 92px;
    text-transform: uppercase;
  }
  .main-menu ul.custom_menu_parent > li.dropdown_icon > a:after {
    position: absolute;
    content: "\f0d7";
    padding-left: 5px;
    font-family: "FontAwesome";
    float: right;
    font-size: 11px;
  }
  .main-menu ul.custom_menu_parent > li a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 12px;
  }
  .main-menu ul.custom_menu_parent > li:hover a,
  .main-menu ul.custom_menu_parent > li:focus a {
    color: #ffdc01;
  }
  .main-menu ul.custom_menu_parent > li:last-child > a {
    padding-right: 0;
  }
  .main-menu ul.custom_menu_parent > li .custom_menu_wrap {
    position: absolute;
    display: none;
    left: 0;
    width: 100%;
    background-color: #262626;
    z-index: 99;
  }
  .main-menu ul.custom_menu_parent > li .custom_menu_wrap ul.custom_menu_child {
    float: left;
    width: 20%;
    position: absolute;
    left: 0;
    height: 100%;
    background: #171717;
    padding: 10px 0;
  }
  .main-menu ul.custom_menu_parent > li .custom_menu_wrap ul.custom_menu_child li {
    text-align: left;
    display: block;
  }
  .main-menu ul.custom_menu_parent > li .custom_menu_wrap ul.custom_menu_child li a {
    color: #ffffff;
    position: relative;
  }
  .main-menu ul.custom_menu_parent > li .custom_menu_wrap ul.custom_menu_child li.hasSubChild > a:after {
    position: absolute;
    content: "\f105";
    right: 10px;
    top: 50%;
    margin-top: -8px;
    font-family: "FontAwesome";
    font-size: 11px;
  }
  .main-menu ul.custom_menu_parent > li .custom_menu_wrap ul.custom_menu_child li ul.custom_menu_subchild {
    position: absolute;
    left: 100%;
    min-width: 260px;
    background: #262626;
    top: 0;
    padding: 10px 0;
    margin-left: 0;
    height: 100%;
  }
  .main-menu ul.custom_menu_parent > li .custom_menu_wrap ul.custom_menu_child li:hover > a,
  .main-menu ul.custom_menu_parent > li .custom_menu_wrap ul.custom_menu_child li:focus > a {
    color: #ffdc01;
    background-color: #0e0e0e;
  }
  .main-menu ul.custom_menu_parent > li .custom_menu_wrap .append_image {
    height: 550px;
    width: 1200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
@media only screen and (min-width: 979px) {
  .social-icons {
    margin-right: 0;
  }
  .accss-top {
    right: 0;
  }
}
@media only screen and (min-width: 1190px) {
  .topbar-msgbar .icon-top-toggle {
    right: 170px;
  }
}
@media only screen and (min-width: 1345px) {
  .topbar-msgbar .icon-top-toggle {
    right: 60px;
  }
}
.navigation-top {
  background: #ffdc01;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}
.navigation-top .wrap {
  max-width: 1310px;
}
.navigation-top a {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
#masthead .navigation-top .wrap {
  padding: 0;
}
.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
  color: #f0f0f0;
}
.main-navigation {
  clear: both;
  display: block;
}
.main-navigation ul {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0 1.5em;
  text-align: left;
}
/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */
.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
  display: none;
}
.main-navigation > div > ul {
  border-top: 1px solid #eee;
  padding: 0.75em 1.695em;
}
.js .main-navigation.toggled-on > div > ul {
  display: block;
}
.main-navigation ul ul {
  padding: 0 0 0 1.5em;
}
.main-navigation ul ul.toggled-on {
  display: block;
}
.main-navigation ul ul a {
  letter-spacing: 0;
  padding: 0.4em 0;
  position: relative;
  text-transform: none;
}
.main-navigation li {
  border-bottom: 1px solid #eee;
  position: relative;
}
.main-navigation li li,
.main-navigation li:last-child {
  border: 0;
}
.main-navigation a {
  display: block;
  padding: 10px 30px;
  text-decoration: none;
}
.main-navigation a:hover {
  color: #767676;
}
/* Menu toggle */
.menu-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.5;
  margin: 1px auto 2px;
  padding: 1em;
  text-shadow: none;
}
/* Display the menu toggle when JavaScript is available. */
.js .menu-toggle {
  display: block;
}
.main-navigation.toggled-on ul.nav-menu {
  display: block;
}
.menu-toggle:hover,
.menu-toggle:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.menu-toggle:focus {
  outline: thin solid;
}
.menu-toggle .icon {
  margin-right: 0.5em;
  top: -2px;
}
.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
  display: none;
}
.toggled-on .menu-toggle .icon-close {
  display: inline-block;
}
/* Dropdown Toggle */
.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  display: block;
  font-size: 16px;
  right: -0.5em;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0.5em;
  position: absolute;
  text-shadow: none;
  top: 0;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background: transparent;
}
.dropdown-toggle:focus {
  outline: thin dotted;
}
.dropdown-toggle.toggled-on .icon {
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  -webkit-transform: rotate(-180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}
/* Scroll down arrow */
.site-header .menu-scroll-down {
  display: none;
}
/*
 * Plugin: Web Slide Navigation System
 * Demo Link: http://webslidemenu.uxwing.com/
 * Author: UXWing
 * License: http://codecanyon.net/licenses/standard
*/
/*--------------------------------------------------------------------------
[Table of contents]

01 Base CSS
02 Desktop CSS
03 Tab CSS
04 Mobile CSS
05 Additional Themes (Optionnal)
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
|  01  Base CSS
--------------------------------------------------------------------------*/
.wsmenu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.wsmain html,
.wsmain body,
.wsmain iframe,
.wsmain h1,
.wsmain h2,
.wsmain h3,
.wsmain h4,
.wsmain h5,
.wsmain h6 {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font: inherit;
  vertical-align: baseline;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: antialiased;
  font-smooth: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased !important;
  font-smoothing: subpixel-antialiased !important;
  font-smooth: subpixel-antialiased;
}
.wsmenu .cl {
  clear: both;
}
.wsmenu .clearfix:before,
.wsmenu .clearfix:after {
  content: "";
  display: table;
}
.wsmenu .clearfix:after {
  clear: both;
}
.wsmenu .clearfix {
  zoom: 1;
}
.wsmenu img,
object,
embed,
video {
  border: 0 none;
  max-width: 100%;
}
.wsmenu a:focus {
  outline: none !important;
}
.wsmenu:before,
.wsmenu:after {
  content: "";
  display: table;
}
.wsmenu:after {
  clear: both;
}
.wsmenu input[type="submit"] {
  cursor: pointer;
}
.wsmenu input[type="button"] {
  cursor: pointer;
}
/*--------------------------------------------------------------------------
|  02 Desktop CSS
--------------------------------------------------------------------------*/
.wsmobileheader {
  display: none;
}
.overlapblackbg {
  display: none;
}
.wsmenu {
  color: #fff;
  position: relative;
  font-size: 14px;
  padding: 0 0 0 15px;
  width: auto;
  float: right;
}
.wsmenu-list {
  margin: 0 auto 0 auto;
  width: 100%;
  display: table;
  padding: 0px;
  text-align: center;
}
.wsmenu-list > li {
  text-align: center;
  display: inline-block;
}
.wsmenu-list > li:hover a,
.wsmenu-list > li.active a,
.wsmenu-list > li:focus a {
  color: #ffdc01;
}
.wsmenu-list li:first-child a {
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.wsmenu-list li:last-child a {
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  border-right: 0px solid;
}
.wsmenu-list > li > a .fa {
  display: inline-block;
  font-size: 14px;
  line-height: inherit;
  margin-right: 4px;
}
.wsmenu-list li ul li a .fa.fa-angle-double-right {
  font-size: 12px;
  margin: 0 3px 0 -4px;
}
.wsmenu-list li a .arrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #b3b3b3;
  content: "";
  float: right;
  height: 0;
  margin: 0 0 0 9px;
  position: absolute;
  text-align: right;
  top: 22px;
  width: 0;
}
.wsmenu-list > li > a {
  display: block;
  color: #ffffff;
  padding: 10px 20px;
  line-height: 32px;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
.wsmenu-list > li:last-child a {
  padding-right: 0;
}
.wsmenu-list > li a {
  position: relative;
  line-height: 92px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.wsmenu-list > li:hover a,
.wsmenu-list > li.active a,
.wsmenu-list > li:focus a {
  color: #ffdc01;
}
.wsmenu-list > li:hover a span:before,
.wsmenu-list > li.active a span:before,
.wsmenu-list > li:focus a span:before,
.wsmenu-list > li:hover a span:after,
.wsmenu-list > li.active a span:after,
.wsmenu-list > li:focus a span:after {
  opacity: 1;
}
.wsmenu-list li a:hover .arrow:after {
  border-top-color: #b3b3b3;
}
.wsmenu-list li a.active .arrow:after {
  border-top-color: #b3b3b3;
}
.wsmenu-list li:hover > a .arrow:after {
  border-top-color: #b3b3b3;
}
.megamenu iframe {
  width: 100%;
  margin-top: 10px;
  min-height: 200px;
}
.megamenu video {
  width: 100%;
  margin-top: 10px;
  min-height: 200px;
}
.wsmenu-list li:hover .megamenu {
  opacity: 1;
}
.megamenu {
  width: 100%;
  left: 0px;
  position: absolute;
  top: 48px;
  color: #000;
  z-index: 1000;
  margin: 0px;
  text-align: left;
  padding: 14px;
  font-size: 15px;
  border: solid 1px #eeeeee;
  background-color: #fff;
  opacity: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
.megamenu .title {
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  padding: 9px 5px 9px 0px;
  font-size: 17px;
  color: #424242;
  margin-bottom: 7px;
  text-align: left;
  height: 39px;
  margin: 0px 0px 10px 0px;
}
.link-list li {
  display: block;
  text-align: center;
  white-space: nowrap;
  text-align: left;
}
.link-list li a {
  line-height: 18px;
  border-right: none;
  text-align: left;
  padding: 6px 0px;
  background: #fff !important;
  background-image: none !important;
  color: #666666 !important;
  border-right: 0 none !important;
  display: block;
  border-right: 1px solid #e7e7e7;
  background-color: #fff;
  color: #424242;
}
.link-list .fa {
  font-size: 11px;
}
.megacollink {
  width: 23%;
  float: left;
  margin: 0% 1%;
  padding: 0px;
}
.megacollink li {
  display: block;
  text-align: center;
  white-space: nowrap;
  text-align: left;
}
.megacollink li a {
  line-height: 18px;
  border-right: none;
  text-align: left;
  padding: 8px 0px;
  background: #fff !important;
  background-image: none !important;
  color: #666666 !important;
  border-right: 0 none !important;
  display: block;
  border-right: 1px solid #e7e7e7;
  background-color: #fff;
  color: #424242;
}
.megacollink .fa {
  font-size: 11px;
}
.megacolimage {
  width: 31.33%;
  float: left;
  margin: 0% 1%;
}
.typographydiv {
  width: 100%;
  margin: 0% 0%;
}
.typographylinks {
  width: 25%;
  float: left;
  margin: 0% 0%;
}
.typographylinks ul {
  padding: 0px;
}
.mainmapdiv {
  width: 100%;
  display: block;
  margin: 0% 0%;
}
.wsmenu-list .ad-style {
  width: 28%;
  float: right;
}
.wsmenu-list .ad-style a {
  border: none !important;
  padding: 0px !important;
  margin: 0px !important;
  line-height: normal !important;
  background-image: none !important;
}
.mobile-sub .megamenu .ad-style a:hover {
  background-color: transparent !important;
}
.wsmenu-list .megamenu li:hover > a {
  background: transparent !important;
}
.wsmenu-list .megamenu li a:hover {
  background: transparent !important;
  text-decoration: underline;
}
.wsmenu-list .megamenu li .fa {
  margin-right: 5px;
  text-align: center;
  width: 18px;
}
.mrgtop {
  margin-top: 15px;
}
.show-grid div {
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #dbdbdb;
  border: 1px solid #e7e7e7;
  color: #6a6a6a;
  margin: 2px 0px;
}
.halfmenu {
  width: 40%;
  right: auto !important;
  left: auto !important;
}
.halfmenu .megacollink {
  width: 48%;
  float: left;
  margin: 0% 1%;
}
.halfdiv {
  width: 35%;
  right: 0px !important;
  left: auto;
}
.menu_form {
  width: 100%;
  display: block;
}
.menu_form input[type="text"] {
  width: 100%;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  margin-bottom: 8px;
}
.menu_form textarea {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  margin-bottom: 8px;
  min-height: 122px;
}
.menu_form input[type="submit"] {
  width: 25%;
  display: block;
  height: 28px;
  float: right;
  border: solid 1px #ccc;
  margin-right: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.menu_form input[type="button"] {
  width: 25%;
  display: block;
  height: 28px;
  float: right;
  border: solid 1px #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.megamenu .left.carousel-control {
  padding-top: 20%;
}
.megamenu .right.carousel-control {
  padding-top: 20%;
}
.carousel-inner .item img {
  width: 100%;
}
.megamenu .carousel-caption {
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  height: 31px;
  left: 0;
  padding: 7px 0;
  right: 0;
  width: 100%;
}
.wsmenu-list li > .wsmenu-submenu {
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
  visibility: hidden;
}
.wsmenu-list li:hover > .wsmenu-submenu {
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}
.wsmenu-submenu li > .wsmenu-submenu-sub {
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
  visibility: hidden;
}
.wsmenu-submenu li:hover > .wsmenu-submenu-sub {
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}
.wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub {
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
  visibility: hidden;
}
.wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}
.wsmenu-list li > .megamenu {
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
  visibility: hidden;
}
.wsmenu-list li:hover > .megamenu {
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}
.wsmenu-submenu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  margin: 0px;
  padding: 15px 0;
  background-color: #171717;
  opacity: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  min-width: 260px;
}
.wsmenu-submenu li a {
  background: #171717 !important;
  background-image: none !important;
  color: #ffffff !important;
  border-right: 0 none !important;
  text-align: left;
  display: block;
  line-height: 1.4;
  padding: 15px;
  text-transform: none;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: normal;
  border-right: 0px solid;
}
.wsmenu-submenu > li {
  position: relative;
  margin: 0px;
  padding: 0px;
}
.wsmenu-submenu > li:hover a,
.wsmenu-submenu > li:focus a,
.wsmenu-submenu > li.active a {
  background-color: #0e0e0e !important;
  color: #ffdc01 !important;
}
.wsmenu-submenu > li .wsmenu-submenu-sub > li a {
  color: #ffffff !important;
}
.wsmenu-submenu > li .wsmenu-submenu-sub > li:hover a,
.wsmenu-submenu > li .wsmenu-submenu-sub > li:focus a,
.wsmenu-submenu > li .wsmenu-submenu-sub > li.active a {
  background-color: #0e0e0e !important;
  color: #ffdc01 !important;
}
.wsmenuexpandermain {
  display: none;
}
.wsmenu-list li:hover .wsmenu-submenu {
  display: block;
}
.dropleft {
  left: auto !important;
  right: 100% !important;
}
.dropleftright {
  left: auto !important;
  right: 100% !important;
}
.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub {
  min-width: 220px;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0px;
  padding: 0px;
  min-width: 165px;
  opacity: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}
.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
  opacity: 1;
  list-style: none;
  padding: 2px;
  border: solid 1px #eeeeee;
  background-color: #fff;
}
.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
  display: block;
}
.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub {
  min-width: 165px;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0px;
  padding: 0px;
  opacity: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}
.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
  opacity: 1;
  list-style: none;
  padding: 2px;
  border: solid 1px #eeeeee;
  background-color: #fff;
}
.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub {
  min-width: 260px;
}
.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li > a {
  color: #ffffff;
}
.wsmenu-submenu li {
  position: relative;
  padding: 0px;
  margin: 0px;
  display: block;
}
.wsmenu-click {
  display: none;
}
.wsmenu-click02 {
  display: none;
}
.wsmenu-list li:hover > a {
  text-decoration: none;
}
.wsmenu-list > ul > li > a:hover {
  background-color: transparent !important;
  text-decoration: none;
}
.wsmenu-list > ul > li > a.active {
  background-color: transparent !important;
  text-decoration: none;
}
.wsmenu-submenu > li > a:hover {
  border-radius: 0px!important;
  text-decoration: none;
}
.typography-text {
  padding: 0px 0px;
  font-size: 15px;
}
.typography-text p {
  text-align: justify;
  line-height: 24px;
  color: #656565;
}
.typography-text ul li {
  display: block;
  padding: 2px 0px;
  line-height: 22px;
}
.typography-text ul li a {
  color: #656565;
}
.hometext {
  display: none;
}
.wsmenu-submenu .fa {
  margin-right: 7px;
}
/*--------------------------------------------------------------------------
|  03 Tab CSS
--------------------------------------------------------------------------*/
@media only screen and (min-width: 979px) and (max-width: 1064px) {
  .wsmenu {
    float: right;
  }
  .wsmenu-list > li > a > .fa {
    display: none !important;
  }
  .hometext {
    display: block !important;
  }
  .wsmenu {
    width: auto;
    padding-left: 0;
  }
  .wsmenu .wsmenu-list > li > a {
    padding: 0px 14px;
    font-size: 15px;
  }
  .wsmenu-list li a {
    white-space: nowrap !important;
  }
  .megacollink {
    width: 48%;
    margin: 1% 1%;
  }
  .typographylinks {
    width: 48%;
    margin: 1% 1%;
  }
  .head-right-wrap .header-search-form {
    width: 280px;
  }
}
@media only screen and (min-width: 979px) {
  .navigation-top {
    bottom: 0;
    font-size: 14px;
    font-size: 0.875rem;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 3;
  }
  .site-navigation-fixed.navigation-top {
    bottom: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 7;
  }
  .admin-bar .site-navigation-fixed.navigation-top {
    top: 32px;
  }
  .wsmenu-list li:hover > .wsmenu-submenu {
    display: block !important;
  }
  .wsmenu-submenu li:hover > .wsmenu-submenu-sub {
    display: block !important;
  }
  .wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
    display: block !important;
  }
  .wsmenu-list li:hover > .megamenu {
    display: block !important;
  }
  .wsmenu-list > .menu-arrow-1 > a span {
    position: relative;
  }
  .wsmenu-list > .menu-arrow-1 > a span:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff transparent transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 3.5px;
    top: 8px;
    content: "";
    margin-top: 0;
    position: absolute;
    right: -12px;
    z-index: 11111;
  }
  .wsmenu-list > li > .wsmenu-submenu > .menu-arrow-2 > a span:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #c1c1c1;
    border-image: none;
    border-style: solid;
    border-width: 3.5px;
    top: 14px;
    content: "";
    margin-top: 0;
    position: absolute;
    right: 10px;
    z-index: 11111;
  }
  .wsmenu-list > li > .arrowleft > .menu-arrow-2 > a span:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #c1c1c1 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 4px;
    top: 14px;
    content: "";
    margin-top: 0;
    position: absolute;
    right: auto !important;
    left: 10px !important;
    z-index: 11111;
    float: left;
  }
  .arrowleft li a {
    text-align: center;
  }
  .wsmenu-list > li > .wsmenu-submenu li > .wsmenu-submenu-sub > .menu-arrow-2 > a span:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #c1c1c1;
    border-image: none;
    border-style: solid;
    border-width: 4px;
    top: 14px;
    content: "";
    margin-top: 0;
    position: absolute;
    right: 8px;
    z-index: 11111;
  }
  .wsmenu-list > li > .arrowleft li > .wsmenu-submenu-sub > .menu-arrow-2 > a span:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #c1c1c1 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 4px;
    top: 13px;
    content: "";
    margin-top: 0;
    position: absolute;
    right: auto !important;
    left: 5px !important;
    z-index: 11111;
  }
  .wsmenu-list > li > .arrowleftright > .menu-arrow-2 > a span:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #c1c1c1 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 4px;
    top: 14px;
    content: "";
    margin-top: 0;
    position: absolute;
    right: auto !important;
    left: 10px !important;
    z-index: 11111;
    float: left;
  }
  .arrowleftright li a {
    text-align: center;
  }
}
@media only screen and (min-width: 980px) {
  .navigation-top {
    display: none;
  }
}
@media only screen and (min-width: 1190px) {
  .main-menu ul.custom_menu_parent > li a {
    padding: 10px 20px;
  }
}
/*--------------------------------------------------------------------------
|  04 Mobile CSS
--------------------------------------------------------------------------*/
@media only screen and (max-width: 979px) {
  .wsmenu {
    padding-left: 0;
  }
  .head-right-wrap {
    width: 0;
  }
  .head-right-wrap .header-search-form .widget_search {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .wsoffcanvasopener .wsmenu {
    left: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .wsmenucontainer.wsoffcanvasopener {
    display: block;
    margin-left: 240px;
  }
  .wsmobileheader {
    display: block !important;
    position: absolute;
    top: 26px;
    right: -8px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 43px;
    height: 35px;
  }
  .wsmenu-list > li:hover > a {
    background-color: #fff !important;
    text-decoration: none;
  }
  .hometext {
    display: inline-block !important;
  }
  .megacollink {
    width: 96% !important;
    margin: 0% 0% !important;
    padding: 5px 9px;
  }
  .megacolimage {
    width: 90% !important;
    margin: 0% 5% !important;
  }
  .typographylinks {
    width: 98% !important;
    margin: 0% 1% !important;
  }
  .typographydiv {
    width: 86% !important;
    margin: 0% 7% !important;
  }
  .mainmapdiv {
    width: 90% !important;
    margin: 0% 5% !important;
  }
  .overlapblackbg {
    left: 0;
    z-index: 102;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
  }
  .wsoffcanvasopener .overlapblackbg {
    display: block !important;
  }
  .wsmenu-submenu > li:hover > a {
    background-color: #7b7b7b;
    color: #444;
  }
  .wsmenu > .wsmenu-list > li > a.active {
    color: #444;
    background-color: rgba(0, 0, 0, 0.08);
  }
  .wsmenu > .wsmenu-list > li > a:hover {
    color: #444;
    background-color: rgba(0, 0, 0, 0.08);
  }
  .wsmenu-list li:hover .wsmenu-submenu {
    display: none;
  }
  .wsmenu-list li:hover .wsmenu-submenu .wsmenu-submenu-sub {
    display: none;
  }
  .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
    display: none;
    list-style: none;
    padding: 2px;
    border: solid 1px #eeeeee;
    background-color: #fff;
  }
  .wsmenu-list li:first-child a {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
  .wsmenu-list li:last-child a {
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    border-right: 0;
  }
  .innerpnd {
    padding: 0!important;
  }
  .typography-text {
    padding: 10px 0;
  }
  .wsmenucontainer {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .wsmenu-click {
    height: 43px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    width: 100%;
  }
  .wsmenu-click i {
    display: block;
    height: 23px;
    width: 25px;
    margin-top: 8px;
    margin-right: 8px;
    background-size: 25px;
    font-size: 21px;
    color: rgba(0, 0, 0, 0.25);
    float: right;
  }
  .wsmenu-click i:before {
    background-image: url(../images/icons-sprite.png);
    background-repeat: no-repeat;
    background-position: -14px -155px;
    content: "";
    display: inline-block;
    width: 24px;
    height: 25px;
  }
  .wsmenu-click02 {
    height: 43px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    width: 100%;
  }
  .wsmenu-click02 i {
    display: block;
    height: 23px;
    width: 25px;
    margin-top: 5px;
    margin-right: 8px;
    background-size: 25px;
    font-size: 21px;
    color: rgba(0, 0, 0, 0.25);
    float: right;
  }
  .wsmenu-click02 i:before {
    background-image: url(../images/icons-sprite.png);
    background-repeat: no-repeat;
    background-position: -14px -155px;
    content: "";
    display: inline-block;
    width: 24px;
    height: 25px;
  }
  .ws-activearrow > i:before,
  .wsmenu-rotate:before {
    background-image: url(../images/icons-sprite.png);
    background-repeat: no-repeat;
    background-position: -14px -178px !important;
  }
  .wsmenu-submenu-sub {
    width: 100% !important;
    position: static !important;
    left: 100% !important;
    top: 0 !important;
    display: none;
    margin: 0px !important;
    padding: 0px !important;
    border: solid 0px !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .wsmenu-submenu-sub li {
    margin: 0px 0px 0px 0px !important;
    padding: 0px;
    position: relative;
  }
  .wsmenu-submenu-sub a {
    display: block;
    padding: 10px 25px 10px 25px;
    border-bottom: solid 1px #ccc;
    font-weight: 300;
  }
  .wsmenu-submenu-sub li a.active {
    color: #000 !important;
  }
  .wsmenu-submenu-sub li:hover > a {
    background-color: #333333 !important;
    color: #fff;
  }
  .wsmenu-list > li > a .fa {
    margin-right: 6px;
  }
  .wsmenu-submenu-sub-sub {
    width: 100% !important;
    position: static !important;
    left: 100% !important;
    top: 0 !important;
    display: none;
    margin: 0px !important;
    padding: 0px !important;
    border: solid 0px !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .wsmenu-submenu-sub-sub li {
    margin: 0px 0px 0px 0px !important;
  }
  .wsmenu-submenu-sub-sub a {
    display: block;
    color: #000;
    padding: 10px 25px;
    background: #000 !important;
    border-bottom: solid 1px #ccc;
    font-weight: normal;
  }
  .wsmenu-submenu-sub-sub li a.active {
    color: #000 !important;
  }
  .wsmenu-submenu-sub-sub li:hover > a {
    background-color: #606060 !important;
    color: #fff;
  }
  .wsmenu {
    position: relative;
  }
  .wsmenu .wsmenu-list {
    overflow-y: auto;
    display: block !important;
  }
  .wsmenu .wsmenu-list > li {
    width: 100%;
    display: block;
    float: none;
    border-right: none;
    background-color: transparent;
    position: relative;
    white-space: inherit;
    clear: left;
  }
  .wsmenu > .wsmenu-list > li > a {
    padding: 9px 32px 9px 0px;
    font-size: 14px;
    text-align: left;
    border-right: solid 0px;
    background-color: transparent;
    color: #444444;
    line-height: 25px;
    border-bottom: 1px solid;
    border-bottom-color: #eee;
    position: static;
  }
  .wsmenu > .wsmenu-list > li > a > .fa {
    font-size: 16px;
    color: #bfbfbf;
  }
  .wsmenu .wsmenu-list li a .arrow:after {
    display: none !important;
  }
  .wsmenu .wsmenu-list li ul li a .fa.fa-caret-right {
    font-size: 12px !important;
    color: #8E8E8E;
  }
  .mobile-sub .wsmenu-submenu {
    transform: none !important;
    opacity: 1 !important;
    display: none;
    position: relative !important;
    top: 0px;
    background-color: #fff;
    padding: 0px;
    visibility: visible !important;
  }
  .mobile-sub .wsmenu-submenu li a {
    line-height: 20px;
    height: 36px;
    background-color: #fff !important;
    font-size: 13px !important;
    padding: 8px 0px 8px 12px;
    color: #171717 !important;
  }
  .mobile-sub .wsmenu-submenu li a:hover {
    background-color: #fff !important;
  }
  .mobile-sub .wsmenu-submenu li:hover > a {
    background-color: #fff !important;
    color: #666666;
  }
  .mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li a {
    line-height: 20px;
    height: 36px;
    background-color: #fff !important;
    border-bottom: none;
    padding-left: 28px;
  }
  .mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li .wsmenu-submenu-sub-sub li a {
    line-height: 20px;
    height: 36px;
    background-color: #e7e7e7 !important;
    border-bottom: none !important;
    padding-left: 38px;
    color: #8e8e8e;
  }
  .wsmenu-list .megamenu {
    background-color: #e7e7e7;
    color: #666666;
    display: none;
    position: relative !important;
    top: 0px;
    padding: 0px;
    border: solid 0px;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .wsmenu-list li:hover .megamenu {
    display: none;
    position: relative !important;
    top: 0px;
  }
  .megamenu .title {
    color: #666666;
    font-size: 15px !important;
    padding: 10px 8px 10px 0px;
  }
  .halfdiv .title {
    padding-left: 15px;
  }
  .ad-style {
    width: 100% !important;
  }
  .megamenu ul li.title {
    line-height: 26px;
    color: #666666;
    margin: 0px;
    font-size: 15px;
    padding: 7px 13px !important;
    border-bottom: 1px solid #ccc;
    background-color: transparent !important;
  }
  .halfdiv {
    width: 100%;
    display: block;
  }
  .halfmenu {
    width: 100%;
    display: block;
  }
  .menu_form {
    padding: 10px 10px 63px 10px;
    background-color: #e7e7e7;
  }
  .menu_form input[type="button"] {
    width: 46%;
  }
  .menu_form input[type="submit"] {
    width: 46%;
  }
  .menu_form textarea {
    min-height: 100px;
  }
  .wsmenu {
    width: 240px;
    left: -240px;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 0px;
    z-index: 103;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none !important;
    background-color: #fff !important;
    padding: 10px;
  }
  .animated-arrow {
    position: relative;
    left: 0;
    top: 0;
    z-index: 102;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
  }
  .callusicon {
    color: #c9c9c9;
    font-size: 25px;
    height: 25px;
    position: fixed;
    right: 15px;
    top: 13px;
    transition: all 0.4s ease-in-out 0s;
    width: 25px;
    z-index: 102;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .callusicon:focus,
  .callusicon:hover {
    color: #fff !important;
  }
  .wsoffcanvasopener .callusicon {
    display: none !important;
  }
  .smallogo {
    display: block;
    text-align: center;
    padding-top: 9px;
    position: fixed;
    z-index: 101;
    width: 100%;
    height: 52px;
    background: #262626;
    background: -moz-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(50%, #1c1c1c), color-stop(100%, #262626));
    background: -webkit-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
    background: -o-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
    background: -ms-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
    background: linear-gradient(to bottom, #262626 0, #1c1c1c 50%, #262626 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626', endColorstr='#262626', GradientType=0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  }
  .animated-arrow.active-nav {
    top: -6px;
  }
  .animated-arrow {
    cursor: pointer;
    padding: 14px 34px 18px 10px;
    margin: 0;
  }
  .animated-arrow span,
  .animated-arrow span:before,
  .animated-arrow span:after {
    cursor: pointer;
    height: 3px;
    width: 24px;
    background: #ffdc01;
    position: absolute;
    display: block;
    content: '';
  }
  .animated-arrow span:before {
    top: -7px;
  }
  .animated-arrow span:after {
    bottom: -7px;
  }
  .animated-arrow span,
  .animated-arrow span:before,
  .animated-arrow span:after {
    transition: all 500ms ease-in-out;
  }
  .active-nav.animated-arrow span {
    background-color: transparent;
  }
  .active-nav.animated-arrow span:before,
  .animated-arrow.active span:after {
    top: 7px;
  }
  .active-nav.animated-arrow span:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 0px;
  }
  .active-nav.animated-arrow span:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .wsmenu-list li > .wsmenu-submenu {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
  }
  .wsmenu-list li:hover > .wsmenu-submenu {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
  }
  .wsmenu-submenu li > .wsmenu-submenu-sub {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
  }
  .wsmenu-submenu li:hover > .wsmenu-submenu-sub {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .wsmenu-list li > .megamenu {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .wsmenu-list li:hover > .megamenu {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .main-menu {
    display: none!important;
  }
  .admin-bar .navigation-top nav.wsmenu .wsmenu-list {
    padding-top: 50px;
  }
}
.header-search-form {
  float: right;
  display: none;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.search-form {
  position: relative;
}
.search-form .search-submit {
  bottom: 3px;
  padding: 0.5em 1em;
  position: absolute;
  right: 3px;
  top: 5px;
  background-image: url(../images/icons-sprite.png);
  background-repeat: no-repeat;
  background-position: -15px -92px;
  background-color: transparent;
}
.search-form .search-submit:hover {
  background-position: -15px -120px;
}
.search-form label {
  display: none;
}
.search-toggle-wrapper {
  display: none;
}
.search-toggle-wrapper.mobile-active {
  display: block;
  width: 280px;
  border-radius: 3px;
  position: absolute;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  right: 0;
  top: 117px;
  background: #f2f2f2;
  padding: 10px;
  z-index: 10;
}
.search-toggle-wrapper.mobile-active:before,
.search-toggle-wrapper.mobile-active:after {
  content: "";
  position: absolute;
}
.search-toggle-wrapper.mobile-active:before {
  right: 13px;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #dadada;
}
.search-toggle-wrapper.mobile-active:after {
  right: 13px;
  top: -9px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f2f2f2;
}
.icon-search-toggle {
  position: absolute;
  top: 42px;
  right: 10px;
  background-image: url(../images/icons-sprite.png);
  background-repeat: no-repeat;
  background-position: -10px -92px;
  width: 30px;
  height: 30px;
  z-index: 10;
}
@media only screen and (min-width: 979px) {
  .icon-search-toggle {
    display: none;
  }
  .search-toggle-wrapper {
    display: block !important;
  }
  .header-search-form {
    padding-top: 35px;
    float: left;
    width: 320px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1110px) {
  .header-search-form {
    width: 380px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1190px) {
  .header-search-form {
    margin-right: 0;
  }
}
.site-footer {
  background-color: #171717;
  position: relative;
}
.site-footer a#backToTop {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  top: -45px;
  width: 80px;
  margin: 0 auto;
}
.site-footer a#backToTop:focus {
  outline: none;
}
.site-footer a#backToTop img {
  margin: 0 auto;
}
/* Footer widgets */
.site-footer {
  padding-top: 50px;
  padding-bottom: 40px;
}
.site-footer .widget-area {
  padding-bottom: 10px;
  padding-top: 10px;
}
.site-footer .widget-area h2.widget-title {
  color: #e1e1e1;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.site-footer .widget-area .widget-column {
  color: #9d9d9d;
  font-size: 16px;
}
.site-footer .widget-area .widget-column a {
  color: #9d9d9d;
}
.site-footer .widget-area .widget-column a:hover,
.site-footer .widget-area .widget-column a:focus {
  color: #ffdc01;
}
.site-footer nav.social-navigation {
  display: none;
}
/* Site info */
.site-info {
  font-size: 12px;
  background-color: #171717;
  border-top: 1px solid #252525;
  padding: 20px 0;
  color: #9d9d9d;
}
.site-info .site-info-col.last,
.site-info .site-info-col.last a {
  color: #4e4e4e;
}
.site-info .site-info-col.last a:hover {
  color: #ffdc01;
}
.site-info .site-info-col p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .site-info {
    padding: 10px 0;
  }
  .site-info .site-info-col {
    text-align: center;
  }
  .site-info .site-info-col p {
    margin-bottom: 7px;
  }
}
.site-info .sep {
  margin: 0;
  display: block;
  visibility: hidden;
  height: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .site-footer .widget-column {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 20%;
  }
  .site-footer .widget-column.footer-widget-1 {
    width: 15%;
  }
  .site-footer .widget-column.footer-widget-5 {
    width: 25%;
    border-left: 1px solid #252525;
    padding-left: 30px;
  }
  .site-info .site-info-col {
    float: left;
    width: 50%;
  }
  .site-info .site-info-col.last {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer .widget-area .widget-column {
    margin-bottom: 20px;
  }
}
/* Post Landing Page */
.sticky {
  position: relative;
}
.post:not(.sticky) .icon-thumb-tack {
  display: none;
}
.sticky .icon-thumb-tack {
  display: block;
  height: 18px;
  left: -1.5em;
  position: absolute;
  top: 1.65em;
  width: 20px;
}
.page .panel-content .entry-title,
.page-title,
body.page:not(.kmtheme-front-page) .entry-title {
  color: #222;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.entry-header .entry-title {
  margin-bottom: 0.25em;
}
.entry-title a {
  color: #333;
  text-decoration: none;
  margin-left: -2px;
}
.entry-title:not(:first-child) {
  padding-top: 0;
}
.entry-meta {
  color: #767676;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  padding-bottom: 0.25em;
  text-transform: uppercase;
}
.entry-meta a {
  color: #767676;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.pagination,
.comments-pagination {
  border-top: 1px solid #eee;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 2em 0 3em;
  text-align: center;
}
.pagination .icon,
.comments-pagination .icon {
  width: 0.666666666em;
  height: 0.666666666em;
}
.comments-pagination {
  border: 0;
}
.page-numbers {
  display: none;
  padding: 0.5em 0.75em;
}
.page-numbers.current {
  color: #767676;
  display: inline-block;
}
.page-numbers.current .screen-reader-text {
  clip: auto;
  height: auto;
  overflow: auto;
  position: relative !important;
  width: auto;
}
.prev.page-numbers,
.next.page-numbers {
  background-color: #ddd;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.25em 0.5em 0.4em;
}
.prev.page-numbers,
.next.page-numbers {
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
  background-color: #767676;
  color: #fff;
}
.prev.page-numbers {
  float: left;
}
.next.page-numbers {
  float: right;
}
/* Aligned blockquotes */
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  width: 48%;
}
/* Blog landing, search, archives */
.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
  padding-bottom: 2em;
}
body:not(.kmtheme-front-page) .entry-header {
  padding: 1em 0;
}
body:not(.kmtheme-front-page) .entry-header,
body:not(.kmtheme-front-page) .entry-content,
body:not(.kmtheme-front-page) #comments {
  margin-left: auto;
  margin-right: auto;
}
body:not(.kmtheme-front-page) .entry-header {
  padding-top: 0;
}
.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
  color: #222;
  display: inline-block;
  margin-left: 1em;
  white-space: nowrap;
}
.search .page .entry-meta a.post-edit-link {
  margin-left: 0;
  white-space: nowrap;
}
.taxonomy-description {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
}
/* More tag */
.entry-content .more-link:before {
  content: "";
  display: block;
  margin-top: 1.5em;
}
/* Single Post */
.single-featured-image-header {
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
}
.single-featured-image-header img {
  display: block;
  margin: auto;
}
.page-links {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 2em 0 3em;
}
.page-links .page-number {
  color: #767676;
  display: inline-block;
  padding: 0.5em 1em;
}
.page-links a {
  display: inline-block;
}
.page-links a .page-number {
  color: #222;
}
/* Entry footer */
.entry-footer {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-top: 2em;
  padding: 2em 0;
}
.entry-footer .cat-links,
.entry-footer .tags-links {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  padding-left: 2.5em;
  position: relative;
  text-transform: uppercase;
}
.entry-footer .cat-links + .tags-links {
  margin-top: 1em;
}
.entry-footer .cat-links a,
.entry-footer .tags-links a {
  color: #333;
}
.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
  color: #767676;
  left: 0;
  margin-right: 0.5em;
  position: absolute;
  top: 2px;
}
.entry-footer .edit-link {
  display: inline-block;
}
.entry-footer .edit-link a.post-edit-link {
  background-color: #222;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  margin-top: 2em;
  padding: 0.7em 2em;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  white-space: nowrap;
}
.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
  background-color: #767676;
}
/* Post Formats */
.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
.format-quote blockquote {
  color: #333;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  overflow: visible;
  position: relative;
}
.format-quote blockquote .icon {
  display: block;
  height: 20px;
  left: -1.25em;
  position: absolute;
  top: 0.4em;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  width: 20px;
}
/* Post Navigation */
.post-navigation {
  font-weight: 800;
  margin: 3em 0;
}
.post-navigation .nav-links {
  padding: 1em 0;
}
.nav-subtitle {
  background: transparent;
  color: #767676;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.1818em;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.nav-title {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
}
.post-navigation .nav-next {
  margin-top: 1.5em;
}
.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
  margin-right: 0.5em;
}
.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
  margin-left: 0.5em;
}
.page-header {
  padding-bottom: 2em;
}
.page .entry-header .edit-link {
  font-size: 14px;
  font-size: 0.875rem;
}
.search .page .entry-header .edit-link {
  font-size: 11px;
  font-size: 0.6875rem;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page:not(.home) #content {
  padding-bottom: 1.5em;
}

/* original
.has-sidebar .rev_slider .tp-mask-wrap .tp-caption {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.85);
  min-width: 690px !important;
  max-width: 690px !important;
}
.has-sidebar .rev_slider .tp-mask-wrap .tp-caption label {
  line-height: normal!important;
  margin-bottom: 15px;
  font-family: 'Oswald', sans-serif;
  font-size: 45px;
  color: #ffffff;
  font-weight: 800;
}
.has-sidebar .rev_slider .tp-mask-wrap .tp-caption p {
  color: #ffffff;
  font-weight: 300 !important;
}
*/

/* Jan 26 2023 Mike is in below replacing .tp-mask-wrap with .rs-layer-wrap 
rs-layer-wrap class="rs-parallax-wrap" maybe that needed instead

deleted .rev_slider .tp-caption


this does exist in update "class="wpb_revslider_element wpb_content_element""
*/
/* adding font crap font-family: 'Montserrat', sans-serif;

    font-family: 'Montserrat', sans-serif;
    color: #282828;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.2px;

*/
.has-sidebar .rs-parallax-wrap {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.85);
  font-family: 'Montserrat', sans-serif;
	min-width: 690px !important;
  max-width: 690px !important;
}
.has-sidebar .rs-parallax-wrap label {
  line-height: normal!important;
  margin-bottom: 15px;
  font-family: 'Oswald', sans-serif;
  font-size: 45px;
  color: #ffffff;
  font-weight: 800;
}
.has-sidebar .rs-parallax-wrap span {
  font-size: 22px;
	color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400 !important;
}

.has-sidebar .rs-parallax-wrap p {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300 !important;
}
@media only screen and (max-width: 767px) {
}
.color-palletes-wrap {
  display: table;
  width: 100%;
  padding-top: 20px;
}
.color-palletes-wrap .color-palletes {
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  display: table-cell;
  width: 11%;
  height: 185px;
  vertical-align: middle;
  line-height: 185px;
  font-size: 15px;
  color: #ffffff;
  background-color: #171717;
  position: relative;
  z-index: 0;
  overflow: hidden;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.color-palletes-wrap .color-palletes p {
  padding: 10px;
  line-height: normal;
  vertical-align: middle;
  width: 100%;
  margin: 0;
}
.color-palletes-wrap .color-palletes.black {
  background-color: #000000;
}
.color-palletes-wrap .color-palletes.brown {
  background-color: #2a0e00;
}
.color-palletes-wrap .color-palletes.brown {
  background-color: #2a0e00;
}
.color-palletes-wrap .color-palletes.red {
  background-color: #540000;
}
.color-palletes-wrap .color-palletes.navy {
  background-color: #01002a;
}
.color-palletes-wrap .color-palletes.blue {
  background-color: #00007e;
}
.color-palletes-wrap .color-palletes.slate {
  background-color: #023855;
}
.color-palletes-wrap .color-palletes.pacific {
  background-color: #005655;
}
.color-palletes-wrap .color-palletes.green {
  background-color: #002e0d;
}
.color-palletes-wrap .color-palletes:hover,
.color-palletes-wrap .color-palletes:focus {
  transform: scale(1.15);
  z-index: 1;
  border: 2px solid #ffffff;
}
.color-palletes-wrap .color-palletes:hover p,
.color-palletes-wrap .color-palletes:focus p {
  transform: none;
}
@media only screen and (max-width: 979px) {
  .color-palletes-wrap .color-palletes {
    display: inline-block;
    width: 33.3333%;
    font-size: 14px;
  }
  .color-palletes-wrap .color-palletes p {
    display: inline-block;
  }
  .color-palletes-wrap .color-palletes:hover,
  .color-palletes-wrap .color-palletes:focus {
    transform: scale(1.1);
  }
}
.tech-icons-colms4 {
  text-align: center;
}
.tech-icons-colms4 label {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
.tech-icons-colms4 img {
  margin: 0 auto;
}
.inds-sidebar:first-child {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .inds-sidebar:first-child {
    margin-top: 35px;
  }
}
.inds-sidebar h2.widgettitle {
  background-color: #ffdc01;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  padding: 15px;
}
.inds-sidebar ul {
  padding-left: 15px;
  padding-bottom: 20px;
}
.inds-sidebar ul li {
  display: block;
}
.inds-sidebar ul li a {
  padding: 5px 0;
  display: block;
  text-decoration: underline;
  color: #2d92a1;
  font-size: 18px;
}
.inds-sidebar ul li:hover a,
.inds-sidebar ul li:focus a {
  text-decoration: none;
}
.review-bgcurve {
  padding-top: 150px;
  padding-bottom: 50px;
  background-image: url(../images/father-son-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.review-bgcurve:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 300px;
  display: block !important;
  top: -200px;
  background-color: white;
  transform: skewY(4deg);
}
.review-bgcurve .sp-testimonial-free-wrapper {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 30px;
}
.review-bgcurve .sp-testimonial-free-wrapper h4.tfree-client-name {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.review-bgcurve .sp-testimonial-free-wrapper h4.tfree-client-name:before {
  position: relative;
  content: "-";
  padding-right: 7px;
}
.review-bgcurve .sp-testimonial-free-wrapper .tfree-client-testimonial {
  text-align: left;
  position: relative;
}
.review-bgcurve .sp-testimonial-free-wrapper .tfree-client-testimonial:before {
  content: "Featured Review";
  position: relative;
  color: #737373;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  display: block;
  padding-bottom: 15px;
}
.review-bgcurve .sp-testimonial-free-wrapper .tfree-client-testimonial p.tfree-testimonial-content {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  padding-left: 30px;
  display: block;
}
.review-bgcurve .sp-testimonial-free-wrapper .tfree-client-testimonial p.tfree-testimonial-content:before {
  font-size: 20px;
  position: absolute;
  content: "\f10d";
  font-family: "FontAwesome";
  left: 0;
  top: -6px;
  color: #ffdc01;
}
.review-bgcurve .sp-testimonial-free-wrapper .tfree-client-testimonial p.tfree-testimonial-content:after {
  font-size: 20px;
  position: relative;
  content: "\f10e";
  font-family: "FontAwesome";
  padding-left: 10px;
  bottom: -6px;
  color: #ffdc01;
}
@media only screen and (max-width: 767px) {
  .review-bgcurve .sp-testimonial-free-wrapper .tfree-client-testimonial p.tfree-testimonial-content {
    font-size: 14px;
  }
}
.stage-bgcurve {
  position: relative;
}
.stage-bgcurve.row-spacing {
  padding-bottom: 100px;
}
.stage-bgcurve:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100px;
  display: block !important;
  bottom: -50px;
  background-color: white;
  transform: skewY(3deg);
}
.wpb_revslider_element {
  padding-bottom: 5px;
}
.wpb_revslider_element:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  background-color: #01547e;
  height: 10px;
}
.yellow-thick-line .wpb_revslider_element {
  padding-bottom: 5px;
}
.yellow-thick-line .wpb_revslider_element:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  background-color: #ffdc01;
  height: 10px;
}
.blue-link {
  color: #030079;
  text-decoration: underline;
}
.blue-link:hover,
.blue-link:focus {
  text-decoration: none;
}
ul.list-bullets {
  padding-left: 20px;
}
ul.list-bullets li {
  list-style: disc;
}
.indus-type {
  height: 400px;
  background-position: center center;
  margin-bottom: 30px !important;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.indus-type:hover,
.indus-type:focus {
  background-position: 0!important;
}
.indus-type:hover a,
.indus-type:focus a {
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
}
.indus-type a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  color: #ffffff;
}
.indus-type a br {
  display: none;
}
.indus-type a label {
  cursor: pointer;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
}
.indus-type a .excerpt {
  padding-top: 15px;
  padding-bottom: 50px;
  font-size: 12px;
  font-weight: 300;
  display: block;
}
.indus-type a .button {
  position: absolute;
  bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .indus-type a {
    font-size: 20px;
  }
}
.wpb-js-composer .solar-tabs table th {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  border-bottom: 1px solid #000000;
}
.wpb-js-composer .solar-tabs table tbody tr {
  border: none;
}
.wpb-js-composer .solar-tabs table tbody tr td {
  font-size: 16px;
  color: #000000;
  padding: 15px;
}
.wpb-js-composer .solar-tabs table tbody tr td a img {
  box-shadow: none;
  display: inline-block;
  margin-right: 5px;
}
.wpb-js-composer .solar-tabs table tbody tr:nth-child(even) {
  background-color: #ebeced;
}
.wpb-js-composer .solar-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
  padding-bottom: 50px !important;
  margin-top: 0!important;
}
.wpb-js-composer .solar-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab {
  position: relative;
}
.wpb-js-composer .solar-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  width: 0;
  height: 0;
  opacity: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 20px solid #ffdc01;
}
.wpb-js-composer .solar-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
}
.wpb-js-composer .solar-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active a,
.wpb-js-composer .solar-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab:hover a,
.wpb-js-composer .solar-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab:focus a {
  background-color: #ffdc01;
}
.wpb-js-composer .solar-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active:after,
.wpb-js-composer .solar-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab:hover:after,
.wpb-js-composer .solar-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab:focus:after {
  opacity: 1;
}
.wpb-js-composer .solar-tabs .vc_tta-panels-container .vc_tta-panels,
.wpb-js-composer .solar-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent!important;
  border: none!important;
}
.wpb-js-composer .solar-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  margin-bottom: 5px!important;
}
.wpb-js-composer .solar-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .solar-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a {
  color: #000000 !important;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0;
}
.wpb-js-composer .solar-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #ffdc01;
}
.wpb-js-composer .solar-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding-left: 0;
  padding-right: 0;
}
.case-study-main-wrap h3 {
  font-size: 20px;
}
.case-study-main-wrap .case-study-list .case-study-image-container {
  position: relative;
}
.case-study-main-wrap .case-study-list .case-study-image-container .button {
  font-size: 14px;
  padding: 10px 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.case-study-main-wrap .case-study-list .case-study-image-container img {
  height: 240px;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.case-study-main-wrap .case-study-list h4 {
  font-weight: 600;
  font-size: 16px;
  padding: 10px;
}
.blog .page-header {
  position: absolute;
  top: -35px;
}
.blog .page-header h1.page-title {
  color: #ffffff;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .blog .page-header {
    top: -60px;
  }
  .blog .page-header h1.page-title {
    font-size: 25px;
  }
}
.blog .content-area {
  padding-top: 50px;
}
.single.has-sidebar:not(.error404) #primary,
.blog.has-sidebar:not(.error404) #primary,
.archive.has-sidebar:not(.error404) #primary {
  width: 100%;
  padding-right: 0;
}
.single.has-sidebar #secondary,
.blog.has-sidebar #secondary,
.archive.has-sidebar #secondary {
  display: none;
}
.single article .entry-footer,
.blog article .entry-footer,
.archive article .entry-footer {
  display: none;
}
.single article .entry-header .entry-meta .edit-link,
.blog article .entry-header .entry-meta .edit-link,
.archive article .entry-header .entry-meta .edit-link {
  display: none;
}
.single article .entry-header .entry-title,
.blog article .entry-header .entry-title,
.archive article .entry-header .entry-title,
.single article .entry-header .entry-title a,
.blog article .entry-header .entry-title a,
.archive article .entry-header .entry-title a {
  font-size: 16px;
  text-transform: none;
}
.single article .entry-content .readMoreBtn.button,
.blog article .entry-content .readMoreBtn.button,
.archive article .entry-content .readMoreBtn.button {
  font-size: 14px;
  padding: 10px 20px;
}
.single.single-post .site-content,
.archive .site-content {
  padding-top: 180px;
}
@media only screen and (min-width: 979px) {
  .single.single-post .site-content,
  .archive .site-content {
    padding-top: 240px;
  }
}
.single-case-study.has-sidebar:not(.error404) #primary {
  width: 100%;
  padding-right: 0;
}
.single-case-study.has-sidebar #secondary {
  display: none;
}
.single-case-study article .entry-footer {
  display: none;
}
.single-case-study .site-content {
  padding-top: 150px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 979px) {
  .single-case-study .site-content {
    padding-top: 220px;
  }
}
.single-case-study .site-content > .wrap {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.case-study-single-wrap .case-study-detail {
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
}
.case-study-single-wrap .case-study-detail .case-study-single-image-container {
  padding: 30px 0;
}
.case-study-single-wrap .case-study-detail .case-study-single-image-container img {
  margin: auto;
}
.case-study-single-wrap .case-study-detail .place,
.case-study-single-wrap .case-study-detail .yr {
  margin-bottom: 0;
}
.case-study-single-wrap .case-study-company {
  background-color: #e1e1e1;
  padding-top: 40px;
  padding-bottom: 40px;
}
.case-study-single-wrap .case-study-company .case-study-company-content p {
  text-align: justify;
}
.case-study-single-wrap .case-study-background {
  padding-top: 40px;
  padding-bottom: 40px;
  background-repeat: no-repeat;
  background-image: url(../images/background.jpg);
  text-align: center;
  position: relative;
  z-index: 1;
}
.case-study-single-wrap .case-study-background:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.case-study-single-wrap .case-study-background h3,
.case-study-single-wrap .case-study-background p {
  color: #ffffff;
}
.case-study-single-wrap .case-study-solution {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 5px solid #ebebeb;
  text-align: center;
}
.related-case-studies {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .case-study-single-wrap .case-study-detail p {
    font-size: 20px;
  }
  .case-study-single-wrap .case-study-company {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .case-study-single-wrap .case-study-company .case-study-company-content {
    float: left;
    width: 46%;
    padding-right: 30px;
    font-size: 20px;
  }
  .case-study-single-wrap .case-study-company .case-study-company-content.no-company-image {
    width: 100%;
  }
  .case-study-single-wrap .case-study-company .company-single-image-container {
    float: left;
    width: 54%;
  }
  .case-study-single-wrap .case-study-background {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .case-study-single-wrap .case-study-background p {
    font-size: 20px;
  }
  .case-study-single-wrap .case-study-solution {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .case-study-single-wrap .case-study-solution p {
    font-size: 18px;
  }
  .case-study-single-wrap .case-study-solution .pdf-doc {
    position: relative;
  }
  .case-study-single-wrap .case-study-solution .pdf-doc:before {
    content: '';
    background-image: url(../images/pdf-doc.png);
    background-repeat: no-repeat;
    width: 43px;
    height: 55px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
  }
  .single .post-navigation .nav-previous {
    padding-left: 1.5em;
  }
  .single .post-navigation .nav-next {
    padding-right: 1.5em;
  }
  .single .related-case-studies {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .single .related-case-studies .case-study-list {
    width: 33.3333%;
  }
  .single .related-case-studies .case-study-list h4 {
    font-size: 25px;
  }
  .case-study-main-wrap {
    float: left;
    width: 100%;
  }
  .case-study-main-wrap h3 {
    font-size: 35px;
  }
  .case-study-main-wrap .case-study-list {
    float: left;
    width: 33.3333%;
    padding-right: 10px;
  }
  .case-study-main-wrap .case-study-list h4 {
    min-height: 86px;
  }
  .case-study-main-wrap .case-study-list .case-study-image-container {
    overflow: hidden;
  }
  .case-study-main-wrap .case-study-list .case-study-image-container .button {
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -ms-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    position: absolute;
    top: 0;
    opacity: 0;
  }
  .case-study-main-wrap .case-study-list:hover .case-study-image-container .button,
  .case-study-main-wrap .case-study-list:focus .case-study-image-container .button {
    opacity: 1;
    top: 50%;
  }
  .wpb-js-composer .solar-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab {
    width: 25%;
    margin: 0;
    vertical-align: top;
    text-align: center;
  }
  .wpb-js-composer .solar-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a {
    min-height: 100px;
    font-size: 18px;
  }
  .review-bgcurve {
    padding-top: 300px;
  }
  .review-bgcurve:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 300px;
    display: block !important;
    top: -200px;
    background-color: white;
    transform: skewY(4deg);
  }
  .review-bgcurve .sp-testimonial-free-wrapper {
    max-width: 50%;
  }
  .left-image-col .solar-bene-content-left {
    float: right;
  }
  .left-image-col .solar-bene-content-left > .vc_column-inner {
    float: left;
    padding-left: 30px !important;
  }
  .indus-type a label {
    font-size: 25px;
  }
  .indus-type a .excerpt {
    font-size: 14px;
  }
  .indus-type a .excerpt,
  .indus-type a .button {
    display: none;
  }
  .indus-type:hover a .excerpt,
  .indus-type:focus a .excerpt,
  .indus-type:hover a .button,
  .indus-type:focus a .button {
    display: block;
  }
}
@media only screen and (min-width: 979px) {
  .review-bgcurve {
    padding-top: 500px;
    padding-bottom: 110px;
  }
  .wpb-js-composer .solar-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a {
    font-size: 18px;
    padding: 14px 15px;
  }
}
@media only screen and (min-width: 1190px) {
  .case-study-main-wrap .case-study-list {
    width: 25%;
  }
  .wpb-js-composer .solar-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1190px) {
  .solar-bene-content-left h3.vc_custom_heading {
    font-size: 20px !important;
  }
  .solar-bene-content-left .f-size20,
  .solar-bene-content-left .f-size20 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .wpb_single_image {
    padding-bottom: 30px;
  }
  .case-study-single-wrap img {
    margin: auto;
  }
}
@media only screen and (max-width: 575px) {
  .single-featured-image-header img {
    min-height: 170px;
  }
}
.error404 .page-content {
  padding-bottom: 4em;
}
.error404 .page-content .search-form,
.search .page-content .search-form {
  margin-bottom: 3em;
}
#comments {
  clear: both;
  padding: 2em 0 0.5em;
}
.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}
.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list li:before {
  display: none;
}
.comment-body {
  margin-left: 65px;
}
.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}
.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}
.comment-author .says {
  display: none;
}
.comment-meta {
  margin-bottom: 1.5em;
}
.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}
.comment-metadata a {
  color: #767676;
}
.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}
.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em;
}
.comment-reply-link {
  font-weight: 800;
  position: relative;
}
.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}
.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px;
}
.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}
.comments-pagination {
  margin: 2em 0 3em;
}
.form-submit {
  text-align: right;
}
#secondary {
  padding: 20px 0 0;
}
.widget {
  padding-bottom: 0px;
}
h2.widget-title {
  color: #282828;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.widget-title a {
  color: inherit;
}
/* widget forms */
.widget select {
  width: 100%;
}
/* widget lists */
.widget ul {
  list-style: none;
  margin: 0;
}
.widget ul li,
.widget ol li {
  padding: 5px 0;
}
.widget:not(.widget_tag_cloud) ul li + li {
  margin-top: -1px;
}
.widget ul li ul {
  margin: 0 0 -1px;
  padding: 0;
  position: relative;
}
.widget ul li li {
  border: 0;
  padding-left: 24px;
  padding-left: 1.5rem;
}
/* Widget lists of links */
.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
  bottom: 0;
}
.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
  padding-bottom: 0.25em;
  padding-top: 0.25em;
}
.widget_rss ul li {
  padding-bottom: 1em;
  padding-top: 1em;
}
/* Widget markup */
.widget .post-date,
.widget .rss-date {
  font-size: 0.81em;
}
/* Text widget */
.widget_text {
  word-wrap: break-word;
}
.widget_text ul {
  list-style: disc;
  margin: 0;
}
.widget_text ol {
  list-style: decimal;
}
.widget_text ul li,
.widget_text ol li {
  border: none;
}
.widget_text ul li:last-child,
.widget_text ol li:last-child {
  padding-bottom: 0;
}
.widget_text ul li ul {
  margin: 0 0 0 1.5em;
}
.widget_text ul li li {
  padding-left: 0;
  padding-right: 0;
}
.widget_text ol li {
  list-style-position: inside;
}
.widget_text ol li + li {
  margin-top: -1px;
}
/* RSS Widget */
.widget_rss .widget-title .rsswidget:first-child {
  float: right;
}
.widget_rss .widget-title .rsswidget:first-child:hover {
  background-color: transparent;
}
.widget_rss .widget-title .rsswidget:first-child img {
  display: block;
}
.widget_rss ul li {
  padding: 2.125em 0;
}
.widget_rss ul li:first-child {
  border-top: none;
  padding-top: 0;
}
.widget_rss li .rsswidget {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.4;
}
.widget_rss .rss-date,
.widget_rss li cite {
  color: #767676;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}
.widget_rss .rss-date {
  margin: 0.5em 0 1.5em;
  padding: 0;
}
.widget_rss .rssSummary {
  margin-bottom: 0.5em;
}
/* Contact Info Widget */
.widget_contact_info .contact-map {
  margin-bottom: 0.5em;
}
/* Gravatar */
.widget-grofile h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}
/* Recent Comments */
.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
  border: 0;
}
/* Recent Posts widget */
.widget_recent_entries .post-date {
  display: block;
}
/* Tag cloud widget */
.tagcloud ul li {
  float: left;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  margin: 4px 4px 0 0;
}
.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
  line-height: 1.5;
}
.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  padding: 4px 10px 5px;
  position: relative;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  width: auto;
  word-wrap: break-word;
  z-index: 0;
}
.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
  border-color: #bbb;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
/* Calendar widget */
.widget_calendar th,
.widget_calendar td {
  text-align: center;
}
.widget_calendar tfoot td {
  border: 0;
}
/* Gallery widget */
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
#secondary #ctf {
  border: 1px solid #e1e1e1;
  padding-bottom: 15px;
}
#secondary #ctf .ctf-header {
  background: #52abf1;
  padding: 0 15px;
  margin-bottom: 15px;
  height: 53px;
}
#secondary #ctf .ctf-header a {
  color: #fff;
}
#secondary #ctf .ctf-header .ctf-header-img-hover {
  display: block !important;
  opacity: 1 !important;
  background: transparent;
}
#secondary #ctf .ctf-header .ctf-header-img-hover .fa {
  font-size: 24px;
}
#secondary #ctf .ctf-header .ctf-header-img img {
  visibility: hidden;
}
#secondary #ctf .ctf-header .ctf-header-generic-icon {
  background: transparent;
}
#secondary #ctf .ctf-header .ctf-header-name {
  font-weight: 300;
  font-size: 13px;
}
#secondary #ctf .ctf-item {
  padding: 15px 15px 10px;
  border: 0;
}
#secondary #ctf.ctf-super-narrow .ctf-header-user {
  min-height: 43px;
}
#secondary #ctf.ctf-super-narrow .ctf-header-text {
  padding-top: 13px;
}
#secondary #ctf.ctf-super-narrow .ctf-author-box .ctf-author-name {
  font-weight: 500 !important;
  color: #55acee !important;
  font-size: 13px;
  text-decoration: underline;
}
#secondary #ctf.ctf-super-narrow .ctf-tweet-content {
  font-size: 12px;
  color: #282828;
}
@media screen and (min-width: 979px) {
  #secondary #ctf .ctf-item {
    padding: 15px 20px 10px;
  }
  #secondary #ctf .ctf-header .ctf-header-name {
    font-size: 16px;
  }
}
img,
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
img.alignleft,
img.alignright {
  float: none;
  margin: 0;
}
.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 {
  margin-bottom: 1.5em;
  max-width: 100%;
}
/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */
p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
  margin-bottom: 0;
}
.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  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;
}
/* Media Elements */
.mejs-container {
  margin-bottom: 1.5em;
}
/* Audio Player */
.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0;
}
/* Playlist Color Overrides: Light */
.site-content .wp-playlist-light {
  border-color: #eee;
  color: #222;
}
.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
  color: #333;
}
.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
  color: #767676;
}
.site-content .wp-playlist-light .wp-playlist-item {
  border-bottom: 1px dotted #eee;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
  border-bottom-color: rgba(0, 0, 0, 0);
  background-color: #767676;
  color: #fff;
}
.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
  color: #fff;
}
/* Playlist Color Overrides: Dark */
.site-content .wp-playlist-dark {
  background: #222;
  border-color: #333;
}
.site-content .wp-playlist-dark .mejs-container .mejs-controls {
  background-color: #333;
}
.site-content .wp-playlist-dark .wp-playlist-caption {
  color: #fff;
}
.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
  color: #eee;
}
.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
  color: #aaa;
}
.site-content .wp-playlist-dark .wp-playlist-playing {
  background-color: #333;
}
.site-content .wp-playlist-dark .wp-playlist-item {
  border-bottom: 1px dotted #555;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
  border-bottom-color: rgba(0, 0, 0, 0);
  background-color: #aaa;
  color: #222;
}
.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
  color: #222;
}
/* Playlist Style Overrides */
.site-content .wp-playlist {
  padding: 0.625em 0.625em 0.3125em;
}
.site-content .wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700;
}
.site-content .wp-playlist-current-item .wp-playlist-item-album {
  font-style: normal;
}
.site-content .wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}
.site-content .wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer;
}
.site-content .wp-playlist-item:last-of-type {
  border-bottom: none;
}
.site-content .wp-playlist-item a {
  padding: 0.3125em 0;
  border-bottom: none;
}
.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.site-content .wp-playlist-item-length {
  top: 5px;
}
/* SVG Icons base styles */
.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  /* Align more nicely with capital letters */
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
}
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}
.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}
.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}
@media screen and (min-width: 30em) {
  .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-1 .gallery-item {
    max-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%;
  }
}
.highlight-front-sections.twentyseventeen-customizer.kmtheme-front-page .twentyseventeen-panel:after {
  border: 2px dashed #0085ba;
  /* Matches visible edit shortcuts. */
  bottom: 1em;
  content: "";
  display: block;
  left: 1em;
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 1;
}
.highlight-front-sections.twentyseventeen-customizer.kmtheme-front-page .twentyseventeen-panel .panel-content {
  z-index: 2;
  /* Prevent :after from preventing interactions within the section */
}
/* Used for placeholder text */
.twentyseventeen-customizer.kmtheme-front-page .twentyseventeen-panel .twentyseventeen-panel-title {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 3em;
  text-transform: uppercase;
  text-align: center;
}
/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.twentyseventeen-customizer.kmtheme-front-page .twentyseventeen-panel:nth-of-type(1):after {
  border: none;
}
.kmtheme-front-page.twentyseventeen-customizer #primary article.panel-placeholder {
  border: 0;
}
/* Add some space around the visual edit shortcut buttons. */
.twentyseventeen-panel > .customize-partial-edit-shortcut > button {
  top: 30px;
  left: 30px;
}
/* Ensure that placeholder icons are visible. */
.twentyseventeen-panel .customize-partial-edit-shortcut-hidden:before {
  visibility: visible;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  clear: both;
}
.home .owl-carousel,
.kmtheme-front-page .owl-carousel {
  margin-bottom: 21px;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-dots {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.owl-dots .owl-dot {
  display: inline-block;
  margin: 0 4px;
}
.owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  display: inline-block;
  border: 1px solid #fff;
}
.owl-dots .owl-dot.active span {
  background: #fff;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 40px;
  background-image: url(../images/icons-sprite.png);
  background-repeat: no-repeat;
  font-size: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.owl-carousel .owl-nav .owl-prev {
  left: 15px;
  background-position: -16px -225px;
}
.owl-carousel .owl-nav .owl-next {
  right: 15px;
  background-position: -54px -225px;
}
.owl-carousel.arrows-out .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel.arrows-out .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.km-carousel {
  clear: both;
}
.km-carousel.arrows-out {
  padding-left: 42px;
  padding-right: 42px;
}
@media screen and (min-width: 768px) {
  .owl-dots {
    bottom: 30px;
    right: 30px;
  }
}
.accordion-wrap {
  border: 1px solid #f2f2f2;
  margin-bottom: 21px;
  padding: 15px 15px 20px;
}
.accordion-wrap h3.head {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
}
.accordionjs {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1;
}
.accordionjs .acc_section {
  border: 1px solid #f2f2f2;
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
  margin-bottom: 5px;
}
.accordionjs .acc_section .acc_head {
  position: relative;
  padding: 9px 10px 9px 25px;
  font-family: 'Montserrat', sans-serif;
  background: #f2f2f2;
  display: block;
  cursor: pointer;
  font-size: 15px;
}
.accordionjs .acc_section .acc_head h3 {
  line-height: 1;
  margin: 5px 0;
}
.accordionjs .acc_section .acc_head .icon-accordion:before {
  content: "";
  position: absolute;
  left: 11px;
  top: 17px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #282828;
}
.accordionjs .acc_section.acc_active .icon-accordion:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #282828;
}
.accordionjs .acc_section .acc_content {
  padding: 10px;
  display: none;
}
.accordionjs .acc_section.acc_active > .acc_content {
  display: block;
}
.accordionjs .acc_section.acc_active > .acc_head {
  background: #f2f2f2;
}
@media only screen and (max-width: 478px) {
  .accordion-with-showcase .km-accordion {
    margin-bottom: 20px;
  }
  .accordion-with-showcase .sidebanner {
    float: none;
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 479px) {
  .accordion-with-showcase .km-accordion {
    width: 60%;
    float: left;
    padding-right: 11px;
  }
  .accordion-with-showcase .sidebanner {
    width: 40%;
    float: right;
  }
}
@media only screen and (min-width: 768px) {
  .accordion-wrap {
    padding: 15px 20px 20px;
  }
  .accordion-wrap h3.head {
    font-size: 21px;
  }
}
@media only screen and (min-width: 979px) {
  .accordion-wrap {
    padding: 24px 20px 28px;
  }
  .accordion-wrap .accordionjs .acc_section .acc_head {
    font-size: 17px;
    padding: 11px 10px 11px 35px;
  }
  .accordion-wrap .accordionjs .acc_section .acc_head .icon-accordion:before {
    left: 18px;
    top: 19px;
  }
  .accordion-wrap .accordionjs .acc_section .acc_content {
    padding: 20px;
  }
  .accordion-wrap .accordionjs .acc_section .acc_content p {
    line-height: 1.7;
  }
  .accordion-wrap .accordionjs .acc_section .acc_content .button {
    margin-top: 40px;
  }
  .accordion-with-showcase .km-accordion {
    width: 61.2%;
    float: left;
  }
  .accordion-with-showcase .sidebanner {
    width: 38.8%;
    float: right;
  }
}
.svg-fallback {
  display: none;
}
.no-svg .svg-fallback {
  display: inline-block;
}
.no-svg .dropdown-toggle {
  padding: 0.5em 0 0;
  right: 0;
  text-align: center;
  width: 2em;
}
.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(180deg);
  /* IE 9 */
  transform: rotate(180deg);
}
.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
  -webkit-transform: rotate(0);
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(0);
  /* IE 9 */
  transform: rotate(0);
}
.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
  content: "\005E";
}
/* Social Menu fallbacks */
.no-svg .social-navigation a {
  background: transparent;
  color: #222;
  height: auto;
  width: auto;
}
/* Show screen reader text in some cases */
.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
  clip: auto;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  height: auto;
  position: relative !important;
  /* overrides previous !important styles */
  width: auto;
}
.kmtheme-front-page .site-content {
  padding-top: 0;
  padding-bottom: 0;
}
.kmtheme-front-page .site-content .entry-header {
  display: none;
}
.twentyseventeen-panel {
  overflow: hidden;
  position: relative;
}

/* original below 2023 mike 
.rs-slider .custom .tp-bullet {
  border-radius: 12px;
}
.rev_slider a.button {
  font-size: 14px !important;
  font-weight: 600 !important;
}
.rev_slider a.button:hover,
.rev_slider a.button:focus {
  background-color: #ffffff;
  color: #ffdc01;
}

*/

/* updated below */
.rs-slide .custom .tp-bullet {
  border-radius: 12px;
}
.rs-slide a.button {
  font-size: 14px !important;
  font-weight: 600 !important;
}
.rs-slide a.button:hover,
.rs-slide a.button:focus {
  background-color: #ffffff;
  color: #ffdc01;
}
/* updated above */

.home-slide .wpb_revslider_element:after {
  display: none;
}
.panel-image {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.panel-image:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
  /* IE6-9 */
  bottom: 0;
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  top: 100px;
}
.kmtheme-front-page article:not(.has-post-thumbnail):not(:first-child) {
  border-top: 1px solid #ddd;
}
.panel-content {
  position: relative;
}
.panel-content .wrap {
  padding-bottom: 0.5em;
  padding-top: 1.75em;
}
/* Panel edit link */
.twentyseventeen-panel .edit-link {
  display: block;
  margin: 0.3em 0 0;
}
.twentyseventeen-panel .entry-header .edit-link {
  font-size: 14px;
  font-size: 0.875rem;
}
/* Front Page - Recent Posts */
.kmtheme-front-page .panel-content .recent-posts article {
  border: 0;
  color: #333;
  margin-bottom: 3em;
}
.recent-posts .entry-header {
  margin-bottom: 1.2em;
}
.page .panel-content .recent-posts .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}
.twentyseventeen-panel .recent-posts .entry-header .edit-link {
  color: #222;
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-left: 1em;
}
#text-7 p,
#text-8 p {
  margin-bottom: 0;
}
#text-7,
#text-8 {
  width: 100%;
  text-align: center;
}
#text-7 img,
#text-8 img {
  display: inline-block;
}
#text-7 .textwidget,
#text-8 .textwidget {
  background: #f2f2f2;
}
.home-slide:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.15);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  position: absolute;
  display: block !important;
}
.home-slide .home-banner-content {
  display: table;
  width: 100%;
  height: 920px;
}
.home-slide .home-banner-content .wpb_wrapper {
  display: table-cell;
  vertical-align: middle;
}
.home-slide .home-banner-content h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 700;
}
.home-slide .home-banner-content h1 sup {
  font-size: 30%;
  top: -2em;
}
.home-slide .home-banner-content p {
  font-weight: 300;
  color: #ffffff;
  font-size: 35px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1190px) {
  .home-slide .home-banner-content {
    height: 700px;
  }
  .home-slide .home-banner-content h1 {
    font-size: 50px;
  }
  .home-slide .home-banner-content p {
    font-size: 25px;
  }
}
@media only screen and (max-width: 979px) {
  .home-slide .home-banner-content {
    height: 560px;
  }
  .home-slide .home-banner-content h1 {
    font-size: 40px;
  }
  .home-slide .home-banner-content p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .home-slide .home-banner-content {
    height: 420px;
  }
  .home-slide .home-banner-content h1 {
    font-size: 26px;
  }
  .home-slide .home-banner-content p {
    font-size: 18px;
  }
}
.six-column-wrap {
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
.six-column-wrap.vc_row {
  background-position: center top !important;
}
.six-column-wrap:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.55);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  position: absolute;
  display: block !important;
}
.six-column-wrap .sw-box-white {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  text-align: center;
  margin-bottom: 30px !important;
}
.six-column-wrap .sw-box-white h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  min-height: 60px;
}
.six-column-wrap .sw-box-white .sw-icon-box {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  height: 110px;
  max-width: 96px;
  margin: 15px auto 10px;
  background-repeat: no-repeat;
}
.six-column-wrap .sw-box-white .sw-icon-box.icon1 {
  background-image: url(../images/piggy-bank-icon.png);
  background-position: 0 0;
}
.six-column-wrap .sw-box-white .sw-icon-box.icon2 {
  background-image: url(../images/co2-icon.png);
  background-position: 0 0;
}
.six-column-wrap .sw-box-white .sw-icon-box.icon3 {
  background-image: url(../images/agreement-icon.png);
  background-position: 0 0;
}
.six-column-wrap .sw-box-white .sw-icon-box.icon4 {
  background-image: url(../images/ruler-icon.png);
  background-position: 0 0;
}
.six-column-wrap .sw-box-white .sw-icon-box.icon5 {
  background-image: url(../images/globe-icon.png);
  background-position: 0 0;
}
.six-column-wrap .sw-box-white .sw-icon-box.icon6 {
  background-image: url(../images/badge-icon.png);
  background-position: 0 0;
}
.six-column-wrap .sw-box-white:hover,
.six-column-wrap .sw-box-white:focus {
  background-color: #ffffff;
}
.six-column-wrap .sw-box-white:hover .icon1,
.six-column-wrap .sw-box-white:focus .icon1 {
  background-position: 0 -120px;
}
.six-column-wrap .sw-box-white:hover .icon2,
.six-column-wrap .sw-box-white:focus .icon2 {
  background-position: 0 -120px;
}
.six-column-wrap .sw-box-white:hover .icon3,
.six-column-wrap .sw-box-white:focus .icon3 {
  background-position: 0 -125px;
}
.six-column-wrap .sw-box-white:hover .icon4,
.six-column-wrap .sw-box-white:focus .icon4 {
  background-position: 0 -120px;
}
.six-column-wrap .sw-box-white:hover .icon5,
.six-column-wrap .sw-box-white:focus .icon5 {
  background-position: 0 -125px;
}
.six-column-wrap .sw-box-white:hover .icon6,
.six-column-wrap .sw-box-white:focus .icon6 {
  background-position: 0 -120px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .six-column-wrap .sw-box-white {
    padding: 20px 15px;
  }
  .six-column-wrap .sw-box-white h4 {
    font-size: 18px;
    min-height: 75px;
  }
}
.sw-small-thumbs-content {
  height: 280px;
  display: table;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.sw-small-thumbs-content .wpb_wrapper {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  font-size: 18px;
  padding: 15px;
  font-weight: 600;
  text-align: center;
}
.sw-small-thumbs-content .wpb_wrapper a {
  color: #ffffff;
}
.sw-small-thumbs-content:hover,
.sw-small-thumbs-content:focus {
  transform: scale(1.05);
}
@media only screen and (max-width: 979px) {
  .sw-small-thumbs-content .wpb_wrapper {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .sw-small-thumbs-content {
    margin-bottom: 15px !important;
  }
  .sw-small-thumbs-content:hover,
  .sw-small-thumbs-content:focus {
    transform: scale(1.02);
  }
}
.sw-stats-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
.sw-stats-wrap .sw-stats {
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
}
.sw-stats-wrap .sw-stats h3 {
  margin-bottom: 7px;
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
}
.sw-stats-wrap .sw-stats label {
  display: block;
  padding-bottom: 5px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 25px;
}
.sw-stats-wrap .sw-stats p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .sw-stats-wrap .sw-stats {
    padding-bottom: 30px;
  }
}
.members-area-footer {
  padding-top: 50px;
  padding-bottom: 80px;
}
.members-area-footer h4.vc_custom_heading {
  font-weight: 700;
}
.members-area-footer .wpb_image_grid .wpb_image_grid_ul {
  text-align: center;
}
.members-area-footer .wpb_image_grid .wpb_image_grid_ul .isotope-item {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 15px 20px;
  position: static !important;
}
.widget-footer-top p {
  font-size: 17px;
}
@media only screen and (min-width: 768px) {
  .sw-stats-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sw-stats-wrap .sw-stats {
    font-size: 18px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 20%;
  }
  .sw-stats-wrap .sw-stats h3 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 979px) {
  .six-column-wrap {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .sw-stats-wrap {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .sw-stats-wrap .sw-stats h3 {
    font-size: 40px;
  }
}
.our-office-wrap {
  position: relative;
}
.our-office-wrap:before {
  content: "";
  display: block!important;
  position: absolute;
  left: 0;
  width: 50%;
  z-index: 0;
  height: 100%;
  top: 0;
  background-color: #e1e1e1;
}
.our-office-wrap .our-office-left {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .our-office-wrap .our-office-left {
    padding-top: 15px;
  }
}
.our-office-wrap .our-office-right .wpb_content_element {
  padding-left: 30px;
}
.our-office-wrap .our-office-right .wpb_content_element p {
  line-height: 1.6;
  font-size: 16px;
  color: #000000;
}
.regular.slider {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: rgba(0, 0, 0, 0.8);
}
.regular.slider button.slick-arrow {
  position: absolute;
  left: 15px;
  top: 50%;
  font-size: 30px;
  padding: 0;
  z-index: 9;
  background-color: transparent;
  color: #ffffff;
}
.regular.slider button.slick-arrow.slick-next {
  right: 15px;
  left: auto;
}
.regular.slider .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.regular.slider .slick-slide h4 {
  color: #ffdc01;
  font-size: 20px;
  font-weight: 600;
}
.regular.slider .slick-slide p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
}
.solar-bene-content-left {
  padding: 50px 20px !important;
}
.solar-bene-content-left .vc_column-inner {
  max-width: 560px;
  float: right;
}
.solar-bg-images .vc_column-inner {
  height: 350px;
}
.map-wrap > .wpb_column {
  padding-top: 50px;
  padding-bottom: 50px;
}
.map-wrap .count-list {
  background-color: #ffdc01;
  width: 210px;
  height: 210px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding-top: 40px;
  text-transform: uppercase;
}
.map-wrap .count-list br {
  display: none;
}
.map-wrap .count-list strong {
  display: block;
  font-size: 55px;
}
.heating-build > .wpb_column {
  padding-top: 30px;
  padding-bottom: 30px;
}
.heating-build p {
  color: #ffffff;
}
.logo-carousel #lcs_logo_carousel_wrapper .owl-nav {
  margin-top: -15px;
  top: 50%;
  right: 0;
}
.logo-carousel #lcs_logo_carousel_wrapper .owl-nav .owl-prev {
  left: 0;
}
.logo-carousel #lcs_logo_carousel_wrapper .owl-nav .owl-next {
  right: 0;
}
.logo-carousel #lcs_logo_carousel_wrapper .owl-carousel {
  padding-left: 30px;
  padding-right: 30px;
}
.logo-carousel #lcs_logo_carousel_wrapper .owl-carousel .owl-item img {
  height: 160px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .regular.slider {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .regular.slider .slick-slide {
    text-align: center;
  }
  .regular.slider .slick-slide h4 {
    font-size: 35px;
  }
  .regular.slider .slick-slide p {
    font-size: 20px;
  }
  .solar-bg-images .vc_column-inner {
    height: 500px;
  }
  .map-wrap .text-right {
    text-align: right;
  }
}
@media only screen and (max-width: 1190px) {
  .solar-bene-content-left .f-size20 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .wpb_single_image.vc_align_right,
  .wpb_single_image.vc_align_left {
    text-align: center!important;
  }
  .our-office-wrap {
    text-align: center;
  }
  .our-office-wrap img {
    margin: auto;
  }
  .our-office-wrap:before {
    display: none!important;
  }
  .our-office-wrap .our-office-left {
    padding-bottom: 30px;
  }
  .our-office-wrap .our-office-right .wpb_content_element {
    padding-left: 0;
  }
  h3.vc_custom_heading {
    text-align: center!important;
    font-size: 20px!important;
  }
  .map-wrap {
    text-align: center;
  }
  .map-wrap > .wpb_column {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .map-wrap .count-list {
    font-size: 16px;
  }
  .map-wrap .count-list strong {
    font-size: 35px;
  }
  .solar-bene-content-left .vc_column-inner {
    max-width: 100%;
    float: none;
  }
}
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
}
.page-id-9 .single-featured-image-header {
  border-bottom: none;
}
.contact-page-title {
  color: #000000;
  top: -40%;
  font-weight: 700;
  font-size: 50px;
}
@media only screen and (max-width: 1799px) {
  .contact-page-title {
    top: -25%;
  }
}
@media only screen and (max-width: 1360px) {
  .contact-page-title {
    top: -20%;
    font-size: 30px;
  }
}
@media only screen and (max-width: 1170px) {
  .contact-page-title {
    top: -14%;
  }
}
@media only screen and (max-width: 979px) {
  .contact-page-title {
    text-align: center;
  }
}
.maps-wrap {
  padding-top: 30px;
  padding-bottom: 70px;
}
.maps-wrap .map-info {
  padding-top: 30px;
  text-align: center;
}
.maps-wrap .map-info img {
  margin: auto;
}
.maps-wrap .map-info label {
  background-color: #000000;
  color: #ffffff;
  padding: 20px 10px 10px;
  position: relative;
  margin-bottom: 40px!important;
  z-index: 1;
}
.maps-wrap .map-info label:before {
  width: 100%;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  bottom: -15px;
  transform: skewY(-3deg);
  background-color: #000000;
  z-index: 2;
  left: 0;
}
.maps-wrap .map-info label strong {
  display: block;
  z-index: 3;
  position: relative;
  font-size: 18px;
  color: #ffdc01;
}
.maps-wrap .map-info a {
  color: #2d92a1;
}
.contact-form {
  background-color: #ebebeb;
}
.contact-form .gform_wrapper .gform_body .top_label li.gfield .gfield_label {
  color: #000000;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  padding-left: 0;
}
.contact-form .gform_wrapper .gform_body .top_label li.gfield input,
.contact-form .gform_wrapper .gform_body .top_label li.gfield select {
  height: 50px;
}
.contact-form .gform_wrapper .gform_body .top_label li.gfield input,
.contact-form .gform_wrapper .gform_body .top_label li.gfield select,
.contact-form .gform_wrapper .gform_body .top_label li.gfield textarea {
  border: 1px solid #acacac;
}
.contact-form .gform_wrapper .gform_body .top_label li.gfield input:focus,
.contact-form .gform_wrapper .gform_body .top_label li.gfield select:focus,
.contact-form .gform_wrapper .gform_body .top_label li.gfield textarea:focus {
  border-color: #000000;
}
.contact-form .gform_wrapper .gform_footer {
  text-align: center;
}
.contact-form .gform_wrapper .gform_footer input[type="submit"] {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.contact-form .gform_wrapper .gform_footer input[type="submit"]:hover,
.contact-form .gform_wrapper .gform_footer input[type="submit"]:focus {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .contact-form .gform_wrapper .gform_body .top_label li.gfield .gfield_label {
    color: #000000;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    padding-left: 0;
  }
  .contact-form .gform_wrapper .gform_body .top_label li.gfield.gfield-half {
    width: 50%;
    float: left;
    clear: none;
  }
  .contact-form .gform_wrapper .gform_body .top_label li.gfield.gfield-full {
    width: 100%;
    float: left;
  }
}
@media only screen and (min-width: 979px) {
  .contact-page-title {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 12px 40px;
    color: #ffffff;
  }
  .contact-form .gform_wrapper form {
    max-width: 62%;
  }
}
.leadership-wrap {
  background: #f2f2f2;
  padding: 20px 15px;
}
.leadership-wrap .leadership {
  padding: 15px;
  background: #fff;
  margin-bottom: 20px;
}
.leadership-wrap .leadership:last-child {
  margin-bottom: 0;
}
.leadership-wrap .leadership .post-thumbnail {
  float: left;
  margin-right: 26px;
  border: 2px solid #cdcbcc;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  overflow: hidden;
}
.leadership-wrap .leadership .entry-header .entry-title {
  margin-bottom: 0;
  font-size: 20px;
}
.leadership-wrap .leadership .entry-content {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
  clear: both;
}
.leadership-wrap .leadership .entry-content p {
  margin-bottom: 0;
}
.leadership-wrap .leadership .entry-content .readmore {
  padding-top: 20px;
}
.leadership-wrap .leadership .entry-content .readmore p {
  margin-bottom: 20px;
}
.leadership-wrap .leadership .entry-content .read-full-post {
  color: #ffdc01;
  text-decoration: underline;
  position: relative;
}
.leadership-wrap .leadership .entry-content .read-full-post:hover {
  text-decoration: none;
}
.leadership-wrap .leadership .entry-content .read-full-post.icon-readmore {
  padding-right: 15px;
}
.leadership-wrap .leadership .entry-content .read-full-post.icon-readmore:before {
  position: absolute;
  content: "-";
  right: 0;
  top: 0;
  font-size: 28px;
  line-height: 12px;
}
@media only screen and (min-width: 599px) {
  .leadership-wrap .leadership .entry-content {
    clear: none;
  }
}
@media only screen and (min-width: 768px) {
  .leadership-wrap {
    padding: 35px 15px;
  }
  .leadership-wrap .leadership {
    padding: 22px 18px;
  }
}
@media only screen and (min-width: 979px) {
  .leadership-wrap {
    padding: 55px 20px;
  }
  .leadership-wrap .leadership {
    padding: 30px 22px;
  }
}
@media print {
  /* Hide elements */
  form,
  button,
  input,
  select,
  textarea,
  .navigation-top,
  .social-navigation,
  #secondary,
  .content-bottom-widgets,
  .header-image,
  .panel-image-prop,
  .icon-thumb-tack,
  .page-links,
  .edit-link,
  .post-navigation,
  .pagination.navigation,
  .comments-pagination,
  .comment-respond,
  .comment-edit-link,
  .comment-reply-link,
  .comment-metadata .edit-link,
  .pingback .edit-link,
  .site-footer aside.widget-area,
  .site-info {
    display: none !important;
  }
  .entry-footer,
  #comments,
  .site-footer,
  .single-featured-image-header {
    border: 0;
  }
  /* Font sizes */
  body {
    font-size: 12pt;
  }
  h1 {
    font-size: 24pt;
  }
  h2 {
    font-size: 22pt;
  }
  h3 {
    font-size: 17pt;
  }
  h4 {
    font-size: 12pt;
  }
  h5 {
    font-size: 11pt;
  }
  h6 {
    font-size: 12pt;
  }
  .page .panel-content .entry-title,
  .page-title,
  body.page:not(.kmtheme-front-page) .entry-title {
    font-size: 10pt;
  }
  /* Layout */
  .wrap {
    padding-left: 5% !important;
    padding-right: 5% !important;
    max-width: none;
  }
  /* Site Branding */
  .site-header {
    background: transparent;
    padding: 0;
  }
  .custom-header-media {
    padding: 0;
  }
  .kmtheme-front-page.has-header-image .site-branding,
  .kmtheme-front-page.has-header-video .site-branding,
  .home.blog.has-header-image .site-branding,
  .home.blog.has-header-video .site-branding {
    position: relative;
  }
  .site-branding {
    margin-top: 0;
    margin-bottom: 1.75em !important;
    /* override styles added by JavaScript */
  }
  .site-title {
    font-size: 25pt;
  }
  .site-description {
    font-size: 12pt;
    opacity: 1;
  }
  /* Posts */
  .single-featured-image-header {
    background: transparent;
  }
  .entry-meta {
    font-size: 9pt;
  }
  /* Colors */
  body,
  .site {
    background: none !important;
    /* Brute force since user agents all print differently. */
  }
  body,
  a,
  .site-title a,
  .kmtheme-front-page.has-header-image .site-title,
  .kmtheme-front-page.has-header-video .site-title,
  .kmtheme-front-page.has-header-image .site-title a,
  .kmtheme-front-page.has-header-video .site-title a {
    color: #222 !important;
    /* Make sure color schemes don't affect to print */
  }
  h2,
  h5,
  blockquote,
  .site-description,
  .kmtheme-front-page.has-header-image .site-description,
  .kmtheme-front-page.has-header-video .site-description,
  .entry-meta,
  .entry-meta a {
    color: #777 !important;
    /* Make sure color schemes don't affect to print */
  }
  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    font-size: 11pt;
    width: 34%;
  }
  .site-footer {
    padding: 0;
  }
}
