@media all {
  .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
  }
}


@media all {
  html {
    --wp-admin--admin-bar--height: 32px;
    scroll-padding-top: var(--wp-admin--admin-bar--height);
  }

  @media screen and (max-width:782px) {
    html {
      --wp-admin--admin-bar--height: 46px;
    }
  }
}


@media screen {
  html {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }
}


:root {
  --wp-block-synced-color: #7a00df;
  --wp-block-synced-color--rgb: 122, 0, 223;
  --wp-bound-block-color: var(--wp-block-synced-color);
  --wp-editor-canvas-background: #ddd;
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color--rgb: 0, 124, 186;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5;
  --wp-admin-theme-color-darker-20: #005a87;
  --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
  --wp-admin-border-width-focus: 2px;
}

@media (min-resolution:192dpi) {
  :root {
    --wp-admin-border-width-focus: 1.5px;
  }
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}

.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #ddd;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}


:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgb(6, 147, 227) 0%, rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgb(255, 105, 0) 0%, rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
  --wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
}

:root {
  --wp--style--global--content-size: 1300px;
  --wp--style--global--wide-size: 1300px;
}

:where(body) {
  margin: 0;
}

body {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

@media all {
  .nectar-social.fixed>a:before {
    background-color: #000;
  }

  @media only screen and (max-width:999px) {
    .nectar-social.fixed>a {
      transition: all 0.35s cubic-bezier(.15, 0.2, .1, 1);
      -webkit-transition: all 0.35s cubic-bezier(.15, 0.2, .1, 1);
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    .nectar-social.fixed {
      margin: 0;
      height: 50px;
      pointer-events: none;
    }
  }

  .nectar-social.fixed {
    position: fixed;
    right: 34px;
    bottom: 34px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    z-index: 1000;
  }

  .nectar-social.fixed>a {
    height: 50px;
    width: 50px;
    line-height: 52px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }

  .nectar-social.fixed>a:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
    -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
    height: 100%;
    transform: translateZ(0);
    backface-visibility: hidden;
    border-radius: 50%;
  }

  .nectar-social.fixed:hover>a:before {
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
  }

  .nectar-social.fixed>a>[class^="icon-"].icon-default-style {
    font-size: 16px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: #fff;
    left: -1px;
    top: 0;
    z-index: 10;
    position: relative;
  }

  .nectar-social.fixed .nectar-social-inner {
    position: absolute;
    height: 50px;
    width: 50px;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: center;
  }

  .nectar-social.fixed .nectar-social-inner a {
    display: block;
    line-height: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    width: 36px;
    left: 7px;
    position: absolute;
    opacity: 0;
    border: none;
    top: 0;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
    transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  }

  .nectar-social.fixed>a:after,
  .nectar-social.fixed .nectar-social-inner a:after {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    content: '';
    display: block;
    border-radius: 50%;
  }

  .nectar-social.fixed a:after {
    -webkit-transition: opacity 0.25s cubic-bezier(.15, 0.2, .1, 1);
    transition: opacity 0.25s cubic-bezier(.15, 0.2, .1, 1);
  }

  .nectar-social.fixed:hover>a:after {
    -webkit-animation: socialButtonFlash 0.45s cubic-bezier(.15, 0.2, .1, 1) forwards;
    animation: socialButtonFlash 0.45s cubic-bezier(.15, 0.2, .1, 1) forwards;
  }

  .nectar-social.fixed a:hover:after {
    opacity: 0.2;
  }

  .nectar-social.fixed:hover>a:before {
    -webkit-transform: scale(1.23) translateZ(0);
    transform: scale(1.23) translateZ(0);
  }

  .nectar-social.fixed .nectar-social-inner a:nth-child(1) {
    transform: translateY(0px) scale(0);
    -webkit-transform: translateY(0px) scale(0);
  }

  .nectar-social.fixed .nectar-social-inner a:nth-child(2) {
    -webkit-transform: translateY(-36px) scale(0);
    transform: translateY(-36px) scale(0);
  }

  .nectar-social.fixed .nectar-social-inner a:nth-child(3) {
    -webkit-transform: translateY(-86px) scale(0);
    transform: translateY(-86px) scale(0);
  }

  .nectar-social.fixed .nectar-social-inner a:nth-child(4) {
    -webkit-transform: translateY(-136px) scale(0);
    transform: translateY(-136px) scale(0);
  }

  .nectar-social.fixed:hover .nectar-social-inner a:nth-child(1) {
    -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
    -webkit-transform: translateY(-56px) scale(1);
    transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
    transform: translateY(-56px) scale(1);
    opacity: 1;
  }

  .nectar-social.fixed:hover .nectar-social-inner a:nth-child(2) {
    -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
    -webkit-transform: translateY(-106px) scale(1);
    transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
    transform: translateY(-106px) scale(1);
    opacity: 1;
  }

  .nectar-social.fixed:hover .nectar-social-inner a:nth-child(3) {
    -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
    -webkit-transform: translateY(-156px) scale(1);
    transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
    transform: translateY(-156px) scale(1);
    opacity: 1;
  }

  .nectar-social.fixed:hover .nectar-social-inner a:nth-child(4) {
    -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
    -webkit-transform: translateY(-206px) scale(1);
    transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
    transform: translateY(-206px) scale(1);
    opacity: 1;
  }

  .nectar-social.fixed:hover {
    height: 340px;
  }

  body .nectar-social.fixed a i,
  #ajax-content-wrap .nectar-social.fixed a i {
    color: #fff;
    font-size: 14px;
    top: 0;
    padding-right: 0;
    display: block;
  }

  body .nectar-social.fixed .nectar-social-inner a i,
  #ajax-content-wrap .nectar-social.fixed .nectar-social-inner a i {
    height: 36px;
    line-height: 36px;
    width: 36px;
  }

  .nectar-social.fixed .facebook-share {
    background-color: #6a75c8;
  }

  .nectar-social.fixed .twitter-share {
    background-color: #6abaf7;
  }

  .nectar-social.fixed .linkedin-share {
    background-color: #2e82d9;
  }

  .nectar-social.fixed .pinterest-share {
    background-color: #f00;
  }

  .nectar-social .social-text {
    display: none;
  }

  body .pinterest-share i,
  body .facebook-share i,
  body .twitter-share i,
  body .linkedin-share i,
  .nectar-social .icon-default-style.steadysets-icon-share {
    background-color: transparent;
    border-radius: 0px;
    font-weight: normal;
    font-size: 20px;
    height: 20px;
    width: auto;
    line-height: 20px;
    color: #ddd;
  }

  .nectar-social .nectar-social-inner a,
  .nectar-social.fixed>a {
    text-decoration: none !important;
  }

  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
  }
}


body .nectar-social[data-color-override="override"].fixed>a:before,
body .nectar-social[data-color-override="override"].fixed .nectar-social-inner a {
  background-color: #fe8502;
}


@media all {

  i[class^="icon-"],
  [class*=" icon-"],
  i[class*="fa-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
  }

  [class^="icon-"]:before,
  [class*=" icon-"]:before {
    text-decoration: inherit;
    speak: none;
  }

  [class^="icon-"],
  [class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
  }

  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .fa-facebook:before {
    content: "\f09a";
  }

  .fa-pinterest:before {
    content: "\f0d2";
  }

  .fa-linkedin:before {
    content: "\f0e1";
  }
}


@media all {
  .col {
    position: relative;
    display: block;
    width: 100%;
  }

  @media (min-width:691px) {
    .col {
      margin-right: 2%;
    }
  }

  .col:last-child {
    margin-right: 0;
  }

  .col.col_last {
    margin-right: 0;
  }
}


@media all {

  a,
  body,
  div,
  form,
  header,
  html,
  i,
  img,
  li,
  nav,
  p,
  span,
  ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }

  html {
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  body {
    max-width: 100%;
    overflow: hidden;
    background: #fff;
    font-family: 'Open Sans', Helvetica, sans-serif;
    color: #676767;
    position: relative;
  }

  ul {
    list-style: none;
  }

  p:empty {
    display: none;
  }

  header,
  nav {
    display: block;
  }

  * {
    box-sizing: border-box;
  }

  :root {
    --scroll-bar-w: -2px;
    --nectar-font-light-color: #ffffff;
    --page-color-change-section-transition-time: 0.8s;
    --nectar-cubic-bezier-out: cubic-bezier(0.3, 1, 0.3, 1);
    --nectar-cubic-bezier-in-out: cubic-bezier(0.76, 0, 0.24, 1);
    --nectar-header-hover-timing: 0.65s;
  }

  .container-header-footer {
    margin: 0 auto;
    position: relative;
    max-width: 880px;
  }

  .row {
    position: relative;
  }

  header .row {
    margin-left: 0;
    margin-right: 0;
  }

  .col:after,
  .row:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .row {
    padding-bottom: 24px;
  }

  @media (min-width:691px) {
    .span_3 {
      width: 23.5%;
    }

    .span_5 {
      width: 40.5%;
    }

    .span_7 {
      width: 57.5%;
    }

    .span_9 {
      width: 74.5%;
    }

    .span_12 {
      width: 100%;
    }
  }

  body {
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 400;
    line-height: 26px;
  }

  body:not(.nectar-no-flex-height) {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

  body:not(.nectar-no-flex-height) #ajax-content-wrap {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  p {
    -webkit-font-smoothing: antialiased;
  }

  .nectar-skip-to-content:not(:focus),
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
  }

  .nectar-skip-to-content-wrap {
    position: absolute;
    top: 0;
    left: 0;
  }

  @media only screen and (min-width:1000px) {
    .nectar-mobile-only {
      display: none;
    }
  }

  @media only screen and (max-width:999px) {
    .nectar-mobile-only.mobile-header {
      display: inline-block;
    }
  }

  .nectar-mobile-only.mobile-header .inner {
    display: flex;
  }

  #header-outer .screen-reader-text {
    height: 1px;
  }

  a {
    color: #3555ff;
    text-decoration: none;
    transition: color .3s;
  }

  a:hover {
    color: inherit;
  }

  p {
    padding-bottom: 27px;
  }

  .row .col p:last-child {
    padding-bottom: 0;
  }

  .container-header-footer .row:last-child {
    padding-bottom: 0;
  }

  ul {
    /* margin-left: 30px;
    margin-bottom: 30px; */
  }

  ul li {
    /* list-style: disc;
    list-style-position: outside; */
  }

  #footer-outer ul,
  #header-outer nav>ul,
  #header-secondary-outer ul {
    margin: 0;
  }

  #header-outer ul li,
  #header-secondary-outer ul li {
    list-style: none;
  }

  .row .col img {
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
  }

  #header-space {
    height: 90px;
    background-color: #fff;
  }

  #header-outer {
    width: 100%;
    top: 0;
    left: 0;
    /* position: fixed; */
    position: relative;
    padding: 28px 0 0 0;
    background-color: #fff;
    z-index: 9999;
    overflow: visible;
  }

  #top #logo {
    width: auto;
    max-width: none;
    line-height: 22px;
    font-size: 22px;
    letter-spacing: -1px;
    color: #444;
    font-weight: 600;
    align-self: center;
  }

  #top #logo:focus,
  #top #logo:hover {
    color: #000;
  }

  #top #logo img {
    text-indent: -9999px;
    max-width: none;
    width: auto;
    margin-bottom: 0;
    display: block;
    transition: opacity .4s ease;
  }

  #top {
    position: relative;
    z-index: 9998;
    width: 100%;
  }

  #top .container-header-footer .row {
    padding-bottom: 0;
  }

  #top nav>ul {
    overflow: visible;
    transition: padding .8s ease, margin .25s ease;
    min-height: 1px;
    line-height: 1px;
  }

  body:not(.ascend) #top nav>.buttons {
    margin-left: 15px;
  }

  body #header-outer[data-full-width=false][data-has-buttons=no]:not([data-format=left-header]) #top nav>.buttons {
    margin-left: 0;
  }

  #top nav>.buttons {
    transition: padding .8s ease;
  }

  #header-outer #top nav>.buttons {
    right: 0;
    height: 100%;
    overflow: hidden;
  }

  #top nav ul li {
    float: right;
  }

  #top nav>ul>li {
    float: left;
  }

  #top nav>ul>li>a {
    padding: 0 10px 0 10px;
    display: block;
    color: #676767;
    font-size: 14px;
    line-height: 20px;
    transition: color .2s ease, opacity .2s ease;
  }

  #header-outer[data-lhe=animated_underline] #top nav>ul>li>a {
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
    margin-left: 10px;
  }

  #top nav ul li a {
    color: #555;
  }

  .sf-menu {
    line-height: 1;
    float: left;
    margin-bottom: 30px;
  }

  .sf-menu:not(.buttons) a:focus {
    outline: 0 none;
  }

  .sf-menu,
  .sf-menu * {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    z-index: 10;
  }

  .sf-menu {
    line-height: 1;
  }

  .sf-menu .menu-item a {
    outline: 0 none;
  }

  .sf-menu li {
    float: left;
    outline: 0 none;
    line-height: 0;
    font-size: 12px;
    position: relative;
  }

  .sf-menu a {
    display: block;
    position: relative;
    text-decoration: none;
  }

  #top .span_9 {
    position: static;
  }

  @media only screen and (min-width:1000px) {
    #header-outer:not([data-format=left-header]) {
      padding-top: 0;
    }

    #header-outer:not([data-format=left-header]) #top>.container-header-footer>.row,
    #header-outer:not([data-format=left-header]) #top>.container-header-footer>.row nav,
    #header-outer:not([data-format=left-header]) #top>.container-header-footer>.row nav>ul,
    #header-outer:not([data-format=left-header]) #top>.container-header-footer>.row nav>ul>li {
      display: flex;
    }

    #header-outer:not([data-format=left-header]) #top .span_3,
    #header-outer:not([data-format=left-header]) #top .span_9 {
      display: flex;
      float: none;
      width: auto;
    }

    #header-outer[data-format=default] #top .span_9 {
      margin-left: auto;
    }

    #header-outer:not([data-format=left-header]) #top nav>.buttons {
      overflow: visible;
      height: auto;
    }

    #header-outer #top nav>ul.sf-menu.buttons:empty {
      display: none;
    }

    #header-outer:not([data-format=left-header]) #top nav>ul>li {
      align-items: center;
    }

    #header-outer:not([data-format=left-header]) #top nav>ul {
      float: none;
      display: inline-block;
      vertical-align: middle;
    }
  }

  @media only screen and (max-width:999px) {
    #top .col.span_9 {
      text-align: right;
      line-height: 0;
    }

    #top .span_9>.slide-out-widget-area-toggle>div {
      position: relative;
      display: block;
      top: 50%;
      font-size: var(--nectar-header-mobile-icon-size, 18px);
      transform: translateY(-50%);
      background-color: transparent;
    }

    #top .span_9>.slide-out-widget-area-toggle {
      position: relative;
      width: auto;
      padding: 0 10px;
      top: auto;
      right: auto;
      margin-bottom: 0;
      margin-top: 0;
      display: inline-block;
      vertical-align: middle;
      line-height: 0;
      height: 100%;
      transform: none;
    }

    #top .span_9>.slide-out-widget-area-toggle {
      padding-right: 0;
    }
  }

  .off-canvas-social-links li i {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
  }

  a:hover .sf-sub-indicator i.fa.icon-in-menu{
    color: #fe8502;
  }

  .account-dropdown .account-dropdown-item a:hover,
  #menu-item-652 .sub-menu a:hover {
    background: #fe8502;
    text-decoration: unset !important;
  } 

  #top .span_9>.slide-out-widget-area-toggle {
    display: none;
    z-index: 10000;
  }

  #search-outer {
    display: none;
  }

  #header-outer .row .col.span_3,
  #header-outer .row .col.span_9 {
    width: auto;
  }

  #header-outer .row .col.span_3 {
    flex-shrink: 0;
  }

  #header-outer .row .col.span_9 {
    float: right;
  }

  .col {
    position: relative;
    float: left;
  }

  i[class*=fa-] {
    display: inline-block;
    word-spacing: 1px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
    padding-left: 4px;
  }

  i[class^=icon-] {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
  }

  body [class^=icon-].icon-default-style {
    line-height: 34px;
    height: 34px;
    width: 34px;
    margin-right: 0;
    font-size: 34px;
    color: #000;
    font-style: normal;
    background-color: transparent;
  }

  #slide-out-widget-area {
    display: none;
  }

  #slide-out-widget-area.slide-out-from-right {
    position: fixed;
    transform: translate(301px, 0);
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    z-index: 10000;
    padding: 33px;
    overflow: hidden;
  }

  #slide-out-widget-area-bg {
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    height: 1px;
    width: 1px;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 9996;
  }

  #slide-out-widget-area .off-canvas-social-links li:first-child a {
    padding-left: 0;
  }

  body .lines-button {
    line-height: 0;
    font-size: 0;
  }

  .lines-button {
    transition: .3s;
    cursor: pointer;
    top: 9px;
    position: relative;
    user-select: none;
    display: block;
  }

  .lines-button:hover {
    opacity: 1;
  }

  .lines {
    display: block;
    width: var(--nectar-ocm-icon-width, 1.4rem);
    height: 3px;
    background-color: #ecf0f1;
    transition: .3s;
    position: relative;
  }

  .lines:after,
  .lines:before {
    display: block;
    width: var(--nectar-ocm-icon-width, 1.4rem);
    height: 3px;
    background: #ecf0f1;
    transition: .3s;
    position: absolute;
    left: 0;
    content: '';
    transform-origin: .142rem center;
  }

  .lines:before {
    top: 6px;
  }

  .lines:after {
    top: -6px;
  }

  @media only screen and (min-width:1000px) {
    .slide-out-widget-area-toggle a {
      transform: translateZ(0);
    }
  }

  .slide-out-widget-area-toggle .lines-button:after {
    background-color: rgba(0, 0, 0, .4);
    display: inline-block;
    width: var(--nectar-ocm-icon-width, 1.4rem);
    height: 2px;
    transition: transform .45s ease, opacity .2s ease, background-color .2s ease;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    transform: scale(1, 1);
  }

  .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after,
  .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before,
  .slide-out-widget-area-toggle.mobile-icon .lines-button:after {
    background-color: #999;
  }

  body #header-outer .lines-button {
    top: 9px;
  }

  .slide-out-widget-area-toggle.mobile-icon .lines-button:after {
    top: 0 !important;
  }

  .slide-out-widget-area-toggle.mobile-icon .lines {
    background-color: transparent;
  }

  .slide-out-widget-area-toggle.mobile-icon .lines-button:after,
  .slide-out-widget-area-toggle.mobile-icon .lines:after,
  .slide-out-widget-area-toggle.mobile-icon .lines:before {
    height: 2px !important;
    width: 22px !important;
  }

  .slide-out-widget-area-toggle a>span {
    transition: transform .33s .3s ease-in;
    transform-origin: center;
    display: block;
    height: 21px;
  }

  .slide-out-widget-area-toggle.mobile-icon a>span {
    height: 20px;
  }

  input[type=text] {
    padding: 10px;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    color: #555;
    background-color: #f1f1f1;
    border: none;
    transition: all .2s ease;
  }

  input:focus {
    outline: 0;
  }

  button[type=submit] {
    background-color: #333;
    padding: 7px 11px;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    width: auto;
    font-weight: 600;
    font-size: 14px;
    border-radius: 2px;
  }

  button[type=submit]:hover {
    background-color: #000;
  }

  .fa.fa-facebook,
  .fa.fa-linkedin,
  .fa.fa-pinterest,
  .icon-salient-x,
  .icon-salient-x-twitter {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }

  .icon-salient-x:before {
    content: "\e003";
  }

  body .icon-salient-x-twitter:before {
    content: "\e918";
  }

  body .fa.fa-pinterest:before {
    content: "\e60b";
  }

  body .fa.fa-facebook:before {
    content: "\e60d";
  }

  .fa.fa-linkedin:before {
    content: "\e605";
  }

  body .lines,
  body .lines:after,
  body .lines:before {
    height: 2px;
  }

  #ajax-content-wrap .nectar-social.fixed>a>i,
  body .nectar-social.fixed>a>i {
    font-family: icomoon !important;
  }

  #ajax-content-wrap .nectar-social.fixed>a>i:before,
  body .nectar-social.fixed>a>i:before {
    content: "\e90e";
  }

  body .icon-salient-x:before {
    content: "\e117";
  }
}


@media all {
  #header-secondary-outer #social li a {
    display: block;
    line-height: 22px;
    height: 24px;
    position: relative;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    background-position: center top;
    border: 0;
  }

  #header-secondary-outer #social li a i {
    color: #777;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
  }

  body #header-secondary-outer #social i {
    font-size: 20px;
    width: auto;
    background-color: transparent;
  }

  #header-secondary-outer .container-header-footer {
    position: static;
  }

  #header-secondary-outer,
  #header-secondary-outer>.container-header-footer,
  #header-secondary-outer>.container-header-footer>nav {
    min-height: 34px;
  }

  @media only screen and (max-width:690px) {
    #header-secondary-outer {
      display: none;
    }
  }

  #header-secondary-outer {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd;
  }

  #header-secondary-outer #social {
    float: left;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  #header-secondary-outer #social li {
    float: left;
    height: 100%;
    border: 0;
  }

  #header-secondary-outer #social li a {
    line-height: 20px;
  }

  #header-secondary-outer #social li a i {
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: rgba(0, 0, 0, .55);
  }

  #header-secondary-outer #social li a {
    position: relative;
    padding: 0 10px 0 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
  }

  #header-secondary-outer ul {
    height: 32px;
    float: right;
    z-index: 1000;
  }

  #header-secondary-outer nav {
    position: relative;
  }

  #header-secondary-outer nav>ul>li>a {
    color: rgba(0, 0, 0, .55);
  }

  body #header-secondary-outer nav>ul>li>a {
    border-left: 1px solid #ddd;
    line-height: 11px;
    font-size: 11px;
    padding: 10px;
  }

  #header-secondary-outer nav>ul>li>a:hover {
    color: rgba(0, 0, 0, .8);
  }

  #header-secondary-outer nav>ul>li:last-child {
    border-right: 1px solid #ddd;
  }

  @media only screen and (max-width:999px) {
    #header-secondary-outer {
      top: -13px;
    }
  }

  @media only screen and (max-width :690px) {

    #header-secondary-outer nav>ul>li:last-child,
    body #header-secondary-outer nav>ul>li,
    body #header-secondary-outer nav>ul>li a {
      border: none;
    }

    body:not(.material) #header-secondary-outer ul#social {
      padding: 10px 0;
    }
  }

  @media only screen and (max-width:999px) {

    body:not(.material) #header-secondary-outer #social,
    body:not(.material) #header-secondary-outer nav>ul {
      float: none;
      width: 100%;
      text-align: center;
      height: auto;
    }

    #header-secondary-outer #social {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    #header-secondary-outer #social li,
    #header-secondary-outer nav>ul>li {
      display: inline-block;
      float: none;
    }

    #header-secondary-outer ul li:hover {
      z-index: 1000;
    }
  }
}


@media all {
  :root {
    --mobile-container-width: 88%;
  }

  @media only screen and (min-width:1300px) {
    .container-header-footer {
      max-width: 1100px;
    }
  }

  @media only screen and (min-width:1000px) and (max-width:1300px) {
    #top nav>ul>li>a {
      padding-left: 8px;
    }
  }

  @media only screen and (min-width :691px) and (max-width :999px) {

    .span_12,
    .span_3,
    .span_5,
    .span_7,
    .span_9 {
      width: 100%;
      margin-left: 0;
    }

    .col {
      margin-bottom: 25px;
    }

    #header-outer .col {
      margin-bottom: 0;
      margin-right: 0;
    }

    .one-fourths.span_3 {
      width: 50%;
      margin-bottom: 2%;
    }

    .one-fourths.span_3.clear-both {
      clear: both;
    }

    #footer-outer .one-fourths.span_3.right-edge,
    .one-fourths.span_3.right-edge {
      margin-right: 0;
    }
  }

  @media only screen and (max-width :690px) {
    body:not([data-hhun="1"]) #header-outer[data-using-secondary="1"]:not(.hidden-secondary) {
      transform: none !important;
    }

    .col {
      margin-bottom: 25px;
    }

    #header-outer .col {
      margin-bottom: 0;
    }
  }

  @media only screen and (min-width :1px) and (max-width :999px) {
    .container-header-footer {
      max-width: var(--mobile-container-width);
    }

    #header-outer #top #logo img {
      margin-top: 0 !important;
    }

    #header-outer[data-has-menu=true] #top .span_3,
    #header-outer[data-has-menu=true][data-mobile-fixed="1"] #top .span_3 {
      text-align: left;
    }

    #header-outer[data-mobile-fixed="1"] {
      position: fixed !important;
    }

    #header-outer[data-permanent-transparent=false] #logo .dark-version,
    body #top #logo img {
      height: 24px;
      margin-top: -3px;
      top: 3px;
      position: relative;
    }

    #header-outer #top #logo img {
      top: 0;
    }

    #header-outer[data-permanent-transparent=false] #logo .dark-version {
      position: absolute;
    }

    .original #header-outer:not([data-transparent-header=true]) #top #logo img.stnd {
      position: relative;
    }

    body:not(.material) #header-outer[data-mobile-fixed="1"] #logo .dark-version {
      top: 6px;
    }

    body #header-outer {
      margin-bottom: 0;
      padding: 12px 0;
    }

    body #header-outer {
      position: relative;
    }

    #slide-out-widget-area {
      top: 0 !important;
    }

    #header-outer #logo {
      top: 0;
      left: 0;
    }

    #header-space {
      display: none;
    }

    #header-space[data-header-mobile-fixed="1"] {
      display: block;
    }

    #top .span_9>.slide-out-widget-area-toggle {
      display: inline-block;
    }

    #top .col.span_3 {
      left: 0;
      top: 0;
      z-index: 100;
      width: 100%;
    }

    #top .col.span_3 {
      position: relative;
    }

    #header-outer #top .col.span_3 {
      line-height: 0;
    }

    #header-outer #top .col.span_3 #logo {
      vertical-align: middle;
    }

    #top .col.span_9 {
      margin-left: 0;
      margin-bottom: 0;
      width: 100% !important;
      float: none;
      z-index: 100;
      position: static;
      display: flex;
      align-items: center;
    }

    #top .col.span_9 {
      min-height: 0;
      width: auto !important;
      position: absolute !important;
      right: 0;
      top: 0;
      z-index: 2000;
      height: 100%;
    }

    #header-outer .slide-out-widget-area-toggle .lines,
    #header-outer .slide-out-widget-area-toggle .lines-button,
    #header-outer .slide-out-widget-area-toggle .lines:after,
    #header-outer .slide-out-widget-area-toggle .lines:before {
      width: 22px;
    }

    #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:after {
      top: -6px;
    }

    body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before {
      top: 6px;
    }

    #header-outer[data-mobile-fixed="1"] #top #logo {
      display: inline-block;
    }

    body #slide-out-widget-area:not(.slide-out-from-right-hover) .slide_out_area_close {
      display: block;
    }

    #header-outer #top nav>ul {
      width: auto;
      padding: 15px 0 25px 0;
      margin: 0 auto 0 auto;
      z-index: 100000;
      position: relative;
    }

    #top nav>ul li {
      display: block;
      width: auto;
      margin-left: 0;
    }

    #header-outer #top nav {
      display: none !important;
    }

    #header-outer:not([data-permanent-transparent="1"]),
    #top {
      height: auto !important;
    }

    body #header-outer[data-using-secondary="1"] {
      top: 0;
    }

    #footer-widgets .container-header-footer .row>div:last-child {
      margin-bottom: 0 !important;
    }
  }

  @media screen and (max-width:782px) {
    body {
      position: static;
    }
  }

  @media only screen and (min-width:481px) and (max-width:1025px) and (orientation:landscape) {
    #header-outer[data-lhe=animated_underline] #top nav>ul>li:not([class*=button_])>a:hover .menu-title-text:after {
      display: none;
    }
  }
}


@media all {
  #slide-out-widget-area[class*=slide-out-from-right] {
    display: block;
  }

  #header-outer[data-has-menu=true] .lines-button {
    top: 10px;
  }

  #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li {
    margin-top: 3px;
    margin-bottom: 3px;
  }
}


@media all {

  .container-header-footer:after,
  .container-header-footer:before,
  .row:after,
  .row:before {
    content: " ";
    display: table;
  }

  .container-header-footer:after,
  .row:after {
    clear: both;
  }
}


@media all {

  body a,
  body [class^="icon-"].icon-default-style {
    color: #fe8502;
  }

  body #header-secondary-outer #social a:hover i,
  body #header-secondary-outer #social a:focus i,
  #footer-outer a:focus,
  #footer-outer a:hover,
  body:not(.material) #search-outer #search #close a span:hover {
    color: #fe8502 !important;
  }

 

  button[type=submit]:hover,
  button[type=submit]:focus {
    background-color: #fe8502 !important;
  }

  #header-outer[data-lhe="animated_underline"] #top nav>ul>li>a .menu-title-text:after {
    border-color: #fe8502;
  }

  :root {
    --nectar-extra-color-gradient-1: linear-gradient(to right, #fe8502, #3669b0);
  }

  :root {
    --nectar-extra-color-gradient-2: linear-gradient(to right, #bebebe, #000000);
  }

  :root {
    --nectar-accent-color: #fe8502;
    --nectar-extra-color-1: #3669b0;
    --nectar-extra-color-2: #03439d;
    --nectar-extra-color-3: #ffffff;
  }

  :root {
    --nectar-bg-color: #ffffff;
  }

  body {
    background-color: var(--nectar-page-background-color, #ffffff);
  }

  :root {
    --nectar-font-light-color: #ffffff;
  }

  body #header-outer,
  body #search-outer,
  #header-space {
    background-color: #ffffff;
  }

  body #header-outer {
    background-color: rgba(255, 255, 255, 100);
  }

  #header-outer #top nav>ul>li>a,
  #header-outer:not(.transparent) #top #logo,
  #header-outer #top .span_9>.slide-out-widget-area-toggle i,
  #search-outer #search input[type="text"],
  #search-outer #search .search-box__button,
  #search-outer #search #close a span {
    color: #03439d !important;
  }

  #header-outer:not(.transparent) .nectar-mobile-only.mobile-header {
    color: #03439d;
  }

  #header-outer #top .slide-out-widget-area-toggle a .lines:after,
  #header-outer #top .slide-out-widget-area-toggle a .lines:before,
  #header-outer #top .slide-out-widget-area-toggle a .lines-button:after {
    background-color: #03439d;
  }

  body:not(.material) #search-outer #search #close a span:hover {
    color: #fe8502 !important;
  }

  #header-outer[data-lhe="animated_underline"] #top nav>ul>li>a .menu-title-text:after {
    border-color: #fe8502;
  }

  #header-secondary-outer,
  #header-outer #header-secondary-outer {
    background-color: #03439d;
  }

  #header-secondary-outer nav>ul>li>a,
  #header-secondary-outer #social li a i {
    color: #ffffff;
  }

  #header-secondary-outer #social li a:hover i,
  #header-secondary-outer nav>ul>li:hover>a {
    color: #fe8502 !important;
  }

  #slide-out-widget-area:not(.fullscreen-alt):not(.fullscreen) {
    background-color: #3452ff;
  }

  body #slide-out-widget-area,
  body #slide-out-widget-area a,
  body #slide-out-widget-area .slide_out_area_close .icon-default-style[class^="icon-"] {
    color: #eefbfa;
  }

  body #slide-out-widget-area.slide-out-from-right a:hover,
  body #slide-out-widget-area .slide_out_area_close:hover .icon-default-style[class^="icon-"] {
    color: #ffffff !important;
  }

  #footer-outer {
    background-color: #03439d !important;
  }

  #footer-outer #footer-widgets {
    border-bottom: none;
  }

  #footer-outer,
  #footer-outer a:not(.nectar-button) {
    color: #ffffff !important;
  }

  body #footer-outer #copyright {
    border: none;
    background-color: #03439d;
  }

  body #footer-outer #copyright p {
    color: #ffffff;
  }

  #footer-outer #copyright a:not(.nectar-button) {
    color: #ffffff !important;
  }

  #footer-outer #copyright a:hover:not(.nectar-button) {
    color: #ffffff !important;
  }

  body #slide-out-widget-area-bg {
    background-color: rgba(0, 0, 0, 0.8);
  }

  :root {
    --header-nav-height: 210px;
  }

  @media only screen and (max-width:999px) {
    :root {
      --header-nav-height: 89px;
    }
  }

  @media only screen and (min-width:1000px) {
    :root {
      --nectar-menu-padding: 28px;
    }

    #header-outer #logo {
      margin-top: 28px;
      margin-bottom: 28px;
      position: relative;
    }
  }

  #header-outer #logo img {
    height: 120px;
  }

  :root {
    --nectar-menu-item-spacing: 10px;
  }

  #header-outer[data-lhe="animated_underline"] #top nav>ul>li>a {
    margin-left: 10px;
    margin-right: 10px;
  }

  #header-space {
    height: calc(210px + var(--nectar_hook_before_nav_content_height, 0px));
  }

  @media only screen and (max-width:999px) {
    #header-space {
      height: calc(89px + var(--nectar_hook_before_nav_content_height, 0px));
    }
  }

  @media only screen and (max-width:999px) {

    body #top #logo img,
    #header-outer[data-permanent-transparent="false"] #logo .dark-version {
      height: 65px !important;
    }
  }

  #search-outer {
    display: none;
  }

  @media only screen and (min-width:1000px) {
    #search-outer #search #search-box input[type="text"] {
      font-size: 48px;
      line-height: 1;
    }

    #search-outer #search #close a {
      top: 50%;
      margin-top: -7px;
    }
  }

  #header-outer[data-box-shadow="large"] {
    box-shadow: 0 3px 45px rgba(0, 0, 0, 0.15);
  }

  #header-outer[data-header-resize="1"] #logo {
    transition: margin 0.32s ease, color 0.32s ease;
  }

  #header-outer[data-header-resize="1"] #logo img {
    transition: height 0.32s ease, opacity 0.2s ease;
  }

  #header-outer[data-header-resize="1"]:not([data-transparent-header="true"]) #logo {
    transition: margin 0.15s ease;
  }

  #header-outer[data-header-resize="1"]:not([data-transparent-header="true"]) #logo img {
    transition: height 0.15s ease, opacity 0.2s ease;
  }

  :root {
    --nectar-ocm-icon-width: 22px;
  }

  @media only screen and (max-width:999px) {
    :root {
      --nectar-ocm-icon-width: 1.4rem;
    }
  }

  .nectar-skip-to-content:focus {
    position: fixed;
    left: 6px;
    top: 7px;
    height: auto;
    width: auto;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 23px 14px;
    background: #f1f1f1;
    color: #000;
    z-index: 100000;
    line-height: normal;
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  }

  #header-outer[data-lhe="animated_underline"] li>a .menu-title-text {
    position: relative;
  }

  #header-outer[data-lhe="animated_underline"] nav>ul>li:not([class*="button_"])>a .menu-title-text:after {
    -webkit-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
    transition: transform .3s ease-out, border-color .3s ease-out;
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #000;
    content: "";
    padding-bottom: inherit;
  }

  #header-outer[data-lhe="animated_underline"] #top nav>ul>li>a:hover .menu-title-text:after {
    backface-visibility: hidden;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  :root {
    --nectar-border-thickness: 2px;
  }

  :root {
    --wp--style--root--padding-left: 90px;
    --wp--style--root--padding-right: 90px;
    --container-padding: 90px;
    --nectar-resp-container-padding: 90px;
  }

  @media only screen and (min-width:1000px) {
    .container-header-footer {
      max-width: 1425px;
      width: 100%;
      margin: 0 auto;
      padding: 0px 90px;
    }

    #search-outer #search #close a {
      right: 90px;
    }
  }

  @media only screen and (min-width:1000px) {
    .container-header-footer {
      max-width: 1425px;
    }
  }

  :root {
    --container-width: 1425px;
  }

  html body {
    --wp--style--global--content-size: 1425px;
    --wp--style--global--wide-size: 1725px;
  }

  body input[type=text] {
    font-size: 14px;
  }

  :root {
    --nectar-border-radius: 4px;
  }

  #footer-outer {
    color: #ccc;
    position: relative;
    z-index: 10;
    background-color: #252525;
  }

  #footer-outer .row {
    padding: 55px 0;
    margin-bottom: 0;
  }

  #footer-outer #footer-widgets[data-has-widgets="false"] .row {
    padding: 0;
  }

  #footer-outer .widget {
    margin-bottom: 30px;
  }

  #footer-outer .span_3 .widget:last-child {
    margin-bottom: 0;
  }

  #footer-outer a {
    color: #ccc;
  }

  #footer-outer a:hover {
    color: #000;
  }

  #footer-outer .col {
    z-index: 10;
    min-height: 1px;
  }

  @media only screen and (min-width :691px) and (max-width :999px) {
    #footer-outer .one-fourths.span_3 {
      width: 48% !important;
      margin-bottom: 2%;
      margin-right: 15px;
      margin-left: 0 !important;
      padding: 15px;
      float: left;
    }

    #footer-widgets .container-header-footer .col {
      margin-left: 15px;
      width: 48%;
    }

    #footer-widgets .container-header-footer .row>div:last-child {
      margin-right: 0;
    }
  }

  @media only screen and (max-width :690px) {
    #ajax-content-wrap #footer-widgets .container-header-footer .col:nth-child(3) {
      margin-bottom: 40px;
    }
  }

  @media only screen and (min-width :1px) and (max-width :999px) {
    #footer-widgets .container-header-footer .col {
      margin-bottom: 40px;
    }

    #footer-widgets .container-header-footer .col:nth-child(3),
    #footer-widgets .container-header-footer .col:nth-child(4) {
      margin-bottom: 0;
    }
  }

  #footer-outer #copyright {
    padding: 20px 0;
    font-size: 12px;
    background-color: #1c1c1c;
    color: #777;
  }

  #footer-outer #copyright .container-header-footer div:last-child {
    margin-bottom: 0;
  }

  #footer-outer #copyright p {
    line-height: 22px;
    margin-top: 3px;
  }

  #footer-outer #copyright .col ul {
    float: right;
  }

  @media only screen and (min-width :691px) and (max-width :999px) {
    #footer-outer #copyright .col {
      width: 49%;
      margin-bottom: 0;
    }
  }

  @media only screen and (max-width :690px) {
    body #footer-outer #copyright .col ul {
      float: left;
    }
  }
}


.screen-reader-text,
.nectar-skip-to-content:not(:focus) {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}


@media all {
  #header-outer[data-lhe=animated_underline] #top nav>ul>li>a {
    transition: color .2s ease;
  }

  #header-outer[data-using-secondary="1"]:not([data-format=left-header]) {
    transition: transform .32s ease, background-color .3s ease 0s, box-shadow .3s ease 0s, margin .25s ease;
  }

  .slide-out-widget-area-toggle .lines-button.x2 .lines:after,
  .slide-out-widget-area-toggle .lines-button.x2 .lines:before {
    transition: transform .45s ease, background-color .2s ease, opacity .2s ease;
  }

  .lines-button.x2 .lines {
    transition: background .2s ease, opacity .2s ease;
  }

  .lines-button.x2 .lines:after,
  .lines-button.x2 .lines:before {
    transform-origin: 50% 50%;
    transition: top .4s .45s ease, transform .3s ease, background-color .2s ease, opacity .2s ease;
  }

  .slide-out-widget-area-toggle .closed>span {
    transition: transform .33s 0s ease;
  }
}


@media all {
  #slide-out-widget-area ul {
    margin: 0;
  }

  #slide-out-widget-area ul li {
    list-style: none;
  }

  @media only screen and (max-width:999px) and (min-width:691px) {
    #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
      display: none;
    }
  }

  #slide-out-widget-area .inner .off-canvas-menu-container li>a {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Open Sans';
    font-weight: 700;
  }

  #slide-out-widget-area .off-canvas-social-links li a,
  #slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a {
    opacity: .7;
    transition: opacity .2s ease, color .2s ease;
    -webkit-transition: opacity .2s ease, color .2s ease;
  }

  #slide-out-widget-area .off-canvas-social-links li a {
    position: relative;
  }

  #slide-out-widget-area .off-canvas-social-links li a:hover,
  #slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a:focus,
  #slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a:hover {
    opacity: 1;
  }

  #slide-out-widget-area .off-canvas-social-links {
    display: flex;
    flex-wrap: wrap;
  }

  #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li {
    position: relative;
  }

  #slide-out-widget-area {
    overflow-y: scroll !important;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  #slide-out-widget-area::-webkit-scrollbar {
    display: none;
  }

  #slide-out-widget-area:not(.fullscreen) .off-canvas-social-links li {
    display: inline-block;
    padding: 0 6px 6px 0;
  }

  #slide-out-widget-area .off-canvas-social-links li i {
    background-color: transparent;
    font-size: 18px;
    line-height: 22px;
    top: 0;
  }

  #slide-out-widget-area .off-canvas-social-links li {
    margin-right: 10px;
  }

  #slide-out-widget-area .off-canvas-social-links li a {
    display: flex;
  }

  body:not(.material) #slide-out-widget-area .off-canvas-social-links li a {
    padding: 0 8px;
  }

  #slide-out-widget-area .inner>div {
    margin-bottom: 25px;
  }

  #slide-out-widget-area .inner>div:first-of-type {
    margin-top: -7px;
  }

  #slide-out-widget-area .inner-wrap>.inner {
    width: 100%;
    height: 100%;
  }

  #slide-out-widget-area,
  #slide-out-widget-area a {
    color: #fff;
  }

  body #slide-out-widget-area .slide_out_area_close .icon-default-style[class^=icon-] {
    -webkit-backface-visibility: hidden;
    font-size: 18px;
    height: 34px;
    left: -2px;
    line-height: 32px;
    max-width: none;
    transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
    -webkit-transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
    width: 34px;
  }

  body #slide-out-widget-area .slide_out_area_close .icon-default-style {
    color: #fff;
  }

  #slide-out-widget-area .mobile-only {
    display: none;
  }

  body #slide-out-widget-area .slide_out_area_close .icon-default-style[class^=icon-] {
    font-size: 24px !important;
  }

  @media only screen and (min-width :1px) and (max-width :999px) {
    body #slide-out-widget-area .slide_out_area_close {
      position: absolute;
      right: 22px;
      top: 22px;
      z-index: 100;
    }

    #slide-out-widget-area .mobile-only {
      display: block;
    }
  }
}


:focus {
  outline: 0;
}


:focus {
  outline: 0;
}


@keyframes socialButtonFlash {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  25% {
    opacity: 0.22;
    transform: scale(1.1115);
  }

  100% {
    opacity: 0;
    transform: scale(1.23);
  }
}

/*! CSS Used fontfaces */


@font-face {
  font-family: 'Open Sans';
  src: url('./fonts/OpenSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('./fonts/OpenSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('./fonts/OpenSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('./fonts/OpenSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: icomoon;
  src: url(./fonts/icomoon.eot?v=1.7);
  src: url(./fonts/icomoon.eot?#iefix&v=1.7) format('embedded-opentype'), url(./fonts/icomoon.woff?v=1.7) format('woff'), url(./fonts/icomoon.ttf?v=1.7) format('truetype'), url(./fonts/icomoon.svg#icomoon?v=1.7) format('svg');
  font-weight: 400;
  font-display: block;
  font-style: normal;
}