@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDNZ9xds.ttf) format('truetype');
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTBjNZ9xds.ttf) format('truetype');
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTT6jRZ9xds.ttf) format('truetype');
}
@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivoblack/v21/HTxqL289NzCGg4MzN6KJ7eW6CYyF-w.ttf) format('truetype');
}
/* font-family: 'Open Sans', sans-serif; */
.circle {
  width: 100%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* Start of "Micro clearfix" */
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* End of "Micro clearfix" */
.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;
  }
}
/* ######################## MENU STUFF ######################## */
.toggle,
[id^=drop] {
  display: none;
}
.menu-primary-container {
  background-color: #2670b8;
  position: relative;
  z-index: 100;
}
.menu-primary-container > ul {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  font-size: 0;
  margin-top: 20px;
}
.menu-primary-container > ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  background-color: #2670b8;
  position: relative;
}
.menu-primary-container > ul li > ul {
  display: none;
  opacity: 0;
  margin-top: 0px;
  position: absolute;
  padding: 0;
  margin: 0;
  top: auto;
  -webkit-transition: background 200ms ease-in;
  -o-transition: background 200ms ease-in;
  transition: background 200ms ease-in;
  background: none;
  width: 100%;
}
.menu-primary-container > ul li > ul li {
  width: 100%;
  position: relative;
  background: #b7bec8;
}
.menu-primary-container > ul li > ul li a {
  color: #0e2548;
  padding: 10px 10px;
  text-transform: none;
  font-size: 14px;
}
.menu-primary-container > ul li > ul li:hover {
  background: #000000;
}
.menu-primary-container > ul li > ul li:hover a {
  color: #fff;
}
.menu-primary-container > ul li:hover > ul {
  display: block;
  opacity: 1;
}
.menu-primary-container > ul a {
  display: block;
  padding: 10px 2.5vw;
  color: #FFF;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Archivo', sans-serif;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.menu-primary-container > ul a:hover {
  background-color: #0e2548;
}
/* Change ' +' in order to change the Dropdown symbol */
.menu-primary-container li > a:after {
  font-family: 'Font Awesome 5 Pro';
  content: ' \f0da';
}
.menu-primary-container li:hover > a:after {
  content: ' \f0d7';
}
.menu-primary-container li > a:only-child:after {
  content: '';
}
/* Media Queries
--------------------------------------------- */
@media all and (max-width: 992px) {
  .menu-primary-container {
    /* Hide the navigation menu by default */
    /* Also hide the  */
    /* Stylinf the toggle lable */
    /* Display Dropdown when clicked on Parent Lable */
  }
  .menu-primary-container .toggle + a,
  .menu-primary-container .menu {
    display: none;
  }
  .menu-primary-container .toggle.toggleMenu {
    display: block;
    background-color: #0e2548;
  }
  .menu-primary-container .toggle {
    display: block;
    background-color: #2670b8;
    padding: 20px 2.5vw;
    color: #FFF;
    font-size: 17px;
    text-decoration: none;
    border: none;
  }
  .menu-primary-container .toggle:hover {
    background-color: #0e2548;
  }
  .menu-primary-container [id^=drop] + ul {
    display: none;
  }
  .menu-primary-container [id^=drop]:checked + ul {
    display: block;
  }
  .menu-primary-container > ul {
    text-align: left;
    margin-top: 0;
  }
  .menu-primary-container > ul li {
    display: block;
    width: 100%;
  }
  .menu-primary-container > ul li > ul {
    float: none;
    position: static;
    color: #ffffff;
    opacity: 1;
  }
  .menu-primary-container > ul li > ul li {
    display: block;
    width: 100%;
  }
  .menu-primary-container > ul li:hover > ul {
    display: none;
  }
  .menu-primary-container > ul a {
    text-transform: none;
  }
}
.menu-primary-container.sticky {
  width: 100%;
}
/* ######################## //MENU STUFF ######################## */
body:before {
  display: block;
  color: #fff;
  background-color: #000;
  padding: 10px;
  text-align: center;
  position: fixed;
  bottom: 33px;
  width: 100%;
  content: 'All (Smallest Up)';
  z-index: 111111111111;
  display: none;
}
body {
  margin: 0;
  padding-top: 0px;
  font-family: 'Archivo', sans-serif;
  line-height: 1.3;
}
#page {
  margin-top: -20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Archivo Black', sans-serif;
  margin-top: 0;
  line-height: 1.3;
}
h2 {
  color: #111;
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 20px;
}
h2.singleTitle {
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  color: #2670b8;
  clear: none;
}
a,
a:link,
a:visited {
  text-decoration: none;
  color: #900027;
}
a:hover {
  color: #1a3d5e;
}
p {
  margin-top: 0;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  overflow: hidden;
}
.centerIt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sticky {
  position: fixed;
  top: 0;
}
.btn,
a.btn,
a.btn:link,
a.btn:visited {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background-color: #454545;
  color: white;
  padding: 5px 10px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 0.8em;
  text-transform: uppercase;
}
a.btn:hover {
  background-color: #900027;
  color: white;
}
.responsive-iframe-container {
  position: relative;
  padding-bottom: 100%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.owl-carousel {
  margin-bottom: 30px;
}
.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.owl-carousel .owl-item {
  background: #FAFAFA;
  padding-bottom: 10px;
}
.cardWrap .imageWrap {
  width: 100%;
  margin-bottom: 12px;
  overflow: hidden;
  max-height: 313px;
}
.cardWrap .imageWrap img {
  display: block;
}
.cardWrap p.title {
  margin: 0;
  padding: 0 20px;
}
.owl-prev {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40%;
  left: -35px;
  display: block !important;
  border: 0px solid black;
}
.owl-next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40%;
  right: -35px;
  display: block !important;
  border: 0px solid black;
}
.owl-prev i,
.owl-next i {
  font-size: 2em;
  color: #ccc;
}
#homeEvents .owl-prev i,
#homeEvents .owl-next i {
  color: #000;
}
#homeEvents .owl-dots .owl-dot {
  border: 1px solid #000;
}
.owl-dots {
  text-align: center;
  margin-top: 10px;
}
.owl-dots .owl-dot {
  width: 10px;
  background-color: #c5c4ca !important;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
}
.owl-dots .owl-dot.active {
  background-color: #000 !important;
}
.well {
  padding: 60px 0;
}
.parallax.bg1 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.7))), url('../img/library.jpg');
  background: -o-linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url('../img/library.jpg');
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url('../img/library.jpg');
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax.bg2 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.7))), url('../img/networking.jpg');
  background: -o-linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url('../img/networking.jpg');
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url('../img/networking.jpg');
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cardGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (100%)[1];
  grid-template-columns: repeat(1, 100%);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-bottom: 25px;
}
.cardGrid .item {
  background: #fff;
  border: 1px solid #ccc;
}
.cardGrid .item .imageWrap {
  width: 100%;
  margin-bottom: 12px;
  overflow: hidden;
  max-height: 211px;
}
.cardGrid .item .imageWrap img {
  display: block;
  width: 100%;
  max-width: none;
}
.cardGrid .item .cardContent {
  padding: 0 20px 0px 20px;
}
.cardGrid .item .cardContent .legalBlogTitles {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 15px;
  margin-bottom: 4px;
  line-height: 1.2;
}
.cardGrid .item .cardContent .legalBlogTitles.practiceAreaTitles {
  margin-bottom: 15px;
}
.cardGrid .item .cardContent .entry {
  font-size: 0.9em;
}
#myPagination.pagination {
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
  display: block;
}
#myPagination.pagination a,
#myPagination.pagination a:link,
#myPagination.pagination a:active,
#myPagination.pagination span {
  display: inline-block;
  margin: 0 5px;
}
#myPagination.pagination a.prev,
#myPagination.pagination a:link.prev,
#myPagination.pagination a:active.prev,
#myPagination.pagination span.prev,
#myPagination.pagination a.next,
#myPagination.pagination a:link.next,
#myPagination.pagination a:active.next,
#myPagination.pagination span.next {
  -webkit-transition: background-color 0.5s ease, border-color 0.5s ease;
  -o-transition: background-color 0.5s ease, border-color 0.5s ease;
  transition: background-color 0.5s ease, border-color 0.5s ease;
  border: 2px solid #900027;
  border-radius: 5px;
  background-color: #900027;
  color: #fff;
  padding: 0px 5px;
  font-size: 0.9em;
}
#myPagination.pagination a.prev:hover,
#myPagination.pagination a:link.prev:hover,
#myPagination.pagination a:active.prev:hover,
#myPagination.pagination span.prev:hover,
#myPagination.pagination a.next:hover,
#myPagination.pagination a:link.next:hover,
#myPagination.pagination a:active.next:hover,
#myPagination.pagination span.next:hover {
  background-color: #363839;
  border-color: #363839;
  text-decoration: none;
}
#myPagination.pagination .page-numbers {
  border: 1px solid #b3b3b4;
  padding: 3px;
}
#myPagination.pagination .page-numbers:hover {
  background-color: #363839;
  color: #fff;
}
#myPagination.pagination .page-numbers.current,
#myPagination.pagination .page-numbers.dots {
  border: none;
}
#myPagination.pagination .page-numbers.current:hover,
#myPagination.pagination .page-numbers.dots:hover {
  background-color: transparent;
  color: inherit;
}
#myPagination.pagination .page-numbers.current {
  font-weight: bold;
}
.backgroundCover {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.sticky {
  position: fixed;
  top: 0;
  z-index: 100000;
}
.noTopMargin {
  margin-top: 0 !important;
}
.site-main,
.tribe-events-page-template .site-content {
  padding: 25px 0 60px 0;
}
.storyCard {
  margin-bottom: 24px;
}
.storyCard img {
  display: block;
  width: 100%;
  margin-bottom: 3px;
}
.storyCard p.title {
  margin-bottom: 3px;
  font-weight: 600;
}
.storyCard a,
.storyCard a:link,
.storyCard a:visited {
  color: #000;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.storyCard a:hover {
  border-top: 6px solid #2670b8;
  border-bottom: 6px solid #2670b8;
}
.eventCard {
  margin-bottom: 20px;
}
.eventCard img {
  display: block;
  width: 100%;
  margin-bottom: 3px;
}
.eventCard p {
  margin: 1px 0;
}
.eventCard p.title {
  font-weight: 600;
}
.eventCard a,
.eventCard a:link,
.eventCard a:visited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #000;
  border: 1px solid #2670b8;
  padding: 10px;
  width: 100%;
  height: 100%;
}
.eventCard a:hover {
  background-color: #2670b8;
  color: #fff;
}
a.myButton,
a.myButton:link,
a.myButton:visited {
  font-family: 'Archivo Black', sans-serif;
  font-size: 16px;
  padding: 5px 10px;
  color: #fff;
  background-color: #2670b8;
  border: 2px solid #2670b8;
  text-transform: lowercase;
  border-radius: 5px;
}
a.myButton:hover {
  color: #2670b8;
  background-color: #fff;
}
.sections.lessBottom {
  margin-bottom: 20px;
}
.sections {
  margin-bottom: 60px;
}
.bannerAd {
  text-align: center;
  margin-bottom: 50px;
}
.bannerAd img {
  display: inline-block;
  margin: 0 auto;
  width: 96%;
  max-width: 720px;
}
.bannerAd.bannerAdFixed {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
.bannerAd.bannerAdHack {
  visibility: hidden;
}
#logoSide img {
  display: block;
  width: 100%;
  margin-bottom: 4px;
}
#searchSide {
  text-align: center;
}
.site-description {
  font-style: italic;
  font-weight: 500;
}
.cubeAds a {
  display: block;
  margin-bottom: 20px;
}
.cubeAds a img {
  display: block;
  width: 100%;
}
#issueYearForm .nice-select {
  width: 100%;
}
#issueYearForm .nice-select .list {
  width: 100%;
  margin: 0;
  padding: 0;
}
#issueYearForm .nice-select .list li {
  width: 100%;
}
/* ############# SEARCH STUFF ############# */
#mySearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 275px;
  margin: 10px auto;
}
#mySearch input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #eee;
  padding: 10px 0 10px 10px;
  border-radius: 20px 0 0 20px;
  border: 0 none;
  font-size: 14px;
  border-width: 0px;
}
#mySearch button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  background: #2670b8;
  color: white;
  border-radius: 0 20px 20px 0;
  border: 0 none;
  font-weight: bold;
  font-size: 14px;
}
/* ############# //SEARCH STUFF ############# */
ul#menu-utility {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul#menu-utility li {
  display: inline-block;
  margin-right: 5px;
  font-size: 0;
}
ul#menu-utility li a,
ul#menu-utility li a:link,
ul#menu-utility li a:active {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  color: #2670b8;
}
ul#menu-utility li a:hover {
  color: #000;
}
footer.site-footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
footer.site-footer a,
footer.site-footer a:link,
footer.site-footer a:visited {
  color: #fff;
  text-decoration: none;
}
footer.site-footer a:hover {
  text-decoration: underline;
}
footer.site-footer ul {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
}
footer.site-footer ul li {
  display: inline-block;
  padding: 0 5px;
  border-right: 1px dotted #ccc;
}
footer.site-footer ul li a {
  display: inline-block;
}
footer.site-footer ul li:last-child {
  border-right: none;
}
.pastIssues h3 {
  color: #2670b8;
  margin-bottom: 8px;
}
.pastIssues ul.stories {
  margin: 0 0 40px 30px;
  padding: 0;
  font-size: 0.9em;
}
.pastIssues ul.stories li {
  margin-bottom: 8px;
}
.categoryImage,
.singleImage img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  max-width: none;
}
.singleImage.inlineSingle {
  width: 40%;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 0px;
  border: 1px solid #000;
}
.singleImage.inlineSingle img {
  margin-bottom: 0;
}
.singleWrap {
  line-height: 1.4;
}
.singleWrap h2,
.singleWrap h3,
.singleWrap h4 {
  margin-bottom: 3px;
  margin-top: 10px;
}
.singleWrap .entry-footer {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  padding-top: 10px;
}
.singleWrap .entry-footer.twenty24 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  padding-top: 10px;
}
.singleWrap .entry-footer.twenty24 .fa-solid {
  color: #0e2548;
  margin-right: 3px;
}
.singleWrap .entry-footer.twenty24 a,
.singleWrap .entry-footer.twenty24 a:link,
.singleWrap .entry-footer.twenty24 a:visited {
  margin-right: 10px;
}
.singleWrap p.readMoreWrap {
  display: none;
}
.singleWrap.homeWrap h2,
.singleWrap.homeWrap h3,
.singleWrap.homeWrap h4 {
  font-size: 1.7em;
}
.singleWrap.homeWrap .entry-header {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #000;
}
.singleWrap.homeWrap .entry-header.twenty24 {
  border-bottom: none;
  padding-bottom: 0px;
  border-left: 3px solid #0e2548;
  padding-left: 20px;
  margin-bottom: 40px;
}
.singleWrap.homeWrap .entry-header.twenty24 h2 {
  margin-top: 0;
}
.singleWrap.homeWrap .entry-header.twenty24 .authorInfo {
  margin-top: 0px;
  padding: 5px 0 10px 0;
  border-top: none;
  border-bottom: none;
  margin-bottom: 10px;
}
.singleWrap.homeWrap p.readMoreWrap {
  display: block;
  margin-top: 20px;
  margin-bottom: 0px;
}
.singleWrap.pageWrap h4 {
  font-size: 16px;
  color: #900027;
}
.cat-links,
.tags-links {
  margin-right: 10px;
}
.cat-links .fas,
.tags-links .fas {
  margin-right: 5px;
}
.nav-previous a,
.nav-next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-previous a i.fas,
.nav-next a i.fas {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 10px;
  font-size: 1.3em;
}
.nav-previous a span.fas,
.nav-next a span.fas {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.newsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: 100%;
}
.newsItem .theDate {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  text-align: center;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 5px;
}
.newsItem a.theStory,
.newsItem a.theStory:link,
.newsItem a.theStory:visited {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #000;
  border: 1px solid #2670b8;
  padding: 10px;
  cursor: pointer;
}
.newsItem a.theStory:hover {
  color: #fff;
  background-color: #2670b8;
}
.myNewsboxes {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#topImage img {
  display: block;
  width: 100%;
  mx-width: none;
}
.anchor {
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}
ul.searchResults {
  margin: 0;
  padding-left: 30px;
}
ul.searchResults li {
  margin-bottom: 20px;
}
ul.searchResults li a,
ul.searchResults li a:link,
ul.searchResults li a:visited {
  font-weight: bold;
}
.introHeading {
  margin-bottom: 0;
  color: #444;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 1px;
}
.introHeading + h2 {
  margin-top: 0;
}
.authorInfo {
  font-size: 0.8em;
  color: #444;
  margin-top: 10px;
  padding: 5px 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
.authorInfo .oneAuthor {
  display: inline-block;
  margin-right: 10px;
}
.authorInfo .oneAuthor a,
.authorInfo .oneAuthor a:link,
.authorInfo .oneAuthor a:visited {
  color: #000;
  text-decoration: underline;
}
.authorInfo .oneAuthor a:hover {
  text-decoration: none;
}
.authorInfo img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
  margin-right: 5px;
}
.authorFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 30px;
}
.authorFlex .imageSide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  padding-right: 20px;
}
.authorFlex .imageSide img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.authorFlex .titleSide {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.singleContent h1,
.singleContent h2,
.singleContent h3,
.singleContent h4,
.singleContent h5,
.singleContent h6 {
  font-family: 'Archivo', sans-serif;
  font-weight: bold;
  clear: left;
}
.newFlex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newFlex .contentArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  padding: 0 15px;
}
.newFlex .adArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  padding: 0 15px;
}
.wp-block-table.pinkTable table {
  border-color: #c4a5b4;
  font-size: 0.7em;
  table-layout: auto;
  width: 100%;
}
.wp-block-table.pinkTable table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-table.pinkTable table tr > td,
.wp-block-table.pinkTable table tr th {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.wp-block-table.pinkTable table tr > td:nth-child(1),
.wp-block-table.pinkTable table tr th:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wp-block-table.pinkTable table th,
.wp-block-table.pinkTable table td {
  vertical-align: top;
  background-color: #f2e3e8;
  border-color: #c4a5b4;
  padding-bottom: 20px;
}
.wp-block-table.pinkTable table thead > tr > th {
  text-align: left;
  font-weight: bold;
  background-color: #d5b6c5;
}
.wp-block-table.pinkTable table tbody > tr > td:nth-child(1) {
  background-color: #d5b6c5;
  font-weight: bold;
}
.wp-block-table.pinkTable table tbody > tr > td:nth-child(1),
.wp-block-table.pinkTable table thead > tr > th:nth-child(1) {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
}
.references {
  font-size: 0.8em;
  color: #666;
  margin-bottom: 30px;
}
.references p {
  margin-bottom: 5px;
}
.wp-block-table.pinkTable.noLeft table tbody > tr > td:nth-child(1) {
  background-color: #f2e3e8;
  font-weight: normal;
}
.wp-block-table.pinkTable.noLeft table tbody > tr > td:nth-child(1),
.wp-block-table.pinkTable.noLeft table thead > tr > th:nth-child(1) {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
.floatRight {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
@media all {
  body:before {
    content: 'Extra Small Up';
  }
}
@media all and (min-width: 576px) {
  body:before {
    content: 'Small Up';
  }
  .cardGrid {
    -ms-grid-columns: (50%)[2];
    grid-template-columns: repeat(2, 50%);
  }
}
@media all and (min-width: 768px) {
  body:before {
    content: 'Medium Up';
  }
}
@media all and (min-width: 992px) {
  body:before {
    content: 'Large Up';
  }
  .cardGrid {
    -ms-grid-columns: (33.33%)[3];
    grid-template-columns: repeat(3, 33.33%);
  }
  .parallax.bg2 {
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
  }
  .newFlex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .newFlex .contentArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
  }
  .newFlex .adArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    margin-left: 30px;
    padding: 0;
    border-top: 4px solid #000;
  }
  .wp-block-table.pinkTable table {
    font-size: 0.8em;
  }
  .wp-block-table.pinkTable table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wp-block-table.pinkTable table tr > td,
  .wp-block-table.pinkTable table tr th {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .wp-block-table.pinkTable table tr > td:nth-child(1),
  .wp-block-table.pinkTable table tr th:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .wp-block-table.pinkTable table tbody > tr > td:nth-child(1),
  .wp-block-table.pinkTable table thead > tr > th:nth-child(1) {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
@media all and (min-width: 1200px) {
  body:before {
    content: 'Extra Large Up';
  }
}
@media all and (min-width: 1500px) {
  body:before {
    content: 'Super Large Up';
  }
}
/*# sourceMappingURL=practical.css.map */