
/*****SHARP USA SITE*****/
html {
  scroll-behavior: smooth;
}
/*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;}

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%;}
}

