@font-face {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v11/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSd-OvHg.ttf) format('truetype');
}
@font-face {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v11/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSKeOvHg.ttf) format('truetype');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v11/1Ptyg83HX_SGhgqO0yLcmjzUAuWexc1RwaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v11/1Ptyg83HX_SGhgqO0yLcmjzUAuWexZNRwaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v11/1Ptyg83HX_SGhgqO0yLcmjzUAuWexXRWwaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v29/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v29/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKd3vUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v29/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiukDQ.ttf) format('truetype');
}
.w-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20% !important;
      flex: 0 0 20% !important;
  max-width: 20%;
  padding: 0 2%;
}
@media all and (min-width: 992px) {
  .container.widerContainer {
    max-width: 1100px;
  }
}
@media all and (min-width: 1200px) {
  .container.widerContainer {
    max-width: 1300px;
  }
}
@media all and (max-width: 575px) {
  .owl-carousel-fours .owl-nav {
    display: none;
  }
}
/* General Stuff */
body {
  margin: 0;
  background: #fff;
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  line-height: 1.6;
}
a,
a:link,
a:visited {
  color: #1394c3;
  text-decoration: none;
}
p {
  margin-top: 0;
  margin-bottom: 16px;
}
.myBtn,
a.myBtn {
  border: 2px solid #159fd1;
  border-radius: 0px;
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2rem;
  min-width: 112px;
  outline: 0;
  padding: 1rem 4rem;
  color: #605f5f;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.myBtn.smaller,
a.myBtn.smaller {
  padding: 4px 12px;
  font-size: 16px;
}
.myBtn:hover {
  color: #fff;
  background-color: #159fd1;
}
.well {
  padding: 60px 0;
}
.well.lessPadding {
  padding: 30px 0;
}
.well p:last-of-type {
  margin-bottom: 0;
}
.centerItText {
  text-align: center;
}
.rightItText {
  text-align: right;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #626262;
  margin-top: 0;
  line-height: 1.25;
  font-family: 'Playfair Display', serif;
}
h1 {
  font-size: 2.8vw;
  margin-bottom: 14px;
  line-height: 1.2;
}
h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 400;
}
h3 {
  margin-bottom: 10px;
  font-weight: 400;
}
h6 {
  font-size: 18px;
  margin-bottom: 0;
  color: #86878a;
}
#mySearch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 0 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#mySearch input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 150px;
  background: #fff;
  padding: 1px 0 1px 20px;
  border-radius: 10px 0 0 10px;
  border-color: #86878a;
  font-size: 10px;
  border-width: 1px 0 1px 1px;
  margin-right: 0;
}
#mySearch button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  background: #1394c3;
  color: white;
  border-radius: 0 10px 10px 0;
  border: 0 none;
  font-weight: bold;
  font-size: 14px;
  margin-left: 0;
}
.logoSection {
  padding: 30px 20px;
}
.logoSection img {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.contactInfo {
  font-size: 0.8em;
  padding-left: 20px;
}
.grow {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.grow:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.growSmall {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.growSmall:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.circle {
  width: 100%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* All delay classes will take half the time to start */
:root {
  --animate-delay: 0.5s;
}
body:before {
  display: block;
  color: #fff;
  background-color: rebeccapurple;
  background-color: green;
  padding: 10px;
  text-align: center;
  position: fixed;
  bottom: 33px;
  width: 100%;
  content: 'All (Smallest Up)';
  z-index: 111111111111;
  display: none;
}
#wpadminbar:before {
  content: 'All (Smallest Up)';
  padding-left: 70px;
  float: left;
}
#wpadminbar .menupop .ab-sub-wrapper {
  top: auto;
  bottom: 32px;
}
#wpadminbar {
  bottom: 0;
  top: auto;
}
html[lang] {
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}
.logo {
  width: 100%;
  display: block;
}
#toolbar {
  background: #F2F2F2;
  overflow: hidden;
  padding: 7px 8px;
  position: relative;
  z-index: 1;
}
#toolbar a {
  color: #626262;
  display: inline-block;
  font-size: 0.9375rem;
  padding: 0.125rem 0.25rem;
  position: relative;
}
#toolbar a i {
  margin-right: 7px;
}
#toolbar .container {
  padding: 0 2rem;
}
#toolbar .row.topToolbar {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#toolbar-center,
#toolbar-right {
  margin-left: 0;
}
#toolbar-left,
#toolbar-center,
#toolbar-right {
  text-align: right;
}
#topFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 2px;
}
#topFlex .imageSide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
#topFlex .imageSide img {
  display: block;
  width: 100%;
}
#topFlex .navSide {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#topFlex .navSideMobile {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: right;
}
#mobileMenu {
  padding: 0 36px 36px 36px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  display: none;
}
#mobileMenu ul#primary-menu-mobile {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#mobileMenu ul#primary-menu-mobile > li {
  font-size: 16px;
  text-align: left;
  line-height: 1.9rem;
  position: relative;
  margin-bottom: 22px;
}
#mobileMenu ul#primary-menu-mobile > li a,
#mobileMenu ul#primary-menu-mobile > li a:link,
#mobileMenu ul#primary-menu-mobile > li a:visited {
  font-size: 12px;
  font-family: 'Muli', sans-serif;
  padding: 23px 10px;
  text-transform: uppercase;
  color: #727272;
}
#mobileMenu ul#primary-menu-mobile > li a:focus {
  outline-style: none;
}
#mobileMenu ul#primary-menu-mobile > li a:hover {
  color: #1394c3;
}
#mobileMenu ul#primary-menu-mobile > li a:hover#mobileMenu ul#primary-menu-mobile > li a:hover::after {
  border-bottom: none;
}
#mobileMenu ul#primary-menu-mobile > li > a:hover,
#mobileMenu ul#primary-menu-mobile > li a.active {
  border-bottom: 2px solid #1394c3;
}
#mobileMenu ul#primary-menu-mobile > li.consultation {
  margin-top: 54px;
}
#mobileMenu ul#primary-menu-mobile > li.consultation a,
#mobileMenu ul#primary-menu-mobile > li.consultation a:link,
#mobileMenu ul#primary-menu-mobile > li.consultation a:visited {
  border: #159fd1 solid 2px;
  border-radius: 0px;
  padding: 23px 23px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mobileMenu ul#primary-menu-mobile > li.consultation a:hover {
  color: #fff;
  background-color: #159fd1;
}
#mobileMenu ul#primary-menu-mobile > li.menu-item-has-children > a::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-weight: 900;
  padding-left: 5px;
  color: #626262;
}
#mobileMenu ul#primary-menu-mobile > li .sub-menu {
  display: none;
  margin: 20px 0 0 0;
  padding: 5px 0;
  font-size: 15px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border-radius: 0.25rem;
  text-transform: none;
}
#mobileMenu ul#primary-menu-mobile > li .sub-menu.showIt {
  display: block;
}
#mobileMenu ul#primary-menu-mobile > li .sub-menu li {
  padding: 5px 0;
}
#mobileMenu ul#primary-menu-mobile > li .sub-menu li:hover {
  background: #EAEAEA;
}
#mobileMenu ul#primary-menu-mobile > li .sub-menu a,
#mobileMenu ul#primary-menu-mobile > li .sub-menu a:link,
#mobileMenu ul#primary-menu-mobile > li .sub-menu a:visited {
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
}
.innerBlog {
  padding-top: 60px;
}
.innerPage {
  padding-top: 30px;
}
.pageFeature {
  margin-top: 30px;
  display: block;
  width: 100%;
}
header.mainNav {
  color: #606060;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.24px;
  padding: 30px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 100000;
  background-color: #fff;
  -webkit-transition: padding 0.2s ease;
  -o-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
header.mainNav.fixed-top {
  padding: 8px 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
header.mainNav.fixed-top ~ #mobileMenu {
  position: fixed;
  top: 70px;
  width: 100%;
  bacground-color: #fff;
  z-index: 1000000;
}
header.mainNav .container {
  max-width: 1208px;
}
header.mainNav ul#primary-menu-new {
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  line-height: 1.9rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header.mainNav ul#primary-menu-new > li {
  font-size: 16px;
  text-align: right;
  line-height: 1.9rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
}
header.mainNav ul#primary-menu-new > li a,
header.mainNav ul#primary-menu-new > li a:link,
header.mainNav ul#primary-menu-new > li a:visited {
  font-size: 12px;
  font-family: 'Muli', sans-serif;
  padding: 23px 10px;
  text-transform: uppercase;
  color: #626262;
}
header.mainNav ul#primary-menu-new > li a:focus {
  outline-style: none;
}
header.mainNav ul#primary-menu-new > li a:hover {
  color: #1394c3;
}
header.mainNav ul#primary-menu-new > li a:hoverheader.mainNav ul#primary-menu-new > li a:hover::after {
  border-bottom: none;
}
header.mainNav ul#primary-menu-new > li > a:hover,
header.mainNav ul#primary-menu-new > li a.active {
  border-bottom: 2px solid #1394c3;
}
header.mainNav ul#primary-menu-new > li.consultation a,
header.mainNav ul#primary-menu-new > li.consultation a:link,
header.mainNav ul#primary-menu-new > li.consultation a:visited {
  border: #159fd1 solid 2px;
  border-radius: 0px;
  padding: 23px 23px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.mainNav ul#primary-menu-new > li.consultation a:hover {
  color: #fff;
  background-color: #159fd1;
}
header.mainNav ul#primary-menu-new > li.menu-item-has-children {
  /*
				a:after {
					content: '';
					background-image: url(https://www.sasscpas.com/site_images/icon-angle-down.svg);
					background-repeat: no-repeat;
					background-size: 1rem 1rem;
					border: 0 !important;
					height: 1rem;
					position: absolute;
					top: 4px;
					transform: translateY(5px);
					width: 1rem;
				}*/
}
header.mainNav ul#primary-menu-new > li.menu-item-has-children > a::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-weight: 900;
  padding-left: 5px;
  color: #aeaeae;
}
header.mainNav ul#primary-menu-new > li .sub-menu {
  position: absolute;
  display: none;
  top: 186%;
  left: 0;
  z-index: 1000;
  min-width: 294px;
  margin: 0;
  padding: 5px 0;
  font-size: 15px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  text-transform: none;
}
header.mainNav ul#primary-menu-new > li .sub-menu.showIt {
  display: block;
}
header.mainNav ul#primary-menu-new > li .sub-menu li {
  padding: 5px 0;
}
header.mainNav ul#primary-menu-new > li .sub-menu li:hover {
  background: #EAEAEA;
}
header.mainNav ul#primary-menu-new > li .sub-menu a,
header.mainNav ul#primary-menu-new > li .sub-menu a:link,
header.mainNav ul#primary-menu-new > li .sub-menu a:visited {
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
}
/**
* WordPress Number Pagination CSS Styles
*/
.customPagination {
  margin-bottom: 40px;
  text-align: center;
}
.customPagination .page-navi.meta {
  color: #1394c3;
  font-size: 20px;
  font-weight: normal;
  border: solid 1px #1394c3;
  padding: 10px 20px;
  padding-left: 0;
  border-radius: 3px;
}
.customPagination .page-numbers {
  border-right: solid 1px #1394c3;
  border-top: solid 1px #1394c3;
  border-bottom: solid 1px #1394c3;
  padding: 10px 20px;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: normal;
  margin-left: -6px;
}
.customPagination .page-numbers:first-child {
  border-left: solid 1px #1394c3;
}
.customPagination .page-numbers.current {
  padding: 10px 20px;
  background: #1394c3;
  color: #ffffff;
  font-weight: 600;
}
.customPagination .page-navi .prev {
  float: left;
  margin-right: 0;
  margin-top: -10px;
  border-right: solid 1px #eee;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: normal;
}
.customPagination .page-navi .next {
  float: right;
  margin-top: -10px;
  border-left: solid 1px #ddd;
  border-right: none;
  border-top: none;
  border-bottom: none;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
BOOTSTRAP OVERRIDES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1210px;
  }
}
#myBackToTop {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 40px;
  z-index: 99;
  font-size: 60px;
  border: none;
  outline: none;
  color: #1394c3;
  cursor: pointer;
  background: none;
  padding: 10px 0 0 0;
  margin: 0;
}
#headline {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(101 102 104)), to(rgb(128 129 131)));
  background: -o-linear-gradient(top, rgb(101 102 104) 0%, rgb(128 129 131) 100%);
  background: linear-gradient(to bottom, rgb(101 102 104) 0%, rgb(128 129 131) 100%);
  padding: 0 1rem;
}
#headline > .container > h1 {
  color: #FFF;
  font-weight: 400;
  margin: 0;
  padding: 3.375rem 0;
  line-height: 2.25rem;
  font-size: 38px;
}
.mobileNavButton {
  display: inline-block;
  width: 55px;
  cursor: pointer;
  -ms-grid-column-align: right;
      justify-self: right;
}
.spotlightItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px;
}
.spotlightItems .spotlightItem {
  margin: 0px 0 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.spotlightItems .spotlightItem .posted {
  font-size: 14px;
  margin-bottom: 3px;
}
.spotlightItems .spotlightItem img {
  width: 100%;
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
.spotlightItems .spotlightItem.spotlightImage {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 300px;
  margin-right: 40px;
}
.spotlightItems .spotlightItem.spotlightImage .secondaryImage {
  margin-top: 15px;
}
.spotlightItems .spotlightItem.spotlightText {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.spotlightItems .spotlightItem.spotlightText .legalBlogTitles {
  margin-top: 0;
  margin-bottom: 3px;
}
.spotlightItems .spotlightItem.spotlightText .entry p {
  margin-bottom: 20px;
  font-size: 16px;
}
@media all and (max-width: 575px) {
  .spotlightItems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .spotlightItems .spotlightItem.spotlightImage {
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .spotlightItems .spotlightItem.spotlightText {
    text-align: center;
  }
}
.sidebar ul {
  margin: 0;
}
.sidebar ul li {
  font-size: 13px;
  margin-bottom: 16px;
}
footer#footer {
  margin-top: 60px;
  background: #F2F2F2;
  box0sizing: border-box;
}
footer#footer #footer-top a,
footer#footer #footer-top p {
  font-weight: 300;
  text-align: left;
  color: #7f7b7b;
}
footer#footer #footer-top {
  padding: 5rem 0 0 0;
}
footer#footer #footer-top p {
  color: #7f7b7b;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  padding: 0 0 6px;
  margin: 0;
}
footer#footer #footer-top h2 {
  color: #454545;
  font-size: 1.675rem;
  margin: 0 0 1.125rem;
  padding: 0 0 1.5rem;
  position: relative;
}
footer#footer #footer-top h2::after {
  bottom: 0;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 3.375rem;
  background: #159fd1;
}
footer#footer #footer-bottom a,
footer#footer #footer-bottom p {
  font-weight: 300;
  color: #7f7b7b;
}
footer#footer #footer-top .btn-primary {
  margin: 1.5rem 0 0;
  padding: 1rem 1.75rem;
}
footer#footer #footer-social {
  font-size: 0;
  margin: 1.5rem 0 0;
  text-align: right;
}
footer#footer #footer-social i {
  color: #159fd1;
  font-size: 1.25rem;
  margin: 0 0.25rem;
  text-align: center;
}
footer#footer a:hover,
footer#footer a:hover,
footer#footer h2 > a:hover,
footer#footer h3 > a:hover,
footer#footer h4 > a:hover,
footer#footer h5 > a:hover,
footer#footer h6 > a:hover {
  color: #17b3eb;
}
.credit-cards img {
  margin: 0.5rem 0.25rem 1rem 0;
  text-align: left;
}
#scroll-icon {
  bottom: 15px;
  cursor: pointer;
  background: #0f80a8;
  position: fixed;
  right: 20px;
  text-align: center;
  visibility: hidden;
  z-index: 999;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
}
#scroll-icon .fa {
  border-radius: 2px;
  color: #FFF;
  cursor: pointer;
  font-size: 25px;
  padding: 10px 15px;
  pointer-events: none;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
#footer-middle .row {
  border-bottom: 1px solid #CCC;
  padding: 16px 0;
}
#footer-bottom {
  overflow: hidden;
  padding: 1.25rem 0 2rem;
}
#footer-bottom p {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1rem;
  margin: 0 0 0.5rem;
  font-weight: 300;
  color: #7f7b7b;
}
#footer-bottom a,
#footer-bottom a:link,
#footer-bottom a:visited {
  font-weight: 300;
  color: #7f7b7b;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
  margin: 0 0 0.5rem;
}
#footer-bottom a:hover {
  color: #000;
}
#footer-menu {
  font-size: 0;
  margin: 2rem 0 0;
  text-align: right;
}
#footer-menu a:not(:last-of-type) {
  margin-right: 1rem;
  padding: 0 1rem 0 0;
  position: relative;
}
#footer-menu a:not(:last-of-type)::after {
  border-right: 1px solid #999;
  bottom: 0.0625rem;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0.1875rem;
}
@media all and (max-width: 767px) {
  #footer-top > .container > .row > div[class*='col-'],
  #footer-middle {
    margin: 1.5rem 0 0.5rem 0;
  }
  footer#footer #footer-social {
    font-size: 0;
    margin: 1.5rem 0 0;
    text-align: left;
  }
}
.someMarginTop {
  margin-top: 40px;
}
@media all and (min-width: 440px) {
  #wpadminbar:before {
    content: 'Extra Small Up';
  }
}
@media all and (min-width: 576px) {
  #wpadminbar:before {
    content: 'Small Up';
  }
}
@media all and (min-width: 768px) {
  #wpadminbar:before {
    content: 'Medium Up';
  }
}
@media all and (min-width: 992px) {
  #wpadminbar:before {
    content: 'Large Up';
  }
  #toolbar .row.topToolbar {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #toolbar-center,
  #toolbar-right {
    margin-left: 10rem;
  }
}
@media all and (min-width: 1083px) {
  #wpadminbar:before {
    content: 'Extra Large Up';
  }
  #topFlex .navSide {
    display: block;
  }
  #topFlex .navSideMobile {
    display: none;
  }
}
@media all and (min-width: 1500px) {
  #wpadminbar:before {
    content: 'Super Large Up';
  }
}
/*# sourceMappingURL=sasserath.css.map */