@media (min-width: calc(992px)) {
  .mod-header.mod-header-wrapper .header-ext-social-links .social-link > span {
    color: var(--primary);
    font-size: 4rem;
  }
}

 .fab {
  font-weight: 400;
  font-size: 2em;
}

.button3
{
 align-items: center;
  background-color: white;
  border: none;
  border-radius: var(--button-radius-md);
  box-shadow: none;
  color: black;
  cursor: pointer;
  display: inline-flex;
  font-size: var(--font-size-buttons-desktop);
  font-weight: var(--button-fontweight);
  justify-content: center;
  line-height: var(--button-lineheight);
  min-width: 0;
  padding: var(--button-padding-md);
  text-decoration: none;
  text-transform: none;
  transition: var(--button-transition);
  white-space: normal;
}
 }

.button3:hover
{
 color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
 
 }

.button4
{
 align-items: center;
  background-color: white;
  border: 0px solid var(--primary);
  border-radius: var(--button-radius-md);
  box-shadow: none;
  color: black;
  cursor: pointer;
  display: inline-flex;
  font-size: var(--font-size-buttons-desktop);
  font-weight: var(--button-fontweight);
  justify-content: center;
  line-height: var(--button-lineheight);
  min-width: 0;
  padding: var(--button-padding-md);
  text-decoration: none;
  text-transform: none;
  transition: var(--button-transition);
  white-space: normal;
}
 }

.button4:hover
{
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
 }

.button5
{
  align-items: center;
  background-color: white;
  border: 0px solid var(--primary);
  border-radius: var(--button-radius-md);
  box-shadow: none;
  color: black;
  cursor: pointer;
  display: inline-flex;
  font-size: var(--font-size-buttons-desktop);
  font-weight: var(--button-fontweight);
  justify-content: center;
  line-height: var(--button-lineheight);
  min-width: 0;
  padding: var(--button-padding-md);
  text-decoration: none;
  text-transform: none;
  transition: var(--button-transition);
  white-space: normal;
}
 }

.button5:hover
{
color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
 }
 }

ol li::marker, ul:not(.menu-vertical-items):not(.nav):not(.nav-sidebar-sticky):not(.chosen-choices):not(.chosen-results):not(.mod-header):not(.dropdown-menu):not(.dropdown-menu-level-2):not(.list-group):not(.list-unstyled):not(.error):not(.errors):not(#menu):not(.breadcrumb):not(.social):not(.cm-services):not(.multiselect-options) li::marker {
  color: black;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}