meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 551px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width:801px)/";
  width: 551px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:801px)/";
  width: 801px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:801px) and (max-width:1261px)/";
  width: 801px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1261px)/";
  width: 1261px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
  width: 1261px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.calculator {
  line-height: 1.5;
  width: 90%;
  max-width: 600px;
  margin: 50px auto;
  padding: 20px;
  background-color: #F1F1F1;
  border: 1px solid #003249;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
  .calculator h2 {
    margin-top: 0;
    color: #003249;
    font-size: 36px;
    font-weight: bold; }
  .calculator form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px; }
  .calculator label {
    display: inline-block;
    margin-bottom: 10px;
    color: #000;
    font-size: 20px; }
  .calculator input[type="number"] {
    padding: 1px;
    border-radius: 10px;
    border: none;
    font-size: 24px;
    color: #000;
    text-align: center;
    width: 100%;
    margin-bottom: 20px; }
  .calculator button {
    padding: 10px 30px;
    background-color: #003249;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.2s ease-in-out;
    margin-top: 20px;
    text-shadow: 2px 2px #003249; }
  .calculator button:hover {
    background-color: #003249; }
  .calculator #result {
    margin-top: 20px;
    font-size: 24px;
    color: #000;
    font-weight: bold; }

.authorbox {
  display: flex;
  margin-top: 20px;
  border: 1px solid #b0b0b0;
  padding: 20px; }
  @media (max-width: 767px) {
    .authorbox {
      flex-direction: column; } }
  .authorbox .authImg {
    width: 100px;
    flex: 0 auto;
    padding-right: 20px; }
    @media (max-width: 767px) {
      .authorbox .authImg {
        width: 100%;
        padding: 0;
        margin-bottom: 10px; } }
  .authorbox .authSummary {
    flex: 1; }
    .authorbox .authSummary .authName {
      margin-bottom: 10px; }
    .authorbox .authSummary p {
      margin-bottom: 0;
      font-size: 14px; }
    .authorbox .authSummary .auth-social {
      margin-right: 5px;
      font-weight: bold;
      font-size: 16px;
      position: relative;
      margin-top: 10px; }
      .authorbox .authSummary .auth-social .linkedin {
        width: 16px;
        display: inline-block;
        line-height: normal;
        vertical-align: middle; }
        .authorbox .authSummary .auth-social .linkedin svg {
          fill: #333; }

.page--blog_post .blog-header h1 {
  margin: 0.75rem; }

.page--blog_post .blog-post-outer {
  display: inline-block;
  width: 100%; }

.page--blog_post .dummy-right-side {
  width: 25%;
  float: left;
  position: sticky;
  top: 0px; }
  @media (max-width: 991px) {
    .page--blog_post .dummy-right-side {
      width: 30%; } }
  @media (max-width: 767px) {
    .page--blog_post .dummy-right-side {
      width: 100%; } }

.page--blog_post .blog-sidebar {
  width: 25%;
  float: left;
  vertical-align: top;
  padding-right: 60px;
  position: sticky;
  text-align: left;
  top: 20px; }
  @media (max-width: 991px) {
    .page--blog_post .blog-sidebar {
      width: 30%;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .page--blog_post .blog-sidebar {
      width: 100%;
      position: static;
      padding-right: 0px;
      margin-bottom: 2rem; } }
  .page--blog_post .blog-sidebar .blog-sidebar-inner {
    background-color: #f7f7f7;
    padding: 20px; }
  .page--blog_post .blog-sidebar .blog-title {
    margin: 0;
    font-weight: 700;
    font-size: 15px;
    color: #666; }
    .page--blog_post .blog-sidebar .blog-title a {
      color: #666; }
  .page--blog_post .blog-sidebar ul {
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 0px;
    margin-left: 0;
    list-style: none; }
    .page--blog_post .blog-sidebar ul li {
      padding: 0 0 10px;
      line-height: normal;
      font-size: 13px; }
    .page--blog_post .blog-sidebar ul a {
      text-decoration: none;
      color: #2EA3F2;
      font-weight: 500; }
      .page--blog_post .blog-sidebar ul a:hover {
        color: #1061a3; }

.page--blog_post .blog-post {
  width: 50%;
  margin: 0;
  float: left;
  word-break: break-word; }
  @media (max-width: 767px) {
    .page--blog_post .blog-post {
      width: 100%; } }
  .page--blog_post .blog-post iframe {
    max-width: 100%; }

.page--blog_post .blog-post-body {
  width: 100%; }
  .page--blog_post .blog-post-body .blog-image {
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
    position: relative; }
    @media (max-width: 767px) {
      .page--blog_post .blog-post-body .blog-image {
        max-width: none; } }
    @media (max-width: 550px) {
      .page--blog_post .blog-post-body .blog-image {
        margin-left: -1.5rem;
        margin-right: -1.5rem; } }
    .page--blog_post .blog-post-body .blog-image img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      border: 0;
      width: auto;
      max-height: 100%; }
    .page--blog_post .blog-post-body .blog-image:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 47%; }

.page--blog_post .blog-post-body .faq-content {
  width: 100%;
  margin-top: 20px; }
