/* Mobile Menu (needed for slideout.js) */
.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none; }

.slideout-panel {
  position: relative;
  z-index: 1; }

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden; }

.slideout-open .slideout-menu {
  display: block; }

/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
/*
 * HEADER
 */
/* Bootstrap container div */
.header-container {
  position: fixed;
  width: 100%;
  min-height: 60px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #554b42;
  box-shadow: 0 2px 4px 0 rgba(185, 185, 185, 0.35);
  text-align: center;
  z-index: 999; }

.desktop-header {
  display: none; }

.desktop-header-nav {
  display: none; }

.mobile-header {
  display: block;
  margin: 0 15px; }

.mobile-header a {
  color: #fff;
  font-weight: bold; }

.toggle-button {
  margin-top: 11px;
  font-size: 18px;
  color: #554b42;
  float: right; }

.menu-burger {
  float: left;
  display: inline-block; }

.glyphicon-remove {
  display: inline-block;
  float: right; }

.logo-section {
  text-align: center; }

.logo-title {
  margin: 8.5px 0; }

.logo-section a {
  color: #FFF; }

.logo-section a:hover {
  text-decoration: none; }

.logo-title {
  display: inline-block; }

.logo-title img {
  max-height: 40px;
  display: inline-block;
  float: left; }

.logo-title-text-wrapper {
  margin-left: 10px;
  display: inline-block; }

.logo-title span {
  font-size: 25px;
  font-weight: 700;
  color: #d19650;
  display: inline-block; }

#menu {
  background-color: #f2f2f2; }

/* Mobile nav wrapper */
#menu header {
  padding: 0 20px;
  margin: 20px 0; }

.mobile-menu-header {
  color: #554b42;
  margin: 0;
  display: inline-block;
  font-weight: bold; }

#menu header .toggle-button {
  margin: 0; }

.mobile-nav {
  margin-top: 20px; }

.mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.nav-item {
  margin-bottom: 10px;
  font-size: 16px; }

.nav-item a {
  text-decoration: none;
  color: #554b42; }

/**
 * =====================================
 * Tablet, medium device styles
 * =====================================
 */
/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
/**
 * =====================================
 * Larger desktop styles
 * =====================================
 */
@media (min-width: 1200px) {
  .hide-header {
    display: none; }

  .header-container {
    min-height: 110px;
    transition: min-height 0.3s; }

  .small-header {
    height: 41px;
    min-height: 0px; }

  .mobile-header {
    display: none; }

  .desktop-header {
    display: block; }

  .logo-section {
    margin: 10px 0;
    text-align: center; }

  .logo-title {
    margin: 0;
    font-size: 36px;
    line-height: 1;
    font-weight: 600; }

  .logo-title img {
    max-height: 85px; }

  .logo-title-text-wrapper {
    margin-top: 12px;
    margin-left: 10px; }

  .logo-title span {
    font-size: 60px; }

  .desktop-header-nav {
    width: 100%;
    display: inline-block; }

  .small-header .desktop-header-nav {
    /*margin: 10px 0;*/ }

  .desktop-header-nav ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none; }

  .nav-item {
    font-size: 15px;
    display: inline;
    margin: 10px 0;
    padding-right: 15px;
    float: left;
    transition: all 0.10s ease; }

  .nav-item:last-of-type {
    padding-right: 0; }

  .nav-item a {
    position: relative;
    text-decoration: none; }

  .nav-item a:hover {
    color: #d19650; }

  .nav-item.active a {
    color: #d19650; }

  .nav-item a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #d19650;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }

  .nav-item a:hover:before,
  .nav-item.active a::before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
.footer {
  width: 100%;
  bottom: 0;
  position: absolute; }

.footer-container {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #554b42;
  background-color: #f2f2f2; }

.footer-wrapper {
  padding: 10px 0;
  min-height: 30px;
  text-align: center; }

.social-links ul,
#footer-links ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
  transition: all 0.10s ease; }

.social-links ul {
  flex-direction: row;
  justify-content: center; }

.social-links ul li {
  display: inline-block;
  padding: 0 10px; }

.social-links ul li a {
  text-decoration: none; }

.social-links ul li i {
  color: #554b42; }

.social-links ul li i:hover {
  color: #d19650; }

#footer-links ul li {
  display: inline;
  margin-bottom: 10px; }

#footer-links ul li a {
  color: #554b42;
  position: relative;
  text-decoration: none; }

#footer-links ul li a:hover {
  color: #d19650; }

#footer-links ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #d19650;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

#footer-links ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

#footer-copyright-text {
  margin: 0 auto;
  color: #554b42;
  font-size: 12px; }

#footer-copyright-text a {
  color: #d19650; }

/**
 * =====================================
 * Tablet, medium device styles
 * =====================================
 */
/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
/**
 * =====================================
 * Larger desktop styles
 * =====================================
 */
@media (min-width: 1200px) {
  .social-links ul {
    display: block; }

  #footer-links ul li {
    padding-right: 15px;
    margin-bottom: 0; }

  #footer-links ul {
    display: block; }

  #footer-copyright-text {
    max-width: 60%;
    font-size: 14px; } }
/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
#content-container #home-page {
  margin: 0 15px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, auto);
  grid-gap: 20px;
  grid-template-areas: "leaderboard" "featured" "banner" "more"; }

#home-leaderboard {
  grid-area: leaderboard; }

#home-featured {
  grid-area: featured; }

#home-banner {
  grid-area: banner; }

#home-more {
  grid-area: more; }

.article-column-content {
  position: relative;
  margin-bottom: 30px; }

.img-div {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover; }

.featured-article {
  height: 300px; }

.featured-article-img-wrapper {
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 4px 0 #cacaca; }

.featured-article-text-wrapper {
  height: inherit;
  background-color: #FFF;
  box-shadow: 0 2px 4px 0 #cacaca; }

.featured-article-category-wrapper {
  font-size: 16px;
  width: 95%;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateY(-15%) translateX(-50%);
  text-align: center; }

.featured-article-title-wrapper {
  font-size: 32px;
  line-height: 32px;
  width: 95%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateY(-45%) translateX(-50%);
  text-align: center; }

.featured-article-byline-wrapper {
  font-size: 14px;
  width: 95%;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translateY(-75%) translateX(-50%);
  text-align: center; }

.featured-article-title-wrapper a,
.featured-article-category-wrapper a {
  color: black; }

/**
 * =====================================
 * Tablet, medium device styles
 * =====================================
 */
@media (min-width: 768px) {
  #content-container #home-page {
    margin: 0;
    display: grid;
    grid-template-columns: 3% 1fr 1fr 3%;
    grid-template-rows: repeat(5, auto);
    grid-template-areas: ". leaderboard leaderboard ." ". featured featured ." ". more more ." ". more more ." ". more more ."; }

  #home-featured,
  #home-more {
    width: 100%;
    max-width: 1200px;
    justify-self: center; }

  #home-more {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; } }
/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
@media (min-width: 992px) {
  #content-container #home-page {
    margin: 0;
    grid-template-columns: 5% 1fr 1fr 1fr 5%;
    grid-template-rows: repeat(5, auto);
    grid-template-areas: ". leaderboard leaderboard leaderboard ." ". featured featured featured ." ". more more more ." ". more more more ." ". more more more ."; } }
/**
 * =====================================
 * Larger desktop styles
 * =====================================
 */
@media (min-width: 1200px) {
  #content-container #home-page {
    grid-template-columns: 10% 1fr 1fr 1fr 10%; }

  .article-column-content {
    margin-bottom: 0; }

  .featured-article {
    height: 400px; }

  .featured-article-title-wrapper {
    top: 45%;
    transform: translateY(-45%) translateX(-50%); }

  .featured-article-byline-wrapper {
    top: 65%;
    transform: translateY(-65%) translateX(-50%); }

  .home-article {
    padding-bottom: 0;
    border-bottom: none; } }
/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
#content-container #category-page {
  margin: 0 15px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
  grid-template-areas: "articles"; }

#category-content {
  grid-area: articles; }

#category-content a {
  color: #000; }

#category-content a:hover {
  color: #d19650; }

#category-content ul {
  padding: 0;
  margin: 20px 0 0;
  list-style: none; }

.category-article {
  padding-bottom: 10px;
  margin-top: 10px; }

#category-content ul li:last-child .category-article {
  border-bottom: none; }

/**
 * =====================================
 * Tablet, medium device styles
 * =====================================
 */
/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
@media (min-width: 992px) {
  #content-container #category-page {
    margin: 0;
    grid-template-columns: 1fr 640px 300px 1fr;
    grid-template-rows: repeat(3, auto);
    grid-gap: 20px;
    grid-template-areas: ". leaderboard leaderboard ." ". articles sidebar ." ". articles sidebar ."; }

  #category-leaderboard {
    grid-area: leaderboard; }

  #category-sidebar {
    grid-area: sidebar;
    padding-top: 49px; }

  #category-content h1 {
    margin-bottom: 20px; }
  #category-content ul {
    margin: 0; } }
/**
 * =====================================
 * Larger desktop styles
 * =====================================
 */
@media (min-width: 1200px) {
  .category-article-img {
    min-height: 200px; }

  .category-article-text-wrapper {
    padding: 10px; }

  .category-article-title {
    font-size: 25px; }

  .category-article-title a {
    color: black; }

  .category-article-description {
    font-size: 14px; } }
/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
#content-container #article-page {
  margin: 0 15px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  grid-gap: 20px;
  grid-template-areas: "main" "sidebar"; }

#article-main {
  grid-area: main; }

#article-sidebar {
  grid-area: sidebar; }

#article-top {
  margin-bottom: 20px; }

#breadcrumbs {
  margin: 0 0 5px;
  font-size: 15px;
  font-family: 'Merriweather', sans-serif; }

#breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style: none; }

#breadcrumbs ul li {
  display: inline; }

#breadcrumbs a {
  color: black; }

#article-title {
  text-align: center;
  margin: 0 0 20px; }

.dotted-gradient {
  position: relative;
  display: inline-block; }

#article-title h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 3px; }

#article-byline {
  font-size: 15px; }

#last-update {
  font-size: 14px; }

.article-image {
  margin-bottom: 10px;
  text-align: center; }

.article-image .image-wrapper {
  text-align: center;
  display: block; }

.article-image img {
  width: 100%;
  display: block; }

.article-image .article-image-attribution {
  font-size: 12px;
  padding-top: 5px;
  color: #9e9d9d;
  text-align: right;
  display: inline-block; }

#article-content {
  margin-bottom: 20px; }

#article-content h3, #article-content h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0 10px;
  letter-spacing: 1px; }

#article-content h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px;
  letter-spacing: 1px; }

#article-content .section-1 h3, #article-content .section-1 h2 {
  margin-top: 0; }

#article-content p {
  font-size: 16px; }

#article-content img {
  max-width: 100%;
  margin-bottom: 20px; }

.socialshares {
  margin-bottom: 20px;
  max-width: 300px; }

.socialshares.floating {
  position: fixed;
  top: 80px;
  left: 10px;
  width: 40px;
  font-size: 1.2em; }

.socialshares.floating > div {
  margin-bottom: 20px; }

.socialshares > div a:hover {
  filter: brightness(120%);
  -webkit-filter: brightness(120%);
  -webkit-transition: 0.2s -webkit-filter linear;
  -moz-transition: 0.2s filter linear;
  transition: 0.2s filter linear, 0.2s -webkit-filter linear; }

.socialshares a {
  color: #000; }

.socialshares > div.fb a {
  color: #3b5897; }

.socialshares > div.fb a:hover {
  filter: brightness(140%);
  -webkit-filter: brightness(140%); }

.socialshares > div.twtr a {
  color: #00aced; }

.socialshares > div.eml a {
  color: #fadf86; }

.socialshares > div.eml a:hover {
  filter: brightness(80%);
  -webkit-filter: brightness(80%); }

.socialshares > div.lnkn a {
  color: #0077B5; }

.social-share-margin {
  margin-left: 40px; }

.article-toggle {
  display: inline-block; }

.references,
.resources {
  margin: 30px 0; }

.references h4,
.resources h4 {
  font-weight: bold;
  display: inline-block; }

.references ul,
.resources ul {
  display: none; }

.references ul li a,
.resources ul li a {
  color: black; }

.author-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.author h4 {
  font-weight: bold;
  margin-bottom: 5px; }

.author-img-wrapper,
.author-about-wrapper {
  display: inline-block; }

.author-img-wrapper {
  width: 60px;
  float: left; }

.author-img {
  width: 60px;
  height: 60px;
  border: 2px solid #d19650;
  background-size: cover;
  background-repeat: no-repeat; }

.author-about-wrapper {
  width: 80%;
  margin-left: 5px; }

.author-about-wrapper p {
  margin: 0;
  line-height: 17px; }

.radlinks h3, .radlinks h2 {
  font-weight: bold; }

.radlinks-content {
  margin: 10px 0 20px; }

.radlinks ul {
  margin: 0;
  padding: 0; }

.radlinks li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 10px; }

.related-content {
  margin: 20px 0; }

.related-content-header {
  font-weight: bold; }

.related-content ul {
  padding: 10px;
  margin: 10px 0 0;
  border: 1px solid #d19650;
  list-style: none; }
  .related-content ul li:not(:last-child) {
    margin-bottom: 10px; }

.related-content-article {
  height: 85px;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.related-content ul li:last-child .related-content-article {
  border-bottom: none; }

.related-content-article-img-wrapper {
  flex: 0 0 30%;
  display: inline-block; }

.related-content-article-img {
  width: 100%;
  min-height: 85px;
  background-size: cover;
  background-repeat: no-repeat; }

.related-content-title-wrapper {
  flex: 0 0 65%;
  height: inherit;
  padding: 10px;
  display: inline-block;
  float: right; }

.related-content-article-title {
  font-size: 15px; }

.related-content-article-title a {
  color: black; }
  .related-content-article-title a:hover {
    color: #d19650; }

.tip,
.warning {
  padding: 10px; }
  .tip h4,
  .warning h4 {
    margin-top: 0 !important; }
  .tip p,
  .warning p {
    font-size: 15px !important;
    margin: 0; }

.tip {
  border: 1px solid #d19650; }

.warning {
  border: 1px solid #C0392B; }

@media (max-width: 500px) {
  /* un-float social shares on smallest mobile */
  .socialshares.floating {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin-top: 20px; }

  #article-sidebar {
    margin-left: 0px; }

  .social-share-margin {
    margin-left: 0px; } }
/**
 * =====================================
 * Tablet, medium device styles
 * =====================================
 */
@media (min-width: 768px) {
  #content-container #article-page {
    grid-template-columns: 1fr 35px 420px 200px 1fr;
    grid-template-rows: repeat(2, auto);
    grid-gap: 20px;
    grid-template-areas: ". leaderboard leaderboard leaderboard ." ". social main sidebar ."; }

  #article-leaderboard {
    grid-area: leaderboard; }

  #article-social {
    grid-area: social; } }
/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
@media (min-width: 992px) {
  #content-container #article-page {
    grid-template-columns: 1fr 35px 550px 300px 1fr; }

  #article-sidebar {
    margin-left: 0px;
    height: 100%; }

  #sidebar-sticky-section {
    height: 50%; }

  #sidebar-link-unit {
    position: -webkit-sticky;
    position: sticky;
    top: 80px; }
    #sidebar-link-unit .display-ad {
      margin-top: 10px;
      text-align: center; } }
/**
 * =====================================
 * Larger desktop styles
 * =====================================
 */
@media (min-width: 1200px) {
  #content-container #article-page {
    grid-template-columns: 1fr 35px 650px 330px 1fr; }

  #article-title {
    text-align: left; }

  .author-about-wrapper {
    width: 90%;
    margin-left: 5px; }

  .socialshares.floating {
    left: calc(50% - 580px); }

  #sidebar-link-unit {
    top: 60px; } }
/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
/* Rad Content */
.google .title-section {
  font-family: inherit;
  margin-bottom: 5px;
  font-size: 16px; }

.google .title {
  font-family: Verdana;
  margin-bottom: 5px;
  font-size: 18px;
  font-style: italic;
  text-decoration: underline;
  letter-spacing: 1px;
  color: #C0392B; }

.google .ad-content {
  margin: 0 0 10px; }

.google .url {
  color: #333;
  font-weight: normal;
  font-family: inherit; }

/* Inline Ad */
#google-single {
  padding-top: 5px;
  margin-top: 1px;
  margin-bottom: 10px; }

#google-single .google .label:after {
  content: '\A\A';
  white-space: pre; }

#google-article-block .google .label,
#google-single .google .label {
  height: 16px;
  margin-bottom: 5px;
  font-family: 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  display: block;
  line-height: 16px;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  border-radius: 0; }

#google-article-block .title-section .title,
#google-single .title-section .title {
  font-family: Verdana;
  margin-bottom: 5px;
  font-size: 18px;
  font-style: italic;
  text-decoration: underline;
  letter-spacing: 1px;
  color: #C0392B; }

#google-single .url {
  font-size: 13px;
  color: #333; }

/* Google Block Small Screen */
#google-mobile-leaderboard {
  display: none;
  background: #fff;
  text-align: center;
  margin: -10px 0 10px;
  height: 50px;
  border-bottom: 1px solid #ccc; }

#google-mobile-leaderboard iframe {
  margin: 0 auto; }

/* Google Ads Override - Optimizely Winner [https://www.optimizely.com/edit?experiment_id=2235201132] */
#google-article-block {
  background: none;
  padding-top: 5px;
  margin-bottom: 2em;
  margin-top: 0; }

#google-article-block .google {
  letter-spacing: .05em; }

.google .label a {
  color: #333;
  margin: 0; }

#google-article-block .ad-content {
  border-bottom: 2px solid #ccc;
  margin: 0;
  padding: 0.75em 0 0 0;
  clear: both; }

#google-article-block .ad-content.even {
  background-color: #f7f7f7; }

#google-article-block .title-section {
  font-style: italic;
  margin: 0 10px 0 0;
  text-decoration: underline;
  letter-spacing: 0.1em;
  font-size: 17px; }

#google-article-block .ad-cell {
  display: block;
  margin: 1em; }

#google-article-block .ad-text {
  display: inline;
  margin: 0;
  padding: 0; }

#google-article-block .ad-line {
  display: block; }

#google-article-block .url {
  color: #000000;
  display: block;
  text-decoration: none;
  margin-top: 0.33em;
  font-family: inherit; }

/* Google Display Ads */
.google-display-ad-mobile,
.google-display-ad-desktop-leaderboard {
  text-align: center; }

.google-display-ad-mobile {
  margin-bottom: 10px; }

.google-display-ad-desktop-right {
  margin-bottom: 20px; }

.leaderboard-ad-wrapper {
  margin-bottom: 30px; }

/**
 * =====================================
 * Tablet, medium device styles
 * =====================================
 */
/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
/**
 * =====================================
 * Larger desktop styles
 * =====================================
 */
/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
#rad-content-related-articles {
  margin-top: 10px; }

#rad-content-related-articles h3 {
  margin-bottom: 10px; }

#rad-content-related-articles ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.radlinks a,
#rad-content-related-articles li a {
  color: #C0392B; }

.rad-content-article-title {
  font-family: Verdana;
  margin-bottom: 5px;
  font-size: 18px;
  font-style: italic;
  text-decoration: underline;
  letter-spacing: 1px;
  color: #C0392B; }

/**
 * =====================================
 * Tablet, medium device styles
 * =====================================
 */
/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
/**
 * =====================================
 * Larger desktop styles
 * =====================================
 */
/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
.hero-article-img-wrapper {
  width: 100%;
  height: 320px; }

.hero-article-title-wrapper {
  font-size: 22px;
  text-align: center;
  padding: 10px; }

.hero-article-title-wrapper a,
.home-article-title-wrapper a {
  color: #554b42; }
  .hero-article-title-wrapper a:hover,
  .home-article-title-wrapper a:hover {
    color: #d19650; }

.home-article-img-wrapper,
.category-article-img-wrapper {
  width: 100%;
  height: 220px; }

.home-article-text-wrapper,
.category-article-text-wrapper {
  padding: 10px 10px 20px;
  text-align: center; }

.home-article-title-wrapper,
.category-article-title-wrapper {
  font-size: 16px; }

/**d
 * Team Member Card
 */
.team-card {
  /*display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-flex: 0 0 100%;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;*/
  padding: 10px; }

.team-card-image-wrap {
  margin-bottom: 20px; }

.team-card-image {
  width: 100%;
  border-radius: 200px;
  box-shadow: 0 2px 4px 0 rgba(185, 185, 185, 0.35); }

.team-card-title,
.contributor-card-title {
  width: 100%;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px !important; }

.team-card-title.boxed-title,
.contributor-card-title.boxed-title {
  padding: 10px;
  margin-bottom: 0; }

.team-card-title span,
.contributor-card-title span {
  display: block; }

/**
 * Contributor Card
 */
.contributor-card {
  /*display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-flex: 0 0 100%;
  -webkit-flex-direction: column;*/
  padding: 10px; }

.contributor-card-image-wrap {
  margin-bottom: 20px; }

.contributor-card-image {
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(185, 185, 185, 0.35); }

.contributor-card-bio {
  font-size: 13px; }

.socialshares {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px; }

.socialshares.hide {
  display: none !important; }

.socialshares.display {
  display: flex; }

.social-icon {
  position: relative;
  width: 35px;
  height: 35px; }

.email-svg {
  fill: #fadf86; }

.print-svg {
  fill: black; }

.facebook-svg {
  fill: #3b5998; }

.twitter-svg {
  fill: #00aced; }

.linkedin-svg {
  fill: #007bb6; }

.pinterest-svg {
  fill: #cb2027; }

#divorce-calc {
  padding: 10px;
  background-color: #f2f2f2;
  box-shadow: 0 2px 4px 0 #cacaca; }

.calc-form .calc-group {
  padding: 10px 0; }
  .calc-form .calc-group h4 {
    color: #554b42; }
  .calc-form .calc-group .calc-select {
    padding: 10px;
    border-bottom: 2px solid #d19650; }
    .calc-form .calc-group .calc-select select {
      -webkit-appearance: menulist;
      -moz-appearance: menulist;
      appearance: menulist;
      width: 100%;
      color: #554b42;
      font-size: 14px;
      font-family: 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
      background: none;
      border: none !important;
      border-radius: 0;
      box-shadow: none; }
    .calc-form .calc-group .calc-select select::-ms-expand {
      display: none; }
.calc-form .calc-submit {
  margin-top: 20px; }
  .calc-form .calc-submit a {
    text-decoration: none; }
  .calc-form .calc-submit button {
    min-height: 40px;
    min-width: 90px;
    font-size: 16px;
    font-weight: 100;
    border: none;
    border-radius: 2px;
    color: #f2f2f2;
    background-color: #d19650; }
.calc-form .calc-results {
  margin: 40px 0 20px;
  background-color: #f2f2f2; }
  .calc-form .calc-results span {
    font-family: 'Merriweather', sans-serif;
    color: #554b42; }
  .calc-form .calc-results .percent-results {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .calc-form .calc-results .percent-results #lead-text {
      font-size: 14px; }
    .calc-form .calc-results .percent-results #divorce-percent {
      font-size: 25px; }
  .calc-form .calc-results #divorce-context {
    display: block;
    margin-top: 20px; }

/**
 * =====================================
 * Tablet, medium device styles
 * =====================================
 */
@media (min-width: 768px) {
  .home-article {
    flex: 0 0 48%; }

  .team-card {
    display: flex;
    flex: 0 0 25%;
    flex-direction: column;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex: 0 0 25%;
    -webkit-flex-direction: column;
    -webkit-justify-content: space-between;
    padding: 10px; }

  .contributor-card {
    display: flex;
    flex: 0 0 25%;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-flex: 0 0 25%;
    -webkit-flex-direction: column;
    padding: 10px; }

  .socialshares.left {
    position: fixed;
    flex-direction: column;
    top: 70px; }

  .socialshares.left > div {
    margin-bottom: 10px; }

  .calc-form .calc-results .percent-results #lead-text {
    font-size: 16px; }
  .calc-form .calc-results .percent-results #divorce-percent {
    font-size: 30px; } }
/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
@media (min-width: 992px) {
  .home-article {
    flex: 0 0 30%; } }
/**
 * =====================================
 * Larger desktop styles
 * =====================================
 */
@media (min-width: 1200px) {
  .socialshares.left {
    top: 52px; } }
/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
#content-container #not-found-page {
  margin: 0 15px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, auto);
  grid-gap: 20px;
  grid-template-areas: "leaderboard" "content" "banner" "more"; }

#not-found-leaderboard {
  grid-area: leaderboard; }

#not-found-content {
  grid-area: content;
  text-align: center; }

#not-found-banner {
  grid-area: banner; }

#not-found-more {
  grid-area: more; }

#not-found-content h3 {
  margin-top: 10px; }

#not-found-content span {
  font-size: 20px;
  margin-top: 10px;
  display: block; }

/**
 * =====================================
 * Tablet, medium device styles
 * =====================================
 */
@media (min-width: 768px) {
  #content-container #not-found-page {
    margin: 0;
    display: grid;
    grid-template-columns: 3% 1fr 1fr 3%;
    grid-template-rows: repeat(4, auto);
    grid-template-areas: ". leaderboard leaderboard ." ". content content ." ". more more ." ". more more ."; }

  #not-found-content,
  #not-found-more {
    width: 100%;
    max-width: 1200px;
    justify-self: center; }

  #not-found-more {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; } }
/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
/**
 * =====================================
 * Larger desktop styles
 * =====================================
 */
/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
.beige-text {
  color: #d19650;
  font-weight: bold; }

.red-text {
  color: #C0392B;
  font-weight: bold; }

.boxed-title {
  padding: 15px 30px;
  margin: 0 auto;
  display: inline-block;
  background-color: #f2f2f2;
  box-shadow: 0 2px 4px 0 rgba(185, 185, 185, 0.35);
  border: 1px solid #554b42; }

#about-us-page {
  margin: 0 15px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(8, auto);
  grid-gap: 20px;
  grid-template-areas: "about" "are" "not" "serve" "team" "writers" "editorial" "bottom"; }
  #about-us-page a {
    color: #d19650; }
  #about-us-page h1, #about-us-page h3 {
    text-transform: uppercase; }

#about-section {
  grid-area: about;
  text-align: center;
  margin-bottom: 20px; }

#what-we-are-section {
  grid-area: are; }

#what-we-are-not-section {
  grid-area: not; }

#who-we-serve-section {
  grid-area: serve; }

#meet-our-team-section {
  grid-area: team; }

#meet-our-writers-section {
  grid-area: writers; }

#editorial-verdict-section {
  grid-area: editorial; }

#about-us-bottom {
  grid-area: bottom; }

.about-us-hero-image-wrap {
  margin-bottom: 20px; }

#about-us-hero-image {
  width: 100%;
  border: 1px solid #554b42; }

#about-section .boxed-title {
  margin-bottom: 20px; }

#about-section p {
  font-size: 16px;
  margin: 0; }

#stay-connected {
  margin-top: 20px; }

#stay-connected span {
  font-size: 18px;
  margin-bottom: 10px;
  display: block; }

.row-section {
  display: flex;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  margin: 20px 0;
  font-size: 16px; }

.row-section .boxed-title {
  margin-bottom: 40px; }

.row-section h3 {
  text-align: center; }

.row-section ul {
  margin-bottom: 0; }

.row-section ul li:last-child p {
  margin-bottom: 0; }

.team-row {
  /*display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;*/ }

.team-row:last-child .boxed-title {
  margin-bottom: 0 !important; }

.writers-row {
  /*display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;*/ }

#about-us-page .social-links li {
  display: inline-block; }

#brand-section,
#contact-section {
  text-align: center;
  position: relative;
  margin-bottom: 20px; }

#brand-section,
#contact-section {
  min-height: 200px;
  background-color: #f2f2f2;
  box-shadow: 0 2px 4px 0 rgba(185, 185, 185, 0.35);
  border: 1px solid #554b42;
  display: flex;
  flex-direction: column;
  justify-content: center; }

#about-section p,
#brand-section p,
#contact-section p {
  margin-top: 10px; }

#editorial-verdict-section {
  margin-bottom: 80px; }

/**
 * =====================================
 * Tablet, medium device styles
 * =====================================
 */
@media (min-width: 768px) {
  #about-us-page {
    margin: 0;
    grid-template-columns: 10% 1fr 1fr 1fr 10%;
    grid-template-rows: repeat(8, auto);
    grid-template-areas: ". about about about ." ". are are are ." ". not not not ." ". serve serve serve ." ". team team team ." ". writers writers writers ." ". editorial editorial editorial ." ". bottom bottom bottom ."; }

  .row-section {
    max-width: 900px;
    justify-self: center; }

  .team-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: space-between; }

  .writers-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: space-between; }

  #about-us-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    justify-self: center;
    max-width: 1200px; }

  #brand-section,
  #contact-section {
    flex: 0 0 45%;
    text-align: center;
    display: block; }

  .boxed-section {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; } }
/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
/**
 * =====================================
 * Larger desktop styles
 * =====================================
 */
@media (min-width: 1200px) {
  .team-row {
    flex-direction: row;
    -webkit-flex-direction: row; }

  .writers-row {
    flex-direction: row;
    -webkit-flex-direction: row; } }
.print-button {
  cursor: pointer; }

@media print {
  .header-container {
    position: relative;
    display: block; }

  a[href]:after {
    content: ''; }

  .article-image .image-wrapper {
    float: left;
    position: relative;
    display: inline-block;
    margin: .25in .5in .25in 0in; }

  .article-image img {
    width: 4in !important; }

  .no-print {
    display: none !important; }

  #content-container {
    margin: 0 !important;
    padding-top: 0 !important; }

  #legalbeagle-taboola-below-article-thumbnails {
    display: none; }

  .resources,
  .references,
  .tip {
    page-break-inside: avoid; } }
/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
#divorce-calc-page {
  margin: 0 15px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  grid-gap: 20px;
  grid-template-areas: "top" "content" "sidebar"; }

#divorce-calc-top {
  grid-area: top;
  height: 150px;
  padding: 20px; }
  #divorce-calc-top h1 {
    color: #554b42; }

#divorce-calc-content {
  grid-area: content; }

#divorce-calc-sidebar {
  grid-area: sidebar; }

/**
 * =====================================
 * Tablet, medium device styles
 * =====================================
 */
@media (min-width: 768px) {
  #content-container #divorce-calc-page {
    grid-template-columns: 1fr 35px 420px 200px 1fr;
    grid-template-rows: repeat(2, auto);
    grid-gap: 20px;
    grid-template-areas: ". top top top ." ". social content sidebar ."; }

  #divorce-calc-social {
    grid-area: social; }
    #divorce-calc-social .socialshares.left {
      top: 82px; } }
/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
@media (min-width: 992px) {
  #content-container #divorce-calc-page {
    grid-template-columns: 1fr 35px 550px 300px 1fr; }

  #sidebar-display-ad {
    position: -webkit-sticky;
    position: sticky;
    top: 80px; } }
/**
 * =====================================
 * Larger desktop styles
 * =====================================
 */
@media (min-width: 1200px) {
  #content-container #divorce-calc-page {
    grid-template-columns: 1fr 35px 650px 330px 1fr; } }
html {
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  margin: 0; }

a {
  text-decoration: none;
  transition: .20s; }

/* Main content wrapper (used with mobile menu slider) */
#panel {
  background-color: #ffffff;
  min-height: 100%; }

.shadow {
  -webkit-box-shadow: 0 2px 4px 0 #cacaca;
  -moz-box-shadow: 0 2px 4px 0 #cacaca;
  box-shadow: 0 2px 4px 0 #cacaca; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', sans-serif;
  margin: 0; }

span, p {
  font-family: 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif; }

.title-font {
  font-family: 'Merriweather', sans-serif; }

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 60px; }

.citation-widget {
  margin: 20px 0 !important; }

/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
.padded-top-row {
  padding-top: 0; }

/* Bootstrap container div*/
#content-container {
  padding-top: 75px;
  padding-bottom: 433px; }

/**
 * =====================================
 * Tablet, medium device styles
 * =====================================
 */
/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
/**
 * =====================================
 * Larger desktop styles
 * =====================================
 */
@media (min-width: 1200px) {
  .padded-top-row {
    padding-top: 30px; }

  .border-between > [class*='col-']:before {
    background: #dfdfdf;
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    content: '';
    position: absolute; }

  .border-between > [class*='col-']:first-child:before {
    display: none; }

  #content-container {
    padding-top: 192px;
    padding-bottom: 250px; } }

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