/*****SHARP USA SITE*****/
html {
  scroll-behavior: smooth;
}

/*================OSANO POP-UP STYLING FIX=====================================*/
/*Osano Cookie Manager Styles*/
a.osano-cm-link:link {
  color: var(--osano-link-color);
}

a.osano-cm-link:hover,
a.osano-cm-link:active {
  outline: none;
  color: var(--osano-link-color-contrast);
}

.personabar-visible .osano-cm-widget {
  bottom: 100px;
}

.osano-cm-info--do_not_sell {
  padding: 10px
}

.osano-cm-list__list-item {
  list-style-type: none;
}


/*Visually-hidden used for ADA to hide Headings from view but keep in structure*/
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.bg-black {
  background-color: black;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover {
  background-color: #ebebeb;
  border-color: #adadad;
}

/* GENERIC */
h1,
.h1 {
  font-size: 28px;
  line-height: 1.5em;
  letter-spacing: 0;
  color: #000000;
  font-weight: 600;
  font-family: 'Montserrat', Arial, Tahoma, sans-serif;
}

h2,
.h2 {
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0;
  color: #000000;
  font-weight: 600;
  font-family: 'Montserrat', Arial, Tahoma, sans-serif;
}

h3,
.h3 {
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0;
  color: #000000;
  font-weight: 600;
  font-family: 'Montserrat', Arial, Tahoma, sans-serif;
}

h4,
.h4 {
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0;
  color: #000000;
  font-weight: 600;
  font-family: 'Montserrat', Arial, Tahoma, sans-serif;
  margin-bottom: 0;
}

h5,
.h5 {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0;
  color: #000000;
  font-weight: 600;
  font-family: 'Montserrat', Arial, Tahoma, sans-serif;
  margin-bottom: 0;
}

h6,
.h6 {
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 0;
  color: #000000;
  font-weight: 600;
  font-family: 'Montserrat', Arial, Tahoma, sans-serif;
  margin-bottom: 0;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: 'Montserrat', Arial, Tahoma, sans-serif;
}

TFOOT,
THEAD {}

TH {}

main A:link {
  text-decoration: underline;
}

main a.btn:link,
main a[role=button],
main a[role=tab] {
  text-decoration: none;
}

A:link {
  color: #CF112D;
  /*  text-decoration: none;*/
}

A:visited {
  color: #804180;
  /*  text-decoration: none;*/
}

A:hover,
a:focus {
  color: #0065BD;
  text-decoration: underline;
}

/*
a[href]:hover {
    background: #ECECEC;
}
*/
A:active {
  color: #0065BD;
  text-decoration: none;
}

a:focus {
  outline-offset: 2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

a.btn-default {
  color: #333333;
}

a.btn-outline-dark:hover,  a.btn-outline-dark:active {
    color: #fff;
}

SMALL {}

BIG {}

BLOCKQUOTE,
PRE {}

UL LI {}

UL LI LI {}

UL LI LI LI {}

OL LI {}

OL OL LI {}

OL OL OL LI {}

OL UL LI {}

HR {}

/*------------------------------
#. SIMPLY SMARTER PAGE LAYOUT STYLES
Base styles consistent across all Simply Smarter pages ONLY!!! No unique styles that only exist on one page
------------------------------*/
/* #.# SIMPLY SMARTER UNIVERSAL COLORS & FONTS
------------------------------*/
#simply-smarter .bg-gray {
  background-color: #E8E8E8;
}

#simply-smarter h1,
#simply-smarter h2,
#simply-smarter h3,
#simply-smarter h4 {
  margin: 0;
  line-height: 1.1em;
}

#simply-smarter section .text h2,
#simply-smarter section .text h3,
#simply-smarter section .text h4 {
  margin-bottom: 10px;
}

/* #.# SIMPLY SMARTER FLEX & SPACING
------------------------------*/
#simply-smarter section {
  padding: 30px 0;
}

#simply-smarter section .container .flex {
  flex-direction: column;
  text-align: center;
}

#simply-smarter section .container .flex .image img {
  border: 1px solid #cccccc;
}

#simply-smarter section .container .flex .image img.no-border {
  border: none;
}

@media handheld,
only screen and (max-width:767px) {

  /*	force all div.iimage in section blocks to display first and add padding between div.image and div.text*/
  #simply-smarter section .container .flex .image {
    order: 1;
    padding-bottom: 10px;
  }

  #simply-smarter section .container .flex .text {
    order: 2;
  }
}

@media handheld,
only screen and (min-width:768px) {
  #simply-smarter section .container .flex {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  #simply-smarter section .container .flex .text {
    width: 60%;
  }

  #simply-smarter section .container .flex>div:first-child {
    padding-right: 15px;
  }
}

#simply-smarter #hero a.btn,
#simply-smarter section .text a.btn {
  margin-top: 1.1em;
}

/* #.# SIMPLY SMARTER HERO BANNER
------------------------------*/
#simply-smarter #hero {
  min-height: 190px;
  background-color: #cf112d;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#simply-smarter #hero h1 {
  color: #ffffff;
  line-height: normal;
  font-size: 27px;
}

#simply-smarter #hero a.btn {
  margin-top: 1.1em;
}

@media handheld,
only screen and (min-width:768px) {
  #simply-smarter #hero {
    background-image: url(/portals/0/images/globe.png), linear-gradient(270deg, rgba(112, 3, 9, 1) 0%, rgba(206, 17, 43, 1) 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: 85% top, left;
    /*    background-size: inherit, cover;*/
    text-align: left;
  }

  #simply-smarter #hero h1 {
    width: 50%;
  }
}

@media handheld,
only screen and (min-width:992px) {
  #simply-smarter #hero h1 {
    width: 58%;
  }
}

@media handheld,
only screen and (min-width:1142px) {
  #simply-smarter #hero {
    background-size: 45%, auto;
  }
}

@media handheld,
only screen and (min-width:1600px) {
  #simply-smarter #hero {
    min-height: 300px;
    align-items: center;
  }

  #simply-smarter #hero h1 {
    font-size: 37px;
    width: 67%;
  }
}

/* #.# SIMPLY SMARTER SUBHEADING
------------------------------*/
#simply-smarter #subheading h2 {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.4em;
}

#simply-smarter #subheading .lead {
  margin-bottom: 0;
  text-align: center;
}

@media handheld,
only screen and (min-width:768px) {
  #simply-smarter #subheading .lead {
    text-align: left;
  }
}

/*=#.# Universal Footer Styles========================*/
.site-footer.flex,
.site-footer .flex {
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}

.site-footer.flex div {
  padding-top: 20px;
  padding-right: 20px;
}

.site-footer.flex div:last-of-type {
  padding-bottom: 20px;
  padding-right: 0;
}

.site-footer,
.site-footer h3,
.site-footer .h3,
.site-footer h4,
.site-footer .h4,
.site-footer li {
  color: #FFF;
}

.site-footer {
  margin-top: 60px;
}

/*.site-footer .periodic4 {width: 350px;}*/
.site-footer h3,
.site-footer h4,
.site-footer .h3,
.site-footer .h4 {
  text-transform: uppercase;
  margin-top: 0px;
}

.site-footer h4,
.site-footer .h4 {
  font-size: 13px;
  margin-top: 0;
  line-height: 30px;
}

.site-footer ul {
  margin-left: 0;
  padding-left: 0;
}

.site-footer ul li {
  list-style-type: none;
  line-height: 42px;
}

.site-footer ul.social-links li {
  list-style-type: none;
  line-height: 42px;
  padding-left: 35px;
  position: relative;
  white-space: nowrap;
}

.site-footer a:link,
.site-footer a:visited,
.site-footer a:hover,
.site-footer a:active {
  color: #fff !important;
}

.site-footer a:hover {
  text-decoration: underline;
}

span.fb-link {
  background: url(/images/Social-Icons-FB.svg) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 0px;
}

span.tw-link {
  background: url(/images/Social-Icons-X.svg) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 0px;
}

span.pin-link {
  background: url(/images/Social-Icons-pinterest.svg) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 0px;
}

span.in-link {
  background: url(/images/Social-Icons-LinkedIn.svg) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 0px;
}

span.yt-link {
  background: url(/images/Social-Icons-YT.svg) no-repeat;
  width: 20px;
  height: 14px;
  display: inline-block;
  position: absolute;
  left: 0px;
}

span.ig-link {
  background: url(/images/Social-Icons_IG.svg) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 0px;
}

span.hz-link {
  background: url(/images/Social-Icons_Houzz.svg) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 0px;
}

span.bl-link {
  background: url(/images/Social-Icons-blog.svg) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 0px;
}

span.tk-link {
  background: url(/images/Social-Icons_tiktok.svg) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 0px;
}

@media handheld,
only screen and (min-width:400px) {

  .site-footer.flex,
  .site-footer .flex {
    flex-direction: row;
  }

  div#fortune {
    order: 2;
    padding-right: 0;
  }

  div#get-in-touch {
    order: 1;
  }

  div#about-sharp {
    order: 3;
  }

  div#social {
    order: 5;
    width: 100%;
  }

  div#nj-biz {
    order: 4;
  }
}

@media handheld,
only screen and (min-width:520px) {
  div#fortune {
    order: 4;
  }

  div#social {
    order: 3;
  }

  .site-footer.flex div {
    width: 45%;
  }

  ul.social-links {
    display: flex;
    flex-wrap: wrap;
  }

  .site-footer ul.social-links li {
    width: 50%;
  }

  ul.social-links li span {
    margin-top: 8px;
  }

  .site-footer.combined.flex div#social .flex {
    width: 100%;
  }

  .site-footer.flex div.business-social,
  .site-footer.flex div.consumer-social {
    width: 100%;
  }
}

@media handheld,
only screen and (min-width:768px) {
  .site-footer.flex div {
    padding-top: 0px;
  }

  .site-footer.flex div:last-of-type {
    padding-bottom: 0px;
  }

  .site-footer ul li {
    line-height: 30px;
  }

  ul.social-links {
    display: block;
  }

  .site-footer ul.social-links li {
    line-height: 29px;
    width: unset;
  }

  .site-footer.flex div {
    width: unset;
  }

  div#fortune {
    order: 1;
  }

  div#get-in-touch {
    order: 2;
  }

  div#about-sharp {
    order: 3;
  }

  div#social {
    order: 4;
    width: unset;
  }

  div#nj-biz {
    order: 5;
  }

  .site-footer.flex div.business-social,
  .site-footer.flex div.consumer-social {
    width: 50%;
  }
}

/*================DNN 10 ADMIN MODULE STYLING FIX=====================================*/

/*DNN ADMIN LOGIN BUTTONS FIX*/
.dnnSecondaryAction {
  a.dnnSecondaryAction {
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    padding: 6px 6px;
  }

  &:hover {
    background-color: #fafafa;
    color: #555;
  }
}

.dnnPrimaryAction {
  a.dnnPrimaryAction {
    border: 1px solid #0D569E;
    border-radius: 3px;
    padding: 6px 6px;

    &:hover {
      background-color: #68B1EF;
    }
  }
}

.dnnLoginActions ul {
  padding-left: 0px;
}

.dnnLoginService input[type="text"],
.dnnLoginService input[type="password"] {
  border-radius: 3px;
}

/*DNN ADMIN MODULE STYLING FIX*/

h2.dnnFormSectionHead {
  border-bottom: 1px solid #e0d5d5;
  font-size: 19px;
  letter-spacing: .001875rem;
  line-height: 3.25rem;
  margin-bottom: 18px;
  margin-top: 8px;
  font-weight: normal;
}


ul.dnnAdminTabNav {
  border-bottom: solid thin #C2C2C2;
  margin-bottom: 20px;

  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default {
    background-image: none;
    font-weight: normal;
  }

  li {
    &.ui-tabs-active a {
      background-color: #f9fbfc;
      color: #333;
      font-weight: bold;
      border: solid thin #9A9494;
      border-bottom: none;
    }

    a {
      font-weight: bold;
      border: solid thin #C2C2C2;
      border-bottom: none;
      color: #333;
      background: -webkit-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
      text-shadow: 0px 1px 0px #ffffff;

      &:hover {
        background-color: #fcf9f9;
        color: #333;
      }
    }
  }
}

.dnnPermissionsGrid>.dnnFormItem {
  label {
    margin-right: 8px;
    color: #777;
    margin-bottom: 18px;
    overflow: auto;
  }

  >.leftGroup {
    margin-right: 35px;
    float: left;
  }

  >.rightGroup {
    float: left;
  }

  select {
    width: 25%;
    margin: 0 5px 5px 0;
    min-width: 180px;
    color: #777;
  }

  ul.token-input-list-facebook {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
  }
}

.dnnFormItem select {
  width: 47%;
  margin-bottom: 18px;
  max-width: 445px;
  margin-right: 5px;
}

.rightGroup .dnnFormItem select {
  width: 25%;
  margin-bottom: 18px;
  max-width: 445px;
}

table.dnnPermissionsGrid {
  color: #777;

  table.dnnGrid,
  table.dnnASPGrid {
    margin-bottom: 20px;
    border: 1px solid #c9c9c9;
    width: 85%;
  }

  tr.dnnGridHeader,
  td.permissionHeader {
    padding-left: 10px;
    text-align: left;
  }

  td {
    padding: 4px 4px 4px 4px;
    vertical-align: middle;
    line-height: 120%;
    text-align: center;
    background-color: #F7F8F8;
  }
}

.dnnGridAltItem {
  background-color: #F2F2F2;
}

.dnnGridHeader td,
thead.dnnGridHeader th,
tr.dnnGridHeader th {
  padding: 6px 12px 6px 12px;
  border-bottom: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  background: #f0f2f1;
  background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f0f2f1));
  background: -webkit-linear-gradient(top, #fff 0%, #f0f2f1 100%);
}

.dnnCheckbox {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 26px;
  float: left;
}

/*==========================END DNN 10 ADMIN STYLES===========================*/