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;
}
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: #051d44 !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: 'Open Sans', sans-serif;
  color: #051d44;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.4;
  margin: 0;
  padding-bottom: 18px;
  font-family: 'Oswald', sans-serif;
  color: #051d44;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0;
}
h1 {
  font-weight: 500;
  text-transform: uppercase;
}
h2,
.home.blog .entry-title {
  font-weight: 500;
  text-transform: uppercase;
}
h3 {
  font-weight: 500;
  text-transform: uppercase;
}
h4 {
  font-weight: 500;
}
h5 {
  color: #051d44;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
h6 {
  color: #051d44;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800;
}
p {
  margin: 0 0 1.5em;
  padding: 0;
}
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;
  }
}
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: #051d44;
  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: #c1c1c1;
}
:-moz-placeholder {
  color: #c1c1c1;
}
::-moz-placeholder {
  color: #c1c1c1;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: #c1c1c1;
}
.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: 3px !important;
  font-size: 12px;
}
.gform_confirmation_wrapper {
  text-align: center;
  padding-top: 50px;
}
.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 16px;
  font-weight: 600;
  color: #051d44;
}
@media only screen and (min-width: 768px) {
  .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 18px;
  }
}
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: #051d44;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  color: #051d44;
  outline: 0;
}
.button {
  padding: 16px 26px;
  color: #ffe80f;
  background: #051d44;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  border: 1px solid #051d44;
  display: inline-block;
  -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: #f5dd00;
  color: #051d44;
}
.button.primary-button {
  background: #051d44;
}
.button.secondary-button {
  background: #444444;
}
.button.button-primary {
  background: transparent;
  color: #051d44;
}
.button.button-primary:hover {
  background: #051d44;
  color: #ffffff;
}
/* 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: #051d44;
}
.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: 120px;
}
@media only screen and (max-width: 1199px) {
  body {
    padding-top: 86px;
  }
}
body.home {
  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: 1496px;
  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: 75px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 979px) {
  .row-spacing {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .row-spacing {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.row-spacing-down {
  padding-bottom: 75px;
}
@media only screen and (max-width: 979px) {
  .row-spacing-down {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .row-spacing-down {
    padding-bottom: 30px;
  }
}
.row-spacing-up {
  padding-top: 75px;
}
@media only screen and (max-width: 979px) {
  .row-spacing-up {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .row-spacing-up {
    padding-top: 30px;
  }
}
.text-center {
  text-align: center;
}
.fsize18,
.fsize18 p {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .fsize18,
  .fsize18 p {
    font-size: 14px;
  }
}
img.alignleft,
img.alignright {
  margin-bottom: 1.5em!important;
}
h1 {
  font-size: 80px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 25px;
}
h5 {
  font-size: 20px;
}
h3.liner strong {
  font-weight: 500;
  position: relative;
}
h3.liner strong:before,
h3.liner strong:after {
  content: "";
  position: absolute;
  width: 128px;
  height: 1px;
  background-color: #ffe80f;
  top: 50%;
}
h3.liner strong:before {
  left: -135px;
}
h3.liner strong:after {
  right: -135px;
}
@media only screen and (max-width: 768px) {
  h3.liner strong:before,
  h3.liner strong:after {
    display: none;
  }
}
#text-7.widget .textwidget,
#text-8.widget .textwidget {
  background: none;
}
.page-template-full-wdith .site-content #primary.content-area {
  width: 100%;
  padding-right: 0;
}
.site-content {
  padding: 0;
}
.page.home .content-area {
  padding-top: 0;
}
.page .content-area main.site-main header.entry-header {
  float: none !important;
  width: 100% !important;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.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;
}
@media only screen and (max-width: 1496px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  #cookie-law-info-bar span {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .img-leftalign img.alignleft {
    max-width: 50%;
  }
  .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%;
  }
  body.has-sidebar:not(.error404) #primary {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (min-width: 979px) {
  .has-sidebar:not(.error404) #primary {
    width: 76%;
  }
  .has-sidebar #secondary {
    max-width: 307px;
    width: 24%;
  }
}
#top-sidebar-add {
  padding: 6px 15px;
}
#masthead .wrap {
  position: relative;
  padding-top: 20px;
  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;
}
@media only screen and (max-width: 1199px) {
  #masthead .wrap {
    padding-top: 5px;
  }
}
.admin-bar .site-header {
  top: 32px;
}
.site-header {
  position: fixed;
  background-color: #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
.site-header .head-wrapper > .wrap {
  max-width: 100%;
}
@media only screen and (min-width: 1496px) {
  .site-header .head-wrapper > .wrap {
    padding-right: 45px;
    padding-left: 45px;
  }
}
.site-header .head-right-btn {
  float: right;
  padding-top: 15px;
}
@media only screen and (max-width: 1199px) {
  .site-header .head-right-btn {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .site-header .head-right-btn {
    display: none;
  }
}
.site-header.site-header-fixed .head-wrapper > .wrap {
  padding-top: 5px !important;
  padding-bottom: 0 !important;
}
.site-header.site-header-fixed .site-branding {
  padding-bottom: 0;
}
.site-header.site-header-fixed .site-branding .custom-logo-link img {
  max-width: 90%;
}
.site-header.site-header-fixed .topbar-msgbar .wrap {
  display: none;
}
.site-header.site-header-fixed .wsmenu {
  padding-top: 0;
}
.site-header.site-header-fixed .wsmenu .wsmenu-list > li > a {
  padding-bottom: 22px;
}
@media only screen and (max-width: 1199px) {
  .site-header.site-header-fixed .wsmenu .wsmenu-list > li > a {
    padding-bottom: 21px;
    padding-top: 16px;
  }
}
@media only screen and (max-width: 979px) {
  .site-header.site-header-fixed .wsmenu .wsmenu-list > li > a {
    padding: 9px 32px 9px 0px;
  }
}
.site-header.site-header-fixed .head-right-btn {
  padding-top: 9px;
}
@media only screen and (max-width: 1199px) {
  .site-header.site-header-fixed .head-right-btn {
    padding-top: 4px;
  }
}
.site-header.site-header-fixed .head-right-wrap .header-search-form {
  padding-top: 15px;
}
@media only screen and (max-width: 979px) {
  .site-header.site-header-fixed .head-right-wrap .header-search-form .icon-search-toggle {
    top: 20px;
  }
}
@media only screen and (max-width: 1495px) {
  .site-header.site-header-fixed .search-toggle-wrapper.mobile-active {
    top: 78px;
  }
}
@media only screen and (max-width: 1199px) {
  .site-header.site-header-fixed .search-toggle-wrapper.mobile-active {
    top: 72px;
  }
}
@media only screen and (max-width: 1199px) {
  .site-header.site-header-fixed .icon-search-toggle {
    top: 16px;
  }
}
@media only screen and (max-width: 979px) {
  .site-header.site-header-fixed .wsmobileheader {
    top: 20px;
  }
}
/* Site branding */
.site-branding {
  padding: 0 0 15px;
  position: relative;
  -webkit-transition: margin-bottom 0.2s;
  transition: margin-bottom 0.2s;
  z-index: 3;
  max-width: 150px;
  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 {
  display: inline-block;
  padding-right: 0;
  vertical-align: middle;
  width: auto;
}
.site-branding .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;
}
@media only screen and (min-width: 768px) {
  .site-branding .custom-logo-link {
    padding-right: 0!important;
  }
  .site-branding .custom-logo-link img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .site-branding {
    padding-bottom: 5px;
    max-width: 130px;
  }
}
.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;
}
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: left;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 979px) {
  .head-right-wrap {
    clear: none!important;
  }
  .head-right-wrap .header-search-form {
    margin-right: 60px;
    position: relative;
    min-width: 0;
  }
  .head-right-wrap .header-search-form .icon-search-toggle {
    top: 24px;
    right: 0;
  }
}
.head-right {
  float: left;
  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: #051d44;
}
.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;
  }
  .head-right {
    float: right;
    padding: 0 0 12px 0;
  }
  .social-icons {
    float: right;
    margin-right: 80px;
  }
  .have-fdbk a {
    color: #051d44;
  }
  .accss-top {
    right: 88px;
  }
}
@media only screen and (max-width: 768px) {
  .site-header .topbar-msgbar .wrap {
    display: none;
  }
  .site-header .custom-header {
    margin-bottom: 0 !important;
  }
  .site-header.site-header-fixed .wsmobileheader {
    top: 18px;
  }
  .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: 979px) {
  .social-icons {
    margin-right: 0;
  }
  .accss-top {
    right: 0;
  }
}
@media only screen and (min-width: 1496px) {
  .topbar-msgbar .icon-top-toggle {
    right: 170px;
  }
}
@media only screen and (min-width: 1651px) {
  .topbar-msgbar .icon-top-toggle {
    right: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .site-header .wsmobileheader {
    right: 0;
  }
  .site-header .head-right-wrap .header-search-form {
    margin-right: 50px;
  }
}
.navigation-top {
  background: #051d44;
  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 40px;
  width: auto;
  float: left;
}
@media only screen and (min-width: 1496px) {
  .wsmenu {
    padding: 0 0 0 100px;
  }
}
.wsmenu-list {
  text-align: left;
  margin: 0 auto 0 auto;
  width: 100%;
  display: table;
  padding: 0px;
  text-align: center;
}
.wsmenu-list > li {
  text-align: center;
  display: inline-block;
  padding: 0;
}
.wsmenu-list > li:hover a,
.wsmenu-list > li.active a,
.wsmenu-list > li:focus a {
  color: #051d44;
}
.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: #051d44;
  padding: 24px 15px 45px;
  line-height: 32px;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.5px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .wsmenu-list > li > a {
    padding: 20px 14px 29px;
    font-size: 16px;
  }
}
.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: 2px;
  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;
  min-width: 300px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}
.wsmenu-submenu li a {
  background: #fff !important;
  background-image: none !important;
  color: #051d44;
  border-right: 0 none !important;
  text-align: left;
  display: block;
  line-height: 30px;
  padding: 12px;
  text-transform: none;
  font-size: 18px;
  letter-spacing: normal;
  border-right: 0px solid;
}
@media only screen and (max-width: 1366px) {
  .wsmenu-submenu li a {
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.wsmenu-submenu li {
  position: relative;
  margin: 0px;
  padding: 0px;
}
.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;
  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-submenu li {
  position: relative;
  padding: 0px 15px;
  margin: 0px;
  display: block;
}
.wsmenu-submenu li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #ffe80f;
  width: 7px;
  opacity: 0;
}
.wsmenu-submenu li:hover:before,
.wsmenu-submenu li:focus:before,
.wsmenu-submenu li.active:before,
.wsmenu-submenu li.current-menu-item:before {
  opacity: 1;
}
.wsmenu-submenu li > a {
  border-bottom: 1px solid #ebebeb;
}
.wsmenu-click {
  display: none;
}
.wsmenu-click02 {
  display: none;
}
.wsmenu-list li:hover > a {
  background-color: transparent !important;
  text-decoration: none;
}
.wsmenu-list > li > a:hover {
  text-decoration: none;
}
.wsmenu-list > 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: left;
  }
  .wsmenu-list > li > a > .fa {
    display: none !important;
  }
  .hometext {
    display: block !important;
  }
  .wsmenu {
    width: auto;
    font-size: 13px !important;
    padding-left: 12px;
  }
  .wsmenu-list li a {
    white-space: nowrap !important;
  }
  .wsmenu-list > li > a {
    font-size: 15px;
    padding: 20px 12px 29px;
  }
  .megacollink {
    width: 48%;
    margin: 1% 1%;
  }
  .typographylinks {
    width: 48%;
    margin: 1% 1%;
  }
}
@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:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #051d44 transparent transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 4px;
    top: 40px;
    content: "";
    margin-top: 0;
    position: absolute;
    right: 4px;
    z-index: 11111;
  }
  .wsmenu-list > li > .wsmenu-submenu > .menu-arrow-2 > a: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: 20px;
    content: "";
    margin-top: 0;
    position: absolute;
    right: 10px;
    z-index: 11111;
  }
  .wsmenu-list > li > .arrowleft > .menu-arrow-2 > a: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: 20px;
    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: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: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: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: 979px) and (max-width: 1199px) {
  .wsmenu-list > .menu-arrow-1 > a:after {
    top: 36px;
  }
  .site-header.site-header-fixed .wsmenu-list > .menu-arrow-1 > a:after {
    top: 32px;
  }
}
@media only screen and (min-width: 980px) {
  .navigation-top {
    display: none;
  }
}
/*--------------------------------------------------------------------------
|  04 Mobile CSS
--------------------------------------------------------------------------*/
@media only screen and (max-width: 979px) {
  .wsmenu {
    padding-left: 0;
  }
  .head-right-wrap {
    float: right;
  }
  .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;
  }
  .wsmenu-list > .menu-arrow-1 > a:after {
    display: none;
  }
  .wsmobileheader {
    display: block !important;
    position: absolute;
    top: 24px;
    right: 10px;
    -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: 0px solid;
  }
  .innerpnd {
    padding: 0px !important;
  }
  .typography-text {
    padding: 10px 0px;
  }
  .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: 42px;
  }
  .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: #051d44;
    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: #051d44;
  }
  .wsmenu-submenu {
    min-width: auto;
    box-shadow: none!important;
  }
  .wsmenu-submenu li {
    padding: 0;
  }
  .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: #051d44;
  }
  .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: #051d44;
    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;
  }
  .admin-bar .navigation-top nav.wsmenu .wsmenu-list {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1200px) {
  .site-header-fixed .wsmenu-list > .menu-arrow-1:after {
    top: 20px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1366px) {
  .wsmenu-list > li {
    position: relative;
  }
  .wsmenu-list > .menu-arrow-1:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    top: 26px;
    content: "\f0d7";
    font-family: "Font awesome 5 pro";
    margin-top: 0;
    font-weight: 700;
    position: absolute;
    right: -3px;
    z-index: 11111;
    height: 20px;
    font-size: 16px;
    width: 16px;
    color: #051d44;
  }
  .wsmenu-list > li > a:after {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .wsmenu-list > .menu-arrow-1:after {
    top: 30px;
  }
}
.header-search-form {
  float: right;
  min-width: 60px;
  -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: 101px;
  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;
}
@media only screen and (max-width: 1199px) {
  .search-toggle-wrapper.mobile-active {
    top: 82px;
  }
}
@media only screen and (max-width: 599px) {
  .search-toggle-wrapper.mobile-active {
    width: 245px;
  }
}
@media only screen and (min-width: 1496px) {
  .search-toggle-wrapper.mobile-active {
    background: none;
    padding: 0;
    left: 60px;
    top: 20px;
    box-shadow: none;
  }
  .search-toggle-wrapper.mobile-active:before,
  .search-toggle-wrapper.mobile-active:after {
    display: none;
  }
}
.icon-search-toggle {
  position: absolute;
  top: 24px;
  right: 10px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  z-index: 10;
  line-height: 32px;
  font-size: 17px;
  font-weight: 600;
}
.icon-search-toggle:before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
}
.icon-search-toggle:hover {
  color: #0c46a3;
}
@media only screen and (max-width: 1199px) {
  .icon-search-toggle {
    top: 20px;
  }
}
@media only screen and (min-width: 979px) {
  .header-search-form {
    float: left;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1496px) {
  .header-search-form {
    margin-right: 0;
  }
}
.site-footer {
  background-color: #ffffff;
  position: relative;
}
/* Footer widgets */
.site-footer {
  padding-top: 30px;
  padding-bottom: 15px;
  border-top: 2px solid #000000;
}
.site-footer .wrap {
  max-width: 100%;
}
.site-footer ul {
  padding-left: 0;
}
.site-footer .widget-area {
  padding-bottom: 10px;
  padding-top: 10px;
}
.site-footer .widget-area .widget-column h4 {
  text-transform: uppercase;
  font-weight: 400;
}
.site-footer .widget-area .widget-column.footer-widget-2 .widget p,
.site-footer .widget-area .widget-column.footer-widget-3 .widget p {
  margin-bottom: 0;
}
.site-footer .widget-area .widget-column.footer-widget-2 .widget#text-7,
.site-footer .widget-area .widget-column.footer-widget-3 .widget#text-7,
.site-footer .widget-area .widget-column.footer-widget-2 .widget#text-8,
.site-footer .widget-area .widget-column.footer-widget-3 .widget#text-8 {
  text-align: left;
}
.site-footer .widget-area .widget-column.footer-widget-2 .widget:first-child,
.site-footer .widget-area .widget-column.footer-widget-3 .widget:first-child {
  border-bottom: 1px solid #ffe80f;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.site-footer .widget-area .widget-column .widget p {
  color: #5c5c5c;
}
.site-footer .widget-area .widget-column .widget ul.social_share {
  padding-left: 0;
}
.site-footer .widget-area .widget-column .widget ul.social_share li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}
.site-footer .widget-area .widget-column .widget ul.social_share li:first-child {
  padding-left: 0;
}
.site-footer .widget-area .widget-column .widget ul.social_share li a {
  font-size: 30px;
}
.site-footer .widget-area .widget-column .widget ul.social_share li a .fa-facebook-f {
  color: #3c5a98;
}
.site-footer .widget-area .widget-column .widget ul.social_share li a .fa-twitter {
  color: #29a6de;
}
.site-footer .widget-area .widget-column .widget ul.social_share li a .fa-linkedin-in {
  color: #1d86bd;
}
.site-footer .widget-area .widget-column .widget ul.social_share li a:hover .fab,
.site-footer .widget-area .widget-column .widget ul.social_share li a:focus .fab {
  color: #051d44;
}
.site-footer .widget-area .widget-column .widget.widget_nav_menu ul.menu li {
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  margin-right: 30px;
}
.site-footer .widget-area .widget-column .widget.widget_nav_menu ul.menu li:last-child {
  margin-right: 0;
}
.site-footer .widget-area .widget-column .widget.widget_nav_menu ul.menu li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 9px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.site-footer .widget-area .widget-column .widget.widget_nav_menu ul.menu li a {
  font-size: 18px;
  color: #5c5c5c;
}
.site-footer .widget-area .widget-column .widget.widget_nav_menu ul.menu li:hover a,
.site-footer .widget-area .widget-column .widget.widget_nav_menu ul.menu li:focus a {
  color: #051d44;
}
.site-footer .widget-area .widget-column .widget .footer-about p {
  margin-bottom: 0;
}
.site-footer .widget-area .widget-column .widget .footer-logos ul {
  padding-left: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .site-footer .widget-area .widget-column .widget .footer-logos ul {
    padding-top: 15px;
  }
}
.site-footer .widget-area .widget-column .widget .footer-logos ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 7px;
}
.site-footer nav.social-navigation {
  display: none;
}
/* Site info */
.site-info {
  margin-bottom: 30px;
  padding: 10px 0;
  background-color: #ffe80f;
}
.site-info .wrap {
  max-width: 100%;
}
.site-info .wrap p,
.site-info .wrap a {
  margin-bottom: 0;
  color: #000000;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}
.site-info .wrap ul {
  padding-left: 0;
  padding-bottom: 0;
}
.site-info .wrap ul li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #000000;
  line-height: 1;
}
.site-info .wrap ul li:last-child {
  padding-right: 0;
  border-right: none;
}
.site-info .wrap ul li:hover a {
  color: #051d44;
}
@media only screen and (max-width: 767px) {
  .site-info {
    text-align: center;
  }
  .site-info .wrap ul.menu {
    padding-top: 10px;
  }
  .site-info .wrap ul.menu li {
    padding: 0 10px;
  }
}
.site-info .sep {
  margin: 0;
  display: block;
  visibility: hidden;
  height: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .site-footer .widget-area .widget-column {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .site-footer .widget-area .widget-column.footer-widget-1 {
    width: 20%;
  }
  .site-footer .widget-area .widget-column.footer-widget-2 {
    width: 56%;
  }
  .site-footer .widget-area .widget-column.footer-widget-3 {
    width: 24%;
  }
  .site-info .widget:first-child {
    width: 60%;
    float: left;
  }
  .site-info .widget:last-child {
    width: 40%;
    float: left;
    text-align: right;
  }
  .site-info .wrap ul {
    text-align: right;
  }
}
@media only screen and (min-width: 979px) {
  .site-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .site-footer .widget-area .widget-column {
    float: left;
    padding-left: 30px;
    padding-right: 30px;
  }
  .site-footer .widget-area .widget-column .widget .footer-about {
    width: 58%;
    float: left;
  }
  .site-footer .widget-area .widget-column .widget .footer-logos {
    width: 42%;
    float: left;
  }
  .site-footer .widget-area .widget-column .widget p {
    font-size: 18px;
  }
  .site-info .widget {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* 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;
}
.post-lists {
  padding-bottom: 30px;
}
.post-lists .blog_wrap {
  background-color: #e2e6ee;
  text-align: center;
}
.post-lists .blog_wrap .thumb {
  margin-bottom: 15px;
}
.post-lists .blog_wrap .post-title,
.post-lists .blog_wrap .post-descript,
.post-lists .blog_wrap .post-more-info {
  padding: 0 15px;
}
.post-lists .blog_wrap .post-title h3 {
  padding-bottom: 7px;
}
@media only screen and (min-width: 599px) {
  .post-lists .blog_wrap .post-title h3 {
    min-height: 80px;
  }
}
.post-lists .blog_wrap .post-title h3 a {
  font-size: 22px;
  font-family: 'Oswald', sans-serif;
  color: #051d44;
  font-weight: 400;
}
.post-lists .blog_wrap .post-descript {
  color: #051d44;
  font-size: 18px;
  line-height: 1.8;
  padding-bottom: 15px;
}
@media only screen and (max-width: 979px) {
  .post-lists .blog_wrap .post-descript {
    font-size: 16px;
  }
}
.post-lists .blog_wrap .post-more-info {
  padding-bottom: 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline;
}
.post-lists .blog_wrap .post-more-info:hover {
  text-decoration: none;
}
@media only screen and (min-width: 599px) {
  .post-lists {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .post-lists .blog_wrap .thumb img {
    height: 270px;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
  .news-main .tabContainer .tabContent {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 599px) and (max-width: 767px) {
  .post-lists:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .post-lists {
    width: 33.3333%;
  }
  .post-lists .blog_wrap .thumb img {
    height: 240px;
  }
  .post-lists:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1100px) {
  .post-lists .blog_wrap .thumb img {
    height: 320px;
  }
}
.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;
}
.papers-wrapper {
  padding-top: 50px;
}
.papers-list {
  background-color: #e2e6ee;
  padding: 15px;
  margin-bottom: 15px;
}
.papers-list h3 {
  font-size: 18px;
  font-weight: 400;
}
.papers-list p {
  margin-bottom: 5px;
}
.papers-list .btn_pdf {
  padding-top: 15px;
}
.products_cat_wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}
.products_cat_wrap .cat-half-wrap .desc {
  font-weight: 300;
}
.products_cat_wrap .cat-half-wrap:last-child img {
  margin: auto;
}
.products-gridwrap {
  background-color: #e2e6ee;
  padding-top: 30px;
  padding-bottom: 30px;
}
.get_in_touch_bar {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffe80f;
  text-align: center;
  border-top: 9px solid #051d44;
  clear: both;
}
.get_in_touch_bar p {
  margin-bottom: 0;
}
.get_in_touch_bar label {
  font-size: 40px;
  font-family: 'Oswald', sans-serif;
  color: #051d44;
  text-transform: uppercase;
  margin: 4px;
}
@media only screen and (max-width: 979px) {
  .get_in_touch_bar label {
    font-size: 20px;
  }
}
.get_in_touch_bar label,
.get_in_touch_bar a {
  display: inline-block;
  vertical-align: middle;
}
.single-featured-image-header {
  background-color: #051d44;
  position: relative;
  min-height: 170px;
}
.single-featured-image-header > img {
  min-height: 170px;
  object-fit: cover;
  object-position: center;
}
.single-featured-image-header .page-header-row {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1496px;
}
.single-featured-image-header .page-header-row .page-header-inner {
  width: 100%;
  height: 100%;
  display: table;
}
.single-featured-image-header .page-header-row .page-header-inner .page-header-content {
  display: table-cell;
  vertical-align: middle;
}
.single-featured-image-header .page-header-row h1.entry-title {
  color: #ffffff;
  font-size: 40px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
@media only screen and (max-width: 979px) {
  .single-featured-image-header .page-header-row h1.entry-title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .single-featured-image-header .page-header-row h1.entry-title {
    font-size: 18px;
    padding-bottom: 7px;
  }
}
.single-featured-image-header .page-header-row .breadcrumb,
.single-featured-image-header .page-header-row .breadcrumb a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .single-featured-image-header .page-header-row .breadcrumb,
  .single-featured-image-header .page-header-row .breadcrumb a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1496px) {
  .news-main .tabbing .tabNav li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.news-main .tabbing .tabNav li a {
  font-size: 40px;
}
@media only screen and (max-width: 1199px) {
  .news-main .tabbing .tabNav li a {
    font-size: 25px;
  }
}
.pro-row,
.pro-row-full {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pro-row-full {
  background-color: #e2e6ee;
}
.pro-row-full .left {
  padding-bottom: 20px;
}
.pro-row-full .left.full,
.pro-row-full .right.full {
  text-align: center;
}
.pro-row-full .left.full img,
.pro-row-full .right.full img {
  margin: auto;
}
.pro-row:first-child {
  padding-bottom: 0;
}
.pro-row .product-desc {
  text-align: center;
  font-weight: 600;
}
.pro-row .left-pro {
  padding-bottom: 20px;
}
.pro-row .left-pro img {
  margin: auto;
}
.pro-row .pro-desc-content p {
  text-align: justify;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .pro-row .pro-desc-content p {
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  .pro-row table {
    display: block;
    overflow: auto;
  }
}
.request-quote .btn-req,
.request-quote .pdf-download-btn {
  display: block;
}
@media only screen and (max-width: 899px) {
  .request-quote .btn-req,
  .request-quote .pdf-download-btn {
    display: block;
  }
}
.request-quote .btn-req {
  padding-bottom: 15px;
}
.request-quote .pdf-download-btn {
  padding: 15px 10px 10px 0;
  display: inline-block;
  vertical-align: middle;
}
.request-quote .pdf-download-btn img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (max-width: 899px) {
  .request-quote .pdf-download-btn {
    padding-left: 0;
    padding-top: 10px;
  }
}
ul {
  padding-bottom: 20px;
  padding-left: 20px;
}
ul li {
  list-style: circle;
  padding: 5px 0;
}
.tabbing-loc .tabbing .tabNav {
  text-align: left;
}
.tabbing-loc .tabbing .tabNav li {
  padding: 0;
}
.tabbing-loc .tabbing .tabNav li a {
  font-weight: 500;
  padding: 15px 20px;
  border: none;
  border-top: 6px solid transparent;
  margin-bottom: -1px;
}
@media only screen and (max-width: 1099px) {
  .tabbing-loc .tabbing .tabNav li a {
    padding: 20px !important;
    font-size: 15px;
  }
}
.tabbing-loc .tabbing .tabNav li.active a {
  border-top-color: #ffe80f;
  border-left: 1px solid #e2e6ee;
  border-right: 1px solid #e2e6ee;
  border-bottom: 1px solid #ffffff;
}
.tabbing-loc .tabbing .tabContainer {
  border: 1px solid #e2e6ee;
  padding: 15px;
}
.tabbing-loc .tabbing .tabContainer .loc-left-box,
.tabbing-loc .tabbing .tabContainer .loc-mid-box {
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .tabbing-loc .tabbing .tabContainer {
    padding: 0!important;
    border: none;
  }
  .tabbing-loc .tabbing .tabContainer > a {
    padding-left: 0;
  }
}
.support-form-box .gform_wrapper {
  margin-top: 0;
}
.support-form-box h3 {
  padding-bottom: 5px;
}
.support-content-lg h3 {
  clear: none;
}
@media only screen and (min-width: 768px) {
  .support-content-lg img.alignright {
    max-width: 50%;
  }
}
pre {
  background-color: transparent;
  padding: 0 0 0 30px;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  margin-top: -15px;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  pre {
    font-size: 14px;
    padding-left: 0;
  }
}
.support-top-para {
  padding-bottom: 50px;
}
.support-top-para p {
  margin-bottom: 5px;
}
.support-top-para h4 {
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0;
}
.support-top-para a {
  text-decoration: underline;
}
.support-top-para a:hover {
  text-decoration: none;
}
.calib-wrap {
  text-align: center;
}
.calib-wrap label {
  font-weight: 400;
  color: #051d44;
  font-size: 16px;
  padding-top: 5px;
}
.twitter_feed {
  position: relative;
  background-color: #e2e6ee;
  padding-top: 50px;
}
.twitter_feed:before {
  content: "\f099";
  font-family: "Font Awesome\ 5 Brands";
  position: absolute;
  left: 0;
  right: 0;
  font-size: 70px;
  text-align: center;
  color: #29a6de;
}
.twitter_feed .tweet_data_description {
  padding-top: 30px;
  font-family: 'Open Sans', sans-serif;
}
.twitter_feed .follow {
  padding-top: 50px;
}
.twitter_feed .follow .twitter-follow-button {
  border: 1px solid #051d44;
  font-size: 16px;
  color: #051d44;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
}
.twitter_feed .follow .twitter-follow-button:before {
  content: "\f099";
  font-family: "Font Awesome\ 5 Brands";
  color: #29a6de;
  background-color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
  padding: 3px 6px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.twitter_feed .slick-slide {
  background-color: transparent;
  padding: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
}
.twitter_feed .slick-slide a {
  color: #29a6de;
}
.twitter_feed .slick-slide a:hover {
  color: #1c88b8;
}
.twitter_feed button.slick-arrow.slick-prev {
  left: 0;
}
.twitter_feed button.slick-arrow.slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
}
.twitter_feed button.slick-arrow.slick-next {
  right: 0;
}
.twitter_feed button.slick-arrow.slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
}
.twitter_feed button.slick-arrow:hover,
.twitter_feed button.slick-arrow:focus {
  background-color: transparent!important;
}
.twitter_feed button.slick-arrow:before {
  color: #29a6de;
  font-size: 30px !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;
}
@media only screen and (max-width: 767px) {
  .popup .popup-inner {
    max-width: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    bottom: 0;
    right: 0;
    overflow: auto;
    transform: none;
  }
}
.popup .popup-inner .gform_wrapper {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .popup .popup-inner .gform_wrapper {
    overflow-y: auto;
    max-height: 495px;
    overflow-x: hidden;
  }
}
.popup .popup-inner .gform_wrapper .gform_heading .gform_title {
  padding-bottom: 0;
}
.popup .popup-inner .gform_wrapper .top_label li.gfield .gfield_label {
  padding-left: 0;
}
.popup .popup-inner .gform_wrapper .top_label li.gfield.gf-half-field:nth-child(2n+1) {
  clear: both;
}
.popup .popup-inner .gform_wrapper .top_label li.gfield .ginput_container_date {
  position: relative;
}
.popup .popup-inner .gform_wrapper .top_label li.gfield .ginput_container_date input.datepicker {
  width: 100%;
}
.popup .popup-inner .gform_wrapper .top_label li.gfield .ginput_container_date img.ui-datepicker-trigger {
  position: absolute;
  right: 5px;
  top: 15px;
}
@media only screen and (max-width: 767px) {
  .popup .popup-inner .gform_wrapper .top_label li.gfield {
    padding-right: 0;
  }
  .popup .popup-inner .gform_wrapper .top_label li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100%!important;
    padding-right: 0!important;
  }
}
.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;
}
@media only screen and (max-width: 767px) {
  .popup .popup-close {
    position: fixed;
    top: 30px;
    right: 5px;
    transform: none;
  }
}
.error404 section.error-404 {
  padding-top: 50px;
  text-align: center;
}
.error404 section.error-404 header.page-header {
  float: none!important;
  width: 100%!important;
}
.error404 section.error-404 .error-msg {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #051d44;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
}
.error404 section.error-404 .page-content .search-form input[type="search"] {
  height: 46px;
}
.single .content-area a:not(.button) {
  color: #0f50bb;
}
.single .content-area a:not(.button):hover {
  color: #051d44;
}
.single-post .single-featured-image-header img {
  display: none;
}
.single-post .content-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}
.single-post .content-sec .title {
  font-size: 30px;
  padding-bottom: 20px;
}
.single-post .content-sec .social-icons {
  float: none;
  text-align: left;
}
.single-post .content-sec .social-icons .share_wrapper > a {
  cursor: pointer;
  font-size: 20px;
  display: inline-block;
  padding: 10px;
}
.single-post .content-sec .social-icons .share_wrapper > a.ssb_fbshare-icon {
  color: #3c5a98;
}
.single-post .content-sec .social-icons .share_wrapper > a.ssb_tweet-icon {
  color: #29a6de;
}
.single-post .content-sec .social-icons .share_wrapper > a:hover {
  color: #0e50bb;
}
.search-results .navigation.pagination,
.search-no-results .navigation.pagination {
  width: 100%;
}
.search-results .site-content,
.search-no-results .site-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.search-results .site-content .site-main article,
.search-no-results .site-content .site-main article {
  padding-bottom: 2em;
}
.search-results .site-content .site-main article .entry-title a,
.search-no-results .site-content .site-main article .entry-title a {
  font-size: 25px;
}
.search-results .site-content .link-more,
.search-no-results .site-content .link-more {
  padding-top: 10px;
}
.search-results .site-content .link-more a,
.search-no-results .site-content .link-more a {
  text-decoration: underline;
}
.search-results .site-content .link-more a:hover,
.search-no-results .site-content .link-more a:hover {
  text-decoration: none;
}
.search-results .site-content .widget-area,
.search-no-results .site-content .widget-area {
  display: none;
}
table tbody tr:first-child td {
  background: #051d44;
  color: #ffffff;
}
table tbody tr td,
table tbody tr th {
  padding: 10px;
}
table tbody tr td:first-child,
table tbody tr th:first-child {
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .search-no-results .site-content .search-form {
    max-width: 50%;
  }
  .single-post .content-sec .desc {
    font-size: 18px;
  }
  .error404 section.error-404 .error-msg {
    font-size: 40px;
  }
  .error404 section.error-404 .page-content .search-form {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .calib-wrap p {
    font-size: 18px;
  }
  .calib-wrap label {
    font-size: 25px;
    display: inline-block;
    padding-top: 7px;
  }
  ul li {
    font-size: 18px;
  }
  .papers-list {
    padding: 20px 30px;
    position: relative;
  }
  .papers-list h3 {
    font-size: 22px;
  }
  .papers-list p {
    font-size: 18px;
  }
  .papers-list .post-descript,
  .papers-list .post-title {
    padding-right: 200px;
  }
  .papers-list .btn_pdf {
    position: absolute;
    right: 30px;
    top: 15px;
  }
  .products_cat_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .products_cat_wrap .cat-half-wrap {
    float: left;
    width: 50%;
  }
  .products_cat_wrap .cat-half-wrap .desc {
    font-size: 18px;
  }
  .products_cat_wrap .cat-half-wrap:last-child {
    padding-left: 30px;
  }
  .products-gridwrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .get_in_touch_bar {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .get_in_touch_bar label {
    margin-right: 15px;
  }
  .pro-row,
  .pro-row-full {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pro-row p,
  .pro-row-full p {
    font-size: 18px;
  }
  .pro-row {
    width: 100%;
    float: left;
  }
  .pro-row .product-desc,
  .pro-row .request-quote .pdf-download-btn {
    font-size: 18px;
  }
  .pro-row .left-pro {
    padding-right: 30px;
    width: 50%;
    float: left;
  }
  .pro-row .right-pro {
    float: left;
    padding-left: 30px;
    width: 50%;
  }
  .pro-row-full {
    width: 100%;
    float: left;
  }
  .pro-row-full .left {
    padding-right: 15px;
    padding-top: 30px;
    width: 50%;
    float: left;
  }
  .pro-row-full .left.full {
    width: 100%;
    padding-right: 0;
  }
  .pro-row-full .right {
    float: left;
    padding-left: 15px;
    width: 50%;
  }
  .pro-row-full .right.full {
    width: 100%;
    padding-left: 0;
  }
  .tabbing-loc .tabbing .tabNav li a {
    padding: 30px 40px;
  }
  .tabbing-loc .tabbing .tabContainer {
    padding: 30px;
  }
  .tabbing-loc .tabbing .tabContainer .tabContent {
    padding-bottom: 0;
  }
  .tabbing-loc .tabbing .tabContainer .tabContent .loc-left-box,
  .tabbing-loc .tabbing .tabContainer .tabContent .loc-mid-box {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    padding-right: 15px;
  }
  .tabbing-loc .tabbing .tabContainer .tabContent .loc-right-box {
    display: inline-block;
    vertical-align: top;
    width: 38%;
  }
}
@media only screen and (min-width: 979px) {
  .twitter_feed .slick-slide {
    padding: 100px 200px;
    font-size: 30px;
  }
  .twitter_feed button.slick-arrow.slick-prev {
    left: 100px;
  }
  .twitter_feed button.slick-arrow.slick-next {
    right: 100px;
  }
}
@media only screen and (min-width: 1496px) {
  table tbody tr td,
  table tbody tr th {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .wpb_single_image img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .latest_new_wrap .thumb {
    padding-bottom: 15px;
  }
  img.alignright {
    float: none!important;
    margin-left: 0!important;
  }
  #resource-d h2 {
    padding-bottom: 0;
  }
}
.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: #051d44;
  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: #051d44;
}
@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%;
}
.slider-nav.slick-initialized.slick-slider {
  width: 90%;
  margin: 20px auto 0 auto;
}
.slider-nav {
  /*   width: 500px;
      height: 85px;
      margin: auto; */
}
.slider-nav .slick-track {
  height: 85px;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 50;
  margin-top: -12px;
  border: none;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-prev:before,
.slick-next:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before {
  content: "\f104";
}
.slick-next:before {
  content: "\f105";
}
.single-wrapper.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 100%;
  padding: 0;
  /* -webkit-transform: translate(0, -50%); */
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #999999 !important;
  border: none!important;
  outline: none;
  background: #f2f2f2;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px !important;
  height: 100% !important;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #999999  !important;
  border: none;
  outline: none;
  background: #f2f2f2;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #ff6b00 !important;
  outline: none;
  background: #f2f2f2!important;
}
@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: 'Oswald', 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 #051d44;
}
.accordionjs .acc_section.acc_active .icon-accordion:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #051d44;
}
.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: 120px;
  padding-bottom: 0;
}
.kmtheme-front-page .site-content .entry-header {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .kmtheme-front-page .site-content {
    padding-top: 86px;
  }
}
.twentyseventeen-panel {
  overflow: hidden;
  position: relative;
}
.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;
}
.wpb_image_grid ul.wpb_image_grid_ul {
  text-align: center;
  padding-top: 30px;
}
.wpb_image_grid ul.wpb_image_grid_ul li.isotope-item {
  padding: 10px 20px;
  position: static !important;
  vertical-align: middle;
  float: none;
  display: inline-block;
}
.main-banner .slick-slider .item_content {
  margin: 0;
  height: 695px;
  display: table;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.main-banner .slick-slider .item_content > a {
  display: table-cell;
  vertical-align: middle;
}
.main-banner .slick-slider .item_content .carousel-caption {
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1496px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.main-banner .slick-slider .item_content .carousel-caption h1 {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.1;
}
.main-banner .slick-slider .item_content .carousel-caption p {
  color: #ffffff;
  font-size: 25px;
}
.main-banner .slick-slider .item_content .carousel-caption p br {
  display: none;
}
@media only screen and (min-width: 979px) {
  .main-banner .slick-slider .item_content .carousel-caption p {
    margin-left: auto;
    margin-right: auto;
    max-width: 85%;
  }
}
@media only screen and (min-width: 1200px) {
  .main-banner .slick-slider .item_content .carousel-caption p {
    max-width: 70%;
  }
}
@media only screen and (max-width: 979px) {
  .main-banner .slick-slider .item_content .carousel-caption p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .main-banner .slick-slider .item_content .carousel-caption p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1496px) {
  .main-banner .slick-slider .item_content {
    height: 560px;
  }
}
@media only screen and (max-width: 1280px) {
  .main-banner .slick-slider .item_content {
    height: 500px;
  }
  .main-banner .slick-slider .item_content .carousel-caption h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 979px) {
  .main-banner .slick-slider .item_content {
    height: 420px;
  }
  .main-banner .slick-slider .item_content .carousel-caption h1 {
    font-size: 30px;
  }
  .main-banner .slick-slider .item_content .carousel-caption p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .main-banner .slick-slider .item_content {
    height: 320px;
  }
  .main-banner .slick-slider .item_content .carousel-caption h1 {
    font-size: 18px;
  }
  .main-banner .slick-slider .item_content .carousel-caption p {
    font-size: 14px;
  }
}
.main-banner .slick-prev {
  left: 5px;
}
.main-banner .slick-prev:hover,
.main-banner .slick-prev:focus {
  background: none!important;
}
.main-banner .slick-prev:hover,
.main-banner .slick-prev:focus,
.main-banner .slick-prev:hover:before,
.main-banner .slick-prev:focus:before {
  color: #ffffff !important;
}
.main-banner .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
}
.main-banner .slick-next {
  right: 5px;
}
.main-banner .slick-next:hover,
.main-banner .slick-next:focus {
  background: none!important;
}
.main-banner .slick-next:hover,
.main-banner .slick-next:focus,
.main-banner .slick-next:hover:before,
.main-banner .slick-next:focus:before {
  color: #ffffff !important;
}
.main-banner .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
}
.solutions-home {
  padding-top: 30px;
}
.solutions-home .sol-cat-list {
  display: block;
  padding-bottom: 50px;
}
.solutions-home .sol-cat-list .category-img > img {
  margin: auto;
}
.solutions-home .sol-cat-list .industry-title {
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
}
.solutions-home .sol-cat-list:hover .industry-title {
  color: #0a3b8b;
}
.ma-wrap {
  text-align: center;
}
.ma-wrap ul.certify-logo-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 15px;
}
.products-tabber .tabbing .tabNav li a {
  text-transform: uppercase;
  background-color: #ffffff;
  color: #051d44;
  min-width: 200px;
  font-size: 18px;
  text-align: center;
  padding: 15px;
  border-bottom: 10px solid #cbd2e1;
}
@media only screen and (max-width: 1099px) {
  .products-tabber .tabbing .tabNav li a {
    min-width: 130px;
  }
}
.products-tabber .tabbing .tabNav li a:before {
  content: "";
  width: 54px;
  height: 54px;
  display: block;
  background-repeat: no-repeat;
  position: relative;
  margin: auto;
  -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;
}
.products-tabber .tabbing .tabNav li a.custom:before {
  background-image: url(../images/custom-p-icon.png);
}
.products-tabber .tabbing .tabNav li a.handheld:before {
  background-image: url(../images/handheld-p-icon.png);
}
.products-tabber .tabbing .tabNav li a.laboratory-products:before {
  background-image: url(../images/lab-p-icon.png);
}
.products-tabber .tabbing .tabNav li a.material-handling:before {
  background-image: url(../images/mat-p-icon.png);
}
.products-tabber .tabbing .tabNav li a.portal-monitor:before {
  background-image: url(../images/portal-p-icon.png);
}
.products-tabber .tabbing .tabNav li a.software:before {
  background-image: url(../images/software-icon.png);
}
.products-tabber .tabbing .tabNav li:hover a,
.products-tabber .tabbing .tabNav li:focus a,
.products-tabber .tabbing .tabNav li.active a {
  background-color: #051d44;
  color: #ffffff;
  border-bottom-color: #ffe80f;
}
.products-tabber .tabbing .tabNav li:hover a:before,
.products-tabber .tabbing .tabNav li:focus a:before,
.products-tabber .tabbing .tabNav li.active a:before {
  background-position: 0 -54px;
}
.products-tabber .tabbing .tabNav li:hover a.software:before,
.products-tabber .tabbing .tabNav li:focus a.software:before,
.products-tabber .tabbing .tabNav li.active a.software:before {
  background-position: 0 -60px;
}
@media only screen and (min-width: 599px) {
  .products-tabber .tabbing .tabContainer {
    float: left;
    width: 100%;
  }
}
.products-tabber .tabbing .tabContainer > a {
  clear: both;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #051d44;
  min-width: 200px;
  font-size: 18px;
  text-align: center;
  padding: 15px;
  border-bottom: 10px solid #cbd2e1;
}
.products-tabber .tabbing .tabContainer > a:before {
  content: "";
  width: 54px;
  height: 54px;
  display: block;
  background-repeat: no-repeat;
  position: relative;
  margin: auto;
  -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;
}
.products-tabber .tabbing .tabContainer > a.custom:before {
  background-image: url(../images/custom-p-icon.png);
}
.products-tabber .tabbing .tabContainer > a.handheld:before {
  background-image: url(../images/handheld-p-icon.png);
}
.products-tabber .tabbing .tabContainer > a.software:before {
  background-image: url(../images/software-icon.png);
}
.products-tabber .tabbing .tabContainer > a.laboratory-products:before {
  background-image: url(../images/lab-p-icon.png);
}
.products-tabber .tabbing .tabContainer > a.material-handling:before {
  background-image: url(../images/mat-p-icon.png);
}
.products-tabber .tabbing .tabContainer > a.portal-monitor:before {
  background-image: url(../images/portal-p-icon.png);
}
.products-tabber .tabbing .tabContainer > a:focus,
.products-tabber .tabbing .tabContainer > a.active {
  background-color: #051d44;
  color: #ffffff;
  border-bottom-color: #ffe80f;
}
.products-tabber .tabbing .tabContainer > a:focus:before,
.products-tabber .tabbing .tabContainer > a.active:before {
  background-position: 0 -54px;
}
.products-tabber .tabbing .tabContainer .products-box h4.industry-title {
  font-size: 22px;
  text-align: center;
  margin-top: 15px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .products-tabber .tabbing .tabContainer .products-box h4.industry-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .tabbing .mResAccordAnchor > span:after {
    font-size: 28px;
  }
  .tabbing .mResAccordAnchor.active > span:after {
    content: "-";
  }
}
.tabbing .tabContainer > a {
  clear: both;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  background-color: transparent;
  color: #051d44;
  padding: 10px;
  border-bottom: 5px solid transparent;
}
.tabbing .tabContainer > a:focus,
.tabbing .tabContainer > a.active {
  background-color: transparent;
  color: #051d44;
  border-bottom-color: #ffe80f;
  outline: none;
}
.tabbing .tabContainer .tabContent {
  background-color: transparent;
  border: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .tabbing .tabContainer .tabContent {
    padding-top: 15px;
  }
}
.tabbing .tabNav {
  text-align: center;
}
.tabbing .tabNav li {
  display: inline-block;
  vertical-align: top;
  padding: 2px;
  float: none;
}
.tabbing .tabNav li a {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  background-color: transparent;
  color: #051d44;
  padding: 10px;
  border-bottom: 5px solid transparent;
}
.tabbing .tabNav li:hover a,
.tabbing .tabNav li:focus a,
.tabbing .tabNav li.active a {
  background-color: transparent;
  color: #051d44;
  border-bottom-color: #ffe80f;
  outline: none;
}
.product-slider,
.product-slider-custom {
  padding-left: 50px;
  padding-right: 50px;
}
.product-slider .slick-list,
.product-slider-custom .slick-list {
  padding: 0!important;
}
.product-slider .slick-arrow.slick-prev:before,
.product-slider-custom .slick-arrow.slick-prev:before,
.product-slider .slick-arrow.slick-next:before,
.product-slider-custom .slick-arrow.slick-next:before {
  color: #051d44;
}
.product-slider .slick-arrow.slick-prev:hover,
.product-slider-custom .slick-arrow.slick-prev:hover,
.product-slider .slick-arrow.slick-next:hover,
.product-slider-custom .slick-arrow.slick-next:hover,
.product-slider .slick-arrow.slick-prev:focus,
.product-slider-custom .slick-arrow.slick-prev:focus,
.product-slider .slick-arrow.slick-next:focus,
.product-slider-custom .slick-arrow.slick-next:focus {
  background: none!important;
}
.product-slider .slick-arrow.slick-prev:hover:before,
.product-slider-custom .slick-arrow.slick-prev:hover:before,
.product-slider .slick-arrow.slick-next:hover:before,
.product-slider-custom .slick-arrow.slick-next:hover:before,
.product-slider .slick-arrow.slick-prev:focus:before,
.product-slider-custom .slick-arrow.slick-prev:focus:before,
.product-slider .slick-arrow.slick-next:focus:before,
.product-slider-custom .slick-arrow.slick-next:focus:before {
  color: #020914;
}
.product-slider .slick-prev,
.product-slider-custom .slick-prev {
  left: 0;
}
.product-slider .slick-next,
.product-slider-custom .slick-next {
  right: 0;
}
.product-slider .slick-slide,
.product-slider-custom .slick-slide {
  background-color: transparent;
  margin: 0;
}
.product-slider .products-box,
.product-slider-custom .products-box {
  width: 100%;
  float: none;
}
.product-slider .products-box .industry-title,
.product-slider-custom .products-box .industry-title {
  padding-top: 10px;
  padding-bottom: 0;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
}
.products-box {
  padding: 10px 0;
}
.products-box .products-box-inner {
  background-color: #ffffff;
  position: relative;
  padding: 10px;
}
.products-box .products-box-inner > a {
  -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;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  left: 0;
  right: 0;
  background-color: rgba(5, 29, 68, 0.8);
}
.products-box .products-box-inner > a span {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  color: #ffe80f;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}
.products-box .products-box-inner > a span:hover {
  text-decoration: none;
}
.products-box .products-box-inner img {
  margin: auto;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
.products-box .products-box-inner:hover > a,
.products-box .products-box-inner:focus > a {
  opacity: 1;
}
.latest_new_wrap .blog_wrap .post-content .post-title h3 a {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
.latest_new_wrap .blog_wrap .post-content .post-descript {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  padding-bottom: 10px;
}
.latest_new_wrap .blog_wrap .post-content .post-date {
  font-style: italic;
  font-size: 14px;
}
.latest_new_wrap .blog_wrap .post-content .post-footer {
  padding-top: 30px;
}
.latest_new_wrap .blog_wrap .post-content .post-footer .post-share,
.latest_new_wrap .blog_wrap .post-content .post-footer .button {
  display: inline-block;
  vertical-align: middle;
}
.latest_new_wrap .blog_wrap .post-content .post-footer .post-share {
  padding-left: 15px;
}
.latest_new_wrap .blog_wrap .post-content .post-footer .post-share .icon {
  height: auto;
  padding: 0 15px;
}
.latest_new_wrap .blog_wrap .post-content .post-footer .post-share a {
  font-size: 22px;
  cursor: pointer;
}
.latest_new_wrap .blog_wrap .post-content .post-footer .post-share a.ssb_fbshare-icon {
  color: #3c5a98;
}
.latest_new_wrap .blog_wrap .post-content .post-footer .post-share a.ssb_tweet-icon {
  color: #29a6de;
}
.resources-list h3 {
  border-bottom: 2px solid #ffe80f;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 50px;
}
.resources-list h4 {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 0;
  padding-top: 10px;
}
.resources-list .pdf-box {
  position: relative;
  padding-left: 32px;
  font-size: 15px;
  margin: 15px 0;
}
.resources-list .pdf-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/pdf-icon-resource.png);
  background-repeat: no-repeat;
  width: 23px;
  height: 33px;
}
.resources-list .pdf-box.downloads:before {
  background-image: url(../images/Download-icon.png);
}
@media only screen and (min-width: 599px) {
  .solutions-home .sol-cat-list {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .products-box {
    padding: 10px;
    width: 50%;
    float: left;
  }
  .products-box .products-box-inner img {
    height: 300px;
    object-fit: cover;
    object-position: center;
  }
}
@media only screen and (min-width: 768px) {
  .resources-list .pdf-box {
    font-size: 20px;
  }
  .latest_new_wrap .blog_wrap .thumb {
    float: left;
    width: 33.3333%;
  }
  .latest_new_wrap .blog_wrap .post-content {
    float: left;
    width: 66.6666%;
    padding-left: 30px;
  }
  .latest_new_wrap .blog_wrap .post-content .post-title h3 a {
    font-size: 20px;
  }
  .latest_new_wrap .blog_wrap .post-content .post-descript {
    font-size: 20px;
  }
  .solutions-home {
    padding-top: 50px;
  }
  .solutions-home .sol-cat-list {
    width: 33%;
  }
  .tabbing .tabContainer .tabContent {
    padding: 30px 0;
  }
  .products-box {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 767px) {
  .products-box:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 768px) and (max-width: 978px) {
  .products-box:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 979px) {
  .products-box {
    width: 20%;
  }
  .products-box:nth-child(5n+1) {
    clear: both;
  }
}
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
}
.gform_wrapper .top_label li.gfield .gfield_label {
  color: #051d44;
  margin-bottom: 0;
  font-weight: 400;
  padding-left: 10px;
  font-size: 16px;
}
.gform_wrapper .top_label li.gfield.gf-checks-field .gfield_label {
  display: none;
}
.gform_wrapper .top_label li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .top_label li.gfield select {
  height: 44px;
  line-height: 44px;
}
.gform_wrapper .top_label li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .top_label li.gfield select,
.gform_wrapper .top_label li.gfield textarea {
  border-color: #e2e6ee;
  font-size: 13px;
}
.gform_wrapper .top_label li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.gform_wrapper .top_label li.gfield select:focus,
.gform_wrapper .top_label li.gfield textarea:focus {
  border-color: #4d5f84;
}
.gform_wrapper .gform_footer input[type="submit"] {
  color: #ffe80f;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 30px !important;
  border: 1px solid #051d44;
}
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_footer input[type="submit"]:focus {
  background-color: #ffe80f;
  color: #051d44;
}
.sales-finder-areas .wpb_text_column.wpb_content_element {
  padding-bottom: 40px;
}
.sales-form .gform_wrapper {
  margin-top: 50px;
}
.service-box {
  padding-top: 50px;
}
.service-box .support-box {
  border: 5px solid #e2e6ee;
  padding: 15px 20px;
}
.service-box .support-box:hover {
  border-color: #c2cadb;
}
.service-box .support-box h4 {
  border-bottom: 2px solid #ffe80f;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.service-box .support-box h4 img {
  vertical-align: middle;
  display: inline-block;
}
.service-box .support-box p {
  color: #051d44;
  line-height: 1.6;
}
.service-box .support-box p a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1269px) {
  .service-box .support-box .col-sm-6 {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .service-box .support-box {
    min-height: 350px;
  }
  .service-box .support-box.support-detail-box {
    min-height: 160px;
  }
}
@media only screen and (min-width: 1270px) {
  .service-box .support-box {
    min-height: 235px;
    float: left;
    width: 100%;
  }
  .service-box .support-box.support-detail-box {
    min-height: 160px;
  }
  .service-box .support-box .col-sm-6 {
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .service-box .support-box .col-sm-6:first-child {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-box .support-box {
    margin-bottom: 15px !important;
  }
}
.gform_wrapper li.gfield.gf-half-field.gfield_error.gfield_contains_required {
  padding-right: 16px!important;
}
.distributer_contact_details {
  padding-bottom: 30px;
}
.distributer_contact_details .distributer_details {
  padding: 15px;
  margin-bottom: 30px;
}
.distributer_contact_details .distributer_details .distributer_title {
  padding-bottom: 15px;
  padding-top: 15px;
}
.distributer_contact_details .distributer_details .distributer_title + span {
  display: block;
  padding-bottom: 15px;
  font-weight: 600;
}
.distributer_contact_details .distributer_details .fa-phone {
  transform: rotate(90deg);
  margin-right: 5px;
  font-size: 16px;
}
#gform_wrapper_4 .top_label li.gfield .gfield_label {
  padding-left: 0;
}
#gform_wrapper_4 .top_label li.gfield .gfield_radio > li,
#gform_wrapper_4 .top_label li.gfield .gfield_checkbox > li {
  display: block;
}
#gform_wrapper_4 .top_label li.gfield .gfield_radio > li input[value="gf_other_choice"],
#gform_wrapper_4 .top_label li.gfield .gfield_checkbox > li input[value="gf_other_choice"] {
  margin-right: 10px;
  margin-top: 15px;
  float: left;
}
@media only screen and (min-width: 768px) {
  .support-form-box .top_label li.gfield.gf-half-field:nth-child(2n+1) {
    clear: both;
  }
}
.support-form-box .top_label li.gfield .gfield_checkbox > li label {
  margin-top: 0!important;
  max-width: 95%;
}
.corporate-contacts .wpb_content_element {
  margin-bottom: 30px !important;
  line-height: 1.6;
}
.corporate-contacts h4.vc_custom_heading {
  position: relative;
  margin-bottom: 30px;
}
.corporate-contacts h4.vc_custom_heading:before {
  content: "";
  display: block;
  width: 100px;
  background: #ffe80d;
  position: absolute;
  height: 3px;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper .gform_heading {
    margin-bottom: 0!important;
  }
  .gform_wrapper .top_label li.gfield.gf-half-field {
    float: left;
    width: 50%;
    clear: none;
  }
  .gform_wrapper .top_label li.gfield.gf-full-field {
    padding-top: 15px;
  }
  .gform_wrapper .top_label li.gfield .gfield_radio > li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }
  .gform_wrapper .top_label li.gfield .gfield_radio > li:last-child {
    margin-right: 0;
  }
  .gform_wrapper .top_label li.gfield .gfield_radio > li > input[type="checkbox"] {
    margin-right: 2px;
  }
  .gform_wrapper .top_label li.gfield .gfield_radio > li label {
    margin-top: 4px;
  }
  .gform_wrapper .top_label li.gfield .gfield_checkbox > li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }
  .gform_wrapper .top_label li.gfield .gfield_checkbox > li:last-child {
    margin-right: 0;
  }
  .gform_wrapper .top_label li.gfield .gfield_checkbox > li > input[type="checkbox"] {
    margin-right: 2px;
  }
  .gform_wrapper .top_label li.gfield .gfield_checkbox > li label {
    margin-top: 4px;
  }
  .sales-form .gform_wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .distributer_contact_details {
    display: flex;
    flex-wrap: wrap;
  }
  .distributer_contact_details .distributer_details {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .distributer_contact_details .distributer_details .distributer_title + span {
    clear: both;
  }
  .corporate-contacts {
    position: relative;
    float: left;
    width: 100%;
  }
  .corporate-contacts:after {
    content: "";
    background: #bbb;
    position: absolute;
    left: 0;
    right: 0;
    height: 85%;
    bottom: 0;
    top: 80px;
    margin: auto;
    display: block!important;
    width: 1px;
  }
  .corporate-contacts .wpb_content_element {
    font-size: 18px;
  }
  .corporate-contacts > .vc_column_container:last-child h4.vc_custom_heading {
    padding-left: 30px;
  }
  .corporate-contacts > .vc_column_container:last-child .wpb_content_element {
    padding-left: 30px;
  }
  .corporate-contacts > .vc_column_container:last-child .wpb_content_element:after {
    display: none;
  }
}
@media only screen and (min-width: 979px) {
  .corporate-contacts {
    padding-left: 100px;
    padding-right: 100px;
  }
  .sales-form .gform_wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .distributer_contact_details .distributer_details > img {
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
  }
}
.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: #051d44;
  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;
  }
}
