*{
    box-sizing: border-box;
}
html{
    overflow-x: hidden;
    font-size: 62.5%;
    scroll-padding-top: 100px;
}
.container{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
body{
    margin: 0;
    padding-top: 80px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    overflow: hidden;
    color: #002d6b;
    font-family: 'Nunito',-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
p {
    margin: 0 0 20px;
}
.site-content a{
    cursor:pointer;
    font-weight: 800;
    color: #0058ac;
}
.site-content .btn,
.cta-flw .btn,
.popup-cta .btn,
.btn-primary {
    min-width: 250px;
    font-size: 2rem;
    font-weight: 800;
    font-family: 'Nunito',-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    min-height: 50px;
    border-radius: 25px;
    padding: 11px 20px;
    background-color: #02818c;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    text-align: center;
}
.site-content .btn-primary.disabled{
    background-color: #c2c8cf!important;
    color: #7c8a9d!important;
    cursor: not-allowed;
    pointer-events: none;
}
.site-content .btn-primary.disabled:hover{
    box-shadow: none;
    transform: none;
}
.grey-btn.btn-primary{
    background-color: #cad5e2;
    color: #002d6b;
    margin-right: 20px;
}
.cta-wrap #upload-flow + a{
    min-width: 220px;
}
img{
    max-width:100%;
    height:auto;
    vertical-align: middle;
}
h1{
    font-size: 4.8rem; 
    line-height: 5.8rem;
}
h1.h1-sm,
h1.h1-sm-full{
    font-size: 4rem;
    line-height: 4.8rem;
}
h2{
    font-size: 3.2rem;
    line-height: 3.8rem;
}
h2.h2-sm{
    font-size: 2.6rem;
    line-height: 3.1rem;
}
h3{
    font-size: 2.2rem;
    line-height: 2.6rem;
}
h4{
    font-size: 1.8rem;
    line-height: 2.2rem;
}
h5, h6{
    font-size: 1.6rem;
    line-height: 2rem;
}
h1, h2, h3, .h2, .h3{
    font-family: 'Domine',sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
/* Sidebar */
.sbar-widget{
    position: fixed;
    top: auto;
}
/* Chat */
.black-box-hide .helpButton{
    display: none!important;
}
.ctf-chat-link {
    background: #02818c;
    position: fixed;
    bottom: 78px;
    right: 20px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 7px 16px;
    border-radius: 30px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
    z-index: 99;
    border: none;
    font-family: "Nunito", sans-serif;
    cursor: pointer;
    z-index: 1111;
}
@keyframes bounceIn {
    0% { transform: scale(1); opacity: 0.5; }
    80% { transform: scale(1.03); opacity: 1; }
    100% { transform: scale(1); }
}
.glow {
    animation: bounceIn 1s ease-out infinite;
}
.ctf-chat-link svg {
    width: 20px;
    height: 15px;
    fill: #fff;
    margin-right: 8px;
}
.ctf-chat-link.hide {
    display: none;
}
/* Footer Notes */
.footer_notes{
    max-width: 1020px;
    padding: 0 15px;
    margin: 30px auto 0 auto;
    line-height: 1.2;
    font-size: 1.1rem;
    text-align: center;
}
/* Back to top */
.optScrlTop, .cat-count{
    display: none;
}
/* Breadcrumb */
.breadcrumb-wrap{
    background-color: #092347;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.6rem;
    height: 40px;
    display: flex;
    align-items: center;
}
#breadcrumbs{
    width: 1170px;
    margin: 0 auto;
    padding: 12px 15px;
}
#breadcrumbs ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#breadcrumbs a {
    color: #fff;
    font-weight: 700;
}
#breadcrumbs ul li a {
    text-decoration: underline;
}
#breadcrumbs a:hover, #breadcrumbs a:focus {
    text-decoration: none;
}
#breadcrumbs a:focus{
    outline-color: #fff;
}
.beige #breadcrumbs a:focus, .lgt-bc #breadcrumbs a:focus {
    outline-color: #0058ac;
}
#breadcrumbs ul li {
    position: relative;
    display: inline;
}
#breadcrumbs ul li + li::before {
    content: "»";
    margin: 0 5px 0 5px;
}
/* Beige Breadcrumb */
.breadcrumb-wrap.beige, .lgt-bc .breadcrumb-wrap { 
    background: #f6f5f0;
    color: #002d6b;
}
.breadcrumb-wrap.beige #breadcrumbs a, .lgt-bc #breadcrumbs a { 
    color: #002d6b;
}
/* Light Breadcrumb Theme */
.beige .breadcrumb-wrap,
.beige.breadcrumb-wrap {
    background: #f6f5f0;
    color: #002d6b;
}
.beige #breadcrumbs a {
    color: #002d6b;
}
.grey-bg{
    background: #f6f5f0;
}
.hidden,
.visible-xs{
    display: none!important;
}
.sample-modal{
    display: none;
}
/* Curve */
.curve {
    background: #092347;
    position: relative;
    border-radius: 0 0 0 110px;
    color: #fff;
}
.curve:after {    
    content: " ";
    width: 220px;
    height: 220px;
    position: absolute;
    bottom: -219px;
    box-shadow: 50px -30px 0px 0px rgb(9 35 71);
    right: 0px;
    z-index: -1;
    border-radius: 0% 50% 0% 0%;
}
.download-modal{
    display: none;
}
.old-tp {
    margin: 60px 0 0;
    padding-bottom: 50px;
}
.old-tp iframe, .old-tp .trustpilot-widget {
    height: 130px !important;
}
.asi_footer{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 48px;
}
.asi_footer p{
    margin: 0;
}
.asterisk-tooltip{
    position: absolute;
    top: -24px;
    width: 70px;
    left: -22px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-size: 12px;
    line-height: 12px;
    visibility: hidden;
}
.asterisk-tooltip::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 26px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.asterisk-note:focus .asterisk-tooltip,
.asterisk-note:hover .asterisk-tooltip{
    visibility: visible;
}
@media all and (min-width: 768px){
	.container {
		width: 750px;
	}
}
@media all and (min-width: 992px){
	.container {
    	width: 970px;
	}
}
@media screen and (min-width: 1200px) {
    .container {
		width: 1170px;
	}
    .site-content a:hover{
        text-decoration: none;
    }
    .site-content .btn:hover,
    .popup-cta .btn:hover {
        box-shadow: 0 8px 0 #015e66;
        transition-duration: 0.2s;
        transform: translateY(-7px);
    }
    a:focus-visible,
    button:focus,
    input:focus {
        outline: 2px dashed #0058ac;
        outline-offset: 4px;
    }
    input:not([type="text"]):focus,
    input:not([type="email"]):focus,
    input:not([type="password"]):focus{
        outline: 2px solid #02818c;
        outline-offset: -2px;
    }
    .btn-primary:focus,
    .closepop:focus, .btn-primary:active {
        outline: 2px dashed #fff;
        outline-offset: 4px;
    }
    .grey-btn.btn-primary:hover{
        box-shadow: 0 8px 0 #002d6b;
    }
    /* Breadcrumb */
    #breadcrumbs ul li.last span:focus {
        outline: 2px dashed #fff;
        outline-offset: 4px;
    }
}
@media all and (max-width: 1023px) {
    body {
        padding-top: 52px;
    }
}
@media only screen and (max-width: 991px) {
    .curve {
        border-radius: 0 0 0 50px;
    } 
    .curve:after {
        border-radius: 0% 20% 0% 0%;
    }
}
@media all and (max-width: 767px) {
    h1{
        font-size: 3.6rem; 
        line-height: 4.3rem;
    }
    h1.h1-sm,
    h1.h1-sm-full{
        font-size: 3.2rem;
        line-height: 3.8rem;
    }
    h2{
        font-size: 2.6rem;
        line-height: 3.1rem;
    }
    h2.h2-sm{
        font-size: 2.2rem;
        line-height: 2.6rem;
    }
    h3{
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    h4{
        font-size: 1.6rem;
        line-height: 2rem;
    }
    h5, h6{
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .footer_notes{
        margin: 15px auto 10px auto;
    }
    /* CHAT */
    .ctf-chat-link {
        bottom: 85px;
        right: 16px;
        padding: 0;
        width: 51px;
        height: 51px;
        border-radius: 50%;
        justify-content: center;
    }
    .ctf-chat-link span {
        display: none;
    }
    .ctf-chat-link svg {
        margin: 0;
        width: 27px;
        height: 21px;
    }
        .grey-btn.btn-primary{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .optScrlTop, .cat-count{
        display: none!important;
    }
    .visible-xs{
        display: block!important;
    }
    .hidden-xs {
        display: none!important;
    }
    .breadcrumb-wrap { 
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    #breadcrumbs { 
        padding: 12px 30px;
    }
} 
@media all and (max-width: 768px){
    .asterisk-tooltip{
        left: -60px;
    }
    .asterisk-tooltip::after{
        left: 60px;
    }
    .breadcrumb-wrap { 
        height: auto;
    }
}
@media all and (max-width:767px){
    .asi_footer{
        display: block;
        text-align: center;
    }
    .asi_footer li{
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 10px;
    }
    .curve:after {    
        z-index: 0;
        width: 100px;
        height: 100px;
        border-radius: 0% 50% 0% 0%;
        bottom: -100px;
        right: -1px;
    }
    .old-tp iframe, .old-tp .trustpilot-widget {
        height: 320px !important;
    }
}
/* Author section css starts*/
.jtauth {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    gap: 14px;
    margin-bottom: 15px;
}
.auth-img {
    flex-shrink: 0;
}
span.last-updated {
    display: inline-block;
    margin-right: 10px;
}
.author-info span.name {
    margin-right: 10px;
    display: block;
}
span.star-ratings {
    display: block;
}
.jtauth .coauthors{
    display: inline-block;
    font-weight: 700;
}
.jtauth .coauthors em {
    display: inline-block;
}
.jtauth img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-top: 0;
    position: static;
}
.jtauth em {
    display: none;
    margin-right: 8px;
    font-style: normal;
}
.jtauth a {
    text-decoration: none;
}
.jtauth span a {
    color: #efc778;
    text-decoration: none;
    font-weight: 700;
}
@media only screen and (max-width: 991px) {
    .jtauth div {
        margin-bottom: 8px;
    }
    .jtauth > span {
        display: block;
        margin-bottom: 5px
    }
    .jtauth > span:last-child {
        margin-bottom: 0;
    }
}
@media all and (max-width: 767px){
    span.author-title {
        display: block;
    }
    .jtauth{
        flex-direction: column;
    }
    span.star-ratings{
        display: inline-block;
    }
    .jtauth img {
        margin-bottom: 10px;
    }
    .jtauth .author-info > span {
        display: block;
        margin: 0!important;
    }
}
@media all and (max-width: 321px) and (max-height: 138px) {
    body {
        padding-top: 40px;
    }
    .sbar-widget.sload .side-list {
        padding: 3px 20px;
    }
}
/* hero upload flow CTA*/
.cta-section {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}
.cta-section .cta-wrap {
    margin: 0;
}
.cta-section .btn-gray {
    background-color: #cad5e2;
    color: #002d6b;
    margin-right: 20px;
}
@media screen and (min-width: 768px) {
    .cta-section .mobile-only {
        display: none;
    }
    body .cta-section .btn-gray:hover {
        box-shadow: 0 8px 0 #002d6b;
    }
}
@media screen and (max-width: 1200px) {
    .cta-section #upload-flow {
        margin-right: 8px;
    }
}
@media screen and (max-width: 767px) {
    .cta-section .btn-primary, .cta-center .cta-wrap .btn {
        display: block;
    }
    .cta-section .mobile-only {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .cta-section #upload-flow-mob {
        margin: 0;
    }
    .cta-section .cta-wrap, .cta-section .cta-block {
        width: 100%;
    }
}
/* Scroll Bar */
.header-progress-container {
    width: 100%;
    height: 5px;
}
.header-progress-bar {
    height: 5px;
    background: #ff8873;
    position: fixed;
    top: 80px;
    left: 0;
}
@media all and (max-width: 767px) {
    .header-progress-bar {
        top: 52px;
    }
}

/* as seen in css */
  .as-seen-jt {
      padding: 30px 0;
  }

  .as-seen-jt .container {
      max-width: 960px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      position: relative;
  }

  .as-seen-jt.greyish-bg {
      background-color: #f6f5f0;
  }

  .as-seen-jt:not(.joshua-hired-by) .asi_footer {
      gap: 65px;
  }

  .as-seen-jt .logos-container {
      position: relative;
      width: 82%;
  }

  .as-seen-jt .container h2,
  .as-seen-jt .container>p {
      margin: 0;
      font-size: 1.8rem;
      line-height: 2.8rem;
      font-family: 'Nunito', "Segoe UI", Helvetica, Arial, sans-serif;
      font-weight: 600;
  }

  .as-seen-jt .as-seen-title {
      position: relative;
      padding-right: 10px;
  }

  .as-seen-jt .asterisk-note {
    position: relative;
    left: 1px;
    color: #002d6b;
    text-decoration: none;
    z-index: 9;
    font-size: 1rem;
    top: -6px;
  }

  .as-seen-jt .logos-container .asterisk-note {
      right: -15px;
      top: -2px;
  }

  @media all and (min-width: 768px) and (max-width: 991px) {
      .as-seen-jt .container {
          display: block;
          text-align: center;
      }
  }

  @media all and (max-width: 991px) {
      .as-seen-jt .container>p:not(.asterisk-note) {
          width: auto;
      }

      .as-seen-jt .asi_footer {
          width: auto;
      }


      .as-seen-jt .as-seen-title {
          padding-right: 0;
      }

      .as-seen-jt .container h2,
      .as-seen-jt .container>p {
          margin-bottom: 25px;
      }
  }

  /* For 150% Zoom */
  @media all and (max-width: 855px) {
      .as-seen-jt .asi_footer {
          gap: 5px;
      }
  }

  @media all and (max-width: 768px) {
      .as-seen-jt {
          padding-top: 50px;
      }

      .as-seen-jt .container {
          flex-wrap: nowrap;
      }

      .as-seen-jt:not(.joshua-hired-by) .container>p {
          width: 16%;
      }

      .as-seen-jt:not(.joshua-hired-by) .asi_footer {
          gap: 0;
      }

      .as-seen-jt .logos-container,
      .as-seen-jt .logos-container .asi_footer {
          width: auto;
      }
      .as-seen-jt .asi_footer li:not(:first-child) {
        margin-left: 25px;
      }
      .as-seen-jt:not(.joshua-hired-by) .asi_footer li:not(:first-child){
        margin-left: 20px;
      }     
      .as-seen-jt .asi_footer li {
        margin-bottom: 15px;
        margin-right: 0;
       }
  }

  @media all and (max-width:767px) {
      .as-seen-jt {
          padding: 40px 22px;
      }

      .as-seen-jt .container {
          flex-wrap: wrap;
          justify-content: center;
      }

      .as-seen-jt:not(.joshua-hired-by) .container>p {
          width: auto;
      }

      .as-seen-jt .logos-container .asterisk-note {
          top: unset;
          right: 35%;
          bottom: 10px;
      }

      .as-seen-jt .as-seen-title {
          padding-right: 0;
      }

      .as-seen-jt .as-seen-title .asterisk-note {
          right: auto;
          bottom: 0;
      }

      .as-seen-jt .asi_footer {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          gap: 0;
      }
      .as-seen-jt .asi_footer li:not(:first-child) {
        margin-left: 25px;
      }
      .as-seen-jt:not(.joshua-hired-by) .asi_footer li:not(:first-child){
        margin-left: 20px;
      }   
      .as-seen-jt .asi_footer li {
            margin-bottom: 15px;
            margin-right: 0;
      }
      .asi_footer li img {
          vertical-align: top;
      }
  }
  /* Viewport required css */
.img-zoom .img-wrapper{
    position: relative;
}
body .p-t-50{
    padding-top: 50px;
}
.citation .container {
    max-width: 750px;
}
.citation .editor-content {
    max-width: 750px;
    margin: 0 auto;
}
.citation h2 {
    text-align: center;
    margin-top: 0;
}
.citation h3 {
    text-align: center;
}
.citation ul {
    list-style: disc;
    margin-bottom: 20px;
    margin-top: 0px;
}
.citation .editor-content > ul > li:not(:last-child) {
    margin-bottom: 15px;
}
.common-gt-template-php .ind-child-link {
    margin: 0px auto 0px auto;
    max-width: 740px;
}

.common-gt-template-php .ind-child-link ul li {
    background-color: #fff;
    margin-bottom: 10px;
    line-height: 2.5rem;
}

.common-gt-template-php .ind-child-link ul.container-sm {
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
    column-count: 2;
    gap: 10px 30px;
}
.common-gt-template-php .ind-child-link h2 {
    max-width: 1170px;
    padding: 0 15px;
    font-size: 3.8rem;
    line-height: 4.2rem;
    margin: 0 auto 40px;
    text-align: center;
}
.common-gt-template-php .ind-child-link ul li a {
    text-decoration: none;
}
.has-background {
    margin-bottom: 0;
}
.wp-block-group {
    margin-top: 0;
}
/** Load YouTube thumbnail image css  */
.video-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    max-width: 100%;
}

.video-thumbnail {
    width: 100%;
    max-height: 470px;
    display: block;
    object-fit:fill
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px; 
    height: 80px;
    background-color: #CC533D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    border: 0px;
}

.play-button::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 25px solid white;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    margin-left: 5px;
}

.caption-video {
    margin-top: 9px;
}
@media all and (min-width: 1200px) {
    .play-button:hover {
        background-color: rgba(200, 0, 0, 0.9);
    }
}
.article-wrap .video-wrapper {
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    display: flex;
}
.article-wrap .video-wrapper .eq-col:nth-child(1) {
    width: 100%;
}
.video-wrapper .eq-col:nth-child(1) {
    height: 473px;
}
.video-wrapper.show-cta {
    margin-bottom: 30px;
    padding-bottom: 50px;
}
.video-wrapper .btn.cta-grey {
    color: #002d6b;
    background-color: #cad5e2;
    position: absolute;
    bottom: 0;
    top: unset;
    max-width: 275px;
    left: 0;
    right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.video-wrapper iframe {
    display: block;
    margin-bottom: 9px;
}
.video-wrapper p {
    font-size: 1.4rem;
    line-height: 2rem;
}
@media screen and (max-width: 767px) {
    .video-wrapper iframe {
        height: 220px;
    }
}
.article-wrap-750{
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
}
.green-chk-lt {
    border-radius: 10px;
    background-color: #F6F5F0;
    padding: 25px 40px;
    margin: 25px 0;
}
.green-chk-lt>p {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 12px;
}
.green-chk-lt ul {
    list-style: none;
    padding-left: 30px;
}
.green-chk-lt ul li {
    position: relative;
    margin-bottom: 15px;
}
.green-chk-lt ul li::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.6875 10.3042C19.6875 15.6558 15.3125 19.9917 10 19.9917C4.64844 19.9917 0.3125 15.6558 0.3125 10.3042C0.3125 4.9917 4.64844 0.616699 10 0.616699C15.3125 0.616699 19.6875 4.9917 19.6875 10.3042ZM8.86719 15.4604L16.0547 8.27295C16.2891 8.03857 16.2891 7.60889 16.0547 7.37451L15.1562 6.51514C14.9219 6.2417 14.5312 6.2417 14.2969 6.51514L8.4375 12.3745L5.66406 9.64014C5.42969 9.3667 5.03906 9.3667 4.80469 9.64014L3.90625 10.4995C3.67188 10.7339 3.67188 11.1636 3.90625 11.3979L7.96875 15.4604C8.20312 15.6948 8.63281 15.6948 8.86719 15.4604Z' fill='%2300856C' /%3E%3C/svg%3E");
    position: absolute;
    width: 20px;
    height: 20px;
    left: -30px;
    top: 3px;
}
.callout-box {
    background-color: #F6F5F0;
    padding: 50px 55px 30px 40px;
    display: flex;
    align-items: center;
    margin: 40px 0px;
    border-radius: 60px 0px 60px 0px;
    position: relative;
    min-height: 174px;
}

.jt-loaded .bulb::before {
    background-image: url("/wp-content/themes/myperfectresume/img/lightbulb.png");
}
.jt-loaded .callout-box::before {
    background-image: url("/wp-content/uploads/2022/06/view.png");
}
.callout-box::before {
    position: absolute;
    content: "";
    display: block;
    width: 85px;
    height: 94px;
    padding-left: 0px;
    background-repeat: no-repeat;
}
.jt-loaded .callout-box::before,
.editor-visual-editor .callout-box::before {
    background-image: url("/wp-content/uploads/2022/06/view.png");
}
.bulb::before {
    background-repeat: no-repeat;
    width: 50px;
    height: 78px;
}
.callout-link {
    margin-left: 110px;
}
.article-wrap blockquote {
    margin: 35px 0;
    padding: 40px 108px;
    font-family: 'Domine', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media (max-width:1199px){
    .article-wrap-750 {
        padding: 0 24px;
    }
}
@media (max-width:767px){
    .green-chk-lt ul li {
        margin-bottom: 10px;
    }
    .green-chk-lt {
        padding: 25px;
    }
    .callout-box p.text {
        font-size: 2.5rem;
    }
    .callout-box::before {
        position: unset;
        margin: 0 auto;
    }
    .callout-box {
        padding: 30px;
        display: block;
        min-height: auto;
    }
    .callout-link {
        margin-left: 0px;
        margin-top: 25px;
    }
    body .article-wrap blockquote {
        padding: 40px 60px;
    }
}