a.link-color {
  color: #1d6bb5;
}
a.link-color:hover {
  color: #1d6bb5;
}
.link-color svg {
  fill: #1d6bb5;
}
.link-color:hover svg {
  fill: #1d6bb5;
}
.show-more {
  background-color: #1d6bb5;
}
.search-bg-color {
  background-color: #f5f5f5;
}
.header-text-color * {
  color: #252526;
}
.header-bg-color {
  background-color: #feffff;
}
.bg-color {
  background-color: #ffffff;
}
.page-text-color {
  color: #333333;
}
.logged-in .login-link,
.logged-out .logout-link {
  display: none
}
/* Start Custom Fonts CSS */
@font-face {
	font-family: 'Larsseit';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://govisually.com/wp-content/uploads/2019/11/Larsseit.woff2') format('woff2'),
		url('https://govisually.com/wp-content/uploads/2019/11/Larsseit.woff') format('woff');
} 
@font-face {
	font-family: 'Larsseit';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://govisually.com/wp-content/uploads/2019/11/Larsseit-Medium.woff2') format('woff2'),
		url('https://govisually.com/wp-content/uploads/2019/11/Larsseit-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Larsseit';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://govisually.com/wp-content/uploads/2019/11/Larsseit-Bold.woff2') format('woff2'),
		url('https://govisually.com/wp-content/uploads/2019/11/Larsseit-Bold.woff') format('woff');
}

body {
  font-family: "Larsseit", Sans-serif;
}

a.link-color:hover {
  color: #063056;
}

.container {
  width: 1170px !important;
}
.col {
  padding: 0 15px;
}
.pad-head {
  padding: 7px 0;
}
.pad-head .col {
  padding: 0;
}
.logo {
  width: 202px;
}
a.logo {
  text-decoration: none;
}
.tagline {
  font-size: 13px;
  color: #32435a;
  font-weight: normal;
  float: right;
  line-height: 0px;
  position: relative;
  top: -5px;
  right: 15px;
}
.right-menu-pad {

}
.btn-pad {
  padding: 5px !important;
}
.btn {
  display: inline-block;
  padding: 10px 25px;
  /*! text-transform: uppercase; */
  /*! border-radius: 6px; */
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.42;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #000;
  border: 1px solid #000;
  /*! border-radius: 6px; */
}

.btn:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.btn-default {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.signin {
  margin-left: 20px !important;
}
.start-trial {
  margin-left: 8px !important;
}
.article-link a {
  line-height: 25px !important;
}

.topnav {
  overflow: hidden;
}
.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 6px 20px 6px 15px;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 38px;
  font-weight: 600;
}
.topnav a:hover {
  color: black;
}
.active {
  color: black;
}
.topnav .icon {
  display: none;
}

.footer-section {
  padding-top: 65px;
  padding-bottom: 65px;
}
.footer-section h6 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-weight: 600;
  letter-spacing: 2px;
  color: #000;
}
.footer-links a {
  font-weight: normal;
  color: #000;
  text-decoration: none;
  line-height: 1.85em;
}
.footer-links a:hover {
  color: #fc4e46;
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .right-menu-pad {
    margin-left: 0 !important;
  }
  .btn-default,
  .btn-primary {
    width: 100%;
  }
  .signin {
    margin-left: 0px !important;
  }
  .start-trial {
    margin-left: 0px !important;
  }
  .btn-pad {
    padding: 8px 15px !important;
  }
  .topnav a {
    padding: 6px 15px;
  }
  .footer-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}


.topnav-right {
  float: right;
}

.articleTitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.category-title a, .related-articles h4, .show-more, .stale-link, .subcategory-link a, h2, h3, h4, h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.article-link a {
font-family: 'Roboto', sans-serif;
}

.articleBody {
font-family: 'Roboto', sans-serif;
}

.footer-section {
font-family: 'Roboto', sans-serif;
}
