/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import url(flexvideo.css);
@import url(fix-bootstrap.css);
html {
  font-size: 16px; }

pre {
  white-space: pre-wrap; }

.page-container {
  padding-top: 70px; }
  @media (max-width: 768px) {
    .page-container {
      padding-top: 60px; } }

.appendLink {
  min-width: 20px;
  padding: 0 10px;
  text-align: center; }

.page-header {
  margin-top: 0;
  border-bottom: none; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.breadcrumbs {
  font-size: .875em;
  margin-bottom: 20px; }

.breadcrumbs a {
  color: #00aae5;
  text-decoration: none; }

.breadcrumbs a:hover {
  color: #007fd0;
  text-decoration: none; }

.entry-content li {
  margin-bottom: 10px; }

table.easy-table caption {
  font-weight: normal !important;
  border-radius: 4px;
  padding: 10px;
  background: #f5f5f5; }

.max1280 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }

.max1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.padtb {
  padding: 3em 0 3em 0; }

.fatpadtb {
  padding: 5em 0 5.5em 0; }

.smpadtb {
  padding: 1em 0 3em 0; }

.mt0 {
  margin-top: 0; }

.mt15 {
  margin-top: 15; }

.mb0 {
  margin-bottom: 0; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb25 {
  margin-bottom: 25px; }

.mb40 {
  margin-bottom: 40px; }

.bg-blue {
  background-color: #007fd0;
  color: #fff;
  background-image: url("../img/hash.svg"), url("../img/texture-13-min.png");
  background-repeat: no-repeat, repeat;
  background-position: right top, left top;
  background-size: 620px 10px,auto; }

.bg-lt-blue {
  background: #f7fbfd; }

.btn {
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease; }

.btn-orange {
  background: #f77746;
  color: white; }
  .btn-orange:hover, .btn-orange:focus {
    background: #ff4d24;
    color: white; }

a.sharp, button.sharp, input.sharp {
  border-radius: 2px; }

.navbar-default {
  min-height: 60px;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
  margin-bottom: 0; }

.navbar-default .navbar-nav > li > a:hover {
  color: #000; }

.navbar-default .navbar-nav > li > a {
  color: #555;
  padding: 22px 7px 17px 7px; }

.navbar-default .navbar-nav > .active > a {
  background: #efefef; }

.dropdown-menu {
  right: 0;
  left: auto; }

ul > ul.dropdown-menu {
  display: block;
  position: relative;
  float: left; }

a.brand {
  height: 50px;
  width: 265px;
  padding: 0;
  background: url("../img/shq-logo-helpdocs.svg") transparent no-repeat left center;
  background-size: contain;
  float: left;
  margin-top: 0;
  margin-left: 15px; }

.navbar-default .navbar-toggle {
  color: #555; }

.navbar-toggle {
  border: none;
  background: none;
  margin: 15px; }

.home .search-help.fatpadtb {
  padding-bottom: 10em; }

.home .support-sect.fatpadtb {
  padding-top: 3em; }

.home #main-column {
  margin-top: -120px;
  margin-bottom: -30px; }

.hmboxes {
  color: #333;
  text-align: center;
  width: 100%;
  /* 	float: left; */
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap; }

.hmboxes h3 {
  font-size: 1.5em;
  font-weight: 400; }

.hmbox {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 3px;
  box-shadow: 0px 1px 3px 0px  #ccc;
  margin: 8px;
  flex: 1;
  padding: 50px 25px;
  min-width: 240px; }

.hmbox .hmtxt {
  line-height: 22px;
  color: #666;
  margin-top: 12px;
  font-weight: 300; }

/*
.hmbox {
	min-height: 200px;
	padding-top:55px;
	padding-bottom:15px;
	border-right:1px solid #ededed;
	}
.hmbox.last {border-right:none;}
.hmbox.col-md-20p {
	width:20%;
	display: inline-block;
	float: left;
}
*/
a.hmbox {
  background: #fff;
  color: #333;
  cursor: pointer; }

a:hover.hmbox {
  background: #f2f9fc;
  color: #111;
  text-decoration: none; }

.navbar-nav {
  float: right !important; }

.dropdown-menu {
  padding: 0; }

ul.sub-menu.dropdown-menu > li.menu-item > ul.sub-menu.dropdown-menu {
  display: block;
  position: relative;
  float: left;
  border-radius: 0;
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
  /* 	list-style: disc; */
  margin: 0;
  padding: 0; }

ul.sub-menu.dropdown-menu > li.menu-item > ul.sub-menu.dropdown-menu > li > a {
  padding-left: 40px; }

@media (max-width: 767px) {
  .navbar-nav {
    float: none !important;
    text-align: center; }

  .navbar-nav .dropdown-menu {
    text-align: center; }

  /*
  .hmbox.col-md-20p.col-sm-33p {
      width:33.33%;
      display: inline-block;
      float: left;
  }
  .hmbox.col-md-20p.col-sm-50p {
      width:50%;
      display: inline-block;
      float: left;
  }
  .hmbox.col-sm-33p {border-top: 1px solid #ededed;}

  .hmbox.col-sm-50p.second {border-right: none;}
  */ }
@media (max-width: 543px) {
  /*
  .hmbox.col-md-20p.col-xs-100p {
      width:100%;
      display: inline-block;
      float: left;
  }
  .hmbox {border-left: none;border-bottom: 1px solid #ededed;}
  .hmbox.last {border-right:none; border-bottom:none;}
  */ }
.ico-getstart {
  background: transparent center center url("../img/compass-ico.svg") no-repeat;
  background-size: 100%;
  margin: .1em auto;
  width: 42px;
  height: 42px; }

.ico-configure {
  background: transparent center center url("../img/configure-ico.svg") no-repeat;
  background-size: 100%;
  margin: .1em auto;
  width: 42px;
  height: 42px; }

.ico-faq {
  background: transparent center center url("../img/troubleshoot-ico.svg") no-repeat;
  background-size: 100%;
  margin: .1em auto;
  width: 46px;
  height: 42px; }

.ico-examples {
  background: transparent center center url("../img/examples-ico.svg") no-repeat;
  background-size: 100%;
  margin: .1em auto;
  width: 37px;
  height: 42px; }

.ico-videos {
  background: transparent center center url("../img/video-ico.svg") no-repeat;
  background-size: 100%;
  margin: .1em auto;
  width: 42px;
  height: 42px; }

/* Category Page Lists */
ul.cat-list, ul.post-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0; }

li.subcat-list a {
  color: #384551; }
  li.subcat-list a:hover {
    color: #007fd0; }

ul.post-list a {
  color: #007fd0; }
  ul.post-list a:hover {
    color: #005f99; }

ul.post-list {
  border-bottom: 1px solid #ddd;
  margin-bottom: 35px;
  padding-bottom: 15px;
  column-count: 1;
  font-size: .925rem;
  line-height: 1.25rem; }
  ul.post-list li {
    display: flex;
    margin-bottom: 20px;
    padding-right: 20px; }
  @media (min-width: 992px) {
    ul.post-list {
      column-count: 2; } }

.category-videos ul.post-list ::before {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  margin-right: 8px;
  color: #007fd0; }

ul.post-list li::before {
  content: "\f15c";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 8px;
  color: #007fd0; }

li.subcat-list {
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 700;
  margin: 20px 0; }

ul ul.cat-list li.subcat-list a {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: normal; }

a:hover.showallpost {
  color: #076f8d;
  text-decoration: underline; }

a.showallpost {
  margin: 4px 0 10px 0 !important;
  font-size: 14px;
  display: block;
  color: #00a9ce !important; }

/* ancient-browser-alert error */
.ancient-browser-alert {
  background: #a00;
  color: #faa;
  display: block;
  padding: 3px 0;
  text-align: center; }

.ancient-browser-alert a {
  color: #fff;
  text-decoration: underline; }

.page-header-top-right {
  margin-top: 10px; }

.pagination {
  margin: 0; }

.pagination-center {
  text-align: center; }

.pagination-row {
  margin-bottom: 20px; }

.required {
  color: #f00; }

.row-with-vspace {
  margin-bottom: 20px; }

.site-main .format-aside {
  background: #f5f5f5; }

.site-main .format-image {
  background: url("../img/content-post-format-image.png") left top no-repeat; }

.site-main .format-link {
  background: url("../img/content-post-format-link.png") left top no-repeat; }

.site-main .format-quote {
  background: url("../img/content-post-format-quote.png") left top no-repeat; }

.site-main .format-video {
  background: url("../img/content-post-format-video.png") left top no-repeat; }

.site-title {
  margin-bottom: 0;
  margin-top: 10px; }

.site-title > a {
  text-decoration: none; }

.site-title > div {
  height: auto;
  line-height: 18px; }

.site-title .site-description {
  color: #999;
  font-size: 16px; }

.site-title .site-title-heading {
  margin: 0; }

.widget_calendar #wp-calendar {
  margin: 0; }

.widget_calendar #wp-calendar #next {
  text-align: right; }

#comments .comment-navigation {
  margin-bottom: 0; }

#comments .comment-navigation-below {
  margin-bottom: 20px;
  margin-top: 15px; }

#comments .media-list li .media {
  margin-top: 15px; }

#comments .media-list li .media .media-body {
  border: 1px solid #eee;
  padding: 10px; }

#comments .media-list li .media .media-body .comment-author {
  font-size: 12px;
  margin-bottom: 10px; }

#comments .media-list ul.children {
  list-style: none;
  margin-left: 2.5em; }

#main-column .wp-video-shortcode {
  display: block;
  height: auto;
  max-width: 100%; }

#main-column .attachment .entry-content {
  margin-bottom: 20px; }

#main-column .attachment .entry-content .attachment {
  text-align: center; }

#main-column .attachment .entry-meta {
  margin-bottom: 20px; }

#main-column .post,
#main-column .page {
  /* 	padding: 2em 0 2.5em; */ }

#main-column .post img,
#main-column .page img,
#main-column .post .video-js,
#main-column .page .video-js {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.18); }

#main-column .post .entry-header .entry-meta .posted-on .updated {
  display: none; }

#main-column .post .entry-meta .categories-icon {
  cursor: default; }

#main-column .attachment .edit-post-link a,
#main-column .attachment .entry-meta .edit-post-link a,
#main-column .post .entry-meta .edit-post-link a,
#main-column .page .entry-meta .edit-post-link a {
  color: #007fd0; }

#main-column .post .entry-meta.top {
  display: flex;
  align-items: start;
  justify-content: space-between; }

#main-column .post .entry-meta.top .tag-links a {
  color: #007fd0;
  background: #eaf3f9;
  border-radius: 80px;
  line-height: 32px;
  display: inline-block;
  padding: 0 15px;
  margin-right: 5px;
  font-size: 14px; }
#main-column .post .entry-meta.top a.permalink {
  width: 32px;
  height: 32px;
  line-height: 34px;
  border-radius: 40px;
  text-align: center;
  background: #eaf3f9;
  color: #007fd0; }
  #main-column .post .entry-meta.top a.permalink:hover {
    background: #daeaf2;
    color: #005f99; }

.entry-meta .posted-on {
  font-size: 12px; }
.entry-meta .tags-links,
.entry-meta .cat-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 15px; }
  .entry-meta .tags-links .fa,
  .entry-meta .cat-links .fa {
    margin-right: 5px; }
.entry-meta .tags-links a,
.entry-meta .cat-links a {
  color: #007fd0;
  background: #eaf3f9;
  border-radius: 80px;
  display: inline-block;
  padding: 5px 20px;
  margin: 0 5px 5px 0;
  text-decoration: none; }
  .entry-meta .tags-links a:hover,
  .entry-meta .cat-links a:hover {
    background: #daeaf2;
    color: #005f99;
    text-decoration: none; }

#main-column .post .entry-meta .tags-icon {
  cursor: default; }

#main-column .attachment .entry-title,
#main-column .post .entry-title,
#main-column .page .entry-title {
  /* 	margin-top: 0; */
  word-wrap: break-word; }

#main-column .entry-meta-footer {
  margin-bottom: 20px; }

footer.entry-meta {
  margin-top: 30px; }

.entery-meta-footer .posted-on {
  margin-top: 6px;
  display: block;
  font-style: italic; }

#main-column .entry-meta-footer .posted-on .updated {
  display: none; }

/*
#sidebar-left .widget,
#sidebar-right .widget {
    border: 1px solid #eee;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
}
*/
.toc_widget {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  align-self: flex-start;
  top: 35px; }

#sidebar-left .widget ul,
#sidebar-right .widget ul {
  padding-left: 0; }

#sidebar-left .widget ul ul,
#sidebar-right .widget ul ul {
  padding-left: 20px; }

#sidebar-left .widget .widget-title,
#sidebar-right .widget .widget-title {
  font-size: 18px;
  margin-top: 0; }

footer a {
  color: white;
  text-decoration: underline; }
  footer a:hover {
    text-decoration: underline; }

@media (max-width: 543px) {
  .home .search-help.fatpadtb {
    padding: 2em 0 7em 0; }

  .hmbox {
    padding-top: 25px;
    min-height: 150px;
    border-right: none; }

  .hmbox h3 {
    font-size: 1.25em; }

  .xs-text-center {
    text-align: center;
    margin: 0 auto; } }
/* 	FAQ Styles */
/* Left Column Styles */
@media (min-width: 768px) {
  .single-post main#main {
    display: flex;
    margin-top: 30px; }

  .single-post main#main .toc_widget {
    min-width: 250px;
    margin-right: 80px; } }
/* Simple Alerts Override */
.simple-alert-boxes {
  margin: 30px 0; }

.simple-alert-boxes.sab_normal {
  border-left: 8px solid !important;
  border: none; }

.simple-alert-boxes.sab_default {
  background: #f8f8f8;
  border-color: #ccc !important;
  padding: 25px !important; }

.simple-alert-boxes.sab_default h2 {
  margin-top: 0; }

.simple-alert-boxes.sab_info {
  background: #EFF5F9;
  border-color: #03AAE5 !important; }

.simple-alert-boxes.sab_success {
  background: #EEF9F1;
  border-color: #4FCA7B !important; }

.simple-alert-boxes.sab_warning {
  background: #FFF6E6;
  border-color: #FFA652 !important; }

.simple-alert-boxes.sab_danger {
  background: #FFEBEA;
  border-color: #FF5652 !important; }

.simple-alert-boxes.sab_normal:before {
  top: 30px;
  left: 15px; }

.simple-alert-boxes.sab_default:before {
  content: ''; }

.simple-alert-boxes.sab_info:before {
  content: '\f05a';
  color: #03AAE5; }

.simple-alert-boxes.sab_success:before {
  color: #4FCA7B; }

.simple-alert-boxes.sab_warning:before {
  content: '\f071';
  color: #FFA652; }

.simple-alert-boxes.sab_danger:before {
  content: '\f057';
  color: #FF5652; }

/* TOC Override */
#toc_container {
  background: #F2F9FC !important;
  border: 1px solid #E9EFF4 !important;
  border-radius: 0;
  padding: 15px 25px !important;
  margin-bottom: 1.5em !important;
  width: auto;
  display: table; }

#toc_container ul ul {
  padding-left: 10px;
  margin-left: 0;
  border-left-color: #CCE1ED; }

#toc_container p.toc_title {
  text-align: left !important;
  font-size: 16px; }

.toc_widget {
	padding-top: 50px;
}

.toc_widget h1 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0; }

ul.toc_widget_list {
  padding-left: 0;
  font-size: .875rem;
  line-height: 1.25rem;
  border-left: 1px solid #ddd; }
  ul.toc_widget_list a {
    color: #384551;
    text-decoration: none;
    padding: 10px 12px;
    display: block;
    border-left: 4px solid transparent;
    background: none; }
    ul.toc_widget_list a.active {
      border-left: 4px solid #02c6f4;
      background: #f7fbfd; }
  ul.toc_widget_list ul a {
    padding-left: 24px; }
  ul.toc_widget_list li {
    padding: 0; }
    ul.toc_widget_list li ul {
      padding-left: 10px; }

@media (min-width: 767px) {
  #toc_container {
    display: none; } }
@media (max-width: 768px) {
  .toc_widget {
    display: none; } }
/* Yarpp related posts list style overrdes */
.yarpp-related {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 20px; }
  .yarpp-related ol, .yarpp-related ul {
    margin: 12px 0 0 0;
    padding: 0;
    list-style: none; }
  .yarpp-related ul li::before,
  .yarpp-related ol li::before {
    content: "\f15c";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 8px;
    color: #007fd0; }
  .yarpp-related a {
    color: #007fd0;
    font-weight: 400 !important; }
    .yarpp-related a:hover {
      color: #005f99; }
  @media (min-width: 768px) {
    .yarpp-related {
      padding: 32px; } }

/* Search Bar */
.search-group {
  display: flex;
  width: 100%;
  background: white;
  border-radius: 3px;
  padding: 8px 12px;
  justify-content: space-between;
  color: #384551;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); }
  .search-group input.search-input {
    border: none;
    flex: 1;
    font-size: 1.1rem; }
    .search-group input.search-input:focus {
      outline: transparent; }
  .search-group button.search-btn {
    border: none;
    background: none; }

.shq-site-footer__social-platforms .social {
  color: #fff;
  font-size: 1.25em;
  border: 2px solid #fff;
  border-radius: 60px;
  text-align: center;
  box-sizing: content-box;
  line-height: 32px;
  width: 32px;
  height: 32px;
  margin: 0 5px 0 0; }
.shq-site-footer__social-platforms .social:hover {
  color: #02c6f4;
  border-color: #02c6f4;
  opacity: 1; }

@media screen and (max-width: 1024px) {
  flex: 1 1 100%;
  flex-direction: row;
  align-items: center; }
@media screen and (max-width: 768px) {
  flex-direction: column;
  align-items: flex-start;
  .shq-site-footer__social-platforms {
    margin: 20px 0; } }
html {
  font-size: 16px; }

body {
  font-family: 'Proxima Nova', Helvetica, Arial, sans-serif;
  line-height: 1.78em;
  font-size: 16px;
  color: #384551; }

h1 {
  font-family: filson-pro, Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 3.375rem; }
  h1 .page-title {
    margin: 20px 0 10px 0; }
  h1 .entry-title {
    margin: 0 0 30px 0; }
  h1 .entry-title a:hover {
    color: #007fd0; }
  @media (max-width: 768px) {
    h1 {
      font-size: 2rem;
      line-height: 2.75rem; } }

h2 {
  font-size: 1.75rem;
  line-height: 2rem; }

h3 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 700; }

h4 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 700; }

p.xl {
  font-size: 1.125rem;
  line-height: 1.625rem; }

h1.entry-title {
  margin-top: 0;
  margin-bottom: 15px; }
  h1.entry-title a {
    color: #384551; }
    h1.entry-title a:hover {
      text-decoration: none; }

.entry-header {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd; }

.entry-content h2 {
  margin-top: 35px; }

.strong {
  font-weight: 700; }

.light {
  font-weight: 400; }

a {
  color: #005f99; }

.entry-content a {
  text-decoration: underline; }

body.logged-in .shq-site-header {
  top: 46px; }
  @media screen and (min-width: 768px) {
    body.logged-in .shq-site-header {
      top: 32px; } }

.shq-site-header {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1029;
  background: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12); }

.shq-site-header__container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; }
  @media screen and (min-width: 992px) {
    .shq-site-header__container {
      max-width: 970px; } }
  @media screen and (min-width: 1200px) {
    .shq-site-header__container {
      max-width: 1170px; } }
  @media screen and (min-width: 1300px) {
    .shq-site-header__container {
      max-width: 1270px; } }

a.shq-top-nav__logo {
  display: inline-block; }
  a.shq-top-nav__logo img {
    height: 40px;
    margin-top: -5px; }
    @media screen and (min-width: 768px) {
      a.shq-top-nav__logo img {
        margin-right: 20px;
        top: -7px; } }

.shq-top-nav {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .shq-top-nav {
      position: relative;
      width: 100%;
      top: auto;
      left: auto;
      height: 70px;
      transform: translateX(0);
      transition: none; } }

.mega-menu-tabbed .mega-sub-menu .mega-menu-item a.mega-menu-link {
  border-bottom: 1px solid #ccc; }

.homepage-link-blocks .icon img,
.homepage-nolink-blocks .icon img {
  box-shadow: none !important;
  margin: 0 !important; }
.homepage-link-blocks .wp-block-column,
.homepage-nolink-blocks .wp-block-column {
  background: white;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }
  .homepage-link-blocks .wp-block-column h2, .homepage-link-blocks .wp-block-column h3, .homepage-link-blocks .wp-block-column h4,
  .homepage-nolink-blocks .wp-block-column h2,
  .homepage-nolink-blocks .wp-block-column h3,
  .homepage-nolink-blocks .wp-block-column h4 {
    font-weight: 700;
    margin-top: 20px !important; }
  .homepage-link-blocks .wp-block-column p,
  .homepage-nolink-blocks .wp-block-column p {
    max-width: 280px; }
  .homepage-link-blocks .wp-block-column ul,
  .homepage-nolink-blocks .wp-block-column ul {
    list-style: none;
    padding-left: 0; }
    .homepage-link-blocks .wp-block-column ul li a,
    .homepage-nolink-blocks .wp-block-column ul li a {
      color: #007fd0; }
      .homepage-link-blocks .wp-block-column ul li a:hover,
      .homepage-nolink-blocks .wp-block-column ul li a:hover {
        color: #005f99; }
  .homepage-link-blocks .wp-block-column a.wp-block-button__link,
  .homepage-nolink-blocks .wp-block-column a.wp-block-button__link {
    background: none;
    padding: 0;
    font-weight: 700;
    text-decoration: none;
    color: #007fd0;
    font-size: 14px; }
    .homepage-link-blocks .wp-block-column a.wp-block-button__link:after,
    .homepage-nolink-blocks .wp-block-column a.wp-block-button__link:after {
      content: '\f061';
      font-family: "Font Awesome 5 Pro";
      margin-left: 5px; }
    .homepage-link-blocks .wp-block-column a.wp-block-button__link:hover,
    .homepage-nolink-blocks .wp-block-column a.wp-block-button__link:hover {
      color: #005f99; }
  @media screen and (min-width: 768px) {
    .homepage-link-blocks .wp-block-column,
    .homepage-nolink-blocks .wp-block-column {
      padding: 30px; } }

.homepage-link-blocks {
  text-align: left; }

.homepage-platforms {
  margin-top: 40px; }
  .homepage-platforms img {
    box-shadow: none !important;
    margin: 0 !important; }

/**/

/*# sourceMappingURL=main.css.map */
