/* Azo Sans */
@import url("https://use.typekit.net/bng6hsx.css");
h1, h2, h3, h4 {
  font-family: azo-sans-web, sans-serif !important; }

sup.reg {
  font-size: .8em;
  line-height: .8em;
  margin-left: -10px; }

.hero-swoosh > .row-bg-wrap {
  background-color: #edf0f3;
  background: radial-gradient(ellipse at -1000px -80px, white 72%, #edf0f3 72%); }

.hero-swoosh-2 > .row-bg-wrap {
  background-color: #edf0f3;
  background: radial-gradient(ellipse at -1000px -80px, #edf0f3 72%, white 72%); }

.outline .vc_column-inner {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 3% !important; }

.white .vc_column-inner {
  background-color: #FFF; }

.u-heading h2 {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px; }
  .u-heading h2:after {
    content: '________';
    position: absolute;
    letter-spacing: -2px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center; }
.u-heading.color-1 h2:after {
  color: #C1112F; }
.u-heading.color-2 h2:after {
  color: #001E66; }

.widget-hf {
  padding: 16px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.06); }

figure.wp-block-pullquote {
  text-align: left;
  padding: 0px;
  margin: 16px 0px; }
  figure.wp-block-pullquote p {
    font-size: inherit;
    line-height: inherit; }

blockquote {
  font-size: 16px;
  line-height: 20px;
  border-left: 0px;
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.06); }
  blockquote p:first-child {
    font-weight: 700; }
  blockquote:before {
    display: none; }

/* ============= PERSONA CARDS ============= */
.personas .column_container .vc_column-inner {
  background-color: #FFF;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 24px !important; }
  .personas .column_container .vc_column-inner .img-with-aniamtion-wrap {
    width: 100%;
    height: 0px;
    padding-top: 64%;
    position: relative; }
    .personas .column_container .vc_column-inner .img-with-aniamtion-wrap .inner {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .personas .column_container .vc_column-inner .img-with-aniamtion-wrap .inner img {
        max-width: 48%; }
  .personas .column_container .vc_column-inner .wpb_text_column {
    margin-bottom: 0px; }

/* ============= STUFF FOR CUSTOM POST CARDS ============= */
.p-row .p-row-title {
  position: relative;
  text-align: center;
  padding: 16px 0;
  margin: 16px 0; }
  .p-row .p-row-title:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -64px;
    height: 4px;
    width: 128px;
    background-color: #C1112F; }
  .p-row .p-row-title p {
    margin-bottom: 0px; }
.p-row.p-num-1 .p-row-title {
  display: none; }
.p-row .p-container {
  display: flex;
  flex-wrap: wrap; }
.p-row .p-wrapper {
  width: calc(33.333% - 32px);
  min-width: 240px;
  margin: 16px 0;
  margin-right: 32px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 0px;
  background-color: #FFF; }
  .p-row .p-wrapper:nth-child(3n) {
    margin-right: 0px; }
.p-row.p-num-1 .p-wrapper {
  width: 100%;
  max-width: 360px;
  margin: 0 auto; }
.p-row .p-type-icon {
  position: absolute;
  top: 8px;
  left: 0px;
  width: 48px;
  height: 32px;
  background-color: #FFF;
  z-index: 9;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center; }
  .p-row .p-type-icon.blog {
    background-image: url("http://socialassurance.com/wp-content/uploads/2022/04/SA-ptype_blog.svg"); }
  .p-row .p-type-icon.vlog {
    background-image: url("http://socialassurance.com/wp-content/uploads/2022/04/SA-ptype_vlog.svg"); }
  .p-row .p-type-icon.webinar {
    background-image: url("http://socialassurance.com/wp-content/uploads/2022/04/SA-ptype_webinar.svg"); }
.p-row .p-featured {
  position: relative;
  height: 0px;
  width: 100%;
  padding-top: 56%;
  background-size: cover;
  background-position: center center; }
  .p-row .p-featured a {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%; }
.p-row .p-content {
  padding: 16px; }
  .p-row .p-content h3 {
    font-size: 24px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    .p-row .p-content h3 a {
      transition: all ease 200ms; }
      .p-row .p-content h3 a:hover {
        color: #C1112F;
        text-decoration: none; }
  .p-row .p-content h6 {
    text-transform: uppercase;
    opacity: .5; }
  .p-row .p-content .p-ttr {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    text-align: right;
    font-size: .8em; }

/* ============= STUFF FOR CAROUSELS ============= */
.carousel {
  margin-bottom: 56px !important; }
  .carousel .p-wrapper {
    flex: 0 0 auto;
    margin: 16px; }
    .carousel .p-wrapper:nth-child(3n) {
      margin-right: 16px; }
  .carousel .cta-slide {
    background-color: rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    padding: 32px;
    justify-content: center;
    text-align: center; }
    .carousel .cta-slide a {
      max-width: 240px;
      margin: 0 auto; }
  .carousel .carousel__button[disabled] {
    display: none; }
  .carousel .carousel__button.is-next {
    right: -32px; }
  .carousel .carousel__button.is-prev {
    left: -32px; }

/* ============= NEWS ARCHIVE ============= */
.n-container {
  display: flex;
  flex-wrap: wrap; }
  .n-container .n-featured {
    width: 96px;
    height: 96px;
    background-position: center;
    background-size: cover; }
  .n-container .n-content {
    margin-left: 32px;
    flex: 1;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 32px;
    padding-bottom: 16px; }
    .n-container .n-content h2 {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }

/* ============= ARCHIVE ADJUSTMENTS ============= */
.posts-archive #pagination {
  text-align: center;
  padding: 0px; }
.posts-archive .p-row h3 {
  font-size: 20px;
  line-height: 24px; }
.posts-archive .p-row p {
  font-size: 14px;
  line-height: 20px; }

/* ============= SINGLE POSTS ============= */
.single .main-content .row {
  margin-top: 32px;
  border-bottom: 0px; }
  .single .main-content .row .blog-title {
    margin-bottom: 32px; }
    .single .main-content .row .blog-title .meta-category {
      margin-bottom: 16px; }
      .single .main-content .row .blog-title .meta-category a {
        padding: 4px;
        margin-right: 8px;
        border: 2px solid rgba(0, 0, 0, 0.1);
        border-radius: 5px; }
.single #author-bio > div {
  position: relative; }
  .single #author-bio > div img {
    position: absolute !important; }
.single #sidebar .widget {
  margin-bottom: 24px; }
.single #sidebar .widget-fi img {
  width: 100%; }
.single #sidebar .search-widget-btn {
  margin-top: 16px; }
.single #sidebar .r-posts-wrapper {
  margin: 32px 0; }
.single #sidebar .widget-rp {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
  align-content: center; }
  .single #sidebar .widget-rp .rp-image {
    width: 56px !important;
    height: 56px !important;
    background-position: center;
    background-size: cover;
    margin-right: 16px; }
  .single #sidebar .widget-rp .rp-info {
    width: 66%; }

.widget-pm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 16px 32px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  align-items: center;
  margin-bottom: 16px; }
  .widget-pm h4 {
    margin-right: 16px; }
  .widget-pm > * {
    margin-bottom: 0px !important; }

/* ============= TESTIMONIALS ============= */
.rand-test-container {
  flex: 0 0 auto;
  padding: 3%;
  background-color: rgba(0, 0, 0, 0.03);
  margin: 56px auto 32px auto;
  width: 100%;
  min-width: 400px;
  border-radius: 4px;
  position: relative; }
  .rand-test-container .test-attr {
    position: absolute;
    top: -36px;
    right: 0px;
    padding: 8px 16px;
    background-color: #001E66;
    padding-left: 48px;
    color: #FFF; }
    .rand-test-container .test-attr h4 {
      margin-bottom: -8px; }
    .rand-test-container .test-attr span {
      font-size: 11px;
      line-height: 11px; }
    .rand-test-container .test-attr .test-profile {
      position: absolute;
      top: -16px;
      left: -32px;
      height: 64px;
      width: 64px;
      border-radius: 48px;
      background-color: #FFF;
      text-align: center;
      background-position: center;
      background-size: cover;
      border: 6px solid #FFF; }
  .rand-test-container h3 {
    line-height: 100%;
    margin-bottom: 0px !important;
    color: #FFF;
    white-space: nowrap; }
  .rand-test-container p {
    position: relative;
    font-size: 18px;
    line-height: 150%;
    font-style: italic;
    text-align: center; }
  .rand-test-container p:before {
    content: '"';
    font-size: 96px;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0px;
    left: -48px;
    opacity: .2; }
  .rand-test-container p:after {
    content: '"';
    display: block;
    font-size: 96px;
    line-height: 48px;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 100%;
    right: 0px;
    opacity: .2; }

/* ============= THREE COLUMN FOOTER LAYOUT ============= */
#footer-outer #footer-widgets .row {
  display: flex; }
  #footer-outer #footer-widgets .row .col {
    min-width: 300px;
    margin-right: 30px;
    padding-right: 30px; }
  #footer-outer #footer-widgets .row .col:nth-child(1) {
    flex-basis: 20%;
    border-right: 2px solid rgba(0, 0, 0, 0.1); }
  #footer-outer #footer-widgets .row .col:nth-child(2) {
    flex-basis: 60%;
    border-right: 2px solid rgba(0, 0, 0, 0.1); }
    #footer-outer #footer-widgets .row .col:nth-child(2) ul.menu {
      display: flex; }
      #footer-outer #footer-widgets .row .col:nth-child(2) ul.menu > li.menu-item {
        width: 33%;
        padding: 0px 32px 0px 0px !important; }
        #footer-outer #footer-widgets .row .col:nth-child(2) ul.menu > li.menu-item.header > a {
          text-transform: uppercase;
          font-weight: bold;
          pointer-events: none; }
        #footer-outer #footer-widgets .row .col:nth-child(2) ul.menu > li.menu-item ul {
          padding: 0px; }
  #footer-outer #footer-widgets .row .col:nth-child(3) {
    flex-basis: 20%;
    margin-right: 0px;
    padding-right: 0px; }
    #footer-outer #footer-widgets .row .col:nth-child(3) .widget {
      margin-bottom: 8px; }
  #footer-outer #footer-widgets .row a:not(.nectar-button):hover {
    color: #C1112F !important; }
  #footer-outer #footer-widgets .row .nectar-button {
    padding: 16px;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    color: #fff; }

#slide-out-widget-area {
  background-color: #C1112F !important; }

/* ============= TABLET CHANGES ============= */
@media only screen and (max-width: 999px) and (min-width: 690px) {
  .img-with-aniamtion-wrap {
    max-width: 400px;
    margin: 0 auto; }

  .p-row .p-wrapper {
    width: calc(50% - 32px); }
    .p-row .p-wrapper:nth-child(3n) {
      margin-right: 32px; }
    .p-row .p-wrapper:nth-child(2n) {
      margin-right: 0px; }

  #footer-outer #footer-widgets .row .col:nth-child(2) {
    display: none; } }
@media only screen and (max-width: 690px) {
  .p-row .p-container {
    justify-content: space-around; }
    .p-row .p-container .p-wrapper {
      margin: 16px !important; }

  #footer-outer #footer-widgets .row {
    flex-wrap: wrap; } }
