a.link-color {
  color: #1b394e;
}
a.link-color:hover {
  color: #1b394e;
}
.link-color svg {
  fill: #1b394e;
}
.link-color:hover svg {
  fill: #1b394e;
}
.show-more {
  background-color: #1b394e;
}
.search-bg-color {
  background-color: #ffffff;
}
.header-text-color * {
  color: #2f3941;
}
.header-bg-color {
  background-color: #ffffff;
}
.bg-color {
  background-color: #f2f2f2;
}
.page-text-color {
  color: #2f3941;
}
.logged-in .login-link,
.logged-out .logout-link {
  display: none
}
@font-face {
  font-family: sofia-pro;
  src: url(https://crn.smugmug.com/img/fonts/sofia-pro/v1/regular.woff2) format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400
}
@font-face {
  font-family: sofia-pro;
  src: url(https://crn.smugmug.com/img/fonts/sofia-pro/v1/medium.woff2) format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500
}
@font-face {
  font-family: sofia-pro;
  src: url(https://crn.smugmug.com/img/fonts/sofia-pro/v1/semibold.woff2) format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600
}
@font-face {
  font-family: sofia-pro;
  src: url(https://crn.smugmug.com/img/fonts/sofia-pro/v1/bold.woff2) format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700
}

body {
  font-family: 'sofia-pro', sans-serif;
}

.nav {
  padding: 1rem 0;
  background-color: #333;
  color: #fff;
}

.nav .container {
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.nav-right {
  order: -1;
  width: 100%;
  margin: 1rem 0;
}

.nav-left {
  width: 100%;
}
  @media (min-width: 30em) {
    .nav .container {
      flex-direction: row;
    }    
	.nav-right {
	  order: 0;
      width: auto;
    }
    .nav-left {
      width: auto;
    }    
  }

.nav a {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #fff;
}
.nav a:visited {
  color: #fff;
}
.nav a:hover {
  color: #6eb801;
}

.wordmark {
  max-width: 106px;
}

.logo {
  max-width: 22px;
}

.title-link {
  padding: 8px 22px;
  margin-left: 22px;
  border-left: 1px solid #CCC;
  text-transform: uppercase;
letter-spacing: 1px;
font-family: sofia-pro;
font-weight: 800;  
}

.search-container {
  padding-top: 96px;
  padding-bottom: 192px;
background-image: url(https://cdn.smugmug.com/img/kb/search-bg.jpg);
background-position: center center;
background-size: cover;  
}

.search-bg-color {
  background-color: #333;
}

.search-attach {
  max-width: none;
  text-align: center;
}
.searchRoot {
  	max-width: 700px;  
  	margin: auto;
}
.search-attach:before {
    content: 'How can we help you today?';
    display: block;
    color: #fff;
    font-size: 60px;
    padding-bottom: 28px;
}

.container.index {
  transform: translate3d(0, -96px, 0);
  background-color: #fff;
	margin-bottom: -96px;  
}

.category-title h4 {
  font-size: 22px;
  line-height: 26.4px;
  font-weight: 700;
}

.article-link,
.subcategory-link {
background-color: transparent;
font-size: 18px;
line-height: 36px;
font-weight: 400;
 padding-left: 0;
}

.article-link a,
.subcategory-link a {
  color: #5C9900;
  text-decoration: none;
}
.subcategory-link svg {
  display: none;
}

.custom-kb_footer {
  background-color: #f2f2f2;
}

.custom-kb_footer .container {
  background-color: #000;
  padding: 48px;
  color: #fff;
  text-align: center;  
}

.custom-kb_footer .refer-container {
    margin: 0 auto;
    max-width: 1100px;
}
.custom-kb_footer .refer-banner {
  background-image: url(https://photos.smugmug.com/Holiday-2022/Video-Ads-IG-and-FB/i-svZDvg4/0/d66da826/O/help%20page%20banner%20image%20only.jpg);
  padding: 48px;
  color: #fff;
  background-color: #000;
  text-align: center;
  background-size: cover;
}
.refer-banner-title {
  font-weight: bold;
font-size: 48px;
line-height: 120%;
  margin-bottom: 8px;
}

.refer-banner-subtitle {
font-weight: normal;
font-size: 20px;
line-height: 28px;  
}

.refer-button {
  border: 1px solid white;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: none;
  border-radius: 4px;
  color: #000000;
  text-decoration: none;
  padding: .875rem 2rem 1rem 2rem;
  margin-top: 16px;
  display: inline-block;
  transition: background-color 300ms linear;
  color:white;
}

.refer-button:hover {
  background: rgba(255,255,255,0.2);
  transition: background-color 300ms linear;
}


.contact-banner-title {
  font-weight: bold;
font-size: 28px;
line-height: 120%;
  margin-bottom: 8px;
}

.contact-banner-subtitle {
font-weight: normal;
font-size: 16px;
line-height: 28px;  
}

.contact-button {
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #6eb801;
  color: #fff;
  text-decoration: none;
  padding: .875rem 2rem 1rem 2rem;
  margin-top: 16px;
  display: inline-block;
  transition: background-color 300ms linear;
}

.contact-button:hover {
  background-color: #5c9901;
  transition: background-color 300ms linear;
}

.custom-footer {
	background: #000;
}

.custom-footer-container {
margin-top: 96px;
background-color: #000;
padding-top: 64px;
text-align: left;
}

.custom-footer-links {
	display: grid;
  grid-template-columns: 1fr;
  text-align: left;
}

@media (min-width: 48rem) {
.custom-footer-links {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

}

.custom-footer-section-title {
font-weight: 500;
font-size: 13px;
line-height: 12px;
text-align: justify;
letter-spacing: 1px;
text-transform: uppercase;
color: #C4C4C4;
margin-bottom: 12px;
}

.custom-footer-action-link,
.custom-footer-link {
font-size: 12px;
line-height: 24px;
color: #C4C4C4;  
  text-decoration: none;
}

.custom-footer-action-link:hover,
.custom-footer-link:hover {
  color: #fff;
}

.custom-footer-actions {
text-align: right;
margin-top: 48px;
  color:  #C4C4C4;
}

.custom-footer-action-link {
	margin-right: 48px;
}

.custom-footer-action-tagline,
.custom-footer-action-trademake {
  color:  #C4C4C4;
}

.article-page .custom-kb_footer .container,
.category-page .custom-kb_footer .container {
  display: none;
}

.article-page .custom-kb_footer .container.custom-footer-container,
.category-page .custom-kb_footer .container.custom-footer-container {
  display: block;
}

.article-page,
.category-page {
background-color: #f2f2f2;
}

.container.article-show,
.container.category-index {
  background-color: #fff;
  border: 1px solid #DDE2EB;
  margin-top: 48px;
  margin-bottom: 84px;
  padding: 0;
}

.article-show .col:last-of-type,
.category-index .col:first-of-type {
  background-color: #f5f7fa;
}

.sidebar-fixed {
  padding-top: 106px;
}

.article-page .search-container,
.category-page .search-container {
	background: none;
  padding: 0;
  height: 0;
}

.article-page .search-attach:before,
.category-page .search-attach:before {
  display: none;
}

.article-page .search-container .col,
.category-page .search-container .col {
  width: 33%;
	transform: translate3d(0, 78px, 0);
	z-index: 100;  
}

.article-page .searchInput,
.category-page .searchInput {
  padding-right: 12px;
}

.article-page .back-link a,
.category-page .backlink a {
	border: none;
	padding-left: 0;
}

.articleTitleRoot {
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 1em;
}

.articleTitleRoot .title div {
    background: none;
}

.articleTitleRoot .title div:hover {
   color: #5C9900;

}

.article-content {
    font-family: sofia-pro;
  padding-top: 48px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #333333;  
}

.article-content .articleTitle {
    font-family: sofia-pro;
font-style: normal;
font-weight: bold;
font-size: 48px;
line-height: 120%;
}

.article-content h3 {
    font-family: sofia-pro;
	font-weight: 800;
}

.article-content h2 {
    font-family: sofia-pro;
	font-weight: 400;
  font-size:24px;
  line-height: 28px;
}

.category-title:before {
display: block;
width: 48px;
height: 48px;
background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 12px;
}


#category-link-53:before {
  content: '';
  background-image: url(https://cdn.smugmug.com/img/kb/Page-1.jpg);
}

#category-link-54:before {
  content: '';
  background-image: url(https://cdn.smugmug.com/img/kb/Fill-1-1.jpg);
}

#category-link-55:before {
  content: '';
  background-image: url(https://cdn.smugmug.com/img/kb/Fill-1-1.jpg);
}

#category-link-56:before {
  content: '';
  background-image: url(https://cdn.smugmug.com/img/kb/Fill-1-3.jpg);
}

#category-link-57:before {
  content: '';
  background-image: url(https://cdn.smugmug.com/img/kb/Fill-1.jpg);
}

#category-link-58:before {
  content: '';
  background-image: url(https://cdn.smugmug.com/img/kb/Page-1-1.jpg);
}

#category-link-59:before {
  content: '';
  background-image: url(https://cdn.smugmug.com/img/kb/Page-1-3.jpg);
}


#category-link-60:before {
  content: '';
  background-image: url(https://cdn.smugmug.com/img/kb/Page-1-2.jpg);
}


#category-link-83:before {
  content: '';
  background-image: url(https://cdn.smugmug.com/img/kb/Fill-1-2.jpg);
}

.category-index .row {
background-image: url(https://cdn.smugmug.com/img/kb/category-bg.jpg);
background-position: 83% center;
background-size: 50%;
background-repeat: no-repeat;
}
